I’m trying to create a Dashboard with column chart and a few category filters in my app, I have data like this : but I have to visualize not this data, but a table with total amount of people with same number of children: [‘1 child’, ‘2 children’, ‘3 children’], [1, 2 , 4] So when I apply some filter
Tag: google-visualization
Insert Links into Google Charts api data?
I have been playing around with Google charts quite a bit over in the google charts play ground here: Link The code I have been playing with is this: and that gives me a nice chart that looks like this: I am trying to have this chart fit the needs of my website, and to do this, I need to
Comma Separated Data in Google Visualisation API
I’m using GeoChart from the Google Visualisation API to create a dynamic map containing site usage information. Due to the large metric values (8 digits), I need to comma separate these numbers to make the map more readable. I’ve written a function that adds commas to these number, but this then causes errors with the API drawing the map. For