@visactor/vchart-schema 1.7.1 → 1.7.2
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 +8 -0
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -77235,6 +77235,10 @@
|
|
|
77235
77235
|
"description": "可交互的开关",
|
|
77236
77236
|
"type": "boolean"
|
|
77237
77237
|
},
|
|
77238
|
+
"isOnCenter": {
|
|
77239
|
+
"description": "是否定位于极坐标系的中心,默认为 true。如果为 false,则位置受 innerRadius 影响",
|
|
77240
|
+
"type": "boolean"
|
|
77241
|
+
},
|
|
77238
77242
|
"state": {
|
|
77239
77243
|
"$ref": "#/definitions/Record<string,IPathMarkSpec>",
|
|
77240
77244
|
"description": "不同状态下的样式配置"
|
|
@@ -77408,6 +77412,10 @@
|
|
|
77408
77412
|
"description": "可交互的开关",
|
|
77409
77413
|
"type": "boolean"
|
|
77410
77414
|
},
|
|
77415
|
+
"isOnCenter": {
|
|
77416
|
+
"description": "是否定位于极坐标系的中心,默认为 true。如果为 false,则位置受 innerRadius 影响",
|
|
77417
|
+
"type": "boolean"
|
|
77418
|
+
},
|
|
77411
77419
|
"outerPadding": {
|
|
77412
77420
|
"description": "指针靠近边缘的一端离边缘的距离",
|
|
77413
77421
|
"type": "number"
|