Carwise Report post Posted October 3, 2011 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
Swarnam Report post Posted October 4, 2011 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
Carwise Report post Posted October 4, 2011 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