Posted 6 May 2022, 5:11 am EST
I’m trying to set the stroke color of the line chart from the item formatter.
I’ve created a separate object that will store the Series Style. But somehow the color set is not being applied.
this.setColor[ ‘seriesStyle’ ].stroke = ‘#ff0000’;
I’m even using the defaultRenderer() even after which the color is not being applied. It takes some random color.
The same code works for column/bar/linesymbol charts
Thanks,