@visactor/vchart-schema 1.13.5 → 1.13.6-alpha.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/vchart.json +342 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.13.5",
3
+ "version": "1.13.6-alpha.0",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -80662,6 +80662,12 @@
80662
80662
  },
80663
80663
  "IVisualSpecBase<unknown,number>": {
80664
80664
  "properties": {
80665
+ "clamp": {
80666
+ "default": false,
80667
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
80668
+ "since": "1.13.6",
80669
+ "type": "boolean"
80670
+ },
80665
80671
  "domain": {
80666
80672
  "description": "will set to scale.domain, it means input of scale",
80667
80673
  "items": {},
@@ -80691,6 +80697,12 @@
80691
80697
  },
80692
80698
  "IVisualSpecBase<unknown,string>": {
80693
80699
  "properties": {
80700
+ "clamp": {
80701
+ "default": false,
80702
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
80703
+ "since": "1.13.6",
80704
+ "type": "boolean"
80705
+ },
80694
80706
  "domain": {
80695
80707
  "description": "will set to scale.domain, it means input of scale",
80696
80708
  "items": {},
@@ -80720,6 +80732,12 @@
80720
80732
  },
80721
80733
  "IVisualSpecScale<unknown,unknown>": {
80722
80734
  "properties": {
80735
+ "clamp": {
80736
+ "default": false,
80737
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
80738
+ "since": "1.13.6",
80739
+ "type": "boolean"
80740
+ },
80723
80741
  "domain": {
80724
80742
  "anyOf": [
80725
80743
  {
@@ -80762,6 +80780,12 @@
80762
80780
  },
80763
80781
  "IVisualSpecStyle<unknown,\"accurate\"|\"imprecise\">": {
80764
80782
  "properties": {
80783
+ "clamp": {
80784
+ "default": false,
80785
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
80786
+ "since": "1.13.6",
80787
+ "type": "boolean"
80788
+ },
80765
80789
  "domain": {
80766
80790
  "description": "will set to scale.domain, it means input of scale",
80767
80791
  "items": {},
@@ -80799,6 +80823,12 @@
80799
80823
  },
80800
80824
  "IVisualSpecStyle<unknown,\"break-word\"|\"break-all\"|\"keep-all\">": {
80801
80825
  "properties": {
80826
+ "clamp": {
80827
+ "default": false,
80828
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
80829
+ "since": "1.13.6",
80830
+ "type": "boolean"
80831
+ },
80802
80832
  "domain": {
80803
80833
  "description": "will set to scale.domain, it means input of scale",
80804
80834
  "items": {},
@@ -80837,6 +80867,12 @@
80837
80867
  },
80838
80868
  "IVisualSpecStyle<unknown,\"center\"|\"end\"|\"start\">": {
80839
80869
  "properties": {
80870
+ "clamp": {
80871
+ "default": false,
80872
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
80873
+ "since": "1.13.6",
80874
+ "type": "boolean"
80875
+ },
80840
80876
  "domain": {
80841
80877
  "description": "will set to scale.domain, it means input of scale",
80842
80878
  "items": {},
@@ -80875,6 +80911,12 @@
80875
80911
  },
80876
80912
  "IVisualSpecStyle<unknown,\"custom\"|\"accurate\"|\"imprecise\">": {
80877
80913
  "properties": {
80914
+ "clamp": {
80915
+ "default": false,
80916
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
80917
+ "since": "1.13.6",
80918
+ "type": "boolean"
80919
+ },
80878
80920
  "domain": {
80879
80921
  "description": "will set to scale.domain, it means input of scale",
80880
80922
  "items": {},
@@ -80913,6 +80955,12 @@
80913
80955
  },
80914
80956
  "IVisualSpecStyle<unknown,\"end\"|\"start\"|\"middle\">": {
80915
80957
  "properties": {
80958
+ "clamp": {
80959
+ "default": false,
80960
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
80961
+ "since": "1.13.6",
80962
+ "type": "boolean"
80963
+ },
80916
80964
  "domain": {
80917
80965
  "description": "will set to scale.domain, it means input of scale",
80918
80966
  "items": {},
@@ -80951,6 +80999,12 @@
80951
80999
  },
80952
81000
  "IVisualSpecStyle<unknown,\"horizontal\"|\"vertical\">": {
80953
81001
  "properties": {
81002
+ "clamp": {
81003
+ "default": false,
81004
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
81005
+ "since": "1.13.6",
81006
+ "type": "boolean"
81007
+ },
80954
81008
  "domain": {
80955
81009
  "description": "will set to scale.domain, it means input of scale",
80956
81010
  "items": {},
@@ -80988,6 +81042,12 @@
80988
81042
  },
80989
81043
  "IVisualSpecStyle<unknown,\"line\"|\"polyline\"|\"smooth\">": {
80990
81044
  "properties": {
81045
+ "clamp": {
81046
+ "default": false,
81047
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
81048
+ "since": "1.13.6",
81049
+ "type": "boolean"
81050
+ },
80991
81051
  "domain": {
80992
81052
  "description": "will set to scale.domain, it means input of scale",
80993
81053
  "items": {},
@@ -81026,6 +81086,12 @@
81026
81086
  },
81027
81087
  "IVisualSpecStyle<unknown,\"normal\"|\"no-wrap\">": {
81028
81088
  "properties": {
81089
+ "clamp": {
81090
+ "default": false,
81091
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
81092
+ "since": "1.13.6",
81093
+ "type": "boolean"
81094
+ },
81029
81095
  "domain": {
81030
81096
  "description": "will set to scale.domain, it means input of scale",
81031
81097
  "items": {},
@@ -81063,6 +81129,12 @@
81063
81129
  },
81064
81130
  "IVisualSpecStyle<unknown,\"radial\"|\"horizontal\"|\"vertical\"|\"LR\"|\"RL\"|\"TB\"|\"BL\">": {
81065
81131
  "properties": {
81132
+ "clamp": {
81133
+ "default": false,
81134
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
81135
+ "since": "1.13.6",
81136
+ "type": "boolean"
81137
+ },
81066
81138
  "domain": {
81067
81139
  "description": "will set to scale.domain, it means input of scale",
81068
81140
  "items": {},
@@ -81105,6 +81177,12 @@
81105
81177
  },
81106
81178
  "IVisualSpecStyle<unknown,\"rich\">": {
81107
81179
  "properties": {
81180
+ "clamp": {
81181
+ "default": false,
81182
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
81183
+ "since": "1.13.6",
81184
+ "type": "boolean"
81185
+ },
81108
81186
  "domain": {
81109
81187
  "description": "will set to scale.domain, it means input of scale",
81110
81188
  "items": {},
@@ -81139,6 +81217,12 @@
81139
81217
  },
81140
81218
  "IVisualSpecStyle<unknown,(datum:Datum)=>number>": {
81141
81219
  "properties": {
81220
+ "clamp": {
81221
+ "default": false,
81222
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
81223
+ "since": "1.13.6",
81224
+ "type": "boolean"
81225
+ },
81142
81226
  "domain": {
81143
81227
  "description": "will set to scale.domain, it means input of scale",
81144
81228
  "items": {},
@@ -81172,6 +81256,12 @@
81172
81256
  },
81173
81257
  "IVisualSpecStyle<unknown,(datum:Datum)=>number>_1": {
81174
81258
  "properties": {
81259
+ "clamp": {
81260
+ "default": false,
81261
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
81262
+ "since": "1.13.6",
81263
+ "type": "boolean"
81264
+ },
81175
81265
  "domain": {
81176
81266
  "description": "will set to scale.domain, it means input of scale",
81177
81267
  "items": {},
@@ -81205,6 +81295,12 @@
81205
81295
  },
81206
81296
  "IVisualSpecStyle<unknown,(datum:Datum)=>number>_2": {
81207
81297
  "properties": {
81298
+ "clamp": {
81299
+ "default": false,
81300
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
81301
+ "since": "1.13.6",
81302
+ "type": "boolean"
81303
+ },
81208
81304
  "domain": {
81209
81305
  "description": "will set to scale.domain, it means input of scale",
81210
81306
  "items": {},
@@ -81238,6 +81334,12 @@
81238
81334
  },
81239
81335
  "IVisualSpecStyle<unknown,(datum:Datum)=>number>_3": {
81240
81336
  "properties": {
81337
+ "clamp": {
81338
+ "default": false,
81339
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
81340
+ "since": "1.13.6",
81341
+ "type": "boolean"
81342
+ },
81241
81343
  "domain": {
81242
81344
  "description": "will set to scale.domain, it means input of scale",
81243
81345
  "items": {},
@@ -81271,6 +81373,12 @@
81271
81373
  },
81272
81374
  "IVisualSpecStyle<unknown,(datum:Datum)=>number>_4": {
81273
81375
  "properties": {
81376
+ "clamp": {
81377
+ "default": false,
81378
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
81379
+ "since": "1.13.6",
81380
+ "type": "boolean"
81381
+ },
81274
81382
  "domain": {
81275
81383
  "description": "will set to scale.domain, it means input of scale",
81276
81384
  "items": {},
@@ -81304,6 +81412,12 @@
81304
81412
  },
81305
81413
  "IVisualSpecStyle<unknown,BoxPlotShaftShape>": {
81306
81414
  "properties": {
81415
+ "clamp": {
81416
+ "default": false,
81417
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
81418
+ "since": "1.13.6",
81419
+ "type": "boolean"
81420
+ },
81307
81421
  "domain": {
81308
81422
  "description": "will set to scale.domain, it means input of scale",
81309
81423
  "items": {},
@@ -81337,6 +81451,12 @@
81337
81451
  },
81338
81452
  "IVisualSpecStyle<unknown,Cursor>": {
81339
81453
  "properties": {
81454
+ "clamp": {
81455
+ "default": false,
81456
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
81457
+ "since": "1.13.6",
81458
+ "type": "boolean"
81459
+ },
81340
81460
  "domain": {
81341
81461
  "description": "will set to scale.domain, it means input of scale",
81342
81462
  "items": {},
@@ -81370,6 +81490,12 @@
81370
81490
  },
81371
81491
  "IVisualSpecStyle<unknown,FontWeight>": {
81372
81492
  "properties": {
81493
+ "clamp": {
81494
+ "default": false,
81495
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
81496
+ "since": "1.13.6",
81497
+ "type": "boolean"
81498
+ },
81373
81499
  "domain": {
81374
81500
  "description": "will set to scale.domain, it means input of scale",
81375
81501
  "items": {},
@@ -81403,6 +81529,12 @@
81403
81529
  },
81404
81530
  "IVisualSpecStyle<unknown,HTMLCanvasElement|HTMLImageElement|IColor>": {
81405
81531
  "properties": {
81532
+ "clamp": {
81533
+ "default": false,
81534
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
81535
+ "since": "1.13.6",
81536
+ "type": "boolean"
81537
+ },
81406
81538
  "domain": {
81407
81539
  "description": "will set to scale.domain, it means input of scale",
81408
81540
  "items": {},
@@ -81455,6 +81587,12 @@
81455
81587
  },
81456
81588
  "IVisualSpecStyle<unknown,IBorder>": {
81457
81589
  "properties": {
81590
+ "clamp": {
81591
+ "default": false,
81592
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
81593
+ "since": "1.13.6",
81594
+ "type": "boolean"
81595
+ },
81458
81596
  "domain": {
81459
81597
  "description": "will set to scale.domain, it means input of scale",
81460
81598
  "items": {},
@@ -81488,6 +81626,12 @@
81488
81626
  },
81489
81627
  "IVisualSpecStyle<unknown,IPoint[]>": {
81490
81628
  "properties": {
81629
+ "clamp": {
81630
+ "default": false,
81631
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
81632
+ "since": "1.13.6",
81633
+ "type": "boolean"
81634
+ },
81491
81635
  "domain": {
81492
81636
  "description": "will set to scale.domain, it means input of scale",
81493
81637
  "items": {},
@@ -81524,6 +81668,12 @@
81524
81668
  },
81525
81669
  "IVisualSpecStyle<unknown,IRepeatType>": {
81526
81670
  "properties": {
81671
+ "clamp": {
81672
+ "default": false,
81673
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
81674
+ "since": "1.13.6",
81675
+ "type": "boolean"
81676
+ },
81527
81677
  "domain": {
81528
81678
  "description": "will set to scale.domain, it means input of scale",
81529
81679
  "items": {},
@@ -81557,6 +81707,12 @@
81557
81707
  },
81558
81708
  "IVisualSpecStyle<unknown,IRichTextCharacter[]>": {
81559
81709
  "properties": {
81710
+ "clamp": {
81711
+ "default": false,
81712
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
81713
+ "since": "1.13.6",
81714
+ "type": "boolean"
81715
+ },
81560
81716
  "domain": {
81561
81717
  "description": "will set to scale.domain, it means input of scale",
81562
81718
  "items": {},
@@ -81593,6 +81749,12 @@
81593
81749
  },
81594
81750
  "IVisualSpecStyle<unknown,InterpolateType>": {
81595
81751
  "properties": {
81752
+ "clamp": {
81753
+ "default": false,
81754
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
81755
+ "since": "1.13.6",
81756
+ "type": "boolean"
81757
+ },
81596
81758
  "domain": {
81597
81759
  "description": "will set to scale.domain, it means input of scale",
81598
81760
  "items": {},
@@ -81626,6 +81788,12 @@
81626
81788
  },
81627
81789
  "IVisualSpecStyle<unknown,LineStrokeCap>": {
81628
81790
  "properties": {
81791
+ "clamp": {
81792
+ "default": false,
81793
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
81794
+ "since": "1.13.6",
81795
+ "type": "boolean"
81796
+ },
81629
81797
  "domain": {
81630
81798
  "description": "will set to scale.domain, it means input of scale",
81631
81799
  "items": {},
@@ -81659,6 +81827,12 @@
81659
81827
  },
81660
81828
  "IVisualSpecStyle<unknown,LineStrokeJoin>": {
81661
81829
  "properties": {
81830
+ "clamp": {
81831
+ "default": false,
81832
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
81833
+ "since": "1.13.6",
81834
+ "type": "boolean"
81835
+ },
81662
81836
  "domain": {
81663
81837
  "description": "will set to scale.domain, it means input of scale",
81664
81838
  "items": {},
@@ -81692,6 +81866,12 @@
81692
81866
  },
81693
81867
  "IVisualSpecStyle<unknown,Partial<{dom:string|HTMLElement;}&SimpleDomStyleOptions&CommonDomOptions>>": {
81694
81868
  "properties": {
81869
+ "clamp": {
81870
+ "default": false,
81871
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
81872
+ "since": "1.13.6",
81873
+ "type": "boolean"
81874
+ },
81695
81875
  "domain": {
81696
81876
  "description": "will set to scale.domain, it means input of scale",
81697
81877
  "items": {},
@@ -81725,6 +81905,12 @@
81725
81905
  },
81726
81906
  "IVisualSpecStyle<unknown,PopTipAttributes>": {
81727
81907
  "properties": {
81908
+ "clamp": {
81909
+ "default": false,
81910
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
81911
+ "since": "1.13.6",
81912
+ "type": "boolean"
81913
+ },
81728
81914
  "domain": {
81729
81915
  "description": "will set to scale.domain, it means input of scale",
81730
81916
  "items": {},
@@ -81758,6 +81944,12 @@
81758
81944
  },
81759
81945
  "IVisualSpecStyle<unknown,RichTextGlobalAlignType>": {
81760
81946
  "properties": {
81947
+ "clamp": {
81948
+ "default": false,
81949
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
81950
+ "since": "1.13.6",
81951
+ "type": "boolean"
81952
+ },
81761
81953
  "domain": {
81762
81954
  "description": "will set to scale.domain, it means input of scale",
81763
81955
  "items": {},
@@ -81791,6 +81983,12 @@
81791
81983
  },
81792
81984
  "IVisualSpecStyle<unknown,RichTextGlobalBaselineType>": {
81793
81985
  "properties": {
81986
+ "clamp": {
81987
+ "default": false,
81988
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
81989
+ "since": "1.13.6",
81990
+ "type": "boolean"
81991
+ },
81794
81992
  "domain": {
81795
81993
  "description": "will set to scale.domain, it means input of scale",
81796
81994
  "items": {},
@@ -81824,6 +82022,12 @@
81824
82022
  },
81825
82023
  "IVisualSpecStyle<unknown,RichTextLayoutDirectionType>": {
81826
82024
  "properties": {
82025
+ "clamp": {
82026
+ "default": false,
82027
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
82028
+ "since": "1.13.6",
82029
+ "type": "boolean"
82030
+ },
81827
82031
  "domain": {
81828
82032
  "description": "will set to scale.domain, it means input of scale",
81829
82033
  "items": {},
@@ -81857,6 +82061,12 @@
81857
82061
  },
81858
82062
  "IVisualSpecStyle<unknown,RichTextVerticalDirection>": {
81859
82063
  "properties": {
82064
+ "clamp": {
82065
+ "default": false,
82066
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
82067
+ "since": "1.13.6",
82068
+ "type": "boolean"
82069
+ },
81860
82070
  "domain": {
81861
82071
  "description": "will set to scale.domain, it means input of scale",
81862
82072
  "items": {},
@@ -81890,6 +82100,12 @@
81890
82100
  },
81891
82101
  "IVisualSpecStyle<unknown,RichTextWordBreak>": {
81892
82102
  "properties": {
82103
+ "clamp": {
82104
+ "default": false,
82105
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
82106
+ "since": "1.13.6",
82107
+ "type": "boolean"
82108
+ },
81893
82109
  "domain": {
81894
82110
  "description": "will set to scale.domain, it means input of scale",
81895
82111
  "items": {},
@@ -81923,6 +82139,12 @@
81923
82139
  },
81924
82140
  "IVisualSpecStyle<unknown,TextAlignType>": {
81925
82141
  "properties": {
82142
+ "clamp": {
82143
+ "default": false,
82144
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
82145
+ "since": "1.13.6",
82146
+ "type": "boolean"
82147
+ },
81926
82148
  "domain": {
81927
82149
  "description": "will set to scale.domain, it means input of scale",
81928
82150
  "items": {},
@@ -81956,6 +82178,12 @@
81956
82178
  },
81957
82179
  "IVisualSpecStyle<unknown,TextBaselineType>": {
81958
82180
  "properties": {
82181
+ "clamp": {
82182
+ "default": false,
82183
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
82184
+ "since": "1.13.6",
82185
+ "type": "boolean"
82186
+ },
81959
82187
  "domain": {
81960
82188
  "description": "will set to scale.domain, it means input of scale",
81961
82189
  "items": {},
@@ -81989,6 +82217,12 @@
81989
82217
  },
81990
82218
  "IVisualSpecStyle<unknown,[number,number]>": {
81991
82219
  "properties": {
82220
+ "clamp": {
82221
+ "default": false,
82222
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
82223
+ "since": "1.13.6",
82224
+ "type": "boolean"
82225
+ },
81992
82226
  "domain": {
81993
82227
  "description": "will set to scale.domain, it means input of scale",
81994
82228
  "items": {},
@@ -82032,6 +82266,12 @@
82032
82266
  },
82033
82267
  "IVisualSpecStyle<unknown,[string|number,string|number]>": {
82034
82268
  "properties": {
82269
+ "clamp": {
82270
+ "default": false,
82271
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
82272
+ "since": "1.13.6",
82273
+ "type": "boolean"
82274
+ },
82035
82275
  "domain": {
82036
82276
  "description": "will set to scale.domain, it means input of scale",
82037
82277
  "items": {},
@@ -82081,6 +82321,12 @@
82081
82321
  },
82082
82322
  "IVisualSpecStyle<unknown,boolean>": {
82083
82323
  "properties": {
82324
+ "clamp": {
82325
+ "default": false,
82326
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
82327
+ "since": "1.13.6",
82328
+ "type": "boolean"
82329
+ },
82084
82330
  "domain": {
82085
82331
  "description": "will set to scale.domain, it means input of scale",
82086
82332
  "items": {},
@@ -82114,6 +82360,12 @@
82114
82360
  },
82115
82361
  "IVisualSpecStyle<unknown,boolean|[boolean,boolean]>": {
82116
82362
  "properties": {
82363
+ "clamp": {
82364
+ "default": false,
82365
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
82366
+ "since": "1.13.6",
82367
+ "type": "boolean"
82368
+ },
82117
82369
  "domain": {
82118
82370
  "description": "will set to scale.domain, it means input of scale",
82119
82371
  "items": {},
@@ -82164,6 +82416,12 @@
82164
82416
  },
82165
82417
  "IVisualSpecStyle<unknown,false|IColorKey|IGradient|VisualType<string>>": {
82166
82418
  "properties": {
82419
+ "clamp": {
82420
+ "default": false,
82421
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
82422
+ "since": "1.13.6",
82423
+ "type": "boolean"
82424
+ },
82167
82425
  "domain": {
82168
82426
  "description": "will set to scale.domain, it means input of scale",
82169
82427
  "items": {},
@@ -82226,6 +82484,12 @@
82226
82484
  },
82227
82485
  "IVisualSpecStyle<unknown,number>": {
82228
82486
  "properties": {
82487
+ "clamp": {
82488
+ "default": false,
82489
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
82490
+ "since": "1.13.6",
82491
+ "type": "boolean"
82492
+ },
82229
82493
  "domain": {
82230
82494
  "description": "will set to scale.domain, it means input of scale",
82231
82495
  "items": {},
@@ -82259,6 +82523,12 @@
82259
82523
  },
82260
82524
  "IVisualSpecStyle<unknown,number[]>": {
82261
82525
  "properties": {
82526
+ "clamp": {
82527
+ "default": false,
82528
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
82529
+ "since": "1.13.6",
82530
+ "type": "boolean"
82531
+ },
82262
82532
  "domain": {
82263
82533
  "description": "will set to scale.domain, it means input of scale",
82264
82534
  "items": {},
@@ -82295,6 +82565,12 @@
82295
82565
  },
82296
82566
  "IVisualSpecStyle<unknown,number|ITokenKey<any>>": {
82297
82567
  "properties": {
82568
+ "clamp": {
82569
+ "default": false,
82570
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
82571
+ "since": "1.13.6",
82572
+ "type": "boolean"
82573
+ },
82298
82574
  "domain": {
82299
82575
  "description": "will set to scale.domain, it means input of scale",
82300
82576
  "items": {},
@@ -82335,6 +82611,12 @@
82335
82611
  },
82336
82612
  "IVisualSpecStyle<unknown,number|number[]>": {
82337
82613
  "properties": {
82614
+ "clamp": {
82615
+ "default": false,
82616
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
82617
+ "since": "1.13.6",
82618
+ "type": "boolean"
82619
+ },
82338
82620
  "domain": {
82339
82621
  "description": "will set to scale.domain, it means input of scale",
82340
82622
  "items": {},
@@ -82378,6 +82660,12 @@
82378
82660
  },
82379
82661
  "IVisualSpecStyle<unknown,string>": {
82380
82662
  "properties": {
82663
+ "clamp": {
82664
+ "default": false,
82665
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
82666
+ "since": "1.13.6",
82667
+ "type": "boolean"
82668
+ },
82381
82669
  "domain": {
82382
82670
  "description": "will set to scale.domain, it means input of scale",
82383
82671
  "items": {},
@@ -82411,6 +82699,12 @@
82411
82699
  },
82412
82700
  "IVisualSpecStyle<unknown,string|HTMLCanvasElement|HTMLImageElement>": {
82413
82701
  "properties": {
82702
+ "clamp": {
82703
+ "default": false,
82704
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
82705
+ "since": "1.13.6",
82706
+ "type": "boolean"
82707
+ },
82414
82708
  "domain": {
82415
82709
  "description": "will set to scale.domain, it means input of scale",
82416
82710
  "items": {},
@@ -82454,6 +82748,12 @@
82454
82748
  },
82455
82749
  "IVisualSpecStyle<unknown,string|boolean>": {
82456
82750
  "properties": {
82751
+ "clamp": {
82752
+ "default": false,
82753
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
82754
+ "since": "1.13.6",
82755
+ "type": "boolean"
82756
+ },
82457
82757
  "domain": {
82458
82758
  "description": "will set to scale.domain, it means input of scale",
82459
82759
  "items": {},
@@ -82490,6 +82790,12 @@
82490
82790
  },
82491
82791
  "IVisualSpecStyle<unknown,string|false|IColorKey|IGradient|(number|boolean)[]>": {
82492
82792
  "properties": {
82793
+ "clamp": {
82794
+ "default": false,
82795
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
82796
+ "since": "1.13.6",
82797
+ "type": "boolean"
82798
+ },
82493
82799
  "domain": {
82494
82800
  "description": "will set to scale.domain, it means input of scale",
82495
82801
  "items": {},
@@ -82552,6 +82858,12 @@
82552
82858
  },
82553
82859
  "IVisualSpecStyle<unknown,string|number|ITokenKey<any>>": {
82554
82860
  "properties": {
82861
+ "clamp": {
82862
+ "default": false,
82863
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
82864
+ "since": "1.13.6",
82865
+ "type": "boolean"
82866
+ },
82555
82867
  "domain": {
82556
82868
  "description": "will set to scale.domain, it means input of scale",
82557
82869
  "items": {},
@@ -82595,6 +82907,12 @@
82595
82907
  },
82596
82908
  "IVisualSpecStyle<unknown,string|number|string[]|number[]>": {
82597
82909
  "properties": {
82910
+ "clamp": {
82911
+ "default": false,
82912
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
82913
+ "since": "1.13.6",
82914
+ "type": "boolean"
82915
+ },
82598
82916
  "domain": {
82599
82917
  "description": "will set to scale.domain, it means input of scale",
82600
82918
  "items": {},
@@ -86743,7 +87061,7 @@
86743
87061
  },
86744
87062
  "Map<Function,(...args:any[])=>void>": {
86745
87063
  "properties": {
86746
- "__@toStringTag@12170": {
87064
+ "__@toStringTag@12171": {
86747
87065
  "type": "string"
86748
87066
  },
86749
87067
  "size": {
@@ -86751,14 +87069,14 @@
86751
87069
  }
86752
87070
  },
86753
87071
  "required": [
86754
- "__@toStringTag@12170",
87072
+ "__@toStringTag@12171",
86755
87073
  "size"
86756
87074
  ],
86757
87075
  "type": "object"
86758
87076
  },
86759
87077
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
86760
87078
  "properties": {
86761
- "__@toStringTag@12170": {
87079
+ "__@toStringTag@12171": {
86762
87080
  "type": "string"
86763
87081
  },
86764
87082
  "size": {
@@ -86766,14 +87084,14 @@
86766
87084
  }
86767
87085
  },
86768
87086
  "required": [
86769
- "__@toStringTag@12170",
87087
+ "__@toStringTag@12171",
86770
87088
  "size"
86771
87089
  ],
86772
87090
  "type": "object"
86773
87091
  },
86774
87092
  "Map<string,any>": {
86775
87093
  "properties": {
86776
- "__@toStringTag@12170": {
87094
+ "__@toStringTag@12171": {
86777
87095
  "type": "string"
86778
87096
  },
86779
87097
  "size": {
@@ -86781,14 +87099,14 @@
86781
87099
  }
86782
87100
  },
86783
87101
  "required": [
86784
- "__@toStringTag@12170",
87102
+ "__@toStringTag@12171",
86785
87103
  "size"
86786
87104
  ],
86787
87105
  "type": "object"
86788
87106
  },
86789
87107
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
86790
87108
  "properties": {
86791
- "__@toStringTag@12170": {
87109
+ "__@toStringTag@12171": {
86792
87110
  "type": "string"
86793
87111
  },
86794
87112
  "size": {
@@ -86796,14 +87114,14 @@
86796
87114
  }
86797
87115
  },
86798
87116
  "required": [
86799
- "__@toStringTag@12170",
87117
+ "__@toStringTag@12171",
86800
87118
  "size"
86801
87119
  ],
86802
87120
  "type": "object"
86803
87121
  },
86804
87122
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
86805
87123
  "properties": {
86806
- "__@toStringTag@12170": {
87124
+ "__@toStringTag@12171": {
86807
87125
  "type": "string"
86808
87126
  },
86809
87127
  "size": {
@@ -86811,14 +87129,14 @@
86811
87129
  }
86812
87130
  },
86813
87131
  "required": [
86814
- "__@toStringTag@12170",
87132
+ "__@toStringTag@12171",
86815
87133
  "size"
86816
87134
  ],
86817
87135
  "type": "object"
86818
87136
  },
86819
87137
  "Map<string|number,IAnimate>": {
86820
87138
  "properties": {
86821
- "__@toStringTag@12170": {
87139
+ "__@toStringTag@12171": {
86822
87140
  "type": "string"
86823
87141
  },
86824
87142
  "size": {
@@ -86826,7 +87144,7 @@
86826
87144
  }
86827
87145
  },
86828
87146
  "required": [
86829
- "__@toStringTag@12170",
87147
+ "__@toStringTag@12171",
86830
87148
  "size"
86831
87149
  ],
86832
87150
  "type": "object"
@@ -92517,6 +92835,12 @@
92517
92835
  },
92518
92836
  "Omit<IVisualSpecScale<unknown,string>,\"id\">": {
92519
92837
  "properties": {
92838
+ "clamp": {
92839
+ "default": false,
92840
+ "description": "enable clamp in linear scale\nIf clamp is enabled, the return value of the scale is always within the scale’s range.",
92841
+ "since": "1.13.6",
92842
+ "type": "boolean"
92843
+ },
92520
92844
  "domain": {
92521
92845
  "anyOf": [
92522
92846
  {
@@ -108391,34 +108715,34 @@
108391
108715
  },
108392
108716
  "Promise<FontFaceSet>": {
108393
108717
  "properties": {
108394
- "__@toStringTag@12170": {
108718
+ "__@toStringTag@12171": {
108395
108719
  "type": "string"
108396
108720
  }
108397
108721
  },
108398
108722
  "required": [
108399
- "__@toStringTag@12170"
108723
+ "__@toStringTag@12171"
108400
108724
  ],
108401
108725
  "type": "object"
108402
108726
  },
108403
108727
  "Promise<ServiceWorkerRegistration>": {
108404
108728
  "properties": {
108405
- "__@toStringTag@12170": {
108729
+ "__@toStringTag@12171": {
108406
108730
  "type": "string"
108407
108731
  }
108408
108732
  },
108409
108733
  "required": [
108410
- "__@toStringTag@12170"
108734
+ "__@toStringTag@12171"
108411
108735
  ],
108412
108736
  "type": "object"
108413
108737
  },
108414
108738
  "Promise<any>": {
108415
108739
  "properties": {
108416
- "__@toStringTag@12170": {
108740
+ "__@toStringTag@12171": {
108417
108741
  "type": "string"
108418
108742
  }
108419
108743
  },
108420
108744
  "required": [
108421
- "__@toStringTag@12170"
108745
+ "__@toStringTag@12171"
108422
108746
  ],
108423
108747
  "type": "object"
108424
108748
  },