Sign in to follow this  
anansaa

Export option not working Chrome browser

Recommended Posts

Hi,

I am using Bar chart when i try to save it as a pdf , in and Fire box it works fine but in Chrome

not working.please if any one having idea please share your views . 
Thanks in advance

 

Here is my code:

 

<script src="FusionCharts/FusionChartsExportComponent.js"></script>

<script src="FusionCharts/FusionCharts.js"></script>
<!-- Using ASP.NET VB FusionCharts v3.2.2.1 Wrapper and JavaScript rendering --><!-- START Script Block for Chart
 
 productSales -->
<div id='productSalesDiv' >
Chart.
</div>
<script type="text/javascript">
    if (FusionCharts && FusionCharts('productSales')) FusionCharts('productSales').dispose();
    var chart_productSales = new FusionCharts({ "debugMode": "0", "swfUrl": "FusionCharts/MSColumn3D.swf", "renderAt": "productSalesDiv", "width": "400", "wMode": "opaque", "dataFormat": "xml", "id": "productSales", "lang": "EN", "scaleMode": "noScale", "registerWithJS": "1", "height": "500", "dataSource": "<graph  exportEnabled='1'  exportAtClient='0' exportHandler='Export_Handler/FCExporter.aspx' exportAction='Download' caption='Inspection Details' shownames = '1' showvalues = '0'     numberPrefix = ''  bgColor = 'E4E7D9'  bgAlpha='40'  AlternateHGridColor='E4E7D9'  divLineColor='E4E7D9'  divLineAlpha='80' canvasBorderThickness='1' canvasBorderColor='114B78' limitsDecimalPrecision='0' divLineDecimalPrecision='0' decimalPrecision = '0'><categories><category name='Jun' /><category name='Jul' /><category name='Aug' /><category name='Sep' /><category name='Oct' /><category name='Nov' /><category name='Dec' /><category name='Jan' /><category name='Feb' /><category name='Mar' /><category name='Apr' /><category name='May' /></categories><dataset seriesName='Inspections Due' color='#15317E'><set value='63'  /><set value='130'  /><set value='64'  /><set value='71'  /><set value='83'  /><set value='65'  /><set value='25'  /><set value='72'  /><set value='69'  /><set value='44'  /><set value='78'  /><set value='65'  /></dataset><dataset seriesName='Inspections Not Completed' color='#FF0000'><set value='63'  /><set value='130'  /><set value='64'  /><set value='71' /><set value='83'  /><set value='65' /><set value='25'  /><set value='72' /><set value='69'  /><set value='44' /><set value='78' /><set value='65' /></dataset><dataset seriesName='Inspections Completed' color='#77FC01'><set value='0'  /><set value='0'  /><set value='0'  /><set value='0'  /><set value='0'  /><set value='0' /><set value='0'  /><set value='0' /><set value='0' /><set value='0'  /><set value='0' /><set value='0'  /></dataset></graph>" }).render()</script>
<!-- END Script Block for Chart productSales -->
Edited by anansaa

Share this post


Link to post
Share on other sites
Guest Sumedh

Hello,

 

Did you try the export functionality in Chrome v29?

 

Are you trying to export JavaScript chart or Flash chart?

Share this post


Link to post
Share on other sites

hello,

 

 

yes i am working in Chrome v29 

i am trying to  export JavaScript chart .Its working fine with firefox but not working in chrome

Edited by anansaa

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