{"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#svg980297 .nvd3 text {font:normal 11px 'Trebuchet MS', Helvetica, sans-serif;fill: #494D5F;}\n#svg980297 .nvd3 .nv-axis path.domain {stroke: #506040;stroke-opacity: 1;}\n#svg980297 .nvd3 .nv-axis line {stroke: #7A8890;}\n#svg980297 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}\n#svg980297 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}\n#svg980297 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}\n#svg980297 .nvd3 .nv-y2 .nv-wrap g .tick text {text-anchor: end !important;}\n#svg980297 .nvd3 .nv-groups .lws-dashed-line {stroke-dasharray:10,10 !important;}\n#svg980297 .nvd3 .nv-groups .lws-dotted-line {stroke-dasharray:2,2 !important;}\n#svg980297 .nvd3 .nv-groups .lws-thin-line {stroke-width: 1 !important;}\n#svg980297 .nvd3 .nv-groups .lws-regular-line {stroke-width: 2 !important;}\n#svg980297 .nvd3 .nv-groups .lws-thick-line {stroke-width: 3 !important;}\n#svg980297 .nvd3 .nv-groups .lws-serie-1 .nv-point {fill-opacity:1;stroke-opacity:1;stroke-width:3;}\n#svg980297 .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-980297\">\n<div id=\"graph980297\" style=\"background-color:#C0CED8;border-radius: 3px;border: 1px solid #575A6A;padding:8px 14px 8px 14px;height: 300px;\"><svg id=\"svg980297\" style=\"overflow:hidden;\"><\/svg><\/div>\n<\/div>\n<script language=\"javascript\" type=\"text\/javascript\">\n  jQuery(document).ready(function($) {\n    var chartgraph980297 = null;\n    var datagraph980297 =[{\"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 shiftgraph980297 = new Date();\n      var xgraph980297 = 60000 * shiftgraph980297.getTimezoneOffset();\n    var minDomaingraph980297 = new Date(xgraph980297 + 1775044800000);\n    var maxDomaingraph980297 = new Date(xgraph980297 + 1777550400000);\n    var h00Tickgraph980297 = new Date(xgraph980297 + 1775044800000);\n    var h01Tickgraph980297 = new Date(xgraph980297 + 1775649600000);\n    var h02Tickgraph980297 = new Date(xgraph980297 + 1776254400000);\n    var h03Tickgraph980297 = new Date(xgraph980297 + 1776945600000);\n    var h04Tickgraph980297 = new Date(xgraph980297 + 1777550400000);\n    var colorgraph980297 = colorbrewer.Oranges[3].slice(0);\n    if (colorbrewer.Oranges[3][0] == colorgraph980297[0]) {colorgraph980297 = colorgraph980297.reverse().slice(1);}\n      nv.addGraph(function() {\n        chartgraph980297 = nv.models.bilineChart()\n               .x(function(d,i) {return xgraph980297 + d[0]})\n               .y(function(d,i) {return d[1]})\n           .xDomain([minDomaingraph980297, maxDomaingraph980297])\n      .yDomain1([0,0])\n      .yDomain2([0,0])\n               .interpolate(\"linear\")\n               .color(colorgraph980297)\n               .noData(\"No Data To Display\");\n      chartgraph980297.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      chartgraph980297.xAxis.tickValues([h00Tickgraph980297, h01Tickgraph980297, h02Tickgraph980297, h03Tickgraph980297, h04Tickgraph980297]);\n      chartgraph980297.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      chartgraph980297.legendRightAxisHint(\"\");\n      chartgraph980297.yAxis1.tickFormat(function(d) { return d + \" %\"; });\n      chartgraph980297.yAxis1.showMaxMin(false);      chartgraph980297.yAxis1.tickValues([0, 0]);\n      chartgraph980297.yAxis2.tickFormat(function(d) { return d + \" \u00b0C\"; });\n      chartgraph980297.yAxis2.tickPadding(-6);\n      chartgraph980297.yAxis2.showMaxMin(false);      chartgraph980297.yAxis2.tickValues([0, 0]);\n      d3.select(\"#graph980297 svg\").datum(datagraph980297).transition().duration(500).call(chartgraph980297);\n      nv.utils.windowResize(chartgraph980297.update);\n      return chartgraph980297;\n    });\nvar targetgraph980297 = document.getElementById(\"graph980297\");\nvar targetNodegraph980297 = targetgraph980297.parentElement.parentElement.parentElement.parentElement;\nvar modeStandard = true;\nvar modeElementorPopbox = false;\nvar testgraph980297 = targetgraph980297.closest(\".modal-body\");\n  if (testgraph980297 != null) {\n    testgraph980297 = testgraph980297.closest(\".modal-content\");\n    if (testgraph980297 != null) {\n      testgraph980297 = testgraph980297.closest(\".modal\");\n      if (testgraph980297 != null) {\n        targetNodegraph980297 = testgraph980297;\n        modeStandard = false;\n        modeElementorPopbox = true;\n      }\n    }\n  }\nvar callbackgraph980297 = 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 (chartgraph980297) {chartgraph980297.update();}}}}}}}\n        if (modeElementorPopbox) {if (mutation.type == \"attributes\") {if (mutation.attributeName == \"style\") {if (mutation.target.style.display == \"block\") {if (chartgraph980297) {chartgraph980297.update();}}}}}\n    })\n};\nvar observergraph980297 = new MutationObserver(callbackgraph980297);\nobservergraph980297.observe(targetNodegraph980297,{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#svg666449 .nvd3 text {font:normal 11px 'Trebuchet MS', Helvetica, sans-serif;fill: #494D5F;}\n#svg666449 .nvd3 .nv-axis path.domain {stroke: #506040;stroke-opacity: 1;}\n#svg666449 .nvd3 .nv-axis line {stroke: #7A8890;}\n#svg666449 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}\n#svg666449 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}\n#svg666449 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}\n#svg666449 .nvd3 .nv-y2 .nv-wrap g .tick text {text-anchor: end !important;}\n#svg666449 .nvd3 .nv-groups .lws-dashed-line {stroke-dasharray:10,10 !important;}\n#svg666449 .nvd3 .nv-groups .lws-dotted-line {stroke-dasharray:2,2 !important;}\n#svg666449 .nvd3 .nv-groups .lws-thin-line {stroke-width: 1 !important;}\n#svg666449 .nvd3 .nv-groups .lws-regular-line {stroke-width: 2 !important;}\n#svg666449 .nvd3 .nv-groups .lws-thick-line {stroke-width: 3 !important;}\n<\/style>\n<div class=\"lws-module-chart module-yearly-doubleline\" id=\"lws-container-666449\">\n<div id=\"graph666449\" style=\"background-color:#C0CED8;border-radius: 3px;border: 1px solid #575A6A;padding:8px 14px 8px 14px;height: 300px;\"><svg id=\"svg666449\" style=\"overflow:hidden;\"><\/svg><\/div>\n<\/div>\n<script language=\"javascript\" type=\"text\/javascript\">\n  jQuery(document).ready(function($) {\n    var chartgraph666449 = null;\n    var datagraph666449 =[{\"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 shiftgraph666449 = new Date();\n      var xgraph666449 = 60000 * shiftgraph666449.getTimezoneOffset();\n    var minDomaingraph666449 = new Date(xgraph666449 + 1775044800000);\n    var maxDomaingraph666449 = new Date(xgraph666449 + 1777550400000);\n    var h00Tickgraph666449 = new Date(xgraph666449 + 1775044800000);\n    var h01Tickgraph666449 = new Date(xgraph666449 + 1775649600000);\n    var h02Tickgraph666449 = new Date(xgraph666449 + 1776254400000);\n    var h03Tickgraph666449 = new Date(xgraph666449 + 1776945600000);\n    var h04Tickgraph666449 = new Date(xgraph666449 + 1777550400000);\n    var colorgraph666449 = colorbrewer.Oranges[3].slice(0);\n      nv.addGraph(function() {\n        chartgraph666449 = nv.models.bilineChart()\n               .x(function(d,i) {return xgraph666449 + d[0]})\n               .y(function(d,i) {return d[1]})\n           .xDomain([minDomaingraph666449, maxDomaingraph666449])\n      .yDomain1([0,0])\n      .yDomain2([0,0])\n               .interpolate(\"linear\")\n               .color(colorgraph666449)\n               .noData(\"No Data To Display\");\n      chartgraph666449.xAxis.axisLabel(\"Wind Strength ~ Wind Source\").showMaxMin(false).tickFormat(function(d) {return d3.time.format(\"%Y-%m-%d\")(new Date(d)) });\n      chartgraph666449.xAxis.tickValues([h00Tickgraph666449, h01Tickgraph666449, h02Tickgraph666449, h03Tickgraph666449, h04Tickgraph666449]);\n      chartgraph666449.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      chartgraph666449.legendRightAxisHint(\"\");\n      chartgraph666449.yAxis1.tickFormat(function(d) { return d + \" kt\"; });\n      chartgraph666449.yAxis1.showMaxMin(false);      chartgraph666449.yAxis1.tickValues([0, 0]);\n      chartgraph666449.yAxis2.tickFormat(function(d) { return d + \" \u00b0\"; });\n      chartgraph666449.yAxis2.tickPadding(-6);\n      chartgraph666449.yAxis2.showMaxMin(false);      chartgraph666449.yAxis2.tickValues([0, 0]);\n      d3.select(\"#graph666449 svg\").datum(datagraph666449).transition().duration(500).call(chartgraph666449);\n      nv.utils.windowResize(chartgraph666449.update);\n      return chartgraph666449;\n    });\nvar targetgraph666449 = document.getElementById(\"graph666449\");\nvar targetNodegraph666449 = targetgraph666449.parentElement.parentElement.parentElement.parentElement;\nvar modeStandard = true;\nvar modeElementorPopbox = false;\nvar testgraph666449 = targetgraph666449.closest(\".modal-body\");\n  if (testgraph666449 != null) {\n    testgraph666449 = testgraph666449.closest(\".modal-content\");\n    if (testgraph666449 != null) {\n      testgraph666449 = testgraph666449.closest(\".modal\");\n      if (testgraph666449 != null) {\n        targetNodegraph666449 = testgraph666449;\n        modeStandard = false;\n        modeElementorPopbox = true;\n      }\n    }\n  }\nvar callbackgraph666449 = 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 (chartgraph666449) {chartgraph666449.update();}}}}}}}\n        if (modeElementorPopbox) {if (mutation.type == \"attributes\") {if (mutation.attributeName == \"style\") {if (mutation.target.style.display == \"block\") {if (chartgraph666449) {chartgraph666449.update();}}}}}\n    })\n};\nvar observergraph666449 = new MutationObserver(callbackgraph666449);\nobservergraph666449.observe(targetNodegraph666449,{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}]}}