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 7254f31 commit e4a67acCopy full SHA for e4a67ac
src/components/vue-ui-onion.vue
@@ -524,7 +524,7 @@ defineExpose({
524
<text
525
v-if="!segregated.includes(onion.id)"
526
:x="svg.width / 2 - onionSkin.gutter * 0.8 + onionConfig.style.chart.layout.labels.offsetX"
527
- :y="onion.labelY + onionConfig.style.chart.layout.labels.offsetX"
+ :y="onion.labelY + onionConfig.style.chart.layout.labels.offsetY"
528
text-anchor="end"
529
:font-size="onionConfig.style.chart.layout.labels.fontSize"
530
:fill="onionConfig.useBlurOnHover && ![null, undefined].includes(selectedSerie) && selectedSerie === i ? onion.color: onionConfig.style.chart.layout.labels.color"
0 commit comments