Skip to content

Commit 38a323a

Browse files
Alec ProbertAlec Probert
authored andcommitted
VueUiNestedDonuts minor fix
1 parent fde84e0 commit 38a323a

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.0.26",
4+
"version": "2.0.27",
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ const immutableDataset = computed(() => {
119119
})
120120
})
121121
122-
const donutSize = computed(() => defaultConfig.value.style.chart.layout.donut.strokeWidth)
122+
const donutSize = computed(() => donutConfig.value.style.chart.layout.donut.strokeWidth)
123123
124124
const mutableDataset = computed(() => {
125125
return [...immutableDataset.value].map((ds, i) => {

0 commit comments

Comments
 (0)