图表库-C3.js
2014-09-08 19:37:11 阿炯

本站赞助商链接,请多关照。 C3.js 是一个基于 D3.js 的可重用的开源图表库。使用非常方便、充分可定制性和控制性,支持多种图表类型。采用JavaScript开发并在MIT协议下授权。


C3.js D3-based reusable chart library.

Features


Comfortable
C3 makes it easy to generate D3-based charts by wrapping the code required to construct the entire chart. We don't need to write D3 code any more.

Customizable
C3 gives some classes to each element when generating, so you can define a custom style by the class and it's possible to extend the structure directly by D3.

Controllable
C3 provides a variety of APIs and callbacks to access the state of the chart. By using them, you can update the chart even if after it's rendered.


最新版本:0.7
v0.7.20于2020年8月发布。

官方主页:http://c3js.org/