Highcharts Demo

author(s): Torstein Hønsi

by vasagi

HTML

<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/modules/boost.js"></script>

<div id="container"></div>

JavaScript

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": 1729036800000,
        "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": {
               ...