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 1b44fa8 commit 75f4254Copy full SHA for 75f4254
types/vue-data-ui.d.ts
@@ -3973,6 +3973,7 @@ declare module 'vue-data-ui' {
3973
position?: "bottom" | "top" | "left" | "right",
3974
offsetY?: number;
3975
offsetX?: number;
3976
+ formatter?: Formatter;
3977
};
3978
tooltip?: ChartTooltip & {
3979
@@ -4026,10 +4027,13 @@ declare module 'vue-data-ui' {
4026
4027
position?: string;
4028
4029
4030
4031
4032
4033
4034
bold?: boolean;
4035
+ roundingValue?: number;
4036
4037
4038
4039
0 commit comments