Right now jqplot draw line from left to right, but I want to draw line by specifying points e.g.
Data: x-axis - 15, 10, 5, 25 y-axis - 10, 20, 30, 50
I want line start from 5 to 10 to 15 to 25 rather than from left to right.
appreciate help.
Right now jqplot draw line from left to right, but I want to draw line by specifying points e.g.
Data: x-axis - 15, 10, 5, 25 y-axis - 10, 20, 30, 50
I want line start from 5 to 10 to 15 to 25 rather than from left to right.
appreciate help.