climate-plots-config
Version:
65 lines • 1.4 kB
JSON
{
"valueSuffix": "cm",
"groups": {
"0": {
"title": "Annual average Snow Depth",
"subTitle": "[stationName]",
"caption": "Average annual snow depth in centimeters.",
"yAxis": {
"left": "Average Snow depth [cm]",
"right": "[X-AXIS]"
},
"xAxis": {
"categories": [
"Sep",
"Oct",
"Nov",
"Dec",
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Ju n"
],
"bott": "Month",
"top": "[Y-AXIS]"
},
"legend": "Weather"
},
"1": {
"title": "[stationName] Annual Average Snow Depth Difference from Baseline",
"subTitle": "",
"caption": "Difference between annual snow depth in centimeters and the average for the baseline period, typically 1961 to 1990.",
"yAxis": {
"left": "Average Snow depth [cm]",
"right": "[X-AXIS]"
},
"xAxis": {
"categories": [
"Sep",
"Oct",
"Nov",
"Dec",
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Ju n"
],
"bott": "Month",
"top": "[Y-AXIS]"
},
"legend": "Climate"
}
},
"series": {
"avg": {
"name": "Average snow depth"
},
"diff": {
"name": "Difference"
}
}
}