0.2.1 • Published 9 years ago

vue-charts v0.2.1

Weekly downloads
519
License
MIT
Repository
github
Last release
9 years ago

vue-charts

Version Status js-standard-style License

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:

License

MIT

0.2.1

9 years ago

0.1.14

9 years ago

0.1.13

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago