Chart.js/src
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
..
charts Fix radar default aspect ratio and samples 2016-09-23 17:47:36 +02:00
controllers Fix for stacked bar charts with log axes (#4010) 2017-03-20 20:38:15 -04:00
core Update the tooltip with a new caretPadding setting. Previously this value was essentially hard coded to 2017-03-28 18:17:26 -04:00
elements Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
platforms Correctly handle decimal display size (#4009) 2017-03-18 11:54:56 +01:00
plugins Move legend and title in the plugins folder (#4076) 2017-03-25 18:28:54 +01:00
scales Time scale improvements to improve performance and reliability 2017-04-02 08:49:00 -04:00
chart.js Move legend and title in the plugins folder (#4076) 2017-03-25 18:28:54 +01:00