mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-10 18:26:52 +01:00
Polar area graph scale should start at 0 by default
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user