solutions2

Individual Value Color

Recommended Posts

Hi,

 

I am using a MultiSerieLine graph, and I would like to highlight specific values of my chart. So different colors for different values. When I add a color attirbute to <set> this changes the line color, but not the color of the displayvalue. Is there a solution or workaround for this?

 

<set value='100' displayValue='100 %, SU' toolText='100 %, Significant Up' color='00ff00' />

<set value='10' displayValue='10 %, SU' toolText='10 %, Significant Down' color='ff0000' />

 

Thanks!

S.

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

I am afraid, FusionCharts does not support the feature of changing <displayValue> color you are looking for, at this time.

 

Hope this helps.

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

 

<displayValue> attribute accepts only String value.

 

Hence, it is not possible to insert an image, at this time.

 

Hope this helps.smile.gif

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