Highcharts Demo

author(s): Torstein Hønsi

by kzoon

HTML

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

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

JavaScript

{
  "chartOptions": {
    "numberFormats": [{
      "type": "number",
      "decimals": null,
      "unit": 3,
      "unitBeforeNumber": false,
      "thousandsSeparator": true,
      "signing": 0,
      "positiveSigning": 9,
      "currency": "€",
      "currencyAfterNumber": false,
      "currencyAfterSign": false,
      "noPercentageCorrection": false
    }, {
      "type": "currency",
      "decimals": 2,
      "unit": 3,
      "unitDescription": "k",
      "unitBeforeNumber": false,
      "thousandsSeparator": true,
      "signing": 0,
      "positiveSigning": 9,
      "currency": "€",
      "currencyAfterNumber": false,
      "currencyAfterSign": false,
      "noPercentageCorrection": false
    }, {
      "type": "currency",
      "decimals": 0,
      "unit": 3,
      "unitDescription": "k",
      "unitBeforeNumber": false,
      "thousandsSeparator": true,
      "signing": 0,
      "positiveSigning": 9,
      "currency": "€",
      "currencyAfterNumber": false,
      "currencyAfterSign": false,
      "noPercentageCorrection": false
    }],
    "scRegionalSettings": {
      "decimalSign": ".",
      "thousandsSeparatorSign": ","
    },
    "chart": {
      "reflow": false,
      "type": "column",
      "animation": false,
      "borderRadius": 0,
      "backgroundColor": "rgba(255,255,255,1)",
      "plotBorderWidth": 1,
      "plotBorderColor": "rgba(177,177,177,1)",
      "plotBackgroundColor": "rgba(255,255,255,0)",
      "spacingBottom": 10,
      "scAnimateChanges": false
    },
    "drilldown": {},
    "title": {
      "text": "",
      "margin": 0
    },
    "subtitle": {
      "text": "",
      "margin": 0
    },
    "legend": {
      "margin": 10,
      "backgroundColor": "rgba(255,255,255,0)",
      "borderWidth": 1,
      "borderColor": "rgba(177,177,177,1)",
      "squareSymbol": false,
      "symbolRadius": 0,
      "itemStyle": {
        "fontFamily": "'Lucida Grande', 'Lucida Sans Unicode'",
        "fontSize": "11px",
        "fontWeight":...