Values outside of limits in angular gauge cause problems?
FusionCharts Forum
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        



Values outside of limits in angular gauge... Expand / Collapse
Author
Message
Posted 5/3/2008 1:15:09 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 5/25/2008 1:54:12 PM
Posts: 5, Visits: 14
So I was having trouble with the angular gauge properly conveying that my value had exceeded the upper limit. When I passed to the chart a dial value over the upper limit, the dial was pointing well below the upper limit. This didn't make any sense to me.

Then I found this: http://www.fusioncharts.com/forum/Topic3446-19-1.aspx

Can someone please clarify if indeed a value exceeds the upper limit, the chart will not properly convey that information?

I'm able to get around the issue by testing if the value exceeds the upper limit in my PHP code, then artificially resetting the value to the upper limit. This is the only way I can get the chart to indicate that the maximum has been reached. Otherwise, it's just plain inaccurate.

Now it's quite possible (likely?) that I'm missing something, so feel free to set me straight. Thanks!



Post #6080
Posted 5/5/2008 2:06:26 AM
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Moderators
Last Login: 9/5/2008 4:15:20 AM
Posts: 772, Visits: 1,228
Hi,

When your dial value exceeds the upper limit the upper limit of the chart auto - resets to some value more that the dial value. The old upper limit that is set in the XML wont work.

Could you please try this which might illustrate the issuelease note the upperlimit, dial value and the color ranges.

<chart lowerLimit='0' upperLimit='100' gaugeStartAngle='180' gaugeEndAngle='0'
 palette='1' numberSuffix='%' tickValueDistance='20' showValue='1'>
   <colorRange>
      <color minValue='0' maxValue='75' code='FF654F'/>
      <color minValue='75' maxValue='90' code='F6BD0F'/>
      <color minValue='90' maxValue='100' code='8BBA00'/>
      <color minValue='100' maxValue='1000' code='efefef'/>
   </colorRange>
   <dials>
      <dial value='122' rearExtension='10'/>
   </dials>
</chart>

Regards,

Sudipto Choudhury
FusionCharts Team

Post #6088
« Prev Topic | Next Topic »


Permissions Expand / Collapse

All times are GMT -7:00, Time now is 6:11am


Execution: 0.047.