Steven Hilton Report post Posted May 24, 2011 Greetings, When using the Angular Gauge widget, what is the expected behavior when the value of dial is greater than the maximum value of gauge? This is an undesired state in our case, but is still a realistic and likely scenario, but uncommon. The behavior we are seeing is confusing. This XML: <chart lowerLimitDisplay="0" upperLimitDisplay="20.00 kW" showValue="1" showBorder="0" gaugeStartAngle="240" palette="1" chartTopMargin="50" upperLimit="20.00" lowerLimit="0" numberSuffix="kW" tickValueDistance="20" gaugeEndAngle="-60"> <trendpoints> <point displayValue=" " useMarker="1" value="0.00" markerToolText="0.00kW Minimum"></point> <point displayValue=" " useMarker="1" value="0.00" markerToolText="0.00kW Maximum"></point> <point displayValue=" " useMarker="1" value="0.00" markerToolText="0.00kW Average"></point> </trendpoints> <colorRange> <color code="8BBA00" maxValue="14.00" minValue="0"></color> <color code="F6BD0F" maxValue="18.00" minValue="14.00"></color> <color code="FF654F" maxValue="20.00" minValue="18.00"></color> </colorRange> <dials> <dial value="22.24" rearExtension="10"></dial> </dials> </chart> Generates the widget in the attached file. Which is definitely not what I would expect. I would expect the data of the dial to be, in this example, 22.24, the widget to "bury the needle" against the max value of 20.00, and the tick marks and tick values would adhere the max value configuration -- and not somehow auto-adjust to the dial's value, while still preserving the max value. Ticks marks of 0, 6, 12, 18, 24 and then 20 will confuse users. How do I get this expected behavior? Thank you for any assistance. Share this post Link to post Share on other sites
Guest Angshu Report post Posted May 25, 2011 Hi, Welcome to FusionCharts Forum! I am afraid, FusionCharts does not support the feature you are looking for, at this time. We will try to implement this in our future upgrades. Thank you very much for your continued patience and patronage. Hope you have a great day! Share this post Link to post Share on other sites
Guest Angshu Report post Posted May 25, 2011 Hi, Welcome to FusionCharts Forum! I am afraid, FusionCharts does not support the feature you are looking for, at this time. We will try to implement this in our future upgrades. Thank you very much for your continued patience and patronage. Hope you have a great day! Share this post Link to post Share on other sites