I am currently trying to set-up a react-chartjs-2 graph on my React website. The chart appears fine on the website but when I try to print to PDF, it creates many blank pages.
"chart.js": "2.9.4",
"react": "17.0.1",
"react-chartjs-2": "2.11.1"
I have tried to readjust the height / width of the parent div as I am not sure whether it is overspilling onto another page.
Please see below for an example sandbox.
https://codesandbox.io/s/test-print-5btxjh?file=/src/App.js:60-75