{"id":3889,"date":"2020-05-16T16:55:39","date_gmt":"2020-05-16T14:55:39","guid":{"rendered":"https:\/\/veschber.myds.me\/wordpress\/?page_id=3889"},"modified":"2020-05-17T07:14:06","modified_gmt":"2020-05-17T05:14:06","slug":"test","status":"publish","type":"page","link":"https:\/\/veschber.myds.me\/wordpress\/test","title":{"rendered":"Test"},"content":{"rendered":"\n<style type=\"text\/css\">\n#svg165181 .nvd3 text {font:normal 11px Arial, Helvetica, sans-serif;}\n#svg165181 .nvd3 .nv-axis path.domain {stroke-opacity: .75;}\n#svg165181 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;letter-spacing:1px;}\n#svg165181 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}\n#svg165181 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}\n#svg165181 .nvd3 .nv-groups .lws-dashed-line {stroke-dasharray:10,10 !important;}\n#svg165181 .nvd3 .nv-groups .lws-dotted-line {stroke-dasharray:2,2 !important;}\n#svg165181 .nvd3 .nv-groups .lws-thin-line {stroke-width: 1 !important;}\n#svg165181 .nvd3 .nv-groups .lws-regular-line {stroke-width: 2 !important;}\n#svg165181 .nvd3 .nv-groups .lws-thick-line {stroke-width: 3 !important;}\n<\/style>\n<div class=\"lws-module-chart module-daily-lines\" id=\"lws-container-165181\">\n<div id=\"graph165181\" style=\"padding:8px 14px 8px 14px;height: 300px;\"><svg id=\"svg165181\" style=\"overflow:hidden;\"><\/svg><\/div>\n<\/div>\n<script language=\"javascript\" type=\"text\/javascript\">\n  jQuery(document).ready(function($) {\n    var chartgraph165181 = null;\n    var datagraph165181 =[{\"key\":\"Temperatur\", \"area\":\"1\", \"strokeWidth\":\"2\", \"classed\":\"lws-serie-1 lws-regular-line\", \"values\":[]}, {\"key\":\"Taupunkt\", \"strokeWidth\":\"2\", \"classed\":\"lws-serie-2 lws-regular-line\", \"values\":[[1777630200000,8.0],[1777630500000,8.0],[1777631100000,8.0],[1777631400000,8.0],[1777631700000,8.0],[1777632300000,8.0],[1777632600000,8.0],[1777632900000,8.0]]}];\n      var shiftgraph165181 = new Date();\n      var xgraph165181 = 60000 * shiftgraph165181.getTimezoneOffset();\n    var minDomaingraph165181 = new Date(xgraph165181 + 1777593600000);\n    var maxDomaingraph165181 = new Date(xgraph165181 + 1777679999000);\n    var h00Tickgraph165181 = new Date(xgraph165181 + 1777593600000);\n    var h04Tickgraph165181 = new Date(xgraph165181 + 1777608000000);\n    var h08Tickgraph165181 = new Date(xgraph165181 + 1777622400000);\n    var h12Tickgraph165181 = new Date(xgraph165181 + 1777636800000);\n    var h16Tickgraph165181 = new Date(xgraph165181 + 1777651200000);\n    var h20Tickgraph165181 = new Date(xgraph165181 + 1777665600000);\n    var h24Tickgraph165181 = new Date(xgraph165181 + 1777679999000);\n    var colorgraph165181 = colorbrewer.Set2[3].slice(0);\n    nv.addGraph(function() {\n       chartgraph165181 = nv.models.lineChart()\n               .x(function(d) {return xgraph165181 + d[0]})\n               .y(function(d) {return d[1]})\n               .interpolate(\"cardinal\")\n               .focusEnable(false)\n               .showLegend(true)\n               .xDomain([minDomaingraph165181, maxDomaingraph165181])\n               .yDomain([8, 8])\n               .color(colorgraph165181)\n               .noData(\"Es k\u00f6nnen keine Daten angezeigt werden\")\n               .useInteractiveGuideline(false);\n      chartgraph165181.xAxis.axisLabel(\"Temperaturen\").showMaxMin(false).tickFormat(function(d) {return d3.time.format(\"%H:%M\")(new Date(d)) });\n      chartgraph165181.xAxis.tickValues([h00Tickgraph165181, h04Tickgraph165181, h08Tickgraph165181, h12Tickgraph165181, h16Tickgraph165181, h20Tickgraph165181, h24Tickgraph165181]);\n      chartgraph165181.interactiveLayer.tooltip.headerFormatter(function (d) {if (typeof d === \"string\") {d=parseFloat(d);};return d3.time.format(\"%Y-%m-%d %H:%M\")(new Date(d));});\n      chartgraph165181.tooltip.headerFormatter(function (d) {if (typeof d === \"string\") {d=parseFloat(d);};return d3.time.format(\"%Y-%m-%d %H:%M\")(new Date(d));});\n      chartgraph165181.xAxis.axisLabelDistance(6);\n      chartgraph165181.interactiveLayer.tooltip.gravity(\"s\");\n      chartgraph165181.yAxis.showMaxMin(false).tickFormat(function(d) { return d + \" \u00b0C\"; });\n      chartgraph165181.yAxis.tickValues([8, 8]);\n      d3.select(\"#graph165181 svg\").datum(datagraph165181).transition().duration(500).call(chartgraph165181);\n      nv.utils.windowResize(chartgraph165181.update);\n      return chartgraph165181;\n    });\nvar targetgraph165181 = document.getElementById(\"graph165181\");\nvar targetNodegraph165181 = targetgraph165181.parentElement.parentElement.parentElement.parentElement;\nvar modeStandard = true;\nvar modeElementorPopbox = false;\nvar testgraph165181 = targetgraph165181.closest(\".modal-body\");\n  if (testgraph165181 != null) {\n    testgraph165181 = testgraph165181.closest(\".modal-content\");\n    if (testgraph165181 != null) {\n      testgraph165181 = testgraph165181.closest(\".modal\");\n      if (testgraph165181 != null) {\n        targetNodegraph165181 = testgraph165181;\n        modeStandard = false;\n        modeElementorPopbox = true;\n      }\n    }\n  }\nvar callbackgraph165181 = 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 (chartgraph165181) {chartgraph165181.update();}}}}}}}\n        if (modeElementorPopbox) {if (mutation.type == \"attributes\") {if (mutation.attributeName == \"style\") {if (mutation.target.style.display == \"block\") {if (chartgraph165181) {chartgraph165181.update();}}}}}\n    })\n};\nvar observergraph165181 = new MutationObserver(callbackgraph165181);\nobservergraph165181.observe(targetNodegraph165181,{attributes: true, subtree: true, attributeOldValue: true});\n\n\n  });\n<\/script>\n\n\n\n<style type=\"text\/css\">\n#svg575829 .nvd3 text {font:normal 11px Arial, Helvetica, sans-serif;}\n#svg575829 .nvd3 .nv-axis path.domain {stroke-opacity: .75;}\n#svg575829 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;letter-spacing:1px;}\n#svg575829 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}\n#svg575829 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}\n#svg575829 .nvd3 .nv-groups .lws-dashed-line {stroke-dasharray:10,10 !important;}\n#svg575829 .nvd3 .nv-groups .lws-dotted-line {stroke-dasharray:2,2 !important;}\n#svg575829 .nvd3 .nv-groups .lws-thin-line {stroke-width: 1 !important;}\n#svg575829 .nvd3 .nv-groups .lws-regular-line {stroke-width: 2 !important;}\n#svg575829 .nvd3 .nv-groups .lws-thick-line {stroke-width: 3 !important;}\n<\/style>\n<div class=\"lws-module-chart module-daily-lines\" id=\"lws-container-575829\">\n<div id=\"graph575829\" style=\"padding:8px 14px 8px 14px;height: 300px;\"><svg id=\"svg575829\" style=\"overflow:hidden;\"><\/svg><\/div>\n<\/div>\n<script language=\"javascript\" type=\"text\/javascript\">\n  jQuery(document).ready(function($) {\n    var chartgraph575829 = null;\n    var datagraph575829 =[{\"key\":\"Temperatur\", \"area\":\"1\", \"strokeWidth\":\"2\", \"classed\":\"lws-serie-1 lws-regular-line\", \"values\":[]}, {\"key\":\"Taupunkt\", \"strokeWidth\":\"2\", \"classed\":\"lws-serie-2 lws-regular-line\", \"values\":[[1777630200000,8.0],[1777630500000,8.0],[1777631100000,8.0],[1777631400000,8.0],[1777631700000,8.0],[1777632300000,8.0],[1777632600000,8.0],[1777632900000,8.0]]}];\n      var shiftgraph575829 = new Date();\n      var xgraph575829 = 60000 * shiftgraph575829.getTimezoneOffset();\n    var minDomaingraph575829 = new Date(xgraph575829 + 1777593600000);\n    var maxDomaingraph575829 = new Date(xgraph575829 + 1777679999000);\n    var h00Tickgraph575829 = new Date(xgraph575829 + 1777593600000);\n    var h04Tickgraph575829 = new Date(xgraph575829 + 1777608000000);\n    var h08Tickgraph575829 = new Date(xgraph575829 + 1777622400000);\n    var h12Tickgraph575829 = new Date(xgraph575829 + 1777636800000);\n    var h16Tickgraph575829 = new Date(xgraph575829 + 1777651200000);\n    var h20Tickgraph575829 = new Date(xgraph575829 + 1777665600000);\n    var h24Tickgraph575829 = new Date(xgraph575829 + 1777679999000);\n    var colorgraph575829 = colorbrewer.Set2[3].slice(0);\n    if (colorbrewer.Set2[3][0] == colorgraph575829[0]) {colorgraph575829 = colorgraph575829.reverse().slice(1);}\n    nv.addGraph(function() {\n       chartgraph575829 = nv.models.lineChart()\n               .x(function(d) {return xgraph575829 + d[0]})\n               .y(function(d) {return d[1]})\n               .interpolate(\"linear\")\n               .focusEnable(false)\n               .showLegend(true)\n               .xDomain([minDomaingraph575829, maxDomaingraph575829])\n               .yDomain([8, 8])\n               .color(colorgraph575829)\n               .noData(\"Es k\u00f6nnen keine Daten angezeigt werden\")\n               .useInteractiveGuideline(false);\n      chartgraph575829.xAxis.axisLabel(\"Temperaturen\").showMaxMin(false).tickFormat(function(d) {return d3.time.format(\"%H:%M\")(new Date(d)) });\n      chartgraph575829.xAxis.tickValues([h00Tickgraph575829, h04Tickgraph575829, h08Tickgraph575829, h12Tickgraph575829, h16Tickgraph575829, h20Tickgraph575829, h24Tickgraph575829]);\n      chartgraph575829.interactiveLayer.tooltip.headerFormatter(function (d) {if (typeof d === \"string\") {d=parseFloat(d);};return d3.time.format(\"%Y-%m-%d %H:%M\")(new Date(d));});\n      chartgraph575829.tooltip.headerFormatter(function (d) {if (typeof d === \"string\") {d=parseFloat(d);};return d3.time.format(\"%Y-%m-%d %H:%M\")(new Date(d));});\n      chartgraph575829.xAxis.axisLabelDistance(6);\n      chartgraph575829.interactiveLayer.tooltip.gravity(\"s\");\n      chartgraph575829.yAxis.showMaxMin(false).tickFormat(function(d) { return d + \" \u00b0C\"; });\n      chartgraph575829.yAxis.tickValues([8, 8]);\n      d3.select(\"#graph575829 svg\").datum(datagraph575829).transition().duration(500).call(chartgraph575829);\n      nv.utils.windowResize(chartgraph575829.update);\n      return chartgraph575829;\n    });\nvar targetgraph575829 = document.getElementById(\"graph575829\");\nvar targetNodegraph575829 = targetgraph575829.parentElement.parentElement.parentElement.parentElement;\nvar modeStandard = true;\nvar modeElementorPopbox = false;\nvar testgraph575829 = targetgraph575829.closest(\".modal-body\");\n  if (testgraph575829 != null) {\n    testgraph575829 = testgraph575829.closest(\".modal-content\");\n    if (testgraph575829 != null) {\n      testgraph575829 = testgraph575829.closest(\".modal\");\n      if (testgraph575829 != null) {\n        targetNodegraph575829 = testgraph575829;\n        modeStandard = false;\n        modeElementorPopbox = true;\n      }\n    }\n  }\nvar callbackgraph575829 = 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 (chartgraph575829) {chartgraph575829.update();}}}}}}}\n        if (modeElementorPopbox) {if (mutation.type == \"attributes\") {if (mutation.attributeName == \"style\") {if (mutation.target.style.display == \"block\") {if (chartgraph575829) {chartgraph575829.update();}}}}}\n    })\n};\nvar observergraph575829 = new MutationObserver(callbackgraph575829);\nobservergraph575829.observe(targetNodegraph575829,{attributes: true, subtree: true, attributeOldValue: true});\n\n\n  });\n<\/script>\n\n\n\n<style type=\"text\/css\">\n#svg470890 .nvd3 text {font:normal 11px Arial, Helvetica, sans-serif;}\n#svg470890 .nvd3 .nv-axis path.domain {stroke-opacity: .75;}\n#svg470890 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;letter-spacing:1px;}\n#svg470890 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}\n#svg470890 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}\n#svg470890 .nvd3 .nv-groups .lws-dashed-line {stroke-dasharray:10,10 !important;}\n#svg470890 .nvd3 .nv-groups .lws-dotted-line {stroke-dasharray:2,2 !important;}\n#svg470890 .nvd3 .nv-groups .lws-thin-line {stroke-width: 1 !important;}\n#svg470890 .nvd3 .nv-groups .lws-regular-line {stroke-width: 2 !important;}\n#svg470890 .nvd3 .nv-groups .lws-thick-line {stroke-width: 3 !important;}\n<\/style>\n<div class=\"lws-module-chart module-yearly-lines\" id=\"lws-container-470890\">\n<div id=\"graph470890\" style=\"padding:8px 14px 8px 14px;height: 300px;\"><svg id=\"svg470890\" style=\"overflow:hidden;\"><\/svg><\/div>\n<\/div>\n<script language=\"javascript\" type=\"text\/javascript\">\n  jQuery(document).ready(function($) {\n    var chartgraph470890 = null;\n    var opts = {lines: 15, length: 28, width: 8, radius: 42, scale: 0.4, corners: 1, color: \"#000000\", opacity: 0.2, rotate: 0, direction: 1, speed: 1, trail: 60, fps: 20, zIndex: 2e9, className: \"c_spinner470890\", top: \"50%\", left: \"50%\", shadow: false, hwaccel: false, position: \"relative\"};\n    var target = document.getElementById(\"graph470890\");\n    var spinner470890 = new Spinner(opts).spin(target);\n    var observergraph470890 = null;\nsetTimeout(function() {$.post( \"\/wordpress\/wp-admin\/admin-ajax.php\", {action:\"lws_query_graph_datas\", cache:\"cache\", mode:\"yearly\", type:\"lines\", template:\"neutral\", color:\"cs00\", label:\"simple\", interpolation:\"cardinal\", guideline:\"standard\", height:\"300px\", timescale:\"auto\", valuescale:\"auto\", data:\"ajax_refresh\", periodtype:\"rolling-days\", periodvalue:\"rdays-30\", device_id_1:\"70:ee:50:37:03:ba\", module_id_1:\"02:00:00:37:04:8a\", measurement_1:\"avg:temperature\", line_mode_1:\"line\", dot_style_1:\"none\", line_style_1:\"solid\", line_size_1:\"regular\"}).done(function(data) {    var datagraph470890 = JSON.parse(data);\n      var shiftgraph470890 = new Date();\n      var xgraph470890 = 60000 * shiftgraph470890.getTimezoneOffset();\n    var minDomaingraph470890 = new Date(xgraph470890 + 1775044800000);\n    var maxDomaingraph470890 = new Date(xgraph470890 + 1777550400000);\n    var h00Tickgraph470890 = new Date(xgraph470890 + 1775044800000);\n    var h01Tickgraph470890 = new Date(xgraph470890 + 1775822400000);\n    var h02Tickgraph470890 = new Date(xgraph470890 + 1776686400000);\n    var h03Tickgraph470890 = new Date(xgraph470890 + 1776686400000);\n    var h04Tickgraph470890 = new Date(xgraph470890 + 1777550400000);\n    var colorgraph470890 = [\"#fda403\"];\n    nv.addGraph(function() {\n       chartgraph470890 = nv.models.lineChart()\n               .x(function(d) {return xgraph470890 + d[0]})\n               .y(function(d) {return d[1]})\n               .interpolate(\"cardinal\")\n               .focusEnable(false)\n               .showLegend(true)\n               .xDomain([minDomaingraph470890, maxDomaingraph470890])\n               .yDomain([0, 0])\n               .color(colorgraph470890)\n               .noData(\"Es k\u00f6nnen keine Daten angezeigt werden\")\n               .useInteractiveGuideline(false);\n      chartgraph470890.xAxis.axisLabel(\"Temperatur\").showMaxMin(false).tickFormat(function(d) {return d3.time.format(\"%Y-%m-%d\")(new Date(d)) });\n      chartgraph470890.xAxis.tickValues([h00Tickgraph470890, h01Tickgraph470890, h02Tickgraph470890, h03Tickgraph470890, h04Tickgraph470890]);\n      chartgraph470890.interactiveLayer.tooltip.headerFormatter(function (d) {if (typeof d === \"string\") {d=parseFloat(d);};return d3.time.format(\"%Y-%m-%d\")(new Date(d));});\n      chartgraph470890.tooltip.headerFormatter(function (d) {if (typeof d === \"string\") {d=parseFloat(d);};return d3.time.format(\"%Y-%m-%d\")(new Date(d));});\n      chartgraph470890.xAxis.axisLabelDistance(6);\n      chartgraph470890.interactiveLayer.tooltip.gravity(\"s\");\n      chartgraph470890.yAxis.showMaxMin(false).tickFormat(function(d) { return d + \" \u00b0C\"; });\n      chartgraph470890.yAxis.tickValues([0, 0]);\n      d3.select(\"#graph470890 svg\").datum(datagraph470890).transition().duration(500).call(chartgraph470890);\n      nv.utils.windowResize(chartgraph470890.update);\n      return chartgraph470890;\n    });\n    spinner470890.stop();\n}, 896); \n    var inter470890 = setInterval(function() {    spinner470890.spin(target);\n$.post( \"\/wordpress\/wp-admin\/admin-ajax.php\", {action:\"lws_query_graph_datas\", cache:\"cache\", mode:\"yearly\", type:\"lines\", template:\"neutral\", color:\"cs00\", label:\"simple\", interpolation:\"cardinal\", guideline:\"standard\", height:\"300px\", timescale:\"auto\", valuescale:\"auto\", data:\"ajax_refresh\", periodtype:\"rolling-days\", periodvalue:\"rdays-30\", device_id_1:\"70:ee:50:37:03:ba\", module_id_1:\"02:00:00:37:04:8a\", measurement_1:\"avg:temperature\", line_mode_1:\"line\", dot_style_1:\"none\", line_style_1:\"solid\", line_size_1:\"regular\"}).done(function(data) {    datagraph470890 = JSON.parse(data);\n      d3.select(\"#graph470890 svg\").datum(datagraph470890).transition().duration(500).call(chartgraph470890);\n    spinner470890.stop();})\n}, 3578199); \nif (observergraph470890 === null) { \n  var targetgraph470890 = document.getElementById(\"graph470890\");\n  var targetNodegraph470890 = targetgraph470890.parentElement.parentElement.parentElement.parentElement;\n  var modeStandard = true;\n  var modeElementorPopbox = false;\n  var testgraph470890 = targetgraph470890.closest(\".modal-body\");\n    if (testgraph470890 != null) {\n      testgraph470890 = testgraph470890.closest(\".modal-content\");\n      if (testgraph470890 != null) {\n        testgraph470890 = testgraph470890.closest(\".modal\");\n        if (testgraph470890 != null) {\n          targetNodegraph470890 = testgraph470890;\n          modeStandard = false;\n          modeElementorPopbox = true;\n        }\n      }\n    }\nvar callbackgraph470890 = 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 (chartgraph470890) {chartgraph470890.update();}}}}}}}\n        if (modeElementorPopbox) {if (mutation.type == \"attributes\") {if (mutation.attributeName == \"style\") {if (mutation.target.style.display == \"block\") {if (chartgraph470890) {chartgraph470890.update();}}}}}\n    })\n};\nobservergraph470890 = new MutationObserver(callbackgraph470890);\nobservergraph470890.observe(targetNodegraph470890,{attributes: true, subtree: true, attributeOldValue: true});\n}\n\n\n});\n  });\n<\/script>\n\n\n\n<p>Letzte 90 Tage<\/p>\n\n\n\n<style type=\"text\/css\">\n#svg680215 .nvd3 text {font:normal 10px Verdana, Geneva, sans-serif;fill: #F8DC65;}\n#svg680215 .nvd3 .nv-axis path.domain {stroke: #F8DC65;stroke-opacity: 1;}\n#svg680215 .nvd3 .nv-axis line {stroke: #666666;}\n#svg680215 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}\n#svg680215 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}\n#svg680215 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}\n#svg680215 .nvd3 .nv-groups .lws-dashed-line {stroke-dasharray:10,10 !important;}\n#svg680215 .nvd3 .nv-groups .lws-dotted-line {stroke-dasharray:2,2 !important;}\n#svg680215 .nvd3 .nv-groups .lws-thin-line {stroke-width: 1 !important;}\n#svg680215 .nvd3 .nv-groups .lws-regular-line {stroke-width: 2 !important;}\n#svg680215 .nvd3 .nv-groups .lws-thick-line {stroke-width: 3 !important;}\n<\/style>\n<div class=\"lws-module-chart module-yearly-lines\" id=\"lws-container-680215\">\n<div id=\"graph680215\" style=\"background-color:#484848;border-radius: 3px;border: 1px solid #F8DC65;padding:8px 14px 8px 14px;height: 300px;\"><svg id=\"svg680215\" style=\"overflow:hidden;\"><\/svg><\/div>\n<\/div>\n<script language=\"javascript\" type=\"text\/javascript\">\n  jQuery(document).ready(function($) {\n    var chartgraph680215 = 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_spinner680215\", top: \"50%\", left: \"50%\", shadow: false, hwaccel: false, position: \"relative\"};\n    var target = document.getElementById(\"graph680215\");\n    var spinner680215 = new Spinner(opts).spin(target);\n    var observergraph680215 = null;\nsetTimeout(function() {$.post( \"\/wordpress\/wp-admin\/admin-ajax.php\", {action:\"lws_query_graph_datas\", cache:\"cache\", mode:\"yearly\", type:\"lines\", template:\"ws\", color:\"Set2\", label:\"simple\", interpolation:\"cardinal\", guideline:\"standard\", height:\"300px\", timescale:\"auto\", valuescale:\"auto\", data:\"ajax_refresh\", periodtype:\"rolling-days\", periodvalue:\"rdays-90\", device_id_1:\"70:ee:50:37:03:ba\", module_id_1:\"02:00:00:37:04:8a\", measurement_1:\"max:temperature\", line_mode_1:\"line\", dot_style_1:\"none\", line_style_1:\"solid\", line_size_1:\"regular\", device_id_2:\"70:ee:50:37:03:ba\", module_id_2:\"02:00:00:37:04:8a\", measurement_2:\"min:temperature\", line_mode_2:\"line\", dot_style_2:\"none\", line_style_2:\"solid\", line_size_2:\"regular\", device_id_3:\"70:ee:50:37:03:ba\", module_id_3:\"02:00:00:37:04:8a\", measurement_3:\"avg:temperature\", line_mode_3:\"line\", dot_style_3:\"none\", line_style_3:\"solid\", line_size_3:\"regular\"}).done(function(data) {    var datagraph680215 = JSON.parse(data);\n      var shiftgraph680215 = new Date();\n      var xgraph680215 = 60000 * shiftgraph680215.getTimezoneOffset();\n    var minDomaingraph680215 = new Date(xgraph680215 + 1769860800000);\n    var maxDomaingraph680215 = new Date(xgraph680215 + 1777550400000);\n    var h00Tickgraph680215 = new Date(xgraph680215 + 1769860800000);\n    var h01Tickgraph680215 = new Date(xgraph680215 + 1772366400000);\n    var h02Tickgraph680215 = new Date(xgraph680215 + 1774958400000);\n    var h03Tickgraph680215 = new Date(xgraph680215 + 1774958400000);\n    var h04Tickgraph680215 = new Date(xgraph680215 + 1777550400000);\n    var colorgraph680215 = colorbrewer.Set2[3].slice(0);\n    nv.addGraph(function() {\n       chartgraph680215 = nv.models.lineChart()\n               .x(function(d) {return xgraph680215 + d[0]})\n               .y(function(d) {return d[1]})\n               .interpolate(\"cardinal\")\n               .focusEnable(false)\n               .showLegend(true)\n               .xDomain([minDomaingraph680215, maxDomaingraph680215])\n               .yDomain([0, 0])\n               .color(colorgraph680215)\n               .noData(\"Es k\u00f6nnen keine Daten angezeigt werden\")\n               .useInteractiveGuideline(false);\n      chartgraph680215.xAxis.axisLabel(\"Temperatur\").showMaxMin(false).tickFormat(function(d) {return d3.time.format(\"%Y-%m-%d\")(new Date(d)) });\n      chartgraph680215.xAxis.tickValues([h00Tickgraph680215, h01Tickgraph680215, h02Tickgraph680215, h03Tickgraph680215, h04Tickgraph680215]);\n      chartgraph680215.interactiveLayer.tooltip.headerFormatter(function (d) {if (typeof d === \"string\") {d=parseFloat(d);};return d3.time.format(\"%Y-%m-%d\")(new Date(d));});\n      chartgraph680215.tooltip.headerFormatter(function (d) {if (typeof d === \"string\") {d=parseFloat(d);};return d3.time.format(\"%Y-%m-%d\")(new Date(d));});\n      chartgraph680215.xAxis.axisLabelDistance(6);\n      chartgraph680215.interactiveLayer.tooltip.gravity(\"s\");\n      chartgraph680215.yAxis.showMaxMin(false).tickFormat(function(d) { return d + \" \u00b0C\"; });\n      chartgraph680215.yAxis.tickValues([0, 0]);\n      d3.select(\"#graph680215 svg\").datum(datagraph680215).transition().duration(500).call(chartgraph680215);\n      nv.utils.windowResize(chartgraph680215.update);\n      return chartgraph680215;\n    });\n    spinner680215.stop();\n}, 886); \n    var inter680215 = setInterval(function() {    spinner680215.spin(target);\n$.post( \"\/wordpress\/wp-admin\/admin-ajax.php\", {action:\"lws_query_graph_datas\", cache:\"cache\", mode:\"yearly\", type:\"lines\", template:\"ws\", color:\"Set2\", label:\"simple\", interpolation:\"cardinal\", guideline:\"standard\", height:\"300px\", timescale:\"auto\", valuescale:\"auto\", data:\"ajax_refresh\", periodtype:\"rolling-days\", periodvalue:\"rdays-90\", device_id_1:\"70:ee:50:37:03:ba\", module_id_1:\"02:00:00:37:04:8a\", measurement_1:\"max:temperature\", line_mode_1:\"line\", dot_style_1:\"none\", line_style_1:\"solid\", line_size_1:\"regular\", device_id_2:\"70:ee:50:37:03:ba\", module_id_2:\"02:00:00:37:04:8a\", measurement_2:\"min:temperature\", line_mode_2:\"line\", dot_style_2:\"none\", line_style_2:\"solid\", line_size_2:\"regular\", device_id_3:\"70:ee:50:37:03:ba\", module_id_3:\"02:00:00:37:04:8a\", measurement_3:\"avg:temperature\", line_mode_3:\"line\", dot_style_3:\"none\", line_style_3:\"solid\", line_size_3:\"regular\"}).done(function(data) {    datagraph680215 = JSON.parse(data);\n      d3.select(\"#graph680215 svg\").datum(datagraph680215).transition().duration(500).call(chartgraph680215);\n    spinner680215.stop();})\n}, 3620122); \nif (observergraph680215 === null) { \n  var targetgraph680215 = document.getElementById(\"graph680215\");\n  var targetNodegraph680215 = targetgraph680215.parentElement.parentElement.parentElement.parentElement;\n  var modeStandard = true;\n  var modeElementorPopbox = false;\n  var testgraph680215 = targetgraph680215.closest(\".modal-body\");\n    if (testgraph680215 != null) {\n      testgraph680215 = testgraph680215.closest(\".modal-content\");\n      if (testgraph680215 != null) {\n        testgraph680215 = testgraph680215.closest(\".modal\");\n        if (testgraph680215 != null) {\n          targetNodegraph680215 = testgraph680215;\n          modeStandard = false;\n          modeElementorPopbox = true;\n        }\n      }\n    }\nvar callbackgraph680215 = 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 (chartgraph680215) {chartgraph680215.update();}}}}}}}\n        if (modeElementorPopbox) {if (mutation.type == \"attributes\") {if (mutation.attributeName == \"style\") {if (mutation.target.style.display == \"block\") {if (chartgraph680215) {chartgraph680215.update();}}}}}\n    })\n};\nobservergraph680215 = new MutationObserver(callbackgraph680215);\nobservergraph680215.observe(targetNodegraph680215,{attributes: true, subtree: true, attributeOldValue: true});\n}\n\n\n});\n  });\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Letzte 90 Tage<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"ngg_post_thumbnail":0,"footnotes":""},"class_list":["post-3889","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/veschber.myds.me\/wordpress\/wp-json\/wp\/v2\/pages\/3889","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/veschber.myds.me\/wordpress\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/veschber.myds.me\/wordpress\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/veschber.myds.me\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/veschber.myds.me\/wordpress\/wp-json\/wp\/v2\/comments?post=3889"}],"version-history":[{"count":8,"href":"https:\/\/veschber.myds.me\/wordpress\/wp-json\/wp\/v2\/pages\/3889\/revisions"}],"predecessor-version":[{"id":3898,"href":"https:\/\/veschber.myds.me\/wordpress\/wp-json\/wp\/v2\/pages\/3889\/revisions\/3898"}],"wp:attachment":[{"href":"https:\/\/veschber.myds.me\/wordpress\/wp-json\/wp\/v2\/media?parent=3889"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}