Create a graph Blazor component with export in PDF and PowerPoint

Enrico Rossini 236 Reputation points
2021-06-15T22:03:00.917+00:00

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

XwLSV.png

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?
Developer technologies | .NET | Blazor
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.