We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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