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: [[1568239201000,79.53333333],[1568239381000,79.58000000],[1568239681000,80.90000000],[1568239981000,80.96000000],[1568240281000,80.84000000],[1568240581000,81.36000000],[1568240881000,80.68000000],[1568241181000,81.38000000],[1568241481000,81.38000000],[1568241781000,81.90000000],[1568242081000,78.98000000],[1568242382000,76.26000000],[1568242681000,74.38000000],[1568242982000,73.06000000],[1568243281000,72.98000000],[1568243581000,75.66000000],[1568243881000,76.04000000],[1568244181000,75.92000000],[1568244482000,75.98000000],[1568244781000,75.28000000],[1568245081000,75.02000000],[1568245381000,75.60000000],[1568245681000,75.98000000],[1568245981000,76.50000000],[1568246281000,76.52000000],[1568246581000,76.06000000],[1568246881000,76.14000000],[1568247181000,75.78000000],[1568247481000,75.78000000],[1568247781000,75.38000000],[1568248082000,75.24000000],[1568248381000,74.54000000],[1568248681000,73.44000000],[1568248981000,73.78000000],[1568249281000,75.12000000],[1568249581000,75.72000000],[1568249882000,76.08000000],[1568250181000,75.80000000],[1568250481000,76.04000000],[1568250781000,75.62000000],[1568251081000,76.66000000],[1568251381000,77.78000000],[1568251681000,79.16000000],[1568251981000,79.40000000],[1568252281000,79.12000000],[1568252581000,79.32000000],[1568252881000,79.88000000],[1568253181000,80.84000000],[1568253481000,82.48000000],[1568253781000,83.38000000],[1568254081000,83.32000000],[1568254381000,82.98000000],[1568254681000,83.06000000],[1568254981000,82.82000000],[1568255281000,82.84000000],[1568255581000,82.66000000],[1568255881000,82.18000000],[1568256182000,81.90000000],[1568256481000,82.34000000],[1568256781000,83.28000000],[1568257081000,85.08000000],[1568257381000,86.52000000],[1568257682000,87.36000000],[1568257981000,87.18000000],[1568258281000,87.90000000],[1568258581000,87.94000000],[1568258881000,87.78000000],[1568259181000,87.74000000],[1568259481000,87.24000000],[1568259781000,87.20000000],[1568260081000,87.74000000],[1568260381000,88.30000000],[1568260681000,88.84000000],[1568260981000,89.20000000],[1568261281000,89.54000000],[1568261581000,90.00000000],[1568261881000,90.36000000],[1568262181000,90.26000000],[1568262481000,91.08000000],[1568262781000,91.28000000],[1568263081000,92.06000000],[1568263381000,92.52000000],[1568263681000,92.24000000],[1568263981000,92.58000000],[1568264281000,92.38000000],[1568264581000,92.82000000],[1568264881000,92.10000000],[1568265181000,92.30000000],[1568265481000,92.26000000],[1568265781000,93.18000000],[1568266082000,92.44000000],[1568266381000,92.94000000],[1568266682000,92.74000000],[1568266981000,92.14000000],[1568267281000,92.08000000],[1568267581000,91.92000000],[1568267881000,91.70000000],[1568268181000,91.12000000],[1568268481000,91.54000000],[1568268781000,90.98000000],[1568269081000,90.50000000],[1568269381000,89.30000000],[1568269681000,88.90000000],[1568269981000,89.08000000],[1568270281000,88.68000000],[1568270581000,87.62000000],[1568270881000,86.78000000],[1568271181000,86.66000000],[1568271481000,85.70000000],[1568271781000,84.16000000],[1568272082000,82.73333333],[1568272501000,82.30000000],[1568272682000,80.10000000],[1568278921000,66.00000000],[1568278981000,64.42000000],[1568279281000,64.58000000],[1568279581000,65.32000000],[1568279881000,63.84000000],[1568280181000,63.20000000],[1568285881000,50.18000000],[1568286181000,52.72000000],[1568286481000,51.22000000],[1568286781000,51.30000000],[1568287081000,50.42000000],[1568287381000,50.62000000],[1568287681000,51.04000000],[1568287981000,50.28000000],[1568288281000,51.92000000],[1568288581000,50.90000000],[1568288881000,50.34000000],[1568289181000,49.42000000],[1568289481000,48.76000000],[1568289781000,47.24000000],[1568290081000,47.70000000],[1568290381000,47.70000000],[1568290681000,47.72000000],[1568290981000,48.32000000],[1568291281000,49.18000000],[1568291581000,49.32000000],[1568291881000,48.12000000],[1568292181000,48.48000000],[1568292481000,48.70000000],[1568292781000,49.72000000],[1568293081000,48.96000000],[1568293381000,49.74000000],[1568293681000,50.00000000],[1568293981000,49.82000000],[1568294281000,48.10000000],[1568294581000,48.98000000],[1568294881000,48.78000000],[1568295181000,49.96000000],[1568295482000,50.86000000],[1568295781000,50.60000000],[1568296081000,51.32000000],[1568296381000,50.64000000],[1568296681000,51.66000000],[1568296981000,50.82000000],[1568297281000,49.76000000],[1568297581000,50.22000000],[1568297881000,51.90000000],[1568298181000,50.90000000],[1568298481000,50.24000000],[1568298781000,49.44000000],[1568299081000,49.64000000],[1568299381000,49.40000000],[1568299681000,49.74000000],[1568299981000,49.12000000],[1568300281000,49.54000000],[1568300581000,49.94000000],[1568300881000,49.50000000],[1568301181000,49.66000000],[1568301481000,49.82000000],[1568301781000,50.00000000],[1568302081000,49.54000000],[1568302381000,50.06000000],[1568302681000,50.52000000],[1568302981000,50.78000000],[1568303281000,51.12000000],[1568303581000,51.94000000],[1568303881000,52.08000000],[1568304182000,51.80000000],[1568304481000,52.60000000],[1568304781000,53.26000000],[1568305081000,53.76000000],[1568305381000,53.92000000],[1568305681000,54.42000000],[1568305981000,54.94000000],[1568306281000,55.86000000],[1568306581000,56.14000000],[1568306881000,56.24000000],[1568307181000,56.60000000],[1568307481000,56.86000000],[1568307781000,56.82000000],[1568308081000,57.28000000],[1568308382000,57.42000000],[1568308681000,58.10000000],[1568308981000,58.58000000],[1568309281000,58.58000000],[1568309581000,59.04000000],[1568309881000,59.48000000],[1568310181000,59.20000000],[1568310481000,59.22000000],[1568310781000,59.48000000],[1568311081000,59.66000000],[1568311381000,59.84000000],[1568311681000,59.96000000],[1568311981000,59.60000000],[1568312281000,59.42000000],[1568312581000,60.16000000],[1568312881000,60.80000000],[1568313182000,62.26000000],[1568313481000,63.36000000],[1568313782000,64.40000000],[1568314081000,65.50000000],[1568314381000,66.10000000],[1568314681000,67.02000000],[1568314981000,67.16000000],[1568315282000,68.08000000],[1568315581000,68.00000000],[1568315882000,68.08000000],[1568316181000,68.80000000],[1568316481000,69.94000000],[1568316781000,70.26000000],[1568317081000,70.66000000],[1568317381000,71.54000000],[1568317681000,72.84000000],[1568317981000,73.04000000],[1568318281000,73.10000000],[1568318581000,73.34000000],[1568318881000,73.30000000],[1568319181000,72.84000000],[1568319481000,73.62000000],[1568319781000,73.88000000],[1568320081000,73.46000000],[1568320381000,74.08000000],[1568320681000,73.64000000],[1568320981000,73.76000000],[1568321281000,73.74000000],[1568321582000,73.16000000],[1568321881000,73.30000000],[1568322182000,73.58000000],[1568322481000,73.72000000],[1568322781000,73.40000000],[1568323081000,73.50000000],[1568323381000,72.72000000],[1568323681000,72.80000000],[1568323981000,73.40000000],[1568324281000,73.08000000],[1568324581000,72.36000000],[1568324882000,71.48000000],[1568325181000,71.68000000],[1568325481000,72.20000000],], 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; }