When graphing something in jqPlot, there’s always a negative number (even though the data is never negative), which is fine because it makes the chart have more padding and is better visible.
Anyway, my question is when the data is in the very low numbers, jqPlot shows the negative tick mark as -.2 for example. Is it possible to set it to an even number such as -.5?
Basically, I just want to change a tick number manually to something desired. Is this possible?
If it goes to a manual changing of a tick and setting of other options, for example, as @maliayas suggests playing with min/max, doesn’t help you could always grab the wanted tick using
jQuery.For an example showing how to change a tick manually using jQuery please see this sample.