0.5
1.0
1.5
2.0
2.5
3.0
3.5
4.0
4.5
5.0
5.5
4
6
8
10
12
14
16

/********* Javascript Generated with phpChart **********/ 
var _basic_chart_plot_properties;
$(document).ready(function(){ 
_basic_chart_plot_properties = {
  "axes":{
    "xaxis":{
      "tickOptions":{
        "showGridline":false
      },"properties":"xaxis"
    },"yaxis":{
      "tickOptions":{
        "showGridline":false
      },"properties":"yaxis"
    }
  },"grid":{
    "background":"white","borderColor":"#000000","borderWidth":0,"shadow":false
  },"seriesDefaults":{
    "rendererOptions":{
      "smooth":true
    }
  }
}



$.jqplot.config.enablePlugins = true;
$.jqplot.config.defaultHeight = 300;
$.jqplot.config.defaultWidth  = 400;
 _basic_chart= $.jqplot("basic_chart", [[11,9,5,12,14]], _basic_chart_plot_properties);


});

Renderer plugins used:

Array
(
)