Navigation
 Examples  Sandbox  Delayed loader  Image Map

 Release 2.1.4
 Examples folder contents
 2DPie
 2DRing
 3DPie
 3DRing
 AreaChart
 BarChart.labels
 BarChart
 BubbleChart
 LineChart
 PlotChart
 PolarChart
 RadarChart
 ScatterLineChart
 ScatterPlotChart
 ScatterSplineChart
 Shapes
 SplineChart
 StackedBarChart
 StepChart
 StockChart
 Rendering area
Click on an example to render it!


 HTML Source area
<html>
<head>
   <style>
     div.pChartPicture { border: 0px; }
   </style>
</head>
<body>
   <script src="imagemap.js" type="text/javascript"></script>
   <img src="draw.php" id="testPicture" alt="" class="pChartPicture"/>
</body>
<script>
   addImage("testPicture","pictureMap","draw.php?ImageMap=get");
</script>


 PHP Source area
Click on an example to get its source!