Skip to content

Commit 3973dec

Browse files
committed
Types - Update ChartUserOptions type
1 parent f88f240 commit 3973dec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

types/vue-data-ui.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ declare module 'vue-data-ui' {
5050

5151
export type ChartUserOptions = {
5252
show?: boolean;
53+
position?: 'left' | 'right';
5354
buttons?: {
5455
tooltip?: boolean;
5556
pdf?: boolean;
@@ -968,6 +969,7 @@ declare module 'vue-data-ui' {
968969
rounded?: boolean;
969970
inactiveColor?: string;
970971
activeColor?: string;
972+
sizeRatio?: number;
971973
gradient?: {
972974
show?: boolean;
973975
shiftHueIntensity?: number;
@@ -4400,6 +4402,7 @@ declare module 'vue-data-ui' {
44004402
zoomFontSize?: number;
44014403
zoomUseResetSlot?: boolean;
44024404
zoomMinimap?: ZoomMinimap;
4405+
userOptionsPosition?: 'right' | 'left';
44034406
userOptionsButtons?: {
44044407
tooltip?: boolean;
44054408
pdf?: boolean;

0 commit comments

Comments
 (0)