diff --git a/src/controllers/controller.polarArea.js b/src/controllers/controller.polarArea.js index 8b63eaf4b..086ef5972 100644 --- a/src/controllers/controller.polarArea.js +++ b/src/controllers/controller.polarArea.js @@ -8,7 +8,10 @@ module.exports = function(Chart) { scale: { type: "radialLinear", - lineArc: true // so that lines are circular + lineArc: true, // so that lines are circular + ticks: { + beginAtZero: true + } }, //Boolean - Whether to animate the rotation of the chart