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 54dbe75 commit d5a6847Copy full SHA for d5a6847
types/vue-data-ui.d.ts
@@ -1349,6 +1349,14 @@ declare module 'vue-data-ui' {
1349
color?: string;
1350
fontSize?: number;
1351
};
1352
+ weightLabels?: {
1353
+ size?: number;
1354
+ show?: boolean;
1355
+ formatter?: Formatter;
1356
+ prefix?: string;
1357
+ suffix?: string;
1358
+ rounding?: number;
1359
+ };
1360
links?: {
1361
curved?: boolean;
1362
maxWidth?: number;
@@ -1361,6 +1369,7 @@ declare module 'vue-data-ui' {
1369
1370
plot?: {
1363
1371
radius?: number;
1372
+ useSerieColor?: boolean;
1364
1373
1365
1374
1366
1375
title?: ChartTitle;
0 commit comments