Hi,
I have an requirement from my customer to show a pie chart with several dates (could be 5, could be 10). Each label should have a color: If date is before today it should be red, if the date is within the next 5 days it should be orange, otherwise it should be green.
So in essence what I will need is something line this:
<chart caption='Discharge dates'>
<set label='7 Feb 2011' labelColor="RED" value='2' />
<set label='9 Feb 2011' labelColor="RED" value='5' />
<set label='11 Feb 2011' labelColor="ORANGE" value='4' />
<set label='14 Feb 2011' labelColor="ORANGE" value='10' />
<set label='15 Feb 2011' labelColor="GREEN" value='2' />
<set label='18 Feb 2011' labelColor="GREEN" value='4' />
<set label='19 Feb 2011' labelColor="GREEN" value='7' />
</chart>
Can this be done in the commercial version? If not, is this on the roadmap? If so, when could we expect this?
Thanks in advance!