{
  "valueSuffix": "°C",
  "groups": {
    "0": {
      "title": "Average Temperature",
      "subTitle": "Global",
      "caption": "Average annual temperature for the globe. The lowest (min) and highest (max) temperature of the year.",
      "yAxis": {
        "left": "Average Temperature [°C]",
        "right": "[X-AXIS]"
      },
      "xAxis": {
        "bott": "Year",
        "top": "[Y-AXIS]"
      },
      "legend": "Weather"
    },
    "1": {
      "title": "Temperature Difference From Baseline",
      "subTitle": "Global",
      "caption": "Difference between the yearly average temperature and the average temperature for the baseline period, typically 1961 to 1990, for the globe.",
      "yAxis": {
        "left": "Temperature [°C]",
        "right": "[X-AXIS]"
      },
      "xAxis": {
        "bott": "Year",
        "top": "[Y-AXIS]"
      },
      "legend": "Climate"
    }
  },
  "series": {
    "max": {
      "name": "Max"
    },
    "min": {
      "name": "Min"
    },
    "avg": {
      "name": "Yearly Average"
    },
    "diff": {
      "name": "Difference"
    },
    "linjer": {
      "name": "[example]"
    }
  }
}