Belchertown - charts - column very narrow.

89 views
Skip to first unread message

Alex Slaets

unread,
Apr 11, 2021, 1:47:28 PM4/11/21
to weewx-user
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. 



olif onza

unread,
Apr 16, 2021, 6:16:04 AM4/16/21
to weewx-user
This is normally set in highcharts by

    plotOptions: {
        series: {
            pointWidth: 20
        }
    }
but as far I know it's not implemented yet, can you open an issue on Github
Reply all
Reply to author
Forward
0 new messages