Embedding charts in SVG documents

19 views
Skip to first unread message

Neal Holtz

unread,
Mar 26, 2014, 3:50:00 PM3/26/14
to elyc...@googlegroups.com
I've had a bit of success at embedding charts in SVG documents, rather than HTML (see attachment).
(To be more precise, in SVG documents includied via <iframe>).  For consistency with a lot of
other graphics we serve, we would like to do:

   <html>
     ....
     <body>
     ...
     <iframe src="xxx.svg" ...></iframe>
   ...

With space in the svg to include dynamically generated graphs.

Have only had to change a couple of lines of code here and there.

Main issue I have now, I think, is to get the popup tooltips positioned properly
(they probably don't account for the transformations applied in the SVG).

Before I continue, has anyone one else done anything similar that I could
build on?

elycharts is pretty great, by the way.

elycharts-1.png

Stefano Bagnara

unread,
Mar 27, 2014, 4:11:27 AM3/27/14
to elyc...@googlegroups.com
Impressive! Unfortunately I don't know anyone trying to do similar things!

In the mean time, if you made changes to the code please open an issue on the Google Code project and submit your diff/changes!

Thank you,
Stefano
Reply all
Reply to author
Forward
0 new messages