Can anyone point me to a good source of example SVG code?
Google charts would be good, but I haven’t worked out how to find the SVG. Presumably the browser does actually see SVG at some point – anyone know how I can intercept this?
Thanks –
Al
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As you’re interested in interactive svg charts, definitely check out d3.js. It’s pretty awesome.
In addition, you might want to take a look at this svg reference.
Oh, and regarding google chart svg: just use chrome inspector or firebug to look at/copy the svg.