Skip to content

Commit 0fdfcbe

Browse files
committed
Improvement - VueUiDonut - Increase animation performance; fade out datalabels during series segregation
1 parent 6538291 commit 0fdfcbe

File tree

3 files changed

+145
-77
lines changed

3 files changed

+145
-77
lines changed

TestingArena/ArenaVueUiDonut.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ function alterDataset() {
127127
const model = createModel([
128128
CHECKBOX("debug", { def: true }),
129129
CHECKBOX("autoSize", { def: true }),
130-
CHECKBOX("startAnimation.show", { def: false }),
130+
CHECKBOX("startAnimation.show", { def: true }),
131131
CHECKBOX("pie", { def: false }),
132132
CHECKBOX("loading", { def: false }),
133133
SELECT("type", ["classic", "polar"], { def: "classic" }),
@@ -161,7 +161,7 @@ const model = createModel([
161161
NUMBER("style.chart.padding.right", { def: 24, min: 0, max: 100 }),
162162
NUMBER("style.chart.padding.bottom", { def: 0, min: 0, max: 100 }),
163163
NUMBER("style.chart.padding.left", { def: 24, min: 0, max: 100 }),
164-
CHECKBOX("style.chart.layout.curvedMarkers", { def: true }),
164+
CHECKBOX("style.chart.layout.curvedMarkers", { def: false }),
165165
CHECKBOX("style.chart.layout.labels.dataLabels.show", { def: true, label: "show", category: "labels" }),
166166
CHECKBOX("style.chart.layout.labels.dataLabels.oneLine", {def: true }),
167167
NUMBER("style.chart.layout.labels.dataLabels.hideUnderValue", { def: 3, min: 0, max: 100, label: "hideUnderValue", category: "labels" }),

0 commit comments

Comments
 (0)