climate-plots-config
Version:
64 lines • 1.56 kB
JSON
{
"valueSuffix": "",
"groups": {
"0": {
"title": "[REMOVE] Wettest [unit] of the year",
"subTitle": "[stationName]",
"yAxis": {
"left": "Total precipitation [mm]",
"right": "[X-Axis]"
},
"xAxis": {
"bott": "Year",
"top": "[Y-AXIS]"
},
"caption": "The wettest [unit] of the year (total precipitation in mm).",
"legend": "Weather"
},
"1": {
"title": "Precipitation Difference From Baseline",
"subTitle": "[stationName]",
"caption": "Difference between the yearly extreme [interval] precipitation and the average extreme [interval] precipitation for the baseline period, typically [baselineLower] to [baselineUpper].",
"yAxis": {
"left": "Temperature [°C]",
"right": "[X-AXIS]"
},
"xAxis": {
"bott": "Year",
"top": "[Y-AXIS]"
},
"legend": "Climate"
},
"2": {
"title": "Dryest [unit] of the year",
"subTitle": "[stationName]",
"yAxis": {
"left": "Total precipitation [mm]",
"right": "[X-Axis]"
},
"xAxis": {
"bott": "Year",
"top": "[Y-AXIS]"
},
"caption": "The dryest [unit] of the year (total precipitation in mm).",
"legend": "Weather"
}
},
"series": {
"extreme-high": {
"name": "",
"week": "",
"day": ""
},
"extreme-low": {
"name": "",
"week": "",
"day": ""
},
"diff": {
"name": "",
"week": "",
"day": ""
}
}
}