Pat...Here are the latest graphs. I'm using Y axis 0 and Y axis 1 now.  Is 
there a way to add minor grid lines and zones?

[[Rain_Thunder_Day]]  
      
       title = Past 24 Hr Rain / Lightning
       time_length = 86400
       aggregate_type = sum
       aggregate_interval = 900
       gapsize = 900000
       
       [[[rainRate]]]
            name = Rain Rate
            yAxis = 1
            zIndex = 0
            color = Orange
            dashStyle = DashDot
                   
       [[[rainTotal]]]
            name = Rain Total
            yAxis = 1
            zIndex = 1
            color = Yellow
            dashStyle = ShortDash
            
        [[[outTemp]]]
            name = Temperature
            aggregate_type = max
            yAxis = 1
            zIndex = 2
            color = Cyan
            
         [[[dewpoint]]]
            name = Dewpoint
            aggregate_type = max
            yAxis = 1
            zIndex = 3
            color = Purple 
            dashStyle = Dash
            
         [[[lightning_strikes]]]
            name = Lightning Count
            aggregate_type = sum
            yAxis = 0
            yAxisLabel = AS3935 Lightning Strikes
            zIndex = 1
            color = Red
            type = column 
             
     
     [[Rain_Thunder_Week]]
     
        title = Weekly Rain / Lightning
        time_length = 604800
        aggregate_type = sum
        aggregate_interval = 900
        gapsize = 900000
        
       [[[rainRate]]]
            name = Rain Rate
            yAxis = 1
            zIndex = 0
            color = Orange
            dashStyle = DashDot
                   
       [[[rainTotal]]]
            name = Rain Total
            yAxis = 1
            zIndex = 1
            color = Yellow
            dashStyle = ShortDash
            
        [[[outTemp]]]
            name = Temperature
            aggregate_type = max
            yAxis = 1
            zIndex = 2
            color = Cyan
            
         [[[dewpoint]]]
            name = Dewpoint
            aggregate_type = max
            yAxis = 1
            zIndex = 3
            color = Purple 
            dashStyle = Dash
            
         [[[lightning_strikes]]]
            name = Lightning Count
            aggregate_type = sum
            yAxis = 0
            yAxisLabel = AS3935 Lightning Strikes
            zIndex = 1
            color = Red
            type = column

            
      [[Rain_Thunder_Month]]  
      
       title = Monthly Rain / Lightning
       time_length = 2592000 # Last 30 days
       tooltip_date_format = "dddd LL"
       aggregate_type = sum
       aggregate_interval = 86400 # 1 day
       gapsize = 86400000 # 1 day in milliseconds
        
        [[[rainRate]]]
            name = Rain Rate
            yAxis = 1
            zIndex = 0
            color = Orange
            dashStyle = DashDot
                   
       [[[rainTotal]]]
            name = Rain Total
            yAxis = 1
            zIndex = 1
            color = Yellow
            dashStyle = ShortDash
            
        [[[outTemp]]]
            name = Temperature
            aggregate_type = max
            yAxis = 1
            zIndex = 2
            color = Cyan
            
         [[[dewpoint]]]
            name = Dewpoint
            aggregate_type = max
            yAxis = 1
            zIndex = 3
            color = Purple 
            dashStyle = Dash
            
         [[[lightning_strikes]]]
            name = Lightning Count
            aggregate_type = sum
            yAxis = 0
            yAxisLabel = AS3935 Lightning Strikes
            zIndex = 1
            color = Red
            type = column 

Rich


-- 
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/bff16821-bb24-4f86-9012-68c10d7a860f%40googlegroups.com.

Reply via email to