Skip to content

Commit ce20da9

Browse files
committed
Improvement - Add support for optional vertical handles in slicer with minimap
1 parent a7b08a4 commit ce20da9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/vue-ui-quick-chart.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1691,6 +1691,7 @@ defineExpose({
16911691
:minimapLineColor="FINAL_CONFIG.zoomMinimap.lineColor"
16921692
:minimap="minimap"
16931693
:minimapIndicatorColor="FINAL_CONFIG.zoomMinimap.indicatorColor"
1694+
:verticalHandles="FINAL_CONFIG.zoomMinimap.verticalHandles"
16941695
:minimapSelectedIndex="commonSelectedIndex"
16951696
v-model:start="slicer.start"
16961697
v-model:end="slicer.end"

src/components/vue-ui-xy.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,6 +1125,7 @@
11251125
:minimapSelectedColorOpacity="FINAL_CONFIG.chart.zoom.minimap.selectedColorOpacity"
11261126
:minimapSelectedIndex="selectedSerieIndex"
11271127
:minimapIndicatorColor="FINAL_CONFIG.chart.zoom.minimap.indicatorColor"
1128+
:verticalHandles="FINAL_CONFIG.chart.zoom.minimap.verticalHandles"
11281129
:max="maxX"
11291130
:min="0"
11301131
:valueStart="slicer.start"

0 commit comments

Comments
 (0)