Re: [weewx-user] Re: Missing Ordinates on windrose graph [Belchertown]

2020-07-13 Thread Pat
I don't see a way for the yAxis title to change. Looks like a highcharts 
limitation - unless someone knows of a working CSS fix? (z-index did not 
work)

https://api.highcharts.com/highcharts/yAxis.title

On Monday, July 13, 2020 at 11:06:54 AM UTC-4, Pat wrote:
>
> Just pushed another commit to upgrade highcharts and fix the opacity issue 
> you pointed out. 
>
> Still working on the item
>
> On Monday, July 13, 2020 at 10:44:47 AM UTC-4, Didier Decoodt wrote:
>>
>> Many thank's Pat
>>
>> Le lun. 13 juil. 2020 à 16:43, Pat  a écrit :
>>
>>> This is fixed in the latest commit in the development branch. 
>>>
>>> As for the axis label, this is a highcharts thing. I'll research to see 
>>> if I can fix it or not
>>>
>>> On Monday, July 13, 2020 at 9:40:13 AM UTC-4, Didier Decoodt wrote:

 Pat
 Just another (very small) remark, in windrose graphic the axis label 
 (Frequency %) is displayed behind the graphic, also is not readable
 May be it's a Highchart problem...
 [image: image.png]

 Le lun. 13 juil. 2020 à 15:24, Didier Decoodt  a 
 écrit :

> Thank's Pat
> When I "inspect" the web page, I see that the missing ordinates exist 
> but have opacity="0"
> [image: image.png]
>
> May be it can help you...
>
> Didier
>
> Le lun. 13 juil. 2020 à 15:19, Pat  a écrit :
>
>> First time I'm noticing this. I'll take a look and see if I can 
>> figure out what changed
>>
>> On Sunday, July 12, 2020 at 1:13:48 PM UTC-4, Didier Decoodt wrote:
>>>
>>> Oh yes...
>>> Pat, have you seen the problem?
>>>
>>> Bonne soirée Jacques
>>>
>>> Le dim. 12 juil. 2020 à 19:08, Jacques Terrettaz  
>>> a écrit :
>>>
 Hi Didier,

 I see that you are using V1.2b6.That may be the problem... The 
 Belchertown site ( https://belchertownweather.com ) is running 
 also V1.2b6, and I see missing ordinates on the wind rose.

 All is OK with V 1.1 - see for example on my site  : 
 http://meteo-sciez.fr/weewx/belchertown/  
 

 Jacques

 Le dimanche 12 juillet 2020 17:20:21 UTC+2, didier@gmail.com a 
 écrit :
>
> Hi
>
> I have a small problem on windrose graph: some ordinates are not 
> displayed!
>
> Here is a part of my conf file:
> Ordinates
> 
> # Ordinal directions. The last one is for no wind 
> direction
> directions = N, NNE, NE, ENE, E, ESE, SE, SSE, S, 
> SSO, SO, OSO, O, ONO, NO, NNO, N/A
> 
> Here is a part of my graphs.conf file:
> [[chart4]]
> title = Rose des vents
> [[[windRose]]]
>
>
> Do you have an idea of this problem?
>
> Many thanks
> Didier
>
 -- 
 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...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/weewx-user/d7951c08-a443-4ea1-af64-5282bf30ed84o%40googlegroups.com
  
 
 .

>>> -- 
>> 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...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/63eb29ad-15a5-4e25-a183-d6d3704e76f2o%40googlegroups.com
>>  
>> 
>> .
>>
> -- 
>>> 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...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/weewx-user/589ccc7b-8516-4009-8cab-d75372feb0e4o%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>

-- 
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 di

Re: [weewx-user] Re: Missing Ordinates on windrose graph [Belchertown]

2020-07-13 Thread Pat
Just pushed another commit to upgrade highcharts and fix the opacity issue 
you pointed out. 

Still working on the item

On Monday, July 13, 2020 at 10:44:47 AM UTC-4, Didier Decoodt wrote:
>
> Many thank's Pat
>
> Le lun. 13 juil. 2020 à 16:43, Pat > a 
> écrit :
>
>> This is fixed in the latest commit in the development branch. 
>>
>> As for the axis label, this is a highcharts thing. I'll research to see 
>> if I can fix it or not
>>
>> On Monday, July 13, 2020 at 9:40:13 AM UTC-4, Didier Decoodt wrote:
>>>
>>> Pat
>>> Just another (very small) remark, in windrose graphic the axis label 
>>> (Frequency %) is displayed behind the graphic, also is not readable
>>> May be it's a Highchart problem...
>>> [image: image.png]
>>>
>>> Le lun. 13 juil. 2020 à 15:24, Didier Decoodt  a 
>>> écrit :
>>>
 Thank's Pat
 When I "inspect" the web page, I see that the missing ordinates exist 
 but have opacity="0"
 [image: image.png]

 May be it can help you...

 Didier

 Le lun. 13 juil. 2020 à 15:19, Pat  a écrit :

> First time I'm noticing this. I'll take a look and see if I can figure 
> out what changed
>
> On Sunday, July 12, 2020 at 1:13:48 PM UTC-4, Didier Decoodt wrote:
>>
>> Oh yes...
>> Pat, have you seen the problem?
>>
>> Bonne soirée Jacques
>>
>> Le dim. 12 juil. 2020 à 19:08, Jacques Terrettaz  
>> a écrit :
>>
>>> Hi Didier,
>>>
>>> I see that you are using V1.2b6.That may be the problem... The 
>>> Belchertown site ( https://belchertownweather.com ) is running also 
>>> V1.2b6, and I see missing ordinates on the wind rose.
>>>
>>> All is OK with V 1.1 - see for example on my site  : 
>>> http://meteo-sciez.fr/weewx/belchertown/  
>>> 
>>>
>>> Jacques
>>>
>>> Le dimanche 12 juillet 2020 17:20:21 UTC+2, didier@gmail.com a 
>>> écrit :

 Hi

 I have a small problem on windrose graph: some ordinates are not 
 displayed!

 Here is a part of my conf file:
 Ordinates
 
 # Ordinal directions. The last one is for no wind 
 direction
 directions = N, NNE, NE, ENE, E, ESE, SE, SSE, S, 
 SSO, SO, OSO, O, ONO, NO, NNO, N/A
 
 Here is a part of my graphs.conf file:
 [[chart4]]
 title = Rose des vents
 [[[windRose]]]


 Do you have an idea of this problem?

 Many thanks
 Didier

>>> -- 
>>> 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...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/weewx-user/d7951c08-a443-4ea1-af64-5282bf30ed84o%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>> -- 
> 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...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/weewx-user/63eb29ad-15a5-4e25-a183-d6d3704e76f2o%40googlegroups.com
>  
> 
> .
>
 -- 
>> 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...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/589ccc7b-8516-4009-8cab-d75372feb0e4o%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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/56931a41-ea9e-430a-a939-c7230a7bcd1co%40googlegroups.com.


Re: [weewx-user] Re: Missing Ordinates on windrose graph [Belchertown]

2020-07-13 Thread Didier Decoodt
Many thank's Pat

Le lun. 13 juil. 2020 à 16:43, Pat  a écrit :

> This is fixed in the latest commit in the development branch.
>
> As for the axis label, this is a highcharts thing. I'll research to see if
> I can fix it or not
>
> On Monday, July 13, 2020 at 9:40:13 AM UTC-4, Didier Decoodt wrote:
>>
>> Pat
>> Just another (very small) remark, in windrose graphic the axis label
>> (Frequency %) is displayed behind the graphic, also is not readable
>> May be it's a Highchart problem...
>> [image: image.png]
>>
>> Le lun. 13 juil. 2020 à 15:24, Didier Decoodt  a
>> écrit :
>>
>>> Thank's Pat
>>> When I "inspect" the web page, I see that the missing ordinates exist
>>> but have opacity="0"
>>> [image: image.png]
>>>
>>> May be it can help you...
>>>
>>> Didier
>>>
>>> Le lun. 13 juil. 2020 à 15:19, Pat  a écrit :
>>>
 First time I'm noticing this. I'll take a look and see if I can figure
 out what changed

 On Sunday, July 12, 2020 at 1:13:48 PM UTC-4, Didier Decoodt wrote:
>
> Oh yes...
> Pat, have you seen the problem?
>
> Bonne soirée Jacques
>
> Le dim. 12 juil. 2020 à 19:08, Jacques Terrettaz 
> a écrit :
>
>> Hi Didier,
>>
>> I see that you are using V1.2b6.That may be the problem... The
>> Belchertown site ( https://belchertownweather.com ) is running also
>> V1.2b6, and I see missing ordinates on the wind rose.
>>
>> All is OK with V 1.1 - see for example on my site  :
>> http://meteo-sciez.fr/weewx/belchertown/
>> 
>>
>> Jacques
>>
>> Le dimanche 12 juillet 2020 17:20:21 UTC+2, didier@gmail.com a
>> écrit :
>>>
>>> Hi
>>>
>>> I have a small problem on windrose graph: some ordinates are not
>>> displayed!
>>>
>>> Here is a part of my conf file:
>>> Ordinates
>>>
>>> # Ordinal directions. The last one is for no wind
>>> direction
>>> directions = N, NNE, NE, ENE, E, ESE, SE, SSE, S,
>>> SSO, SO, OSO, O, ONO, NO, NNO, N/A
>>>
>>> Here is a part of my graphs.conf file:
>>> [[chart4]]
>>> title = Rose des vents
>>> [[[windRose]]]
>>>
>>>
>>> Do you have an idea of this problem?
>>>
>>> Many thanks
>>> Didier
>>>
>> --
>> 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...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/weewx-user/d7951c08-a443-4ea1-af64-5282bf30ed84o%40googlegroups.com
>> 
>> .
>>
> --
 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...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/weewx-user/63eb29ad-15a5-4e25-a183-d6d3704e76f2o%40googlegroups.com
 
 .

>>> --
> 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/589ccc7b-8516-4009-8cab-d75372feb0e4o%40googlegroups.com
> 
> .
>

-- 
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/CAAvt3%3DRVLKdx%2B3O9Cs%3DcoiO-w56322w75TzDsaDMmtwGS2Ur3A%40mail.gmail.com.


Re: [weewx-user] Re: Missing Ordinates on windrose graph [Belchertown]

2020-07-13 Thread Pat
This is fixed in the latest commit in the development branch. 

As for the axis label, this is a highcharts thing. I'll research to see if 
I can fix it or not

On Monday, July 13, 2020 at 9:40:13 AM UTC-4, Didier Decoodt wrote:
>
> Pat
> Just another (very small) remark, in windrose graphic the axis label 
> (Frequency %) is displayed behind the graphic, also is not readable
> May be it's a Highchart problem...
> [image: image.png]
>
> Le lun. 13 juil. 2020 à 15:24, Didier Decoodt  > a écrit :
>
>> Thank's Pat
>> When I "inspect" the web page, I see that the missing ordinates exist but 
>> have opacity="0"
>> [image: image.png]
>>
>> May be it can help you...
>>
>> Didier
>>
>> Le lun. 13 juil. 2020 à 15:19, Pat > 
>> a écrit :
>>
>>> First time I'm noticing this. I'll take a look and see if I can figure 
>>> out what changed
>>>
>>> On Sunday, July 12, 2020 at 1:13:48 PM UTC-4, Didier Decoodt wrote:

 Oh yes...
 Pat, have you seen the problem?

 Bonne soirée Jacques

 Le dim. 12 juil. 2020 à 19:08, Jacques Terrettaz  
 a écrit :

> Hi Didier,
>
> I see that you are using V1.2b6.That may be the problem... The 
> Belchertown site ( https://belchertownweather.com ) is running also 
> V1.2b6, and I see missing ordinates on the wind rose.
>
> All is OK with V 1.1 - see for example on my site  : 
> http://meteo-sciez.fr/weewx/belchertown/  
> 
>
> Jacques
>
> Le dimanche 12 juillet 2020 17:20:21 UTC+2, didier@gmail.com a 
> écrit :
>>
>> Hi
>>
>> I have a small problem on windrose graph: some ordinates are not 
>> displayed!
>>
>> Here is a part of my conf file:
>> Ordinates
>> 
>> # Ordinal directions. The last one is for no wind 
>> direction
>> directions = N, NNE, NE, ENE, E, ESE, SE, SSE, S, 
>> SSO, SO, OSO, O, ONO, NO, NNO, N/A
>> 
>> Here is a part of my graphs.conf file:
>> [[chart4]]
>> title = Rose des vents
>> [[[windRose]]]
>>
>>
>> Do you have an idea of this problem?
>>
>> Many thanks
>> Didier
>>
> -- 
> 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...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/weewx-user/d7951c08-a443-4ea1-af64-5282bf30ed84o%40googlegroups.com
>  
> 
> .
>
 -- 
>>> 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...@googlegroups.com .
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/weewx-user/63eb29ad-15a5-4e25-a183-d6d3704e76f2o%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>

-- 
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/589ccc7b-8516-4009-8cab-d75372feb0e4o%40googlegroups.com.


Re: [weewx-user] Re: Missing Ordinates on windrose graph [Belchertown]

2020-07-13 Thread Pat
Looks like an issue with the latest version of highcharts. I'll revert back 
to the last version where it's working. 

On Monday, July 13, 2020 at 9:24:36 AM UTC-4, Didier Decoodt wrote:
>
> Thank's Pat
> When I "inspect" the web page, I see that the missing ordinates exist but 
> have opacity="0"
> [image: image.png]
>
> May be it can help you...
>
> Didier
>
> Le lun. 13 juil. 2020 à 15:19, Pat > a 
> écrit :
>
>> First time I'm noticing this. I'll take a look and see if I can figure 
>> out what changed
>>
>> On Sunday, July 12, 2020 at 1:13:48 PM UTC-4, Didier Decoodt wrote:
>>>
>>> Oh yes...
>>> Pat, have you seen the problem?
>>>
>>> Bonne soirée Jacques
>>>
>>> Le dim. 12 juil. 2020 à 19:08, Jacques Terrettaz  a 
>>> écrit :
>>>
 Hi Didier,

 I see that you are using V1.2b6.That may be the problem... The 
 Belchertown site ( https://belchertownweather.com ) is running also 
 V1.2b6, and I see missing ordinates on the wind rose.

 All is OK with V 1.1 - see for example on my site  : 
 http://meteo-sciez.fr/weewx/belchertown/  
 

 Jacques

 Le dimanche 12 juillet 2020 17:20:21 UTC+2, didier@gmail.com a 
 écrit :
>
> Hi
>
> I have a small problem on windrose graph: some ordinates are not 
> displayed!
>
> Here is a part of my conf file:
> Ordinates
> 
> # Ordinal directions. The last one is for no wind 
> direction
> directions = N, NNE, NE, ENE, E, ESE, SE, SSE, S, SSO, 
> SO, OSO, O, ONO, NO, NNO, N/A
> 
> Here is a part of my graphs.conf file:
> [[chart4]]
> title = Rose des vents
> [[[windRose]]]
>
>
> Do you have an idea of this problem?
>
> Many thanks
> Didier
>
 -- 
 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...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/weewx-user/d7951c08-a443-4ea1-af64-5282bf30ed84o%40googlegroups.com
  
 
 .

>>> -- 
>> 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...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/63eb29ad-15a5-4e25-a183-d6d3704e76f2o%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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/b256e8c4-b52f-424e-9d23-424fe7478e09o%40googlegroups.com.


Re: [weewx-user] Re: Missing Ordinates on windrose graph [Belchertown]

2020-07-13 Thread Didier Decoodt
Thank's Pat
When I "inspect" the web page, I see that the missing ordinates exist but
have opacity="0"
[image: image.png]

May be it can help you...

Didier

Le lun. 13 juil. 2020 à 15:19, Pat  a écrit :

> First time I'm noticing this. I'll take a look and see if I can figure out
> what changed
>
> On Sunday, July 12, 2020 at 1:13:48 PM UTC-4, Didier Decoodt wrote:
>>
>> Oh yes...
>> Pat, have you seen the problem?
>>
>> Bonne soirée Jacques
>>
>> Le dim. 12 juil. 2020 à 19:08, Jacques Terrettaz  a
>> écrit :
>>
>>> Hi Didier,
>>>
>>> I see that you are using V1.2b6.That may be the problem... The
>>> Belchertown site ( https://belchertownweather.com ) is running also
>>> V1.2b6, and I see missing ordinates on the wind rose.
>>>
>>> All is OK with V 1.1 - see for example on my site  :
>>> http://meteo-sciez.fr/weewx/belchertown/
>>> 
>>>
>>> Jacques
>>>
>>> Le dimanche 12 juillet 2020 17:20:21 UTC+2, didier@gmail.com a
>>> écrit :

 Hi

 I have a small problem on windrose graph: some ordinates are not
 displayed!

 Here is a part of my conf file:
 Ordinates

 # Ordinal directions. The last one is for no wind
 direction
 directions = N, NNE, NE, ENE, E, ESE, SE, SSE, S, SSO,
 SO, OSO, O, ONO, NO, NNO, N/A

 Here is a part of my graphs.conf file:
 [[chart4]]
 title = Rose des vents
 [[[windRose]]]


 Do you have an idea of this problem?

 Many thanks
 Didier

>>> --
>>> 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...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/weewx-user/d7951c08-a443-4ea1-af64-5282bf30ed84o%40googlegroups.com
>>> 
>>> .
>>>
>> --
> 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/63eb29ad-15a5-4e25-a183-d6d3704e76f2o%40googlegroups.com
> 
> .
>

-- 
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/CAAvt3%3DSU7YW8srFJFf3YsF6wSsH7ZTeuO9qxFCmLOgCzYS%2BvTw%40mail.gmail.com.


Re: [weewx-user] Re: Missing Ordinates on windrose graph [Belchertown]

2020-07-13 Thread Pat
First time I'm noticing this. I'll take a look and see if I can figure out 
what changed

On Sunday, July 12, 2020 at 1:13:48 PM UTC-4, Didier Decoodt wrote:
>
> Oh yes...
> Pat, have you seen the problem?
>
> Bonne soirée Jacques
>
> Le dim. 12 juil. 2020 à 19:08, Jacques Terrettaz  > a écrit :
>
>> Hi Didier,
>>
>> I see that you are using V1.2b6.That may be the problem... The 
>> Belchertown site ( https://belchertownweather.com ) is running also 
>> V1.2b6, and I see missing ordinates on the wind rose.
>>
>> All is OK with V 1.1 - see for example on my site  : 
>> http://meteo-sciez.fr/weewx/belchertown/  
>> 
>>
>> Jacques
>>
>> Le dimanche 12 juillet 2020 17:20:21 UTC+2, didier@gmail.com a 
>> écrit :
>>>
>>> Hi
>>>
>>> I have a small problem on windrose graph: some ordinates are not 
>>> displayed!
>>>
>>> Here is a part of my conf file:
>>> Ordinates
>>> 
>>> # Ordinal directions. The last one is for no wind 
>>> direction
>>> directions = N, NNE, NE, ENE, E, ESE, SE, SSE, S, SSO, 
>>> SO, OSO, O, ONO, NO, NNO, N/A
>>> 
>>> Here is a part of my graphs.conf file:
>>> [[chart4]]
>>> title = Rose des vents
>>> [[[windRose]]]
>>>
>>>
>>> Do you have an idea of this problem?
>>>
>>> Many thanks
>>> Didier
>>>
>> -- 
>> 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...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/d7951c08-a443-4ea1-af64-5282bf30ed84o%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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/63eb29ad-15a5-4e25-a183-d6d3704e76f2o%40googlegroups.com.


Re: [weewx-user] Re: Missing Ordinates on windrose graph [Belchertown]

2020-07-12 Thread Didier Decoodt
Oh yes...
Pat, have you seen the problem?

Bonne soirée Jacques

Le dim. 12 juil. 2020 à 19:08, Jacques Terrettaz  a
écrit :

> Hi Didier,
>
> I see that you are using V1.2b6.That may be the problem... The Belchertown
> site ( https://belchertownweather.com ) is running also V1.2b6, and I see
> missing ordinates on the wind rose.
>
> All is OK with V 1.1 - see for example on my site  :
> http://meteo-sciez.fr/weewx/belchertown/
> 
>
> Jacques
>
> Le dimanche 12 juillet 2020 17:20:21 UTC+2, didier@gmail.com a écrit :
>>
>> Hi
>>
>> I have a small problem on windrose graph: some ordinates are not
>> displayed!
>>
>> Here is a part of my conf file:
>> Ordinates
>>
>> # Ordinal directions. The last one is for no wind
>> direction
>> directions = N, NNE, NE, ENE, E, ESE, SE, SSE, S, SSO,
>> SO, OSO, O, ONO, NO, NNO, N/A
>>
>> Here is a part of my graphs.conf file:
>> [[chart4]]
>> title = Rose des vents
>> [[[windRose]]]
>>
>>
>> Do you have an idea of this problem?
>>
>> Many thanks
>> Didier
>>
> --
> 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/d7951c08-a443-4ea1-af64-5282bf30ed84o%40googlegroups.com
> 
> .
>

-- 
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/CAAvt3%3DR7c0dGdRHFXU4HeY1ojQVMS43i%3DaFc0E3zUYUQqyWaxQ%40mail.gmail.com.