I'd like my dagre layout to take the label length into consideration for the layout calculation. Right now I have overlapping labels but dagre can definitely take the label length into consideration (for example in http://cpettitt.github.io/project/dagre-d3/latest/demo/sentence-tokenization.html).
How can I make my dagre layout take label length into account with cytoscape.js?