var graphs = {}; $(document).ready(function() { dataset = [ { label: 'Teplota (°C)', data: [], color: '#d6212a' }, { label: 'Rosný bod (°C)', data: [], color: '#5b9f4a' } ]; var options = { xaxes: [{ axisLabel: 'temperature', }], points: { show: false }, lines: { show: true, lineWidth: 2, fill: false, }, xaxis: { mode: 'time', minTickSize: [1, 'hour'], timeformat: '%d.%m.\, %H:%M', timezone: 'browser', }, grid: { hoverable: true, clickable: true, borderWidth: 0, }, tooltip: { show: true, content: '%x - %y.1°C' }, crosshair: { mode: 'x' }, legend: { show: true, container: '#chart-temperature-legend' } }; graphs['#chart-temperature'] = $.plot('#chart-temperature', dataset, options); }); $(document).ready(function() { dataset = [ { label: 'Rýchlosť vetra (km/h)', data: [[1713736828000,1.26],[1713736956000,2.376],[1713737276000,2.592],[1713737596000,5.13],[1713737852000,3.816],[1713738172000,1.584],[1713738492000,2.088],[1713738812000,1.98],[1713739068000,3.024],[1713739388000,0.288],[1713739708000,0],[1713739964000,0],[1713740284000,1.224],[1713740604000,1.35],[1713740860000,1.872],[1713741180000,0.504],[1713741500000,1.71],[1713741756000,0],[1713742113000,0],[1713742380000,0],[1713742700000,0],[1713742956000,0],[1713743276000,0],[1713743596000,0],[1713743851000,0],[1713744171000,0],[1713744491000,0.72],[1713744811000,0],[1713745067000,0],[1713745387000,0],[1713745707000,0.09],[1713745963000,0],[1713746283000,0],[1713746604000,0],[1713746860000,0],[1713747181000,0],[1713747500000,0],[1713747753000,0],[1713748076000,0],[1713748396000,0],[1713748668000,0],[1713748988000,0],[1713749308000,0.72],[1713749564000,2.664],[1713749884000,1.008],[1713750204000,0.36],[1713750460000,1.296],[1713750780000,0.504],[1713751100000,0],[1713751353000,0],[1713751676000,0],[1713751997000,0],[1713752253000,0],[1713752572000,0],[1713752892000,0],[1713753212000,0.72],[1713753468000,0],[1713753788000,0],[1713754108000,0.09],[1713754364000,1.224],[1713754683000,0],[1713755003000,0.09],[1713755253000,0.504],[1713755553000,0],[1713755867000,0],[1713756187000,0],[1713756507000,0],[1713756752000,0],[1713757068000,0],[1713757388000,0],[1713757708000,0],[1713757964000,0],[1713758284000,0],[1713758604000,0],[1713758860000,0],[1713759180000,0],[1713759500000,0.18],[1713759753000,0],[1713760076000,0.072],[1713760396000,0.36],[1713760652000,0.432],[1713760972000,0.576],[1713761308000,0],[1713761564000,0],[1713761888000,0],[1713762156000,0],[1713762477000,0.432],[1713762796000,1.17],[1713763052000,0.864],[1713763395000,0],[1713763660000,0],[1713763982000,0],[1713764300000,0],[1713764554000,0],[1713764876000,0],[1713765196000,0],[1713765451000,0],[1713765771000,0],[1713766094000,0],[1713766411000,0],[1713766667000,0],[1713766987000,0],[1713767307000,0],[1713767564000,0],[1713767883000,0],[1713768203000,0],[1713768459000,0],[1713768779000,0.288],[1713769099000,0.54],[1713769353000,0],[1713769675000,0],[1713769995000,0.36],[1713770251000,0],[1713770571000,0],[1713770891000,0],[1713771213000,0],[1713771453000,0],[1713771772000,0],[1713772091000,0],[1713772412000,0],[1713772667000,0],[1713772987000,0.144],[1713773307000,0],[1713773553000,0],[1713773853000,0],[1713774172000,0],[1713774492000,0.072],[1713774815000,0],[1713775067000,0],[1713775388000,0.432],[1713775708000,0.54],[1713775963000,0.288],[1713776283000,1.152],[1713776603000,0.09],[1713776853000,0],[1713777153000,0.648],[1713777467000,1.224],[1713777787000,3.096],[1713778107000,4.95],[1713778363000,0.72],[1713778683000,3.816],[1713779003000,2.07],[1713779259000,2.376],[1713779579000,2.736],[1713779900000,1.44],[1713780153000,0.576],[1713780475000,0.072],[1713780795000,1.26],[1713781052000,0.432],[1713781371000,1.368],[1713781691000,0.54],[1713781955000,0.072],[1713782283000,3.024],[1713782604000,3.33],[1713782875000,0.072],[1713783196000,0],[1713783451000,0],[1713783771000,2.88],[1713784091000,3.024],[1713784411000,3.06],[1713784667000,4.896],[1713784987000,2.52],[1713785307000,3.24],[1713785563000,2.736],[1713785899000,3.06],[1713786153000,2.736],[1713786475000,3.456],[1713786811000,5.04],[1713787067000,4.536],[1713787388000,5.112],[1713787707000,7.02],[1713787964000,7.776],[1713788283000,6.57],[1713788566000,4.824],[1713788891000,3.96],[1713789211000,5.13],[1713789468000,5.976],[1713789787000,3.312],[1713790107000,3.06],[1713790364000,3.528],[1713790683000,3.24],[1713791003000,2.7],[1713791253000,3.24],[1713791553000,4.32],[1713791853000,5.832],[1713792171000,4.32],[1713792491000,4.32],[1713792811000,5.49],[1713793067000,2.592],[1713793387000,4.608],[1713793708000,6.3],[1713793964000,3.888],[1713794283000,3.96],[1713794609000,5.67],[1713794875000,3.312],[1713795195000,1.71],[1713795452000,2.808],[1713795772000,2.808],[1713796091000,4.392],[1713796413000,4.23],[1713796669000,1.944],[1713796987000,2.664],[1713797307000,3.69],[1713797563000,1.944],[1713797882000,3.24],[1713798202000,2.07],[1713798458000,1.584],[1713798778000,4.68],[1713799099000,3.78],[1713799353000,0.936],[1713799658000,3.816],[1713799978000,2.448],[1713800299000,1.62],[1713800553000,4.032],[1713800859000,3.6],[1713801179000,1.89],[1713801451000,2.088],[1713801770000,0.936],[1713802090000,1.08],[1713802362000,1.152],[1713802682000,1.224],[1713803002000,0],[1713803253000,0.864],[1713803553000,1.512],[1713803867000,0.864],[1713804203000,0.54],[1713804459000,1.728],[1713804779000,2.016],[1713805098000,0.36],[1713805353000,0],[1713805674000,0],[1713805994000,0],[1713806250000,0.216],[1713806570000,0],[1713806890000,0],[1713807210000,0],[1713807466000,0],[1713807786000,0],[1713808106000,0],[1713808362000,0],[1713808682000,0],[1713809003000,0.36],[1713809258000,0],[1713809578000,0],[1713809898000,0],[1713810153000,0],[1713810474000,0.072],[1713810794000,0],[1713811050000,0],[1713811354000,0],[1713811675000,2.952],[1713811995000,2.7],[1713812250000,2.664],[1713812554000,3.6],[1713812875000,3.096],[1713813195000,2.25],[1713813451000,2.16],[1713813771000,3.744],[1713814091000,2.52],[1713814411000,1.98],[1713814667000,2.736],[1713814987000,3.312],[1713815307000,4.23],[1713815563000,2.664],[1713815883000,4.032],[1713816203000,5.31],[1713816459000,3.528],[1713816779000,3.096],[1713817099000,3.24],[1713817354000,3.24],[1713817675000,1.944],[1713817995000,5.4],[1713818251000,4.968],[1713818571000,3.6],[1713818891000,3.24],[1713819211000,3.06],[1713819466000,5.4],[1713819786000,4.248],[1713820106000,5.4],[1713820362000,4.464],[1713820682000,3.888],[1713821002000,3.78],[1713821258000,3.6],[1713821595000,2.79],[1713821851000,2.304],[1713822172000,5.544],[1713822571000,5.04],[1713822859000,4.32],[1713823051000,1.559999988],], color: '#002f80', points: { show: false }, lines: { show: true, lineWidth: 2, fill: false, }, }, { label: 'Náraz vetra (km/h)', data: [[1713736828000,1.26],[1713736956000,3.528],[1713737276000,3.528],[1713737596000,7.65],[1713737852000,6.048],[1713738172000,3.528],[1713738492000,4.032],[1713738812000,3.78],[1713739068000,3.024],[1713739388000,0.504],[1713739708000,0],[1713739964000,0],[1713740284000,2.52],[1713740604000,3.15],[1713740860000,3.024],[1713741180000,1.008],[1713741500000,3.15],[1713741756000,0],[1713742113000,0],[1713742380000,0],[1713742700000,0],[1713742956000,0],[1713743276000,0],[1713743596000,0],[1713743851000,0],[1713744171000,0],[1713744491000,1.008],[1713744811000,0],[1713745067000,0],[1713745387000,0],[1713745707000,0.63],[1713745963000,0],[1713746283000,0],[1713746604000,0],[1713746860000,0],[1713747181000,0],[1713747500000,0],[1713747753000,0],[1713748076000,0],[1713748396000,0],[1713748668000,0],[1713748988000,0],[1713749308000,1.26],[1713749564000,3.528],[1713749884000,1.512],[1713750204000,1.89],[1713750460000,1.512],[1713750780000,0.504],[1713751100000,0],[1713751353000,0],[1713751676000,0],[1713751997000,0],[1713752253000,0],[1713752572000,0],[1713752892000,0],[1713753212000,1.26],[1713753468000,0],[1713753788000,0],[1713754108000,0.63],[1713754364000,2.52],[1713754683000,0],[1713755003000,0.63],[1713755253000,1.008],[1713755553000,0],[1713755867000,0],[1713756187000,0],[1713756507000,0],[1713756752000,0],[1713757068000,0],[1713757388000,0],[1713757708000,0],[1713757964000,0],[1713758284000,0],[1713758604000,0],[1713758860000,0],[1713759180000,0],[1713759500000,0.63],[1713759753000,0],[1713760076000,0.504],[1713760396000,0.63],[1713760652000,0.504],[1713760972000,1.008],[1713761308000,0],[1713761564000,0],[1713761888000,0],[1713762156000,0],[1713762477000,0.504],[1713762796000,1.26],[1713763052000,1.512],[1713763395000,0],[1713763660000,0],[1713763982000,0],[1713764300000,0],[1713764554000,0],[1713764876000,0],[1713765196000,0],[1713765451000,0],[1713765771000,0],[1713766094000,0],[1713766411000,0],[1713766667000,0],[1713766987000,0],[1713767307000,0],[1713767564000,0],[1713767883000,0],[1713768203000,0],[1713768459000,0],[1713768779000,0.504],[1713769099000,0.63],[1713769353000,0],[1713769675000,0],[1713769995000,0.63],[1713770251000,0],[1713770571000,0],[1713770891000,0],[1713771213000,0],[1713771453000,0],[1713771772000,0],[1713772091000,0],[1713772412000,0],[1713772667000,0],[1713772987000,0.504],[1713773307000,0],[1713773553000,0],[1713773853000,0],[1713774172000,0],[1713774492000,0.504],[1713774815000,0],[1713775067000,0],[1713775388000,0.504],[1713775708000,1.89],[1713775963000,1.512],[1713776283000,1.512],[1713776603000,0.63],[1713776853000,0],[1713777153000,1.512],[1713777467000,2.52],[1713777787000,4.032],[1713778107000,6.93],[1713778363000,2.016],[1713778683000,5.544],[1713779003000,3.15],[1713779259000,4.536],[1713779579000,3.024],[1713779900000,2.52],[1713780153000,1.008],[1713780475000,0.504],[1713780795000,2.52],[1713781052000,0.504],[1713781371000,1.512],[1713781691000,0.63],[1713781955000,0.504],[1713782283000,4.536],[1713782604000,5.67],[1713782875000,0.504],[1713783196000,0],[1713783451000,0],[1713783771000,4.032],[1713784091000,4.032],[1713784411000,3.78],[1713784667000,6.048],[1713784987000,3.024],[1713785307000,3.78],[1713785563000,4.032],[1713785899000,3.78],[1713786153000,4.032],[1713786475000,4.032],[1713786811000,6.3],[1713787067000,5.04],[1713787388000,7.056],[1713787707000,10.17],[1713787964000,9.648],[1713788283000,7.65],[1713788566000,6.624],[1713788891000,5.544],[1713789211000,5.67],[1713789468000,8.136],[1713789787000,4.536],[1713790107000,4.41],[1713790364000,5.544],[1713790683000,4.536],[1713791003000,5.04],[1713791253000,4.536],[1713791553000,6.048],[1713791853000,7.056],[1713792171000,6.048],[1713792491000,4.536],[1713792811000,7.02],[1713793067000,3.528],[1713793387000,5.544],[1713793708000,7.56],[1713793964000,6.048],[1713794283000,7.056],[1713794609000,8.19],[1713794875000,4.032],[1713795195000,2.52],[1713795452000,5.04],[1713795772000,4.032],[1713796091000,6.12],[1713796413000,6.3],[1713796669000,3.024],[1713796987000,4.536],[1713797307000,6.3],[1713797563000,4.032],[1713797882000,5.04],[1713798202000,3.78],[1713798458000,2.52],[1713798778000,6.552],[1713799099000,5.04],[1713799353000,1.512],[1713799658000,5.04],[1713799978000,3.528],[1713800299000,1.89],[1713800553000,5.544],[1713800859000,5.544],[1713801179000,2.52],[1713801451000,3.528],[1713801770000,3.024],[1713802090000,2.52],[1713802362000,1.512],[1713802682000,2.016],[1713803002000,0],[1713803253000,1.512],[1713803553000,2.016],[1713803867000,1.512],[1713804203000,0.63],[1713804459000,2.016],[1713804779000,3.024],[1713805098000,0.63],[1713805353000,0],[1713805674000,0],[1713805994000,0],[1713806250000,1.512],[1713806570000,0],[1713806890000,0],[1713807210000,0],[1713807466000,0],[1713807786000,0],[1713808106000,0],[1713808362000,0],[1713808682000,0],[1713809003000,0.63],[1713809258000,0],[1713809578000,0],[1713809898000,0],[1713810153000,0],[1713810474000,0.504],[1713810794000,0],[1713811050000,0],[1713811354000,0],[1713811675000,4.032],[1713811995000,6.39],[1713812250000,4.032],[1713812554000,5.544],[1713812875000,5.04],[1713813195000,4.41],[1713813451000,3.528],[1713813771000,6.048],[1713814091000,5.04],[1713814411000,3.15],[1713814667000,3.528],[1713814987000,5.544],[1713815307000,6.3],[1713815563000,4.536],[1713815883000,7.56],[1713816203000,7.65],[1713816459000,5.04],[1713816779000,4.536],[1713817099000,5.04],[1713817354000,5.04],[1713817675000,3.024],[1713817995000,8.82],[1713818251000,6.552],[1713818571000,6.048],[1713818891000,4.032],[1713819211000,5.04],[1713819466000,7.56],[1713819786000,6.12],[1713820106000,7.56],[1713820362000,7.056],[1713820682000,5.544],[1713821002000,5.04],[1713821258000,5.04],[1713821595000,4.41],[1713821851000,3.528],[1713822172000,7.056],[1713822571000,6.3],[1713822859000,6.3],[1713823051000,4.200000012],], color: '#EF9856', points: { show: true }, lines: { show: false }, } ]; var options = { xaxes: [{ axisLabel: 'wind', }], xaxis: { mode: 'time', minTickSize: [1, 'hour'], timeformat: '%d.%m.\, %H:%M', timezone: 'browser', }, grid: { hoverable: true, clickable: true, borderWidth: 0, }, tooltip: { show: true, content: '%x - %y.1km/h' }, crosshair: { mode: 'x' }, legend: { show: true, container: '#chart-wind-legend' } }; graphs['#chart-wind'] = $.plot('#chart-wind', dataset, options); }); $(document).ready(function() { dataset = [ { label: 'Smer vetra', data: [[1713736828000,156.50000000],[1713736956000,249.00000000],[1713737276000,141.40000000],[1713737596000,195.50000000],[1713737852000,90.80000000],[1713738172000,302.80000000],[1713738492000,247.40000000],[1713738812000,232.50000000],[1713739068000,234.80000000],[1713739388000,285.20000000],[1713739708000,312.00000000],[1713739964000,310.20000000],[1713740284000,248.20000000],[1713740604000,213.00000000],[1713740860000,245.40000000],[1713741180000,289.40000000],[1713741500000,229.75000000],[1713741756000,302.80000000],[1713742113000,309.75000000],[1713742380000,314.20000000],[1713742700000,313.25000000],[1713742956000,313.00000000],[1713743276000,313.00000000],[1713743596000,313.00000000],[1713743851000,313.00000000],[1713744171000,313.00000000],[1713744491000,313.00000000],[1713744811000,309.00000000],[1713745067000,311.20000000],[1713745387000,300.00000000],[1713745707000,314.25000000],[1713745963000,311.20000000],[1713746283000,311.00000000],[1713746604000,311.00000000],[1713746860000,311.00000000],[1713747181000,311.00000000],[1713747500000,310.75000000],[1713747753000,310.00000000],[1713748076000,310.20000000],[1713748396000,310.00000000],[1713748668000,310.00000000],[1713748988000,310.00000000],[1713749308000,288.00000000],[1713749564000,270.40000000],[1713749884000,271.40000000],[1713750204000,274.75000000],[1713750460000,279.80000000],[1713750780000,301.20000000],[1713751100000,302.00000000],[1713751353000,301.80000000],[1713751676000,301.00000000],[1713751997000,301.00000000],[1713752253000,302.00000000],[1713752572000,302.00000000],[1713752892000,301.40000000],[1713753212000,301.00000000],[1713753468000,301.00000000],[1713753788000,301.00000000],[1713754108000,311.00000000],[1713754364000,264.40000000],[1713754683000,320.20000000],[1713755003000,314.00000000],[1713755253000,286.80000000],[1713755553000,296.80000000],[1713755867000,266.00000000],[1713756187000,280.80000000],[1713756507000,281.00000000],[1713756752000,280.40000000],[1713757068000,278.60000000],[1713757388000,285.00000000],[1713757708000,311.50000000],[1713757964000,311.20000000],[1713758284000,310.60000000],[1713758604000,311.75000000],[1713758860000,322.40000000],[1713759180000,315.00000000],[1713759500000,308.75000000],[1713759753000,286.60000000],[1713760076000,287.00000000],[1713760396000,279.75000000],[1713760652000,283.80000000],[1713760972000,268.80000000],[1713761308000,301.75000000],[1713761564000,291.40000000],[1713761888000,266.25000000],[1713762156000,277.40000000],[1713762477000,286.80000000],[1713762796000,273.00000000],[1713763052000,263.60000000],[1713763395000,279.50000000],[1713763660000,282.20000000],[1713763982000,284.20000000],[1713764300000,284.75000000],[1713764554000,285.00000000],[1713764876000,284.20000000],[1713765196000,284.00000000],[1713765451000,284.00000000],[1713765771000,281.80000000],[1713766094000,277.20000000],[1713766411000,277.75000000],[1713766667000,272.80000000],[1713766987000,273.80000000],[1713767307000,274.00000000],[1713767564000,274.00000000],[1713767883000,273.40000000],[1713768203000,274.00000000],[1713768459000,274.00000000],[1713768779000,273.00000000],[1713769099000,270.50000000],[1713769353000,271.00000000],[1713769675000,288.80000000],[1713769995000,305.25000000],[1713770251000,298.00000000],[1713770571000,304.80000000],[1713770891000,291.00000000],[1713771213000,291.00000000],[1713771453000,291.00000000],[1713771772000,291.00000000],[1713772091000,285.80000000],[1713772412000,282.75000000],[1713772667000,299.00000000],[1713772987000,303.60000000],[1713773307000,296.00000000],[1713773553000,296.00000000],[1713773853000,298.60000000],[1713774172000,302.40000000],[1713774492000,299.20000000],[1713774815000,299.75000000],[1713775067000,300.00000000],[1713775388000,295.00000000],[1713775708000,260.50000000],[1713775963000,302.20000000],[1713776283000,288.20000000],[1713776603000,286.75000000],[1713776853000,288.20000000],[1713777153000,264.40000000],[1713777467000,328.40000000],[1713777787000,188.40000000],[1713778107000,140.50000000],[1713778363000,270.80000000],[1713778683000,221.80000000],[1713779003000,241.50000000],[1713779259000,270.00000000],[1713779579000,213.60000000],[1713779900000,231.50000000],[1713780153000,189.80000000],[1713780475000,296.80000000],[1713780795000,273.00000000],[1713781052000,296.80000000],[1713781371000,305.40000000],[1713781691000,320.25000000],[1713781955000,309.60000000],[1713782283000,241.40000000],[1713782604000,247.25000000],[1713782875000,265.80000000],[1713783196000,282.50000000],[1713783451000,273.40000000],[1713783771000,255.80000000],[1713784091000,265.40000000],[1713784411000,265.00000000],[1713784667000,253.60000000],[1713784987000,282.80000000],[1713785307000,275.50000000],[1713785563000,294.20000000],[1713785899000,279.75000000],[1713786153000,282.00000000],[1713786475000,250.40000000],[1713786811000,248.25000000],[1713787067000,245.80000000],[1713787388000,263.60000000],[1713787707000,265.00000000],[1713787964000,245.40000000],[1713788283000,285.00000000],[1713788566000,290.40000000],[1713788891000,285.40000000],[1713789211000,249.75000000],[1713789468000,268.20000000],[1713789787000,278.80000000],[1713790107000,279.75000000],[1713790364000,228.60000000],[1713790683000,274.60000000],[1713791003000,308.75000000],[1713791253000,303.40000000],[1713791553000,261.00000000],[1713791853000,251.80000000],[1713792171000,261.20000000],[1713792491000,252.60000000],[1713792811000,266.00000000],[1713793067000,273.40000000],[1713793387000,268.40000000],[1713793708000,287.50000000],[1713793964000,306.80000000],[1713794283000,298.00000000],[1713794609000,283.75000000],[1713794875000,230.40000000],[1713795195000,236.00000000],[1713795452000,257.40000000],[1713795772000,272.80000000],[1713796091000,306.80000000],[1713796413000,283.75000000],[1713796669000,287.80000000],[1713796987000,241.20000000],[1713797307000,113.50000000],[1713797563000,194.20000000],[1713797882000,183.60000000],[1713798202000,285.75000000],[1713798458000,245.80000000],[1713798778000,234.40000000],[1713799099000,259.75000000],[1713799353000,286.60000000],[1713799658000,227.00000000],[1713799978000,279.20000000],[1713800299000,161.00000000],[1713800553000,164.80000000],[1713800859000,138.40000000],[1713801179000,276.00000000],[1713801451000,318.80000000],[1713801770000,316.20000000],[1713802090000,255.33333333],[1713802362000,302.40000000],[1713802682000,310.60000000],[1713803002000,302.75000000],[1713803253000,243.80000000],[1713803553000,330.80000000],[1713803867000,253.00000000],[1713804203000,313.25000000],[1713804459000,273.80000000],[1713804779000,272.60000000],[1713805098000,249.75000000],[1713805353000,311.60000000],[1713805674000,309.20000000],[1713805994000,302.75000000],[1713806250000,317.60000000],[1713806570000,303.00000000],[1713806890000,306.80000000],[1713807210000,307.00000000],[1713807466000,307.00000000],[1713807786000,307.00000000],[1713808106000,307.00000000],[1713808362000,307.00000000],[1713808682000,307.00000000],[1713809003000,306.75000000],[1713809258000,306.20000000],[1713809578000,306.00000000],[1713809898000,306.00000000],[1713810153000,306.00000000],[1713810474000,306.00000000],[1713810794000,306.00000000],[1713811050000,306.00000000],[1713811354000,306.00000000],[1713811675000,219.20000000],[1713811995000,176.75000000],[1713812250000,194.40000000],[1713812554000,128.80000000],[1713812875000,163.20000000],[1713813195000,176.00000000],[1713813451000,125.60000000],[1713813771000,159.60000000],[1713814091000,193.60000000],[1713814411000,250.25000000],[1713814667000,142.20000000],[1713814987000,98.20000000],[1713815307000,79.50000000],[1713815563000,189.40000000],[1713815883000,107.40000000],[1713816203000,130.75000000],[1713816459000,151.80000000],[1713816779000,294.40000000],[1713817099000,99.25000000],[1713817354000,179.40000000],[1713817675000,232.20000000],[1713817995000,46.75000000],[1713818251000,84.40000000],[1713818571000,123.80000000],[1713818891000,144.80000000],[1713819211000,52.25000000],[1713819466000,120.40000000],[1713819786000,77.80000000],[1713820106000,72.00000000],[1713820362000,75.20000000],[1713820682000,86.80000000],[1713821002000,179.50000000],[1713821258000,38.80000000],[1713821595000,257.00000000],[1713821851000,151.00000000],[1713822172000,107.60000000],[1713822571000,60.50000000],[1713822859000,329.00000000],[1713823051000,208.00000000],], color: '#002f80', points: { show: true }, lines: { show: false }, } ]; var options = { xaxes: [{ axisLabel: 'wind_direction', }], xaxis: { mode: 'time', minTickSize: [1, 'hour'], timeformat: '%d.%m.\, %H:%M', timezone: 'browser', }, yaxis: { min: 0, max: 360, ticks: [[0, 'S'], [90, 'V'], [180, 'J'], [270, 'Z'], [360, 'S']] }, grid: { hoverable: true, clickable: true, borderWidth: 0, }, tooltip: { show: true, content: function(label, xval, yval, flotItem) { dir = meteo_wind_direction_name(yval); format_date = moment(xval).format('DD.MM., hh:mm') return format_date+' - '+dir; } }, crosshair: { mode: 'x' }, legend: { show: true, container: '#chart-wind-direction-legend' } }; graphs['#chart-wind-direction'] = $.plot('#chart-wind-direction', dataset, options); }); $(document).ready(function() { dataset = [ { label: 'Slnečné žiarenie (W/m2)', data: [[1713736828000,0.00000000],[1713736956000,0.00000000],[1713737276000,0.00000000],[1713737596000,0.00000000],[1713737852000,0.00000000],[1713738172000,0.00000000],[1713738492000,0.00000000],[1713738812000,0.00000000],[1713739068000,0.00000000],[1713739388000,0.00000000],[1713739708000,0.00000000],[1713739964000,0.00000000],[1713740284000,0.00000000],[1713740604000,0.00000000],[1713740860000,0.00000000],[1713741180000,0.00000000],[1713741500000,0.00000000],[1713741756000,0.00000000],[1713742113000,0.00000000],[1713742380000,0.00000000],[1713742700000,0.00000000],[1713742956000,0.00000000],[1713743276000,0.00000000],[1713743596000,0.00000000],[1713743851000,0.00000000],[1713744171000,0.00000000],[1713744491000,0.00000000],[1713744811000,0.00000000],[1713745067000,0.00000000],[1713745387000,0.00000000],[1713745707000,0.00000000],[1713745963000,0.00000000],[1713746283000,0.00000000],[1713746604000,0.00000000],[1713746860000,0.00000000],[1713747181000,0.00000000],[1713747500000,0.00000000],[1713747753000,0.00000000],[1713748076000,0.00000000],[1713748396000,0.00000000],[1713748668000,0.00000000],[1713748988000,0.00000000],[1713749308000,0.00000000],[1713749564000,0.00000000],[1713749884000,0.00000000],[1713750204000,0.00000000],[1713750460000,0.00000000],[1713750780000,0.00000000],[1713751100000,0.00000000],[1713751353000,0.00000000],[1713751676000,0.00000000],[1713751997000,0.00000000],[1713752253000,0.00000000],[1713752572000,0.00000000],[1713752892000,0.00000000],[1713753212000,0.00000000],[1713753468000,0.00000000],[1713753788000,0.00000000],[1713754108000,0.00000000],[1713754364000,0.00000000],[1713754683000,0.00000000],[1713755003000,0.00000000],[1713755253000,0.00000000],[1713755553000,0.00000000],[1713755867000,0.00000000],[1713756187000,0.00000000],[1713756507000,0.00000000],[1713756752000,0.00000000],[1713757068000,0.00000000],[1713757388000,1.00000000],[1713757708000,1.00000000],[1713757964000,1.00000000],[1713758284000,1.40000000],[1713758604000,2.00000000],[1713758860000,2.40000000],[1713759180000,3.20000000],[1713759500000,4.50000000],[1713759753000,5.00000000],[1713760076000,5.60000000],[1713760396000,7.00000000],[1713760652000,8.80000000],[1713760972000,7.60000000],[1713761308000,7.00000000],[1713761564000,7.40000000],[1713761888000,9.00000000],[1713762156000,10.60000000],[1713762477000,12.80000000],[1713762796000,16.50000000],[1713763052000,18.00000000],[1713763395000,18.50000000],[1713763660000,21.00000000],[1713763982000,23.00000000],[1713764300000,27.75000000],[1713764554000,26.80000000],[1713764876000,28.80000000],[1713765196000,33.25000000],[1713765451000,33.80000000],[1713765771000,38.80000000],[1713766094000,44.20000000],[1713766411000,50.75000000],[1713766667000,61.60000000],[1713766987000,79.80000000],[1713767307000,90.50000000],[1713767564000,86.00000000],[1713767883000,77.40000000],[1713768203000,62.25000000],[1713768459000,53.80000000],[1713768779000,55.00000000],[1713769099000,56.75000000],[1713769353000,59.20000000],[1713769675000,56.20000000],[1713769995000,59.75000000],[1713770251000,66.80000000],[1713770571000,62.80000000],[1713770891000,65.20000000],[1713771213000,58.25000000],[1713771453000,53.20000000],[1713771772000,49.80000000],[1713772091000,46.80000000],[1713772412000,54.75000000],[1713772667000,55.40000000],[1713772987000,55.20000000],[1713773307000,56.75000000],[1713773553000,59.60000000],[1713773853000,62.60000000],[1713774172000,67.00000000],[1713774492000,74.20000000],[1713774815000,86.00000000],[1713775067000,104.20000000],[1713775388000,129.60000000],[1713775708000,149.25000000],[1713775963000,156.40000000],[1713776283000,144.60000000],[1713776603000,149.75000000],[1713776853000,175.20000000],[1713777153000,236.20000000],[1713777467000,312.60000000],[1713777787000,487.60000000],[1713778107000,472.00000000],[1713778363000,535.00000000],[1713778683000,422.80000000],[1713779003000,233.25000000],[1713779259000,177.40000000],[1713779579000,160.00000000],[1713779900000,133.25000000],[1713780153000,108.80000000],[1713780475000,92.80000000],[1713780795000,97.00000000],[1713781052000,102.00000000],[1713781371000,106.20000000],[1713781691000,101.50000000],[1713781955000,97.60000000],[1713782283000,90.80000000],[1713782604000,100.00000000],[1713782875000,127.40000000],[1713783196000,162.00000000],[1713783451000,200.40000000],[1713783771000,227.00000000],[1713784091000,250.00000000],[1713784411000,339.50000000],[1713784667000,273.00000000],[1713784987000,267.40000000],[1713785307000,265.25000000],[1713785563000,283.40000000],[1713785899000,322.75000000],[1713786153000,448.60000000],[1713786475000,594.20000000],[1713786811000,508.75000000],[1713787067000,378.20000000],[1713787388000,678.20000000],[1713787707000,432.75000000],[1713787964000,434.60000000],[1713788283000,265.75000000],[1713788566000,232.80000000],[1713788891000,208.00000000],[1713789211000,170.50000000],[1713789468000,166.00000000],[1713789787000,191.80000000],[1713790107000,258.75000000],[1713790364000,508.20000000],[1713790683000,361.80000000],[1713791003000,268.50000000],[1713791253000,486.40000000],[1713791553000,655.80000000],[1713791853000,631.80000000],[1713792171000,443.80000000],[1713792491000,333.40000000],[1713792811000,285.00000000],[1713793067000,310.00000000],[1713793387000,355.80000000],[1713793708000,394.75000000],[1713793964000,354.00000000],[1713794283000,251.80000000],[1713794609000,306.00000000],[1713794875000,252.80000000],[1713795195000,174.25000000],[1713795452000,107.00000000],[1713795772000,122.80000000],[1713796091000,128.80000000],[1713796413000,107.00000000],[1713796669000,76.80000000],[1713796987000,67.00000000],[1713797307000,88.00000000],[1713797563000,74.60000000],[1713797882000,72.80000000],[1713798202000,75.50000000],[1713798458000,86.20000000],[1713798778000,86.60000000],[1713799099000,77.25000000],[1713799353000,83.60000000],[1713799658000,68.80000000],[1713799978000,78.80000000],[1713800299000,77.75000000],[1713800553000,69.60000000],[1713800859000,94.40000000],[1713801179000,54.50000000],[1713801451000,60.80000000],[1713801770000,56.80000000],[1713802090000,48.33333333],[1713802362000,42.60000000],[1713802682000,36.40000000],[1713803002000,28.00000000],[1713803253000,45.40000000],[1713803553000,36.40000000],[1713803867000,35.80000000],[1713804203000,34.50000000],[1713804459000,30.20000000],[1713804779000,24.80000000],[1713805098000,20.25000000],[1713805353000,17.80000000],[1713805674000,15.80000000],[1713805994000,13.25000000],[1713806250000,11.20000000],[1713806570000,8.80000000],[1713806890000,6.80000000],[1713807210000,5.25000000],[1713807466000,3.60000000],[1713807786000,2.20000000],[1713808106000,1.25000000],[1713808362000,1.00000000],[1713808682000,0.20000000],[1713809003000,0.00000000],[1713809258000,0.00000000],[1713809578000,0.00000000],[1713809898000,0.00000000],[1713810153000,0.00000000],[1713810474000,0.00000000],[1713810794000,0.00000000],[1713811050000,0.00000000],[1713811354000,0.00000000],[1713811675000,0.00000000],[1713811995000,0.00000000],[1713812250000,0.00000000],[1713812554000,0.00000000],[1713812875000,0.00000000],[1713813195000,0.00000000],[1713813451000,0.00000000],[1713813771000,0.00000000],[1713814091000,0.00000000],[1713814411000,0.00000000],[1713814667000,0.00000000],[1713814987000,0.00000000],[1713815307000,0.00000000],[1713815563000,0.00000000],[1713815883000,0.00000000],[1713816203000,0.00000000],[1713816459000,0.00000000],[1713816779000,0.00000000],[1713817099000,0.00000000],[1713817354000,0.00000000],[1713817675000,0.00000000],[1713817995000,0.00000000],[1713818251000,0.00000000],[1713818571000,0.00000000],[1713818891000,0.00000000],[1713819211000,0.00000000],[1713819466000,0.00000000],[1713819786000,0.00000000],[1713820106000,0.00000000],[1713820362000,0.00000000],[1713820682000,0.00000000],[1713821002000,0.00000000],[1713821258000,0.00000000],[1713821595000,0.00000000],[1713821851000,0.00000000],[1713822172000,0.00000000],[1713822571000,0.00000000],[1713822859000,0.00000000],[1713823051000,0.00000000],], color: '#ffb92f' } ]; var options = { xaxes: [{ axisLabel: 'solar_radiation', }], points: { show: false }, lines: { show: true, lineWidth: 2, fill: false, }, yaxis: { min: 0, }, xaxis: { mode: 'time', minTickSize: [1, 'hour'], timeformat: '%d.%m.\, %H:%M', timezone: 'browser', }, grid: { hoverable: true, clickable: true, borderWidth: 0, }, tooltip: { show: true, content: '%x - %y.1W/m2' }, crosshair: { mode: 'x' }, legend: { show: true, container: '#chart-solar-radiation-legend' } }; graphs['#chart-solar-radiation'] = $.plot('#chart-solar-radiation', dataset, options); }); $(document).ready(function() { dataset = [ { label: 'UV žiarenie', data: [[1713736828000,0.00000000],[1713736956000,0.00000000],[1713737276000,0.00000000],[1713737596000,0.00000000],[1713737852000,0.00000000],[1713738172000,0.00000000],[1713738492000,0.00000000],[1713738812000,0.00000000],[1713739068000,0.00000000],[1713739388000,0.00000000],[1713739708000,0.00000000],[1713739964000,0.00000000],[1713740284000,0.00000000],[1713740604000,0.00000000],[1713740860000,0.00000000],[1713741180000,0.00000000],[1713741500000,0.00000000],[1713741756000,0.00000000],[1713742113000,0.00000000],[1713742380000,0.00000000],[1713742700000,0.00000000],[1713742956000,0.00000000],[1713743276000,0.00000000],[1713743596000,0.00000000],[1713743851000,0.00000000],[1713744171000,0.00000000],[1713744491000,0.00000000],[1713744811000,0.00000000],[1713745067000,0.00000000],[1713745387000,0.00000000],[1713745707000,0.00000000],[1713745963000,0.00000000],[1713746283000,0.00000000],[1713746604000,0.00000000],[1713746860000,0.00000000],[1713747181000,0.00000000],[1713747500000,0.00000000],[1713747753000,0.00000000],[1713748076000,0.00000000],[1713748396000,0.00000000],[1713748668000,0.00000000],[1713748988000,0.00000000],[1713749308000,0.00000000],[1713749564000,0.00000000],[1713749884000,0.00000000],[1713750204000,0.00000000],[1713750460000,0.00000000],[1713750780000,0.00000000],[1713751100000,0.00000000],[1713751353000,0.00000000],[1713751676000,0.00000000],[1713751997000,0.00000000],[1713752253000,0.00000000],[1713752572000,0.00000000],[1713752892000,0.00000000],[1713753212000,0.00000000],[1713753468000,0.00000000],[1713753788000,0.00000000],[1713754108000,0.00000000],[1713754364000,0.00000000],[1713754683000,0.00000000],[1713755003000,0.00000000],[1713755253000,0.00000000],[1713755553000,0.00000000],[1713755867000,0.00000000],[1713756187000,0.00000000],[1713756507000,0.00000000],[1713756752000,0.00000000],[1713757068000,0.00000000],[1713757388000,0.00000000],[1713757708000,0.00000000],[1713757964000,0.00000000],[1713758284000,0.00000000],[1713758604000,0.00000000],[1713758860000,0.00000000],[1713759180000,0.00000000],[1713759500000,0.00000000],[1713759753000,0.00000000],[1713760076000,0.00000000],[1713760396000,0.00000000],[1713760652000,0.00000000],[1713760972000,0.00000000],[1713761308000,0.00000000],[1713761564000,0.00000000],[1713761888000,0.00000000],[1713762156000,0.00000000],[1713762477000,0.00000000],[1713762796000,0.00000000],[1713763052000,0.00000000],[1713763395000,0.00000000],[1713763660000,0.00000000],[1713763982000,0.00000000],[1713764300000,0.00000000],[1713764554000,0.00000000],[1713764876000,0.00000000],[1713765196000,0.00000000],[1713765451000,0.00000000],[1713765771000,0.00000000],[1713766094000,0.00000000],[1713766411000,0.00000000],[1713766667000,0.00000000],[1713766987000,0.00000000],[1713767307000,0.00000000],[1713767564000,0.00000000],[1713767883000,0.00000000],[1713768203000,0.00000000],[1713768459000,0.00000000],[1713768779000,0.00000000],[1713769099000,0.00000000],[1713769353000,0.00000000],[1713769675000,0.00000000],[1713769995000,0.00000000],[1713770251000,0.00000000],[1713770571000,0.00000000],[1713770891000,0.00000000],[1713771213000,0.00000000],[1713771453000,0.00000000],[1713771772000,0.00000000],[1713772091000,0.00000000],[1713772412000,0.00000000],[1713772667000,0.00000000],[1713772987000,0.00000000],[1713773307000,0.00000000],[1713773553000,0.00000000],[1713773853000,0.00000000],[1713774172000,0.00000000],[1713774492000,0.00000000],[1713774815000,0.00000000],[1713775067000,0.60000000],[1713775388000,1.00000000],[1713775708000,1.00000000],[1713775963000,1.00000000],[1713776283000,1.00000000],[1713776603000,1.00000000],[1713776853000,1.00000000],[1713777153000,2.00000000],[1713777467000,2.60000000],[1713777787000,4.20000000],[1713778107000,4.25000000],[1713778363000,5.00000000],[1713778683000,3.80000000],[1713779003000,1.75000000],[1713779259000,1.00000000],[1713779579000,1.00000000],[1713779900000,1.00000000],[1713780153000,0.60000000],[1713780475000,0.00000000],[1713780795000,0.00000000],[1713781052000,0.40000000],[1713781371000,1.00000000],[1713781691000,0.25000000],[1713781955000,0.00000000],[1713782283000,0.00000000],[1713782604000,0.25000000],[1713782875000,1.00000000],[1713783196000,1.00000000],[1713783451000,1.40000000],[1713783771000,2.00000000],[1713784091000,2.00000000],[1713784411000,2.75000000],[1713784667000,2.20000000],[1713784987000,2.00000000],[1713785307000,2.00000000],[1713785563000,2.00000000],[1713785899000,2.75000000],[1713786153000,4.20000000],[1713786475000,5.40000000],[1713786811000,4.25000000],[1713787067000,3.20000000],[1713787388000,6.00000000],[1713787707000,4.00000000],[1713787964000,3.60000000],[1713788283000,2.25000000],[1713788566000,2.00000000],[1713788891000,1.60000000],[1713789211000,1.00000000],[1713789468000,1.00000000],[1713789787000,1.20000000],[1713790107000,2.25000000],[1713790364000,4.60000000],[1713790683000,3.00000000],[1713791003000,2.00000000],[1713791253000,4.40000000],[1713791553000,5.80000000],[1713791853000,5.80000000],[1713792171000,3.80000000],[1713792491000,3.00000000],[1713792811000,2.25000000],[1713793067000,2.40000000],[1713793387000,2.60000000],[1713793708000,3.50000000],[1713793964000,3.00000000],[1713794283000,1.80000000],[1713794609000,2.25000000],[1713794875000,1.80000000],[1713795195000,1.50000000],[1713795452000,0.60000000],[1713795772000,1.00000000],[1713796091000,0.60000000],[1713796413000,0.50000000],[1713796669000,0.00000000],[1713796987000,0.00000000],[1713797307000,0.00000000],[1713797563000,0.00000000],[1713797882000,0.00000000],[1713798202000,0.00000000],[1713798458000,0.20000000],[1713798778000,0.20000000],[1713799099000,0.00000000],[1713799353000,0.00000000],[1713799658000,0.00000000],[1713799978000,0.00000000],[1713800299000,0.00000000],[1713800553000,0.00000000],[1713800859000,0.40000000],[1713801179000,0.00000000],[1713801451000,0.00000000],[1713801770000,0.00000000],[1713802090000,0.00000000],[1713802362000,0.00000000],[1713802682000,0.00000000],[1713803002000,0.00000000],[1713803253000,0.00000000],[1713803553000,0.00000000],[1713803867000,0.00000000],[1713804203000,0.00000000],[1713804459000,0.00000000],[1713804779000,0.00000000],[1713805098000,0.00000000],[1713805353000,0.00000000],[1713805674000,0.00000000],[1713805994000,0.00000000],[1713806250000,0.00000000],[1713806570000,0.00000000],[1713806890000,0.00000000],[1713807210000,0.00000000],[1713807466000,0.00000000],[1713807786000,0.00000000],[1713808106000,0.00000000],[1713808362000,0.00000000],[1713808682000,0.00000000],[1713809003000,0.00000000],[1713809258000,0.00000000],[1713809578000,0.00000000],[1713809898000,0.00000000],[1713810153000,0.00000000],[1713810474000,0.00000000],[1713810794000,0.00000000],[1713811050000,0.00000000],[1713811354000,0.00000000],[1713811675000,0.00000000],[1713811995000,0.00000000],[1713812250000,0.00000000],[1713812554000,0.00000000],[1713812875000,0.00000000],[1713813195000,0.00000000],[1713813451000,0.00000000],[1713813771000,0.00000000],[1713814091000,0.00000000],[1713814411000,0.00000000],[1713814667000,0.00000000],[1713814987000,0.00000000],[1713815307000,0.00000000],[1713815563000,0.00000000],[1713815883000,0.00000000],[1713816203000,0.00000000],[1713816459000,0.00000000],[1713816779000,0.00000000],[1713817099000,0.00000000],[1713817354000,0.00000000],[1713817675000,0.00000000],[1713817995000,0.00000000],[1713818251000,0.00000000],[1713818571000,0.00000000],[1713818891000,0.00000000],[1713819211000,0.00000000],[1713819466000,0.00000000],[1713819786000,0.00000000],[1713820106000,0.00000000],[1713820362000,0.00000000],[1713820682000,0.00000000],[1713821002000,0.00000000],[1713821258000,0.00000000],[1713821595000,0.00000000],[1713821851000,0.00000000],[1713822172000,0.00000000],[1713822571000,0.00000000],[1713822859000,0.00000000],[1713823051000,0.00000000],], color: '#802674' } ]; var options = { xaxes: [{ axisLabel: 'uv', }], points: { show: false }, lines: { show: true, lineWidth: 2, fill: false, }, yaxis: { min: 0, }, xaxis: { mode: 'time', minTickSize: [1, 'hour'], timeformat: '%d.%m.\, %H:%M', timezone: 'browser', }, grid: { hoverable: true, clickable: true, borderWidth: 0, }, tooltip: { show: true, content: '%x - %y.0' }, crosshair: { mode: 'x' }, legend: { show: true, container: '#chart-uv-legend' } }; graphs['#chart-uv'] = $.plot('#chart-uv', dataset, options); }); $(document).ready(function() { dataset = [ { label: 'Zrážky', data: [[1713736828000,0.00000000],[1713736956000,0.00000000],[1713737276000,0.00000000],[1713737596000,0.00000000],[1713737852000,0.00000000],[1713738172000,0.00000000],[1713738492000,0.00000000],[1713738812000,0.00000000],[1713739068000,0.00000000],[1713739388000,0.00000000],[1713739708000,0.00000000],[1713739964000,0.00000000],[1713740284000,0.00000000],[1713740604000,0.00000000],[1713740860000,0.00000000],[1713741180000,0.00000000],[1713741500000,0.00000000],[1713741756000,0.00000000],[1713742113000,0.00000000],[1713742380000,0.00000000],[1713742700000,0.00000000],[1713742956000,0.00000000],[1713743276000,0.00000000],[1713743596000,0.00000000],[1713743851000,0.00000000],[1713744171000,0.00000000],[1713744491000,0.00000000],[1713744811000,0.00000000],[1713745067000,0.00000000],[1713745387000,0.00000000],[1713745707000,0.00000000],[1713745963000,0.00000000],[1713746283000,0.00000000],[1713746604000,0.00000000],[1713746860000,0.00000000],[1713747181000,0.00000000],[1713747500000,0.00000000],[1713747753000,0.00000000],[1713748076000,0.00000000],[1713748396000,0.00000000],[1713748668000,0.00000000],[1713748988000,0.00000000],[1713749308000,0.00000000],[1713749564000,0.00000000],[1713749884000,0.00000000],[1713750204000,0.00000000],[1713750460000,0.12200000],[1713750780000,0.30500000],[1713751100000,0.30500000],[1713751353000,0.30500000],[1713751676000,0.30500000],[1713751997000,0.30500000],[1713752253000,0.30500000],[1713752572000,0.30500000],[1713752892000,0.30500000],[1713753212000,0.30500000],[1713753468000,0.30500000],[1713753788000,0.30500000],[1713754108000,0.30500000],[1713754364000,0.30500000],[1713754683000,0.30500000],[1713755003000,0.30500000],[1713755253000,0.30500000],[1713755553000,0.30500000],[1713755867000,0.30500000],[1713756187000,0.54900000],[1713756507000,0.61000000],[1713756752000,0.61000000],[1713757068000,0.64540000],[1713757388000,0.78700000],[1713757708000,0.86325000],[1713757964000,1.13260000],[1713758284000,1.47800000],[1713758604000,1.75225000],[1713758860000,1.98600000],[1713759180000,2.22980000],[1713759500000,2.31100000],[1713759753000,2.31100000],[1713760076000,2.31100000],[1713760396000,2.31100000],[1713760652000,2.53500000],[1713760972000,2.59100000],[1713761308000,2.59100000],[1713761564000,2.59100000],[1713761888000,2.59100000],[1713762156000,2.59100000],[1713762477000,2.59100000],[1713762796000,2.59100000],[1713763052000,2.59100000],[1713763395000,2.59100000],[1713763660000,2.59100000],[1713763982000,2.59100000],[1713764300000,2.59100000],[1713764554000,2.59100000],[1713764876000,2.59100000],[1713765196000,2.59100000],[1713765451000,2.59100000],[1713765771000,2.59100000],[1713766094000,2.75340000],[1713766411000,2.79400000],[1713766667000,2.79400000],[1713766987000,2.79400000],[1713767307000,2.79400000],[1713767564000,2.79400000],[1713767883000,2.79400000],[1713768203000,2.79400000],[1713768459000,2.85500000],[1713768779000,3.09900000],[1713769099000,3.25150000],[1713769353000,3.40400000],[1713769675000,3.40400000],[1713769995000,3.40400000],[1713770251000,3.40400000],[1713770571000,3.40400000],[1713770891000,3.40400000],[1713771213000,3.40400000],[1713771453000,3.40400000],[1713771772000,3.40400000],[1713772091000,3.40400000],[1713772412000,3.60700000],[1713772667000,3.60700000],[1713772987000,3.85100000],[1713773307000,4.04475000],[1713773553000,4.33300000],[1713773853000,4.51580000],[1713774172000,4.65800000],[1713774492000,4.90200000],[1713774815000,4.95275000],[1713775067000,5.10500000],[1713775388000,5.10500000],[1713775708000,5.18125000],[1713775963000,5.41000000],[1713776283000,5.41000000],[1713776603000,5.41000000],[1713776853000,5.41000000],[1713777153000,5.41000000],[1713777467000,5.41000000],[1713777787000,5.41000000],[1713778107000,5.41000000],[1713778363000,5.41000000],[1713778683000,5.41000000],[1713779003000,5.41000000],[1713779259000,5.41000000],[1713779579000,5.41000000],[1713779900000,5.41000000],[1713780153000,5.41000000],[1713780475000,5.41000000],[1713780795000,5.41000000],[1713781052000,5.41000000],[1713781371000,5.41000000],[1713781691000,5.41000000],[1713781955000,5.41000000],[1713782283000,5.41000000],[1713782604000,5.41000000],[1713782875000,5.41000000],[1713783196000,5.41000000],[1713783451000,5.41000000],[1713783771000,5.41000000],[1713784091000,5.41000000],[1713784411000,5.41000000],[1713784667000,5.41000000],[1713784987000,5.41000000],[1713785307000,5.41000000],[1713785563000,5.41000000],[1713785899000,5.41000000],[1713786153000,5.41000000],[1713786475000,5.41000000],[1713786811000,5.41000000],[1713787067000,5.41000000],[1713787388000,5.41000000],[1713787707000,5.41000000],[1713787964000,5.41000000],[1713788283000,5.41000000],[1713788566000,5.41000000],[1713788891000,5.41000000],[1713789211000,5.41000000],[1713789468000,5.41000000],[1713789787000,5.41000000],[1713790107000,5.41000000],[1713790364000,5.41000000],[1713790683000,5.41000000],[1713791003000,5.41000000],[1713791253000,5.41000000],[1713791553000,5.41000000],[1713791853000,5.41000000],[1713792171000,5.41000000],[1713792491000,5.41000000],[1713792811000,5.41000000],[1713793067000,5.41000000],[1713793387000,5.41000000],[1713793708000,5.41000000],[1713793964000,5.41000000],[1713794283000,5.41000000],[1713794609000,5.41000000],[1713794875000,5.41000000],[1713795195000,5.41000000],[1713795452000,5.41000000],[1713795772000,5.41000000],[1713796091000,5.41000000],[1713796413000,5.41000000],[1713796669000,5.41000000],[1713796987000,5.41000000],[1713797307000,5.41000000],[1713797563000,5.41000000],[1713797882000,5.41000000],[1713798202000,5.41000000],[1713798458000,5.41000000],[1713798778000,5.41000000],[1713799099000,5.41000000],[1713799353000,5.41000000],[1713799658000,5.41000000],[1713799978000,5.41000000],[1713800299000,5.41000000],[1713800553000,5.41000000],[1713800859000,5.41000000],[1713801179000,5.41000000],[1713801451000,5.41000000],[1713801770000,5.41000000],[1713802090000,5.41000000],[1713802362000,5.41000000],[1713802682000,5.41000000],[1713803002000,5.41000000],[1713803253000,5.41000000],[1713803553000,5.41000000],[1713803867000,5.41000000],[1713804203000,5.41000000],[1713804459000,5.41000000],[1713804779000,5.41000000],[1713805098000,5.41000000],[1713805353000,5.41000000],[1713805674000,5.41000000],[1713805994000,5.41000000],[1713806250000,5.41000000],[1713806570000,5.41000000],[1713806890000,5.41000000],[1713807210000,5.41000000],[1713807466000,5.41000000],[1713807786000,5.41000000],[1713808106000,5.41000000],[1713808362000,5.41000000],[1713808682000,5.41000000],[1713809003000,5.41000000],[1713809258000,5.41000000],[1713809578000,5.41000000],[1713809898000,5.41000000],[1713810153000,5.41000000],[1713810474000,5.41000000],[1713810794000,5.41000000],[1713811050000,5.41000000],[1713811354000,5.41000000],[1713811675000,5.41000000],[1713811995000,5.41000000],[1713812250000,5.41000000],[1713812554000,5.41000000],[1713812875000,5.41000000],[1713813195000,5.41000000],[1713813451000,5.41000000],[1713813771000,5.41000000],[1713814091000,5.41000000],[1713814411000,5.41000000],[1713814667000,5.41000000],[1713814987000,5.41000000],[1713815307000,5.41000000],[1713815563000,5.41000000],[1713815883000,5.41000000],[1713816203000,5.41000000],[1713816459000,5.41000000],[1713816779000,5.41000000],[1713817099000,5.41000000],[1713817354000,5.41000000],[1713817675000,5.41000000],[1713817995000,5.41000000],[1713818251000,5.41000000],[1713818571000,5.41000000],[1713818891000,5.41000000],[1713819211000,5.41000000],[1713819466000,5.41000000],[1713819786000,5.41000000],[1713820106000,5.41000000],[1713820362000,5.41000000],[1713820682000,5.41000000],[1713821002000,5.41000000],[1713821258000,5.41000000],[1713821595000,5.41000000],[1713821851000,5.41000000],[1713822172000,5.41000000],[1713822571000,5.41000000],[1713822859000,5.41000000],[1713823051000,5.41000000],], color: '#008fbf' } ]; var options = { xaxes: [{ axisLabel: 'rain', }], points: { show: false }, lines: { show: true, lineWidth: 2, fill: false, }, yaxis: { min: 0, }, xaxis: { mode: 'time', minTickSize: [1, 'hour'], timeformat: '%d.%m.\, %H:%M', timezone: 'browser', }, grid: { hoverable: true, clickable: true, borderWidth: 0, }, tooltip: { show: true, content: '%x - %y.3mm' }, crosshair: { mode: 'x' }, legend: { show: true, container: '#chart-rain-legend' } }; graphs['#chart-rain'] = $.plot('#chart-rain', dataset, options); }); $('.modal').on('hide.bs.modal', function() { var memory = $(this).html(); $(this).html(memory); }); function meteo_wind_direction_name(wind_direction) { if (wind_direction >= 0.00 && wind_direction <= 11.25) { ret = 'S'; } else if (wind_direction > 11.25 && wind_direction <= 33.75) { ret = 'SSV'; } else if (wind_direction > 33.75 && wind_direction <= 56.25) { ret = 'SV'; } else if (wind_direction > 56.25 && wind_direction <= 78.75) { // 67.5 ret = 'VSV'; } else if (wind_direction > 78.75 && wind_direction <= 101.25) { // 90 ret = 'V'; } else if (wind_direction > 101.25 && wind_direction <= 123.75) { //112.5 ret = 'VJV'; } else if (wind_direction > 123.75 && wind_direction <= 146.25) { // 135 ret = 'JV'; } else if (wind_direction > 146.25 && wind_direction <= 168.75) { // 157.5 ret = 'JJV'; } else if (wind_direction > 168.75 && wind_direction <= 191.25) { // 180 ret = 'J'; } else if (wind_direction > 191.25 && wind_direction <= 213.75) { // 202.5 ret = 'JJZ'; } else if (wind_direction > 213.75 && wind_direction <= 236.25) { // 225 ret = 'JZ'; } else if (wind_direction > 236.25 && wind_direction <= 258.75) { // 247.5 ret = 'ZJZ'; } else if (wind_direction > 258.75 && wind_direction <= 281.25) { // 270 ret = 'Z'; } else if (wind_direction > 281.25 && wind_direction <= 303.75) { // 292.5 ret = 'ZSZ'; } else if (wind_direction > 303.75 && wind_direction <= 326.25) { // 315 ret = 'SZ'; } else if (wind_direction > 326.25 && wind_direction <= 348.75) { // 337.5 ret = 'SSZ'; } else if (wind_direction > 348.75 && wind_direction <= 360.0) { // 337.5 ret = 'S'; } else { return ''; } return ret; }