Navigation
 Examples  Sandbox  Image Map

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


 HTML Source area
<head>
   <link href='imagemap.css' type='text/css' rel='stylesheet'></link>
   <script src="jquery-3.3.1.min.js" type="text/javascript"></script>
   <script src="jquery.imagemap.js"  type="text/javascript"></script>
   <script>
   $(document).ready(function() {
      $("#testPicture").addImageMap("pictureMap","scripts/draw.php?ImageMap=get",{SmoothMove:true});
   });
   </script>
</head>
<body>
   <img src="draw.php" id="testPicture" />
</body>


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