Skip to content

Commit d5a6847

Browse files
committed
Types - Update VueUiRelationCircleConfig type
1 parent 54dbe75 commit d5a6847

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

types/vue-data-ui.d.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1349,6 +1349,14 @@ declare module 'vue-data-ui' {
13491349
color?: string;
13501350
fontSize?: number;
13511351
};
1352+
weightLabels?: {
1353+
size?: number;
1354+
show?: boolean;
1355+
formatter?: Formatter;
1356+
prefix?: string;
1357+
suffix?: string;
1358+
rounding?: number;
1359+
};
13521360
links?: {
13531361
curved?: boolean;
13541362
maxWidth?: number;
@@ -1361,6 +1369,7 @@ declare module 'vue-data-ui' {
13611369
};
13621370
plot?: {
13631371
radius?: number;
1372+
useSerieColor?: boolean;
13641373
color?: string;
13651374
};
13661375
title?: ChartTitle;

0 commit comments

Comments
 (0)