Hello,
Im having a realtime stepline chart in angular,
when I play data forward, chart looks fine,
when I play data backward, line between points (stepline) is not the same as forward play
example:
1. {x:4,y:5} , {x:5,y:7} //(line go right and then go up)
2. {x:5,y:7} , {x:4,y:5} //(line go left and then go down)
is there a way to draw step line same in both examples? ( in example 2 , line should go down and then go left).
Thank you,
Larry