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 312129a commit e02bdafCopy full SHA for e02bdaf
types/vue-data-ui.d.ts
@@ -2748,6 +2748,11 @@ declare module "vue-data-ui" {
2748
useGradient?: boolean;
2749
opacity?: number;
2750
};
2751
+ tag?: {
2752
+ followValue?: boolean;
2753
+ formatter?: Formatter;
2754
+ fontSize?: number;
2755
+ };
2756
2757
plot?: {
2758
radius?: number;
@@ -2764,6 +2769,11 @@ declare module "vue-data-ui" {
2764
2769
color?: string;
2765
2770
formatter?: Formatter;
2766
2771
2772
2773
2774
2775
2776
2767
2777
2768
2778
table?: {
2779
rounding?: number;
0 commit comments