jqplot - Many of axis labels -
could mi http://www.jqplot.com/tests/axislabeltests.php
i need insert 3 axis on picture don't know how.
you can find examples of want in following links [jqplot documentation] :
and finally, axis documentation here
edit according comment attached original post, can like (jsfiddle link) :
//declare first series var cospoints = [...]; //declare second 1 var cospoints2 = [...]; //draw new plot 2 series $.jqplot('chart1', [cospoints,cospoints2], {}); //you obtain graph 2 lines representing 2 series.
Comments
Post a Comment