It would be very useful to be able to print the dashboards. It is of course possible but a single chart can become split over two pages.

A print friendly version would make sure a chart is scaled to fit on one page. Perhaps an option to select the number of charts on each page.

1 Like

This might be possible to achieve by defining printing related CSS rules. I think there is one for specifying the object not to be cut on page break, but not sure how well it’s supported.

There is also this pull request: https://github.com/getredash/redash/pull/2890 that aims to implement built in export to PDF, which will probably result in a print friendly version of the dashboard.

1 Like