Reputation: 63
I draw some plots with Jqplot and on some of them, I've 2 yaxis.
I would like to know if it is possible to specify that both axis have the same scale ?
I can't use only one axis because I plot different values but with the same unit.
Thanks !
Upvotes: 0
Views: 359
Reputation: 2335
You can specify the same min, max values for both your yaxis.You can also set tickInterval and numberTicks options to be sure of having two similar yaxis.
PS : Please see here for more options about Axis.
Upvotes: 1