UNPKG

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

43 lines (38 loc) 768 B
<!doctype html> <html lang="en-US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Highcharts Export</title> <style> 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; } #chart-container > figure, div { margin-top: 0 !important; margin-bottom: 0 !important; } </style> </head> <body> <div id="chart-container"> <div id="container"></div> </div> </body> </html>