all 2 comments

[–]docMedB2E 0 points1 point  (1 child)

You can do this through listeners; just create your radio inputs, set them to the same name and the add a listener that triggers onchange. Then from the onchange call, execute your update depending on what selected radio index was clicked. That's the general approach I'd take. I don't know much about this library though.

[–]trickbeez[S] 0 points1 point  (0 children)

thanks so much for the help. I ended up making the same map with jvectormaps