内容简介:Highcharts 6.1.4 已发布,更新如下: Better polyfill for forEach in oldIE. See #8865. Bug fixes Fixed #2165, legend.labelFormatter was not called when series' visiblity changed. Fixed #3495, export...
Highcharts 6.1.4 已发布,更新如下:
Better polyfill for
forEachin oldIE. See #8865.
Bug fixes
Fixed #2165, legend.labelFormatter was not called when series' visiblity changed.
Fixed #3495, export menu click was wrongly triggering chart's click event.
Fixed #3739, changed rounding method to Math.foor for milliseconds dateFormat to match other date and time formats.
Fixed #5009, performance problem with long text strings and word-wrap.
Fixed #6405, Highcharts crashed when using category axis, small
labels.stepoption and a large data range. Re-introduced error 19.Fixed #7484,
followTouchMovedidn't work properly on column series on mobile.Fixed #7815, data labels were visible even when points were hidden.
Fixed #8652, replace max/min safe integer with max/min value in wordcloud to support IE11.
Fixed #8865, wrong links in sankey chart if the columns didn't start from 0.
Fixed #8874 and #8346,
Highcharts.indexOfPolyfillwasn't supporting all required arguments.Fixed #8901, bubble chart calculated wrong extremes when either xAxis.min or xAxis.max was set.
Fixed #8933,
minPointLengthsquished all ranges to minimum length when xAxis was reversed.Fixed #8960, animation didn't run on
Series.update()with new data.Fixed #8972, improved a way of assigning data to specific bins in histograms.
Fixed #8994, a regression causing cropped legend items to become long after hover when useHTML was true. Regression since #8809.
Fixed #8995, added support for duplicated x values for Series.setData.
Fixed issue with tooltip header placement when scrollable plot area was activated.
下载地址:https://www.highcharts.com/download
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- ECharts 3.6.1 发布,JavaScript 图表库
- Redash 2.0.1 发布,开源数据图表工具
- Highcharts 6.0.3 发布,纯 Javascript 图表库
- Highcharts 6.2.0 发布,纯 Javascript 图表库
- Highcharts 7.0.2 发布,纯 Javascript 图表库
- Highcharts 6 正式发布,带来 15 种新的图表类型
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
数据库索引设计与优化
【美】Tapio Lahdenmaki、【美】Michael Leach / 曹怡倩、赵建伟 / 电子工业出版社 / 2015-6 / 79.00元
《数据库索引设计与优化》提供了一种简单、高效、通用的关系型数据库索引设计方法。作者通过系统的讲解及大量的案例清晰地阐释了关系型数据库的访问路径选择原理,以及表和索引的扫描方式,详尽地讲解了如何快速地估算SQL 运行的CPU 时间及执行时间,帮助读者从原理上理解SQL、表及索引结构、访问方式等对关系型数据库造成的影响,并能够运用量化的方法进行判断和优化,指导关系型数据库的索引设计。 《数据库索......一起来看看 《数据库索引设计与优化》 这本书的介绍吧!