mariusmuntean / ChartJs.Blazor

Brings Chart.js charts to Blazor
https://www.iheartblazor.com/
MIT License
676 stars 151 forks source link

Dataset support for Hidden option #186

Open LeoGamez opened 3 years ago

LeoGamez commented 3 years ago

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