Skip to content

Commit 595dbcc

Browse files
committed
Improvement - VueUiHeatmap - Add tooltip positioning config options
1 parent f662136 commit 595dbcc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/vue-ui-heatmap.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,8 @@ defineExpose({
585585
:borderWidth="FINAL_CONFIG.style.tooltip.borderWidth"
586586
:fontSize="FINAL_CONFIG.style.tooltip.fontSize"
587587
:backgroundOpacity="FINAL_CONFIG.style.tooltip.backgroundOpacity"
588+
:position="FINAL_CONFIG.style.tooltip.position"
589+
:offsetY="FINAL_CONFIG.style.tooltip.offsetY"
588590
:parent="heatmapChart"
589591
:content="tooltipContent"
590592
:isCustom="FINAL_CONFIG.style.tooltip.customFormat && typeof FINAL_CONFIG.style.tooltip.customFormat === 'function'"

0 commit comments

Comments
 (0)