This code works great when series are built but need to perform this after chart init
series.fills.template.setAll({
fillOpacity: 0.2,
visible: true
});
This code works great when series are built but need to perform this after chart init
series.fills.template.setAll({
fillOpacity: 0.2,
visible: true
});