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 f662136 commit 595dbccCopy full SHA for 595dbcc
src/components/vue-ui-heatmap.vue
@@ -585,6 +585,8 @@ defineExpose({
585
:borderWidth="FINAL_CONFIG.style.tooltip.borderWidth"
586
:fontSize="FINAL_CONFIG.style.tooltip.fontSize"
587
:backgroundOpacity="FINAL_CONFIG.style.tooltip.backgroundOpacity"
588
+ :position="FINAL_CONFIG.style.tooltip.position"
589
+ :offsetY="FINAL_CONFIG.style.tooltip.offsetY"
590
:parent="heatmapChart"
591
:content="tooltipContent"
592
:isCustom="FINAL_CONFIG.style.tooltip.customFormat && typeof FINAL_CONFIG.style.tooltip.customFormat === 'function'"
0 commit comments