Hello.
When creating a line chart with decimal numbers with small differences the resulting chart is not rendered as a straight line, this line slightly wiggles:
See here: https://output.jsbin.com/zerucizohi
I have few questions:
- Is it possible to make this completely straight with current chart.js? If yes please let me know how to do that.
- If not could some kind of smoothness/fitting parameter be added to the chart.js configuration?
I’m asking because before I used google charts and same values were rendered as straight line: https://output.jsbin.com/vugizebuka
I simplified original example: https://output.jsbin.com/kobekijuru/1
(attaching the code just in case)