Customizable Vue.js Chart Plugin Based On D3.js

Install & Download:

# NPM
$ npm install v-chart-plugin --save

Description:

This plugin was developed to allow Vue.js developers to add in fully customizable charts to their applications.

By adding the v-chart-plugin component to your page you can easily bind a chart to the data stored in your other vue components.

This will allow the chart to be a first class citizen of your Vue application that is reactive to changes in your data.

Preview:

Customizable Vue.js Chart Plugin Based On D3.js

Add Comment