Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating charts in Blazor [closed]

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 ... ?

like image 442
Twenty Avatar asked Jun 08 '19 08:06

Twenty


People also ask

How do you use chart JS in Blazor?

Adding Chart. For that, in Visual Studio right-click on your project and select Add and then Client-Side Library. Then, in the Add Client-Side Library window, in the Library textbox, start to type chart. js . When you start to type, you see a dropdown list with all the libraries you can select.


1 Answers

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

like image 59
Twenty Avatar answered Oct 05 '22 22:10

Twenty