PlotKit: Quickstart SVG Demo

Quickstart SVG Demo


xy1y2
003
11020
2510
367
478
567
678

Note: With SVG, the most compatible way is NOT to put in SVG tags, but create the SVG element with Javascript. Therefore, instead of adding <svg> tag, we just have a <div> container and create the SVG element using SVGRenderer.SVG().