Skip to content

Commit 666c8ab

Browse files
committed
Improvement - VueUiAgePyramid - Add tooltip positioning config options
1 parent c14f702 commit 666c8ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/vue-ui-age-pyramid.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,8 @@ defineExpose({
661661
:borderWidth="FINAL_CONFIG.style.tooltip.borderWidth"
662662
:fontSize="FINAL_CONFIG.style.tooltip.fontSize"
663663
:backgroundOpacity="FINAL_CONFIG.style.tooltip.backgroundOpacity"
664+
:position="FINAL_CONFIG.style.tooltip.position"
665+
:offsetY="FINAL_CONFIG.style.tooltip.offsetY"
664666
:parent="agePyramid"
665667
:content="tooltipContent"
666668
:isCustom="FINAL_CONFIG.style.tooltip.customFormat && typeof FINAL_CONFIG.style.tooltip.customFormat === 'function'"

0 commit comments

Comments
 (0)