@visactor/vchart-schema 1.5.1 → 1.5.2-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.
- package/package.json +1 -1
- package/vchart.json +10 -0
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -45225,6 +45225,11 @@
|
|
|
45225
45225
|
"endAngle": {
|
|
45226
45226
|
"type": "number"
|
|
45227
45227
|
},
|
|
45228
|
+
"innerLabel": {
|
|
45229
|
+
"$ref": "#/definitions/IArcLabelSpec",
|
|
45230
|
+
"description": "内标签配置",
|
|
45231
|
+
"since": "1.5.1"
|
|
45232
|
+
},
|
|
45228
45233
|
"innerRadius": {
|
|
45229
45234
|
"type": "number"
|
|
45230
45235
|
},
|
|
@@ -45232,6 +45237,11 @@
|
|
|
45232
45237
|
"$ref": "#/definitions/IArcLabelSpec",
|
|
45233
45238
|
"description": "标签配置"
|
|
45234
45239
|
},
|
|
45240
|
+
"outerLabel": {
|
|
45241
|
+
"$ref": "#/definitions/IArcLabelSpec",
|
|
45242
|
+
"description": "外标签配置",
|
|
45243
|
+
"since": "1.5.1"
|
|
45244
|
+
},
|
|
45235
45245
|
"outerRadius": {
|
|
45236
45246
|
"type": "number"
|
|
45237
45247
|
},
|