|
|
@ -17194,7 +17194,7 @@ BI.TooltipsController = BI.inherit(BI.Controller, { |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
_const: { |
|
|
|
_const: { |
|
|
|
height: 20 |
|
|
|
height: 18 |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
_init: function () { |
|
|
|
_init: function () { |
|
|
@ -47131,7 +47131,7 @@ BI.Tooltip = BI.inherit(BI.Tip, { |
|
|
|
level: "success", // success或warning
|
|
|
|
level: "success", // success或warning
|
|
|
|
stopEvent: false, |
|
|
|
stopEvent: false, |
|
|
|
stopPropagation: false, |
|
|
|
stopPropagation: false, |
|
|
|
height: 20 |
|
|
|
height: 18 |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
_init: function () { |
|
|
|
_init: function () { |
|
|
@ -47164,7 +47164,7 @@ BI.Tooltip = BI.inherit(BI.Tip, { |
|
|
|
textAlign: "left", |
|
|
|
textAlign: "left", |
|
|
|
whiteSpace: "normal", |
|
|
|
whiteSpace: "normal", |
|
|
|
text: text, |
|
|
|
text: text, |
|
|
|
textHeight: 16 |
|
|
|
textHeight: 18 |
|
|
|
}; |
|
|
|
}; |
|
|
|
}) |
|
|
|
}) |
|
|
|
}); |
|
|
|
}); |
|
|
@ -47176,8 +47176,7 @@ BI.Tooltip = BI.inherit(BI.Tip, { |
|
|
|
whiteSpace: "normal", |
|
|
|
whiteSpace: "normal", |
|
|
|
text: o.text, |
|
|
|
text: o.text, |
|
|
|
textHeight: 16, |
|
|
|
textHeight: 16, |
|
|
|
hgap: this._const.hgap, |
|
|
|
hgap: this._const.hgap |
|
|
|
vgap: this._const.vgap |
|
|
|
|
|
|
|
}); |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|