Creating charts in Blazor

Twenty picture Twenty · Jun 8, 2019 · Viewed 12.2k times · Source

So basically I want to create charts with server-side blazor, I was searching around for some packages which would allow me to create charts. The problem being that they are all pretty expensive:

  1. telerik
  2. syncfusion

The only free alternative which is also pretty good I found was ofc. ChartJs, but it uses obviusly js which is not really the direction I wanted to go for.

So are there any 'good' Blazor chart libraries which are free and let me create the normal hand full of chart types e.g. area-charts, line charts, bar charts ... ?

Answer

Twenty picture Twenty · Jun 8, 2019

To answer the question myself, this is the library which looks the most promising and it is also free.