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 06ab547 commit c14f702Copy full SHA for c14f702
src/components/vue-ui-candlestick.vue
@@ -743,6 +743,8 @@ defineExpose({
743
:borderWidth="FINAL_CONFIG.style.tooltip.borderWidth"
744
:fontSize="FINAL_CONFIG.style.tooltip.fontSize"
745
:backgroundOpacity="FINAL_CONFIG.style.tooltip.backgroundOpacity"
746
+ :position="FINAL_CONFIG.style.tooltip.position"
747
+ :offsetY="FINAL_CONFIG.style.tooltip.offsetY"
748
:parent="candlestickChart"
749
:content="tooltipContent"
750
:isCustom="FINAL_CONFIG.style.tooltip.customFormat && typeof FINAL_CONFIG.style.tooltip.customFormat === 'function'"
0 commit comments