Highcharts Demo
author(s): Torstein Hønsi
by vasagi
HTML
<script src="https://code.highcharts.com/stock/11.4.3/highstock.js"></script>
<script src="https://code.highcharts.com/modules/marker-clusters.js"></script>
<div id="container"></div>
JavaScript
console.time('line');
Highcharts.chart('container', {
"chart": {
"type": "",
"styledMode": false,
"id": "unique_channel_name_15",
"width": null,
"height": 250,
"marginTop": 30,
"className": "vertical-chart line-chart points-no-fill highcharts-multiple-series",
"zooming": {
"mouseWheel": {
"enabled": false
}
},
"events": {},
"resetZoomButton": {
"position": {
"x": 100,
"y": 10
},
"relativeTo": "chart"
},
"zoomType": "x",
"alignTicks": false
},
"boost": {
"enable": true,
"useGPUTranslations": false
},
"exporting": {
"enabled": false,
"fallbackToExportServer": false
},
"title": {
"text": ""
},
"categories": [],
"xAxis": {
"gridLineWidth": 0,
"gridLineDashStyle": "Solid",
"gridLineColor": "#eeeeee",
"className": "gridLineStyledMode",
"type": "datetime",
"crosshair": true,
"min": 1728777600000,
"minTickInterval": 60000,
"minRange": 300000,
"categories": false,
"title": {
"text": "",
"y": 5
},
"labels": {
"style": "",
"useHTML": false,
"rotation": 0,
"y": 25
},
"scrollbar": {
"liveRedraw": true,
"barBorderRadius": 6,
"height": 10,
"margin": 10
},
"events": {},
"tickPixelInterval": 150,
"dateTimeLabelFormats": {
"day": "%d/%m/%Y",
"month": "%d/%m/%Y",
"week": "%d/%m/%Y",
"year": "%d/%m/%Y",
"second": "%I:%M %p",
"minute": "%I:%M %p",
"hour": "%I:%M %p"
}
},
"yAxis": [
{
"title": {
...