Skip to content

Commit 715e9bc

Browse files
committed
Dev environment - Update testing arena
1 parent 6164029 commit 715e9bc

40 files changed

+212
-3
lines changed

TestingArena/ArenaVueUi3dBar.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ const model = ref([
9090
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
9191
{ key: 'userOptions.showOnChartHover', def: true, type: 'checkbox'},
9292
{ key: 'userOptions.keepStateOnChartLeave', def: true, type: 'checkbox'},
93+
94+
{ key: 'userOptions.print.scale', def: 2, type: 'number', min: 1, max: 5},
95+
{ key: 'userOptions.print.allowTaint', def: true, type: 'checkbox'},
96+
{ key: 'userOptions.print.useCORS', def: true, type: 'checkbox'},
97+
{ key: 'userOptions.print.backgroundColor', def: '#FFFFFF' },
9398
9499
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
95100
{ key: 'style.shape', def: 'bar', type: 'select', options: ['bar', 'tube']},

TestingArena/ArenaVueUiAgePyramid.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ const model = ref([
5454
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
5555
{ key: 'userOptions.showOnChartHover', def: true, type: 'checkbox'},
5656
{ key: 'userOptions.keepStateOnChartLeave', def: true, type: 'checkbox'},
57+
58+
{ key: 'userOptions.print.scale', def: 2, type: 'number', min: 1, max: 5},
59+
{ key: 'userOptions.print.allowTaint', def: true, type: 'checkbox'},
60+
{ key: 'userOptions.print.useCORS', def: true, type: 'checkbox'},
61+
{ key: 'userOptions.print.backgroundColor', def: '#FFFFFF' },
5762
5863
{ key: 'style.backgroundColor', def: '#FFFFFF20', type: 'color'},
5964
{ key: 'style.color', def: '#1A1A1A', type: 'color'},

TestingArena/ArenaVueUiBullet.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ const model = ref([
4848
{ key: 'userOptions.showOnChartHover', def: true, type: 'checkbox'},
4949
{ key: 'userOptions.keepStateOnChartLeave', def: true, type: 'checkbox'},
5050
51+
{ key: 'userOptions.print.scale', def: 2, type: 'number', min: 1, max: 5},
52+
{ key: 'userOptions.print.allowTaint', def: true, type: 'checkbox'},
53+
{ key: 'userOptions.print.useCORS', def: true, type: 'checkbox'},
54+
{ key: 'userOptions.print.backgroundColor', def: '#FFFFFF' },
55+
5156
{ key: 'style.chart.backgroundColor', def: '#FFFFFF', type: 'color' },
5257
{ key: 'style.chart.color', def: '#1A1A1A', type: 'color'},
5358
{ key: 'style.chart.height', def: 96, type: 'range', min: 64, max: 120 },

TestingArena/ArenaVueUiCandlestick.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ const model = ref([
6969
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
7070
{ key: 'userOptions.showOnChartHover', def: true, type: 'checkbox'},
7171
{ key: 'userOptions.keepStateOnChartLeave', def: true, type: 'checkbox'},
72+
73+
{ key: 'userOptions.print.scale', def: 2, type: 'number', min: 1, max: 5},
74+
{ key: 'userOptions.print.allowTaint', def: true, type: 'checkbox'},
75+
{ key: 'userOptions.print.useCORS', def: true, type: 'checkbox'},
76+
{ key: 'userOptions.print.backgroundColor', def: '#FFFFFF' },
7277
7378
{ key: 'useCssAnimation', def: true, type: 'checkbox'},
7479
{ key: 'style.fontFamily', def: "inherit", type: 'text'},

TestingArena/ArenaVueUiCarouselTable.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ const model = ref([
9191
{ key: 'userOptions.buttonTitles.fullscreen', def: 'TOGGLE FULLSCREEN', type: 'text'},
9292
{ key: 'userOptions.buttonTitles.open', def: 'OPEN OPTIONS', type: 'text'},
9393
{ key: 'userOptions.buttonTitles.close', def: 'CLOSE OPTIONS', type: 'text'},
94+
95+
{ key: 'userOptions.print.scale', def: 2, type: 'number', min: 1, max: 5},
96+
{ key: 'userOptions.print.allowTaint', def: true, type: 'checkbox'},
97+
{ key: 'userOptions.print.useCORS', def: true, type: 'checkbox'},
98+
{ key: 'userOptions.print.backgroundColor', def: '#FFFFFF' },
9499
])
95100
96101
const config = computed(() => {

TestingArena/ArenaVueUiChestnut.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,11 @@ const model = ref([
285285
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
286286
{ key: 'userOptions.showOnChartHover', def: true, type: 'checkbox'},
287287
{ key: 'userOptions.keepStateOnChartLeave', def: true, type: 'checkbox'},
288+
289+
{ key: 'userOptions.print.scale', def: 2, type: 'number', min: 1, max: 5},
290+
{ key: 'userOptions.print.allowTaint', def: true, type: 'checkbox'},
291+
{ key: 'userOptions.print.useCORS', def: true, type: 'checkbox'},
292+
{ key: 'userOptions.print.backgroundColor', def: '#FFFFFF' },
288293
289294
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
290295
{ key: 'style.chart.backgroundColor', def: '#FFFFFF20', type: 'color'},

TestingArena/ArenaVueUiCirclePack.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,11 @@ const model = ref([
213213
def: "auto",
214214
type: "text",
215215
},
216+
217+
{ key: 'userOptions.print.scale', def: 2, type: 'number', min: 1, max: 5},
218+
{ key: 'userOptions.print.allowTaint', def: true, type: 'checkbox'},
219+
{ key: 'userOptions.print.useCORS', def: true, type: 'checkbox'},
220+
{ key: 'userOptions.print.backgroundColor', def: '#FFFFFF' },
216221
]);
217222
218223
const themeOptions = ref([

TestingArena/ArenaVueUiDonut.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,11 @@ const model = ref([
193193
{ key: 'userOptions.buttonTitles.open', def: 'OPEN OPTIONS', type: 'text'},
194194
{ key: 'userOptions.buttonTitles.close', def: 'CLOSE OPTIONS', type: 'text'},
195195
{ key: 'userOptions.buttonTitles.annotator', def: 'TOGGLE ANNOTATOR', type: 'text'},
196+
197+
{ key: 'userOptions.print.scale', def: 2, type: 'number', min: 1, max: 5},
198+
{ key: 'userOptions.print.allowTaint', def: true, type: 'checkbox'},
199+
{ key: 'userOptions.print.useCORS', def: true, type: 'checkbox'},
200+
{ key: 'userOptions.print.backgroundColor', def: '#FFFFFF' }
196201
])
197202
198203
const testCustomTooltip = ref(false);

TestingArena/ArenaVueUiDonutEvolution.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ const model = ref([
3737
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
3838
{ key: 'userOptions.showOnChartHover', def: true, type: 'checkbox'},
3939
{ key: 'userOptions.keepStateOnChartLeave', def: true, type: 'checkbox'},
40+
41+
{ key: 'userOptions.print.scale', def: 2, type: 'number', min: 1, max: 5},
42+
{ key: 'userOptions.print.allowTaint', def: true, type: 'checkbox'},
43+
{ key: 'userOptions.print.useCORS', def: true, type: 'checkbox'},
44+
{ key: 'userOptions.print.backgroundColor', def: '#FFFFFF' },
4045
4146
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
4247
{ key: 'style.chart.backgroundColor', def: '#FFFFFF20', type: 'color'},

TestingArena/ArenaVueUiDumbbell.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ const model = ref([
3838
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
3939
{ key: 'userOptions.showOnChartHover', def: true, type: 'checkbox'},
4040
{ key: 'userOptions.keepStateOnChartLeave', def: true, type: 'checkbox'},
41+
42+
{ key: 'userOptions.print.scale', def: 2, type: 'number', min: 1, max: 5},
43+
{ key: 'userOptions.print.allowTaint', def: true, type: 'checkbox'},
44+
{ key: 'userOptions.print.useCORS', def: true, type: 'checkbox'},
45+
{ key: 'userOptions.print.backgroundColor', def: '#FFFFFF' },
4146
4247
{ key: 'useAnimation', def: true, type: 'checkbox'},
4348
{ key: 'animationSpeed', def: 2, type: 'number', min: 1, max: 10},

0 commit comments

Comments
 (0)