Skip to content

Commit ffa91ac

Browse files
committed
Fix - VueUiDumbbell minor fixes
1 parent d879236 commit ffa91ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-data-ui",
33
"private": false,
4-
"version": "2.1.48",
4+
"version": "2.1.49",
55
"type": "module",
66
"description": "A user-empowering data visualization Vue 3 components library for eloquent data storytelling",
77
"keywords": [

src/components/vue-ui-dumbbell.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -482,8 +482,8 @@ defineExpose({
482482
<text
483483
v-for="(tick, i) in scale.ticks"
484484
:x="drawingArea.left + (i * (drawingArea.width / (scale.ticks.length - 1)))"
485-
:y="drawingArea.bottom + dumbConfig.style.chart.labels.yAxisLabels.fontSize + dumbConfig.style.chart.labels.xAxisLabels.offsetY"
486-
:font-size="dumbConfig.style.chart.labels.yAxisLabels.fontSize"
485+
:y="drawingArea.bottom + dumbConfig.style.chart.labels.xAxisLabels.fontSize + dumbConfig.style.chart.labels.xAxisLabels.offsetY"
486+
:font-size="dumbConfig.style.chart.labels.xAxisLabels.fontSize"
487487
:fill="dumbConfig.style.chart.labels.xAxisLabels.color"
488488
:font-weight="dumbConfig.style.chart.labels.xAxisLabels.bold ? 'bold': 'normal'"
489489
text-anchor="middle"

0 commit comments

Comments
 (0)