Hello again,<br />
<br />
in my current project I'm having a chart that shows a YTD yield (line series) and the current yield (bar series). Besides this there is a baseline (line series) and a goal (line series). I added a picture to show what I've done so far.<br />
So far so well. Now to visualize the data a bit more I want to highlight the current yield bars according to their value.<br />
If the value is below the baseline it should be red, between baseline and goal it should be orange and above the goal it should be green.<br />
<br />
I looked at <a class='bbc_url' href='
http://www.birt-exchange.org/org/devshare/designing-birt-reports/401-highlighting-the-top-n-bars-in-a-birt-bar-chart/'>this</a> BIRT example and tried to change it accordingly to my needs.<br />
But because I don't know how many values should be what color it doesn't work this way I think

<br />
<br />
Has anyone another idea how to do it?<br />
<br />
Thank you very much,<br />
JRS