@@ -66,7 +66,13 @@ function alterDataset() {
6666}
6767
6868const 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+
7076 { key: ' responsive' , def: false , type: ' checkbox' },
7177 { key: ' userOptions.show' , def: true , type: ' checkbox' , label: ' showUserOptions' , category: ' general' },
7278 { key: ' userOptions.buttons.pdf' , def: true , type: ' checkbox' },
@@ -134,9 +140,9 @@ const model = ref([
134140 { key: ' style.chart.layout.labels.hollow.average.value.suffix' , def: ' ' , type: ' text' , label: [' hollow' , ' average' , ' value' , ' is' , ' suffix' ], category: ' labels' },
135141 { 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' },
136142 { 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' },
138144 { 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' },
140146 { key: ' style.chart.layout.donut.shadowColor' , def: ' #1A1A1A' , type: ' color' },
141147 { key: ' style.chart.legend.show' , def: true , type: ' checkbox' , label: ' show' , category: ' legend' },
142148 { key: ' style.chart.legend.backgroundColor' , def: ' #FFFFFF20' , type: ' color' , label: ' backgroundColor' , category: ' legend' },
0 commit comments