|
|
@ -30,7 +30,7 @@ BI.BubblesController = BI.inherit(BI.Controller, { |
|
|
|
|
|
|
|
|
|
|
|
if (!this.storeBubbles[name]) { |
|
|
|
if (!this.storeBubbles[name]) { |
|
|
|
this.storeBubbles[name] = BI.createWidget({ |
|
|
|
this.storeBubbles[name] = BI.createWidget({ |
|
|
|
type: "bi.label", |
|
|
|
type: "bi.text", |
|
|
|
cls: "bi-bubble" + " bubble-" + level, |
|
|
|
cls: "bi-bubble" + " bubble-" + level, |
|
|
|
text: text, |
|
|
|
text: text, |
|
|
|
hgap: 5, |
|
|
|
hgap: 5, |
|
|
|