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 97b71f1 commit dc702b4Copy full SHA for dc702b4
src/components/vue-ui-quadrant.vue
@@ -1380,6 +1380,8 @@ defineExpose({
1380
:borderWidth="FINAL_CONFIG.style.chart.tooltip.borderWidth"
1381
:fontSize="FINAL_CONFIG.style.chart.tooltip.fontSize"
1382
:backgroundOpacity="FINAL_CONFIG.style.chart.tooltip.backgroundOpacity"
1383
+ :position="FINAL_CONFIG.style.chart.tooltip.position"
1384
+ :offsetY="FINAL_CONFIG.style.chart.tooltip.offsetY"
1385
:parent="quadrantChart"
1386
:content="tooltipContent"
1387
:isCustom="FINAL_CONFIG.style.chart.tooltip.customFormat && typeof FINAL_CONFIG.style.chart.tooltip.customFormat === 'function'"
0 commit comments