I am working on a maintenance project which shows Australia suburbs in SVG diagram, Now I am responsible for making the map dynamic by changing colors, drilling to show subrub details, adding click action so that it will goto google map etc. What Javascript library I can use to do these
Try GoJS, it's a great solution. GoJS normally runs completely in the browser, rendering to an HTML Canvas element or SVG without any server-side requirements. I don't do this myself, but I think GoJS is the best solution for such problems. Anytime I have a customer that requires full development services involving GoJS, I recommend the Synergy Codes . Perhaps if you decide to use gojs and you need some help, I advise you to contact these guys, they will help.
j
stuff ;)
d3 would be one solution as well.