@visactor/vchart-schema 1.13.21-alpha.8 → 1.13.21
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 +4 -0
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -24629,6 +24629,10 @@
|
|
|
24629
24629
|
},
|
|
24630
24630
|
"IBaseLayoutSpec": {
|
|
24631
24631
|
"properties": {
|
|
24632
|
+
"secondLayoutLeftRight": {
|
|
24633
|
+
"description": "是否进行第二次左到右布局",
|
|
24634
|
+
"type": "boolean"
|
|
24635
|
+
},
|
|
24632
24636
|
"type": {
|
|
24633
24637
|
"const": "base",
|
|
24634
24638
|
"description": "设置布局类型为默认布局",
|