vue-charts
v0.2.1
Published
Google Charts component for Vue.js
Downloads
2,121
Readme
vue-charts
Google Charts plugin for Vue.js
Demo
Installation
npm install --save-dev vue-charts
Usage
Vue.use(VueCharts)
<!-- Props can be literal, or dynamic (like they are here) -->
<vue-chart
:chart-type="chartType"
:columns="columns"
:rows="rows"
:options="options"
></vue-chart>
Props
Credits
This plugin is heavily based off of: