climate-plots-config
Version:
47 lines (46 loc) • 692 B
JSON
{
"type": "column",
"groups": {
"0": {
"baseline": false,
"yAxis": {
"formatter": "MMDD"
},
"xAxis": {
"ticketInterval": 10
},
"tooltip": {
"type": "winterDOY"
}
},
"1": {
"baseline": true,
"xAxis": {
"ticketInterval": 10
},
"tooltip": {
"type": "winterDOY"
}
}
},
"decimals": 0,
"series": {
"avg": {
"className": "series-breakup",
"preset": "avg",
"group": 0,
"visible": true,
"colour": "#f48c9d",
"borderColour": "#ee0000",
"type": "line"
},
"diff": {
"className": "series-diff",
"preset": "diff",
"group": 1,
"visible": true,
"colour": "[EXAMPLE]",
"type": "column"
}
}
}