-0.5
0.0
0.5
1.0
1.5
2.0
2.5
3.0
3.5
0
2
4
6
8
10
12

/********* Javascript Generated with phpChart **********/ 
var _chart1_plot_properties;
$(document).ready(function(){ 
_chart1_plot_properties = {
  "seriesDefaults":{
    "linePattern":"dashed","showMarker":false,"shadow":false
  }
}



$.jqplot.config.enablePlugins = true;
$.jqplot.config.defaultHeight = 300;
$.jqplot.config.defaultWidth  = 400;
 _chart1= $.jqplot("chart1", [[[0,2],[1,6],[2,7],[3,10]]], _chart1_plot_properties);


});

Renderer plugins used:

Array
(
)