I'm developing an application in Blazor WebAssembly. I have to create a congress plan based on the input from the clients. I have a lot of them. I want to achieve a result like the following image
Using HTML is quite simple: I can create a table and then add some CSS for the arrows and the labels. But the requirement is to export this plan in PowerPoint and possibly as an image or PDF.
Then, I have 2 questions:
- is there any (free) component around that can produce this kind of graph?
- if I want to create the graph from scratch, what way can I follow?
