{
  "valueSuffix": "Days",
  "groups": {
    "0": {
      "title": "Last Frost of the Spring or Summer",
      "subTitle": "[stationName]",
      "legend": "Weather",
      "caption": "The date of the last spring or summer frost, which marks the approximate beginning of the growing season for frost-sensitive crops and plants. This is calculated from temperature data.",
      "xAxis": {
        "bott": "Year",
        "top": "[Y-AXIS]"
      },
      "yAxis": {
        "left": "Date",
        "right": "[X-AXIS]"
      }
    },
    "1": {
      "title": "Last Spring Frost - Difference from Baseline",
      "subTitle": "[stationName]",
      "legend": "Climate",
      "caption": "The difference between the date of the last spring or summer frost and the average for the baseline period, typically 1961 to 1990. This is calculated from temperature data.",
      "xAxis": {
        "bott": "Year",
        "top": "[Y-AXIS]"
      },
      "yAxis": {
        "left": "Difference [Days]",
        "right": "[X-AXIS]"
      }
    }
  },
  "series": {
    "avg": {
      "name": "Last date with temperatures record below 0°C"
    },
    "diff": {
      "name": "Last date with temperatures record below 0°C Difference"
    }
  }
}