Skip to content

Commit 81cd041

Browse files
committed
Dev environment - Update testing arena
1 parent 927a954 commit 81cd041

13 files changed

+18
-18
lines changed

TestingArena/ArenaVueUiMoodRadar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const model = ref([
2424
{ key: 'userOptions.buttons.table', def: true, type: 'checkbox'},
2525
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox'},
2626
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
27-
{ key: 'style.chart.backgroundColor', def: '#FFFFFF', type: 'color'},
27+
{ key: 'style.chart.backgroundColor', def: '#FFFFFF20', type: 'color'},
2828
{ key: 'style.chart.color', def: '#1A1A1A', type: 'color'},
2929
{ key: 'style.chart.layout.grid.show', def: true, type: 'checkbox'}, // not applied ?
3030
{ key: 'style.chart.layout.grid.stroke', def: '#e1e5e8', type: 'color'},

TestingArena/ArenaVueUiQuadrant.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ const model = ref([
157157
{ key: 'style.fontFamily', def: 'inherit', type: "text"},
158158
{ key: 'style.chart.height', def: 512, type: 'number', min: 100, max: 1000},
159159
{ key: 'style.chart.width', def: 512, type: 'number', min: 100, max: 1000},
160-
{ key: 'style.chart.backgroundColor', def: '#FFFFFF', type: 'color'},
160+
{ key: 'style.chart.backgroundColor', def: '#FFFFFF20', type: 'color'},
161161
{ key: 'style.chart.color', def: '#1A1A1A', type: 'color'},
162162
{ key: 'style.chart.layout.labels.quadrantLabels.show', def: true, type: 'checkbox'},
163163
{ key: 'style.chart.layout.labels.quadrantLabels.tl.text', def: 'Top left label', type: 'text'},
@@ -249,7 +249,7 @@ const themeOptions = ref([
249249
"default"
250250
])
251251
252-
const currentTheme = ref(themeOptions.value[3])
252+
const currentTheme = ref(themeOptions.value[4])
253253
254254
const config = computed(() => {
255255
const c = convertArrayToObject(model.value);

TestingArena/ArenaVueUiQuickChart.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function alterDataset() {
107107
const selectedSerie = ref('shortArray');
108108
109109
const model = ref([
110-
{ key: 'backgroundColor', def: '#FFFFFF', type: 'color'},
110+
{ key: 'backgroundColor', def: '#FFFFFF20', type: 'color'},
111111
{ key: 'responsive', def: false, type: 'checkbox'},
112112
{ key: 'userOptionsButtons.pdf', def: true, type: 'checkbox'},
113113
{ key: 'userOptionsButtons.img', def: true, type: 'checkbox'},

TestingArena/ArenaVueUiRadar.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const model = ref([
110110
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox' },
111111
{ key: 'useCssAnimation', def: true, type: 'checkbox'},
112112
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
113-
{ key: 'style.chart.backgroundColor', def: '#FFFFFF', type: 'color'},
113+
{ key: 'style.chart.backgroundColor', def: '#FFFFFF20', type: 'color'},
114114
{ key: 'style.chart.color', def: '#1A1A1A', type: 'color'},
115115
{ key: 'style.chart.layout.plots.show', def: true, type: 'checkbox'},
116116
{ key: 'style.chart.layout.plots.radius', def: 2, type: 'range', min: 0, max: 24},
@@ -177,7 +177,7 @@ const themeOptions = ref([
177177
"default"
178178
])
179179
180-
const currentTheme = ref(themeOptions.value[2])
180+
const currentTheme = ref(themeOptions.value[4])
181181
182182
const config = computed(() => {
183183
const c = convertArrayToObject(model.value);

TestingArena/ArenaVueUiRelationCircle.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const model = ref([
8787
{ key: 'userOptions.buttons.img', def: true, type: 'checkbox'},
8888
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox'},
8989
{ key: 'style.color', def: '#1A1A1A', type: 'color'},
90-
{ key: 'style.backgroundColor', def: '#FFFFFF', type: 'color'},
90+
{ key: 'style.backgroundColor', def: '#FFFFFF20', type: 'color'},
9191
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
9292
{ key: 'style.size', def: 400, type: 'number', min: 100, max: 1000},
9393
{ key: 'style.limit', def: 50, type: 'range', min: 2, max: 100},

TestingArena/ArenaVueUiSparkGauge.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ onMounted(() => {
2020
2121
const model = ref([
2222
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
23-
{ key: 'style.background', def: '#FFFFFF', type: 'color'},
23+
{ key: 'style.background', def: '#FFFFFF20', type: 'color'},
2424
{ key: 'style.height', def: 84, type: 'number', min: 10, max: 200},
2525
{ key: 'style.basePosition', def: 72, type: 'number', min: 0, max: 100},
2626
{ key: 'style.animation.show', def: true, type: 'checkbox'},

TestingArena/ArenaVueUiSparkHistogram.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ function alterDataset() {
148148
149149
150150
const model = ref([
151-
{ key: 'style.backgroundColor', def: '#FFFFFF', type: 'color'},
151+
{ key: 'style.backgroundColor', def: '#FFFFFF20', type: 'color'},
152152
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
153153
{ key: 'style.animation.show', def: true, type: 'checkbox'},
154154
{ key: 'style.animation.speedMs', def: 500, type: 'range', min: 100, max: 1000},

TestingArena/ArenaVueUiSparkStackbar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function alterDataset() {
5555
}
5656
5757
const model = ref([
58-
{ key: 'style.backgroundColor', def: '#FFFFFF', type: 'color'},
58+
{ key: 'style.backgroundColor', def: '#FFFFFF20', type: 'color'},
5959
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
6060
{ key: 'style.animation.show', def: true, type: 'checkbox'},
6161
{ key: 'style.animation.animationFrames', def: 60, type: 'number', min: 0, max: 300},

TestingArena/ArenaVueUiSparkTrend.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function alterDataset() {
3434
3535
3636
const model = ref([
37-
{ key: 'style.backgroundColor', def: '#FFFFFF', type: 'color'},
37+
{ key: 'style.backgroundColor', def: '#FFFFFF20', type: 'color'},
3838
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
3939
{ key: 'style.animation.show', def: true, type: 'checkbox'},
4040
{ key: 'style.animation.animationFrames', def: 20, type: 'number', min: 0, max: 200},

TestingArena/ArenaVueUiSparkbar.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function toggleProps() {
7575
}
7676
7777
const model = ref([
78-
{ key: 'style.backgroundColor', def: '#FFFFFF', type: 'color'},
78+
{ key: 'style.backgroundColor', def: '#FFFFFF20', type: 'color'},
7979
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
8080
{ key: 'style.animation.show', def: true, type: 'checkbox'},
8181
{ key: 'style.animation.animationFrames', def: 60, type: 'number', min: 0, max: 300},
@@ -118,7 +118,7 @@ const themeOptions = ref([
118118
"default"
119119
])
120120
121-
const currentTheme = ref(themeOptions.value[3])
121+
const currentTheme = ref(themeOptions.value[4])
122122
123123
const config = computed(() => {
124124
return {

0 commit comments

Comments
 (0)