climate-plots-config
Version:
46 lines (45 loc) • 665 B
JSON
{
"type": "column",
"groups": {
"0": {
"baseline": false,
"yAxis": {
"formatter": "MMDD"
},
"xAxis": {
"ticketInterval": 10
},
"tooltip": {
"type": "winterDOY"
}
},
"1": {
"baseline": true,
"tooltip": {
"type": "winterDOY"
},
"xAxis": {
"ticketInterval": 10
}
}
},
"decimals": 0,
"series": {
"avg": {
"className": "series-freeze",
"preset": "avg",
"group": 0,
"visible": true,
"colour": "#CDD8F0",
"borderColour": "#5F7CB9",
"type": "line"
},
"diff": {
"className": "series-diff",
"preset": "diff",
"group": 1,
"visible": true,
"type": "column"
}
}
}