Skip to content

Commit ac4152c

Browse files
committed
Types - Update VueUiHeatmapConfig type
1 parent 766565f commit ac4152c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

types/vue-data-ui.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2029,6 +2029,8 @@ declare module 'vue-data-ui' {
20292029
xAxis?: {
20302030
show?: boolean;
20312031
values?: Array<string | number>;
2032+
showOnlyAtModulo?: number | null;
2033+
rotation?: number;
20322034
fontSize?: number;
20332035
color?: string;
20342036
bold?: boolean;

0 commit comments

Comments
 (0)