dima117 / Chart.Scatter

Scatter chart plugin for Chart.js
http://dima117.github.io/Chart.Scatter
MIT License
97 stars 26 forks source link

Strange jitter #49

Closed ppcat closed 8 years ago

ppcat commented 8 years ago

Hi,

I found some strange jitter when my chart got a lot of data within it. Just like below image, it should like clear square-type chart, but when data value changed, it got jitters. 2016-07-18 3 29 06

JSBin Did i do something wrong with config? Thank you very much!

Mike

dima117 commented 8 years ago

Hi,

I'm sorry for the late reply.

Please set the bezierCurve to false. See the example on jsbin.

ppcat commented 8 years ago

It works like a charm. Sorry I thought that bezierCurve is default to false. It's my mistake. Thank you!