Sign in to follow this  
Carwise

Hlineargauge Click On Color

Recommended Posts

Hi,

 

 

Using a simple Hlineargauge with green, orange and red bar.

 

I'm currently using the following xml:

 

<chart showTickMarks="0" showTickValues="0" bgAlpha="0,0" showBorder="0" lowerLimit="0" upperLimit="10" palette="1" chartRightMargin="20"><colorRange><color minValue="0" maxValue="6" code="8BBA00" label="6"/><color minValue="6" maxValue="8" code="F6BD0F" label="2"/><color minValue="8" maxValue="10" code="FF654F" label="2"/></colorRange></chart>

 

 

I would like to make the different colors clickable. (so, all different colors to another url) Is there a way to achieve that ?

 

 

Martin

Share this post


Link to post
Share on other sites

Hey Martin,

 

Welcome to FusionCharts Forum.

 

I'm afraid, FusionCharts does not support link attribute for the the <color> element. :(

 

The "link" attribute could be added only to the <pointer> element for Horizontal Linear Gauge. Each pointer can be linked to an external URL using this attribute.

 

I hope this helps.

Share this post


Link to post
Share on other sites

Hey Martin,

 

Welcome to FusionCharts Forum.

 

I'm afraid, FusionCharts does not support link attribute for the the <color> element. :(

 

The "link" attribute could be added only to the <pointer> element for Horizontal Linear Gauge. Each pointer can be linked to an external URL using this attribute.

 

I hope this helps.

 

Hi Radis,

 

Thanks for the info. I will look into Pointers..

 

Martin

 

 

 

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