@@ -66,7 +66,13 @@ function alterDataset() {
66
66
}
67
67
68
68
const model = ref ([
69
- { key: ' type' , def: ' classic' , type: ' select' , options: [' classic' , ' polar' ]},
69
+ { key: ' type' , def: ' polar' , type: ' select' , options: [' classic' , ' polar' ]},
70
+ { key: ' serieToggleAnimation.show' , def: true , type: ' checkbox' },
71
+ { key: ' serieToggleAnimation.durationMs' , def: 500 , type: ' number' , min: 0 , max: 5000 , step: 100 },
72
+ { key: ' loadAnimation.show' , def: true , type: ' checkbox' },
73
+ { key: ' loadAnimation.durationMs' , def: 1000 , type: ' number' , min: 0 , max: 5000 , step: 500 },
74
+ { key: ' loadAnimation.staggerMs' , def: 50 , type: ' number' , min: 0 , max: 1000 , step: 25 },
75
+
70
76
{ key: ' responsive' , def: false , type: ' checkbox' },
71
77
{ key: ' userOptions.show' , def: true , type: ' checkbox' , label: ' showUserOptions' , category: ' general' },
72
78
{ key: ' userOptions.buttons.pdf' , def: true , type: ' checkbox' },
@@ -134,9 +140,9 @@ const model = ref([
134
140
{ key: ' style.chart.layout.labels.hollow.average.value.suffix' , def: ' ' , type: ' text' , label: [' hollow' , ' average' , ' value' , ' is' , ' suffix' ], category: ' labels' },
135
141
{ key: ' style.chart.layout.labels.hollow.average.value.offsetY' , def: 0 , type: ' number' , min: - 100 , max: 100 , label: [' hollow' , ' average' , ' value' , ' is' , ' offsetY' ], category: ' labels' },
136
142
{ key: ' style.chart.layout.labels.hollow.average.value.rounding' , def: 0 , type: ' number' , min: 0 , max: 6 , label: [' hollow' , ' average' , ' value' , ' is' , ' rounding' ], category: ' labels' },
137
- { key: ' style.chart.layout.donut.strokeWidth' , def: 6 , type: ' range' , min: 3 , max: 130 , label: ' thickness' , category: ' donut' },
143
+ { key: ' style.chart.layout.donut.strokeWidth' , def: 64 , type: ' range' , min: 3 , max: 130 , label: ' thickness' , category: ' donut' },
138
144
{ key: ' style.chart.layout.donut.borderWidth' , def: 1 , type: ' range' , min: 0 , max: 36 , label: [' border' , ' is' , ' thickness' ], category: ' donut' },
139
- { key: ' style.chart.layout.donut.useShadow' , def: false , type: ' checkbox' },
145
+ { key: ' style.chart.layout.donut.useShadow' , def: true , type: ' checkbox' },
140
146
{ key: ' style.chart.layout.donut.shadowColor' , def: ' #1A1A1A' , type: ' color' },
141
147
{ key: ' style.chart.legend.show' , def: true , type: ' checkbox' , label: ' show' , category: ' legend' },
142
148
{ key: ' style.chart.legend.backgroundColor' , def: ' #FFFFFF20' , type: ' color' , label: ' backgroundColor' , category: ' legend' },
0 commit comments