climate-plots-config
Version:
48 lines (47 loc) • 692 B
JSON
{
"type": "column",
"groups": {
"0": {
"baseline": false,
"yAxis": {
"reversed": true
},
"xAxis": {
"ticketInterval": 10
},
"tooltip": {
"type": "winterValue"
}
},
"1": {
"baseline": true,
"yAxis": {
"reversed": true
},
"xAxis": {
"ticketInterval": 10
},
"tooltip": {
"type": "winterValue"
}
}
},
"decimals": 0,
"series": {
"iceThick": {
"className": "series-iceThick",
"preset": "iceThick",
"group": 0,
"visible": true,
"colour": "#0000ee",
"type": "column"
},
"diff": {
"className": "series-diff",
"preset": "diff",
"group": 1,
"visible": true,
"type": "column"
}
}
}