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

ES6 Google Charts Module that allows asynchronous loading

Results 12 google-charts issues
Sort by recently updated
recently updated
newest added

Hi, a short question regarding loading charts. when using this lib, does the usage load the data from web every time opening the Webpage? Or is everything inside the module?...

``` import {GoogleCharts} from 'google-charts'; GoogleCharts.load(() => { let data = GoogleCharts.api.visualization.DataTable(); data.addColumn('string', 'Name'); data.addColumn('string', 'Manager'); data.addColumn('string', 'ToolTip'); let $html = $("").attr("style", "color:red; font-style:italic").append("President").get(0).outerHTML; // For each orgchart box, provide...

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', {...

I'm a newb in the js ecosystem - how do actually use this module in my project? The quick start says to use: `import {GoogleCharts} from 'google-charts';`, but I think...

Hi, First of all I am thankful to you for such a very helpful plugin , I am using it on my project but now I have a case which...

Regards to the solution of [this issue](https://stackoverflow.com/questions/62236974/google-visualization-combochart-cannot-read-property-minortextopacity-of-nul)