Closed fwwucn closed 4 years ago
Is there any approach to show single line text above the arrow between nodes?
I found a solution, just define some styles for tree node: .node-name { font-weight: bold; font-size: 18px; color: red; position: absolute; left: 100%; top: 35%; }
.node-name { font-weight: bold; font-size: 18px; color: red; position: absolute; left: 100%; top: 35%; }
Is there any approach to show single line text above the arrow between nodes?