vue-charts
vue-charts copied to clipboard
*UNSUPPORTED* Google Charts plugin for Vue.js
Hi, I'm using your Vue-Charts component and I get the following error "**Uncaught (in promise) TypeError: Can not read property '__eventTarget' of null**", when I select and manage the event...
Hello, Is it possible to use google orgchart ? https://developers.google.com/chart/interactive/docs/gallery/orgchart Thanks,
The language option doesn't work on the current release. ` ` @haydenbbickerton
Receiving this warning after adding vue-charts package to project: DeprecationWarning: Intl.v8BreakIterator is deprecated and will be removed soon.
Is there any working example for a combination Chart? I tried to combine a Candlestick Chart with a line chart, but cannot get it to work with vue-charts. Some more...
Google's library allows you to specify the language in its settings https://developers.google.com/chart/interactive/docs/basic_load_libs#load-settings The googleChartsLoader in vue-charts calls `google.charts.load(version, options);` but doesn't expose the language option in its interface `googleChartsLoader (packages...
Google Charts usually doesn't return data to the 'select' event. This should be handled in a different way for most charts. https://developers.google.com/chart/interactive/docs/gallery/columnchart#Methods
I would like to have my graph use the full viewport width, but haven't been able to get that working. If I put simple numbers in the options.width, options.height properties,...