Hi Ron,
you don't require the aggregate_interval, especially not with a setting of 
'1 day'.

Here is an example (for Belchertown version 1.1) from my webpage 
(www.wetter-zorneding.de - the rain chart on the Year 2020 page):
    [[rainmonthtotals]]
        title = Monatliche Niederschlagsmenge
        type = column
        aggregate_type = max
        xAxis_groupby = month
        xAxis_categories = 'Jan', 'Feb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', 
'Aug', 'Sep', 'Okt', 'Nov', 'Dez'
        [[[rainTotal]]]
            name = Rain Total

Hope that helps!

Manfred 


Am Mittwoch, 20. Mai 2020 06:04:38 UTC+2 schrieb Ron Sell:
>
> Having a little trouble with this one it showing individual days instead 
> of by the month:
>
> Any one have any clues?
> thanks
>
>
> [[avgclimatethisyear]]
>         title = "Average Climatological Values for This Year"
>         type = spline
>         time_length = year
>         aggregate_type = max
>         aggregate_interval = 86400 # 1 day
>         gapsize = 86400000
>         xaxis_groupby = month
>         xaxis_categories = 'Jan' , 'Feb' , 'Mar', 'Apr' , 'May' , 'June' , 
> 'July' , 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
>         [[[outTemp]]]
>             zIndex = 2
>             name = Max Temperature
>             color = red
>         [[[outTemp_min]]]
>             name = Min Temperature
>             observation_type = outTemp
>             aggregate_type = min
>             zIndex = 2
>         [[[rainTotal]]]
>             name = Rain Total
>             type = column
>             yAxis = 1
>             zIndex = 0
>             color = "#268bd2"
>
> [image: 2020-05-19-235800_1920x1080_scrot.png]
>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/e703c51e-8b02-4b4c-8e23-9202c60c80be%40googlegroups.com.

Reply via email to