highcharts-export-server
Version:
Convert Highcharts.JS charts into static image files.
43 lines (38 loc) • 768 B
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 ;
margin-bottom: 0 ;
}
</style>
</head>
<body>
<div id="chart-container">
<div id="container"></div>
</div>
</body>
</html>