1

Is it possible to affect svg graphics loaded from (for example) google code (charts, etc.) ? What I need to be able to do is change display styles ( font size and / or color, etc.)

Am I out of luck on that since all the graphical elements reside in an iframe?

If so, any recommendations on jQuery/js lib for creating pie charts, etc? From what I've seen raphael.js looks very interesting.

Just wonder what the proper approach wold be in this case. Thanks in advance.

vector
  • 7,334
  • 8
  • 52
  • 80

2 Answers2

2

I would highly recommend you check out d3: http://mbostock.github.com/d3/

Anthony Blake
  • 5,328
  • 2
  • 25
  • 24
2

Eric Dahlstrom wrote an example showing how to do this as part of an answer to a similar question previously: http://xn--dahlstrm-t4a.net/svg/html/get-embedded-svg-document-script.html

Robert Longson
  • 118,664
  • 26
  • 252
  • 242