@@ -54,7 +54,7 @@ const datasets = ref({
5454 longObject: [
5555 {
5656 name: ' Serie 1' ,
57- values: [1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 ]
57+ values: [12 , 7 , 4 , 11 , 13 , 16 , 19 , 22 , 15 , 28 , 16 , 12 ]
5858 },
5959 {
6060 name: ' Serie 2' ,
@@ -89,7 +89,7 @@ const datasets = ref({
8989})
9090
9191
92- const selectedSerie = ref (' shortObjectMixed ' );
92+ const selectedSerie = ref (' longObject ' );
9393
9494const model = ref ([
9595 { key: ' responsive' , def: false , type: ' checkbox' },
@@ -162,13 +162,20 @@ const model = ref([
162162 { key: ' xyShowGrid' , def: true , type: ' checkbox' },
163163 { key: ' xyShowScale' , def: true , type: ' checkbox' },
164164 { key: ' yAxisLabel' , def: ' Lorem ipsum Y axis labellum' },
165+
165166 { key: ' zoomXy' , def: true , type: ' checkbox' },
166167 { key: ' zoomColor' , def: ' #CCCCCC' , type: ' color' },
167168 { key: ' zoomHighlightColor' , def: ' #1A1A1A' , type: ' color' },
168169 { key: ' zoomFontSize' , def: 14 , type: ' number' , min: 8 , max: 48 },
169- { key: ' zoomUseResetSlot' , def: false , type: ' checkbox' }
170+ { key: ' zoomUseResetSlot' , def: false , type: ' checkbox' },
170171
171- ])
172+ { key: ' zoomMinimap.show' , def: true , type: ' checkbox' },
173+ { key: ' zoomMinimap.smooth' , def: true , type: ' checkbox' },
174+ { key: ' zoomMinimap.selectedColor' , def: ' #1F77B4' , type: ' color' },
175+ { key: ' zoomMinimap.selectedColorOpacity' , def: 0.2 , type: ' range' , min: 0 , max: 0.5 , step: 0.01 },
176+ { key: ' zoomMinimap.lineColor' , def: ' #1A1A1A' , type: ' color' },
177+ { key: ' zoomMinimap.selectionRadius' , def: 2 , type: ' range' , min: 0 , max: 24 }
178+ ]);
172179
173180const themeOptions = ref ([
174181 " " ,
0 commit comments