@visactor/vchart-schema 1.12.0-alpha.1 → 1.12.0-alpha.4
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.
- package/package.json +1 -1
- package/vchart.json +640 -559
package/vchart.json
CHANGED
|
@@ -5,83 +5,80 @@
|
|
|
5
5
|
"$ref": "#/definitions/IChartSpec"
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
|
-
"$ref": "#/definitions/
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"$ref": "#/definitions/IBar3dChartSpec"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"$ref": "#/definitions/IBoxPlotChartSpec"
|
|
8
|
+
"$ref": "#/definitions/ILineChartSpec"
|
|
15
9
|
},
|
|
16
10
|
{
|
|
17
|
-
"$ref": "#/definitions/
|
|
11
|
+
"$ref": "#/definitions/IBarChartSpec"
|
|
18
12
|
},
|
|
19
13
|
{
|
|
20
|
-
"$ref": "#/definitions/
|
|
14
|
+
"$ref": "#/definitions/IBar3dChartSpec"
|
|
21
15
|
},
|
|
22
16
|
{
|
|
23
|
-
"$ref": "#/definitions/
|
|
17
|
+
"$ref": "#/definitions/IScatterChartSpec"
|
|
24
18
|
},
|
|
25
19
|
{
|
|
26
|
-
"$ref": "#/definitions/
|
|
20
|
+
"$ref": "#/definitions/IMapChartSpec"
|
|
27
21
|
},
|
|
28
22
|
{
|
|
29
|
-
"$ref": "#/definitions/
|
|
23
|
+
"$ref": "#/definitions/IPieChartSpec"
|
|
30
24
|
},
|
|
31
25
|
{
|
|
32
|
-
"$ref": "#/definitions/
|
|
26
|
+
"$ref": "#/definitions/IPie3dChartSpec"
|
|
33
27
|
},
|
|
34
28
|
{
|
|
35
|
-
"$ref": "#/definitions/
|
|
29
|
+
"$ref": "#/definitions/IRoseChartSpec"
|
|
36
30
|
},
|
|
37
31
|
{
|
|
38
|
-
"$ref": "#/definitions/
|
|
32
|
+
"$ref": "#/definitions/IRadarChartSpec"
|
|
39
33
|
},
|
|
40
34
|
{
|
|
41
|
-
"$ref": "#/definitions/
|
|
35
|
+
"$ref": "#/definitions/IRangeColumnChartSpec"
|
|
42
36
|
},
|
|
43
37
|
{
|
|
44
|
-
"$ref": "#/definitions/
|
|
38
|
+
"$ref": "#/definitions/IRangeColumn3dChartSpec"
|
|
45
39
|
},
|
|
46
40
|
{
|
|
47
|
-
"$ref": "#/definitions/
|
|
41
|
+
"$ref": "#/definitions/IRangeAreaChartSpec"
|
|
48
42
|
},
|
|
49
43
|
{
|
|
50
|
-
"$ref": "#/definitions/
|
|
44
|
+
"$ref": "#/definitions/ICommonChartSpec"
|
|
51
45
|
},
|
|
52
46
|
{
|
|
53
|
-
"$ref": "#/definitions/
|
|
47
|
+
"$ref": "#/definitions/ISequenceChartSpec"
|
|
54
48
|
},
|
|
55
49
|
{
|
|
56
|
-
"$ref": "#/definitions/
|
|
50
|
+
"$ref": "#/definitions/IHistogramChartSpec"
|
|
57
51
|
},
|
|
58
52
|
{
|
|
59
|
-
"$ref": "#/definitions/
|
|
53
|
+
"$ref": "#/definitions/IHistogram3dChartSpec"
|
|
60
54
|
},
|
|
61
55
|
{
|
|
62
56
|
"$ref": "#/definitions/ICircularProgressChartSpec"
|
|
63
57
|
},
|
|
64
58
|
{
|
|
65
|
-
"$ref": "#/definitions/
|
|
59
|
+
"$ref": "#/definitions/IGaugeChartSpec"
|
|
66
60
|
},
|
|
67
61
|
{
|
|
68
|
-
"$ref": "#/definitions/
|
|
62
|
+
"$ref": "#/definitions/IWordCloudChartSpec"
|
|
69
63
|
},
|
|
70
64
|
{
|
|
71
|
-
"$ref": "#/definitions/
|
|
65
|
+
"$ref": "#/definitions/IWordCloud3dChartSpec"
|
|
72
66
|
},
|
|
73
67
|
{
|
|
74
|
-
"$ref": "#/definitions/
|
|
68
|
+
"$ref": "#/definitions/IFunnelChartSpec"
|
|
75
69
|
},
|
|
76
70
|
{
|
|
77
|
-
"$ref": "#/definitions/
|
|
71
|
+
"$ref": "#/definitions/IFunnel3dChartSpec"
|
|
78
72
|
},
|
|
79
73
|
{
|
|
80
|
-
"$ref": "#/definitions/
|
|
74
|
+
"$ref": "#/definitions/ILinearProgressChartSpec"
|
|
81
75
|
},
|
|
82
76
|
{
|
|
83
77
|
"$ref": "#/definitions/ISunburstChartSpec"
|
|
84
78
|
},
|
|
79
|
+
{
|
|
80
|
+
"$ref": "#/definitions/ICirclePackingChartSpec"
|
|
81
|
+
},
|
|
85
82
|
{
|
|
86
83
|
"$ref": "#/definitions/ITreemapChartSpec"
|
|
87
84
|
},
|
|
@@ -89,19 +86,22 @@
|
|
|
89
86
|
"$ref": "#/definitions/IWaterfallChartSpec"
|
|
90
87
|
},
|
|
91
88
|
{
|
|
92
|
-
"$ref": "#/definitions/
|
|
89
|
+
"$ref": "#/definitions/IBoxPlotChartSpec"
|
|
93
90
|
},
|
|
94
91
|
{
|
|
95
|
-
"$ref": "#/definitions/
|
|
92
|
+
"$ref": "#/definitions/ISankeyChartSpec"
|
|
96
93
|
},
|
|
97
94
|
{
|
|
98
|
-
"$ref": "#/definitions/
|
|
95
|
+
"$ref": "#/definitions/IHeatmapChartSpec"
|
|
99
96
|
},
|
|
100
97
|
{
|
|
101
|
-
"$ref": "#/definitions/
|
|
98
|
+
"$ref": "#/definitions/ICorrelationChartSpec"
|
|
102
99
|
},
|
|
103
100
|
{
|
|
104
101
|
"$ref": "#/definitions/IAreaChartSpec"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"$ref": "#/definitions/ILiquidChartSpec"
|
|
105
105
|
}
|
|
106
106
|
],
|
|
107
107
|
"definitions": {
|
|
@@ -5389,7 +5389,7 @@
|
|
|
5389
5389
|
},
|
|
5390
5390
|
"type": "object"
|
|
5391
5391
|
},
|
|
5392
|
-
"ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IArcMarkSpec|IPathMarkSpec|ISymbolMarkSpec|
|
|
5392
|
+
"ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IArcMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IPolygonMarkSpec|IBoxPlotMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IImageMarkSpec>": {
|
|
5393
5393
|
"anyOf": [
|
|
5394
5394
|
{
|
|
5395
5395
|
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec>",
|
|
@@ -5420,7 +5420,7 @@
|
|
|
5420
5420
|
"description": "style格式转换"
|
|
5421
5421
|
},
|
|
5422
5422
|
{
|
|
5423
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5423
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPolygonMarkSpec>",
|
|
5424
5424
|
"description": "style格式转换"
|
|
5425
5425
|
},
|
|
5426
5426
|
{
|
|
@@ -5428,19 +5428,19 @@
|
|
|
5428
5428
|
"description": "style格式转换"
|
|
5429
5429
|
},
|
|
5430
5430
|
{
|
|
5431
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5431
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRect3dMarkSpec>",
|
|
5432
5432
|
"description": "style格式转换"
|
|
5433
5433
|
},
|
|
5434
5434
|
{
|
|
5435
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5435
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IAreaMarkSpec>",
|
|
5436
5436
|
"description": "style格式转换"
|
|
5437
5437
|
},
|
|
5438
5438
|
{
|
|
5439
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5439
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IArc3dMarkSpec>",
|
|
5440
5440
|
"description": "style格式转换"
|
|
5441
5441
|
},
|
|
5442
5442
|
{
|
|
5443
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5443
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPyramid3dMarkSpec>",
|
|
5444
5444
|
"description": "style格式转换"
|
|
5445
5445
|
},
|
|
5446
5446
|
{
|
|
@@ -5458,7 +5458,7 @@
|
|
|
5458
5458
|
],
|
|
5459
5459
|
"description": "style格式转换"
|
|
5460
5460
|
},
|
|
5461
|
-
"ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IArcMarkSpec|IPathMarkSpec|ISymbolMarkSpec|
|
|
5461
|
+
"ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IArcMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IPolygonMarkSpec|IBoxPlotMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IImageMarkSpec>": {
|
|
5462
5462
|
"anyOf": [
|
|
5463
5463
|
{
|
|
5464
5464
|
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec>_1",
|
|
@@ -5493,7 +5493,7 @@
|
|
|
5493
5493
|
"description": "style格式转换"
|
|
5494
5494
|
},
|
|
5495
5495
|
{
|
|
5496
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5496
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPolygonMarkSpec>_1",
|
|
5497
5497
|
"description": "style格式转换"
|
|
5498
5498
|
},
|
|
5499
5499
|
{
|
|
@@ -5501,19 +5501,19 @@
|
|
|
5501
5501
|
"description": "style格式转换"
|
|
5502
5502
|
},
|
|
5503
5503
|
{
|
|
5504
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5504
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRect3dMarkSpec>_1",
|
|
5505
5505
|
"description": "style格式转换"
|
|
5506
5506
|
},
|
|
5507
5507
|
{
|
|
5508
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5508
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IAreaMarkSpec>_1",
|
|
5509
5509
|
"description": "style格式转换"
|
|
5510
5510
|
},
|
|
5511
5511
|
{
|
|
5512
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5512
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IArc3dMarkSpec>_1",
|
|
5513
5513
|
"description": "style格式转换"
|
|
5514
5514
|
},
|
|
5515
5515
|
{
|
|
5516
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5516
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPyramid3dMarkSpec>_1",
|
|
5517
5517
|
"description": "style格式转换"
|
|
5518
5518
|
},
|
|
5519
5519
|
{
|
|
@@ -18684,16 +18684,16 @@
|
|
|
18684
18684
|
},
|
|
18685
18685
|
"legends": {
|
|
18686
18686
|
"anyOf": [
|
|
18687
|
-
{
|
|
18688
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
18689
|
-
"description": "spec"
|
|
18690
|
-
},
|
|
18691
18687
|
{
|
|
18692
18688
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
18693
18689
|
},
|
|
18694
18690
|
{
|
|
18695
18691
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
18696
18692
|
},
|
|
18693
|
+
{
|
|
18694
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
18695
|
+
"description": "spec"
|
|
18696
|
+
},
|
|
18697
18697
|
{
|
|
18698
18698
|
"items": {
|
|
18699
18699
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -18718,7 +18718,7 @@
|
|
|
18718
18718
|
"typeof": "function"
|
|
18719
18719
|
},
|
|
18720
18720
|
{
|
|
18721
|
-
"
|
|
18721
|
+
"$ref": "#/definitions/IMarkAreaXSpec"
|
|
18722
18722
|
},
|
|
18723
18723
|
{
|
|
18724
18724
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -18737,7 +18737,7 @@
|
|
|
18737
18737
|
"typeof": "function"
|
|
18738
18738
|
},
|
|
18739
18739
|
{
|
|
18740
|
-
"$ref": "#/definitions/
|
|
18740
|
+
"$ref": "#/definitions/IMarkAreaYSpec"
|
|
18741
18741
|
},
|
|
18742
18742
|
{
|
|
18743
18743
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -18756,7 +18756,7 @@
|
|
|
18756
18756
|
"typeof": "function"
|
|
18757
18757
|
},
|
|
18758
18758
|
{
|
|
18759
|
-
"$ref": "#/definitions/
|
|
18759
|
+
"$ref": "#/definitions/IMarkAreaXYSpec"
|
|
18760
18760
|
},
|
|
18761
18761
|
{
|
|
18762
18762
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -18775,7 +18775,7 @@
|
|
|
18775
18775
|
"typeof": "function"
|
|
18776
18776
|
},
|
|
18777
18777
|
{
|
|
18778
|
-
"$ref": "#/definitions/
|
|
18778
|
+
"$ref": "#/definitions/IMarkAreaAngleSpec"
|
|
18779
18779
|
},
|
|
18780
18780
|
{
|
|
18781
18781
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -18794,7 +18794,7 @@
|
|
|
18794
18794
|
"typeof": "function"
|
|
18795
18795
|
},
|
|
18796
18796
|
{
|
|
18797
|
-
"$ref": "#/definitions/
|
|
18797
|
+
"$ref": "#/definitions/IMarkAreaRadiusSpec"
|
|
18798
18798
|
},
|
|
18799
18799
|
{
|
|
18800
18800
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -18813,7 +18813,7 @@
|
|
|
18813
18813
|
"typeof": "function"
|
|
18814
18814
|
},
|
|
18815
18815
|
{
|
|
18816
|
-
"$ref": "#/definitions/
|
|
18816
|
+
"$ref": "#/definitions/IMarkAreaAngleRadiusSpec"
|
|
18817
18817
|
},
|
|
18818
18818
|
{
|
|
18819
18819
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -18832,7 +18832,7 @@
|
|
|
18832
18832
|
"typeof": "function"
|
|
18833
18833
|
},
|
|
18834
18834
|
{
|
|
18835
|
-
"
|
|
18835
|
+
"typeof": "function"
|
|
18836
18836
|
},
|
|
18837
18837
|
{
|
|
18838
18838
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -20790,16 +20790,16 @@
|
|
|
20790
20790
|
},
|
|
20791
20791
|
"legends": {
|
|
20792
20792
|
"anyOf": [
|
|
20793
|
-
{
|
|
20794
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
20795
|
-
"description": "spec"
|
|
20796
|
-
},
|
|
20797
20793
|
{
|
|
20798
20794
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
20799
20795
|
},
|
|
20800
20796
|
{
|
|
20801
20797
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
20802
20798
|
},
|
|
20799
|
+
{
|
|
20800
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
20801
|
+
"description": "spec"
|
|
20802
|
+
},
|
|
20803
20803
|
{
|
|
20804
20804
|
"items": {
|
|
20805
20805
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -20820,7 +20820,7 @@
|
|
|
20820
20820
|
"typeof": "function"
|
|
20821
20821
|
},
|
|
20822
20822
|
{
|
|
20823
|
-
"
|
|
20823
|
+
"$ref": "#/definitions/IMarkAreaXSpec"
|
|
20824
20824
|
},
|
|
20825
20825
|
{
|
|
20826
20826
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -20839,7 +20839,7 @@
|
|
|
20839
20839
|
"typeof": "function"
|
|
20840
20840
|
},
|
|
20841
20841
|
{
|
|
20842
|
-
"$ref": "#/definitions/
|
|
20842
|
+
"$ref": "#/definitions/IMarkAreaYSpec"
|
|
20843
20843
|
},
|
|
20844
20844
|
{
|
|
20845
20845
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -20858,7 +20858,7 @@
|
|
|
20858
20858
|
"typeof": "function"
|
|
20859
20859
|
},
|
|
20860
20860
|
{
|
|
20861
|
-
"$ref": "#/definitions/
|
|
20861
|
+
"$ref": "#/definitions/IMarkAreaXYSpec"
|
|
20862
20862
|
},
|
|
20863
20863
|
{
|
|
20864
20864
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -20877,7 +20877,7 @@
|
|
|
20877
20877
|
"typeof": "function"
|
|
20878
20878
|
},
|
|
20879
20879
|
{
|
|
20880
|
-
"$ref": "#/definitions/
|
|
20880
|
+
"$ref": "#/definitions/IMarkAreaAngleSpec"
|
|
20881
20881
|
},
|
|
20882
20882
|
{
|
|
20883
20883
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -20896,7 +20896,7 @@
|
|
|
20896
20896
|
"typeof": "function"
|
|
20897
20897
|
},
|
|
20898
20898
|
{
|
|
20899
|
-
"$ref": "#/definitions/
|
|
20899
|
+
"$ref": "#/definitions/IMarkAreaRadiusSpec"
|
|
20900
20900
|
},
|
|
20901
20901
|
{
|
|
20902
20902
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -20915,7 +20915,7 @@
|
|
|
20915
20915
|
"typeof": "function"
|
|
20916
20916
|
},
|
|
20917
20917
|
{
|
|
20918
|
-
"$ref": "#/definitions/
|
|
20918
|
+
"$ref": "#/definitions/IMarkAreaAngleRadiusSpec"
|
|
20919
20919
|
},
|
|
20920
20920
|
{
|
|
20921
20921
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -20934,7 +20934,7 @@
|
|
|
20934
20934
|
"typeof": "function"
|
|
20935
20935
|
},
|
|
20936
20936
|
{
|
|
20937
|
-
"
|
|
20937
|
+
"typeof": "function"
|
|
20938
20938
|
},
|
|
20939
20939
|
{
|
|
20940
20940
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -21961,16 +21961,16 @@
|
|
|
21961
21961
|
},
|
|
21962
21962
|
"legends": {
|
|
21963
21963
|
"anyOf": [
|
|
21964
|
-
{
|
|
21965
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
21966
|
-
"description": "spec"
|
|
21967
|
-
},
|
|
21968
21964
|
{
|
|
21969
21965
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
21970
21966
|
},
|
|
21971
21967
|
{
|
|
21972
21968
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
21973
21969
|
},
|
|
21970
|
+
{
|
|
21971
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
21972
|
+
"description": "spec"
|
|
21973
|
+
},
|
|
21974
21974
|
{
|
|
21975
21975
|
"items": {
|
|
21976
21976
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -21991,7 +21991,7 @@
|
|
|
21991
21991
|
"typeof": "function"
|
|
21992
21992
|
},
|
|
21993
21993
|
{
|
|
21994
|
-
"
|
|
21994
|
+
"$ref": "#/definitions/IMarkAreaXSpec"
|
|
21995
21995
|
},
|
|
21996
21996
|
{
|
|
21997
21997
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -22010,7 +22010,7 @@
|
|
|
22010
22010
|
"typeof": "function"
|
|
22011
22011
|
},
|
|
22012
22012
|
{
|
|
22013
|
-
"$ref": "#/definitions/
|
|
22013
|
+
"$ref": "#/definitions/IMarkAreaYSpec"
|
|
22014
22014
|
},
|
|
22015
22015
|
{
|
|
22016
22016
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -22029,7 +22029,7 @@
|
|
|
22029
22029
|
"typeof": "function"
|
|
22030
22030
|
},
|
|
22031
22031
|
{
|
|
22032
|
-
"$ref": "#/definitions/
|
|
22032
|
+
"$ref": "#/definitions/IMarkAreaXYSpec"
|
|
22033
22033
|
},
|
|
22034
22034
|
{
|
|
22035
22035
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -22048,7 +22048,7 @@
|
|
|
22048
22048
|
"typeof": "function"
|
|
22049
22049
|
},
|
|
22050
22050
|
{
|
|
22051
|
-
"$ref": "#/definitions/
|
|
22051
|
+
"$ref": "#/definitions/IMarkAreaAngleSpec"
|
|
22052
22052
|
},
|
|
22053
22053
|
{
|
|
22054
22054
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -22067,7 +22067,7 @@
|
|
|
22067
22067
|
"typeof": "function"
|
|
22068
22068
|
},
|
|
22069
22069
|
{
|
|
22070
|
-
"$ref": "#/definitions/
|
|
22070
|
+
"$ref": "#/definitions/IMarkAreaRadiusSpec"
|
|
22071
22071
|
},
|
|
22072
22072
|
{
|
|
22073
22073
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -22086,7 +22086,7 @@
|
|
|
22086
22086
|
"typeof": "function"
|
|
22087
22087
|
},
|
|
22088
22088
|
{
|
|
22089
|
-
"$ref": "#/definitions/
|
|
22089
|
+
"$ref": "#/definitions/IMarkAreaAngleRadiusSpec"
|
|
22090
22090
|
},
|
|
22091
22091
|
{
|
|
22092
22092
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -22105,7 +22105,7 @@
|
|
|
22105
22105
|
"typeof": "function"
|
|
22106
22106
|
},
|
|
22107
22107
|
{
|
|
22108
|
-
"
|
|
22108
|
+
"typeof": "function"
|
|
22109
22109
|
},
|
|
22110
22110
|
{
|
|
22111
22111
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -23665,16 +23665,16 @@
|
|
|
23665
23665
|
},
|
|
23666
23666
|
"legends": {
|
|
23667
23667
|
"anyOf": [
|
|
23668
|
-
{
|
|
23669
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
23670
|
-
"description": "spec"
|
|
23671
|
-
},
|
|
23672
23668
|
{
|
|
23673
23669
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
23674
23670
|
},
|
|
23675
23671
|
{
|
|
23676
23672
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
23677
23673
|
},
|
|
23674
|
+
{
|
|
23675
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
23676
|
+
"description": "spec"
|
|
23677
|
+
},
|
|
23678
23678
|
{
|
|
23679
23679
|
"items": {
|
|
23680
23680
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -23695,7 +23695,7 @@
|
|
|
23695
23695
|
"typeof": "function"
|
|
23696
23696
|
},
|
|
23697
23697
|
{
|
|
23698
|
-
"
|
|
23698
|
+
"$ref": "#/definitions/IMarkAreaXSpec"
|
|
23699
23699
|
},
|
|
23700
23700
|
{
|
|
23701
23701
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -23714,7 +23714,7 @@
|
|
|
23714
23714
|
"typeof": "function"
|
|
23715
23715
|
},
|
|
23716
23716
|
{
|
|
23717
|
-
"$ref": "#/definitions/
|
|
23717
|
+
"$ref": "#/definitions/IMarkAreaYSpec"
|
|
23718
23718
|
},
|
|
23719
23719
|
{
|
|
23720
23720
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -23733,7 +23733,7 @@
|
|
|
23733
23733
|
"typeof": "function"
|
|
23734
23734
|
},
|
|
23735
23735
|
{
|
|
23736
|
-
"$ref": "#/definitions/
|
|
23736
|
+
"$ref": "#/definitions/IMarkAreaXYSpec"
|
|
23737
23737
|
},
|
|
23738
23738
|
{
|
|
23739
23739
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -23752,7 +23752,7 @@
|
|
|
23752
23752
|
"typeof": "function"
|
|
23753
23753
|
},
|
|
23754
23754
|
{
|
|
23755
|
-
"$ref": "#/definitions/
|
|
23755
|
+
"$ref": "#/definitions/IMarkAreaAngleSpec"
|
|
23756
23756
|
},
|
|
23757
23757
|
{
|
|
23758
23758
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -23771,7 +23771,7 @@
|
|
|
23771
23771
|
"typeof": "function"
|
|
23772
23772
|
},
|
|
23773
23773
|
{
|
|
23774
|
-
"$ref": "#/definitions/
|
|
23774
|
+
"$ref": "#/definitions/IMarkAreaRadiusSpec"
|
|
23775
23775
|
},
|
|
23776
23776
|
{
|
|
23777
23777
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -23790,7 +23790,7 @@
|
|
|
23790
23790
|
"typeof": "function"
|
|
23791
23791
|
},
|
|
23792
23792
|
{
|
|
23793
|
-
"$ref": "#/definitions/
|
|
23793
|
+
"$ref": "#/definitions/IMarkAreaAngleRadiusSpec"
|
|
23794
23794
|
},
|
|
23795
23795
|
{
|
|
23796
23796
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -23809,7 +23809,7 @@
|
|
|
23809
23809
|
"typeof": "function"
|
|
23810
23810
|
},
|
|
23811
23811
|
{
|
|
23812
|
-
"
|
|
23812
|
+
"typeof": "function"
|
|
23813
23813
|
},
|
|
23814
23814
|
{
|
|
23815
23815
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -26335,16 +26335,16 @@
|
|
|
26335
26335
|
},
|
|
26336
26336
|
"legends": {
|
|
26337
26337
|
"anyOf": [
|
|
26338
|
-
{
|
|
26339
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
26340
|
-
"description": "spec"
|
|
26341
|
-
},
|
|
26342
26338
|
{
|
|
26343
26339
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
26344
26340
|
},
|
|
26345
26341
|
{
|
|
26346
26342
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
26347
26343
|
},
|
|
26344
|
+
{
|
|
26345
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
26346
|
+
"description": "spec"
|
|
26347
|
+
},
|
|
26348
26348
|
{
|
|
26349
26349
|
"items": {
|
|
26350
26350
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -26491,10 +26491,10 @@
|
|
|
26491
26491
|
"animationDisappear": {
|
|
26492
26492
|
"anyOf": [
|
|
26493
26493
|
{
|
|
26494
|
-
"$ref": "#/definitions/
|
|
26494
|
+
"$ref": "#/definitions/Partial<Record<CirclePackingMark,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
26495
26495
|
},
|
|
26496
26496
|
{
|
|
26497
|
-
"$ref": "#/definitions/
|
|
26497
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<CirclePackingAppearPreset>,\"preset\">"
|
|
26498
26498
|
},
|
|
26499
26499
|
{
|
|
26500
26500
|
"type": "boolean"
|
|
@@ -26505,10 +26505,10 @@
|
|
|
26505
26505
|
"animationEnter": {
|
|
26506
26506
|
"anyOf": [
|
|
26507
26507
|
{
|
|
26508
|
-
"$ref": "#/definitions/
|
|
26508
|
+
"$ref": "#/definitions/Partial<Record<CirclePackingMark,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
26509
26509
|
},
|
|
26510
26510
|
{
|
|
26511
|
-
"$ref": "#/definitions/
|
|
26511
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<CirclePackingAppearPreset>,\"preset\">"
|
|
26512
26512
|
},
|
|
26513
26513
|
{
|
|
26514
26514
|
"type": "boolean"
|
|
@@ -26519,10 +26519,10 @@
|
|
|
26519
26519
|
"animationExit": {
|
|
26520
26520
|
"anyOf": [
|
|
26521
26521
|
{
|
|
26522
|
-
"$ref": "#/definitions/
|
|
26522
|
+
"$ref": "#/definitions/Partial<Record<CirclePackingMark,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
26523
26523
|
},
|
|
26524
26524
|
{
|
|
26525
|
-
"$ref": "#/definitions/
|
|
26525
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<CirclePackingAppearPreset>,\"preset\">"
|
|
26526
26526
|
},
|
|
26527
26527
|
{
|
|
26528
26528
|
"type": "boolean"
|
|
@@ -26542,10 +26542,10 @@
|
|
|
26542
26542
|
"animationUpdate": {
|
|
26543
26543
|
"anyOf": [
|
|
26544
26544
|
{
|
|
26545
|
-
"$ref": "#/definitions/
|
|
26545
|
+
"$ref": "#/definitions/Partial<Record<CirclePackingMark,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
26546
26546
|
},
|
|
26547
26547
|
{
|
|
26548
|
-
"$ref": "#/definitions/
|
|
26548
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<CirclePackingAppearPreset>,\"preset\">"
|
|
26549
26549
|
},
|
|
26550
26550
|
{
|
|
26551
26551
|
"type": "boolean"
|
|
@@ -26728,16 +26728,16 @@
|
|
|
26728
26728
|
},
|
|
26729
26729
|
"legends": {
|
|
26730
26730
|
"anyOf": [
|
|
26731
|
-
{
|
|
26732
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
26733
|
-
"description": "spec"
|
|
26734
|
-
},
|
|
26735
26731
|
{
|
|
26736
26732
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
26737
26733
|
},
|
|
26738
26734
|
{
|
|
26739
26735
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
26740
26736
|
},
|
|
26737
|
+
{
|
|
26738
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
26739
|
+
"description": "spec"
|
|
26740
|
+
},
|
|
26741
26741
|
{
|
|
26742
26742
|
"items": {
|
|
26743
26743
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -26929,10 +26929,10 @@
|
|
|
26929
26929
|
"animationDisappear": {
|
|
26930
26930
|
"anyOf": [
|
|
26931
26931
|
{
|
|
26932
|
-
"$ref": "#/definitions/
|
|
26932
|
+
"$ref": "#/definitions/Partial<Record<CirclePackingMark,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
26933
26933
|
},
|
|
26934
26934
|
{
|
|
26935
|
-
"$ref": "#/definitions/
|
|
26935
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<CirclePackingAppearPreset>,\"preset\">"
|
|
26936
26936
|
},
|
|
26937
26937
|
{
|
|
26938
26938
|
"type": "boolean"
|
|
@@ -26943,10 +26943,10 @@
|
|
|
26943
26943
|
"animationEnter": {
|
|
26944
26944
|
"anyOf": [
|
|
26945
26945
|
{
|
|
26946
|
-
"$ref": "#/definitions/
|
|
26946
|
+
"$ref": "#/definitions/Partial<Record<CirclePackingMark,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
26947
26947
|
},
|
|
26948
26948
|
{
|
|
26949
|
-
"$ref": "#/definitions/
|
|
26949
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<CirclePackingAppearPreset>,\"preset\">"
|
|
26950
26950
|
},
|
|
26951
26951
|
{
|
|
26952
26952
|
"type": "boolean"
|
|
@@ -26957,10 +26957,10 @@
|
|
|
26957
26957
|
"animationExit": {
|
|
26958
26958
|
"anyOf": [
|
|
26959
26959
|
{
|
|
26960
|
-
"$ref": "#/definitions/
|
|
26960
|
+
"$ref": "#/definitions/Partial<Record<CirclePackingMark,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
26961
26961
|
},
|
|
26962
26962
|
{
|
|
26963
|
-
"$ref": "#/definitions/
|
|
26963
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<CirclePackingAppearPreset>,\"preset\">"
|
|
26964
26964
|
},
|
|
26965
26965
|
{
|
|
26966
26966
|
"type": "boolean"
|
|
@@ -26980,10 +26980,10 @@
|
|
|
26980
26980
|
"animationUpdate": {
|
|
26981
26981
|
"anyOf": [
|
|
26982
26982
|
{
|
|
26983
|
-
"$ref": "#/definitions/
|
|
26983
|
+
"$ref": "#/definitions/Partial<Record<CirclePackingMark,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
26984
26984
|
},
|
|
26985
26985
|
{
|
|
26986
|
-
"$ref": "#/definitions/
|
|
26986
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<CirclePackingAppearPreset>,\"preset\">"
|
|
26987
26987
|
},
|
|
26988
26988
|
{
|
|
26989
26989
|
"type": "boolean"
|
|
@@ -27244,10 +27244,10 @@
|
|
|
27244
27244
|
"animationDisappear": {
|
|
27245
27245
|
"anyOf": [
|
|
27246
27246
|
{
|
|
27247
|
-
"$ref": "#/definitions/
|
|
27247
|
+
"$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
27248
27248
|
},
|
|
27249
27249
|
{
|
|
27250
|
-
"$ref": "#/definitions/
|
|
27250
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
|
|
27251
27251
|
},
|
|
27252
27252
|
{
|
|
27253
27253
|
"type": "boolean"
|
|
@@ -27258,10 +27258,10 @@
|
|
|
27258
27258
|
"animationEnter": {
|
|
27259
27259
|
"anyOf": [
|
|
27260
27260
|
{
|
|
27261
|
-
"$ref": "#/definitions/
|
|
27261
|
+
"$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
27262
27262
|
},
|
|
27263
27263
|
{
|
|
27264
|
-
"$ref": "#/definitions/
|
|
27264
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
|
|
27265
27265
|
},
|
|
27266
27266
|
{
|
|
27267
27267
|
"type": "boolean"
|
|
@@ -27272,10 +27272,10 @@
|
|
|
27272
27272
|
"animationExit": {
|
|
27273
27273
|
"anyOf": [
|
|
27274
27274
|
{
|
|
27275
|
-
"$ref": "#/definitions/
|
|
27275
|
+
"$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
27276
27276
|
},
|
|
27277
27277
|
{
|
|
27278
|
-
"$ref": "#/definitions/
|
|
27278
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
|
|
27279
27279
|
},
|
|
27280
27280
|
{
|
|
27281
27281
|
"type": "boolean"
|
|
@@ -27295,10 +27295,10 @@
|
|
|
27295
27295
|
"animationUpdate": {
|
|
27296
27296
|
"anyOf": [
|
|
27297
27297
|
{
|
|
27298
|
-
"$ref": "#/definitions/
|
|
27298
|
+
"$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
27299
27299
|
},
|
|
27300
27300
|
{
|
|
27301
|
-
"$ref": "#/definitions/
|
|
27301
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
|
|
27302
27302
|
},
|
|
27303
27303
|
{
|
|
27304
27304
|
"type": "boolean"
|
|
@@ -27497,16 +27497,16 @@
|
|
|
27497
27497
|
},
|
|
27498
27498
|
"legends": {
|
|
27499
27499
|
"anyOf": [
|
|
27500
|
-
{
|
|
27501
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
27502
|
-
"description": "spec"
|
|
27503
|
-
},
|
|
27504
27500
|
{
|
|
27505
27501
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
27506
27502
|
},
|
|
27507
27503
|
{
|
|
27508
27504
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
27509
27505
|
},
|
|
27506
|
+
{
|
|
27507
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
27508
|
+
"description": "spec"
|
|
27509
|
+
},
|
|
27510
27510
|
{
|
|
27511
27511
|
"items": {
|
|
27512
27512
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -27787,10 +27787,10 @@
|
|
|
27787
27787
|
"animationDisappear": {
|
|
27788
27788
|
"anyOf": [
|
|
27789
27789
|
{
|
|
27790
|
-
"$ref": "#/definitions/
|
|
27790
|
+
"$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
27791
27791
|
},
|
|
27792
27792
|
{
|
|
27793
|
-
"$ref": "#/definitions/
|
|
27793
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
|
|
27794
27794
|
},
|
|
27795
27795
|
{
|
|
27796
27796
|
"type": "boolean"
|
|
@@ -27801,10 +27801,10 @@
|
|
|
27801
27801
|
"animationEnter": {
|
|
27802
27802
|
"anyOf": [
|
|
27803
27803
|
{
|
|
27804
|
-
"$ref": "#/definitions/
|
|
27804
|
+
"$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
27805
27805
|
},
|
|
27806
27806
|
{
|
|
27807
|
-
"$ref": "#/definitions/
|
|
27807
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
|
|
27808
27808
|
},
|
|
27809
27809
|
{
|
|
27810
27810
|
"type": "boolean"
|
|
@@ -27815,10 +27815,10 @@
|
|
|
27815
27815
|
"animationExit": {
|
|
27816
27816
|
"anyOf": [
|
|
27817
27817
|
{
|
|
27818
|
-
"$ref": "#/definitions/
|
|
27818
|
+
"$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
27819
27819
|
},
|
|
27820
27820
|
{
|
|
27821
|
-
"$ref": "#/definitions/
|
|
27821
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
|
|
27822
27822
|
},
|
|
27823
27823
|
{
|
|
27824
27824
|
"type": "boolean"
|
|
@@ -27838,10 +27838,10 @@
|
|
|
27838
27838
|
"animationUpdate": {
|
|
27839
27839
|
"anyOf": [
|
|
27840
27840
|
{
|
|
27841
|
-
"$ref": "#/definitions/
|
|
27841
|
+
"$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
27842
27842
|
},
|
|
27843
27843
|
{
|
|
27844
|
-
"$ref": "#/definitions/
|
|
27844
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
|
|
27845
27845
|
},
|
|
27846
27846
|
{
|
|
27847
27847
|
"type": "boolean"
|
|
@@ -28660,16 +28660,16 @@
|
|
|
28660
28660
|
},
|
|
28661
28661
|
"legends": {
|
|
28662
28662
|
"anyOf": [
|
|
28663
|
-
{
|
|
28664
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
28665
|
-
"description": "spec"
|
|
28666
|
-
},
|
|
28667
28663
|
{
|
|
28668
28664
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
28669
28665
|
},
|
|
28670
28666
|
{
|
|
28671
28667
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
28672
28668
|
},
|
|
28669
|
+
{
|
|
28670
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
28671
|
+
"description": "spec"
|
|
28672
|
+
},
|
|
28673
28673
|
{
|
|
28674
28674
|
"items": {
|
|
28675
28675
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -28690,7 +28690,7 @@
|
|
|
28690
28690
|
"typeof": "function"
|
|
28691
28691
|
},
|
|
28692
28692
|
{
|
|
28693
|
-
"
|
|
28693
|
+
"$ref": "#/definitions/IMarkAreaXSpec"
|
|
28694
28694
|
},
|
|
28695
28695
|
{
|
|
28696
28696
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -28709,7 +28709,7 @@
|
|
|
28709
28709
|
"typeof": "function"
|
|
28710
28710
|
},
|
|
28711
28711
|
{
|
|
28712
|
-
"$ref": "#/definitions/
|
|
28712
|
+
"$ref": "#/definitions/IMarkAreaYSpec"
|
|
28713
28713
|
},
|
|
28714
28714
|
{
|
|
28715
28715
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -28728,7 +28728,7 @@
|
|
|
28728
28728
|
"typeof": "function"
|
|
28729
28729
|
},
|
|
28730
28730
|
{
|
|
28731
|
-
"$ref": "#/definitions/
|
|
28731
|
+
"$ref": "#/definitions/IMarkAreaXYSpec"
|
|
28732
28732
|
},
|
|
28733
28733
|
{
|
|
28734
28734
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -28747,7 +28747,7 @@
|
|
|
28747
28747
|
"typeof": "function"
|
|
28748
28748
|
},
|
|
28749
28749
|
{
|
|
28750
|
-
"$ref": "#/definitions/
|
|
28750
|
+
"$ref": "#/definitions/IMarkAreaAngleSpec"
|
|
28751
28751
|
},
|
|
28752
28752
|
{
|
|
28753
28753
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -28766,7 +28766,7 @@
|
|
|
28766
28766
|
"typeof": "function"
|
|
28767
28767
|
},
|
|
28768
28768
|
{
|
|
28769
|
-
"$ref": "#/definitions/
|
|
28769
|
+
"$ref": "#/definitions/IMarkAreaRadiusSpec"
|
|
28770
28770
|
},
|
|
28771
28771
|
{
|
|
28772
28772
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -28785,7 +28785,7 @@
|
|
|
28785
28785
|
"typeof": "function"
|
|
28786
28786
|
},
|
|
28787
28787
|
{
|
|
28788
|
-
"$ref": "#/definitions/
|
|
28788
|
+
"$ref": "#/definitions/IMarkAreaAngleRadiusSpec"
|
|
28789
28789
|
},
|
|
28790
28790
|
{
|
|
28791
28791
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -28804,7 +28804,7 @@
|
|
|
28804
28804
|
"typeof": "function"
|
|
28805
28805
|
},
|
|
28806
28806
|
{
|
|
28807
|
-
"
|
|
28807
|
+
"typeof": "function"
|
|
28808
28808
|
},
|
|
28809
28809
|
{
|
|
28810
28810
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -29302,52 +29302,52 @@
|
|
|
29302
29302
|
"$ref": "#/definitions/IPie3dSeriesSpec"
|
|
29303
29303
|
},
|
|
29304
29304
|
{
|
|
29305
|
-
"$ref": "#/definitions/
|
|
29305
|
+
"$ref": "#/definitions/ITreemapSeriesSpec"
|
|
29306
29306
|
},
|
|
29307
29307
|
{
|
|
29308
|
-
"$ref": "#/definitions/
|
|
29308
|
+
"$ref": "#/definitions/ISunburstSeriesSpec"
|
|
29309
29309
|
},
|
|
29310
29310
|
{
|
|
29311
|
-
"$ref": "#/definitions/
|
|
29311
|
+
"$ref": "#/definitions/ICirclePackingSeriesSpec"
|
|
29312
29312
|
},
|
|
29313
29313
|
{
|
|
29314
|
-
"$ref": "#/definitions/
|
|
29314
|
+
"$ref": "#/definitions/IBoxPlotSeriesSpec"
|
|
29315
29315
|
},
|
|
29316
29316
|
{
|
|
29317
|
-
"$ref": "#/definitions/
|
|
29317
|
+
"$ref": "#/definitions/ILineSeriesSpec"
|
|
29318
29318
|
},
|
|
29319
29319
|
{
|
|
29320
|
-
"$ref": "#/definitions/
|
|
29320
|
+
"$ref": "#/definitions/IAreaSeriesSpec"
|
|
29321
29321
|
},
|
|
29322
29322
|
{
|
|
29323
|
-
"$ref": "#/definitions/
|
|
29323
|
+
"$ref": "#/definitions/IMapSeriesSpec"
|
|
29324
29324
|
},
|
|
29325
29325
|
{
|
|
29326
|
-
"$ref": "#/definitions/
|
|
29326
|
+
"$ref": "#/definitions/IScatterSeriesSpec"
|
|
29327
29327
|
},
|
|
29328
29328
|
{
|
|
29329
|
-
"$ref": "#/definitions/
|
|
29329
|
+
"$ref": "#/definitions/IRoseSeriesSpec"
|
|
29330
29330
|
},
|
|
29331
29331
|
{
|
|
29332
29332
|
"$ref": "#/definitions/IRadarSeriesSpec"
|
|
29333
29333
|
},
|
|
29334
29334
|
{
|
|
29335
|
-
"$ref": "#/definitions/
|
|
29335
|
+
"$ref": "#/definitions/IDotSeriesSpec"
|
|
29336
29336
|
},
|
|
29337
29337
|
{
|
|
29338
|
-
"$ref": "#/definitions/
|
|
29338
|
+
"$ref": "#/definitions/ILinkSeriesSpec"
|
|
29339
29339
|
},
|
|
29340
29340
|
{
|
|
29341
|
-
"$ref": "#/definitions/
|
|
29341
|
+
"$ref": "#/definitions/ICircularProgressSeriesSpec"
|
|
29342
29342
|
},
|
|
29343
29343
|
{
|
|
29344
|
-
"$ref": "#/definitions/
|
|
29344
|
+
"$ref": "#/definitions/ILinearProgressSeriesSpec"
|
|
29345
29345
|
},
|
|
29346
29346
|
{
|
|
29347
|
-
"$ref": "#/definitions/
|
|
29347
|
+
"$ref": "#/definitions/IWordCloudSeriesSpec"
|
|
29348
29348
|
},
|
|
29349
29349
|
{
|
|
29350
|
-
"$ref": "#/definitions/
|
|
29350
|
+
"$ref": "#/definitions/IWordCloud3dSeriesSpec"
|
|
29351
29351
|
},
|
|
29352
29352
|
{
|
|
29353
29353
|
"$ref": "#/definitions/IFunnelSeriesSpec"
|
|
@@ -29356,28 +29356,28 @@
|
|
|
29356
29356
|
"$ref": "#/definitions/IFunnel3dSeriesSpec"
|
|
29357
29357
|
},
|
|
29358
29358
|
{
|
|
29359
|
-
"$ref": "#/definitions/
|
|
29359
|
+
"$ref": "#/definitions/ISankeySeriesSpec"
|
|
29360
29360
|
},
|
|
29361
29361
|
{
|
|
29362
|
-
"$ref": "#/definitions/
|
|
29362
|
+
"$ref": "#/definitions/IGaugePointerSeriesSpec"
|
|
29363
29363
|
},
|
|
29364
29364
|
{
|
|
29365
|
-
"$ref": "#/definitions/
|
|
29365
|
+
"$ref": "#/definitions/IGaugeSeriesSpec"
|
|
29366
29366
|
},
|
|
29367
29367
|
{
|
|
29368
|
-
"$ref": "#/definitions/
|
|
29368
|
+
"$ref": "#/definitions/IHeatmapSeriesSpec"
|
|
29369
29369
|
},
|
|
29370
29370
|
{
|
|
29371
|
-
"$ref": "#/definitions/
|
|
29371
|
+
"$ref": "#/definitions/ICorrelationSeriesSpec"
|
|
29372
29372
|
},
|
|
29373
29373
|
{
|
|
29374
|
-
"$ref": "#/definitions/
|
|
29374
|
+
"$ref": "#/definitions/IWaterfallSeriesSpec"
|
|
29375
29375
|
},
|
|
29376
29376
|
{
|
|
29377
|
-
"$ref": "#/definitions/
|
|
29377
|
+
"$ref": "#/definitions/IRangeColumnChartSpec"
|
|
29378
29378
|
},
|
|
29379
29379
|
{
|
|
29380
|
-
"$ref": "#/definitions/
|
|
29380
|
+
"$ref": "#/definitions/IRangeAreaChartSpec"
|
|
29381
29381
|
}
|
|
29382
29382
|
]
|
|
29383
29383
|
},
|
|
@@ -30588,16 +30588,16 @@
|
|
|
30588
30588
|
},
|
|
30589
30589
|
"legends": {
|
|
30590
30590
|
"anyOf": [
|
|
30591
|
-
{
|
|
30592
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
30593
|
-
"description": "spec"
|
|
30594
|
-
},
|
|
30595
30591
|
{
|
|
30596
30592
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
30597
30593
|
},
|
|
30598
30594
|
{
|
|
30599
30595
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
30600
30596
|
},
|
|
30597
|
+
{
|
|
30598
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
30599
|
+
"description": "spec"
|
|
30600
|
+
},
|
|
30601
30601
|
{
|
|
30602
30602
|
"items": {
|
|
30603
30603
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -31972,14 +31972,14 @@
|
|
|
31972
31972
|
"description": "模块绝对布局下,与图表右侧的距离。注意仅在 layoutType === 'absolute' 时生效"
|
|
31973
31973
|
},
|
|
31974
31974
|
"state": {
|
|
31975
|
-
"$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IArcMarkSpec|IPathMarkSpec|ISymbolMarkSpec|
|
|
31975
|
+
"$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IArcMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IPolygonMarkSpec|IBoxPlotMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IImageMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IArcMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IPolygonMarkSpec|IBoxPlotMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IImageMarkSpec>>",
|
|
31976
31976
|
"description": "不同状态下的样式配置"
|
|
31977
31977
|
},
|
|
31978
31978
|
"stateSort": {
|
|
31979
31979
|
"typeof": "function"
|
|
31980
31980
|
},
|
|
31981
31981
|
"style": {
|
|
31982
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IArcMarkSpec|IPathMarkSpec|ISymbolMarkSpec|
|
|
31982
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IArcMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IPolygonMarkSpec|IBoxPlotMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IImageMarkSpec>",
|
|
31983
31983
|
"description": "默认样式设置"
|
|
31984
31984
|
},
|
|
31985
31985
|
"support3d": {
|
|
@@ -34754,14 +34754,14 @@
|
|
|
34754
34754
|
"description": "模块绝对布局下,与图表右侧的距离。注意仅在 layoutType === 'absolute' 时生效"
|
|
34755
34755
|
},
|
|
34756
34756
|
"state": {
|
|
34757
|
-
"$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IArcMarkSpec|IPathMarkSpec|ISymbolMarkSpec|
|
|
34757
|
+
"$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IArcMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IPolygonMarkSpec|IBoxPlotMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IImageMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IArcMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IPolygonMarkSpec|IBoxPlotMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IImageMarkSpec>>",
|
|
34758
34758
|
"description": "不同状态下的样式配置"
|
|
34759
34759
|
},
|
|
34760
34760
|
"stateSort": {
|
|
34761
34761
|
"typeof": "function"
|
|
34762
34762
|
},
|
|
34763
34763
|
"style": {
|
|
34764
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IArcMarkSpec|IPathMarkSpec|ISymbolMarkSpec|
|
|
34764
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IArcMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IPolygonMarkSpec|IBoxPlotMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IImageMarkSpec>",
|
|
34765
34765
|
"description": "默认样式设置"
|
|
34766
34766
|
},
|
|
34767
34767
|
"support3d": {
|
|
@@ -35197,16 +35197,16 @@
|
|
|
35197
35197
|
},
|
|
35198
35198
|
"legends": {
|
|
35199
35199
|
"anyOf": [
|
|
35200
|
-
{
|
|
35201
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
35202
|
-
"description": "spec"
|
|
35203
|
-
},
|
|
35204
35200
|
{
|
|
35205
35201
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
35206
35202
|
},
|
|
35207
35203
|
{
|
|
35208
35204
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
35209
35205
|
},
|
|
35206
|
+
{
|
|
35207
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
35208
|
+
"description": "spec"
|
|
35209
|
+
},
|
|
35210
35210
|
{
|
|
35211
35211
|
"items": {
|
|
35212
35212
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -35737,16 +35737,16 @@
|
|
|
35737
35737
|
},
|
|
35738
35738
|
"legends": {
|
|
35739
35739
|
"anyOf": [
|
|
35740
|
-
{
|
|
35741
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
35742
|
-
"description": "spec"
|
|
35743
|
-
},
|
|
35744
35740
|
{
|
|
35745
35741
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
35746
35742
|
},
|
|
35747
35743
|
{
|
|
35748
35744
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
35749
35745
|
},
|
|
35746
|
+
{
|
|
35747
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
35748
|
+
"description": "spec"
|
|
35749
|
+
},
|
|
35750
35750
|
{
|
|
35751
35751
|
"items": {
|
|
35752
35752
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -36199,6 +36199,15 @@
|
|
|
36199
36199
|
],
|
|
36200
36200
|
"description": "标签智能反色配置"
|
|
36201
36201
|
},
|
|
36202
|
+
"stackDataFilterType": {
|
|
36203
|
+
"description": "堆积数据过滤类型",
|
|
36204
|
+
"enum": [
|
|
36205
|
+
"max",
|
|
36206
|
+
"min"
|
|
36207
|
+
],
|
|
36208
|
+
"since": "1.12.0",
|
|
36209
|
+
"type": "string"
|
|
36210
|
+
},
|
|
36202
36211
|
"state": {
|
|
36203
36212
|
"typeof": "function"
|
|
36204
36213
|
},
|
|
@@ -36717,10 +36726,10 @@
|
|
|
36717
36726
|
"animationDisappear": {
|
|
36718
36727
|
"anyOf": [
|
|
36719
36728
|
{
|
|
36720
|
-
"$ref": "#/definitions/
|
|
36729
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
|
|
36721
36730
|
},
|
|
36722
36731
|
{
|
|
36723
|
-
"$ref": "#/definitions/
|
|
36732
|
+
"$ref": "#/definitions/Partial<Record<GaugePointerMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
36724
36733
|
},
|
|
36725
36734
|
{
|
|
36726
36735
|
"type": "boolean"
|
|
@@ -36731,10 +36740,10 @@
|
|
|
36731
36740
|
"animationEnter": {
|
|
36732
36741
|
"anyOf": [
|
|
36733
36742
|
{
|
|
36734
|
-
"$ref": "#/definitions/
|
|
36743
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
|
|
36735
36744
|
},
|
|
36736
36745
|
{
|
|
36737
|
-
"$ref": "#/definitions/
|
|
36746
|
+
"$ref": "#/definitions/Partial<Record<GaugePointerMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
36738
36747
|
},
|
|
36739
36748
|
{
|
|
36740
36749
|
"type": "boolean"
|
|
@@ -36745,10 +36754,10 @@
|
|
|
36745
36754
|
"animationExit": {
|
|
36746
36755
|
"anyOf": [
|
|
36747
36756
|
{
|
|
36748
|
-
"$ref": "#/definitions/
|
|
36757
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
|
|
36749
36758
|
},
|
|
36750
36759
|
{
|
|
36751
|
-
"$ref": "#/definitions/
|
|
36760
|
+
"$ref": "#/definitions/Partial<Record<GaugePointerMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
36752
36761
|
},
|
|
36753
36762
|
{
|
|
36754
36763
|
"type": "boolean"
|
|
@@ -36768,10 +36777,10 @@
|
|
|
36768
36777
|
"animationUpdate": {
|
|
36769
36778
|
"anyOf": [
|
|
36770
36779
|
{
|
|
36771
|
-
"$ref": "#/definitions/
|
|
36780
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
|
|
36772
36781
|
},
|
|
36773
36782
|
{
|
|
36774
|
-
"$ref": "#/definitions/
|
|
36783
|
+
"$ref": "#/definitions/Partial<Record<GaugePointerMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
36775
36784
|
},
|
|
36776
36785
|
{
|
|
36777
36786
|
"type": "boolean"
|
|
@@ -36992,16 +37001,16 @@
|
|
|
36992
37001
|
},
|
|
36993
37002
|
"legends": {
|
|
36994
37003
|
"anyOf": [
|
|
36995
|
-
{
|
|
36996
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
36997
|
-
"description": "spec"
|
|
36998
|
-
},
|
|
36999
37004
|
{
|
|
37000
37005
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
37001
37006
|
},
|
|
37002
37007
|
{
|
|
37003
37008
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
37004
37009
|
},
|
|
37010
|
+
{
|
|
37011
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
37012
|
+
"description": "spec"
|
|
37013
|
+
},
|
|
37005
37014
|
{
|
|
37006
37015
|
"items": {
|
|
37007
37016
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -37320,10 +37329,10 @@
|
|
|
37320
37329
|
"animationDisappear": {
|
|
37321
37330
|
"anyOf": [
|
|
37322
37331
|
{
|
|
37323
|
-
"$ref": "#/definitions/
|
|
37332
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
|
|
37324
37333
|
},
|
|
37325
37334
|
{
|
|
37326
|
-
"$ref": "#/definitions/
|
|
37335
|
+
"$ref": "#/definitions/Partial<Record<GaugePointerMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
37327
37336
|
},
|
|
37328
37337
|
{
|
|
37329
37338
|
"type": "boolean"
|
|
@@ -37334,10 +37343,10 @@
|
|
|
37334
37343
|
"animationEnter": {
|
|
37335
37344
|
"anyOf": [
|
|
37336
37345
|
{
|
|
37337
|
-
"$ref": "#/definitions/
|
|
37346
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
|
|
37338
37347
|
},
|
|
37339
37348
|
{
|
|
37340
|
-
"$ref": "#/definitions/
|
|
37349
|
+
"$ref": "#/definitions/Partial<Record<GaugePointerMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
37341
37350
|
},
|
|
37342
37351
|
{
|
|
37343
37352
|
"type": "boolean"
|
|
@@ -37348,10 +37357,10 @@
|
|
|
37348
37357
|
"animationExit": {
|
|
37349
37358
|
"anyOf": [
|
|
37350
37359
|
{
|
|
37351
|
-
"$ref": "#/definitions/
|
|
37360
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
|
|
37352
37361
|
},
|
|
37353
37362
|
{
|
|
37354
|
-
"$ref": "#/definitions/
|
|
37363
|
+
"$ref": "#/definitions/Partial<Record<GaugePointerMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
37355
37364
|
},
|
|
37356
37365
|
{
|
|
37357
37366
|
"type": "boolean"
|
|
@@ -37371,10 +37380,10 @@
|
|
|
37371
37380
|
"animationUpdate": {
|
|
37372
37381
|
"anyOf": [
|
|
37373
37382
|
{
|
|
37374
|
-
"$ref": "#/definitions/
|
|
37383
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
|
|
37375
37384
|
},
|
|
37376
37385
|
{
|
|
37377
|
-
"$ref": "#/definitions/
|
|
37386
|
+
"$ref": "#/definitions/Partial<Record<GaugePointerMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
37378
37387
|
},
|
|
37379
37388
|
{
|
|
37380
37389
|
"type": "boolean"
|
|
@@ -41186,16 +41195,16 @@
|
|
|
41186
41195
|
},
|
|
41187
41196
|
"legends": {
|
|
41188
41197
|
"anyOf": [
|
|
41189
|
-
{
|
|
41190
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
41191
|
-
"description": "spec"
|
|
41192
|
-
},
|
|
41193
41198
|
{
|
|
41194
41199
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
41195
41200
|
},
|
|
41196
41201
|
{
|
|
41197
41202
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
41198
41203
|
},
|
|
41204
|
+
{
|
|
41205
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
41206
|
+
"description": "spec"
|
|
41207
|
+
},
|
|
41199
41208
|
{
|
|
41200
41209
|
"items": {
|
|
41201
41210
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -41216,7 +41225,7 @@
|
|
|
41216
41225
|
"typeof": "function"
|
|
41217
41226
|
},
|
|
41218
41227
|
{
|
|
41219
|
-
"
|
|
41228
|
+
"$ref": "#/definitions/IMarkAreaXSpec"
|
|
41220
41229
|
},
|
|
41221
41230
|
{
|
|
41222
41231
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -41235,7 +41244,7 @@
|
|
|
41235
41244
|
"typeof": "function"
|
|
41236
41245
|
},
|
|
41237
41246
|
{
|
|
41238
|
-
"$ref": "#/definitions/
|
|
41247
|
+
"$ref": "#/definitions/IMarkAreaYSpec"
|
|
41239
41248
|
},
|
|
41240
41249
|
{
|
|
41241
41250
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -41254,7 +41263,7 @@
|
|
|
41254
41263
|
"typeof": "function"
|
|
41255
41264
|
},
|
|
41256
41265
|
{
|
|
41257
|
-
"$ref": "#/definitions/
|
|
41266
|
+
"$ref": "#/definitions/IMarkAreaXYSpec"
|
|
41258
41267
|
},
|
|
41259
41268
|
{
|
|
41260
41269
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -41273,7 +41282,7 @@
|
|
|
41273
41282
|
"typeof": "function"
|
|
41274
41283
|
},
|
|
41275
41284
|
{
|
|
41276
|
-
"$ref": "#/definitions/
|
|
41285
|
+
"$ref": "#/definitions/IMarkAreaAngleSpec"
|
|
41277
41286
|
},
|
|
41278
41287
|
{
|
|
41279
41288
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -41292,7 +41301,7 @@
|
|
|
41292
41301
|
"typeof": "function"
|
|
41293
41302
|
},
|
|
41294
41303
|
{
|
|
41295
|
-
"$ref": "#/definitions/
|
|
41304
|
+
"$ref": "#/definitions/IMarkAreaRadiusSpec"
|
|
41296
41305
|
},
|
|
41297
41306
|
{
|
|
41298
41307
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -41311,7 +41320,7 @@
|
|
|
41311
41320
|
"typeof": "function"
|
|
41312
41321
|
},
|
|
41313
41322
|
{
|
|
41314
|
-
"$ref": "#/definitions/
|
|
41323
|
+
"$ref": "#/definitions/IMarkAreaAngleRadiusSpec"
|
|
41315
41324
|
},
|
|
41316
41325
|
{
|
|
41317
41326
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -41330,7 +41339,7 @@
|
|
|
41330
41339
|
"typeof": "function"
|
|
41331
41340
|
},
|
|
41332
41341
|
{
|
|
41333
|
-
"
|
|
41342
|
+
"typeof": "function"
|
|
41334
41343
|
},
|
|
41335
41344
|
{
|
|
41336
41345
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -42683,16 +42692,16 @@
|
|
|
42683
42692
|
},
|
|
42684
42693
|
"legends": {
|
|
42685
42694
|
"anyOf": [
|
|
42686
|
-
{
|
|
42687
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
42688
|
-
"description": "spec"
|
|
42689
|
-
},
|
|
42690
42695
|
{
|
|
42691
42696
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
42692
42697
|
},
|
|
42693
42698
|
{
|
|
42694
42699
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
42695
42700
|
},
|
|
42701
|
+
{
|
|
42702
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
42703
|
+
"description": "spec"
|
|
42704
|
+
},
|
|
42696
42705
|
{
|
|
42697
42706
|
"items": {
|
|
42698
42707
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -42713,7 +42722,7 @@
|
|
|
42713
42722
|
"typeof": "function"
|
|
42714
42723
|
},
|
|
42715
42724
|
{
|
|
42716
|
-
"
|
|
42725
|
+
"$ref": "#/definitions/IMarkAreaXSpec"
|
|
42717
42726
|
},
|
|
42718
42727
|
{
|
|
42719
42728
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -42732,7 +42741,7 @@
|
|
|
42732
42741
|
"typeof": "function"
|
|
42733
42742
|
},
|
|
42734
42743
|
{
|
|
42735
|
-
"$ref": "#/definitions/
|
|
42744
|
+
"$ref": "#/definitions/IMarkAreaYSpec"
|
|
42736
42745
|
},
|
|
42737
42746
|
{
|
|
42738
42747
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -42751,7 +42760,7 @@
|
|
|
42751
42760
|
"typeof": "function"
|
|
42752
42761
|
},
|
|
42753
42762
|
{
|
|
42754
|
-
"$ref": "#/definitions/
|
|
42763
|
+
"$ref": "#/definitions/IMarkAreaXYSpec"
|
|
42755
42764
|
},
|
|
42756
42765
|
{
|
|
42757
42766
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -42770,7 +42779,7 @@
|
|
|
42770
42779
|
"typeof": "function"
|
|
42771
42780
|
},
|
|
42772
42781
|
{
|
|
42773
|
-
"$ref": "#/definitions/
|
|
42782
|
+
"$ref": "#/definitions/IMarkAreaAngleSpec"
|
|
42774
42783
|
},
|
|
42775
42784
|
{
|
|
42776
42785
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -42789,7 +42798,7 @@
|
|
|
42789
42798
|
"typeof": "function"
|
|
42790
42799
|
},
|
|
42791
42800
|
{
|
|
42792
|
-
"$ref": "#/definitions/
|
|
42801
|
+
"$ref": "#/definitions/IMarkAreaRadiusSpec"
|
|
42793
42802
|
},
|
|
42794
42803
|
{
|
|
42795
42804
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -42808,7 +42817,7 @@
|
|
|
42808
42817
|
"typeof": "function"
|
|
42809
42818
|
},
|
|
42810
42819
|
{
|
|
42811
|
-
"$ref": "#/definitions/
|
|
42820
|
+
"$ref": "#/definitions/IMarkAreaAngleRadiusSpec"
|
|
42812
42821
|
},
|
|
42813
42822
|
{
|
|
42814
42823
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -42827,7 +42836,7 @@
|
|
|
42827
42836
|
"typeof": "function"
|
|
42828
42837
|
},
|
|
42829
42838
|
{
|
|
42830
|
-
"
|
|
42839
|
+
"typeof": "function"
|
|
42831
42840
|
},
|
|
42832
42841
|
{
|
|
42833
42842
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -43805,16 +43814,16 @@
|
|
|
43805
43814
|
},
|
|
43806
43815
|
"legends": {
|
|
43807
43816
|
"anyOf": [
|
|
43808
|
-
{
|
|
43809
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
43810
|
-
"description": "spec"
|
|
43811
|
-
},
|
|
43812
43817
|
{
|
|
43813
43818
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
43814
43819
|
},
|
|
43815
43820
|
{
|
|
43816
43821
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
43817
43822
|
},
|
|
43823
|
+
{
|
|
43824
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
43825
|
+
"description": "spec"
|
|
43826
|
+
},
|
|
43818
43827
|
{
|
|
43819
43828
|
"items": {
|
|
43820
43829
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -43835,7 +43844,7 @@
|
|
|
43835
43844
|
"typeof": "function"
|
|
43836
43845
|
},
|
|
43837
43846
|
{
|
|
43838
|
-
"
|
|
43847
|
+
"$ref": "#/definitions/IMarkAreaXSpec"
|
|
43839
43848
|
},
|
|
43840
43849
|
{
|
|
43841
43850
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -43854,7 +43863,7 @@
|
|
|
43854
43863
|
"typeof": "function"
|
|
43855
43864
|
},
|
|
43856
43865
|
{
|
|
43857
|
-
"$ref": "#/definitions/
|
|
43866
|
+
"$ref": "#/definitions/IMarkAreaYSpec"
|
|
43858
43867
|
},
|
|
43859
43868
|
{
|
|
43860
43869
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -43873,7 +43882,7 @@
|
|
|
43873
43882
|
"typeof": "function"
|
|
43874
43883
|
},
|
|
43875
43884
|
{
|
|
43876
|
-
"$ref": "#/definitions/
|
|
43885
|
+
"$ref": "#/definitions/IMarkAreaXYSpec"
|
|
43877
43886
|
},
|
|
43878
43887
|
{
|
|
43879
43888
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -43892,7 +43901,7 @@
|
|
|
43892
43901
|
"typeof": "function"
|
|
43893
43902
|
},
|
|
43894
43903
|
{
|
|
43895
|
-
"$ref": "#/definitions/
|
|
43904
|
+
"$ref": "#/definitions/IMarkAreaAngleSpec"
|
|
43896
43905
|
},
|
|
43897
43906
|
{
|
|
43898
43907
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -43911,7 +43920,7 @@
|
|
|
43911
43920
|
"typeof": "function"
|
|
43912
43921
|
},
|
|
43913
43922
|
{
|
|
43914
|
-
"$ref": "#/definitions/
|
|
43923
|
+
"$ref": "#/definitions/IMarkAreaRadiusSpec"
|
|
43915
43924
|
},
|
|
43916
43925
|
{
|
|
43917
43926
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -43930,7 +43939,7 @@
|
|
|
43930
43939
|
"typeof": "function"
|
|
43931
43940
|
},
|
|
43932
43941
|
{
|
|
43933
|
-
"$ref": "#/definitions/
|
|
43942
|
+
"$ref": "#/definitions/IMarkAreaAngleRadiusSpec"
|
|
43934
43943
|
},
|
|
43935
43944
|
{
|
|
43936
43945
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -43949,7 +43958,7 @@
|
|
|
43949
43958
|
"typeof": "function"
|
|
43950
43959
|
},
|
|
43951
43960
|
{
|
|
43952
|
-
"
|
|
43961
|
+
"typeof": "function"
|
|
43953
43962
|
},
|
|
43954
43963
|
{
|
|
43955
43964
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -45674,6 +45683,15 @@
|
|
|
45674
45683
|
],
|
|
45675
45684
|
"description": "标签智能反色配置"
|
|
45676
45685
|
},
|
|
45686
|
+
"stackDataFilterType": {
|
|
45687
|
+
"description": "堆积数据过滤类型",
|
|
45688
|
+
"enum": [
|
|
45689
|
+
"max",
|
|
45690
|
+
"min"
|
|
45691
|
+
],
|
|
45692
|
+
"since": "1.12.0",
|
|
45693
|
+
"type": "string"
|
|
45694
|
+
},
|
|
45677
45695
|
"state": {
|
|
45678
45696
|
"typeof": "function"
|
|
45679
45697
|
},
|
|
@@ -46629,15 +46647,15 @@
|
|
|
46629
46647
|
},
|
|
46630
46648
|
"ILegendSpec": {
|
|
46631
46649
|
"anyOf": [
|
|
46632
|
-
{
|
|
46633
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
46634
|
-
"description": "spec"
|
|
46635
|
-
},
|
|
46636
46650
|
{
|
|
46637
46651
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
46638
46652
|
},
|
|
46639
46653
|
{
|
|
46640
46654
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
46655
|
+
},
|
|
46656
|
+
{
|
|
46657
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
46658
|
+
"description": "spec"
|
|
46641
46659
|
}
|
|
46642
46660
|
]
|
|
46643
46661
|
},
|
|
@@ -46670,10 +46688,10 @@
|
|
|
46670
46688
|
"animationDisappear": {
|
|
46671
46689
|
"anyOf": [
|
|
46672
46690
|
{
|
|
46673
|
-
"$ref": "#/definitions/
|
|
46691
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<LineAppearPreset>,\"preset\">"
|
|
46674
46692
|
},
|
|
46675
46693
|
{
|
|
46676
|
-
"$ref": "#/definitions/
|
|
46694
|
+
"$ref": "#/definitions/Partial<Record<LineMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
46677
46695
|
},
|
|
46678
46696
|
{
|
|
46679
46697
|
"type": "boolean"
|
|
@@ -46684,10 +46702,10 @@
|
|
|
46684
46702
|
"animationEnter": {
|
|
46685
46703
|
"anyOf": [
|
|
46686
46704
|
{
|
|
46687
|
-
"$ref": "#/definitions/
|
|
46705
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<LineAppearPreset>,\"preset\">"
|
|
46688
46706
|
},
|
|
46689
46707
|
{
|
|
46690
|
-
"$ref": "#/definitions/
|
|
46708
|
+
"$ref": "#/definitions/Partial<Record<LineMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
46691
46709
|
},
|
|
46692
46710
|
{
|
|
46693
46711
|
"type": "boolean"
|
|
@@ -46698,10 +46716,10 @@
|
|
|
46698
46716
|
"animationExit": {
|
|
46699
46717
|
"anyOf": [
|
|
46700
46718
|
{
|
|
46701
|
-
"$ref": "#/definitions/
|
|
46719
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<LineAppearPreset>,\"preset\">"
|
|
46702
46720
|
},
|
|
46703
46721
|
{
|
|
46704
|
-
"$ref": "#/definitions/
|
|
46722
|
+
"$ref": "#/definitions/Partial<Record<LineMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
46705
46723
|
},
|
|
46706
46724
|
{
|
|
46707
46725
|
"type": "boolean"
|
|
@@ -46721,10 +46739,10 @@
|
|
|
46721
46739
|
"animationUpdate": {
|
|
46722
46740
|
"anyOf": [
|
|
46723
46741
|
{
|
|
46724
|
-
"$ref": "#/definitions/
|
|
46742
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<LineAppearPreset>,\"preset\">"
|
|
46725
46743
|
},
|
|
46726
46744
|
{
|
|
46727
|
-
"$ref": "#/definitions/
|
|
46745
|
+
"$ref": "#/definitions/Partial<Record<LineMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
46728
46746
|
},
|
|
46729
46747
|
{
|
|
46730
46748
|
"type": "boolean"
|
|
@@ -46883,16 +46901,16 @@
|
|
|
46883
46901
|
},
|
|
46884
46902
|
"legends": {
|
|
46885
46903
|
"anyOf": [
|
|
46886
|
-
{
|
|
46887
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
46888
|
-
"description": "spec"
|
|
46889
|
-
},
|
|
46890
46904
|
{
|
|
46891
46905
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
46892
46906
|
},
|
|
46893
46907
|
{
|
|
46894
46908
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
46895
46909
|
},
|
|
46910
|
+
{
|
|
46911
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
46912
|
+
"description": "spec"
|
|
46913
|
+
},
|
|
46896
46914
|
{
|
|
46897
46915
|
"items": {
|
|
46898
46916
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -46920,25 +46938,6 @@
|
|
|
46920
46938
|
},
|
|
46921
46939
|
"markArea": {
|
|
46922
46940
|
"anyOf": [
|
|
46923
|
-
{
|
|
46924
|
-
"allOf": [
|
|
46925
|
-
{
|
|
46926
|
-
"$ref": "#/definitions/IComponentSpec"
|
|
46927
|
-
},
|
|
46928
|
-
{
|
|
46929
|
-
"typeof": "function"
|
|
46930
|
-
},
|
|
46931
|
-
{
|
|
46932
|
-
"typeof": "function"
|
|
46933
|
-
},
|
|
46934
|
-
{
|
|
46935
|
-
"$ref": "#/definitions/IMarkAreaTheme"
|
|
46936
|
-
},
|
|
46937
|
-
{
|
|
46938
|
-
"typeof": "function"
|
|
46939
|
-
}
|
|
46940
|
-
]
|
|
46941
|
-
},
|
|
46942
46941
|
{
|
|
46943
46942
|
"allOf": [
|
|
46944
46943
|
{
|
|
@@ -47072,6 +47071,25 @@
|
|
|
47072
47071
|
}
|
|
47073
47072
|
]
|
|
47074
47073
|
},
|
|
47074
|
+
{
|
|
47075
|
+
"allOf": [
|
|
47076
|
+
{
|
|
47077
|
+
"$ref": "#/definitions/IComponentSpec"
|
|
47078
|
+
},
|
|
47079
|
+
{
|
|
47080
|
+
"typeof": "function"
|
|
47081
|
+
},
|
|
47082
|
+
{
|
|
47083
|
+
"typeof": "function"
|
|
47084
|
+
},
|
|
47085
|
+
{
|
|
47086
|
+
"$ref": "#/definitions/IMarkAreaTheme"
|
|
47087
|
+
},
|
|
47088
|
+
{
|
|
47089
|
+
"typeof": "function"
|
|
47090
|
+
}
|
|
47091
|
+
]
|
|
47092
|
+
},
|
|
47075
47093
|
{
|
|
47076
47094
|
"items": {
|
|
47077
47095
|
"$ref": "#/definitions/IMarkAreaSpec"
|
|
@@ -48049,10 +48067,10 @@
|
|
|
48049
48067
|
"animationDisappear": {
|
|
48050
48068
|
"anyOf": [
|
|
48051
48069
|
{
|
|
48052
|
-
"$ref": "#/definitions/
|
|
48070
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<LineAppearPreset>,\"preset\">"
|
|
48053
48071
|
},
|
|
48054
48072
|
{
|
|
48055
|
-
"$ref": "#/definitions/
|
|
48073
|
+
"$ref": "#/definitions/Partial<Record<LineMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
48056
48074
|
},
|
|
48057
48075
|
{
|
|
48058
48076
|
"type": "boolean"
|
|
@@ -48063,10 +48081,10 @@
|
|
|
48063
48081
|
"animationEnter": {
|
|
48064
48082
|
"anyOf": [
|
|
48065
48083
|
{
|
|
48066
|
-
"$ref": "#/definitions/
|
|
48084
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<LineAppearPreset>,\"preset\">"
|
|
48067
48085
|
},
|
|
48068
48086
|
{
|
|
48069
|
-
"$ref": "#/definitions/
|
|
48087
|
+
"$ref": "#/definitions/Partial<Record<LineMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
48070
48088
|
},
|
|
48071
48089
|
{
|
|
48072
48090
|
"type": "boolean"
|
|
@@ -48077,10 +48095,10 @@
|
|
|
48077
48095
|
"animationExit": {
|
|
48078
48096
|
"anyOf": [
|
|
48079
48097
|
{
|
|
48080
|
-
"$ref": "#/definitions/
|
|
48098
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<LineAppearPreset>,\"preset\">"
|
|
48081
48099
|
},
|
|
48082
48100
|
{
|
|
48083
|
-
"$ref": "#/definitions/
|
|
48101
|
+
"$ref": "#/definitions/Partial<Record<LineMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
48084
48102
|
},
|
|
48085
48103
|
{
|
|
48086
48104
|
"type": "boolean"
|
|
@@ -48100,10 +48118,10 @@
|
|
|
48100
48118
|
"animationUpdate": {
|
|
48101
48119
|
"anyOf": [
|
|
48102
48120
|
{
|
|
48103
|
-
"$ref": "#/definitions/
|
|
48121
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<LineAppearPreset>,\"preset\">"
|
|
48104
48122
|
},
|
|
48105
48123
|
{
|
|
48106
|
-
"$ref": "#/definitions/
|
|
48124
|
+
"$ref": "#/definitions/Partial<Record<LineMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
48107
48125
|
},
|
|
48108
48126
|
{
|
|
48109
48127
|
"type": "boolean"
|
|
@@ -48736,16 +48754,16 @@
|
|
|
48736
48754
|
},
|
|
48737
48755
|
"legends": {
|
|
48738
48756
|
"anyOf": [
|
|
48739
|
-
{
|
|
48740
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
48741
|
-
"description": "spec"
|
|
48742
|
-
},
|
|
48743
48757
|
{
|
|
48744
48758
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
48745
48759
|
},
|
|
48746
48760
|
{
|
|
48747
48761
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
48748
48762
|
},
|
|
48763
|
+
{
|
|
48764
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
48765
|
+
"description": "spec"
|
|
48766
|
+
},
|
|
48749
48767
|
{
|
|
48750
48768
|
"items": {
|
|
48751
48769
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -49694,16 +49712,16 @@
|
|
|
49694
49712
|
},
|
|
49695
49713
|
"legends": {
|
|
49696
49714
|
"anyOf": [
|
|
49697
|
-
{
|
|
49698
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
49699
|
-
"description": "spec"
|
|
49700
|
-
},
|
|
49701
49715
|
{
|
|
49702
49716
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
49703
49717
|
},
|
|
49704
49718
|
{
|
|
49705
49719
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
49706
49720
|
},
|
|
49721
|
+
{
|
|
49722
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
49723
|
+
"description": "spec"
|
|
49724
|
+
},
|
|
49707
49725
|
{
|
|
49708
49726
|
"items": {
|
|
49709
49727
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -49736,7 +49754,7 @@
|
|
|
49736
49754
|
"typeof": "function"
|
|
49737
49755
|
},
|
|
49738
49756
|
{
|
|
49739
|
-
"
|
|
49757
|
+
"$ref": "#/definitions/IMarkAreaXSpec"
|
|
49740
49758
|
},
|
|
49741
49759
|
{
|
|
49742
49760
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -49755,7 +49773,7 @@
|
|
|
49755
49773
|
"typeof": "function"
|
|
49756
49774
|
},
|
|
49757
49775
|
{
|
|
49758
|
-
"$ref": "#/definitions/
|
|
49776
|
+
"$ref": "#/definitions/IMarkAreaYSpec"
|
|
49759
49777
|
},
|
|
49760
49778
|
{
|
|
49761
49779
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -49774,7 +49792,7 @@
|
|
|
49774
49792
|
"typeof": "function"
|
|
49775
49793
|
},
|
|
49776
49794
|
{
|
|
49777
|
-
"$ref": "#/definitions/
|
|
49795
|
+
"$ref": "#/definitions/IMarkAreaXYSpec"
|
|
49778
49796
|
},
|
|
49779
49797
|
{
|
|
49780
49798
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -49793,7 +49811,7 @@
|
|
|
49793
49811
|
"typeof": "function"
|
|
49794
49812
|
},
|
|
49795
49813
|
{
|
|
49796
|
-
"$ref": "#/definitions/
|
|
49814
|
+
"$ref": "#/definitions/IMarkAreaAngleSpec"
|
|
49797
49815
|
},
|
|
49798
49816
|
{
|
|
49799
49817
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -49812,7 +49830,7 @@
|
|
|
49812
49830
|
"typeof": "function"
|
|
49813
49831
|
},
|
|
49814
49832
|
{
|
|
49815
|
-
"$ref": "#/definitions/
|
|
49833
|
+
"$ref": "#/definitions/IMarkAreaRadiusSpec"
|
|
49816
49834
|
},
|
|
49817
49835
|
{
|
|
49818
49836
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -49831,7 +49849,7 @@
|
|
|
49831
49849
|
"typeof": "function"
|
|
49832
49850
|
},
|
|
49833
49851
|
{
|
|
49834
|
-
"$ref": "#/definitions/
|
|
49852
|
+
"$ref": "#/definitions/IMarkAreaAngleRadiusSpec"
|
|
49835
49853
|
},
|
|
49836
49854
|
{
|
|
49837
49855
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -49850,7 +49868,7 @@
|
|
|
49850
49868
|
"typeof": "function"
|
|
49851
49869
|
},
|
|
49852
49870
|
{
|
|
49853
|
-
"
|
|
49871
|
+
"typeof": "function"
|
|
49854
49872
|
},
|
|
49855
49873
|
{
|
|
49856
49874
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -50830,10 +50848,10 @@
|
|
|
50830
50848
|
"animationDisappear": {
|
|
50831
50849
|
"anyOf": [
|
|
50832
50850
|
{
|
|
50833
|
-
"$ref": "#/definitions/
|
|
50851
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<\"fadeIn\">,\"preset\">"
|
|
50834
50852
|
},
|
|
50835
50853
|
{
|
|
50836
|
-
"$ref": "#/definitions/
|
|
50854
|
+
"$ref": "#/definitions/Partial<Record<\"area\",false|IAnimationConfig|IAnimationConfig[]>>"
|
|
50837
50855
|
},
|
|
50838
50856
|
{
|
|
50839
50857
|
"type": "boolean"
|
|
@@ -50844,10 +50862,10 @@
|
|
|
50844
50862
|
"animationEnter": {
|
|
50845
50863
|
"anyOf": [
|
|
50846
50864
|
{
|
|
50847
|
-
"$ref": "#/definitions/
|
|
50865
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<\"fadeIn\">,\"preset\">"
|
|
50848
50866
|
},
|
|
50849
50867
|
{
|
|
50850
|
-
"$ref": "#/definitions/
|
|
50868
|
+
"$ref": "#/definitions/Partial<Record<\"area\",false|IAnimationConfig|IAnimationConfig[]>>"
|
|
50851
50869
|
},
|
|
50852
50870
|
{
|
|
50853
50871
|
"type": "boolean"
|
|
@@ -50858,10 +50876,10 @@
|
|
|
50858
50876
|
"animationExit": {
|
|
50859
50877
|
"anyOf": [
|
|
50860
50878
|
{
|
|
50861
|
-
"$ref": "#/definitions/
|
|
50879
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<\"fadeIn\">,\"preset\">"
|
|
50862
50880
|
},
|
|
50863
50881
|
{
|
|
50864
|
-
"$ref": "#/definitions/
|
|
50882
|
+
"$ref": "#/definitions/Partial<Record<\"area\",false|IAnimationConfig|IAnimationConfig[]>>"
|
|
50865
50883
|
},
|
|
50866
50884
|
{
|
|
50867
50885
|
"type": "boolean"
|
|
@@ -50881,10 +50899,10 @@
|
|
|
50881
50899
|
"animationUpdate": {
|
|
50882
50900
|
"anyOf": [
|
|
50883
50901
|
{
|
|
50884
|
-
"$ref": "#/definitions/
|
|
50902
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<\"fadeIn\">,\"preset\">"
|
|
50885
50903
|
},
|
|
50886
50904
|
{
|
|
50887
|
-
"$ref": "#/definitions/
|
|
50905
|
+
"$ref": "#/definitions/Partial<Record<\"area\",false|IAnimationConfig|IAnimationConfig[]>>"
|
|
50888
50906
|
},
|
|
50889
50907
|
{
|
|
50890
50908
|
"type": "boolean"
|
|
@@ -51048,16 +51066,16 @@
|
|
|
51048
51066
|
},
|
|
51049
51067
|
"legends": {
|
|
51050
51068
|
"anyOf": [
|
|
51051
|
-
{
|
|
51052
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
51053
|
-
"description": "spec"
|
|
51054
|
-
},
|
|
51055
51069
|
{
|
|
51056
51070
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
51057
51071
|
},
|
|
51058
51072
|
{
|
|
51059
51073
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
51060
51074
|
},
|
|
51075
|
+
{
|
|
51076
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
51077
|
+
"description": "spec"
|
|
51078
|
+
},
|
|
51061
51079
|
{
|
|
51062
51080
|
"items": {
|
|
51063
51081
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -51306,10 +51324,10 @@
|
|
|
51306
51324
|
"animationDisappear": {
|
|
51307
51325
|
"anyOf": [
|
|
51308
51326
|
{
|
|
51309
|
-
"$ref": "#/definitions/
|
|
51327
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<\"fadeIn\">,\"preset\">"
|
|
51310
51328
|
},
|
|
51311
51329
|
{
|
|
51312
|
-
"$ref": "#/definitions/
|
|
51330
|
+
"$ref": "#/definitions/Partial<Record<\"area\",false|IAnimationConfig|IAnimationConfig[]>>"
|
|
51313
51331
|
},
|
|
51314
51332
|
{
|
|
51315
51333
|
"type": "boolean"
|
|
@@ -51320,10 +51338,10 @@
|
|
|
51320
51338
|
"animationEnter": {
|
|
51321
51339
|
"anyOf": [
|
|
51322
51340
|
{
|
|
51323
|
-
"$ref": "#/definitions/
|
|
51341
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<\"fadeIn\">,\"preset\">"
|
|
51324
51342
|
},
|
|
51325
51343
|
{
|
|
51326
|
-
"$ref": "#/definitions/
|
|
51344
|
+
"$ref": "#/definitions/Partial<Record<\"area\",false|IAnimationConfig|IAnimationConfig[]>>"
|
|
51327
51345
|
},
|
|
51328
51346
|
{
|
|
51329
51347
|
"type": "boolean"
|
|
@@ -51334,10 +51352,10 @@
|
|
|
51334
51352
|
"animationExit": {
|
|
51335
51353
|
"anyOf": [
|
|
51336
51354
|
{
|
|
51337
|
-
"$ref": "#/definitions/
|
|
51355
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<\"fadeIn\">,\"preset\">"
|
|
51338
51356
|
},
|
|
51339
51357
|
{
|
|
51340
|
-
"$ref": "#/definitions/
|
|
51358
|
+
"$ref": "#/definitions/Partial<Record<\"area\",false|IAnimationConfig|IAnimationConfig[]>>"
|
|
51341
51359
|
},
|
|
51342
51360
|
{
|
|
51343
51361
|
"type": "boolean"
|
|
@@ -51357,10 +51375,10 @@
|
|
|
51357
51375
|
"animationUpdate": {
|
|
51358
51376
|
"anyOf": [
|
|
51359
51377
|
{
|
|
51360
|
-
"$ref": "#/definitions/
|
|
51378
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<\"fadeIn\">,\"preset\">"
|
|
51361
51379
|
},
|
|
51362
51380
|
{
|
|
51363
|
-
"$ref": "#/definitions/
|
|
51381
|
+
"$ref": "#/definitions/Partial<Record<\"area\",false|IAnimationConfig|IAnimationConfig[]>>"
|
|
51364
51382
|
},
|
|
51365
51383
|
{
|
|
51366
51384
|
"type": "boolean"
|
|
@@ -51857,7 +51875,7 @@
|
|
|
51857
51875
|
"typeof": "function"
|
|
51858
51876
|
},
|
|
51859
51877
|
{
|
|
51860
|
-
"
|
|
51878
|
+
"$ref": "#/definitions/IMarkAreaXSpec"
|
|
51861
51879
|
},
|
|
51862
51880
|
{
|
|
51863
51881
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -51876,7 +51894,7 @@
|
|
|
51876
51894
|
"typeof": "function"
|
|
51877
51895
|
},
|
|
51878
51896
|
{
|
|
51879
|
-
"$ref": "#/definitions/
|
|
51897
|
+
"$ref": "#/definitions/IMarkAreaYSpec"
|
|
51880
51898
|
},
|
|
51881
51899
|
{
|
|
51882
51900
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -51895,7 +51913,7 @@
|
|
|
51895
51913
|
"typeof": "function"
|
|
51896
51914
|
},
|
|
51897
51915
|
{
|
|
51898
|
-
"$ref": "#/definitions/
|
|
51916
|
+
"$ref": "#/definitions/IMarkAreaXYSpec"
|
|
51899
51917
|
},
|
|
51900
51918
|
{
|
|
51901
51919
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -51914,7 +51932,7 @@
|
|
|
51914
51932
|
"typeof": "function"
|
|
51915
51933
|
},
|
|
51916
51934
|
{
|
|
51917
|
-
"$ref": "#/definitions/
|
|
51935
|
+
"$ref": "#/definitions/IMarkAreaAngleSpec"
|
|
51918
51936
|
},
|
|
51919
51937
|
{
|
|
51920
51938
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -51933,7 +51951,7 @@
|
|
|
51933
51951
|
"typeof": "function"
|
|
51934
51952
|
},
|
|
51935
51953
|
{
|
|
51936
|
-
"$ref": "#/definitions/
|
|
51954
|
+
"$ref": "#/definitions/IMarkAreaRadiusSpec"
|
|
51937
51955
|
},
|
|
51938
51956
|
{
|
|
51939
51957
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -51952,7 +51970,7 @@
|
|
|
51952
51970
|
"typeof": "function"
|
|
51953
51971
|
},
|
|
51954
51972
|
{
|
|
51955
|
-
"$ref": "#/definitions/
|
|
51973
|
+
"$ref": "#/definitions/IMarkAreaAngleRadiusSpec"
|
|
51956
51974
|
},
|
|
51957
51975
|
{
|
|
51958
51976
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -51971,7 +51989,7 @@
|
|
|
51971
51989
|
"typeof": "function"
|
|
51972
51990
|
},
|
|
51973
51991
|
{
|
|
51974
|
-
"
|
|
51992
|
+
"typeof": "function"
|
|
51975
51993
|
},
|
|
51976
51994
|
{
|
|
51977
51995
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -54985,10 +55003,10 @@
|
|
|
54985
55003
|
"animationDisappear": {
|
|
54986
55004
|
"anyOf": [
|
|
54987
55005
|
{
|
|
54988
|
-
"$ref": "#/definitions/
|
|
55006
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<PieAppearPreset>,\"preset\">"
|
|
54989
55007
|
},
|
|
54990
55008
|
{
|
|
54991
|
-
"$ref": "#/definitions/
|
|
55009
|
+
"$ref": "#/definitions/Partial<Record<PieMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
54992
55010
|
},
|
|
54993
55011
|
{
|
|
54994
55012
|
"type": "boolean"
|
|
@@ -54999,10 +55017,10 @@
|
|
|
54999
55017
|
"animationEnter": {
|
|
55000
55018
|
"anyOf": [
|
|
55001
55019
|
{
|
|
55002
|
-
"$ref": "#/definitions/
|
|
55020
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<PieAppearPreset>,\"preset\">"
|
|
55003
55021
|
},
|
|
55004
55022
|
{
|
|
55005
|
-
"$ref": "#/definitions/
|
|
55023
|
+
"$ref": "#/definitions/Partial<Record<PieMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
55006
55024
|
},
|
|
55007
55025
|
{
|
|
55008
55026
|
"type": "boolean"
|
|
@@ -55013,10 +55031,10 @@
|
|
|
55013
55031
|
"animationExit": {
|
|
55014
55032
|
"anyOf": [
|
|
55015
55033
|
{
|
|
55016
|
-
"$ref": "#/definitions/
|
|
55034
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<PieAppearPreset>,\"preset\">"
|
|
55017
55035
|
},
|
|
55018
55036
|
{
|
|
55019
|
-
"$ref": "#/definitions/
|
|
55037
|
+
"$ref": "#/definitions/Partial<Record<PieMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
55020
55038
|
},
|
|
55021
55039
|
{
|
|
55022
55040
|
"type": "boolean"
|
|
@@ -55036,10 +55054,10 @@
|
|
|
55036
55054
|
"animationUpdate": {
|
|
55037
55055
|
"anyOf": [
|
|
55038
55056
|
{
|
|
55039
|
-
"$ref": "#/definitions/
|
|
55057
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<PieAppearPreset>,\"preset\">"
|
|
55040
55058
|
},
|
|
55041
55059
|
{
|
|
55042
|
-
"$ref": "#/definitions/
|
|
55060
|
+
"$ref": "#/definitions/Partial<Record<PieMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
55043
55061
|
},
|
|
55044
55062
|
{
|
|
55045
55063
|
"type": "boolean"
|
|
@@ -55224,16 +55242,16 @@
|
|
|
55224
55242
|
},
|
|
55225
55243
|
"legends": {
|
|
55226
55244
|
"anyOf": [
|
|
55227
|
-
{
|
|
55228
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
55229
|
-
"description": "spec"
|
|
55230
|
-
},
|
|
55231
55245
|
{
|
|
55232
55246
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
55233
55247
|
},
|
|
55234
55248
|
{
|
|
55235
55249
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
55236
55250
|
},
|
|
55251
|
+
{
|
|
55252
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
55253
|
+
"description": "spec"
|
|
55254
|
+
},
|
|
55237
55255
|
{
|
|
55238
55256
|
"items": {
|
|
55239
55257
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -55533,10 +55551,10 @@
|
|
|
55533
55551
|
"animationDisappear": {
|
|
55534
55552
|
"anyOf": [
|
|
55535
55553
|
{
|
|
55536
|
-
"$ref": "#/definitions/
|
|
55554
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<PieAppearPreset>,\"preset\">"
|
|
55537
55555
|
},
|
|
55538
55556
|
{
|
|
55539
|
-
"$ref": "#/definitions/
|
|
55557
|
+
"$ref": "#/definitions/Partial<Record<PieMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
55540
55558
|
},
|
|
55541
55559
|
{
|
|
55542
55560
|
"type": "boolean"
|
|
@@ -55547,10 +55565,10 @@
|
|
|
55547
55565
|
"animationEnter": {
|
|
55548
55566
|
"anyOf": [
|
|
55549
55567
|
{
|
|
55550
|
-
"$ref": "#/definitions/
|
|
55568
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<PieAppearPreset>,\"preset\">"
|
|
55551
55569
|
},
|
|
55552
55570
|
{
|
|
55553
|
-
"$ref": "#/definitions/
|
|
55571
|
+
"$ref": "#/definitions/Partial<Record<PieMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
55554
55572
|
},
|
|
55555
55573
|
{
|
|
55556
55574
|
"type": "boolean"
|
|
@@ -55561,10 +55579,10 @@
|
|
|
55561
55579
|
"animationExit": {
|
|
55562
55580
|
"anyOf": [
|
|
55563
55581
|
{
|
|
55564
|
-
"$ref": "#/definitions/
|
|
55582
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<PieAppearPreset>,\"preset\">"
|
|
55565
55583
|
},
|
|
55566
55584
|
{
|
|
55567
|
-
"$ref": "#/definitions/
|
|
55585
|
+
"$ref": "#/definitions/Partial<Record<PieMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
55568
55586
|
},
|
|
55569
55587
|
{
|
|
55570
55588
|
"type": "boolean"
|
|
@@ -55584,10 +55602,10 @@
|
|
|
55584
55602
|
"animationUpdate": {
|
|
55585
55603
|
"anyOf": [
|
|
55586
55604
|
{
|
|
55587
|
-
"$ref": "#/definitions/
|
|
55605
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<PieAppearPreset>,\"preset\">"
|
|
55588
55606
|
},
|
|
55589
55607
|
{
|
|
55590
|
-
"$ref": "#/definitions/
|
|
55608
|
+
"$ref": "#/definitions/Partial<Record<PieMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
55591
55609
|
},
|
|
55592
55610
|
{
|
|
55593
55611
|
"type": "boolean"
|
|
@@ -55772,16 +55790,16 @@
|
|
|
55772
55790
|
},
|
|
55773
55791
|
"legends": {
|
|
55774
55792
|
"anyOf": [
|
|
55775
|
-
{
|
|
55776
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
55777
|
-
"description": "spec"
|
|
55778
|
-
},
|
|
55779
55793
|
{
|
|
55780
55794
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
55781
55795
|
},
|
|
55782
55796
|
{
|
|
55783
55797
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
55784
55798
|
},
|
|
55799
|
+
{
|
|
55800
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
55801
|
+
"description": "spec"
|
|
55802
|
+
},
|
|
55785
55803
|
{
|
|
55786
55804
|
"items": {
|
|
55787
55805
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -56034,10 +56052,10 @@
|
|
|
56034
56052
|
"animationDisappear": {
|
|
56035
56053
|
"anyOf": [
|
|
56036
56054
|
{
|
|
56037
|
-
"$ref": "#/definitions/
|
|
56055
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<PieAppearPreset>,\"preset\">"
|
|
56038
56056
|
},
|
|
56039
56057
|
{
|
|
56040
|
-
"$ref": "#/definitions/
|
|
56058
|
+
"$ref": "#/definitions/Partial<Record<PieMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
56041
56059
|
},
|
|
56042
56060
|
{
|
|
56043
56061
|
"type": "boolean"
|
|
@@ -56048,10 +56066,10 @@
|
|
|
56048
56066
|
"animationEnter": {
|
|
56049
56067
|
"anyOf": [
|
|
56050
56068
|
{
|
|
56051
|
-
"$ref": "#/definitions/
|
|
56069
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<PieAppearPreset>,\"preset\">"
|
|
56052
56070
|
},
|
|
56053
56071
|
{
|
|
56054
|
-
"$ref": "#/definitions/
|
|
56072
|
+
"$ref": "#/definitions/Partial<Record<PieMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
56055
56073
|
},
|
|
56056
56074
|
{
|
|
56057
56075
|
"type": "boolean"
|
|
@@ -56062,10 +56080,10 @@
|
|
|
56062
56080
|
"animationExit": {
|
|
56063
56081
|
"anyOf": [
|
|
56064
56082
|
{
|
|
56065
|
-
"$ref": "#/definitions/
|
|
56083
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<PieAppearPreset>,\"preset\">"
|
|
56066
56084
|
},
|
|
56067
56085
|
{
|
|
56068
|
-
"$ref": "#/definitions/
|
|
56086
|
+
"$ref": "#/definitions/Partial<Record<PieMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
56069
56087
|
},
|
|
56070
56088
|
{
|
|
56071
56089
|
"type": "boolean"
|
|
@@ -56085,10 +56103,10 @@
|
|
|
56085
56103
|
"animationUpdate": {
|
|
56086
56104
|
"anyOf": [
|
|
56087
56105
|
{
|
|
56088
|
-
"$ref": "#/definitions/
|
|
56106
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<PieAppearPreset>,\"preset\">"
|
|
56089
56107
|
},
|
|
56090
56108
|
{
|
|
56091
|
-
"$ref": "#/definitions/
|
|
56109
|
+
"$ref": "#/definitions/Partial<Record<PieMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
56092
56110
|
},
|
|
56093
56111
|
{
|
|
56094
56112
|
"type": "boolean"
|
|
@@ -58391,10 +58409,10 @@
|
|
|
58391
58409
|
"animationDisappear": {
|
|
58392
58410
|
"anyOf": [
|
|
58393
58411
|
{
|
|
58394
|
-
"$ref": "#/definitions/
|
|
58412
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<RadarAppearPreset>,\"preset\">"
|
|
58395
58413
|
},
|
|
58396
58414
|
{
|
|
58397
|
-
"$ref": "#/definitions/
|
|
58415
|
+
"$ref": "#/definitions/Partial<Record<RadarMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
58398
58416
|
},
|
|
58399
58417
|
{
|
|
58400
58418
|
"type": "boolean"
|
|
@@ -58405,10 +58423,10 @@
|
|
|
58405
58423
|
"animationEnter": {
|
|
58406
58424
|
"anyOf": [
|
|
58407
58425
|
{
|
|
58408
|
-
"$ref": "#/definitions/
|
|
58426
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<RadarAppearPreset>,\"preset\">"
|
|
58409
58427
|
},
|
|
58410
58428
|
{
|
|
58411
|
-
"$ref": "#/definitions/
|
|
58429
|
+
"$ref": "#/definitions/Partial<Record<RadarMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
58412
58430
|
},
|
|
58413
58431
|
{
|
|
58414
58432
|
"type": "boolean"
|
|
@@ -58419,10 +58437,10 @@
|
|
|
58419
58437
|
"animationExit": {
|
|
58420
58438
|
"anyOf": [
|
|
58421
58439
|
{
|
|
58422
|
-
"$ref": "#/definitions/
|
|
58440
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<RadarAppearPreset>,\"preset\">"
|
|
58423
58441
|
},
|
|
58424
58442
|
{
|
|
58425
|
-
"$ref": "#/definitions/
|
|
58443
|
+
"$ref": "#/definitions/Partial<Record<RadarMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
58426
58444
|
},
|
|
58427
58445
|
{
|
|
58428
58446
|
"type": "boolean"
|
|
@@ -58442,10 +58460,10 @@
|
|
|
58442
58460
|
"animationUpdate": {
|
|
58443
58461
|
"anyOf": [
|
|
58444
58462
|
{
|
|
58445
|
-
"$ref": "#/definitions/
|
|
58463
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<RadarAppearPreset>,\"preset\">"
|
|
58446
58464
|
},
|
|
58447
58465
|
{
|
|
58448
|
-
"$ref": "#/definitions/
|
|
58466
|
+
"$ref": "#/definitions/Partial<Record<RadarMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
58449
58467
|
},
|
|
58450
58468
|
{
|
|
58451
58469
|
"type": "boolean"
|
|
@@ -58657,16 +58675,16 @@
|
|
|
58657
58675
|
},
|
|
58658
58676
|
"legends": {
|
|
58659
58677
|
"anyOf": [
|
|
58660
|
-
{
|
|
58661
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
58662
|
-
"description": "spec"
|
|
58663
|
-
},
|
|
58664
58678
|
{
|
|
58665
58679
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
58666
58680
|
},
|
|
58667
58681
|
{
|
|
58668
58682
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
58669
58683
|
},
|
|
58684
|
+
{
|
|
58685
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
58686
|
+
"description": "spec"
|
|
58687
|
+
},
|
|
58670
58688
|
{
|
|
58671
58689
|
"items": {
|
|
58672
58690
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -58962,10 +58980,10 @@
|
|
|
58962
58980
|
"animationDisappear": {
|
|
58963
58981
|
"anyOf": [
|
|
58964
58982
|
{
|
|
58965
|
-
"$ref": "#/definitions/
|
|
58983
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<RadarAppearPreset>,\"preset\">"
|
|
58966
58984
|
},
|
|
58967
58985
|
{
|
|
58968
|
-
"$ref": "#/definitions/
|
|
58986
|
+
"$ref": "#/definitions/Partial<Record<RadarMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
58969
58987
|
},
|
|
58970
58988
|
{
|
|
58971
58989
|
"type": "boolean"
|
|
@@ -58976,10 +58994,10 @@
|
|
|
58976
58994
|
"animationEnter": {
|
|
58977
58995
|
"anyOf": [
|
|
58978
58996
|
{
|
|
58979
|
-
"$ref": "#/definitions/
|
|
58997
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<RadarAppearPreset>,\"preset\">"
|
|
58980
58998
|
},
|
|
58981
58999
|
{
|
|
58982
|
-
"$ref": "#/definitions/
|
|
59000
|
+
"$ref": "#/definitions/Partial<Record<RadarMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
58983
59001
|
},
|
|
58984
59002
|
{
|
|
58985
59003
|
"type": "boolean"
|
|
@@ -58990,10 +59008,10 @@
|
|
|
58990
59008
|
"animationExit": {
|
|
58991
59009
|
"anyOf": [
|
|
58992
59010
|
{
|
|
58993
|
-
"$ref": "#/definitions/
|
|
59011
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<RadarAppearPreset>,\"preset\">"
|
|
58994
59012
|
},
|
|
58995
59013
|
{
|
|
58996
|
-
"$ref": "#/definitions/
|
|
59014
|
+
"$ref": "#/definitions/Partial<Record<RadarMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
58997
59015
|
},
|
|
58998
59016
|
{
|
|
58999
59017
|
"type": "boolean"
|
|
@@ -59013,10 +59031,10 @@
|
|
|
59013
59031
|
"animationUpdate": {
|
|
59014
59032
|
"anyOf": [
|
|
59015
59033
|
{
|
|
59016
|
-
"$ref": "#/definitions/
|
|
59034
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<RadarAppearPreset>,\"preset\">"
|
|
59017
59035
|
},
|
|
59018
59036
|
{
|
|
59019
|
-
"$ref": "#/definitions/
|
|
59037
|
+
"$ref": "#/definitions/Partial<Record<RadarMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
59020
59038
|
},
|
|
59021
59039
|
{
|
|
59022
59040
|
"type": "boolean"
|
|
@@ -59638,16 +59656,16 @@
|
|
|
59638
59656
|
},
|
|
59639
59657
|
"legends": {
|
|
59640
59658
|
"anyOf": [
|
|
59641
|
-
{
|
|
59642
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
59643
|
-
"description": "spec"
|
|
59644
|
-
},
|
|
59645
59659
|
{
|
|
59646
59660
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
59647
59661
|
},
|
|
59648
59662
|
{
|
|
59649
59663
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
59650
59664
|
},
|
|
59665
|
+
{
|
|
59666
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
59667
|
+
"description": "spec"
|
|
59668
|
+
},
|
|
59651
59669
|
{
|
|
59652
59670
|
"items": {
|
|
59653
59671
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -59672,7 +59690,7 @@
|
|
|
59672
59690
|
"typeof": "function"
|
|
59673
59691
|
},
|
|
59674
59692
|
{
|
|
59675
|
-
"
|
|
59693
|
+
"$ref": "#/definitions/IMarkAreaXSpec"
|
|
59676
59694
|
},
|
|
59677
59695
|
{
|
|
59678
59696
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -59691,7 +59709,7 @@
|
|
|
59691
59709
|
"typeof": "function"
|
|
59692
59710
|
},
|
|
59693
59711
|
{
|
|
59694
|
-
"$ref": "#/definitions/
|
|
59712
|
+
"$ref": "#/definitions/IMarkAreaYSpec"
|
|
59695
59713
|
},
|
|
59696
59714
|
{
|
|
59697
59715
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -59710,7 +59728,7 @@
|
|
|
59710
59728
|
"typeof": "function"
|
|
59711
59729
|
},
|
|
59712
59730
|
{
|
|
59713
|
-
"$ref": "#/definitions/
|
|
59731
|
+
"$ref": "#/definitions/IMarkAreaXYSpec"
|
|
59714
59732
|
},
|
|
59715
59733
|
{
|
|
59716
59734
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -59729,7 +59747,7 @@
|
|
|
59729
59747
|
"typeof": "function"
|
|
59730
59748
|
},
|
|
59731
59749
|
{
|
|
59732
|
-
"$ref": "#/definitions/
|
|
59750
|
+
"$ref": "#/definitions/IMarkAreaAngleSpec"
|
|
59733
59751
|
},
|
|
59734
59752
|
{
|
|
59735
59753
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -59748,7 +59766,7 @@
|
|
|
59748
59766
|
"typeof": "function"
|
|
59749
59767
|
},
|
|
59750
59768
|
{
|
|
59751
|
-
"$ref": "#/definitions/
|
|
59769
|
+
"$ref": "#/definitions/IMarkAreaRadiusSpec"
|
|
59752
59770
|
},
|
|
59753
59771
|
{
|
|
59754
59772
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -59767,7 +59785,7 @@
|
|
|
59767
59785
|
"typeof": "function"
|
|
59768
59786
|
},
|
|
59769
59787
|
{
|
|
59770
|
-
"$ref": "#/definitions/
|
|
59788
|
+
"$ref": "#/definitions/IMarkAreaAngleRadiusSpec"
|
|
59771
59789
|
},
|
|
59772
59790
|
{
|
|
59773
59791
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -59786,7 +59804,7 @@
|
|
|
59786
59804
|
"typeof": "function"
|
|
59787
59805
|
},
|
|
59788
59806
|
{
|
|
59789
|
-
"
|
|
59807
|
+
"typeof": "function"
|
|
59790
59808
|
},
|
|
59791
59809
|
{
|
|
59792
59810
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -61171,16 +61189,16 @@
|
|
|
61171
61189
|
},
|
|
61172
61190
|
"legends": {
|
|
61173
61191
|
"anyOf": [
|
|
61174
|
-
{
|
|
61175
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
61176
|
-
"description": "spec"
|
|
61177
|
-
},
|
|
61178
61192
|
{
|
|
61179
61193
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
61180
61194
|
},
|
|
61181
61195
|
{
|
|
61182
61196
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
61183
61197
|
},
|
|
61198
|
+
{
|
|
61199
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
61200
|
+
"description": "spec"
|
|
61201
|
+
},
|
|
61184
61202
|
{
|
|
61185
61203
|
"items": {
|
|
61186
61204
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -61201,7 +61219,7 @@
|
|
|
61201
61219
|
"typeof": "function"
|
|
61202
61220
|
},
|
|
61203
61221
|
{
|
|
61204
|
-
"
|
|
61222
|
+
"$ref": "#/definitions/IMarkAreaXSpec"
|
|
61205
61223
|
},
|
|
61206
61224
|
{
|
|
61207
61225
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -61220,7 +61238,7 @@
|
|
|
61220
61238
|
"typeof": "function"
|
|
61221
61239
|
},
|
|
61222
61240
|
{
|
|
61223
|
-
"$ref": "#/definitions/
|
|
61241
|
+
"$ref": "#/definitions/IMarkAreaYSpec"
|
|
61224
61242
|
},
|
|
61225
61243
|
{
|
|
61226
61244
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -61239,7 +61257,7 @@
|
|
|
61239
61257
|
"typeof": "function"
|
|
61240
61258
|
},
|
|
61241
61259
|
{
|
|
61242
|
-
"$ref": "#/definitions/
|
|
61260
|
+
"$ref": "#/definitions/IMarkAreaXYSpec"
|
|
61243
61261
|
},
|
|
61244
61262
|
{
|
|
61245
61263
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -61258,7 +61276,7 @@
|
|
|
61258
61276
|
"typeof": "function"
|
|
61259
61277
|
},
|
|
61260
61278
|
{
|
|
61261
|
-
"$ref": "#/definitions/
|
|
61279
|
+
"$ref": "#/definitions/IMarkAreaAngleSpec"
|
|
61262
61280
|
},
|
|
61263
61281
|
{
|
|
61264
61282
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -61277,7 +61295,7 @@
|
|
|
61277
61295
|
"typeof": "function"
|
|
61278
61296
|
},
|
|
61279
61297
|
{
|
|
61280
|
-
"$ref": "#/definitions/
|
|
61298
|
+
"$ref": "#/definitions/IMarkAreaRadiusSpec"
|
|
61281
61299
|
},
|
|
61282
61300
|
{
|
|
61283
61301
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -61296,7 +61314,7 @@
|
|
|
61296
61314
|
"typeof": "function"
|
|
61297
61315
|
},
|
|
61298
61316
|
{
|
|
61299
|
-
"$ref": "#/definitions/
|
|
61317
|
+
"$ref": "#/definitions/IMarkAreaAngleRadiusSpec"
|
|
61300
61318
|
},
|
|
61301
61319
|
{
|
|
61302
61320
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -61315,7 +61333,7 @@
|
|
|
61315
61333
|
"typeof": "function"
|
|
61316
61334
|
},
|
|
61317
61335
|
{
|
|
61318
|
-
"
|
|
61336
|
+
"typeof": "function"
|
|
61319
61337
|
},
|
|
61320
61338
|
{
|
|
61321
61339
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -62722,16 +62740,16 @@
|
|
|
62722
62740
|
},
|
|
62723
62741
|
"legends": {
|
|
62724
62742
|
"anyOf": [
|
|
62725
|
-
{
|
|
62726
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
62727
|
-
"description": "spec"
|
|
62728
|
-
},
|
|
62729
62743
|
{
|
|
62730
62744
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
62731
62745
|
},
|
|
62732
62746
|
{
|
|
62733
62747
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
62734
62748
|
},
|
|
62749
|
+
{
|
|
62750
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
62751
|
+
"description": "spec"
|
|
62752
|
+
},
|
|
62735
62753
|
{
|
|
62736
62754
|
"items": {
|
|
62737
62755
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -62752,7 +62770,7 @@
|
|
|
62752
62770
|
"typeof": "function"
|
|
62753
62771
|
},
|
|
62754
62772
|
{
|
|
62755
|
-
"
|
|
62773
|
+
"$ref": "#/definitions/IMarkAreaXSpec"
|
|
62756
62774
|
},
|
|
62757
62775
|
{
|
|
62758
62776
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -62771,7 +62789,7 @@
|
|
|
62771
62789
|
"typeof": "function"
|
|
62772
62790
|
},
|
|
62773
62791
|
{
|
|
62774
|
-
"$ref": "#/definitions/
|
|
62792
|
+
"$ref": "#/definitions/IMarkAreaYSpec"
|
|
62775
62793
|
},
|
|
62776
62794
|
{
|
|
62777
62795
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -62790,7 +62808,7 @@
|
|
|
62790
62808
|
"typeof": "function"
|
|
62791
62809
|
},
|
|
62792
62810
|
{
|
|
62793
|
-
"$ref": "#/definitions/
|
|
62811
|
+
"$ref": "#/definitions/IMarkAreaXYSpec"
|
|
62794
62812
|
},
|
|
62795
62813
|
{
|
|
62796
62814
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -62809,7 +62827,7 @@
|
|
|
62809
62827
|
"typeof": "function"
|
|
62810
62828
|
},
|
|
62811
62829
|
{
|
|
62812
|
-
"$ref": "#/definitions/
|
|
62830
|
+
"$ref": "#/definitions/IMarkAreaAngleSpec"
|
|
62813
62831
|
},
|
|
62814
62832
|
{
|
|
62815
62833
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -62828,7 +62846,7 @@
|
|
|
62828
62846
|
"typeof": "function"
|
|
62829
62847
|
},
|
|
62830
62848
|
{
|
|
62831
|
-
"$ref": "#/definitions/
|
|
62849
|
+
"$ref": "#/definitions/IMarkAreaRadiusSpec"
|
|
62832
62850
|
},
|
|
62833
62851
|
{
|
|
62834
62852
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -62847,7 +62865,7 @@
|
|
|
62847
62865
|
"typeof": "function"
|
|
62848
62866
|
},
|
|
62849
62867
|
{
|
|
62850
|
-
"$ref": "#/definitions/
|
|
62868
|
+
"$ref": "#/definitions/IMarkAreaAngleRadiusSpec"
|
|
62851
62869
|
},
|
|
62852
62870
|
{
|
|
62853
62871
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -62866,7 +62884,7 @@
|
|
|
62866
62884
|
"typeof": "function"
|
|
62867
62885
|
},
|
|
62868
62886
|
{
|
|
62869
|
-
"
|
|
62887
|
+
"typeof": "function"
|
|
62870
62888
|
},
|
|
62871
62889
|
{
|
|
62872
62890
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -64882,10 +64900,10 @@
|
|
|
64882
64900
|
"animationDisappear": {
|
|
64883
64901
|
"anyOf": [
|
|
64884
64902
|
{
|
|
64885
|
-
"$ref": "#/definitions/
|
|
64903
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<RoseAppearPreset>,\"preset\">"
|
|
64886
64904
|
},
|
|
64887
64905
|
{
|
|
64888
|
-
"$ref": "#/definitions/
|
|
64906
|
+
"$ref": "#/definitions/Partial<Record<\"rose\",false|IAnimationConfig|IAnimationConfig[]>>"
|
|
64889
64907
|
},
|
|
64890
64908
|
{
|
|
64891
64909
|
"type": "boolean"
|
|
@@ -64896,10 +64914,10 @@
|
|
|
64896
64914
|
"animationEnter": {
|
|
64897
64915
|
"anyOf": [
|
|
64898
64916
|
{
|
|
64899
|
-
"$ref": "#/definitions/
|
|
64917
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<RoseAppearPreset>,\"preset\">"
|
|
64900
64918
|
},
|
|
64901
64919
|
{
|
|
64902
|
-
"$ref": "#/definitions/
|
|
64920
|
+
"$ref": "#/definitions/Partial<Record<\"rose\",false|IAnimationConfig|IAnimationConfig[]>>"
|
|
64903
64921
|
},
|
|
64904
64922
|
{
|
|
64905
64923
|
"type": "boolean"
|
|
@@ -64910,10 +64928,10 @@
|
|
|
64910
64928
|
"animationExit": {
|
|
64911
64929
|
"anyOf": [
|
|
64912
64930
|
{
|
|
64913
|
-
"$ref": "#/definitions/
|
|
64931
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<RoseAppearPreset>,\"preset\">"
|
|
64914
64932
|
},
|
|
64915
64933
|
{
|
|
64916
|
-
"$ref": "#/definitions/
|
|
64934
|
+
"$ref": "#/definitions/Partial<Record<\"rose\",false|IAnimationConfig|IAnimationConfig[]>>"
|
|
64917
64935
|
},
|
|
64918
64936
|
{
|
|
64919
64937
|
"type": "boolean"
|
|
@@ -64933,10 +64951,10 @@
|
|
|
64933
64951
|
"animationUpdate": {
|
|
64934
64952
|
"anyOf": [
|
|
64935
64953
|
{
|
|
64936
|
-
"$ref": "#/definitions/
|
|
64954
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<RoseAppearPreset>,\"preset\">"
|
|
64937
64955
|
},
|
|
64938
64956
|
{
|
|
64939
|
-
"$ref": "#/definitions/
|
|
64957
|
+
"$ref": "#/definitions/Partial<Record<\"rose\",false|IAnimationConfig|IAnimationConfig[]>>"
|
|
64940
64958
|
},
|
|
64941
64959
|
{
|
|
64942
64960
|
"type": "boolean"
|
|
@@ -65136,16 +65154,16 @@
|
|
|
65136
65154
|
},
|
|
65137
65155
|
"legends": {
|
|
65138
65156
|
"anyOf": [
|
|
65139
|
-
{
|
|
65140
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
65141
|
-
"description": "spec"
|
|
65142
|
-
},
|
|
65143
65157
|
{
|
|
65144
65158
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
65145
65159
|
},
|
|
65146
65160
|
{
|
|
65147
65161
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
65148
65162
|
},
|
|
65163
|
+
{
|
|
65164
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
65165
|
+
"description": "spec"
|
|
65166
|
+
},
|
|
65149
65167
|
{
|
|
65150
65168
|
"items": {
|
|
65151
65169
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -65397,10 +65415,10 @@
|
|
|
65397
65415
|
"animationDisappear": {
|
|
65398
65416
|
"anyOf": [
|
|
65399
65417
|
{
|
|
65400
|
-
"$ref": "#/definitions/
|
|
65418
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<RoseAppearPreset>,\"preset\">"
|
|
65401
65419
|
},
|
|
65402
65420
|
{
|
|
65403
|
-
"$ref": "#/definitions/
|
|
65421
|
+
"$ref": "#/definitions/Partial<Record<\"rose\",false|IAnimationConfig|IAnimationConfig[]>>"
|
|
65404
65422
|
},
|
|
65405
65423
|
{
|
|
65406
65424
|
"type": "boolean"
|
|
@@ -65411,10 +65429,10 @@
|
|
|
65411
65429
|
"animationEnter": {
|
|
65412
65430
|
"anyOf": [
|
|
65413
65431
|
{
|
|
65414
|
-
"$ref": "#/definitions/
|
|
65432
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<RoseAppearPreset>,\"preset\">"
|
|
65415
65433
|
},
|
|
65416
65434
|
{
|
|
65417
|
-
"$ref": "#/definitions/
|
|
65435
|
+
"$ref": "#/definitions/Partial<Record<\"rose\",false|IAnimationConfig|IAnimationConfig[]>>"
|
|
65418
65436
|
},
|
|
65419
65437
|
{
|
|
65420
65438
|
"type": "boolean"
|
|
@@ -65425,10 +65443,10 @@
|
|
|
65425
65443
|
"animationExit": {
|
|
65426
65444
|
"anyOf": [
|
|
65427
65445
|
{
|
|
65428
|
-
"$ref": "#/definitions/
|
|
65446
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<RoseAppearPreset>,\"preset\">"
|
|
65429
65447
|
},
|
|
65430
65448
|
{
|
|
65431
|
-
"$ref": "#/definitions/
|
|
65449
|
+
"$ref": "#/definitions/Partial<Record<\"rose\",false|IAnimationConfig|IAnimationConfig[]>>"
|
|
65432
65450
|
},
|
|
65433
65451
|
{
|
|
65434
65452
|
"type": "boolean"
|
|
@@ -65448,10 +65466,10 @@
|
|
|
65448
65466
|
"animationUpdate": {
|
|
65449
65467
|
"anyOf": [
|
|
65450
65468
|
{
|
|
65451
|
-
"$ref": "#/definitions/
|
|
65469
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<RoseAppearPreset>,\"preset\">"
|
|
65452
65470
|
},
|
|
65453
65471
|
{
|
|
65454
|
-
"$ref": "#/definitions/
|
|
65472
|
+
"$ref": "#/definitions/Partial<Record<\"rose\",false|IAnimationConfig|IAnimationConfig[]>>"
|
|
65455
65473
|
},
|
|
65456
65474
|
{
|
|
65457
65475
|
"type": "boolean"
|
|
@@ -66235,12 +66253,15 @@
|
|
|
66235
66253
|
"type": "number"
|
|
66236
66254
|
},
|
|
66237
66255
|
"label": {
|
|
66238
|
-
"
|
|
66256
|
+
"anyOf": [
|
|
66239
66257
|
{
|
|
66240
|
-
"$ref": "#/definitions/
|
|
66258
|
+
"$ref": "#/definitions/ISankeyLabelSpec"
|
|
66241
66259
|
},
|
|
66242
66260
|
{
|
|
66243
|
-
"
|
|
66261
|
+
"items": {
|
|
66262
|
+
"$ref": "#/definitions/ISankeyLabelSpec"
|
|
66263
|
+
},
|
|
66264
|
+
"type": "array"
|
|
66244
66265
|
}
|
|
66245
66266
|
],
|
|
66246
66267
|
"description": "标签配置"
|
|
@@ -66251,16 +66272,16 @@
|
|
|
66251
66272
|
},
|
|
66252
66273
|
"legends": {
|
|
66253
66274
|
"anyOf": [
|
|
66254
|
-
{
|
|
66255
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
66256
|
-
"description": "spec"
|
|
66257
|
-
},
|
|
66258
66275
|
{
|
|
66259
66276
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
66260
66277
|
},
|
|
66261
66278
|
{
|
|
66262
66279
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
66263
66280
|
},
|
|
66281
|
+
{
|
|
66282
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
66283
|
+
"description": "spec"
|
|
66284
|
+
},
|
|
66264
66285
|
{
|
|
66265
66286
|
"items": {
|
|
66266
66287
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -66553,6 +66574,16 @@
|
|
|
66553
66574
|
],
|
|
66554
66575
|
"type": "object"
|
|
66555
66576
|
},
|
|
66577
|
+
"ISankeyLabelSpec": {
|
|
66578
|
+
"allOf": [
|
|
66579
|
+
{
|
|
66580
|
+
"$ref": "#/definitions/ILabelSpec"
|
|
66581
|
+
},
|
|
66582
|
+
{
|
|
66583
|
+
"typeof": "function"
|
|
66584
|
+
}
|
|
66585
|
+
]
|
|
66586
|
+
},
|
|
66556
66587
|
"ISankeySeriesSpec": {
|
|
66557
66588
|
"properties": {
|
|
66558
66589
|
"animation": {
|
|
@@ -66716,12 +66747,15 @@
|
|
|
66716
66747
|
"type": "number"
|
|
66717
66748
|
},
|
|
66718
66749
|
"label": {
|
|
66719
|
-
"
|
|
66750
|
+
"anyOf": [
|
|
66720
66751
|
{
|
|
66721
|
-
"$ref": "#/definitions/
|
|
66752
|
+
"$ref": "#/definitions/ISankeyLabelSpec"
|
|
66722
66753
|
},
|
|
66723
66754
|
{
|
|
66724
|
-
"
|
|
66755
|
+
"items": {
|
|
66756
|
+
"$ref": "#/definitions/ISankeyLabelSpec"
|
|
66757
|
+
},
|
|
66758
|
+
"type": "array"
|
|
66725
66759
|
}
|
|
66726
66760
|
],
|
|
66727
66761
|
"description": "标签配置"
|
|
@@ -66973,10 +67007,10 @@
|
|
|
66973
67007
|
"animationDisappear": {
|
|
66974
67008
|
"anyOf": [
|
|
66975
67009
|
{
|
|
66976
|
-
"$ref": "#/definitions/
|
|
67010
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<ScatterAppearPreset>,\"preset\">"
|
|
66977
67011
|
},
|
|
66978
67012
|
{
|
|
66979
|
-
"$ref": "#/definitions/
|
|
67013
|
+
"$ref": "#/definitions/Partial<Record<ScatterMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
66980
67014
|
},
|
|
66981
67015
|
{
|
|
66982
67016
|
"type": "boolean"
|
|
@@ -66987,10 +67021,10 @@
|
|
|
66987
67021
|
"animationEnter": {
|
|
66988
67022
|
"anyOf": [
|
|
66989
67023
|
{
|
|
66990
|
-
"$ref": "#/definitions/
|
|
67024
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<ScatterAppearPreset>,\"preset\">"
|
|
66991
67025
|
},
|
|
66992
67026
|
{
|
|
66993
|
-
"$ref": "#/definitions/
|
|
67027
|
+
"$ref": "#/definitions/Partial<Record<ScatterMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
66994
67028
|
},
|
|
66995
67029
|
{
|
|
66996
67030
|
"type": "boolean"
|
|
@@ -67001,10 +67035,10 @@
|
|
|
67001
67035
|
"animationExit": {
|
|
67002
67036
|
"anyOf": [
|
|
67003
67037
|
{
|
|
67004
|
-
"$ref": "#/definitions/
|
|
67038
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<ScatterAppearPreset>,\"preset\">"
|
|
67005
67039
|
},
|
|
67006
67040
|
{
|
|
67007
|
-
"$ref": "#/definitions/
|
|
67041
|
+
"$ref": "#/definitions/Partial<Record<ScatterMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
67008
67042
|
},
|
|
67009
67043
|
{
|
|
67010
67044
|
"type": "boolean"
|
|
@@ -67024,10 +67058,10 @@
|
|
|
67024
67058
|
"animationUpdate": {
|
|
67025
67059
|
"anyOf": [
|
|
67026
67060
|
{
|
|
67027
|
-
"$ref": "#/definitions/
|
|
67061
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<ScatterAppearPreset>,\"preset\">"
|
|
67028
67062
|
},
|
|
67029
67063
|
{
|
|
67030
|
-
"$ref": "#/definitions/
|
|
67064
|
+
"$ref": "#/definitions/Partial<Record<ScatterMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
67031
67065
|
},
|
|
67032
67066
|
{
|
|
67033
67067
|
"type": "boolean"
|
|
@@ -67186,16 +67220,16 @@
|
|
|
67186
67220
|
},
|
|
67187
67221
|
"legends": {
|
|
67188
67222
|
"anyOf": [
|
|
67189
|
-
{
|
|
67190
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
67191
|
-
"description": "spec"
|
|
67192
|
-
},
|
|
67193
67223
|
{
|
|
67194
67224
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
67195
67225
|
},
|
|
67196
67226
|
{
|
|
67197
67227
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
67198
67228
|
},
|
|
67229
|
+
{
|
|
67230
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
67231
|
+
"description": "spec"
|
|
67232
|
+
},
|
|
67199
67233
|
{
|
|
67200
67234
|
"items": {
|
|
67201
67235
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -67216,7 +67250,7 @@
|
|
|
67216
67250
|
"typeof": "function"
|
|
67217
67251
|
},
|
|
67218
67252
|
{
|
|
67219
|
-
"
|
|
67253
|
+
"$ref": "#/definitions/IMarkAreaXSpec"
|
|
67220
67254
|
},
|
|
67221
67255
|
{
|
|
67222
67256
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -67235,7 +67269,7 @@
|
|
|
67235
67269
|
"typeof": "function"
|
|
67236
67270
|
},
|
|
67237
67271
|
{
|
|
67238
|
-
"$ref": "#/definitions/
|
|
67272
|
+
"$ref": "#/definitions/IMarkAreaYSpec"
|
|
67239
67273
|
},
|
|
67240
67274
|
{
|
|
67241
67275
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -67254,7 +67288,7 @@
|
|
|
67254
67288
|
"typeof": "function"
|
|
67255
67289
|
},
|
|
67256
67290
|
{
|
|
67257
|
-
"$ref": "#/definitions/
|
|
67291
|
+
"$ref": "#/definitions/IMarkAreaXYSpec"
|
|
67258
67292
|
},
|
|
67259
67293
|
{
|
|
67260
67294
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -67273,7 +67307,7 @@
|
|
|
67273
67307
|
"typeof": "function"
|
|
67274
67308
|
},
|
|
67275
67309
|
{
|
|
67276
|
-
"$ref": "#/definitions/
|
|
67310
|
+
"$ref": "#/definitions/IMarkAreaAngleSpec"
|
|
67277
67311
|
},
|
|
67278
67312
|
{
|
|
67279
67313
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -67292,7 +67326,7 @@
|
|
|
67292
67326
|
"typeof": "function"
|
|
67293
67327
|
},
|
|
67294
67328
|
{
|
|
67295
|
-
"$ref": "#/definitions/
|
|
67329
|
+
"$ref": "#/definitions/IMarkAreaRadiusSpec"
|
|
67296
67330
|
},
|
|
67297
67331
|
{
|
|
67298
67332
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -67311,7 +67345,7 @@
|
|
|
67311
67345
|
"typeof": "function"
|
|
67312
67346
|
},
|
|
67313
67347
|
{
|
|
67314
|
-
"$ref": "#/definitions/
|
|
67348
|
+
"$ref": "#/definitions/IMarkAreaAngleRadiusSpec"
|
|
67315
67349
|
},
|
|
67316
67350
|
{
|
|
67317
67351
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -67330,7 +67364,7 @@
|
|
|
67330
67364
|
"typeof": "function"
|
|
67331
67365
|
},
|
|
67332
67366
|
{
|
|
67333
|
-
"
|
|
67367
|
+
"typeof": "function"
|
|
67334
67368
|
},
|
|
67335
67369
|
{
|
|
67336
67370
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -68047,10 +68081,10 @@
|
|
|
68047
68081
|
"animationDisappear": {
|
|
68048
68082
|
"anyOf": [
|
|
68049
68083
|
{
|
|
68050
|
-
"$ref": "#/definitions/
|
|
68084
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<ScatterAppearPreset>,\"preset\">"
|
|
68051
68085
|
},
|
|
68052
68086
|
{
|
|
68053
|
-
"$ref": "#/definitions/
|
|
68087
|
+
"$ref": "#/definitions/Partial<Record<ScatterMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
68054
68088
|
},
|
|
68055
68089
|
{
|
|
68056
68090
|
"type": "boolean"
|
|
@@ -68061,10 +68095,10 @@
|
|
|
68061
68095
|
"animationEnter": {
|
|
68062
68096
|
"anyOf": [
|
|
68063
68097
|
{
|
|
68064
|
-
"$ref": "#/definitions/
|
|
68098
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<ScatterAppearPreset>,\"preset\">"
|
|
68065
68099
|
},
|
|
68066
68100
|
{
|
|
68067
|
-
"$ref": "#/definitions/
|
|
68101
|
+
"$ref": "#/definitions/Partial<Record<ScatterMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
68068
68102
|
},
|
|
68069
68103
|
{
|
|
68070
68104
|
"type": "boolean"
|
|
@@ -68075,10 +68109,10 @@
|
|
|
68075
68109
|
"animationExit": {
|
|
68076
68110
|
"anyOf": [
|
|
68077
68111
|
{
|
|
68078
|
-
"$ref": "#/definitions/
|
|
68112
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<ScatterAppearPreset>,\"preset\">"
|
|
68079
68113
|
},
|
|
68080
68114
|
{
|
|
68081
|
-
"$ref": "#/definitions/
|
|
68115
|
+
"$ref": "#/definitions/Partial<Record<ScatterMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
68082
68116
|
},
|
|
68083
68117
|
{
|
|
68084
68118
|
"type": "boolean"
|
|
@@ -68098,10 +68132,10 @@
|
|
|
68098
68132
|
"animationUpdate": {
|
|
68099
68133
|
"anyOf": [
|
|
68100
68134
|
{
|
|
68101
|
-
"$ref": "#/definitions/
|
|
68135
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<ScatterAppearPreset>,\"preset\">"
|
|
68102
68136
|
},
|
|
68103
68137
|
{
|
|
68104
|
-
"$ref": "#/definitions/
|
|
68138
|
+
"$ref": "#/definitions/Partial<Record<ScatterMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
68105
68139
|
},
|
|
68106
68140
|
{
|
|
68107
68141
|
"type": "boolean"
|
|
@@ -69074,16 +69108,16 @@
|
|
|
69074
69108
|
},
|
|
69075
69109
|
"legends": {
|
|
69076
69110
|
"anyOf": [
|
|
69077
|
-
{
|
|
69078
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
69079
|
-
"description": "spec"
|
|
69080
|
-
},
|
|
69081
69111
|
{
|
|
69082
69112
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
69083
69113
|
},
|
|
69084
69114
|
{
|
|
69085
69115
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
69086
69116
|
},
|
|
69117
|
+
{
|
|
69118
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
69119
|
+
"description": "spec"
|
|
69120
|
+
},
|
|
69087
69121
|
{
|
|
69088
69122
|
"items": {
|
|
69089
69123
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -69517,6 +69551,9 @@
|
|
|
69517
69551
|
"map": {
|
|
69518
69552
|
"$ref": "#/definitions/IMapSeriesTheme"
|
|
69519
69553
|
},
|
|
69554
|
+
"mosaic": {
|
|
69555
|
+
"$ref": "#/definitions/IBarSeriesTheme"
|
|
69556
|
+
},
|
|
69520
69557
|
"pie": {
|
|
69521
69558
|
"$ref": "#/definitions/IPieSeriesTheme"
|
|
69522
69559
|
},
|
|
@@ -71090,16 +71127,16 @@
|
|
|
71090
71127
|
},
|
|
71091
71128
|
"legends": {
|
|
71092
71129
|
"anyOf": [
|
|
71093
|
-
{
|
|
71094
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
71095
|
-
"description": "spec"
|
|
71096
|
-
},
|
|
71097
71130
|
{
|
|
71098
71131
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
71099
71132
|
},
|
|
71100
71133
|
{
|
|
71101
71134
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
71102
71135
|
},
|
|
71136
|
+
{
|
|
71137
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
71138
|
+
"description": "spec"
|
|
71139
|
+
},
|
|
71103
71140
|
{
|
|
71104
71141
|
"items": {
|
|
71105
71142
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -73469,6 +73506,11 @@
|
|
|
73469
73506
|
"$ref": "#/definitions/Partial<ITooltipHandlerSpec>",
|
|
73470
73507
|
"description": "自定义handler方法"
|
|
73471
73508
|
},
|
|
73509
|
+
"hideTimer": {
|
|
73510
|
+
"description": "隐藏计时器",
|
|
73511
|
+
"since": "1.11.7",
|
|
73512
|
+
"type": "number"
|
|
73513
|
+
},
|
|
73472
73514
|
"lockAfterClick": {
|
|
73473
73515
|
"description": "点击后锁定,只有点击才可以更新位置或者解锁,通常用于 trigger 为 `['hover', 'click']` 的场景\n(*会影响自定义handler)",
|
|
73474
73516
|
"since": "1.10.0",
|
|
@@ -73796,6 +73838,17 @@
|
|
|
73796
73838
|
"description": "标签与其对应数据图元的间距",
|
|
73797
73839
|
"type": "number"
|
|
73798
73840
|
},
|
|
73841
|
+
"overlap": {
|
|
73842
|
+
"anyOf": [
|
|
73843
|
+
{
|
|
73844
|
+
"$ref": "#/definitions/OverlapAttrs"
|
|
73845
|
+
},
|
|
73846
|
+
{
|
|
73847
|
+
"type": "boolean"
|
|
73848
|
+
}
|
|
73849
|
+
],
|
|
73850
|
+
"description": "标签防重叠配置"
|
|
73851
|
+
},
|
|
73799
73852
|
"state": {
|
|
73800
73853
|
"typeof": "function"
|
|
73801
73854
|
},
|
|
@@ -74153,16 +74206,16 @@
|
|
|
74153
74206
|
},
|
|
74154
74207
|
"legends": {
|
|
74155
74208
|
"anyOf": [
|
|
74156
|
-
{
|
|
74157
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
74158
|
-
"description": "spec"
|
|
74159
|
-
},
|
|
74160
74209
|
{
|
|
74161
74210
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
74162
74211
|
},
|
|
74163
74212
|
{
|
|
74164
74213
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
74165
74214
|
},
|
|
74215
|
+
{
|
|
74216
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
74217
|
+
"description": "spec"
|
|
74218
|
+
},
|
|
74166
74219
|
{
|
|
74167
74220
|
"items": {
|
|
74168
74221
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -77070,16 +77123,16 @@
|
|
|
77070
77123
|
},
|
|
77071
77124
|
"legends": {
|
|
77072
77125
|
"anyOf": [
|
|
77073
|
-
{
|
|
77074
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
77075
|
-
"description": "spec"
|
|
77076
|
-
},
|
|
77077
77126
|
{
|
|
77078
77127
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
77079
77128
|
},
|
|
77080
77129
|
{
|
|
77081
77130
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
77082
77131
|
},
|
|
77132
|
+
{
|
|
77133
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
77134
|
+
"description": "spec"
|
|
77135
|
+
},
|
|
77083
77136
|
{
|
|
77084
77137
|
"items": {
|
|
77085
77138
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -77100,7 +77153,7 @@
|
|
|
77100
77153
|
"typeof": "function"
|
|
77101
77154
|
},
|
|
77102
77155
|
{
|
|
77103
|
-
"
|
|
77156
|
+
"$ref": "#/definitions/IMarkAreaXSpec"
|
|
77104
77157
|
},
|
|
77105
77158
|
{
|
|
77106
77159
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -77119,7 +77172,7 @@
|
|
|
77119
77172
|
"typeof": "function"
|
|
77120
77173
|
},
|
|
77121
77174
|
{
|
|
77122
|
-
"$ref": "#/definitions/
|
|
77175
|
+
"$ref": "#/definitions/IMarkAreaYSpec"
|
|
77123
77176
|
},
|
|
77124
77177
|
{
|
|
77125
77178
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -77138,7 +77191,7 @@
|
|
|
77138
77191
|
"typeof": "function"
|
|
77139
77192
|
},
|
|
77140
77193
|
{
|
|
77141
|
-
"$ref": "#/definitions/
|
|
77194
|
+
"$ref": "#/definitions/IMarkAreaXYSpec"
|
|
77142
77195
|
},
|
|
77143
77196
|
{
|
|
77144
77197
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -77157,7 +77210,7 @@
|
|
|
77157
77210
|
"typeof": "function"
|
|
77158
77211
|
},
|
|
77159
77212
|
{
|
|
77160
|
-
"$ref": "#/definitions/
|
|
77213
|
+
"$ref": "#/definitions/IMarkAreaAngleSpec"
|
|
77161
77214
|
},
|
|
77162
77215
|
{
|
|
77163
77216
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -77176,7 +77229,7 @@
|
|
|
77176
77229
|
"typeof": "function"
|
|
77177
77230
|
},
|
|
77178
77231
|
{
|
|
77179
|
-
"$ref": "#/definitions/
|
|
77232
|
+
"$ref": "#/definitions/IMarkAreaRadiusSpec"
|
|
77180
77233
|
},
|
|
77181
77234
|
{
|
|
77182
77235
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -77195,7 +77248,7 @@
|
|
|
77195
77248
|
"typeof": "function"
|
|
77196
77249
|
},
|
|
77197
77250
|
{
|
|
77198
|
-
"$ref": "#/definitions/
|
|
77251
|
+
"$ref": "#/definitions/IMarkAreaAngleRadiusSpec"
|
|
77199
77252
|
},
|
|
77200
77253
|
{
|
|
77201
77254
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -77214,7 +77267,7 @@
|
|
|
77214
77267
|
"typeof": "function"
|
|
77215
77268
|
},
|
|
77216
77269
|
{
|
|
77217
|
-
"
|
|
77270
|
+
"typeof": "function"
|
|
77218
77271
|
},
|
|
77219
77272
|
{
|
|
77220
77273
|
"$ref": "#/definitions/IMarkAreaTheme"
|
|
@@ -78799,11 +78852,8 @@
|
|
|
78799
78852
|
"type": "array"
|
|
78800
78853
|
},
|
|
78801
78854
|
"colorMode": {
|
|
78802
|
-
"
|
|
78803
|
-
"
|
|
78804
|
-
"linear",
|
|
78805
|
-
"ordinal"
|
|
78806
|
-
],
|
|
78855
|
+
"const": "ordinal",
|
|
78856
|
+
"description": "颜色模式\nTODO: 'linear' 待支持",
|
|
78807
78857
|
"type": "string"
|
|
78808
78858
|
},
|
|
78809
78859
|
"crosshair": {
|
|
@@ -78985,16 +79035,16 @@
|
|
|
78985
79035
|
},
|
|
78986
79036
|
"legends": {
|
|
78987
79037
|
"anyOf": [
|
|
78988
|
-
{
|
|
78989
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
78990
|
-
"description": "spec"
|
|
78991
|
-
},
|
|
78992
79038
|
{
|
|
78993
79039
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
78994
79040
|
},
|
|
78995
79041
|
{
|
|
78996
79042
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
78997
79043
|
},
|
|
79044
|
+
{
|
|
79045
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
79046
|
+
"description": "spec"
|
|
79047
|
+
},
|
|
78998
79048
|
{
|
|
78999
79049
|
"items": {
|
|
79000
79050
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -79310,11 +79360,8 @@
|
|
|
79310
79360
|
"type": "array"
|
|
79311
79361
|
},
|
|
79312
79362
|
"colorMode": {
|
|
79313
|
-
"
|
|
79314
|
-
"
|
|
79315
|
-
"linear",
|
|
79316
|
-
"ordinal"
|
|
79317
|
-
],
|
|
79363
|
+
"const": "ordinal",
|
|
79364
|
+
"description": "颜色模式\nTODO: 'linear' 待支持",
|
|
79318
79365
|
"type": "string"
|
|
79319
79366
|
},
|
|
79320
79367
|
"data": {
|
|
@@ -79743,11 +79790,8 @@
|
|
|
79743
79790
|
"type": "array"
|
|
79744
79791
|
},
|
|
79745
79792
|
"colorMode": {
|
|
79746
|
-
"
|
|
79747
|
-
"
|
|
79748
|
-
"linear",
|
|
79749
|
-
"ordinal"
|
|
79750
|
-
],
|
|
79793
|
+
"const": "ordinal",
|
|
79794
|
+
"description": "颜色模式\nTODO: 'linear' 待支持",
|
|
79751
79795
|
"type": "string"
|
|
79752
79796
|
},
|
|
79753
79797
|
"crosshair": {
|
|
@@ -79926,16 +79970,16 @@
|
|
|
79926
79970
|
},
|
|
79927
79971
|
"legends": {
|
|
79928
79972
|
"anyOf": [
|
|
79929
|
-
{
|
|
79930
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
79931
|
-
"description": "spec"
|
|
79932
|
-
},
|
|
79933
79973
|
{
|
|
79934
79974
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
79935
79975
|
},
|
|
79936
79976
|
{
|
|
79937
79977
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
79938
79978
|
},
|
|
79979
|
+
{
|
|
79980
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
79981
|
+
"description": "spec"
|
|
79982
|
+
},
|
|
79939
79983
|
{
|
|
79940
79984
|
"items": {
|
|
79941
79985
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -80247,11 +80291,8 @@
|
|
|
80247
80291
|
"type": "array"
|
|
80248
80292
|
},
|
|
80249
80293
|
"colorMode": {
|
|
80250
|
-
"
|
|
80251
|
-
"
|
|
80252
|
-
"linear",
|
|
80253
|
-
"ordinal"
|
|
80254
|
-
],
|
|
80294
|
+
"const": "ordinal",
|
|
80295
|
+
"description": "颜色模式\nTODO: 'linear' 待支持",
|
|
80255
80296
|
"type": "string"
|
|
80256
80297
|
},
|
|
80257
80298
|
"data": {
|
|
@@ -80692,7 +80733,7 @@
|
|
|
80692
80733
|
},
|
|
80693
80734
|
"Map<Function,(...args:any[])=>void>": {
|
|
80694
80735
|
"properties": {
|
|
80695
|
-
"__@toStringTag@
|
|
80736
|
+
"__@toStringTag@13432": {
|
|
80696
80737
|
"type": "string"
|
|
80697
80738
|
},
|
|
80698
80739
|
"size": {
|
|
@@ -80700,14 +80741,14 @@
|
|
|
80700
80741
|
}
|
|
80701
80742
|
},
|
|
80702
80743
|
"required": [
|
|
80703
|
-
"__@toStringTag@
|
|
80744
|
+
"__@toStringTag@13432",
|
|
80704
80745
|
"size"
|
|
80705
80746
|
],
|
|
80706
80747
|
"type": "object"
|
|
80707
80748
|
},
|
|
80708
80749
|
"Map<number,IGraphicPicker>": {
|
|
80709
80750
|
"properties": {
|
|
80710
|
-
"__@toStringTag@
|
|
80751
|
+
"__@toStringTag@13432": {
|
|
80711
80752
|
"type": "string"
|
|
80712
80753
|
},
|
|
80713
80754
|
"size": {
|
|
@@ -80715,14 +80756,14 @@
|
|
|
80715
80756
|
}
|
|
80716
80757
|
},
|
|
80717
80758
|
"required": [
|
|
80718
|
-
"__@toStringTag@
|
|
80759
|
+
"__@toStringTag@13432",
|
|
80719
80760
|
"size"
|
|
80720
80761
|
],
|
|
80721
80762
|
"type": "object"
|
|
80722
80763
|
},
|
|
80723
80764
|
"Map<number,IGraphicRender>": {
|
|
80724
80765
|
"properties": {
|
|
80725
|
-
"__@toStringTag@
|
|
80766
|
+
"__@toStringTag@13432": {
|
|
80726
80767
|
"type": "string"
|
|
80727
80768
|
},
|
|
80728
80769
|
"size": {
|
|
@@ -80730,14 +80771,14 @@
|
|
|
80730
80771
|
}
|
|
80731
80772
|
},
|
|
80732
80773
|
"required": [
|
|
80733
|
-
"__@toStringTag@
|
|
80774
|
+
"__@toStringTag@13432",
|
|
80734
80775
|
"size"
|
|
80735
80776
|
],
|
|
80736
80777
|
"type": "object"
|
|
80737
80778
|
},
|
|
80738
80779
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
80739
80780
|
"properties": {
|
|
80740
|
-
"__@toStringTag@
|
|
80781
|
+
"__@toStringTag@13432": {
|
|
80741
80782
|
"type": "string"
|
|
80742
80783
|
},
|
|
80743
80784
|
"size": {
|
|
@@ -80745,14 +80786,14 @@
|
|
|
80745
80786
|
}
|
|
80746
80787
|
},
|
|
80747
80788
|
"required": [
|
|
80748
|
-
"__@toStringTag@
|
|
80789
|
+
"__@toStringTag@13432",
|
|
80749
80790
|
"size"
|
|
80750
80791
|
],
|
|
80751
80792
|
"type": "object"
|
|
80752
80793
|
},
|
|
80753
80794
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
80754
80795
|
"properties": {
|
|
80755
|
-
"__@toStringTag@
|
|
80796
|
+
"__@toStringTag@13432": {
|
|
80756
80797
|
"type": "string"
|
|
80757
80798
|
},
|
|
80758
80799
|
"size": {
|
|
@@ -80760,14 +80801,14 @@
|
|
|
80760
80801
|
}
|
|
80761
80802
|
},
|
|
80762
80803
|
"required": [
|
|
80763
|
-
"__@toStringTag@
|
|
80804
|
+
"__@toStringTag@13432",
|
|
80764
80805
|
"size"
|
|
80765
80806
|
],
|
|
80766
80807
|
"type": "object"
|
|
80767
80808
|
},
|
|
80768
80809
|
"Map<string,any>": {
|
|
80769
80810
|
"properties": {
|
|
80770
|
-
"__@toStringTag@
|
|
80811
|
+
"__@toStringTag@13432": {
|
|
80771
80812
|
"type": "string"
|
|
80772
80813
|
},
|
|
80773
80814
|
"size": {
|
|
@@ -80775,14 +80816,14 @@
|
|
|
80775
80816
|
}
|
|
80776
80817
|
},
|
|
80777
80818
|
"required": [
|
|
80778
|
-
"__@toStringTag@
|
|
80819
|
+
"__@toStringTag@13432",
|
|
80779
80820
|
"size"
|
|
80780
80821
|
],
|
|
80781
80822
|
"type": "object"
|
|
80782
80823
|
},
|
|
80783
80824
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
80784
80825
|
"properties": {
|
|
80785
|
-
"__@toStringTag@
|
|
80826
|
+
"__@toStringTag@13432": {
|
|
80786
80827
|
"type": "string"
|
|
80787
80828
|
},
|
|
80788
80829
|
"size": {
|
|
@@ -80790,14 +80831,14 @@
|
|
|
80790
80831
|
}
|
|
80791
80832
|
},
|
|
80792
80833
|
"required": [
|
|
80793
|
-
"__@toStringTag@
|
|
80834
|
+
"__@toStringTag@13432",
|
|
80794
80835
|
"size"
|
|
80795
80836
|
],
|
|
80796
80837
|
"type": "object"
|
|
80797
80838
|
},
|
|
80798
80839
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
|
|
80799
80840
|
"properties": {
|
|
80800
|
-
"__@toStringTag@
|
|
80841
|
+
"__@toStringTag@13432": {
|
|
80801
80842
|
"type": "string"
|
|
80802
80843
|
},
|
|
80803
80844
|
"size": {
|
|
@@ -80805,14 +80846,14 @@
|
|
|
80805
80846
|
}
|
|
80806
80847
|
},
|
|
80807
80848
|
"required": [
|
|
80808
|
-
"__@toStringTag@
|
|
80849
|
+
"__@toStringTag@13432",
|
|
80809
80850
|
"size"
|
|
80810
80851
|
],
|
|
80811
80852
|
"type": "object"
|
|
80812
80853
|
},
|
|
80813
80854
|
"Map<string|number,IAnimate>": {
|
|
80814
80855
|
"properties": {
|
|
80815
|
-
"__@toStringTag@
|
|
80856
|
+
"__@toStringTag@13432": {
|
|
80816
80857
|
"type": "string"
|
|
80817
80858
|
},
|
|
80818
80859
|
"size": {
|
|
@@ -80820,7 +80861,7 @@
|
|
|
80820
80861
|
}
|
|
80821
80862
|
},
|
|
80822
80863
|
"required": [
|
|
80823
|
-
"__@toStringTag@
|
|
80864
|
+
"__@toStringTag@13432",
|
|
80824
80865
|
"size"
|
|
80825
80866
|
],
|
|
80826
80867
|
"type": "object"
|
|
@@ -81013,6 +81054,7 @@
|
|
|
81013
81054
|
"markLine",
|
|
81014
81055
|
"markPoint",
|
|
81015
81056
|
"media",
|
|
81057
|
+
"mosaic",
|
|
81016
81058
|
"padding",
|
|
81017
81059
|
"pie",
|
|
81018
81060
|
"pie3d",
|
|
@@ -82606,10 +82648,10 @@
|
|
|
82606
82648
|
"animationDisappear": {
|
|
82607
82649
|
"anyOf": [
|
|
82608
82650
|
{
|
|
82609
|
-
"$ref": "#/definitions/
|
|
82651
|
+
"$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
82610
82652
|
},
|
|
82611
82653
|
{
|
|
82612
|
-
"$ref": "#/definitions/
|
|
82654
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
|
|
82613
82655
|
},
|
|
82614
82656
|
{
|
|
82615
82657
|
"type": "boolean"
|
|
@@ -82620,10 +82662,10 @@
|
|
|
82620
82662
|
"animationEnter": {
|
|
82621
82663
|
"anyOf": [
|
|
82622
82664
|
{
|
|
82623
|
-
"$ref": "#/definitions/
|
|
82665
|
+
"$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
82624
82666
|
},
|
|
82625
82667
|
{
|
|
82626
|
-
"$ref": "#/definitions/
|
|
82668
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
|
|
82627
82669
|
},
|
|
82628
82670
|
{
|
|
82629
82671
|
"type": "boolean"
|
|
@@ -82634,10 +82676,10 @@
|
|
|
82634
82676
|
"animationExit": {
|
|
82635
82677
|
"anyOf": [
|
|
82636
82678
|
{
|
|
82637
|
-
"$ref": "#/definitions/
|
|
82679
|
+
"$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
82638
82680
|
},
|
|
82639
82681
|
{
|
|
82640
|
-
"$ref": "#/definitions/
|
|
82682
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
|
|
82641
82683
|
},
|
|
82642
82684
|
{
|
|
82643
82685
|
"type": "boolean"
|
|
@@ -82657,10 +82699,10 @@
|
|
|
82657
82699
|
"animationUpdate": {
|
|
82658
82700
|
"anyOf": [
|
|
82659
82701
|
{
|
|
82660
|
-
"$ref": "#/definitions/
|
|
82702
|
+
"$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
82661
82703
|
},
|
|
82662
82704
|
{
|
|
82663
|
-
"$ref": "#/definitions/
|
|
82705
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
|
|
82664
82706
|
},
|
|
82665
82707
|
{
|
|
82666
82708
|
"type": "boolean"
|
|
@@ -84801,6 +84843,15 @@
|
|
|
84801
84843
|
],
|
|
84802
84844
|
"description": "标签智能反色配置"
|
|
84803
84845
|
},
|
|
84846
|
+
"stackDataFilterType": {
|
|
84847
|
+
"description": "堆积数据过滤类型",
|
|
84848
|
+
"enum": [
|
|
84849
|
+
"max",
|
|
84850
|
+
"min"
|
|
84851
|
+
],
|
|
84852
|
+
"since": "1.12.0",
|
|
84853
|
+
"type": "string"
|
|
84854
|
+
},
|
|
84804
84855
|
"state": {
|
|
84805
84856
|
"typeof": "function"
|
|
84806
84857
|
},
|
|
@@ -85057,6 +85108,15 @@
|
|
|
85057
85108
|
],
|
|
85058
85109
|
"description": "标签智能反色配置"
|
|
85059
85110
|
},
|
|
85111
|
+
"stackDataFilterType": {
|
|
85112
|
+
"description": "堆积数据过滤类型",
|
|
85113
|
+
"enum": [
|
|
85114
|
+
"max",
|
|
85115
|
+
"min"
|
|
85116
|
+
],
|
|
85117
|
+
"since": "1.12.0",
|
|
85118
|
+
"type": "string"
|
|
85119
|
+
},
|
|
85060
85120
|
"state": {
|
|
85061
85121
|
"typeof": "function"
|
|
85062
85122
|
},
|
|
@@ -85216,10 +85276,10 @@
|
|
|
85216
85276
|
"animationDisappear": {
|
|
85217
85277
|
"anyOf": [
|
|
85218
85278
|
{
|
|
85219
|
-
"$ref": "#/definitions/
|
|
85279
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<PieAppearPreset>,\"preset\">"
|
|
85220
85280
|
},
|
|
85221
85281
|
{
|
|
85222
|
-
"$ref": "#/definitions/
|
|
85282
|
+
"$ref": "#/definitions/Partial<Record<PieMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
85223
85283
|
},
|
|
85224
85284
|
{
|
|
85225
85285
|
"type": "boolean"
|
|
@@ -85230,10 +85290,10 @@
|
|
|
85230
85290
|
"animationEnter": {
|
|
85231
85291
|
"anyOf": [
|
|
85232
85292
|
{
|
|
85233
|
-
"$ref": "#/definitions/
|
|
85293
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<PieAppearPreset>,\"preset\">"
|
|
85234
85294
|
},
|
|
85235
85295
|
{
|
|
85236
|
-
"$ref": "#/definitions/
|
|
85296
|
+
"$ref": "#/definitions/Partial<Record<PieMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
85237
85297
|
},
|
|
85238
85298
|
{
|
|
85239
85299
|
"type": "boolean"
|
|
@@ -85244,10 +85304,10 @@
|
|
|
85244
85304
|
"animationExit": {
|
|
85245
85305
|
"anyOf": [
|
|
85246
85306
|
{
|
|
85247
|
-
"$ref": "#/definitions/
|
|
85307
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<PieAppearPreset>,\"preset\">"
|
|
85248
85308
|
},
|
|
85249
85309
|
{
|
|
85250
|
-
"$ref": "#/definitions/
|
|
85310
|
+
"$ref": "#/definitions/Partial<Record<PieMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
85251
85311
|
},
|
|
85252
85312
|
{
|
|
85253
85313
|
"type": "boolean"
|
|
@@ -85267,10 +85327,10 @@
|
|
|
85267
85327
|
"animationUpdate": {
|
|
85268
85328
|
"anyOf": [
|
|
85269
85329
|
{
|
|
85270
|
-
"$ref": "#/definitions/
|
|
85330
|
+
"$ref": "#/definitions/Omit<IStateAnimateSpec<PieAppearPreset>,\"preset\">"
|
|
85271
85331
|
},
|
|
85272
85332
|
{
|
|
85273
|
-
"$ref": "#/definitions/
|
|
85333
|
+
"$ref": "#/definitions/Partial<Record<PieMarks,false|IAnimationConfig|IAnimationConfig[]>>"
|
|
85274
85334
|
},
|
|
85275
85335
|
{
|
|
85276
85336
|
"type": "boolean"
|
|
@@ -92321,6 +92381,15 @@
|
|
|
92321
92381
|
],
|
|
92322
92382
|
"description": "标签智能反色配置"
|
|
92323
92383
|
},
|
|
92384
|
+
"stackDataFilterType": {
|
|
92385
|
+
"description": "堆积数据过滤类型",
|
|
92386
|
+
"enum": [
|
|
92387
|
+
"max",
|
|
92388
|
+
"min"
|
|
92389
|
+
],
|
|
92390
|
+
"since": "1.12.0",
|
|
92391
|
+
"type": "string"
|
|
92392
|
+
},
|
|
92324
92393
|
"state": {
|
|
92325
92394
|
"typeof": "function"
|
|
92326
92395
|
},
|
|
@@ -93089,6 +93158,15 @@
|
|
|
93089
93158
|
],
|
|
93090
93159
|
"description": "标签智能反色配置"
|
|
93091
93160
|
},
|
|
93161
|
+
"stackDataFilterType": {
|
|
93162
|
+
"description": "堆积数据过滤类型",
|
|
93163
|
+
"enum": [
|
|
93164
|
+
"max",
|
|
93165
|
+
"min"
|
|
93166
|
+
],
|
|
93167
|
+
"since": "1.12.0",
|
|
93168
|
+
"type": "string"
|
|
93169
|
+
},
|
|
93092
93170
|
"state": {
|
|
93093
93171
|
"typeof": "function"
|
|
93094
93172
|
},
|
|
@@ -97508,16 +97586,16 @@
|
|
|
97508
97586
|
},
|
|
97509
97587
|
"legends": {
|
|
97510
97588
|
"anyOf": [
|
|
97511
|
-
{
|
|
97512
|
-
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
97513
|
-
"description": "spec"
|
|
97514
|
-
},
|
|
97515
97589
|
{
|
|
97516
97590
|
"$ref": "#/definitions/IColorLegendSpec"
|
|
97517
97591
|
},
|
|
97518
97592
|
{
|
|
97519
97593
|
"$ref": "#/definitions/ISizeLegendSpec"
|
|
97520
97594
|
},
|
|
97595
|
+
{
|
|
97596
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
97597
|
+
"description": "spec"
|
|
97598
|
+
},
|
|
97521
97599
|
{
|
|
97522
97600
|
"items": {
|
|
97523
97601
|
"$ref": "#/definitions/ILegendSpec"
|
|
@@ -100011,6 +100089,9 @@
|
|
|
100011
100089
|
"map": {
|
|
100012
100090
|
"$ref": "#/definitions/ColorScheme"
|
|
100013
100091
|
},
|
|
100092
|
+
"mosaic": {
|
|
100093
|
+
"$ref": "#/definitions/ColorScheme"
|
|
100094
|
+
},
|
|
100014
100095
|
"pie": {
|
|
100015
100096
|
"$ref": "#/definitions/ColorScheme"
|
|
100016
100097
|
},
|
|
@@ -101376,34 +101457,34 @@
|
|
|
101376
101457
|
},
|
|
101377
101458
|
"Promise<FontFaceSet>": {
|
|
101378
101459
|
"properties": {
|
|
101379
|
-
"__@toStringTag@
|
|
101460
|
+
"__@toStringTag@13432": {
|
|
101380
101461
|
"type": "string"
|
|
101381
101462
|
}
|
|
101382
101463
|
},
|
|
101383
101464
|
"required": [
|
|
101384
|
-
"__@toStringTag@
|
|
101465
|
+
"__@toStringTag@13432"
|
|
101385
101466
|
],
|
|
101386
101467
|
"type": "object"
|
|
101387
101468
|
},
|
|
101388
101469
|
"Promise<ServiceWorkerRegistration>": {
|
|
101389
101470
|
"properties": {
|
|
101390
|
-
"__@toStringTag@
|
|
101471
|
+
"__@toStringTag@13432": {
|
|
101391
101472
|
"type": "string"
|
|
101392
101473
|
}
|
|
101393
101474
|
},
|
|
101394
101475
|
"required": [
|
|
101395
|
-
"__@toStringTag@
|
|
101476
|
+
"__@toStringTag@13432"
|
|
101396
101477
|
],
|
|
101397
101478
|
"type": "object"
|
|
101398
101479
|
},
|
|
101399
101480
|
"Promise<any>": {
|
|
101400
101481
|
"properties": {
|
|
101401
|
-
"__@toStringTag@
|
|
101482
|
+
"__@toStringTag@13432": {
|
|
101402
101483
|
"type": "string"
|
|
101403
101484
|
}
|
|
101404
101485
|
},
|
|
101405
101486
|
"required": [
|
|
101406
|
-
"__@toStringTag@
|
|
101487
|
+
"__@toStringTag@13432"
|
|
101407
101488
|
],
|
|
101408
101489
|
"type": "object"
|
|
101409
101490
|
},
|
|
@@ -101877,10 +101958,10 @@
|
|
|
101877
101958
|
"Record<string,ConvertToMarkStyleSpec<IGroupMarkSpec>|IMarkStateSpec<IGroupMarkSpec>>": {
|
|
101878
101959
|
"type": "object"
|
|
101879
101960
|
},
|
|
101880
|
-
"Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IArcMarkSpec|IPathMarkSpec|ISymbolMarkSpec|
|
|
101961
|
+
"Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IArcMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IPolygonMarkSpec|IBoxPlotMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IImageMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IArcMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IPolygonMarkSpec|IBoxPlotMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IImageMarkSpec>>": {
|
|
101881
101962
|
"type": "object"
|
|
101882
101963
|
},
|
|
101883
|
-
"Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IArcMarkSpec|IPathMarkSpec|ISymbolMarkSpec|
|
|
101964
|
+
"Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IArcMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IPolygonMarkSpec|IBoxPlotMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IImageMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IArcMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IPolygonMarkSpec|IBoxPlotMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IImageMarkSpec>>": {
|
|
101884
101965
|
"type": "object"
|
|
101885
101966
|
},
|
|
101886
101967
|
"Record<string,IArc3dMarkSpec>": {
|