Search the Community

Showing results for tags 'angulargaugue'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Company Forums
    • Company News
  • Product Forums
    • FusionCharts XT
    • FusionWidgets XT
    • PowerCharts XT
    • FusionMaps XT
    • Collabion Charts for SharePoint
    • jQuery Plugin for FusionCharts
    • AngularJS plugin
    • ReactJS plugin
  • General Forums
    • FusionCharts Jobs and Consultation
    • FusionLounge

Found 1 result

  1. Hello Everyone, I am working on the Angular Gauge (3.16.0) with a lower limit of 0 and a upper limit of 100. What I want to do is when the value is above 100 to have the dial peg at 100, but the display value at the center of the dial to display the true value.( ex:200) Right now , I'm facing below issues: when the value is above 100 , the upperlimit : 0 and lowerLimit : 100 chart configurations are not working. For example if the dial peg value is 200 , that time upperlimit is automatically changed to 300, even though i had set upperlimit:100 when the dial peg value is -2, that time lowerLimit is automatically changed to -10, even though i had set lowerLimit :0 Let me know , how it can be achieved?? Thanks