Skip to content

Commit 61424cb

Browse files
committed
Config - Update VueUiHeatmap config
1 parent 15957bd commit 61424cb

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/useConfig.js

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1704,6 +1704,25 @@ export function useConfig() {
17041704
padding: PADDING([36, 12, 12, 48]),
17051705
cells: {
17061706
height: 36,
1707+
rowTotal: {
1708+
value: {
1709+
show: false,
1710+
},
1711+
color: {
1712+
show: false
1713+
}
1714+
},
1715+
columnTotal: {
1716+
value: {
1717+
show: false,
1718+
rotation: 0,
1719+
offsetX: 0,
1720+
offsetY: 0
1721+
},
1722+
color: {
1723+
show: false
1724+
},
1725+
},
17071726
value: {
17081727
show: false,
17091728
fontSize: FONT._18,

0 commit comments

Comments
 (0)