Skip to content

Commit 1992b52

Browse files
committed
Dev environment - Update VueUiXy testing arena
1 parent 9428fe9 commit 1992b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestingArena/ArenaVueUiXy.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const model = ref([
117117
{ key: 'chart.grid.frame.strokeWidth', def: 4, type: 'number', min: 0, max: 12},
118118
{ key: 'chart.grid.frame.strokeLinecap', def: 'round', type: 'select', options: ['round', 'square', 'butt']},
119119
{ key: 'chart.grid.frame.strokeLinejoin', def: 'round', type: 'select', options: ['round', 'miter']},
120-
{ key: 'chart.grid.frame.strokeDashoffset', def: 0, type: 'range', min: 0, max: 100},
120+
{ key: 'chart.grid.frame.strokeDasharray', def: 0, type: 'range', min: 0, max: 100},
121121
122122
{ key: 'chart.grid.labels.show', def: true, type: 'checkbox', label: 'showLabels', category: 'grid' },
123123
{ key: 'chart.grid.labels.color', def: '#1A1A1A', type: 'color', label: 'textColor', category: 'grid' },

0 commit comments

Comments
 (0)