Sign in to follow this  
mssjdb

Problem With Exporting Charts As Images

Recommended Posts

I am trying to convert my chart as a jpg. i am getting option save as jpeg, png, pdf. But the problem is after selecting options (like jpeg etc) i am getting a new window "http://localhost/Dashboard9/FusionCharts/FCExporter.php" with

 

DOMId=<br style="font-family: 'Times New Roman'; font-size: medium;">height=0<br style="font-family: 'Times New Roman'; font-size: medium;">width=0<br style="font-family: 'Times New Roman'; font-size: medium;">fileName=<br style="font-family: 'Times New Roman'; font-size: medium;">statusMessage= Export Resource not found.<br style="font-family: 'Times New Roman'; font-size: medium;">statusCode=0

 

 

I have placed FCExporter.php at "http://localhost/Dashboard9/FusionCharts" . My internet connection is on while doing this.

 

Using code like

 

 

 

<graph caption='Average Score' subcaption='$myCaption' divlinecolor='F47E10' numdivlines='3' showAreaBorder='1' areaBorderColor='000000' numberPrefix='' showNames='1' numVDivLines='29' vDivLineAlpha='30' yAxisName='Average Score' formatNumberScale='1' rotateNames='1' decimals='1' decimalPrecision='1' exportEnabled='1' 
exportHandler='http://localhost/Dashboard9/FusionCharts/FCExporter.php' exportAtClient='0' exportAction='download' exportTargetWindow='_blank' exportFileName='MyFileName'> 

 

 

Nothing was changed on FCExporter.php

what is the problem, i am not getting. Please help me.

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
Sign in to follow this