@ecan-bi/datav 1.0.34 → 1.0.35

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.
@@ -31,6 +31,7 @@ export interface ScatterProps extends Props {
31
31
  name: string;
32
32
  value: string;
33
33
  };
34
+ graphicConfig?: any;
34
35
  }
35
36
  export declare const scatterProps: ScatterProps;
36
37
  export declare const scatterComponentProps: {
@@ -39,600 +40,357 @@ export declare const scatterComponentProps: {
39
40
  default?: undefined;
40
41
  } | {
41
42
  type: any;
42
- default: string | number | boolean | Data | string[] | {
43
- name: string;
44
- value: string;
45
- } | import("../../_utils/props").Events | {
46
- [key: string]: any;
47
- } | import("../../_utils/props").RequestParams;
43
+ default: any;
48
44
  };
49
45
  titleText: {
50
46
  type?: undefined;
51
47
  default?: undefined;
52
48
  } | {
53
49
  type: any;
54
- default: string | number | boolean | Data | string[] | {
55
- name: string;
56
- value: string;
57
- } | import("../../_utils/props").Events | {
58
- [key: string]: any;
59
- } | import("../../_utils/props").RequestParams;
50
+ default: any;
60
51
  };
61
52
  titleSubtext: {
62
53
  type?: undefined;
63
54
  default?: undefined;
64
55
  } | {
65
56
  type: any;
66
- default: string | number | boolean | Data | string[] | {
67
- name: string;
68
- value: string;
69
- } | import("../../_utils/props").Events | {
70
- [key: string]: any;
71
- } | import("../../_utils/props").RequestParams;
57
+ default: any;
72
58
  };
73
59
  colors: {
74
60
  type?: undefined;
75
61
  default?: undefined;
76
62
  } | {
77
63
  type: any;
78
- default: string | number | boolean | Data | string[] | {
79
- name: string;
80
- value: string;
81
- } | import("../../_utils/props").Events | {
82
- [key: string]: any;
83
- } | import("../../_utils/props").RequestParams;
64
+ default: any;
84
65
  };
85
66
  legendShow: {
86
67
  type?: undefined;
87
68
  default?: undefined;
88
69
  } | {
89
70
  type: any;
90
- default: string | number | boolean | Data | string[] | {
91
- name: string;
92
- value: string;
93
- } | import("../../_utils/props").Events | {
94
- [key: string]: any;
95
- } | import("../../_utils/props").RequestParams;
71
+ default: any;
96
72
  };
97
73
  tooltipShow: {
98
74
  type?: undefined;
99
75
  default?: undefined;
100
76
  } | {
101
77
  type: any;
102
- default: string | number | boolean | Data | string[] | {
103
- name: string;
104
- value: string;
105
- } | import("../../_utils/props").Events | {
106
- [key: string]: any;
107
- } | import("../../_utils/props").RequestParams;
78
+ default: any;
108
79
  };
109
80
  tooltipTrigger: {
110
81
  type?: undefined;
111
82
  default?: undefined;
112
83
  } | {
113
84
  type: any;
114
- default: string | number | boolean | Data | string[] | {
115
- name: string;
116
- value: string;
117
- } | import("../../_utils/props").Events | {
118
- [key: string]: any;
119
- } | import("../../_utils/props").RequestParams;
85
+ default: any;
120
86
  };
121
87
  tooltipFormatter: {
122
88
  type?: undefined;
123
89
  default?: undefined;
124
90
  } | {
125
91
  type: any;
126
- default: string | number | boolean | Data | string[] | {
127
- name: string;
128
- value: string;
129
- } | import("../../_utils/props").Events | {
130
- [key: string]: any;
131
- } | import("../../_utils/props").RequestParams;
92
+ default: any;
132
93
  };
133
94
  legendLeft: {
134
95
  type?: undefined;
135
96
  default?: undefined;
136
97
  } | {
137
98
  type: any;
138
- default: string | number | boolean | Data | string[] | {
139
- name: string;
140
- value: string;
141
- } | import("../../_utils/props").Events | {
142
- [key: string]: any;
143
- } | import("../../_utils/props").RequestParams;
99
+ default: any;
144
100
  };
145
101
  legendTop: {
146
102
  type?: undefined;
147
103
  default?: undefined;
148
104
  } | {
149
105
  type: any;
150
- default: string | number | boolean | Data | string[] | {
151
- name: string;
152
- value: string;
153
- } | import("../../_utils/props").Events | {
154
- [key: string]: any;
155
- } | import("../../_utils/props").RequestParams;
106
+ default: any;
156
107
  };
157
108
  legendOrient: {
158
109
  type?: undefined;
159
110
  default?: undefined;
160
111
  } | {
161
112
  type: any;
162
- default: string | number | boolean | Data | string[] | {
163
- name: string;
164
- value: string;
165
- } | import("../../_utils/props").Events | {
166
- [key: string]: any;
167
- } | import("../../_utils/props").RequestParams;
113
+ default: any;
168
114
  };
169
115
  symbolSize: {
170
116
  type?: undefined;
171
117
  default?: undefined;
172
118
  } | {
173
119
  type: any;
174
- default: string | number | boolean | Data | string[] | {
175
- name: string;
176
- value: string;
177
- } | import("../../_utils/props").Events | {
178
- [key: string]: any;
179
- } | import("../../_utils/props").RequestParams;
120
+ default: any;
180
121
  };
181
122
  xAxisSplitLineShow: {
182
123
  type?: undefined;
183
124
  default?: undefined;
184
125
  } | {
185
126
  type: any;
186
- default: string | number | boolean | Data | string[] | {
187
- name: string;
188
- value: string;
189
- } | import("../../_utils/props").Events | {
190
- [key: string]: any;
191
- } | import("../../_utils/props").RequestParams;
127
+ default: any;
192
128
  };
193
129
  xAxisLabelColor: {
194
130
  type?: undefined;
195
131
  default?: undefined;
196
132
  } | {
197
133
  type: any;
198
- default: string | number | boolean | Data | string[] | {
199
- name: string;
200
- value: string;
201
- } | import("../../_utils/props").Events | {
202
- [key: string]: any;
203
- } | import("../../_utils/props").RequestParams;
134
+ default: any;
204
135
  };
205
136
  xAxisLineStyleColor: {
206
137
  type?: undefined;
207
138
  default?: undefined;
208
139
  } | {
209
140
  type: any;
210
- default: string | number | boolean | Data | string[] | {
211
- name: string;
212
- value: string;
213
- } | import("../../_utils/props").Events | {
214
- [key: string]: any;
215
- } | import("../../_utils/props").RequestParams;
141
+ default: any;
216
142
  };
217
143
  xAxisTickShow: {
218
144
  type?: undefined;
219
145
  default?: undefined;
220
146
  } | {
221
147
  type: any;
222
- default: string | number | boolean | Data | string[] | {
223
- name: string;
224
- value: string;
225
- } | import("../../_utils/props").Events | {
226
- [key: string]: any;
227
- } | import("../../_utils/props").RequestParams;
148
+ default: any;
228
149
  };
229
150
  yAxisSplitLineShow: {
230
151
  type?: undefined;
231
152
  default?: undefined;
232
153
  } | {
233
154
  type: any;
234
- default: string | number | boolean | Data | string[] | {
235
- name: string;
236
- value: string;
237
- } | import("../../_utils/props").Events | {
238
- [key: string]: any;
239
- } | import("../../_utils/props").RequestParams;
155
+ default: any;
240
156
  };
241
157
  xAxisSplitLineStyleColor: {
242
158
  type?: undefined;
243
159
  default?: undefined;
244
160
  } | {
245
161
  type: any;
246
- default: string | number | boolean | Data | string[] | {
247
- name: string;
248
- value: string;
249
- } | import("../../_utils/props").Events | {
250
- [key: string]: any;
251
- } | import("../../_utils/props").RequestParams;
162
+ default: any;
252
163
  };
253
164
  yAxisSplitLineStyleColor: {
254
165
  type?: undefined;
255
166
  default?: undefined;
256
167
  } | {
257
168
  type: any;
258
- default: string | number | boolean | Data | string[] | {
259
- name: string;
260
- value: string;
261
- } | import("../../_utils/props").Events | {
262
- [key: string]: any;
263
- } | import("../../_utils/props").RequestParams;
169
+ default: any;
264
170
  };
265
171
  yAxisLabelColor: {
266
172
  type?: undefined;
267
173
  default?: undefined;
268
174
  } | {
269
175
  type: any;
270
- default: string | number | boolean | Data | string[] | {
271
- name: string;
272
- value: string;
273
- } | import("../../_utils/props").Events | {
274
- [key: string]: any;
275
- } | import("../../_utils/props").RequestParams;
176
+ default: any;
276
177
  };
277
178
  yAxisLineStyleColor: {
278
179
  type?: undefined;
279
180
  default?: undefined;
280
181
  } | {
281
182
  type: any;
282
- default: string | number | boolean | Data | string[] | {
283
- name: string;
284
- value: string;
285
- } | import("../../_utils/props").Events | {
286
- [key: string]: any;
287
- } | import("../../_utils/props").RequestParams;
183
+ default: any;
288
184
  };
289
185
  yAxisLabelFormatter: {
290
186
  type?: undefined;
291
187
  default?: undefined;
292
188
  } | {
293
189
  type: any;
294
- default: string | number | boolean | Data | string[] | {
295
- name: string;
296
- value: string;
297
- } | import("../../_utils/props").Events | {
298
- [key: string]: any;
299
- } | import("../../_utils/props").RequestParams;
190
+ default: any;
300
191
  };
301
192
  gridContainLabel: {
302
193
  type?: undefined;
303
194
  default?: undefined;
304
195
  } | {
305
196
  type: any;
306
- default: string | number | boolean | Data | string[] | {
307
- name: string;
308
- value: string;
309
- } | import("../../_utils/props").Events | {
310
- [key: string]: any;
311
- } | import("../../_utils/props").RequestParams;
197
+ default: any;
312
198
  };
313
199
  gridTop: {
314
200
  type?: undefined;
315
201
  default?: undefined;
316
202
  } | {
317
203
  type: any;
318
- default: string | number | boolean | Data | string[] | {
319
- name: string;
320
- value: string;
321
- } | import("../../_utils/props").Events | {
322
- [key: string]: any;
323
- } | import("../../_utils/props").RequestParams;
204
+ default: any;
324
205
  };
325
206
  gridBottom: {
326
207
  type?: undefined;
327
208
  default?: undefined;
328
209
  } | {
329
210
  type: any;
330
- default: string | number | boolean | Data | string[] | {
331
- name: string;
332
- value: string;
333
- } | import("../../_utils/props").Events | {
334
- [key: string]: any;
335
- } | import("../../_utils/props").RequestParams;
211
+ default: any;
336
212
  };
337
213
  gridLeft: {
338
214
  type?: undefined;
339
215
  default?: undefined;
340
216
  } | {
341
217
  type: any;
342
- default: string | number | boolean | Data | string[] | {
343
- name: string;
344
- value: string;
345
- } | import("../../_utils/props").Events | {
346
- [key: string]: any;
347
- } | import("../../_utils/props").RequestParams;
218
+ default: any;
348
219
  };
349
220
  gridRight: {
350
221
  type?: undefined;
351
222
  default?: undefined;
352
223
  } | {
353
224
  type: any;
354
- default: string | number | boolean | Data | string[] | {
355
- name: string;
356
- value: string;
357
- } | import("../../_utils/props").Events | {
358
- [key: string]: any;
359
- } | import("../../_utils/props").RequestParams;
225
+ default: any;
360
226
  };
361
227
  dataFieldNames: {
362
228
  type?: undefined;
363
229
  default?: undefined;
364
230
  } | {
365
231
  type: any;
366
- default: string | number | boolean | Data | string[] | {
367
- name: string;
368
- value: string;
369
- } | import("../../_utils/props").Events | {
370
- [key: string]: any;
371
- } | import("../../_utils/props").RequestParams;
232
+ default: any;
233
+ };
234
+ graphicConfig?: {
235
+ type?: undefined;
236
+ default?: undefined;
237
+ } | {
238
+ type: any;
239
+ default: any;
372
240
  };
373
241
  id: {
374
242
  type?: undefined;
375
243
  default?: undefined;
376
244
  } | {
377
245
  type: any;
378
- default: string | number | boolean | Data | string[] | {
379
- name: string;
380
- value: string;
381
- } | import("../../_utils/props").Events | {
382
- [key: string]: any;
383
- } | import("../../_utils/props").RequestParams;
246
+ default: any;
384
247
  };
385
248
  name: {
386
249
  type?: undefined;
387
250
  default?: undefined;
388
251
  } | {
389
252
  type: any;
390
- default: string | number | boolean | Data | string[] | {
391
- name: string;
392
- value: string;
393
- } | import("../../_utils/props").Events | {
394
- [key: string]: any;
395
- } | import("../../_utils/props").RequestParams;
253
+ default: any;
396
254
  };
397
255
  keyName: {
398
256
  type?: undefined;
399
257
  default?: undefined;
400
258
  } | {
401
259
  type: any;
402
- default: string | number | boolean | Data | string[] | {
403
- name: string;
404
- value: string;
405
- } | import("../../_utils/props").Events | {
406
- [key: string]: any;
407
- } | import("../../_utils/props").RequestParams;
260
+ default: any;
408
261
  };
409
262
  type: {
410
263
  type?: undefined;
411
264
  default?: undefined;
412
265
  } | {
413
266
  type: any;
414
- default: string | number | boolean | Data | string[] | {
415
- name: string;
416
- value: string;
417
- } | import("../../_utils/props").Events | {
418
- [key: string]: any;
419
- } | import("../../_utils/props").RequestParams;
267
+ default: any;
420
268
  };
421
269
  width: {
422
270
  type?: undefined;
423
271
  default?: undefined;
424
272
  } | {
425
273
  type: any;
426
- default: string | number | boolean | Data | string[] | {
427
- name: string;
428
- value: string;
429
- } | import("../../_utils/props").Events | {
430
- [key: string]: any;
431
- } | import("../../_utils/props").RequestParams;
274
+ default: any;
432
275
  };
433
276
  height: {
434
277
  type?: undefined;
435
278
  default?: undefined;
436
279
  } | {
437
280
  type: any;
438
- default: string | number | boolean | Data | string[] | {
439
- name: string;
440
- value: string;
441
- } | import("../../_utils/props").Events | {
442
- [key: string]: any;
443
- } | import("../../_utils/props").RequestParams;
281
+ default: any;
444
282
  };
445
283
  position: {
446
284
  type?: undefined;
447
285
  default?: undefined;
448
286
  } | {
449
287
  type: any;
450
- default: string | number | boolean | Data | string[] | {
451
- name: string;
452
- value: string;
453
- } | import("../../_utils/props").Events | {
454
- [key: string]: any;
455
- } | import("../../_utils/props").RequestParams;
288
+ default: any;
456
289
  };
457
290
  top: {
458
291
  type?: undefined;
459
292
  default?: undefined;
460
293
  } | {
461
294
  type: any;
462
- default: string | number | boolean | Data | string[] | {
463
- name: string;
464
- value: string;
465
- } | import("../../_utils/props").Events | {
466
- [key: string]: any;
467
- } | import("../../_utils/props").RequestParams;
295
+ default: any;
468
296
  };
469
297
  left: {
470
298
  type?: undefined;
471
299
  default?: undefined;
472
300
  } | {
473
301
  type: any;
474
- default: string | number | boolean | Data | string[] | {
475
- name: string;
476
- value: string;
477
- } | import("../../_utils/props").Events | {
478
- [key: string]: any;
479
- } | import("../../_utils/props").RequestParams;
302
+ default: any;
480
303
  };
481
304
  zIndex: {
482
305
  type?: undefined;
483
306
  default?: undefined;
484
307
  } | {
485
308
  type: any;
486
- default: string | number | boolean | Data | string[] | {
487
- name: string;
488
- value: string;
489
- } | import("../../_utils/props").Events | {
490
- [key: string]: any;
491
- } | import("../../_utils/props").RequestParams;
309
+ default: any;
492
310
  };
493
311
  rotate: {
494
312
  type?: undefined;
495
313
  default?: undefined;
496
314
  } | {
497
315
  type: any;
498
- default: string | number | boolean | Data | string[] | {
499
- name: string;
500
- value: string;
501
- } | import("../../_utils/props").Events | {
502
- [key: string]: any;
503
- } | import("../../_utils/props").RequestParams;
316
+ default: any;
504
317
  };
505
318
  isShow: {
506
319
  type?: undefined;
507
320
  default?: undefined;
508
321
  } | {
509
322
  type: any;
510
- default: string | number | boolean | Data | string[] | {
511
- name: string;
512
- value: string;
513
- } | import("../../_utils/props").Events | {
514
- [key: string]: any;
515
- } | import("../../_utils/props").RequestParams;
323
+ default: any;
516
324
  };
517
325
  isRender: {
518
326
  type?: undefined;
519
327
  default?: undefined;
520
328
  } | {
521
329
  type: any;
522
- default: string | number | boolean | Data | string[] | {
523
- name: string;
524
- value: string;
525
- } | import("../../_utils/props").Events | {
526
- [key: string]: any;
527
- } | import("../../_utils/props").RequestParams;
330
+ default: any;
528
331
  };
529
332
  events: {
530
333
  type?: undefined;
531
334
  default?: undefined;
532
335
  } | {
533
336
  type: any;
534
- default: string | number | boolean | Data | string[] | {
535
- name: string;
536
- value: string;
537
- } | import("../../_utils/props").Events | {
538
- [key: string]: any;
539
- } | import("../../_utils/props").RequestParams;
337
+ default: any;
540
338
  };
541
339
  requestUrl: {
542
340
  type?: undefined;
543
341
  default?: undefined;
544
342
  } | {
545
343
  type: any;
546
- default: string | number | boolean | Data | string[] | {
547
- name: string;
548
- value: string;
549
- } | import("../../_utils/props").Events | {
550
- [key: string]: any;
551
- } | import("../../_utils/props").RequestParams;
344
+ default: any;
552
345
  };
553
346
  requestMethod: {
554
347
  type?: undefined;
555
348
  default?: undefined;
556
349
  } | {
557
350
  type: any;
558
- default: string | number | boolean | Data | string[] | {
559
- name: string;
560
- value: string;
561
- } | import("../../_utils/props").Events | {
562
- [key: string]: any;
563
- } | import("../../_utils/props").RequestParams;
351
+ default: any;
564
352
  };
565
353
  requestHeaders: {
566
354
  type?: undefined;
567
355
  default?: undefined;
568
356
  } | {
569
357
  type: any;
570
- default: string | number | boolean | Data | string[] | {
571
- name: string;
572
- value: string;
573
- } | import("../../_utils/props").Events | {
574
- [key: string]: any;
575
- } | import("../../_utils/props").RequestParams;
358
+ default: any;
576
359
  };
577
360
  isOpenRequestTimer: {
578
361
  type?: undefined;
579
362
  default?: undefined;
580
363
  } | {
581
364
  type: any;
582
- default: string | number | boolean | Data | string[] | {
583
- name: string;
584
- value: string;
585
- } | import("../../_utils/props").Events | {
586
- [key: string]: any;
587
- } | import("../../_utils/props").RequestParams;
365
+ default: any;
588
366
  };
589
367
  requestInterval: {
590
368
  type?: undefined;
591
369
  default?: undefined;
592
370
  } | {
593
371
  type: any;
594
- default: string | number | boolean | Data | string[] | {
595
- name: string;
596
- value: string;
597
- } | import("../../_utils/props").Events | {
598
- [key: string]: any;
599
- } | import("../../_utils/props").RequestParams;
372
+ default: any;
600
373
  };
601
374
  requestParams: {
602
375
  type?: undefined;
603
376
  default?: undefined;
604
377
  } | {
605
378
  type: any;
606
- default: string | number | boolean | Data | string[] | {
607
- name: string;
608
- value: string;
609
- } | import("../../_utils/props").Events | {
610
- [key: string]: any;
611
- } | import("../../_utils/props").RequestParams;
379
+ default: any;
612
380
  };
613
381
  requestSort: {
614
382
  type?: undefined;
615
383
  default?: undefined;
616
384
  } | {
617
385
  type: any;
618
- default: string | number | boolean | Data | string[] | {
619
- name: string;
620
- value: string;
621
- } | import("../../_utils/props").Events | {
622
- [key: string]: any;
623
- } | import("../../_utils/props").RequestParams;
386
+ default: any;
624
387
  };
625
388
  dataType: {
626
389
  type?: undefined;
627
390
  default?: undefined;
628
391
  } | {
629
392
  type: any;
630
- default: string | number | boolean | Data | string[] | {
631
- name: string;
632
- value: string;
633
- } | import("../../_utils/props").Events | {
634
- [key: string]: any;
635
- } | import("../../_utils/props").RequestParams;
393
+ default: any;
636
394
  };
637
395
  };
638
396
  export declare const scatterEvents: string[];