You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a potential bug I've noticed.. When creating the diagram before adding the metric values, all of my formatting seems correct and reactive to changes, however, when I try to add in my metric values to the nodes the formatting gets messed up and reacts in unexpected ways (namely with <br> or <br />, and node resizing).
An example might make this more clear:
Without metric value in nodes:
With metric value in nodes:
I'm attempting to modify the legend format to match the node IDs in order to match specific value -> node, as each metric returns multiple values. The legend naming appears to be correct for what I want. Perhaps there is a better/different way to be placing these values in to the diagram?
Here is my diagram definition (abbreviated to avoid company specifics):
Summary:
I want to add metric values into diagram nodes, but when I do all formatting gets messed up and unresponsive. Nodes don't resize to text, <br> or <br/> are no longer respected, etc.
Let me know if there's more information I can give to diagnose the problem. Thanks in advance for any help!
The text was updated successfully, but these errors were encountered:
I have a potential bug I've noticed.. When creating the diagram before adding the metric values, all of my formatting seems correct and reactive to changes, however, when I try to add in my metric values to the nodes the formatting gets messed up and reacts in unexpected ways (namely with <br> or <br />, and node resizing).
An example might make this more clear:
Without metric value in nodes:
With metric value in nodes:
I'm attempting to modify the legend format to match the node IDs in order to match specific value -> node, as each metric returns multiple values. The legend naming appears to be correct for what I want. Perhaps there is a better/different way to be placing these values in to the diagram?
Here is my diagram definition (abbreviated to avoid company specifics):
And here are my metrics:
Summary:
I want to add metric values into diagram nodes, but when I do all formatting gets messed up and unresponsive. Nodes don't resize to text, <br> or <br/> are no longer respected, etc.
Let me know if there's more information I can give to diagnose the problem. Thanks in advance for any help!
The text was updated successfully, but these errors were encountered: