{
  "valueSuffix": "°C",
  "groups": {
    "0": {
      "title": "Spring Average Temperature",
      "subTitle": "[stationName]",
      "caption": "Average annual spring (March to May) temperature. 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": "Spring Average Temperature Difference from Baseline",
      "subTitle": "[stationName]",
      "caption": "Difference between the spring (March-May) seasonal averages and the average for the baseline period, typically 1961 to 1990.",
      "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"
    }
  }
}