Replies: 1 comment
-
Looking at the output of an XML file generated from a very basic chart, it seems that the order of items in the file is important e.g. all of the connections would have to appear at the start of the file so that they are drawn first, then the elements are drawn afterwards and will appear on top of the connections. Also, the elements must always be filled otherwise the connections will still be visible underneath. If you are doing this programmatically, perhaps you can reorder the physical position of the connections in your file? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
"I'm create diagrams using a Python script. First, the units are drawn, and then the connections between the units are added. The issue is that the connections are drawn over the units, making it difficult to interpret the diagram. Is there any way to make the connection underneath the objects when they are drawn? For example, a layering value in style."
Beta Was this translation helpful? Give feedback.
All reactions