Search the Community

Showing results for tags 'hled'.



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, fusioncharts is great: i'm building great value in few days of work. I have a question for you great guys: it is possible (like in the title) to update in realtime even the colors of the background of the gauge (or the font color, or other parameters...?) the method that i'm using is the following, i added valueFontColor as example: jQuery.getJSON("stream.json", function(ajaxresult) { FusionCharts("p1sms").feedData("&value=" + ajaxresult.psms1 ); FusionCharts("p1sms").feedData("&valueFontColor=" + ajaxresult.csms1 ); FusionCharts("p2sms").feedData("&value=" + ajaxresult.psms2 ); FusionCharts("p1mol").feedData("&value=" + ajaxresult.pmol1 ); FusionCharts("p1buf").feedData("&value=" + ajaxresult.pbuf1 ); Thank you so much