发布于 2015-11-26 00:28:15 | 250 次阅读 | 评论: 0 | 来源: 网友投递
plotly.js javascript 图表库
Plotly.js 是开源的 JavaScript 图表库,它基于 d3.js 和 stack.gl 。是一个高层次的、描述性的图表库。 plotly.js 带来20种图表类型,包括 3D 图表,统计图表,和 SVG 地图。
Plotly.js v1.1.0 发布,更新如下:
Add three plot config options: modeBarButtonsToRemove
,modeBarButtonsToAdd
and modeBarButtons
which combine to add the ability to remove specific mode bar buttons add custom mode bar buttons and fully customize the mode bar [#23].
Fix installation from npm3 [#12]
Fix UMD in plotly.js dist files [#18]
Fix for blank elements in a text array [#31]
下载页面: v1.1.0
Plotly.js 是开源的 JavaScript 图表库,它基于 d3.js 和 stack.gl 。是一个高层次的、描述性的图表库。 plotly.js 带来20种图表类型,包括 3D 图表,统计图表,和 SVG 地图。