Skip to content

Commit 0286f94

Browse files
committed
Types - Update ChartUserOptions type
1 parent 21a42e7 commit 0286f94

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

types/vue-data-ui.d.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ declare module 'vue-data-ui' {
5050

5151
export type ChartUserOptions = {
5252
show?: boolean;
53+
showOnChartHover?: boolean;
54+
keepStateOnChartLeave?: boolean;
5355
position?: 'left' | 'right';
5456
buttons?: {
5557
animation?: boolean;
@@ -4510,7 +4512,9 @@ declare module 'vue-data-ui' {
45104512
pdf?: string;
45114513
img?: string;
45124514
fullscreen?: string;
4513-
}
4515+
};
4516+
showUserOptionsOnChartHover?: boolean;
4517+
keepUserOptionsStateOnChartLeave?: boolean;
45144518
};
45154519

45164520
export type VueUiQuickChartDatasetObjectItem = {

0 commit comments

Comments
 (0)