Is there a a way to not show a series in the legend? As I can see there is
seriesSettings:{
line:{
addToLegend:true,
dataPointText:{
enabled:true,
borderRadius:4,
borderWidth:2,
borderColor:'red',
}
}
},
But this shows/hides the whole series. For instance if I have a line and a bar data series- is it possible to hide only one of them?