I am using stacked line graph but I am facing issue with hover tooltips. There are some values which are 0. I just want to ignore tooltip on 0 value points because they override points with greater than 0 value.
I have tried eliminating 0 value points from data array but by doing that graph does not render correctly.
Please have a look at this:
I have analyzed the code base and here are the changes which I have purposed. https://github.com/flot/flot/pull/1447/files