Article - Mastering Charts in VueJS

Article - Mastering Charts in VueJS

2018, Nov 12    

Abstract: Once you set up your app (the default values are fine) you will need to install the v-charts-plugin NPM module. This is a D3.js based charting library that can be used to create a variety of different customizable charts that bind data from Vue. We are going to use v-chart-plugin@0.2.9 which is the latest version as of this writing.

Link to article on codeburst.io