jQuery UI Widgets Forums Chart Multiple Charts in one PDF

This topic contains 3 replies, has 4 voices, and was last updated by  svetoslav_borislavov 1 year, 5 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Multiple Charts in one PDF #78480

    Esnaolo
    Participant

    Hello everyone!

    Yesterday we successfully made it to implement four charts in our website. Now we want to export those four charts in ONE Pdf.

    We tested several things but we didn’t find a solution yet.

    $('#chartContainer').jqxChart('saveAsPDF', 'myChart.pdf', getExportServer());

    So is it possible to export more containers to one pdf? Can someone please give us a hint how to manage this?

    Thanks in advance and greetings!

    Esnaolo

    Multiple Charts in one PDF #78488

    Dimitar
    Participant

    Hello Esnaolo,

    Unfortunately, jqxChart does not offer such a functionality. However, if you are using the browser Chrome, you open the page with multiple charts, then select Print (or press Ctrl + P) and choose Save as PDF. You can use the CSS Print Media Query to remove any unwanted elements (such as buttons) from the exported file.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    Multiple Charts in one PDF #132795

    mr_kirkwood
    Participant

    Hello. Has this functionality been added yet?

    Multiple Charts in one PDF #132800

    Hi,

    You may use the approach provided earlier.
    With the browser print and the @media print query to exclude the unnecessary elements

    Best regards,
    Svetoslav Borislavov

    jQWidgets Team
    https://www.jqwidgets.com/

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

You must be logged in to reply to this topic.