Hello, I want to calculate the AVERAGE MONTHLY precipitation of all my readings.
I replaced "max" by "avg" in the example "Grouping rain totals" of Charts 
documentation.
I get a graph of the cumulative TOTAL but not the average.
Thank you for helping me.

[raintotals]
    title = Rain Totals by Month
    show_button = true
    button_text = Rain Totals
    type = column
    time_length = all
    aggregate_type = avg
    aggregate_interval = 86400 # 1 day

    [[rainmonthtotals]]
        title = Historical Rain Totals By Month
        subtitle = Rain Totals for All Months for All Time
        xAxis_groupby = month
        xAxis_categories = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 
'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
        [[[rainTotal]]]
            name = Rain Total

-- 
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/011b82fe-e0c0-40ad-92fe-6595689ec4af%40googlegroups.com.

Reply via email to