highcharts-export-server
Version:
**Note:** If you use the public Export Server at [https://export.highcharts.com](https://export.highcharts.com) you should read our [Terms of use and Fair Usage Policy](https://www.highcharts.com/docs/export-module/privacy-disclaimer-export). Note that a
41 lines (28 loc) • 733 B
JavaScript
/*******************************************************************************
Highcharts Export Server
Copyright (c) 2016-2024, Highsoft
Licenced under the MIT licence.
Additionally a valid Highcharts license is required for use.
See LICENSE file in root for details.
*******************************************************************************/
export default () => `
html, body {
margin: 0;
padding: 0;
box-sizing: border-box;
}
#table-div, #sliders, #datatable, #controls, .ld-row {
display: none;
height: 0;
}
#chart-container {
box-sizing: border-box;
margin: 0;
overflow: auto;
font-size: 0;
}
#chart-container > figure, div {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
`;