0.2.1 • Published 8 years ago

vue-charts v0.2.1

Weekly downloads
519
License
MIT
Repository
github
Last release
8 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

8 years ago

0.1.14

8 years ago

0.1.13

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago