Add symbol for a particular number in y axis scale -- ticksuffix

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

like this https://jsfiddle.net/1yLavejg/5/ ?

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

See here: https://jsfiddle.net/1yLavejg/7/

Hi,

My y-axis fixedrange should be false.
Because I need to move the y-axis.
Here i am facing 2 probles.

  1. for example, Initially I am giving the range [1,50] for y-axis.
    when I scroll /move down y-axis, 100 on y-axis I need to show 100 >.
  2. After 100 I need to stop scrolling for Downward. Max point should be 100.

fixedrange :false,
range:[1,50]