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: 'Rýchlosť vetra (km/h)', data: [[1622412001000,9.839999988],[1622412181000,9.144],[1622412481000,5.616],[1622412781000,5.472],[1622413081000,4.392],[1622413381000,4.032],[1622413681000,4.752],[1622413981000,3.024],[1622414281000,6.624],[1622414581000,4.896],[1622414881000,6.192],[1622415181000,6.048],[1622415481000,5.04],[1622415781000,5.544],[1622416081000,6.336],[1622416381000,9.432],[1622416681000,8.28],[1622416981000,9.576],[1622417281000,7.92],[1622417581000,8.856],[1622417881000,9],[1622418181000,10.08],[1622418481000,9.288],[1622418781000,9],[1622419081000,7.488],[1622419381000,7.416],[1622419681000,6.552],[1622419981000,6.192],[1622420281000,5.904],[1622420581000,6.192],[1622420881000,5.256],[1622421181000,5.184],[1622421481000,5.112],[1622421781000,4.608],[1622422081000,4.896],[1622422381000,8.64],[1622422681000,6.696],[1622422981000,8.712],[1622423281000,4.392],[1622423581000,6.984],[1622423881000,5.688],[1622424181000,9.072],[1622424481000,7.632],[1622424781000,8.928],[1622425081000,6.696],[1622425381000,1.368],[1622425681000,2.808],[1622425981000,0.432],[1622426281000,2.16],[1622426581000,5.832],[1622426881000,7.992],[1622427181000,4.32],[1622427481000,2.016],[1622427781000,3.672],[1622428081000,7.416],[1622428381000,2.52],[1622428681000,3.024],[1622428981000,1.728],[1622429281000,1.656],[1622429581000,1.944],[1622429881000,4.176],[1622430181000,3.096],[1622430481000,3.456],[1622430781000,0.36],[1622431081000,2.088],[1622431381000,3.888],[1622431681000,1.584],[1622431981000,5.112],[1622432281000,4.176],[1622432581000,5.904],[1622432881000,3.96],[1622433181000,5.688],[1622433481000,4.824],[1622433781000,6.048],[1622434081000,11.448],[1622434381000,9.216],[1622434681000,5.832],[1622434981000,8.352],[1622435281000,10.224],[1622435581000,12.168],[1622435881000,7.56],[1622436181000,7.2],[1622436481000,2.952],[1622436781000,4.968],[1622437081000,4.752],[1622437381000,5.328],[1622437681000,7.128],[1622437981000,7.992],[1622438281000,9.144],[1622438581000,6.552],[1622438881000,6.768],[1622439181000,7.776],[1622439481000,13.392],[1622439781000,12.744],[1622440081000,12.384],[1622440381000,19.656],[1622440681000,13.608],[1622440981000,18.36],[1622441281000,13.752],[1622441581000,15.696],[1622441881000,14.112],[1622442181000,14.76],[1622442481000,14.4],[1622442781000,13.32],[1622443081000,12.528],[1622443381000,14.328],[1622443681000,12.384],[1622443981000,14.472],[1622444281000,12.6],[1622444581000,13.104],[1622444881000,14.76],[1622445181000,13.68],[1622445481000,10.08],[1622445781000,11.52],[1622446081000,11.52],[1622446381000,13.68],[1622446681000,15.696],[1622446981000,15.336],[1622447281000,16.488],[1622447581000,16.632],[1622447881000,17.352],[1622448181000,13.536],[1622448481000,16.848],[1622448781000,12.888],[1622449081000,12.888],[1622449381000,11.592],[1622449681000,16.632],[1622449981000,17.928],[1622450281000,14.544],[1622450581000,15.768],[1622450881000,13.464],[1622451181000,15.48],[1622451481000,19.152],[1622451781000,13.032],[1622452081000,13.896],[1622452381000,13.536],[1622452681000,17.64],[1622452981000,11.16],[1622453281000,17.136],[1622453581000,10.728],[1622453881000,13.536],[1622454181000,13.392],[1622454481000,13.032],[1622454781000,15.624],[1622455081000,11.52],[1622455381000,11.16],[1622455681000,15.408],[1622455981000,14.472],[1622456281000,18.576],[1622456581000,15.984],[1622456881000,19.8],[1622457181000,15.984],[1622457481000,15.192],[1622457781000,19.656],[1622458081000,19.728],[1622458381000,17.496],[1622458681000,14.616],[1622458981000,11.592],[1622459281000,20.088],[1622459581000,21.96],[1622459881000,16.488],[1622460181000,14.832],[1622460481000,13.392],[1622460781000,15.912],[1622461081000,19.728],[1622461381000,18.72],[1622461681000,15.48],[1622461981000,23.832],[1622462281000,11.736],[1622462581000,9.72],[1622462881000,15.624],[1622463181000,18.936],[1622463481000,21.312],[1622463781000,16.92],[1622464081000,15.48],[1622464381000,16.56],[1622464681000,14.112],[1622464981000,15.912],[1622465281000,11.304],[1622465581000,13.752],[1622465881000,16.704],[1622466181000,16.992],[1622466481000,20.304],[1622466781000,26.424],[1622467081000,24.624],[1622467381000,28.44],[1622467681000,25.416],[1622467981000,25.488],[1622468281000,25.488],[1622468581000,24.12],[1622468881000,27.864],[1622469181000,26.28],[1622469481000,27.792],[1622469781000,24.912],[1622470081000,27.576],[1622470381000,22.752],[1622470681000,19.944],[1622470981000,19.152],[1622471281000,26.208],[1622471581000,22.536],[1622471881000,18.864],[1622472181000,17.712],[1622472481000,16.272],[1622472781000,17.424],[1622473081000,21.312],[1622473381000,19.296],[1622473681000,10.656],[1622473981000,13.896],[1622474281000,13.968],[1622474581000,15.192],[1622474881000,20.088],[1622475181000,22.68],[1622475481000,21.888],[1622475781000,22.392],[1622476081000,20.52],[1622476381000,21.672],[1622476681000,16.776],[1622476981000,19.944],[1622477281000,17.136],[1622477581000,23.184],[1622477881000,21.816],[1622478181000,19.656],[1622478481000,22.536],[1622478781000,20.376],[1622479081000,22.248],[1622479381000,23.688],[1622479681000,19.008],[1622479981000,21.456],[1622480281000,17.064],[1622480581000,18.792],[1622480881000,17.568],[1622481181000,16.416],[1622481481000,15.48],[1622481781000,13.032],[1622482081000,9.072],[1622482381000,10.008],[1622482681000,8.136],[1622482981000,7.848],[1622483281000,5.688],[1622483581000,5.616],[1622483881000,3.816],[1622484181000,5.4],[1622484481000,6.48],[1622484781000,5.544],[1622485081000,4.176],[1622485381000,3.888],[1622485681000,1.008],[1622485981000,1.512],[1622486281000,2.16],[1622486581000,3.24],[1622486881000,1.944],[1622487181000,0.936],[1622487481000,0.432],[1622487781000,0],[1622488081000,1.44],[1622488381000,0.792],[1622488681000,0.216],[1622488981000,0.792],[1622489281000,0],[1622489581000,0],[1622489881000,0],[1622490181000,0],[1622490481000,0],[1622490781000,0],[1622491081000,0],[1622491381000,0],[1622491681000,0],[1622491981000,0],[1622492281000,0],[1622492581000,0],[1622492881000,0],[1622493181000,0],[1622493481000,0],[1622493781000,0],[1622494081000,0],[1622494381000,0],[1622494681000,0],[1622494981000,0],[1622495281000,0],[1622495581000,0],[1622495881000,0],[1622496181000,0],[1622496481000,0],[1622496781000,0],[1622497081000,0],[1622497381000,0],[1622497681000,1.152],[1622497981000,0.216],[1622498281000,0],], color: '#002f80', points: { show: false }, lines: { show: true, lineWidth: 2, fill: false, }, }, { label: 'Náraz vetra (km/h)', data: [[1622412001000,16.4808],[1622412181000,15.07176],[1622412481000,8.92296],[1622412781000,8.76744],[1622413081000,6.9588],[1622413381000,6.16248],[1622413681000,7.69752],[1622413981000,4.51008],[1622414281000,10.58616],[1622414581000,7.50384],[1622414881000,10.06992],[1622415181000,9.6804],[1622415481000,8.07192],[1622415781000,8.92368],[1622416081000,10.20096],[1622416381000,15.73704],[1622416681000,13.43592],[1622416981000,15.92568],[1622417281000,12.88512],[1622417581000,14.65272],[1622417881000,14.74632],[1622418181000,16.37496],[1622418481000,15.16392],[1622418781000,14.38632],[1622419081000,11.8044],[1622419381000,11.56896],[1622419681000,10.63224],[1622419981000,9.5256],[1622420281000,9.20088],[1622420581000,9.60048],[1622420881000,8.21088],[1622421181000,7.99488],[1622421481000,7.93656],[1622421781000,7.23024],[1622422081000,7.61256],[1622422381000,14.11704],[1622422681000,10.6812],[1622422981000,14.42736],[1622423281000,6.95592],[1622423581000,11.1276],[1622423881000,8.7624],[1622424181000,14.70384],[1622424481000,12.24432],[1622424781000,14.2668],[1622425081000,10.63944],[1622425381000,2.18448],[1622425681000,4.30272],[1622425981000,0.69696],[1622426281000,3.36384],[1622426581000,8.94528],[1622426881000,12.20472],[1622427181000,6.66432],[1622427481000,3.03984],[1622427781000,5.82984],[1622428081000,12.01536],[1622428381000,4.00752],[1622428681000,4.75992],[1622428981000,2.63304],[1622429281000,2.54664],[1622429581000,3.024],[1622429881000,6.34392],[1622430181000,4.63392],[1622430481000,5.17752],[1622430781000,0.5148],[1622431081000,3.28608],[1622431381000,6.012],[1622431681000,2.4192],[1622431981000,7.85592],[1622432281000,6.57144],[1622432581000,9.10584],[1622432881000,6.26976],[1622433181000,8.98128],[1622433481000,7.6176],[1622433781000,9.51984],[1622434081000,17.6508],[1622434381000,14.49072],[1622434681000,9.06552],[1622434981000,13.56408],[1622435281000,16.28352],[1622435581000,19.31472],[1622435881000,11.93112],[1622436181000,11.53368],[1622436481000,4.69728],[1622436781000,7.75296],[1622437081000,7.3836],[1622437381000,8.4816],[1622437681000,11.36376],[1622437981000,12.47472],[1622438281000,14.73264],[1622438581000,10.33128],[1622438881000,10.52856],[1622439181000,12.65112],[1622439481000,22.3488],[1622439781000,21.02328],[1622440081000,21.00888],[1622440381000,34.62984],[1622440681000,22.4964],[1622440981000,31.96872],[1622441281000,23.472],[1622441581000,26.67816],[1622441881000,24.06312],[1622442181000,24.65208],[1622442481000,24.11928],[1622442781000,21.85704],[1622443081000,20.80224],[1622443381000,24.26184],[1622443681000,20.79432],[1622443981000,24.32016],[1622444281000,20.7792],[1622444581000,22.37184],[1622444881000,24.84216],[1622445181000,23.62464],[1622445481000,16.87752],[1622445781000,20.75688],[1622446081000,23.56992],[1622446381000,23.20056],[1622446681000,27.48744],[1622446981000,25.96176],[1622447281000,28.97712],[1622447581000,28.87416],[1622447881000,31.32072],[1622448181000,22.78224],[1622448481000,29.29536],[1622448781000,21.35736],[1622449081000,21.72744],[1622449381000,18.88848],[1622449681000,29.0124],[1622449981000,30.98664],[1622450281000,24.55272],[1622450581000,27.51552],[1622450881000,22.58064],[1622451181000,27.01728],[1622451481000,33.70824],[1622451781000,22.09248],[1622452081000,23.65632],[1622452381000,22.74768],[1622452681000,30.73392],[1622452981000,19.224],[1622453281000,29.96064],[1622453581000,17.73936],[1622453881000,23.48208],[1622454181000,22.4424],[1622454481000,22.06656],[1622454781000,26.59752],[1622455081000,19.422],[1622455381000,18.75528],[1622455681000,26.52192],[1622455981000,25.39512],[1622456281000,32.4864],[1622456581000,29.70864],[1622456881000,35.67888],[1622457181000,27.09072],[1622457481000,25.94808],[1622457781000,34.84512],[1622458081000,34.93656],[1622458381000,31.00032],[1622458681000,24.10632],[1622458981000,18.76968],[1622459281000,35.18712],[1622459581000,39.49128],[1622459881000,28.33704],[1622460181000,25.56216],[1622460481000,22.73256],[1622460781000,26.67528],[1622461081000,34.1496],[1622461381000,32.67216],[1622461681000,27.01656],[1622461981000,41.74488],[1622462281000,19.76184],[1622462581000,16.07832],[1622462881000,27.94248],[1622463181000,33.78672],[1622463481000,38.35728],[1622463781000,29.17512],[1622464081000,27.63504],[1622464381000,28.8648],[1622464681000,23.62104],[1622464981000,26.93736],[1622465281000,18.89712],[1622465581000,23.45328],[1622465881000,28.24272],[1622466181000,29.39688],[1622466481000,37.15776],[1622466781000,47.1924],[1622467081000,43.69104],[1622467381000,51.44832],[1622467681000,47.41992],[1622467981000,46.14624],[1622468281000,46.22976],[1622468581000,44.91936],[1622468881000,50.79672],[1622469181000,46.94112],[1622469481000,49.9752],[1622469781000,44.75448],[1622470081000,51.33456],[1622470381000,41.39928],[1622470681000,34.99776],[1622470981000,33.2496],[1622471281000,47.78784],[1622471581000,40.68072],[1622471881000,33.35544],[1622472181000,31.20264],[1622472481000,28.43856],[1622472781000,29.94696],[1622473081000,37.2636],[1622473381000,33.80976],[1622473681000,17.56728],[1622473981000,23.53896],[1622474281000,24.09336],[1622474581000,25.57728],[1622474881000,35.64072],[1622475181000,40.2444],[1622475481000,38.38176],[1622475781000,38.65392],[1622476081000,37.01736],[1622476381000,38.42712],[1622476681000,28.87344],[1622476981000,36.52344],[1622477281000,31.74192],[1622477581000,40.76424],[1622477881000,38.55096],[1622478181000,35.31744],[1622478481000,39.23424],[1622478781000,39.43368],[1622479081000,42.49152],[1622479381000,42.27408],[1622479681000,34.13232],[1622479981000,36.93312],[1622480281000,29.81448],[1622480581000,33.5052],[1622480881000,30.88656],[1622481181000,28.35072],[1622481481000,25.89552],[1622481781000,21.2796],[1622482081000,14.90472],[1622482381000,16.7508],[1622482681000,13.29336],[1622482981000,12.77928],[1622483281000,8.84304],[1622483581000,8.79048],[1622483881000,5.8824],[1622484181000,8.39952],[1622484481000,10.19952],[1622484781000,8.8236],[1622485081000,6.51672],[1622485381000,6.00408],[1622485681000,1.476],[1622485981000,2.30976],[1622486281000,3.32424],[1622486581000,5.12856],[1622486881000,2.62656],[1622487181000,1.07784],[1622487481000,0.50616],[1622487781000,0],[1622488081000,2.25288],[1622488381000,1.38456],[1622488681000,0.39672],[1622488981000,1.13904],[1622489281000,0],[1622489581000,0],[1622489881000,0],[1622490181000,0],[1622490481000,0],[1622490781000,0],[1622491081000,0],[1622491381000,0],[1622491681000,0],[1622491981000,0],[1622492281000,0],[1622492581000,0],[1622492881000,0],[1622493181000,0],[1622493481000,0],[1622493781000,0],[1622494081000,0],[1622494381000,0],[1622494681000,0],[1622494981000,0],[1622495281000,0],[1622495581000,0],[1622495881000,0],[1622496181000,0],[1622496481000,0],[1622496781000,0],[1622497081000,0],[1622497381000,0],[1622497681000,1.88064],[1622497981000,0.31176],[1622498281000,0],], 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: [[1622412001000,144.53333333],[1622412181000,103.90000000],[1622412481000,76.10000000],[1622412781000,124.78000000],[1622413081000,69.94000000],[1622413381000,108.82000000],[1622413681000,47.86000000],[1622413981000,14.32000000],[1622414281000,85.12000000],[1622414581000,60.98000000],[1622414881000,61.76000000],[1622415181000,42.96000000],[1622415481000,38.86000000],[1622415781000,54.02000000],[1622416081000,51.12000000],[1622416381000,80.98000000],[1622416681000,51.96000000],[1622416981000,122.72000000],[1622417281000,80.18000000],[1622417581000,56.46000000],[1622417881000,65.86000000],[1622418181000,57.28000000],[1622418481000,52.78000000],[1622418781000,74.04000000],[1622419081000,46.62000000],[1622419381000,45.00000000],[1622419681000,42.12000000],[1622419981000,36.82000000],[1622420281000,27.42000000],[1622420581000,43.36000000],[1622420881000,24.14000000],[1622421181000,22.10000000],[1622421481000,37.64000000],[1622421781000,33.14000000],[1622422081000,30.68000000],[1622422381000,94.10000000],[1622422681000,16.34000000],[1622422981000,132.16000000],[1622423281000,174.70000000],[1622423581000,162.00000000],[1622423881000,209.04000000],[1622424181000,175.90000000],[1622424481000,132.96000000],[1622424781000,222.16000000],[1622425081000,164.88000000],[1622425381000,150.56000000],[1622425681000,137.86000000],[1622425981000,152.18000000],[1622426281000,165.68000000],[1622426581000,160.76000000],[1622426881000,155.46000000],[1622427181000,130.50000000],[1622427481000,155.46000000],[1622427781000,92.04000000],[1622428081000,32.32000000],[1622428381000,145.62000000],[1622428681000,163.24000000],[1622428981000,237.28000000],[1622429281000,136.62000000],[1622429581000,245.04000000],[1622429881000,169.36000000],[1622430181000,140.74000000],[1622430481000,178.78000000],[1622430781000,213.54000000],[1622431081000,263.44000000],[1622431381000,255.28000000],[1622431681000,133.78000000],[1622431981000,164.06000000],[1622432281000,142.36000000],[1622432581000,224.60000000],[1622432881000,145.24000000],[1622433181000,125.58000000],[1622433481000,137.88000000],[1622433781000,178.36000000],[1622434081000,171.82000000],[1622434381000,160.34000000],[1622434681000,190.24000000],[1622434981000,171.00000000],[1622435281000,200.86000000],[1622435581000,202.90000000],[1622435881000,200.44000000],[1622436181000,218.86000000],[1622436481000,187.76000000],[1622436781000,148.50000000],[1622437081000,114.96000000],[1622437381000,79.36000000],[1622437681000,72.42000000],[1622437981000,30.66000000],[1622438281000,62.16000000],[1622438581000,95.74000000],[1622438881000,59.70000000],[1622439181000,43.36000000],[1622439481000,45.38000000],[1622439781000,54.00000000],[1622440081000,42.12000000],[1622440381000,71.60000000],[1622440681000,74.44000000],[1622440981000,96.96000000],[1622441281000,84.68000000],[1622441581000,54.82000000],[1622441881000,66.26000000],[1622442181000,42.56000000],[1622442481000,50.70000000],[1622442781000,32.32000000],[1622443081000,53.18000000],[1622443381000,40.92000000],[1622443681000,49.10000000],[1622443981000,69.96000000],[1622444281000,70.76000000],[1622444581000,70.76000000],[1622444881000,83.46000000],[1622445181000,68.74000000],[1622445481000,57.66000000],[1622445781000,64.24000000],[1622446081000,78.56000000],[1622446381000,128.06000000],[1622446681000,167.72000000],[1622446981000,50.32000000],[1622447281000,107.18000000],[1622447581000,61.36000000],[1622447881000,87.96000000],[1622448181000,96.14000000],[1622448481000,75.28000000],[1622448781000,59.70000000],[1622449081000,68.72000000],[1622449381000,50.32000000],[1622449681000,125.18000000],[1622449981000,207.42000000],[1622450281000,81.02000000],[1622450581000,98.18000000],[1622450881000,47.48000000],[1622451181000,65.44000000],[1622451481000,105.56000000],[1622451781000,65.44000000],[1622452081000,77.72000000],[1622452381000,49.12000000],[1622452681000,113.32000000],[1622452981000,82.62000000],[1622453281000,112.90000000],[1622453581000,50.32000000],[1622453881000,116.98000000],[1622454181000,119.04000000],[1622454481000,58.50000000],[1622454781000,90.42000000],[1622455081000,83.84000000],[1622455381000,48.68000000],[1622455681000,73.22000000],[1622455981000,99.00000000],[1622456281000,129.68000000],[1622456581000,123.54000000],[1622456881000,99.40000000],[1622457181000,72.00000000],[1622457481000,103.52000000],[1622457781000,76.50000000],[1622458081000,56.86000000],[1622458381000,61.38000000],[1622458681000,56.06000000],[1622458981000,44.18000000],[1622459281000,84.68000000],[1622459581000,109.24000000],[1622459881000,61.38000000],[1622460181000,71.18000000],[1622460481000,83.04000000],[1622460781000,79.36000000],[1622461081000,74.84000000],[1622461381000,103.90000000],[1622461681000,95.74000000],[1622461981000,229.10000000],[1622462281000,65.84000000],[1622462581000,94.52000000],[1622462881000,130.92000000],[1622463181000,127.24000000],[1622463481000,138.26000000],[1622463781000,148.48000000],[1622464081000,123.54000000],[1622464381000,148.50000000],[1622464681000,83.46000000],[1622464981000,83.04000000],[1622465281000,63.82000000],[1622465581000,71.98000000],[1622465881000,55.24000000],[1622466181000,113.70000000],[1622466481000,93.26000000],[1622466781000,112.90000000],[1622467081000,177.56000000],[1622467381000,185.32000000],[1622467681000,128.88000000],[1622467981000,99.02000000],[1622468281000,129.30000000],[1622468581000,133.76000000],[1622468881000,187.76000000],[1622469181000,177.96000000],[1622469481000,157.92000000],[1622469781000,145.64000000],[1622470081000,156.26000000],[1622470381000,162.00000000],[1622470681000,127.62000000],[1622470981000,176.30000000],[1622471281000,194.74000000],[1622471581000,166.08000000],[1622471881000,138.68000000],[1622472181000,119.86000000],[1622472481000,101.06000000],[1622472781000,109.64000000],[1622473081000,58.48000000],[1622473381000,139.50000000],[1622473681000,88.74000000],[1622473981000,116.60000000],[1622474281000,157.10000000],[1622474581000,133.76000000],[1622474881000,147.70000000],[1622475181000,68.32000000],[1622475481000,157.50000000],[1622475781000,216.42000000],[1622476081000,206.16000000],[1622476381000,179.98000000],[1622476681000,90.02000000],[1622476981000,125.18000000],[1622477281000,167.72000000],[1622477581000,175.10000000],[1622477881000,196.34000000],[1622478181000,192.66000000],[1622478481000,178.78000000],[1622478781000,195.94000000],[1622479081000,151.36000000],[1622479381000,180.42000000],[1622479681000,157.92000000],[1622479981000,200.86000000],[1622480281000,153.00000000],[1622480581000,168.96000000],[1622480881000,203.32000000],[1622481181000,125.18000000],[1622481481000,174.26000000],[1622481781000,165.68000000],[1622482081000,72.40000000],[1622482381000,128.04000000],[1622482681000,125.58000000],[1622482981000,108.42000000],[1622483281000,69.56000000],[1622483581000,40.90000000],[1622483881000,40.08000000],[1622484181000,43.76000000],[1622484481000,34.34000000],[1622484781000,48.66000000],[1622485081000,36.82000000],[1622485381000,31.50000000],[1622485681000,3.28000000],[1622485981000,189.84000000],[1622486281000,42.56000000],[1622486581000,40.50000000],[1622486881000,11.06000000],[1622487181000,49.08000000],[1622487481000,46.64000000],[1622487781000,18.40000000],[1622488081000,29.44000000],[1622488381000,42.14000000],[1622488681000,18.42000000],[1622488981000,0.00000000],[1622489281000,8.18000000],[1622489581000,5.72000000],[1622489881000,12.28000000],[1622490181000,18.84000000],[1622490481000,36.00000000],[1622490781000,45.00000000],[1622491081000,45.00000000],[1622491381000,45.00000000],[1622491681000,45.00000000],[1622491981000,123.54000000],[1622492281000,279.40000000],[1622492581000,5.72000000],[1622492881000,0.00000000],[1622493181000,0.00000000],[1622493481000,0.00000000],[1622493781000,0.00000000],[1622494081000,0.00000000],[1622494381000,0.00000000],[1622494681000,0.00000000],[1622494981000,132.14000000],[1622495281000,315.00000000],[1622495581000,315.00000000],[1622495881000,315.00000000],[1622496181000,315.00000000],[1622496481000,315.00000000],[1622496781000,315.00000000],[1622497081000,315.00000000],[1622497381000,79.36000000],[1622497681000,41.72000000],[1622497981000,45.00000000],[1622498281000,229.10000000],], 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); }); $('.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; }