PlotKit Example using SweetCanvasRenderer
Usage
<script>
JSLoader.load("ria","mochikit","1.3.1");
</script>
<!--
On a few instances (in IE particularly) the dependencies need to
be fully loaded for the next load() to take place.
When that happens, all we need to do is close out the script block,
and start a new one
-->
<script>
JSLoader.getLoader("ria","plotkit","0.9.1").loadAll(["excanvas","Base","Layout","Canvas","SweetCanvas"]);
</script>
Actual Demo
More Information:
http://www.liquidx.net/plotkit/
Source Data
| x | y1 | y2 |
| 0 | 0 | 3 |
| 1 | 10 | 20 |
| 2 | 5 | 10 |
| 3 | 6 | 7 |
| 4 | 7 | 8 |
| 5 | 6 | 7 |
| 6 | 7 | 8 |