1.1.1 • Published 9 years ago
dcharts v1.1.1
dCharts
A powerful charting and visualization library is based on d3.
Installation
$ npm i dchartsExamples
Circle :)

Pie :)

Line :)

Bar :)

Developing
Build:
$ cd examples
$ npm i
$ npm run buildStart dev server:
$ npm startAPI
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