Skip to content

Commit 1f051b2

Browse files
committed
Types - Update VueUiHeatmapConfig type
1 parent 61424cb commit 1f051b2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

types/vue-data-ui.d.ts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2440,6 +2440,25 @@ declare module "vue-data-ui" {
24402440
padding?: ChartPadding;
24412441
cells?: {
24422442
height?: number;
2443+
columnTotal?: {
2444+
value?: {
2445+
show?: boolean;
2446+
rotation?: number;
2447+
offsetX?: number;
2448+
offsetY?: number;
2449+
};
2450+
color?: {
2451+
show?: boolean;
2452+
};
2453+
};
2454+
rowTotal?: {
2455+
value?: {
2456+
show?: boolean;
2457+
};
2458+
color?: {
2459+
show?: boolean;
2460+
};
2461+
};
24432462
value?: {
24442463
show?: boolean;
24452464
fontSize?: number;

0 commit comments

Comments
 (0)