|
|
@ -30,7 +30,6 @@ 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.label", |
|
|
|
root: true, |
|
|
|
|
|
|
|
cls: "bi-bubble" + " bubble-" + level, |
|
|
|
cls: "bi-bubble" + " bubble-" + level, |
|
|
|
text: text, |
|
|
|
text: text, |
|
|
|
hgap: 5, |
|
|
|
hgap: 5, |
|
|
@ -52,6 +51,7 @@ BI.BubblesController = BI.inherit(BI.Controller, { |
|
|
|
center: "top", |
|
|
|
center: "top", |
|
|
|
right: "top-end" |
|
|
|
right: "top-end" |
|
|
|
})[offsetStyle], |
|
|
|
})[offsetStyle], |
|
|
|
|
|
|
|
strategy: "fixed", |
|
|
|
modifiers: [ |
|
|
|
modifiers: [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
name: "offset", |
|
|
|
name: "offset", |
|
|
|