@visactor/vchart-schema 1.6.0-alpha.0 → 1.6.0
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 +1350 -401
package/vchart.json
CHANGED
|
@@ -5245,151 +5245,151 @@
|
|
|
5245
5245
|
},
|
|
5246
5246
|
"type": "object"
|
|
5247
5247
|
},
|
|
5248
|
-
"ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IArcMarkSpec|
|
|
5248
|
+
"ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IRectMarkSpec|IArcMarkSpec|IPathMarkSpec|IGroupMarkSpec|IImageMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec>": {
|
|
5249
5249
|
"anyOf": [
|
|
5250
5250
|
{
|
|
5251
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec>",
|
|
5251
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec>_1",
|
|
5252
5252
|
"description": "style格式转换"
|
|
5253
5253
|
},
|
|
5254
5254
|
{
|
|
5255
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<ILineMarkSpec>",
|
|
5255
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<ILineMarkSpec>_1",
|
|
5256
5256
|
"description": "style格式转换"
|
|
5257
5257
|
},
|
|
5258
5258
|
{
|
|
5259
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<ITextMarkSpec>
|
|
5259
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<ITextMarkSpec>_2",
|
|
5260
5260
|
"description": "style格式转换"
|
|
5261
5261
|
},
|
|
5262
5262
|
{
|
|
5263
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5263
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<ISymbolMarkSpec>_1",
|
|
5264
5264
|
"description": "style格式转换"
|
|
5265
5265
|
},
|
|
5266
5266
|
{
|
|
5267
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5267
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IBoxPlotMarkSpec>_1",
|
|
5268
5268
|
"description": "style格式转换"
|
|
5269
5269
|
},
|
|
5270
5270
|
{
|
|
5271
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5271
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRectMarkSpec>_1",
|
|
5272
5272
|
"description": "style格式转换"
|
|
5273
5273
|
},
|
|
5274
5274
|
{
|
|
5275
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5275
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IArcMarkSpec>_1",
|
|
5276
5276
|
"description": "style格式转换"
|
|
5277
5277
|
},
|
|
5278
5278
|
{
|
|
5279
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5279
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPathMarkSpec>_1",
|
|
5280
5280
|
"description": "style格式转换"
|
|
5281
5281
|
},
|
|
5282
5282
|
{
|
|
5283
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5283
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IGroupMarkSpec>",
|
|
5284
5284
|
"description": "style格式转换"
|
|
5285
5285
|
},
|
|
5286
5286
|
{
|
|
5287
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5287
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IImageMarkSpec>_1",
|
|
5288
5288
|
"description": "style格式转换"
|
|
5289
5289
|
},
|
|
5290
5290
|
{
|
|
5291
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5291
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRect3dMarkSpec>_1",
|
|
5292
5292
|
"description": "style格式转换"
|
|
5293
5293
|
},
|
|
5294
5294
|
{
|
|
5295
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5295
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IAreaMarkSpec>_1",
|
|
5296
5296
|
"description": "style格式转换"
|
|
5297
5297
|
},
|
|
5298
5298
|
{
|
|
5299
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5299
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IProgressArcMarkSpec>_1",
|
|
5300
5300
|
"description": "style格式转换"
|
|
5301
5301
|
},
|
|
5302
5302
|
{
|
|
5303
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5303
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPolygonMarkSpec>_1",
|
|
5304
5304
|
"description": "style格式转换"
|
|
5305
5305
|
},
|
|
5306
5306
|
{
|
|
5307
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5307
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPyramid3dMarkSpec>_1",
|
|
5308
5308
|
"description": "style格式转换"
|
|
5309
5309
|
},
|
|
5310
5310
|
{
|
|
5311
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5311
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IArc3dMarkSpec>_1",
|
|
5312
5312
|
"description": "style格式转换"
|
|
5313
5313
|
},
|
|
5314
5314
|
{
|
|
5315
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5315
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<ILinkPathMarkSpec>_1",
|
|
5316
|
+
"description": "style格式转换"
|
|
5317
|
+
},
|
|
5318
|
+
{
|
|
5319
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRippleMarkSpec>_1",
|
|
5316
5320
|
"description": "style格式转换"
|
|
5317
5321
|
}
|
|
5318
5322
|
],
|
|
5319
5323
|
"description": "style格式转换"
|
|
5320
5324
|
},
|
|
5321
|
-
"ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IArcMarkSpec|
|
|
5325
|
+
"ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IRectMarkSpec|IArcMarkSpec|IPathMarkSpec|IImageMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec>": {
|
|
5322
5326
|
"anyOf": [
|
|
5323
5327
|
{
|
|
5324
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec>
|
|
5325
|
-
"description": "style格式转换"
|
|
5326
|
-
},
|
|
5327
|
-
{
|
|
5328
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<ILineMarkSpec>_1",
|
|
5328
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec>",
|
|
5329
5329
|
"description": "style格式转换"
|
|
5330
5330
|
},
|
|
5331
5331
|
{
|
|
5332
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5332
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<ILineMarkSpec>",
|
|
5333
5333
|
"description": "style格式转换"
|
|
5334
5334
|
},
|
|
5335
5335
|
{
|
|
5336
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5336
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<ITextMarkSpec>_1",
|
|
5337
5337
|
"description": "style格式转换"
|
|
5338
5338
|
},
|
|
5339
5339
|
{
|
|
5340
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5340
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<ISymbolMarkSpec>",
|
|
5341
5341
|
"description": "style格式转换"
|
|
5342
5342
|
},
|
|
5343
5343
|
{
|
|
5344
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5344
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IBoxPlotMarkSpec>",
|
|
5345
5345
|
"description": "style格式转换"
|
|
5346
5346
|
},
|
|
5347
5347
|
{
|
|
5348
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5348
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRectMarkSpec>",
|
|
5349
5349
|
"description": "style格式转换"
|
|
5350
5350
|
},
|
|
5351
5351
|
{
|
|
5352
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5352
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IArcMarkSpec>",
|
|
5353
5353
|
"description": "style格式转换"
|
|
5354
5354
|
},
|
|
5355
5355
|
{
|
|
5356
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5356
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPathMarkSpec>",
|
|
5357
5357
|
"description": "style格式转换"
|
|
5358
5358
|
},
|
|
5359
5359
|
{
|
|
5360
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5360
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IImageMarkSpec>",
|
|
5361
5361
|
"description": "style格式转换"
|
|
5362
5362
|
},
|
|
5363
5363
|
{
|
|
5364
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5364
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRect3dMarkSpec>",
|
|
5365
5365
|
"description": "style格式转换"
|
|
5366
5366
|
},
|
|
5367
5367
|
{
|
|
5368
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5368
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IAreaMarkSpec>",
|
|
5369
5369
|
"description": "style格式转换"
|
|
5370
5370
|
},
|
|
5371
5371
|
{
|
|
5372
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5372
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IProgressArcMarkSpec>",
|
|
5373
5373
|
"description": "style格式转换"
|
|
5374
5374
|
},
|
|
5375
5375
|
{
|
|
5376
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5376
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPolygonMarkSpec>",
|
|
5377
5377
|
"description": "style格式转换"
|
|
5378
5378
|
},
|
|
5379
5379
|
{
|
|
5380
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5380
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPyramid3dMarkSpec>",
|
|
5381
5381
|
"description": "style格式转换"
|
|
5382
5382
|
},
|
|
5383
5383
|
{
|
|
5384
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5384
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IArc3dMarkSpec>",
|
|
5385
5385
|
"description": "style格式转换"
|
|
5386
5386
|
},
|
|
5387
5387
|
{
|
|
5388
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5388
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<ILinkPathMarkSpec>",
|
|
5389
5389
|
"description": "style格式转换"
|
|
5390
5390
|
},
|
|
5391
5391
|
{
|
|
5392
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5392
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRippleMarkSpec>",
|
|
5393
5393
|
"description": "style格式转换"
|
|
5394
5394
|
}
|
|
5395
5395
|
],
|
|
@@ -8353,6 +8353,27 @@
|
|
|
8353
8353
|
"normal"
|
|
8354
8354
|
]
|
|
8355
8355
|
},
|
|
8356
|
+
"Functional<\"center\"|\"left\"|\"right\"|\"bottom\"|\"top\"|\"top-right\"|\"top-left\"|\"bottom-right\"|\"bottom-left\">": {
|
|
8357
|
+
"anyOf": [
|
|
8358
|
+
{
|
|
8359
|
+
"typeof": "function"
|
|
8360
|
+
},
|
|
8361
|
+
{
|
|
8362
|
+
"enum": [
|
|
8363
|
+
"bottom",
|
|
8364
|
+
"bottom-left",
|
|
8365
|
+
"bottom-right",
|
|
8366
|
+
"center",
|
|
8367
|
+
"left",
|
|
8368
|
+
"right",
|
|
8369
|
+
"top",
|
|
8370
|
+
"top-left",
|
|
8371
|
+
"top-right"
|
|
8372
|
+
],
|
|
8373
|
+
"type": "string"
|
|
8374
|
+
}
|
|
8375
|
+
]
|
|
8376
|
+
},
|
|
8356
8377
|
"Geolocation": {
|
|
8357
8378
|
"type": "object"
|
|
8358
8379
|
},
|
|
@@ -18558,6 +18579,10 @@
|
|
|
18558
18579
|
"default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
|
|
18559
18580
|
"description": "null,undefined等非法数据点连接方式。"
|
|
18560
18581
|
},
|
|
18582
|
+
"label": {
|
|
18583
|
+
"$ref": "#/definitions/ILineLikeLabelSpec",
|
|
18584
|
+
"description": "标签配置"
|
|
18585
|
+
},
|
|
18561
18586
|
"large": {
|
|
18562
18587
|
"description": "是否开启大数据渲染模式,开启后会降低渲染的精度",
|
|
18563
18588
|
"type": "boolean"
|
|
@@ -18753,6 +18778,12 @@
|
|
|
18753
18778
|
],
|
|
18754
18779
|
"description": "参考线配置"
|
|
18755
18780
|
},
|
|
18781
|
+
"markOverlap": {
|
|
18782
|
+
"default": false,
|
|
18783
|
+
"description": "是否允许标记图形相互覆盖",
|
|
18784
|
+
"since": "1.6.0",
|
|
18785
|
+
"type": "boolean"
|
|
18786
|
+
},
|
|
18756
18787
|
"markPoint": {
|
|
18757
18788
|
"anyOf": [
|
|
18758
18789
|
{
|
|
@@ -18810,6 +18841,17 @@
|
|
|
18810
18841
|
"$ref": "#/definitions/IMarkSpec<ISymbolMarkSpec>",
|
|
18811
18842
|
"description": "点图元配置"
|
|
18812
18843
|
},
|
|
18844
|
+
"pointDis": {
|
|
18845
|
+
"description": "标记点之间的距离,px",
|
|
18846
|
+
"since": "1.6.0",
|
|
18847
|
+
"type": "number"
|
|
18848
|
+
},
|
|
18849
|
+
"pointDisMul": {
|
|
18850
|
+
"default": 1,
|
|
18851
|
+
"description": "标记点之间的距离, pointSize 的倍数",
|
|
18852
|
+
"since": "1.6.0",
|
|
18853
|
+
"type": "number"
|
|
18854
|
+
},
|
|
18813
18855
|
"progressiveStep": {
|
|
18814
18856
|
"description": "分片长度",
|
|
18815
18857
|
"type": "number"
|
|
@@ -18834,6 +18876,17 @@
|
|
|
18834
18876
|
"description": "系列关联的region索引",
|
|
18835
18877
|
"type": "number"
|
|
18836
18878
|
},
|
|
18879
|
+
"sampling": {
|
|
18880
|
+
"$ref": "#/definitions/ISamplingMethod",
|
|
18881
|
+
"description": "数据采样 - 采样方法",
|
|
18882
|
+
"since": "1.6.0"
|
|
18883
|
+
},
|
|
18884
|
+
"samplingFactor": {
|
|
18885
|
+
"default": 1,
|
|
18886
|
+
"description": "数据采样 - 采样系数",
|
|
18887
|
+
"since": "1.6.0",
|
|
18888
|
+
"type": "number"
|
|
18889
|
+
},
|
|
18837
18890
|
"scales": {
|
|
18838
18891
|
"description": "全局 scale 配置",
|
|
18839
18892
|
"items": {
|
|
@@ -19469,6 +19522,10 @@
|
|
|
19469
19522
|
"default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
|
|
19470
19523
|
"description": "null,undefined等非法数据点连接方式。"
|
|
19471
19524
|
},
|
|
19525
|
+
"label": {
|
|
19526
|
+
"$ref": "#/definitions/ILineLikeLabelSpec",
|
|
19527
|
+
"description": "标签配置"
|
|
19528
|
+
},
|
|
19472
19529
|
"large": {
|
|
19473
19530
|
"description": "是否开启大数据渲染模式,开启后会降低渲染的精度",
|
|
19474
19531
|
"type": "boolean"
|
|
@@ -19481,6 +19538,12 @@
|
|
|
19481
19538
|
"$ref": "#/definitions/IMarkSpec<ILineMarkSpec>",
|
|
19482
19539
|
"description": "线图元配置"
|
|
19483
19540
|
},
|
|
19541
|
+
"markOverlap": {
|
|
19542
|
+
"default": false,
|
|
19543
|
+
"description": "是否允许标记图形相互覆盖",
|
|
19544
|
+
"since": "1.6.0",
|
|
19545
|
+
"type": "boolean"
|
|
19546
|
+
},
|
|
19484
19547
|
"morph": {
|
|
19485
19548
|
"$ref": "#/definitions/IMorphSeriesSpec",
|
|
19486
19549
|
"description": "morph 动画配置"
|
|
@@ -19497,6 +19560,17 @@
|
|
|
19497
19560
|
"$ref": "#/definitions/IMarkSpec<ISymbolMarkSpec>",
|
|
19498
19561
|
"description": "点图元配置"
|
|
19499
19562
|
},
|
|
19563
|
+
"pointDis": {
|
|
19564
|
+
"description": "标记点之间的距离,px",
|
|
19565
|
+
"since": "1.6.0",
|
|
19566
|
+
"type": "number"
|
|
19567
|
+
},
|
|
19568
|
+
"pointDisMul": {
|
|
19569
|
+
"default": 1,
|
|
19570
|
+
"description": "标记点之间的距离, pointSize 的倍数",
|
|
19571
|
+
"since": "1.6.0",
|
|
19572
|
+
"type": "number"
|
|
19573
|
+
},
|
|
19500
19574
|
"progressiveStep": {
|
|
19501
19575
|
"description": "分片长度",
|
|
19502
19576
|
"type": "number"
|
|
@@ -19514,6 +19588,17 @@
|
|
|
19514
19588
|
"description": "系列关联的region索引",
|
|
19515
19589
|
"type": "number"
|
|
19516
19590
|
},
|
|
19591
|
+
"sampling": {
|
|
19592
|
+
"$ref": "#/definitions/ISamplingMethod",
|
|
19593
|
+
"description": "数据采样 - 采样方法",
|
|
19594
|
+
"since": "1.6.0"
|
|
19595
|
+
},
|
|
19596
|
+
"samplingFactor": {
|
|
19597
|
+
"default": 1,
|
|
19598
|
+
"description": "数据采样 - 采样系数",
|
|
19599
|
+
"since": "1.6.0",
|
|
19600
|
+
"type": "number"
|
|
19601
|
+
},
|
|
19517
19602
|
"select": {
|
|
19518
19603
|
"anyOf": [
|
|
19519
19604
|
{
|
|
@@ -19647,7 +19732,7 @@
|
|
|
19647
19732
|
"$ref": "#/definitions/Partial<IMarkTheme<IAreaMarkSpec>>"
|
|
19648
19733
|
},
|
|
19649
19734
|
"label": {
|
|
19650
|
-
"$ref": "#/definitions/Partial<
|
|
19735
|
+
"$ref": "#/definitions/Partial<ILineLikeLabelSpec>"
|
|
19651
19736
|
},
|
|
19652
19737
|
"line": {
|
|
19653
19738
|
"$ref": "#/definitions/Partial<IMarkTheme<ILineMarkSpec>>"
|
|
@@ -19817,6 +19902,12 @@
|
|
|
19817
19902
|
},
|
|
19818
19903
|
"IBar3dChartSpec": {
|
|
19819
19904
|
"properties": {
|
|
19905
|
+
"activePoint": {
|
|
19906
|
+
"default": false,
|
|
19907
|
+
"description": "是否使用额外的 activePoint 显示交互点,可以在点隐藏时显示被交互的点",
|
|
19908
|
+
"since": "1.3.0",
|
|
19909
|
+
"type": "boolean"
|
|
19910
|
+
},
|
|
19820
19911
|
"animation": {
|
|
19821
19912
|
"description": "是否开启系列动画",
|
|
19822
19913
|
"type": "boolean"
|
|
@@ -20086,7 +20177,7 @@
|
|
|
20086
20177
|
"label": {
|
|
20087
20178
|
"allOf": [
|
|
20088
20179
|
{
|
|
20089
|
-
"$ref": "#/definitions/ILabelSpec"
|
|
20180
|
+
"$ref": "#/definitions/Omit<ILabelSpec,\"position\">"
|
|
20090
20181
|
},
|
|
20091
20182
|
{
|
|
20092
20183
|
"typeof": "function"
|
|
@@ -20362,6 +20453,17 @@
|
|
|
20362
20453
|
"description": "系列关联的region索引",
|
|
20363
20454
|
"type": "number"
|
|
20364
20455
|
},
|
|
20456
|
+
"sampling": {
|
|
20457
|
+
"$ref": "#/definitions/ISamplingMethod",
|
|
20458
|
+
"description": "数据采样 - 采样方法",
|
|
20459
|
+
"since": "1.6.0"
|
|
20460
|
+
},
|
|
20461
|
+
"samplingFactor": {
|
|
20462
|
+
"default": 1,
|
|
20463
|
+
"description": "数据采样 - 采样系数",
|
|
20464
|
+
"since": "1.6.0",
|
|
20465
|
+
"type": "number"
|
|
20466
|
+
},
|
|
20365
20467
|
"scales": {
|
|
20366
20468
|
"description": "全局 scale 配置",
|
|
20367
20469
|
"items": {
|
|
@@ -20556,6 +20658,12 @@
|
|
|
20556
20658
|
},
|
|
20557
20659
|
"IBarChartSpec": {
|
|
20558
20660
|
"properties": {
|
|
20661
|
+
"activePoint": {
|
|
20662
|
+
"default": false,
|
|
20663
|
+
"description": "是否使用额外的 activePoint 显示交互点,可以在点隐藏时显示被交互的点",
|
|
20664
|
+
"since": "1.3.0",
|
|
20665
|
+
"type": "boolean"
|
|
20666
|
+
},
|
|
20559
20667
|
"animation": {
|
|
20560
20668
|
"description": "是否开启系列动画",
|
|
20561
20669
|
"type": "boolean"
|
|
@@ -20825,7 +20933,7 @@
|
|
|
20825
20933
|
"label": {
|
|
20826
20934
|
"allOf": [
|
|
20827
20935
|
{
|
|
20828
|
-
"$ref": "#/definitions/ILabelSpec"
|
|
20936
|
+
"$ref": "#/definitions/Omit<ILabelSpec,\"position\">"
|
|
20829
20937
|
},
|
|
20830
20938
|
{
|
|
20831
20939
|
"typeof": "function"
|
|
@@ -21101,6 +21209,17 @@
|
|
|
21101
21209
|
"description": "系列关联的region索引",
|
|
21102
21210
|
"type": "number"
|
|
21103
21211
|
},
|
|
21212
|
+
"sampling": {
|
|
21213
|
+
"$ref": "#/definitions/ISamplingMethod",
|
|
21214
|
+
"description": "数据采样 - 采样方法",
|
|
21215
|
+
"since": "1.6.0"
|
|
21216
|
+
},
|
|
21217
|
+
"samplingFactor": {
|
|
21218
|
+
"default": 1,
|
|
21219
|
+
"description": "数据采样 - 采样系数",
|
|
21220
|
+
"since": "1.6.0",
|
|
21221
|
+
"type": "number"
|
|
21222
|
+
},
|
|
21104
21223
|
"scales": {
|
|
21105
21224
|
"description": "全局 scale 配置",
|
|
21106
21225
|
"items": {
|
|
@@ -21268,6 +21387,12 @@
|
|
|
21268
21387
|
},
|
|
21269
21388
|
"IBarSeriesSpec": {
|
|
21270
21389
|
"properties": {
|
|
21390
|
+
"activePoint": {
|
|
21391
|
+
"default": false,
|
|
21392
|
+
"description": "是否使用额外的 activePoint 显示交互点,可以在点隐藏时显示被交互的点",
|
|
21393
|
+
"since": "1.3.0",
|
|
21394
|
+
"type": "boolean"
|
|
21395
|
+
},
|
|
21271
21396
|
"animation": {
|
|
21272
21397
|
"description": "是否开启系列动画",
|
|
21273
21398
|
"type": "boolean"
|
|
@@ -21464,7 +21589,7 @@
|
|
|
21464
21589
|
"label": {
|
|
21465
21590
|
"allOf": [
|
|
21466
21591
|
{
|
|
21467
|
-
"$ref": "#/definitions/ILabelSpec"
|
|
21592
|
+
"$ref": "#/definitions/Omit<ILabelSpec,\"position\">"
|
|
21468
21593
|
},
|
|
21469
21594
|
{
|
|
21470
21595
|
"typeof": "function"
|
|
@@ -21509,6 +21634,17 @@
|
|
|
21509
21634
|
"description": "系列关联的region索引",
|
|
21510
21635
|
"type": "number"
|
|
21511
21636
|
},
|
|
21637
|
+
"sampling": {
|
|
21638
|
+
"$ref": "#/definitions/ISamplingMethod",
|
|
21639
|
+
"description": "数据采样 - 采样方法",
|
|
21640
|
+
"since": "1.6.0"
|
|
21641
|
+
},
|
|
21642
|
+
"samplingFactor": {
|
|
21643
|
+
"default": 1,
|
|
21644
|
+
"description": "数据采样 - 采样系数",
|
|
21645
|
+
"since": "1.6.0",
|
|
21646
|
+
"type": "number"
|
|
21647
|
+
},
|
|
21512
21648
|
"select": {
|
|
21513
21649
|
"anyOf": [
|
|
21514
21650
|
{
|
|
@@ -26142,7 +26278,98 @@
|
|
|
26142
26278
|
"description": "**仅适用于笛卡尔坐标系**,参考区域配置"
|
|
26143
26279
|
},
|
|
26144
26280
|
"markLine": {
|
|
26145
|
-
"
|
|
26281
|
+
"anyOf": [
|
|
26282
|
+
{
|
|
26283
|
+
"allOf": [
|
|
26284
|
+
{
|
|
26285
|
+
"$ref": "#/definitions/IMarkerSpec"
|
|
26286
|
+
},
|
|
26287
|
+
{
|
|
26288
|
+
"typeof": "function"
|
|
26289
|
+
},
|
|
26290
|
+
{
|
|
26291
|
+
"$ref": "#/definitions/IMarkLineTheme"
|
|
26292
|
+
}
|
|
26293
|
+
]
|
|
26294
|
+
},
|
|
26295
|
+
{
|
|
26296
|
+
"allOf": [
|
|
26297
|
+
{
|
|
26298
|
+
"$ref": "#/definitions/IMarkerSpec"
|
|
26299
|
+
},
|
|
26300
|
+
{
|
|
26301
|
+
"$ref": "#/definitions/IMarkLineXSpec"
|
|
26302
|
+
},
|
|
26303
|
+
{
|
|
26304
|
+
"$ref": "#/definitions/IMarkLineTheme"
|
|
26305
|
+
}
|
|
26306
|
+
]
|
|
26307
|
+
},
|
|
26308
|
+
{
|
|
26309
|
+
"allOf": [
|
|
26310
|
+
{
|
|
26311
|
+
"$ref": "#/definitions/IMarkerSpec"
|
|
26312
|
+
},
|
|
26313
|
+
{
|
|
26314
|
+
"$ref": "#/definitions/IMarkLineYSpec"
|
|
26315
|
+
},
|
|
26316
|
+
{
|
|
26317
|
+
"$ref": "#/definitions/IMarkLineTheme"
|
|
26318
|
+
}
|
|
26319
|
+
]
|
|
26320
|
+
},
|
|
26321
|
+
{
|
|
26322
|
+
"allOf": [
|
|
26323
|
+
{
|
|
26324
|
+
"$ref": "#/definitions/IMarkerSpec"
|
|
26325
|
+
},
|
|
26326
|
+
{
|
|
26327
|
+
"typeof": "function"
|
|
26328
|
+
},
|
|
26329
|
+
{
|
|
26330
|
+
"$ref": "#/definitions/IMarkLineTheme"
|
|
26331
|
+
}
|
|
26332
|
+
]
|
|
26333
|
+
},
|
|
26334
|
+
{
|
|
26335
|
+
"allOf": [
|
|
26336
|
+
{
|
|
26337
|
+
"$ref": "#/definitions/IMarkerSpec"
|
|
26338
|
+
},
|
|
26339
|
+
{
|
|
26340
|
+
"typeof": "function"
|
|
26341
|
+
},
|
|
26342
|
+
{
|
|
26343
|
+
"$ref": "#/definitions/Omit<IMarkLineTheme,\"line\"|\"label\">"
|
|
26344
|
+
},
|
|
26345
|
+
{
|
|
26346
|
+
"typeof": "function"
|
|
26347
|
+
}
|
|
26348
|
+
]
|
|
26349
|
+
},
|
|
26350
|
+
{
|
|
26351
|
+
"allOf": [
|
|
26352
|
+
{
|
|
26353
|
+
"$ref": "#/definitions/IMarkerSpec"
|
|
26354
|
+
},
|
|
26355
|
+
{
|
|
26356
|
+
"typeof": "function"
|
|
26357
|
+
},
|
|
26358
|
+
{
|
|
26359
|
+
"$ref": "#/definitions/Omit<IMarkLineTheme,\"line\"|\"label\">"
|
|
26360
|
+
},
|
|
26361
|
+
{
|
|
26362
|
+
"typeof": "function"
|
|
26363
|
+
}
|
|
26364
|
+
]
|
|
26365
|
+
},
|
|
26366
|
+
{
|
|
26367
|
+
"items": {
|
|
26368
|
+
"$ref": "#/definitions/IMarkLineSpec"
|
|
26369
|
+
},
|
|
26370
|
+
"type": "array"
|
|
26371
|
+
}
|
|
26372
|
+
],
|
|
26146
26373
|
"description": "**仅适用于笛卡尔坐标系**,参考线配置"
|
|
26147
26374
|
},
|
|
26148
26375
|
"markPoint": {
|
|
@@ -26199,6 +26426,9 @@
|
|
|
26199
26426
|
"series": {
|
|
26200
26427
|
"items": {
|
|
26201
26428
|
"anyOf": [
|
|
26429
|
+
{
|
|
26430
|
+
"$ref": "#/definitions/ISankeySeriesSpec"
|
|
26431
|
+
},
|
|
26202
26432
|
{
|
|
26203
26433
|
"$ref": "#/definitions/IBarSeriesSpec"
|
|
26204
26434
|
},
|
|
@@ -26208,6 +26438,12 @@
|
|
|
26208
26438
|
{
|
|
26209
26439
|
"$ref": "#/definitions/ITreemapSeriesSpec"
|
|
26210
26440
|
},
|
|
26441
|
+
{
|
|
26442
|
+
"$ref": "#/definitions/IPieSeriesSpec"
|
|
26443
|
+
},
|
|
26444
|
+
{
|
|
26445
|
+
"$ref": "#/definitions/IPie3dSeriesSpec"
|
|
26446
|
+
},
|
|
26211
26447
|
{
|
|
26212
26448
|
"$ref": "#/definitions/ISunburstSeriesSpec"
|
|
26213
26449
|
},
|
|
@@ -26235,12 +26471,6 @@
|
|
|
26235
26471
|
{
|
|
26236
26472
|
"$ref": "#/definitions/IMapSeriesSpec"
|
|
26237
26473
|
},
|
|
26238
|
-
{
|
|
26239
|
-
"$ref": "#/definitions/IPieSeriesSpec"
|
|
26240
|
-
},
|
|
26241
|
-
{
|
|
26242
|
-
"$ref": "#/definitions/IPie3dSeriesSpec"
|
|
26243
|
-
},
|
|
26244
26474
|
{
|
|
26245
26475
|
"$ref": "#/definitions/ILinkSeriesSpec"
|
|
26246
26476
|
},
|
|
@@ -26280,9 +26510,6 @@
|
|
|
26280
26510
|
{
|
|
26281
26511
|
"$ref": "#/definitions/ILinearProgressSeriesSpec"
|
|
26282
26512
|
},
|
|
26283
|
-
{
|
|
26284
|
-
"$ref": "#/definitions/ISankeySeriesSpec"
|
|
26285
|
-
},
|
|
26286
26513
|
{
|
|
26287
26514
|
"$ref": "#/definitions/ICorrelationSeriesSpec"
|
|
26288
26515
|
},
|
|
@@ -28224,7 +28451,7 @@
|
|
|
28224
28451
|
"ICrosshairTheme": {
|
|
28225
28452
|
"properties": {
|
|
28226
28453
|
"bandField": {
|
|
28227
|
-
"$ref": "#/definitions/ICrosshairCategoryFieldSpec",
|
|
28454
|
+
"$ref": "#/definitions/Partial<ICrosshairCategoryFieldSpec>",
|
|
28228
28455
|
"description": "band 轴 crosshair 的公共配置",
|
|
28229
28456
|
"since": "1.3.0"
|
|
28230
28457
|
},
|
|
@@ -28233,7 +28460,7 @@
|
|
|
28233
28460
|
"description": "模块绝对布局下,与图表底部的距离。注意仅在 layoutType === 'absolute' 时生效"
|
|
28234
28461
|
},
|
|
28235
28462
|
"categoryField": {
|
|
28236
|
-
"$ref": "#/definitions/ICrosshairCategoryFieldSpec"
|
|
28463
|
+
"$ref": "#/definitions/Partial<ICrosshairCategoryFieldSpec>"
|
|
28237
28464
|
},
|
|
28238
28465
|
"center": {
|
|
28239
28466
|
"description": "模块绝对布局下,元素将放置在图表的正中间。注意仅在 layoutType === 'absolute' 时生效,同时将忽略 padding 属性",
|
|
@@ -28271,7 +28498,7 @@
|
|
|
28271
28498
|
"description": "模块绝对布局下,与图表左侧的距离。注意仅在 layoutType === 'absolute' 时生效"
|
|
28272
28499
|
},
|
|
28273
28500
|
"linearField": {
|
|
28274
|
-
"$ref": "#/definitions/ICrosshairValueFieldSpec",
|
|
28501
|
+
"$ref": "#/definitions/Partial<ICrosshairValueFieldSpec>",
|
|
28275
28502
|
"description": "linear 轴 crosshair 的公共配置",
|
|
28276
28503
|
"since": "1.3.0"
|
|
28277
28504
|
},
|
|
@@ -28416,17 +28643,17 @@
|
|
|
28416
28643
|
"description": "隐藏crosshair的触发方式(目前仅支持和trigger一致的设置以及none)"
|
|
28417
28644
|
},
|
|
28418
28645
|
"valueField": {
|
|
28419
|
-
"$ref": "#/definitions/ICrosshairValueFieldSpec"
|
|
28646
|
+
"$ref": "#/definitions/Partial<ICrosshairValueFieldSpec>"
|
|
28420
28647
|
},
|
|
28421
28648
|
"width": {
|
|
28422
28649
|
"$ref": "#/definitions/ILayoutNumber",
|
|
28423
28650
|
"description": "模块的布局大小:宽度"
|
|
28424
28651
|
},
|
|
28425
28652
|
"xField": {
|
|
28426
|
-
"$ref": "#/definitions/ICrosshairCategoryFieldSpec"
|
|
28653
|
+
"$ref": "#/definitions/Partial<ICrosshairCategoryFieldSpec>"
|
|
28427
28654
|
},
|
|
28428
28655
|
"yField": {
|
|
28429
|
-
"$ref": "#/definitions/ICrosshairCategoryFieldSpec"
|
|
28656
|
+
"$ref": "#/definitions/Partial<ICrosshairCategoryFieldSpec>"
|
|
28430
28657
|
},
|
|
28431
28658
|
"zIndex": {
|
|
28432
28659
|
"description": "模块的展示层级,当2个模块重叠时,层级较大的展示在上方",
|
|
@@ -28606,11 +28833,11 @@
|
|
|
28606
28833
|
"type": "number"
|
|
28607
28834
|
},
|
|
28608
28835
|
"state": {
|
|
28609
|
-
"$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IArcMarkSpec|IGroupMarkSpec|
|
|
28836
|
+
"$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IRectMarkSpec|IArcMarkSpec|IPathMarkSpec|IGroupMarkSpec|IImageMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IRectMarkSpec|IArcMarkSpec|IPathMarkSpec|IGroupMarkSpec|IImageMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec>>",
|
|
28610
28837
|
"description": "不同状态下的样式配置"
|
|
28611
28838
|
},
|
|
28612
28839
|
"style": {
|
|
28613
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IArcMarkSpec|IGroupMarkSpec|
|
|
28840
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IRectMarkSpec|IArcMarkSpec|IPathMarkSpec|IGroupMarkSpec|IImageMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec>",
|
|
28614
28841
|
"description": "默认样式设置"
|
|
28615
28842
|
},
|
|
28616
28843
|
"support3d": {
|
|
@@ -30763,11 +30990,11 @@
|
|
|
30763
30990
|
"type": "number"
|
|
30764
30991
|
},
|
|
30765
30992
|
"state": {
|
|
30766
|
-
"$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|
|
|
30993
|
+
"$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IRectMarkSpec|IArcMarkSpec|IPathMarkSpec|IImageMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IRectMarkSpec|IArcMarkSpec|IPathMarkSpec|IImageMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec>>",
|
|
30767
30994
|
"description": "不同状态下的样式配置"
|
|
30768
30995
|
},
|
|
30769
30996
|
"style": {
|
|
30770
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|
|
|
30997
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IRectMarkSpec|IArcMarkSpec|IPathMarkSpec|IImageMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec>",
|
|
30771
30998
|
"description": "默认样式设置"
|
|
30772
30999
|
},
|
|
30773
31000
|
"support3d": {
|
|
@@ -36818,6 +37045,12 @@
|
|
|
36818
37045
|
},
|
|
36819
37046
|
"IHistogram3dChartSpec": {
|
|
36820
37047
|
"properties": {
|
|
37048
|
+
"activePoint": {
|
|
37049
|
+
"default": false,
|
|
37050
|
+
"description": "是否使用额外的 activePoint 显示交互点,可以在点隐藏时显示被交互的点",
|
|
37051
|
+
"since": "1.3.0",
|
|
37052
|
+
"type": "boolean"
|
|
37053
|
+
},
|
|
36821
37054
|
"animation": {
|
|
36822
37055
|
"description": "是否开启系列动画",
|
|
36823
37056
|
"type": "boolean"
|
|
@@ -37087,7 +37320,7 @@
|
|
|
37087
37320
|
"label": {
|
|
37088
37321
|
"allOf": [
|
|
37089
37322
|
{
|
|
37090
|
-
"$ref": "#/definitions/ILabelSpec"
|
|
37323
|
+
"$ref": "#/definitions/Omit<ILabelSpec,\"position\">"
|
|
37091
37324
|
},
|
|
37092
37325
|
{
|
|
37093
37326
|
"typeof": "function"
|
|
@@ -37363,6 +37596,17 @@
|
|
|
37363
37596
|
"description": "系列关联的region索引",
|
|
37364
37597
|
"type": "number"
|
|
37365
37598
|
},
|
|
37599
|
+
"sampling": {
|
|
37600
|
+
"$ref": "#/definitions/ISamplingMethod",
|
|
37601
|
+
"description": "数据采样 - 采样方法",
|
|
37602
|
+
"since": "1.6.0"
|
|
37603
|
+
},
|
|
37604
|
+
"samplingFactor": {
|
|
37605
|
+
"default": 1,
|
|
37606
|
+
"description": "数据采样 - 采样系数",
|
|
37607
|
+
"since": "1.6.0",
|
|
37608
|
+
"type": "number"
|
|
37609
|
+
},
|
|
37366
37610
|
"scales": {
|
|
37367
37611
|
"description": "全局 scale 配置",
|
|
37368
37612
|
"items": {
|
|
@@ -37530,6 +37774,12 @@
|
|
|
37530
37774
|
},
|
|
37531
37775
|
"IHistogramChartSpec": {
|
|
37532
37776
|
"properties": {
|
|
37777
|
+
"activePoint": {
|
|
37778
|
+
"default": false,
|
|
37779
|
+
"description": "是否使用额外的 activePoint 显示交互点,可以在点隐藏时显示被交互的点",
|
|
37780
|
+
"since": "1.3.0",
|
|
37781
|
+
"type": "boolean"
|
|
37782
|
+
},
|
|
37533
37783
|
"animation": {
|
|
37534
37784
|
"description": "是否开启系列动画",
|
|
37535
37785
|
"type": "boolean"
|
|
@@ -37799,7 +38049,7 @@
|
|
|
37799
38049
|
"label": {
|
|
37800
38050
|
"allOf": [
|
|
37801
38051
|
{
|
|
37802
|
-
"$ref": "#/definitions/ILabelSpec"
|
|
38052
|
+
"$ref": "#/definitions/Omit<ILabelSpec,\"position\">"
|
|
37803
38053
|
},
|
|
37804
38054
|
{
|
|
37805
38055
|
"typeof": "function"
|
|
@@ -38075,6 +38325,17 @@
|
|
|
38075
38325
|
"description": "系列关联的region索引",
|
|
38076
38326
|
"type": "number"
|
|
38077
38327
|
},
|
|
38328
|
+
"sampling": {
|
|
38329
|
+
"$ref": "#/definitions/ISamplingMethod",
|
|
38330
|
+
"description": "数据采样 - 采样方法",
|
|
38331
|
+
"since": "1.6.0"
|
|
38332
|
+
},
|
|
38333
|
+
"samplingFactor": {
|
|
38334
|
+
"default": 1,
|
|
38335
|
+
"description": "数据采样 - 采样系数",
|
|
38336
|
+
"since": "1.6.0",
|
|
38337
|
+
"type": "number"
|
|
38338
|
+
},
|
|
38078
38339
|
"scales": {
|
|
38079
38340
|
"description": "全局 scale 配置",
|
|
38080
38341
|
"items": {
|
|
@@ -40245,14 +40506,7 @@
|
|
|
40245
40506
|
"description": "null,undefined等非法数据点连接方式。"
|
|
40246
40507
|
},
|
|
40247
40508
|
"label": {
|
|
40248
|
-
"
|
|
40249
|
-
{
|
|
40250
|
-
"$ref": "#/definitions/ILabelSpec"
|
|
40251
|
-
},
|
|
40252
|
-
{
|
|
40253
|
-
"typeof": "function"
|
|
40254
|
-
}
|
|
40255
|
-
],
|
|
40509
|
+
"$ref": "#/definitions/ILineLikeLabelSpec",
|
|
40256
40510
|
"description": "标签配置"
|
|
40257
40511
|
},
|
|
40258
40512
|
"large": {
|
|
@@ -40450,6 +40704,12 @@
|
|
|
40450
40704
|
],
|
|
40451
40705
|
"description": "参考线配置"
|
|
40452
40706
|
},
|
|
40707
|
+
"markOverlap": {
|
|
40708
|
+
"default": false,
|
|
40709
|
+
"description": "是否允许标记图形相互覆盖",
|
|
40710
|
+
"since": "1.6.0",
|
|
40711
|
+
"type": "boolean"
|
|
40712
|
+
},
|
|
40453
40713
|
"markPoint": {
|
|
40454
40714
|
"anyOf": [
|
|
40455
40715
|
{
|
|
@@ -40507,6 +40767,17 @@
|
|
|
40507
40767
|
"$ref": "#/definitions/IMarkSpec<ISymbolMarkSpec>",
|
|
40508
40768
|
"description": "点图元配置"
|
|
40509
40769
|
},
|
|
40770
|
+
"pointDis": {
|
|
40771
|
+
"description": "标记点之间的距离,px",
|
|
40772
|
+
"since": "1.6.0",
|
|
40773
|
+
"type": "number"
|
|
40774
|
+
},
|
|
40775
|
+
"pointDisMul": {
|
|
40776
|
+
"default": 1,
|
|
40777
|
+
"description": "标记点之间的距离, pointSize 的倍数",
|
|
40778
|
+
"since": "1.6.0",
|
|
40779
|
+
"type": "number"
|
|
40780
|
+
},
|
|
40510
40781
|
"progressiveStep": {
|
|
40511
40782
|
"description": "分片长度",
|
|
40512
40783
|
"type": "number"
|
|
@@ -40531,6 +40802,17 @@
|
|
|
40531
40802
|
"description": "系列关联的region索引",
|
|
40532
40803
|
"type": "number"
|
|
40533
40804
|
},
|
|
40805
|
+
"sampling": {
|
|
40806
|
+
"$ref": "#/definitions/ISamplingMethod",
|
|
40807
|
+
"description": "数据采样 - 采样方法",
|
|
40808
|
+
"since": "1.6.0"
|
|
40809
|
+
},
|
|
40810
|
+
"samplingFactor": {
|
|
40811
|
+
"default": 1,
|
|
40812
|
+
"description": "数据采样 - 采样系数",
|
|
40813
|
+
"since": "1.6.0",
|
|
40814
|
+
"type": "number"
|
|
40815
|
+
},
|
|
40534
40816
|
"scales": {
|
|
40535
40817
|
"description": "全局 scale 配置",
|
|
40536
40818
|
"items": {
|
|
@@ -40706,6 +40988,37 @@
|
|
|
40706
40988
|
],
|
|
40707
40989
|
"type": "object"
|
|
40708
40990
|
},
|
|
40991
|
+
"ILineLikeLabelSpec": {
|
|
40992
|
+
"allOf": [
|
|
40993
|
+
{
|
|
40994
|
+
"$ref": "#/definitions/Omit<ILabelSpec,\"position\">"
|
|
40995
|
+
},
|
|
40996
|
+
{
|
|
40997
|
+
"typeof": "function"
|
|
40998
|
+
}
|
|
40999
|
+
]
|
|
41000
|
+
},
|
|
41001
|
+
"ILineLikeSeriesTheme": {
|
|
41002
|
+
"properties": {
|
|
41003
|
+
"label": {
|
|
41004
|
+
"$ref": "#/definitions/Partial<ILineLikeLabelSpec>"
|
|
41005
|
+
},
|
|
41006
|
+
"line": {
|
|
41007
|
+
"$ref": "#/definitions/Partial<IMarkTheme<ILineMarkSpec>>"
|
|
41008
|
+
},
|
|
41009
|
+
"point": {
|
|
41010
|
+
"allOf": [
|
|
41011
|
+
{
|
|
41012
|
+
"$ref": "#/definitions/Partial<IMarkTheme<ISymbolMarkSpec>>"
|
|
41013
|
+
},
|
|
41014
|
+
{
|
|
41015
|
+
"typeof": "function"
|
|
41016
|
+
}
|
|
41017
|
+
]
|
|
41018
|
+
}
|
|
41019
|
+
},
|
|
41020
|
+
"type": "object"
|
|
41021
|
+
},
|
|
40709
41022
|
"ILineMarkSpec": {
|
|
40710
41023
|
"properties": {
|
|
40711
41024
|
"alpha": {
|
|
@@ -41096,14 +41409,7 @@
|
|
|
41096
41409
|
"description": "null,undefined等非法数据点连接方式。"
|
|
41097
41410
|
},
|
|
41098
41411
|
"label": {
|
|
41099
|
-
"
|
|
41100
|
-
{
|
|
41101
|
-
"$ref": "#/definitions/ILabelSpec"
|
|
41102
|
-
},
|
|
41103
|
-
{
|
|
41104
|
-
"typeof": "function"
|
|
41105
|
-
}
|
|
41106
|
-
],
|
|
41412
|
+
"$ref": "#/definitions/ILineLikeLabelSpec",
|
|
41107
41413
|
"description": "标签配置"
|
|
41108
41414
|
},
|
|
41109
41415
|
"large": {
|
|
@@ -41118,6 +41424,12 @@
|
|
|
41118
41424
|
"$ref": "#/definitions/IMarkSpec<ILineMarkSpec>",
|
|
41119
41425
|
"description": "线图元配置"
|
|
41120
41426
|
},
|
|
41427
|
+
"markOverlap": {
|
|
41428
|
+
"default": false,
|
|
41429
|
+
"description": "是否允许标记图形相互覆盖",
|
|
41430
|
+
"since": "1.6.0",
|
|
41431
|
+
"type": "boolean"
|
|
41432
|
+
},
|
|
41121
41433
|
"morph": {
|
|
41122
41434
|
"$ref": "#/definitions/IMorphSeriesSpec",
|
|
41123
41435
|
"description": "morph 动画配置"
|
|
@@ -41134,6 +41446,17 @@
|
|
|
41134
41446
|
"$ref": "#/definitions/IMarkSpec<ISymbolMarkSpec>",
|
|
41135
41447
|
"description": "点图元配置"
|
|
41136
41448
|
},
|
|
41449
|
+
"pointDis": {
|
|
41450
|
+
"description": "标记点之间的距离,px",
|
|
41451
|
+
"since": "1.6.0",
|
|
41452
|
+
"type": "number"
|
|
41453
|
+
},
|
|
41454
|
+
"pointDisMul": {
|
|
41455
|
+
"default": 1,
|
|
41456
|
+
"description": "标记点之间的距离, pointSize 的倍数",
|
|
41457
|
+
"since": "1.6.0",
|
|
41458
|
+
"type": "number"
|
|
41459
|
+
},
|
|
41137
41460
|
"progressiveStep": {
|
|
41138
41461
|
"description": "分片长度",
|
|
41139
41462
|
"type": "number"
|
|
@@ -41151,6 +41474,17 @@
|
|
|
41151
41474
|
"description": "系列关联的region索引",
|
|
41152
41475
|
"type": "number"
|
|
41153
41476
|
},
|
|
41477
|
+
"sampling": {
|
|
41478
|
+
"$ref": "#/definitions/ISamplingMethod",
|
|
41479
|
+
"description": "数据采样 - 采样方法",
|
|
41480
|
+
"since": "1.6.0"
|
|
41481
|
+
},
|
|
41482
|
+
"samplingFactor": {
|
|
41483
|
+
"default": 1,
|
|
41484
|
+
"description": "数据采样 - 采样系数",
|
|
41485
|
+
"since": "1.6.0",
|
|
41486
|
+
"type": "number"
|
|
41487
|
+
},
|
|
41154
41488
|
"select": {
|
|
41155
41489
|
"anyOf": [
|
|
41156
41490
|
{
|
|
@@ -41277,27 +41611,6 @@
|
|
|
41277
41611
|
],
|
|
41278
41612
|
"type": "object"
|
|
41279
41613
|
},
|
|
41280
|
-
"ILineSeriesTheme": {
|
|
41281
|
-
"properties": {
|
|
41282
|
-
"label": {
|
|
41283
|
-
"$ref": "#/definitions/Partial<ILabelSpec&{position?:\"center\"|\"left\"|\"right\"|\"bottom\"|\"top\"|\"top-right\"|\"top-left\"|\"bottom-right\"|\"bottom-left\";}>"
|
|
41284
|
-
},
|
|
41285
|
-
"line": {
|
|
41286
|
-
"$ref": "#/definitions/Partial<IMarkTheme<ILineMarkSpec>>"
|
|
41287
|
-
},
|
|
41288
|
-
"point": {
|
|
41289
|
-
"allOf": [
|
|
41290
|
-
{
|
|
41291
|
-
"$ref": "#/definitions/Partial<IMarkTheme<ISymbolMarkSpec>>"
|
|
41292
|
-
},
|
|
41293
|
-
{
|
|
41294
|
-
"typeof": "function"
|
|
41295
|
-
}
|
|
41296
|
-
]
|
|
41297
|
-
}
|
|
41298
|
-
},
|
|
41299
|
-
"type": "object"
|
|
41300
|
-
},
|
|
41301
41614
|
"ILinearAxisSpec": {
|
|
41302
41615
|
"properties": {
|
|
41303
41616
|
"expand": {
|
|
@@ -43810,7 +44123,10 @@
|
|
|
43810
44123
|
"description": "组件关联的region索引"
|
|
43811
44124
|
},
|
|
43812
44125
|
"relativeSeriesId": {
|
|
43813
|
-
"type":
|
|
44126
|
+
"type": [
|
|
44127
|
+
"string",
|
|
44128
|
+
"number"
|
|
44129
|
+
]
|
|
43814
44130
|
},
|
|
43815
44131
|
"relativeSeriesIndex": {
|
|
43816
44132
|
"description": "标注数据关联的series",
|
|
@@ -48460,7 +48776,7 @@
|
|
|
48460
48776
|
"description": "null,undefined等非法数据点连接方式。"
|
|
48461
48777
|
},
|
|
48462
48778
|
"label": {
|
|
48463
|
-
"$ref": "#/definitions/
|
|
48779
|
+
"$ref": "#/definitions/ILineLikeLabelSpec",
|
|
48464
48780
|
"description": "标签配置"
|
|
48465
48781
|
},
|
|
48466
48782
|
"large": {
|
|
@@ -48500,6 +48816,12 @@
|
|
|
48500
48816
|
"$ref": "#/definitions/IMarkSpec<ILineMarkSpec>",
|
|
48501
48817
|
"description": "线图元配置"
|
|
48502
48818
|
},
|
|
48819
|
+
"markOverlap": {
|
|
48820
|
+
"default": false,
|
|
48821
|
+
"description": "是否允许标记图形相互覆盖",
|
|
48822
|
+
"since": "1.6.0",
|
|
48823
|
+
"type": "boolean"
|
|
48824
|
+
},
|
|
48503
48825
|
"name": {
|
|
48504
48826
|
"description": "系列名称",
|
|
48505
48827
|
"type": "string"
|
|
@@ -48525,6 +48847,17 @@
|
|
|
48525
48847
|
"$ref": "#/definitions/IMarkSpec<ISymbolMarkSpec>",
|
|
48526
48848
|
"description": "点图元配置"
|
|
48527
48849
|
},
|
|
48850
|
+
"pointDis": {
|
|
48851
|
+
"description": "标记点之间的距离,px",
|
|
48852
|
+
"since": "1.6.0",
|
|
48853
|
+
"type": "number"
|
|
48854
|
+
},
|
|
48855
|
+
"pointDisMul": {
|
|
48856
|
+
"default": 1,
|
|
48857
|
+
"description": "标记点之间的距离, pointSize 的倍数",
|
|
48858
|
+
"since": "1.6.0",
|
|
48859
|
+
"type": "number"
|
|
48860
|
+
},
|
|
48528
48861
|
"progressiveStep": {
|
|
48529
48862
|
"description": "分片长度",
|
|
48530
48863
|
"type": "number"
|
|
@@ -48898,7 +49231,7 @@
|
|
|
48898
49231
|
"description": "null,undefined等非法数据点连接方式。"
|
|
48899
49232
|
},
|
|
48900
49233
|
"label": {
|
|
48901
|
-
"$ref": "#/definitions/
|
|
49234
|
+
"$ref": "#/definitions/ILineLikeLabelSpec",
|
|
48902
49235
|
"description": "标签配置"
|
|
48903
49236
|
},
|
|
48904
49237
|
"large": {
|
|
@@ -48913,6 +49246,12 @@
|
|
|
48913
49246
|
"$ref": "#/definitions/IMarkSpec<ILineMarkSpec>",
|
|
48914
49247
|
"description": "线图元配置"
|
|
48915
49248
|
},
|
|
49249
|
+
"markOverlap": {
|
|
49250
|
+
"default": false,
|
|
49251
|
+
"description": "是否允许标记图形相互覆盖",
|
|
49252
|
+
"since": "1.6.0",
|
|
49253
|
+
"type": "boolean"
|
|
49254
|
+
},
|
|
48916
49255
|
"morph": {
|
|
48917
49256
|
"$ref": "#/definitions/IMorphSeriesSpec",
|
|
48918
49257
|
"description": "morph 动画配置"
|
|
@@ -48934,6 +49273,17 @@
|
|
|
48934
49273
|
"$ref": "#/definitions/IMarkSpec<ISymbolMarkSpec>",
|
|
48935
49274
|
"description": "点图元配置"
|
|
48936
49275
|
},
|
|
49276
|
+
"pointDis": {
|
|
49277
|
+
"description": "标记点之间的距离,px",
|
|
49278
|
+
"since": "1.6.0",
|
|
49279
|
+
"type": "number"
|
|
49280
|
+
},
|
|
49281
|
+
"pointDisMul": {
|
|
49282
|
+
"default": 1,
|
|
49283
|
+
"description": "标记点之间的距离, pointSize 的倍数",
|
|
49284
|
+
"since": "1.6.0",
|
|
49285
|
+
"type": "number"
|
|
49286
|
+
},
|
|
48937
49287
|
"progressiveStep": {
|
|
48938
49288
|
"description": "分片长度",
|
|
48939
49289
|
"type": "number"
|
|
@@ -49074,8 +49424,7 @@
|
|
|
49074
49424
|
"type": "number"
|
|
49075
49425
|
},
|
|
49076
49426
|
"label": {
|
|
49077
|
-
"$ref": "#/definitions/Partial<
|
|
49078
|
-
"description": "标签配置"
|
|
49427
|
+
"$ref": "#/definitions/Partial<ILineLikeLabelSpec>"
|
|
49079
49428
|
},
|
|
49080
49429
|
"line": {
|
|
49081
49430
|
"$ref": "#/definitions/Partial<IMarkTheme<ILineMarkSpec>>"
|
|
@@ -49361,6 +49710,10 @@
|
|
|
49361
49710
|
"default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
|
|
49362
49711
|
"description": "null,undefined等非法数据点连接方式。"
|
|
49363
49712
|
},
|
|
49713
|
+
"label": {
|
|
49714
|
+
"$ref": "#/definitions/ILineLikeLabelSpec",
|
|
49715
|
+
"description": "标签配置"
|
|
49716
|
+
},
|
|
49364
49717
|
"large": {
|
|
49365
49718
|
"description": "是否开启大数据渲染模式,开启后会降低渲染的精度",
|
|
49366
49719
|
"type": "boolean"
|
|
@@ -49556,6 +49909,12 @@
|
|
|
49556
49909
|
],
|
|
49557
49910
|
"description": "参考线配置"
|
|
49558
49911
|
},
|
|
49912
|
+
"markOverlap": {
|
|
49913
|
+
"default": false,
|
|
49914
|
+
"description": "是否允许标记图形相互覆盖",
|
|
49915
|
+
"since": "1.6.0",
|
|
49916
|
+
"type": "boolean"
|
|
49917
|
+
},
|
|
49559
49918
|
"markPoint": {
|
|
49560
49919
|
"anyOf": [
|
|
49561
49920
|
{
|
|
@@ -49620,6 +49979,17 @@
|
|
|
49620
49979
|
"$ref": "#/definitions/IMarkSpec<ISymbolMarkSpec>",
|
|
49621
49980
|
"description": "点图元配置"
|
|
49622
49981
|
},
|
|
49982
|
+
"pointDis": {
|
|
49983
|
+
"description": "标记点之间的距离,px",
|
|
49984
|
+
"since": "1.6.0",
|
|
49985
|
+
"type": "number"
|
|
49986
|
+
},
|
|
49987
|
+
"pointDisMul": {
|
|
49988
|
+
"default": 1,
|
|
49989
|
+
"description": "标记点之间的距离, pointSize 的倍数",
|
|
49990
|
+
"since": "1.6.0",
|
|
49991
|
+
"type": "number"
|
|
49992
|
+
},
|
|
49623
49993
|
"progressiveStep": {
|
|
49624
49994
|
"description": "分片长度",
|
|
49625
49995
|
"type": "number"
|
|
@@ -49644,6 +50014,17 @@
|
|
|
49644
50014
|
"description": "系列关联的region索引",
|
|
49645
50015
|
"type": "number"
|
|
49646
50016
|
},
|
|
50017
|
+
"sampling": {
|
|
50018
|
+
"$ref": "#/definitions/ISamplingMethod",
|
|
50019
|
+
"description": "数据采样 - 采样方法",
|
|
50020
|
+
"since": "1.6.0"
|
|
50021
|
+
},
|
|
50022
|
+
"samplingFactor": {
|
|
50023
|
+
"default": 1,
|
|
50024
|
+
"description": "数据采样 - 采样系数",
|
|
50025
|
+
"since": "1.6.0",
|
|
50026
|
+
"type": "number"
|
|
50027
|
+
},
|
|
49647
50028
|
"scales": {
|
|
49648
50029
|
"description": "全局 scale 配置",
|
|
49649
50030
|
"items": {
|
|
@@ -49969,6 +50350,10 @@
|
|
|
49969
50350
|
"default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
|
|
49970
50351
|
"description": "null,undefined等非法数据点连接方式。"
|
|
49971
50352
|
},
|
|
50353
|
+
"label": {
|
|
50354
|
+
"$ref": "#/definitions/ILineLikeLabelSpec",
|
|
50355
|
+
"description": "标签配置"
|
|
50356
|
+
},
|
|
49972
50357
|
"large": {
|
|
49973
50358
|
"description": "是否开启大数据渲染模式,开启后会降低渲染的精度",
|
|
49974
50359
|
"type": "boolean"
|
|
@@ -49981,6 +50366,12 @@
|
|
|
49981
50366
|
"$ref": "#/definitions/IMarkSpec<ILineMarkSpec>",
|
|
49982
50367
|
"description": "线图元配置"
|
|
49983
50368
|
},
|
|
50369
|
+
"markOverlap": {
|
|
50370
|
+
"default": false,
|
|
50371
|
+
"description": "是否允许标记图形相互覆盖",
|
|
50372
|
+
"since": "1.6.0",
|
|
50373
|
+
"type": "boolean"
|
|
50374
|
+
},
|
|
49984
50375
|
"maxField": {
|
|
49985
50376
|
"type": "string"
|
|
49986
50377
|
},
|
|
@@ -50004,6 +50395,17 @@
|
|
|
50004
50395
|
"$ref": "#/definitions/IMarkSpec<ISymbolMarkSpec>",
|
|
50005
50396
|
"description": "点图元配置"
|
|
50006
50397
|
},
|
|
50398
|
+
"pointDis": {
|
|
50399
|
+
"description": "标记点之间的距离,px",
|
|
50400
|
+
"since": "1.6.0",
|
|
50401
|
+
"type": "number"
|
|
50402
|
+
},
|
|
50403
|
+
"pointDisMul": {
|
|
50404
|
+
"default": 1,
|
|
50405
|
+
"description": "标记点之间的距离, pointSize 的倍数",
|
|
50406
|
+
"since": "1.6.0",
|
|
50407
|
+
"type": "number"
|
|
50408
|
+
},
|
|
50007
50409
|
"progressiveStep": {
|
|
50008
50410
|
"description": "分片长度",
|
|
50009
50411
|
"type": "number"
|
|
@@ -50021,6 +50423,17 @@
|
|
|
50021
50423
|
"description": "系列关联的region索引",
|
|
50022
50424
|
"type": "number"
|
|
50023
50425
|
},
|
|
50426
|
+
"sampling": {
|
|
50427
|
+
"$ref": "#/definitions/ISamplingMethod",
|
|
50428
|
+
"description": "数据采样 - 采样方法",
|
|
50429
|
+
"since": "1.6.0"
|
|
50430
|
+
},
|
|
50431
|
+
"samplingFactor": {
|
|
50432
|
+
"default": 1,
|
|
50433
|
+
"description": "数据采样 - 采样系数",
|
|
50434
|
+
"since": "1.6.0",
|
|
50435
|
+
"type": "number"
|
|
50436
|
+
},
|
|
50024
50437
|
"select": {
|
|
50025
50438
|
"anyOf": [
|
|
50026
50439
|
{
|
|
@@ -50150,6 +50563,12 @@
|
|
|
50150
50563
|
},
|
|
50151
50564
|
"IRangeColumn3dChartSpec": {
|
|
50152
50565
|
"properties": {
|
|
50566
|
+
"activePoint": {
|
|
50567
|
+
"default": false,
|
|
50568
|
+
"description": "是否使用额外的 activePoint 显示交互点,可以在点隐藏时显示被交互的点",
|
|
50569
|
+
"since": "1.3.0",
|
|
50570
|
+
"type": "boolean"
|
|
50571
|
+
},
|
|
50153
50572
|
"animation": {
|
|
50154
50573
|
"description": "是否开启系列动画",
|
|
50155
50574
|
"type": "boolean"
|
|
@@ -50702,6 +51121,17 @@
|
|
|
50702
51121
|
"description": "系列关联的region索引",
|
|
50703
51122
|
"type": "number"
|
|
50704
51123
|
},
|
|
51124
|
+
"sampling": {
|
|
51125
|
+
"$ref": "#/definitions/ISamplingMethod",
|
|
51126
|
+
"description": "数据采样 - 采样方法",
|
|
51127
|
+
"since": "1.6.0"
|
|
51128
|
+
},
|
|
51129
|
+
"samplingFactor": {
|
|
51130
|
+
"default": 1,
|
|
51131
|
+
"description": "数据采样 - 采样系数",
|
|
51132
|
+
"since": "1.6.0",
|
|
51133
|
+
"type": "number"
|
|
51134
|
+
},
|
|
50705
51135
|
"scales": {
|
|
50706
51136
|
"description": "全局 scale 配置",
|
|
50707
51137
|
"items": {
|
|
@@ -50871,6 +51301,12 @@
|
|
|
50871
51301
|
},
|
|
50872
51302
|
"IRangeColumn3dSeriesSpec": {
|
|
50873
51303
|
"properties": {
|
|
51304
|
+
"activePoint": {
|
|
51305
|
+
"default": false,
|
|
51306
|
+
"description": "是否使用额外的 activePoint 显示交互点,可以在点隐藏时显示被交互的点",
|
|
51307
|
+
"since": "1.3.0",
|
|
51308
|
+
"type": "boolean"
|
|
51309
|
+
},
|
|
50874
51310
|
"animation": {
|
|
50875
51311
|
"description": "是否开启系列动画",
|
|
50876
51312
|
"type": "boolean"
|
|
@@ -51119,6 +51555,17 @@
|
|
|
51119
51555
|
"description": "系列关联的region索引",
|
|
51120
51556
|
"type": "number"
|
|
51121
51557
|
},
|
|
51558
|
+
"sampling": {
|
|
51559
|
+
"$ref": "#/definitions/ISamplingMethod",
|
|
51560
|
+
"description": "数据采样 - 采样方法",
|
|
51561
|
+
"since": "1.6.0"
|
|
51562
|
+
},
|
|
51563
|
+
"samplingFactor": {
|
|
51564
|
+
"default": 1,
|
|
51565
|
+
"description": "数据采样 - 采样系数",
|
|
51566
|
+
"since": "1.6.0",
|
|
51567
|
+
"type": "number"
|
|
51568
|
+
},
|
|
51122
51569
|
"select": {
|
|
51123
51570
|
"anyOf": [
|
|
51124
51571
|
{
|
|
@@ -51238,6 +51685,12 @@
|
|
|
51238
51685
|
},
|
|
51239
51686
|
"IRangeColumnChartSpec": {
|
|
51240
51687
|
"properties": {
|
|
51688
|
+
"activePoint": {
|
|
51689
|
+
"default": false,
|
|
51690
|
+
"description": "是否使用额外的 activePoint 显示交互点,可以在点隐藏时显示被交互的点",
|
|
51691
|
+
"since": "1.3.0",
|
|
51692
|
+
"type": "boolean"
|
|
51693
|
+
},
|
|
51241
51694
|
"animation": {
|
|
51242
51695
|
"description": "是否开启系列动画",
|
|
51243
51696
|
"type": "boolean"
|
|
@@ -51790,6 +52243,17 @@
|
|
|
51790
52243
|
"description": "系列关联的region索引",
|
|
51791
52244
|
"type": "number"
|
|
51792
52245
|
},
|
|
52246
|
+
"sampling": {
|
|
52247
|
+
"$ref": "#/definitions/ISamplingMethod",
|
|
52248
|
+
"description": "数据采样 - 采样方法",
|
|
52249
|
+
"since": "1.6.0"
|
|
52250
|
+
},
|
|
52251
|
+
"samplingFactor": {
|
|
52252
|
+
"default": 1,
|
|
52253
|
+
"description": "数据采样 - 采样系数",
|
|
52254
|
+
"since": "1.6.0",
|
|
52255
|
+
"type": "number"
|
|
52256
|
+
},
|
|
51793
52257
|
"scales": {
|
|
51794
52258
|
"description": "全局 scale 配置",
|
|
51795
52259
|
"items": {
|
|
@@ -51959,6 +52423,12 @@
|
|
|
51959
52423
|
},
|
|
51960
52424
|
"IRangeColumnSeriesSpec": {
|
|
51961
52425
|
"properties": {
|
|
52426
|
+
"activePoint": {
|
|
52427
|
+
"default": false,
|
|
52428
|
+
"description": "是否使用额外的 activePoint 显示交互点,可以在点隐藏时显示被交互的点",
|
|
52429
|
+
"since": "1.3.0",
|
|
52430
|
+
"type": "boolean"
|
|
52431
|
+
},
|
|
51962
52432
|
"animation": {
|
|
51963
52433
|
"description": "是否开启系列动画",
|
|
51964
52434
|
"type": "boolean"
|
|
@@ -52207,6 +52677,17 @@
|
|
|
52207
52677
|
"description": "系列关联的region索引",
|
|
52208
52678
|
"type": "number"
|
|
52209
52679
|
},
|
|
52680
|
+
"sampling": {
|
|
52681
|
+
"$ref": "#/definitions/ISamplingMethod",
|
|
52682
|
+
"description": "数据采样 - 采样方法",
|
|
52683
|
+
"since": "1.6.0"
|
|
52684
|
+
},
|
|
52685
|
+
"samplingFactor": {
|
|
52686
|
+
"default": 1,
|
|
52687
|
+
"description": "数据采样 - 采样系数",
|
|
52688
|
+
"since": "1.6.0",
|
|
52689
|
+
"type": "number"
|
|
52690
|
+
},
|
|
52210
52691
|
"select": {
|
|
52211
52692
|
"anyOf": [
|
|
52212
52693
|
{
|
|
@@ -54221,6 +54702,16 @@
|
|
|
54221
54702
|
},
|
|
54222
54703
|
"type": "object"
|
|
54223
54704
|
},
|
|
54705
|
+
"ISamplingMethod": {
|
|
54706
|
+
"enum": [
|
|
54707
|
+
"average",
|
|
54708
|
+
"lttb",
|
|
54709
|
+
"max",
|
|
54710
|
+
"min",
|
|
54711
|
+
"sum"
|
|
54712
|
+
],
|
|
54713
|
+
"type": "string"
|
|
54714
|
+
},
|
|
54224
54715
|
"ISankeyChartSpec": {
|
|
54225
54716
|
"properties": {
|
|
54226
54717
|
"animation": {
|
|
@@ -55271,14 +55762,7 @@
|
|
|
55271
55762
|
"description": "null,undefined等非法数据点连接方式。"
|
|
55272
55763
|
},
|
|
55273
55764
|
"label": {
|
|
55274
|
-
"
|
|
55275
|
-
{
|
|
55276
|
-
"$ref": "#/definitions/ILabelSpec"
|
|
55277
|
-
},
|
|
55278
|
-
{
|
|
55279
|
-
"typeof": "function"
|
|
55280
|
-
}
|
|
55281
|
-
],
|
|
55765
|
+
"$ref": "#/definitions/ILineLikeLabelSpec",
|
|
55282
55766
|
"description": "标签配置"
|
|
55283
55767
|
},
|
|
55284
55768
|
"large": {
|
|
@@ -55904,14 +56388,7 @@
|
|
|
55904
56388
|
"description": "null,undefined等非法数据点连接方式。"
|
|
55905
56389
|
},
|
|
55906
56390
|
"label": {
|
|
55907
|
-
"
|
|
55908
|
-
{
|
|
55909
|
-
"$ref": "#/definitions/ILabelSpec"
|
|
55910
|
-
},
|
|
55911
|
-
{
|
|
55912
|
-
"typeof": "function"
|
|
55913
|
-
}
|
|
55914
|
-
],
|
|
56391
|
+
"$ref": "#/definitions/ILineLikeLabelSpec",
|
|
55915
56392
|
"description": "标签配置"
|
|
55916
56393
|
},
|
|
55917
56394
|
"large": {
|
|
@@ -57068,15 +57545,39 @@
|
|
|
57068
57545
|
"area": {
|
|
57069
57546
|
"$ref": "#/definitions/IAreaSeriesTheme"
|
|
57070
57547
|
},
|
|
57548
|
+
"area_horizontal": {
|
|
57549
|
+
"$ref": "#/definitions/IAreaSeriesTheme"
|
|
57550
|
+
},
|
|
57551
|
+
"area_vertical": {
|
|
57552
|
+
"$ref": "#/definitions/IAreaSeriesTheme"
|
|
57553
|
+
},
|
|
57071
57554
|
"bar": {
|
|
57072
57555
|
"$ref": "#/definitions/IBarSeriesTheme"
|
|
57073
57556
|
},
|
|
57074
57557
|
"bar3d": {
|
|
57075
57558
|
"$ref": "#/definitions/IBar3dSeriesTheme"
|
|
57076
57559
|
},
|
|
57560
|
+
"bar3d_horizontal": {
|
|
57561
|
+
"$ref": "#/definitions/IBar3dSeriesTheme"
|
|
57562
|
+
},
|
|
57563
|
+
"bar3d_vertical": {
|
|
57564
|
+
"$ref": "#/definitions/IBar3dSeriesTheme"
|
|
57565
|
+
},
|
|
57566
|
+
"bar_horizontal": {
|
|
57567
|
+
"$ref": "#/definitions/IBarSeriesTheme"
|
|
57568
|
+
},
|
|
57569
|
+
"bar_vertical": {
|
|
57570
|
+
"$ref": "#/definitions/IBarSeriesTheme"
|
|
57571
|
+
},
|
|
57077
57572
|
"boxPlot": {
|
|
57078
57573
|
"$ref": "#/definitions/IBoxPlotSeriesTheme"
|
|
57079
57574
|
},
|
|
57575
|
+
"boxPlot_horizontal": {
|
|
57576
|
+
"$ref": "#/definitions/IBoxPlotSeriesTheme"
|
|
57577
|
+
},
|
|
57578
|
+
"boxPlot_vertical": {
|
|
57579
|
+
"$ref": "#/definitions/IBoxPlotSeriesTheme"
|
|
57580
|
+
},
|
|
57080
57581
|
"circlePacking": {
|
|
57081
57582
|
"$ref": "#/definitions/ICirclePackingSeriesTheme"
|
|
57082
57583
|
},
|
|
@@ -57105,11 +57606,23 @@
|
|
|
57105
57606
|
"$ref": "#/definitions/IHeatmapSeriesTheme"
|
|
57106
57607
|
},
|
|
57107
57608
|
"line": {
|
|
57108
|
-
"$ref": "#/definitions/
|
|
57609
|
+
"$ref": "#/definitions/ILineLikeSeriesTheme"
|
|
57610
|
+
},
|
|
57611
|
+
"line_horizontal": {
|
|
57612
|
+
"$ref": "#/definitions/ILineLikeSeriesTheme"
|
|
57613
|
+
},
|
|
57614
|
+
"line_vertical": {
|
|
57615
|
+
"$ref": "#/definitions/ILineLikeSeriesTheme"
|
|
57109
57616
|
},
|
|
57110
57617
|
"linearProgress": {
|
|
57111
57618
|
"$ref": "#/definitions/ILinearProgressSeriesTheme"
|
|
57112
57619
|
},
|
|
57620
|
+
"linearProgress_horizontal": {
|
|
57621
|
+
"$ref": "#/definitions/ILinearProgressSeriesTheme"
|
|
57622
|
+
},
|
|
57623
|
+
"linearProgress_vertical": {
|
|
57624
|
+
"$ref": "#/definitions/ILinearProgressSeriesTheme"
|
|
57625
|
+
},
|
|
57113
57626
|
"link": {
|
|
57114
57627
|
"$ref": "#/definitions/ILinkSeriesTheme"
|
|
57115
57628
|
},
|
|
@@ -57128,15 +57641,33 @@
|
|
|
57128
57641
|
"rangeArea": {
|
|
57129
57642
|
"$ref": "#/definitions/IAreaSeriesTheme"
|
|
57130
57643
|
},
|
|
57644
|
+
"rangeArea_horizontal": {
|
|
57645
|
+
"$ref": "#/definitions/IAreaSeriesTheme"
|
|
57646
|
+
},
|
|
57647
|
+
"rangeArea_vertical": {
|
|
57648
|
+
"$ref": "#/definitions/IAreaSeriesTheme"
|
|
57649
|
+
},
|
|
57131
57650
|
"rangeColumn": {
|
|
57132
57651
|
"$ref": "#/definitions/IRangeColumnSeriesTheme"
|
|
57133
57652
|
},
|
|
57653
|
+
"rangeColumn_horizontal": {
|
|
57654
|
+
"$ref": "#/definitions/IRangeColumnSeriesTheme"
|
|
57655
|
+
},
|
|
57656
|
+
"rangeColumn_vertical": {
|
|
57657
|
+
"$ref": "#/definitions/IRangeColumnSeriesTheme"
|
|
57658
|
+
},
|
|
57134
57659
|
"rose": {
|
|
57135
57660
|
"$ref": "#/definitions/IRoseSeriesTheme"
|
|
57136
57661
|
},
|
|
57137
57662
|
"sankey": {
|
|
57138
57663
|
"$ref": "#/definitions/ISankeySeriesTheme"
|
|
57139
57664
|
},
|
|
57665
|
+
"sankey_horizontal": {
|
|
57666
|
+
"$ref": "#/definitions/ISankeySeriesTheme"
|
|
57667
|
+
},
|
|
57668
|
+
"sankey_vertical": {
|
|
57669
|
+
"$ref": "#/definitions/ISankeySeriesTheme"
|
|
57670
|
+
},
|
|
57140
57671
|
"scatter": {
|
|
57141
57672
|
"$ref": "#/definitions/IScatterSeriesTheme"
|
|
57142
57673
|
},
|
|
@@ -57149,6 +57680,12 @@
|
|
|
57149
57680
|
"waterfall": {
|
|
57150
57681
|
"$ref": "#/definitions/IWaterfallSeriesTheme"
|
|
57151
57682
|
},
|
|
57683
|
+
"waterfall_horizontal": {
|
|
57684
|
+
"$ref": "#/definitions/IWaterfallSeriesTheme"
|
|
57685
|
+
},
|
|
57686
|
+
"waterfall_vertical": {
|
|
57687
|
+
"$ref": "#/definitions/IWaterfallSeriesTheme"
|
|
57688
|
+
},
|
|
57152
57689
|
"wordCloud": {
|
|
57153
57690
|
"$ref": "#/definitions/IWordCloudSeriesTheme"
|
|
57154
57691
|
},
|
|
@@ -59826,6 +60363,9 @@
|
|
|
59826
60363
|
},
|
|
59827
60364
|
{
|
|
59828
60365
|
"$ref": "#/definitions/Partial<Record<SeriesTypeEnum,ColorScheme>>"
|
|
60366
|
+
},
|
|
60367
|
+
{
|
|
60368
|
+
"$ref": "#/definitions/Partial<Record<SeriesTypeForThemeEnum,ColorScheme>>"
|
|
59829
60369
|
}
|
|
59830
60370
|
]
|
|
59831
60371
|
},
|
|
@@ -63377,6 +63917,12 @@
|
|
|
63377
63917
|
},
|
|
63378
63918
|
"IWaterfallChartSpec": {
|
|
63379
63919
|
"properties": {
|
|
63920
|
+
"activePoint": {
|
|
63921
|
+
"default": false,
|
|
63922
|
+
"description": "是否使用额外的 activePoint 显示交互点,可以在点隐藏时显示被交互的点",
|
|
63923
|
+
"since": "1.3.0",
|
|
63924
|
+
"type": "boolean"
|
|
63925
|
+
},
|
|
63380
63926
|
"animation": {
|
|
63381
63927
|
"description": "是否开启系列动画",
|
|
63382
63928
|
"type": "boolean"
|
|
@@ -63926,6 +64472,17 @@
|
|
|
63926
64472
|
"description": "系列关联的region索引",
|
|
63927
64473
|
"type": "number"
|
|
63928
64474
|
},
|
|
64475
|
+
"sampling": {
|
|
64476
|
+
"$ref": "#/definitions/ISamplingMethod",
|
|
64477
|
+
"description": "数据采样 - 采样方法",
|
|
64478
|
+
"since": "1.6.0"
|
|
64479
|
+
},
|
|
64480
|
+
"samplingFactor": {
|
|
64481
|
+
"default": 1,
|
|
64482
|
+
"description": "数据采样 - 采样系数",
|
|
64483
|
+
"since": "1.6.0",
|
|
64484
|
+
"type": "number"
|
|
64485
|
+
},
|
|
63929
64486
|
"scales": {
|
|
63930
64487
|
"description": "全局 scale 配置",
|
|
63931
64488
|
"items": {
|
|
@@ -64118,6 +64675,12 @@
|
|
|
64118
64675
|
},
|
|
64119
64676
|
"IWaterfallSeriesSpec": {
|
|
64120
64677
|
"properties": {
|
|
64678
|
+
"activePoint": {
|
|
64679
|
+
"default": false,
|
|
64680
|
+
"description": "是否使用额外的 activePoint 显示交互点,可以在点隐藏时显示被交互的点",
|
|
64681
|
+
"since": "1.3.0",
|
|
64682
|
+
"type": "boolean"
|
|
64683
|
+
},
|
|
64121
64684
|
"animation": {
|
|
64122
64685
|
"description": "是否开启系列动画",
|
|
64123
64686
|
"type": "boolean"
|
|
@@ -64363,6 +64926,17 @@
|
|
|
64363
64926
|
"description": "系列关联的region索引",
|
|
64364
64927
|
"type": "number"
|
|
64365
64928
|
},
|
|
64929
|
+
"sampling": {
|
|
64930
|
+
"$ref": "#/definitions/ISamplingMethod",
|
|
64931
|
+
"description": "数据采样 - 采样方法",
|
|
64932
|
+
"since": "1.6.0"
|
|
64933
|
+
},
|
|
64934
|
+
"samplingFactor": {
|
|
64935
|
+
"default": 1,
|
|
64936
|
+
"description": "数据采样 - 采样系数",
|
|
64937
|
+
"since": "1.6.0",
|
|
64938
|
+
"type": "number"
|
|
64939
|
+
},
|
|
64366
64940
|
"select": {
|
|
64367
64941
|
"anyOf": [
|
|
64368
64942
|
{
|
|
@@ -66695,7 +67269,7 @@
|
|
|
66695
67269
|
},
|
|
66696
67270
|
"Map<Function,(...args:any[])=>void>": {
|
|
66697
67271
|
"properties": {
|
|
66698
|
-
"__@toStringTag@
|
|
67272
|
+
"__@toStringTag@13698": {
|
|
66699
67273
|
"type": "string"
|
|
66700
67274
|
},
|
|
66701
67275
|
"size": {
|
|
@@ -66703,14 +67277,14 @@
|
|
|
66703
67277
|
}
|
|
66704
67278
|
},
|
|
66705
67279
|
"required": [
|
|
66706
|
-
"__@toStringTag@
|
|
67280
|
+
"__@toStringTag@13698",
|
|
66707
67281
|
"size"
|
|
66708
67282
|
],
|
|
66709
67283
|
"type": "object"
|
|
66710
67284
|
},
|
|
66711
67285
|
"Map<number,IGraphicPicker>": {
|
|
66712
67286
|
"properties": {
|
|
66713
|
-
"__@toStringTag@
|
|
67287
|
+
"__@toStringTag@13698": {
|
|
66714
67288
|
"type": "string"
|
|
66715
67289
|
},
|
|
66716
67290
|
"size": {
|
|
@@ -66718,14 +67292,14 @@
|
|
|
66718
67292
|
}
|
|
66719
67293
|
},
|
|
66720
67294
|
"required": [
|
|
66721
|
-
"__@toStringTag@
|
|
67295
|
+
"__@toStringTag@13698",
|
|
66722
67296
|
"size"
|
|
66723
67297
|
],
|
|
66724
67298
|
"type": "object"
|
|
66725
67299
|
},
|
|
66726
67300
|
"Map<number,IGraphicRender>": {
|
|
66727
67301
|
"properties": {
|
|
66728
|
-
"__@toStringTag@
|
|
67302
|
+
"__@toStringTag@13698": {
|
|
66729
67303
|
"type": "string"
|
|
66730
67304
|
},
|
|
66731
67305
|
"size": {
|
|
@@ -66733,14 +67307,14 @@
|
|
|
66733
67307
|
}
|
|
66734
67308
|
},
|
|
66735
67309
|
"required": [
|
|
66736
|
-
"__@toStringTag@
|
|
67310
|
+
"__@toStringTag@13698",
|
|
66737
67311
|
"size"
|
|
66738
67312
|
],
|
|
66739
67313
|
"type": "object"
|
|
66740
67314
|
},
|
|
66741
67315
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
66742
67316
|
"properties": {
|
|
66743
|
-
"__@toStringTag@
|
|
67317
|
+
"__@toStringTag@13698": {
|
|
66744
67318
|
"type": "string"
|
|
66745
67319
|
},
|
|
66746
67320
|
"size": {
|
|
@@ -66748,14 +67322,14 @@
|
|
|
66748
67322
|
}
|
|
66749
67323
|
},
|
|
66750
67324
|
"required": [
|
|
66751
|
-
"__@toStringTag@
|
|
67325
|
+
"__@toStringTag@13698",
|
|
66752
67326
|
"size"
|
|
66753
67327
|
],
|
|
66754
67328
|
"type": "object"
|
|
66755
67329
|
},
|
|
66756
67330
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
66757
67331
|
"properties": {
|
|
66758
|
-
"__@toStringTag@
|
|
67332
|
+
"__@toStringTag@13698": {
|
|
66759
67333
|
"type": "string"
|
|
66760
67334
|
},
|
|
66761
67335
|
"size": {
|
|
@@ -66763,14 +67337,14 @@
|
|
|
66763
67337
|
}
|
|
66764
67338
|
},
|
|
66765
67339
|
"required": [
|
|
66766
|
-
"__@toStringTag@
|
|
67340
|
+
"__@toStringTag@13698",
|
|
66767
67341
|
"size"
|
|
66768
67342
|
],
|
|
66769
67343
|
"type": "object"
|
|
66770
67344
|
},
|
|
66771
67345
|
"Map<string,any>": {
|
|
66772
67346
|
"properties": {
|
|
66773
|
-
"__@toStringTag@
|
|
67347
|
+
"__@toStringTag@13698": {
|
|
66774
67348
|
"type": "string"
|
|
66775
67349
|
},
|
|
66776
67350
|
"size": {
|
|
@@ -66778,14 +67352,14 @@
|
|
|
66778
67352
|
}
|
|
66779
67353
|
},
|
|
66780
67354
|
"required": [
|
|
66781
|
-
"__@toStringTag@
|
|
67355
|
+
"__@toStringTag@13698",
|
|
66782
67356
|
"size"
|
|
66783
67357
|
],
|
|
66784
67358
|
"type": "object"
|
|
66785
67359
|
},
|
|
66786
67360
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
66787
67361
|
"properties": {
|
|
66788
|
-
"__@toStringTag@
|
|
67362
|
+
"__@toStringTag@13698": {
|
|
66789
67363
|
"type": "string"
|
|
66790
67364
|
},
|
|
66791
67365
|
"size": {
|
|
@@ -66793,14 +67367,14 @@
|
|
|
66793
67367
|
}
|
|
66794
67368
|
},
|
|
66795
67369
|
"required": [
|
|
66796
|
-
"__@toStringTag@
|
|
67370
|
+
"__@toStringTag@13698",
|
|
66797
67371
|
"size"
|
|
66798
67372
|
],
|
|
66799
67373
|
"type": "object"
|
|
66800
67374
|
},
|
|
66801
67375
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>": {
|
|
66802
67376
|
"properties": {
|
|
66803
|
-
"__@toStringTag@
|
|
67377
|
+
"__@toStringTag@13698": {
|
|
66804
67378
|
"type": "string"
|
|
66805
67379
|
},
|
|
66806
67380
|
"size": {
|
|
@@ -66808,14 +67382,14 @@
|
|
|
66808
67382
|
}
|
|
66809
67383
|
},
|
|
66810
67384
|
"required": [
|
|
66811
|
-
"__@toStringTag@
|
|
67385
|
+
"__@toStringTag@13698",
|
|
66812
67386
|
"size"
|
|
66813
67387
|
],
|
|
66814
67388
|
"type": "object"
|
|
66815
67389
|
},
|
|
66816
67390
|
"Map<string|number,IAnimate>": {
|
|
66817
67391
|
"properties": {
|
|
66818
|
-
"__@toStringTag@
|
|
67392
|
+
"__@toStringTag@13698": {
|
|
66819
67393
|
"type": "string"
|
|
66820
67394
|
},
|
|
66821
67395
|
"size": {
|
|
@@ -66823,7 +67397,7 @@
|
|
|
66823
67397
|
}
|
|
66824
67398
|
},
|
|
66825
67399
|
"required": [
|
|
66826
|
-
"__@toStringTag@
|
|
67400
|
+
"__@toStringTag@13698",
|
|
66827
67401
|
"size"
|
|
66828
67402
|
],
|
|
66829
67403
|
"type": "object"
|
|
@@ -67623,6 +68197,12 @@
|
|
|
67623
68197
|
},
|
|
67624
68198
|
"Omit<IBarSeriesSpec,\"type\">": {
|
|
67625
68199
|
"properties": {
|
|
68200
|
+
"activePoint": {
|
|
68201
|
+
"default": false,
|
|
68202
|
+
"description": "是否使用额外的 activePoint 显示交互点,可以在点隐藏时显示被交互的点",
|
|
68203
|
+
"since": "1.3.0",
|
|
68204
|
+
"type": "boolean"
|
|
68205
|
+
},
|
|
67626
68206
|
"animation": {
|
|
67627
68207
|
"description": "是否开启系列动画",
|
|
67628
68208
|
"type": "boolean"
|
|
@@ -67819,7 +68399,7 @@
|
|
|
67819
68399
|
"label": {
|
|
67820
68400
|
"allOf": [
|
|
67821
68401
|
{
|
|
67822
|
-
"$ref": "#/definitions/ILabelSpec"
|
|
68402
|
+
"$ref": "#/definitions/Omit<ILabelSpec,\"position\">"
|
|
67823
68403
|
},
|
|
67824
68404
|
{
|
|
67825
68405
|
"typeof": "function"
|
|
@@ -67864,6 +68444,17 @@
|
|
|
67864
68444
|
"description": "系列关联的region索引",
|
|
67865
68445
|
"type": "number"
|
|
67866
68446
|
},
|
|
68447
|
+
"sampling": {
|
|
68448
|
+
"$ref": "#/definitions/ISamplingMethod",
|
|
68449
|
+
"description": "数据采样 - 采样方法",
|
|
68450
|
+
"since": "1.6.0"
|
|
68451
|
+
},
|
|
68452
|
+
"samplingFactor": {
|
|
68453
|
+
"default": 1,
|
|
68454
|
+
"description": "数据采样 - 采样系数",
|
|
68455
|
+
"since": "1.6.0",
|
|
68456
|
+
"type": "number"
|
|
68457
|
+
},
|
|
67867
68458
|
"select": {
|
|
67868
68459
|
"anyOf": [
|
|
67869
68460
|
{
|
|
@@ -70112,6 +70703,240 @@
|
|
|
70112
70703
|
},
|
|
70113
70704
|
"type": "object"
|
|
70114
70705
|
},
|
|
70706
|
+
"Omit<ILabelSpec,\"position\">": {
|
|
70707
|
+
"properties": {
|
|
70708
|
+
"animation": {
|
|
70709
|
+
"anyOf": [
|
|
70710
|
+
{
|
|
70711
|
+
"$ref": "#/definitions/ILabelAnimation"
|
|
70712
|
+
},
|
|
70713
|
+
{
|
|
70714
|
+
"const": false,
|
|
70715
|
+
"type": "boolean"
|
|
70716
|
+
}
|
|
70717
|
+
],
|
|
70718
|
+
"description": "动画配置"
|
|
70719
|
+
},
|
|
70720
|
+
"bottom": {
|
|
70721
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
70722
|
+
"description": "模块绝对布局下,与图表底部的距离。注意仅在 layoutType === 'absolute' 时生效"
|
|
70723
|
+
},
|
|
70724
|
+
"center": {
|
|
70725
|
+
"description": "模块绝对布局下,元素将放置在图表的正中间。注意仅在 layoutType === 'absolute' 时生效,同时将忽略 padding 属性",
|
|
70726
|
+
"type": "boolean"
|
|
70727
|
+
},
|
|
70728
|
+
"centerOffset": {
|
|
70729
|
+
"description": "中心点偏移距离",
|
|
70730
|
+
"type": "number"
|
|
70731
|
+
},
|
|
70732
|
+
"clip": {
|
|
70733
|
+
"description": "模块是否裁剪超出布局区域外的绘图内容",
|
|
70734
|
+
"type": "boolean"
|
|
70735
|
+
},
|
|
70736
|
+
"customLayoutFunc": {
|
|
70737
|
+
"typeof": "function"
|
|
70738
|
+
},
|
|
70739
|
+
"customOverlapFunc": {
|
|
70740
|
+
"typeof": "function"
|
|
70741
|
+
},
|
|
70742
|
+
"dataFilter": {
|
|
70743
|
+
"typeof": "function"
|
|
70744
|
+
},
|
|
70745
|
+
"formatMethod": {
|
|
70746
|
+
"typeof": "function"
|
|
70747
|
+
},
|
|
70748
|
+
"height": {
|
|
70749
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
70750
|
+
"description": "模块的布局大小:高度"
|
|
70751
|
+
},
|
|
70752
|
+
"id": {
|
|
70753
|
+
"$ref": "#/definitions/StringOrNumber"
|
|
70754
|
+
},
|
|
70755
|
+
"interactive": {
|
|
70756
|
+
"description": "是否支持交互。@default false",
|
|
70757
|
+
"type": "boolean"
|
|
70758
|
+
},
|
|
70759
|
+
"labelLayout": {
|
|
70760
|
+
"description": "标签布局",
|
|
70761
|
+
"enum": [
|
|
70762
|
+
"region",
|
|
70763
|
+
"series"
|
|
70764
|
+
],
|
|
70765
|
+
"type": "string"
|
|
70766
|
+
},
|
|
70767
|
+
"layoutLevel": {
|
|
70768
|
+
"description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
|
|
70769
|
+
"type": "number"
|
|
70770
|
+
},
|
|
70771
|
+
"layoutType": {
|
|
70772
|
+
"$ref": "#/definitions/ILayoutType",
|
|
70773
|
+
"description": "当前模块的布局类型,配置为 absolute 的话,当前元素会以图表左上角为原点进行绝对布局"
|
|
70774
|
+
},
|
|
70775
|
+
"left": {
|
|
70776
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
70777
|
+
"description": "模块绝对布局下,与图表左侧的距离。注意仅在 layoutType === 'absolute' 时生效"
|
|
70778
|
+
},
|
|
70779
|
+
"maxHeight": {
|
|
70780
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
70781
|
+
"description": "模块的布局最大高度"
|
|
70782
|
+
},
|
|
70783
|
+
"maxWidth": {
|
|
70784
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
70785
|
+
"description": "模块的布局最大宽度"
|
|
70786
|
+
},
|
|
70787
|
+
"minHeight": {
|
|
70788
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
70789
|
+
"description": "模块的布局最小高度"
|
|
70790
|
+
},
|
|
70791
|
+
"minWidth": {
|
|
70792
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
70793
|
+
"description": "模块的布局最小宽度"
|
|
70794
|
+
},
|
|
70795
|
+
"noOuterPadding": {
|
|
70796
|
+
"description": "是否按照 orient 自动修改 padding,隐藏位于外侧的 padding。目前只在组件上生效",
|
|
70797
|
+
"type": "boolean"
|
|
70798
|
+
},
|
|
70799
|
+
"offset": {
|
|
70800
|
+
"description": "标签与其对应数据图元的间距",
|
|
70801
|
+
"type": "number"
|
|
70802
|
+
},
|
|
70803
|
+
"offsetX": {
|
|
70804
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
70805
|
+
"description": "模块的布局位置偏移:X"
|
|
70806
|
+
},
|
|
70807
|
+
"offsetY": {
|
|
70808
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
70809
|
+
"description": "模块的布局位置偏移:Y"
|
|
70810
|
+
},
|
|
70811
|
+
"orient": {
|
|
70812
|
+
"$ref": "#/definitions/IOrientType",
|
|
70813
|
+
"description": "模块布局位置"
|
|
70814
|
+
},
|
|
70815
|
+
"overlap": {
|
|
70816
|
+
"anyOf": [
|
|
70817
|
+
{
|
|
70818
|
+
"$ref": "#/definitions/OverlapAttrs"
|
|
70819
|
+
},
|
|
70820
|
+
{
|
|
70821
|
+
"const": false,
|
|
70822
|
+
"type": "boolean"
|
|
70823
|
+
}
|
|
70824
|
+
],
|
|
70825
|
+
"description": "标签防重叠配置"
|
|
70826
|
+
},
|
|
70827
|
+
"padding": {
|
|
70828
|
+
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
70829
|
+
"description": "模块的布局间距"
|
|
70830
|
+
},
|
|
70831
|
+
"regionId": {
|
|
70832
|
+
"anyOf": [
|
|
70833
|
+
{
|
|
70834
|
+
"items": {
|
|
70835
|
+
"$ref": "#/definitions/StringOrNumber"
|
|
70836
|
+
},
|
|
70837
|
+
"type": "array"
|
|
70838
|
+
},
|
|
70839
|
+
{
|
|
70840
|
+
"type": [
|
|
70841
|
+
"string",
|
|
70842
|
+
"number"
|
|
70843
|
+
]
|
|
70844
|
+
}
|
|
70845
|
+
],
|
|
70846
|
+
"description": "组件关联的region id"
|
|
70847
|
+
},
|
|
70848
|
+
"regionIndex": {
|
|
70849
|
+
"anyOf": [
|
|
70850
|
+
{
|
|
70851
|
+
"items": {
|
|
70852
|
+
"type": "number"
|
|
70853
|
+
},
|
|
70854
|
+
"type": "array"
|
|
70855
|
+
},
|
|
70856
|
+
{
|
|
70857
|
+
"type": "number"
|
|
70858
|
+
}
|
|
70859
|
+
],
|
|
70860
|
+
"default": 0,
|
|
70861
|
+
"description": "组件关联的region索引"
|
|
70862
|
+
},
|
|
70863
|
+
"right": {
|
|
70864
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
70865
|
+
"description": "模块绝对布局下,与图表右侧的距离。注意仅在 layoutType === 'absolute' 时生效"
|
|
70866
|
+
},
|
|
70867
|
+
"seriesId": {
|
|
70868
|
+
"anyOf": [
|
|
70869
|
+
{
|
|
70870
|
+
"items": {
|
|
70871
|
+
"$ref": "#/definitions/StringOrNumber"
|
|
70872
|
+
},
|
|
70873
|
+
"type": "array"
|
|
70874
|
+
},
|
|
70875
|
+
{
|
|
70876
|
+
"type": [
|
|
70877
|
+
"string",
|
|
70878
|
+
"number"
|
|
70879
|
+
]
|
|
70880
|
+
}
|
|
70881
|
+
],
|
|
70882
|
+
"description": "组件关联的系列id"
|
|
70883
|
+
},
|
|
70884
|
+
"seriesIndex": {
|
|
70885
|
+
"anyOf": [
|
|
70886
|
+
{
|
|
70887
|
+
"items": {
|
|
70888
|
+
"type": "number"
|
|
70889
|
+
},
|
|
70890
|
+
"type": "array"
|
|
70891
|
+
},
|
|
70892
|
+
{
|
|
70893
|
+
"type": "number"
|
|
70894
|
+
}
|
|
70895
|
+
],
|
|
70896
|
+
"description": "组件关联的系列索引"
|
|
70897
|
+
},
|
|
70898
|
+
"smartInvert": {
|
|
70899
|
+
"anyOf": [
|
|
70900
|
+
{
|
|
70901
|
+
"$ref": "#/definitions/SmartInvertAttrs"
|
|
70902
|
+
},
|
|
70903
|
+
{
|
|
70904
|
+
"const": false,
|
|
70905
|
+
"type": "boolean"
|
|
70906
|
+
}
|
|
70907
|
+
],
|
|
70908
|
+
"description": "标签智能反色配置"
|
|
70909
|
+
},
|
|
70910
|
+
"state": {
|
|
70911
|
+
"typeof": "function"
|
|
70912
|
+
},
|
|
70913
|
+
"style": {
|
|
70914
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<ITextMarkSpec>",
|
|
70915
|
+
"description": "标签样式配置"
|
|
70916
|
+
},
|
|
70917
|
+
"support3d": {
|
|
70918
|
+
"description": "是否支持3D",
|
|
70919
|
+
"type": "boolean"
|
|
70920
|
+
},
|
|
70921
|
+
"top": {
|
|
70922
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
70923
|
+
"description": "模块绝对布局下,与图表顶部的距离。注意仅在 layoutType === 'absolute' 时生效"
|
|
70924
|
+
},
|
|
70925
|
+
"visible": {
|
|
70926
|
+
"description": "默认不显示标签",
|
|
70927
|
+
"type": "boolean"
|
|
70928
|
+
},
|
|
70929
|
+
"width": {
|
|
70930
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
70931
|
+
"description": "模块的布局大小:宽度"
|
|
70932
|
+
},
|
|
70933
|
+
"zIndex": {
|
|
70934
|
+
"description": "模块的展示层级,当2个模块重叠时,层级较大的展示在上方",
|
|
70935
|
+
"type": "number"
|
|
70936
|
+
}
|
|
70937
|
+
},
|
|
70938
|
+
"type": "object"
|
|
70939
|
+
},
|
|
70115
70940
|
"Omit<IMarkLineTheme,\"line\"|\"label\">": {
|
|
70116
70941
|
"properties": {
|
|
70117
70942
|
"endSymbol": {
|
|
@@ -70927,6 +71752,10 @@
|
|
|
70927
71752
|
"$ref": "#/definitions/IComponentTheme",
|
|
70928
71753
|
"description": "组件样式属性"
|
|
70929
71754
|
},
|
|
71755
|
+
"description": {
|
|
71756
|
+
"description": "主题描述",
|
|
71757
|
+
"type": "string"
|
|
71758
|
+
},
|
|
70930
71759
|
"fontFamily": {
|
|
70931
71760
|
"description": "图表字体配置",
|
|
70932
71761
|
"type": "string"
|
|
@@ -70946,6 +71775,14 @@
|
|
|
70946
71775
|
"series": {
|
|
70947
71776
|
"$ref": "#/definitions/ISeriesTheme",
|
|
70948
71777
|
"description": "系列样式属性"
|
|
71778
|
+
},
|
|
71779
|
+
"type": {
|
|
71780
|
+
"description": "主题类别:亮色或者暗色\n该配置用于指定该主题需要 merge 的是内置的亮色主题还是暗色主题",
|
|
71781
|
+
"enum": [
|
|
71782
|
+
"dark",
|
|
71783
|
+
"light"
|
|
71784
|
+
],
|
|
71785
|
+
"type": "string"
|
|
70949
71786
|
}
|
|
70950
71787
|
},
|
|
70951
71788
|
"type": "object"
|
|
@@ -73131,6 +73968,57 @@
|
|
|
73131
73968
|
},
|
|
73132
73969
|
"type": "object"
|
|
73133
73970
|
},
|
|
73971
|
+
"Partial<ICrosshairCategoryFieldSpec>": {
|
|
73972
|
+
"properties": {
|
|
73973
|
+
"bindingAxesIndex": {
|
|
73974
|
+
"description": "声明 crosshair 绑定的轴索引,如果没有声明,则会默认绑定所有同 crosshair 位置相对应的轴。",
|
|
73975
|
+
"items": {
|
|
73976
|
+
"type": "number"
|
|
73977
|
+
},
|
|
73978
|
+
"type": "array"
|
|
73979
|
+
},
|
|
73980
|
+
"defaultSelect": {
|
|
73981
|
+
"typeof": "function"
|
|
73982
|
+
},
|
|
73983
|
+
"label": {
|
|
73984
|
+
"$ref": "#/definitions/ICrosshairLabelSpec",
|
|
73985
|
+
"description": "crosshair 文本配置"
|
|
73986
|
+
},
|
|
73987
|
+
"line": {
|
|
73988
|
+
"anyOf": [
|
|
73989
|
+
{
|
|
73990
|
+
"$ref": "#/definitions/ICrosshairLineSpec"
|
|
73991
|
+
},
|
|
73992
|
+
{
|
|
73993
|
+
"$ref": "#/definitions/ICrosshairRectSpec"
|
|
73994
|
+
}
|
|
73995
|
+
],
|
|
73996
|
+
"description": "crosshair 辅助图形配置"
|
|
73997
|
+
},
|
|
73998
|
+
"visible": {
|
|
73999
|
+
"description": "是否可见",
|
|
74000
|
+
"type": "boolean"
|
|
74001
|
+
}
|
|
74002
|
+
},
|
|
74003
|
+
"type": "object"
|
|
74004
|
+
},
|
|
74005
|
+
"Partial<ICrosshairValueFieldSpec>": {
|
|
74006
|
+
"properties": {
|
|
74007
|
+
"label": {
|
|
74008
|
+
"$ref": "#/definitions/ICrosshairLabelSpec",
|
|
74009
|
+
"description": "crosshair 文本配置"
|
|
74010
|
+
},
|
|
74011
|
+
"line": {
|
|
74012
|
+
"$ref": "#/definitions/ICrosshairLineSpec",
|
|
74013
|
+
"description": "crosshair 辅助图形配置"
|
|
74014
|
+
},
|
|
74015
|
+
"visible": {
|
|
74016
|
+
"description": "是否可见",
|
|
74017
|
+
"type": "boolean"
|
|
74018
|
+
}
|
|
74019
|
+
},
|
|
74020
|
+
"type": "object"
|
|
74021
|
+
},
|
|
73134
74022
|
"Partial<IGlyphGraphicAttribute>": {
|
|
73135
74023
|
"properties": {
|
|
73136
74024
|
"_debug_bounds": {
|
|
@@ -74718,255 +75606,6 @@
|
|
|
74718
75606
|
},
|
|
74719
75607
|
"type": "object"
|
|
74720
75608
|
},
|
|
74721
|
-
"Partial<ILabelSpec&{position?:\"center\"|\"left\"|\"right\"|\"bottom\"|\"top\"|\"top-right\"|\"top-left\"|\"bottom-right\"|\"bottom-left\";}>": {
|
|
74722
|
-
"properties": {
|
|
74723
|
-
"animation": {
|
|
74724
|
-
"anyOf": [
|
|
74725
|
-
{
|
|
74726
|
-
"$ref": "#/definitions/ILabelAnimation"
|
|
74727
|
-
},
|
|
74728
|
-
{
|
|
74729
|
-
"const": false,
|
|
74730
|
-
"type": "boolean"
|
|
74731
|
-
}
|
|
74732
|
-
],
|
|
74733
|
-
"description": "动画配置"
|
|
74734
|
-
},
|
|
74735
|
-
"bottom": {
|
|
74736
|
-
"$ref": "#/definitions/ILayoutNumber",
|
|
74737
|
-
"description": "模块绝对布局下,与图表底部的距离。注意仅在 layoutType === 'absolute' 时生效"
|
|
74738
|
-
},
|
|
74739
|
-
"center": {
|
|
74740
|
-
"description": "模块绝对布局下,元素将放置在图表的正中间。注意仅在 layoutType === 'absolute' 时生效,同时将忽略 padding 属性",
|
|
74741
|
-
"type": "boolean"
|
|
74742
|
-
},
|
|
74743
|
-
"centerOffset": {
|
|
74744
|
-
"description": "中心点偏移距离",
|
|
74745
|
-
"type": "number"
|
|
74746
|
-
},
|
|
74747
|
-
"clip": {
|
|
74748
|
-
"description": "模块是否裁剪超出布局区域外的绘图内容",
|
|
74749
|
-
"type": "boolean"
|
|
74750
|
-
},
|
|
74751
|
-
"customLayoutFunc": {
|
|
74752
|
-
"typeof": "function"
|
|
74753
|
-
},
|
|
74754
|
-
"customOverlapFunc": {
|
|
74755
|
-
"typeof": "function"
|
|
74756
|
-
},
|
|
74757
|
-
"dataFilter": {
|
|
74758
|
-
"typeof": "function"
|
|
74759
|
-
},
|
|
74760
|
-
"formatMethod": {
|
|
74761
|
-
"typeof": "function"
|
|
74762
|
-
},
|
|
74763
|
-
"height": {
|
|
74764
|
-
"$ref": "#/definitions/ILayoutNumber",
|
|
74765
|
-
"description": "模块的布局大小:高度"
|
|
74766
|
-
},
|
|
74767
|
-
"id": {
|
|
74768
|
-
"$ref": "#/definitions/StringOrNumber"
|
|
74769
|
-
},
|
|
74770
|
-
"interactive": {
|
|
74771
|
-
"description": "是否支持交互。@default false",
|
|
74772
|
-
"type": "boolean"
|
|
74773
|
-
},
|
|
74774
|
-
"labelLayout": {
|
|
74775
|
-
"description": "标签布局",
|
|
74776
|
-
"enum": [
|
|
74777
|
-
"region",
|
|
74778
|
-
"series"
|
|
74779
|
-
],
|
|
74780
|
-
"type": "string"
|
|
74781
|
-
},
|
|
74782
|
-
"layoutLevel": {
|
|
74783
|
-
"description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
|
|
74784
|
-
"type": "number"
|
|
74785
|
-
},
|
|
74786
|
-
"layoutType": {
|
|
74787
|
-
"$ref": "#/definitions/ILayoutType",
|
|
74788
|
-
"description": "当前模块的布局类型,配置为 absolute 的话,当前元素会以图表左上角为原点进行绝对布局"
|
|
74789
|
-
},
|
|
74790
|
-
"left": {
|
|
74791
|
-
"$ref": "#/definitions/ILayoutNumber",
|
|
74792
|
-
"description": "模块绝对布局下,与图表左侧的距离。注意仅在 layoutType === 'absolute' 时生效"
|
|
74793
|
-
},
|
|
74794
|
-
"maxHeight": {
|
|
74795
|
-
"$ref": "#/definitions/ILayoutNumber",
|
|
74796
|
-
"description": "模块的布局最大高度"
|
|
74797
|
-
},
|
|
74798
|
-
"maxWidth": {
|
|
74799
|
-
"$ref": "#/definitions/ILayoutNumber",
|
|
74800
|
-
"description": "模块的布局最大宽度"
|
|
74801
|
-
},
|
|
74802
|
-
"minHeight": {
|
|
74803
|
-
"$ref": "#/definitions/ILayoutNumber",
|
|
74804
|
-
"description": "模块的布局最小高度"
|
|
74805
|
-
},
|
|
74806
|
-
"minWidth": {
|
|
74807
|
-
"$ref": "#/definitions/ILayoutNumber",
|
|
74808
|
-
"description": "模块的布局最小宽度"
|
|
74809
|
-
},
|
|
74810
|
-
"noOuterPadding": {
|
|
74811
|
-
"description": "是否按照 orient 自动修改 padding,隐藏位于外侧的 padding。目前只在组件上生效",
|
|
74812
|
-
"type": "boolean"
|
|
74813
|
-
},
|
|
74814
|
-
"offset": {
|
|
74815
|
-
"description": "标签与其对应数据图元的间距",
|
|
74816
|
-
"type": "number"
|
|
74817
|
-
},
|
|
74818
|
-
"offsetX": {
|
|
74819
|
-
"$ref": "#/definitions/ILayoutNumber",
|
|
74820
|
-
"description": "模块的布局位置偏移:X"
|
|
74821
|
-
},
|
|
74822
|
-
"offsetY": {
|
|
74823
|
-
"$ref": "#/definitions/ILayoutNumber",
|
|
74824
|
-
"description": "模块的布局位置偏移:Y"
|
|
74825
|
-
},
|
|
74826
|
-
"orient": {
|
|
74827
|
-
"$ref": "#/definitions/IOrientType",
|
|
74828
|
-
"description": "模块布局位置"
|
|
74829
|
-
},
|
|
74830
|
-
"overlap": {
|
|
74831
|
-
"anyOf": [
|
|
74832
|
-
{
|
|
74833
|
-
"$ref": "#/definitions/OverlapAttrs"
|
|
74834
|
-
},
|
|
74835
|
-
{
|
|
74836
|
-
"const": false,
|
|
74837
|
-
"type": "boolean"
|
|
74838
|
-
}
|
|
74839
|
-
],
|
|
74840
|
-
"description": "标签防重叠配置"
|
|
74841
|
-
},
|
|
74842
|
-
"padding": {
|
|
74843
|
-
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
74844
|
-
"description": "模块的布局间距"
|
|
74845
|
-
},
|
|
74846
|
-
"position": {
|
|
74847
|
-
"description": "标签位置",
|
|
74848
|
-
"enum": [
|
|
74849
|
-
"bottom",
|
|
74850
|
-
"bottom-left",
|
|
74851
|
-
"bottom-right",
|
|
74852
|
-
"center",
|
|
74853
|
-
"left",
|
|
74854
|
-
"right",
|
|
74855
|
-
"top",
|
|
74856
|
-
"top-left",
|
|
74857
|
-
"top-right"
|
|
74858
|
-
],
|
|
74859
|
-
"type": "string"
|
|
74860
|
-
},
|
|
74861
|
-
"regionId": {
|
|
74862
|
-
"anyOf": [
|
|
74863
|
-
{
|
|
74864
|
-
"items": {
|
|
74865
|
-
"$ref": "#/definitions/StringOrNumber"
|
|
74866
|
-
},
|
|
74867
|
-
"type": "array"
|
|
74868
|
-
},
|
|
74869
|
-
{
|
|
74870
|
-
"type": [
|
|
74871
|
-
"string",
|
|
74872
|
-
"number"
|
|
74873
|
-
]
|
|
74874
|
-
}
|
|
74875
|
-
],
|
|
74876
|
-
"description": "组件关联的region id"
|
|
74877
|
-
},
|
|
74878
|
-
"regionIndex": {
|
|
74879
|
-
"anyOf": [
|
|
74880
|
-
{
|
|
74881
|
-
"items": {
|
|
74882
|
-
"type": "number"
|
|
74883
|
-
},
|
|
74884
|
-
"type": "array"
|
|
74885
|
-
},
|
|
74886
|
-
{
|
|
74887
|
-
"type": "number"
|
|
74888
|
-
}
|
|
74889
|
-
],
|
|
74890
|
-
"default": 0,
|
|
74891
|
-
"description": "组件关联的region索引"
|
|
74892
|
-
},
|
|
74893
|
-
"right": {
|
|
74894
|
-
"$ref": "#/definitions/ILayoutNumber",
|
|
74895
|
-
"description": "模块绝对布局下,与图表右侧的距离。注意仅在 layoutType === 'absolute' 时生效"
|
|
74896
|
-
},
|
|
74897
|
-
"seriesId": {
|
|
74898
|
-
"anyOf": [
|
|
74899
|
-
{
|
|
74900
|
-
"items": {
|
|
74901
|
-
"$ref": "#/definitions/StringOrNumber"
|
|
74902
|
-
},
|
|
74903
|
-
"type": "array"
|
|
74904
|
-
},
|
|
74905
|
-
{
|
|
74906
|
-
"type": [
|
|
74907
|
-
"string",
|
|
74908
|
-
"number"
|
|
74909
|
-
]
|
|
74910
|
-
}
|
|
74911
|
-
],
|
|
74912
|
-
"description": "组件关联的系列id"
|
|
74913
|
-
},
|
|
74914
|
-
"seriesIndex": {
|
|
74915
|
-
"anyOf": [
|
|
74916
|
-
{
|
|
74917
|
-
"items": {
|
|
74918
|
-
"type": "number"
|
|
74919
|
-
},
|
|
74920
|
-
"type": "array"
|
|
74921
|
-
},
|
|
74922
|
-
{
|
|
74923
|
-
"type": "number"
|
|
74924
|
-
}
|
|
74925
|
-
],
|
|
74926
|
-
"description": "组件关联的系列索引"
|
|
74927
|
-
},
|
|
74928
|
-
"smartInvert": {
|
|
74929
|
-
"anyOf": [
|
|
74930
|
-
{
|
|
74931
|
-
"$ref": "#/definitions/SmartInvertAttrs"
|
|
74932
|
-
},
|
|
74933
|
-
{
|
|
74934
|
-
"const": false,
|
|
74935
|
-
"type": "boolean"
|
|
74936
|
-
}
|
|
74937
|
-
],
|
|
74938
|
-
"description": "标签智能反色配置"
|
|
74939
|
-
},
|
|
74940
|
-
"state": {
|
|
74941
|
-
"typeof": "function"
|
|
74942
|
-
},
|
|
74943
|
-
"style": {
|
|
74944
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<ITextMarkSpec>",
|
|
74945
|
-
"description": "标签样式配置"
|
|
74946
|
-
},
|
|
74947
|
-
"support3d": {
|
|
74948
|
-
"description": "是否支持3D",
|
|
74949
|
-
"type": "boolean"
|
|
74950
|
-
},
|
|
74951
|
-
"top": {
|
|
74952
|
-
"$ref": "#/definitions/ILayoutNumber",
|
|
74953
|
-
"description": "模块绝对布局下,与图表顶部的距离。注意仅在 layoutType === 'absolute' 时生效"
|
|
74954
|
-
},
|
|
74955
|
-
"visible": {
|
|
74956
|
-
"description": "默认不显示标签",
|
|
74957
|
-
"type": "boolean"
|
|
74958
|
-
},
|
|
74959
|
-
"width": {
|
|
74960
|
-
"$ref": "#/definitions/ILayoutNumber",
|
|
74961
|
-
"description": "模块的布局大小:宽度"
|
|
74962
|
-
},
|
|
74963
|
-
"zIndex": {
|
|
74964
|
-
"description": "模块的展示层级,当2个模块重叠时,层级较大的展示在上方",
|
|
74965
|
-
"type": "number"
|
|
74966
|
-
}
|
|
74967
|
-
},
|
|
74968
|
-
"type": "object"
|
|
74969
|
-
},
|
|
74970
75609
|
"Partial<ILabelSpec>": {
|
|
74971
75610
|
"properties": {
|
|
74972
75611
|
"animation": {
|
|
@@ -75605,6 +76244,245 @@
|
|
|
75605
76244
|
},
|
|
75606
76245
|
"type": "object"
|
|
75607
76246
|
},
|
|
76247
|
+
"Partial<ILineLikeLabelSpec>": {
|
|
76248
|
+
"properties": {
|
|
76249
|
+
"animation": {
|
|
76250
|
+
"anyOf": [
|
|
76251
|
+
{
|
|
76252
|
+
"$ref": "#/definitions/ILabelAnimation"
|
|
76253
|
+
},
|
|
76254
|
+
{
|
|
76255
|
+
"const": false,
|
|
76256
|
+
"type": "boolean"
|
|
76257
|
+
}
|
|
76258
|
+
],
|
|
76259
|
+
"description": "动画配置"
|
|
76260
|
+
},
|
|
76261
|
+
"bottom": {
|
|
76262
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
76263
|
+
"description": "模块绝对布局下,与图表底部的距离。注意仅在 layoutType === 'absolute' 时生效"
|
|
76264
|
+
},
|
|
76265
|
+
"center": {
|
|
76266
|
+
"description": "模块绝对布局下,元素将放置在图表的正中间。注意仅在 layoutType === 'absolute' 时生效,同时将忽略 padding 属性",
|
|
76267
|
+
"type": "boolean"
|
|
76268
|
+
},
|
|
76269
|
+
"centerOffset": {
|
|
76270
|
+
"description": "中心点偏移距离",
|
|
76271
|
+
"type": "number"
|
|
76272
|
+
},
|
|
76273
|
+
"clip": {
|
|
76274
|
+
"description": "模块是否裁剪超出布局区域外的绘图内容",
|
|
76275
|
+
"type": "boolean"
|
|
76276
|
+
},
|
|
76277
|
+
"customLayoutFunc": {
|
|
76278
|
+
"typeof": "function"
|
|
76279
|
+
},
|
|
76280
|
+
"customOverlapFunc": {
|
|
76281
|
+
"typeof": "function"
|
|
76282
|
+
},
|
|
76283
|
+
"dataFilter": {
|
|
76284
|
+
"typeof": "function"
|
|
76285
|
+
},
|
|
76286
|
+
"formatMethod": {
|
|
76287
|
+
"typeof": "function"
|
|
76288
|
+
},
|
|
76289
|
+
"height": {
|
|
76290
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
76291
|
+
"description": "模块的布局大小:高度"
|
|
76292
|
+
},
|
|
76293
|
+
"id": {
|
|
76294
|
+
"$ref": "#/definitions/StringOrNumber"
|
|
76295
|
+
},
|
|
76296
|
+
"interactive": {
|
|
76297
|
+
"description": "是否支持交互。@default false",
|
|
76298
|
+
"type": "boolean"
|
|
76299
|
+
},
|
|
76300
|
+
"labelLayout": {
|
|
76301
|
+
"description": "标签布局",
|
|
76302
|
+
"enum": [
|
|
76303
|
+
"region",
|
|
76304
|
+
"series"
|
|
76305
|
+
],
|
|
76306
|
+
"type": "string"
|
|
76307
|
+
},
|
|
76308
|
+
"layoutLevel": {
|
|
76309
|
+
"description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
|
|
76310
|
+
"type": "number"
|
|
76311
|
+
},
|
|
76312
|
+
"layoutType": {
|
|
76313
|
+
"$ref": "#/definitions/ILayoutType",
|
|
76314
|
+
"description": "当前模块的布局类型,配置为 absolute 的话,当前元素会以图表左上角为原点进行绝对布局"
|
|
76315
|
+
},
|
|
76316
|
+
"left": {
|
|
76317
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
76318
|
+
"description": "模块绝对布局下,与图表左侧的距离。注意仅在 layoutType === 'absolute' 时生效"
|
|
76319
|
+
},
|
|
76320
|
+
"maxHeight": {
|
|
76321
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
76322
|
+
"description": "模块的布局最大高度"
|
|
76323
|
+
},
|
|
76324
|
+
"maxWidth": {
|
|
76325
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
76326
|
+
"description": "模块的布局最大宽度"
|
|
76327
|
+
},
|
|
76328
|
+
"minHeight": {
|
|
76329
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
76330
|
+
"description": "模块的布局最小高度"
|
|
76331
|
+
},
|
|
76332
|
+
"minWidth": {
|
|
76333
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
76334
|
+
"description": "模块的布局最小宽度"
|
|
76335
|
+
},
|
|
76336
|
+
"noOuterPadding": {
|
|
76337
|
+
"description": "是否按照 orient 自动修改 padding,隐藏位于外侧的 padding。目前只在组件上生效",
|
|
76338
|
+
"type": "boolean"
|
|
76339
|
+
},
|
|
76340
|
+
"offset": {
|
|
76341
|
+
"description": "标签与其对应数据图元的间距",
|
|
76342
|
+
"type": "number"
|
|
76343
|
+
},
|
|
76344
|
+
"offsetX": {
|
|
76345
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
76346
|
+
"description": "模块的布局位置偏移:X"
|
|
76347
|
+
},
|
|
76348
|
+
"offsetY": {
|
|
76349
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
76350
|
+
"description": "模块的布局位置偏移:Y"
|
|
76351
|
+
},
|
|
76352
|
+
"orient": {
|
|
76353
|
+
"$ref": "#/definitions/IOrientType",
|
|
76354
|
+
"description": "模块布局位置"
|
|
76355
|
+
},
|
|
76356
|
+
"overlap": {
|
|
76357
|
+
"anyOf": [
|
|
76358
|
+
{
|
|
76359
|
+
"$ref": "#/definitions/OverlapAttrs"
|
|
76360
|
+
},
|
|
76361
|
+
{
|
|
76362
|
+
"const": false,
|
|
76363
|
+
"type": "boolean"
|
|
76364
|
+
}
|
|
76365
|
+
],
|
|
76366
|
+
"description": "标签防重叠配置"
|
|
76367
|
+
},
|
|
76368
|
+
"padding": {
|
|
76369
|
+
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
76370
|
+
"description": "模块的布局间距"
|
|
76371
|
+
},
|
|
76372
|
+
"position": {
|
|
76373
|
+
"$ref": "#/definitions/Functional<\"center\"|\"left\"|\"right\"|\"bottom\"|\"top\"|\"top-right\"|\"top-left\"|\"bottom-right\"|\"bottom-left\">",
|
|
76374
|
+
"description": "标签位置",
|
|
76375
|
+
"since": "1.6.0\n支持以函数形式配置"
|
|
76376
|
+
},
|
|
76377
|
+
"regionId": {
|
|
76378
|
+
"anyOf": [
|
|
76379
|
+
{
|
|
76380
|
+
"items": {
|
|
76381
|
+
"$ref": "#/definitions/StringOrNumber"
|
|
76382
|
+
},
|
|
76383
|
+
"type": "array"
|
|
76384
|
+
},
|
|
76385
|
+
{
|
|
76386
|
+
"type": [
|
|
76387
|
+
"string",
|
|
76388
|
+
"number"
|
|
76389
|
+
]
|
|
76390
|
+
}
|
|
76391
|
+
],
|
|
76392
|
+
"description": "组件关联的region id"
|
|
76393
|
+
},
|
|
76394
|
+
"regionIndex": {
|
|
76395
|
+
"anyOf": [
|
|
76396
|
+
{
|
|
76397
|
+
"items": {
|
|
76398
|
+
"type": "number"
|
|
76399
|
+
},
|
|
76400
|
+
"type": "array"
|
|
76401
|
+
},
|
|
76402
|
+
{
|
|
76403
|
+
"type": "number"
|
|
76404
|
+
}
|
|
76405
|
+
],
|
|
76406
|
+
"default": 0,
|
|
76407
|
+
"description": "组件关联的region索引"
|
|
76408
|
+
},
|
|
76409
|
+
"right": {
|
|
76410
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
76411
|
+
"description": "模块绝对布局下,与图表右侧的距离。注意仅在 layoutType === 'absolute' 时生效"
|
|
76412
|
+
},
|
|
76413
|
+
"seriesId": {
|
|
76414
|
+
"anyOf": [
|
|
76415
|
+
{
|
|
76416
|
+
"items": {
|
|
76417
|
+
"$ref": "#/definitions/StringOrNumber"
|
|
76418
|
+
},
|
|
76419
|
+
"type": "array"
|
|
76420
|
+
},
|
|
76421
|
+
{
|
|
76422
|
+
"type": [
|
|
76423
|
+
"string",
|
|
76424
|
+
"number"
|
|
76425
|
+
]
|
|
76426
|
+
}
|
|
76427
|
+
],
|
|
76428
|
+
"description": "组件关联的系列id"
|
|
76429
|
+
},
|
|
76430
|
+
"seriesIndex": {
|
|
76431
|
+
"anyOf": [
|
|
76432
|
+
{
|
|
76433
|
+
"items": {
|
|
76434
|
+
"type": "number"
|
|
76435
|
+
},
|
|
76436
|
+
"type": "array"
|
|
76437
|
+
},
|
|
76438
|
+
{
|
|
76439
|
+
"type": "number"
|
|
76440
|
+
}
|
|
76441
|
+
],
|
|
76442
|
+
"description": "组件关联的系列索引"
|
|
76443
|
+
},
|
|
76444
|
+
"smartInvert": {
|
|
76445
|
+
"anyOf": [
|
|
76446
|
+
{
|
|
76447
|
+
"$ref": "#/definitions/SmartInvertAttrs"
|
|
76448
|
+
},
|
|
76449
|
+
{
|
|
76450
|
+
"const": false,
|
|
76451
|
+
"type": "boolean"
|
|
76452
|
+
}
|
|
76453
|
+
],
|
|
76454
|
+
"description": "标签智能反色配置"
|
|
76455
|
+
},
|
|
76456
|
+
"state": {
|
|
76457
|
+
"typeof": "function"
|
|
76458
|
+
},
|
|
76459
|
+
"style": {
|
|
76460
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<ITextMarkSpec>",
|
|
76461
|
+
"description": "标签样式配置"
|
|
76462
|
+
},
|
|
76463
|
+
"support3d": {
|
|
76464
|
+
"description": "是否支持3D",
|
|
76465
|
+
"type": "boolean"
|
|
76466
|
+
},
|
|
76467
|
+
"top": {
|
|
76468
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
76469
|
+
"description": "模块绝对布局下,与图表顶部的距离。注意仅在 layoutType === 'absolute' 时生效"
|
|
76470
|
+
},
|
|
76471
|
+
"visible": {
|
|
76472
|
+
"description": "默认不显示标签",
|
|
76473
|
+
"type": "boolean"
|
|
76474
|
+
},
|
|
76475
|
+
"width": {
|
|
76476
|
+
"$ref": "#/definitions/ILayoutNumber",
|
|
76477
|
+
"description": "模块的布局大小:宽度"
|
|
76478
|
+
},
|
|
76479
|
+
"zIndex": {
|
|
76480
|
+
"description": "模块的展示层级,当2个模块重叠时,层级较大的展示在上方",
|
|
76481
|
+
"type": "number"
|
|
76482
|
+
}
|
|
76483
|
+
},
|
|
76484
|
+
"type": "object"
|
|
76485
|
+
},
|
|
75608
76486
|
"Partial<IMarkTheme<IArc3dMarkSpec>>": {
|
|
75609
76487
|
"properties": {
|
|
75610
76488
|
"interactive": {
|
|
@@ -81629,6 +82507,77 @@
|
|
|
81629
82507
|
},
|
|
81630
82508
|
"type": "object"
|
|
81631
82509
|
},
|
|
82510
|
+
"Partial<Record<SeriesTypeForThemeEnum,ColorScheme>>": {
|
|
82511
|
+
"properties": {
|
|
82512
|
+
"area_horizontal": {
|
|
82513
|
+
"$ref": "#/definitions/ColorScheme"
|
|
82514
|
+
},
|
|
82515
|
+
"area_vertical": {
|
|
82516
|
+
"$ref": "#/definitions/ColorScheme"
|
|
82517
|
+
},
|
|
82518
|
+
"bar3d_horizontal": {
|
|
82519
|
+
"$ref": "#/definitions/ColorScheme"
|
|
82520
|
+
},
|
|
82521
|
+
"bar3d_vertical": {
|
|
82522
|
+
"$ref": "#/definitions/ColorScheme"
|
|
82523
|
+
},
|
|
82524
|
+
"bar_horizontal": {
|
|
82525
|
+
"$ref": "#/definitions/ColorScheme"
|
|
82526
|
+
},
|
|
82527
|
+
"bar_vertical": {
|
|
82528
|
+
"$ref": "#/definitions/ColorScheme"
|
|
82529
|
+
},
|
|
82530
|
+
"boxPlot_horizontal": {
|
|
82531
|
+
"$ref": "#/definitions/ColorScheme"
|
|
82532
|
+
},
|
|
82533
|
+
"boxPlot_vertical": {
|
|
82534
|
+
"$ref": "#/definitions/ColorScheme"
|
|
82535
|
+
},
|
|
82536
|
+
"line_horizontal": {
|
|
82537
|
+
"$ref": "#/definitions/ColorScheme"
|
|
82538
|
+
},
|
|
82539
|
+
"line_vertical": {
|
|
82540
|
+
"$ref": "#/definitions/ColorScheme"
|
|
82541
|
+
},
|
|
82542
|
+
"linearProgress_horizontal": {
|
|
82543
|
+
"$ref": "#/definitions/ColorScheme"
|
|
82544
|
+
},
|
|
82545
|
+
"linearProgress_vertical": {
|
|
82546
|
+
"$ref": "#/definitions/ColorScheme"
|
|
82547
|
+
},
|
|
82548
|
+
"rangeArea_horizontal": {
|
|
82549
|
+
"$ref": "#/definitions/ColorScheme"
|
|
82550
|
+
},
|
|
82551
|
+
"rangeArea_vertical": {
|
|
82552
|
+
"$ref": "#/definitions/ColorScheme"
|
|
82553
|
+
},
|
|
82554
|
+
"rangeColumn3d_horizontal": {
|
|
82555
|
+
"$ref": "#/definitions/ColorScheme"
|
|
82556
|
+
},
|
|
82557
|
+
"rangeColumn3d_vertical": {
|
|
82558
|
+
"$ref": "#/definitions/ColorScheme"
|
|
82559
|
+
},
|
|
82560
|
+
"rangeColumn_horizontal": {
|
|
82561
|
+
"$ref": "#/definitions/ColorScheme"
|
|
82562
|
+
},
|
|
82563
|
+
"rangeColumn_vertical": {
|
|
82564
|
+
"$ref": "#/definitions/ColorScheme"
|
|
82565
|
+
},
|
|
82566
|
+
"sankey_horizontal": {
|
|
82567
|
+
"$ref": "#/definitions/ColorScheme"
|
|
82568
|
+
},
|
|
82569
|
+
"sankey_vertical": {
|
|
82570
|
+
"$ref": "#/definitions/ColorScheme"
|
|
82571
|
+
},
|
|
82572
|
+
"waterfall_horizontal": {
|
|
82573
|
+
"$ref": "#/definitions/ColorScheme"
|
|
82574
|
+
},
|
|
82575
|
+
"waterfall_vertical": {
|
|
82576
|
+
"$ref": "#/definitions/ColorScheme"
|
|
82577
|
+
}
|
|
82578
|
+
},
|
|
82579
|
+
"type": "object"
|
|
82580
|
+
},
|
|
81632
82581
|
"Partial<Record<SunburstMark,false|IAnimationConfig|IAnimationConfig[]>>": {
|
|
81633
82582
|
"properties": {
|
|
81634
82583
|
"arc": {
|
|
@@ -82117,34 +83066,34 @@
|
|
|
82117
83066
|
},
|
|
82118
83067
|
"Promise<FontFaceSet>": {
|
|
82119
83068
|
"properties": {
|
|
82120
|
-
"__@toStringTag@
|
|
83069
|
+
"__@toStringTag@13698": {
|
|
82121
83070
|
"type": "string"
|
|
82122
83071
|
}
|
|
82123
83072
|
},
|
|
82124
83073
|
"required": [
|
|
82125
|
-
"__@toStringTag@
|
|
83074
|
+
"__@toStringTag@13698"
|
|
82126
83075
|
],
|
|
82127
83076
|
"type": "object"
|
|
82128
83077
|
},
|
|
82129
83078
|
"Promise<ServiceWorkerRegistration>": {
|
|
82130
83079
|
"properties": {
|
|
82131
|
-
"__@toStringTag@
|
|
83080
|
+
"__@toStringTag@13698": {
|
|
82132
83081
|
"type": "string"
|
|
82133
83082
|
}
|
|
82134
83083
|
},
|
|
82135
83084
|
"required": [
|
|
82136
|
-
"__@toStringTag@
|
|
83085
|
+
"__@toStringTag@13698"
|
|
82137
83086
|
],
|
|
82138
83087
|
"type": "object"
|
|
82139
83088
|
},
|
|
82140
83089
|
"Promise<any>": {
|
|
82141
83090
|
"properties": {
|
|
82142
|
-
"__@toStringTag@
|
|
83091
|
+
"__@toStringTag@13698": {
|
|
82143
83092
|
"type": "string"
|
|
82144
83093
|
}
|
|
82145
83094
|
},
|
|
82146
83095
|
"required": [
|
|
82147
|
-
"__@toStringTag@
|
|
83096
|
+
"__@toStringTag@13698"
|
|
82148
83097
|
],
|
|
82149
83098
|
"type": "object"
|
|
82150
83099
|
},
|
|
@@ -82154,10 +83103,10 @@
|
|
|
82154
83103
|
"Record<string,ConvertToMarkStyleSpec<ILineMarkSpec>|IMarkStateSpec<ILineMarkSpec>>": {
|
|
82155
83104
|
"type": "object"
|
|
82156
83105
|
},
|
|
82157
|
-
"Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IArcMarkSpec|
|
|
83106
|
+
"Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IRectMarkSpec|IArcMarkSpec|IPathMarkSpec|IGroupMarkSpec|IImageMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IRectMarkSpec|IArcMarkSpec|IPathMarkSpec|IGroupMarkSpec|IImageMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec>>": {
|
|
82158
83107
|
"type": "object"
|
|
82159
83108
|
},
|
|
82160
|
-
"Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IArcMarkSpec|
|
|
83109
|
+
"Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IRectMarkSpec|IArcMarkSpec|IPathMarkSpec|IImageMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IRectMarkSpec|IArcMarkSpec|IPathMarkSpec|IImageMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec>>": {
|
|
82161
83110
|
"type": "object"
|
|
82162
83111
|
},
|
|
82163
83112
|
"Record<string,ConvertToMarkStyleSpec<ITextMarkSpec>|IMarkStateSpec<ITextMarkSpec>>": {
|