Search the Community

Showing results for tags '@HLinearGauge'.



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. Hi, I am facing a problem.i need to dynamically create HlinearGauge charts based on the count of sharepaths owned by a manager(managerid field). So if there are 5 different sharepath for a particular managerid ,then there would be 5 linear gauge charts coming with 3 different colors showing the count of status(used,idle,free)spaces of the individual sharepath. So in that case i am using the setXMLData() method and passing the xml in the argument.but the color max and color min value also needs to be populated dynamically...how it can ber done. And Is it possible to bring legends(Datas as well as value)in Linear gauge chart????? Please suggest