Skip to content

Commit bc15b5f

Browse files
Alec ProbertAlec Probert
authored andcommitted
VueUiNestedDonuts minor fix to donut name labels
1 parent 6d4e813 commit bc15b5f

File tree

2 files changed

+2
-1
lines changed

2 files changed

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

src/components/vue-ui-nested-donuts.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@ defineExpose({
526526
text-anchor="middle"
527527
:font-size="donutConfig.style.chart.layout.labels.dataLabels.fontSize"
528528
:font-weight="donutConfig.style.chart.layout.labels.dataLabels.boldDonutName ? 'bold': 'normal'"
529+
:fill="donutConfig.style.chart.layout.labels.dataLabels.color"
529530
>
530531
{{ donutConfig.style.chart.layout.labels.dataLabels.donutNameAbbreviation ? abbreviate({ source: item.name, length: donutConfig.style.chart.layout.labels.dataLabels.donutNameMaxAbbreviationSize }) : item.name }}
531532
</text>

0 commit comments

Comments
 (0)