darry chui

Upper Limit And Dial Value

Recommended Posts

Hi, I am working on the Angular Gauge with a lower limit of 0 and a upper limit of 120.

What I want to do is when the value is above 120 to have the dial peg at 120, but the display value at the center of the dial to display the true value.

Right now what is does is the upper limit on the chart gets pushed out.

Let me know if this can be done.

 

Thanks

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

Could you please send us a screenshot of your requirement?

 

Awaiting for your reply.

Share this post


Link to post
Share on other sites

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

Could you please send us a screenshot of your requirement?

 

Awaiting for your reply.

 

 

Here is my xml:

<Chart palette="3" bgColor="FFFFFF" bgAlpha="100" lowerLimit="0" upperLimit="120" gaugeStartAngle="240" gaugeEndAngle="-60" gaugeInnerRadius="60%" showToolTip="0" gaugeFillMix="{light-10},{light-30},{light-20},{dark-5},{color},{light-30},{light-20},{dark-10}" gaugeFillRatio="" baseFontColor="000000" valueBelowPivot="1" decimals="1">

<colorRange>

<color minValue="0" maxValue="60" code="e1c705"/>

<color minValue="60" maxValue="120" code="8ce105"/>

</colorRange>

<dials>

<dial id="Dial1" value="3" baseWidth="6" topWidth="1" editMode="0"/>

</dials>

<styles>

<definition>

<style type="font" name="valueFont" bold="1" size="8" color="0085CF"/>

</definition>

<application>

<apply toObject="value" styles="valueFont"/>

</application>

</styles>

</Chart>

 

As I stated before, I want to limit the upper bound to 120 but display the true value in the center.

 

TIA

post-14605-012370600 1301498459_thumb.gif

post-14605-043161000 1301498469_thumb.gif

Share this post


Link to post
Share on other sites
Guest Angie

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 feature in our future upgrades.

 

Thank you very much for your continued patience and patronage.

Share this post


Link to post
Share on other sites

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 feature in our future upgrades.

 

Thank you very much for your continued patience and patronage.

 

Hi there

 

Has this been implemented yet, since I couldn't find it in the documentation?

 

Thanks

Mari

Share this post


Link to post
Share on other sites

Hi Mari,

 

No, it is not supported using FusionWidgets currently.:(

 

 

Thanks for the update!

Do you maybe when it will be supported? Is it on your roadmap?

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