@ecan-bi/datav 1.2.37 → 1.2.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -37,6 +37,10 @@ export interface RadarProps extends Props {
37
37
  labelPosition: 'inside' | 'top' | 'bottom' | 'right' | 'left';
38
38
  labelColor: string;
39
39
  axisNameColor: string;
40
+ legendFontSize: string;
41
+ graphicConfig: {
42
+ [key: string]: any;
43
+ };
40
44
  }
41
45
  export declare const radarProps: {
42
46
  id: string;
@@ -96,6 +100,8 @@ export declare const radarProps: {
96
100
  labelPosition: string;
97
101
  labelColor: string;
98
102
  axisNameColor: string;
103
+ legendFontSize: string;
104
+ graphicConfig: {};
99
105
  position: string;
100
106
  zIndex: number;
101
107
  isShow: boolean;
@@ -319,6 +325,14 @@ export declare const radarComponentProps: {
319
325
  type?: import("vue").PropType<string>;
320
326
  default?: string;
321
327
  };
328
+ legendFontSize: {
329
+ type?: import("vue").PropType<string>;
330
+ default?: string;
331
+ };
332
+ graphicConfig: {
333
+ type?: import("vue").PropType<{}>;
334
+ default?: {};
335
+ };
322
336
  position: {
323
337
  type?: import("vue").PropType<string>;
324
338
  default?: string;