Highcharts Demo

author(s): Torstein Hønsi

by klodoma

HTML

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

<div id="container" style="height: 400px;"></div>

JavaScript

Highcharts.chart('container', {
  "title": {
    "floating": true,
    "text": "Title",
  },
  "xAxis": [{
    "title": {
      "text": "",
      "align": "middle",
    },
    "type": "datetime"
  }],
  "yAxis": [{
    "opposite": false,
    "labels": {
      "enabled": true,
      "style": {
        "color": "#d9d9d9",
        "fontSize": 25,
      }
    },
    "title": {
      "text": "",
    }
  }],
  "series": [{
    "type": "line",
    "name": "Avg Vol",
    "symbol": 2,
    "lineWidth": 3,
    "shadow": false,
    "dashStyle": "Solid",
    "animation": {
      "duration": 0
    },
    "color": "#c5292e",
    "data": [
      [1267138800000, 164240],
      [1267398000000, 199373],
      [1270072800000, 213937],
      [1272837600000, 292471],
      [1275343200000, 235308],
      [1277935200000, 211975],
      [1280700000000, 198771],
      [1283292000000, 189500],
      [1285884000000, 189376],
      [1288566000000, 192471],
      [1291158000000, 152101],
      [1294009200000, 194415],
      [1296514800000, 180002],
      [1298934000000, 175564],
      [1301608800000, 184986],
      [1304287200000, 180300],
      [1306879200000, 184384],
      [1309471200000, 166170],
      [1312149600000, 279694],
      [1314828000000, 219510],
      [1317592800000, 194930],
      [1320102000000, 169043],
      [1322694000000, 150864],
      [1325545200000, 157458],
      [1328050800000, 144732],
      [1330556400000, 153390],
      [1333317600000, 135139],
      [1335823200000, 147961],
      [1338501600000, 148348],
      [1341180000000, 128766],
      [1343772000000, 103785],
      [1346709600000, 149906],
      [1349042400000, 124322],
      [1351724400000, 135952],
      [1354489200000, 140625],
      [1357081200000, 139490],
      [1359673200000, 140249],
      [1362092400000, 135002],
      [1364767200000, 139476],
      [1367359200000, 135470],
      [1370210400000, 157952],
      [1372629600000, 125830],
      [1375308000000, 111978],
      [1378159200000, 124694],
 ...