I’m experimenting with Google’s GeoCharts. I have state data and city data that I want to display over the city data. This means I want to use the geochart regions and markers display mode at the same time. Can this be done, or faked? I can’t seem to find a way but was wondering if anyone else has had success.
I’m experimenting with Google’s GeoCharts . I have state data and city data that
Share
As stated in documentation
modeparameter could beregionormarker. So they could not be used together. I would recommend you to try jVectorMap library which supports such kind of behavior.