var graphs = {}; $(document).ready(function() { dataset = [ { label: 'Teplota (°C)', data: [[1711580437000,12.40000000],[1711580565000,12.30000000],[1711580885000,12.22000000],[1711581205000,12.02500000],[1711581461000,12.18000000],[1711581781000,12.30000000],[1711582101000,12.32500000],[1711582352000,12.42000000],[1711582677000,12.50000000],[1711583042000,12.35000000],[1711583302000,12.40000000],[1711583558000,12.48000000],[1711583878000,12.40000000],[1711584198000,12.35000000],[1711584453000,11.90000000],[1711584774000,11.36000000],[1711585094000,11.20000000],[1711585350000,11.24000000],[1711585686000,11.30000000],[1711586006000,11.30000000],[1711586262000,11.38000000],[1711586582000,11.38000000],[1711586902000,11.30000000],[1711587158000,11.36000000],[1711587478000,11.40000000],[1711587750000,11.52000000],[1711588070000,11.52500000],[1711588509000,11.60000000],[1711588710000,11.67500000],[1711588966000,11.72000000],[1711589286000,11.70000000],[1711589606000,11.70000000],[1711589862000,11.68000000],[1711590198000,11.67500000],[1711590454000,11.58000000],[1711590774000,11.70000000],[1711591094000,11.62500000],[1711591350000,11.38000000],[1711591670000,11.30000000],[1711591990000,11.20000000],[1711592309000,11.30000000],], color: '#d6212a' }, { label: 'Rosný bod (°C)', data: [[1711580437000,8],[1711580565000,8],[1711580885000,8.1],[1711581205000,7.9],[1711581461000,7.9],[1711581781000,8],[1711582101000,7.9],[1711582352000,7.9],[1711582677000,7.9],[1711583042000,7.9],[1711583302000,7.9],[1711583558000,7.9],[1711583878000,7.9],[1711584198000,8.2],[1711584453000,8.6],[1711584774000,8.3],[1711585094000,8],[1711585350000,8],[1711585686000,8.1],[1711586006000,7.9],[1711586262000,8],[1711586582000,8.1],[1711586902000,7.9],[1711587158000,8],[1711587478000,8],[1711587750000,8],[1711588070000,8.1],[1711588509000,8],[1711588710000,8.1],[1711588966000,8.2],[1711589286000,8.1],[1711589606000,8.1],[1711589862000,8.2],[1711590198000,8.1],[1711590454000,8.2],[1711590774000,8.3],[1711591094000,8.6],[1711591350000,8.3],[1711591670000,8.3],[1711591990000,8.2],[1711592309000,8.3],], 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: 'Vlhkosť (%)', data: [[1711580437000,75.00000000],[1711580565000,75.40000000],[1711580885000,76.00000000],[1711581205000,76.25000000],[1711581461000,75.40000000],[1711581781000,75.20000000],[1711582101000,74.75000000],[1711582352000,74.00000000],[1711582677000,74.00000000],[1711583042000,74.50000000],[1711583302000,74.00000000],[1711583558000,74.00000000],[1711583878000,74.20000000],[1711584198000,76.25000000],[1711584453000,80.60000000],[1711584774000,81.80000000],[1711585094000,81.00000000],[1711585350000,80.60000000],[1711585686000,80.60000000],[1711586006000,80.00000000],[1711586262000,79.80000000],[1711586582000,80.20000000],[1711586902000,80.00000000],[1711587158000,80.00000000],[1711587478000,79.75000000],[1711587750000,79.20000000],[1711588070000,79.50000000],[1711588509000,79.00000000],[1711588710000,79.00000000],[1711588966000,79.00000000],[1711589286000,79.00000000],[1711589606000,79.00000000],[1711589862000,79.20000000],[1711590198000,79.00000000],[1711590454000,80.00000000],[1711590774000,80.00000000],[1711591094000,81.75000000],[1711591350000,81.40000000],[1711591670000,82.00000000],[1711591990000,81.80000000],[1711592309000,82.00000000],], color: '#ff9000' } ]; var options = { xaxes: [{ axisLabel: 'humidity', }], 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%' }, crosshair: { mode: 'x' }, legend: { show: true, container: '#chart-humidity-legend' } }; graphs['#chart-humidity'] = $.plot('#chart-humidity', dataset, options); }); $(document).ready(function() { dataset = [ { label: 'Atmosférický tlak (hPa)', data: [[1711580437000,995.9],[1711580565000,996],[1711580885000,996],[1711581205000,996.1],[1711581461000,996.1],[1711581781000,996.2],[1711582101000,996.1],[1711582352000,995.9],[1711582677000,996.1],[1711583042000,996.2],[1711583302000,996.4],[1711583558000,996.4],[1711583878000,996.8],[1711584198000,996.7],[1711584453000,996.8],[1711584774000,996.7],[1711585094000,996.5],[1711585350000,996.3],[1711585686000,996.2],[1711586006000,995.9],[1711586262000,995.9],[1711586582000,995.8],[1711586902000,995.8],[1711587158000,995.6],[1711587478000,995.6],[1711587750000,995.5],[1711588070000,995.6],[1711588509000,995.5],[1711588710000,995.4],[1711588966000,995.4],[1711589286000,995.3],[1711589606000,995.4],[1711589862000,995.1],[1711590198000,995.1],[1711590454000,995],[1711590774000,995.1],[1711591094000,995],[1711591350000,994.9],[1711591670000,995],[1711591990000,995.2],[1711592309000,995.4],], color: '#000000' } ]; var options = { xaxes: [{ axisLabel: 'pressure', }], 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.1hPa' }, crosshair: { mode: 'x' }, legend: { show: true, container: '#chart-pressure-legend' } }; graphs['#chart-pressure'] = $.plot('#chart-pressure', dataset, options); }); $(document).ready(function() { dataset = [ { label: 'Rýchlosť vetra (km/h)', data: [[1711580437000,7.56],[1711580565000,7.704],[1711580885000,8.352],[1711581205000,7.29],[1711581461000,7.488],[1711581781000,7.56],[1711582101000,8.64],[1711582352000,7.776],[1711582677000,9.81],[1711583042000,6.57],[1711583302000,5.49],[1711583558000,9.936],[1711583878000,4.68],[1711584198000,6.03],[1711584453000,2.52],[1711584774000,2.592],[1711585094000,1.35],[1711585350000,4.176],[1711585686000,5.688],[1711586006000,6.12],[1711586262000,4.968],[1711586582000,3.456],[1711586902000,4.05],[1711587158000,2.16],[1711587478000,5.31],[1711587750000,4.608],[1711588070000,3.78],[1711588509000,5.76],[1711588710000,5.67],[1711588966000,5.904],[1711589286000,4.392],[1711589606000,4.14],[1711589862000,4.896],[1711590198000,5.4],[1711590454000,5.256],[1711590774000,8.424],[1711591094000,2.97],[1711591350000,2.88],[1711591670000,8.928],[1711591990000,4.104],[1711592309000,6.57],[1711592552000,3.456],[1711592869000,8.64],[1711593189000,5.112],[1711593509000,0.81],[1711593752000,1.872],[1711594070000,0.72],[1711594393000,7.56],[1711594677000,3.312],[1711594997000,1.89],[1711595252000,1.656],[1711595573000,4.32],[1711595893000,3.888],[1711596212000,2.34],[1711596469000,1.224],[1711596789000,1.368],[1711597109000,1.62],[1711597365000,9.432],[1711597685000,14.328],[1711598010000,20.25],[1711598261000,10.584],[1711598581000,15.192],[1711598901000,16.02],[1711599157000,10.656],[1711599477000,5.76],[1711599797000,5.04],[1711600052000,3.456],[1711600352000,10.152],[1711600677000,4.968],[1711600997000,1.8],[1711601253000,0.288],[1711601573000,0.576],[1711601893000,0],[1711602213000,0.09],[1711602469000,1.44],[1711602789000,0],[1711603110000,0.72],[1711603365000,3.096],[1711603686000,2.232],[1711604006000,6.12],[1711604262000,7.272],[1711604582000,3.096],[1711604902000,4.5],[1711605158000,6.552],[1711605494000,7.74],[1711605751000,9.432],[1711606072000,6.12],[1711606391000,6.03],[1711606653000,6.408],[1711606982000,4.95],[1711607271000,7.128],[1711607589000,6.264],[1711607910000,4.68],[1711608166000,9.432],[1711608486000,8.64],[1711608806000,6.75],[1711609061000,10.224],[1711609381000,10.8],[1711609701000,12.87],[1711609958000,12.168],[1711610277000,14.256],[1711610597000,7.92],[1711610853000,8.928],[1711611205000,7.74],[1711611477000,8.064],[1711611797000,8.19],[1711612053000,5.04],[1711612373000,9.504],[1711612693000,9.144],[1711613013000,8.37],[1711613269000,11.448],[1711613589000,15.84],[1711613909000,12.69],[1711614165000,7.29],[1711614453000,10.62],[1711614814000,19.08],[1711615054000,11.088],[1711615381000,11.592],[1711615701000,7.56],[1711615973000,9.576],[1711616296000,6.264],[1711616613000,15.75],[1711616870000,11.808],[1711617206000,13.59],[1711617477000,19.08],[1711617797000,21.06],[1711618053000,23.04],[1711618389000,22.14],[1711618653000,20.88],[1711618981000,16.92],[1711619301000,11.7],[1711619557000,17.712],[1711619878000,15.624],[1711620197000,13.68],[1711620469000,22.536],[1711620790000,14.31],], color: '#002f80', points: { show: false }, lines: { show: true, lineWidth: 2, fill: false, }, }, { label: 'Náraz vetra (km/h)', data: [[1711580437000,10.26],[1711580565000,10.728],[1711580885000,11.736],[1711581205000,9.54],[1711581461000,9.72],[1711581781000,10.152],[1711582101000,11.61],[1711582352000,11.736],[1711582677000,14.13],[1711583042000,8.91],[1711583302000,7.56],[1711583558000,14.328],[1711583878000,6.048],[1711584198000,7.65],[1711584453000,3.528],[1711584774000,3.024],[1711585094000,2.52],[1711585350000,6.048],[1711585686000,7.704],[1711586006000,9.45],[1711586262000,7.56],[1711586582000,5.04],[1711586902000,5.04],[1711587158000,3.528],[1711587478000,7.65],[1711587750000,7.056],[1711588070000,4.41],[1711588509000,7.56],[1711588710000,8.19],[1711588966000,7.632],[1711589286000,6.624],[1711589606000,5.04],[1711589862000,7.056],[1711590198000,7.65],[1711590454000,8.64],[1711590774000,12.24],[1711591094000,4.41],[1711591350000,4.032],[1711591670000,10.728],[1711591990000,5.04],[1711592309000,8.37],[1711592552000,5.544],[1711592869000,11.232],[1711593189000,6.624],[1711593509000,1.89],[1711593752000,2.52],[1711594070000,1.512],[1711594393000,8.82],[1711594677000,5.04],[1711594997000,3.78],[1711595252000,2.52],[1711595573000,5.04],[1711595893000,6.048],[1711596212000,3.78],[1711596469000,2.52],[1711596789000,2.016],[1711597109000,3.78],[1711597365000,11.736],[1711597685000,15.912],[1711598010000,23.67],[1711598261000,11.736],[1711598581000,16.92],[1711598901000,18.63],[1711599157000,13.32],[1711599477000,7.056],[1711599797000,5.67],[1711600052000,4.536],[1711600352000,12.312],[1711600677000,6.552],[1711600997000,1.89],[1711601253000,0.504],[1711601573000,2.016],[1711601893000,0],[1711602213000,0.63],[1711602469000,2.016],[1711602789000,0],[1711603110000,1.26],[1711603365000,4.536],[1711603686000,3.528],[1711604006000,6.93],[1711604262000,9.648],[1711604582000,4.536],[1711604902000,5.76],[1711605158000,8.64],[1711605494000,8.91],[1711605751000,11.736],[1711606072000,7.56],[1711606391000,7.56],[1711606653000,8.064],[1711606982000,5.04],[1711607271000,9.144],[1711607589000,7.632],[1711607910000,6.3],[1711608166000,10.728],[1711608486000,11.304],[1711608806000,8.91],[1711609061000,12.816],[1711609381000,12.816],[1711609701000,17.37],[1711609958000,14.904],[1711610277000,16.416],[1711610597000,8.91],[1711610853000,9.648],[1711611205000,8.82],[1711611477000,9.72],[1711611797000,8.82],[1711612053000,7.056],[1711612373000,11.808],[1711612693000,11.304],[1711613013000,10.8],[1711613269000,15.984],[1711613589000,19.944],[1711613909000,16.65],[1711614165000,8.19],[1711614453000,12.87],[1711614814000,23.04],[1711615054000,14.328],[1711615381000,13.392],[1711615701000,8.91],[1711615973000,11.232],[1711616296000,8.136],[1711616613000,19.89],[1711616870000,15.912],[1711617206000,17.91],[1711617477000,22.968],[1711617797000,26.19],[1711618053000,27.072],[1711618389000,26.82],[1711618653000,25.056],[1711618981000,22.032],[1711619301000,14.04],[1711619557000,22.536],[1711619878000,18.432],[1711620197000,18],[1711620469000,28.656],[1711620790000,19.8],], 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: [[1711580437000,105.50000000],[1711580565000,123.00000000],[1711580885000,219.60000000],[1711581205000,172.50000000],[1711581461000,163.20000000],[1711581781000,107.40000000],[1711582101000,107.75000000],[1711582352000,145.00000000],[1711582677000,163.00000000],[1711583042000,195.75000000],[1711583302000,137.00000000],[1711583558000,161.80000000],[1711583878000,130.20000000],[1711584198000,237.75000000],[1711584453000,231.00000000],[1711584774000,291.80000000],[1711585094000,295.75000000],[1711585350000,224.80000000],[1711585686000,137.20000000],[1711586006000,67.75000000],[1711586262000,112.20000000],[1711586582000,190.00000000],[1711586902000,180.75000000],[1711587158000,198.60000000],[1711587478000,78.75000000],[1711587750000,148.80000000],[1711588070000,209.50000000],[1711588509000,154.33333333],[1711588710000,226.75000000],[1711588966000,171.80000000],[1711589286000,134.40000000],[1711589606000,176.75000000],[1711589862000,220.80000000],[1711590198000,81.00000000],[1711590454000,167.20000000],[1711590774000,169.40000000],[1711591094000,253.75000000],[1711591350000,247.80000000],[1711591670000,170.80000000],[1711591990000,200.40000000],[1711592309000,223.00000000],[1711592552000,222.80000000],[1711592869000,243.40000000],[1711593189000,146.40000000],[1711593509000,266.25000000],[1711593752000,200.00000000],[1711594070000,323.20000000],[1711594393000,128.25000000],[1711594677000,269.40000000],[1711594997000,264.25000000],[1711595252000,258.20000000],[1711595573000,162.00000000],[1711595893000,185.20000000],[1711596212000,249.75000000],[1711596469000,266.40000000],[1711596789000,301.60000000],[1711597109000,293.50000000],[1711597365000,181.60000000],[1711597685000,182.00000000],[1711598010000,192.50000000],[1711598261000,214.40000000],[1711598581000,197.00000000],[1711598901000,193.00000000],[1711599157000,202.00000000],[1711599477000,232.40000000],[1711599797000,243.00000000],[1711600052000,251.40000000],[1711600352000,203.80000000],[1711600677000,219.40000000],[1711600997000,277.25000000],[1711601253000,292.20000000],[1711601573000,283.60000000],[1711601893000,277.00000000],[1711602213000,283.50000000],[1711602469000,284.80000000],[1711602789000,284.40000000],[1711603110000,293.75000000],[1711603365000,249.00000000],[1711603686000,254.80000000],[1711604006000,230.25000000],[1711604262000,237.20000000],[1711604582000,244.20000000],[1711604902000,250.25000000],[1711605158000,236.80000000],[1711605494000,243.50000000],[1711605751000,215.80000000],[1711606072000,239.00000000],[1711606391000,249.75000000],[1711606653000,252.20000000],[1711606982000,267.00000000],[1711607271000,247.80000000],[1711607589000,238.20000000],[1711607910000,255.50000000],[1711608166000,248.00000000],[1711608486000,257.60000000],[1711608806000,248.75000000],[1711609061000,231.80000000],[1711609381000,254.80000000],[1711609701000,218.75000000],[1711609958000,243.00000000],[1711610277000,231.60000000],[1711610597000,245.00000000],[1711610853000,242.20000000],[1711611205000,239.00000000],[1711611477000,228.80000000],[1711611797000,240.25000000],[1711612053000,254.60000000],[1711612373000,246.60000000],[1711612693000,257.40000000],[1711613013000,250.50000000],[1711613269000,252.80000000],[1711613589000,243.60000000],[1711613909000,245.25000000],[1711614165000,254.25000000],[1711614453000,260.25000000],[1711614814000,255.66666667],[1711615054000,268.60000000],[1711615381000,246.60000000],[1711615701000,271.25000000],[1711615973000,266.00000000],[1711616296000,255.80000000],[1711616613000,261.00000000],[1711616870000,272.00000000],[1711617206000,231.25000000],[1711617477000,242.80000000],[1711617797000,240.75000000],[1711618053000,251.00000000],[1711618389000,250.00000000],[1711618653000,231.20000000],[1711618981000,259.20000000],[1711619301000,263.50000000],[1711619557000,254.00000000],[1711619878000,251.00000000],[1711620197000,262.50000000],[1711620469000,244.80000000],[1711620790000,244.25000000],], 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: [[1711580437000,0.00000000],[1711580565000,0.00000000],[1711580885000,0.00000000],[1711581205000,0.00000000],[1711581461000,0.00000000],[1711581781000,0.00000000],[1711582101000,0.00000000],[1711582352000,0.00000000],[1711582677000,0.00000000],[1711583042000,0.00000000],[1711583302000,0.00000000],[1711583558000,0.00000000],[1711583878000,0.00000000],[1711584198000,0.00000000],[1711584453000,0.00000000],[1711584774000,0.00000000],[1711585094000,0.00000000],[1711585350000,0.00000000],[1711585686000,0.00000000],[1711586006000,0.00000000],[1711586262000,0.00000000],[1711586582000,0.00000000],[1711586902000,0.00000000],[1711587158000,0.00000000],[1711587478000,0.00000000],[1711587750000,0.00000000],[1711588070000,0.00000000],[1711588509000,0.00000000],[1711588710000,0.00000000],[1711588966000,0.00000000],[1711589286000,0.00000000],[1711589606000,0.00000000],[1711589862000,0.00000000],[1711590198000,0.00000000],[1711590454000,0.00000000],[1711590774000,0.00000000],[1711591094000,0.00000000],[1711591350000,0.00000000],[1711591670000,0.00000000],[1711591990000,0.00000000],[1711592309000,0.00000000],[1711592552000,0.00000000],[1711592869000,0.00000000],[1711593189000,0.00000000],[1711593509000,0.00000000],[1711593752000,0.00000000],[1711594070000,0.00000000],[1711594393000,0.00000000],[1711594677000,0.00000000],[1711594997000,0.00000000],[1711595252000,0.00000000],[1711595573000,0.00000000],[1711595893000,0.00000000],[1711596212000,0.00000000],[1711596469000,0.00000000],[1711596789000,0.00000000],[1711597109000,0.00000000],[1711597365000,0.00000000],[1711597685000,0.00000000],[1711598010000,0.00000000],[1711598261000,0.00000000],[1711598581000,0.00000000],[1711598901000,0.00000000],[1711599157000,0.00000000],[1711599477000,0.00000000],[1711599797000,0.00000000],[1711600052000,0.80000000],[1711600352000,1.00000000],[1711600677000,1.00000000],[1711600997000,2.00000000],[1711601253000,3.00000000],[1711601573000,3.60000000],[1711601893000,5.40000000],[1711602213000,10.00000000],[1711602469000,10.40000000],[1711602789000,10.00000000],[1711603110000,9.75000000],[1711603365000,11.20000000],[1711603686000,13.20000000],[1711604006000,18.50000000],[1711604262000,17.00000000],[1711604582000,19.00000000],[1711604902000,26.00000000],[1711605158000,30.60000000],[1711605494000,37.50000000],[1711605751000,43.00000000],[1711606072000,63.60000000],[1711606391000,62.50000000],[1711606653000,67.60000000],[1711606982000,78.00000000],[1711607271000,70.80000000],[1711607589000,69.60000000],[1711607910000,77.75000000],[1711608166000,95.40000000],[1711608486000,127.20000000],[1711608806000,141.50000000],[1711609061000,124.40000000],[1711609381000,68.40000000],[1711609701000,53.50000000],[1711609958000,50.60000000],[1711610277000,75.20000000],[1711610597000,59.75000000],[1711610853000,36.20000000],[1711611205000,15.75000000],[1711611477000,32.60000000],[1711611797000,45.50000000],[1711612053000,38.20000000],[1711612373000,34.80000000],[1711612693000,37.60000000],[1711613013000,37.50000000],[1711613269000,37.80000000],[1711613589000,41.00000000],[1711613909000,74.75000000],[1711614165000,158.25000000],[1711614453000,179.75000000],[1711614814000,127.33333333],[1711615054000,98.60000000],[1711615381000,70.80000000],[1711615701000,95.00000000],[1711615973000,78.80000000],[1711616296000,68.60000000],[1711616613000,72.25000000],[1711616870000,203.20000000],[1711617206000,213.00000000],[1711617477000,295.20000000],[1711617797000,187.75000000],[1711618053000,156.60000000],[1711618389000,196.75000000],[1711618653000,264.80000000],[1711618981000,216.20000000],[1711619301000,245.75000000],[1711619557000,280.40000000],[1711619878000,463.00000000],[1711620197000,551.50000000],[1711620469000,557.00000000],[1711620790000,527.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: [[1711580437000,0.00000000],[1711580565000,0.00000000],[1711580885000,0.00000000],[1711581205000,0.00000000],[1711581461000,0.00000000],[1711581781000,0.00000000],[1711582101000,0.00000000],[1711582352000,0.00000000],[1711582677000,0.00000000],[1711583042000,0.00000000],[1711583302000,0.00000000],[1711583558000,0.00000000],[1711583878000,0.00000000],[1711584198000,0.00000000],[1711584453000,0.00000000],[1711584774000,0.00000000],[1711585094000,0.00000000],[1711585350000,0.00000000],[1711585686000,0.00000000],[1711586006000,0.00000000],[1711586262000,0.00000000],[1711586582000,0.00000000],[1711586902000,0.00000000],[1711587158000,0.00000000],[1711587478000,0.00000000],[1711587750000,0.00000000],[1711588070000,0.00000000],[1711588509000,0.00000000],[1711588710000,0.00000000],[1711588966000,0.00000000],[1711589286000,0.00000000],[1711589606000,0.00000000],[1711589862000,0.00000000],[1711590198000,0.00000000],[1711590454000,0.00000000],[1711590774000,0.00000000],[1711591094000,0.00000000],[1711591350000,0.00000000],[1711591670000,0.00000000],[1711591990000,0.00000000],[1711592309000,0.00000000],[1711592552000,0.00000000],[1711592869000,0.00000000],[1711593189000,0.00000000],[1711593509000,0.00000000],[1711593752000,0.00000000],[1711594070000,0.00000000],[1711594393000,0.00000000],[1711594677000,0.00000000],[1711594997000,0.00000000],[1711595252000,0.00000000],[1711595573000,0.00000000],[1711595893000,0.00000000],[1711596212000,0.00000000],[1711596469000,0.00000000],[1711596789000,0.00000000],[1711597109000,0.00000000],[1711597365000,0.00000000],[1711597685000,0.00000000],[1711598010000,0.00000000],[1711598261000,0.00000000],[1711598581000,0.00000000],[1711598901000,0.00000000],[1711599157000,0.00000000],[1711599477000,0.00000000],[1711599797000,0.00000000],[1711600052000,0.00000000],[1711600352000,0.00000000],[1711600677000,0.00000000],[1711600997000,0.00000000],[1711601253000,0.00000000],[1711601573000,0.00000000],[1711601893000,0.00000000],[1711602213000,0.00000000],[1711602469000,0.00000000],[1711602789000,0.00000000],[1711603110000,0.00000000],[1711603365000,0.00000000],[1711603686000,0.00000000],[1711604006000,0.00000000],[1711604262000,0.00000000],[1711604582000,0.00000000],[1711604902000,0.00000000],[1711605158000,0.00000000],[1711605494000,0.00000000],[1711605751000,0.00000000],[1711606072000,0.00000000],[1711606391000,0.00000000],[1711606653000,0.00000000],[1711606982000,0.00000000],[1711607271000,0.00000000],[1711607589000,0.00000000],[1711607910000,0.00000000],[1711608166000,0.00000000],[1711608486000,0.80000000],[1711608806000,1.00000000],[1711609061000,0.80000000],[1711609381000,0.00000000],[1711609701000,0.00000000],[1711609958000,0.00000000],[1711610277000,0.00000000],[1711610597000,0.00000000],[1711610853000,0.00000000],[1711611205000,0.00000000],[1711611477000,0.00000000],[1711611797000,0.00000000],[1711612053000,0.00000000],[1711612373000,0.00000000],[1711612693000,0.00000000],[1711613013000,0.00000000],[1711613269000,0.00000000],[1711613589000,0.00000000],[1711613909000,0.25000000],[1711614165000,1.00000000],[1711614453000,1.00000000],[1711614814000,0.66666667],[1711615054000,0.60000000],[1711615381000,0.00000000],[1711615701000,0.50000000],[1711615973000,0.00000000],[1711616296000,0.00000000],[1711616613000,0.00000000],[1711616870000,1.40000000],[1711617206000,1.50000000],[1711617477000,2.60000000],[1711617797000,1.00000000],[1711618053000,1.00000000],[1711618389000,1.50000000],[1711618653000,2.20000000],[1711618981000,1.60000000],[1711619301000,2.00000000],[1711619557000,2.00000000],[1711619878000,4.00000000],[1711620197000,5.00000000],[1711620469000,4.80000000],[1711620790000,4.50000000],], 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: [[1711580437000,0.00000000],[1711580565000,0.00000000],[1711580885000,0.00000000],[1711581205000,0.00000000],[1711581461000,0.00000000],[1711581781000,0.00000000],[1711582101000,0.00000000],[1711582352000,0.00000000],[1711582677000,0.00000000],[1711583042000,0.00000000],[1711583302000,0.00000000],[1711583558000,0.00000000],[1711583878000,0.00000000],[1711584198000,0.00000000],[1711584453000,0.00000000],[1711584774000,0.00000000],[1711585094000,0.00000000],[1711585350000,0.00000000],[1711585686000,0.00000000],[1711586006000,0.00000000],[1711586262000,0.00000000],[1711586582000,0.00000000],[1711586902000,0.00000000],[1711587158000,0.00000000],[1711587478000,0.00000000],[1711587750000,0.00000000],[1711588070000,0.00000000],[1711588509000,0.00000000],[1711588710000,0.00000000],[1711588966000,0.00000000],[1711589286000,0.00000000],[1711589606000,0.00000000],[1711589862000,0.00000000],[1711590198000,0.00000000],[1711590454000,0.00000000],[1711590774000,0.00000000],[1711591094000,0.00000000],[1711591350000,0.00000000],[1711591670000,0.00000000],[1711591990000,0.00000000],[1711592309000,0.15225000],[1711592552000,0.50800000],[1711592869000,0.78700000],[1711593189000,0.82780000],[1711593509000,0.99100000],[1711593752000,0.99100000],[1711594070000,0.99100000],[1711594393000,1.21900000],[1711594677000,1.68140000],[1711594997000,1.90500000],[1711595252000,2.00700000],[1711595573000,2.06780000],[1711595893000,2.31100000],[1711596212000,2.31100000],[1711596469000,2.31100000],[1711596789000,2.31100000],[1711597109000,2.31100000],[1711597365000,2.31100000],[1711597685000,2.31100000],[1711598010000,2.31100000],[1711598261000,2.31100000],[1711598581000,2.31100000],[1711598901000,2.31100000],[1711599157000,2.41780000],[1711599477000,2.55000000],[1711599797000,2.79400000],[1711600052000,2.79400000],[1711600352000,2.79400000],[1711600677000,2.79400000],[1711600997000,2.79400000],[1711601253000,2.79400000],[1711601573000,2.79400000],[1711601893000,2.79400000],[1711602213000,2.79400000],[1711602469000,2.79400000],[1711602789000,2.79400000],[1711603110000,2.79400000],[1711603365000,2.79400000],[1711603686000,2.79400000],[1711604006000,2.79400000],[1711604262000,2.79400000],[1711604582000,2.79400000],[1711604902000,2.79400000],[1711605158000,2.79400000],[1711605494000,2.79400000],[1711605751000,2.79400000],[1711606072000,2.79400000],[1711606391000,2.79400000],[1711606653000,2.79400000],[1711606982000,2.79400000],[1711607271000,2.79400000],[1711607589000,2.79400000],[1711607910000,2.79400000],[1711608166000,2.79400000],[1711608486000,2.79400000],[1711608806000,2.79400000],[1711609061000,2.79400000],[1711609381000,2.79400000],[1711609701000,2.79400000],[1711609958000,2.79400000],[1711610277000,2.79400000],[1711610597000,2.79400000],[1711610853000,2.79400000],[1711611205000,2.79400000],[1711611477000,2.79400000],[1711611797000,2.79400000],[1711612053000,2.79400000],[1711612373000,2.79400000],[1711612693000,2.79400000],[1711613013000,2.79400000],[1711613269000,2.79400000],[1711613589000,2.79400000],[1711613909000,2.79400000],[1711614165000,2.79400000],[1711614453000,2.79400000],[1711614814000,2.79400000],[1711615054000,2.79400000],[1711615381000,2.79400000],[1711615701000,2.79400000],[1711615973000,2.79400000],[1711616296000,2.79400000],[1711616613000,2.79400000],[1711616870000,2.79400000],[1711617206000,2.79400000],[1711617477000,2.79400000],[1711617797000,2.79400000],[1711618053000,2.79400000],[1711618389000,2.79400000],[1711618653000,2.79400000],[1711618981000,2.79400000],[1711619301000,2.79400000],[1711619557000,2.79400000],[1711619878000,2.79400000],[1711620197000,2.79400000],[1711620469000,2.79400000],[1711620790000,2.79400000],], 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; }