- Notifications
You must be signed in to change notification settings - Fork 71
Closed
Description
Unfortunately, the "Gauge" type is not implemented or missing:
<GChart type="Gauge" :packages="packages" :data="chartData" :options="chartOptions" /> as well as:
<GChart type="gauge" :packages="packages" :data="chartData" /> are not working. If I change the type to BarChart everything works.
On the console I get:
vue-google-charts.common.js?757f:1 Uncaught (in promise) TypeError: google.visualization[type] is not a constructor at createChart (vue-google-charts.common.js?757f:1) at VueComponent.createChartObject (vue-google-charts.common.js?757f:1) at eval (vue-google-charts.common.js?757f:1) Therefore it looks like this type is missing.
steveDL
Metadata
Metadata
Assignees
Labels
No labels