Skip to content

Commit eb6dee0

Browse files
committed
VueUiDonutEvolution minor updates
1 parent f9b3331 commit eb6dee0

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

src/components/vue-ui-donut-evolution.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ defineExpose({
710710
:x="padding.left + 6"
711711
:y="padding.top + donutEvolutionConfig.style.chart.layout.grid.xAxis.dataLabels.fontSize * 2"
712712
:font-size="donutEvolutionConfig.style.chart.layout.grid.xAxis.dataLabels.fontSize * 1.6"
713-
:fill="donutEvolution.style.chart.layout.dataLabels.color"
713+
:fill="donutEvolutionConfig.style.chart.layout.dataLabels.color"
714714
>
715715
{{ donutEvolutionConfig.style.chart.layout.grid.xAxis.dataLabels.values[fixedDatapoint.index] }}
716716
</text>

0 commit comments

Comments
 (0)