{"id":462,"date":"2020-03-02T15:19:22","date_gmt":"2020-03-02T15:19:22","guid":{"rendered":"https:\/\/www.sotraveret.no\/weather\/?page_id=462"},"modified":"2020-08-02T15:33:17","modified_gmt":"2020-08-02T15:33:17","slug":"lesjaskog-historical-data","status":"publish","type":"page","link":"https:\/\/www.sotraveret.no\/weather\/lesjaskog-historical-data\/","title":{"rendered":"Lesjaskog last 30 days"},"content":{"rendered":"<style type=\"text\/css\">\n#svg834575 .nvd3 text {font:normal 10px Verdana, Geneva, sans-serif;fill: #F8DC65;}\n#svg834575 .nvd3 .nv-axis path.domain {stroke: #F8DC65;stroke-opacity: 1;}\n#svg834575 .nvd3 .nv-axis line {stroke: #666666;}\n#svg834575 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}\n#svg834575 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}\n#svg834575 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}\n#svg834575 .nvd3 .nv-groups .lws-dashed-line {stroke-dasharray:10,10 !important;}\n#svg834575 .nvd3 .nv-groups .lws-dotted-line {stroke-dasharray:2,2 !important;}\n#svg834575 .nvd3 .nv-groups .lws-thin-line {stroke-width: 1 !important;}\n#svg834575 .nvd3 .nv-groups .lws-regular-line {stroke-width: 2 !important;}\n#svg834575 .nvd3 .nv-groups .lws-thick-line {stroke-width: 3 !important;}\n#svg834575 .nvd3 .nv-groups .lws-serie-1 .nv-point {fill-opacity:1;stroke-opacity:1;stroke-width:1;}\n#svg834575 .nvd3 .nv-groups .lws-serie-2 .nv-point {fill-opacity:1;stroke-opacity:1;stroke-width:1;}\n<\/style>\n<div class=\"lws-module-chart module-yearly-lines\" id=\"lws-container-834575\">\n<div id=\"graph834575\" style=\"background-color:#484848;border-radius: 3px;border: 1px solid #F8DC65;padding:8px 14px 8px 14px;height: 300px;\"><svg id=\"svg834575\" style=\"overflow:hidden;\"><\/svg><\/div>\n<\/div>\n<script language=\"javascript\" type=\"text\/javascript\">\n  jQuery(document).ready(function($) {\n    var chartgraph834575 = null;\n    var opts = {lines: 15, length: 28, width: 8, radius: 42, scale: 0.4, corners: 1, color: \"#F8DC65\", opacity: 0.2, rotate: 0, direction: 1, speed: 1, trail: 60, fps: 20, zIndex: 2e9, className: \"c_spinner834575\", top: \"50%\", left: \"50%\", shadow: false, hwaccel: false, position: \"relative\"};\n    var target = document.getElementById(\"graph834575\");\n    var spinner834575 = new Spinner(opts).spin(target);\n    var observergraph834575 = null;\nsetTimeout(function() {$.post( \"\/weather\/wp-admin\/admin-ajax.php\", {action:\"lws_query_graph_datas\", cache:\"cache\", mode:\"yearly\", type:\"lines\", template:\"ws\", color:\"self\", label:\"generic\", interpolation:\"linear\", guideline:\"interactive\", height:\"300px\", timescale:\"auto\", valuescale:\"auto\", data:\"ajax_refresh\", periodtype:\"rolling-days\", periodvalue:\"rdays-30\", device_id_1:\"yx:00:00:00:00:02\", module_id_1:\"m1:c0:00:00:00:02\", measurement_1:\"max:temperature\", line_mode_1:\"line\", dot_style_1:\"small-dot\", line_style_1:\"solid\", line_size_1:\"regular\", device_id_2:\"yx:00:00:00:00:02\", module_id_2:\"m1:c0:00:00:00:02\", measurement_2:\"min:temperature\", line_mode_2:\"line\", dot_style_2:\"small-dot\", line_style_2:\"solid\", line_size_2:\"regular\"}).done(function(data) {    var datagraph834575 = JSON.parse(data);\n      var shiftgraph834575 = new Date();\n      var xgraph834575 = 60000 * shiftgraph834575.getTimezoneOffset();\n    var minDomaingraph834575 = new Date(xgraph834575 + 1781265600000);\n    var maxDomaingraph834575 = new Date(xgraph834575 + 1783771200000);\n    var h00Tickgraph834575 = new Date(xgraph834575 + 1781265600000);\n    var h01Tickgraph834575 = new Date(xgraph834575 + 1781956800000);\n    var h02Tickgraph834575 = new Date(xgraph834575 + 1782820800000);\n    var h03Tickgraph834575 = new Date(xgraph834575 + 1782820800000);\n    var h04Tickgraph834575 = new Date(xgraph834575 + 1783771200000);\n    var colorgraph834575 = [\"#f8dc65\", \"#d4ad0a\"];\n    nv.addGraph(function() {\n       chartgraph834575 = nv.models.lineChart()\n               .x(function(d) {return xgraph834575 + d[0]})\n               .y(function(d) {return d[1]})\n               .interpolate(\"linear\")\n               .focusEnable(false)\n               .showLegend(true)\n               .xDomain([minDomaingraph834575, maxDomaingraph834575])\n               .yDomain([0, 0])\n               .color(colorgraph834575)\n               .noData(\"No Data To Display\")\n               .useInteractiveGuideline(true);\n      chartgraph834575.xAxis.axisLabel(\"Temperature  \u25cf  Last 30 Days\").showMaxMin(false).tickFormat(function(d) {return d3.time.format(\"%Y-%m-%d\")(new Date(d)) });\n      chartgraph834575.xAxis.tickValues([h00Tickgraph834575, h01Tickgraph834575, h02Tickgraph834575, h03Tickgraph834575, h04Tickgraph834575]);\n      chartgraph834575.interactiveLayer.tooltip.headerFormatter(function (d) {if (typeof d === \"string\") {d=parseFloat(d);};return d3.time.format(\"%Y-%m-%d\")(new Date(d));});\n      chartgraph834575.tooltip.headerFormatter(function (d) {if (typeof d === \"string\") {d=parseFloat(d);};return d3.time.format(\"%Y-%m-%d\")(new Date(d));});\n      chartgraph834575.xAxis.axisLabelDistance(6);\n      chartgraph834575.interactiveLayer.tooltip.gravity(\"s\");\n      chartgraph834575.yAxis.showMaxMin(false).tickFormat(function(d) { return d + \" \u00b0C\"; });\n      chartgraph834575.yAxis.tickValues([0, 0]);\n      d3.select(\"#graph834575 svg\").datum(datagraph834575).transition().duration(500).call(chartgraph834575);\n      nv.utils.windowResize(chartgraph834575.update);\n      return chartgraph834575;\n    });\n    spinner834575.stop();\n}, 1220); \n    var inter834575 = setInterval(function() {    spinner834575.spin(target);\n$.post( \"\/weather\/wp-admin\/admin-ajax.php\", {action:\"lws_query_graph_datas\", cache:\"cache\", mode:\"yearly\", type:\"lines\", template:\"ws\", color:\"self\", label:\"generic\", interpolation:\"linear\", guideline:\"interactive\", height:\"300px\", timescale:\"auto\", valuescale:\"auto\", data:\"ajax_refresh\", periodtype:\"rolling-days\", periodvalue:\"rdays-30\", device_id_1:\"yx:00:00:00:00:02\", module_id_1:\"m1:c0:00:00:00:02\", measurement_1:\"max:temperature\", line_mode_1:\"line\", dot_style_1:\"small-dot\", line_style_1:\"solid\", line_size_1:\"regular\", device_id_2:\"yx:00:00:00:00:02\", module_id_2:\"m1:c0:00:00:00:02\", measurement_2:\"min:temperature\", line_mode_2:\"line\", dot_style_2:\"small-dot\", line_style_2:\"solid\", line_size_2:\"regular\"}).done(function(data) {    datagraph834575 = JSON.parse(data);\n      d3.select(\"#graph834575 svg\").datum(datagraph834575).transition().duration(500).call(chartgraph834575);\n    spinner834575.stop();})\n}, 3576591); \nif (observergraph834575 === null) { \n  var targetgraph834575 = document.getElementById(\"graph834575\");\n  var targetNodegraph834575 = targetgraph834575.parentElement.parentElement.parentElement.parentElement;\n  var modeStandard = true;\n  var modeElementorPopbox = false;\n  var testgraph834575 = targetgraph834575.closest(\".modal-body\");\n    if (testgraph834575 != null) {\n      testgraph834575 = testgraph834575.closest(\".modal-content\");\n      if (testgraph834575 != null) {\n        testgraph834575 = testgraph834575.closest(\".modal\");\n        if (testgraph834575 != null) {\n          targetNodegraph834575 = testgraph834575;\n          modeStandard = false;\n          modeElementorPopbox = true;\n        }\n      }\n    }\nvar callbackgraph834575 = 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 (chartgraph834575) {chartgraph834575.update();}}}}}}}\n        if (modeElementorPopbox) {if (mutation.type == \"attributes\") {if (mutation.attributeName == \"style\") {if (mutation.target.style.display == \"block\") {if (chartgraph834575) {chartgraph834575.update();}}}}}\n    })\n};\nobservergraph834575 = new MutationObserver(callbackgraph834575);\nobservergraph834575.observe(targetNodegraph834575,{attributes: true, subtree: true, attributeOldValue: true});\n}\n\n\n});\n  });\n<\/script>\n\n\n<style type=\"text\/css\">\n#svg676740 .nvd3 text {font:normal 10px Verdana, Geneva, sans-serif;fill: #F8DC65;}\n#svg676740 .nvd3 .nv-axis path.domain {stroke: #F8DC65;stroke-opacity: 1;}\n#svg676740 .nvd3 .nv-axis line {stroke: #666666;}\n#svg676740 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}\n#svg676740 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}\n#svg676740 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}\n#svg676740 .nvd3 .nv-groups .lws-dashed-line {stroke-dasharray:10,10 !important;}\n#svg676740 .nvd3 .nv-groups .lws-dotted-line {stroke-dasharray:2,2 !important;}\n#svg676740 .nvd3 .nv-groups .lws-thin-line {stroke-width: 1 !important;}\n#svg676740 .nvd3 .nv-groups .lws-regular-line {stroke-width: 2 !important;}\n#svg676740 .nvd3 .nv-groups .lws-thick-line {stroke-width: 3 !important;}\n#svg676740 .nvd3 .nv-groups .lws-serie-1 .nv-point {fill-opacity:1;stroke-opacity:1;stroke-width:1;}\n<\/style>\n<div class=\"lws-module-chart module-yearly-line\" id=\"lws-container-676740\">\n<div id=\"graph676740\" style=\"background-color:#484848;border-radius: 3px;border: 1px solid #F8DC65;padding:8px 14px 8px 14px;height: 300px;\"><svg id=\"svg676740\" style=\"overflow:hidden;\"><\/svg><\/div>\n<\/div>\n<script language=\"javascript\" type=\"text\/javascript\">\n  jQuery(document).ready(function($) {\n    var chartgraph676740 = null;\n    var opts = {lines: 15, length: 28, width: 8, radius: 42, scale: 0.4, corners: 1, color: \"#F8DC65\", opacity: 0.2, rotate: 0, direction: 1, speed: 1, trail: 60, fps: 20, zIndex: 2e9, className: \"c_spinner676740\", top: \"50%\", left: \"50%\", shadow: false, hwaccel: false, position: \"relative\"};\n    var target = document.getElementById(\"graph676740\");\n    var spinner676740 = new Spinner(opts).spin(target);\n    var observergraph676740 = null;\nsetTimeout(function() {$.post( \"\/weather\/wp-admin\/admin-ajax.php\", {action:\"lws_query_graph_datas\", cache:\"cache\", mode:\"yearly\", type:\"line\", template:\"ws\", color:\"self\", label:\"generic\", interpolation:\"linear\", guideline:\"interactive\", height:\"300px\", timescale:\"auto\", valuescale:\"auto\", data:\"ajax_refresh\", periodtype:\"rolling-days\", periodvalue:\"rdays-30\", device_id_1:\"yx:00:00:00:00:02\", module_id_1:\"m5:c0:00:00:00:02\", measurement_1:\"max:irradiance\", line_mode_1:\"line\", dot_style_1:\"small-dot\", line_style_1:\"solid\", line_size_1:\"regular\"}).done(function(data) {    var datagraph676740 = JSON.parse(data);\n      var shiftgraph676740 = new Date();\n      var xgraph676740 = 60000 * shiftgraph676740.getTimezoneOffset();\n    var minDomaingraph676740 = new Date(xgraph676740 + 1781265600000);\n    var maxDomaingraph676740 = new Date(xgraph676740 + 1783771200000);\n    var h00Tickgraph676740 = new Date(xgraph676740 + 1781265600000);\n    var h01Tickgraph676740 = new Date(xgraph676740 + 1781956800000);\n    var h02Tickgraph676740 = new Date(xgraph676740 + 1782820800000);\n    var h03Tickgraph676740 = new Date(xgraph676740 + 1782820800000);\n    var h04Tickgraph676740 = new Date(xgraph676740 + 1783771200000);\n    var colorgraph676740 = [\"#f8dc65\"];\n    nv.addGraph(function() {\n       chartgraph676740 = nv.models.lineChart()\n               .x(function(d) {return xgraph676740 + d[0]})\n               .y(function(d) {return d[1]})\n               .interpolate(\"linear\")\n               .focusEnable(false)\n               .showLegend(false)\n               .xDomain([minDomaingraph676740, maxDomaingraph676740])\n               .yDomain([0, 0])\n               .color(colorgraph676740)\n               .noData(\"No Data To Display\")\n               .useInteractiveGuideline(true);\n      chartgraph676740.xAxis.axisLabel(\"Solar Irradiance  \u25cf  Last 30 Days\").showMaxMin(false).tickFormat(function(d) {return d3.time.format(\"%Y-%m-%d\")(new Date(d)) });\n      chartgraph676740.xAxis.tickValues([h00Tickgraph676740, h01Tickgraph676740, h02Tickgraph676740, h03Tickgraph676740, h04Tickgraph676740]);\n      chartgraph676740.interactiveLayer.tooltip.headerFormatter(function (d) {if (typeof d === \"string\") {d=parseFloat(d);};return d3.time.format(\"%Y-%m-%d\")(new Date(d));});\n      chartgraph676740.tooltip.headerFormatter(function (d) {if (typeof d === \"string\") {d=parseFloat(d);};return d3.time.format(\"%Y-%m-%d\")(new Date(d));});\n      chartgraph676740.xAxis.axisLabelDistance(6);\n      chartgraph676740.interactiveLayer.tooltip.gravity(\"s\");\n      chartgraph676740.yAxis.showMaxMin(false).tickFormat(function(d) { return d + \" W\/m\u00b2\"; });\n      chartgraph676740.yAxis.tickValues([0, 0]);\n      d3.select(\"#graph676740 svg\").datum(datagraph676740).transition().duration(500).call(chartgraph676740);\n      nv.utils.windowResize(chartgraph676740.update);\n      return chartgraph676740;\n    });\n    spinner676740.stop();\n}, 1646); \n    var inter676740 = setInterval(function() {    spinner676740.spin(target);\n$.post( \"\/weather\/wp-admin\/admin-ajax.php\", {action:\"lws_query_graph_datas\", cache:\"cache\", mode:\"yearly\", type:\"line\", template:\"ws\", color:\"self\", label:\"generic\", interpolation:\"linear\", guideline:\"interactive\", height:\"300px\", timescale:\"auto\", valuescale:\"auto\", data:\"ajax_refresh\", periodtype:\"rolling-days\", periodvalue:\"rdays-30\", device_id_1:\"yx:00:00:00:00:02\", module_id_1:\"m5:c0:00:00:00:02\", measurement_1:\"max:irradiance\", line_mode_1:\"line\", dot_style_1:\"small-dot\", line_style_1:\"solid\", line_size_1:\"regular\"}).done(function(data) {    datagraph676740 = JSON.parse(data);\n      d3.select(\"#graph676740 svg\").datum(datagraph676740).transition().duration(500).call(chartgraph676740);\n    spinner676740.stop();})\n}, 3574215); \nif (observergraph676740 === null) { \n  var targetgraph676740 = document.getElementById(\"graph676740\");\n  var targetNodegraph676740 = targetgraph676740.parentElement.parentElement.parentElement.parentElement;\n  var modeStandard = true;\n  var modeElementorPopbox = false;\n  var testgraph676740 = targetgraph676740.closest(\".modal-body\");\n    if (testgraph676740 != null) {\n      testgraph676740 = testgraph676740.closest(\".modal-content\");\n      if (testgraph676740 != null) {\n        testgraph676740 = testgraph676740.closest(\".modal\");\n        if (testgraph676740 != null) {\n          targetNodegraph676740 = testgraph676740;\n          modeStandard = false;\n          modeElementorPopbox = true;\n        }\n      }\n    }\nvar callbackgraph676740 = 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 (chartgraph676740) {chartgraph676740.update();}}}}}}}\n        if (modeElementorPopbox) {if (mutation.type == \"attributes\") {if (mutation.attributeName == \"style\") {if (mutation.target.style.display == \"block\") {if (chartgraph676740) {chartgraph676740.update();}}}}}\n    })\n};\nobservergraph676740 = new MutationObserver(callbackgraph676740);\nobservergraph676740.observe(targetNodegraph676740,{attributes: true, subtree: true, attributeOldValue: true});\n}\n\n\n});\n  });\n<\/script>\n\n\n<style type=\"text\/css\">\n#svg155299 .nvd3 text {font:normal 10px Verdana, Geneva, sans-serif;fill: #F8DC65;}\n#svg155299 .nvd3 .nv-axis path.domain {stroke: #F8DC65;stroke-opacity: 1;}\n#svg155299 .nvd3 .nv-axis line {stroke: #666666;}\n#svg155299 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}\n#svg155299 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}\n#svg155299 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}\n#svg155299 .nvd3 .nv-groups .lws-dashed-line {stroke-dasharray:10,10 !important;}\n#svg155299 .nvd3 .nv-groups .lws-dotted-line {stroke-dasharray:2,2 !important;}\n#svg155299 .nvd3 .nv-groups .lws-thin-line {stroke-width: 1 !important;}\n#svg155299 .nvd3 .nv-groups .lws-regular-line {stroke-width: 2 !important;}\n#svg155299 .nvd3 .nv-groups .lws-thick-line {stroke-width: 3 !important;}\n#svg155299 .nvd3 .nv-groups .lws-serie-1 .nv-point {fill-opacity:1;stroke-opacity:1;stroke-width:1;}\n<\/style>\n<div class=\"lws-module-chart module-yearly-line\" id=\"lws-container-155299\">\n<div id=\"graph155299\" style=\"background-color:#484848;border-radius: 3px;border: 1px solid #F8DC65;padding:8px 14px 8px 14px;height: 300px;\"><svg id=\"svg155299\" style=\"overflow:hidden;\"><\/svg><\/div>\n<\/div>\n<script language=\"javascript\" type=\"text\/javascript\">\n  jQuery(document).ready(function($) {\n    var chartgraph155299 = null;\n    var opts = {lines: 15, length: 28, width: 8, radius: 42, scale: 0.4, corners: 1, color: \"#F8DC65\", opacity: 0.2, rotate: 0, direction: 1, speed: 1, trail: 60, fps: 20, zIndex: 2e9, className: \"c_spinner155299\", top: \"50%\", left: \"50%\", shadow: false, hwaccel: false, position: \"relative\"};\n    var target = document.getElementById(\"graph155299\");\n    var spinner155299 = new Spinner(opts).spin(target);\n    var observergraph155299 = null;\nsetTimeout(function() {$.post( \"\/weather\/wp-admin\/admin-ajax.php\", {action:\"lws_query_graph_datas\", cache:\"cache\", mode:\"yearly\", type:\"line\", template:\"ws\", color:\"self\", label:\"generic\", interpolation:\"linear\", guideline:\"interactive\", height:\"300px\", timescale:\"auto\", valuescale:\"auto\", data:\"ajax_refresh\", periodtype:\"rolling-days\", periodvalue:\"rdays-30\", device_id_1:\"yx:00:00:00:00:02\", module_id_1:\"m2:c0:00:00:00:02\", measurement_1:\"max:guststrength\", line_mode_1:\"line\", dot_style_1:\"small-dot\", line_style_1:\"solid\", line_size_1:\"regular\"}).done(function(data) {    var datagraph155299 = JSON.parse(data);\n      var shiftgraph155299 = new Date();\n      var xgraph155299 = 60000 * shiftgraph155299.getTimezoneOffset();\n    var minDomaingraph155299 = new Date(xgraph155299 + 1781265600000);\n    var maxDomaingraph155299 = new Date(xgraph155299 + 1783771200000);\n    var h00Tickgraph155299 = new Date(xgraph155299 + 1781265600000);\n    var h01Tickgraph155299 = new Date(xgraph155299 + 1781956800000);\n    var h02Tickgraph155299 = new Date(xgraph155299 + 1782820800000);\n    var h03Tickgraph155299 = new Date(xgraph155299 + 1782820800000);\n    var h04Tickgraph155299 = new Date(xgraph155299 + 1783771200000);\n    var colorgraph155299 = [\"#f8dc65\"];\n    nv.addGraph(function() {\n       chartgraph155299 = nv.models.lineChart()\n               .x(function(d) {return xgraph155299 + d[0]})\n               .y(function(d) {return d[1]})\n               .interpolate(\"linear\")\n               .focusEnable(false)\n               .showLegend(false)\n               .xDomain([minDomaingraph155299, maxDomaingraph155299])\n               .yDomain([0, 0])\n               .color(colorgraph155299)\n               .noData(\"No Data To Display\")\n               .useInteractiveGuideline(true);\n      chartgraph155299.xAxis.axisLabel(\"Gust Strength  \u25cf  Last 30 Days\").showMaxMin(false).tickFormat(function(d) {return d3.time.format(\"%Y-%m-%d\")(new Date(d)) });\n      chartgraph155299.xAxis.tickValues([h00Tickgraph155299, h01Tickgraph155299, h02Tickgraph155299, h03Tickgraph155299, h04Tickgraph155299]);\n      chartgraph155299.interactiveLayer.tooltip.headerFormatter(function (d) {if (typeof d === \"string\") {d=parseFloat(d);};return d3.time.format(\"%Y-%m-%d\")(new Date(d));});\n      chartgraph155299.tooltip.headerFormatter(function (d) {if (typeof d === \"string\") {d=parseFloat(d);};return d3.time.format(\"%Y-%m-%d\")(new Date(d));});\n      chartgraph155299.xAxis.axisLabelDistance(6);\n      chartgraph155299.interactiveLayer.tooltip.gravity(\"s\");\n      chartgraph155299.yAxis.showMaxMin(false).tickFormat(function(d) { return d + \" m\/s\"; });\n      chartgraph155299.yAxis.tickValues([0, 0]);\n      d3.select(\"#graph155299 svg\").datum(datagraph155299).transition().duration(500).call(chartgraph155299);\n      nv.utils.windowResize(chartgraph155299.update);\n      return chartgraph155299;\n    });\n    spinner155299.stop();\n}, 1790); \n    var inter155299 = setInterval(function() {    spinner155299.spin(target);\n$.post( \"\/weather\/wp-admin\/admin-ajax.php\", {action:\"lws_query_graph_datas\", cache:\"cache\", mode:\"yearly\", type:\"line\", template:\"ws\", color:\"self\", label:\"generic\", interpolation:\"linear\", guideline:\"interactive\", height:\"300px\", timescale:\"auto\", valuescale:\"auto\", data:\"ajax_refresh\", periodtype:\"rolling-days\", periodvalue:\"rdays-30\", device_id_1:\"yx:00:00:00:00:02\", module_id_1:\"m2:c0:00:00:00:02\", measurement_1:\"max:guststrength\", line_mode_1:\"line\", dot_style_1:\"small-dot\", line_style_1:\"solid\", line_size_1:\"regular\"}).done(function(data) {    datagraph155299 = JSON.parse(data);\n      d3.select(\"#graph155299 svg\").datum(datagraph155299).transition().duration(500).call(chartgraph155299);\n    spinner155299.stop();})\n}, 3561034); \nif (observergraph155299 === null) { \n  var targetgraph155299 = document.getElementById(\"graph155299\");\n  var targetNodegraph155299 = targetgraph155299.parentElement.parentElement.parentElement.parentElement;\n  var modeStandard = true;\n  var modeElementorPopbox = false;\n  var testgraph155299 = targetgraph155299.closest(\".modal-body\");\n    if (testgraph155299 != null) {\n      testgraph155299 = testgraph155299.closest(\".modal-content\");\n      if (testgraph155299 != null) {\n        testgraph155299 = testgraph155299.closest(\".modal\");\n        if (testgraph155299 != null) {\n          targetNodegraph155299 = testgraph155299;\n          modeStandard = false;\n          modeElementorPopbox = true;\n        }\n      }\n    }\nvar callbackgraph155299 = 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 (chartgraph155299) {chartgraph155299.update();}}}}}}}\n        if (modeElementorPopbox) {if (mutation.type == \"attributes\") {if (mutation.attributeName == \"style\") {if (mutation.target.style.display == \"block\") {if (chartgraph155299) {chartgraph155299.update();}}}}}\n    })\n};\nobservergraph155299 = new MutationObserver(callbackgraph155299);\nobservergraph155299.observe(targetNodegraph155299,{attributes: true, subtree: true, attributeOldValue: true});\n}\n\n\n});\n  });\n<\/script>\n\n\n<style type=\"text\/css\">\n#svg158938 .nvd3 text {font:normal 10px Verdana, Geneva, sans-serif;fill: #F8DC65;}\n#svg158938 .nvd3 .nv-axis path.domain {stroke: #F8DC65;stroke-opacity: 1;}\n#svg158938 .nvd3 .nv-axis line {stroke: #666666;}\n#svg158938 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}\n#svg158938 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}\n#svg158938 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}\n<\/style>\n<div class=\"lws-module-chart module-yearly-bar\" id=\"lws-container-158938\">\n<div id=\"graph158938\" style=\"background-color:#484848;border-radius: 3px;border: 1px solid #F8DC65;padding:8px 14px 8px 14px;height: 300px;\"><svg id=\"svg158938\" style=\"overflow:hidden;\"><\/svg><\/div>\n<\/div>\n<script language=\"javascript\" type=\"text\/javascript\">\n  jQuery(document).ready(function($) {\n    var chartgraph158938 = null;\n    var opts = {lines: 15, length: 28, width: 8, radius: 42, scale: 0.4, corners: 1, color: \"#F8DC65\", opacity: 0.2, rotate: 0, direction: 1, speed: 1, trail: 60, fps: 20, zIndex: 2e9, className: \"c_spinner158938\", top: \"50%\", left: \"50%\", shadow: false, hwaccel: false, position: \"relative\"};\n    var target = document.getElementById(\"graph158938\");\n    var spinner158938 = new Spinner(opts).spin(target);\n    var observergraph158938 = null;\nsetTimeout(function() {$.post( \"\/weather\/wp-admin\/admin-ajax.php\", {action:\"lws_query_graph_datas\", cache:\"cache\", mode:\"yearly\", type:\"bar\", template:\"ws\", color:\"self\", label:\"generic\", interpolation:\"linear\", guideline:\"standard\", height:\"300px\", timescale:\"auto\", valuescale:\"auto\", data:\"ajax_refresh\", periodtype:\"rolling-days\", periodvalue:\"rdays-30\", device_id_1:\"yx:00:00:00:00:02\", module_id_1:\"m3:c0:00:00:00:02\", measurement_1:\"agg:rain_day_aggregated\", line_mode_1:\"line\", dot_style_1:\"none\", line_style_1:\"solid\", line_size_1:\"regular\"}).done(function(data) {    var datagraph158938 = JSON.parse(data);\n      var shiftgraph158938 = new Date();\n      var xgraph158938 = 60000 * shiftgraph158938.getTimezoneOffset();\n    var colorgraph158938 = [\"#f8dc65\"];\n      nv.addGraph(function() {\n         chartgraph158938 = nv.models.multiBarChart()\n               .x(function(d) {return xgraph158938 + d[0]})\n               .y(function(d) {return d[1]})\n               .reduceXTicks(true)\n               .yDomain([0, 0])\n               .showLegend(false)\n               .noData(\"No Data To Display\")\n               .color(colorgraph158938)\n               .controlLabels({}).showControls(false);\n      chartgraph158938.xAxis.axisLabel(\"Rainfall  \u25cf  Last 30 Days\").showMaxMin(false).tickFormat(function(d) {return d3.time.format(\"%Y-%m-%d\")(new Date(d)) });\n      chartgraph158938.xAxis.axisLabelDistance(6);\n      chartgraph158938.yAxis.showMaxMin(false);      chartgraph158938.yAxis.tickValues([0, 0]);\n      chartgraph158938.yAxis.tickValues([0, 0]);\n      chartgraph158938.yAxis.tickFormat(function(d) { return d + \" mm\"; });\n      d3.select(\"#graph158938 svg\").datum(datagraph158938).transition().duration(500).call(chartgraph158938);\n      nv.utils.windowResize(chartgraph158938.update);\n      return chartgraph158938;\n    });\n    spinner158938.stop();\n}, 998); \n    var inter158938 = setInterval(function() {    spinner158938.spin(target);\n$.post( \"\/weather\/wp-admin\/admin-ajax.php\", {action:\"lws_query_graph_datas\", cache:\"cache\", mode:\"yearly\", type:\"bar\", template:\"ws\", color:\"self\", label:\"generic\", interpolation:\"linear\", guideline:\"standard\", height:\"300px\", timescale:\"auto\", valuescale:\"auto\", data:\"ajax_refresh\", periodtype:\"rolling-days\", periodvalue:\"rdays-30\", device_id_1:\"yx:00:00:00:00:02\", module_id_1:\"m3:c0:00:00:00:02\", measurement_1:\"agg:rain_day_aggregated\", line_mode_1:\"line\", dot_style_1:\"none\", line_style_1:\"solid\", line_size_1:\"regular\"}).done(function(data) {    datagraph158938 = JSON.parse(data);\n      d3.select(\"#graph158938 svg\").datum(datagraph158938).transition().duration(500).call(chartgraph158938);\n    spinner158938.stop();})\n}, 3523241); \nif (observergraph158938 === null) { \n  var targetgraph158938 = document.getElementById(\"graph158938\");\n  var targetNodegraph158938 = targetgraph158938.parentElement.parentElement.parentElement.parentElement;\n  var modeStandard = true;\n  var modeElementorPopbox = false;\n  var testgraph158938 = targetgraph158938.closest(\".modal-body\");\n    if (testgraph158938 != null) {\n      testgraph158938 = testgraph158938.closest(\".modal-content\");\n      if (testgraph158938 != null) {\n        testgraph158938 = testgraph158938.closest(\".modal\");\n        if (testgraph158938 != null) {\n          targetNodegraph158938 = testgraph158938;\n          modeStandard = false;\n          modeElementorPopbox = true;\n        }\n      }\n    }\nvar callbackgraph158938 = 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 (chartgraph158938) {chartgraph158938.update();}}}}}}}\n        if (modeElementorPopbox) {if (mutation.type == \"attributes\") {if (mutation.attributeName == \"style\") {if (mutation.target.style.display == \"block\") {if (chartgraph158938) {chartgraph158938.update();}}}}}\n    })\n};\nobservergraph158938 = new MutationObserver(callbackgraph158938);\nobservergraph158938.observe(targetNodegraph158938,{attributes: true, subtree: true, attributeOldValue: true});\n}\n\n\n});\n  });\n<\/script>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/www.sotraveret.no\/weather\/wp-json\/wp\/v2\/pages\/462"}],"collection":[{"href":"https:\/\/www.sotraveret.no\/weather\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.sotraveret.no\/weather\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.sotraveret.no\/weather\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sotraveret.no\/weather\/wp-json\/wp\/v2\/comments?post=462"}],"version-history":[{"count":7,"href":"https:\/\/www.sotraveret.no\/weather\/wp-json\/wp\/v2\/pages\/462\/revisions"}],"predecessor-version":[{"id":500,"href":"https:\/\/www.sotraveret.no\/weather\/wp-json\/wp\/v2\/pages\/462\/revisions\/500"}],"wp:attachment":[{"href":"https:\/\/www.sotraveret.no\/weather\/wp-json\/wp\/v2\/media?parent=462"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}