Chart.js/src
Tomasz Moń c283867f73 Remove smallestLabelSeparation from TimeScale (#3186)
In case of charts with over 4000 points, smallestLabelSeparation
calculation contributes significantly to total cpu usage (about 25% according
to built-in Chrome profiler). Important thing to note is that result
of this calculation is not used at all.

Related commits:
  * 677c249b61
    introduced smallestLabelSeparation. It was used in calculateBaseWidth
    function.
  * d198157fb8
    removed last use of smallestLabelSeparation. Since then the calculated
    value was never used.
2016-08-22 14:50:48 -04:00
..
charts Fix #2734 Cleanup unused variables 2016-06-18 11:00:11 +02:00
controllers Remove unneeded trailing commas 2016-08-10 01:35:34 +00:00
core Added borderDash support for grid lines (#3136) (#3142) 2016-08-12 12:31:54 -04:00
elements Remove empty if statement in element.line.js 2016-08-10 01:39:03 +00:00
scales Remove smallestLabelSeparation from TimeScale (#3186) 2016-08-22 14:50:48 -04:00
chart.js Added usePointStyle option to label boxes 2016-07-05 20:08:29 -06:00