Highcharts Demo
author(s): Torstein Hønsi
HTML
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/modules/exporting.js"></script>
<div id="container" style="height: 300px; margin-top: 1em;"></div>
<button id="button">Result</button>
<div id="result">
</div>
CSS
.bg {
background-color : "red";
}
JavaScript
var base64 ...