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: [[1713823243000,5.4],[1713823371000,3.672],[1713823690000,4.392],[1713824010000,8.28],[1713824266000,6.552],[1713824586000,7.344],[1713824906000,3.42],[1713825162000,6.336],[1713825482000,3.528],[1713825802000,2.79],[1713826058000,3.024],[1713826379000,2.304],[1713826698000,2.61],[1713826970000,1.152],[1713827290000,3.384],[1713827610000,2.25],[1713827866000,2.808],[1713828186000,1.152],[1713828506000,3.15],[1713828762000,3.456],[1713829082000,3.96],[1713829402000,2.52],[1713829658000,3.744],[1713829978000,4.896],[1713830298000,3.6],[1713830552000,4.392],[1713830890000,3.6],[1713831210000,1.26],[1713831466000,3.096],[1713831786000,0.576],[1713832106000,2.25],[1713832362000,1.44],[1713832682000,1.872],[1713833002000,1.8],[1713833253000,0.144],[1713833578000,1.44],[1713833899000,0.36],[1713834155000,2.088],[1713834475000,2.304],[1713834795000,3.06],[1713835051000,4.032],[1713835387000,4.032],[1713835707000,3.42],[1713835963000,3.6],[1713836283000,2.736],[1713836603000,3.69],[1713836859000,2.592],[1713837179000,1.08],[1713837500000,2.07],[1713837753000,1.512],[1713838075000,0.72],[1713838395000,1.62],[1713838651000,2.664],[1713838971000,1.152],[1713839291000,1.512],[1713839611000,3.06],[1713839867000,2.088],[1713840187000,2.592],[1713840507000,3.15],[1713840763000,3.096],[1713841082000,2.232],[1713841402000,3.96],[1713841652000,2.808],[1713841978000,3.672],[1713842298000,4.41],[1713842553000,6.264],[1713842874000,4.752],[1713843194000,5.22],[1713843450000,4.392],[1713843770000,5.184],[1713844090000,4.68],[1713844410000,3.42],[1713844666000,4.176],[1713844986000,3.456],[1713845306000,6.39],[1713845552000,3.816],[1713845867000,5.76],[1713846202000,5.13],[1713846458000,5.472],[1713846778000,3.816],[1713847098000,5.4],[1713847353000,5.04],[1713847674000,4.68],[1713847994000,7.02],[1713848250000,4.968],[1713848554000,4.536],[1713848874000,5.184],[1713849194000,5.31],[1713849450000,6.552],[1713849770000,7.848],[1713850090000,4.392],[1713850410000,6.93],[1713850666000,8.208],[1713850986000,6.984],[1713851306000,4.23],[1713851552000,7.344],[1713851866000,6.912],[1713852202000,5.94],[1713852458000,5.76],[1713852778000,8.064],[1713853098000,3.42],[1713853353000,6.84],[1713853674000,5.976],[1713853994000,5.85],[1713854250000,5.616],[1713854571000,5.472],[1713854890000,8.496],[1713855210000,8.64],[1713855466000,6.84],[1713855789000,9.216],[1713856106000,6.84],[1713856362000,4.248],[1713856690000,9.36],[1713856970000,8.352],[1713857290000,7.488],[1713857610000,4.68],[1713857852000,7.776],[1713858202000,5.67],[1713858458000,6.12],[1713858778000,5.688],[1713859098000,8.19],[1713859370000,6.552],[1713859690000,6.48],[1713860010000,7.56],[1713860266000,9.432],[1713860586000,7.992],[1713860906000,6.48],[1713861162000,6.48],[1713861482000,6.336],[1713861802000,7.2],[1713862058000,10.512],[1713862378000,12.168],[1713862698000,12.24],[1713863104000,10.44],[1713863306000,9.63],[1713863562000,9],[1713863935000,6.84],[1713864170000,3.888],[1713864490000,7.2],[1713864810000,7.74],[1713865066000,6.984],[1713865386000,7.992],[1713865706000,6.66],[1713865962000,9.864],[1713866282000,6.048],[1713866602000,9.36],[1713866858000,6.336],[1713867178000,4.608],[1713867498000,6.12],[1713867753000,8.856],[1713868074000,6.048],[1713868394000,7.29],[1713868666000,5.976],[1713868986000,5.472],[1713869369000,5.4],[1713869562000,8.064],[1713869882000,7.2],[1713870201000,10.26],[1713870457000,6.048],[1713870778000,2.736],[1713871097000,1.98],[1713871368000,2.16],[1713871726000,3.06],[1713871993000,2.7],[1713872499000,2.52],[1713872570000,4.608],[1713872890000,4.32],[1713873210000,3.33],[1713873465000,3.024],[1713873785000,2.52],[1713874105000,1.44],[1713874353000,1.872],[1713874681000,0.432],[1713875001000,0.27],[1713875253000,0.576],[1713875562000,0.216],[1713875898000,2.400000012],[1713876153000,2.016],[1713876578000,0.479999988],[1713876778000,0.504],[1713877097000,1.8],[1713877370000,1.872],[1713877690000,0.576],[1713878031000,2.07],[1713878298000,0.09],[1713878553000,1.368],[1713878874000,1.8],[1713879194000,2.34],[1713879561000,4.68],[1713879760000,1.224],[1713880104000,1.89],[1713880373000,1.944],[1713880698000,2.79],[1713880954000,4.176],[1713881274000,3.816],[1713881610000,1.89],[1713881866000,1.944],[1713882186000,2.664],[1713882513000,1.17],[1713882778000,0.81],[1713883050000,0.864],[1713883402000,0.27],[1713883658000,0],[1713883994000,0.54],[1713884250000,0.504],[1713884571000,0.504],[1713884890000,0.144],[1713885210000,0.9],[1713885466000,2.016],[1713885786000,0],[1713886107000,3.51],[1713886364000,1.919999988],[1713886653000,2.232],[1713886970000,1.872],[1713887290000,1.872],[1713887610000,1.53],[1713887866000,1.944],[1713888186000,2.61],[1713888458000,2.448],[1713888780000,2.952],[1713889098000,4.77],[1713889354000,1.656],[1713889674000,1.728],[1713889994000,1.98],[1713890250000,3.096],[1713890570000,3.51],[1713890871000,0.54],[1713891178000,1.368],[1713891497000,0],[1713891753000,0],[1713892073000,1.368],[1713892393000,2.304],[1713892713000,1.26],[1713892969000,0],[1713893308000,1.08],[1713893562000,1.296],[1713893882000,1.512],[1713894202000,0.63],[1713894458000,1.368],[1713894778000,1.008],[1713895097000,1.26],[1713895353000,1.296],[1713895673000,0.648],[1713895993000,1.152],[1713896313000,0.99],[1713896586000,1.368],[1713896906000,1.17],[1713897161000,1.44],[1713897482000,2.232],[1713897802000,0.09],[1713898057000,0.576],[1713898378000,1.584],[1713898698000,0.99],[1713898954000,4.752],[1713899274000,5.832],[1713899594000,4.86],[1713899850000,5.328],[1713900169000,3.312],[1713900490000,2.16],[1713900809000,4.32],[1713901065000,2.52],[1713901386000,3.024],[1713901705000,1.17],[1713901961000,0.504],[1713902281000,0],[1713902601000,0],[1713902857000,0],[1713903177000,0],[1713903497000,0.09],[1713903753000,0],[1713904057000,0],[1713904377000,0],[1713904752000,0],[1713904953000,0],[1713905277000,0],[1713905609000,0],[1713905853000,0],[1713906169000,0],[1713906489000,0],[1713906809000,0],[1713907065000,0],[1713907386000,0],[1713907705000,0],[1713907961000,0],[1713908282000,0],[1713908601000,0],[1713908857000,0],[1713909177000,0],[1713909497000,0],], color: '#002f80', points: { show: false }, lines: { show: true, lineWidth: 2, fill: false, }, }, { label: 'Náraz vetra (km/h)', data: [[1713823243000,6.3],[1713823371000,6.048],[1713823690000,6.552],[1713824010000,13.41],[1713824266000,9.216],[1713824586000,9.72],[1713824906000,5.67],[1713825162000,8.64],[1713825482000,5.04],[1713825802000,4.41],[1713826058000,4.536],[1713826379000,4.032],[1713826698000,4.41],[1713826970000,1.512],[1713827290000,5.04],[1713827610000,3.78],[1713827866000,4.536],[1713828186000,2.016],[1713828506000,5.76],[1713828762000,5.544],[1713829082000,5.544],[1713829402000,4.41],[1713829658000,5.544],[1713829978000,6.624],[1713830298000,7.56],[1713830552000,7.056],[1713830890000,6.048],[1713831210000,1.89],[1713831466000,4.032],[1713831786000,2.016],[1713832106000,5.13],[1713832362000,3.528],[1713832682000,3.024],[1713833002000,2.52],[1713833253000,0.504],[1713833578000,2.016],[1713833899000,1.89],[1713834155000,3.528],[1713834475000,4.536],[1713834795000,5.04],[1713835051000,6.048],[1713835387000,6.552],[1713835707000,5.67],[1713835963000,5.544],[1713836283000,5.04],[1713836603000,6.3],[1713836859000,4.032],[1713837179000,2.52],[1713837500000,3.78],[1713837753000,3.024],[1713838075000,2.016],[1713838395000,3.15],[1713838651000,3.528],[1713838971000,2.52],[1713839291000,2.016],[1713839611000,4.41],[1713839867000,3.528],[1713840187000,4.032],[1713840507000,5.04],[1713840763000,4.536],[1713841082000,4.032],[1713841402000,6.3],[1713841652000,5.04],[1713841978000,6.552],[1713842298000,6.39],[1713842553000,9.72],[1713842874000,7.056],[1713843194000,8.19],[1713843450000,6.552],[1713843770000,7.128],[1713844090000,7.056],[1713844410000,5.04],[1713844666000,6.048],[1713844986000,5.04],[1713845306000,8.19],[1713845552000,6.048],[1713845867000,8.136],[1713846202000,8.91],[1713846458000,9.144],[1713846778000,6.048],[1713847098000,7.65],[1713847353000,8.64],[1713847674000,6.12],[1713847994000,9],[1713848250000,8.64],[1713848554000,6.048],[1713848874000,6.048],[1713849194000,7.65],[1713849450000,11.232],[1713849770000,10.224],[1713850090000,6.552],[1713850410000,10.17],[1713850666000,11.808],[1713850986000,9.72],[1713851306000,7.02],[1713851552000,11.736],[1713851866000,10.152],[1713852202000,8.19],[1713852458000,8.712],[1713852778000,10.728],[1713853098000,5.67],[1713853353000,9.72],[1713853674000,9.216],[1713853994000,8.91],[1713854250000,8.064],[1713854571000,11.736],[1713854890000,12.312],[1713855210000,12.24],[1713855466000,9.144],[1713855789000,13.752],[1713856106000,8.91],[1713856362000,7.128],[1713856690000,14.4],[1713856970000,14.328],[1713857290000,10.728],[1713857610000,6.3],[1713857852000,11.736],[1713858202000,8.82],[1713858458000,9.648],[1713858778000,9.144],[1713859098000,12.15],[1713859370000,9.72],[1713859690000,9.648],[1713860010000,11.43],[1713860266000,15.336],[1713860586000,11.232],[1713860906000,8.91],[1713861162000,8.568],[1713861482000,9.144],[1713861802000,10.8],[1713862058000,13.32],[1713862378000,16.416],[1713862698000,16.02],[1713863104000,15.360000012],[1713863306000,15.39],[1713863562000,11.808],[1713863935000,10.26],[1713864170000,6.048],[1713864490000,10.728],[1713864810000,11.52],[1713865066000,10.224],[1713865386000,13.32],[1713865706000,8.91],[1713865962000,14.328],[1713866282000,8.712],[1713866602000,12.87],[1713866858000,9.72],[1713867178000,6.552],[1713867498000,8.28],[1713867753000,12.816],[1713868074000,8.64],[1713868394000,9.63],[1713868666000,9.72],[1713868986000,7.56],[1713869369000,8.520000012],[1713869562000,10.728],[1713869882000,10.296],[1713870201000,14.13],[1713870457000,7.632],[1713870778000,4.032],[1713871097000,2.52],[1713871368000,5.67],[1713871726000,6.39],[1713871993000,3.78],[1713872499000,2.52],[1713872570000,6.552],[1713872890000,7.128],[1713873210000,4.41],[1713873465000,4.536],[1713873785000,4.032],[1713874105000,1.89],[1713874353000,3.024],[1713874681000,0.504],[1713875001000,1.26],[1713875253000,1.008],[1713875562000,1.008],[1713875898000,5.04],[1713876153000,3.024],[1713876578000,1.680000012],[1713876778000,2.016],[1713877097000,3.15],[1713877370000,3.024],[1713877690000,2.016],[1713878031000,2.52],[1713878298000,0.63],[1713878553000,1.512],[1713878874000,3.528],[1713879194000,3.78],[1713879561000,6.720000012],[1713879760000,2.016],[1713880104000,3.15],[1713880373000,3.024],[1713880698000,4.41],[1713880954000,6.048],[1713881274000,5.544],[1713881610000,3.15],[1713881866000,3.528],[1713882186000,3.528],[1713882513000,1.89],[1713882778000,2.52],[1713883050000,1.512],[1713883402000,1.26],[1713883658000,0],[1713883994000,0.63],[1713884250000,2.016],[1713884571000,1.008],[1713884890000,0.504],[1713885210000,1.89],[1713885466000,2.52],[1713885786000,0],[1713886107000,6.3],[1713886364000,3.359999988],[1713886653000,3.024],[1713886970000,2.52],[1713887290000,2.52],[1713887610000,1.89],[1713887866000,3.024],[1713888186000,4.41],[1713888458000,4.536],[1713888780000,5.544],[1713889098000,6.3],[1713889354000,2.52],[1713889674000,2.52],[1713889994000,2.52],[1713890250000,5.616],[1713890570000,5.04],[1713890871000,1.89],[1713891178000,2.016],[1713891497000,0],[1713891753000,0],[1713892073000,1.512],[1713892393000,2.52],[1713892713000,2.52],[1713892969000,0],[1713893308000,1.89],[1713893562000,2.52],[1713893882000,2.52],[1713894202000,1.26],[1713894458000,2.016],[1713894778000,2.52],[1713895097000,2.52],[1713895353000,1.512],[1713895673000,1.512],[1713895993000,2.016],[1713896313000,1.89],[1713896586000,2.52],[1713896906000,1.26],[1713897161000,2.52],[1713897482000,3.528],[1713897802000,0.63],[1713898057000,1.512],[1713898378000,2.52],[1713898698000,3.78],[1713898954000,6.552],[1713899274000,8.712],[1713899594000,7.02],[1713899850000,7.056],[1713900169000,5.544],[1713900490000,4.032],[1713900809000,6.3],[1713901065000,4.032],[1713901386000,4.032],[1713901705000,2.52],[1713901961000,1.008],[1713902281000,0],[1713902601000,0],[1713902857000,0],[1713903177000,0],[1713903497000,0.63],[1713903753000,0],[1713904057000,0],[1713904377000,0],[1713904752000,0],[1713904953000,0],[1713905277000,0],[1713905609000,0],[1713905853000,0],[1713906169000,0],[1713906489000,0],[1713906809000,0],[1713907065000,0],[1713907386000,0],[1713907705000,0],[1713907961000,0],[1713908282000,0],[1713908601000,0],[1713908857000,0],[1713909177000,0],[1713909497000,0],], 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: [[1713823243000,80.50000000],[1713823371000,228.80000000],[1713823690000,111.00000000],[1713824010000,47.50000000],[1713824266000,89.00000000],[1713824586000,48.00000000],[1713824906000,197.75000000],[1713825162000,82.40000000],[1713825482000,163.40000000],[1713825802000,169.50000000],[1713826058000,82.60000000],[1713826379000,260.60000000],[1713826698000,204.75000000],[1713826970000,287.00000000],[1713827290000,145.60000000],[1713827610000,261.50000000],[1713827866000,214.80000000],[1713828186000,168.00000000],[1713828506000,254.50000000],[1713828762000,180.20000000],[1713829082000,211.60000000],[1713829402000,161.50000000],[1713829658000,65.80000000],[1713829978000,51.00000000],[1713830298000,142.25000000],[1713830552000,56.60000000],[1713830890000,192.60000000],[1713831210000,265.75000000],[1713831466000,248.60000000],[1713831786000,243.20000000],[1713832106000,190.00000000],[1713832362000,176.20000000],[1713832682000,196.20000000],[1713833002000,317.75000000],[1713833253000,308.40000000],[1713833578000,278.40000000],[1713833899000,253.00000000],[1713834155000,127.40000000],[1713834475000,316.40000000],[1713834795000,114.25000000],[1713835051000,235.00000000],[1713835387000,201.40000000],[1713835707000,214.25000000],[1713835963000,160.80000000],[1713836283000,195.80000000],[1713836603000,227.75000000],[1713836859000,262.80000000],[1713837179000,321.20000000],[1713837500000,187.50000000],[1713837753000,254.20000000],[1713838075000,212.80000000],[1713838395000,152.75000000],[1713838651000,295.20000000],[1713838971000,301.20000000],[1713839291000,237.60000000],[1713839611000,251.00000000],[1713839867000,265.60000000],[1713840187000,276.20000000],[1713840507000,239.25000000],[1713840763000,111.60000000],[1713841082000,192.20000000],[1713841402000,174.75000000],[1713841652000,192.20000000],[1713841978000,96.40000000],[1713842298000,121.25000000],[1713842553000,143.20000000],[1713842874000,47.00000000],[1713843194000,47.00000000],[1713843450000,171.80000000],[1713843770000,80.20000000],[1713844090000,114.20000000],[1713844410000,181.75000000],[1713844666000,99.20000000],[1713844986000,206.20000000],[1713845306000,66.00000000],[1713845552000,121.60000000],[1713845867000,152.00000000],[1713846202000,195.25000000],[1713846458000,63.80000000],[1713846778000,125.20000000],[1713847098000,82.50000000],[1713847353000,82.00000000],[1713847674000,166.00000000],[1713847994000,74.75000000],[1713848250000,94.40000000],[1713848554000,139.40000000],[1713848874000,127.20000000],[1713849194000,128.75000000],[1713849450000,188.20000000],[1713849770000,125.40000000],[1713850090000,268.40000000],[1713850410000,93.25000000],[1713850666000,87.40000000],[1713850986000,62.40000000],[1713851306000,120.00000000],[1713851552000,111.00000000],[1713851866000,111.40000000],[1713852202000,116.25000000],[1713852458000,68.60000000],[1713852778000,144.00000000],[1713853098000,191.50000000],[1713853353000,87.60000000],[1713853674000,161.40000000],[1713853994000,107.00000000],[1713854250000,120.60000000],[1713854571000,117.20000000],[1713854890000,99.60000000],[1713855210000,156.25000000],[1713855466000,113.00000000],[1713855789000,107.00000000],[1713856106000,95.75000000],[1713856362000,157.60000000],[1713856690000,64.00000000],[1713856970000,62.00000000],[1713857290000,119.80000000],[1713857610000,158.50000000],[1713857852000,90.80000000],[1713858202000,79.25000000],[1713858458000,161.80000000],[1713858778000,175.00000000],[1713859098000,46.00000000],[1713859370000,96.00000000],[1713859690000,66.80000000],[1713860010000,104.50000000],[1713860266000,69.00000000],[1713860586000,80.60000000],[1713860906000,137.50000000],[1713861162000,91.40000000],[1713861482000,109.40000000],[1713861802000,82.25000000],[1713862058000,118.40000000],[1713862378000,100.20000000],[1713862698000,75.50000000],[1713863104000,77.00000000],[1713863306000,87.25000000],[1713863562000,60.20000000],[1713863935000,60.50000000],[1713864170000,175.20000000],[1713864490000,188.60000000],[1713864810000,142.75000000],[1713865066000,125.40000000],[1713865386000,96.20000000],[1713865706000,137.25000000],[1713865962000,91.00000000],[1713866282000,192.40000000],[1713866602000,120.25000000],[1713866858000,116.40000000],[1713867178000,186.60000000],[1713867498000,158.75000000],[1713867753000,80.80000000],[1713868074000,161.00000000],[1713868394000,127.25000000],[1713868666000,130.20000000],[1713868986000,71.20000000],[1713869369000,138.33333333],[1713869562000,100.40000000],[1713869882000,124.20000000],[1713870201000,103.75000000],[1713870457000,152.80000000],[1713870778000,259.80000000],[1713871097000,267.75000000],[1713871368000,185.25000000],[1713871726000,242.75000000],[1713871993000,235.00000000],[1713872499000,233.00000000],[1713872570000,164.40000000],[1713872890000,195.60000000],[1713873210000,192.50000000],[1713873465000,224.80000000],[1713873785000,194.20000000],[1713874105000,245.00000000],[1713874353000,244.00000000],[1713874681000,286.40000000],[1713875001000,225.25000000],[1713875253000,283.00000000],[1713875562000,276.00000000],[1713875898000,226.00000000],[1713876153000,204.00000000],[1713876578000,274.00000000],[1713876778000,288.80000000],[1713877097000,264.50000000],[1713877370000,263.40000000],[1713877690000,294.80000000],[1713878031000,303.75000000],[1713878298000,293.75000000],[1713878553000,196.40000000],[1713878874000,212.40000000],[1713879194000,173.00000000],[1713879561000,121.00000000],[1713879760000,250.60000000],[1713880104000,303.00000000],[1713880373000,258.00000000],[1713880698000,186.50000000],[1713880954000,207.00000000],[1713881274000,192.40000000],[1713881610000,182.50000000],[1713881866000,130.20000000],[1713882186000,252.80000000],[1713882513000,298.75000000],[1713882778000,238.50000000],[1713883050000,277.00000000],[1713883402000,326.00000000],[1713883658000,316.80000000],[1713883994000,255.00000000],[1713884250000,298.60000000],[1713884571000,287.40000000],[1713884890000,316.60000000],[1713885210000,292.50000000],[1713885466000,252.00000000],[1713885786000,235.80000000],[1713886107000,184.25000000],[1713886364000,228.00000000],[1713886653000,152.20000000],[1713886970000,207.20000000],[1713887290000,340.00000000],[1713887610000,251.25000000],[1713887866000,340.80000000],[1713888186000,191.75000000],[1713888458000,228.20000000],[1713888780000,278.40000000],[1713889098000,178.50000000],[1713889354000,201.20000000],[1713889674000,258.60000000],[1713889994000,149.00000000],[1713890250000,191.60000000],[1713890570000,240.50000000],[1713890871000,278.75000000],[1713891178000,329.80000000],[1713891497000,318.50000000],[1713891753000,319.00000000],[1713892073000,315.20000000],[1713892393000,264.40000000],[1713892713000,337.75000000],[1713892969000,311.00000000],[1713893308000,282.25000000],[1713893562000,301.20000000],[1713893882000,156.20000000],[1713894202000,300.75000000],[1713894458000,334.60000000],[1713894778000,253.40000000],[1713895097000,336.25000000],[1713895353000,244.80000000],[1713895673000,265.80000000],[1713895993000,253.60000000],[1713896313000,241.25000000],[1713896586000,313.20000000],[1713896906000,244.75000000],[1713897161000,247.20000000],[1713897482000,322.40000000],[1713897802000,303.00000000],[1713898057000,306.20000000],[1713898378000,204.80000000],[1713898698000,242.75000000],[1713898954000,157.20000000],[1713899274000,95.20000000],[1713899594000,175.00000000],[1713899850000,100.40000000],[1713900169000,203.00000000],[1713900490000,228.40000000],[1713900809000,160.50000000],[1713901065000,172.20000000],[1713901386000,253.00000000],[1713901705000,274.75000000],[1713901961000,288.60000000],[1713902281000,286.20000000],[1713902601000,287.00000000],[1713902857000,287.00000000],[1713903177000,286.20000000],[1713903497000,286.00000000],[1713903753000,286.00000000],[1713904057000,286.00000000],[1713904377000,286.00000000],[1713904752000,276.00000000],[1713904953000,273.20000000],[1713905277000,273.80000000],[1713905609000,273.00000000],[1713905853000,273.00000000],[1713906169000,273.00000000],[1713906489000,273.00000000],[1713906809000,273.00000000],[1713907065000,273.00000000],[1713907386000,273.00000000],[1713907705000,273.00000000],[1713907961000,272.80000000],[1713908282000,273.00000000],[1713908601000,273.00000000],[1713908857000,273.00000000],[1713909177000,269.60000000],[1713909497000,269.50000000],], 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: [[1713823243000,0.00000000],[1713823371000,0.00000000],[1713823690000,0.00000000],[1713824010000,0.00000000],[1713824266000,0.00000000],[1713824586000,0.00000000],[1713824906000,0.00000000],[1713825162000,0.00000000],[1713825482000,0.00000000],[1713825802000,0.00000000],[1713826058000,0.00000000],[1713826379000,0.00000000],[1713826698000,0.00000000],[1713826970000,0.00000000],[1713827290000,0.00000000],[1713827610000,0.00000000],[1713827866000,0.00000000],[1713828186000,0.00000000],[1713828506000,0.00000000],[1713828762000,0.00000000],[1713829082000,0.00000000],[1713829402000,0.00000000],[1713829658000,0.00000000],[1713829978000,0.00000000],[1713830298000,0.00000000],[1713830552000,0.00000000],[1713830890000,0.00000000],[1713831210000,0.00000000],[1713831466000,0.00000000],[1713831786000,0.00000000],[1713832106000,0.00000000],[1713832362000,0.00000000],[1713832682000,0.00000000],[1713833002000,0.00000000],[1713833253000,0.00000000],[1713833578000,0.00000000],[1713833899000,0.00000000],[1713834155000,0.00000000],[1713834475000,0.00000000],[1713834795000,0.00000000],[1713835051000,0.00000000],[1713835387000,0.00000000],[1713835707000,0.00000000],[1713835963000,0.00000000],[1713836283000,0.00000000],[1713836603000,0.00000000],[1713836859000,0.00000000],[1713837179000,0.00000000],[1713837500000,0.00000000],[1713837753000,0.00000000],[1713838075000,0.00000000],[1713838395000,0.00000000],[1713838651000,0.00000000],[1713838971000,0.00000000],[1713839291000,0.00000000],[1713839611000,0.00000000],[1713839867000,0.00000000],[1713840187000,0.00000000],[1713840507000,0.00000000],[1713840763000,0.00000000],[1713841082000,0.00000000],[1713841402000,0.00000000],[1713841652000,0.00000000],[1713841978000,0.00000000],[1713842298000,0.00000000],[1713842553000,0.20000000],[1713842874000,1.00000000],[1713843194000,1.50000000],[1713843450000,2.40000000],[1713843770000,3.60000000],[1713844090000,5.40000000],[1713844410000,7.00000000],[1713844666000,8.80000000],[1713844986000,10.60000000],[1713845306000,12.50000000],[1713845552000,15.20000000],[1713845867000,19.40000000],[1713846202000,22.00000000],[1713846458000,23.80000000],[1713846778000,26.00000000],[1713847098000,27.25000000],[1713847353000,29.00000000],[1713847674000,33.40000000],[1713847994000,42.00000000],[1713848250000,48.60000000],[1713848554000,54.40000000],[1713848874000,58.60000000],[1713849194000,60.50000000],[1713849450000,66.20000000],[1713849770000,65.40000000],[1713850090000,59.40000000],[1713850410000,69.50000000],[1713850666000,74.80000000],[1713850986000,75.80000000],[1713851306000,84.75000000],[1713851552000,113.00000000],[1713851866000,104.20000000],[1713852202000,101.25000000],[1713852458000,124.80000000],[1713852778000,163.40000000],[1713853098000,100.25000000],[1713853353000,144.20000000],[1713853674000,128.40000000],[1713853994000,105.75000000],[1713854250000,103.60000000],[1713854571000,105.00000000],[1713854890000,118.20000000],[1713855210000,241.50000000],[1713855466000,303.20000000],[1713855789000,342.20000000],[1713856106000,215.25000000],[1713856362000,190.80000000],[1713856690000,170.00000000],[1713856970000,134.40000000],[1713857290000,146.60000000],[1713857610000,174.00000000],[1713857852000,177.60000000],[1713858202000,141.50000000],[1713858458000,107.00000000],[1713858778000,90.00000000],[1713859098000,120.00000000],[1713859370000,208.60000000],[1713859690000,345.00000000],[1713860010000,269.75000000],[1713860266000,362.60000000],[1713860586000,368.20000000],[1713860906000,269.75000000],[1713861162000,219.80000000],[1713861482000,161.60000000],[1713861802000,215.75000000],[1713862058000,314.40000000],[1713862378000,479.00000000],[1713862698000,454.00000000],[1713863104000,323.33333333],[1713863306000,221.25000000],[1713863562000,182.80000000],[1713863935000,213.50000000],[1713864170000,382.80000000],[1713864490000,454.40000000],[1713864810000,659.25000000],[1713865066000,685.60000000],[1713865386000,660.80000000],[1713865706000,566.50000000],[1713865962000,715.20000000],[1713866282000,475.40000000],[1713866602000,679.75000000],[1713866858000,645.60000000],[1713867178000,606.80000000],[1713867498000,590.25000000],[1713867753000,579.40000000],[1713868074000,367.40000000],[1713868394000,486.25000000],[1713868666000,482.80000000],[1713868986000,337.00000000],[1713869369000,177.66666667],[1713869562000,139.60000000],[1713869882000,115.00000000],[1713870201000,93.75000000],[1713870457000,98.60000000],[1713870778000,122.00000000],[1713871097000,142.75000000],[1713871368000,168.50000000],[1713871726000,223.75000000],[1713871993000,217.00000000],[1713872499000,272.00000000],[1713872570000,232.80000000],[1713872890000,184.20000000],[1713873210000,144.25000000],[1713873465000,132.60000000],[1713873785000,98.00000000],[1713874105000,69.25000000],[1713874353000,52.80000000],[1713874681000,48.80000000],[1713875001000,59.00000000],[1713875253000,59.20000000],[1713875562000,98.20000000],[1713875898000,164.33333333],[1713876153000,119.60000000],[1713876578000,122.33333333],[1713876778000,119.20000000],[1713877097000,108.50000000],[1713877370000,81.40000000],[1713877690000,56.00000000],[1713878031000,47.25000000],[1713878298000,47.00000000],[1713878553000,112.60000000],[1713878874000,104.80000000],[1713879194000,101.50000000],[1713879561000,99.00000000],[1713879760000,74.80000000],[1713880104000,70.00000000],[1713880373000,60.80000000],[1713880698000,53.75000000],[1713880954000,53.40000000],[1713881274000,61.40000000],[1713881610000,55.75000000],[1713881866000,47.20000000],[1713882186000,47.80000000],[1713882513000,35.50000000],[1713882778000,24.75000000],[1713883050000,39.00000000],[1713883402000,53.25000000],[1713883658000,61.60000000],[1713883994000,71.25000000],[1713884250000,79.80000000],[1713884571000,75.20000000],[1713884890000,69.00000000],[1713885210000,40.75000000],[1713885466000,51.40000000],[1713885786000,57.80000000],[1713886107000,62.25000000],[1713886364000,59.33333333],[1713886653000,43.60000000],[1713886970000,23.80000000],[1713887290000,17.00000000],[1713887610000,17.00000000],[1713887866000,16.80000000],[1713888186000,24.00000000],[1713888458000,26.40000000],[1713888780000,25.40000000],[1713889098000,21.50000000],[1713889354000,16.40000000],[1713889674000,15.00000000],[1713889994000,13.50000000],[1713890250000,10.20000000],[1713890570000,11.25000000],[1713890871000,13.00000000],[1713891178000,10.20000000],[1713891497000,6.00000000],[1713891753000,3.80000000],[1713892073000,3.00000000],[1713892393000,3.00000000],[1713892713000,3.00000000],[1713892969000,3.00000000],[1713893308000,2.00000000],[1713893562000,1.20000000],[1713893882000,1.00000000],[1713894202000,1.00000000],[1713894458000,0.00000000],[1713894778000,0.00000000],[1713895097000,0.00000000],[1713895353000,0.00000000],[1713895673000,0.00000000],[1713895993000,0.00000000],[1713896313000,0.00000000],[1713896586000,0.00000000],[1713896906000,0.00000000],[1713897161000,0.00000000],[1713897482000,0.00000000],[1713897802000,0.00000000],[1713898057000,0.00000000],[1713898378000,0.00000000],[1713898698000,0.00000000],[1713898954000,0.00000000],[1713899274000,0.00000000],[1713899594000,0.00000000],[1713899850000,0.00000000],[1713900169000,0.00000000],[1713900490000,0.00000000],[1713900809000,0.00000000],[1713901065000,0.00000000],[1713901386000,0.00000000],[1713901705000,0.00000000],[1713901961000,0.00000000],[1713902281000,0.00000000],[1713902601000,0.00000000],[1713902857000,0.00000000],[1713903177000,0.00000000],[1713903497000,0.00000000],[1713903753000,0.00000000],[1713904057000,0.00000000],[1713904377000,0.00000000],[1713904752000,0.00000000],[1713904953000,0.00000000],[1713905277000,0.00000000],[1713905609000,0.00000000],[1713905853000,0.00000000],[1713906169000,0.00000000],[1713906489000,0.00000000],[1713906809000,0.00000000],[1713907065000,0.00000000],[1713907386000,0.00000000],[1713907705000,0.00000000],[1713907961000,0.00000000],[1713908282000,0.00000000],[1713908601000,0.00000000],[1713908857000,0.00000000],[1713909177000,0.00000000],[1713909497000,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: [[1713823243000,0.00000000],[1713823371000,0.00000000],[1713823690000,0.00000000],[1713824010000,0.00000000],[1713824266000,0.00000000],[1713824586000,0.00000000],[1713824906000,0.00000000],[1713825162000,0.00000000],[1713825482000,0.00000000],[1713825802000,0.00000000],[1713826058000,0.00000000],[1713826379000,0.00000000],[1713826698000,0.00000000],[1713826970000,0.00000000],[1713827290000,0.00000000],[1713827610000,0.00000000],[1713827866000,0.00000000],[1713828186000,0.00000000],[1713828506000,0.00000000],[1713828762000,0.00000000],[1713829082000,0.00000000],[1713829402000,0.00000000],[1713829658000,0.00000000],[1713829978000,0.00000000],[1713830298000,0.00000000],[1713830552000,0.00000000],[1713830890000,0.00000000],[1713831210000,0.00000000],[1713831466000,0.00000000],[1713831786000,0.00000000],[1713832106000,0.00000000],[1713832362000,0.00000000],[1713832682000,0.00000000],[1713833002000,0.00000000],[1713833253000,0.00000000],[1713833578000,0.00000000],[1713833899000,0.00000000],[1713834155000,0.00000000],[1713834475000,0.00000000],[1713834795000,0.00000000],[1713835051000,0.00000000],[1713835387000,0.00000000],[1713835707000,0.00000000],[1713835963000,0.00000000],[1713836283000,0.00000000],[1713836603000,0.00000000],[1713836859000,0.00000000],[1713837179000,0.00000000],[1713837500000,0.00000000],[1713837753000,0.00000000],[1713838075000,0.00000000],[1713838395000,0.00000000],[1713838651000,0.00000000],[1713838971000,0.00000000],[1713839291000,0.00000000],[1713839611000,0.00000000],[1713839867000,0.00000000],[1713840187000,0.00000000],[1713840507000,0.00000000],[1713840763000,0.00000000],[1713841082000,0.00000000],[1713841402000,0.00000000],[1713841652000,0.00000000],[1713841978000,0.00000000],[1713842298000,0.00000000],[1713842553000,0.00000000],[1713842874000,0.00000000],[1713843194000,0.00000000],[1713843450000,0.00000000],[1713843770000,0.00000000],[1713844090000,0.00000000],[1713844410000,0.00000000],[1713844666000,0.00000000],[1713844986000,0.00000000],[1713845306000,0.00000000],[1713845552000,0.00000000],[1713845867000,0.00000000],[1713846202000,0.00000000],[1713846458000,0.00000000],[1713846778000,0.00000000],[1713847098000,0.00000000],[1713847353000,0.00000000],[1713847674000,0.00000000],[1713847994000,0.00000000],[1713848250000,0.00000000],[1713848554000,0.00000000],[1713848874000,0.00000000],[1713849194000,0.00000000],[1713849450000,0.00000000],[1713849770000,0.00000000],[1713850090000,0.00000000],[1713850410000,0.00000000],[1713850666000,0.00000000],[1713850986000,0.00000000],[1713851306000,0.00000000],[1713851552000,0.60000000],[1713851866000,0.80000000],[1713852202000,0.50000000],[1713852458000,1.00000000],[1713852778000,1.00000000],[1713853098000,0.50000000],[1713853353000,0.80000000],[1713853674000,1.00000000],[1713853994000,1.00000000],[1713854250000,1.00000000],[1713854571000,1.00000000],[1713854890000,1.00000000],[1713855210000,1.75000000],[1713855466000,2.20000000],[1713855789000,2.80000000],[1713856106000,1.50000000],[1713856362000,1.20000000],[1713856690000,1.00000000],[1713856970000,1.00000000],[1713857290000,1.00000000],[1713857610000,1.00000000],[1713857852000,1.00000000],[1713858202000,1.00000000],[1713858458000,0.60000000],[1713858778000,0.00000000],[1713859098000,0.75000000],[1713859370000,1.60000000],[1713859690000,3.00000000],[1713860010000,2.25000000],[1713860266000,3.20000000],[1713860586000,3.20000000],[1713860906000,2.25000000],[1713861162000,1.60000000],[1713861482000,1.00000000],[1713861802000,1.50000000],[1713862058000,2.60000000],[1713862378000,4.20000000],[1713862698000,4.25000000],[1713863104000,2.66666667],[1713863306000,1.75000000],[1713863562000,1.00000000],[1713863935000,1.50000000],[1713864170000,3.00000000],[1713864490000,4.00000000],[1713864810000,6.00000000],[1713865066000,6.00000000],[1713865386000,6.00000000],[1713865706000,5.00000000],[1713865962000,6.60000000],[1713866282000,4.40000000],[1713866602000,6.00000000],[1713866858000,6.00000000],[1713867178000,5.60000000],[1713867498000,5.25000000],[1713867753000,5.00000000],[1713868074000,3.20000000],[1713868394000,4.25000000],[1713868666000,4.40000000],[1713868986000,2.80000000],[1713869369000,1.00000000],[1713869562000,1.00000000],[1713869882000,1.00000000],[1713870201000,0.00000000],[1713870457000,0.40000000],[1713870778000,1.00000000],[1713871097000,1.00000000],[1713871368000,1.00000000],[1713871726000,1.75000000],[1713871993000,2.00000000],[1713872499000,2.00000000],[1713872570000,2.00000000],[1713872890000,1.00000000],[1713873210000,1.00000000],[1713873465000,1.00000000],[1713873785000,0.40000000],[1713874105000,0.00000000],[1713874353000,0.00000000],[1713874681000,0.00000000],[1713875001000,0.00000000],[1713875253000,0.00000000],[1713875562000,0.40000000],[1713875898000,1.00000000],[1713876153000,1.00000000],[1713876578000,1.00000000],[1713876778000,1.00000000],[1713877097000,1.00000000],[1713877370000,0.00000000],[1713877690000,0.00000000],[1713878031000,0.00000000],[1713878298000,0.00000000],[1713878553000,0.60000000],[1713878874000,0.40000000],[1713879194000,0.50000000],[1713879561000,0.33333333],[1713879760000,0.00000000],[1713880104000,0.00000000],[1713880373000,0.00000000],[1713880698000,0.00000000],[1713880954000,0.00000000],[1713881274000,0.00000000],[1713881610000,0.00000000],[1713881866000,0.00000000],[1713882186000,0.00000000],[1713882513000,0.00000000],[1713882778000,0.00000000],[1713883050000,0.00000000],[1713883402000,0.00000000],[1713883658000,0.00000000],[1713883994000,0.00000000],[1713884250000,0.00000000],[1713884571000,0.00000000],[1713884890000,0.00000000],[1713885210000,0.00000000],[1713885466000,0.00000000],[1713885786000,0.00000000],[1713886107000,0.00000000],[1713886364000,0.00000000],[1713886653000,0.00000000],[1713886970000,0.00000000],[1713887290000,0.00000000],[1713887610000,0.00000000],[1713887866000,0.00000000],[1713888186000,0.00000000],[1713888458000,0.00000000],[1713888780000,0.00000000],[1713889098000,0.00000000],[1713889354000,0.00000000],[1713889674000,0.00000000],[1713889994000,0.00000000],[1713890250000,0.00000000],[1713890570000,0.00000000],[1713890871000,0.00000000],[1713891178000,0.00000000],[1713891497000,0.00000000],[1713891753000,0.00000000],[1713892073000,0.00000000],[1713892393000,0.00000000],[1713892713000,0.00000000],[1713892969000,0.00000000],[1713893308000,0.00000000],[1713893562000,0.00000000],[1713893882000,0.00000000],[1713894202000,0.00000000],[1713894458000,0.00000000],[1713894778000,0.00000000],[1713895097000,0.00000000],[1713895353000,0.00000000],[1713895673000,0.00000000],[1713895993000,0.00000000],[1713896313000,0.00000000],[1713896586000,0.00000000],[1713896906000,0.00000000],[1713897161000,0.00000000],[1713897482000,0.00000000],[1713897802000,0.00000000],[1713898057000,0.00000000],[1713898378000,0.00000000],[1713898698000,0.00000000],[1713898954000,0.00000000],[1713899274000,0.00000000],[1713899594000,0.00000000],[1713899850000,0.00000000],[1713900169000,0.00000000],[1713900490000,0.00000000],[1713900809000,0.00000000],[1713901065000,0.00000000],[1713901386000,0.00000000],[1713901705000,0.00000000],[1713901961000,0.00000000],[1713902281000,0.00000000],[1713902601000,0.00000000],[1713902857000,0.00000000],[1713903177000,0.00000000],[1713903497000,0.00000000],[1713903753000,0.00000000],[1713904057000,0.00000000],[1713904377000,0.00000000],[1713904752000,0.00000000],[1713904953000,0.00000000],[1713905277000,0.00000000],[1713905609000,0.00000000],[1713905853000,0.00000000],[1713906169000,0.00000000],[1713906489000,0.00000000],[1713906809000,0.00000000],[1713907065000,0.00000000],[1713907386000,0.00000000],[1713907705000,0.00000000],[1713907961000,0.00000000],[1713908282000,0.00000000],[1713908601000,0.00000000],[1713908857000,0.00000000],[1713909177000,0.00000000],[1713909497000,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: [[1713823243000,0.00000000],[1713823371000,0.00000000],[1713823690000,0.00000000],[1713824010000,0.00000000],[1713824266000,0.16240000],[1713824586000,0.20300000],[1713824906000,0.27925000],[1713825162000,0.50800000],[1713825482000,0.62980000],[1713825802000,0.71100000],[1713826058000,0.71100000],[1713826379000,0.71100000],[1713826698000,0.71100000],[1713826970000,0.71100000],[1713827290000,0.71100000],[1713827610000,0.71100000],[1713827866000,0.71100000],[1713828186000,0.71100000],[1713828506000,0.71100000],[1713828762000,0.71100000],[1713829082000,0.71100000],[1713829402000,0.71100000],[1713829658000,0.71100000],[1713829978000,0.71100000],[1713830298000,0.71100000],[1713830552000,0.71100000],[1713830890000,0.71100000],[1713831210000,0.71100000],[1713831466000,0.71100000],[1713831786000,0.71100000],[1713832106000,0.71100000],[1713832362000,0.71100000],[1713832682000,0.71100000],[1713833002000,0.71100000],[1713833253000,0.71100000],[1713833578000,0.71100000],[1713833899000,0.71100000],[1713834155000,0.71100000],[1713834475000,0.71100000],[1713834795000,0.71100000],[1713835051000,0.71100000],[1713835387000,0.71100000],[1713835707000,0.71100000],[1713835963000,0.71100000],[1713836283000,0.71100000],[1713836603000,0.71100000],[1713836859000,0.71100000],[1713837179000,0.71100000],[1713837500000,0.71100000],[1713837753000,0.71100000],[1713838075000,0.71100000],[1713838395000,0.71100000],[1713838651000,0.71100000],[1713838971000,0.71100000],[1713839291000,0.71100000],[1713839611000,0.71100000],[1713839867000,0.71100000],[1713840187000,0.71100000],[1713840507000,0.71100000],[1713840763000,0.71100000],[1713841082000,0.71100000],[1713841402000,0.71100000],[1713841652000,0.71100000],[1713841978000,0.71100000],[1713842298000,0.71100000],[1713842553000,0.71100000],[1713842874000,0.71100000],[1713843194000,0.71100000],[1713843450000,0.71100000],[1713843770000,0.71100000],[1713844090000,0.71100000],[1713844410000,0.71100000],[1713844666000,0.71100000],[1713844986000,0.71100000],[1713845306000,0.71100000],[1713845552000,0.71100000],[1713845867000,0.71100000],[1713846202000,0.71100000],[1713846458000,0.71100000],[1713846778000,0.71100000],[1713847098000,0.71100000],[1713847353000,0.71100000],[1713847674000,0.71100000],[1713847994000,0.71100000],[1713848250000,0.71100000],[1713848554000,0.71100000],[1713848874000,0.71100000],[1713849194000,0.71100000],[1713849450000,0.71100000],[1713849770000,0.71100000],[1713850090000,0.71100000],[1713850410000,0.71100000],[1713850666000,0.71100000],[1713850986000,0.71100000],[1713851306000,0.71100000],[1713851552000,0.71100000],[1713851866000,0.71100000],[1713852202000,0.71100000],[1713852458000,0.71100000],[1713852778000,0.71100000],[1713853098000,0.71100000],[1713853353000,0.71100000],[1713853674000,0.71100000],[1713853994000,0.71100000],[1713854250000,0.71100000],[1713854571000,0.71100000],[1713854890000,0.71100000],[1713855210000,0.71100000],[1713855466000,0.71100000],[1713855789000,0.71100000],[1713856106000,0.71100000],[1713856362000,0.71100000],[1713856690000,0.71100000],[1713856970000,0.71100000],[1713857290000,0.71100000],[1713857610000,0.71100000],[1713857852000,0.71100000],[1713858202000,0.71100000],[1713858458000,0.71100000],[1713858778000,0.71100000],[1713859098000,0.71100000],[1713859370000,0.71100000],[1713859690000,0.71100000],[1713860010000,0.71100000],[1713860266000,0.71100000],[1713860586000,0.71100000],[1713860906000,0.71100000],[1713861162000,0.71100000],[1713861482000,0.71100000],[1713861802000,0.71100000],[1713862058000,0.71100000],[1713862378000,0.71100000],[1713862698000,0.71100000],[1713863104000,0.71100000],[1713863306000,0.71100000],[1713863562000,0.71100000],[1713863935000,0.71100000],[1713864170000,0.71100000],[1713864490000,0.71100000],[1713864810000,0.71100000],[1713865066000,0.71100000],[1713865386000,0.71100000],[1713865706000,0.71100000],[1713865962000,0.71100000],[1713866282000,0.71100000],[1713866602000,0.71100000],[1713866858000,0.71100000],[1713867178000,0.71100000],[1713867498000,0.71100000],[1713867753000,0.71100000],[1713868074000,0.71100000],[1713868394000,0.71100000],[1713868666000,0.71100000],[1713868986000,0.71100000],[1713869369000,0.71100000],[1713869562000,0.71100000],[1713869882000,0.71100000],[1713870201000,0.71100000],[1713870457000,0.71100000],[1713870778000,0.71100000],[1713871097000,0.71100000],[1713871368000,0.71100000],[1713871726000,0.71100000],[1713871993000,0.71100000],[1713872499000,0.71100000],[1713872570000,0.71100000],[1713872890000,0.71100000],[1713873210000,0.71100000],[1713873465000,0.71100000],[1713873785000,0.71100000],[1713874105000,0.71100000],[1713874353000,0.71100000],[1713874681000,0.71100000],[1713875001000,0.71100000],[1713875253000,0.71100000],[1713875562000,0.71100000],[1713875898000,0.71100000],[1713876153000,0.71100000],[1713876578000,0.71100000],[1713876778000,0.71100000],[1713877097000,0.71100000],[1713877370000,0.71100000],[1713877690000,0.71100000],[1713878031000,0.71100000],[1713878298000,0.71100000],[1713878553000,0.71100000],[1713878874000,0.71100000],[1713879194000,0.71100000],[1713879561000,0.71100000],[1713879760000,0.71100000],[1713880104000,0.71100000],[1713880373000,0.71100000],[1713880698000,0.71100000],[1713880954000,0.71100000],[1713881274000,0.71100000],[1713881610000,0.71100000],[1713881866000,0.71100000],[1713882186000,0.71100000],[1713882513000,0.71100000],[1713882778000,0.71100000],[1713883050000,0.71100000],[1713883402000,0.71100000],[1713883658000,0.71100000],[1713883994000,0.71100000],[1713884250000,0.71100000],[1713884571000,0.71100000],[1713884890000,0.71100000],[1713885210000,0.71100000],[1713885466000,0.71100000],[1713885786000,0.71100000],[1713886107000,0.71100000],[1713886364000,0.71100000],[1713886653000,0.71100000],[1713886970000,0.71100000],[1713887290000,0.71100000],[1713887610000,0.71100000],[1713887866000,0.71100000],[1713888186000,0.71100000],[1713888458000,0.71100000],[1713888780000,0.71100000],[1713889098000,0.71100000],[1713889354000,0.71100000],[1713889674000,0.71100000],[1713889994000,0.71100000],[1713890250000,0.71100000],[1713890570000,0.71100000],[1713890871000,0.71100000],[1713891178000,0.71100000],[1713891497000,0.78100000],[1713891753000,0.99100000],[1713892073000,1.41740000],[1713892393000,1.80300000],[1713892713000,1.80300000],[1713892969000,1.80300000],[1713893308000,1.80300000],[1713893562000,1.80300000],[1713893882000,1.80300000],[1713894202000,1.80300000],[1713894458000,1.80300000],[1713894778000,1.80300000],[1713895097000,1.80300000],[1713895353000,1.80300000],[1713895673000,1.80300000],[1713895993000,1.80300000],[1713896313000,1.80300000],[1713896586000,1.80300000],[1713896906000,1.80300000],[1713897161000,1.80300000],[1713897482000,1.80300000],[1713897802000,1.80300000],[1713898057000,1.80300000],[1713898378000,1.80300000],[1713898698000,1.80300000],[1713898954000,1.80300000],[1713899274000,1.80300000],[1713899594000,1.80300000],[1713899850000,1.80300000],[1713900169000,1.80300000],[1713900490000,1.80300000],[1713900809000,1.80300000],[1713901065000,1.80300000],[1713901386000,1.80300000],[1713901705000,1.80300000],[1713901961000,1.80300000],[1713902281000,1.80300000],[1713902601000,1.80300000],[1713902857000,1.80300000],[1713903177000,1.80300000],[1713903497000,1.80300000],[1713903753000,1.80300000],[1713904057000,1.80300000],[1713904377000,1.80300000],[1713904752000,1.80300000],[1713904953000,1.80300000],[1713905277000,1.80300000],[1713905609000,1.80300000],[1713905853000,1.80300000],[1713906169000,1.80300000],[1713906489000,1.80300000],[1713906809000,1.80300000],[1713907065000,1.80300000],[1713907386000,1.80300000],[1713907705000,1.80300000],[1713907961000,1.80300000],[1713908282000,1.80300000],[1713908601000,1.80300000],[1713908857000,1.80300000],[1713909177000,1.80300000],[1713909497000,1.80300000],], 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; }