darry chui Report post Posted March 29, 2011 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 Report post Posted March 30, 2011 Hi, Welcome to FusionCharts Forum! Could you please send us a screenshot of your requirement? Awaiting for your reply. Share this post Link to post Share on other sites
darry chui Report post Posted March 30, 2011 Hi, Welcome to FusionCharts Forum! 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 Share this post Link to post Share on other sites
Guest Angie Report post Posted March 31, 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 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
Mari Report post Posted March 12, 2013 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 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
Swarnam Report post Posted March 13, 2013 Hi Mari, No, it is not supported using FusionWidgets currently. Share this post Link to post Share on other sites
Mari Report post Posted March 13, 2013 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