UNPKG

highcharts-export-server

Version:

Convert Highcharts.JS charts into static image files.

41 lines (28 loc) 733 B
/******************************************************************************* 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; } `;