climate-plots-config
Version:
44 lines • 1.29 kB
JSON
{
"valueSuffix": "mm",
"groups": {
"0": {
"title": "Spring Average Precipitation",
"subTitle": "[stationName]",
"caption": "Average annual spring (March to May) precipitation. Note the measurement of snow from precipitation is estimated from precipitation taking place when the temperature was simultaneously recorded as below 0° C. These values should be considered estimates and not a precise value.",
"yAxis": {
"left": "Total Precipitation [mm]",
"right": "[X-AXIS]"
},
"xAxis": {
"bott": "Year",
"top": "[Y-AXIS]"
},
"legend": "Weather"
},
"1": {
"title": "Spring Average Precipitation Difference From Baseline",
"subTitle": "[stationName]",
"caption": "Difference between the spring (March-May) seasonal averages and the average for the baseline period, [baseline].",
"yAxis": {
"left": "Average Precipitation [mm]",
"right": "[X-AXIS]"
},
"xAxis": {
"bott": "Year",
"top": "[Y-AXIS]"
},
"legend": "Climate"
}
},
"series": {
"diff": {
"name": "Difference"
},
"snow": {
"name": "Precipitation from snow"
},
"rain": {
"name": "Precipitation from rain"
}
}
}