MartinS Report post Posted July 31, 2009 Hi I have an angular gauge that has four colour ranges, like so: <colorRange> <color minValue="-2" maxValue="-1" code="[b]FF654F[/b]" /> <color minValue="-1" maxValue="0" code="[b]F6BD0F[/b]" /> <color minValue="0" maxValue="1" code="[b]8BBA00[/b]" /> <color minValue="1" maxValue="2" code="BBDCFF" /> </colorRange>[ Share this post Link to post Share on other sites
Guest Rajroop Report post Posted July 31, 2009 Hello Martin, You can use the showGaugeBorder attribute in the <chart> element to achieve this. (Ref: http://www.fusioncharts.com/widgets/docs/Contents/Ang_XML.html) You can also modify the border color by using the gaugeBorderColor attribute. I hope this helps. Share this post Link to post Share on other sites
MartinS Report post Posted July 31, 2009 Rajroop (7/31/2009)Hello Martin, You can use the showGaugeBorder attribute in the <chart> element to achieve this. (Ref: http://www.fusioncharts.com/widgets/docs/Contents/Ang_XML.html) You can also modify the border color by using the gaugeBorderColor attribute. I hope this helps. Yes it does - thanks :cool: Share this post Link to post Share on other sites
Guest Rajroop Report post Posted August 1, 2009 You're most welcome! :pinch: Share this post Link to post Share on other sites