File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments