Skip to content

Commit 2634864

Browse files
committed
Types - Update some config types with LTTB
1 parent 532f9fd commit 2634864

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

types/vue-data-ui.d.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1821,6 +1821,9 @@ declare module 'vue-data-ui' {
18211821
theme?: Theme;
18221822
customPalette?: string[];
18231823
useCssAnimation?: boolean;
1824+
downsample?: {
1825+
threshold?: number;
1826+
};
18241827
style?: {
18251828
backgroundColor?: string;
18261829
color?: string;
@@ -2131,6 +2134,9 @@ declare module 'vue-data-ui' {
21312134
theme?: Theme;
21322135
customPalette?: string[];
21332136
useCssAnimation?: boolean;
2137+
downsample?: {
2138+
threshold?: number;
2139+
};
21342140
chart?: {
21352141
fontFamily?: string;
21362142
backgroundColor?: string;
@@ -2965,6 +2971,9 @@ declare module 'vue-data-ui' {
29652971
theme?: Theme;
29662972
useCssAnimation?: boolean;
29672973
zoomAnimationFrames?: number;
2974+
downsample?: {
2975+
threshold?: number;
2976+
};
29682977
style?: {
29692978
fontFamily?: string;
29702979
chart?: {
@@ -3659,6 +3668,9 @@ declare module 'vue-data-ui' {
36593668
theme?: Theme;
36603669
type?: "line" | "bar";
36613670
responsive?: boolean;
3671+
downsample?: {
3672+
threshold?: number;
3673+
};
36623674
style?: {
36633675
backgroundColor?: string;
36643676
fontFamily?: string;
@@ -4488,6 +4500,9 @@ declare module 'vue-data-ui' {
44884500

44894501
export type VueUiSparkTrendConfig = {
44904502
theme?: Theme;
4503+
downsample?: {
4504+
threshold?: number;
4505+
};
44914506
style?: {
44924507
backgroundColor?: string;
44934508
fontFamily?: string;
@@ -4869,6 +4884,9 @@ declare module 'vue-data-ui' {
48694884
}
48704885

48714886
export type VueUiXyCanvasConfig = {
4887+
downsample?: {
4888+
threshold?: number;
4889+
};
48724890
responsive?: boolean;
48734891
theme?: Theme;
48744892
customPalette?: string[];

0 commit comments

Comments
 (0)