Browse Source

无JIRA任务 支持setTipType

es6
windy 4 years ago
parent
commit
14ac082b6e
  1. 4
      src/base/single/single.js

4
src/base/single/single.js

@ -162,6 +162,10 @@ BI.Single = BI.inherit(BI.Widget, {
}
},
setTipType: function (type) {
this.options.tipType = type;
},
getTipType: function () {
return this.options.tipType;
},

Loading…
Cancel
Save