Y-Axis Range & interval Specification
Y-Axis Range Specification
when Negative value intervals are bigger than positive values
this time it is hard to see the positive values in chart it appears all at one line
we can Zoom it, but no option to specify the range like 0 to 100 interval 10 for positive and 0 to -1000 interval 100
here is the example
http://jsfiddle.net/psramkumar/8aEs2/1/
-
Anonymous commented
Its really useful. Thanks. http://www.alltechbites.com
-
So you're asking if a linear scale can be split into two where each part has its own resolution? Currently it isn't possible. I guess the closest you get is logarithmic axes. You may also consider using two Y axes.
-
Ramkumar Pillai commented
http://jsfiddle.net/psramkumar/8aEs2/3/
added zoom functionality