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 1e6baa1 commit d67850cCopy full SHA for d67850c
src/components/vue-ui-donut-evolution.vue
@@ -1298,7 +1298,7 @@ defineExpose({
1298
<text
1299
data-cy="axis-y-label"
1300
v-if="yLabel.value >= niceScale.min && yLabel.value <= niceScale.max"
1301
- :x="svg.left + FINAL_CONFIG.style.chart.layout.grid.yAxis.dataLabels.offsetX"
+ :x="svg.left + FINAL_CONFIG.style.chart.layout.grid.yAxis.dataLabels.offsetX - 7"
1302
:y="yLabel.y + FINAL_CONFIG.style.chart.layout.grid.yAxis.dataLabels.fontSize / 3"
1303
:font-size="FINAL_CONFIG.style.chart.layout.grid.yAxis.dataLabels.fontSize"
1304
text-anchor="end"
0 commit comments