Skip to content

Commit e8f24ef

Browse files
committed
Dev environment - Update VueUiSparkline testing arena
1 parent b8cc989 commit e8f24ef

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

TestingArena/ArenaVueUiSparkline.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,15 @@ const model = ref([
138138
{ key: 'style.scaleMin', def: null, type: 'number', min: -1000, max: 1000},
139139
{ key: 'style.scaleMax', def: null, type: 'number', min: -1000, max: 1000},
140140
141+
{ key: 'style.padding.top', def: 12, type: 'number', min: 0, max: 100 },
142+
{ key: 'style.padding.right', def: 0, type: 'number', min: 0, max: 100 },
143+
{ key: 'style.padding.bottom', def: 3, type: 'number', min: 0, max: 100 },
144+
{ key: 'style.padding.left', def: 0, type: 'number', min: 0, max: 100 },
145+
141146
{ key: 'style.chartWidth', def: 400, type: 'number', min: 100, max: 500},
142147
{ key: 'style.animation.show', def: true, type: 'checkbox'},
143148
{ key: 'style.animation.animationFrames', def: 360, type: 'number', min: 0, max: 1000},
144-
{ key: 'style.backgroundColor', def: '#FFFFFF20', type: 'color'},
149+
{ key: 'style.backgroundColor', def: '#FFFFFF', type: 'color'},
145150
{ key: 'style.fontFamily', def: 'inherit', type: 'text'},
146151
{ key: 'style.line.color', def: '#3366CC', type: 'color'},
147152
{ key: 'style.line.strokeWidth', def: 3, type: 'number', min: 0, max: 20},

0 commit comments

Comments
 (0)