]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Reuse parsed results rather than redoing work
authorThomas Redston <tlr@corefiling.com>
Tue, 24 Jan 2017 18:06:18 +0000 (18:06 +0000)
committerEvert Timberg <evert.timberg+github@gmail.com>
Fri, 10 Feb 2017 23:49:35 +0000 (18:49 -0500)
commit9f3b51a80ce96578718267711e8b65c1ec8c25c1
treede5f7b2c30feae424c900af4c5fc87d1b93e081f
parent074ab2aa879704ef37b9e507f05e610059ccc237
Reuse parsed results rather than redoing work

The input labels/data is converted into moments in `determineDataLimits`, reuse them instead of duplicating the work.
src/scales/scale.time.js
test/scale.time.tests.js