climate-plots-config
Version:
42 lines (41 loc) • 595 B
JSON
{
"type": "column",
"polar": true,
"groups": {
"0": {
"baseline": false
}
},
"decimals": 2,
"month": false,
"series": {
"max": {
"group": 0,
"visible": true,
"colour": "#ff0000",
"type": "line"
},
"min": {
"group": 0,
"visible": true,
"colour": "#0000ff",
"type": "line"
},
"avg": {
"group": 0,
"visible": true,
"colour": "#888888",
"type": "line"
},
"diff": {
"visible": true,
"colour": "[example]",
"type": "column"
},
"linjer": {
"visible": false,
"colour": "[example]",
"type": "[example]"
}
}
}