Searched refs:maxTooltipHeight (Results 1 – 2 of 2) sorted by relevance
233 Sidebar.prototype.maxTooltipHeight = 400; method in Sidebar357 if (!maxSize && (w > this.maxTooltipWidth || h > this.maxTooltipHeight))359 …this.graph2.view.scale = Math.round(Math.min(this.maxTooltipWidth / w, this.maxTooltipHeight / h) …396 …Scale(Math.round(Math.min(this.maxTooltipWidth / bounds.width, this.maxTooltipHeight / bounds.heig…
2357 …ipTitles=!0;Sidebar.prototype.maxTooltipWidth=400;Sidebar.prototype.maxTooltipHeight=400;Sidebar.p…2363 …&(d>this.maxTooltipWidth||e>this.maxTooltipHeight)?Math.round(100*Math.min(this.maxTooltipWidth/d,…2364 ….setScale(Math.round(100*Math.min(this.maxTooltipWidth/m.width,this.maxTooltipHeight/m.height))/10…