Problem:
When charting the daily output of my solar panels as a column chart, the "columns" are actually lines.
Information:
A: Data
observation = eTodayTotal , total Watthours produced that day. (I get this in weewx from my PV inverter via the mqtt subscriber)-. Data is OK in the database.
B: graphs.conf
[month]
# Chart Timespan Defaults
title = "Deze maand"
show_button = true
button_text = "Maand"
type = spline
time_length = 2592000 # Last 30 days
tooltip_date_format = "dddd LL"
aggregate_type = max
aggregate_interval = 86400 # 1 day
gapsize = 86400 # 1 day in seconds
[[chart5]]
title = Zonnepanelen
[[[radiation]]]
name = Maximale instraling
zIndex = 1
color = "#ffc83f"
[[[eTodayTotal]]]
name = Dagopbrengst
type = column
yAxis = 1
color = "#2d2861"
C: Result:
I've tried numerous things to no avail.
Your help is welcome.