Skip to content

Commit 51c74df

Browse files
committed
Dev environment - VueUiXy updated arena
1 parent 6637a42 commit 51c74df

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

TestingArena/ArenaVueUiXy.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ const model = ref([
5151
{ key: 'chart.height', def: 600, type: 'range', min: 300, max: 1000, label: 'height', category: 'general' },
5252
{ key: 'chart.width', def: 1000, type: 'range', min: 300, max: 2000, label: 'width', category: 'general' },
5353
{ key: 'chart.zoom.show', def: true, type: 'checkbox', label: 'zoom', category: 'general' },
54+
{ key: 'chart.zoom.color', def: '#1A1A1A', type: 'color' },
5455
5556
{ key: 'chart.padding.top', def: 36, type: 'number', min: 0, max: 100, label: "top", category: 'padding' },
5657
{ key: 'chart.padding.right', def: 24, type: 'number', min: 0, max: 100, label: 'right', category: 'padding' },

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const components = ref([
4747
"VueUiSparkgauge"
4848
]);
4949
50-
const selectedComponent = ref(components.value[19]);
50+
const selectedComponent = ref(components.value[0]);
5151
5252
</script>
5353

0 commit comments

Comments
 (0)