724899020 / vue-d3-chart

A interactive chart library based on vue and d3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this

A interactive chart library based on vue and d3

Look at the demo

DEMO

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

About

A interactive chart library based on vue and d3


Languages

Language:Vue 90.5%Language:JavaScript 7.5%Language:HTML 2.0%