Sign in to follow this  
Manuel Benavente

Printing A Chart Not Showing

Recommended Posts

Hello:

 

Im try the example you provide to print the graph generate and when I print it is not showing only the button and titles thats all no graph.

 

Here is the link to the sample im talking about.

 

http://ac2009.nmgconsulting.biz/ARPA/graph.html

 

Thanks

 

Another Question:

 

Is there a way to say to the rendering process to generate the graph in the HTML5 format in a regular browser like simulating is an iphone or ipad?

 

Thanks

Share this post


Link to post
Share on other sites

Hi,

 

Welcome to FusionCharts Forum! :)

 

Im try the example you provide to print the graph generate and when I print it is not showing only the button and titles thats all no graph.

I am afraid, I am unable to replicate the issue. The page after printing is displaying the chart perfectly along with the buttons and the text.

 

Is there a way to say to the rendering process to generate the graph in the HTML5 format in a regular browser like simulating is an iphone or ipad?

In case you wish to render only JavaScript based charts (and not use Flash at all), you just have to add a line of code as shown below:

FusionCharts.setCurrentRenderer('javascript'). 

This code will ask FusionCharts renderer to skip Flash rendering and create pure JavaScript based charts.

 

For further details on the above, please refer to:

http://www.fusioncharts.com/docs/FirstChart/UsingPureJS.html

 

Hope this helps. :)

Share this post


Link to post
Share on other sites

In which browser you tested I have Chrome and Safari in my MAC and doesnt work.

 

Please advise.

 

Did you used the link I provided for your test?

 

Thanks

 

Hi,

 

Welcome to FusionCharts Forum! :)

 

 

I am afraid, I am unable to replicate the issue. The page after printing is displaying the chart perfectly along with the buttons and the text.

 

 

In case you wish to render only JavaScript based charts (and not use Flash at all), you just have to add a line of code as shown below:

FusionCharts.setCurrentRenderer('javascript'). 

This code will ask FusionCharts renderer to skip Flash rendering and create pure JavaScript based charts.

 

For further details on the above, please refer to:

http://www.fusioncha...singPureJS.html

 

Hope this helps. :)

Share this post


Link to post
Share on other sites

I validated under windows using IE and worked also with Chrome, so I guess could be a MAC thing. You should get into it and review possible fix for MAC OS browsers.

 

Thanks

 

Hi,

 

Welcome to FusionCharts Forum! :)

 

 

I am afraid, I am unable to replicate the issue. The page after printing is displaying the chart perfectly along with the buttons and the text.

 

 

In case you wish to render only JavaScript based charts (and not use Flash at all), you just have to add a line of code as shown below:

FusionCharts.setCurrentRenderer('javascript'). 

This code will ask FusionCharts renderer to skip Flash rendering and create pure JavaScript based charts.

 

For further details on the above, please refer to:

http://www.fusioncha...singPureJS.html

 

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