aalert
Results
1
issues of
aalert
So i'm trying to set a red color to negative bars (positives in blue). With this code: ``` point = plot.series[0].points[i] fill = point.format.fill fill.solid() fill.fore_color.rgb = RGBColor(243, 93, 93)...