Skip to content

Commit 8cdc320

Browse files
committed
VueUiQuickChart added yLabel colors
1 parent f988ab8 commit 8cdc320

File tree

2 files changed

+3
-1
lines changed

2 files changed

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

src/components/vue-ui-quick-chart.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,7 @@ defineExpose({
828828
:y="label.y + quickConfig.xyLabelsYFontSize / 3"
829829
text-anchor="end"
830830
:font-size="quickConfig.xyLabelsYFontSize"
831+
:fill="quickConfig.color"
831832
>
832833
{{ label.value }}
833834
</text>
@@ -999,6 +1000,7 @@ defineExpose({
9991000
:y="label.y + quickConfig.xyLabelsYFontSize / 3"
10001001
text-anchor="end"
10011002
:font-size="quickConfig.xyLabelsYFontSize"
1003+
:fill="quickConfig.color"
10021004
>
10031005
{{ label.value }}
10041006
</text>

0 commit comments

Comments
 (0)