Chart.js/test
Thomas Redston 35dcfe00b1 Time scale improvements to improve performance and reliability
* Make parseTime private
* start on fixing time scale
* Reimplement existing functionality
* Tidy tests
* Fix labels for non-linearly sized units

Months, quarters and years have non-constant numbers of seconds. A scale that's linear WRT milliseconds produces incorrect tick labels due to the label formatting losing precision (eg year labels lose month and day so a label of 2016-12-32 displays as 2016 instead of 2017).

* Re-implement tick generation

As in v2.5
2017-04-02 08:49:00 -04:00
..
fixtures/plugin.filler Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
specs Time scale improvements to improve performance and reliability 2017-04-02 08:49:00 -04:00
jasmine.context.js Cleanup and upgrade unit tests environment 2017-03-04 11:39:48 -05:00
jasmine.index.js Introduce unit test based on image comparison (#3988) 2017-03-05 09:49:12 -07:00
jasmine.matchers.js Introduce unit test based on image comparison (#3988) 2017-03-05 09:49:12 -07:00
jasmine.utils.js Introduce unit test based on image comparison (#3988) 2017-03-05 09:49:12 -07:00