0π
β
Itβs quite simple, just do this in each dataset you want to remove (if there is no such values in the dataset array of course! If there is, is 100% understandable to have empty spaces):
data:{
datasets: [{
...
hidden: true,
...
},],
}
Source:stackexchange.com