Skip to content

Commit

Permalink
VueUiNestedDonuts minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alec Probert authored and Alec Probert committed Mar 17, 2024
1 parent fde84e0 commit 38a323a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-data-ui",
"private": false,
"version": "2.0.26",
"version": "2.0.27",
"type": "module",
"description": "A user-empowering data visualization Vue components library",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/components/vue-ui-nested-donuts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const immutableDataset = computed(() => {
})
})
const donutSize = computed(() => defaultConfig.value.style.chart.layout.donut.strokeWidth)
const donutSize = computed(() => donutConfig.value.style.chart.layout.donut.strokeWidth)
const mutableDataset = computed(() => {
return [...immutableDataset.value].map((ds, i) => {
Expand Down

0 comments on commit 38a323a

Please sign in to comment.