2.1.0 • Published 5 years ago

@voicehub/vue-d3 v2.1.0

Weekly downloads
94
License
MIT
Repository
github
Last release
5 years ago

header

vue-d3 - Vue Wrapper for D3.js

Demo

vue-d3 is a lightweight and efficient wrapper for using D3.js in Vue for both bar and line charts. Its aim is to be very performant (>= 60 FPS) even with large data sets. This wrapper also reduces implementation time of D3 significantly by exposing ready-to-use components.

Install

vue-d3 uses d3 as peer dependency, so install it as well:

npm i --save d3 @voicehub/vue-d3

Supported Graphs

  • Bar Chart
    • stacked
    • horizontal
  • Line Chart
    • Single Line
    • Multi Line

Examples

Bar Chart

Line Chart