Skip to content

Commit fa1f47d

Browse files
committed
Dev environment - Update VueUiTableSparkline testing arena
1 parent 83d903d commit fa1f47d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

TestingArena/ArenaVueUiTableSparkline.vue

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,10 @@ const model = ref([
9191
{ key: 'tbody.bold', def: false, type: 'checkbox'},
9292
9393
{ key: 'tbody.selectedColor.useSerieColor', def: true, type: 'checkbox'},
94-
{ key: 'tbody.selectedColor.fallback', def: '#E1E5E840', type: 'text'}
94+
{ key: 'tbody.selectedColor.fallback', def: '#E1E5E840', type: 'text'},
95+
96+
{ key: 'sparkline.dimensions.width', def: 150, min: 100, max: 300, type: 'number' },
97+
{ key: 'sparkline.dimensions.heightRatio', def: 1, type: 'number', min: 0.2, max: 2, step: 0.01 }
9598
])
9699
97100
const themeOptions = ref([
@@ -180,4 +183,8 @@ const step = ref(0)
180183
{{ config }}
181184
</template>
182185
</Box>
183-
</template>
186+
</template>
187+
188+
<style>
189+
190+
</style>

0 commit comments

Comments
 (0)