is there a way to print out multiple charts laid out together?
e.g. printing this 'dashboard' on one PDF page
https://jsfiddle.net/flexmonster/npsz5rck/
Hi, Michael!
Thank you for your question.
Each instance of the component exports its own report and there is no option of printing multiple Flexmonster charts.
However, we would like to suggest you some approaches:
pivot.exportTo("html", {
destinationType: "plain"
}
Next, you can connect all of your charts into one HTML document and send it to print.
Please let us know if any of these approaches can work for you.
Kind regards,
Nadia