Skip to content

Commit 25f4741

Browse files
committed
Dev environment - Update VueUiHeatmap testing arena
1 parent ac4152c commit 25f4741

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

TestingArena/ArenaVueUiHeatmap.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ const model = ref([
6060
{ key: 'style.layout.dataLabels.xAxis.bold', def: false, type: 'checkbox'},
6161
{ key: 'style.layout.dataLabels.xAxis.offsetX', def: 0, type: 'number', min: -100, max: 100},
6262
{ key: 'style.layout.dataLabels.xAxis.offsetY', def: 0, type: 'number', min: -100, max: 100},
63+
{ key: 'style.layout.dataLabels.xAxis.showOnlyAtModulo', def: null, type: 'number', min: 2, max: 24},
64+
{ key: 'style.layout.dataLabels.xAxis.rotation', def: -45, type: 'number', min: -90, max: 0},
65+
6366
{ key: 'style.layout.dataLabels.yAxis.show', def: true, type: 'checkbox'},
6467
{ key: 'style.layout.dataLabels.yAxis.fontSize', def: 8, type: 'number', min: 8, max: 24},
6568
{ key: 'style.layout.dataLabels.yAxis.color', def: '#1A1A1A', type: 'color'},

0 commit comments

Comments
 (0)