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: [[1570917601000,97.96666667],[1570917781000,98.02000000],[1570918081000,98.02000000],[1570918381000,98.38000000],[1570918681000,98.20000000],[1570918981000,97.78000000],[1570919281000,97.80000000],[1570919582000,97.70000000],[1570919881000,97.72000000],[1570920181000,97.94000000],[1570920481000,98.24000000],[1570920781000,98.22000000],[1570921081000,98.18000000],[1570921382000,98.14000000],[1570921681000,98.14000000],[1570921981000,98.08000000],[1570922281000,98.30000000],[1570922581000,98.54000000],[1570922881000,98.20000000],[1570923181000,97.94000000],[1570923481000,98.20000000],[1570923781000,98.82000000],[1570924081000,98.70000000],[1570924381000,98.88000000],[1570924681000,98.66000000],[1570924981000,98.52000000],[1570925281000,98.50000000],[1570925581000,98.22000000],[1570925881000,97.60000000],[1570926181000,97.26000000],[1570926481000,97.14000000],[1570926781000,97.30000000],[1570927081000,97.68000000],[1570927381000,97.26000000],[1570927681000,97.24000000],[1570927981000,97.36000000],[1570928281000,96.76000000],[1570928581000,96.76000000],[1570928881000,96.96000000],[1570929181000,96.84000000],[1570929481000,96.90000000],[1570929781000,96.74000000],[1570930081000,96.38000000],[1570930381000,97.14000000],[1570930681000,96.68000000],[1570930981000,96.48000000],[1570931281000,96.56000000],[1570931581000,96.48000000],[1570931881000,96.66000000],[1570932181000,96.50000000],[1570932481000,96.54000000],[1570932781000,96.50000000],[1570933081000,96.74000000],[1570933381000,96.44000000],[1570933681000,96.52000000],[1570933981000,96.02000000],[1570934281000,96.48000000],[1570934581000,96.12000000],[1570934881000,96.18000000],[1570935181000,96.18000000],[1570935481000,96.64000000],[1570935781000,96.88000000],[1570936081000,96.86000000],[1570936381000,96.70000000],[1570936681000,96.70000000],[1570936981000,96.72000000],[1570937281000,97.16000000],[1570937581000,97.22000000],[1570937881000,97.70000000],[1570938181000,97.90000000],[1570938481000,98.08000000],[1570938782000,98.12000000],[1570939081000,97.82000000],[1570939381000,98.22000000],[1570939681000,98.66000000],[1570939981000,98.98000000],[1570940281000,99.06000000],[1570940582000,99.74000000],[1570940881000,100.00000000],[1570941181000,100.00000000],[1570941481000,99.56000000],[1570941781000,99.70000000],[1570942081000,99.78000000],[1570942381000,99.24000000],[1570942681000,99.70000000],[1570942981000,99.04000000],[1570943281000,99.46000000],[1570943581000,100.00000000],[1570943881000,100.00000000],[1570944181000,100.00000000],[1570944481000,100.00000000],[1570944781000,100.00000000],[1570945081000,100.00000000],[1570945381000,100.00000000],[1570945681000,100.00000000],[1570945981000,100.00000000],[1570946281000,100.00000000],[1570946581000,100.00000000],[1570946882000,100.00000000],[1570947181000,99.82000000],[1570947482000,99.62000000],[1570947781000,99.26000000],[1570948081000,98.48000000],[1570948381000,98.02000000],[1570948681000,96.98000000],[1570948981000,96.18000000],[1570949281000,95.20000000],[1570949581000,94.66000000],[1570949881000,93.78000000],[1570950181000,90.26000000],[1570950481000,87.10000000],[1570950781000,86.08000000],[1570951081000,87.18000000],[1570951381000,86.26000000],[1570951681000,86.62000000],[1570951981000,88.10000000],[1570952281000,89.14000000],[1570952581000,89.86000000],[1570952881000,90.16000000],[1570953181000,90.02000000],[1570953481000,90.40000000],[1570953781000,91.08000000],[1570954081000,91.28000000],[1570954381000,90.92000000],[1570954681000,90.76000000],[1570954981000,89.78000000],[1570955281000,88.84000000],[1570955581000,88.06000000],[1570955881000,85.42000000],[1570956181000,85.28000000],[1570956481000,85.28000000],[1570956781000,85.26000000],[1570957081000,83.76000000],[1570957382000,83.62000000],[1570957681000,83.62000000],[1570957982000,82.38000000],[1570958281000,83.22000000],[1570958581000,81.46000000],[1570958881000,81.44000000],[1570959181000,80.36000000],[1570959481000,78.58000000],[1570959781000,78.68000000],[1570960081000,78.26000000],[1570960381000,79.36000000],[1570960681000,78.66000000],[1570960981000,79.56000000],[1570961281000,78.64000000],[1570961581000,79.20000000],[1570961881000,78.74000000],[1570962181000,79.14000000],[1570962481000,79.52000000],[1570962781000,80.30000000],[1570963081000,80.34000000],[1570963381000,81.26000000],[1570963681000,80.96000000],[1570963981000,80.98000000],[1570964281000,81.06000000],[1570964581000,80.48000000],[1570964881000,80.16000000],[1570965181000,77.28000000],[1570965481000,77.56000000],[1570965781000,76.94000000],[1570966081000,76.34000000],[1570966381000,76.04000000],[1570966681000,76.48000000],[1570966981000,76.78000000],[1570967281000,75.92000000],[1570967581000,76.88000000],[1570967881000,77.40000000],[1570968181000,77.80000000],[1570968481000,78.10000000],[1570968781000,77.34000000],[1570969081000,77.96000000],[1570969381000,78.00000000],[1570969681000,77.72000000],[1570969981000,77.94000000],[1570970281000,77.38000000],[1570970581000,77.58000000],[1570970881000,77.24000000],[1570971181000,77.64000000],[1570971481000,77.86000000],[1570971781000,77.60000000],[1570972081000,77.94000000],[1570972381000,78.18000000],[1570972681000,78.48000000],[1570972981000,78.04000000],[1570973281000,77.76000000],[1570973581000,78.28000000],[1570973881000,79.04000000],[1570974181000,78.78000000],[1570974481000,78.80000000],[1570974781000,78.78000000],[1570975081000,78.66000000],[1570975381000,78.82000000],[1570975681000,78.58000000],[1570975981000,78.00000000],[1570976282000,78.48000000],[1570976581000,79.12000000],[1570976881000,79.24000000],[1570977181000,79.22000000],[1570977482000,78.98000000],[1570977781000,78.44000000],[1570978081000,78.82000000],[1570978381000,78.52000000],[1570978681000,79.22000000],[1570978981000,80.12000000],[1570979281000,79.72000000],[1570979581000,80.04000000],[1570979881000,80.56000000],[1570980181000,80.52000000],[1570980481000,80.78000000],[1570980781000,80.70000000],[1570981081000,81.16000000],[1570981382000,82.10000000],[1570981681000,82.36000000],[1570981981000,82.94000000],[1570982281000,83.08000000],[1570982581000,83.64000000],[1570982881000,83.86000000],[1570983182000,84.36000000],[1570983481000,85.30000000],[1570983781000,87.08000000],[1570984081000,86.80000000],[1570984381000,86.74000000],[1570984681000,87.38000000],[1570984981000,87.88000000],[1570985281000,89.16000000],[1570985581000,89.76000000],[1570985881000,90.24000000],[1570986181000,90.70000000],[1570986481000,91.18000000],[1570986781000,91.66000000],[1570987081000,92.06000000],[1570987381000,92.48000000],[1570987681000,92.78000000],[1570987981000,93.22000000],[1570988282000,93.44000000],[1570988581000,94.20000000],[1570988881000,94.54000000],[1570989181000,94.78000000],[1570989481000,95.16000000],[1570989781000,95.56000000],[1570990082000,95.66000000],[1570990381000,95.96000000],[1570990681000,96.18000000],[1570990981000,96.32000000],[1570991281000,96.62000000],[1570991581000,96.60000000],[1570991881000,97.02000000],[1570992181000,97.24000000],[1570992481000,97.40000000],[1570992781000,97.46000000],[1570993081000,98.18000000],[1570993381000,98.50000000],[1570993681000,98.26000000],[1570993981000,98.32000000],[1570994281000,98.62000000],[1570994581000,98.86000000],[1570994881000,99.22000000],[1570995181000,99.18000000],[1570995481000,99.38000000],[1570995781000,99.22000000],[1570996081000,99.52000000],[1570996381000,99.92000000],[1570996681000,100.00000000],[1570996981000,100.00000000],[1570997281000,100.00000000],[1570997581000,99.94000000],[1570997881000,99.54000000],[1570998181000,99.38000000],[1570998481000,99.20000000],[1570998781000,98.86000000],[1570999081000,98.16000000],[1570999381000,97.74000000],[1570999681000,97.38000000],[1570999981000,96.90000000],[1571000281000,96.76000000],[1571000581000,96.32000000],[1571000881000,96.16000000],[1571001181000,95.60000000],[1571001481000,95.40000000],[1571001781000,95.34000000],[1571002081000,95.16000000],[1571002381000,95.18000000],[1571002681000,95.18000000],[1571002981000,95.24000000],[1571003281000,95.46000000],[1571003581000,95.60000000],[1571003881000,95.25000000],], 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; }