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