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 446d6bc commit a70c0b4Copy full SHA for a70c0b4
types/vue-data-ui.d.ts
@@ -5575,6 +5575,7 @@ declare module "vue-data-ui" {
5575
rounding?: number;
5576
prefix?: string;
5577
suffix?: string;
5578
+ bold?: boolean;
5579
};
5580
verticalLines?: {
5581
show?: boolean;
@@ -5592,6 +5593,7 @@ declare module "vue-data-ui" {
5592
5593
showOnlyAtModulo?: boolean;
5594
modulo?: number;
5595
showMarker?: boolean;
5596
5597
5598
5599
x?: {
@@ -5633,6 +5635,7 @@ declare module "vue-data-ui" {
5633
5635
color?: string;
5634
5636
offsetY?: number;
5637
formatter?: Formatter;
5638
5639
5640
paddingProportions?: {
5641
top?: number;
0 commit comments