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: [[1571004001000,95.16666667],[1571004181000,95.30000000],[1571004481000,95.28000000],[1571004781000,95.18000000],[1571005081000,95.48000000],[1571005382000,95.62000000],[1571005681000,95.40000000],[1571005981000,95.34000000],[1571006281000,95.58000000],[1571006581000,95.74000000],[1571006881000,96.12000000],[1571007181000,96.22000000],[1571007481000,96.42000000],[1571007781000,96.74000000],[1571008081000,96.64000000],[1571008381000,96.92000000],[1571008681000,97.18000000],[1571008981000,97.36000000],[1571009281000,97.82000000],[1571009581000,97.20000000],[1571009881000,97.62000000],[1571010181000,97.68000000],[1571010481000,97.88000000],[1571010781000,98.12000000],[1571011081000,98.50000000],[1571011381000,98.36000000],[1571011681000,98.22000000],[1571011981000,98.70000000],[1571012282000,98.82000000],[1571012581000,98.76000000],[1571012881000,98.96000000],[1571013181000,99.04000000],[1571013481000,98.72000000],[1571013781000,99.08000000],[1571014081000,99.20000000],[1571014381000,99.30000000],[1571014681000,99.64000000],[1571014981000,99.82000000],[1571015281000,99.86000000],[1571015581000,99.72000000],[1571015881000,99.72000000],[1571016181000,100.00000000],[1571016481000,99.98000000],[1571016781000,100.00000000],[1571017081000,99.98000000],[1571017381000,99.98000000],[1571017681000,100.00000000],[1571017981000,100.00000000],[1571018281000,100.00000000],[1571018581000,100.00000000],[1571018881000,100.00000000],[1571019181000,100.00000000],[1571019482000,100.00000000],[1571019781000,100.00000000],[1571020081000,100.00000000],[1571020381000,100.00000000],[1571020681000,100.00000000],[1571020981000,100.00000000],[1571021281000,100.00000000],[1571021581000,100.00000000],[1571021881000,100.00000000],[1571022181000,100.00000000],[1571022482000,100.00000000],[1571022781000,100.00000000],[1571023081000,100.00000000],[1571023381000,100.00000000],[1571023681000,100.00000000],[1571023981000,100.00000000],[1571024282000,100.00000000],[1571024581000,100.00000000],[1571024881000,100.00000000],[1571025181000,100.00000000],[1571025481000,100.00000000],[1571025781000,100.00000000],[1571026081000,100.00000000],[1571026381000,100.00000000],[1571026681000,100.00000000],[1571026981000,100.00000000],[1571027281000,100.00000000],[1571027581000,100.00000000],[1571027881000,100.00000000],[1571028181000,100.00000000],[1571028481000,100.00000000],[1571028781000,100.00000000],[1571029081000,100.00000000],[1571029381000,100.00000000],[1571029681000,100.00000000],[1571029981000,100.00000000],[1571030281000,100.00000000],[1571030581000,100.00000000],[1571030881000,100.00000000],[1571031181000,100.00000000],[1571031481000,100.00000000],[1571031781000,100.00000000],[1571032081000,100.00000000],[1571032381000,100.00000000],[1571032682000,100.00000000],[1571032981000,100.00000000],[1571033281000,100.00000000],[1571033581000,100.00000000],[1571033881000,100.00000000],[1571034181000,100.00000000],[1571034481000,100.00000000],[1571034781000,99.90000000],[1571035081000,99.76000000],[1571035381000,99.60000000],[1571035681000,99.22000000],[1571035981000,98.32000000],[1571036281000,97.28000000],[1571036581000,93.74000000],[1571036881000,90.66000000],[1571037181000,88.98000000],[1571037481000,87.58000000],[1571037781000,88.46000000],[1571038081000,90.06000000],[1571038381000,91.54000000],[1571038681000,92.04000000],[1571038981000,91.98000000],[1571039281000,91.30000000],[1571039581000,91.18000000],[1571039881000,91.82000000],[1571040181000,91.60000000],[1571040482000,91.62000000],[1571040781000,90.14000000],[1571041082000,90.58000000],[1571041381000,88.70000000],[1571041681000,87.22000000],[1571041981000,86.22000000],[1571042281000,83.58000000],[1571042581000,81.02000000],[1571042881000,79.84000000],[1571043181000,78.16000000],[1571043481000,78.04000000],[1571043781000,77.98000000],[1571044081000,79.68000000],[1571044381000,79.36000000],[1571044681000,79.30000000],[1571044981000,80.36000000],[1571045281000,79.28000000],[1571045581000,76.98000000],[1571045882000,76.22000000],[1571046181000,74.52000000],[1571046482000,74.16000000],[1571046781000,73.54000000],[1571047081000,73.50000000],[1571047381000,74.26000000],[1571047681000,73.74000000],[1571047981000,73.88000000],[1571048281000,72.52000000],[1571048581000,71.78000000],[1571048881000,70.52000000],[1571049182000,69.68000000],[1571049481000,68.56000000],[1571049781000,68.70000000],[1571050081000,68.04000000],[1571050381000,66.48000000],[1571050681000,66.54000000],[1571050982000,65.40000000],[1571051281000,66.34000000],[1571051581000,65.76000000],[1571051881000,65.32000000],[1571052181000,66.18000000],[1571052481000,66.24000000],[1571052781000,67.94000000],[1571053081000,66.32000000],[1571053381000,68.16000000],[1571053681000,67.80000000],[1571053981000,67.14000000],[1571054281000,67.58000000],[1571054581000,68.46000000],[1571054881000,68.58000000],[1571055181000,68.12000000],[1571055481000,68.60000000],[1571055781000,68.24000000],[1571056081000,68.30000000],[1571056381000,68.50000000],[1571056682000,67.94000000],[1571056981000,66.80000000],[1571057281000,65.94000000],[1571057581000,65.48000000],[1571057881000,65.32000000],[1571058181000,65.44000000],[1571058481000,64.52000000],[1571058782000,63.84000000],[1571059081000,64.00000000],[1571059381000,63.36000000],[1571059681000,63.00000000],[1571059981000,62.48000000],[1571060281000,62.26000000],[1571060582000,62.56000000],[1571060881000,62.60000000],[1571061181000,62.16000000],[1571061481000,62.10000000],[1571061781000,60.42000000],[1571062081000,60.50000000],[1571062381000,59.78000000],[1571062681000,60.20000000],[1571062981000,61.08000000],[1571063281000,61.22000000],[1571063581000,61.62000000],[1571063882000,62.28000000],[1571064181000,62.30000000],[1571064481000,62.76000000],[1571064781000,62.64000000],[1571065081000,62.20000000],[1571065381000,62.86000000],[1571065681000,63.44000000],[1571065981000,63.66000000],[1571066281000,64.62000000],[1571066581000,65.26000000],[1571066881000,65.58000000],[1571067181000,66.14000000],[1571067481000,67.26666667],[1571067781000,68.02000000],[1571068081000,68.15000000],[1571071321000,74.30000000],[1571071381000,74.90000000],[1571071681000,75.92000000],[1571071982000,76.12000000],[1571072281000,76.34000000],[1571072581000,76.28000000],[1571072881000,76.46000000],[1571073181000,76.20000000],[1571073481000,76.24000000],[1571073781000,76.75000000],[1571078221000,79.80000000],[1571078282000,79.42500000],[1571078881000,80.26000000],[1571079181000,80.74000000],[1571079481000,80.74000000],[1571079781000,80.28000000],[1571080081000,80.40000000],[1571080381000,80.56000000],[1571080681000,81.02000000],[1571080981000,80.18000000],[1571081281000,80.28000000],[1571081581000,80.60000000],[1571081881000,81.14000000],[1571082181000,81.72500000],], 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; }