Hi,
https://jsfiddle.net/1yLavejg/4/
In the above fiddle, Y-axis i need to show ’ 30000 >’ instead of 30000 scale. Means add ‘>’ for 30000.
Pl help me how to implement.
Thx
Lavanya
Hi,
https://jsfiddle.net/1yLavejg/4/
In the above fiddle, Y-axis i need to show ’ 30000 >’ instead of 30000 scale. Means add ‘>’ for 30000.
Pl help me how to implement.
Thx
Lavanya
Hi,
Thanks for your reply.
Not for all the y-axis labels. pl chk
https://jsfiddle.net/1yLavejg/6/
Here showing > 20k. Not like that it has to show only for > 40k when I scroll the y-axis. that is my max num of yvalues.
NEED TO SHOW that char(<) only for max num. and I need to fix scrolling should be stop when we reach y-axis to 40k.
Thx
Lavanya
Hi,
My y-axis fixedrange should be false.
Because I need to move the y-axis.
Here i am facing 2 probles.
fixedrange :false,
range:[1,50]