doubleforte

Members
  • Content count

    2
  • Joined

  • Last visited

Everything posted by doubleforte

  1. Better javascript callbacks?

    We really need a better javascript callback system from FusionCharts. FC_Rendered() is finicky and causing many headaches. What I'd really like to see is something like this: var myChart = new FusionCharts({ settings_file:"somesettings.xml", dataURL:"data.xml", id:"mySpiffyChart", width:500, height:400, onInit:{ animation:true, callback: function() { alert("this chart is has inited!"); } }, onReload:{ animation:false, callback: function() { alert("this chart is has reloaded!"); } } }); That way I can have as many charts as I need and each one can have it's own callback instead of everyone sharing FC_Rendered() Does that make sense? Thoughts? Thanks, brian
  2. Which version?

    How can which version I'm using? We first downloaded v3 in August and I see there have been some minor updates since then (3.0.6) but the download link on the update page just says "v3" and gives no indication of which minor version it is. Also, I can't seem to find anything in the download showing which version I currently have. Help? Thanks brian