We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21a42e7 commit 0286f94Copy full SHA for 0286f94
types/vue-data-ui.d.ts
@@ -50,6 +50,8 @@ declare module 'vue-data-ui' {
50
51
export type ChartUserOptions = {
52
show?: boolean;
53
+ showOnChartHover?: boolean;
54
+ keepStateOnChartLeave?: boolean;
55
position?: 'left' | 'right';
56
buttons?: {
57
animation?: boolean;
@@ -4510,7 +4512,9 @@ declare module 'vue-data-ui' {
4510
4512
pdf?: string;
4511
4513
img?: string;
4514
fullscreen?: string;
- }
4515
+ };
4516
+ showUserOptionsOnChartHover?: boolean;
4517
+ keepUserOptionsStateOnChartLeave?: boolean;
4518
};
4519
4520
export type VueUiQuickChartDatasetObjectItem = {
0 commit comments