Polar area graph scale should start at 0 by default

This commit is contained in:
Evert Timberg
2016-06-27 22:25:38 -04:00
parent f2270ed8db
commit c2e37ce8e2

View File

@@ -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