Searched refs:tooltipRect (Results 1 – 2 of 2) sorted by relevance
3413 const tooltipRect = tooltip.getBoundingClientRect();3416 let left = rect.left + (rect.width / 2) - (tooltipRect.width / 2);3417 let top = rect.top - tooltipRect.height - 8;3421 if (left + tooltipRect.width > window.innerWidth - 10) {3422 left = window.innerWidth - tooltipRect.width - 10;
6 …tooltipRect.ttWidth=u.getBoundingClientRect().width,this.ttCtx.tooltipRect.ttHeight=u.getBoundingC… property