Skip to content

Commit 31d5db2

Browse files
committed
Dev environment - VueUiCandlestick - Added xAxis labels rotation config option
1 parent 82c47c7 commit 31d5db2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TestingArena/ArenaVueUiCandlestick.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ const model = ref([
4646
{ key: 'style.layout.grid.xAxis.dataLabels.color', def: '#1A1A1A', type: 'color'},
4747
{ key: 'style.layout.grid.xAxis.dataLabels.offsetY', def: 0, type: 'number', min: -100, max: 100},
4848
{ key: 'style.layout.grid.xAxis.dataLabels.bold', def: false, type: 'checkbox'},
49+
{ key: 'style.layout.grid.xAxis.dataLabels.rotation', def: -20, type: 'number', min: -360, max: 360},
4950
{ key: 'style.layout.grid.yAxis.dataLabels.show', def: true, type: 'checkbox'},
5051
{ key: 'style.layout.grid.yAxis.dataLabels.fontSize', def: 4, type: 'number', min: 4, max: 12},
5152
{ key: 'style.layout.grid.yAxis.dataLabels.color', def: '#1A1A1A', type: 'color'},

0 commit comments

Comments
 (0)