https://github.com/vicanso/dcharts
A powerful charting and visualization library is based on d3
https://github.com/vicanso/dcharts
Last synced: 3 months ago
JSON representation
A powerful charting and visualization library is based on d3
- Host: GitHub
- URL: https://github.com/vicanso/dcharts
- Owner: vicanso
- Created: 2016-08-11T15:06:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-27T15:02:29.000Z (over 8 years ago)
- Last Synced: 2025-06-14T23:03:41.139Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 934 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dCharts
A powerful charting and visualization library is based on d3.
## Installation
```bash
$ 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](https://github.com/vicanso/dcharts/blob/master/md/defaults.md) 用于设置各图表的默认属性
* [dCharts.Chart](https://github.com/vicanso/dcharts/blob/master/md/chart.md) 各图表构造函数的基类
* [dCharts.Circle](https://github.com/vicanso/dcharts/blob/master/md/circle.md) 图表Circle
* [dCharts.Line](https://github.com/vicanso/dcharts/blob/master/md/line.md) 图表Line
* [dCharts.Pie](https://github.com/vicanso/dcharts/blob/master/md/pie.md) 图表Pie
* [dCharts.Bar](https://github.com/vicanso/dcharts/blob/master/md/bar.md) 图表Bar
* [dCharts.Heatmap](https://github.com/vicanso/dcharts/blob/master/md/heatmap.md) 图表Bar
* [dCharts.d3](https://github.com/d3/d3) d3
## License
MIT