Hi,
I'm using the Belchertown skin (V 1.3b1)
- With weewx 4.4.0 the graph for a day is displayed from midnigt to midnight (xAxis complete day)
- With last release weewx 4.5.1 the graph is displayed from midnight to now
Is it possible to have an xAxis "complete day" with the last release?
(This is the same effect for week and year)
Thanks a lot
graphs.conf:
# Chart Timespan Defaults
title = "Depuis minuit"
show_button = false
button_text = "" # graphique utilisé sur la page principale
tooltip_date_format = "LLL"
gapsize = 300 # This should be your archive_interval from weewx.conf 5 minutes
aggregate_type = max
aggregate_interval = 300
time_length = today
[[chart1]]
title = Température
type = spline
[[[appTemp]]]
color = "#dd3497"
name = Ressenti
[[[outTemp]]]
color = "#b2df8a"
[[[dewpoint]]]
yAxis_label = ( °C )
yAxis_tickInterval = 2
yAxis_softMin = 0