Skip to content

Commit c0b7b90

Browse files
committed
VueUiScatter added marginal bars config option
1 parent 761302a commit c0b7b90

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.27",
4+
"version": "2.1.28",
55
"type": "module",
66
"description": "A user-empowering data visualization Vue 3 components library for eloquent data storytelling",
77
"keywords": [

src/components/vue-ui-scatter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ defineExpose({
754754
:font-weight="scatterConfig.style.layout.dataLabels.yAxis.bold ? 'bold' : 'normal'"
755755
:fill="scatterConfig.style.layout.dataLabels.yAxis.color"
756756
:x="drawingArea.left + drawingArea.width / 2"
757-
:y="drawingArea.bottom + 8 + scatterConfig.style.layout.dataLabels.yAxis.fontSize"
757+
:y="drawingArea.bottom + 8 + scatterConfig.style.layout.dataLabels.yAxis.fontSize * 2"
758758
>
759759
{{ scatterConfig.style.layout.dataLabels.yAxis.name }}
760760
</text>

0 commit comments

Comments
 (0)