Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zzz945/vue-d3-chart

A interactive chart library based on vue and d3
https://github.com/zzz945/vue-d3-chart

chart d3 graph graphics interactive svg visualization vue

Last synced: about 2 months ago
JSON representation

A interactive chart library based on vue and d3

Awesome Lists containing this project

README

        

## What is this
A interactive chart library based on vue and d3
## Look at the demo
[DEMO](https://zzz945.github.io/vue-d3-chart/)
## Why do this but not using other chart library like C3
Config other chart library like C3 to fit our needs is too complicated. If you have a lot of data visualization needs in your work, I recommend you write your own chart library. Vue and D3 is popular and awesome, if you are familier with them, you can write your own chart library based on this project.
## Develop your own chart library (Recommended)
```
1. Fork this project
2. git clone ‘your forked project’
3. cd vue-d3-chart
4. npm install
5. npm run dev
```
## Or you can (Unavailable due to being under development)
```
npm install vue-d3-chart
```
## Contributing
1. Fork this project
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request