@media print {
    .example-wrapper {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }
    .chart {
        width: 100%; /* Adjust the width as needed */
        height: auto !important; /* Auto height or adjust as needed */
        max-width: none !important;
    }
    @page {
        margin: 1cm; /* Adjust margins as needed */
    }
    body {
        font-family: Georgia, ‘Times New Roman’, serif;
        margin: 0;
        float: none;
        background: white;
    }
    h1 {
        font-size: 12pt;
    }
    table {
        font-size: 10pt;
    }
    a:link {
        font-weight: bold;
        text-decoration: underline;
        color: #06c;
    }
    thead {display: table-header-group;}
    .tableHeader {
        break-inside: avoid;
    }

}
