We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df18512 commit 843b0f7Copy full SHA for 843b0f7
src/components/vue-ui-donut-evolution.vue
@@ -1112,7 +1112,7 @@ defineExpose({
1112
<BaseDraggableDialog
1113
v-if="FINAL_CONFIG.style.chart.dialog.show"
1114
ref="dialog"
1115
- @close="fixedDatapoint = null; isFixed = false"
+ @close="fixedDatapoint = null; isFixed = false; hoveredDatapoint = null; hoveredIndex = null; fixedDatapointIndex = null"
1116
:backgroundColor="FINAL_CONFIG.style.chart.dialog.backgroundColor"
1117
:color="FINAL_CONFIG.style.chart.dialog.color"
1118
:headerBg="FINAL_CONFIG.style.chart.dialog.header.backgroundColor"
0 commit comments