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},

TestingArena/ArenaVueUiFlow.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ const model = ref([
3434
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
3535
{ key: 'userOptions.showOnChartHover', def: true, type: 'checkbox'},
3636
{ key: 'userOptions.keepStateOnChartLeave', def: true, type: 'checkbox'},
37+
38+
{ key: 'userOptions.print.scale', def: 2, type: 'number', min: 1, max: 5},
39+
{ key: 'userOptions.print.allowTaint', def: true, type: 'checkbox'},
40+
{ key: 'userOptions.print.useCORS', def: true, type: 'checkbox'},
41+
{ key: 'userOptions.print.backgroundColor', def: '#FFFFFF' },
3742
3843
{ key: 'style.fontFamily', def: 'inherit', type: 'text' },
3944
{ key: 'style.chart.backgroundColor', def: '#FFFFFF20', type: 'color' },

TestingArena/ArenaVueUiFunnel.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ const model = ref([
9898
9999
{ key: 'userOptions.showOnChartHover', def: true, type: 'checkbox'},
100100
{ key: 'userOptions.keepStateOnChartLeave', def: true, type: 'checkbox'},
101+
102+
{ key: 'userOptions.print.scale', def: 2, type: 'number', min: 1, max: 5},
103+
{ key: 'userOptions.print.allowTaint', def: true, type: 'checkbox'},
104+
{ key: 'userOptions.print.useCORS', def: true, type: 'checkbox'},
105+
{ key: 'userOptions.print.backgroundColor', def: '#FFFFFF' },
101106
])
102107
103108
const themeOptions = ref([

TestingArena/ArenaVueUiGalaxy.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ const model = ref([
3333
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
3434
{ key: 'userOptions.showOnChartHover', def: true, type: 'checkbox'},
3535
{ key: 'userOptions.keepStateOnChartLeave', def: true, type: 'checkbox'},
36+
37+
{ key: 'userOptions.print.scale', def: 2, type: 'number', min: 1, max: 5},
38+
{ key: 'userOptions.print.allowTaint', def: true, type: 'checkbox'},
39+
{ key: 'userOptions.print.useCORS', def: true, type: 'checkbox'},
40+
{ key: 'userOptions.print.backgroundColor', def: '#FFFFFF' },
3641
3742
{ key: 'useCssAnimation', def: true, type: 'checkbox'},
3843
{ key: 'useBlurOnHover', def: true, type: 'checkbox'},

TestingArena/ArenaVueUiGauge.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@ const model = ref([
142142
{ key: 'style.chart.layout.indicatorArc.show', def: true, type: 'checkbox'},
143143
{ key: 'style.chart.layout.indicatorArc.fill', def: '#E1E5E890', type: 'color'},
144144
{ key: 'style.chart.layout.indicatorArc.radius', def: 123, type: 'number', min: 0, max: 200 },
145+
146+
{ key: 'userOptions.print.scale', def: 2, type: 'number', min: 1, max: 5},
147+
{ key: 'userOptions.print.allowTaint', def: true, type: 'checkbox'},
148+
{ key: 'userOptions.print.useCORS', def: true, type: 'checkbox'},
149+
{ key: 'userOptions.print.backgroundColor', def: '#FFFFFF' }
145150
])
146151
147152
const themeOptions = ref([

TestingArena/ArenaVueUiHeatmap.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ const model = ref([
8383
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
8484
{ key: 'userOptions.showOnChartHover', def: true, type: 'checkbox'},
8585
{ key: 'userOptions.keepStateOnChartLeave', def: true, type: 'checkbox'},
86+
87+
{ key: 'userOptions.print.scale', def: 2, type: 'number', min: 1, max: 5},
88+
{ key: 'userOptions.print.allowTaint', def: true, type: 'checkbox'},
89+
{ key: 'userOptions.print.useCORS', def: true, type: 'checkbox'},
90+
{ key: 'userOptions.print.backgroundColor', def: '#FFFFFF' },
8691
8792
{ key: 'style.fontFamily', def: "inherit", type: 'text'},
8893
{ key: 'style.backgroundColor', def: '#FFFFFF', type: 'color'},

TestingArena/ArenaVueUiHistoryPlot.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ const model = ref([
118118
{ key: 'userOptions.showOnChartHover', def: true, type: 'checkbox'},
119119
{ key: 'userOptions.keepStateOnChartLeave', def: true, type: 'checkbox'},
120120
121+
{ key: 'userOptions.print.scale', def: 2, type: 'number', min: 1, max: 5},
122+
{ key: 'userOptions.print.allowTaint', def: true, type: 'checkbox'},
123+
{ key: 'userOptions.print.useCORS', def: true, type: 'checkbox'},
124+
{ key: 'userOptions.print.backgroundColor', def: '#FFFFFF' },
125+
121126
]);
122127
123128
const themeOptions = ref([

TestingArena/ArenaVueUiMolecule.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,11 @@ const model = ref([
157157
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
158158
{ key: 'userOptions.showOnChartHover', def: true, type: 'checkbox'},
159159
{ key: 'userOptions.keepStateOnChartLeave', def: true, type: 'checkbox'},
160+
161+
{ key: 'userOptions.print.scale', def: 2, type: 'number', min: 1, max: 5},
162+
{ key: 'userOptions.print.allowTaint', def: true, type: 'checkbox'},
163+
{ key: 'userOptions.print.useCORS', def: true, type: 'checkbox'},
164+
{ key: 'userOptions.print.backgroundColor', def: '#FFFFFF' },
160165
161166
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
162167
{ key: 'style.chart.backgroundColor', def: '#FFFFFF20', type: 'color'},

TestingArena/ArenaVueUiMoodRadar.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ const model = ref([
2626
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
2727
{ key: 'userOptions.showOnChartHover', def: true, type: 'checkbox'},
2828
{ key: 'userOptions.keepStateOnChartLeave', def: true, type: 'checkbox'},
29+
30+
{ key: 'userOptions.print.scale', def: 2, type: 'number', min: 1, max: 5},
31+
{ key: 'userOptions.print.allowTaint', def: true, type: 'checkbox'},
32+
{ key: 'userOptions.print.useCORS', def: true, type: 'checkbox'},
33+
{ key: 'userOptions.print.backgroundColor', def: '#FFFFFF' },
2934
3035
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
3136
{ key: 'style.chart.backgroundColor', def: '#FFFFFF20', type: 'color'},

TestingArena/ArenaVueUiNestedDonuts.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ const model = ref([
6464
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
6565
{ key: 'userOptions.showOnChartHover', def: true, type: 'checkbox'},
6666
{ key: 'userOptions.keepStateOnChartLeave', def: true, type: 'checkbox'},
67+
68+
{ key: 'userOptions.print.scale', def: 2, type: 'number', min: 1, max: 5},
69+
{ key: 'userOptions.print.allowTaint', def: true, type: 'checkbox'},
70+
{ key: 'userOptions.print.useCORS', def: true, type: 'checkbox'},
71+
{ key: 'userOptions.print.backgroundColor', def: '#FFFFFF' },
6772
6873
{ key: 'useCssAnimation', def: true, type: 'checkbox'},
6974
{ key: 'useBlurOnHover', def: true, type: 'checkbox'},

TestingArena/ArenaVueUiOnion.vue

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

TestingArena/ArenaVueUiParallelCoordinatePlot.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ const model = ref([
5454
{ key: 'style.chart.comments.offsetX', def: 0, type: 'number', min: -100, max: 100},
5555
{ key: 'style.chart.comments.offsetY', def: 0, type: 'number', min: -100, max: 100},
5656
{ key: 'responsive', def: false, 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: 'userOptions.show', def: true, type: 'checkbox'},
5964
{ key: 'userOptions.buttons.pdf', def: true, type: 'checkbox'},

TestingArena/ArenaVueUiQuadrant.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,12 @@ const model = ref([
236236
{ key: 'style.chart.tooltip.backgroundColor', def: '#FFFFFF', type: 'color' },
237237
{ key: 'style.chart.tooltip.backgroundOpacity', def: 100, type: 'range', min: 0, max: 100 },
238238
{ key: 'style.chart.tooltip.position', def: 'center', type:'select', options: ['left', 'center', 'right']},
239-
{ key: 'style.chart.tooltip.offsetY', def: 24, type: 'number', min: 0, max: 48}
239+
{ key: 'style.chart.tooltip.offsetY', def: 24, type: 'number', min: 0, max: 48},
240+
241+
{ key: 'userOptions.print.scale', def: 2, type: 'number', min: 1, max: 5},
242+
{ key: 'userOptions.print.allowTaint', def: true, type: 'checkbox'},
243+
{ key: 'userOptions.print.useCORS', def: true, type: 'checkbox'},
244+
{ key: 'userOptions.print.backgroundColor', def: '#FFFFFF' }
240245
])
241246
242247
const testCustomTooltip = ref(false);

TestingArena/ArenaVueUiQuickChart.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@ const model = ref([
132132
{ key: 'showUserOptionsOnChartHover', def: true, type: 'checkbox'},
133133
{ key: 'keepUserOptionsStateOnChartLeave', def: true, type: 'checkbox'},
134134
135+
{ key: 'userOptionsPrint.scale', def: 2, type: 'number', min: 1, max: 5},
136+
{ key: 'userOptionsPrint.allowTaint', def: true, type: 'checkbox'},
137+
{ key: 'userOptionsPrint.useCORS', def: true, type: 'checkbox'},
138+
{ key: 'userOptionsPrint.backgroundColor', def: '#FFFFFF' },
139+
135140
{ key: 'axisLabelsFontSize', def: 12, type: 'number', min: 8, max: 24},
136141
{ key: 'barGap', def: 12, type: 'range', min: 0, max: 48},
137142
{ key: 'barAnimated', def: true, type: 'checkbox' },

TestingArena/ArenaVueUiRadar.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,11 @@ const model = ref([
170170
{ key: 'table.td.outline', def: 'none', type: 'text'},
171171
{ key: 'table.td.roundingValue', def: 2, type: 'range', min: 0, max: 12},
172172
{ key: 'table.td.roundingPercentage', def: 2, type: 'range', min: 0, max: 12},
173+
174+
{ key: 'userOptions.print.scale', def: 2, type: 'number', min: 1, max: 5},
175+
{ key: 'userOptions.print.allowTaint', def: true, type: 'checkbox'},
176+
{ key: 'userOptions.print.useCORS', def: true, type: 'checkbox'},
177+
{ key: 'userOptions.print.backgroundColor', def: '#FFFFFF' }
173178
])
174179
175180
const testCustomTooltip = ref(false);

TestingArena/ArenaVueUiRelationCircle.vue

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

TestingArena/ArenaVueUiRings.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ const model = ref([
7474
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
7575
{ key: 'userOptions.showOnChartHover', def: true, type: 'checkbox'},
7676
{ key: 'userOptions.keepStateOnChartLeave', def: true, type: 'checkbox'},
77+
78+
{ key: 'userOptions.print.scale', def: 2, type: 'number', min: 1, max: 5},
79+
{ key: 'userOptions.print.allowTaint', def: true, type: 'checkbox'},
80+
{ key: 'userOptions.print.useCORS', def: true, type: 'checkbox'},
81+
{ key: 'userOptions.print.backgroundColor', def: '#FFFFFF' },
7782
7883
{ key: 'useCssAnimation', def: true, type: 'checkbox'},
7984
{ key: 'useBlurOnHover', def: true, type: 'checkbox'},

TestingArena/ArenaVueUiScatter.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@ const model = ref([
109109
{ key: 'userOptions.showOnChartHover', def: true, type: 'checkbox'},
110110
{ key: 'userOptions.keepStateOnChartLeave', def: true, type: 'checkbox'},
111111
112+
{ key: 'userOptions.print.scale', def: 2, type: 'number', min: 1, max: 5},
113+
{ key: 'userOptions.print.allowTaint', def: true, type: 'checkbox'},
114+
{ key: 'userOptions.print.useCORS', def: true, type: 'checkbox'},
115+
{ key: 'userOptions.print.backgroundColor', def: '#FFFFFF' },
116+
112117
{ key: 'useCssAnimation', def: true, type: 'checkbox'},
113118
{ key: 'style.fontFamily', def: "inherit", type: 'text'},
114119
{ key: 'style.backgroundColor', def: '#FFFFFF20', type: 'color'},

TestingArena/ArenaVueUiStackbar.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,11 @@ const model = ref([
198198
{ key: 'userOptions.showOnChartHover', def: true, type: 'checkbox'},
199199
{ key: 'userOptions.keepStateOnChartLeave', def: true, type: 'checkbox'},
200200
201+
{ key: 'userOptions.print.scale', def: 2, type: 'number', min: 1, max: 5},
202+
{ key: 'userOptions.print.allowTaint', def: true, type: 'checkbox'},
203+
{ key: 'userOptions.print.useCORS', def: true, type: 'checkbox'},
204+
{ key: 'userOptions.print.backgroundColor', def: '#FFFFFF' },
205+
201206
])
202207
203208
const themeOptions = ref([

TestingArena/ArenaVueUiStripPlot.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ const model = ref([
100100
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
101101
{ key: 'userOptions.showOnChartHover', def: true, type: 'checkbox'},
102102
{ key: 'userOptions.keepStateOnChartLeave', def: true, type: 'checkbox'},
103+
104+
{ key: 'userOptions.print.scale', def: 2, type: 'number', min: 1, max: 5},
105+
{ key: 'userOptions.print.allowTaint', def: true, type: 'checkbox'},
106+
{ key: 'userOptions.print.useCORS', def: true, type: 'checkbox'},
107+
{ key: 'userOptions.print.backgroundColor', def: '#FFFFFF' },
103108
104109
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
105110
{ key: 'style.chart.backgroundColor', def: '#FFFFFF20', type: 'color'},

TestingArena/ArenaVueUiTableHeatmap.vue

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

0 commit comments

Comments
 (0)