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: [[1568412001000,68.86666667],[1568412181000,68.80000000],[1568412481000,69.34000000],[1568412781000,69.40000000],[1568413081000,70.22000000],[1568413382000,70.46000000],[1568413681000,71.16000000],[1568413982000,71.50000000],[1568414281000,71.76000000],[1568414581000,72.26000000],[1568414881000,72.84000000],[1568415181000,73.14000000],[1568415481000,73.70000000],[1568415781000,73.80000000],[1568416081000,73.42000000],[1568416381000,74.14000000],[1568416682000,74.12000000],[1568416981000,74.26000000],[1568417281000,74.30000000],[1568417581000,74.78000000],[1568417881000,74.84000000],[1568418181000,75.06000000],[1568418481000,74.64000000],[1568418781000,75.48000000],[1568419081000,75.42000000],[1568419381000,76.36000000],[1568419681000,77.20000000],[1568419982000,76.74000000],[1568420281000,77.96000000],[1568420581000,78.46000000],[1568420881000,78.92000000],[1568421181000,79.36000000],[1568421481000,79.46000000],[1568421781000,79.32000000],[1568422082000,79.82000000],[1568422381000,78.50000000],[1568422681000,78.70000000],[1568422981000,78.46000000],[1568423281000,79.12000000],[1568423581000,78.86000000],[1568423881000,79.22000000],[1568424181000,80.24000000],[1568424481000,80.42000000],[1568424781000,80.50000000],[1568425081000,79.96000000],[1568425381000,79.66000000],[1568425681000,80.10000000],[1568425981000,80.74000000],[1568426281000,80.66000000],[1568426581000,80.28000000],[1568426881000,81.20000000],[1568427181000,81.70000000],[1568427481000,81.56000000],[1568427781000,82.04000000],[1568428081000,82.38000000],[1568428381000,82.74000000],[1568428681000,83.60000000],[1568428981000,84.06000000],[1568429281000,84.20000000],[1568429582000,84.72000000],[1568429881000,84.96000000],[1568430182000,85.46000000],[1568430481000,85.46000000],[1568430781000,86.10000000],[1568431081000,86.64000000],[1568431381000,86.66000000],[1568431682000,86.70000000],[1568431981000,87.56000000],[1568432282000,87.66000000],[1568432581000,87.52000000],[1568432881000,87.86000000],[1568433181000,88.40000000],[1568433481000,89.32000000],[1568433781000,89.78000000],[1568434081000,90.40000000],[1568434382000,91.14000000],[1568434681000,92.20000000],[1568434981000,92.60000000],[1568435281000,93.58000000],[1568435581000,93.92000000],[1568435881000,94.16000000],[1568436181000,94.30000000],[1568436481000,93.98000000],[1568436781000,94.14000000],[1568437082000,94.10000000],[1568437381000,94.12000000],[1568437681000,93.76000000],[1568437981000,93.50000000],[1568438281000,94.14000000],[1568438581000,94.08000000],[1568438881000,93.98000000],[1568439181000,93.66000000],[1568439481000,93.42000000],[1568439781000,92.66000000],[1568440081000,92.22000000],[1568440381000,91.98000000],[1568440681000,91.14000000],[1568440981000,90.38000000],[1568441281000,89.94000000],[1568441581000,90.54000000],[1568441882000,90.42000000],[1568442181000,89.66000000],[1568442481000,89.42000000],[1568442781000,88.34000000],[1568443081000,87.28000000],[1568443381000,86.64000000],[1568443681000,86.34000000],[1568443981000,85.82000000],[1568444281000,83.90000000],[1568444582000,83.26000000],[1568444881000,83.24000000],[1568445182000,82.42000000],[1568445481000,82.28000000],[1568445782000,82.02000000],[1568446081000,81.48000000],[1568446381000,80.78000000],[1568446681000,78.78000000],[1568446981000,77.24000000],[1568447282000,75.56000000],[1568447581000,74.04000000],[1568447882000,72.46000000],[1568448181000,71.20000000],[1568448481000,70.12000000],[1568448781000,69.32000000],[1568449081000,67.36000000],[1568449381000,66.70000000],[1568449681000,67.46000000],[1568449981000,65.94000000],[1568450281000,65.16000000],[1568450582000,64.70000000],[1568450881000,65.50000000],[1568451182000,64.94000000],[1568451481000,64.40000000],[1568451781000,63.98000000],[1568452081000,63.20000000],[1568452381000,62.66000000],[1568452681000,63.26000000],[1568452981000,63.16000000],[1568453281000,63.16000000],[1568453581000,64.04000000],[1568453881000,62.60000000],[1568454181000,63.30000000],[1568454481000,60.20000000],[1568454781000,59.40000000],[1568455081000,59.60000000],[1568455381000,59.66000000],[1568455681000,58.32000000],[1568455981000,58.54000000],[1568456281000,58.80000000],[1568456581000,58.14000000],[1568456881000,57.10000000],[1568457181000,57.20000000],[1568457481000,56.10000000],[1568457781000,56.98000000],[1568458081000,57.30000000],[1568458381000,56.58000000],[1568458681000,55.70000000],[1568458981000,57.22000000],[1568459281000,54.90000000],[1568459581000,55.62000000],[1568459881000,55.16000000],[1568460181000,56.14000000],[1568460481000,57.64000000],[1568460781000,57.14000000],[1568461081000,56.70000000],[1568461381000,57.76000000],[1568461681000,56.96000000],[1568461981000,56.54000000],[1568462282000,57.78000000],[1568462581000,57.08000000],[1568462881000,56.90000000],[1568463181000,56.64000000],[1568463481000,56.96000000],[1568463781000,56.78000000],[1568464082000,56.44000000],[1568464381000,56.28000000],[1568464681000,57.02000000],[1568464981000,56.12000000],[1568465281000,55.40000000],[1568465581000,55.50000000],[1568465881000,54.38000000],[1568466181000,54.78000000],[1568466481000,55.50000000],[1568466781000,54.40000000],[1568467081000,54.34000000],[1568467381000,54.14000000],[1568467681000,52.74000000],[1568467981000,51.06000000],[1568468281000,51.92000000],[1568468581000,53.36000000],[1568468881000,52.54000000],[1568469181000,53.26000000],[1568469481000,53.66000000],[1568469782000,53.06000000],[1568470081000,52.32000000],[1568470381000,51.60000000],[1568470681000,53.90000000],[1568470981000,53.20000000],[1568471281000,53.46000000],[1568471581000,54.02000000],[1568471881000,53.56000000],[1568472181000,53.72000000],[1568472481000,53.72000000],[1568472781000,53.32000000],[1568473081000,51.42000000],[1568473381000,50.88000000],[1568473682000,51.38000000],[1568473981000,52.12000000],[1568474281000,51.40000000],[1568474581000,52.22000000],[1568474881000,52.48000000],[1568475181000,53.14000000],[1568475481000,52.52000000],[1568475781000,53.64000000],[1568476081000,53.50000000],[1568476381000,52.86000000],[1568476681000,54.44000000],[1568476981000,54.38000000],[1568477281000,54.36000000],[1568477581000,52.90000000],[1568477881000,54.56000000],[1568478182000,54.08000000],[1568478481000,55.00000000],[1568478781000,54.34000000],[1568479081000,54.44000000],[1568479381000,55.42000000],[1568479681000,54.88000000],[1568479981000,54.92000000],[1568480282000,54.32000000],[1568480581000,55.46000000],[1568480882000,55.74000000],[1568481181000,56.58000000],[1568481481000,57.34000000],[1568481781000,57.02000000],[1568482081000,57.96000000],[1568482381000,58.52000000],[1568482681000,58.08000000],[1568482981000,58.86000000],[1568483281000,59.04000000],[1568483581000,58.48000000],[1568483881000,59.84000000],[1568484181000,62.28000000],[1568484481000,62.76000000],[1568484781000,60.74000000],[1568485081000,61.98000000],[1568485381000,62.84000000],[1568485681000,63.20000000],[1568485981000,63.66000000],[1568486281000,63.00000000],[1568486582000,60.26000000],[1568486881000,60.28000000],[1568487181000,58.88000000],[1568487481000,57.84000000],[1568487781000,57.44000000],[1568488081000,59.38000000],[1568488381000,59.32000000],[1568488682000,59.38000000],[1568488981000,61.44000000],[1568489281000,63.20000000],[1568489581000,63.56000000],[1568489881000,62.78000000],[1568490181000,63.12000000],[1568490481000,64.00000000],[1568490781000,63.54000000],[1568491081000,62.00000000],[1568491381000,60.40000000],[1568491681000,60.44000000],[1568491981000,62.32000000],[1568492281000,61.20000000],[1568492581000,60.78000000],[1568492881000,62.46000000],[1568493181000,62.42000000],[1568493481000,63.74000000],[1568493781000,62.80000000],[1568494081000,61.06000000],[1568494381000,62.10000000],[1568494681000,62.76000000],[1568494981000,62.08000000],[1568495281000,63.60000000],[1568495581000,63.44000000],[1568495881000,64.52000000],[1568496181000,63.98000000],[1568496481000,64.52000000],[1568496781000,64.18000000],[1568497081000,62.88000000],[1568497381000,61.40000000],[1568497681000,61.38000000],[1568497981000,59.78000000],[1568498281000,60.60000000],], 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; }