var graphs = {}; $(document).ready(function() { dataset = [ { label: 'Teplota (°C)', data: [[1613048641000,-4.15000000],[1613048882000,-4.16000000],[1613049181000,-4.24000000],[1613049481000,-4.28000000],[1613049781000,-4.26000000],[1613050081000,-4.18000000],[1613050381000,-4.00000000],[1613050681000,-3.72000000],[1613050981000,-3.04000000],[1613051281000,-2.56000000],[1613051582000,-2.46000000],[1613051881000,-2.48000000],[1613052182000,-2.46000000],[1613052481000,-2.70000000],[1613052781000,-2.76000000],[1613053081000,-3.24000000],[1613053381000,-3.30000000],[1613053681000,-3.56000000],[1613053981000,-3.76000000],[1613054281000,-4.10000000],[1613054581000,-4.22000000],[1613054882000,-4.38000000],[1613055181000,-4.40000000],[1613055481000,-4.38000000],[1613055781000,-4.40000000],[1613056082000,-4.32000000],[1613056381000,-4.32000000],[1613056681000,-4.38000000],[1613056981000,-4.40000000],[1613057282000,-4.48000000],[1613057581000,-4.50000000],[1613057881000,-4.56000000],[1613058181000,-4.62000000],[1613058481000,-4.70000000],[1613058781000,-4.76000000],[1613059081000,-4.74000000],[1613059381000,-4.62000000],[1613059682000,-4.66000000],[1613059981000,-4.84000000],[1613060281000,-4.94000000],[1613060581000,-5.10000000],[1613060881000,-5.16000000],[1613061181000,-5.18000000],[1613061481000,-5.10000000],[1613061781000,-5.16000000],[1613062081000,-5.18000000],[1613062381000,-5.20000000],[1613062681000,-5.24000000],[1613062981000,-5.30000000],[1613063281000,-5.24000000],[1613063581000,-5.20000000],[1613063881000,-5.30000000],[1613064181000,-5.22000000],[1613064481000,-5.24000000],[1613064781000,-5.30000000],[1613065081000,-5.36000000],[1613065381000,-5.36000000],[1613065681000,-5.40000000],[1613065981000,-5.44000000],[1613066281000,-5.42000000],[1613066581000,-5.62000000],[1613066881000,-5.62000000],[1613067181000,-5.76000000],[1613067481000,-5.90000000],[1613067781000,-5.80000000],[1613068081000,-5.86000000],[1613068381000,-5.96000000],[1613068681000,-6.00000000],[1613068981000,-6.10000000],[1613069281000,-6.22000000],[1613069581000,-6.30000000],[1613069882000,-6.30000000],[1613070181000,-6.36000000],[1613070481000,-6.30000000],[1613070782000,-6.08000000],[1613071081000,-6.10000000],[1613071381000,-6.18000000],[1613071681000,-6.20000000],[1613071981000,-6.34000000],[1613072281000,-6.40000000],[1613072581000,-6.36000000],[1613072881000,-6.40000000],[1613073181000,-6.52000000],[1613073481000,-6.62000000],[1613073781000,-6.64000000],[1613074081000,-6.60000000],[1613074381000,-6.68000000],[1613074681000,-6.74000000],[1613074981000,-6.76000000],[1613075281000,-6.82000000],[1613075581000,-6.92000000],[1613075881000,-7.00000000],[1613076181000,-7.00000000],[1613076481000,-7.10000000],[1613076781000,-7.24000000],[1613077081000,-7.14000000],[1613077381000,-7.14000000],[1613077681000,-7.24000000],[1613077981000,-7.40000000],[1613078281000,-7.36000000],[1613078581000,-7.32000000],[1613078881000,-7.44000000],[1613079181000,-7.46000000],[1613079481000,-7.52000000],[1613079781000,-7.50000000],[1613080081000,-7.50000000],[1613080381000,-7.52000000],[1613080681000,-7.60000000],[1613080981000,-7.60000000],[1613081281000,-7.60000000],[1613081581000,-7.66000000],[1613081881000,-7.60000000],[1613082181000,-7.60000000],[1613082481000,-7.70000000],[1613082781000,-7.80000000],[1613083081000,-7.70000000],[1613083381000,-7.74000000],[1613083681000,-7.80000000],[1613083981000,-7.72000000],[1613084281000,-7.80000000],], 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: [[1613048581000,100.00000000],], 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); }); $(document).ready(function() { dataset = [ { label: 'Rýchlosť vetra (km/h)', data: [[1612998001000,18.72],[1612998181000,28.584],[1612998481000,29.952],[1612998781000,29.52],[1612999081000,28.872],[1612999381000,29.088],[1612999681000,29.88],[1612999981000,28.224],[1613000281000,27.072],[1613000581000,28.44],[1613000881000,25.56],[1613001181000,23.832],[1613001481000,21.384],[1613001781000,22.68],[1613002081000,26.496],[1613002381000,27.936],[1613002681000,26.928],[1613002981000,27.648],[1613003281000,22.896],[1613003581000,25.2],[1613003881000,27.144],[1613004181000,30.456],[1613004481000,22.608],[1613004781000,22.752],[1613005081000,21.528],[1613005381000,24.696],[1613005681000,26.64],[1613005981000,24.12],[1613006281000,26.424],[1613006581000,28.296],[1613006881000,27],[1613007181000,21.24],[1613007481000,22.608],[1613007781000,23.76],[1613008081000,25.56],[1613008381000,22.608],[1613008681000,20.736],[1613008981000,19.368],[1613009281000,19.512],[1613009581000,17.28],[1613009881000,26.208],[1613010181000,24.696],[1613010481000,28.584],[1613010781000,26.928],[1613011081000,23.184],[1613011381000,24.336],[1613011681000,28.44],[1613011981000,24.048],[1613012281000,25.128],[1613012581000,24.336],[1613012881000,22.32],[1613013181000,18.432],[1613013481000,16.632],[1613013781000,19.512],[1613014081000,20.016],[1613014381000,15.552],[1613014681000,19.224],[1613014981000,24.048],[1613015281000,19.728],[1613015581000,18.792],[1613015881000,14.688],[1613016181000,17.496],[1613016481000,12.528],[1613016781000,12.6],[1613017081000,14.976],[1613017381000,22.464],[1613017681000,24.696],[1613017981000,19.512],[1613018281000,25.344],[1613018581000,18.216],[1613018881000,16.56],[1613019181000,17.64],[1613019481000,26.856],[1613019781000,24.624],[1613020081000,22.824],[1613020381000,20.016],[1613020681000,20.952],[1613020981000,19.584],[1613021281000,29.016],[1613021581000,18.864],[1613021881000,21.24],[1613022181000,29.088],[1613022481000,18.504],[1613022781000,29.448],[1613023081000,24.048],[1613023381000,24.912],[1613023681000,22.824],[1613023981000,28.152],[1613024281000,23.688],[1613024581000,22.824],[1613024881000,25.776],[1613025181000,24.984],[1613025481000,23.616],[1613025781000,24.192],[1613026081000,23.76],[1613026381000,27.72],[1613026681000,25.92],[1613026981000,27.288],[1613027281000,29.448],[1613027581000,29.448],[1613027881000,31.608],[1613028181000,26.352],[1613028481000,28.08],[1613028781000,29.304],[1613029081000,28.152],[1613029381000,27.36],[1613029681000,28.656],[1613029981000,23.904],[1613030281000,25.488],[1613030581000,29.664],[1613030881000,27.648],[1613031181000,27.36],[1613031481000,26.64],[1613031781000,26.64],[1613032081000,26.712],[1613032381000,30.096],[1613032681000,30.744],[1613032981000,27.936],[1613033281000,29.088],[1613033581000,30.6],[1613033881000,23.544],[1613034181000,28.008],[1613034481000,27.504],[1613034781000,25.992],[1613035081000,27.072],[1613035381000,24.912],[1613035681000,31.032],[1613035981000,26.064],[1613036281000,25.632],[1613036581000,25.344],[1613036881000,19.944],[1613037181000,29.088],[1613037481000,26.784],[1613037781000,29.088],[1613038081000,28.296],[1613038381000,29.088],[1613038681000,22.968],[1613038981000,26.424],[1613039281000,27.792],[1613039581000,28.944],[1613039881000,24.48],[1613040181000,22.608],[1613040481000,22.464],[1613040781000,18.36],[1613041081000,24.264],[1613041381000,24.264],[1613041681000,29.88],[1613041981000,24.624],[1613042281000,25.704],[1613042581000,27.288],[1613042881000,25.848],[1613043181000,26.64],[1613043481000,31.104],[1613043781000,26.64],[1613044081000,28.944],[1613044381000,27.144],[1613044681000,29.952],[1613044981000,30.384],[1613045281000,29.376],[1613045581000,30.024],[1613045881000,29.52],[1613046181000,29.736],[1613046481000,27.792],[1613046781000,27.288],[1613047081000,26.28],[1613047381000,28.008],[1613047681000,29.16],[1613047981000,23.76],[1613048281000,27.648],[1613048581000,27.72],[1613048881000,22.248],[1613049181000,21.24],[1613049481000,18.36],[1613049781000,12.888],[1613050081000,11.592],[1613050381000,10.872],[1613050681000,13.824],[1613050981000,16.92],[1613051281000,25.272],[1613051581000,27],[1613051881000,25.92],[1613052181000,24.912],[1613052481000,27.288],[1613052781000,30.744],[1613053081000,31.608],[1613053381000,29.952],[1613053681000,26.064],[1613053981000,22.968],[1613054281000,18.72],[1613054581000,16.128],[1613054881000,21.816],[1613055181000,18.216],[1613055481000,17.928],[1613055781000,16.416],[1613056081000,12.96],[1613056381000,22.896],[1613056681000,15.336],[1613056981000,16.704],[1613057281000,17.784],[1613057581000,14.112],[1613057881000,17.136],[1613058181000,14.472],[1613058481000,13.824],[1613058781000,13.464],[1613059081000,22.824],[1613059381000,28.08],[1613059681000,17.352],[1613059981000,12.024],[1613060281000,10.584],[1613060581000,8.928],[1613060881000,6.84],[1613061181000,13.464],[1613061481000,12.096],[1613061781000,13.536],[1613062081000,17.856],[1613062381000,18.864],[1613062681000,14.544],[1613062981000,13.248],[1613063281000,21.456],[1613063581000,20.16],[1613063881000,20.952],[1613064181000,21.528],[1613064481000,22.968],[1613064781000,26.208],[1613065081000,21.816],[1613065381000,25.56],[1613065681000,15.048],[1613065981000,20.304],[1613066281000,19.224],[1613066581000,21.96],[1613066881000,23.832],[1613067181000,21.024],[1613067481000,21.456],[1613067781000,28.872],[1613068081000,26.496],[1613068381000,22.392],[1613068681000,22.248],[1613068981000,21.312],[1613069281000,22.032],[1613069581000,20.448],[1613069881000,20.088],[1613070181000,26.424],[1613070481000,28.44],[1613070781000,31.032],[1613071081000,29.088],[1613071381000,29.88],[1613071681000,26.856],[1613071981000,23.184],[1613072281000,28.872],[1613072581000,29.88],[1613072881000,27.936],[1613073181000,23.832],[1613073481000,20.232],[1613073781000,27.072],[1613074081000,20.736],[1613074381000,23.04],[1613074681000,24.984],[1613074981000,27.216],[1613075281000,29.016],[1613075581000,26.352],[1613075881000,28.872],[1613076181000,28.584],[1613076481000,27.36],[1613076781000,27.648],[1613077081000,30.024],[1613077381000,29.664],[1613077681000,22.104],[1613077981000,23.328],[1613078281000,25.128],[1613078581000,24.624],[1613078881000,18.792],[1613079181000,21.384],[1613079481000,25.848],[1613079781000,23.472],[1613080081000,23.688],[1613080381000,19.008],[1613080681000,24.984],[1613080981000,22.032],[1613081281000,23.256],[1613081581000,20.304],[1613081881000,24.264],[1613082181000,22.608],[1613082481000,22.176],[1613082781000,20.232],[1613083081000,26.424],[1613083381000,20.016],[1613083681000,26.424],[1613083981000,21.816],[1613084281000,23.22],], color: '#002f80', points: { show: false }, lines: { show: true, lineWidth: 2, fill: false, }, }, { label: 'Náraz vetra (km/h)', data: [[1612998001000,33.567599988],[1612998181000,51.46128],[1612998481000,54.7236],[1612998781000,56.466],[1612999081000,51.47496],[1612999381000,51.15024],[1612999681000,52.27776],[1612999981000,49.93848],[1613000281000,46.75104],[1613000581000,49.81896],[1613000881000,43.60608],[1613001181000,42.09408],[1613001481000,36.60552],[1613001781000,38.62152],[1613002081000,45.2916],[1613002381000,48.43224],[1613002681000,47.5596],[1613002981000,49.16016],[1613003281000,39.89592],[1613003581000,45.054],[1613003881000,47.99736],[1613004181000,53.36064],[1613004481000,38.39544],[1613004781000,39.65904],[1613005081000,36.99288],[1613005381000,42.47136],[1613005681000,46.75032],[1613005981000,41.3316],[1613006281000,45.76608],[1613006581000,49.42512],[1613006881000,47.73096],[1613007181000,35.70696],[1613007481000,38.76336],[1613007781000,41.06952],[1613008081000,45.07776],[1613008381000,38.42712],[1613008681000,35.334],[1613008981000,33.87384],[1613009281000,32.93496],[1613009581000,29.09808],[1613009881000,46.53144],[1613010181000,43.86024],[1613010481000,50.9616],[1613010781000,47.41344],[1613011081000,39.91536],[1613011381000,43.11144],[1613011681000,49.71456],[1613011981000,41.56848],[1613012281000,42.7932],[1613012581000,41.7852],[1613012881000,38.15784],[1613013181000,32.0112],[1613013481000,28.70424],[1613013781000,33.39288],[1613014081000,35.12736],[1613014381000,26.50968],[1613014681000,33.28488],[1613014981000,42.70176],[1613015281000,33.5268],[1613015581000,32.58432],[1613015881000,24.3432],[1613016181000,29.55096],[1613016481000,21.12408],[1613016781000,20.62224],[1613017081000,25.1748],[1613017381000,38.90448],[1613017681000,43.20792],[1613017981000,32.97672],[1613018281000,44.65584],[1613018581000,31.34232],[1613018881000,28.0836],[1613019181000,30.44952],[1613019481000,47.90088],[1613019781000,42.5664],[1613020081000,39.85704],[1613020381000,33.9984],[1613020681000,37.134],[1613020981000,33.7752],[1613021281000,52.8336],[1613021581000,32.16384],[1613021881000,37.11744],[1613022181000,51.31152],[1613022481000,31.8744],[1613022781000,53.34768],[1613023081000,41.6664],[1613023381000,43.83936],[1613023681000,40.13136],[1613023981000,50.32296],[1613024281000,41.8068],[1613024581000,40.50936],[1613024881000,47.16504],[1613025181000,43.94016],[1613025481000,41.68872],[1613025781000,44.24472],[1613026081000,42.22008],[1613026381000,49.90968],[1613026681000,47.52072],[1613026981000,48.8592],[1613027281000,53.5608],[1613027581000,52.78896],[1613027881000,56.28168],[1613028181000,46.69128],[1613028481000,50.98464],[1613028781000,52.6896],[1613029081000,50.38344],[1613029381000,51.15168],[1613029681000,50.66856],[1613029981000,41.97672],[1613030281000,44.7048],[1613030581000,54.50256],[1613030881000,47.60064],[1613031181000,49.47336],[1613031481000,46.61424],[1613031781000,47.84328],[1613032081000,48.0852],[1613032381000,54.38016],[1613032681000,55.64088],[1613032981000,49.59432],[1613033281000,51.894],[1613033581000,56.27376],[1613033881000,41.83992],[1613034181000,51.55272],[1613034481000,49.58496],[1613034781000,45.87408],[1613035081000,47.08512],[1613035381000,43.59168],[1613035681000,56.73096],[1613035981000,46.80648],[1613036281000,47.31048],[1613036581000,45.73368],[1613036881000,34.9452],[1613037181000,51.18912],[1613037481000,47.72664],[1613037781000,53.78544],[1613038081000,51.80832],[1613038381000,51.41232],[1613038681000,39.67272],[1613038981000,46.99728],[1613039281000,48.7044],[1613039581000,51.76152],[1613039881000,43.43688],[1613040181000,41.25816],[1613040481000,39.26592],[1613040781000,31.16448],[1613041081000,43.28352],[1613041381000,42.13656],[1613041681000,54.49104],[1613041981000,44.31384],[1613042281000,45.93096],[1613042581000,47.93112],[1613042881000,47.78208],[1613043181000,47.8152],[1613043481000,56.12544],[1613043781000,47.79576],[1613044081000,51.61968],[1613044381000,49.39776],[1613044681000,55.11816],[1613044981000,55.7064],[1613045281000,52.30512],[1613045581000,54.26928],[1613045881000,54.08208],[1613046181000,53.7768],[1613046481000,50.09256],[1613046781000,48.1464],[1613047081000,47.2824],[1613047381000,50.97816],[1613047681000,52.6932],[1613047981000,42.3324],[1613048281000,49.32792],[1613048581000,49.46616],[1613048881000,38.6856],[1613049181000,36.28656],[1613049481000,31.8888],[1613049781000,21.60792],[1613050081000,19.5084],[1613050381000,17.89488],[1613050681000,23.4036],[1613050981000,28.91304],[1613051281000,45.69264],[1613051581000,48.76632],[1613051881000,47.016],[1613052181000,44.80632],[1613052481000,48.65184],[1613052781000,55.41768],[1613053081000,56.91312],[1613053381000,53.39448],[1613053681000,46.00512],[1613053981000,41.45256],[1613054281000,32.70672],[1613054581000,27.40824],[1613054881000,37.94184],[1613055181000,31.33872],[1613055481000,31.01832],[1613055781000,28.56888],[1613056081000,22.28184],[1613056381000,38.69136],[1613056681000,26.25552],[1613056981000,28.82304],[1613057281000,30.5748],[1613057581000,23.8608],[1613057881000,28.7604],[1613058181000,24.76008],[1613058481000,23.87664],[1613058781000,22.31136],[1613059081000,41.2344],[1613059381000,50.8248],[1613059681000,30.27744],[1613059981000,20.66184],[1613060281000,17.72208],[1613060581000,14.31936],[1613060881000,11.14632],[1613061181000,22.5504],[1613061481000,20.3292],[1613061781000,22.97592],[1613062081000,30.582],[1613062381000,32.61744],[1613062681000,25.2144],[1613062981000,22.39344],[1613063281000,36.702],[1613063581000,34.96536],[1613063881000,37.20168],[1613064181000,38.08872],[1613064481000,40.626],[1613064781000,46.62648],[1613065081000,38.2716],[1613065381000,44.09496],[1613065681000,25.17048],[1613065981000,34.74864],[1613066281000,33.02496],[1613066581000,38.30328],[1613066881000,42.23952],[1613067181000,36.96048],[1613067481000,37.13328],[1613067781000,50.63472],[1613068081000,47.85696],[1613068381000,39.28248],[1613068681000,38.7144],[1613068981000,38.016],[1613069281000,38.89008],[1613069581000,36.45504],[1613069881000,35.67528],[1613070181000,47.2428],[1613070481000,53.61048],[1613070781000,57.18744],[1613071081000,53.03304],[1613071381000,53.64576],[1613071681000,48.56616],[1613071981000,40.90464],[1613072281000,50.23368],[1613072581000,52.76448],[1613072881000,50.49072],[1613073181000,41.70024],[1613073481000,34.7724],[1613073781000,49.4532],[1613074081000,36.17928],[1613074381000,40.90824],[1613074681000,44.86824],[1613074981000,48.05136],[1613075281000,52.43832],[1613075581000,48.68568],[1613075881000,51.97104],[1613076181000,50.04792],[1613076481000,49.94568],[1613076781000,49.55904],[1613077081000,54.94392],[1613077381000,53.71632],[1613077681000,38.80656],[1613077981000,41.24016],[1613078281000,45.25776],[1613078581000,44.9208],[1613078881000,32.58216],[1613079181000,37.95408],[1613079481000,47.00088],[1613079781000,42.41448],[1613080081000,41.76576],[1613080381000,32.51592],[1613080681000,43.73424],[1613080981000,40.14504],[1613081281000,42.22944],[1613081581000,36.66528],[1613081881000,42.26976],[1613082181000,39.82464],[1613082481000,40.15584],[1613082781000,36.35856],[1613083081000,47.90592],[1613083381000,36.00432],[1613083681000,47.86416],[1613083981000,38.232],[1613084281000,39.9834],], color: '#EF9856', points: { show: true }, lines: { show: false }, } ]; var options = { xaxes: [{ axisLabel: 'wind', }], 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.1km/h' }, crosshair: { mode: 'x' }, legend: { show: true, container: '#chart-wind-legend' } }; graphs['#chart-wind'] = $.plot('#chart-wind', dataset, options); }); $(document).ready(function() { dataset = [ { label: 'Smer vetra', data: [[1612998001000,81.80000000],[1612998181000,93.28000000],[1612998481000,83.44000000],[1612998781000,81.00000000],[1612999081000,88.36000000],[1612999381000,71.18000000],[1612999681000,80.98000000],[1612999981000,83.46000000],[1613000281000,93.28000000],[1613000581000,88.36000000],[1613000881000,58.90000000],[1613001181000,63.80000000],[1613001481000,61.34000000],[1613001781000,51.54000000],[1613002081000,49.08000000],[1613002381000,29.44000000],[1613002681000,61.34000000],[1613002981000,83.44000000],[1613003281000,78.52000000],[1613003581000,85.90000000],[1613003881000,76.08000000],[1613004181000,80.98000000],[1613004481000,80.98000000],[1613004781000,83.44000000],[1613005081000,68.72000000],[1613005381000,34.36000000],[1613005681000,73.64000000],[1613005981000,83.44000000],[1613006281000,54.00000000],[1613006581000,83.44000000],[1613006881000,73.64000000],[1613007181000,51.54000000],[1613007481000,83.44000000],[1613007781000,51.54000000],[1613008081000,63.80000000],[1613008381000,88.36000000],[1613008681000,80.98000000],[1613008981000,68.74000000],[1613009281000,85.90000000],[1613009581000,29.44000000],[1613009881000,46.64000000],[1613010181000,44.18000000],[1613010481000,83.44000000],[1613010781000,68.72000000],[1613011081000,73.64000000],[1613011381000,68.72000000],[1613011681000,68.72000000],[1613011981000,73.64000000],[1613012281000,78.54000000],[1613012581000,78.54000000],[1613012881000,83.46000000],[1613013181000,78.54000000],[1613013481000,61.34000000],[1613013781000,51.54000000],[1613014081000,73.64000000],[1613014381000,61.36000000],[1613014681000,66.26000000],[1613014981000,36.82000000],[1613015281000,66.26000000],[1613015581000,88.36000000],[1613015881000,68.72000000],[1613016181000,46.64000000],[1613016481000,44.18000000],[1613016781000,81.00000000],[1613017081000,73.64000000],[1613017381000,66.26000000],[1613017681000,71.18000000],[1613017981000,88.36000000],[1613018281000,80.98000000],[1613018581000,73.62000000],[1613018881000,88.36000000],[1613019181000,88.36000000],[1613019481000,80.98000000],[1613019781000,63.82000000],[1613020081000,90.82000000],[1613020381000,68.72000000],[1613020681000,66.28000000],[1613020981000,76.08000000],[1613021281000,73.62000000],[1613021581000,85.90000000],[1613021881000,63.80000000],[1613022181000,71.18000000],[1613022481000,54.00000000],[1613022781000,80.98000000],[1613023081000,68.74000000],[1613023381000,98.18000000],[1613023681000,88.36000000],[1613023981000,88.36000000],[1613024281000,98.18000000],[1613024581000,66.26000000],[1613024881000,76.08000000],[1613025181000,56.46000000],[1613025481000,66.26000000],[1613025781000,95.74000000],[1613026081000,90.82000000],[1613026381000,80.98000000],[1613026681000,88.36000000],[1613026981000,66.26000000],[1613027281000,51.54000000],[1613027581000,66.26000000],[1613027881000,85.92000000],[1613028181000,83.44000000],[1613028481000,88.36000000],[1613028781000,83.46000000],[1613029081000,83.44000000],[1613029381000,83.46000000],[1613029681000,71.18000000],[1613029981000,93.28000000],[1613030281000,66.26000000],[1613030581000,83.46000000],[1613030881000,68.72000000],[1613031181000,63.82000000],[1613031481000,80.98000000],[1613031781000,103.10000000],[1613032081000,85.90000000],[1613032381000,73.64000000],[1613032681000,90.82000000],[1613032981000,73.62000000],[1613033281000,83.44000000],[1613033581000,83.44000000],[1613033881000,49.08000000],[1613034181000,83.44000000],[1613034481000,88.36000000],[1613034781000,90.82000000],[1613035081000,83.44000000],[1613035381000,88.36000000],[1613035681000,88.36000000],[1613035981000,90.80000000],[1613036281000,76.10000000],[1613036581000,100.64000000],[1613036881000,44.18000000],[1613037181000,93.28000000],[1613037481000,95.74000000],[1613037781000,71.18000000],[1613038081000,83.46000000],[1613038381000,83.46000000],[1613038681000,93.28000000],[1613038981000,100.64000000],[1613039281000,98.20000000],[1613039581000,105.56000000],[1613039881000,100.64000000],[1613040181000,100.66000000],[1613040481000,110.48000000],[1613040781000,110.46000000],[1613041081000,112.92000000],[1613041381000,98.18000000],[1613041681000,105.56000000],[1613041981000,100.66000000],[1613042281000,100.66000000],[1613042581000,90.82000000],[1613042881000,95.74000000],[1613043181000,95.74000000],[1613043481000,90.82000000],[1613043781000,103.12000000],[1613044081000,105.56000000],[1613044381000,103.12000000],[1613044681000,98.18000000],[1613044981000,95.74000000],[1613045281000,98.20000000],[1613045581000,93.28000000],[1613045881000,100.66000000],[1613046181000,98.18000000],[1613046481000,108.02000000],[1613046781000,95.74000000],[1613047081000,110.48000000],[1613047381000,103.10000000],[1613047681000,103.12000000],[1613047981000,98.20000000],[1613048281000,98.20000000],[1613048581000,100.66000000],[1613048881000,100.64000000],[1613049181000,88.36000000],[1613049481000,98.20000000],[1613049781000,95.74000000],[1613050081000,108.00000000],[1613050381000,103.10000000],[1613050681000,112.92000000],[1613050981000,122.72000000],[1613051281000,135.00000000],[1613051581000,135.00000000],[1613051881000,135.00000000],[1613052181000,132.54000000],[1613052481000,132.54000000],[1613052781000,125.18000000],[1613053081000,120.28000000],[1613053381000,112.90000000],[1613053681000,110.48000000],[1613053981000,115.38000000],[1613054281000,98.18000000],[1613054581000,125.18000000],[1613054881000,115.38000000],[1613055181000,98.18000000],[1613055481000,110.50000000],[1613055781000,105.56000000],[1613056081000,103.10000000],[1613056381000,98.18000000],[1613056681000,105.54000000],[1613056981000,98.18000000],[1613057281000,83.44000000],[1613057581000,103.10000000],[1613057881000,90.82000000],[1613058181000,100.66000000],[1613058481000,90.82000000],[1613058781000,95.74000000],[1613059081000,83.46000000],[1613059381000,85.90000000],[1613059681000,95.74000000],[1613059981000,73.64000000],[1613060281000,71.18000000],[1613060581000,78.54000000],[1613060881000,90.82000000],[1613061181000,85.90000000],[1613061481000,68.72000000],[1613061781000,95.74000000],[1613062081000,95.74000000],[1613062381000,80.98000000],[1613062681000,93.28000000],[1613062981000,95.72000000],[1613063281000,83.46000000],[1613063581000,78.54000000],[1613063881000,90.82000000],[1613064181000,90.82000000],[1613064481000,95.74000000],[1613064781000,83.44000000],[1613065081000,90.82000000],[1613065381000,85.90000000],[1613065681000,88.36000000],[1613065981000,81.02000000],[1613066281000,66.26000000],[1613066581000,68.72000000],[1613066881000,88.36000000],[1613067181000,71.18000000],[1613067481000,85.90000000],[1613067781000,88.36000000],[1613068081000,63.80000000],[1613068381000,88.36000000],[1613068681000,14.72000000],[1613068981000,90.82000000],[1613069281000,85.90000000],[1613069581000,88.36000000],[1613069881000,85.92000000],[1613070181000,90.82000000],[1613070481000,83.44000000],[1613070781000,85.90000000],[1613071081000,85.90000000],[1613071381000,85.90000000],[1613071681000,78.52000000],[1613071981000,85.90000000],[1613072281000,85.90000000],[1613072581000,85.92000000],[1613072881000,88.36000000],[1613073181000,98.18000000],[1613073481000,83.46000000],[1613073781000,85.90000000],[1613074081000,88.36000000],[1613074381000,83.44000000],[1613074681000,83.44000000],[1613074981000,80.98000000],[1613075281000,76.08000000],[1613075581000,83.44000000],[1613075881000,58.92000000],[1613076181000,83.44000000],[1613076481000,71.18000000],[1613076781000,78.52000000],[1613077081000,58.90000000],[1613077381000,78.52000000],[1613077681000,46.62000000],[1613077981000,63.80000000],[1613078281000,49.08000000],[1613078581000,31.90000000],[1613078881000,78.54000000],[1613079181000,81.00000000],[1613079481000,80.98000000],[1613079781000,61.36000000],[1613080081000,83.44000000],[1613080381000,85.90000000],[1613080681000,76.08000000],[1613080981000,78.54000000],[1613081281000,73.62000000],[1613081581000,76.08000000],[1613081881000,71.16000000],[1613082181000,76.08000000],[1613082481000,76.10000000],[1613082781000,78.52000000],[1613083081000,81.00000000],[1613083381000,78.52000000],[1613083681000,76.08000000],[1613083981000,76.10000000],[1613084281000,79.75000000],], color: '#002f80', points: { show: true }, lines: { show: false }, } ]; var options = { xaxes: [{ axisLabel: 'wind_direction', }], xaxis: { mode: 'time', minTickSize: [1, 'hour'], timeformat: '%d.%m.\, %H:%M', timezone: 'browser', }, yaxis: { min: 0, max: 360, ticks: [[0, 'S'], [90, 'V'], [180, 'J'], [270, 'Z'], [360, 'S']] }, grid: { hoverable: true, clickable: true, borderWidth: 0, }, tooltip: { show: true, content: function(label, xval, yval, flotItem) { dir = meteo_wind_direction_name(yval); format_date = moment(xval).format('DD.MM., hh:mm') return format_date+' - '+dir; } }, crosshair: { mode: 'x' }, legend: { show: true, container: '#chart-wind-direction-legend' } }; graphs['#chart-wind-direction'] = $.plot('#chart-wind-direction', dataset, options); }); $(document).ready(function() { dataset = [ { label: 'Zrážky', data: [[1613037361000,0.55880000],], color: '#008fbf' } ]; var options = { xaxes: [{ axisLabel: 'rain', }], points: { show: false }, lines: { show: true, lineWidth: 2, fill: false, }, yaxis: { min: 0, }, 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.3mm' }, crosshair: { mode: 'x' }, legend: { show: true, container: '#chart-rain-legend' } }; graphs['#chart-rain'] = $.plot('#chart-rain', 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; }