fdpz

Members
  • Content count

    1
  • Joined

  • Last visited

Everything posted by fdpz

  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