Pat ..Will give it a try. Here is my first attempt at using data labels.  
It is a work in progress.


On Sunday, August 25, 2019 at 9:44:47 PM UTC-4, Pat wrote:
>
> I added minorTicks to the 1.1 development version in a commit a couple of 
> weeks ago 
> <https://github.com/poblabs/weewx-belchertown/commit/b3066dcd9a631d111860ac7551bc6fc64523a0de>.
>   
> Use yAxis_minorTicks if you want to try it. I don't think it's documented 
> yet in my wiki though (but it follows the same rules as the official 
> highcharts 
> yaxis minorticks <https://api.highcharts.com/highcharts/yAxis.minorTicks>)
>
> I am also working on a chart type called weatherRadial in the development 
> version. I commited it as a basic feature today but has a bit of work to go 
> before it's done. 
>
> Details are here 
> <https://github.com/poblabs/weewx-belchertown/wiki/Belchertown-Charts-Documentation#the-weatherradial-observation>,
>  
> and if anyone's interested install the 1.1b5 development version to try it 
> out. (Since this is development version, please note I may rename it (to 
> something like outTempRadial or outTempRanges) in future release).
>
>
> On Saturday, August 24, 2019 at 10:56:12 PM UTC-4, rich T wrote:
>>
>> 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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/dac0951c-6103-41b0-af6c-e47184db68e4%40googlegroups.com.

Reply via email to