mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-13 19:56:49 +01:00
Small chores (#8408)
This commit is contained in:
@@ -152,9 +152,7 @@ PolarAreaController.defaults = {
|
||||
animateScale: true
|
||||
},
|
||||
aspectRatio: 1,
|
||||
datasets: {
|
||||
indexAxis: 'r'
|
||||
},
|
||||
indexAxis: 'r',
|
||||
scales: {
|
||||
r: {
|
||||
type: 'radialLinear',
|
||||
|
||||
@@ -129,9 +129,7 @@ RadarController.defaults = {
|
||||
type: 'radialLinear',
|
||||
}
|
||||
},
|
||||
datasets: {
|
||||
indexAxis: 'r'
|
||||
},
|
||||
indexAxis: 'r',
|
||||
elements: {
|
||||
line: {
|
||||
fill: 'start',
|
||||
|
||||
Reference in New Issue
Block a user