A demo of the SVG slideout() effect

This effect slides the SVG tag out to the left-hand-side. It doesn't automatically draw the chart so you'll need to do that first and then chain this effect to the draw() call as shown below.

This goes in the documents header:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="RGraph.svg.common.core.js"></script>
<script src="RGraph.svg.common.fx.js"></script>
<script src="RGraph.svg.line.js"></script>
Put this where you want the chart to show up:
<div style="width: 750px; height: 300px" id="chart-container"></div>
This is the code that generates the chart: