|
|
@ -28,7 +28,7 @@ BI.TextTrigger = BI.inherit(BI.Trigger, { |
|
|
|
textAlign: "left", |
|
|
|
textAlign: "left", |
|
|
|
height: o.height, |
|
|
|
height: o.height, |
|
|
|
text: o.text, |
|
|
|
text: o.text, |
|
|
|
title: function () { |
|
|
|
title: o.title || function () { |
|
|
|
return self.text.getText(); |
|
|
|
return self.text.getText(); |
|
|
|
}, |
|
|
|
}, |
|
|
|
tipType: o.tipType, |
|
|
|
tipType: o.tipType, |
|
|
|