File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ import ArenaVueUiRidgeline from "../TestingArena/ArenaVueUiRidgeline.vue";
5959import ArenaVueUiChord from " ../TestingArena/ArenaVueUiChord.vue"
6060import ArenaVueUiDashboard from " ../TestingArena/ArenaVueUiDashboard.vue" ;
6161import 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
7070const 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
131132const 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
You can’t perform that action at this time.
0 commit comments