google-charts icon indicating copy to clipboard operation
google-charts copied to clipboard

Gauge

Open annemiekebuijs opened this issue 4 years ago • 0 comments

Is it possible to add the gauge option? I get it to work if in the js I add gauge:

`            script.onload = function() {
                GoogleCharts.api = window.google;
                GoogleCharts.api.charts.load('current', {
                    packages: ['corechart', 'table', 'gauge'],
                });
`

annemiekebuijs avatar Feb 23 '21 14:02 annemiekebuijs