Hello!

As I started with weewx in version 3.9 I modified the plot.js
from highcharts a little bit, ot get some more range options:

 }, {
        type: 'hour',
        count: 12,
        text: '12h'
    }, {
        type: 'hour',
        count: 24,
        text: '24h'
    }, {
        type: 'hour',
        count: 36,
        text: '36h'
    }, {
    type: 'day',
        count: 7,
        text: '7t'
    }, {
    type: 'day',
        count: 14,
        text: '14t'
    }, {
        type: 'all',
        text: '30t'
    }],

Now I changed to weewx 4.1 and get the new version of
Highcharts (thanx a lot again to gjr80 :) ).

But now the range "14t" is not working.
I can choose "7t" in my Highchartsplot and I can
choose "30t", both is working.
"14t" is diplayed too, but it is shaded, that it can not
be click to it.

I am not 1000% shure, but I think, it has been worked
with old version of weewx/highchart.

Or is something wrong with my modified syntax??

Regards, Astrid

-- 
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/cd7b1a34-d953-49eb-9fd4-8030d50a7664o%40googlegroups.com.

Reply via email to