Browse Source

CHART-16282 地图、力学气泡图、甘特图富文本参数兼容

final/10.0
Qinghui.Liu 4 years ago
parent
commit
15befcc1ef
  1. 4
      designer-chart/src/main/resources/com/fr/design/editor/script/insertcombo/combo.insert_param.js

4
designer-chart/src/main/resources/com/fr/design/editor/script/insertcombo/combo.insert_param.js

@ -30,7 +30,6 @@
items: this.model.items, items: this.model.items,
chooseType: BI.ButtonGroup.CHOOSE_TYPE_SINGLE, chooseType: BI.ButtonGroup.CHOOSE_TYPE_SINGLE,
behaviors: {}, behaviors: {},
width: 200,
layouts: [{ layouts: [{
type: "bi.vertical" type: "bi.vertical"
}], }],
@ -68,7 +67,8 @@
}] }]
}, },
popup: { popup: {
el: searchPopup el: searchPopup,
minWidth: 150
}, },
ref: function (_ref) { ref: function (_ref) {
self.combo = _ref; self.combo = _ref;

Loading…
Cancel
Save