@visactor/vchart-schema 2.0.13-alpha.0 → 2.0.13-alpha.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 +3 -0
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -24094,6 +24094,9 @@
|
|
|
24094
24094
|
"since": "1.10.0\n原因:\n1) 轴的zero、nice、min、max等配置可能导致轴范围与dataZoom范围不一致)\n2) 散点图按照散点中心定位, 如果严格按照中心范围更新,会出现散点超出画布的现象",
|
|
24095
24095
|
"type": "number"
|
|
24096
24096
|
},
|
|
24097
|
+
"beforeBrushChange": {
|
|
24098
|
+
"typeof": "function"
|
|
24099
|
+
},
|
|
24097
24100
|
"brushLinkSeriesId": {
|
|
24098
24101
|
"anyOf": [
|
|
24099
24102
|
{
|