climate-plots-config
Version:
54 lines • 999 B
JSON
{
"valueSuffix": "cm",
"groups": {
"0": {
"title": "Snow Depth",
"subTitle": "[stationName]",
"caption": "Average monthly snow depth in centimeters by decade.",
"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": {
"1961": {
"name": "From 1961 to 1970"
},
"1971": {
"name": "From 1971 to 1980"
},
"1981": {
"name": "From 1981 to 1990"
},
"1991": {
"name": "From 1991 to 2000"
},
"2001": {
"name": "From 2001 to 2010"
},
"2011": {
"name": "From 2011 to present"
},
"allTime": {
"name": "Entire period"
}
}
}