jQWidgets Forums

jQuery UI Widgets Forums Chart Export chart to png in IE8

Tagged: , ,

This topic contains 3 replies, has 2 voices, and was last updated by  Peter Stoev 10 years, 11 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Export chart to png in IE8 #52362

    alisofts
    Participant

    I am using the following approach as defined on documentation section to export the chart to png. One of the requirements of the export for the browser is to have support for Html5 Canvas; and clearly IE8 doesn’t support it. Does anyone know how to achieve the export in IE8?

    $(‘#jqxChart’).jqxChart(‘saveAsPNG’, ‘myChart.png’, ‘http://server/Export’);

    Export chart to png in IE8 #52379

    Peter Stoev
    Keymaster

    Hi alisofts,

    The Export feature requires a browser with HTML5 support.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Export chart to png in IE8 #52416

    alisofts
    Participant

    Peter, would it work with the help from polyfills like ExplorerCanvas, and FlashCanvas? Or is there any alternate way to do the export for Charts?

    Thanks,
    Alisofts

    Export chart to png in IE8 #52422

    Peter Stoev
    Keymaster

    Hi Alisofts,

    I am not aware of these. If there was a workaround, I would have suggested it. The Exporting requires HTML5 support.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.