You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The attached zip file gives some patches and a test file to
allow use of elycharts to place a chart in a rectangular area
in an SVG graphic that is embedded in the web page via 'iframe'.
For example:
<iframe src="drawing.svg" id="chart"></iframe>
You can designate rectangular areas in the svg to receive the chart.
For eg:
<script>
$(window).load(function() {
$($.svgfind('chart','plot1')).chart({
....
</script>
In the attached zip, elycharts-4.png shows what that looks like.
Original issue reported on code.google.com by [email protected] on 3 Apr 2014 at 3:09
Original issue reported on code.google.com by
[email protected]
on 3 Apr 2014 at 3:09Attachments:
The text was updated successfully, but these errors were encountered: