Highcharts Demo

author(s): Torstein Hønsi

by Shobhit Sharma

HTML

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

<div id="container" style="min-width: 310px; height: 400px; margin: 0 auto"></div>

JavaScript

Highcharts.chart('container', {
  "chart": {
    "type": "line"
  },
  "title": {
    "text": "Date + Users + Pageviews + Sessions"
  },
  "subtitle": {
    "text": "Data ranging between September 1, 2017 to September 29, 2017"
  },
  "xAxis": {
    "type": "datetime"
  },
  "series": [{
    "name": "Users",
    "color": "#a7d770",
    "data": [
      [1504224000000, 512],
      [1504224000000, 591],
      [1504224000000, 500],
      [1504224000000, 489],
      [1504224000000, 432],
      [1504224000000, 432],
      [1504224000000, 477],
      [1504224000000, 671],
      [1504224000000, 659],
      [1504224000000, 546],
      [1504224000000, 455],
      [1504224000000, 591],
      [1504224000000, 512],
      [1504224000000, 523],
      [1504224000000, 580],
      [1504224000000, 568],
      [1504224000000, 546],
      [1504224000000, 568],
      [1504224000000, 512],
      [1504224000000, 500],
      [1504224000000, 523],
      [1504224000000, 466],
      [1504224000000, 512],
      [1504224000000, 386],
      [1504224000000, 375],
      [1504224000000, 364],
      [1504224000000, 375],
      [1504224000000, 386],
      [1504224000000, 455],
      [1504224000000, 443],
      [1504224000000, 421],
      [1504224000000, 421],
      [1504224000000, 341],
      [1504224000000, 398],
      [1504224000000, 330],
      [1504224000000, 261],
      [1504224000000, 296],
      [1504224000000, 307],
      [1504224000000, 364],
      [1504224000000, 307],
      [1504224000000, 296],
      [1504224000000, 273],
      [1504224000000, 318],
      [1504224000000, 398],
      [1504224000000, 296],
      [1504224000000, 421],
      [1504224000000, 375],
      [1504224000000, 421],
      [1504224000000, 466],
      [1504224000000, 352],
      [1504224000000, 398],
      [1504224000000, 375],
      [1504224000000, 307],
      [1504224000000, 375],
      [1504224000000, 296],
      [1504224000000, 284],
      [1504224000000, 296],
      [1504224000000, 318],
      [1504224000000,...