0

I am developing a chart with Jquery Flot Chart. The problem is weird. When I zoom and pane, the behaviour of chart changes.

Look at the this samples. enter image description here

enter image description here

mehr
  • 845
  • 1
  • 9
  • 18
  • Please provice your code, data, options and used plugins (maybe as a [fiddle](http://jsfiddle.net), see [here](http://stackoverflow.com/help/mcve) for more infos). – Raidri Feb 09 '16 at 16:38

1 Answers1

0

I found the problem. I tried to implement it with the jsfiddle and I found the Spline plugin is the problem. I removed it from series and it solved.

mehr
  • 845
  • 1
  • 9
  • 18