I try to hide one of my datasets but it doesn't work ` datasets: [ { ...this.state.dataRate.datasets[0], label: 'hello', hidden: true, } ] `
I try to hide one of my datasets but it doesn't work
datasets: [ { ...this.state.dataRate.datasets[0], label: 'hello', hidden: true, } ]