Skip to content

Commit f6bab30

Browse files
committed
Dev environment - Update testing arena
1 parent 97d3245 commit f6bab30

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

TestingArena/ArenaVueUiDonut.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ const model = ref([
106106
{ key: 'style.chart.title.color', def: '#1A1A1A', type: 'color', label: 'textColor', category: 'title' },
107107
{ key: 'style.chart.title.fontSize', def: 20, type: 'number', min: 6, max: 48, label: 'fontSize', category: 'title' },
108108
{ key: 'style.chart.title.bold', def: true, type: 'checkbox', label: 'bold', category: 'title' },
109+
{ key: 'style.chart.title.textAlign', def: 'center', type: 'select', options: ['left', 'center', 'right']},
110+
{ key: 'style.chart.title.paddingLeft', def: 0, type: 'number', min: 0, max: 24 },
111+
{ key: 'style.chart.title.paddingRight', def: 0, type: 'number', min: 0, max: 24 },
112+
109113
{ key: 'style.chart.title.subtitle.text', def: 'Lorem ipsum dolor sit amet', type: 'text', label: 'textContent', category: 'subtitle' },
110114
{ key: 'style.chart.title.subtitle.color', def: '#A1A1A1', type: 'color', label: 'textColor', category: 'subtitle' },
111115
{ key: 'style.chart.title.subtitle.fontSize', def: 16, type: 'number', min: 6, max: 42, label: 'fontSize', category: 'subtitle' },

TestingArena/ArenaVueUiXy.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ const model = ref([
142142
{ key: 'chart.title.bold', def: true, type: 'checkbox', label: 'bold', category: 'title' },
143143
{ key: 'chart.title.offsetX', def: 0, type: 'number', label: 'offsetX', category: 'title' },
144144
{ key: 'chart.title.offsetY', def: 0, type: 'number', label: 'offsetY', category: 'title' },
145+
{ key: 'chart.title.textAlign', def: 'left', type: 'select', options: ['left', 'center', 'right']},
146+
{ key: 'chart.title.paddingLeft', def: 12, type: 'number', min: 0, max: 24},
145147
146148
{ key: 'chart.title.subtitle.text', def: 'Subtitle', type: 'text', label: 'textContent', category: 'subtitle' },
147149
{ key: 'chart.title.subtitle.color', def: '#CCCCCC', type: 'color', label: 'textColor', category: 'subtitle' },

0 commit comments

Comments
 (0)