climate-plots-config
Version:
49 lines (48 loc) • 690 B
JSON
{
"unitType": "day",
"type": "column",
"groups": {
"0": {
"baseline": false,
"yAxis": {
"max": 250,
"min": 80
},
"xAxis": {
"ticketInterval": 10
},
"tooltip": {
"type": "winterValue"
}
},
"1": {
"baseline": true,
"yAxis": {
},
"xAxis": {
"ticketInterval": 10
},
"tooltip": {
"type": "winterValue"
}
}
},
"decimals": 0,
"series": {
"avg": {
"className": "series-iceTime",
"preset": "avg",
"group": "0",
"visible": true,
"colour": "#00bb00",
"type": "line"
},
"diff": {
"className": "series-diff",
"preset": "diff",
"group": "1",
"visible": true,
"type": "column"
}
}
}