--- **Title:** PDF export from `generatePdf` does not fit chart size (too much white space) --- **Description:** When exporting a dashboard to PDF using `generatePdf`, the chart does not fit the available page space. The chart is rendered very small, leaving a lot of unused white space around it. --- **Steps to reproduce:** 1. Create a dashboard with `VueUiDashboard` and add one chart. 2. Export the dashboard using `generatePdf()`. 3. Open the PDF. --- **Current behavior:** * Chart appears too small. * Page space is not properly fitted to the chart. --- **Expected behavior:** * The chart should scale to fit the page size. * If the chart/dashboard is taller than one page, it should be split into multiple pages automatically. --- **Screenshot:** <img width="1465" height="747" alt="Image" src="https://github.com/user-attachments/assets/adc48f71-ff0e-41cd-a51a-66461c7b87fa" /> <img width="1464" height="748" alt="Image" src="https://github.com/user-attachments/assets/87ea5997-b65c-4b01-9a8c-7182f8c8c3d6" /> --- **Environment:** * vue-data-ui: 2.15.4 * Vue: 3.x * Browser: Chrome * OS: macOS ---