Blazor-Diagrams / Blazor.Diagrams

A fully customizable and extensible all-purpose diagrams library for Blazor
https://blazor-diagrams.zhaytam.com
MIT License
921 stars 177 forks source link

Setting up tabbed diagrams #194

Closed X39 closed 2 years ago

X39 commented 2 years ago

Discussed in https://github.com/Blazor-Diagrams/Blazor.Diagrams/discussions/190

Originally posted by **X39** April 3, 2022 Hello there, i am currently struggling getting the Diagrams component working in a multi-tabbed system but struggling to get it working. My main assumption here was that `Diagram` was actually responsible for handling the nodes and links but it seems as if this is not true according to my results (which shows the same diagram with each tab) but it seems like that is not the case in my testing. Full sources are available here: https://github.com/X39/X39.Systems.ServiceOrchestrator thanks for any help, X39