jQWidgets Forums

jQuery UI Widgets Forums Chart Charts to PDF

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  Mariya 12 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Charts to PDF #23457

    Rodrigo
    Participant

    Hi Guys,

    Just wondering if it’s possible to print the charts to a pdf document? if so, how would that be achieved?

    Thanking you in advanced 🙂

    Charts to PDF #23479

    Mariya
    Participant

    Hi Rodrigo,

    Unfortunately it is not possible to export charts to a pdf document. You can save them as JPEG or PNG, as shown:

    $('#jqxChart').jqxChart('saveAsJPEG', 'myChart.jpeg');

    or

    $('#jqxChart').jqxChart('saveAsPNG', 'myChart.png');

    If you have any further questions do not hesitate to contact us.

    Best Wishes,
    Mariya

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.