Any chart library for ASP CORE?

Due to project requirements, instead of using an HTML5 canvas with JavaScript, I need to create a chart / graph on an ASP.NET Core server.

The graph I need is pretty simple, just Paint strings, so any open source base library compatible with C # ASP.NET Core might be enough.

I know System.Web.Helpers.Chart, but I think it is not compatible with C # ASP.NET Core.

+5
source share

All Articles