ChartJs.Blazor
ChartJs.Blazor copied to clipboard
Dataset support for Hidden option
I searched in the repo for this option and i couldnt find it. ChartJS offers an option to "hide" datasets on first rendering this way:
datasets: [ { data: [1,2,3], label: 'My First Dataset', hidden: true, },
Maybe this was done other way, but i couldnt find how.
Best Regards