@visactor/vchart-schema 1.6.7 → 1.7.0-alpha.1
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 +607 -178
package/vchart.json
CHANGED
|
@@ -5245,151 +5245,151 @@
|
|
|
5245
5245
|
},
|
|
5246
5246
|
"type": "object"
|
|
5247
5247
|
},
|
|
5248
|
-
"ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|
|
|
5248
|
+
"ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IImageMarkSpec|IArcMarkSpec|IPathMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec>": {
|
|
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<IRectMarkSpec>_1",
|
|
5264
5264
|
"description": "style格式转换"
|
|
5265
5265
|
},
|
|
5266
5266
|
{
|
|
5267
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5267
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IGroupMarkSpec>",
|
|
5268
5268
|
"description": "style格式转换"
|
|
5269
5269
|
},
|
|
5270
5270
|
{
|
|
5271
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5271
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IImageMarkSpec>_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<IBoxPlotMarkSpec>_1",
|
|
5284
5284
|
"description": "style格式转换"
|
|
5285
5285
|
},
|
|
5286
5286
|
{
|
|
5287
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5287
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<ISymbolMarkSpec>_1",
|
|
5288
5288
|
"description": "style格式转换"
|
|
5289
5289
|
},
|
|
5290
5290
|
{
|
|
5291
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5291
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IAreaMarkSpec>_1",
|
|
5292
5292
|
"description": "style格式转换"
|
|
5293
5293
|
},
|
|
5294
5294
|
{
|
|
5295
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5295
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRect3dMarkSpec>_1",
|
|
5296
5296
|
"description": "style格式转换"
|
|
5297
5297
|
},
|
|
5298
5298
|
{
|
|
5299
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5299
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IArc3dMarkSpec>_1",
|
|
5300
5300
|
"description": "style格式转换"
|
|
5301
5301
|
},
|
|
5302
5302
|
{
|
|
5303
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5303
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<ILinkPathMarkSpec>_1",
|
|
5304
5304
|
"description": "style格式转换"
|
|
5305
5305
|
},
|
|
5306
5306
|
{
|
|
5307
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5307
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRippleMarkSpec>_1",
|
|
5308
5308
|
"description": "style格式转换"
|
|
5309
5309
|
},
|
|
5310
5310
|
{
|
|
5311
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5311
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IProgressArcMarkSpec>_1",
|
|
5312
5312
|
"description": "style格式转换"
|
|
5313
5313
|
},
|
|
5314
5314
|
{
|
|
5315
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5315
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPolygonMarkSpec>_1",
|
|
5316
|
+
"description": "style格式转换"
|
|
5317
|
+
},
|
|
5318
|
+
{
|
|
5319
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPyramid3dMarkSpec>_1",
|
|
5316
5320
|
"description": "style格式转换"
|
|
5317
5321
|
}
|
|
5318
5322
|
],
|
|
5319
5323
|
"description": "style格式转换"
|
|
5320
5324
|
},
|
|
5321
|
-
"ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|
|
|
5325
|
+
"ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IImageMarkSpec|IArcMarkSpec|IPathMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec>": {
|
|
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<IRectMarkSpec>",
|
|
5341
5341
|
"description": "style格式转换"
|
|
5342
5342
|
},
|
|
5343
5343
|
{
|
|
5344
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5344
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IImageMarkSpec>",
|
|
5345
5345
|
"description": "style格式转换"
|
|
5346
5346
|
},
|
|
5347
5347
|
{
|
|
5348
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5348
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IArcMarkSpec>",
|
|
5349
5349
|
"description": "style格式转换"
|
|
5350
5350
|
},
|
|
5351
5351
|
{
|
|
5352
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5352
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPathMarkSpec>",
|
|
5353
5353
|
"description": "style格式转换"
|
|
5354
5354
|
},
|
|
5355
5355
|
{
|
|
5356
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5356
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IBoxPlotMarkSpec>",
|
|
5357
5357
|
"description": "style格式转换"
|
|
5358
5358
|
},
|
|
5359
5359
|
{
|
|
5360
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5360
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<ISymbolMarkSpec>",
|
|
5361
5361
|
"description": "style格式转换"
|
|
5362
5362
|
},
|
|
5363
5363
|
{
|
|
5364
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5364
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IAreaMarkSpec>",
|
|
5365
5365
|
"description": "style格式转换"
|
|
5366
5366
|
},
|
|
5367
5367
|
{
|
|
5368
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5368
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRect3dMarkSpec>",
|
|
5369
5369
|
"description": "style格式转换"
|
|
5370
5370
|
},
|
|
5371
5371
|
{
|
|
5372
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5372
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IArc3dMarkSpec>",
|
|
5373
5373
|
"description": "style格式转换"
|
|
5374
5374
|
},
|
|
5375
5375
|
{
|
|
5376
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5376
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<ILinkPathMarkSpec>",
|
|
5377
5377
|
"description": "style格式转换"
|
|
5378
5378
|
},
|
|
5379
5379
|
{
|
|
5380
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5380
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRippleMarkSpec>",
|
|
5381
5381
|
"description": "style格式转换"
|
|
5382
5382
|
},
|
|
5383
5383
|
{
|
|
5384
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5384
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IProgressArcMarkSpec>",
|
|
5385
5385
|
"description": "style格式转换"
|
|
5386
5386
|
},
|
|
5387
5387
|
{
|
|
5388
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5388
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPolygonMarkSpec>",
|
|
5389
5389
|
"description": "style格式转换"
|
|
5390
5390
|
},
|
|
5391
5391
|
{
|
|
5392
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5392
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPyramid3dMarkSpec>",
|
|
5393
5393
|
"description": "style格式转换"
|
|
5394
5394
|
}
|
|
5395
5395
|
],
|
|
@@ -18452,6 +18452,18 @@
|
|
|
18452
18452
|
"$ref": "#/definitions/IMarkSpec<IAreaMarkSpec>",
|
|
18453
18453
|
"description": "面积图元配置"
|
|
18454
18454
|
},
|
|
18455
|
+
"areaLabel": {
|
|
18456
|
+
"allOf": [
|
|
18457
|
+
{
|
|
18458
|
+
"$ref": "#/definitions/Omit<ILabelSpec,\"position\">"
|
|
18459
|
+
},
|
|
18460
|
+
{
|
|
18461
|
+
"typeof": "function"
|
|
18462
|
+
}
|
|
18463
|
+
],
|
|
18464
|
+
"description": "面积图元标签配置",
|
|
18465
|
+
"since": "1.7.0"
|
|
18466
|
+
},
|
|
18455
18467
|
"autoFit": {
|
|
18456
18468
|
"description": "图表宽高是否自适应容器,浏览器环境下默认为 true。\n该配置的优先级高于构造函数中的 autoFit 配置。\n如果用户配置了 width,则以用户配置的 width 为准,height 同理。",
|
|
18457
18469
|
"type": "boolean"
|
|
@@ -18480,7 +18492,7 @@
|
|
|
18480
18492
|
"type": "array"
|
|
18481
18493
|
},
|
|
18482
18494
|
{
|
|
18483
|
-
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string
|
|
18495
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
18484
18496
|
}
|
|
18485
18497
|
],
|
|
18486
18498
|
"description": "图表色系配置"
|
|
@@ -18661,6 +18673,22 @@
|
|
|
18661
18673
|
}
|
|
18662
18674
|
]
|
|
18663
18675
|
},
|
|
18676
|
+
{
|
|
18677
|
+
"allOf": [
|
|
18678
|
+
{
|
|
18679
|
+
"$ref": "#/definitions/IMarkerSpec"
|
|
18680
|
+
},
|
|
18681
|
+
{
|
|
18682
|
+
"$ref": "#/definitions/IMarkAreaXSpec"
|
|
18683
|
+
},
|
|
18684
|
+
{
|
|
18685
|
+
"$ref": "#/definitions/IMarkAreaYSpec"
|
|
18686
|
+
},
|
|
18687
|
+
{
|
|
18688
|
+
"$ref": "#/definitions/IMarkAreaTheme"
|
|
18689
|
+
}
|
|
18690
|
+
]
|
|
18691
|
+
},
|
|
18664
18692
|
{
|
|
18665
18693
|
"allOf": [
|
|
18666
18694
|
{
|
|
@@ -18795,7 +18823,7 @@
|
|
|
18795
18823
|
"typeof": "function"
|
|
18796
18824
|
},
|
|
18797
18825
|
{
|
|
18798
|
-
"$ref": "#/definitions/IMarkPointTheme"
|
|
18826
|
+
"$ref": "#/definitions/IMarkPointTheme<IMarkerSymbol>"
|
|
18799
18827
|
}
|
|
18800
18828
|
]
|
|
18801
18829
|
},
|
|
@@ -18808,7 +18836,7 @@
|
|
|
18808
18836
|
"typeof": "function"
|
|
18809
18837
|
},
|
|
18810
18838
|
{
|
|
18811
|
-
"$ref": "#/definitions/IMarkPointTheme"
|
|
18839
|
+
"$ref": "#/definitions/IMarkPointTheme<IMarkerSymbol>"
|
|
18812
18840
|
}
|
|
18813
18841
|
]
|
|
18814
18842
|
},
|
|
@@ -19468,6 +19496,18 @@
|
|
|
19468
19496
|
"$ref": "#/definitions/IMarkSpec<IAreaMarkSpec>",
|
|
19469
19497
|
"description": "面积图元配置"
|
|
19470
19498
|
},
|
|
19499
|
+
"areaLabel": {
|
|
19500
|
+
"allOf": [
|
|
19501
|
+
{
|
|
19502
|
+
"$ref": "#/definitions/Omit<ILabelSpec,\"position\">"
|
|
19503
|
+
},
|
|
19504
|
+
{
|
|
19505
|
+
"typeof": "function"
|
|
19506
|
+
}
|
|
19507
|
+
],
|
|
19508
|
+
"description": "面积图元标签配置",
|
|
19509
|
+
"since": "1.7.0"
|
|
19510
|
+
},
|
|
19471
19511
|
"data": {
|
|
19472
19512
|
"$ref": "#/definitions/IDataType",
|
|
19473
19513
|
"description": "系列可以配置自身的数据,也可以从chart.data中获取数据"
|
|
@@ -20075,7 +20115,7 @@
|
|
|
20075
20115
|
"type": "array"
|
|
20076
20116
|
},
|
|
20077
20117
|
{
|
|
20078
|
-
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string
|
|
20118
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
20079
20119
|
}
|
|
20080
20120
|
],
|
|
20081
20121
|
"description": "图表色系配置"
|
|
@@ -20259,6 +20299,22 @@
|
|
|
20259
20299
|
}
|
|
20260
20300
|
]
|
|
20261
20301
|
},
|
|
20302
|
+
{
|
|
20303
|
+
"allOf": [
|
|
20304
|
+
{
|
|
20305
|
+
"$ref": "#/definitions/IMarkerSpec"
|
|
20306
|
+
},
|
|
20307
|
+
{
|
|
20308
|
+
"$ref": "#/definitions/IMarkAreaXSpec"
|
|
20309
|
+
},
|
|
20310
|
+
{
|
|
20311
|
+
"$ref": "#/definitions/IMarkAreaYSpec"
|
|
20312
|
+
},
|
|
20313
|
+
{
|
|
20314
|
+
"$ref": "#/definitions/IMarkAreaTheme"
|
|
20315
|
+
}
|
|
20316
|
+
]
|
|
20317
|
+
},
|
|
20262
20318
|
{
|
|
20263
20319
|
"allOf": [
|
|
20264
20320
|
{
|
|
@@ -20387,7 +20443,7 @@
|
|
|
20387
20443
|
"typeof": "function"
|
|
20388
20444
|
},
|
|
20389
20445
|
{
|
|
20390
|
-
"$ref": "#/definitions/IMarkPointTheme"
|
|
20446
|
+
"$ref": "#/definitions/IMarkPointTheme<IMarkerSymbol>"
|
|
20391
20447
|
}
|
|
20392
20448
|
]
|
|
20393
20449
|
},
|
|
@@ -20400,7 +20456,7 @@
|
|
|
20400
20456
|
"typeof": "function"
|
|
20401
20457
|
},
|
|
20402
20458
|
{
|
|
20403
|
-
"$ref": "#/definitions/IMarkPointTheme"
|
|
20459
|
+
"$ref": "#/definitions/IMarkPointTheme<IMarkerSymbol>"
|
|
20404
20460
|
}
|
|
20405
20461
|
]
|
|
20406
20462
|
},
|
|
@@ -20831,7 +20887,7 @@
|
|
|
20831
20887
|
"type": "array"
|
|
20832
20888
|
},
|
|
20833
20889
|
{
|
|
20834
|
-
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string
|
|
20890
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
20835
20891
|
}
|
|
20836
20892
|
],
|
|
20837
20893
|
"description": "图表色系配置"
|
|
@@ -21015,6 +21071,22 @@
|
|
|
21015
21071
|
}
|
|
21016
21072
|
]
|
|
21017
21073
|
},
|
|
21074
|
+
{
|
|
21075
|
+
"allOf": [
|
|
21076
|
+
{
|
|
21077
|
+
"$ref": "#/definitions/IMarkerSpec"
|
|
21078
|
+
},
|
|
21079
|
+
{
|
|
21080
|
+
"$ref": "#/definitions/IMarkAreaXSpec"
|
|
21081
|
+
},
|
|
21082
|
+
{
|
|
21083
|
+
"$ref": "#/definitions/IMarkAreaYSpec"
|
|
21084
|
+
},
|
|
21085
|
+
{
|
|
21086
|
+
"$ref": "#/definitions/IMarkAreaTheme"
|
|
21087
|
+
}
|
|
21088
|
+
]
|
|
21089
|
+
},
|
|
21018
21090
|
{
|
|
21019
21091
|
"allOf": [
|
|
21020
21092
|
{
|
|
@@ -21143,7 +21215,7 @@
|
|
|
21143
21215
|
"typeof": "function"
|
|
21144
21216
|
},
|
|
21145
21217
|
{
|
|
21146
|
-
"$ref": "#/definitions/IMarkPointTheme"
|
|
21218
|
+
"$ref": "#/definitions/IMarkPointTheme<IMarkerSymbol>"
|
|
21147
21219
|
}
|
|
21148
21220
|
]
|
|
21149
21221
|
},
|
|
@@ -21156,7 +21228,7 @@
|
|
|
21156
21228
|
"typeof": "function"
|
|
21157
21229
|
},
|
|
21158
21230
|
{
|
|
21159
|
-
"$ref": "#/definitions/IMarkPointTheme"
|
|
21231
|
+
"$ref": "#/definitions/IMarkPointTheme<IMarkerSymbol>"
|
|
21160
21232
|
}
|
|
21161
21233
|
]
|
|
21162
21234
|
},
|
|
@@ -22110,7 +22182,7 @@
|
|
|
22110
22182
|
"type": "array"
|
|
22111
22183
|
},
|
|
22112
22184
|
{
|
|
22113
|
-
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string
|
|
22185
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
22114
22186
|
}
|
|
22115
22187
|
],
|
|
22116
22188
|
"description": "图表色系配置"
|
|
@@ -22283,6 +22355,22 @@
|
|
|
22283
22355
|
}
|
|
22284
22356
|
]
|
|
22285
22357
|
},
|
|
22358
|
+
{
|
|
22359
|
+
"allOf": [
|
|
22360
|
+
{
|
|
22361
|
+
"$ref": "#/definitions/IMarkerSpec"
|
|
22362
|
+
},
|
|
22363
|
+
{
|
|
22364
|
+
"$ref": "#/definitions/IMarkAreaXSpec"
|
|
22365
|
+
},
|
|
22366
|
+
{
|
|
22367
|
+
"$ref": "#/definitions/IMarkAreaYSpec"
|
|
22368
|
+
},
|
|
22369
|
+
{
|
|
22370
|
+
"$ref": "#/definitions/IMarkAreaTheme"
|
|
22371
|
+
}
|
|
22372
|
+
]
|
|
22373
|
+
},
|
|
22286
22374
|
{
|
|
22287
22375
|
"allOf": [
|
|
22288
22376
|
{
|
|
@@ -22411,7 +22499,7 @@
|
|
|
22411
22499
|
"typeof": "function"
|
|
22412
22500
|
},
|
|
22413
22501
|
{
|
|
22414
|
-
"$ref": "#/definitions/IMarkPointTheme"
|
|
22502
|
+
"$ref": "#/definitions/IMarkPointTheme<IMarkerSymbol>"
|
|
22415
22503
|
}
|
|
22416
22504
|
]
|
|
22417
22505
|
},
|
|
@@ -22424,7 +22512,7 @@
|
|
|
22424
22512
|
"typeof": "function"
|
|
22425
22513
|
},
|
|
22426
22514
|
{
|
|
22427
|
-
"$ref": "#/definitions/IMarkPointTheme"
|
|
22515
|
+
"$ref": "#/definitions/IMarkPointTheme<IMarkerSymbol>"
|
|
22428
22516
|
}
|
|
22429
22517
|
]
|
|
22430
22518
|
},
|
|
@@ -24276,7 +24364,7 @@
|
|
|
24276
24364
|
"type": "array"
|
|
24277
24365
|
},
|
|
24278
24366
|
{
|
|
24279
|
-
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string
|
|
24367
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
24280
24368
|
}
|
|
24281
24369
|
],
|
|
24282
24370
|
"description": "图表色系配置"
|
|
@@ -25027,7 +25115,7 @@
|
|
|
25027
25115
|
"type": "array"
|
|
25028
25116
|
},
|
|
25029
25117
|
{
|
|
25030
|
-
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string
|
|
25118
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
25031
25119
|
}
|
|
25032
25120
|
],
|
|
25033
25121
|
"description": "图表色系配置"
|
|
@@ -26180,7 +26268,7 @@
|
|
|
26180
26268
|
"type": "array"
|
|
26181
26269
|
},
|
|
26182
26270
|
{
|
|
26183
|
-
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string
|
|
26271
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
26184
26272
|
}
|
|
26185
26273
|
],
|
|
26186
26274
|
"description": "图表色系配置"
|
|
@@ -26427,19 +26515,16 @@
|
|
|
26427
26515
|
"items": {
|
|
26428
26516
|
"anyOf": [
|
|
26429
26517
|
{
|
|
26430
|
-
"$ref": "#/definitions/
|
|
26431
|
-
},
|
|
26432
|
-
{
|
|
26433
|
-
"$ref": "#/definitions/IBoxPlotSeriesSpec"
|
|
26518
|
+
"$ref": "#/definitions/IPieSeriesSpec"
|
|
26434
26519
|
},
|
|
26435
26520
|
{
|
|
26436
|
-
"$ref": "#/definitions/
|
|
26521
|
+
"$ref": "#/definitions/IPie3dSeriesSpec"
|
|
26437
26522
|
},
|
|
26438
26523
|
{
|
|
26439
|
-
"$ref": "#/definitions/
|
|
26524
|
+
"$ref": "#/definitions/IBoxPlotSeriesSpec"
|
|
26440
26525
|
},
|
|
26441
26526
|
{
|
|
26442
|
-
"$ref": "#/definitions/
|
|
26527
|
+
"$ref": "#/definitions/ITreemapSeriesSpec"
|
|
26443
26528
|
},
|
|
26444
26529
|
{
|
|
26445
26530
|
"$ref": "#/definitions/ISunburstSeriesSpec"
|
|
@@ -26495,6 +26580,9 @@
|
|
|
26495
26580
|
{
|
|
26496
26581
|
"$ref": "#/definitions/IFunnel3dSeriesSpec"
|
|
26497
26582
|
},
|
|
26583
|
+
{
|
|
26584
|
+
"$ref": "#/definitions/ISankeySeriesSpec"
|
|
26585
|
+
},
|
|
26498
26586
|
{
|
|
26499
26587
|
"$ref": "#/definitions/IGaugePointerSeriesSpec"
|
|
26500
26588
|
},
|
|
@@ -26789,7 +26877,7 @@
|
|
|
26789
26877
|
"description": "markLine 标记配置"
|
|
26790
26878
|
},
|
|
26791
26879
|
"markPoint": {
|
|
26792
|
-
"$ref": "#/definitions/IMarkPointTheme",
|
|
26880
|
+
"$ref": "#/definitions/IMarkPointTheme<Partial<IMarkerSymbol>>",
|
|
26793
26881
|
"description": "markPoint 标记配置"
|
|
26794
26882
|
},
|
|
26795
26883
|
"player": {
|
|
@@ -26813,7 +26901,7 @@
|
|
|
26813
26901
|
"description": "图表标题配置"
|
|
26814
26902
|
},
|
|
26815
26903
|
"tooltip": {
|
|
26816
|
-
"$ref": "#/definitions/ITooltipTheme",
|
|
26904
|
+
"$ref": "#/definitions/ITooltipTheme<string|IColorKey>",
|
|
26817
26905
|
"description": "tooltip 组件配置"
|
|
26818
26906
|
},
|
|
26819
26907
|
"totalLabel": {
|
|
@@ -27535,7 +27623,7 @@
|
|
|
27535
27623
|
"type": "array"
|
|
27536
27624
|
},
|
|
27537
27625
|
{
|
|
27538
|
-
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string
|
|
27626
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
27539
27627
|
}
|
|
27540
27628
|
],
|
|
27541
27629
|
"description": "图表色系配置"
|
|
@@ -28305,9 +28393,6 @@
|
|
|
28305
28393
|
"type": "boolean"
|
|
28306
28394
|
}
|
|
28307
28395
|
},
|
|
28308
|
-
"required": [
|
|
28309
|
-
"style"
|
|
28310
|
-
],
|
|
28311
28396
|
"type": "object"
|
|
28312
28397
|
},
|
|
28313
28398
|
"ICrosshairLabelSpec": {
|
|
@@ -28833,11 +28918,11 @@
|
|
|
28833
28918
|
"type": "number"
|
|
28834
28919
|
},
|
|
28835
28920
|
"state": {
|
|
28836
|
-
"$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|
|
|
28921
|
+
"$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IImageMarkSpec|IArcMarkSpec|IPathMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IImageMarkSpec|IArcMarkSpec|IPathMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec>>",
|
|
28837
28922
|
"description": "不同状态下的样式配置"
|
|
28838
28923
|
},
|
|
28839
28924
|
"style": {
|
|
28840
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|
|
|
28925
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IImageMarkSpec|IArcMarkSpec|IPathMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec>",
|
|
28841
28926
|
"description": "默认样式设置"
|
|
28842
28927
|
},
|
|
28843
28928
|
"support3d": {
|
|
@@ -29240,6 +29325,11 @@
|
|
|
29240
29325
|
"id": {
|
|
29241
29326
|
"$ref": "#/definitions/StringOrNumber"
|
|
29242
29327
|
},
|
|
29328
|
+
"ignoreBandSize": {
|
|
29329
|
+
"description": "是否忽略轴上配置的固定 bandSize\n如果置为 true,则 datazoom 可以任意改变轴的 bandSize。\n但如果轴上配置了 bandSize 范围,则第一次渲染会保持 bandSize 在配置范围内。\n该配置仅在 auto 设为 true 时生效。",
|
|
29330
|
+
"since": "1.7.0",
|
|
29331
|
+
"type": "boolean"
|
|
29332
|
+
},
|
|
29243
29333
|
"layoutLevel": {
|
|
29244
29334
|
"description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
|
|
29245
29335
|
"type": "number"
|
|
@@ -29582,6 +29672,9 @@
|
|
|
29582
29672
|
{
|
|
29583
29673
|
"$ref": "#/definitions/IDataZoomStyle"
|
|
29584
29674
|
},
|
|
29675
|
+
{
|
|
29676
|
+
"typeof": "function"
|
|
29677
|
+
},
|
|
29585
29678
|
{
|
|
29586
29679
|
"typeof": "function"
|
|
29587
29680
|
}
|
|
@@ -30990,11 +31083,11 @@
|
|
|
30990
31083
|
"type": "number"
|
|
30991
31084
|
},
|
|
30992
31085
|
"state": {
|
|
30993
|
-
"$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|
|
|
31086
|
+
"$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IImageMarkSpec|IArcMarkSpec|IPathMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IImageMarkSpec|IArcMarkSpec|IPathMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec>>",
|
|
30994
31087
|
"description": "不同状态下的样式配置"
|
|
30995
31088
|
},
|
|
30996
31089
|
"style": {
|
|
30997
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|
|
|
31090
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IImageMarkSpec|IArcMarkSpec|IPathMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec>",
|
|
30998
31091
|
"description": "默认样式设置"
|
|
30999
31092
|
},
|
|
31000
31093
|
"support3d": {
|
|
@@ -31249,7 +31342,7 @@
|
|
|
31249
31342
|
"type": "array"
|
|
31250
31343
|
},
|
|
31251
31344
|
{
|
|
31252
|
-
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string
|
|
31345
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
31253
31346
|
}
|
|
31254
31347
|
],
|
|
31255
31348
|
"description": "图表色系配置"
|
|
@@ -31756,7 +31849,7 @@
|
|
|
31756
31849
|
"type": "array"
|
|
31757
31850
|
},
|
|
31758
31851
|
{
|
|
31759
|
-
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string
|
|
31852
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
31760
31853
|
}
|
|
31761
31854
|
],
|
|
31762
31855
|
"description": "图表色系配置"
|
|
@@ -32768,7 +32861,7 @@
|
|
|
32768
32861
|
"type": "array"
|
|
32769
32862
|
},
|
|
32770
32863
|
{
|
|
32771
|
-
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string
|
|
32864
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
32772
32865
|
}
|
|
32773
32866
|
],
|
|
32774
32867
|
"description": "图表色系配置"
|
|
@@ -36107,7 +36200,7 @@
|
|
|
36107
36200
|
"type": "array"
|
|
36108
36201
|
},
|
|
36109
36202
|
{
|
|
36110
|
-
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string
|
|
36203
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
36111
36204
|
}
|
|
36112
36205
|
],
|
|
36113
36206
|
"description": "图表色系配置"
|
|
@@ -36291,6 +36384,22 @@
|
|
|
36291
36384
|
}
|
|
36292
36385
|
]
|
|
36293
36386
|
},
|
|
36387
|
+
{
|
|
36388
|
+
"allOf": [
|
|
36389
|
+
{
|
|
36390
|
+
"$ref": "#/definitions/IMarkerSpec"
|
|
36391
|
+
},
|
|
36392
|
+
{
|
|
36393
|
+
"$ref": "#/definitions/IMarkAreaXSpec"
|
|
36394
|
+
},
|
|
36395
|
+
{
|
|
36396
|
+
"$ref": "#/definitions/IMarkAreaYSpec"
|
|
36397
|
+
},
|
|
36398
|
+
{
|
|
36399
|
+
"$ref": "#/definitions/IMarkAreaTheme"
|
|
36400
|
+
}
|
|
36401
|
+
]
|
|
36402
|
+
},
|
|
36294
36403
|
{
|
|
36295
36404
|
"allOf": [
|
|
36296
36405
|
{
|
|
@@ -36419,7 +36528,7 @@
|
|
|
36419
36528
|
"typeof": "function"
|
|
36420
36529
|
},
|
|
36421
36530
|
{
|
|
36422
|
-
"$ref": "#/definitions/IMarkPointTheme"
|
|
36531
|
+
"$ref": "#/definitions/IMarkPointTheme<IMarkerSymbol>"
|
|
36423
36532
|
}
|
|
36424
36533
|
]
|
|
36425
36534
|
},
|
|
@@ -36432,7 +36541,7 @@
|
|
|
36432
36541
|
"typeof": "function"
|
|
36433
36542
|
},
|
|
36434
36543
|
{
|
|
36435
|
-
"$ref": "#/definitions/IMarkPointTheme"
|
|
36544
|
+
"$ref": "#/definitions/IMarkPointTheme<IMarkerSymbol>"
|
|
36436
36545
|
}
|
|
36437
36546
|
]
|
|
36438
36547
|
},
|
|
@@ -37218,7 +37327,7 @@
|
|
|
37218
37327
|
"type": "array"
|
|
37219
37328
|
},
|
|
37220
37329
|
{
|
|
37221
|
-
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string
|
|
37330
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
37222
37331
|
}
|
|
37223
37332
|
],
|
|
37224
37333
|
"description": "图表色系配置"
|
|
@@ -37402,6 +37511,22 @@
|
|
|
37402
37511
|
}
|
|
37403
37512
|
]
|
|
37404
37513
|
},
|
|
37514
|
+
{
|
|
37515
|
+
"allOf": [
|
|
37516
|
+
{
|
|
37517
|
+
"$ref": "#/definitions/IMarkerSpec"
|
|
37518
|
+
},
|
|
37519
|
+
{
|
|
37520
|
+
"$ref": "#/definitions/IMarkAreaXSpec"
|
|
37521
|
+
},
|
|
37522
|
+
{
|
|
37523
|
+
"$ref": "#/definitions/IMarkAreaYSpec"
|
|
37524
|
+
},
|
|
37525
|
+
{
|
|
37526
|
+
"$ref": "#/definitions/IMarkAreaTheme"
|
|
37527
|
+
}
|
|
37528
|
+
]
|
|
37529
|
+
},
|
|
37405
37530
|
{
|
|
37406
37531
|
"allOf": [
|
|
37407
37532
|
{
|
|
@@ -37530,7 +37655,7 @@
|
|
|
37530
37655
|
"typeof": "function"
|
|
37531
37656
|
},
|
|
37532
37657
|
{
|
|
37533
|
-
"$ref": "#/definitions/IMarkPointTheme"
|
|
37658
|
+
"$ref": "#/definitions/IMarkPointTheme<IMarkerSymbol>"
|
|
37534
37659
|
}
|
|
37535
37660
|
]
|
|
37536
37661
|
},
|
|
@@ -37543,7 +37668,7 @@
|
|
|
37543
37668
|
"typeof": "function"
|
|
37544
37669
|
},
|
|
37545
37670
|
{
|
|
37546
|
-
"$ref": "#/definitions/IMarkPointTheme"
|
|
37671
|
+
"$ref": "#/definitions/IMarkPointTheme<IMarkerSymbol>"
|
|
37547
37672
|
}
|
|
37548
37673
|
]
|
|
37549
37674
|
},
|
|
@@ -37947,7 +38072,7 @@
|
|
|
37947
38072
|
"type": "array"
|
|
37948
38073
|
},
|
|
37949
38074
|
{
|
|
37950
|
-
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string
|
|
38075
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
37951
38076
|
}
|
|
37952
38077
|
],
|
|
37953
38078
|
"description": "图表色系配置"
|
|
@@ -38131,6 +38256,22 @@
|
|
|
38131
38256
|
}
|
|
38132
38257
|
]
|
|
38133
38258
|
},
|
|
38259
|
+
{
|
|
38260
|
+
"allOf": [
|
|
38261
|
+
{
|
|
38262
|
+
"$ref": "#/definitions/IMarkerSpec"
|
|
38263
|
+
},
|
|
38264
|
+
{
|
|
38265
|
+
"$ref": "#/definitions/IMarkAreaXSpec"
|
|
38266
|
+
},
|
|
38267
|
+
{
|
|
38268
|
+
"$ref": "#/definitions/IMarkAreaYSpec"
|
|
38269
|
+
},
|
|
38270
|
+
{
|
|
38271
|
+
"$ref": "#/definitions/IMarkAreaTheme"
|
|
38272
|
+
}
|
|
38273
|
+
]
|
|
38274
|
+
},
|
|
38134
38275
|
{
|
|
38135
38276
|
"allOf": [
|
|
38136
38277
|
{
|
|
@@ -38259,7 +38400,7 @@
|
|
|
38259
38400
|
"typeof": "function"
|
|
38260
38401
|
},
|
|
38261
38402
|
{
|
|
38262
|
-
"$ref": "#/definitions/IMarkPointTheme"
|
|
38403
|
+
"$ref": "#/definitions/IMarkPointTheme<IMarkerSymbol>"
|
|
38263
38404
|
}
|
|
38264
38405
|
]
|
|
38265
38406
|
},
|
|
@@ -38272,7 +38413,7 @@
|
|
|
38272
38413
|
"typeof": "function"
|
|
38273
38414
|
},
|
|
38274
38415
|
{
|
|
38275
|
-
"$ref": "#/definitions/IMarkPointTheme"
|
|
38416
|
+
"$ref": "#/definitions/IMarkPointTheme<IMarkerSymbol>"
|
|
38276
38417
|
}
|
|
38277
38418
|
]
|
|
38278
38419
|
},
|
|
@@ -40406,7 +40547,7 @@
|
|
|
40406
40547
|
"type": "array"
|
|
40407
40548
|
},
|
|
40408
40549
|
{
|
|
40409
|
-
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string
|
|
40550
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
40410
40551
|
}
|
|
40411
40552
|
],
|
|
40412
40553
|
"description": "图表色系配置"
|
|
@@ -40546,6 +40687,18 @@
|
|
|
40546
40687
|
"$ref": "#/definitions/IMarkSpec<ILineMarkSpec>",
|
|
40547
40688
|
"description": "线图元配置"
|
|
40548
40689
|
},
|
|
40690
|
+
"lineLabel": {
|
|
40691
|
+
"allOf": [
|
|
40692
|
+
{
|
|
40693
|
+
"$ref": "#/definitions/Omit<ILabelSpec,\"position\">"
|
|
40694
|
+
},
|
|
40695
|
+
{
|
|
40696
|
+
"typeof": "function"
|
|
40697
|
+
}
|
|
40698
|
+
],
|
|
40699
|
+
"description": "折线标签配置",
|
|
40700
|
+
"since": "1.7.0"
|
|
40701
|
+
},
|
|
40549
40702
|
"markArea": {
|
|
40550
40703
|
"anyOf": [
|
|
40551
40704
|
{
|
|
@@ -40587,6 +40740,22 @@
|
|
|
40587
40740
|
}
|
|
40588
40741
|
]
|
|
40589
40742
|
},
|
|
40743
|
+
{
|
|
40744
|
+
"allOf": [
|
|
40745
|
+
{
|
|
40746
|
+
"$ref": "#/definitions/IMarkerSpec"
|
|
40747
|
+
},
|
|
40748
|
+
{
|
|
40749
|
+
"$ref": "#/definitions/IMarkAreaXSpec"
|
|
40750
|
+
},
|
|
40751
|
+
{
|
|
40752
|
+
"$ref": "#/definitions/IMarkAreaYSpec"
|
|
40753
|
+
},
|
|
40754
|
+
{
|
|
40755
|
+
"$ref": "#/definitions/IMarkAreaTheme"
|
|
40756
|
+
}
|
|
40757
|
+
]
|
|
40758
|
+
},
|
|
40590
40759
|
{
|
|
40591
40760
|
"allOf": [
|
|
40592
40761
|
{
|
|
@@ -40721,7 +40890,7 @@
|
|
|
40721
40890
|
"typeof": "function"
|
|
40722
40891
|
},
|
|
40723
40892
|
{
|
|
40724
|
-
"$ref": "#/definitions/IMarkPointTheme"
|
|
40893
|
+
"$ref": "#/definitions/IMarkPointTheme<IMarkerSymbol>"
|
|
40725
40894
|
}
|
|
40726
40895
|
]
|
|
40727
40896
|
},
|
|
@@ -40734,7 +40903,7 @@
|
|
|
40734
40903
|
"typeof": "function"
|
|
40735
40904
|
},
|
|
40736
40905
|
{
|
|
40737
|
-
"$ref": "#/definitions/IMarkPointTheme"
|
|
40906
|
+
"$ref": "#/definitions/IMarkPointTheme<IMarkerSymbol>"
|
|
40738
40907
|
}
|
|
40739
40908
|
]
|
|
40740
40909
|
},
|
|
@@ -41424,6 +41593,18 @@
|
|
|
41424
41593
|
"$ref": "#/definitions/IMarkSpec<ILineMarkSpec>",
|
|
41425
41594
|
"description": "线图元配置"
|
|
41426
41595
|
},
|
|
41596
|
+
"lineLabel": {
|
|
41597
|
+
"allOf": [
|
|
41598
|
+
{
|
|
41599
|
+
"$ref": "#/definitions/Omit<ILabelSpec,\"position\">"
|
|
41600
|
+
},
|
|
41601
|
+
{
|
|
41602
|
+
"typeof": "function"
|
|
41603
|
+
}
|
|
41604
|
+
],
|
|
41605
|
+
"description": "折线标签配置",
|
|
41606
|
+
"since": "1.7.0"
|
|
41607
|
+
},
|
|
41427
41608
|
"markOverlap": {
|
|
41428
41609
|
"default": false,
|
|
41429
41610
|
"description": "是否允许标记图形相互覆盖",
|
|
@@ -41819,7 +42000,7 @@
|
|
|
41819
42000
|
"type": "array"
|
|
41820
42001
|
},
|
|
41821
42002
|
{
|
|
41822
|
-
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string
|
|
42003
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
41823
42004
|
}
|
|
41824
42005
|
],
|
|
41825
42006
|
"description": "图表色系配置"
|
|
@@ -42798,7 +42979,7 @@
|
|
|
42798
42979
|
"type": "array"
|
|
42799
42980
|
},
|
|
42800
42981
|
{
|
|
42801
|
-
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string
|
|
42982
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
42802
42983
|
}
|
|
42803
42984
|
],
|
|
42804
42985
|
"description": "图表色系配置"
|
|
@@ -43453,6 +43634,22 @@
|
|
|
43453
43634
|
}
|
|
43454
43635
|
]
|
|
43455
43636
|
},
|
|
43637
|
+
{
|
|
43638
|
+
"allOf": [
|
|
43639
|
+
{
|
|
43640
|
+
"$ref": "#/definitions/IMarkerSpec"
|
|
43641
|
+
},
|
|
43642
|
+
{
|
|
43643
|
+
"$ref": "#/definitions/IMarkAreaXSpec"
|
|
43644
|
+
},
|
|
43645
|
+
{
|
|
43646
|
+
"$ref": "#/definitions/IMarkAreaYSpec"
|
|
43647
|
+
},
|
|
43648
|
+
{
|
|
43649
|
+
"$ref": "#/definitions/IMarkAreaTheme"
|
|
43650
|
+
}
|
|
43651
|
+
]
|
|
43652
|
+
},
|
|
43456
43653
|
{
|
|
43457
43654
|
"allOf": [
|
|
43458
43655
|
{
|
|
@@ -43517,7 +43714,7 @@
|
|
|
43517
43714
|
]
|
|
43518
43715
|
}
|
|
43519
43716
|
],
|
|
43520
|
-
"description": "x轴上的参考线。可以配置参考线在x
|
|
43717
|
+
"description": "x轴上的参考线。可以配置参考线在x轴上的值,或者聚合计算类型\n可以将 x 配置为 '15%' 百分比的形式,用于表示将 x 绘制在 marker 所在 region 横轴(从左往右)的百分之 15 位置处"
|
|
43521
43718
|
},
|
|
43522
43719
|
"x1": {
|
|
43523
43720
|
"anyOf": [
|
|
@@ -43570,7 +43767,7 @@
|
|
|
43570
43767
|
]
|
|
43571
43768
|
}
|
|
43572
43769
|
],
|
|
43573
|
-
"description": "y轴上的参考线。可以配置参考线在y
|
|
43770
|
+
"description": "y轴上的参考线。可以配置参考线在y轴上的值,或者聚合计算类型\n可以将 y 配置为 '15%' 百分比的形式,用于表示将 y 绘制在 marker 所在 region 纵轴(从上到下)的百分之 15 位置处"
|
|
43574
43771
|
},
|
|
43575
43772
|
"y1": {
|
|
43576
43773
|
"anyOf": [
|
|
@@ -43738,7 +43935,7 @@
|
|
|
43738
43935
|
]
|
|
43739
43936
|
}
|
|
43740
43937
|
],
|
|
43741
|
-
"description": "x轴上的参考线。可以配置参考线在x
|
|
43938
|
+
"description": "x轴上的参考线。可以配置参考线在x轴上的值,或者聚合计算类型,或者以回调的形式通过数据自行计算。\n可以将 x 配置为 '15%' 百分比的形式,用于表示将 x 绘制在 marker 所在 region 横轴(从左往右)的百分之 15 位置处"
|
|
43742
43939
|
}
|
|
43743
43940
|
},
|
|
43744
43941
|
"required": [
|
|
@@ -43777,7 +43974,7 @@
|
|
|
43777
43974
|
]
|
|
43778
43975
|
}
|
|
43779
43976
|
],
|
|
43780
|
-
"description": "y轴上的参考线。可以配置参考线在y
|
|
43977
|
+
"description": "y轴上的参考线。可以配置参考线在y轴上的值,或者聚合计算类型,或者以回调的形式通过数据自行计算\n可以将 y 配置为 '15%' 百分比的形式,用于表示将 x 绘制在 marker 所在 region 纵轴(从上到下)的百分之 15 位置处"
|
|
43781
43978
|
}
|
|
43782
43979
|
},
|
|
43783
43980
|
"required": [
|
|
@@ -43807,7 +44004,7 @@
|
|
|
43807
44004
|
"typeof": "function"
|
|
43808
44005
|
},
|
|
43809
44006
|
{
|
|
43810
|
-
"$ref": "#/definitions/IMarkPointTheme"
|
|
44007
|
+
"$ref": "#/definitions/IMarkPointTheme<IMarkerSymbol>"
|
|
43811
44008
|
}
|
|
43812
44009
|
]
|
|
43813
44010
|
},
|
|
@@ -43820,13 +44017,25 @@
|
|
|
43820
44017
|
"typeof": "function"
|
|
43821
44018
|
},
|
|
43822
44019
|
{
|
|
43823
|
-
"$ref": "#/definitions/IMarkPointTheme"
|
|
44020
|
+
"$ref": "#/definitions/IMarkPointTheme<IMarkerSymbol>"
|
|
43824
44021
|
}
|
|
43825
44022
|
]
|
|
43826
44023
|
}
|
|
43827
44024
|
]
|
|
43828
44025
|
},
|
|
43829
|
-
"IMarkPointTheme": {
|
|
44026
|
+
"IMarkPointTheme<IMarkerSymbol>": {
|
|
44027
|
+
"properties": {
|
|
44028
|
+
"itemContent": {
|
|
44029
|
+
"$ref": "#/definitions/IItemContent",
|
|
44030
|
+
"description": "标注内容"
|
|
44031
|
+
},
|
|
44032
|
+
"itemLine": {
|
|
44033
|
+
"typeof": "function"
|
|
44034
|
+
}
|
|
44035
|
+
},
|
|
44036
|
+
"type": "object"
|
|
44037
|
+
},
|
|
44038
|
+
"IMarkPointTheme<Partial<IMarkerSymbol>>": {
|
|
43830
44039
|
"properties": {
|
|
43831
44040
|
"itemContent": {
|
|
43832
44041
|
"$ref": "#/definitions/IItemContent",
|
|
@@ -44070,6 +44279,11 @@
|
|
|
44070
44279
|
"$ref": "#/definitions/ILayoutNumber",
|
|
44071
44280
|
"description": "模块的布局最小宽度"
|
|
44072
44281
|
},
|
|
44282
|
+
"name": {
|
|
44283
|
+
"description": "标注组件的名称标识",
|
|
44284
|
+
"since": "1.7.0",
|
|
44285
|
+
"type": "string"
|
|
44286
|
+
},
|
|
44073
44287
|
"noOuterPadding": {
|
|
44074
44288
|
"description": "是否按照 orient 自动修改 padding,隐藏位于外侧的 padding。目前只在组件上生效",
|
|
44075
44289
|
"type": "boolean"
|
|
@@ -45217,7 +45431,7 @@
|
|
|
45217
45431
|
"type": "array"
|
|
45218
45432
|
},
|
|
45219
45433
|
{
|
|
45220
|
-
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string
|
|
45434
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
45221
45435
|
}
|
|
45222
45436
|
],
|
|
45223
45437
|
"description": "图表色系配置"
|
|
@@ -45738,7 +45952,7 @@
|
|
|
45738
45952
|
"type": "array"
|
|
45739
45953
|
},
|
|
45740
45954
|
{
|
|
45741
|
-
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string
|
|
45955
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
45742
45956
|
}
|
|
45743
45957
|
],
|
|
45744
45958
|
"description": "图表色系配置"
|
|
@@ -48672,7 +48886,7 @@
|
|
|
48672
48886
|
"type": "array"
|
|
48673
48887
|
},
|
|
48674
48888
|
{
|
|
48675
|
-
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string
|
|
48889
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
48676
48890
|
}
|
|
48677
48891
|
],
|
|
48678
48892
|
"description": "图表色系配置"
|
|
@@ -49583,6 +49797,18 @@
|
|
|
49583
49797
|
"$ref": "#/definitions/IMarkSpec<IAreaMarkSpec>",
|
|
49584
49798
|
"description": "面积图元配置"
|
|
49585
49799
|
},
|
|
49800
|
+
"areaLabel": {
|
|
49801
|
+
"allOf": [
|
|
49802
|
+
{
|
|
49803
|
+
"$ref": "#/definitions/Omit<ILabelSpec,\"position\">"
|
|
49804
|
+
},
|
|
49805
|
+
{
|
|
49806
|
+
"typeof": "function"
|
|
49807
|
+
}
|
|
49808
|
+
],
|
|
49809
|
+
"description": "面积图元标签配置",
|
|
49810
|
+
"since": "1.7.0"
|
|
49811
|
+
},
|
|
49586
49812
|
"autoFit": {
|
|
49587
49813
|
"description": "图表宽高是否自适应容器,浏览器环境下默认为 true。\n该配置的优先级高于构造函数中的 autoFit 配置。\n如果用户配置了 width,则以用户配置的 width 为准,height 同理。",
|
|
49588
49814
|
"type": "boolean"
|
|
@@ -49611,7 +49837,7 @@
|
|
|
49611
49837
|
"type": "array"
|
|
49612
49838
|
},
|
|
49613
49839
|
{
|
|
49614
|
-
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string
|
|
49840
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
49615
49841
|
}
|
|
49616
49842
|
],
|
|
49617
49843
|
"description": "图表色系配置"
|
|
@@ -49792,6 +50018,22 @@
|
|
|
49792
50018
|
}
|
|
49793
50019
|
]
|
|
49794
50020
|
},
|
|
50021
|
+
{
|
|
50022
|
+
"allOf": [
|
|
50023
|
+
{
|
|
50024
|
+
"$ref": "#/definitions/IMarkerSpec"
|
|
50025
|
+
},
|
|
50026
|
+
{
|
|
50027
|
+
"$ref": "#/definitions/IMarkAreaXSpec"
|
|
50028
|
+
},
|
|
50029
|
+
{
|
|
50030
|
+
"$ref": "#/definitions/IMarkAreaYSpec"
|
|
50031
|
+
},
|
|
50032
|
+
{
|
|
50033
|
+
"$ref": "#/definitions/IMarkAreaTheme"
|
|
50034
|
+
}
|
|
50035
|
+
]
|
|
50036
|
+
},
|
|
49795
50037
|
{
|
|
49796
50038
|
"allOf": [
|
|
49797
50039
|
{
|
|
@@ -49926,7 +50168,7 @@
|
|
|
49926
50168
|
"typeof": "function"
|
|
49927
50169
|
},
|
|
49928
50170
|
{
|
|
49929
|
-
"$ref": "#/definitions/IMarkPointTheme"
|
|
50171
|
+
"$ref": "#/definitions/IMarkPointTheme<IMarkerSymbol>"
|
|
49930
50172
|
}
|
|
49931
50173
|
]
|
|
49932
50174
|
},
|
|
@@ -49939,7 +50181,7 @@
|
|
|
49939
50181
|
"typeof": "function"
|
|
49940
50182
|
},
|
|
49941
50183
|
{
|
|
49942
|
-
"$ref": "#/definitions/IMarkPointTheme"
|
|
50184
|
+
"$ref": "#/definitions/IMarkPointTheme<IMarkerSymbol>"
|
|
49943
50185
|
}
|
|
49944
50186
|
]
|
|
49945
50187
|
},
|
|
@@ -50296,6 +50538,18 @@
|
|
|
50296
50538
|
"$ref": "#/definitions/IMarkSpec<IAreaMarkSpec>",
|
|
50297
50539
|
"description": "面积图元配置"
|
|
50298
50540
|
},
|
|
50541
|
+
"areaLabel": {
|
|
50542
|
+
"allOf": [
|
|
50543
|
+
{
|
|
50544
|
+
"$ref": "#/definitions/Omit<ILabelSpec,\"position\">"
|
|
50545
|
+
},
|
|
50546
|
+
{
|
|
50547
|
+
"typeof": "function"
|
|
50548
|
+
}
|
|
50549
|
+
],
|
|
50550
|
+
"description": "面积图元标签配置",
|
|
50551
|
+
"since": "1.7.0"
|
|
50552
|
+
},
|
|
50299
50553
|
"data": {
|
|
50300
50554
|
"$ref": "#/definitions/IDataType",
|
|
50301
50555
|
"description": "系列可以配置自身的数据,也可以从chart.data中获取数据"
|
|
@@ -50736,7 +50990,7 @@
|
|
|
50736
50990
|
"type": "array"
|
|
50737
50991
|
},
|
|
50738
50992
|
{
|
|
50739
|
-
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string
|
|
50993
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
50740
50994
|
}
|
|
50741
50995
|
],
|
|
50742
50996
|
"description": "图表色系配置"
|
|
@@ -50920,6 +51174,22 @@
|
|
|
50920
51174
|
}
|
|
50921
51175
|
]
|
|
50922
51176
|
},
|
|
51177
|
+
{
|
|
51178
|
+
"allOf": [
|
|
51179
|
+
{
|
|
51180
|
+
"$ref": "#/definitions/IMarkerSpec"
|
|
51181
|
+
},
|
|
51182
|
+
{
|
|
51183
|
+
"$ref": "#/definitions/IMarkAreaXSpec"
|
|
51184
|
+
},
|
|
51185
|
+
{
|
|
51186
|
+
"$ref": "#/definitions/IMarkAreaYSpec"
|
|
51187
|
+
},
|
|
51188
|
+
{
|
|
51189
|
+
"$ref": "#/definitions/IMarkAreaTheme"
|
|
51190
|
+
}
|
|
51191
|
+
]
|
|
51192
|
+
},
|
|
50923
51193
|
{
|
|
50924
51194
|
"allOf": [
|
|
50925
51195
|
{
|
|
@@ -51048,7 +51318,7 @@
|
|
|
51048
51318
|
"typeof": "function"
|
|
51049
51319
|
},
|
|
51050
51320
|
{
|
|
51051
|
-
"$ref": "#/definitions/IMarkPointTheme"
|
|
51321
|
+
"$ref": "#/definitions/IMarkPointTheme<IMarkerSymbol>"
|
|
51052
51322
|
}
|
|
51053
51323
|
]
|
|
51054
51324
|
},
|
|
@@ -51061,7 +51331,7 @@
|
|
|
51061
51331
|
"typeof": "function"
|
|
51062
51332
|
},
|
|
51063
51333
|
{
|
|
51064
|
-
"$ref": "#/definitions/IMarkPointTheme"
|
|
51334
|
+
"$ref": "#/definitions/IMarkPointTheme<IMarkerSymbol>"
|
|
51065
51335
|
}
|
|
51066
51336
|
]
|
|
51067
51337
|
},
|
|
@@ -51858,7 +52128,7 @@
|
|
|
51858
52128
|
"type": "array"
|
|
51859
52129
|
},
|
|
51860
52130
|
{
|
|
51861
|
-
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string
|
|
52131
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
51862
52132
|
}
|
|
51863
52133
|
],
|
|
51864
52134
|
"description": "图表色系配置"
|
|
@@ -52042,6 +52312,22 @@
|
|
|
52042
52312
|
}
|
|
52043
52313
|
]
|
|
52044
52314
|
},
|
|
52315
|
+
{
|
|
52316
|
+
"allOf": [
|
|
52317
|
+
{
|
|
52318
|
+
"$ref": "#/definitions/IMarkerSpec"
|
|
52319
|
+
},
|
|
52320
|
+
{
|
|
52321
|
+
"$ref": "#/definitions/IMarkAreaXSpec"
|
|
52322
|
+
},
|
|
52323
|
+
{
|
|
52324
|
+
"$ref": "#/definitions/IMarkAreaYSpec"
|
|
52325
|
+
},
|
|
52326
|
+
{
|
|
52327
|
+
"$ref": "#/definitions/IMarkAreaTheme"
|
|
52328
|
+
}
|
|
52329
|
+
]
|
|
52330
|
+
},
|
|
52045
52331
|
{
|
|
52046
52332
|
"allOf": [
|
|
52047
52333
|
{
|
|
@@ -52170,7 +52456,7 @@
|
|
|
52170
52456
|
"typeof": "function"
|
|
52171
52457
|
},
|
|
52172
52458
|
{
|
|
52173
|
-
"$ref": "#/definitions/IMarkPointTheme"
|
|
52459
|
+
"$ref": "#/definitions/IMarkPointTheme<IMarkerSymbol>"
|
|
52174
52460
|
}
|
|
52175
52461
|
]
|
|
52176
52462
|
},
|
|
@@ -52183,7 +52469,7 @@
|
|
|
52183
52469
|
"typeof": "function"
|
|
52184
52470
|
},
|
|
52185
52471
|
{
|
|
52186
|
-
"$ref": "#/definitions/IMarkPointTheme"
|
|
52472
|
+
"$ref": "#/definitions/IMarkPointTheme<IMarkerSymbol>"
|
|
52187
52473
|
}
|
|
52188
52474
|
]
|
|
52189
52475
|
},
|
|
@@ -53787,7 +54073,7 @@
|
|
|
53787
54073
|
"type": "array"
|
|
53788
54074
|
},
|
|
53789
54075
|
{
|
|
53790
|
-
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string
|
|
54076
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
53791
54077
|
}
|
|
53792
54078
|
],
|
|
53793
54079
|
"description": "图表色系配置"
|
|
@@ -54822,7 +55108,7 @@
|
|
|
54822
55108
|
"type": "array"
|
|
54823
55109
|
},
|
|
54824
55110
|
{
|
|
54825
|
-
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string
|
|
55111
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
54826
55112
|
}
|
|
54827
55113
|
],
|
|
54828
55114
|
"description": "图表色系配置"
|
|
@@ -55662,7 +55948,7 @@
|
|
|
55662
55948
|
"type": "array"
|
|
55663
55949
|
},
|
|
55664
55950
|
{
|
|
55665
|
-
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string
|
|
55951
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
55666
55952
|
}
|
|
55667
55953
|
],
|
|
55668
55954
|
"description": "图表色系配置"
|
|
@@ -55839,6 +56125,22 @@
|
|
|
55839
56125
|
}
|
|
55840
56126
|
]
|
|
55841
56127
|
},
|
|
56128
|
+
{
|
|
56129
|
+
"allOf": [
|
|
56130
|
+
{
|
|
56131
|
+
"$ref": "#/definitions/IMarkerSpec"
|
|
56132
|
+
},
|
|
56133
|
+
{
|
|
56134
|
+
"$ref": "#/definitions/IMarkAreaXSpec"
|
|
56135
|
+
},
|
|
56136
|
+
{
|
|
56137
|
+
"$ref": "#/definitions/IMarkAreaYSpec"
|
|
56138
|
+
},
|
|
56139
|
+
{
|
|
56140
|
+
"$ref": "#/definitions/IMarkAreaTheme"
|
|
56141
|
+
}
|
|
56142
|
+
]
|
|
56143
|
+
},
|
|
55842
56144
|
{
|
|
55843
56145
|
"allOf": [
|
|
55844
56146
|
{
|
|
@@ -55967,7 +56269,7 @@
|
|
|
55967
56269
|
"typeof": "function"
|
|
55968
56270
|
},
|
|
55969
56271
|
{
|
|
55970
|
-
"$ref": "#/definitions/IMarkPointTheme"
|
|
56272
|
+
"$ref": "#/definitions/IMarkPointTheme<IMarkerSymbol>"
|
|
55971
56273
|
}
|
|
55972
56274
|
]
|
|
55973
56275
|
},
|
|
@@ -55980,7 +56282,7 @@
|
|
|
55980
56282
|
"typeof": "function"
|
|
55981
56283
|
},
|
|
55982
56284
|
{
|
|
55983
|
-
"$ref": "#/definitions/IMarkPointTheme"
|
|
56285
|
+
"$ref": "#/definitions/IMarkPointTheme<IMarkerSymbol>"
|
|
55984
56286
|
}
|
|
55985
56287
|
]
|
|
55986
56288
|
},
|
|
@@ -56096,10 +56398,10 @@
|
|
|
56096
56398
|
"type": "array"
|
|
56097
56399
|
},
|
|
56098
56400
|
{
|
|
56099
|
-
"
|
|
56401
|
+
"$ref": "#/definitions/IVisualSpecBase<unknown,string>"
|
|
56100
56402
|
},
|
|
56101
56403
|
{
|
|
56102
|
-
"
|
|
56404
|
+
"typeof": "function"
|
|
56103
56405
|
},
|
|
56104
56406
|
{
|
|
56105
56407
|
"type": "string"
|
|
@@ -56462,10 +56764,10 @@
|
|
|
56462
56764
|
"type": "array"
|
|
56463
56765
|
},
|
|
56464
56766
|
{
|
|
56465
|
-
"
|
|
56767
|
+
"$ref": "#/definitions/IVisualSpecBase<unknown,string>"
|
|
56466
56768
|
},
|
|
56467
56769
|
{
|
|
56468
|
-
"
|
|
56770
|
+
"typeof": "function"
|
|
56469
56771
|
},
|
|
56470
56772
|
{
|
|
56471
56773
|
"type": "string"
|
|
@@ -57028,6 +57330,9 @@
|
|
|
57028
57330
|
{
|
|
57029
57331
|
"$ref": "#/definitions/IScrollBarStyle"
|
|
57030
57332
|
},
|
|
57333
|
+
{
|
|
57334
|
+
"typeof": "function"
|
|
57335
|
+
},
|
|
57031
57336
|
{
|
|
57032
57337
|
"typeof": "function"
|
|
57033
57338
|
}
|
|
@@ -57155,7 +57460,7 @@
|
|
|
57155
57460
|
"type": "array"
|
|
57156
57461
|
},
|
|
57157
57462
|
{
|
|
57158
|
-
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string
|
|
57463
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
57159
57464
|
}
|
|
57160
57465
|
],
|
|
57161
57466
|
"description": "图表色系配置"
|
|
@@ -58992,7 +59297,7 @@
|
|
|
58992
59297
|
"type": "array"
|
|
58993
59298
|
},
|
|
58994
59299
|
{
|
|
58995
|
-
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string
|
|
59300
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
58996
59301
|
}
|
|
58997
59302
|
],
|
|
58998
59303
|
"description": "图表色系配置"
|
|
@@ -60424,7 +60729,7 @@
|
|
|
60424
60729
|
"typeof": "function"
|
|
60425
60730
|
},
|
|
60426
60731
|
"forceTickCount": {
|
|
60427
|
-
"default":
|
|
60732
|
+
"default": 5,
|
|
60428
60733
|
"description": "强制设置的tick数量,可能由于数据范围导致tick值为小数",
|
|
60429
60734
|
"type": "number"
|
|
60430
60735
|
},
|
|
@@ -60462,7 +60767,7 @@
|
|
|
60462
60767
|
"type": "number"
|
|
60463
60768
|
}
|
|
60464
60769
|
],
|
|
60465
|
-
"default":
|
|
60770
|
+
"default": 5,
|
|
60466
60771
|
"description": "建议的tick数量,并不保证结果一定是配置值",
|
|
60467
60772
|
"since": "1.4.0 后支持函数回调。"
|
|
60468
60773
|
},
|
|
@@ -61054,7 +61359,7 @@
|
|
|
61054
61359
|
"description": "tooltip key 值内容"
|
|
61055
61360
|
},
|
|
61056
61361
|
"keyStyle": {
|
|
61057
|
-
"$ref": "#/definitions/TooltipContentProperty<ITooltipTextTheme
|
|
61362
|
+
"$ref": "#/definitions/TooltipContentProperty<ITooltipTextTheme<string>>",
|
|
61058
61363
|
"description": "key 样式(只在 content 上需要配置)"
|
|
61059
61364
|
},
|
|
61060
61365
|
"seriesId": {
|
|
@@ -61098,7 +61403,7 @@
|
|
|
61098
61403
|
"description": "tooltip value 值内容"
|
|
61099
61404
|
},
|
|
61100
61405
|
"valueStyle": {
|
|
61101
|
-
"$ref": "#/definitions/TooltipContentProperty<ITooltipTextTheme
|
|
61406
|
+
"$ref": "#/definitions/TooltipContentProperty<ITooltipTextTheme<string>>",
|
|
61102
61407
|
"description": "value 样式"
|
|
61103
61408
|
},
|
|
61104
61409
|
"visible": {
|
|
@@ -61294,7 +61599,7 @@
|
|
|
61294
61599
|
"type": "string"
|
|
61295
61600
|
},
|
|
61296
61601
|
"style": {
|
|
61297
|
-
"$ref": "#/definitions/Omit<ITooltipTheme
|
|
61602
|
+
"$ref": "#/definitions/Omit<ITooltipTheme<string>,\"offset\">",
|
|
61298
61603
|
"description": "tooltip样式"
|
|
61299
61604
|
},
|
|
61300
61605
|
"throttleInterval": {
|
|
@@ -61333,7 +61638,67 @@
|
|
|
61333
61638
|
},
|
|
61334
61639
|
"type": "object"
|
|
61335
61640
|
},
|
|
61336
|
-
"ITooltipTextTheme": {
|
|
61641
|
+
"ITooltipTextTheme<string>": {
|
|
61642
|
+
"properties": {
|
|
61643
|
+
"autoWidth": {
|
|
61644
|
+
"description": "是否开启自动宽度。效果分为以下几种情况:\n- tooltip 标题:`autoWidth` 默认为 `false`。如果配置为 `true`,则 tooltip 标题会保持和 tooltip 内容一致的宽度\n- tooltip key 标签:`autoWidth` 不适用\n- tooltip value 标签:`autoWidth` 默认为 `true`。如果配置为 `true`,则 tooltip value 标签会自动占满 tooltip 整体宽度的剩余部分",
|
|
61645
|
+
"since": "1.4.2",
|
|
61646
|
+
"type": "boolean"
|
|
61647
|
+
},
|
|
61648
|
+
"fill": {
|
|
61649
|
+
"description": "字体颜色",
|
|
61650
|
+
"type": "string"
|
|
61651
|
+
},
|
|
61652
|
+
"fontColor": {
|
|
61653
|
+
"type": "string"
|
|
61654
|
+
},
|
|
61655
|
+
"fontFamily": {
|
|
61656
|
+
"description": "字体",
|
|
61657
|
+
"type": "string"
|
|
61658
|
+
},
|
|
61659
|
+
"fontSize": {
|
|
61660
|
+
"description": "字体大小",
|
|
61661
|
+
"type": "number"
|
|
61662
|
+
},
|
|
61663
|
+
"fontWeight": {
|
|
61664
|
+
"$ref": "#/definitions/StringOrNumber",
|
|
61665
|
+
"description": "字重"
|
|
61666
|
+
},
|
|
61667
|
+
"lineHeight": {
|
|
61668
|
+
"description": "行高",
|
|
61669
|
+
"type": [
|
|
61670
|
+
"string",
|
|
61671
|
+
"number"
|
|
61672
|
+
]
|
|
61673
|
+
},
|
|
61674
|
+
"maxWidth": {
|
|
61675
|
+
"description": "最大宽度",
|
|
61676
|
+
"type": "number"
|
|
61677
|
+
},
|
|
61678
|
+
"multiLine": {
|
|
61679
|
+
"description": "是否支持换行",
|
|
61680
|
+
"type": "boolean"
|
|
61681
|
+
},
|
|
61682
|
+
"spacing": {
|
|
61683
|
+
"description": "与相邻元素的水平间距",
|
|
61684
|
+
"type": "number"
|
|
61685
|
+
},
|
|
61686
|
+
"textAlign": {
|
|
61687
|
+
"$ref": "#/definitions/TextAlign",
|
|
61688
|
+
"description": "对齐方式"
|
|
61689
|
+
},
|
|
61690
|
+
"textBaseline": {
|
|
61691
|
+
"$ref": "#/definitions/TextBaseLine",
|
|
61692
|
+
"description": "字体基线"
|
|
61693
|
+
},
|
|
61694
|
+
"wordBreak": {
|
|
61695
|
+
"$ref": "#/definitions/RichTextWordBreak",
|
|
61696
|
+
"description": "换行模式,默认为'break-word'"
|
|
61697
|
+
}
|
|
61698
|
+
},
|
|
61699
|
+
"type": "object"
|
|
61700
|
+
},
|
|
61701
|
+
"ITooltipTextTheme<string|IColorKey>": {
|
|
61337
61702
|
"properties": {
|
|
61338
61703
|
"autoWidth": {
|
|
61339
61704
|
"description": "是否开启自动宽度。效果分为以下几种情况:\n- tooltip 标题:`autoWidth` 默认为 `false`。如果配置为 `true`,则 tooltip 标题会保持和 tooltip 内容一致的宽度\n- tooltip key 标签:`autoWidth` 不适用\n- tooltip value 标签:`autoWidth` 默认为 `true`。如果配置为 `true`,则 tooltip value 标签会自动占满 tooltip 整体宽度的剩余部分",
|
|
@@ -61407,10 +61772,10 @@
|
|
|
61407
61772
|
},
|
|
61408
61773
|
"type": "object"
|
|
61409
61774
|
},
|
|
61410
|
-
"ITooltipTheme": {
|
|
61775
|
+
"ITooltipTheme<string|IColorKey>": {
|
|
61411
61776
|
"properties": {
|
|
61412
61777
|
"keyLabel": {
|
|
61413
|
-
"$ref": "#/definitions/Omit<ITooltipTextTheme
|
|
61778
|
+
"$ref": "#/definitions/Omit<ITooltipTextTheme<string|IColorKey>,\"autoWidth\">",
|
|
61414
61779
|
"description": "tooltip内容,key字段"
|
|
61415
61780
|
},
|
|
61416
61781
|
"offset": {
|
|
@@ -61427,11 +61792,11 @@
|
|
|
61427
61792
|
"type": "number"
|
|
61428
61793
|
},
|
|
61429
61794
|
"titleLabel": {
|
|
61430
|
-
"$ref": "#/definitions/ITooltipTextTheme",
|
|
61795
|
+
"$ref": "#/definitions/ITooltipTextTheme<string|IColorKey>",
|
|
61431
61796
|
"description": "tooltip标题"
|
|
61432
61797
|
},
|
|
61433
61798
|
"valueLabel": {
|
|
61434
|
-
"$ref": "#/definitions/ITooltipTextTheme",
|
|
61799
|
+
"$ref": "#/definitions/ITooltipTextTheme<string|IColorKey>",
|
|
61435
61800
|
"description": "tooltip内容,value字段"
|
|
61436
61801
|
}
|
|
61437
61802
|
},
|
|
@@ -61650,7 +62015,7 @@
|
|
|
61650
62015
|
"type": "array"
|
|
61651
62016
|
},
|
|
61652
62017
|
{
|
|
61653
|
-
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string
|
|
62018
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
61654
62019
|
}
|
|
61655
62020
|
],
|
|
61656
62021
|
"description": "图表色系配置"
|
|
@@ -64090,7 +64455,7 @@
|
|
|
64090
64455
|
"type": "array"
|
|
64091
64456
|
},
|
|
64092
64457
|
{
|
|
64093
|
-
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string
|
|
64458
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
64094
64459
|
}
|
|
64095
64460
|
],
|
|
64096
64461
|
"description": "图表色系配置"
|
|
@@ -64278,6 +64643,22 @@
|
|
|
64278
64643
|
}
|
|
64279
64644
|
]
|
|
64280
64645
|
},
|
|
64646
|
+
{
|
|
64647
|
+
"allOf": [
|
|
64648
|
+
{
|
|
64649
|
+
"$ref": "#/definitions/IMarkerSpec"
|
|
64650
|
+
},
|
|
64651
|
+
{
|
|
64652
|
+
"$ref": "#/definitions/IMarkAreaXSpec"
|
|
64653
|
+
},
|
|
64654
|
+
{
|
|
64655
|
+
"$ref": "#/definitions/IMarkAreaYSpec"
|
|
64656
|
+
},
|
|
64657
|
+
{
|
|
64658
|
+
"$ref": "#/definitions/IMarkAreaTheme"
|
|
64659
|
+
}
|
|
64660
|
+
]
|
|
64661
|
+
},
|
|
64281
64662
|
{
|
|
64282
64663
|
"allOf": [
|
|
64283
64664
|
{
|
|
@@ -64406,7 +64787,7 @@
|
|
|
64406
64787
|
"typeof": "function"
|
|
64407
64788
|
},
|
|
64408
64789
|
{
|
|
64409
|
-
"$ref": "#/definitions/IMarkPointTheme"
|
|
64790
|
+
"$ref": "#/definitions/IMarkPointTheme<IMarkerSymbol>"
|
|
64410
64791
|
}
|
|
64411
64792
|
]
|
|
64412
64793
|
},
|
|
@@ -64419,7 +64800,7 @@
|
|
|
64419
64800
|
"typeof": "function"
|
|
64420
64801
|
},
|
|
64421
64802
|
{
|
|
64422
|
-
"$ref": "#/definitions/IMarkPointTheme"
|
|
64803
|
+
"$ref": "#/definitions/IMarkPointTheme<IMarkerSymbol>"
|
|
64423
64804
|
}
|
|
64424
64805
|
]
|
|
64425
64806
|
},
|
|
@@ -65467,7 +65848,7 @@
|
|
|
65467
65848
|
"type": "array"
|
|
65468
65849
|
},
|
|
65469
65850
|
{
|
|
65470
|
-
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string
|
|
65851
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
65471
65852
|
}
|
|
65472
65853
|
],
|
|
65473
65854
|
"description": "图表色系配置"
|
|
@@ -66360,7 +66741,7 @@
|
|
|
66360
66741
|
"type": "array"
|
|
66361
66742
|
},
|
|
66362
66743
|
{
|
|
66363
|
-
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string
|
|
66744
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
66364
66745
|
}
|
|
66365
66746
|
],
|
|
66366
66747
|
"description": "图表色系配置"
|
|
@@ -67269,7 +67650,7 @@
|
|
|
67269
67650
|
},
|
|
67270
67651
|
"Map<Function,(...args:any[])=>void>": {
|
|
67271
67652
|
"properties": {
|
|
67272
|
-
"__@toStringTag@
|
|
67653
|
+
"__@toStringTag@13759": {
|
|
67273
67654
|
"type": "string"
|
|
67274
67655
|
},
|
|
67275
67656
|
"size": {
|
|
@@ -67277,14 +67658,14 @@
|
|
|
67277
67658
|
}
|
|
67278
67659
|
},
|
|
67279
67660
|
"required": [
|
|
67280
|
-
"__@toStringTag@
|
|
67661
|
+
"__@toStringTag@13759",
|
|
67281
67662
|
"size"
|
|
67282
67663
|
],
|
|
67283
67664
|
"type": "object"
|
|
67284
67665
|
},
|
|
67285
67666
|
"Map<number,IGraphicPicker>": {
|
|
67286
67667
|
"properties": {
|
|
67287
|
-
"__@toStringTag@
|
|
67668
|
+
"__@toStringTag@13759": {
|
|
67288
67669
|
"type": "string"
|
|
67289
67670
|
},
|
|
67290
67671
|
"size": {
|
|
@@ -67292,14 +67673,14 @@
|
|
|
67292
67673
|
}
|
|
67293
67674
|
},
|
|
67294
67675
|
"required": [
|
|
67295
|
-
"__@toStringTag@
|
|
67676
|
+
"__@toStringTag@13759",
|
|
67296
67677
|
"size"
|
|
67297
67678
|
],
|
|
67298
67679
|
"type": "object"
|
|
67299
67680
|
},
|
|
67300
67681
|
"Map<number,IGraphicRender>": {
|
|
67301
67682
|
"properties": {
|
|
67302
|
-
"__@toStringTag@
|
|
67683
|
+
"__@toStringTag@13759": {
|
|
67303
67684
|
"type": "string"
|
|
67304
67685
|
},
|
|
67305
67686
|
"size": {
|
|
@@ -67307,14 +67688,14 @@
|
|
|
67307
67688
|
}
|
|
67308
67689
|
},
|
|
67309
67690
|
"required": [
|
|
67310
|
-
"__@toStringTag@
|
|
67691
|
+
"__@toStringTag@13759",
|
|
67311
67692
|
"size"
|
|
67312
67693
|
],
|
|
67313
67694
|
"type": "object"
|
|
67314
67695
|
},
|
|
67315
67696
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
67316
67697
|
"properties": {
|
|
67317
|
-
"__@toStringTag@
|
|
67698
|
+
"__@toStringTag@13759": {
|
|
67318
67699
|
"type": "string"
|
|
67319
67700
|
},
|
|
67320
67701
|
"size": {
|
|
@@ -67322,14 +67703,14 @@
|
|
|
67322
67703
|
}
|
|
67323
67704
|
},
|
|
67324
67705
|
"required": [
|
|
67325
|
-
"__@toStringTag@
|
|
67706
|
+
"__@toStringTag@13759",
|
|
67326
67707
|
"size"
|
|
67327
67708
|
],
|
|
67328
67709
|
"type": "object"
|
|
67329
67710
|
},
|
|
67330
67711
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
67331
67712
|
"properties": {
|
|
67332
|
-
"__@toStringTag@
|
|
67713
|
+
"__@toStringTag@13759": {
|
|
67333
67714
|
"type": "string"
|
|
67334
67715
|
},
|
|
67335
67716
|
"size": {
|
|
@@ -67337,14 +67718,14 @@
|
|
|
67337
67718
|
}
|
|
67338
67719
|
},
|
|
67339
67720
|
"required": [
|
|
67340
|
-
"__@toStringTag@
|
|
67721
|
+
"__@toStringTag@13759",
|
|
67341
67722
|
"size"
|
|
67342
67723
|
],
|
|
67343
67724
|
"type": "object"
|
|
67344
67725
|
},
|
|
67345
67726
|
"Map<string,any>": {
|
|
67346
67727
|
"properties": {
|
|
67347
|
-
"__@toStringTag@
|
|
67728
|
+
"__@toStringTag@13759": {
|
|
67348
67729
|
"type": "string"
|
|
67349
67730
|
},
|
|
67350
67731
|
"size": {
|
|
@@ -67352,14 +67733,14 @@
|
|
|
67352
67733
|
}
|
|
67353
67734
|
},
|
|
67354
67735
|
"required": [
|
|
67355
|
-
"__@toStringTag@
|
|
67736
|
+
"__@toStringTag@13759",
|
|
67356
67737
|
"size"
|
|
67357
67738
|
],
|
|
67358
67739
|
"type": "object"
|
|
67359
67740
|
},
|
|
67360
67741
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
67361
67742
|
"properties": {
|
|
67362
|
-
"__@toStringTag@
|
|
67743
|
+
"__@toStringTag@13759": {
|
|
67363
67744
|
"type": "string"
|
|
67364
67745
|
},
|
|
67365
67746
|
"size": {
|
|
@@ -67367,14 +67748,14 @@
|
|
|
67367
67748
|
}
|
|
67368
67749
|
},
|
|
67369
67750
|
"required": [
|
|
67370
|
-
"__@toStringTag@
|
|
67751
|
+
"__@toStringTag@13759",
|
|
67371
67752
|
"size"
|
|
67372
67753
|
],
|
|
67373
67754
|
"type": "object"
|
|
67374
67755
|
},
|
|
67375
67756
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>": {
|
|
67376
67757
|
"properties": {
|
|
67377
|
-
"__@toStringTag@
|
|
67758
|
+
"__@toStringTag@13759": {
|
|
67378
67759
|
"type": "string"
|
|
67379
67760
|
},
|
|
67380
67761
|
"size": {
|
|
@@ -67382,14 +67763,14 @@
|
|
|
67382
67763
|
}
|
|
67383
67764
|
},
|
|
67384
67765
|
"required": [
|
|
67385
|
-
"__@toStringTag@
|
|
67766
|
+
"__@toStringTag@13759",
|
|
67386
67767
|
"size"
|
|
67387
67768
|
],
|
|
67388
67769
|
"type": "object"
|
|
67389
67770
|
},
|
|
67390
67771
|
"Map<string|number,IAnimate>": {
|
|
67391
67772
|
"properties": {
|
|
67392
|
-
"__@toStringTag@
|
|
67773
|
+
"__@toStringTag@13759": {
|
|
67393
67774
|
"type": "string"
|
|
67394
67775
|
},
|
|
67395
67776
|
"size": {
|
|
@@ -67397,7 +67778,7 @@
|
|
|
67397
67778
|
}
|
|
67398
67779
|
},
|
|
67399
67780
|
"required": [
|
|
67400
|
-
"__@toStringTag@
|
|
67781
|
+
"__@toStringTag@13759",
|
|
67401
67782
|
"size"
|
|
67402
67783
|
],
|
|
67403
67784
|
"type": "object"
|
|
@@ -71787,7 +72168,62 @@
|
|
|
71787
72168
|
},
|
|
71788
72169
|
"type": "object"
|
|
71789
72170
|
},
|
|
71790
|
-
"Omit<ITooltipTextTheme
|
|
72171
|
+
"Omit<ITooltipTextTheme<string>,\"autoWidth\">": {
|
|
72172
|
+
"properties": {
|
|
72173
|
+
"fill": {
|
|
72174
|
+
"description": "字体颜色",
|
|
72175
|
+
"type": "string"
|
|
72176
|
+
},
|
|
72177
|
+
"fontColor": {
|
|
72178
|
+
"type": "string"
|
|
72179
|
+
},
|
|
72180
|
+
"fontFamily": {
|
|
72181
|
+
"description": "字体",
|
|
72182
|
+
"type": "string"
|
|
72183
|
+
},
|
|
72184
|
+
"fontSize": {
|
|
72185
|
+
"description": "字体大小",
|
|
72186
|
+
"type": "number"
|
|
72187
|
+
},
|
|
72188
|
+
"fontWeight": {
|
|
72189
|
+
"$ref": "#/definitions/StringOrNumber",
|
|
72190
|
+
"description": "字重"
|
|
72191
|
+
},
|
|
72192
|
+
"lineHeight": {
|
|
72193
|
+
"description": "行高",
|
|
72194
|
+
"type": [
|
|
72195
|
+
"string",
|
|
72196
|
+
"number"
|
|
72197
|
+
]
|
|
72198
|
+
},
|
|
72199
|
+
"maxWidth": {
|
|
72200
|
+
"description": "最大宽度",
|
|
72201
|
+
"type": "number"
|
|
72202
|
+
},
|
|
72203
|
+
"multiLine": {
|
|
72204
|
+
"description": "是否支持换行",
|
|
72205
|
+
"type": "boolean"
|
|
72206
|
+
},
|
|
72207
|
+
"spacing": {
|
|
72208
|
+
"description": "与相邻元素的水平间距",
|
|
72209
|
+
"type": "number"
|
|
72210
|
+
},
|
|
72211
|
+
"textAlign": {
|
|
72212
|
+
"$ref": "#/definitions/TextAlign",
|
|
72213
|
+
"description": "对齐方式"
|
|
72214
|
+
},
|
|
72215
|
+
"textBaseline": {
|
|
72216
|
+
"$ref": "#/definitions/TextBaseLine",
|
|
72217
|
+
"description": "字体基线"
|
|
72218
|
+
},
|
|
72219
|
+
"wordBreak": {
|
|
72220
|
+
"$ref": "#/definitions/RichTextWordBreak",
|
|
72221
|
+
"description": "换行模式,默认为'break-word'"
|
|
72222
|
+
}
|
|
72223
|
+
},
|
|
72224
|
+
"type": "object"
|
|
72225
|
+
},
|
|
72226
|
+
"Omit<ITooltipTextTheme<string|IColorKey>,\"autoWidth\">": {
|
|
71791
72227
|
"properties": {
|
|
71792
72228
|
"fill": {
|
|
71793
72229
|
"anyOf": [
|
|
@@ -71856,10 +72292,10 @@
|
|
|
71856
72292
|
},
|
|
71857
72293
|
"type": "object"
|
|
71858
72294
|
},
|
|
71859
|
-
"Omit<ITooltipTheme
|
|
72295
|
+
"Omit<ITooltipTheme<string>,\"offset\">": {
|
|
71860
72296
|
"properties": {
|
|
71861
72297
|
"keyLabel": {
|
|
71862
|
-
"$ref": "#/definitions/Omit<ITooltipTextTheme
|
|
72298
|
+
"$ref": "#/definitions/Omit<ITooltipTextTheme<string>,\"autoWidth\">",
|
|
71863
72299
|
"description": "tooltip内容,key字段"
|
|
71864
72300
|
},
|
|
71865
72301
|
"panel": {
|
|
@@ -71873,17 +72309,17 @@
|
|
|
71873
72309
|
"type": "number"
|
|
71874
72310
|
},
|
|
71875
72311
|
"titleLabel": {
|
|
71876
|
-
"$ref": "#/definitions/ITooltipTextTheme",
|
|
72312
|
+
"$ref": "#/definitions/ITooltipTextTheme<string>",
|
|
71877
72313
|
"description": "tooltip标题"
|
|
71878
72314
|
},
|
|
71879
72315
|
"valueLabel": {
|
|
71880
|
-
"$ref": "#/definitions/ITooltipTextTheme",
|
|
72316
|
+
"$ref": "#/definitions/ITooltipTextTheme<string>",
|
|
71881
72317
|
"description": "tooltip内容,value字段"
|
|
71882
72318
|
}
|
|
71883
72319
|
},
|
|
71884
72320
|
"type": "object"
|
|
71885
72321
|
},
|
|
71886
|
-
"Omit<IVisualSpecScale<unknown,string
|
|
72322
|
+
"Omit<IVisualSpecScale<unknown,string>,\"id\">": {
|
|
71887
72323
|
"properties": {
|
|
71888
72324
|
"domain": {
|
|
71889
72325
|
"anyOf": [
|
|
@@ -71902,14 +72338,7 @@
|
|
|
71902
72338
|
"range": {
|
|
71903
72339
|
"description": "will set to scale.range, it means output of scale",
|
|
71904
72340
|
"items": {
|
|
71905
|
-
"
|
|
71906
|
-
{
|
|
71907
|
-
"$ref": "#/definitions/IColorKey"
|
|
71908
|
-
},
|
|
71909
|
-
{
|
|
71910
|
-
"type": "string"
|
|
71911
|
-
}
|
|
71912
|
-
]
|
|
72341
|
+
"type": "string"
|
|
71913
72342
|
},
|
|
71914
72343
|
"type": "array"
|
|
71915
72344
|
},
|
|
@@ -80307,7 +80736,7 @@
|
|
|
80307
80736
|
"type": "array"
|
|
80308
80737
|
},
|
|
80309
80738
|
{
|
|
80310
|
-
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string
|
|
80739
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
80311
80740
|
}
|
|
80312
80741
|
],
|
|
80313
80742
|
"description": "图表色系配置"
|
|
@@ -83098,34 +83527,34 @@
|
|
|
83098
83527
|
},
|
|
83099
83528
|
"Promise<FontFaceSet>": {
|
|
83100
83529
|
"properties": {
|
|
83101
|
-
"__@toStringTag@
|
|
83530
|
+
"__@toStringTag@13759": {
|
|
83102
83531
|
"type": "string"
|
|
83103
83532
|
}
|
|
83104
83533
|
},
|
|
83105
83534
|
"required": [
|
|
83106
|
-
"__@toStringTag@
|
|
83535
|
+
"__@toStringTag@13759"
|
|
83107
83536
|
],
|
|
83108
83537
|
"type": "object"
|
|
83109
83538
|
},
|
|
83110
83539
|
"Promise<ServiceWorkerRegistration>": {
|
|
83111
83540
|
"properties": {
|
|
83112
|
-
"__@toStringTag@
|
|
83541
|
+
"__@toStringTag@13759": {
|
|
83113
83542
|
"type": "string"
|
|
83114
83543
|
}
|
|
83115
83544
|
},
|
|
83116
83545
|
"required": [
|
|
83117
|
-
"__@toStringTag@
|
|
83546
|
+
"__@toStringTag@13759"
|
|
83118
83547
|
],
|
|
83119
83548
|
"type": "object"
|
|
83120
83549
|
},
|
|
83121
83550
|
"Promise<any>": {
|
|
83122
83551
|
"properties": {
|
|
83123
|
-
"__@toStringTag@
|
|
83552
|
+
"__@toStringTag@13759": {
|
|
83124
83553
|
"type": "string"
|
|
83125
83554
|
}
|
|
83126
83555
|
},
|
|
83127
83556
|
"required": [
|
|
83128
|
-
"__@toStringTag@
|
|
83557
|
+
"__@toStringTag@13759"
|
|
83129
83558
|
],
|
|
83130
83559
|
"type": "object"
|
|
83131
83560
|
},
|
|
@@ -83135,10 +83564,10 @@
|
|
|
83135
83564
|
"Record<string,ConvertToMarkStyleSpec<ILineMarkSpec>|IMarkStateSpec<ILineMarkSpec>>": {
|
|
83136
83565
|
"type": "object"
|
|
83137
83566
|
},
|
|
83138
|
-
"Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|
|
|
83567
|
+
"Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IImageMarkSpec|IArcMarkSpec|IPathMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IImageMarkSpec|IArcMarkSpec|IPathMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec>>": {
|
|
83139
83568
|
"type": "object"
|
|
83140
83569
|
},
|
|
83141
|
-
"Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|
|
|
83570
|
+
"Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IImageMarkSpec|IArcMarkSpec|IPathMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IImageMarkSpec|IArcMarkSpec|IPathMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec>>": {
|
|
83142
83571
|
"type": "object"
|
|
83143
83572
|
},
|
|
83144
83573
|
"Record<string,ConvertToMarkStyleSpec<ITextMarkSpec>|IMarkStateSpec<ITextMarkSpec>>": {
|
|
@@ -93863,10 +94292,10 @@
|
|
|
93863
94292
|
],
|
|
93864
94293
|
"type": "string"
|
|
93865
94294
|
},
|
|
93866
|
-
"TooltipContentProperty<ITooltipTextTheme
|
|
94295
|
+
"TooltipContentProperty<ITooltipTextTheme<string>>": {
|
|
93867
94296
|
"anyOf": [
|
|
93868
94297
|
{
|
|
93869
|
-
"$ref": "#/definitions/ITooltipTextTheme"
|
|
94298
|
+
"$ref": "#/definitions/ITooltipTextTheme<string>"
|
|
93870
94299
|
},
|
|
93871
94300
|
{
|
|
93872
94301
|
"typeof": "function"
|