ChartJs.Blazor icon indicating copy to clipboard operation
ChartJs.Blazor copied to clipboard

Dataset support for Hidden option

Open LeoGamez opened this issue 3 years ago • 0 comments

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

LeoGamez avatar Apr 28 '21 13:04 LeoGamez