Skip to content

Commit 06ab547

Browse files
committed
Improvement - VueUiDonut - Add tooltip positioning config options
1 parent 03c5945 commit 06ab547

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/vue-ui-donut.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -886,6 +886,8 @@ defineExpose({
886886
:borderColor="FINAL_CONFIG.style.chart.tooltip.borderColor"
887887
:borderWidth="FINAL_CONFIG.style.chart.tooltip.borderWidth"
888888
:backgroundOpacity="FINAL_CONFIG.style.chart.tooltip.backgroundOpacity"
889+
:position="FINAL_CONFIG.style.chart.tooltip.position"
890+
:offsetY="FINAL_CONFIG.style.chart.tooltip.offsetY"
889891
:parent="donutChart"
890892
:content="tooltipContent"
891893
:isCustom="isFunction(FINAL_CONFIG.style.chart.tooltip.customFormat)"

0 commit comments

Comments
 (0)