@visactor/vchart-schema 2.0.5-alpha.5 → 2.0.6
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 +3 -3
- package/vchart.json +39 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/vchart-schema",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.6",
|
|
4
4
|
"description": "The VChart JSON schema file.",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "vchart.json",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"jest-electron": "^0.1.12",
|
|
20
20
|
"ts-jest": "^26.0.0",
|
|
21
21
|
"@types/semver": "7.3.12",
|
|
22
|
-
"@internal/
|
|
23
|
-
"@internal/
|
|
22
|
+
"@internal/ts-config": "0.0.1",
|
|
23
|
+
"@internal/eslint-config": "0.0.1"
|
|
24
24
|
},
|
|
25
25
|
"homepage": "",
|
|
26
26
|
"bugs": "https://github.com/VisActor/VChart/issues",
|
package/vchart.json
CHANGED
|
@@ -36843,7 +36843,7 @@
|
|
|
36843
36843
|
],
|
|
36844
36844
|
"default": false,
|
|
36845
36845
|
"description": "是否可以拖拽",
|
|
36846
|
-
"since": "
|
|
36846
|
+
"since": "2.0.5 支持 zoom 、drag 配置,单独开启 zoom 或 drag 功能\nroam为对象时,默认为 { zoom: true, drag: true, blank: false }"
|
|
36847
36847
|
},
|
|
36848
36848
|
"stackInverse": {
|
|
36849
36849
|
"default": false,
|
|
@@ -76103,6 +76103,15 @@
|
|
|
76103
76103
|
"$ref": "#/definitions/IBrushSpec",
|
|
76104
76104
|
"description": "框选配置"
|
|
76105
76105
|
},
|
|
76106
|
+
"calculationMode": {
|
|
76107
|
+
"description": "瀑布图类型\n默认为 increase 增长瀑布图",
|
|
76108
|
+
"enum": [
|
|
76109
|
+
"decrease",
|
|
76110
|
+
"increase"
|
|
76111
|
+
],
|
|
76112
|
+
"since": "2.0.6",
|
|
76113
|
+
"type": "string"
|
|
76114
|
+
},
|
|
76106
76115
|
"color": {
|
|
76107
76116
|
"anyOf": [
|
|
76108
76117
|
{
|
|
@@ -77274,6 +77283,15 @@
|
|
|
77274
77283
|
"number"
|
|
77275
77284
|
]
|
|
77276
77285
|
},
|
|
77286
|
+
"calculationMode": {
|
|
77287
|
+
"description": "瀑布图类型\n默认为 increase 增长瀑布图",
|
|
77288
|
+
"enum": [
|
|
77289
|
+
"decrease",
|
|
77290
|
+
"increase"
|
|
77291
|
+
],
|
|
77292
|
+
"since": "2.0.6",
|
|
77293
|
+
"type": "string"
|
|
77294
|
+
},
|
|
77277
77295
|
"data": {
|
|
77278
77296
|
"$ref": "#/definitions/IDataType",
|
|
77279
77297
|
"description": "系列可以配置自身的数据,也可以从chart.data中获取数据"
|
|
@@ -79012,7 +79030,7 @@
|
|
|
79012
79030
|
},
|
|
79013
79031
|
"Map<Function,(...args:any[])=>void>": {
|
|
79014
79032
|
"properties": {
|
|
79015
|
-
"__@toStringTag@
|
|
79033
|
+
"__@toStringTag@12849": {
|
|
79016
79034
|
"type": "string"
|
|
79017
79035
|
},
|
|
79018
79036
|
"size": {
|
|
@@ -79020,14 +79038,14 @@
|
|
|
79020
79038
|
}
|
|
79021
79039
|
},
|
|
79022
79040
|
"required": [
|
|
79023
|
-
"__@toStringTag@
|
|
79041
|
+
"__@toStringTag@12849",
|
|
79024
79042
|
"size"
|
|
79025
79043
|
],
|
|
79026
79044
|
"type": "object"
|
|
79027
79045
|
},
|
|
79028
79046
|
"Map<number,IGraphicRender>": {
|
|
79029
79047
|
"properties": {
|
|
79030
|
-
"__@toStringTag@
|
|
79048
|
+
"__@toStringTag@12849": {
|
|
79031
79049
|
"type": "string"
|
|
79032
79050
|
},
|
|
79033
79051
|
"size": {
|
|
@@ -79035,14 +79053,14 @@
|
|
|
79035
79053
|
}
|
|
79036
79054
|
},
|
|
79037
79055
|
"required": [
|
|
79038
|
-
"__@toStringTag@
|
|
79056
|
+
"__@toStringTag@12849",
|
|
79039
79057
|
"size"
|
|
79040
79058
|
],
|
|
79041
79059
|
"type": "object"
|
|
79042
79060
|
},
|
|
79043
79061
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
79044
79062
|
"properties": {
|
|
79045
|
-
"__@toStringTag@
|
|
79063
|
+
"__@toStringTag@12849": {
|
|
79046
79064
|
"type": "string"
|
|
79047
79065
|
},
|
|
79048
79066
|
"size": {
|
|
@@ -79050,14 +79068,14 @@
|
|
|
79050
79068
|
}
|
|
79051
79069
|
},
|
|
79052
79070
|
"required": [
|
|
79053
|
-
"__@toStringTag@
|
|
79071
|
+
"__@toStringTag@12849",
|
|
79054
79072
|
"size"
|
|
79055
79073
|
],
|
|
79056
79074
|
"type": "object"
|
|
79057
79075
|
},
|
|
79058
79076
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
79059
79077
|
"properties": {
|
|
79060
|
-
"__@toStringTag@
|
|
79078
|
+
"__@toStringTag@12849": {
|
|
79061
79079
|
"type": "string"
|
|
79062
79080
|
},
|
|
79063
79081
|
"size": {
|
|
@@ -79065,14 +79083,14 @@
|
|
|
79065
79083
|
}
|
|
79066
79084
|
},
|
|
79067
79085
|
"required": [
|
|
79068
|
-
"__@toStringTag@
|
|
79086
|
+
"__@toStringTag@12849",
|
|
79069
79087
|
"size"
|
|
79070
79088
|
],
|
|
79071
79089
|
"type": "object"
|
|
79072
79090
|
},
|
|
79073
79091
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
79074
79092
|
"properties": {
|
|
79075
|
-
"__@toStringTag@
|
|
79093
|
+
"__@toStringTag@12849": {
|
|
79076
79094
|
"type": "string"
|
|
79077
79095
|
},
|
|
79078
79096
|
"size": {
|
|
@@ -79080,14 +79098,14 @@
|
|
|
79080
79098
|
}
|
|
79081
79099
|
},
|
|
79082
79100
|
"required": [
|
|
79083
|
-
"__@toStringTag@
|
|
79101
|
+
"__@toStringTag@12849",
|
|
79084
79102
|
"size"
|
|
79085
79103
|
],
|
|
79086
79104
|
"type": "object"
|
|
79087
79105
|
},
|
|
79088
79106
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
|
|
79089
79107
|
"properties": {
|
|
79090
|
-
"__@toStringTag@
|
|
79108
|
+
"__@toStringTag@12849": {
|
|
79091
79109
|
"type": "string"
|
|
79092
79110
|
},
|
|
79093
79111
|
"size": {
|
|
@@ -79095,14 +79113,14 @@
|
|
|
79095
79113
|
}
|
|
79096
79114
|
},
|
|
79097
79115
|
"required": [
|
|
79098
|
-
"__@toStringTag@
|
|
79116
|
+
"__@toStringTag@12849",
|
|
79099
79117
|
"size"
|
|
79100
79118
|
],
|
|
79101
79119
|
"type": "object"
|
|
79102
79120
|
},
|
|
79103
79121
|
"Map<string|number,IAnimate>": {
|
|
79104
79122
|
"properties": {
|
|
79105
|
-
"__@toStringTag@
|
|
79123
|
+
"__@toStringTag@12849": {
|
|
79106
79124
|
"type": "string"
|
|
79107
79125
|
},
|
|
79108
79126
|
"size": {
|
|
@@ -79110,7 +79128,7 @@
|
|
|
79110
79128
|
}
|
|
79111
79129
|
},
|
|
79112
79130
|
"required": [
|
|
79113
|
-
"__@toStringTag@
|
|
79131
|
+
"__@toStringTag@12849",
|
|
79114
79132
|
"size"
|
|
79115
79133
|
],
|
|
79116
79134
|
"type": "object"
|
|
@@ -100603,34 +100621,34 @@
|
|
|
100603
100621
|
},
|
|
100604
100622
|
"Promise<FontFaceSet>": {
|
|
100605
100623
|
"properties": {
|
|
100606
|
-
"__@toStringTag@
|
|
100624
|
+
"__@toStringTag@12849": {
|
|
100607
100625
|
"type": "string"
|
|
100608
100626
|
}
|
|
100609
100627
|
},
|
|
100610
100628
|
"required": [
|
|
100611
|
-
"__@toStringTag@
|
|
100629
|
+
"__@toStringTag@12849"
|
|
100612
100630
|
],
|
|
100613
100631
|
"type": "object"
|
|
100614
100632
|
},
|
|
100615
100633
|
"Promise<ServiceWorkerRegistration>": {
|
|
100616
100634
|
"properties": {
|
|
100617
|
-
"__@toStringTag@
|
|
100635
|
+
"__@toStringTag@12849": {
|
|
100618
100636
|
"type": "string"
|
|
100619
100637
|
}
|
|
100620
100638
|
},
|
|
100621
100639
|
"required": [
|
|
100622
|
-
"__@toStringTag@
|
|
100640
|
+
"__@toStringTag@12849"
|
|
100623
100641
|
],
|
|
100624
100642
|
"type": "object"
|
|
100625
100643
|
},
|
|
100626
100644
|
"Promise<any>": {
|
|
100627
100645
|
"properties": {
|
|
100628
|
-
"__@toStringTag@
|
|
100646
|
+
"__@toStringTag@12849": {
|
|
100629
100647
|
"type": "string"
|
|
100630
100648
|
}
|
|
100631
100649
|
},
|
|
100632
100650
|
"required": [
|
|
100633
|
-
"__@toStringTag@
|
|
100651
|
+
"__@toStringTag@12849"
|
|
100634
100652
|
],
|
|
100635
100653
|
"type": "object"
|
|
100636
100654
|
},
|