Chart.js/src/controllers
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
..
controller.bar.js Fix for stacked bar charts with log axes (#4010) 2017-03-20 20:38:15 -04:00
controller.bubble.js Fix bubble chart tooltip callback to use correct labels (#3421) 2016-10-06 08:54:50 -04:00
controller.doughnut.js inner radius could be slightly negative due to numerical errors 2017-01-25 08:59:31 -05:00
controller.line.js Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
controller.polarArea.js Split radial scale lineArc setting into a combination of existing and new settings. 2017-03-03 06:50:34 -05:00
controller.radar.js Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00