Chart
The Chart component displays circular charts for visualizing comparison results.
@using BlazorInterfaceLibrary.Bil.Classes
@component.Render(this);
@code {
BilComponent components { get; set; } = new Chart("Sell","50,"30,"20");
}
The code above load the Chart component in your page.
Sell