Hi Siric ,
i need Your help I just add your code to implment the angular gauge , but it seems that it does not support SetXMLData function or there is a syntax error on the below , please help am new in using this tool
myChart.setXMLData('<chart lowerLimit="0" upperLimit="100" lowerLimitDisplay="Good" upperLimitDisplay="Bad" numberSuffix="%" showValue="1" dataStreamURL="getutil.php" refreshInterval="3">\n\
<colorRange>\n\
<color minValue="0" maxValue="50" code="8BBA00"/>\n\
<color minValue="50" maxValue="80" code="F6BD0F"/>\n\
<color minValue="80" maxValue="100" code="FF654F"/>\n\
</colorRange>\n\
<dials>\n\
<dial value="0" />\n\
</dials>\n\
</chart>');