-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
backlogWon't work on this unless required (least priority)Won't work on this unless required (least priority)enhancementNew feature or requestNew feature or request
Description
Details
node size increases as node label length increase, but the size of the outer ring which decides a node is an accept node or not is fixed. As a result, the node and the outer ring overlap and the user can't see if its an accept state or not.
How to reproduce the issue?
- Create a node.
- Make it an accept node
- Change the node label with a long string.
- The node size will increase wrt to the length of the label and ultimately overlap the outer ring.
Possible solution
- Limit the length of the label
- Dynamically increase the outer ring size wrt to increase in node size
- Dynamically increase the size of all nodes and outer ring wrt to increase in size of any node.
- Show the trimmed label w/ ellipsis, and when mouse hover above the node the tooltip will show the full string.
Metadata
Metadata
Assignees
Labels
backlogWon't work on this unless required (least priority)Won't work on this unless required (least priority)enhancementNew feature or requestNew feature or request