mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
save
This commit is contained in:
parent
d56e14c6db
commit
04110cbfa1
1 changed files with 7 additions and 1 deletions
|
@ -76,9 +76,15 @@ define(function (require) {
|
|||
var tipWidth = tip.outerWidth();
|
||||
var tipHeight = tip.outerHeight();
|
||||
|
||||
return _.mapValues({
|
||||
left: {
|
||||
default: event.clientX + OFFSET
|
||||
}
|
||||
});
|
||||
|
||||
// the placements if we were to place the tip east or west
|
||||
var left = {
|
||||
east: event.clientX + OFFSET,
|
||||
east: ,
|
||||
west: event.clientX - tipWidth - OFFSET
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue