If >0 and <20 (blue color)
>21 and <40 ( Green Color)
each time only one value with the specified color should be displayed.
hope u understand my query and reply soon.
Thanks
Posted 28 September 2010 - 04:41 AM
Posted 28 September 2010 - 04:44 AM
Could you please specify the issue a bit elaborately?each time only one value with the specified color should be displayed.
Posted 28 September 2010 - 06:15 AM
Hi,
FusionCharts natively does not support defining the color range, as of now.
But please try specifying the different colors in the <set> element so as to see the visual color range effect.
Ex: <chart>
<set value='20' color='FF0000'/>
<set value='32' color='0000FF'/>
...
</chart>
Could you please specify the issue a bit elaborately?
In case your issue still persists, please send us the screeenshot of your requirement.
Hope this helps.
Posted 29 September 2010 - 02:14 PM
Hi,
Could you please specify the issue a bit elaborately?
Awaiting your reply.
Posted 29 September 2010 - 02:22 PM
Posted 17 October 2010 - 07:50 AM
Hi,
In case you are using static data to the chart, please try specifying the color for each dataplot using the "color" attribute in the <set> element.
In case you are providing dynamic data to the chart(data from database) you need to create your own logic so that the color gets selected on the basis of the value range.
I hope this helps.