Manuel Benavente Report post Posted December 29, 2010 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
Sanjukta Report post Posted December 30, 2010 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
Manuel Benavente Report post Posted December 30, 2010 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
Manuel Benavente Report post Posted December 30, 2010 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