The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I would like to style the ejChart with selectors instead of using the API when the canvas is enabled. For example, the normal way to set the background color of the chart would be this:
$("#container").ejChart({background:"skyblue"});
Instead this, I would like to have a selector for the background (and other properties) and be able to change them. Is that possible?