I am having trouble setting "plot_type = line"  (with markers) for ET and 
rain for week, month, year.  It works for day.  I changed settings in 
weewx.conf as follows:
                [[[[[weekrain]]]]]
                     # Make sure the y-axis increment is at least 0.02 for 
the rain plot            
                     yscale = None, None, 0.02
#                    plot_type = bar                                       
                         
                     plot_type = line
                     marker_type = box
                     marker_size = 2
                     [[[[[[weatherwmRain]]]]]]
                         fill_color = "#000000"
                         aggregate_type = sum
                         aggregate_interval = day
                         data_type = rain
                         data_binding = weatherwm_binding
                         label = WWM rain (daily total)
                         # color = "#64B5F6"                               
                         
                         color = "#4080bf"
                     [[[[[[wmodRain]]]]]]
                         fill_color = "#000000"
                         aggregate_type = sum
                         aggregate_interval = day
                         data_type = rain
                         data_binding = wmod_binding
                         label = WMOD rain (daily total)
                         color = "#FF7777"

                     [[[[[[rain]]]]]]
                         fill_color = "#000000"
                         aggregate_type = sum
                         aggregate_interval = day
                         data_type = rain
                         data_binding = wx_binding
                         label = AT rain (hourly total)
#                         label = AT Rain                                   
                        
                         color = "#66CDAA"
and similar for day, month and year.  the day one drew a line and markers.  
the others just drew markers and no bar or line.  

this is a weewx.conf for a merge of three weather stations.  it just uses 
wee_report not the server.  The bar graph overlaps for the three data 
points so you can only see the tallest bar.
It would be a mediocre solution if I could set an transparent bar color and 
have a bar outline.  What this really needs is the original question, how 
to draw a line graph.

I erased /var/www/html/weewx/*
then I re-ran wee_reports.

is there anything else I need to do please?

-- 
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/fc018528-263d-436a-a383-36731d4299c3n%40googlegroups.com.

Reply via email to