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 d13f2bb commit 3b2bc72Copy full SHA for 3b2bc72
src/components/vue-ui-xy.vue
@@ -3292,7 +3292,7 @@ defineExpose({
3292
3293
<template v-if="plot.comment && FINAL_CONFIG.chart.comments.show">
3294
<foreignObject style="overflow: visible" height="12"
3295
- :width="(barWidth / 2) + FINAL_CONFIG.chart.comments.width"
+ :width="barWidth + FINAL_CONFIG.chart.comments.width"
3296
:x="calcRectX(plot) - (FINAL_CONFIG.chart.comments.width / 2) + FINAL_CONFIG.chart.comments.offsetX"
3297
:y="checkNaN(plot.y) + FINAL_CONFIG.chart.comments.offsetY + 6">
3298
<slot name="plot-comment"
0 commit comments