| Temperatur |
|
#svg039213 .nvd3 text {font:normal 10px Verdana, Geneva, sans-serif;fill: #666666;}
#svg039213 .nvd3 .nv-axis path.domain {stroke: #666666;stroke-opacity: 1;}
#svg039213 .nvd3 .nv-axis line {stroke: #DDDDDD;}
#svg039213 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}
#svg039213 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}
#svg039213 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}
#svg039213 .nvd3 .nv-groups .lws-dashed-line {stroke-dasharray:10,10 !important;}
#svg039213 .nvd3 .nv-groups .lws-dotted-line {stroke-dasharray:2,2 !important;}
#svg039213 .nvd3 .nv-groups .lws-thin-line {stroke-width: 1 !important;}
#svg039213 .nvd3 .nv-groups .lws-regular-line {stroke-width: 2 !important;}
#svg039213 .nvd3 .nv-groups .lws-thick-line {stroke-width: 3 !important;}
jQuery(document).ready(function($) {
var chartgraph039213 = null;
var datagraph039213 =[{"key":"Maximalwerte", "strokeWidth":"2", "classed":"lws-serie-1 lws-regular-line", "values":[[1727784000000,12.3],[1727870400000,10.6],[1727956800000,13.3],[1728043200000,14.5],[1728129600000,14.0],[1728216000000,13.3],[1728302400000,16.6],[1728388800000,22.5],[1728475200000,20.3],[1728561600000,18.6],[1728648000000,13.5],[1728734400000,14.3],[1728820800000,12.8],[1728907200000,12.4],[1728993600000,14.4],[1729080000000,15.3],[1729166400000,17.3],[1729252800000,17.8],[1729339200000,18.5],[1729425600000,17.4],[1729512000000,19.3],[1729598400000,16.9],[1729684800000,16.1],[1729771200000,15.8],[1729857600000,17.5],[1729944000000,18.1],[1730030400000,15.5],[1730116800000,16.0],[1730203200000,15.7],[1730289600000,15.3],[1730376000000,13.9]]}, {"key":"Durchschnittliche Werte", "strokeWidth":"2", "classed":"lws-serie-2 lws-regular-line", "values":[[1727784000000,10.1],[1727870400000,9.7],[1727956800000,10.8],[1728043200000,11.5],[1728129600000,10.4],[1728216000000,8.7],[1728302400000,10.5],[1728388800000,15.6],[1728475200000,15.5],[1728561600000,15.2],[1728648000000,8.0],[1728734400000,6.8],[1728820800000,10.2],[1728907200000,8.5],[1728993600000,6.2],[1729080000000,9.0],[1729166400000,11.1],[1729252800000,11.0],[1729339200000,12.4],[1729425600000,12.5],[1729512000000,15.3],[1729598400000,11.9],[1729684800000,8.1],[1729771200000,8.2],[1729857600000,9.5],[1729944000000,10.2],[1730030400000,9.8],[1730116800000,10.8],[1730203200000,13.0],[1730289600000,13.1],[1730376000000,11.4]]}, {"key":"Minimalwerte", "strokeWidth":"2", "classed":"lws-serie-3 lws-regular-line", "values":[[1727784000000,8.0],[1727870400000,8.9],[1727956800000,9.3],[1728043200000,8.1],[1728129600000,7.6],[1728216000000,3.8],[1728302400000,5.0],[1728388800000,11.3],[1728475200000,12.4],[1728561600000,8.9],[1728648000000,2.5],[1728734400000,-0.4],[1728820800000,7.5],[1728907200000,4.6],[1728993600000,2.0],[1729080000000,3.3],[1729166400000,7.0],[1729252800000,6.7],[1729339200000,7.0],[1729425600000,9.2],[1729512000000,12.5],[1729598400000,5.0],[1729684800000,2.9],[1729771200000,1.0],[1729857600000,3.9],[1729944000000,4.6],[1730030400000,3.7],[1730116800000,3.9],[1730203200000,10.4],[1730289600000,10.5],[1730376000000,8.8]]}];
var shiftgraph039213 = new Date();
var xgraph039213 = 60000 * shiftgraph039213.getTimezoneOffset();
var minDomaingraph039213 = new Date(xgraph039213 + 1727784000000);
var maxDomaingraph039213 = new Date(xgraph039213 + 1730376000000);
var h00Tickgraph039213 = new Date(xgraph039213 + 1727784000000);
var h01Tickgraph039213 = new Date(xgraph039213 + 1728388800000);
var h02Tickgraph039213 = new Date(xgraph039213 + 1728993600000);
var h03Tickgraph039213 = new Date(xgraph039213 + 1729684800000);
var h04Tickgraph039213 = new Date(xgraph039213 + 1730376000000);
var colorgraph039213 = colorbrewer.Set1[3].slice(0);
nv.addGraph(function() {
chartgraph039213 = nv.models.lineChart()
.x(function(d) {return xgraph039213 + d[0]})
.y(function(d) {return d[1]})
.interpolate("cardinal")
.focusEnable(false)
.showLegend(true)
.xDomain([minDomaingraph039213, maxDomaingraph039213])
.yDomain([-4.2166666666667, 26.952777777778])
.color(colorgraph039213)
.noData("Es können keine Daten angezeigt werden")
.useInteractiveGuideline(true);
chartgraph039213.xAxis.axisLabel("").showMaxMin(false).tickFormat(function(d) {return d3.time.format("%Y-%m-%d")(new Date(d)) });
chartgraph039213.xAxis.tickValues([h00Tickgraph039213, h01Tickgraph039213, h02Tickgraph039213, h03Tickgraph039213, h04Tickgraph039213]);
chartgraph039213.interactiveLayer.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph039213.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph039213.interactiveLayer.tooltip.gravity("s");
chartgraph039213.yAxis.showMaxMin(false).tickFormat(function(d) { return d + " °C"; });
chartgraph039213.yAxis.tickValues([2, 8, 14, 20, 26]);
d3.select("#graph039213 svg").datum(datagraph039213).transition().duration(500).call(chartgraph039213);
nv.utils.windowResize(chartgraph039213.update);
return chartgraph039213;
});
var targetgraph039213 = document.getElementById("graph039213");
var targetNodegraph039213 = targetgraph039213.parentElement.parentElement.parentElement.parentElement;
var modeStandard = true;
var modeElementorPopbox = false;
var testgraph039213 = targetgraph039213.closest(".modal-body");
if (testgraph039213 != null) {
testgraph039213 = testgraph039213.closest(".modal-content");
if (testgraph039213 != null) {
testgraph039213 = testgraph039213.closest(".modal");
if (testgraph039213 != null) {
targetNodegraph039213 = testgraph039213;
modeStandard = false;
modeElementorPopbox = true;
}
}
}
var callbackgraph039213 = function(mutationsList) {
mutationsList.forEach(function (mutation, index) {
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 (chartgraph039213) {chartgraph039213.update();}}}}}}}
if (modeElementorPopbox) {if (mutation.type == "attributes") {if (mutation.attributeName == "style") {if (mutation.target.style.display == "block") {if (chartgraph039213) {chartgraph039213.update();}}}}}
})
};
var observergraph039213 = new MutationObserver(callbackgraph039213);
observergraph039213.observe(targetNodegraph039213,{attributes: true, subtree: true, attributeOldValue: true});
});
|
| |
| Tagesniederschlag und höchste Niederschlagsrate |
|
#svg529824 .nvd3 text {font:normal 10px Verdana, Geneva, sans-serif;fill: #666666;}
#svg529824 .nvd3 .nv-axis path.domain {stroke: #666666;stroke-opacity: 1;}
#svg529824 .nvd3 .nv-axis line {stroke: #DDDDDD;}
#svg529824 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}
#svg529824 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}
#svg529824 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}
#svg529824 .nvd3 .nv-y2 text {text-anchor: end !important;}
jQuery(document).ready(function($) {
var chartgraph529824 = null;
var datagraph529824 =[{"bar":"1", "key":"Niederschlag, heute - Kumulierte Werte", "strokeWidth":"2", "classed":"lws-serie-1 lws-regular-line", "values":[[1727784000000,13.2],[1727870400000,2.7],[1727956800000,0.3],[1728043200000,0.2],[1728129600000,0.0],[1728216000000,0.0],[1728302400000,1.0],[1728388800000,6.6],[1728475200000,3.6],[1728561600000,0.7],[1728648000000,0.0],[1728734400000,0.3],[1728820800000,2.7],[1728907200000,0.0],[1728993600000,0.0],[1729080000000,0.0],[1729166400000,0.0],[1729252800000,0.0],[1729339200000,0.0],[1729425600000,0.0],[1729512000000,0.0],[1729598400000,0.0],[1729684800000,0.0],[1729771200000,0.0],[1729857600000,0.0],[1729944000000,0.0],[1730030400000,0.2],[1730116800000,0.3],[1730203200000,0.9],[1730289600000,0.0],[1730376000000,0.3]]}, {"key":"Niederschlagsrate - Maximalwerte", "strokeWidth":"2", "classed":"lws-serie-2 lws-regular-line", "values":[[1727784000000,13.7],[1727870400000,5.9],[1727956800000,1.8],[1728043200000,1.1],[1728129600000,0.0],[1728216000000,0.0],[1728302400000,2.9],[1728388800000,3.6],[1728475200000,4.8],[1728561600000,1.8],[1728648000000,0.0],[1728734400000,1.8],[1728820800000,5.9],[1728907200000,0.0],[1728993600000,0.0],[1729080000000,0.0],[1729166400000,0.0],[1729252800000,0.0],[1729339200000,0.0],[1729425600000,0.0],[1729512000000,0.0],[1729598400000,0.0],[1729684800000,0.0],[1729771200000,0.0],[1729857600000,0.0],[1729944000000,0.0],[1730030400000,1.1],[1730116800000,1.8],[1730203200000,2.9],[1730289600000,0.0],[1730376000000,1.8]]}];
function sprintf(format){for( var i=1; i < arguments.length; i++ ) {format = format.replace( /%s/, arguments[i] );}return format;}
var shiftgraph529824 = new Date();
var xgraph529824 = 60000 * shiftgraph529824.getTimezoneOffset();
var minDomaingraph529824 = new Date(xgraph529824 + 1727784000000);
var maxDomaingraph529824 = new Date(xgraph529824 + 1730376000000);
var h00Tickgraph529824 = new Date(xgraph529824 + 1727784000000);
var h01Tickgraph529824 = new Date(xgraph529824 + 1728388800000);
var h02Tickgraph529824 = new Date(xgraph529824 + 1728993600000);
var h03Tickgraph529824 = new Date(xgraph529824 + 1729684800000);
var h04Tickgraph529824 = new Date(xgraph529824 + 1730376000000);
var colorgraph529824 = colorbrewer.Set1[3].slice(0);
nv.addGraph(function() {
chartgraph529824 = nv.models.linePlusBarChart()
.height(286)
.x(function(d,i) {return xgraph529824 + d[0]})
.y(function(d,i) {return d[1]})
.legendRightAxisHint('')
.legendLeftAxisHint('')
.focusEnable(false)
.interpolate("cardinal")
.xDomain([minDomaingraph529824, maxDomaingraph529824])
.yDomain([0,17.125])
.color(colorgraph529824)
.noData("Es können keine Daten angezeigt werden");
chartgraph529824.xAxis.axisLabel("").showMaxMin(false).tickFormat(function(d) {return d3.time.format("%Y-%m-%d")(new Date(d)) });
chartgraph529824.xAxis.tickValues([h00Tickgraph529824, h01Tickgraph529824, h02Tickgraph529824, h03Tickgraph529824, h04Tickgraph529824]);
chartgraph529824.tooltip.contentGenerator(function(d) { var s='';
var _date = "";
var _color = "";
var _key = "";
var _value = "";
if (d.hasOwnProperty("element")){
_color = d.series[0].color;
_key = d.series[0].key;
_value = d.series[0].value+" mm/h";
}
else{
_color = d.color;
_key = "Niederschlag, heute - Kumulierte Werte";
_value = d.series[0].value+" mm";
}
_date = d3.time.format("%Y-%m-%d")(new Date(d.value));
return sprintf(s, _date, _color, _key, _value)});
chartgraph529824.y1Axis.tickFormat(function(d) { return d + " mm"; });
chartgraph529824.y1Axis.showMaxMin(false); chartgraph529824.y2Axis.tickFormat(function(d) { return d + " mm/h"; });
chartgraph529824.y2Axis.tickPadding(-6);
chartgraph529824.y2Axis.showMaxMin(false); chartgraph529824.y2Axis.tickValues([1, 9, 17]);
d3.select("#graph529824 svg").datum(datagraph529824).transition().duration(500).call(chartgraph529824);
nv.utils.windowResize(chartgraph529824.update);
return chartgraph529824;
});
var targetgraph529824 = document.getElementById("graph529824");
var targetNodegraph529824 = targetgraph529824.parentElement.parentElement.parentElement.parentElement;
var modeStandard = true;
var modeElementorPopbox = false;
var testgraph529824 = targetgraph529824.closest(".modal-body");
if (testgraph529824 != null) {
testgraph529824 = testgraph529824.closest(".modal-content");
if (testgraph529824 != null) {
testgraph529824 = testgraph529824.closest(".modal");
if (testgraph529824 != null) {
targetNodegraph529824 = testgraph529824;
modeStandard = false;
modeElementorPopbox = true;
}
}
}
var callbackgraph529824 = function(mutationsList) {
mutationsList.forEach(function (mutation, index) {
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 (chartgraph529824) {chartgraph529824.update();}}}}}}}
if (modeElementorPopbox) {if (mutation.type == "attributes") {if (mutation.attributeName == "style") {if (mutation.target.style.display == "block") {if (chartgraph529824) {chartgraph529824.update();}}}}}
})
};
var observergraph529824 = new MutationObserver(callbackgraph529824);
observergraph529824.observe(targetNodegraph529824,{attributes: true, subtree: true, attributeOldValue: true});
});
|
| |
| Wind- und Böenstärke |
|
#svg890623 .nvd3 text {font:normal 10px Verdana, Geneva, sans-serif;fill: #666666;}
#svg890623 .nvd3 .nv-axis path.domain {stroke: #666666;stroke-opacity: 1;}
#svg890623 .nvd3 .nv-axis line {stroke: #DDDDDD;}
#svg890623 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}
#svg890623 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}
#svg890623 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}
#svg890623 .nvd3 .nv-groups .lws-dashed-line {stroke-dasharray:10,10 !important;}
#svg890623 .nvd3 .nv-groups .lws-dotted-line {stroke-dasharray:2,2 !important;}
#svg890623 .nvd3 .nv-groups .lws-thin-line {stroke-width: 1 !important;}
#svg890623 .nvd3 .nv-groups .lws-regular-line {stroke-width: 2 !important;}
#svg890623 .nvd3 .nv-groups .lws-thick-line {stroke-width: 3 !important;}
#svg890623 .nvd3 .nv-groups .lws-serie-3 .nv-area {stroke-opacity:0;}
#svg890623 .nvd3 .nv-groups .lws-serie-3 .nv-line {stroke-opacity:0;}
jQuery(document).ready(function($) {
var chartgraph890623 = null;
var datagraph890623 =[{"key":"Böenstärke (Wind) - Maximalwerte", "strokeWidth":"2", "classed":"lws-serie-1 lws-regular-line", "values":[[1727784000000,13],[1727870400000,9],[1727956800000,20],[1728043200000,13],[1728129600000,7],[1728216000000,13],[1728302400000,11],[1728388800000,9],[1728475200000,20],[1728561600000,35],[1728648000000,18],[1728734400000,13],[1728820800000,37],[1728907200000,20],[1728993600000,9],[1729080000000,17],[1729166400000,15],[1729252800000,9],[1729339200000,17],[1729425600000,9],[1729512000000,11],[1729598400000,31],[1729684800000,11],[1729771200000,11],[1729857600000,7],[1729944000000,7],[1730030400000,20],[1730116800000,17],[1730203200000,13],[1730289600000,17],[1730376000000,20]]}, {"key":"Windstärke (Wind) - Maximalwerte", "strokeWidth":"2", "classed":"lws-serie-2 lws-regular-line", "values":[[1727784000000,6],[1727870400000,4],[1727956800000,13],[1728043200000,6],[1728129600000,5],[1728216000000,8],[1728302400000,7],[1728388800000,6],[1728475200000,11],[1728561600000,22],[1728648000000,10],[1728734400000,6],[1728820800000,22],[1728907200000,13],[1728993600000,5],[1729080000000,11],[1729166400000,5],[1729252800000,5],[1729339200000,11],[1729425600000,5],[1729512000000,7],[1729598400000,22],[1729684800000,6],[1729771200000,8],[1729857600000,2],[1729944000000,3],[1730030400000,14],[1730116800000,11],[1730203200000,8],[1730289600000,13],[1730376000000,12]]}, {"key":"Windstärke (Wind) - Durchschnittliche Werte", "area":"1", "strokeWidth":"2", "classed":"lws-serie-3 lws-regular-line", "values":[[1727784000000,1],[1727870400000,0],[1727956800000,2],[1728043200000,1],[1728129600000,0],[1728216000000,0],[1728302400000,0],[1728388800000,0],[1728475200000,1],[1728561600000,5],[1728648000000,2],[1728734400000,0],[1728820800000,7],[1728907200000,3],[1728993600000,0],[1729080000000,1],[1729166400000,1],[1729252800000,0],[1729339200000,0],[1729425600000,0],[1729512000000,1],[1729598400000,2],[1729684800000,0],[1729771200000,1],[1729857600000,0],[1729944000000,0],[1730030400000,2],[1730116800000,0],[1730203200000,1],[1730289600000,2],[1730376000000,2]]}];
var shiftgraph890623 = new Date();
var xgraph890623 = 60000 * shiftgraph890623.getTimezoneOffset();
var minDomaingraph890623 = new Date(xgraph890623 + 1727784000000);
var maxDomaingraph890623 = new Date(xgraph890623 + 1730376000000);
var h00Tickgraph890623 = new Date(xgraph890623 + 1727784000000);
var h01Tickgraph890623 = new Date(xgraph890623 + 1728388800000);
var h02Tickgraph890623 = new Date(xgraph890623 + 1728993600000);
var h03Tickgraph890623 = new Date(xgraph890623 + 1729684800000);
var h04Tickgraph890623 = new Date(xgraph890623 + 1730376000000);
var colorgraph890623 = colorbrewer.Set1[3].slice(0);
nv.addGraph(function() {
chartgraph890623 = nv.models.lineChart()
.x(function(d) {return xgraph890623 + d[0]})
.y(function(d) {return d[1]})
.interpolate("cardinal")
.focusEnable(false)
.showLegend(true)
.xDomain([minDomaingraph890623, maxDomaingraph890623])
.yDomain([0, 46.25])
.color(colorgraph890623)
.noData("Es können keine Daten angezeigt werden")
.useInteractiveGuideline(true);
chartgraph890623.xAxis.axisLabel("").showMaxMin(false).tickFormat(function(d) {return d3.time.format("%Y-%m-%d")(new Date(d)) });
chartgraph890623.xAxis.tickValues([h00Tickgraph890623, h01Tickgraph890623, h02Tickgraph890623, h03Tickgraph890623, h04Tickgraph890623]);
chartgraph890623.interactiveLayer.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph890623.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph890623.interactiveLayer.tooltip.gravity("s");
chartgraph890623.yAxis.showMaxMin(false).tickFormat(function(d) { return d + " km/h"; });
chartgraph890623.yAxis.tickValues([10, 19, 28, 37, 46]);
d3.select("#graph890623 svg").datum(datagraph890623).transition().duration(500).call(chartgraph890623);
nv.utils.windowResize(chartgraph890623.update);
return chartgraph890623;
});
var targetgraph890623 = document.getElementById("graph890623");
var targetNodegraph890623 = targetgraph890623.parentElement.parentElement.parentElement.parentElement;
var modeStandard = true;
var modeElementorPopbox = false;
var testgraph890623 = targetgraph890623.closest(".modal-body");
if (testgraph890623 != null) {
testgraph890623 = testgraph890623.closest(".modal-content");
if (testgraph890623 != null) {
testgraph890623 = testgraph890623.closest(".modal");
if (testgraph890623 != null) {
targetNodegraph890623 = testgraph890623;
modeStandard = false;
modeElementorPopbox = true;
}
}
}
var callbackgraph890623 = function(mutationsList) {
mutationsList.forEach(function (mutation, index) {
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 (chartgraph890623) {chartgraph890623.update();}}}}}}}
if (modeElementorPopbox) {if (mutation.type == "attributes") {if (mutation.attributeName == "style") {if (mutation.target.style.display == "block") {if (chartgraph890623) {chartgraph890623.update();}}}}}
})
};
var observergraph890623 = new MutationObserver(callbackgraph890623);
observergraph890623.observe(targetNodegraph890623,{attributes: true, subtree: true, attributeOldValue: true});
});
|