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
When creating a relationship between to elements e.g. with Uses(FCMHandler, "Sends out notifications via", "HTTP") the technology (here "HTTP") is completely ignored and not being rendered to the arrow.
Unfortunately I have no idea how to set up this project to that I can't really test a modified version. I took a look at the code though and I think it could be as easy as replacing graph.addEdge(rel.id, rel.sourceId, rel.destinationId, rel.description, ref.vertices, style) in the parseModel.ts file (line 269) with something like
(I replaced rel.description)
The technology property seems to be implemented everywhere, just not used for the label argument of addEdge(). But again, I didn't test it and maybe it's not as easy as I think, I am not familiar with the codebase...
Sorry for not really contributing the way you had hoped :/
When creating a relationship between to elements e.g. with
Uses(FCMHandler, "Sends out notifications via", "HTTP")
the technology (here "HTTP") is completely ignored and not being rendered to the arrow.C4 usually contains those in "[, ]", like "[HTTP]", see https://static.structurizr.com/workspace/76749/diagrams/Containers.png
The text was updated successfully, but these errors were encountered: