Skip to content

Commit f4fa007

Browse files
committed
Types - Add tooltip to VueUiSparkStackbarConfig
1 parent 519d8b2 commit f4fa007

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

types/vue-data-ui.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,6 +1241,9 @@ declare module 'vue-data-ui' {
12411241
bold?: boolean;
12421242
};
12431243
};
1244+
tooltip?: ChartTooltip & {
1245+
customFormat?: null | ((params: VueUiTooltipParams<VueUiSparkStackbarDatasetItem, VueUiSparkStackbarDatasetItem[], VueUiSparkStackbarConfig>) => string);
1246+
}
12441247
};
12451248
};
12461249

0 commit comments

Comments
 (0)