I'm using Google Geochart and I would like to dynamically change the color of selected regions without having to redraw the entire chart again (which causes the chart to flicker). Is there a way to do this, and if so, how?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
As far as I understand it's impossible to change the colors of regions in Geochart dynamically. However I would recommend you to try jVectorMap library, which has a |
|||
|
|

setOptionsmethod or something. And looking through the source code probably is a pain, knowing it went through the Google Closure Compiler. – SimonPlus Apr 27 '12 at 20:05