UNPKG

climate-plots-config

Version:
44 lines 1.25 kB
{ "valueSuffix": "mm", "groups": { "0": { "title": "Average [month] Precipitation", "subTitle": "[stationName]", "caption": "Average monthly precipitation for [month]. 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": "Precipitation Difference From Baseline", "subTitle": "[stationName]", "caption": "Difference between the [month] precipitation 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": "" }, "snow": { "name": "Precipitation from snow" }, "rain": { "name": "Precipitation from rain" } } }