Create a graph Blazor component with export in PDF and PowerPoint

Enrico Rossini 176 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?
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,390 questions
{count} votes