{"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#svg450376 .nvd3 text {font:normal 11px 'Trebuchet MS', Helvetica, sans-serif;fill: #494D5F;}\n#svg450376 .nvd3 .nv-axis path.domain {stroke: #506040;stroke-opacity: 1;}\n#svg450376 .nvd3 .nv-axis line {stroke: #7A8890;}\n#svg450376 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}\n#svg450376 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}\n#svg450376 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}\n#svg450376 .nvd3 .nv-y2 .nv-wrap g .tick text {text-anchor: end !important;}\n#svg450376 .nvd3 .nv-groups .lws-dashed-line {stroke-dasharray:10,10 !important;}\n#svg450376 .nvd3 .nv-groups .lws-dotted-line {stroke-dasharray:2,2 !important;}\n#svg450376 .nvd3 .nv-groups .lws-thin-line {stroke-width: 1 !important;}\n#svg450376 .nvd3 .nv-groups .lws-regular-line {stroke-width: 2 !important;}\n#svg450376 .nvd3 .nv-groups .lws-thick-line {stroke-width: 3 !important;}\n#svg450376 .nvd3 .nv-groups .lws-serie-1 .nv-point {fill-opacity:1;stroke-opacity:1;stroke-width:3;}\n#svg450376 .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-450376\">\n<div id=\"graph450376\" style=\"background-color:#C0CED8;border-radius: 3px;border: 1px solid #575A6A;padding:8px 14px 8px 14px;height: 300px;\"><svg id=\"svg450376\" style=\"overflow:hidden;\"><\/svg><\/div>\n<\/div>\n<script language=\"javascript\" type=\"text\/javascript\">\n  jQuery(document).ready(function($) {\n    var chartgraph450376 = null;\n    var datagraph450376 =[{\"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 shiftgraph450376 = new Date();\n      var xgraph450376 = 60000 * shiftgraph450376.getTimezoneOffset();\n    var minDomaingraph450376 = new Date(xgraph450376 + 1775044800000);\n    var maxDomaingraph450376 = new Date(xgraph450376 + 1777550400000);\n    var h00Tickgraph450376 = new Date(xgraph450376 + 1775044800000);\n    var h01Tickgraph450376 = new Date(xgraph450376 + 1775649600000);\n    var h02Tickgraph450376 = new Date(xgraph450376 + 1776254400000);\n    var h03Tickgraph450376 = new Date(xgraph450376 + 1776945600000);\n    var h04Tickgraph450376 = new Date(xgraph450376 + 1777550400000);\n    var colorgraph450376 = colorbrewer.Oranges[3].slice(0);\n    if (colorbrewer.Oranges[3][0] == colorgraph450376[0]) {colorgraph450376 = colorgraph450376.reverse().slice(1);}\n      nv.addGraph(function() {\n        chartgraph450376 = nv.models.bilineChart()\n               .x(function(d,i) {return xgraph450376 + d[0]})\n               .y(function(d,i) {return d[1]})\n           .xDomain([minDomaingraph450376, maxDomaingraph450376])\n      .yDomain1([0,0])\n      .yDomain2([0,0])\n               .interpolate(\"linear\")\n               .color(colorgraph450376)\n               .noData(\"No Data To Display\");\n      chartgraph450376.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      chartgraph450376.xAxis.tickValues([h00Tickgraph450376, h01Tickgraph450376, h02Tickgraph450376, h03Tickgraph450376, h04Tickgraph450376]);\n      chartgraph450376.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      chartgraph450376.legendRightAxisHint(\"\");\n      chartgraph450376.yAxis1.tickFormat(function(d) { return d + \" %\"; });\n      chartgraph450376.yAxis1.showMaxMin(false);      chartgraph450376.yAxis1.tickValues([0, 0]);\n      chartgraph450376.yAxis2.tickFormat(function(d) { return d + \" \u00b0C\"; });\n      chartgraph450376.yAxis2.tickPadding(-6);\n      chartgraph450376.yAxis2.showMaxMin(false);      chartgraph450376.yAxis2.tickValues([0, 0]);\n      d3.select(\"#graph450376 svg\").datum(datagraph450376).transition().duration(500).call(chartgraph450376);\n      nv.utils.windowResize(chartgraph450376.update);\n      return chartgraph450376;\n    });\nvar targetgraph450376 = document.getElementById(\"graph450376\");\nvar targetNodegraph450376 = targetgraph450376.parentElement.parentElement.parentElement.parentElement;\nvar modeStandard = true;\nvar modeElementorPopbox = false;\nvar testgraph450376 = targetgraph450376.closest(\".modal-body\");\n  if (testgraph450376 != null) {\n    testgraph450376 = testgraph450376.closest(\".modal-content\");\n    if (testgraph450376 != null) {\n      testgraph450376 = testgraph450376.closest(\".modal\");\n      if (testgraph450376 != null) {\n        targetNodegraph450376 = testgraph450376;\n        modeStandard = false;\n        modeElementorPopbox = true;\n      }\n    }\n  }\nvar callbackgraph450376 = 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 (chartgraph450376) {chartgraph450376.update();}}}}}}}\n        if (modeElementorPopbox) {if (mutation.type == \"attributes\") {if (mutation.attributeName == \"style\") {if (mutation.target.style.display == \"block\") {if (chartgraph450376) {chartgraph450376.update();}}}}}\n    })\n};\nvar observergraph450376 = new MutationObserver(callbackgraph450376);\nobservergraph450376.observe(targetNodegraph450376,{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#svg322140 .nvd3 text {font:normal 11px 'Trebuchet MS', Helvetica, sans-serif;fill: #494D5F;}\n#svg322140 .nvd3 .nv-axis path.domain {stroke: #506040;stroke-opacity: 1;}\n#svg322140 .nvd3 .nv-axis line {stroke: #7A8890;}\n#svg322140 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}\n#svg322140 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}\n#svg322140 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}\n#svg322140 .nvd3 .nv-y2 .nv-wrap g .tick text {text-anchor: end !important;}\n#svg322140 .nvd3 .nv-groups .lws-dashed-line {stroke-dasharray:10,10 !important;}\n#svg322140 .nvd3 .nv-groups .lws-dotted-line {stroke-dasharray:2,2 !important;}\n#svg322140 .nvd3 .nv-groups .lws-thin-line {stroke-width: 1 !important;}\n#svg322140 .nvd3 .nv-groups .lws-regular-line {stroke-width: 2 !important;}\n#svg322140 .nvd3 .nv-groups .lws-thick-line {stroke-width: 3 !important;}\n<\/style>\n<div class=\"lws-module-chart module-yearly-doubleline\" id=\"lws-container-322140\">\n<div id=\"graph322140\" style=\"background-color:#C0CED8;border-radius: 3px;border: 1px solid #575A6A;padding:8px 14px 8px 14px;height: 300px;\"><svg id=\"svg322140\" style=\"overflow:hidden;\"><\/svg><\/div>\n<\/div>\n<script language=\"javascript\" type=\"text\/javascript\">\n  jQuery(document).ready(function($) {\n    var chartgraph322140 = null;\n    var datagraph322140 =[{\"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 shiftgraph322140 = new Date();\n      var xgraph322140 = 60000 * shiftgraph322140.getTimezoneOffset();\n    var minDomaingraph322140 = new Date(xgraph322140 + 1775044800000);\n    var maxDomaingraph322140 = new Date(xgraph322140 + 1777550400000);\n    var h00Tickgraph322140 = new Date(xgraph322140 + 1775044800000);\n    var h01Tickgraph322140 = new Date(xgraph322140 + 1775649600000);\n    var h02Tickgraph322140 = new Date(xgraph322140 + 1776254400000);\n    var h03Tickgraph322140 = new Date(xgraph322140 + 1776945600000);\n    var h04Tickgraph322140 = new Date(xgraph322140 + 1777550400000);\n    var colorgraph322140 = colorbrewer.Oranges[3].slice(0);\n      nv.addGraph(function() {\n        chartgraph322140 = nv.models.bilineChart()\n               .x(function(d,i) {return xgraph322140 + d[0]})\n               .y(function(d,i) {return d[1]})\n           .xDomain([minDomaingraph322140, maxDomaingraph322140])\n      .yDomain1([0,0])\n      .yDomain2([0,0])\n               .interpolate(\"linear\")\n               .color(colorgraph322140)\n               .noData(\"No Data To Display\");\n      chartgraph322140.xAxis.axisLabel(\"Wind Strength ~ Wind Source\").showMaxMin(false).tickFormat(function(d) {return d3.time.format(\"%Y-%m-%d\")(new Date(d)) });\n      chartgraph322140.xAxis.tickValues([h00Tickgraph322140, h01Tickgraph322140, h02Tickgraph322140, h03Tickgraph322140, h04Tickgraph322140]);\n      chartgraph322140.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      chartgraph322140.legendRightAxisHint(\"\");\n      chartgraph322140.yAxis1.tickFormat(function(d) { return d + \" kt\"; });\n      chartgraph322140.yAxis1.showMaxMin(false);      chartgraph322140.yAxis1.tickValues([0, 0]);\n      chartgraph322140.yAxis2.tickFormat(function(d) { return d + \" \u00b0\"; });\n      chartgraph322140.yAxis2.tickPadding(-6);\n      chartgraph322140.yAxis2.showMaxMin(false);      chartgraph322140.yAxis2.tickValues([0, 0]);\n      d3.select(\"#graph322140 svg\").datum(datagraph322140).transition().duration(500).call(chartgraph322140);\n      nv.utils.windowResize(chartgraph322140.update);\n      return chartgraph322140;\n    });\nvar targetgraph322140 = document.getElementById(\"graph322140\");\nvar targetNodegraph322140 = targetgraph322140.parentElement.parentElement.parentElement.parentElement;\nvar modeStandard = true;\nvar modeElementorPopbox = false;\nvar testgraph322140 = targetgraph322140.closest(\".modal-body\");\n  if (testgraph322140 != null) {\n    testgraph322140 = testgraph322140.closest(\".modal-content\");\n    if (testgraph322140 != null) {\n      testgraph322140 = testgraph322140.closest(\".modal\");\n      if (testgraph322140 != null) {\n        targetNodegraph322140 = testgraph322140;\n        modeStandard = false;\n        modeElementorPopbox = true;\n      }\n    }\n  }\nvar callbackgraph322140 = 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 (chartgraph322140) {chartgraph322140.update();}}}}}}}\n        if (modeElementorPopbox) {if (mutation.type == \"attributes\") {if (mutation.attributeName == \"style\") {if (mutation.target.style.display == \"block\") {if (chartgraph322140) {chartgraph322140.update();}}}}}\n    })\n};\nvar observergraph322140 = new MutationObserver(callbackgraph322140);\nobservergraph322140.observe(targetNodegraph322140,{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}]}}