{"id":5081,"date":"2021-10-22T17:39:28","date_gmt":"2021-10-22T15:39:28","guid":{"rendered":"http:\/\/hallingdalflyklubb.no\/wordpress\/?page_id=5081"},"modified":"2021-10-23T12:56:04","modified_gmt":"2021-10-23T10:56:04","slug":"historiske-vaerdata-enkl","status":"publish","type":"page","link":"https:\/\/hallingdalflyklubb.no\/wordpress\/historiske-vaerdata-enkl\/","title":{"rendered":"Historiske V\u00e6rdata ENKL"},"content":{"rendered":"\n<p>Temperatur &#8211; Fuktighet:<\/p>\n\n\n<style type=\"text\/css\">\n#svg424145 .nvd3 text {font:normal 11px 'Trebuchet MS', Helvetica, sans-serif;fill: #494D5F;}\n#svg424145 .nvd3 .nv-axis path.domain {stroke: #506040;stroke-opacity: 1;}\n#svg424145 .nvd3 .nv-axis line {stroke: #7A8890;}\n#svg424145 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}\n#svg424145 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}\n#svg424145 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}\n#svg424145 .nvd3 .nv-y2 .nv-wrap g .tick text {text-anchor: end !important;}\n#svg424145 .nvd3 .nv-groups .lws-dashed-line {stroke-dasharray:10,10 !important;}\n#svg424145 .nvd3 .nv-groups .lws-dotted-line {stroke-dasharray:2,2 !important;}\n#svg424145 .nvd3 .nv-groups .lws-thin-line {stroke-width: 1 !important;}\n#svg424145 .nvd3 .nv-groups .lws-regular-line {stroke-width: 2 !important;}\n#svg424145 .nvd3 .nv-groups .lws-thick-line {stroke-width: 3 !important;}\n#svg424145 .nvd3 .nv-groups .lws-serie-1 .nv-point {fill-opacity:1;stroke-opacity:1;stroke-width:3;}\n#svg424145 .nvd3 .nv-groups .lws-serie-2 .nv-point {fill-opacity:1;stroke-opacity:1;stroke-width:3;}\n<\/style>\n<div class=\"lws-module-chart module-yearly-doubleline\" id=\"lws-container-424145\">\n<div id=\"graph424145\" style=\"background-color:#C0CED8;border-radius: 3px;border: 1px solid #575A6A;padding:8px 14px 8px 14px;height: 300px;\"><svg id=\"svg424145\" style=\"overflow:hidden;\"><\/svg><\/div>\n<\/div>\n<script language=\"javascript\" type=\"text\/javascript\">\n  jQuery(document).ready(function($) {\n    var chartgraph424145 = null;\n    var datagraph424145 =[{\"yAxis\":\"1\", \"type\":\"line\", \"unit\":\"%\", \"key\":\"Relative humidity - Average values\", \"strokeWidth\":\"2\", \"classed\":\"lws-serie-1 lws-regular-line\", \"values\":[]}, {\"yAxis\":\"2\", \"type\":\"line\", \"unit\":\"\u00b0C\", \"key\":\"Temperature - Average values\", \"strokeWidth\":\"2\", \"classed\":\"lws-serie-2 lws-regular-line\", \"values\":[]}];\n      function sprintf(format){for( var i=1; i < arguments.length; i++ ) {format = format.replace( \/%s\/, arguments[i] );}return format;}\n      var shiftgraph424145 = new Date();\n      var xgraph424145 = 60000 * shiftgraph424145.getTimezoneOffset();\n    var minDomaingraph424145 = new Date(xgraph424145 + 1777636800000);\n    var maxDomaingraph424145 = new Date(xgraph424145 + 1780228800000);\n    var h00Tickgraph424145 = new Date(xgraph424145 + 1777636800000);\n    var h01Tickgraph424145 = new Date(xgraph424145 + 1778241600000);\n    var h02Tickgraph424145 = new Date(xgraph424145 + 1778846400000);\n    var h03Tickgraph424145 = new Date(xgraph424145 + 1779537600000);\n    var h04Tickgraph424145 = new Date(xgraph424145 + 1780228800000);\n    var colorgraph424145 = colorbrewer.Oranges[3].slice(0);\n    if (colorbrewer.Oranges[3][0] == colorgraph424145[0]) {colorgraph424145 = colorgraph424145.reverse().slice(1);}\n      nv.addGraph(function() {\n        chartgraph424145 = nv.models.bilineChart()\n               .x(function(d,i) {return xgraph424145 + d[0]})\n               .y(function(d,i) {return d[1]})\n           .xDomain([minDomaingraph424145, maxDomaingraph424145])\n      .yDomain1([0,0])\n      .yDomain2([0,0])\n               .interpolate(\"linear\")\n               .color(colorgraph424145)\n               .noData(\"No Data To Display\");\n      chartgraph424145.xAxis.axisLabel(\"Klanten Flyplass (Indoor)  \u25cf  Relative Humidity ~ Temperature\").showMaxMin(false).tickFormat(function(d) {return d3.time.format(\"%Y-%m-%d\")(new Date(d)) });\n      chartgraph424145.xAxis.tickValues([h00Tickgraph424145, h01Tickgraph424145, h02Tickgraph424145, h03Tickgraph424145, h04Tickgraph424145]);\n      chartgraph424145.tooltip.contentGenerator(function(d) {      var s='<table><thead><tr><td colspan=\"3\"><strong class=\"x-value\">%s<\/strong><\/td><\/tr><\/thead><tbody><tr><td class=\"legend-color-guide\"><div style=\"background-color: %s;\"><\/div><\/td><td class=\"key\">%s<\/td><td class=\"value\">%s<\/td><\/tr><\/tbody><\/table>';\n      var _date = \"\";\n      var _color = \"\";\n      var _key = \"\";\n      var _value = \"\";\n      if (d.series[0].color==\"#e6550d\"){\n        _color = d.series[0].color;\n        _key = d.series[0].key;\n        _value = d.series[0].value+\" %\";\n      }\n      else{\n        _color = d.series[0].color;\n        _key = d.series[0].key;\n        _value = d.series[0].value+\" \u00b0C\";\n      }\n      _date = d3.time.format(\"%Y-%m-%d\")(new Date(d.value));\n      return sprintf(s, _date, _color, _key, _value)});\n      chartgraph424145.legendRightAxisHint(\"\");\n      chartgraph424145.yAxis1.tickFormat(function(d) { return d + \" %\"; });\n      chartgraph424145.yAxis1.showMaxMin(false);      chartgraph424145.yAxis1.tickValues([0, 0]);\n      chartgraph424145.yAxis2.tickFormat(function(d) { return d + \" \u00b0C\"; });\n      chartgraph424145.yAxis2.tickPadding(-6);\n      chartgraph424145.yAxis2.showMaxMin(false);      chartgraph424145.yAxis2.tickValues([0, 0]);\n      d3.select(\"#graph424145 svg\").datum(datagraph424145).transition().duration(500).call(chartgraph424145);\n      nv.utils.windowResize(chartgraph424145.update);\n      return chartgraph424145;\n    });\nvar targetgraph424145 = document.getElementById(\"graph424145\");\nvar targetNodegraph424145 = targetgraph424145.parentElement.parentElement.parentElement.parentElement;\nvar modeStandard = true;\nvar modeElementorPopbox = false;\nvar testgraph424145 = targetgraph424145.closest(\".modal-body\");\n  if (testgraph424145 != null) {\n    testgraph424145 = testgraph424145.closest(\".modal-content\");\n    if (testgraph424145 != null) {\n      testgraph424145 = testgraph424145.closest(\".modal\");\n      if (testgraph424145 != null) {\n        targetNodegraph424145 = testgraph424145;\n        modeStandard = false;\n        modeElementorPopbox = true;\n      }\n    }\n  }\nvar callbackgraph424145 = function(mutationsList) {\n    mutationsList.forEach(function (mutation, index) {\n        if (modeStandard) {if (mutation.type == \"attributes\") {if (mutation.attributeName == \"style\") {if (mutation.target.style.display != \"none\") {if (mutation.oldValue !== null) {if (mutation.oldValue.indexOf(\"display: none\") != -1) {if (chartgraph424145) {chartgraph424145.update();}}}}}}}\n        if (modeElementorPopbox) {if (mutation.type == \"attributes\") {if (mutation.attributeName == \"style\") {if (mutation.target.style.display == \"block\") {if (chartgraph424145) {chartgraph424145.update();}}}}}\n    })\n};\nvar observergraph424145 = new MutationObserver(callbackgraph424145);\nobservergraph424145.observe(targetNodegraph424145,{attributes: true, subtree: true, attributeOldValue: true});\n\n\n  });\n<\/script>\n\n\n\n<p><\/p>\n\n\n\n<p>Vind:<\/p>\n\n\n<style type=\"text\/css\">\n#svg963004 .nvd3 text {font:normal 11px 'Trebuchet MS', Helvetica, sans-serif;fill: #494D5F;}\n#svg963004 .nvd3 .nv-axis path.domain {stroke: #506040;stroke-opacity: 1;}\n#svg963004 .nvd3 .nv-axis line {stroke: #7A8890;}\n#svg963004 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}\n#svg963004 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}\n#svg963004 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}\n#svg963004 .nvd3 .nv-y2 .nv-wrap g .tick text {text-anchor: end !important;}\n#svg963004 .nvd3 .nv-groups .lws-dashed-line {stroke-dasharray:10,10 !important;}\n#svg963004 .nvd3 .nv-groups .lws-dotted-line {stroke-dasharray:2,2 !important;}\n#svg963004 .nvd3 .nv-groups .lws-thin-line {stroke-width: 1 !important;}\n#svg963004 .nvd3 .nv-groups .lws-regular-line {stroke-width: 2 !important;}\n#svg963004 .nvd3 .nv-groups .lws-thick-line {stroke-width: 3 !important;}\n<\/style>\n<div class=\"lws-module-chart module-yearly-doubleline\" id=\"lws-container-963004\">\n<div id=\"graph963004\" style=\"background-color:#C0CED8;border-radius: 3px;border: 1px solid #575A6A;padding:8px 14px 8px 14px;height: 300px;\"><svg id=\"svg963004\" style=\"overflow:hidden;\"><\/svg><\/div>\n<\/div>\n<script language=\"javascript\" type=\"text\/javascript\">\n  jQuery(document).ready(function($) {\n    var chartgraph963004 = null;\n    var datagraph963004 =[{\"yAxis\":\"1\", \"type\":\"line\", \"unit\":\"kt\", \"key\":\"Wind strength - Average values\", \"area\":\"1\", \"strokeWidth\":\"2\", \"classed\":\"lws-serie-1 lws-regular-line\", \"values\":[]}, {\"yAxis\":\"2\", \"type\":\"line\", \"unit\":\"\u00b0\", \"key\":\"Wind source - Average values\", \"strokeWidth\":\"2\", \"classed\":\"lws-serie-2 lws-regular-line\", \"values\":[]}];\n      function sprintf(format){for( var i=1; i < arguments.length; i++ ) {format = format.replace( \/%s\/, arguments[i] );}return format;}\n      var shiftgraph963004 = new Date();\n      var xgraph963004 = 60000 * shiftgraph963004.getTimezoneOffset();\n    var minDomaingraph963004 = new Date(xgraph963004 + 1777636800000);\n    var maxDomaingraph963004 = new Date(xgraph963004 + 1780228800000);\n    var h00Tickgraph963004 = new Date(xgraph963004 + 1777636800000);\n    var h01Tickgraph963004 = new Date(xgraph963004 + 1778241600000);\n    var h02Tickgraph963004 = new Date(xgraph963004 + 1778846400000);\n    var h03Tickgraph963004 = new Date(xgraph963004 + 1779537600000);\n    var h04Tickgraph963004 = new Date(xgraph963004 + 1780228800000);\n    var colorgraph963004 = colorbrewer.Oranges[3].slice(0);\n      nv.addGraph(function() {\n        chartgraph963004 = nv.models.bilineChart()\n               .x(function(d,i) {return xgraph963004 + d[0]})\n               .y(function(d,i) {return d[1]})\n           .xDomain([minDomaingraph963004, maxDomaingraph963004])\n      .yDomain1([0,0])\n      .yDomain2([0,0])\n               .interpolate(\"linear\")\n               .color(colorgraph963004)\n               .noData(\"No Data To Display\");\n      chartgraph963004.xAxis.axisLabel(\"Wind Strength ~ Wind Source\").showMaxMin(false).tickFormat(function(d) {return d3.time.format(\"%Y-%m-%d\")(new Date(d)) });\n      chartgraph963004.xAxis.tickValues([h00Tickgraph963004, h01Tickgraph963004, h02Tickgraph963004, h03Tickgraph963004, h04Tickgraph963004]);\n      chartgraph963004.tooltip.contentGenerator(function(d) {      var s='<table><thead><tr><td colspan=\"3\"><strong class=\"x-value\">%s<\/strong><\/td><\/tr><\/thead><tbody><tr><td class=\"legend-color-guide\"><div style=\"background-color: %s;\"><\/div><\/td><td class=\"key\">%s<\/td><td class=\"value\">%s<\/td><\/tr><\/tbody><\/table>';\n      var _date = \"\";\n      var _color = \"\";\n      var _key = \"\";\n      var _value = \"\";\n      if (d.series[0].color==\"#fee6ce\"){\n        _color = d.series[0].color;\n        _key = d.series[0].key;\n        _value = d.series[0].value+\" kt\";\n      }\n      else{\n        _color = d.series[0].color;\n        _key = d.series[0].key;\n        _value = d.series[0].value+\" \u00b0\";\n      }\n      _date = d3.time.format(\"%Y-%m-%d\")(new Date(d.value));\n      return sprintf(s, _date, _color, _key, _value)});\n      chartgraph963004.legendRightAxisHint(\"\");\n      chartgraph963004.yAxis1.tickFormat(function(d) { return d + \" kt\"; });\n      chartgraph963004.yAxis1.showMaxMin(false);      chartgraph963004.yAxis1.tickValues([0, 0]);\n      chartgraph963004.yAxis2.tickFormat(function(d) { return d + \" \u00b0\"; });\n      chartgraph963004.yAxis2.tickPadding(-6);\n      chartgraph963004.yAxis2.showMaxMin(false);      chartgraph963004.yAxis2.tickValues([0, 0]);\n      d3.select(\"#graph963004 svg\").datum(datagraph963004).transition().duration(500).call(chartgraph963004);\n      nv.utils.windowResize(chartgraph963004.update);\n      return chartgraph963004;\n    });\nvar targetgraph963004 = document.getElementById(\"graph963004\");\nvar targetNodegraph963004 = targetgraph963004.parentElement.parentElement.parentElement.parentElement;\nvar modeStandard = true;\nvar modeElementorPopbox = false;\nvar testgraph963004 = targetgraph963004.closest(\".modal-body\");\n  if (testgraph963004 != null) {\n    testgraph963004 = testgraph963004.closest(\".modal-content\");\n    if (testgraph963004 != null) {\n      testgraph963004 = testgraph963004.closest(\".modal\");\n      if (testgraph963004 != null) {\n        targetNodegraph963004 = testgraph963004;\n        modeStandard = false;\n        modeElementorPopbox = true;\n      }\n    }\n  }\nvar callbackgraph963004 = function(mutationsList) {\n    mutationsList.forEach(function (mutation, index) {\n        if (modeStandard) {if (mutation.type == \"attributes\") {if (mutation.attributeName == \"style\") {if (mutation.target.style.display != \"none\") {if (mutation.oldValue !== null) {if (mutation.oldValue.indexOf(\"display: none\") != -1) {if (chartgraph963004) {chartgraph963004.update();}}}}}}}\n        if (modeElementorPopbox) {if (mutation.type == \"attributes\") {if (mutation.attributeName == \"style\") {if (mutation.target.style.display == \"block\") {if (chartgraph963004) {chartgraph963004.update();}}}}}\n    })\n};\nvar observergraph963004 = new MutationObserver(callbackgraph963004);\nobservergraph963004.observe(targetNodegraph963004,{attributes: true, subtree: true, attributeOldValue: true});\n\n\n  });\n<\/script>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Temperatur &#8211; Fuktighet: Vind:<\/p>\n","protected":false},"author":20,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-5081","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/hallingdalflyklubb.no\/wordpress\/wp-json\/wp\/v2\/pages\/5081","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hallingdalflyklubb.no\/wordpress\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hallingdalflyklubb.no\/wordpress\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hallingdalflyklubb.no\/wordpress\/wp-json\/wp\/v2\/users\/20"}],"replies":[{"embeddable":true,"href":"https:\/\/hallingdalflyklubb.no\/wordpress\/wp-json\/wp\/v2\/comments?post=5081"}],"version-history":[{"count":9,"href":"https:\/\/hallingdalflyklubb.no\/wordpress\/wp-json\/wp\/v2\/pages\/5081\/revisions"}],"predecessor-version":[{"id":5094,"href":"https:\/\/hallingdalflyklubb.no\/wordpress\/wp-json\/wp\/v2\/pages\/5081\/revisions\/5094"}],"wp:attachment":[{"href":"https:\/\/hallingdalflyklubb.no\/wordpress\/wp-json\/wp\/v2\/media?parent=5081"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}