Highcharts Demo

author(s): Torstein Hønsi

by anikettiwari

HTML

<script src="https://code.highcharts.com/highcharts.js"></script>
<div id="container" style="height: 400px"></div>

JavaScript

$(function () {
var keyDocumentData = {
  "data": [
    {
      "x": 1575244800000,
      "marker": {
        "fillColor": "#0494fe"
      },
      "y": 0,
      "name": "Termination Decision Document",
      "url_path": "799628/rpx-ptab/IPR2018-01132/IPR2018_01132_FWD_fd1e7ccbb3e1dae0351d530f60bb2526.pdf",
      "enable_url": true,
      "paper_number": 43,
      "description": "Final Decision"
    },
    {
      "x": 1543795200000,
      "marker": {
        "fillColor": "#0494fe"
      },
      "y": 0,
      "name": "Decision Institution of Inter Partes Review",
      "url_path": "684042/rpx-ptab/IPR2018-01132/IPR2018_01132_FINAL_9c9ec691545f3332bba06f28acc98073.pdf",
      "enable_url": true,
      "paper_number": 10,
      "description": "Institution Decision"
    },
    {
      "x": 1529625600000,
      "marker": {
        "fillColor": "#0494fe"
      },
      "y": 0,
      "name": "PATENT OWNER MANDATORY NOTICE INFORMATION UNDER 37 CFR ¿¿ 42.8(a)(2)",
      "url_path": "623739/rpx-ptab/IPR2018-01132/PatentOwnerMandatoryNoticeIPR2018_01132_e2cf7569e01cb633f94b69b2318375a2.pdf",
      "enable_url": true,
      "paper_number": 4,
      "description": "Patent Owner Mandatory Notice"
    },
    {
      "x": 1527724800000,
      "marker": {
        "fillColor": "#0494fe"
      },
      "y": 0,
      "name": "IPR Petition US7908342",
      "url_path": "615166/rpx-ptab/IPR2018-01132/IPR2018_01132__342_IPR_Petition_2_485d505fabf40e0710037bf35a9aad8a.pdf",
      "enable_url": true,
      "paper_number": 2,
      "description": "Petition"
    }
  ],
  "type": "scatter",
  "marker": {
    "radius": 5,
    "symbol": "largemarker"
  },
  "dataLabels": {
    "enabled": true
  }
}

var nonKeyDocumentData = {
  "data": [
    {
      "x": 1580256000000,
      "marker": {
        "fillColor": "#fd9d4a"
      },
      "y": 0,
      "name": "Notice of Appeal to CAFC",
      "url_path": null,
      "enable_url": false,
      "paper_number": 45,
      "description": null
    },
 ...