climate-plots-config
Version:
41 lines • 908 B
JSON
{
"valueSuffix": "",
"groups": {
"0": {
"title": "Maximum Lake Ice Thickness",
"subTitle": "Torneträsk",
"caption": "The maximum ice thickness for a given winter.",
"yAxis": {
"left": "Ice thickness [cm]",
"right": "[X-AXIS]"
},
"xAxis": {
"bott": "Year",
"top": "[Y-AXIS]"
},
"legend": "Weather"
},
"1": {
"title": "Maximum Lake Ice Thickness Difference",
"subTitle": "Torneträsk",
"caption": "The maximum ice thickness for a given winter.",
"yAxis": {
"left": "Ice thickness [cm]",
"right": "[X-AXIS]"
},
"xAxis": {
"bott": "Year",
"top": "[Y-AXIS]"
},
"legend": "Climate"
}
},
"series": {
"iceThick": {
"name": "Ice thickness (cm)"
},
"diff": {
"name": "Ice thickess Difference (cm)"
}
}
}