Customizable Vue.js Chart Plugin Based On D3.js

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

Download Details:

Author: ignoreintuition

Live Demo: https://dev.to/ignoreintuition/binding-data-to-charts-using-vue-components-and-d3-4i27

Download Link: https://github.com/ignoreintuition/v-chart-plugin/archive/master.zip

Official Website: https://github.com/ignoreintuition/v-chart-plugin

Install & Download:

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

Add Comment