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: 'Vlhkosť (%)', data: [[1702076421000,81.46666667],[1702076593000,81.38000000],[1702076892000,81.48000000],[1702077194000,81.48000000],[1702077493000,81.56000000],[1702077793000,81.62000000],[1702078093000,81.56000000],[1702078393000,81.52000000],[1702078692000,81.52000000],[1702078993000,81.58000000],[1702079292000,81.52000000],[1702079593000,81.58000000],[1702079892000,81.46000000],[1702080193000,81.56000000],[1702080492000,81.40000000],[1702080793000,81.70000000],[1702081093000,81.52000000],[1702081394000,81.36000000],[1702081693000,81.26000000],[1702081994000,81.26000000],[1702082293000,81.40000000],[1702082593000,81.34000000],[1702082892000,81.26000000],[1702083193000,81.34000000],[1702083492000,81.28000000],[1702083793000,81.18000000],[1702084093000,81.36000000],[1702084393000,81.48000000],[1702084693000,81.62000000],[1702084992000,81.52000000],[1702085293000,81.52000000],[1702085593000,81.60000000],[1702085893000,81.52000000],[1702086192000,81.38000000],[1702086493000,81.32000000],[1702086793000,81.00000000],[1702087093000,80.82000000],[1702087392000,80.82000000],[1702087693000,80.74000000],[1702087992000,80.68000000],[1702088293000,80.56000000],[1702088593000,80.42000000],[1702088893000,80.38000000],[1702089192000,80.18000000],[1702089493000,80.20000000],[1702089793000,80.40000000],[1702090093000,80.60000000],[1702090395000,80.78000000],[1702090693000,80.84000000],[1702090992000,80.90000000],[1702091293000,80.90000000],[1702091593000,81.14000000],[1702091893000,81.12000000],[1702092192000,81.24000000],[1702092496000,81.24000000],[1702092794000,81.32000000],[1702093092000,81.30000000],[1702093393000,81.20000000],[1702093693000,81.22000000],[1702093993000,81.22000000],[1702094293000,81.26000000],[1702094592000,81.18000000],[1702094893000,81.34000000],[1702095193000,81.22000000],[1702095494000,81.26000000],[1702095792000,81.20000000],[1702096093000,81.14000000],[1702096393000,81.08000000],[1702096694000,81.02000000],[1702096993000,80.92000000],[1702097293000,81.00000000],[1702097593000,81.10000000],[1702097893000,81.04000000],[1702098192000,81.18000000],[1702098493000,81.38000000],[1702098793000,81.42000000],[1702099094000,81.46000000],[1702099395000,81.60000000],[1702099694000,81.70000000],[1702099992000,81.80000000],[1702100295000,81.74000000],[1702100592000,81.64000000],[1702100893000,81.64000000],[1702101193000,81.72000000],[1702101493000,81.62000000],[1702101792000,81.58000000],[1702102094000,81.54000000],[1702102395000,81.60000000],[1702102694000,81.46000000],[1702102997000,81.32000000],[1702103297000,81.18000000],[1702103593000,81.00000000],[1702103894000,80.88000000],[1702104192000,80.70000000],[1702104492000,80.82000000],[1702104793000,80.84000000],[1702105094000,80.52000000],[1702105393000,80.50000000],[1702105694000,80.68000000],[1702105993000,80.62000000],[1702106293000,80.80000000],[1702106593000,80.82000000],[1702106893000,80.88000000],[1702107193000,80.82000000],[1702107493000,80.78000000],[1702107797000,80.96000000],[1702108093000,81.10000000],[1702108393000,81.12000000],[1702108694000,81.06000000],[1702108992000,81.06000000],[1702109292000,81.00000000],[1702109593000,81.00000000],[1702109894000,80.98000000],[1702110192000,81.12000000],[1702110502000,81.04000000],[1702110793000,81.02000000],[1702111096000,80.84000000],[1702111395000,81.06000000],[1702111693000,81.08000000],[1702111993000,81.18000000],[1702112294000,80.82000000],[1702112592000,80.82000000],[1702112892000,80.74000000],[1702113193000,80.30000000],[1702113493000,80.24000000],[1702113792000,80.40000000],[1702114094000,80.18000000],[1702114392000,80.30000000],[1702114693000,79.90000000],[1702114992000,79.36000000],[1702115294000,79.64000000],[1702115593000,79.96000000],[1702115893000,79.66000000],[1702116192000,79.48000000],[1702116494000,79.36000000],[1702116793000,79.44000000],[1702117093000,79.30000000],[1702117392000,78.84000000],[1702117693000,78.86000000],[1702117993000,79.00000000],[1702118293000,78.96000000],[1702118592000,78.82000000],[1702118893000,78.90000000],[1702119193000,78.78000000],[1702119493000,78.64000000],[1702119792000,78.52000000],[1702120094000,78.50000000],[1702120393000,78.74000000],[1702120693000,79.18000000],[1702120992000,79.46000000],[1702121293000,79.64000000],[1702121593000,80.04000000],[1702121893000,80.50000000],[1702122192000,80.70000000],[1702122493000,80.86000000],[1702122792000,81.20000000],[1702123095000,81.40000000],[1702123392000,81.92000000],[1702123693000,82.50000000],[1702123994000,82.74000000],[1702124293000,82.92000000],[1702124593000,83.22000000],[1702124893000,83.24000000],[1702125193000,83.48000000],[1702125492000,83.62000000],[1702125794000,83.92000000],[1702126093000,83.96000000],[1702126396000,84.20000000],[1702126693000,84.22000000],[1702126993000,84.16000000],[1702127298000,84.04000000],[1702127593000,84.06000000],[1702127893000,84.18000000],[1702128192000,84.26000000],[1702128496000,84.38000000],[1702128794000,84.52000000],[1702129094000,84.66000000],[1702129394000,84.70000000],[1702129693000,84.60000000],[1702129993000,84.68000000],[1702130302000,84.72000000],[1702130593000,84.66000000],[1702130893000,84.50000000],[1702131193000,84.32000000],[1702131492000,84.36000000],[1702131792000,84.52000000],[1702132093000,84.42000000],[1702132393000,84.46000000],[1702132693000,84.46000000],[1702132993000,84.52000000],[1702133293000,84.58000000],[1702133593000,84.62000000],[1702133893000,84.70000000],[1702134192000,84.74000000],[1702134493000,84.64000000],[1702134793000,84.66000000],[1702135093000,84.56000000],[1702135393000,84.50000000],[1702135693000,84.56000000],[1702135992000,84.58000000],[1702136294000,84.70000000],[1702136592000,84.78000000],[1702136893000,84.76000000],[1702137193000,84.60000000],[1702137493000,84.68000000],[1702137792000,84.70000000],[1702138093000,84.68000000],[1702138392000,84.64000000],[1702138693000,84.76000000],[1702138992000,84.76000000],[1702139293000,84.78000000],[1702139592000,84.74000000],[1702139893000,84.76000000],[1702140195000,84.92000000],[1702140493000,84.98000000],[1702140793000,85.00000000],[1702141093000,85.02000000],[1702141393000,85.04000000],[1702141694000,85.00000000],[1702141993000,84.96000000],[1702142296000,84.96000000],[1702142592000,85.02000000],[1702142894000,85.00000000],[1702143192000,85.00000000],[1702143494000,84.90000000],[1702143792000,84.92000000],[1702144094000,84.96000000],[1702144395000,84.94000000],[1702144694000,85.02000000],[1702144993000,85.08000000],[1702145294000,85.24000000],[1702145592000,85.30000000],[1702145893000,85.40000000],[1702146192000,85.46000000],[1702146492000,85.52000000],[1702146796000,85.56000000],[1702147093000,85.58000000],[1702147393000,85.64000000],[1702147692000,85.56000000],[1702147994000,85.62000000],[1702148293000,85.66000000],[1702148594000,85.76000000],[1702148896000,85.64000000],[1702149194000,85.64000000],[1702149492000,85.60000000],[1702149793000,85.60000000],[1702150092000,85.62000000],[1702150393000,85.70000000],[1702150692000,85.70000000],[1702150994000,85.58000000],[1702151292000,85.46000000],[1702151592000,85.50000000],[1702151893000,85.60000000],[1702152193000,85.46000000],[1702152495000,85.38000000],[1702152796000,85.36000000],[1702153099000,85.32000000],[1702153392000,85.40000000],[1702153693000,85.50000000],[1702153992000,85.64000000],[1702154301000,85.72000000],[1702154592000,85.86000000],[1702154893000,85.74000000],[1702155194000,85.72000000],[1702155493000,85.60000000],[1702155792000,85.18000000],[1702156093000,85.18000000],[1702156392000,84.86000000],[1702156696000,84.78000000],[1702156996000,84.58000000],[1702157293000,84.72000000],[1702157593000,84.78000000],[1702157901000,84.76000000],[1702158192000,84.88000000],[1702158494000,84.82000000],[1702158792000,84.72000000],[1702159094000,84.66000000],[1702159392000,84.70000000],[1702159693000,84.74000000],[1702159993000,84.70000000],[1702160292000,84.54000000],[1702160593000,84.34000000],[1702160893000,84.16000000],[1702161194000,83.92000000],[1702161492000,84.04000000],[1702161793000,84.10000000],[1702162092000,84.22000000],[1702162394000,84.16000000],[1702162693000,84.05000000],], 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); }); $('.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; }