haydenbbickerton / vue-charts

*UNSUPPORTED* Google Charts plugin for Vue.js
MIT License
191 stars 33 forks source link

Language option doesn't work #34

Open abdoIO opened 6 years ago

abdoIO commented 6 years ago

The language option doesn't work on the current release.

`<vue-chart :chart-type="chartType" :packages="['timeline']" :language="de" :columns="columns" :rows="rows" :options= "options" :chart-events="chartEvents"

` @haydenbbickerton