dr-vue-echarts.A Echart Library for Vue.js.
npm install dr-vue-echarts
import Vue from 'vue';
import { BarChart, WordCloudChart } from 'dr-vue-echarts';
Vue.component(BarChart.name, BarChart);
Vue.component(WordCloudChart.name, WordCloudChart)
Author: drinkeewu
Live Demo: https://drinkeewu.github.io/dr-vue-echarts/
GitHub: https://github.com/drinkeewu/dr-vue-echarts
#vuejs #javascript #vue-js