wildhcky25

Members
  • Content count

    3
  • Joined

  • Last visited

About wildhcky25

  • Rank
    Forum Newbie
  1. Integrating php fusioncharts with javascript

    I got it... I needed to use $FC -> renderChart(true); instead of $FC -> renderChart();
  2. Integrating php fusioncharts with javascript

    I may have it figured out, I'm not sure though. On my webpage, I am simply seeing the word "Chart." where my fusion chart should be. Am I not including something properly? I'm not sure why I would just be seeing text and not a graph...
  3. I have created about 10 fusion charts using php and now I am trying to use ajax to display each graph one by one. Is there a way to use javascript to call each of these graphs or will I need to re-code each graph into javascript to do this?