dCharts
A powerful charting and visualization library is based on d3.
Installation
$ npm i dcharts
Examples
Circle :)
Pie :)
Line :)
Bar :)
Developing
Build:
$ cd examples
$ npm i
$ npm run build
Start dev server:
$ npm start
API
dcharts
-
dCharts.defaults 用于设置各图表的默认属性
-
dCharts.Chart 各图表构造函数的基类
-
dCharts.Circle 图表Circle
-
dCharts.Line 图表Line
-
dCharts.Pie 图表Pie
-
dCharts.Bar 图表Bar
-
dCharts.Heatmap 图表Bar
-
dCharts.d3 d3
License
MIT