The vscissorsclose()
effect conceals the SVG tag by using increasing (in vertical size) DIV tags. They increase alternately from the top and the bottom of the tag.
<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: