{
  "valueSuffix": "[units]",
  "groups": {
    "0": {
      "title": "Growing Season ([units])",
      "subTitle": "[stationName]",
      "legend": "Weather",
      "caption": "Maximum number of consecutive [units] above zero Celcius. This frost-free season is the approximate length of the growing season, during which there are no freezing temperatures to kill or damage plants. This is calculated from temperature data.",
      "xAxis": {
        "bott": "Year",
        "top": "[Y-AXIS]"
      },
      "yAxis": {
        "left": "[units]",
        "right": "[X-AXIS]"
      }
    },
    "1": {
      "title": "Growing Season Difference ([units]) From Baseline",
      "subTitle": "[stationName]",
      "legend": "Climate",
      "caption": "Difference between the maximum number of [units] above zero for the year (the frost-free season) and the average for the baseline period, [baseline]. This is calculated from temperature data.",
      "xAxis": {
        "bott": "Year",
        "top": "[Y-AXIS]"
      },
      "yAxis": {
        "left": "Difference [units]",
        "right": "[X-AXIS]"
      }
    }
  },
  "series": {
    "avg": {
      "name": "Growing Season"
    },
    "diff": {
      "name": "Growing Season Difference"
    }
  }
}