Hello,
In Weewx, is it possible to generate a graph with cumulated bars? For example, for year's rain, you'd see rain in January, then rain of January + February, then rain of January + February + March etc.
In skin.conf, I see this config. But tweaking the aggregate interval won't help me, because it won't sum the previous months... And plot_type only has bar, line or vector available.
So, is this possible ?
Thanks
[[[yearrain]]]
yscale = None, None, 0.02
plot_type = bar
[[[[rain]]]]
aggregate_type = sum
# aggregate_interval = 2629800 # Magic number: the length of a nominal month
aggregate_interval = 604800 # == 1 week
label = Rain (weekly total)