Skip to content

Gauge charts are not working #59

@gridknight

Description

@gridknight

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions