Sabarinathan

I Can Export Chart To Pdf

Recommended Posts

any one help please i am using FCF_MSColumn3DLineDY char i like to export the chart to pdf but it say no data foung.

Server side is PHP i getting EMl is

<chart caption='test' xAxisName='Grade' pYAxisName='Total' numberPrefix='' sNumberSuffix='' useRoundEdges='1' bgColor='FFFFFF,FFFFFF' showBorder='0' exportEnabled='1' exportAtClient='1' exportHandler='fcExporter1' >

<categories >

<category name='C' />

<category name='D' />

<category name='F' />

</categories><dataset seriesName='No of student' showValues='0' color='AFD8F8' ><set value='7' />

<set value='4' /><set value='15' /></dataset>

<dataset seriesName='Total Number of Student' parentYAxis='S' color='F6BD0F' ><set value='7' />

<set value='4' /><set value='15' />

</dataset></chart>

then i am using this content in client

 

is

 

var myChart3 = new FusionCharts("../../../Charts/FCF_MSColumn3DLineDY.swf", "myChartId3", "400", "300", "0", "1");

myChart3.setXMLUrl("SimpleExample.xml");

myChart3.render("chartdiv3");post-25617-0-44188500-1326972953_thumb.png

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum! smile.gif

 

I am afraid, FusionCharts free does not support exporting charts as image/PDF, as of now.

 

Please download the latest version of FusionCharts i.e FusionCharts XT Service Release 1 from: http://www.fusioncha...ownload/trials/ to avail the export feature.

 

Hope this helps.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now