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 c14f702 commit 666c8abCopy full SHA for 666c8ab
src/components/vue-ui-age-pyramid.vue
@@ -661,6 +661,8 @@ defineExpose({
661
:borderWidth="FINAL_CONFIG.style.tooltip.borderWidth"
662
:fontSize="FINAL_CONFIG.style.tooltip.fontSize"
663
:backgroundOpacity="FINAL_CONFIG.style.tooltip.backgroundOpacity"
664
+ :position="FINAL_CONFIG.style.tooltip.position"
665
+ :offsetY="FINAL_CONFIG.style.tooltip.offsetY"
666
:parent="agePyramid"
667
:content="tooltipContent"
668
:isCustom="FINAL_CONFIG.style.tooltip.customFormat && typeof FINAL_CONFIG.style.tooltip.customFormat === 'function'"
0 commit comments