Sign in to follow this  
Steven Hilton

Angular Gauge: Odd Behavior When Dial Value Exceeds Max Value

Recommended Posts

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.

post-13690-051226700 1306268856_thumb.png

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

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

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this