climate-plots-config
Version:
41 lines • 1.23 kB
JSON
{
"valueSuffix": "days",
"groups": {
"0": {
"title": "[stationName] First Frost of the Autumn",
"subTitle": "[stationName]",
"legend": "Weather",
"caption": "The date of the first fall frost, which marks the approximate end 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": "[stationName] First Autumn Frost - Difference from Baseline",
"subTitle": "",
"legend": "Climate",
"caption": "The difference between the date of the first autumn frost for the year 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": "First date with temperatures record below 0°C"
},
"diff": {
"name": "First date with temperatures record below 0°C Difference"
}
}
}