climate-plots-config
Version:
45 lines • 842 B
JSON
{
"valueSuffix": "cm",
"groups": {
"0": {
"title": "Snow Depth",
"subTitle": "[stationName]",
"caption": "Average monthly snow depth in centimeters by 30-year period.",
"yAxis": {
"left": "Snow depth [cm]",
"right": "[X-AXIS]"
},
"xAxis": {
"categories": [
"Sep",
"Oct",
"Nov",
"Dec",
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun"
],
"bott": "Month",
"top": "[Y-AXIS]"
},
"legend": "Weather"
}
},
"series": {
"1931": {
"name": "From 1931 to 1960"
},
"1961": {
"name": "From 1961 to 1990"
},
"1991": {
"name": "From 1991 to present"
},
"allTime": {
"name": "Entire period"
}
}
}