]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Fix bumpy line on smooth data set (#4944)
authorjcopperfield <33193571+jcopperfield@users.noreply.github.com>
Tue, 14 Nov 2017 12:56:45 +0000 (13:56 +0100)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Tue, 14 Nov 2017 12:56:45 +0000 (13:56 +0100)
commite080e782ab44f34d2bcd63ad6255f48bac2292ea
treeba15cf3e33f909f9c7896ab72c5677765868e2ad
parent447ca40a7f8baa2ec55f3388e02cabcfe8cbfadc
Fix bumpy line on smooth data set (#4944)

Linear scale getPixelForValue() method doesn't round the returned value anymore.
src/scales/scale.linear.js
test/specs/core.controller.tests.js
test/specs/core.tooltip.tests.js