force-graph
force-graph copied to clipboard
dag mode - text and node looks overlapped
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
Making it horizontal (lr
) will prevent the node texts from overlapping as much.
yes making it lr worked but is it possible to make text rotate in this type of tree
@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.
Is there an option to increase node spacing when texts overlaps
Linking relevant issue.