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] :

- first example

- second example

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. 

ps think need take @ jqplot examples here , here


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -