Skip to content

Commit

Permalink
Dev environment - Update testing arena
Browse files Browse the repository at this point in the history
  • Loading branch information
graphieros committed Nov 13, 2024
1 parent ea8fb92 commit b738cdc
Show file tree
Hide file tree
Showing 36 changed files with 70 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TestingArena/ArenaVueUi3dBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ const model = ref([
{ key: 'userOptions.buttons.csv', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.table', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox'},
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
{ key: 'style.shape', def: 'bar', type: 'select', options: ['bar', 'tube']},
{ key: 'style.chart.animation.use', def: true, type: 'checkbox'},
Expand Down
2 changes: 2 additions & 0 deletions TestingArena/ArenaVueUiAgePyramid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ const model = ref([
{ key: 'userOptions.buttons.img', def: true, type: 'checkbox' },
{ key: 'userOptions.buttons.table', def: true, type: 'checkbox' },
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox' },
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
{ key: 'style.backgroundColor', def: '#FFFFFF20', type: 'color'},
{ key: 'style.color', def: '#1A1A1A', type: 'color'},
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
Expand Down
2 changes: 2 additions & 0 deletions TestingArena/ArenaVueUiCandlestick.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ const model = ref([
{ key: 'userOptions.buttons.img', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.table', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox'},
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
{ key: 'useCssAnimation', def: true, type: 'checkbox'},
{ key: 'style.fontFamily', def: "inherit", type: 'text'},
{ key: 'style.backgroundColor', def: '#FFFFFF', type: 'color'},
Expand Down
1 change: 1 addition & 0 deletions TestingArena/ArenaVueUiCarouselTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ const model = ref([
{ key: 'userOptions.buttons.csv', def: true, type: 'checkbox' },
{ key: 'userOptions.buttons.animation', def: true, type: 'checkbox' },
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox' },
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
{ key: 'userOptions.buttonTitles.pdf', def: 'DOWNLOAD PDF', type: 'text'},
{ key: 'userOptions.buttonTitles.csv', def: 'DOWNLOAD CSV', type: 'text'},
Expand Down
2 changes: 2 additions & 0 deletions TestingArena/ArenaVueUiChestnut.vue
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,8 @@ const model = ref([
{ key: 'userOptions.buttons.csv', def: true, type: 'checkbox' },
{ key: 'userOptions.buttons.table', def: true, type: 'checkbox' },
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox' },
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
{ key: 'style.chart.backgroundColor', def: '#FFFFFF20', type: 'color'},
{ key: 'style.chart.color', def: '#1A1A1A', type: 'color'},
Expand Down
2 changes: 2 additions & 0 deletions TestingArena/ArenaVueUiDonut.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ const model = ref([
{ key: 'userOptions.buttons.labels', def: true, type: 'checkbox' },
{ key: 'userOptions.buttons.table', def: true, type: 'checkbox' },
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox' },
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
{ key: 'useCssAnimation', def: true, type: 'checkbox', label: 'useCssAnimation', category: 'general' },
{ key: 'useBlurOnHover', def: true, type: 'checkbox', label: "useBlurOnHover", category: 'general' },
{ key: 'style.fontFamily', def: 'inherit', type: 'text', label: "fontFamily", category: 'general' },
Expand Down
2 changes: 2 additions & 0 deletions TestingArena/ArenaVueUiDonutEvolution.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ const model = ref([
{ key: 'userOptions.buttons.img', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.table', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox'},
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
{ key: 'style.chart.backgroundColor', def: '#FFFFFF20', type: 'color'},
{ key: 'style.chart.color', def: '#1A1A1A', type: 'color'},
Expand Down
2 changes: 2 additions & 0 deletions TestingArena/ArenaVueUiDumbbell.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ const model = ref([
{ key: 'userOptions.buttons.img', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.table', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox'},
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
{ key: 'useAnimation', def: true, type: 'checkbox'},
{ key: 'animationSpeed', def: 2, type: 'number', min: 1, max: 10},
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
Expand Down
2 changes: 2 additions & 0 deletions TestingArena/ArenaVueUiFlow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ const model = ref([
{ key: 'userOptions.buttons.img', def: true, type: 'checkbox' },
{ key: 'userOptions.buttons.table', def: true, type: 'checkbox' },
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox' },
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
{ key: 'style.fontFamily', def: 'inherit', type: 'text' },
{ key: 'style.chart.backgroundColor', def: '#FFFFFF20', type: 'color' },
{ key: 'style.chart.color', def: '#1A1A1A', type: 'color' },
Expand Down
2 changes: 2 additions & 0 deletions TestingArena/ArenaVueUiGalaxy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ const model = ref([
{ key: 'userOptions.buttons.img', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.table', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox'},
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
{ key: 'useCssAnimation', def: true, type: 'checkbox'},
{ key: 'useBlurOnHover', def: true, type: 'checkbox'},
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
Expand Down
2 changes: 2 additions & 0 deletions TestingArena/ArenaVueUiGauge.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ const model = ref([
{ key: 'userOptions.buttons.pdf', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.img', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox'},
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
{ key: 'style.chart.backgroundColor', def: '#FFFFFF20', type: 'color'},
{ key: 'style.chart.color', def: '#1A1A1A', type: 'color'},
Expand Down
2 changes: 2 additions & 0 deletions TestingArena/ArenaVueUiHeatmap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ const model = ref([
{ key: 'userOptions.buttons.img', def: true, type: 'checkbox' },
{ key: 'userOptions.buttons.table', def: true, type: 'checkbox' },
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox' },
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
{ key: 'style.fontFamily', def: "inherit", type: 'text'},
{ key: 'style.backgroundColor', def: '#FFFFFF20', type: 'color'},
{ key: 'style.color', def: '#1A1A1A', type: 'color'},
Expand Down
2 changes: 2 additions & 0 deletions TestingArena/ArenaVueUiMolecule.vue
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ const model = ref([
{ key: 'userOptions.buttons.table', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.labels', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox'},
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
{ key: 'style.chart.backgroundColor', def: '#FFFFFF20', type: 'color'},
{ key: 'style.chart.color', def: '#1A1A1A', type: 'color'},
Expand Down
2 changes: 2 additions & 0 deletions TestingArena/ArenaVueUiMoodRadar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ const model = ref([
{ key: 'userOptions.buttons.img', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.table', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox'},
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
{ key: 'style.chart.backgroundColor', def: '#FFFFFF20', type: 'color'},
{ key: 'style.chart.color', def: '#1A1A1A', type: 'color'},
Expand Down
2 changes: 2 additions & 0 deletions TestingArena/ArenaVueUiNestedDonuts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ const model = ref([
{ key: 'userOptions.buttons.table', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.labels', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox'},
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
{ key: 'useCssAnimation', def: true, type: 'checkbox'},
{ key: 'useBlurOnHover', def: true, type: 'checkbox'},
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
Expand Down
2 changes: 2 additions & 0 deletions TestingArena/ArenaVueUiOnion.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ const model = ref([
{ key: 'userOptions.buttons.csv', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.table', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox'},
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
{ key: 'useCssAnimation', def: true, type: 'checkbox' },
{ key: 'useStartAnimation', def: true, type: 'checkbox'},
{ key: 'useBlurOnHover', def: true, type: 'checkbox'},
Expand Down
2 changes: 2 additions & 0 deletions TestingArena/ArenaVueUiParallelCoordinatePlot.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ const model = ref([
{ key: 'userOptions.buttons.table', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.labels', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox'},
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
{ key: 'useCssAnimation', def: true, type: 'checkbox' },
{ key: 'style.fontFamily', def: 'inherit', type: 'text' },
{ key: 'style.chart.backgroundColor', def: '#FFFFFF20', type: 'color' },
Expand Down
2 changes: 2 additions & 0 deletions TestingArena/ArenaVueUiQuadrant.vue
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ const model = ref([
{ key: 'userOptions.buttons.labels', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.table', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox'},
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
{ key: 'useCssAnimation', def: true, type: 'checkbox'},
{ key: 'zoomAnimationFrames', def: 20, type: 'range', min: 0, max: 100},
{ key: 'style.fontFamily', def: 'inherit', type: "text"},
Expand Down
2 changes: 2 additions & 0 deletions TestingArena/ArenaVueUiQuickChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ const model = ref([
{ key: 'userOptionsButtons.pdf', def: true, type: 'checkbox'},
{ key: 'userOptionsButtons.img', def: true, type: 'checkbox'},
{ key: 'userOptionsButtons.fullscreen', def: true, type: 'checkbox'},
{ key: 'userOptionsPosition', def: 'right', type: 'select', options: ['left', 'right']},
{ key: 'axisLabelsFontSize', def: 12, type: 'number', min: 8, max: 24},
{ key: 'barGap', def: 12, type: 'range', min: 0, max: 48},
{ key: 'barAnimated', def: true, type: 'checkbox' },
Expand Down
2 changes: 2 additions & 0 deletions TestingArena/ArenaVueUiRadar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ const model = ref([
{ key: 'userOptions.buttons.table', def: true, type: 'checkbox' },
{ key: 'userOptions.buttons.csv', def: true, type: 'checkbox' },
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox' },
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
{ key: 'useCssAnimation', def: true, type: 'checkbox'},
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
{ key: 'style.chart.backgroundColor', def: '#FFFFFF20', type: 'color'},
Expand Down
2 changes: 2 additions & 0 deletions TestingArena/ArenaVueUiRelationCircle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ const model = ref([
{ key: 'userOptions.buttons.pdf', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.img', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox'},
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
{ key: 'style.color', def: '#1A1A1A', type: 'color'},
{ key: 'style.backgroundColor', def: '#FFFFFF20', type: 'color'},
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
Expand Down
2 changes: 2 additions & 0 deletions TestingArena/ArenaVueUiRings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ const model = ref([
{ key: 'userOptions.buttons.csv', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.table', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox'},
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
{ key: 'useCssAnimation', def: true, type: 'checkbox'},
{ key: 'useBlurOnHover', def: true, type: 'checkbox'},
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
Expand Down
2 changes: 2 additions & 0 deletions TestingArena/ArenaVueUiScatter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ const model = ref([
{ key: 'userOptions.buttons.csv', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.table', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox'},
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
{ key: 'useCssAnimation', def: true, type: 'checkbox'},
{ key: 'style.fontFamily', def: "inherit", type: 'text'},
{ key: 'style.backgroundColor', def: '#FFFFFF20', type: 'color'},
Expand Down
2 changes: 2 additions & 0 deletions TestingArena/ArenaVueUiStackbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ onMounted(() => {
})
const model = ref([
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
{ key: 'orientation', def: 'vertical', type:'select', options: ['vertical', 'horizontal']},
{ key: 'responsive', def: false, type: 'checkbox'},
{ key: 'theme', def: '', type: 'select', options: ['', 'zen', 'hack', 'concrete']},
Expand Down
2 changes: 2 additions & 0 deletions TestingArena/ArenaVueUiStripPlot.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ const model = ref([
{ key: 'userOptions.buttons.table', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.labels', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox'},
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
{ key: 'style.chart.backgroundColor', def: '#FFFFFF20', type: 'color'},
{ key: 'style.chart.color', def: '#1A1A1A', type: 'color'},
Expand Down
2 changes: 2 additions & 0 deletions TestingArena/ArenaVueUiTableHeatmap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ const model = ref([
{ key: 'userOptions.buttons.img', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.csv', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox'},
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
{ key: 'style.backgroundColor', def: '#FFFFFF', type: 'color'},
{ key: 'style.color', def: '#1A1A1A', type: 'color'},
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
Expand Down
2 changes: 2 additions & 0 deletions TestingArena/ArenaVueUiTableSparkline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ const model = ref([
{ key: 'userOptions.buttons.csv', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.img', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox'},
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
{ key: 'responsiveBreakpoint', def: 500, type: 'number', min: 300, max: 800},
{ key: 'showAverage', def: true, type: 'checkbox'},
{ key: 'showMedian', def: true, type: 'checkbox'},
Expand Down
2 changes: 2 additions & 0 deletions TestingArena/ArenaVueUiThermometer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ const model = ref([
{ key: 'userOptions.buttons.pdf', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.img', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox'},
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
{ key: 'style.chart.backgroundColor', def: '#FFFFFF20', type: 'color'},
{ key: 'style.chart.color', def: '#1A1A1A', type: 'color'},
Expand Down
2 changes: 2 additions & 0 deletions TestingArena/ArenaVueUiTiremarks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ const model = ref([
{ key: 'userOptions.buttons.pdf', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.img', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox'},
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
{ key: 'style.chart.backgroundColor', def: '#FFFFFF20', type: 'color'},
{ key: 'style.chart.color', def: '#1A1A1A', type: 'color'},
Expand Down
2 changes: 2 additions & 0 deletions TestingArena/ArenaVueUiTreemap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ const model = ref([
{ key: 'userOptions.buttons.csv', def: true, type: 'checkbox' },
{ key: 'userOptions.buttons.table', def: true, type: 'checkbox' },
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox' },
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
{ key: 'style.fontFamily', def: 'inherit', type: 'text' },
{ key: 'style.chart.backgroundColor', def: '#FFFFFF', type: 'color'},
{ key: 'style.chart.color', def: '#1A1A1A', type: 'color'},
Expand Down
2 changes: 2 additions & 0 deletions TestingArena/ArenaVueUiVerticalBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ const model = ref([
{ key: 'userOptions.buttons.table', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.sort', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox'},
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
{ key: 'useCssAnimation', def: true, type: 'checkbox'},
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
{ key: 'style.chart.backgroundColor', def: '#FFFFFF20', type: 'color'},
Expand Down
2 changes: 2 additions & 0 deletions TestingArena/ArenaVueUiWaffle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ const model = ref([
{ key: 'userOptions.buttons.table', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.csv', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox'},
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
{ key: 'useBlurOnHover', def: true, type: 'checkbox'},
{ key: 'useCustomCells', def: false, type: 'checkbox'},
{ key: 'useAnimation', def: true, type: 'checkbox'},
Expand Down
2 changes: 2 additions & 0 deletions TestingArena/ArenaVueUiWheel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const model = ref([
{ key: 'userOptions.buttons.pdf', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.img', def: true, type: 'checkbox'},
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox'},
{ key: 'userOptions.position', def: 'left', type: 'select', options: ['left', 'right']},
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
{ key: 'style.chart.backgroundColor', def: '#FFFFFF40', type: 'color'},
{ key: 'style.chart.color', def: '#1A1A1A', type: 'color'},
Expand All @@ -51,6 +52,7 @@ const model = ref([
{ key: 'style.chart.layout.wheel.ticks.rounded', def: true, type: 'checkbox'},
{ key: 'style.chart.layout.wheel.ticks.inactiveColor', def: '#e1e5e8', type: 'color'},
{ key: 'style.chart.layout.wheel.ticks.activeColor', def: '#5f8bee', type: 'color'},
{ key: 'style.chart.layout.wheel.ticks.sizeRatio', def: 0.9, type: 'range', min: 0, max: 1, step: 0.01 },
{ key: 'style.chart.layout.wheel.ticks.gradient.show', def: true, type: 'checkbox'},
{ key: 'style.chart.layout.wheel.ticks.gradient.shiftHueIntensity', def: 100, type:'range', min: 0, max: 100},
{ key: 'style.chart.layout.innerCircle.show', def: true, type: 'checkbox'},
Expand Down
2 changes: 2 additions & 0 deletions TestingArena/ArenaVueUiWordCloud.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ const model = ref([
{ key: 'userOptions.buttons.img', def: true, type: 'checkbox' },
{ key: 'userOptions.buttons.table', def: true, type: 'checkbox' },
{ key: 'userOptions.buttons.fullscreen', def: true, type: 'checkbox' },
{ key: 'userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
{ key: 'useCssAnimation', def: true, type: 'checkbox'},
{ key: 'animationDelayMs', def: 20, type: 'number', min: 0, max: 100},
{ key: 'style.chart.backgroundColor', def: '#FFFFFF20', type: 'color'},
Expand Down
1 change: 1 addition & 0 deletions TestingArena/ArenaVueUiXy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ const model = ref([
{ key: 'chart.userOptions.buttons.labels', def: true, type: 'checkbox'},
{ key: 'chart.userOptions.buttons.fullscreen', def: true, type: 'checkbox'},
{ key: 'chart.userOptions.buttons.stack', def: true, type: 'checkbox'},
{ key: 'chart.userOptions.position', def: 'right', type: 'select', options: ['left', 'right']},
{ key: 'useCanvas', def: false, type: 'checkbox'}, // DEPRECATED (removed)
{ key: 'useCssAnimation', def: true, type: 'checkbox', label: 'useCssAnimation', category: 'general' },
Expand Down
Loading

0 comments on commit b738cdc

Please sign in to comment.