erossini / BlazorChartjs

Creates beautiful charts in Blazor using Chart.js. Library for NET6, NET7 and NET8. Source code and demo available.
https://www.puresourcecode.com/dotnet/blazor/blazor-component-for-chartjs/
MIT License
116 stars 44 forks source link

Adding a CleanData function to delete a data and labels if a specific chart. #82

Closed quimalborch closed 1 month ago

quimalborch commented 2 months ago

Added a function to clear all data from chart.

CleanData(id)` has been introduced to clean data and labels of a specific chart.