Browse Source

CHART-10138 fix: 滑块需要tooltip

es6
Zhenfei.Li 5 years ago
parent
commit
328078fb04
  1. 2
      src/widget/singleslider/singleslider.normal.js

2
src/widget/singleslider/singleslider.normal.js

@ -2,7 +2,7 @@
* normal single slider
* Created by Young on 2017/6/21.
*/
BI.SingleSliderNormal = BI.inherit(BI.Widget, {
BI.SingleSliderNormal = BI.inherit(BI.Single, {
_constant: {
HEIGHT: 28,

Loading…
Cancel
Save