Chart.js/src/scales
Ben McCann b64fd5db25 Respect min and max when building ticks (#4860)
Generate time scale ticks (`ticks.source: 'auto'`) based on the effective visualized range instead of the actual data range, meaning that the computed units and/or step size may change if the time options min and max are different from the data min and max.
2017-10-20 09:03:38 +02:00
..
scale.category.js Make offsetGridLines consistent and add new offset scale option (#4545) 2017-08-14 10:09:33 +02:00
scale.linear.js Make Chart.defaults/Ticks/Interaction importable (#4512) 2017-07-16 19:38:19 +02:00
scale.linearbase.js Allow specifying bar chart via {x, y} data points (#4565) 2017-07-29 21:22:52 +02:00
scale.logarithmic.js Enforce variable declaration coding style (#4610) 2017-08-03 18:33:18 +02:00
scale.radialLinear.js When a radial scale is rotated using the startAngle option, the tick labels did not appear in the correct places. (#4682) 2017-08-21 18:17:49 -04:00
scale.time.js Respect min and max when building ticks (#4860) 2017-10-20 09:03:38 +02:00