@@ -67,6 +67,11 @@ function alterDataset() {
6767
6868const model = ref ([
6969 { key: ' type' , def: ' classic' , type: ' select' , options: [' classic' , ' polar' ]},
70+ { key: ' useSerieToggleAnimation' , def: true , type: ' checkbox' },
71+ { key: ' loadAnimation.show' , def: true , type: ' checkbox' },
72+ { key: ' loadAnimation.durationMs' , def: 1000 , type: ' number' , min: 0 , max: 5000 , step: 500 },
73+ { key: ' loadAnimation.staggerMs' , def: 50 , type: ' number' , min: 0 , max: 1000 , step: 25 },
74+
7075 { key: ' responsive' , def: false , type: ' checkbox' },
7176 { key: ' userOptions.show' , def: true , type: ' checkbox' , label: ' showUserOptions' , category: ' general' },
7277 { key: ' userOptions.buttons.pdf' , def: true , type: ' checkbox' },
@@ -134,7 +139,7 @@ const model = ref([
134139 { key: ' style.chart.layout.labels.hollow.average.value.suffix' , def: ' ' , type: ' text' , label: [' hollow' , ' average' , ' value' , ' is' , ' suffix' ], category: ' labels' },
135140 { 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' },
136141 { 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' },
142+ { key: ' style.chart.layout.donut.strokeWidth' , def: 64 , type: ' range' , min: 3 , max: 130 , label: ' thickness' , category: ' donut' },
138143 { key: ' style.chart.layout.donut.borderWidth' , def: 1 , type: ' range' , min: 0 , max: 36 , label: [' border' , ' is' , ' thickness' ], category: ' donut' },
139144 { key: ' style.chart.layout.donut.useShadow' , def: false , type: ' checkbox' },
140145 { key: ' style.chart.layout.donut.shadowColor' , def: ' #1A1A1A' , type: ' color' },
0 commit comments