dima117 / Chart.Scatter

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

Bezier curve tension #32

Closed Haroenv closed 8 years ago

Haroenv commented 8 years ago

The regular line graph does support this with a value being i.e.

bezierCurveTension: 0.3

Support for this would be nice, if you want graphs to be less messy and more straight if the data is close to each other.

Example of short time difference generating curves:

Haroenv commented 8 years ago

This issue isn't correct. It is implemented, and what I looked for was to disable it with bezierCurve: false. Otherwise this will now and then generate shapes which aren't functions, and thus impossible.