All Projects β†’ zzz945 β†’ vue-d3-chart

zzz945 / vue-d3-chart

Licence: other
A interactive chart library based on vue and d3

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to vue-d3-chart

Sunburstr
R htmlwidget for interactive sunburst plots
Stars: ✭ 177 (+365.79%)
Mutual labels:  d3, chart, interactive
Markvis
make visualization in markdown. πŸ“ŠπŸ“ˆ
Stars: ✭ 1,509 (+3871.05%)
Mutual labels:  d3, chart
Just Dashboard
πŸ“Š πŸ“‹ Dashboards using YAML or JSON files
Stars: ✭ 1,511 (+3876.32%)
Mutual labels:  d3, chart
Visx
🐯 visx | visualization components
Stars: ✭ 14,544 (+38173.68%)
Mutual labels:  d3, chart
C3
πŸ“Š A D3-based reusable chart library
Stars: ✭ 9,163 (+24013.16%)
Mutual labels:  d3, chart
Plotly.py
The interactive graphing library for Python (includes Plotly Express) ✨
Stars: ✭ 10,701 (+28060.53%)
Mutual labels:  d3, interactive
React D3 Components
D3 Components for React
Stars: ✭ 1,599 (+4107.89%)
Mutual labels:  d3, chart
Ac D3
Javascript Library for building Audiovisual Charts in D3
Stars: ✭ 76 (+100%)
Mutual labels:  d3, chart
Reaviz
πŸ“Š Data visualization library for React based on D3
Stars: ✭ 215 (+465.79%)
Mutual labels:  d3, chart
Visavail
A D3.js Time Data Availability Visualization
Stars: ✭ 245 (+544.74%)
Mutual labels:  d3, chart
Chart Tool
A responsive charting application
Stars: ✭ 244 (+542.11%)
Mutual labels:  d3, chart
React Charts
βš›οΈ Simple, immersive & interactive charts for React
Stars: ✭ 1,302 (+3326.32%)
Mutual labels:  d3, chart
Diffract
A set of d3 based visualization components built for React
Stars: ✭ 87 (+128.95%)
Mutual labels:  d3, chart
D3.chart.sankey
Reusable D3 Sankey diagram using d3.Chart
Stars: ✭ 103 (+171.05%)
Mutual labels:  d3, chart
Ember C3
πŸ“ˆ Ember addon library for C3, a D3-based reusable chart library.
Stars: ✭ 81 (+113.16%)
Mutual labels:  d3, chart
datart
Datart is a next generation Data Visualization Open Platform
Stars: ✭ 1,042 (+2642.11%)
Mutual labels:  d3, chart
D3.js Network Topology
η½‘η»œζ‹“ζ‰‘ε›Ύ
Stars: ✭ 60 (+57.89%)
Mutual labels:  d3, chart
Etymap
Interactive visualization of Wiktionary words and etymologies.
Stars: ✭ 65 (+71.05%)
Mutual labels:  d3, interactive
V Chart Plugin
Easily bind a chart to the data stored in your Vue.js components.
Stars: ✭ 188 (+394.74%)
Mutual labels:  d3, chart
multi-chart
lit-element building blocks for charts and visualization (based on d3.js v5)
Stars: ✭ 24 (-36.84%)
Mutual labels:  d3, chart

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].