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