var graphs = {}; $(document).ready(function() { dataset = [ { label: 'Teplota (°C)', data: [[1608418801000,2.06666667],[1608418981000,2.00000000],[1608420301000,2.10000000],[1608420481000,2.10000000],[1608420781000,2.10000000],[1608421225000,2.10000000],[1608421381000,2.10000000],[1608421695000,2.10000000],[1608421981000,2.10000000],[1608422770000,2.13333333],[1608422916000,2.10000000],[1608423181000,2.10000000],[1608423482000,2.10000000],[1608423781000,2.10000000],[1608425581000,2.20000000],[1608425881000,2.20000000],[1608426231000,2.10000000],[1608427571000,2.20000000],], 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: [[1608439621000,68.40000000],[1608446221000,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: [[1608418801000,6.000000012],[1608418981000,7.2],[1608419281000,6.984],[1608419581000,7.776],[1608419881000,6.768],[1608420181000,7.848],[1608420481000,10.872],[1608420781000,6.84],[1608421081000,9.144],[1608421381000,7.56],[1608421681000,7.992],[1608421981000,9.432],[1608422281000,7.056],[1608422581000,8.568],[1608422881000,7.416],[1608423181000,7.056],[1608423481000,10.512],[1608423781000,10.08],[1608424081000,11.016],[1608424381000,3.888],[1608424681000,5.832],[1608424981000,7.92],[1608425281000,9.072],[1608425581000,8.424],[1608425881000,6.336],[1608426181000,10.08],[1608426481000,9],[1608426781000,7.272],[1608427081000,9.648],[1608427381000,9.216],[1608427681000,8.352],[1608427981000,8.568],[1608428281000,7.056],[1608428581000,7.776],[1608428881000,6.336],[1608429181000,5.112],[1608429481000,6.84],[1608429781000,5.904],[1608430081000,4.032],[1608430381000,4.968],[1608430681000,5.688],[1608430981000,5.544],[1608431281000,5.328],[1608431581000,5.472],[1608431881000,4.536],[1608432181000,4.752],[1608432481000,4.824],[1608432781000,3.96],[1608433081000,5.04],[1608433381000,5.112],[1608433681000,4.968],[1608433981000,5.472],[1608434281000,5.544],[1608434581000,8.424],[1608434881000,4.896],[1608435181000,5.328],[1608435481000,5.976],[1608435781000,4.968],[1608436081000,7.632],[1608436381000,3.816],[1608436681000,3.384],[1608436981000,5.328],[1608437281000,5.976],[1608437581000,6.768],[1608437881000,8.28],[1608438181000,9.432],[1608438481000,12.024],[1608438781000,7.056],[1608439081000,7.056],[1608439381000,6.984],[1608439681000,7.056],[1608439981000,7.344],[1608440281000,8.856],[1608440581000,10.44],[1608440881000,11.52],[1608441181000,9.504],[1608441481000,9.72],[1608441781000,8.64],[1608442081000,9],[1608442381000,8.424],[1608442681000,11.16],[1608442981000,9.36],[1608443281000,8.424],[1608443581000,9.288],[1608443881000,11.736],[1608444181000,9.504],[1608444481000,6.408],[1608444781000,9.504],[1608445081000,8.064],[1608445381000,5.04],[1608445681000,3.672],[1608445981000,4.752],[1608446281000,4.536],[1608446581000,2.592],[1608446881000,4.248],[1608447181000,5.76],[1608447481000,5.832],[1608447781000,4.392],[1608448081000,2.88],[1608448381000,7.776],[1608448681000,11.304],[1608448981000,9.864],[1608449281000,12.312],[1608449581000,8.496],[1608449881000,7.344],[1608450181000,8.64],[1608450481000,9.936],[1608450781000,7.56],[1608451081000,9.576],[1608451381000,11.016],[1608451681000,9.576],[1608451981000,9.936],[1608452281000,9.288],[1608452581000,8.784],[1608452881000,8.856],[1608453181000,10.872],[1608453481000,8.352],[1608453781000,8.568],[1608454081000,12.672],[1608454381000,7.632],[1608454681000,10.008],[1608454981000,9.288],[1608455281000,10.944],[1608455581000,10.512],[1608455881000,9.216],[1608456181000,10.008],[1608456481000,6.12],[1608456781000,7.632],[1608457081000,6.984],[1608457381000,10.224],[1608457681000,9.36],[1608457981000,8.784],[1608458281000,10.44],[1608458581000,9.144],[1608458881000,7.704],[1608459181000,10.584],[1608459481000,10.584],[1608459781000,7.776],[1608460081000,10.656],[1608460381000,8.496],[1608460681000,9.792],[1608460981000,9.144],[1608461281000,8.28],[1608461581000,10.656],[1608461881000,12.672],[1608462181000,7.848],[1608462481000,7.056],[1608462781000,8.424],[1608463081000,8.712],[1608463381000,12.168],[1608463681000,10.368],[1608463981000,9.432],[1608464281000,9.648],[1608464581000,7.992],[1608464881000,12.096],[1608465181000,11.736],[1608465481000,11.592],[1608465781000,7.272],[1608466081000,5.04],[1608466381000,9.216],[1608466681000,12.312],[1608466981000,11.592],[1608467281000,11.376],[1608467581000,8.136],[1608467881000,11.16],[1608468181000,9.648],[1608468481000,9.576],[1608468781000,7.632],[1608469081000,10.44],[1608469381000,10.08],[1608469681000,10.08],[1608469981000,9],[1608470281000,10.224],[1608470581000,13.32],[1608470881000,13.824],[1608471181000,10.584],[1608471481000,7.92],[1608471781000,10.152],[1608472081000,9.576],[1608472381000,6.624],[1608472681000,10.944],[1608472981000,10.008],[1608473281000,12.096],[1608473581000,8.352],[1608473881000,7.416],[1608474181000,9.216],[1608474481000,8.352],[1608474781000,5.4],[1608475081000,5.328],[1608475381000,5.112],[1608475681000,6.984],[1608475981000,8.424],[1608476281000,8.856],[1608476581000,6.984],[1608476881000,6.552],[1608477181000,6.84],[1608477481000,6.192],[1608477781000,6.336],[1608478081000,6.12],[1608478381000,6.264],[1608478681000,4.824],[1608478981000,4.752],[1608479281000,6.552],[1608479581000,7.992],[1608479881000,7.992],[1608480181000,5.184],[1608480481000,5.328],[1608480781000,6.912],[1608481081000,5.184],[1608481381000,5.112],[1608481681000,4.752],[1608481981000,4.176],[1608482281000,6.12],[1608482581000,4.104],[1608482881000,4.176],[1608483181000,6.264],[1608483481000,5.4],[1608483781000,5.76],[1608484081000,7.2],[1608484381000,6.84],[1608484681000,6.048],[1608484981000,6.696],[1608485281000,5.256],[1608485581000,5.688],[1608485881000,7.128],[1608486181000,7.128],[1608486481000,7.488],[1608486781000,6.768],[1608487081000,7.272],[1608487381000,11.088],[1608487681000,9.144],[1608487981000,9.864],[1608488281000,8.928],[1608488581000,7.272],[1608488881000,10.296],[1608489181000,10.368],[1608489481000,14.184],[1608489781000,8.568],[1608490081000,5.688],[1608490381000,6.696],[1608490681000,6.408],[1608490981000,5.112],[1608491281000,5.688],[1608491581000,7.2],[1608491881000,5.328],[1608492181000,5.544],[1608492481000,3.888],[1608492781000,5.976],[1608493081000,5.76],[1608493381000,5.472],[1608493681000,5.976],[1608493981000,5.328],[1608494281000,5.904],[1608494581000,5.832],[1608494881000,6.696],[1608495181000,7.2],[1608495481000,5.4],[1608495781000,6.336],[1608496081000,8.352],[1608496381000,4.824],[1608496681000,6.984],[1608496981000,6.408],[1608497281000,6.264],[1608497581000,5.76],[1608497881000,6.264],[1608498181000,7.344],[1608498481000,7.56],[1608498781000,8.064],[1608499081000,7.416],[1608499381000,6.912],[1608499681000,5.976],[1608499981000,5.832],[1608500281000,6.336],[1608500581000,7.2],[1608500881000,8.064],[1608501181000,6.912],[1608501481000,6.336],[1608501781000,7.128],[1608502081000,8.28],[1608502381000,7.128],[1608502681000,7.416],[1608502981000,8.352],[1608503281000,6.624],[1608503581000,7.704],[1608503881000,7.056],[1608504181000,9.144],[1608504481000,9.72],[1608504781000,11.016],[1608505081000,11.16],], color: '#002f80', points: { show: false }, lines: { show: true, lineWidth: 2, fill: false, }, }, { label: 'Náraz vetra (km/h)', data: [[1608418801000,9.789599988],[1608418981000,11.85696],[1608419281000,11.44656],[1608419581000,12.67776],[1608419881000,10.82376],[1608420181000,12.89088],[1608420481000,18.47736],[1608420781000,11.32776],[1608421081000,14.94792],[1608421381000,12.39192],[1608421681000,13.30128],[1608421981000,15.96096],[1608422281000,11.99376],[1608422581000,14.3352],[1608422881000,12.1572],[1608423181000,11.75976],[1608423481000,17.82],[1608423781000,17.09064],[1608424081000,18.32688],[1608424381000,6.27696],[1608424681000,9.54504],[1608424981000,12.90672],[1608425281000,15.42456],[1608425581000,14.01336],[1608425881000,10.5012],[1608426181000,16.67448],[1608426481000,14.72544],[1608426781000,12.0132],[1608427081000,15.94368],[1608427381000,15.41664],[1608427681000,13.74624],[1608427981000,14.38848],[1608428281000,11.57832],[1608428581000,12.89016],[1608428881000,10.35504],[1608429181000,8.42976],[1608429481000,11.28312],[1608429781000,9.70416],[1608430081000,6.51888],[1608430381000,8.04744],[1608430681000,9.14832],[1608430981000,9.14184],[1608431281000,8.4168],[1608431581000,9.02376],[1608431881000,7.1892],[1608432181000,7.50312],[1608432481000,7.98048],[1608432781000,6.14664],[1608433081000,8.01864],[1608433381000,8.14248],[1608433681000,8.046],[1608433981000,8.6508],[1608434281000,8.97192],[1608434581000,13.75776],[1608434881000,7.87464],[1608435181000,8.69112],[1608435481000,9.66744],[1608435781000,8.0172],[1608436081000,12.60504],[1608436381000,5.90976],[1608436681000,5.44176],[1608436981000,8.52696],[1608437281000,9.76752],[1608437581000,11.15352],[1608437881000,13.5432],[1608438181000,16.40304],[1608438481000,19.81224],[1608438781000,11.50344],[1608439081000,11.68992],[1608439381000,11.68128],[1608439681000,11.5128],[1608439981000,11.92968],[1608440281000,14.9724],[1608440581000,17.37144],[1608440881000,19.60992],[1608441181000,15.82632],[1608441481000,16.1064],[1608441781000,14.436],[1608442081000,15.11928],[1608442381000,13.8852],[1608442681000,18.6876],[1608442981000,15.76224],[1608443281000,14.20344],[1608443581000,15.69384],[1608443881000,19.30752],[1608444181000,15.95304],[1608444481000,10.34496],[1608444781000,15.84576],[1608445081000,13.4748],[1608445381000,8.11368],[1608445681000,5.99616],[1608445981000,7.68888],[1608446281000,7.34976],[1608446581000,4.16736],[1608446881000,6.95376],[1608447181000,9.38736],[1608447481000,9.64296],[1608447781000,7.07256],[1608448081000,4.58136],[1608448381000,12.8088],[1608448681000,19.38744],[1608448981000,16.53768],[1608449281000,20.88648],[1608449581000,14.19696],[1608449881000,11.90232],[1608450181000,14.74848],[1608450481000,16.94664],[1608450781000,12.36312],[1608451081000,16.398],[1608451381000,18.87264],[1608451681000,16.00632],[1608451981000,16.80048],[1608452281000,15.63048],[1608452581000,14.61024],[1608452881000,14.5584],[1608453181000,18.0972],[1608453481000,13.60944],[1608453781000,13.92624],[1608454081000,21.30552],[1608454381000,12.7548],[1608454681000,17.16984],[1608454981000,15.1236],[1608455281000,18.8568],[1608455581000,18.20304],[1608455881000,15.63336],[1608456181000,16.86312],[1608456481000,10.0656],[1608456781000,12.6648],[1608457081000,11.70216],[1608457381000,17.05968],[1608457681000,15.48864],[1608457981000,14.53104],[1608458281000,17.72712],[1608458581000,15.05448],[1608458881000,12.7188],[1608459181000,17.694],[1608459481000,17.84808],[1608459781000,13.17528],[1608460081000,18.34776],[1608460381000,14.2956],[1608460681000,16.69248],[1608460981000,15.22296],[1608461281000,14.05944],[1608461581000,17.98344],[1608461881000,21.54168],[1608462181000,13.43016],[1608462481000,11.4156],[1608462781000,13.8996],[1608463081000,14.50728],[1608463381000,20.82456],[1608463681000,17.2872],[1608463981000,15.97464],[1608464281000,16.10064],[1608464581000,13.35312],[1608464881000,20.7216],[1608465181000,20.25936],[1608465481000,20.05704],[1608465781000,11.92176],[1608466081000,8.1828],[1608466381000,15.5196],[1608466681000,20.69784],[1608466981000,20.15928],[1608467281000,19.80576],[1608467581000,13.8636],[1608467881000,18.71064],[1608468181000,16.14096],[1608468481000,16.41024],[1608468781000,12.80664],[1608469081000,17.44272],[1608469381000,16.5708],[1608469681000,16.884],[1608469981000,15.0444],[1608470281000,17.50464],[1608470581000,23.04432],[1608470881000,23.634],[1608471181000,18.17136],[1608471481000,13.34736],[1608471781000,17.33184],[1608472081000,16.40952],[1608472381000,10.84248],[1608472681000,18.72072],[1608472981000,17.14104],[1608473281000,20.15424],[1608473581000,13.86072],[1608473881000,12.23856],[1608474181000,15.64632],[1608474481000,13.63824],[1608474781000,9.13248],[1608475081000,8.66232],[1608475381000,8.34984],[1608475681000,11.46168],[1608475981000,14.24664],[1608476281000,14.63832],[1608476581000,11.48328],[1608476881000,10.3536],[1608477181000,11.21472],[1608477481000,10.15272],[1608477781000,10.16424],[1608478081000,9.65808],[1608478381000,10.04256],[1608478681000,8.118],[1608478981000,7.71336],[1608479281000,10.818],[1608479581000,13.6224],[1608479881000,12.95568],[1608480181000,8.34768],[1608480481000,8.87184],[1608480781000,11.23776],[1608481081000,8.4132],[1608481381000,8.18712],[1608481681000,7.62048],[1608481981000,6.72912],[1608482281000,9.828],[1608482581000,6.51096],[1608482881000,6.6672],[1608483181000,10.14264],[1608483481000,8.71272],[1608483781000,9.43992],[1608484081000,12.01536],[1608484381000,11.20752],[1608484681000,9.80496],[1608484981000,10.95552],[1608485281000,9.03672],[1608485581000,9.62136],[1608485881000,12.1752],[1608486181000,11.85768],[1608486481000,12.1932],[1608486781000,11.63304],[1608487081000,11.88864],[1608487381000,18.84024],[1608487681000,16.06248],[1608487981000,16.56864],[1608488281000,14.8428],[1608488581000,12.39696],[1608488881000,17.478],[1608489181000,17.7588],[1608489481000,24.0768],[1608489781000,14.61024],[1608490081000,9.52272],[1608490381000,11.27736],[1608490681000,10.71864],[1608490981000,8.31384],[1608491281000,9.35064],[1608491581000,12.14424],[1608491881000,8.83728],[1608492181000,8.92008],[1608492481000,6.32304],[1608492781000,9.85032],[1608493081000,9.42552],[1608493381000,8.81424],[1608493681000,9.5076],[1608493981000,8.67456],[1608494281000,9.45648],[1608494581000,9.39816],[1608494881000,11.04336],[1608495181000,11.7828],[1608495481000,8.77968],[1608495781000,10.31112],[1608496081000,14.1408],[1608496381000,7.91064],[1608496681000,11.6388],[1608496981000,10.42344],[1608497281000,10.09152],[1608497581000,9.43776],[1608497881000,10.44864],[1608498181000,12.22272],[1608498481000,12.51144],[1608498781000,13.56264],[1608499081000,12.33288],[1608499381000,11.35512],[1608499681000,9.55368],[1608499981000,9.58392],[1608500281000,10.42488],[1608500581000,11.77416],[1608500881000,13.61736],[1608501181000,11.65824],[1608501481000,10.39176],[1608501781000,11.93688],[1608502081000,13.5],[1608502381000,12.00096],[1608502681000,12.28464],[1608502981000,14.33592],[1608503281000,10.78272],[1608503581000,12.67272],[1608503881000,11.79648],[1608504181000,14.9184],[1608504481000,16.83648],[1608504781000,19.00944],[1608505081000,18.567],], 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: [[1608418801000,113.20000000],[1608418981000,115.76000000],[1608419281000,118.22000000],[1608419581000,120.28000000],[1608419881000,114.12000000],[1608420181000,116.60000000],[1608420481000,124.38000000],[1608420781000,118.64000000],[1608421081000,121.90000000],[1608421381000,112.48000000],[1608421681000,126.42000000],[1608421981000,117.80000000],[1608422281000,118.22000000],[1608422581000,121.92000000],[1608422881000,121.90000000],[1608423181000,122.32000000],[1608423481000,128.48000000],[1608423781000,128.86000000],[1608424081000,129.28000000],[1608424381000,119.86000000],[1608424681000,120.68000000],[1608424981000,125.18000000],[1608425281000,124.76000000],[1608425581000,123.54000000],[1608425881000,126.80000000],[1608426181000,131.74000000],[1608426481000,127.22000000],[1608426781000,114.12000000],[1608427081000,121.90000000],[1608427381000,128.90000000],[1608427681000,109.64000000],[1608427981000,117.00000000],[1608428281000,122.30000000],[1608428581000,128.86000000],[1608428881000,120.68000000],[1608429181000,119.86000000],[1608429481000,109.22000000],[1608429781000,129.28000000],[1608430081000,122.74000000],[1608430381000,104.32000000],[1608430681000,109.66000000],[1608430981000,101.86000000],[1608431281000,109.64000000],[1608431581000,93.68000000],[1608431881000,93.28000000],[1608432181000,108.00000000],[1608432481000,102.30000000],[1608432781000,110.86000000],[1608433081000,103.52000000],[1608433381000,119.44000000],[1608433681000,113.32000000],[1608433981000,126.80000000],[1608434281000,130.48000000],[1608434581000,119.04000000],[1608434881000,114.12000000],[1608435181000,129.26000000],[1608435481000,101.88000000],[1608435781000,112.92000000],[1608436081000,120.66000000],[1608436381000,117.00000000],[1608436681000,112.10000000],[1608436981000,118.64000000],[1608437281000,117.02000000],[1608437581000,124.76000000],[1608437881000,126.02000000],[1608438181000,124.36000000],[1608438481000,130.50000000],[1608438781000,121.52000000],[1608439081000,128.04000000],[1608439381000,134.18000000],[1608439681000,131.32000000],[1608439981000,120.66000000],[1608440281000,125.60000000],[1608440581000,118.64000000],[1608440881000,128.04000000],[1608441181000,124.38000000],[1608441481000,133.38000000],[1608441781000,121.50000000],[1608442081000,122.72000000],[1608442381000,117.82000000],[1608442681000,125.58000000],[1608442981000,121.92000000],[1608443281000,121.10000000],[1608443581000,124.80000000],[1608443881000,115.36000000],[1608444181000,124.38000000],[1608444481000,120.26000000],[1608444781000,126.84000000],[1608445081000,128.46000000],[1608445381000,112.50000000],[1608445681000,122.72000000],[1608445981000,111.68000000],[1608446281000,113.74000000],[1608446581000,128.04000000],[1608446881000,114.96000000],[1608447181000,113.32000000],[1608447481000,122.32000000],[1608447781000,118.62000000],[1608448081000,120.30000000],[1608448381000,109.64000000],[1608448681000,120.28000000],[1608448981000,118.64000000],[1608449281000,125.60000000],[1608449581000,110.84000000],[1608449881000,100.64000000],[1608450181000,123.96000000],[1608450481000,121.08000000],[1608450781000,118.24000000],[1608451081000,114.56000000],[1608451381000,119.04000000],[1608451681000,123.56000000],[1608451981000,116.60000000],[1608452281000,112.08000000],[1608452581000,104.32000000],[1608452881000,99.82000000],[1608453181000,108.82000000],[1608453481000,108.00000000],[1608453781000,101.44000000],[1608454081000,119.04000000],[1608454381000,118.22000000],[1608454681000,118.64000000],[1608454981000,122.32000000],[1608455281000,124.76000000],[1608455581000,119.86000000],[1608455881000,116.58000000],[1608456181000,112.92000000],[1608456481000,119.88000000],[1608456781000,122.30000000],[1608457081000,125.18000000],[1608457381000,117.00000000],[1608457681000,120.70000000],[1608457981000,119.86000000],[1608458281000,125.60000000],[1608458581000,116.18000000],[1608458881000,133.34000000],[1608459181000,120.26000000],[1608459481000,136.24000000],[1608459781000,112.90000000],[1608460081000,121.90000000],[1608460381000,122.32000000],[1608460681000,124.34000000],[1608460981000,121.08000000],[1608461281000,116.18000000],[1608461581000,130.52000000],[1608461881000,131.72000000],[1608462181000,130.50000000],[1608462481000,116.98000000],[1608462781000,114.54000000],[1608463081000,118.24000000],[1608463381000,122.72000000],[1608463681000,111.26000000],[1608463981000,125.18000000],[1608464281000,113.30000000],[1608464581000,112.08000000],[1608464881000,123.56000000],[1608465181000,116.20000000],[1608465481000,123.56000000],[1608465781000,122.34000000],[1608466081000,115.74000000],[1608466381000,122.32000000],[1608466681000,114.14000000],[1608466981000,114.54000000],[1608467281000,126.82000000],[1608467581000,116.18000000],[1608467881000,123.96000000],[1608468181000,114.54000000],[1608468481000,113.32000000],[1608468781000,117.84000000],[1608469081000,144.82000000],[1608469381000,124.38000000],[1608469681000,120.70000000],[1608469981000,119.02000000],[1608470281000,126.40000000],[1608470581000,127.24000000],[1608470881000,123.54000000],[1608471181000,116.98000000],[1608471481000,120.28000000],[1608471781000,112.92000000],[1608472081000,121.10000000],[1608472381000,117.80000000],[1608472681000,117.00000000],[1608472981000,116.60000000],[1608473281000,118.64000000],[1608473581000,104.74000000],[1608473881000,124.36000000],[1608474181000,114.54000000],[1608474481000,115.78000000],[1608474781000,110.88000000],[1608475081000,110.06000000],[1608475381000,108.80000000],[1608475681000,108.02000000],[1608475981000,112.50000000],[1608476281000,106.38000000],[1608476581000,99.02000000],[1608476881000,95.72000000],[1608477181000,96.58000000],[1608477481000,100.66000000],[1608477781000,105.96000000],[1608478081000,94.52000000],[1608478381000,106.78000000],[1608478681000,103.10000000],[1608478981000,114.12000000],[1608479281000,110.06000000],[1608479581000,108.84000000],[1608479881000,91.20000000],[1608480181000,102.70000000],[1608480481000,105.96000000],[1608480781000,102.28000000],[1608481081000,105.14000000],[1608481381000,100.62000000],[1608481681000,104.28000000],[1608481981000,106.76000000],[1608482281000,106.76000000],[1608482581000,107.18000000],[1608482881000,107.60000000],[1608483181000,116.60000000],[1608483481000,102.26000000],[1608483781000,115.36000000],[1608484081000,113.72000000],[1608484381000,112.94000000],[1608484681000,104.72000000],[1608484981000,117.42000000],[1608485281000,114.14000000],[1608485581000,106.38000000],[1608485881000,112.94000000],[1608486181000,108.82000000],[1608486481000,113.72000000],[1608486781000,116.60000000],[1608487081000,110.86000000],[1608487381000,124.38000000],[1608487681000,122.30000000],[1608487981000,119.88000000],[1608488281000,125.60000000],[1608488581000,125.18000000],[1608488881000,112.50000000],[1608489181000,126.40000000],[1608489481000,132.56000000],[1608489781000,115.78000000],[1608490081000,111.28000000],[1608490381000,108.82000000],[1608490681000,116.60000000],[1608490981000,117.80000000],[1608491281000,106.36000000],[1608491581000,103.50000000],[1608491881000,108.82000000],[1608492181000,99.40000000],[1608492481000,103.90000000],[1608492781000,101.86000000],[1608493081000,109.24000000],[1608493381000,109.22000000],[1608493681000,104.32000000],[1608493981000,113.72000000],[1608494281000,104.72000000],[1608494581000,116.18000000],[1608494881000,103.10000000],[1608495181000,115.38000000],[1608495481000,104.72000000],[1608495781000,101.04000000],[1608496081000,105.56000000],[1608496381000,106.78000000],[1608496681000,113.32000000],[1608496981000,107.18000000],[1608497281000,106.76000000],[1608497581000,109.20000000],[1608497881000,112.48000000],[1608498181000,117.82000000],[1608498481000,102.68000000],[1608498781000,120.66000000],[1608499081000,107.58000000],[1608499381000,107.96000000],[1608499681000,113.72000000],[1608499981000,109.62000000],[1608500281000,108.84000000],[1608500581000,130.10000000],[1608500881000,119.84000000],[1608501181000,114.12000000],[1608501481000,123.56000000],[1608501781000,116.16000000],[1608502081000,110.06000000],[1608502381000,110.04000000],[1608502681000,116.98000000],[1608502981000,126.00000000],[1608503281000,120.28000000],[1608503581000,127.62000000],[1608503881000,138.26000000],[1608504181000,138.68000000],[1608504481000,137.46000000],[1608504781000,119.86000000],[1608505081000,128.85000000],], 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: [[1608430021000,0.27940000],[1608434041000,0.27940000],[1608448201000,0.27940000],[1608459721000,0.27940000],[1608497221000,0.27940000],], 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; }