@ecan-bi/datav 1.0.27 → 1.0.30

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.
@@ -1,5 +1,4 @@
1
1
  import { Props, Data, KeyTypeDataFieldNames, ValueTypeDataFieldNames } from '../../_utils/props';
2
- import { Layer, PropsDiagram } from '../../_utils/propsDiagram';
3
2
  export interface BarProps extends Props {
4
3
  data: Data;
5
4
  titleText: string;
@@ -26,8 +25,12 @@ export interface BarProps extends Props {
26
25
  tooltipTrigger: 'item' | 'axis' | 'none';
27
26
  tooltipTextStyleColor: string;
28
27
  tooltipFormatter: string;
29
- diagramParam: PropsDiagram;
28
+ gridLeft: string;
29
+ gridTop: string;
30
+ gridRight: string;
31
+ gridBottom: string;
30
32
  barWidth: string;
33
+ graphicConfig?: any;
31
34
  }
32
35
  export declare const barProps: BarProps;
33
36
  export declare const barComponentProps: {
@@ -36,2205 +39,371 @@ export declare const barComponentProps: {
36
39
  default?: undefined;
37
40
  } | {
38
41
  type: any;
39
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
40
- source?: import("../../_utils/propsDiagram").Source;
41
- plugin: import("../../_utils/propsDiagram").Plugin;
42
- layer: Layer;
43
- chartType: import("../../_utils/propsDiagram").ChartType;
44
- relatedList: unknown[];
45
- sqlConditions?: ({
46
- alias: string;
47
- fieldName: string;
48
- rule: string;
49
- fieldValue: string;
50
- } & ({
51
- valueType: "TEXT" | "NUMBER";
52
- dateFormat?: string;
53
- } | {
54
- valueType: "DATE";
55
- dateFormat: string;
56
- }))[];
57
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
58
- source?: import("../../_utils/propsDiagram").Source;
59
- plugin: import("../../_utils/propsDiagram").Plugin;
60
- layer: Layer;
61
- chartType: import("../../_utils/propsDiagram").ChartType;
62
- relatedList: unknown[];
63
- sqlConditions?: ({
64
- alias: string;
65
- fieldName: string;
66
- rule: string;
67
- fieldValue: string;
68
- } & ({
69
- valueType: "TEXT" | "NUMBER";
70
- dateFormat?: string;
71
- } | {
72
- valueType: "DATE";
73
- dateFormat: string;
74
- }))[];
75
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
76
- [key: string]: any;
77
- } | import("../../_utils/props").RequestParams;
42
+ default: any;
78
43
  };
79
44
  titleText: {
80
45
  type?: undefined;
81
46
  default?: undefined;
82
47
  } | {
83
48
  type: any;
84
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
85
- source?: import("../../_utils/propsDiagram").Source;
86
- plugin: import("../../_utils/propsDiagram").Plugin;
87
- layer: Layer;
88
- chartType: import("../../_utils/propsDiagram").ChartType;
89
- relatedList: unknown[];
90
- sqlConditions?: ({
91
- alias: string;
92
- fieldName: string;
93
- rule: string;
94
- fieldValue: string;
95
- } & ({
96
- valueType: "TEXT" | "NUMBER";
97
- dateFormat?: string;
98
- } | {
99
- valueType: "DATE";
100
- dateFormat: string;
101
- }))[];
102
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
103
- source?: import("../../_utils/propsDiagram").Source;
104
- plugin: import("../../_utils/propsDiagram").Plugin;
105
- layer: Layer;
106
- chartType: import("../../_utils/propsDiagram").ChartType;
107
- relatedList: unknown[];
108
- sqlConditions?: ({
109
- alias: string;
110
- fieldName: string;
111
- rule: string;
112
- fieldValue: string;
113
- } & ({
114
- valueType: "TEXT" | "NUMBER";
115
- dateFormat?: string;
116
- } | {
117
- valueType: "DATE";
118
- dateFormat: string;
119
- }))[];
120
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
121
- [key: string]: any;
122
- } | import("../../_utils/props").RequestParams;
49
+ default: any;
123
50
  };
124
51
  titleSubtext: {
125
52
  type?: undefined;
126
53
  default?: undefined;
127
54
  } | {
128
55
  type: any;
129
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
130
- source?: import("../../_utils/propsDiagram").Source;
131
- plugin: import("../../_utils/propsDiagram").Plugin;
132
- layer: Layer;
133
- chartType: import("../../_utils/propsDiagram").ChartType;
134
- relatedList: unknown[];
135
- sqlConditions?: ({
136
- alias: string;
137
- fieldName: string;
138
- rule: string;
139
- fieldValue: string;
140
- } & ({
141
- valueType: "TEXT" | "NUMBER";
142
- dateFormat?: string;
143
- } | {
144
- valueType: "DATE";
145
- dateFormat: string;
146
- }))[];
147
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
148
- source?: import("../../_utils/propsDiagram").Source;
149
- plugin: import("../../_utils/propsDiagram").Plugin;
150
- layer: Layer;
151
- chartType: import("../../_utils/propsDiagram").ChartType;
152
- relatedList: unknown[];
153
- sqlConditions?: ({
154
- alias: string;
155
- fieldName: string;
156
- rule: string;
157
- fieldValue: string;
158
- } & ({
159
- valueType: "TEXT" | "NUMBER";
160
- dateFormat?: string;
161
- } | {
162
- valueType: "DATE";
163
- dateFormat: string;
164
- }))[];
165
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
166
- [key: string]: any;
167
- } | import("../../_utils/props").RequestParams;
56
+ default: any;
168
57
  };
169
58
  colors: {
170
59
  type?: undefined;
171
60
  default?: undefined;
172
61
  } | {
173
62
  type: any;
174
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
175
- source?: import("../../_utils/propsDiagram").Source;
176
- plugin: import("../../_utils/propsDiagram").Plugin;
177
- layer: Layer;
178
- chartType: import("../../_utils/propsDiagram").ChartType;
179
- relatedList: unknown[];
180
- sqlConditions?: ({
181
- alias: string;
182
- fieldName: string;
183
- rule: string;
184
- fieldValue: string;
185
- } & ({
186
- valueType: "TEXT" | "NUMBER";
187
- dateFormat?: string;
188
- } | {
189
- valueType: "DATE";
190
- dateFormat: string;
191
- }))[];
192
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
193
- source?: import("../../_utils/propsDiagram").Source;
194
- plugin: import("../../_utils/propsDiagram").Plugin;
195
- layer: Layer;
196
- chartType: import("../../_utils/propsDiagram").ChartType;
197
- relatedList: unknown[];
198
- sqlConditions?: ({
199
- alias: string;
200
- fieldName: string;
201
- rule: string;
202
- fieldValue: string;
203
- } & ({
204
- valueType: "TEXT" | "NUMBER";
205
- dateFormat?: string;
206
- } | {
207
- valueType: "DATE";
208
- dateFormat: string;
209
- }))[];
210
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
211
- [key: string]: any;
212
- } | import("../../_utils/props").RequestParams;
63
+ default: any;
213
64
  };
214
65
  legendShow: {
215
66
  type?: undefined;
216
67
  default?: undefined;
217
68
  } | {
218
69
  type: any;
219
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
220
- source?: import("../../_utils/propsDiagram").Source;
221
- plugin: import("../../_utils/propsDiagram").Plugin;
222
- layer: Layer;
223
- chartType: import("../../_utils/propsDiagram").ChartType;
224
- relatedList: unknown[];
225
- sqlConditions?: ({
226
- alias: string;
227
- fieldName: string;
228
- rule: string;
229
- fieldValue: string;
230
- } & ({
231
- valueType: "TEXT" | "NUMBER";
232
- dateFormat?: string;
233
- } | {
234
- valueType: "DATE";
235
- dateFormat: string;
236
- }))[];
237
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
238
- source?: import("../../_utils/propsDiagram").Source;
239
- plugin: import("../../_utils/propsDiagram").Plugin;
240
- layer: Layer;
241
- chartType: import("../../_utils/propsDiagram").ChartType;
242
- relatedList: unknown[];
243
- sqlConditions?: ({
244
- alias: string;
245
- fieldName: string;
246
- rule: string;
247
- fieldValue: string;
248
- } & ({
249
- valueType: "TEXT" | "NUMBER";
250
- dateFormat?: string;
251
- } | {
252
- valueType: "DATE";
253
- dateFormat: string;
254
- }))[];
255
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
256
- [key: string]: any;
257
- } | import("../../_utils/props").RequestParams;
70
+ default: any;
258
71
  };
259
72
  legendTextStyleColor: {
260
73
  type?: undefined;
261
74
  default?: undefined;
262
75
  } | {
263
76
  type: any;
264
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
265
- source?: import("../../_utils/propsDiagram").Source;
266
- plugin: import("../../_utils/propsDiagram").Plugin;
267
- layer: Layer;
268
- chartType: import("../../_utils/propsDiagram").ChartType;
269
- relatedList: unknown[];
270
- sqlConditions?: ({
271
- alias: string;
272
- fieldName: string;
273
- rule: string;
274
- fieldValue: string;
275
- } & ({
276
- valueType: "TEXT" | "NUMBER";
277
- dateFormat?: string;
278
- } | {
279
- valueType: "DATE";
280
- dateFormat: string;
281
- }))[];
282
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
283
- source?: import("../../_utils/propsDiagram").Source;
284
- plugin: import("../../_utils/propsDiagram").Plugin;
285
- layer: Layer;
286
- chartType: import("../../_utils/propsDiagram").ChartType;
287
- relatedList: unknown[];
288
- sqlConditions?: ({
289
- alias: string;
290
- fieldName: string;
291
- rule: string;
292
- fieldValue: string;
293
- } & ({
294
- valueType: "TEXT" | "NUMBER";
295
- dateFormat?: string;
296
- } | {
297
- valueType: "DATE";
298
- dateFormat: string;
299
- }))[];
300
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
301
- [key: string]: any;
302
- } | import("../../_utils/props").RequestParams;
77
+ default: any;
303
78
  };
304
79
  legendLeft: {
305
80
  type?: undefined;
306
81
  default?: undefined;
307
82
  } | {
308
83
  type: any;
309
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
310
- source?: import("../../_utils/propsDiagram").Source;
311
- plugin: import("../../_utils/propsDiagram").Plugin;
312
- layer: Layer;
313
- chartType: import("../../_utils/propsDiagram").ChartType;
314
- relatedList: unknown[];
315
- sqlConditions?: ({
316
- alias: string;
317
- fieldName: string;
318
- rule: string;
319
- fieldValue: string;
320
- } & ({
321
- valueType: "TEXT" | "NUMBER";
322
- dateFormat?: string;
323
- } | {
324
- valueType: "DATE";
325
- dateFormat: string;
326
- }))[];
327
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
328
- source?: import("../../_utils/propsDiagram").Source;
329
- plugin: import("../../_utils/propsDiagram").Plugin;
330
- layer: Layer;
331
- chartType: import("../../_utils/propsDiagram").ChartType;
332
- relatedList: unknown[];
333
- sqlConditions?: ({
334
- alias: string;
335
- fieldName: string;
336
- rule: string;
337
- fieldValue: string;
338
- } & ({
339
- valueType: "TEXT" | "NUMBER";
340
- dateFormat?: string;
341
- } | {
342
- valueType: "DATE";
343
- dateFormat: string;
344
- }))[];
345
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
346
- [key: string]: any;
347
- } | import("../../_utils/props").RequestParams;
84
+ default: any;
348
85
  };
349
86
  legendTop: {
350
87
  type?: undefined;
351
88
  default?: undefined;
352
89
  } | {
353
90
  type: any;
354
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
355
- source?: import("../../_utils/propsDiagram").Source;
356
- plugin: import("../../_utils/propsDiagram").Plugin;
357
- layer: Layer;
358
- chartType: import("../../_utils/propsDiagram").ChartType;
359
- relatedList: unknown[];
360
- sqlConditions?: ({
361
- alias: string;
362
- fieldName: string;
363
- rule: string;
364
- fieldValue: string;
365
- } & ({
366
- valueType: "TEXT" | "NUMBER";
367
- dateFormat?: string;
368
- } | {
369
- valueType: "DATE";
370
- dateFormat: string;
371
- }))[];
372
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
373
- source?: import("../../_utils/propsDiagram").Source;
374
- plugin: import("../../_utils/propsDiagram").Plugin;
375
- layer: Layer;
376
- chartType: import("../../_utils/propsDiagram").ChartType;
377
- relatedList: unknown[];
378
- sqlConditions?: ({
379
- alias: string;
380
- fieldName: string;
381
- rule: string;
382
- fieldValue: string;
383
- } & ({
384
- valueType: "TEXT" | "NUMBER";
385
- dateFormat?: string;
386
- } | {
387
- valueType: "DATE";
388
- dateFormat: string;
389
- }))[];
390
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
391
- [key: string]: any;
392
- } | import("../../_utils/props").RequestParams;
91
+ default: any;
393
92
  };
394
93
  legendOrient: {
395
94
  type?: undefined;
396
95
  default?: undefined;
397
96
  } | {
398
97
  type: any;
399
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
400
- source?: import("../../_utils/propsDiagram").Source;
401
- plugin: import("../../_utils/propsDiagram").Plugin;
402
- layer: Layer;
403
- chartType: import("../../_utils/propsDiagram").ChartType;
404
- relatedList: unknown[];
405
- sqlConditions?: ({
406
- alias: string;
407
- fieldName: string;
408
- rule: string;
409
- fieldValue: string;
410
- } & ({
411
- valueType: "TEXT" | "NUMBER";
412
- dateFormat?: string;
413
- } | {
414
- valueType: "DATE";
415
- dateFormat: string;
416
- }))[];
417
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
418
- source?: import("../../_utils/propsDiagram").Source;
419
- plugin: import("../../_utils/propsDiagram").Plugin;
420
- layer: Layer;
421
- chartType: import("../../_utils/propsDiagram").ChartType;
422
- relatedList: unknown[];
423
- sqlConditions?: ({
424
- alias: string;
425
- fieldName: string;
426
- rule: string;
427
- fieldValue: string;
428
- } & ({
429
- valueType: "TEXT" | "NUMBER";
430
- dateFormat?: string;
431
- } | {
432
- valueType: "DATE";
433
- dateFormat: string;
434
- }))[];
435
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
436
- [key: string]: any;
437
- } | import("../../_utils/props").RequestParams;
98
+ default: any;
438
99
  };
439
100
  xAxisSplitLineShow: {
440
101
  type?: undefined;
441
102
  default?: undefined;
442
103
  } | {
443
104
  type: any;
444
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
445
- source?: import("../../_utils/propsDiagram").Source;
446
- plugin: import("../../_utils/propsDiagram").Plugin;
447
- layer: Layer;
448
- chartType: import("../../_utils/propsDiagram").ChartType;
449
- relatedList: unknown[];
450
- sqlConditions?: ({
451
- alias: string;
452
- fieldName: string;
453
- rule: string;
454
- fieldValue: string;
455
- } & ({
456
- valueType: "TEXT" | "NUMBER";
457
- dateFormat?: string;
458
- } | {
459
- valueType: "DATE";
460
- dateFormat: string;
461
- }))[];
462
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
463
- source?: import("../../_utils/propsDiagram").Source;
464
- plugin: import("../../_utils/propsDiagram").Plugin;
465
- layer: Layer;
466
- chartType: import("../../_utils/propsDiagram").ChartType;
467
- relatedList: unknown[];
468
- sqlConditions?: ({
469
- alias: string;
470
- fieldName: string;
471
- rule: string;
472
- fieldValue: string;
473
- } & ({
474
- valueType: "TEXT" | "NUMBER";
475
- dateFormat?: string;
476
- } | {
477
- valueType: "DATE";
478
- dateFormat: string;
479
- }))[];
480
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
481
- [key: string]: any;
482
- } | import("../../_utils/props").RequestParams;
105
+ default: any;
483
106
  };
484
107
  xAxisLabelColor: {
485
108
  type?: undefined;
486
109
  default?: undefined;
487
110
  } | {
488
111
  type: any;
489
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
490
- source?: import("../../_utils/propsDiagram").Source;
491
- plugin: import("../../_utils/propsDiagram").Plugin;
492
- layer: Layer;
493
- chartType: import("../../_utils/propsDiagram").ChartType;
494
- relatedList: unknown[];
495
- sqlConditions?: ({
496
- alias: string;
497
- fieldName: string;
498
- rule: string;
499
- fieldValue: string;
500
- } & ({
501
- valueType: "TEXT" | "NUMBER";
502
- dateFormat?: string;
503
- } | {
504
- valueType: "DATE";
505
- dateFormat: string;
506
- }))[];
507
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
508
- source?: import("../../_utils/propsDiagram").Source;
509
- plugin: import("../../_utils/propsDiagram").Plugin;
510
- layer: Layer;
511
- chartType: import("../../_utils/propsDiagram").ChartType;
512
- relatedList: unknown[];
513
- sqlConditions?: ({
514
- alias: string;
515
- fieldName: string;
516
- rule: string;
517
- fieldValue: string;
518
- } & ({
519
- valueType: "TEXT" | "NUMBER";
520
- dateFormat?: string;
521
- } | {
522
- valueType: "DATE";
523
- dateFormat: string;
524
- }))[];
525
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
526
- [key: string]: any;
527
- } | import("../../_utils/props").RequestParams;
112
+ default: any;
528
113
  };
529
114
  xAxisLineStyleColor: {
530
115
  type?: undefined;
531
116
  default?: undefined;
532
117
  } | {
533
118
  type: any;
534
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
535
- source?: import("../../_utils/propsDiagram").Source;
536
- plugin: import("../../_utils/propsDiagram").Plugin;
537
- layer: Layer;
538
- chartType: import("../../_utils/propsDiagram").ChartType;
539
- relatedList: unknown[];
540
- sqlConditions?: ({
541
- alias: string;
542
- fieldName: string;
543
- rule: string;
544
- fieldValue: string;
545
- } & ({
546
- valueType: "TEXT" | "NUMBER";
547
- dateFormat?: string;
548
- } | {
549
- valueType: "DATE";
550
- dateFormat: string;
551
- }))[];
552
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
553
- source?: import("../../_utils/propsDiagram").Source;
554
- plugin: import("../../_utils/propsDiagram").Plugin;
555
- layer: Layer;
556
- chartType: import("../../_utils/propsDiagram").ChartType;
557
- relatedList: unknown[];
558
- sqlConditions?: ({
559
- alias: string;
560
- fieldName: string;
561
- rule: string;
562
- fieldValue: string;
563
- } & ({
564
- valueType: "TEXT" | "NUMBER";
565
- dateFormat?: string;
566
- } | {
567
- valueType: "DATE";
568
- dateFormat: string;
569
- }))[];
570
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
571
- [key: string]: any;
572
- } | import("../../_utils/props").RequestParams;
119
+ default: any;
573
120
  };
574
121
  xAxisTickShow: {
575
122
  type?: undefined;
576
123
  default?: undefined;
577
124
  } | {
578
125
  type: any;
579
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
580
- source?: import("../../_utils/propsDiagram").Source;
581
- plugin: import("../../_utils/propsDiagram").Plugin;
582
- layer: Layer;
583
- chartType: import("../../_utils/propsDiagram").ChartType;
584
- relatedList: unknown[];
585
- sqlConditions?: ({
586
- alias: string;
587
- fieldName: string;
588
- rule: string;
589
- fieldValue: string;
590
- } & ({
591
- valueType: "TEXT" | "NUMBER";
592
- dateFormat?: string;
593
- } | {
594
- valueType: "DATE";
595
- dateFormat: string;
596
- }))[];
597
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
598
- source?: import("../../_utils/propsDiagram").Source;
599
- plugin: import("../../_utils/propsDiagram").Plugin;
600
- layer: Layer;
601
- chartType: import("../../_utils/propsDiagram").ChartType;
602
- relatedList: unknown[];
603
- sqlConditions?: ({
604
- alias: string;
605
- fieldName: string;
606
- rule: string;
607
- fieldValue: string;
608
- } & ({
609
- valueType: "TEXT" | "NUMBER";
610
- dateFormat?: string;
611
- } | {
612
- valueType: "DATE";
613
- dateFormat: string;
614
- }))[];
615
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
616
- [key: string]: any;
617
- } | import("../../_utils/props").RequestParams;
126
+ default: any;
618
127
  };
619
128
  yAxisSplitLineShow: {
620
129
  type?: undefined;
621
130
  default?: undefined;
622
131
  } | {
623
132
  type: any;
624
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
625
- source?: import("../../_utils/propsDiagram").Source;
626
- plugin: import("../../_utils/propsDiagram").Plugin;
627
- layer: Layer;
628
- chartType: import("../../_utils/propsDiagram").ChartType;
629
- relatedList: unknown[];
630
- sqlConditions?: ({
631
- alias: string;
632
- fieldName: string;
633
- rule: string;
634
- fieldValue: string;
635
- } & ({
636
- valueType: "TEXT" | "NUMBER";
637
- dateFormat?: string;
638
- } | {
639
- valueType: "DATE";
640
- dateFormat: string;
641
- }))[];
642
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
643
- source?: import("../../_utils/propsDiagram").Source;
644
- plugin: import("../../_utils/propsDiagram").Plugin;
645
- layer: Layer;
646
- chartType: import("../../_utils/propsDiagram").ChartType;
647
- relatedList: unknown[];
648
- sqlConditions?: ({
649
- alias: string;
650
- fieldName: string;
651
- rule: string;
652
- fieldValue: string;
653
- } & ({
654
- valueType: "TEXT" | "NUMBER";
655
- dateFormat?: string;
656
- } | {
657
- valueType: "DATE";
658
- dateFormat: string;
659
- }))[];
660
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
661
- [key: string]: any;
662
- } | import("../../_utils/props").RequestParams;
133
+ default: any;
663
134
  };
664
135
  xAxisSplitLineStyleColor: {
665
136
  type?: undefined;
666
137
  default?: undefined;
667
138
  } | {
668
139
  type: any;
669
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
670
- source?: import("../../_utils/propsDiagram").Source;
671
- plugin: import("../../_utils/propsDiagram").Plugin;
672
- layer: Layer;
673
- chartType: import("../../_utils/propsDiagram").ChartType;
674
- relatedList: unknown[];
675
- sqlConditions?: ({
676
- alias: string;
677
- fieldName: string;
678
- rule: string;
679
- fieldValue: string;
680
- } & ({
681
- valueType: "TEXT" | "NUMBER";
682
- dateFormat?: string;
683
- } | {
684
- valueType: "DATE";
685
- dateFormat: string;
686
- }))[];
687
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
688
- source?: import("../../_utils/propsDiagram").Source;
689
- plugin: import("../../_utils/propsDiagram").Plugin;
690
- layer: Layer;
691
- chartType: import("../../_utils/propsDiagram").ChartType;
692
- relatedList: unknown[];
693
- sqlConditions?: ({
694
- alias: string;
695
- fieldName: string;
696
- rule: string;
697
- fieldValue: string;
698
- } & ({
699
- valueType: "TEXT" | "NUMBER";
700
- dateFormat?: string;
701
- } | {
702
- valueType: "DATE";
703
- dateFormat: string;
704
- }))[];
705
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
706
- [key: string]: any;
707
- } | import("../../_utils/props").RequestParams;
140
+ default: any;
708
141
  };
709
142
  yAxisSplitLineStyleColor: {
710
143
  type?: undefined;
711
144
  default?: undefined;
712
145
  } | {
713
146
  type: any;
714
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
715
- source?: import("../../_utils/propsDiagram").Source;
716
- plugin: import("../../_utils/propsDiagram").Plugin;
717
- layer: Layer;
718
- chartType: import("../../_utils/propsDiagram").ChartType;
719
- relatedList: unknown[];
720
- sqlConditions?: ({
721
- alias: string;
722
- fieldName: string;
723
- rule: string;
724
- fieldValue: string;
725
- } & ({
726
- valueType: "TEXT" | "NUMBER";
727
- dateFormat?: string;
728
- } | {
729
- valueType: "DATE";
730
- dateFormat: string;
731
- }))[];
732
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
733
- source?: import("../../_utils/propsDiagram").Source;
734
- plugin: import("../../_utils/propsDiagram").Plugin;
735
- layer: Layer;
736
- chartType: import("../../_utils/propsDiagram").ChartType;
737
- relatedList: unknown[];
738
- sqlConditions?: ({
739
- alias: string;
740
- fieldName: string;
741
- rule: string;
742
- fieldValue: string;
743
- } & ({
744
- valueType: "TEXT" | "NUMBER";
745
- dateFormat?: string;
746
- } | {
747
- valueType: "DATE";
748
- dateFormat: string;
749
- }))[];
750
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
751
- [key: string]: any;
752
- } | import("../../_utils/props").RequestParams;
147
+ default: any;
753
148
  };
754
149
  yAxisLabelColor: {
755
150
  type?: undefined;
756
151
  default?: undefined;
757
152
  } | {
758
153
  type: any;
759
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
760
- source?: import("../../_utils/propsDiagram").Source;
761
- plugin: import("../../_utils/propsDiagram").Plugin;
762
- layer: Layer;
763
- chartType: import("../../_utils/propsDiagram").ChartType;
764
- relatedList: unknown[];
765
- sqlConditions?: ({
766
- alias: string;
767
- fieldName: string;
768
- rule: string;
769
- fieldValue: string;
770
- } & ({
771
- valueType: "TEXT" | "NUMBER";
772
- dateFormat?: string;
773
- } | {
774
- valueType: "DATE";
775
- dateFormat: string;
776
- }))[];
777
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
778
- source?: import("../../_utils/propsDiagram").Source;
779
- plugin: import("../../_utils/propsDiagram").Plugin;
780
- layer: Layer;
781
- chartType: import("../../_utils/propsDiagram").ChartType;
782
- relatedList: unknown[];
783
- sqlConditions?: ({
784
- alias: string;
785
- fieldName: string;
786
- rule: string;
787
- fieldValue: string;
788
- } & ({
789
- valueType: "TEXT" | "NUMBER";
790
- dateFormat?: string;
791
- } | {
792
- valueType: "DATE";
793
- dateFormat: string;
794
- }))[];
795
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
796
- [key: string]: any;
797
- } | import("../../_utils/props").RequestParams;
154
+ default: any;
798
155
  };
799
156
  yAxisLineStyleColor: {
800
157
  type?: undefined;
801
158
  default?: undefined;
802
159
  } | {
803
160
  type: any;
804
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
805
- source?: import("../../_utils/propsDiagram").Source;
806
- plugin: import("../../_utils/propsDiagram").Plugin;
807
- layer: Layer;
808
- chartType: import("../../_utils/propsDiagram").ChartType;
809
- relatedList: unknown[];
810
- sqlConditions?: ({
811
- alias: string;
812
- fieldName: string;
813
- rule: string;
814
- fieldValue: string;
815
- } & ({
816
- valueType: "TEXT" | "NUMBER";
817
- dateFormat?: string;
818
- } | {
819
- valueType: "DATE";
820
- dateFormat: string;
821
- }))[];
822
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
823
- source?: import("../../_utils/propsDiagram").Source;
824
- plugin: import("../../_utils/propsDiagram").Plugin;
825
- layer: Layer;
826
- chartType: import("../../_utils/propsDiagram").ChartType;
827
- relatedList: unknown[];
828
- sqlConditions?: ({
829
- alias: string;
830
- fieldName: string;
831
- rule: string;
832
- fieldValue: string;
833
- } & ({
834
- valueType: "TEXT" | "NUMBER";
835
- dateFormat?: string;
836
- } | {
837
- valueType: "DATE";
838
- dateFormat: string;
839
- }))[];
840
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
841
- [key: string]: any;
842
- } | import("../../_utils/props").RequestParams;
161
+ default: any;
843
162
  };
844
163
  valueTypeDataFieldNames: {
845
164
  type?: undefined;
846
165
  default?: undefined;
847
166
  } | {
848
167
  type: any;
849
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
850
- source?: import("../../_utils/propsDiagram").Source;
851
- plugin: import("../../_utils/propsDiagram").Plugin;
852
- layer: Layer;
853
- chartType: import("../../_utils/propsDiagram").ChartType;
854
- relatedList: unknown[];
855
- sqlConditions?: ({
856
- alias: string;
857
- fieldName: string;
858
- rule: string;
859
- fieldValue: string;
860
- } & ({
861
- valueType: "TEXT" | "NUMBER";
862
- dateFormat?: string;
863
- } | {
864
- valueType: "DATE";
865
- dateFormat: string;
866
- }))[];
867
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
868
- source?: import("../../_utils/propsDiagram").Source;
869
- plugin: import("../../_utils/propsDiagram").Plugin;
870
- layer: Layer;
871
- chartType: import("../../_utils/propsDiagram").ChartType;
872
- relatedList: unknown[];
873
- sqlConditions?: ({
874
- alias: string;
875
- fieldName: string;
876
- rule: string;
877
- fieldValue: string;
878
- } & ({
879
- valueType: "TEXT" | "NUMBER";
880
- dateFormat?: string;
881
- } | {
882
- valueType: "DATE";
883
- dateFormat: string;
884
- }))[];
885
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
886
- [key: string]: any;
887
- } | import("../../_utils/props").RequestParams;
168
+ default: any;
888
169
  };
889
170
  keyTypeDataFieldNames: {
890
171
  type?: undefined;
891
172
  default?: undefined;
892
173
  } | {
893
174
  type: any;
894
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
895
- source?: import("../../_utils/propsDiagram").Source;
896
- plugin: import("../../_utils/propsDiagram").Plugin;
897
- layer: Layer;
898
- chartType: import("../../_utils/propsDiagram").ChartType;
899
- relatedList: unknown[];
900
- sqlConditions?: ({
901
- alias: string;
902
- fieldName: string;
903
- rule: string;
904
- fieldValue: string;
905
- } & ({
906
- valueType: "TEXT" | "NUMBER";
907
- dateFormat?: string;
908
- } | {
909
- valueType: "DATE";
910
- dateFormat: string;
911
- }))[];
912
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
913
- source?: import("../../_utils/propsDiagram").Source;
914
- plugin: import("../../_utils/propsDiagram").Plugin;
915
- layer: Layer;
916
- chartType: import("../../_utils/propsDiagram").ChartType;
917
- relatedList: unknown[];
918
- sqlConditions?: ({
919
- alias: string;
920
- fieldName: string;
921
- rule: string;
922
- fieldValue: string;
923
- } & ({
924
- valueType: "TEXT" | "NUMBER";
925
- dateFormat?: string;
926
- } | {
927
- valueType: "DATE";
928
- dateFormat: string;
929
- }))[];
930
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
931
- [key: string]: any;
932
- } | import("../../_utils/props").RequestParams;
175
+ default: any;
933
176
  };
934
177
  dataFieldConfigType: {
935
178
  type?: undefined;
936
179
  default?: undefined;
937
180
  } | {
938
181
  type: any;
939
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
940
- source?: import("../../_utils/propsDiagram").Source;
941
- plugin: import("../../_utils/propsDiagram").Plugin;
942
- layer: Layer;
943
- chartType: import("../../_utils/propsDiagram").ChartType;
944
- relatedList: unknown[];
945
- sqlConditions?: ({
946
- alias: string;
947
- fieldName: string;
948
- rule: string;
949
- fieldValue: string;
950
- } & ({
951
- valueType: "TEXT" | "NUMBER";
952
- dateFormat?: string;
953
- } | {
954
- valueType: "DATE";
955
- dateFormat: string;
956
- }))[];
957
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
958
- source?: import("../../_utils/propsDiagram").Source;
959
- plugin: import("../../_utils/propsDiagram").Plugin;
960
- layer: Layer;
961
- chartType: import("../../_utils/propsDiagram").ChartType;
962
- relatedList: unknown[];
963
- sqlConditions?: ({
964
- alias: string;
965
- fieldName: string;
966
- rule: string;
967
- fieldValue: string;
968
- } & ({
969
- valueType: "TEXT" | "NUMBER";
970
- dateFormat?: string;
971
- } | {
972
- valueType: "DATE";
973
- dateFormat: string;
974
- }))[];
975
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
976
- [key: string]: any;
977
- } | import("../../_utils/props").RequestParams;
182
+ default: any;
978
183
  };
979
184
  tooltipShow: {
980
185
  type?: undefined;
981
186
  default?: undefined;
982
187
  } | {
983
188
  type: any;
984
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
985
- source?: import("../../_utils/propsDiagram").Source;
986
- plugin: import("../../_utils/propsDiagram").Plugin;
987
- layer: Layer;
988
- chartType: import("../../_utils/propsDiagram").ChartType;
989
- relatedList: unknown[];
990
- sqlConditions?: ({
991
- alias: string;
992
- fieldName: string;
993
- rule: string;
994
- fieldValue: string;
995
- } & ({
996
- valueType: "TEXT" | "NUMBER";
997
- dateFormat?: string;
998
- } | {
999
- valueType: "DATE";
1000
- dateFormat: string;
1001
- }))[];
1002
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1003
- source?: import("../../_utils/propsDiagram").Source;
1004
- plugin: import("../../_utils/propsDiagram").Plugin;
1005
- layer: Layer;
1006
- chartType: import("../../_utils/propsDiagram").ChartType;
1007
- relatedList: unknown[];
1008
- sqlConditions?: ({
1009
- alias: string;
1010
- fieldName: string;
1011
- rule: string;
1012
- fieldValue: string;
1013
- } & ({
1014
- valueType: "TEXT" | "NUMBER";
1015
- dateFormat?: string;
1016
- } | {
1017
- valueType: "DATE";
1018
- dateFormat: string;
1019
- }))[];
1020
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
1021
- [key: string]: any;
1022
- } | import("../../_utils/props").RequestParams;
189
+ default: any;
1023
190
  };
1024
191
  tooltipTrigger: {
1025
192
  type?: undefined;
1026
193
  default?: undefined;
1027
194
  } | {
1028
195
  type: any;
1029
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
1030
- source?: import("../../_utils/propsDiagram").Source;
1031
- plugin: import("../../_utils/propsDiagram").Plugin;
1032
- layer: Layer;
1033
- chartType: import("../../_utils/propsDiagram").ChartType;
1034
- relatedList: unknown[];
1035
- sqlConditions?: ({
1036
- alias: string;
1037
- fieldName: string;
1038
- rule: string;
1039
- fieldValue: string;
1040
- } & ({
1041
- valueType: "TEXT" | "NUMBER";
1042
- dateFormat?: string;
1043
- } | {
1044
- valueType: "DATE";
1045
- dateFormat: string;
1046
- }))[];
1047
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1048
- source?: import("../../_utils/propsDiagram").Source;
1049
- plugin: import("../../_utils/propsDiagram").Plugin;
1050
- layer: Layer;
1051
- chartType: import("../../_utils/propsDiagram").ChartType;
1052
- relatedList: unknown[];
1053
- sqlConditions?: ({
1054
- alias: string;
1055
- fieldName: string;
1056
- rule: string;
1057
- fieldValue: string;
1058
- } & ({
1059
- valueType: "TEXT" | "NUMBER";
1060
- dateFormat?: string;
1061
- } | {
1062
- valueType: "DATE";
1063
- dateFormat: string;
1064
- }))[];
1065
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
1066
- [key: string]: any;
1067
- } | import("../../_utils/props").RequestParams;
196
+ default: any;
1068
197
  };
1069
198
  tooltipTextStyleColor: {
1070
199
  type?: undefined;
1071
200
  default?: undefined;
1072
201
  } | {
1073
202
  type: any;
1074
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
1075
- source?: import("../../_utils/propsDiagram").Source;
1076
- plugin: import("../../_utils/propsDiagram").Plugin;
1077
- layer: Layer;
1078
- chartType: import("../../_utils/propsDiagram").ChartType;
1079
- relatedList: unknown[];
1080
- sqlConditions?: ({
1081
- alias: string;
1082
- fieldName: string;
1083
- rule: string;
1084
- fieldValue: string;
1085
- } & ({
1086
- valueType: "TEXT" | "NUMBER";
1087
- dateFormat?: string;
1088
- } | {
1089
- valueType: "DATE";
1090
- dateFormat: string;
1091
- }))[];
1092
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1093
- source?: import("../../_utils/propsDiagram").Source;
1094
- plugin: import("../../_utils/propsDiagram").Plugin;
1095
- layer: Layer;
1096
- chartType: import("../../_utils/propsDiagram").ChartType;
1097
- relatedList: unknown[];
1098
- sqlConditions?: ({
1099
- alias: string;
1100
- fieldName: string;
1101
- rule: string;
1102
- fieldValue: string;
1103
- } & ({
1104
- valueType: "TEXT" | "NUMBER";
1105
- dateFormat?: string;
1106
- } | {
1107
- valueType: "DATE";
1108
- dateFormat: string;
1109
- }))[];
1110
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
1111
- [key: string]: any;
1112
- } | import("../../_utils/props").RequestParams;
203
+ default: any;
1113
204
  };
1114
205
  tooltipFormatter: {
1115
206
  type?: undefined;
1116
207
  default?: undefined;
1117
208
  } | {
1118
209
  type: any;
1119
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
1120
- source?: import("../../_utils/propsDiagram").Source;
1121
- plugin: import("../../_utils/propsDiagram").Plugin;
1122
- layer: Layer;
1123
- chartType: import("../../_utils/propsDiagram").ChartType;
1124
- relatedList: unknown[];
1125
- sqlConditions?: ({
1126
- alias: string;
1127
- fieldName: string;
1128
- rule: string;
1129
- fieldValue: string;
1130
- } & ({
1131
- valueType: "TEXT" | "NUMBER";
1132
- dateFormat?: string;
1133
- } | {
1134
- valueType: "DATE";
1135
- dateFormat: string;
1136
- }))[];
1137
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1138
- source?: import("../../_utils/propsDiagram").Source;
1139
- plugin: import("../../_utils/propsDiagram").Plugin;
1140
- layer: Layer;
1141
- chartType: import("../../_utils/propsDiagram").ChartType;
1142
- relatedList: unknown[];
1143
- sqlConditions?: ({
1144
- alias: string;
1145
- fieldName: string;
1146
- rule: string;
1147
- fieldValue: string;
1148
- } & ({
1149
- valueType: "TEXT" | "NUMBER";
1150
- dateFormat?: string;
1151
- } | {
1152
- valueType: "DATE";
1153
- dateFormat: string;
1154
- }))[];
1155
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
1156
- [key: string]: any;
1157
- } | import("../../_utils/props").RequestParams;
210
+ default: any;
1158
211
  };
1159
- diagramParam: {
212
+ gridLeft: {
1160
213
  type?: undefined;
1161
214
  default?: undefined;
1162
215
  } | {
1163
216
  type: any;
1164
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
1165
- source?: import("../../_utils/propsDiagram").Source;
1166
- plugin: import("../../_utils/propsDiagram").Plugin;
1167
- layer: Layer;
1168
- chartType: import("../../_utils/propsDiagram").ChartType;
1169
- relatedList: unknown[];
1170
- sqlConditions?: ({
1171
- alias: string;
1172
- fieldName: string;
1173
- rule: string;
1174
- fieldValue: string;
1175
- } & ({
1176
- valueType: "TEXT" | "NUMBER";
1177
- dateFormat?: string;
1178
- } | {
1179
- valueType: "DATE";
1180
- dateFormat: string;
1181
- }))[];
1182
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1183
- source?: import("../../_utils/propsDiagram").Source;
1184
- plugin: import("../../_utils/propsDiagram").Plugin;
1185
- layer: Layer;
1186
- chartType: import("../../_utils/propsDiagram").ChartType;
1187
- relatedList: unknown[];
1188
- sqlConditions?: ({
1189
- alias: string;
1190
- fieldName: string;
1191
- rule: string;
1192
- fieldValue: string;
1193
- } & ({
1194
- valueType: "TEXT" | "NUMBER";
1195
- dateFormat?: string;
1196
- } | {
1197
- valueType: "DATE";
1198
- dateFormat: string;
1199
- }))[];
1200
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
1201
- [key: string]: any;
1202
- } | import("../../_utils/props").RequestParams;
217
+ default: any;
218
+ };
219
+ gridTop: {
220
+ type?: undefined;
221
+ default?: undefined;
222
+ } | {
223
+ type: any;
224
+ default: any;
225
+ };
226
+ gridRight: {
227
+ type?: undefined;
228
+ default?: undefined;
229
+ } | {
230
+ type: any;
231
+ default: any;
232
+ };
233
+ gridBottom: {
234
+ type?: undefined;
235
+ default?: undefined;
236
+ } | {
237
+ type: any;
238
+ default: any;
1203
239
  };
1204
240
  barWidth: {
1205
241
  type?: undefined;
1206
242
  default?: undefined;
1207
243
  } | {
1208
244
  type: any;
1209
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
1210
- source?: import("../../_utils/propsDiagram").Source;
1211
- plugin: import("../../_utils/propsDiagram").Plugin;
1212
- layer: Layer;
1213
- chartType: import("../../_utils/propsDiagram").ChartType;
1214
- relatedList: unknown[];
1215
- sqlConditions?: ({
1216
- alias: string;
1217
- fieldName: string;
1218
- rule: string;
1219
- fieldValue: string;
1220
- } & ({
1221
- valueType: "TEXT" | "NUMBER";
1222
- dateFormat?: string;
1223
- } | {
1224
- valueType: "DATE";
1225
- dateFormat: string;
1226
- }))[];
1227
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1228
- source?: import("../../_utils/propsDiagram").Source;
1229
- plugin: import("../../_utils/propsDiagram").Plugin;
1230
- layer: Layer;
1231
- chartType: import("../../_utils/propsDiagram").ChartType;
1232
- relatedList: unknown[];
1233
- sqlConditions?: ({
1234
- alias: string;
1235
- fieldName: string;
1236
- rule: string;
1237
- fieldValue: string;
1238
- } & ({
1239
- valueType: "TEXT" | "NUMBER";
1240
- dateFormat?: string;
1241
- } | {
1242
- valueType: "DATE";
1243
- dateFormat: string;
1244
- }))[];
1245
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
1246
- [key: string]: any;
1247
- } | import("../../_utils/props").RequestParams;
245
+ default: any;
246
+ };
247
+ graphicConfig?: {
248
+ type?: undefined;
249
+ default?: undefined;
250
+ } | {
251
+ type: any;
252
+ default: any;
1248
253
  };
1249
254
  id: {
1250
255
  type?: undefined;
1251
256
  default?: undefined;
1252
257
  } | {
1253
258
  type: any;
1254
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
1255
- source?: import("../../_utils/propsDiagram").Source;
1256
- plugin: import("../../_utils/propsDiagram").Plugin;
1257
- layer: Layer;
1258
- chartType: import("../../_utils/propsDiagram").ChartType;
1259
- relatedList: unknown[];
1260
- sqlConditions?: ({
1261
- alias: string;
1262
- fieldName: string;
1263
- rule: string;
1264
- fieldValue: string;
1265
- } & ({
1266
- valueType: "TEXT" | "NUMBER";
1267
- dateFormat?: string;
1268
- } | {
1269
- valueType: "DATE";
1270
- dateFormat: string;
1271
- }))[];
1272
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1273
- source?: import("../../_utils/propsDiagram").Source;
1274
- plugin: import("../../_utils/propsDiagram").Plugin;
1275
- layer: Layer;
1276
- chartType: import("../../_utils/propsDiagram").ChartType;
1277
- relatedList: unknown[];
1278
- sqlConditions?: ({
1279
- alias: string;
1280
- fieldName: string;
1281
- rule: string;
1282
- fieldValue: string;
1283
- } & ({
1284
- valueType: "TEXT" | "NUMBER";
1285
- dateFormat?: string;
1286
- } | {
1287
- valueType: "DATE";
1288
- dateFormat: string;
1289
- }))[];
1290
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
1291
- [key: string]: any;
1292
- } | import("../../_utils/props").RequestParams;
259
+ default: any;
1293
260
  };
1294
261
  name: {
1295
262
  type?: undefined;
1296
263
  default?: undefined;
1297
264
  } | {
1298
265
  type: any;
1299
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
1300
- source?: import("../../_utils/propsDiagram").Source;
1301
- plugin: import("../../_utils/propsDiagram").Plugin;
1302
- layer: Layer;
1303
- chartType: import("../../_utils/propsDiagram").ChartType;
1304
- relatedList: unknown[];
1305
- sqlConditions?: ({
1306
- alias: string;
1307
- fieldName: string;
1308
- rule: string;
1309
- fieldValue: string;
1310
- } & ({
1311
- valueType: "TEXT" | "NUMBER";
1312
- dateFormat?: string;
1313
- } | {
1314
- valueType: "DATE";
1315
- dateFormat: string;
1316
- }))[];
1317
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1318
- source?: import("../../_utils/propsDiagram").Source;
1319
- plugin: import("../../_utils/propsDiagram").Plugin;
1320
- layer: Layer;
1321
- chartType: import("../../_utils/propsDiagram").ChartType;
1322
- relatedList: unknown[];
1323
- sqlConditions?: ({
1324
- alias: string;
1325
- fieldName: string;
1326
- rule: string;
1327
- fieldValue: string;
1328
- } & ({
1329
- valueType: "TEXT" | "NUMBER";
1330
- dateFormat?: string;
1331
- } | {
1332
- valueType: "DATE";
1333
- dateFormat: string;
1334
- }))[];
1335
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
1336
- [key: string]: any;
1337
- } | import("../../_utils/props").RequestParams;
266
+ default: any;
1338
267
  };
1339
268
  keyName: {
1340
269
  type?: undefined;
1341
270
  default?: undefined;
1342
271
  } | {
1343
272
  type: any;
1344
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
1345
- source?: import("../../_utils/propsDiagram").Source;
1346
- plugin: import("../../_utils/propsDiagram").Plugin;
1347
- layer: Layer;
1348
- chartType: import("../../_utils/propsDiagram").ChartType;
1349
- relatedList: unknown[];
1350
- sqlConditions?: ({
1351
- alias: string;
1352
- fieldName: string;
1353
- rule: string;
1354
- fieldValue: string;
1355
- } & ({
1356
- valueType: "TEXT" | "NUMBER";
1357
- dateFormat?: string;
1358
- } | {
1359
- valueType: "DATE";
1360
- dateFormat: string;
1361
- }))[];
1362
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1363
- source?: import("../../_utils/propsDiagram").Source;
1364
- plugin: import("../../_utils/propsDiagram").Plugin;
1365
- layer: Layer;
1366
- chartType: import("../../_utils/propsDiagram").ChartType;
1367
- relatedList: unknown[];
1368
- sqlConditions?: ({
1369
- alias: string;
1370
- fieldName: string;
1371
- rule: string;
1372
- fieldValue: string;
1373
- } & ({
1374
- valueType: "TEXT" | "NUMBER";
1375
- dateFormat?: string;
1376
- } | {
1377
- valueType: "DATE";
1378
- dateFormat: string;
1379
- }))[];
1380
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
1381
- [key: string]: any;
1382
- } | import("../../_utils/props").RequestParams;
273
+ default: any;
1383
274
  };
1384
275
  type: {
1385
276
  type?: undefined;
1386
277
  default?: undefined;
1387
278
  } | {
1388
279
  type: any;
1389
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
1390
- source?: import("../../_utils/propsDiagram").Source;
1391
- plugin: import("../../_utils/propsDiagram").Plugin;
1392
- layer: Layer;
1393
- chartType: import("../../_utils/propsDiagram").ChartType;
1394
- relatedList: unknown[];
1395
- sqlConditions?: ({
1396
- alias: string;
1397
- fieldName: string;
1398
- rule: string;
1399
- fieldValue: string;
1400
- } & ({
1401
- valueType: "TEXT" | "NUMBER";
1402
- dateFormat?: string;
1403
- } | {
1404
- valueType: "DATE";
1405
- dateFormat: string;
1406
- }))[];
1407
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1408
- source?: import("../../_utils/propsDiagram").Source;
1409
- plugin: import("../../_utils/propsDiagram").Plugin;
1410
- layer: Layer;
1411
- chartType: import("../../_utils/propsDiagram").ChartType;
1412
- relatedList: unknown[];
1413
- sqlConditions?: ({
1414
- alias: string;
1415
- fieldName: string;
1416
- rule: string;
1417
- fieldValue: string;
1418
- } & ({
1419
- valueType: "TEXT" | "NUMBER";
1420
- dateFormat?: string;
1421
- } | {
1422
- valueType: "DATE";
1423
- dateFormat: string;
1424
- }))[];
1425
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
1426
- [key: string]: any;
1427
- } | import("../../_utils/props").RequestParams;
280
+ default: any;
1428
281
  };
1429
282
  width: {
1430
283
  type?: undefined;
1431
284
  default?: undefined;
1432
285
  } | {
1433
286
  type: any;
1434
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
1435
- source?: import("../../_utils/propsDiagram").Source;
1436
- plugin: import("../../_utils/propsDiagram").Plugin;
1437
- layer: Layer;
1438
- chartType: import("../../_utils/propsDiagram").ChartType;
1439
- relatedList: unknown[];
1440
- sqlConditions?: ({
1441
- alias: string;
1442
- fieldName: string;
1443
- rule: string;
1444
- fieldValue: string;
1445
- } & ({
1446
- valueType: "TEXT" | "NUMBER";
1447
- dateFormat?: string;
1448
- } | {
1449
- valueType: "DATE";
1450
- dateFormat: string;
1451
- }))[];
1452
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1453
- source?: import("../../_utils/propsDiagram").Source;
1454
- plugin: import("../../_utils/propsDiagram").Plugin;
1455
- layer: Layer;
1456
- chartType: import("../../_utils/propsDiagram").ChartType;
1457
- relatedList: unknown[];
1458
- sqlConditions?: ({
1459
- alias: string;
1460
- fieldName: string;
1461
- rule: string;
1462
- fieldValue: string;
1463
- } & ({
1464
- valueType: "TEXT" | "NUMBER";
1465
- dateFormat?: string;
1466
- } | {
1467
- valueType: "DATE";
1468
- dateFormat: string;
1469
- }))[];
1470
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
1471
- [key: string]: any;
1472
- } | import("../../_utils/props").RequestParams;
287
+ default: any;
1473
288
  };
1474
289
  height: {
1475
290
  type?: undefined;
1476
291
  default?: undefined;
1477
292
  } | {
1478
293
  type: any;
1479
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
1480
- source?: import("../../_utils/propsDiagram").Source;
1481
- plugin: import("../../_utils/propsDiagram").Plugin;
1482
- layer: Layer;
1483
- chartType: import("../../_utils/propsDiagram").ChartType;
1484
- relatedList: unknown[];
1485
- sqlConditions?: ({
1486
- alias: string;
1487
- fieldName: string;
1488
- rule: string;
1489
- fieldValue: string;
1490
- } & ({
1491
- valueType: "TEXT" | "NUMBER";
1492
- dateFormat?: string;
1493
- } | {
1494
- valueType: "DATE";
1495
- dateFormat: string;
1496
- }))[];
1497
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1498
- source?: import("../../_utils/propsDiagram").Source;
1499
- plugin: import("../../_utils/propsDiagram").Plugin;
1500
- layer: Layer;
1501
- chartType: import("../../_utils/propsDiagram").ChartType;
1502
- relatedList: unknown[];
1503
- sqlConditions?: ({
1504
- alias: string;
1505
- fieldName: string;
1506
- rule: string;
1507
- fieldValue: string;
1508
- } & ({
1509
- valueType: "TEXT" | "NUMBER";
1510
- dateFormat?: string;
1511
- } | {
1512
- valueType: "DATE";
1513
- dateFormat: string;
1514
- }))[];
1515
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
1516
- [key: string]: any;
1517
- } | import("../../_utils/props").RequestParams;
294
+ default: any;
1518
295
  };
1519
296
  position: {
1520
297
  type?: undefined;
1521
298
  default?: undefined;
1522
299
  } | {
1523
300
  type: any;
1524
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
1525
- source?: import("../../_utils/propsDiagram").Source;
1526
- plugin: import("../../_utils/propsDiagram").Plugin;
1527
- layer: Layer;
1528
- chartType: import("../../_utils/propsDiagram").ChartType;
1529
- relatedList: unknown[];
1530
- sqlConditions?: ({
1531
- alias: string;
1532
- fieldName: string;
1533
- rule: string;
1534
- fieldValue: string;
1535
- } & ({
1536
- valueType: "TEXT" | "NUMBER";
1537
- dateFormat?: string;
1538
- } | {
1539
- valueType: "DATE";
1540
- dateFormat: string;
1541
- }))[];
1542
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1543
- source?: import("../../_utils/propsDiagram").Source;
1544
- plugin: import("../../_utils/propsDiagram").Plugin;
1545
- layer: Layer;
1546
- chartType: import("../../_utils/propsDiagram").ChartType;
1547
- relatedList: unknown[];
1548
- sqlConditions?: ({
1549
- alias: string;
1550
- fieldName: string;
1551
- rule: string;
1552
- fieldValue: string;
1553
- } & ({
1554
- valueType: "TEXT" | "NUMBER";
1555
- dateFormat?: string;
1556
- } | {
1557
- valueType: "DATE";
1558
- dateFormat: string;
1559
- }))[];
1560
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
1561
- [key: string]: any;
1562
- } | import("../../_utils/props").RequestParams;
301
+ default: any;
1563
302
  };
1564
303
  top: {
1565
304
  type?: undefined;
1566
305
  default?: undefined;
1567
306
  } | {
1568
307
  type: any;
1569
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
1570
- source?: import("../../_utils/propsDiagram").Source;
1571
- plugin: import("../../_utils/propsDiagram").Plugin;
1572
- layer: Layer;
1573
- chartType: import("../../_utils/propsDiagram").ChartType;
1574
- relatedList: unknown[];
1575
- sqlConditions?: ({
1576
- alias: string;
1577
- fieldName: string;
1578
- rule: string;
1579
- fieldValue: string;
1580
- } & ({
1581
- valueType: "TEXT" | "NUMBER";
1582
- dateFormat?: string;
1583
- } | {
1584
- valueType: "DATE";
1585
- dateFormat: string;
1586
- }))[];
1587
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1588
- source?: import("../../_utils/propsDiagram").Source;
1589
- plugin: import("../../_utils/propsDiagram").Plugin;
1590
- layer: Layer;
1591
- chartType: import("../../_utils/propsDiagram").ChartType;
1592
- relatedList: unknown[];
1593
- sqlConditions?: ({
1594
- alias: string;
1595
- fieldName: string;
1596
- rule: string;
1597
- fieldValue: string;
1598
- } & ({
1599
- valueType: "TEXT" | "NUMBER";
1600
- dateFormat?: string;
1601
- } | {
1602
- valueType: "DATE";
1603
- dateFormat: string;
1604
- }))[];
1605
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
1606
- [key: string]: any;
1607
- } | import("../../_utils/props").RequestParams;
308
+ default: any;
1608
309
  };
1609
310
  left: {
1610
311
  type?: undefined;
1611
312
  default?: undefined;
1612
313
  } | {
1613
314
  type: any;
1614
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
1615
- source?: import("../../_utils/propsDiagram").Source;
1616
- plugin: import("../../_utils/propsDiagram").Plugin;
1617
- layer: Layer;
1618
- chartType: import("../../_utils/propsDiagram").ChartType;
1619
- relatedList: unknown[];
1620
- sqlConditions?: ({
1621
- alias: string;
1622
- fieldName: string;
1623
- rule: string;
1624
- fieldValue: string;
1625
- } & ({
1626
- valueType: "TEXT" | "NUMBER";
1627
- dateFormat?: string;
1628
- } | {
1629
- valueType: "DATE";
1630
- dateFormat: string;
1631
- }))[];
1632
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1633
- source?: import("../../_utils/propsDiagram").Source;
1634
- plugin: import("../../_utils/propsDiagram").Plugin;
1635
- layer: Layer;
1636
- chartType: import("../../_utils/propsDiagram").ChartType;
1637
- relatedList: unknown[];
1638
- sqlConditions?: ({
1639
- alias: string;
1640
- fieldName: string;
1641
- rule: string;
1642
- fieldValue: string;
1643
- } & ({
1644
- valueType: "TEXT" | "NUMBER";
1645
- dateFormat?: string;
1646
- } | {
1647
- valueType: "DATE";
1648
- dateFormat: string;
1649
- }))[];
1650
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
1651
- [key: string]: any;
1652
- } | import("../../_utils/props").RequestParams;
315
+ default: any;
1653
316
  };
1654
317
  zIndex: {
1655
318
  type?: undefined;
1656
319
  default?: undefined;
1657
320
  } | {
1658
321
  type: any;
1659
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
1660
- source?: import("../../_utils/propsDiagram").Source;
1661
- plugin: import("../../_utils/propsDiagram").Plugin;
1662
- layer: Layer;
1663
- chartType: import("../../_utils/propsDiagram").ChartType;
1664
- relatedList: unknown[];
1665
- sqlConditions?: ({
1666
- alias: string;
1667
- fieldName: string;
1668
- rule: string;
1669
- fieldValue: string;
1670
- } & ({
1671
- valueType: "TEXT" | "NUMBER";
1672
- dateFormat?: string;
1673
- } | {
1674
- valueType: "DATE";
1675
- dateFormat: string;
1676
- }))[];
1677
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1678
- source?: import("../../_utils/propsDiagram").Source;
1679
- plugin: import("../../_utils/propsDiagram").Plugin;
1680
- layer: Layer;
1681
- chartType: import("../../_utils/propsDiagram").ChartType;
1682
- relatedList: unknown[];
1683
- sqlConditions?: ({
1684
- alias: string;
1685
- fieldName: string;
1686
- rule: string;
1687
- fieldValue: string;
1688
- } & ({
1689
- valueType: "TEXT" | "NUMBER";
1690
- dateFormat?: string;
1691
- } | {
1692
- valueType: "DATE";
1693
- dateFormat: string;
1694
- }))[];
1695
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
1696
- [key: string]: any;
1697
- } | import("../../_utils/props").RequestParams;
322
+ default: any;
1698
323
  };
1699
324
  rotate: {
1700
325
  type?: undefined;
1701
326
  default?: undefined;
1702
327
  } | {
1703
328
  type: any;
1704
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
1705
- source?: import("../../_utils/propsDiagram").Source;
1706
- plugin: import("../../_utils/propsDiagram").Plugin;
1707
- layer: Layer;
1708
- chartType: import("../../_utils/propsDiagram").ChartType;
1709
- relatedList: unknown[];
1710
- sqlConditions?: ({
1711
- alias: string;
1712
- fieldName: string;
1713
- rule: string;
1714
- fieldValue: string;
1715
- } & ({
1716
- valueType: "TEXT" | "NUMBER";
1717
- dateFormat?: string;
1718
- } | {
1719
- valueType: "DATE";
1720
- dateFormat: string;
1721
- }))[];
1722
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1723
- source?: import("../../_utils/propsDiagram").Source;
1724
- plugin: import("../../_utils/propsDiagram").Plugin;
1725
- layer: Layer;
1726
- chartType: import("../../_utils/propsDiagram").ChartType;
1727
- relatedList: unknown[];
1728
- sqlConditions?: ({
1729
- alias: string;
1730
- fieldName: string;
1731
- rule: string;
1732
- fieldValue: string;
1733
- } & ({
1734
- valueType: "TEXT" | "NUMBER";
1735
- dateFormat?: string;
1736
- } | {
1737
- valueType: "DATE";
1738
- dateFormat: string;
1739
- }))[];
1740
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
1741
- [key: string]: any;
1742
- } | import("../../_utils/props").RequestParams;
329
+ default: any;
1743
330
  };
1744
331
  isShow: {
1745
332
  type?: undefined;
1746
333
  default?: undefined;
1747
334
  } | {
1748
335
  type: any;
1749
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
1750
- source?: import("../../_utils/propsDiagram").Source;
1751
- plugin: import("../../_utils/propsDiagram").Plugin;
1752
- layer: Layer;
1753
- chartType: import("../../_utils/propsDiagram").ChartType;
1754
- relatedList: unknown[];
1755
- sqlConditions?: ({
1756
- alias: string;
1757
- fieldName: string;
1758
- rule: string;
1759
- fieldValue: string;
1760
- } & ({
1761
- valueType: "TEXT" | "NUMBER";
1762
- dateFormat?: string;
1763
- } | {
1764
- valueType: "DATE";
1765
- dateFormat: string;
1766
- }))[];
1767
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1768
- source?: import("../../_utils/propsDiagram").Source;
1769
- plugin: import("../../_utils/propsDiagram").Plugin;
1770
- layer: Layer;
1771
- chartType: import("../../_utils/propsDiagram").ChartType;
1772
- relatedList: unknown[];
1773
- sqlConditions?: ({
1774
- alias: string;
1775
- fieldName: string;
1776
- rule: string;
1777
- fieldValue: string;
1778
- } & ({
1779
- valueType: "TEXT" | "NUMBER";
1780
- dateFormat?: string;
1781
- } | {
1782
- valueType: "DATE";
1783
- dateFormat: string;
1784
- }))[];
1785
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
1786
- [key: string]: any;
1787
- } | import("../../_utils/props").RequestParams;
336
+ default: any;
1788
337
  };
1789
338
  isRender: {
1790
339
  type?: undefined;
1791
340
  default?: undefined;
1792
341
  } | {
1793
342
  type: any;
1794
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
1795
- source?: import("../../_utils/propsDiagram").Source;
1796
- plugin: import("../../_utils/propsDiagram").Plugin;
1797
- layer: Layer;
1798
- chartType: import("../../_utils/propsDiagram").ChartType;
1799
- relatedList: unknown[];
1800
- sqlConditions?: ({
1801
- alias: string;
1802
- fieldName: string;
1803
- rule: string;
1804
- fieldValue: string;
1805
- } & ({
1806
- valueType: "TEXT" | "NUMBER";
1807
- dateFormat?: string;
1808
- } | {
1809
- valueType: "DATE";
1810
- dateFormat: string;
1811
- }))[];
1812
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1813
- source?: import("../../_utils/propsDiagram").Source;
1814
- plugin: import("../../_utils/propsDiagram").Plugin;
1815
- layer: Layer;
1816
- chartType: import("../../_utils/propsDiagram").ChartType;
1817
- relatedList: unknown[];
1818
- sqlConditions?: ({
1819
- alias: string;
1820
- fieldName: string;
1821
- rule: string;
1822
- fieldValue: string;
1823
- } & ({
1824
- valueType: "TEXT" | "NUMBER";
1825
- dateFormat?: string;
1826
- } | {
1827
- valueType: "DATE";
1828
- dateFormat: string;
1829
- }))[];
1830
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
1831
- [key: string]: any;
1832
- } | import("../../_utils/props").RequestParams;
343
+ default: any;
1833
344
  };
1834
345
  events: {
1835
346
  type?: undefined;
1836
347
  default?: undefined;
1837
348
  } | {
1838
349
  type: any;
1839
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
1840
- source?: import("../../_utils/propsDiagram").Source;
1841
- plugin: import("../../_utils/propsDiagram").Plugin;
1842
- layer: Layer;
1843
- chartType: import("../../_utils/propsDiagram").ChartType;
1844
- relatedList: unknown[];
1845
- sqlConditions?: ({
1846
- alias: string;
1847
- fieldName: string;
1848
- rule: string;
1849
- fieldValue: string;
1850
- } & ({
1851
- valueType: "TEXT" | "NUMBER";
1852
- dateFormat?: string;
1853
- } | {
1854
- valueType: "DATE";
1855
- dateFormat: string;
1856
- }))[];
1857
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1858
- source?: import("../../_utils/propsDiagram").Source;
1859
- plugin: import("../../_utils/propsDiagram").Plugin;
1860
- layer: Layer;
1861
- chartType: import("../../_utils/propsDiagram").ChartType;
1862
- relatedList: unknown[];
1863
- sqlConditions?: ({
1864
- alias: string;
1865
- fieldName: string;
1866
- rule: string;
1867
- fieldValue: string;
1868
- } & ({
1869
- valueType: "TEXT" | "NUMBER";
1870
- dateFormat?: string;
1871
- } | {
1872
- valueType: "DATE";
1873
- dateFormat: string;
1874
- }))[];
1875
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
1876
- [key: string]: any;
1877
- } | import("../../_utils/props").RequestParams;
350
+ default: any;
1878
351
  };
1879
352
  requestUrl: {
1880
353
  type?: undefined;
1881
354
  default?: undefined;
1882
355
  } | {
1883
356
  type: any;
1884
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
1885
- source?: import("../../_utils/propsDiagram").Source;
1886
- plugin: import("../../_utils/propsDiagram").Plugin;
1887
- layer: Layer;
1888
- chartType: import("../../_utils/propsDiagram").ChartType;
1889
- relatedList: unknown[];
1890
- sqlConditions?: ({
1891
- alias: string;
1892
- fieldName: string;
1893
- rule: string;
1894
- fieldValue: string;
1895
- } & ({
1896
- valueType: "TEXT" | "NUMBER";
1897
- dateFormat?: string;
1898
- } | {
1899
- valueType: "DATE";
1900
- dateFormat: string;
1901
- }))[];
1902
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1903
- source?: import("../../_utils/propsDiagram").Source;
1904
- plugin: import("../../_utils/propsDiagram").Plugin;
1905
- layer: Layer;
1906
- chartType: import("../../_utils/propsDiagram").ChartType;
1907
- relatedList: unknown[];
1908
- sqlConditions?: ({
1909
- alias: string;
1910
- fieldName: string;
1911
- rule: string;
1912
- fieldValue: string;
1913
- } & ({
1914
- valueType: "TEXT" | "NUMBER";
1915
- dateFormat?: string;
1916
- } | {
1917
- valueType: "DATE";
1918
- dateFormat: string;
1919
- }))[];
1920
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
1921
- [key: string]: any;
1922
- } | import("../../_utils/props").RequestParams;
357
+ default: any;
1923
358
  };
1924
359
  requestMethod: {
1925
360
  type?: undefined;
1926
361
  default?: undefined;
1927
362
  } | {
1928
363
  type: any;
1929
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
1930
- source?: import("../../_utils/propsDiagram").Source;
1931
- plugin: import("../../_utils/propsDiagram").Plugin;
1932
- layer: Layer;
1933
- chartType: import("../../_utils/propsDiagram").ChartType;
1934
- relatedList: unknown[];
1935
- sqlConditions?: ({
1936
- alias: string;
1937
- fieldName: string;
1938
- rule: string;
1939
- fieldValue: string;
1940
- } & ({
1941
- valueType: "TEXT" | "NUMBER";
1942
- dateFormat?: string;
1943
- } | {
1944
- valueType: "DATE";
1945
- dateFormat: string;
1946
- }))[];
1947
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1948
- source?: import("../../_utils/propsDiagram").Source;
1949
- plugin: import("../../_utils/propsDiagram").Plugin;
1950
- layer: Layer;
1951
- chartType: import("../../_utils/propsDiagram").ChartType;
1952
- relatedList: unknown[];
1953
- sqlConditions?: ({
1954
- alias: string;
1955
- fieldName: string;
1956
- rule: string;
1957
- fieldValue: string;
1958
- } & ({
1959
- valueType: "TEXT" | "NUMBER";
1960
- dateFormat?: string;
1961
- } | {
1962
- valueType: "DATE";
1963
- dateFormat: string;
1964
- }))[];
1965
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
1966
- [key: string]: any;
1967
- } | import("../../_utils/props").RequestParams;
364
+ default: any;
1968
365
  };
1969
366
  requestHeaders: {
1970
367
  type?: undefined;
1971
368
  default?: undefined;
1972
369
  } | {
1973
370
  type: any;
1974
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
1975
- source?: import("../../_utils/propsDiagram").Source;
1976
- plugin: import("../../_utils/propsDiagram").Plugin;
1977
- layer: Layer;
1978
- chartType: import("../../_utils/propsDiagram").ChartType;
1979
- relatedList: unknown[];
1980
- sqlConditions?: ({
1981
- alias: string;
1982
- fieldName: string;
1983
- rule: string;
1984
- fieldValue: string;
1985
- } & ({
1986
- valueType: "TEXT" | "NUMBER";
1987
- dateFormat?: string;
1988
- } | {
1989
- valueType: "DATE";
1990
- dateFormat: string;
1991
- }))[];
1992
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
1993
- source?: import("../../_utils/propsDiagram").Source;
1994
- plugin: import("../../_utils/propsDiagram").Plugin;
1995
- layer: Layer;
1996
- chartType: import("../../_utils/propsDiagram").ChartType;
1997
- relatedList: unknown[];
1998
- sqlConditions?: ({
1999
- alias: string;
2000
- fieldName: string;
2001
- rule: string;
2002
- fieldValue: string;
2003
- } & ({
2004
- valueType: "TEXT" | "NUMBER";
2005
- dateFormat?: string;
2006
- } | {
2007
- valueType: "DATE";
2008
- dateFormat: string;
2009
- }))[];
2010
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
2011
- [key: string]: any;
2012
- } | import("../../_utils/props").RequestParams;
371
+ default: any;
2013
372
  };
2014
373
  isOpenRequestTimer: {
2015
374
  type?: undefined;
2016
375
  default?: undefined;
2017
376
  } | {
2018
377
  type: any;
2019
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
2020
- source?: import("../../_utils/propsDiagram").Source;
2021
- plugin: import("../../_utils/propsDiagram").Plugin;
2022
- layer: Layer;
2023
- chartType: import("../../_utils/propsDiagram").ChartType;
2024
- relatedList: unknown[];
2025
- sqlConditions?: ({
2026
- alias: string;
2027
- fieldName: string;
2028
- rule: string;
2029
- fieldValue: string;
2030
- } & ({
2031
- valueType: "TEXT" | "NUMBER";
2032
- dateFormat?: string;
2033
- } | {
2034
- valueType: "DATE";
2035
- dateFormat: string;
2036
- }))[];
2037
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
2038
- source?: import("../../_utils/propsDiagram").Source;
2039
- plugin: import("../../_utils/propsDiagram").Plugin;
2040
- layer: Layer;
2041
- chartType: import("../../_utils/propsDiagram").ChartType;
2042
- relatedList: unknown[];
2043
- sqlConditions?: ({
2044
- alias: string;
2045
- fieldName: string;
2046
- rule: string;
2047
- fieldValue: string;
2048
- } & ({
2049
- valueType: "TEXT" | "NUMBER";
2050
- dateFormat?: string;
2051
- } | {
2052
- valueType: "DATE";
2053
- dateFormat: string;
2054
- }))[];
2055
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
2056
- [key: string]: any;
2057
- } | import("../../_utils/props").RequestParams;
378
+ default: any;
2058
379
  };
2059
380
  requestInterval: {
2060
381
  type?: undefined;
2061
382
  default?: undefined;
2062
383
  } | {
2063
384
  type: any;
2064
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
2065
- source?: import("../../_utils/propsDiagram").Source;
2066
- plugin: import("../../_utils/propsDiagram").Plugin;
2067
- layer: Layer;
2068
- chartType: import("../../_utils/propsDiagram").ChartType;
2069
- relatedList: unknown[];
2070
- sqlConditions?: ({
2071
- alias: string;
2072
- fieldName: string;
2073
- rule: string;
2074
- fieldValue: string;
2075
- } & ({
2076
- valueType: "TEXT" | "NUMBER";
2077
- dateFormat?: string;
2078
- } | {
2079
- valueType: "DATE";
2080
- dateFormat: string;
2081
- }))[];
2082
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
2083
- source?: import("../../_utils/propsDiagram").Source;
2084
- plugin: import("../../_utils/propsDiagram").Plugin;
2085
- layer: Layer;
2086
- chartType: import("../../_utils/propsDiagram").ChartType;
2087
- relatedList: unknown[];
2088
- sqlConditions?: ({
2089
- alias: string;
2090
- fieldName: string;
2091
- rule: string;
2092
- fieldValue: string;
2093
- } & ({
2094
- valueType: "TEXT" | "NUMBER";
2095
- dateFormat?: string;
2096
- } | {
2097
- valueType: "DATE";
2098
- dateFormat: string;
2099
- }))[];
2100
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
2101
- [key: string]: any;
2102
- } | import("../../_utils/props").RequestParams;
385
+ default: any;
2103
386
  };
2104
387
  requestParams: {
2105
388
  type?: undefined;
2106
389
  default?: undefined;
2107
390
  } | {
2108
391
  type: any;
2109
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
2110
- source?: import("../../_utils/propsDiagram").Source;
2111
- plugin: import("../../_utils/propsDiagram").Plugin;
2112
- layer: Layer;
2113
- chartType: import("../../_utils/propsDiagram").ChartType;
2114
- relatedList: unknown[];
2115
- sqlConditions?: ({
2116
- alias: string;
2117
- fieldName: string;
2118
- rule: string;
2119
- fieldValue: string;
2120
- } & ({
2121
- valueType: "TEXT" | "NUMBER";
2122
- dateFormat?: string;
2123
- } | {
2124
- valueType: "DATE";
2125
- dateFormat: string;
2126
- }))[];
2127
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
2128
- source?: import("../../_utils/propsDiagram").Source;
2129
- plugin: import("../../_utils/propsDiagram").Plugin;
2130
- layer: Layer;
2131
- chartType: import("../../_utils/propsDiagram").ChartType;
2132
- relatedList: unknown[];
2133
- sqlConditions?: ({
2134
- alias: string;
2135
- fieldName: string;
2136
- rule: string;
2137
- fieldValue: string;
2138
- } & ({
2139
- valueType: "TEXT" | "NUMBER";
2140
- dateFormat?: string;
2141
- } | {
2142
- valueType: "DATE";
2143
- dateFormat: string;
2144
- }))[];
2145
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
2146
- [key: string]: any;
2147
- } | import("../../_utils/props").RequestParams;
392
+ default: any;
2148
393
  };
2149
394
  requestSort: {
2150
395
  type?: undefined;
2151
396
  default?: undefined;
2152
397
  } | {
2153
398
  type: any;
2154
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
2155
- source?: import("../../_utils/propsDiagram").Source;
2156
- plugin: import("../../_utils/propsDiagram").Plugin;
2157
- layer: Layer;
2158
- chartType: import("../../_utils/propsDiagram").ChartType;
2159
- relatedList: unknown[];
2160
- sqlConditions?: ({
2161
- alias: string;
2162
- fieldName: string;
2163
- rule: string;
2164
- fieldValue: string;
2165
- } & ({
2166
- valueType: "TEXT" | "NUMBER";
2167
- dateFormat?: string;
2168
- } | {
2169
- valueType: "DATE";
2170
- dateFormat: string;
2171
- }))[];
2172
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
2173
- source?: import("../../_utils/propsDiagram").Source;
2174
- plugin: import("../../_utils/propsDiagram").Plugin;
2175
- layer: Layer;
2176
- chartType: import("../../_utils/propsDiagram").ChartType;
2177
- relatedList: unknown[];
2178
- sqlConditions?: ({
2179
- alias: string;
2180
- fieldName: string;
2181
- rule: string;
2182
- fieldValue: string;
2183
- } & ({
2184
- valueType: "TEXT" | "NUMBER";
2185
- dateFormat?: string;
2186
- } | {
2187
- valueType: "DATE";
2188
- dateFormat: string;
2189
- }))[];
2190
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
2191
- [key: string]: any;
2192
- } | import("../../_utils/props").RequestParams;
399
+ default: any;
2193
400
  };
2194
401
  dataType: {
2195
402
  type?: undefined;
2196
403
  default?: undefined;
2197
404
  } | {
2198
405
  type: any;
2199
- default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | ({
2200
- source?: import("../../_utils/propsDiagram").Source;
2201
- plugin: import("../../_utils/propsDiagram").Plugin;
2202
- layer: Layer;
2203
- chartType: import("../../_utils/propsDiagram").ChartType;
2204
- relatedList: unknown[];
2205
- sqlConditions?: ({
2206
- alias: string;
2207
- fieldName: string;
2208
- rule: string;
2209
- fieldValue: string;
2210
- } & ({
2211
- valueType: "TEXT" | "NUMBER";
2212
- dateFormat?: string;
2213
- } | {
2214
- valueType: "DATE";
2215
- dateFormat: string;
2216
- }))[];
2217
- } & import("../../_utils/propsDiagram").SqlViewMode) | ({
2218
- source?: import("../../_utils/propsDiagram").Source;
2219
- plugin: import("../../_utils/propsDiagram").Plugin;
2220
- layer: Layer;
2221
- chartType: import("../../_utils/propsDiagram").ChartType;
2222
- relatedList: unknown[];
2223
- sqlConditions?: ({
2224
- alias: string;
2225
- fieldName: string;
2226
- rule: string;
2227
- fieldValue: string;
2228
- } & ({
2229
- valueType: "TEXT" | "NUMBER";
2230
- dateFormat?: string;
2231
- } | {
2232
- valueType: "DATE";
2233
- dateFormat: string;
2234
- }))[];
2235
- } & import("../../_utils/propsDiagram").IndicatorLibMode) | import("../../_utils/props").Events | {
2236
- [key: string]: any;
2237
- } | import("../../_utils/props").RequestParams;
406
+ default: any;
2238
407
  };
2239
408
  };
2240
409
  export interface BarEvents {