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.04],[1711621109000,27.9],[1711621365000,20.304],[1711621685000,21.528],[1711622005000,23.76],[1711622261000,22.392],[1711622581000,16.56],[1711622901000,13.95],[1711623157000,15.552],[1711623477000,12.456],[1711623797000,12.96],[1711624052000,15.696],[1711624388000,12.312],[1711624708000,10.8],[1711624965000,12.528],[1711625285000,13.896],[1711625605000,14.04],[1711625861000,13.68],[1711626181000,14.112],[1711626501000,10.89],[1711626752000,14.976],[1711627052000,12.384],[1711627381000,14.904],[1711627700000,13.68],[1711627952000,14.184],[1711628277000,15.696],[1711628596000,11.97],[1711628853000,11.952],[1711629172000,14.832],[1711629492000,22.536],[1711629812000,21.96],[1711630061000,23.328],[1711630389000,13.248],[1711630709000,18.72],[1711630965000,15.192],[1711631301000,15.21],[1711631558000,13.68],[1711631878000,13.248],[1711632197000,12.06],[1711632454000,12.672],[1711632773000,14.616],[1711633093000,15.192],[1711633414000,17.01],[1711633669000,18.144],[1711634008000,15.93],[1711634261000,21.096],[1711634582000,15.12],[1711634853000,17.136],[1711635174000,15.408],[1711635493000,18],[1711635813000,18.54],[1711636069000,23.904],[1711636390000,26.37],[1711636661000,18.504],[1711636981000,21.6],[1711637254000,20.592],[1711637573000,14.184],[1711637894000,18.45],[1711638157000,20.232],[1711638485000,21.456],[1711638805000,29.34],[1711639061000,23.832],[1711639381000,23.976],[1711639701000,20.07],[1711639957000,17.784],[1711640277000,19.944],[1711640597000,15.57],[1711640853000,23.184],[1711641174000,21.96],[1711641493000,21.312],[1711641813000,17.1],[1711642069000,15.696],[1711642389000,18.216],[1711642712000,25.29],[1711642965000,13.464],[1711643285000,13.68],[1711643553000,14.4],[1711643878000,17.784],[1711644197000,19.53],[1711644453000,17.28],[1711644773000,12.168],[1711645093000,8.82],[1711645351000,9.072],[1711645670000,6.048],[1711645989000,4.104],[1711646309000,4.86],[1711646565000,3.528],[1711646885000,4.464],[1711647205000,3.42],[1711647461000,1.872],[1711647781000,2.592],[1711648101000,1.71],[1711648357000,1.008],[1711648677000,0.864],[1711648997000,3.42],[1711649253000,2.664],[1711649573000,1.008],[1711649893000,0],[1711650164000,0],[1711650484000,1.152],[1711650804000,0],[1711651060000,0],[1711651380000,0],[1711651700000,0],[1711651956000,0],[1711652276000,2.448],[1711652596000,0],[1711652852000,0],[1711653172000,0],[1711653492000,0],[1711653812000,0.45],[1711654053000,1.44],[1711654372000,1.8],[1711654692000,0.936],[1711655013000,0],[1711655268000,0],[1711655588000,0],[1711655908000,0],[1711656153000,0],[1711656484000,0.936],[1711656804000,0.36],[1711657053000,0],[1711657395000,0.09],[1711657652000,0],[1711657953000,0],[1711658276000,0.144],[1711658596000,2.7],[1711658852000,1.512],[1711659172000,9.648],[1711659492000,7.848],[1711659812000,6.66],[1711660068000,8.568],[1711660388000,8.064],[1711660708000,10.89],[1711660964000,7.992],[1711661284000,6.408],[1711661604000,6.3],[1711661860000,3.456],[1711662180000,3.456],[1711662500000,4.23],[1711662753000,4.14],[1711663140000,7.2],[1711663396000,6.75],[1711663652000,6.552],[1711663972000,6.768],[1711664292000,7.56],[1711664612000,7.11],[1711664868000,9.144],[1711665188000,7.848],[1711665508000,6.75],[1711665764000,7.776],[1711666084000,9.36],[1711666404000,6.21],[1711666660000,6.48],], 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,18.936],[1711621109000,31.23],[1711621365000,26.568],[1711621685000,29.088],[1711622005000,30.06],[1711622261000,28.656],[1711622581000,21.528],[1711622901000,16.74],[1711623157000,19.512],[1711623477000,14.976],[1711623797000,15.39],[1711624052000,19.008],[1711624388000,14.4],[1711624708000,12.78],[1711624965000,16.416],[1711625285000,17.496],[1711625605000,18.63],[1711625861000,18.504],[1711626181000,16.416],[1711626501000,14.76],[1711626752000,18],[1711627052000,14.4],[1711627381000,20.016],[1711627700000,17.37],[1711627952000,18],[1711628277000,19.512],[1711628596000,15.48],[1711628853000,16.992],[1711629172000,19.008],[1711629492000,29.088],[1711629812000,26.28],[1711630061000,29.592],[1711630389000,15.912],[1711630709000,23.04],[1711630965000,17.424],[1711631301000,18.63],[1711631558000,16.848],[1711631878000,15.984],[1711632197000,14.76],[1711632454000,14.976],[1711632773000,17.496],[1711633093000,19.944],[1711633414000,20.52],[1711633669000,23.544],[1711634008000,20.52],[1711634261000,26.064],[1711634582000,18],[1711634853000,19.512],[1711635174000,20.016],[1711635493000,21.528],[1711635813000,23.04],[1711636069000,30.168],[1711636390000,33.84],[1711636661000,23.04],[1711636981000,29.43],[1711637254000,26.64],[1711637573000,18],[1711637894000,23.67],[1711638157000,25.56],[1711638485000,26.064],[1711638805000,35.19],[1711639061000,28.584],[1711639381000,29.592],[1711639701000,24.93],[1711639957000,21.024],[1711640277000,24.048],[1711640597000,20.52],[1711640853000,31.68],[1711641174000,25.56],[1711641493000,28.152],[1711641813000,21.15],[1711642069000,19.008],[1711642389000,22.536],[1711642712000,31.32],[1711642965000,17.496],[1711643285000,17.37],[1711643553000,18],[1711643878000,22.032],[1711644197000,23.67],[1711644453000,23.544],[1711644773000,14.472],[1711645093000,10.8],[1711645351000,11.232],[1711645670000,8.64],[1711645989000,5.04],[1711646309000,5.67],[1711646565000,4.536],[1711646885000,6.048],[1711647205000,3.78],[1711647461000,3.024],[1711647781000,4.032],[1711648101000,1.89],[1711648357000,2.016],[1711648677000,1.512],[1711648997000,5.04],[1711649253000,3.024],[1711649573000,2.52],[1711649893000,0],[1711650164000,0],[1711650484000,1.512],[1711650804000,0],[1711651060000,0],[1711651380000,0],[1711651700000,0],[1711651956000,0],[1711652276000,3.024],[1711652596000,0],[1711652852000,0],[1711653172000,0],[1711653492000,0],[1711653812000,1.26],[1711654053000,2.52],[1711654372000,3.024],[1711654692000,2.016],[1711655013000,0],[1711655268000,0],[1711655588000,0],[1711655908000,0],[1711656153000,0],[1711656484000,1.008],[1711656804000,0.63],[1711657053000,0],[1711657395000,0.63],[1711657652000,0],[1711657953000,0],[1711658276000,0.504],[1711658596000,3.15],[1711658852000,2.016],[1711659172000,12.312],[1711659492000,9.72],[1711659812000,8.19],[1711660068000,10.224],[1711660388000,10.728],[1711660708000,12.96],[1711660964000,11.304],[1711661284000,8.712],[1711661604000,9],[1711661860000,4.536],[1711662180000,5.544],[1711662500000,5.04],[1711662753000,5.04],[1711663140000,8.19],[1711663396000,8.91],[1711663652000,9.72],[1711663972000,9.144],[1711664292000,9.216],[1711664612000,9.54],[1711664868000,13.392],[1711665188000,10.728],[1711665508000,8.91],[1711665764000,10.8],[1711666084000,11.232],[1711666404000,8.82],[1711666660000,7.56],], 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,247.80000000],[1711621109000,240.00000000],[1711621365000,235.40000000],[1711621685000,247.20000000],[1711622005000,264.00000000],[1711622261000,248.80000000],[1711622581000,247.20000000],[1711622901000,251.25000000],[1711623157000,241.40000000],[1711623477000,264.00000000],[1711623797000,255.50000000],[1711624052000,250.20000000],[1711624388000,246.00000000],[1711624708000,256.25000000],[1711624965000,248.60000000],[1711625285000,260.00000000],[1711625605000,255.25000000],[1711625861000,265.20000000],[1711626181000,247.00000000],[1711626501000,260.00000000],[1711626752000,248.20000000],[1711627052000,249.20000000],[1711627381000,234.80000000],[1711627700000,254.75000000],[1711627952000,251.20000000],[1711628277000,258.00000000],[1711628596000,247.25000000],[1711628853000,271.80000000],[1711629172000,241.00000000],[1711629492000,238.80000000],[1711629812000,246.00000000],[1711630061000,250.00000000],[1711630389000,249.00000000],[1711630709000,227.50000000],[1711630965000,256.20000000],[1711631301000,247.50000000],[1711631558000,258.60000000],[1711631878000,248.40000000],[1711632197000,256.50000000],[1711632454000,255.00000000],[1711632773000,251.20000000],[1711633093000,256.00000000],[1711633414000,240.75000000],[1711633669000,247.40000000],[1711634008000,245.50000000],[1711634261000,236.00000000],[1711634582000,245.50000000],[1711634853000,255.40000000],[1711635174000,248.40000000],[1711635493000,247.20000000],[1711635813000,247.50000000],[1711636069000,241.80000000],[1711636390000,248.25000000],[1711636661000,263.20000000],[1711636981000,245.50000000],[1711637254000,245.00000000],[1711637573000,245.40000000],[1711637894000,254.50000000],[1711638157000,248.80000000],[1711638485000,258.80000000],[1711638805000,226.25000000],[1711639061000,245.20000000],[1711639381000,251.80000000],[1711639701000,248.25000000],[1711639957000,256.00000000],[1711640277000,248.00000000],[1711640597000,258.75000000],[1711640853000,257.20000000],[1711641174000,266.20000000],[1711641493000,247.20000000],[1711641813000,228.00000000],[1711642069000,260.40000000],[1711642389000,264.80000000],[1711642712000,242.25000000],[1711642965000,260.80000000],[1711643285000,253.75000000],[1711643553000,253.00000000],[1711643878000,247.60000000],[1711644197000,250.00000000],[1711644453000,243.80000000],[1711644773000,251.00000000],[1711645093000,245.00000000],[1711645351000,244.20000000],[1711645670000,256.00000000],[1711645989000,275.60000000],[1711646309000,260.50000000],[1711646565000,288.40000000],[1711646885000,274.40000000],[1711647205000,278.00000000],[1711647461000,283.80000000],[1711647781000,282.80000000],[1711648101000,270.00000000],[1711648357000,292.80000000],[1711648677000,286.20000000],[1711648997000,302.50000000],[1711649253000,288.80000000],[1711649573000,309.80000000],[1711649893000,309.25000000],[1711650164000,309.00000000],[1711650484000,322.60000000],[1711650804000,321.25000000],[1711651060000,320.20000000],[1711651380000,319.80000000],[1711651700000,285.75000000],[1711651956000,297.00000000],[1711652276000,264.00000000],[1711652596000,280.75000000],[1711652852000,297.80000000],[1711653172000,300.60000000],[1711653492000,305.40000000],[1711653812000,319.50000000],[1711654053000,262.60000000],[1711654372000,326.00000000],[1711654692000,273.60000000],[1711655013000,306.75000000],[1711655268000,305.00000000],[1711655588000,299.80000000],[1711655908000,303.50000000],[1711656153000,304.80000000],[1711656484000,294.20000000],[1711656804000,290.00000000],[1711657053000,289.60000000],[1711657395000,289.50000000],[1711657652000,289.20000000],[1711657953000,290.00000000],[1711658276000,285.80000000],[1711658596000,268.25000000],[1711658852000,283.60000000],[1711659172000,265.20000000],[1711659492000,260.60000000],[1711659812000,266.50000000],[1711660068000,265.20000000],[1711660388000,303.80000000],[1711660708000,286.75000000],[1711660964000,262.80000000],[1711661284000,270.60000000],[1711661604000,298.50000000],[1711661860000,289.00000000],[1711662180000,288.80000000],[1711662500000,278.50000000],[1711662753000,277.00000000],[1711663140000,282.00000000],[1711663396000,270.25000000],[1711663652000,272.80000000],[1711663972000,276.00000000],[1711664292000,281.40000000],[1711664612000,299.25000000],[1711664868000,281.40000000],[1711665188000,271.00000000],[1711665508000,283.75000000],[1711665764000,287.60000000],[1711666084000,300.40000000],[1711666404000,278.25000000],[1711666660000,299.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: [[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,537.60000000],[1711621109000,586.50000000],[1711621365000,372.60000000],[1711621685000,101.60000000],[1711622005000,105.50000000],[1711622261000,97.40000000],[1711622581000,84.00000000],[1711622901000,78.25000000],[1711623157000,84.20000000],[1711623477000,101.40000000],[1711623797000,108.25000000],[1711624052000,102.20000000],[1711624388000,120.40000000],[1711624708000,117.50000000],[1711624965000,104.40000000],[1711625285000,103.40000000],[1711625605000,144.50000000],[1711625861000,205.80000000],[1711626181000,151.00000000],[1711626501000,142.00000000],[1711626752000,164.80000000],[1711627052000,157.40000000],[1711627381000,135.40000000],[1711627700000,143.50000000],[1711627952000,191.40000000],[1711628277000,198.60000000],[1711628596000,234.00000000],[1711628853000,211.80000000],[1711629172000,149.60000000],[1711629492000,198.00000000],[1711629812000,332.50000000],[1711630061000,396.00000000],[1711630389000,134.20000000],[1711630709000,176.75000000],[1711630965000,323.00000000],[1711631301000,129.25000000],[1711631558000,153.20000000],[1711631878000,138.40000000],[1711632197000,160.00000000],[1711632454000,212.00000000],[1711632773000,212.60000000],[1711633093000,197.80000000],[1711633414000,170.25000000],[1711633669000,167.80000000],[1711634008000,97.00000000],[1711634261000,148.00000000],[1711634582000,161.75000000],[1711634853000,125.40000000],[1711635174000,184.00000000],[1711635493000,163.00000000],[1711635813000,196.25000000],[1711636069000,144.40000000],[1711636390000,134.00000000],[1711636661000,114.80000000],[1711636981000,111.00000000],[1711637254000,89.60000000],[1711637573000,87.80000000],[1711637894000,57.00000000],[1711638157000,50.20000000],[1711638485000,46.80000000],[1711638805000,73.25000000],[1711639061000,81.80000000],[1711639381000,76.80000000],[1711639701000,64.75000000],[1711639957000,46.80000000],[1711640277000,36.00000000],[1711640597000,31.25000000],[1711640853000,24.00000000],[1711641174000,21.20000000],[1711641493000,15.60000000],[1711641813000,13.25000000],[1711642069000,6.80000000],[1711642389000,5.80000000],[1711642712000,10.00000000],[1711642965000,12.60000000],[1711643285000,9.00000000],[1711643553000,5.20000000],[1711643878000,3.40000000],[1711644197000,3.75000000],[1711644453000,4.00000000],[1711644773000,3.40000000],[1711645093000,2.00000000],[1711645351000,1.00000000],[1711645670000,1.00000000],[1711645989000,0.00000000],[1711646309000,0.00000000],[1711646565000,0.00000000],[1711646885000,0.00000000],[1711647205000,0.00000000],[1711647461000,0.00000000],[1711647781000,0.00000000],[1711648101000,0.00000000],[1711648357000,0.00000000],[1711648677000,0.00000000],[1711648997000,0.00000000],[1711649253000,0.00000000],[1711649573000,0.00000000],[1711649893000,0.00000000],[1711650164000,0.00000000],[1711650484000,0.00000000],[1711650804000,0.00000000],[1711651060000,0.00000000],[1711651380000,0.00000000],[1711651700000,0.00000000],[1711651956000,0.00000000],[1711652276000,0.00000000],[1711652596000,0.00000000],[1711652852000,0.00000000],[1711653172000,0.00000000],[1711653492000,0.00000000],[1711653812000,0.00000000],[1711654053000,0.00000000],[1711654372000,0.00000000],[1711654692000,0.00000000],[1711655013000,0.00000000],[1711655268000,0.00000000],[1711655588000,0.00000000],[1711655908000,0.00000000],[1711656153000,0.00000000],[1711656484000,0.00000000],[1711656804000,0.00000000],[1711657053000,0.00000000],[1711657395000,0.00000000],[1711657652000,0.00000000],[1711657953000,0.00000000],[1711658276000,0.00000000],[1711658596000,0.00000000],[1711658852000,0.00000000],[1711659172000,0.00000000],[1711659492000,0.00000000],[1711659812000,0.00000000],[1711660068000,0.00000000],[1711660388000,0.00000000],[1711660708000,0.00000000],[1711660964000,0.00000000],[1711661284000,0.00000000],[1711661604000,0.00000000],[1711661860000,0.00000000],[1711662180000,0.00000000],[1711662500000,0.00000000],[1711662753000,0.00000000],[1711663140000,0.00000000],[1711663396000,0.00000000],[1711663652000,0.00000000],[1711663972000,0.00000000],[1711664292000,0.00000000],[1711664612000,0.00000000],[1711664868000,0.00000000],[1711665188000,0.00000000],[1711665508000,0.00000000],[1711665764000,0.00000000],[1711666084000,0.00000000],[1711666404000,0.00000000],[1711666660000,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: [[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.60000000],[1711621109000,5.00000000],[1711621365000,3.00000000],[1711621685000,0.40000000],[1711622005000,1.00000000],[1711622261000,0.00000000],[1711622581000,0.00000000],[1711622901000,0.00000000],[1711623157000,0.00000000],[1711623477000,0.60000000],[1711623797000,1.00000000],[1711624052000,0.60000000],[1711624388000,0.80000000],[1711624708000,1.00000000],[1711624965000,0.60000000],[1711625285000,0.40000000],[1711625605000,1.00000000],[1711625861000,1.20000000],[1711626181000,1.00000000],[1711626501000,1.00000000],[1711626752000,1.00000000],[1711627052000,1.00000000],[1711627381000,1.00000000],[1711627700000,1.00000000],[1711627952000,1.00000000],[1711628277000,1.20000000],[1711628596000,2.00000000],[1711628853000,1.60000000],[1711629172000,1.00000000],[1711629492000,1.40000000],[1711629812000,2.75000000],[1711630061000,3.60000000],[1711630389000,1.00000000],[1711630709000,1.00000000],[1711630965000,2.80000000],[1711631301000,1.00000000],[1711631558000,1.20000000],[1711631878000,1.00000000],[1711632197000,1.25000000],[1711632454000,1.60000000],[1711632773000,1.60000000],[1711633093000,1.40000000],[1711633414000,1.00000000],[1711633669000,1.00000000],[1711634008000,0.25000000],[1711634261000,1.00000000],[1711634582000,1.25000000],[1711634853000,1.00000000],[1711635174000,1.20000000],[1711635493000,1.20000000],[1711635813000,1.25000000],[1711636069000,1.00000000],[1711636390000,0.75000000],[1711636661000,0.80000000],[1711636981000,1.00000000],[1711637254000,0.00000000],[1711637573000,0.40000000],[1711637894000,0.00000000],[1711638157000,0.00000000],[1711638485000,0.00000000],[1711638805000,0.00000000],[1711639061000,0.00000000],[1711639381000,0.00000000],[1711639701000,0.00000000],[1711639957000,0.00000000],[1711640277000,0.00000000],[1711640597000,0.00000000],[1711640853000,0.00000000],[1711641174000,0.00000000],[1711641493000,0.00000000],[1711641813000,0.00000000],[1711642069000,0.00000000],[1711642389000,0.00000000],[1711642712000,0.00000000],[1711642965000,0.00000000],[1711643285000,0.00000000],[1711643553000,0.00000000],[1711643878000,0.00000000],[1711644197000,0.00000000],[1711644453000,0.00000000],[1711644773000,0.00000000],[1711645093000,0.00000000],[1711645351000,0.00000000],[1711645670000,0.00000000],[1711645989000,0.00000000],[1711646309000,0.00000000],[1711646565000,0.00000000],[1711646885000,0.00000000],[1711647205000,0.00000000],[1711647461000,0.00000000],[1711647781000,0.00000000],[1711648101000,0.00000000],[1711648357000,0.00000000],[1711648677000,0.00000000],[1711648997000,0.00000000],[1711649253000,0.00000000],[1711649573000,0.00000000],[1711649893000,0.00000000],[1711650164000,0.00000000],[1711650484000,0.00000000],[1711650804000,0.00000000],[1711651060000,0.00000000],[1711651380000,0.00000000],[1711651700000,0.00000000],[1711651956000,0.00000000],[1711652276000,0.00000000],[1711652596000,0.00000000],[1711652852000,0.00000000],[1711653172000,0.00000000],[1711653492000,0.00000000],[1711653812000,0.00000000],[1711654053000,0.00000000],[1711654372000,0.00000000],[1711654692000,0.00000000],[1711655013000,0.00000000],[1711655268000,0.00000000],[1711655588000,0.00000000],[1711655908000,0.00000000],[1711656153000,0.00000000],[1711656484000,0.00000000],[1711656804000,0.00000000],[1711657053000,0.00000000],[1711657395000,0.00000000],[1711657652000,0.00000000],[1711657953000,0.00000000],[1711658276000,0.00000000],[1711658596000,0.00000000],[1711658852000,0.00000000],[1711659172000,0.00000000],[1711659492000,0.00000000],[1711659812000,0.00000000],[1711660068000,0.00000000],[1711660388000,0.00000000],[1711660708000,0.00000000],[1711660964000,0.00000000],[1711661284000,0.00000000],[1711661604000,0.00000000],[1711661860000,0.00000000],[1711662180000,0.00000000],[1711662500000,0.00000000],[1711662753000,0.00000000],[1711663140000,0.00000000],[1711663396000,0.00000000],[1711663652000,0.00000000],[1711663972000,0.00000000],[1711664292000,0.00000000],[1711664612000,0.00000000],[1711664868000,0.00000000],[1711665188000,0.00000000],[1711665508000,0.00000000],[1711665764000,0.00000000],[1711666084000,0.00000000],[1711666404000,0.00000000],[1711666660000,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: [[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],[1711621109000,2.79400000],[1711621365000,2.79400000],[1711621685000,2.79400000],[1711622005000,2.79400000],[1711622261000,2.79400000],[1711622581000,2.79400000],[1711622901000,2.79400000],[1711623157000,2.79400000],[1711623477000,2.79400000],[1711623797000,2.79400000],[1711624052000,2.79400000],[1711624388000,2.79400000],[1711624708000,2.79400000],[1711624965000,2.79400000],[1711625285000,2.79400000],[1711625605000,2.79400000],[1711625861000,2.79400000],[1711626181000,2.79400000],[1711626501000,2.79400000],[1711626752000,2.79400000],[1711627052000,2.79400000],[1711627381000,2.79400000],[1711627700000,2.79400000],[1711627952000,2.79400000],[1711628277000,2.79400000],[1711628596000,2.79400000],[1711628853000,2.79400000],[1711629172000,2.79400000],[1711629492000,2.79400000],[1711629812000,2.79400000],[1711630061000,2.79400000],[1711630389000,2.79400000],[1711630709000,2.79400000],[1711630965000,2.79400000],[1711631301000,2.79400000],[1711631558000,2.79400000],[1711631878000,2.79400000],[1711632197000,2.79400000],[1711632454000,2.79400000],[1711632773000,2.79400000],[1711633093000,2.79400000],[1711633414000,2.79400000],[1711633669000,2.79400000],[1711634008000,2.79400000],[1711634261000,2.79400000],[1711634582000,2.79400000],[1711634853000,2.79400000],[1711635174000,2.79400000],[1711635493000,2.79400000],[1711635813000,2.79400000],[1711636069000,2.79400000],[1711636390000,2.79400000],[1711636661000,2.79400000],[1711636981000,2.79400000],[1711637254000,2.79400000],[1711637573000,2.79400000],[1711637894000,2.79400000],[1711638157000,2.79400000],[1711638485000,2.79400000],[1711638805000,2.79400000],[1711639061000,2.79400000],[1711639381000,2.79400000],[1711639701000,2.79400000],[1711639957000,2.79400000],[1711640277000,2.79400000],[1711640597000,2.79400000],[1711640853000,2.79400000],[1711641174000,2.79400000],[1711641493000,2.79400000],[1711641813000,2.79400000],[1711642069000,2.79400000],[1711642389000,2.79400000],[1711642712000,2.79400000],[1711642965000,2.79400000],[1711643285000,2.79400000],[1711643553000,2.79400000],[1711643878000,2.79400000],[1711644197000,2.79400000],[1711644453000,2.79400000],[1711644773000,2.79400000],[1711645093000,2.94625000],[1711645351000,3.18000000],[1711645670000,3.30200000],[1711645989000,3.30200000],[1711646309000,3.30200000],[1711646565000,3.30200000],[1711646885000,3.30200000],[1711647205000,3.30200000],[1711647461000,3.30200000],[1711647781000,3.30200000],[1711648101000,3.30200000],[1711648357000,3.30200000],[1711648677000,3.30200000],[1711648997000,3.30200000],[1711649253000,3.60700000],[1711649573000,3.76940000],[1711649893000,3.81000000],[1711650164000,4.08900000],[1711650484000,4.21140000],[1711650804000,4.52100000],[1711651060000,4.86180000],[1711651380000,5.18660000],[1711651700000,5.51825000],[1711651956000,5.81140000],[1711652276000,6.09600000],[1711652596000,6.09600000],[1711652852000,6.13660000],[1711653172000,6.29900000],[1711653492000,6.60400000],[1711653812000,6.68025000],[1711654053000,6.94960000],[1711654372000,7.27940000],[1711654692000,7.71660000],[1711655013000,8.00100000],[1711655268000,8.28540000],[1711655588000,8.72260000],[1711655908000,9.04225000],[1711656153000,9.27600000],[1711656484000,9.56040000],[1711656804000,9.82975000],[1711657053000,10.18560000],[1711657395000,10.46500000],[1711657652000,10.77460000],[1711657953000,10.95780000],[1711658276000,11.24180000],[1711658596000,11.40500000],[1711658852000,11.52660000],[1711659172000,11.74980000],[1711659492000,11.91300000],[1711659812000,11.98275000],[1711660068000,12.19200000],[1711660388000,12.23260000],[1711660708000,12.39500000],[1711660964000,12.45600000],[1711661284000,12.74060000],[1711661604000,12.90300000],[1711661860000,13.08600000],[1711662180000,13.20800000],[1711662500000,13.20800000],[1711662753000,13.34750000],[1711663140000,13.48700000],[1711663396000,13.48700000],[1711663652000,13.48700000],[1711663972000,13.56860000],[1711664292000,13.93420000],[1711664612000,14.14800000],[1711664868000,14.44220000],[1711665188000,14.62540000],[1711665508000,14.78300000],[1711665764000,15.01100000],[1711666084000,15.01100000],[1711666404000,15.01100000],[1711666660000,15.01100000],], 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; }