Searched refs:labelbbox (Results 1 – 2 of 2) sorted by relevance
28 labelbbox: { width: number, height: number }; property in GNode46 this.labelbbox = measureText(this.displayLabel);48 const innerwidth = Math.max(this.labelbbox.width, typebbox.width);51 const innerheight = Math.max(this.labelbbox.height, typebbox.height);157 return this.normalheight + this.labelbbox.height;
884 .attr("dy", d.labelbbox.height + 5)