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