I'm using Chartkick to display this map using the Google api:
geo_chart @final_output, library: {backgroundColor: "transparent", width: 400}
Right now if I pass it a string as the 2nd value it won't work. But an integer will.
[['Canada','cat'],['United States',4]] <- first one won't work
Is there a way from rails to make this happen? I checked the google docs and chartkick and it does not mention it anywhere.
Thanks!
for Reference: https://developers.google.com/chart/interactive/docs/gallery/geochart#important