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
<https://github.com/poblabs/weewx-belchertown/issues>
Le dimanche 11 avril 2021 à 19:47:28 UTC+2, [email protected] a écrit :
> 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/30617d0f-2a20-4ff2-a5fd-50e473919b30n%40googlegroups.com.