force-graph icon indicating copy to clipboard operation
force-graph copied to clipboard

dag mode - text and node looks overlapped

Open ravik3592 opened this issue 4 years ago • 5 comments

I tried to render data in dag td mode but the data is not readable. Can you suggest any options to make it look better and readable dag

ravik3592 avatar Jan 09 '20 09:01 ravik3592

Making it horizontal (lr) will prevent the node texts from overlapping as much.

vasturiano avatar Jan 10 '20 06:01 vasturiano

yes making it lr worked but is it possible to make text rotate in this type of tree

ravik3592 avatar Jan 13 '20 11:01 ravik3592

@ravik3592 since you are drawing the nodes with nodeCanvasObject you are in full control on how the labels are drawn. So you can apply some rotation to them inside that method.

vasturiano avatar Jan 14 '20 01:01 vasturiano

Is there an option to increase node spacing when texts overlaps

ravik3592 avatar Apr 16 '20 12:04 ravik3592

Linking relevant issue.

manunamz avatar May 19 '22 15:05 manunamz