内容简介:Chart.js 是一个基于 HTML5 canvas 技术的开源图表绘制工具库。Chart.js 2.9 已经发布了,内容如下: Breaking changes helpers._decimalPlaces 现在是私有 Enhancements 实现 dataset.order 实现了对图例和工具提...
Chart.js 是一个基于 HTML5 canvas 技术的开源图表绘制 工具 库。Chart.js 2.9 已经发布了,内容如下:
Breaking changes
- helpers._decimalPlaces 现在是私有
Enhancements
- 实现 dataset.order
- 实现了对图例和工具提示的 RTL 支持
- HTML DOM 构建
- 支持条形图的对象值
- 添加对浮动条形图的支持[start, end]
- 使图例外观与图表元素一致
Performance
-
删除对 helpers.each 的部分调用
-
缓存解析数据元素选项
-
简化线条绘制
-
添加选项 ticks.sampleSize
-
用 for 循环替换 helpers.each
-
重构 core.layout
-
替换 helpers.extend
Bug Fixes
- 当 axisID 更改时更新数据集元数据
- 修复 determineUnitForFormatting 浮点错误
- 修复 ticks.minor 和 ticks.major 问题
- 改进 helpers.almostWhole
- 修复圆周超过 2*PI 的圆弧边界
- 修复圆周小于 2*PI 时圆弧计算
完整列表见发布说明。
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Practical Algorithms for Programmers
Andrew Binstock、John Rex / Addison-Wesley Professional / 1995-06-29 / USD 39.99
Most algorithm books today are either academic textbooks or rehashes of the same tired set of algorithms. Practical Algorithms for Programmers is the first book to give complete code implementations o......一起来看看 《Practical Algorithms for Programmers》 这本书的介绍吧!