Skip to content

Commit b738cdc

Browse files
committed
Dev environment - Update testing arena
1 parent ea8fb92 commit b738cdc

36 files changed

+70
-0
lines changed

TestingArena/ArenaVueUi3dBar.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ const model = ref([
8787
{ key: 'userOptions.buttons.csv', def: true, type: 'checkbox'},
8888
{ key: 'userOptions.buttons.table', def: true, type: 'checkbox'},
8989
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox'},
90+
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
91+
9092
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
9193
{ key: 'style.shape', def: 'bar', type: 'select', options: ['bar', 'tube']},
9294
{ key: 'style.chart.animation.use', def: true, type: 'checkbox'},

TestingArena/ArenaVueUiAgePyramid.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ const model = ref([
5151
{ key: 'userOptions.buttons.img', def: true, type: 'checkbox' },
5252
{ key: 'userOptions.buttons.table', def: true, type: 'checkbox' },
5353
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox' },
54+
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
55+
5456
{ key: 'style.backgroundColor', def: '#FFFFFF20', type: 'color'},
5557
{ key: 'style.color', def: '#1A1A1A', type: 'color'},
5658
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},

TestingArena/ArenaVueUiCandlestick.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ const model = ref([
6666
{ key: 'userOptions.buttons.img', def: true, type: 'checkbox'},
6767
{ key: 'userOptions.buttons.table', def: true, type: 'checkbox'},
6868
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox'},
69+
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
70+
6971
{ key: 'useCssAnimation', def: true, type: 'checkbox'},
7072
{ key: 'style.fontFamily', def: "inherit", type: 'text'},
7173
{ key: 'style.backgroundColor', def: '#FFFFFF', type: 'color'},

TestingArena/ArenaVueUiCarouselTable.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ const model = ref([
7676
{ key: 'userOptions.buttons.csv', def: true, type: 'checkbox' },
7777
{ key: 'userOptions.buttons.animation', def: true, type: 'checkbox' },
7878
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox' },
79+
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
7980
8081
{ key: 'userOptions.buttonTitles.pdf', def: 'DOWNLOAD PDF', type: 'text'},
8182
{ key: 'userOptions.buttonTitles.csv', def: 'DOWNLOAD CSV', type: 'text'},

TestingArena/ArenaVueUiChestnut.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@ const model = ref([
282282
{ key: 'userOptions.buttons.csv', def: true, type: 'checkbox' },
283283
{ key: 'userOptions.buttons.table', def: true, type: 'checkbox' },
284284
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox' },
285+
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
286+
285287
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
286288
{ key: 'style.chart.backgroundColor', def: '#FFFFFF20', type: 'color'},
287289
{ key: 'style.chart.color', def: '#1A1A1A', type: 'color'},

TestingArena/ArenaVueUiDonut.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ const model = ref([
7373
{ key: 'userOptions.buttons.labels', def: true, type: 'checkbox' },
7474
{ key: 'userOptions.buttons.table', def: true, type: 'checkbox' },
7575
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox' },
76+
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
77+
7678
{ key: 'useCssAnimation', def: true, type: 'checkbox', label: 'useCssAnimation', category: 'general' },
7779
{ key: 'useBlurOnHover', def: true, type: 'checkbox', label: "useBlurOnHover", category: 'general' },
7880
{ key: 'style.fontFamily', def: 'inherit', type: 'text', label: "fontFamily", category: 'general' },

TestingArena/ArenaVueUiDonutEvolution.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ const model = ref([
3434
{ key: 'userOptions.buttons.img', def: true, type: 'checkbox'},
3535
{ key: 'userOptions.buttons.table', def: true, type: 'checkbox'},
3636
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox'},
37+
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
38+
3739
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
3840
{ key: 'style.chart.backgroundColor', def: '#FFFFFF20', type: 'color'},
3941
{ key: 'style.chart.color', def: '#1A1A1A', type: 'color'},

TestingArena/ArenaVueUiDumbbell.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ const model = ref([
3535
{ key: 'userOptions.buttons.img', def: true, type: 'checkbox'},
3636
{ key: 'userOptions.buttons.table', def: true, type: 'checkbox'},
3737
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox'},
38+
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
39+
3840
{ key: 'useAnimation', def: true, type: 'checkbox'},
3941
{ key: 'animationSpeed', def: 2, type: 'number', min: 1, max: 10},
4042
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},

TestingArena/ArenaVueUiFlow.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ const model = ref([
3131
{ key: 'userOptions.buttons.img', def: true, type: 'checkbox' },
3232
{ key: 'userOptions.buttons.table', def: true, type: 'checkbox' },
3333
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox' },
34+
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
35+
3436
{ key: 'style.fontFamily', def: 'inherit', type: 'text' },
3537
{ key: 'style.chart.backgroundColor', def: '#FFFFFF20', type: 'color' },
3638
{ key: 'style.chart.color', def: '#1A1A1A', type: 'color' },

TestingArena/ArenaVueUiGalaxy.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ const model = ref([
3030
{ key: 'userOptions.buttons.img', def: true, type: 'checkbox'},
3131
{ key: 'userOptions.buttons.table', def: true, type: 'checkbox'},
3232
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox'},
33+
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
34+
3335
{ key: 'useCssAnimation', def: true, type: 'checkbox'},
3436
{ key: 'useBlurOnHover', def: true, type: 'checkbox'},
3537
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},

0 commit comments

Comments
 (0)