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: [[1568671201000,63.23333333],[1568671381000,63.50000000],[1568671681000,63.32000000],[1568671981000,63.08000000],[1568672281000,63.06000000],[1568672581000,63.14000000],[1568672881000,63.72000000],[1568673181000,64.38000000],[1568673481000,64.84000000],[1568673781000,64.94000000],[1568674081000,65.06000000],[1568674381000,63.88000000],[1568674681000,61.88000000],[1568674981000,59.44000000],[1568675282000,59.60000000],[1568675581000,59.50000000],[1568675882000,59.68000000],[1568676181000,59.82000000],[1568676481000,59.54000000],[1568676781000,59.26000000],[1568677081000,59.74000000],[1568677381000,60.66000000],[1568677681000,61.10000000],[1568677981000,61.98000000],[1568678281000,65.12000000],[1568678581000,66.22000000],[1568678881000,66.74000000],[1568679182000,67.56000000],[1568679481000,67.72000000],[1568679782000,68.06000000],[1568680081000,68.28000000],[1568680381000,68.98000000],[1568680681000,69.80000000],[1568680981000,70.54000000],[1568681281000,70.98000000],[1568681581000,71.54000000],[1568681881000,71.38000000],[1568682181000,71.20000000],[1568682481000,70.80000000],[1568682781000,70.90000000],[1568683082000,70.30000000],[1568683381000,71.30000000],[1568683682000,72.70000000],[1568683981000,72.46000000],[1568684281000,72.70000000],[1568684581000,72.90000000],[1568684881000,72.82000000],[1568685181000,72.48000000],[1568685481000,72.68000000],[1568685781000,72.10000000],[1568686081000,72.30000000],[1568686381000,72.02000000],[1568686681000,72.54000000],[1568686982000,72.94000000],[1568687281000,73.62000000],[1568687582000,74.04000000],[1568687881000,74.40000000],[1568688181000,75.24000000],[1568688481000,75.70000000],[1568688781000,76.06000000],[1568689081000,76.64000000],[1568689381000,77.04000000],[1568689681000,77.34000000],[1568689981000,77.76000000],[1568690281000,78.48000000],[1568690581000,79.22000000],[1568690881000,79.74000000],[1568691181000,79.92000000],[1568691481000,80.66000000],[1568691781000,81.72000000],[1568692081000,82.52000000],[1568692381000,82.62000000],[1568692681000,82.74000000],[1568692981000,83.00000000],[1568693281000,82.94000000],[1568693581000,83.12000000],[1568693881000,83.42000000],[1568694182000,83.62000000],[1568694481000,83.92000000],[1568694781000,84.34000000],[1568695081000,84.10000000],[1568695381000,84.40000000],[1568695681000,85.02000000],[1568695981000,85.24000000],[1568696281000,86.16000000],[1568696581000,86.58000000],[1568696881000,86.84000000],[1568697181000,86.98000000],[1568697481000,86.80000000],[1568697781000,86.64000000],[1568698081000,86.48000000],[1568698381000,86.08000000],[1568698681000,86.42000000],[1568698981000,85.98000000],[1568699281000,86.14000000],[1568699581000,86.14000000],[1568699881000,85.62000000],[1568700181000,85.26000000],[1568700481000,85.04000000],[1568700781000,85.82000000],[1568701081000,85.40000000],[1568701381000,84.94000000],[1568701681000,84.88000000],[1568701981000,84.04000000],[1568702281000,83.58000000],[1568702581000,83.50000000],[1568702881000,83.84000000],[1568703181000,84.90000000],[1568703481000,84.22000000],[1568703781000,83.68000000],[1568704081000,80.72000000],[1568704381000,81.22000000],[1568704681000,80.32000000],[1568704981000,79.66000000],[1568705281000,79.28000000],[1568705581000,79.62000000],[1568705881000,80.92000000],[1568706181000,81.46000000],[1568706481000,80.98000000],[1568706781000,81.24000000],[1568707081000,82.26000000],[1568707381000,83.54000000],[1568707681000,82.56000000],[1568707981000,82.96000000],[1568708281000,83.26000000],[1568708581000,83.80000000],[1568708881000,84.20000000],[1568709181000,84.28000000],[1568709481000,84.70000000],[1568709781000,85.20000000],[1568710081000,85.24000000],[1568710381000,85.78000000],[1568710681000,85.90000000],[1568710981000,85.16000000],[1568711281000,83.20000000],[1568711581000,81.20000000],[1568711881000,79.68000000],[1568712181000,80.58000000],[1568712481000,81.46000000],[1568712781000,81.34000000],[1568713081000,81.60000000],[1568713381000,80.90000000],[1568713681000,82.26000000],[1568713982000,81.68000000],[1568714281000,82.80000000],[1568714582000,81.92000000],[1568714881000,81.70000000],[1568715182000,79.88000000],[1568715481000,80.12000000],[1568715781000,80.62000000],[1568716081000,79.58000000],[1568716381000,78.90000000],[1568716681000,79.60000000],[1568716981000,80.24000000],[1568717281000,78.24000000],[1568717581000,77.84000000],[1568717881000,77.30000000],[1568718181000,77.12000000],[1568718481000,77.32000000],[1568718781000,78.54000000],[1568719081000,80.40000000],[1568719381000,81.62000000],[1568719681000,82.12000000],[1568719981000,83.66000000],[1568720281000,83.34000000],[1568720581000,81.86000000],[1568720881000,82.00000000],[1568721181000,80.94000000],[1568721481000,78.48000000],[1568721781000,78.48000000],[1568722081000,76.94000000],[1568722381000,75.42000000],[1568722681000,73.62000000],[1568722981000,72.76000000],[1568723281000,73.46000000],[1568723581000,72.98000000],[1568723881000,72.22000000],[1568724181000,73.56000000],[1568724482000,72.06000000],[1568724781000,73.22000000],[1568725082000,72.60000000],[1568725381000,72.70000000],[1568725682000,73.04000000],[1568725981000,73.58000000],[1568726281000,74.24000000],[1568726581000,75.44000000],[1568726881000,76.42000000],[1568727181000,77.38000000],[1568727481000,76.42000000],[1568727781000,76.40000000],[1568728081000,78.40000000],[1568728381000,77.66000000],[1568728681000,76.92000000],[1568728981000,74.96000000],[1568729281000,73.40000000],[1568729581000,73.06000000],[1568729881000,72.34000000],[1568730181000,72.50000000],[1568730481000,73.58000000],[1568730782000,71.34000000],[1568731081000,72.16000000],[1568731381000,71.44000000],[1568731681000,71.36000000],[1568731981000,74.96000000],[1568732281000,73.02000000],[1568732581000,73.58000000],[1568732881000,71.30000000],[1568733182000,70.08000000],[1568733481000,70.44000000],[1568733781000,71.80000000],[1568734081000,72.58000000],[1568734381000,74.06000000],[1568734681000,74.70000000],[1568734981000,76.04000000],[1568735281000,76.50000000],[1568735581000,76.74000000],[1568735881000,77.26000000],[1568736181000,76.26000000],[1568736481000,75.52000000],[1568736781000,75.38000000],[1568737081000,76.90000000],[1568737381000,77.86000000],[1568737681000,78.26000000],[1568737981000,79.74000000],[1568738281000,80.18000000],[1568738581000,80.80000000],[1568738881000,79.06000000],[1568739181000,78.98000000],[1568739481000,79.68000000],[1568739781000,80.76000000],[1568740081000,81.54000000],[1568740381000,82.28000000],[1568740681000,83.32000000],[1568740981000,83.86000000],[1568741282000,84.40000000],[1568741581000,84.82000000],[1568741882000,85.20000000],[1568742181000,85.16000000],[1568742481000,85.46000000],[1568742781000,86.10000000],[1568743081000,86.76000000],[1568743381000,87.42000000],[1568743681000,87.72000000],[1568743981000,87.94000000],[1568744281000,88.98000000],[1568744581000,89.40000000],[1568744881000,89.76000000],[1568745181000,89.80000000],[1568745481000,90.00000000],[1568745781000,90.30000000],[1568746081000,90.52000000],[1568746381000,90.88000000],[1568746681000,91.36000000],[1568746981000,91.00000000],[1568747281000,90.60000000],[1568747581000,91.16000000],[1568747881000,91.00000000],[1568748181000,90.32000000],[1568748481000,89.52000000],[1568748781000,89.72000000],[1568749081000,90.64000000],[1568749381000,90.40000000],[1568749681000,90.84000000],[1568749981000,90.92000000],[1568750281000,91.02000000],[1568750581000,91.68000000],[1568750881000,91.46000000],[1568751181000,91.88000000],[1568751481000,92.00000000],[1568751781000,92.00000000],[1568752081000,91.94000000],[1568752381000,90.40000000],[1568752681000,86.72000000],[1568752981000,82.72000000],[1568753281000,77.54000000],[1568753581000,76.00000000],[1568753881000,75.44000000],[1568754181000,73.78000000],[1568754481000,74.14000000],[1568754781000,74.42000000],[1568755081000,74.44000000],[1568755381000,74.94000000],[1568755681000,74.12000000],[1568755981000,75.26000000],[1568756281000,76.20000000],[1568756581000,77.06000000],[1568756882000,78.66000000],[1568757181000,78.24000000],[1568757481000,78.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; }