Chart.js/src/scales
Evert Timberg 36ccf40946 Fix for stacked bar charts with log axes (#4010)
* Undo fix for #3585 since it has broken the stacked bar charts when the axis has a user defined minimum value.

* When a value of 0 is requested for a vertical logarithmic axis, return the bottom point
2017-03-20 20:38:15 -04:00
..
scale.category.js Fix : Tooltip label for category scale. (#3649) 2016-11-28 18:28:39 -05:00
scale.linear.js Fixed HorizontalBar: stacked axis, displays NaN when all legends 2017-02-10 18:40:37 -05:00
scale.linearbase.js Spelling fixes (#3522) 2016-10-27 21:18:31 +02:00
scale.logarithmic.js Fix for stacked bar charts with log axes (#4010) 2017-03-20 20:38:15 -04:00
scale.radialLinear.js Split radial scale lineArc setting into a combination of existing and new settings. 2017-03-03 06:50:34 -05:00
scale.time.js Reuse parsed results rather than redoing work 2017-02-10 18:49:35 -05:00