Hi Experts,
We have a requirement to show alerts in a column line chart based on relative data. For example:
A | B |
---|---|
20 | 39 |
40 | 48 |
37 | 30 |
45 | 34 |
35 | 53 |
34 | 21 |
Series B data should show data with the following condition:
if B >= A, show the bar colour in green,
if B<A bar colour is in red.
Is there any way to embedd this condition for the second series.
Thanks,
Aarti