1 2 3 4 5 6 7 8 9 10 11 | $(document).ready( function (){ var data = [[473.34, 5.89], [232.35, 25.45], [2387.56, 28.55], [1484.8, 31.98], [0, 32.52], [0, 33.31], [0, 37.63], [3675.31, 47.98], [0, 61.06], [0, 61.6], [3035.76, 65.05], [3437.74, 70.62], [192.53, 75.32], [426.12, 84.5], [0, 117.45], [0, 139.08]]; plot1 = $.jqplot( 'chart1' , [[data[0]], [data[1]], [data[2]], [data[3]]], { seriesDefaults:{renderer:$.jqplot.MeritOrderRenderer}, legend:{show: false }, axesDefaults:{ renderer:$.jqplot.MeritOrderAxisRenderer } }); }); |
The charts on this page depend on the following files:
< script type = "text/javascript" src = "../jquery.min.js" ></ script > < script type = "text/javascript" src = "../jquery.jqplot.min.js" ></ script > < script type = "text/javascript" src = "../plugins/jqplot.meritOrderRenderer.min.js" ></ script > < script type = "text/javascript" src = "../plugins/jqplot.meritOrderAxisRenderer.min.js" ></ script > < script type = "text/javascript" src = "../plugins/jqplot.canvasTextRenderer.min.js" ></ script > < script type = "text/javascript" src = "../plugins/jqplot.canvasAxisLabelRenderer.min.js" ></ script > < link rel = "stylesheet" type = "text/css" hrf = "../jquery.jqplot.min.css" /> |