shutterstock / rickshaw

JavaScript toolkit for creating interactive real-time graphs

Home Page:https://shutterstock.github.io/rickshaw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

strange overshot when make a step

paulohbsa opened this issue · comments

hello,
I am using Rickshaw to make an real time chart.
When a step happens in my data a small overshot appears (the curve goes above the real value and then returns).
You can see this in the image (inside the white circle). It happens with all the three series and every time a step happens, up or down.

screenshot_2016-12-15_17-39-07

Anyone knows what mistake I am doing?

Thanks in advance for everyone.

I think I just solved this issue, by change the interpolation to any of the options but the 'cardinal' one.
Withe any of the other options the overshot doesn't happen.