Skip to content

Enhancement to allow charts to be placed in embedded SVG images. #40

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Attachments:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions