Paul C.

Members
  • Content count

    1
  • Joined

  • Last visited

About Paul C.

  • Rank
    Forum Newbie
  1. Hello

    I'm new on forum and new with fusioncharts. I downloaded the trial and i have some questions: 1. How can i render chart as image not flash ? 2. exportChart not working function ExportMyChart() { var chartObject = getChartFromId('myChart'); chartObject.exportChart( { exportAtClient: '1', exportFormat: 'PDF' } ); } Firefox firebug returns: chartObject.exportChart is not a function Hope you can give me some help/advice. -- best regards Paul C.