google-charts
google-charts copied to clipboard
Gauge
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'],
});
`