Sign in to follow this  
DFH

Colum 2D colors based on Value

Recommended Posts

Hello All,

We are currently evaluating FusionCharts and Widgets and love what we see.  We are setting up a Sales based wallboard which so far seems to be working fine.  We are using the Colum 2D chart to tracks sales figures.  What I need to find out is, is it possible to assign all colums a particular colour based on value.

For EG, the daily target is 600, anything below 600 displays as a red graph/colum and anything that goes above displays as green?  From the flexibility I've seen I'm hoping this is possible, but as we've only just started I'm not sure where to start. 

Thanks in advance.

Share this post


Link to post
Share on other sites

Hello,

 

 

 

Welcome to the forum.

 

 

 

I am afraid FusionCharts does not have a way to automatically set colors for data elements above/below a target value.

 

 

 

However, this can be done programmatically to create the required XML.

 

 

 

Hope this helps.

Share this post


Link to post
Share on other sites

Hello,

thanks for the response.  So for the Column 2D where in the XML will we set the color for the graphs?  I tried adding it as <set label='".$oldname."' value='".$amount."' color='F6BD0F'/>, but that doesn't change anything.

Is that not the place to do it?

Thanks

Edited by Guest

Share this post


Link to post
Share on other sites

Nevermind, I was changing it in the wrong place.  I've now done it in the correct location/file and it works fine.

Thanks

Share this post


Link to post
Share on other sites
Guest Rajroop

Hi,

 

 

 

We are really excited to announce the release of FusionCharts for Flex v1.1 featuring the following:

 

 

 

- 12 new chart types: 7 new gauges including Angular gauge, LED gauge and Linear gauge, Spark chart and Bullet graphs have been added.

 

- All the gauges can fetch data in real-time and come with alert managers and message loggers.

 

- All the charts and gauges can now be natively exported as images and PDFs.

 

- The data for all the charts can be exported as CSV.

 

- Data sets can now have custom text labels instead of numeric values.

 

- The charts can handle a lot more events to help you manipulate them better.

 

- Trendlines can also have custom tool-text.

 

- Custom color palettes can be defined for the data plots.

 

 

 

Learn more about it from www.fusioncharts.com/flex. and learn what's new in FusionCharts for Flex from http://www.fusioncharts.com/flex/VersionHistory.asp.

 

 

 

Existing customers can upgrade to the new version from www.fusioncharts.com/PUC.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this