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: 
Mechelen, BE Weather Conditions (aslaets.be) 
<http://weer.aslaets.be/graphs/?graph=month>

I've tried numerous things to no avail. 

Your help is welcome. 



-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/3be9dbad-2273-4287-909d-74c374e3d8a7n%40googlegroups.com.

Reply via email to