Skip to content

Commit e4a67ac

Browse files
committed
Fix - VueUiOnion - Fixed wrong config reference on data labels text offsetY
1 parent 7254f31 commit e4a67ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/vue-ui-onion.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ defineExpose({
524524
<text
525525
v-if="!segregated.includes(onion.id)"
526526
:x="svg.width / 2 - onionSkin.gutter * 0.8 + onionConfig.style.chart.layout.labels.offsetX"
527-
:y="onion.labelY + onionConfig.style.chart.layout.labels.offsetX"
527+
:y="onion.labelY + onionConfig.style.chart.layout.labels.offsetY"
528528
text-anchor="end"
529529
:font-size="onionConfig.style.chart.layout.labels.fontSize"
530530
:fill="onionConfig.useBlurOnHover && ![null, undefined].includes(selectedSerie) && selectedSerie === i ? onion.color: onionConfig.style.chart.layout.labels.color"

0 commit comments

Comments
 (0)