Skip to content

Commit ab79031

Browse files
committed
Dev environment - Add VueUiStackline to testing arena
1 parent bef7724 commit ab79031

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/App.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ import ArenaVueUiRidgeline from "../TestingArena/ArenaVueUiRidgeline.vue";
5959
import ArenaVueUiChord from "../TestingArena/ArenaVueUiChord.vue"
6060
import ArenaVueUiDashboard from "../TestingArena/ArenaVueUiDashboard.vue";
6161
import ArenaVueUiAnnotator from "../TestingArena/ArenaVueUiAnnotator.vue";
62-
62+
import ArenaVueUiStackline from "../TestingArena/ArenaVueUiStackline.vue";
6363
6464
/**
6565
* TODO: migrate manual testing for the following:
@@ -68,6 +68,7 @@ import ArenaVueUiAnnotator from "../TestingArena/ArenaVueUiAnnotator.vue";
6868
*/
6969
7070
const mapping = ref({
71+
VueUiStackline: markRaw(ArenaVueUiStackline),
7172
VueUiXy: markRaw(ArenaVueUiXy),
7273
VueUiDonut: markRaw(ArenaVueUiDonut),
7374
VueUiTreemap: markRaw(ArenaVueUiTreemap),
@@ -129,7 +130,7 @@ const mapping = ref({
129130
})
130131
131132
const options = computed(() => Object.keys(mapping.value));
132-
const selectedComponent = ref('VueUiWordCloud');
133+
const selectedComponent = ref('VueUiStackline');
133134
134135
/**
135136
* Legacy testing arena where some non chart components can be tested

0 commit comments

Comments
 (0)