devstark-com / vue-google-charts

Reactive Vue.js wrapper for Google Charts lib
446 stars 73 forks source link

can't find configuration options #197

Open v3nt opened 2 years ago

v3nt commented 2 years ago

for example hiding the key / legend.

Where is the documentation for this?

ie this doesn't work

new Vue({
  render: (h) => h(App),
  legend: { position: "bottom", alignment: "end" }
}).$mount("#app");

Many thanks, D.