@easyv/config 1.2.27 → 1.2.29
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/lib/control.js +5 -0
- package/lib/legend.js +2 -2
- package/package.json +1 -1
- package/src/control.js +6 -0
- package/src/legend.js +2 -2
package/lib/control.js
CHANGED
package/lib/legend.js
CHANGED
|
@@ -122,8 +122,8 @@ var _default = function _default() {
|
|
|
122
122
|
}, {
|
|
123
123
|
"type": "radio",
|
|
124
124
|
"name": "LegendType",
|
|
125
|
-
"displayName": "
|
|
126
|
-
"value": "
|
|
125
|
+
"displayName": "布局类型",
|
|
126
|
+
"value": "Adaptive",
|
|
127
127
|
"config": {
|
|
128
128
|
"options": [{
|
|
129
129
|
"name": "固定宽度",
|
package/package.json
CHANGED
package/src/control.js
CHANGED