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 a662e81 commit bad4e20Copy full SHA for bad4e20
types/vue-data-ui.d.ts
@@ -1429,7 +1429,7 @@ declare module 'vue-data-ui' {
1429
value: number;
1430
suffix?: string;
1431
prefix?: string;
1432
- rounding?: string;
+ rounding?: number;
1433
color?: string;
1434
target?: number;
1435
}
@@ -1465,7 +1465,7 @@ declare module 'vue-data-ui' {
1465
labels?: {
1466
fontSize?: number;
1467
name?: {
1468
- position?: TextAlign;
+ position?: "top" | "left";
1469
width?: string;
1470
1471
bold?: boolean;
0 commit comments