| Temperatur |
|
#svg598590 .nvd3 text {font:normal 10px Verdana, Geneva, sans-serif;fill: #666666;}
#svg598590 .nvd3 .nv-axis path.domain {stroke: #666666;stroke-opacity: 1;}
#svg598590 .nvd3 .nv-axis line {stroke: #DDDDDD;}
#svg598590 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}
#svg598590 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}
#svg598590 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}
#svg598590 .nvd3 .nv-groups .lws-dashed-line {stroke-dasharray:10,10 !important;}
#svg598590 .nvd3 .nv-groups .lws-dotted-line {stroke-dasharray:2,2 !important;}
#svg598590 .nvd3 .nv-groups .lws-thin-line {stroke-width: 1 !important;}
#svg598590 .nvd3 .nv-groups .lws-regular-line {stroke-width: 2 !important;}
#svg598590 .nvd3 .nv-groups .lws-thick-line {stroke-width: 3 !important;}
jQuery(document).ready(function($) {
var chartgraph598590 = null;
var datagraph598590 =[{"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 shiftgraph598590 = new Date();
var xgraph598590 = 60000 * shiftgraph598590.getTimezoneOffset();
var minDomaingraph598590 = new Date(xgraph598590 + 1727784000000);
var maxDomaingraph598590 = new Date(xgraph598590 + 1730376000000);
var h00Tickgraph598590 = new Date(xgraph598590 + 1727784000000);
var h01Tickgraph598590 = new Date(xgraph598590 + 1728388800000);
var h02Tickgraph598590 = new Date(xgraph598590 + 1728993600000);
var h03Tickgraph598590 = new Date(xgraph598590 + 1729684800000);
var h04Tickgraph598590 = new Date(xgraph598590 + 1730376000000);
var colorgraph598590 = colorbrewer.Set1[3].slice(0);
nv.addGraph(function() {
chartgraph598590 = nv.models.lineChart()
.x(function(d) {return xgraph598590 + d[0]})
.y(function(d) {return d[1]})
.interpolate("cardinal")
.focusEnable(false)
.showLegend(true)
.xDomain([minDomaingraph598590, maxDomaingraph598590])
.yDomain([-4.2166666666667, 26.952777777778])
.color(colorgraph598590)
.noData("Es können keine Daten angezeigt werden")
.useInteractiveGuideline(true);
chartgraph598590.xAxis.axisLabel("").showMaxMin(false).tickFormat(function(d) {return d3.time.format("%Y-%m-%d")(new Date(d)) });
chartgraph598590.xAxis.tickValues([h00Tickgraph598590, h01Tickgraph598590, h02Tickgraph598590, h03Tickgraph598590, h04Tickgraph598590]);
chartgraph598590.interactiveLayer.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph598590.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph598590.interactiveLayer.tooltip.gravity("s");
chartgraph598590.yAxis.showMaxMin(false).tickFormat(function(d) { return d + " °C"; });
chartgraph598590.yAxis.tickValues([2, 8, 14, 20, 26]);
d3.select("#graph598590 svg").datum(datagraph598590).transition().duration(500).call(chartgraph598590);
nv.utils.windowResize(chartgraph598590.update);
return chartgraph598590;
});
var targetgraph598590 = document.getElementById("graph598590");
var targetNodegraph598590 = targetgraph598590.parentElement.parentElement.parentElement.parentElement;
var modeStandard = true;
var modeElementorPopbox = false;
var testgraph598590 = targetgraph598590.closest(".modal-body");
if (testgraph598590 != null) {
testgraph598590 = testgraph598590.closest(".modal-content");
if (testgraph598590 != null) {
testgraph598590 = testgraph598590.closest(".modal");
if (testgraph598590 != null) {
targetNodegraph598590 = testgraph598590;
modeStandard = false;
modeElementorPopbox = true;
}
}
}
var callbackgraph598590 = 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 (chartgraph598590) {chartgraph598590.update();}}}}}}}
if (modeElementorPopbox) {if (mutation.type == "attributes") {if (mutation.attributeName == "style") {if (mutation.target.style.display == "block") {if (chartgraph598590) {chartgraph598590.update();}}}}}
})
};
var observergraph598590 = new MutationObserver(callbackgraph598590);
observergraph598590.observe(targetNodegraph598590,{attributes: true, subtree: true, attributeOldValue: true});
});
|
| |
| Tagesniederschlag und höchste Niederschlagsrate |
|
#svg785101 .nvd3 text {font:normal 10px Verdana, Geneva, sans-serif;fill: #666666;}
#svg785101 .nvd3 .nv-axis path.domain {stroke: #666666;stroke-opacity: 1;}
#svg785101 .nvd3 .nv-axis line {stroke: #DDDDDD;}
#svg785101 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}
#svg785101 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}
#svg785101 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}
#svg785101 .nvd3 .nv-y2 text {text-anchor: end !important;}
jQuery(document).ready(function($) {
var chartgraph785101 = null;
var datagraph785101 =[{"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 shiftgraph785101 = new Date();
var xgraph785101 = 60000 * shiftgraph785101.getTimezoneOffset();
var minDomaingraph785101 = new Date(xgraph785101 + 1727784000000);
var maxDomaingraph785101 = new Date(xgraph785101 + 1730376000000);
var h00Tickgraph785101 = new Date(xgraph785101 + 1727784000000);
var h01Tickgraph785101 = new Date(xgraph785101 + 1728388800000);
var h02Tickgraph785101 = new Date(xgraph785101 + 1728993600000);
var h03Tickgraph785101 = new Date(xgraph785101 + 1729684800000);
var h04Tickgraph785101 = new Date(xgraph785101 + 1730376000000);
var colorgraph785101 = colorbrewer.Set1[3].slice(0);
nv.addGraph(function() {
chartgraph785101 = nv.models.linePlusBarChart()
.height(286)
.x(function(d,i) {return xgraph785101 + d[0]})
.y(function(d,i) {return d[1]})
.legendRightAxisHint('')
.legendLeftAxisHint('')
.focusEnable(false)
.interpolate("cardinal")
.xDomain([minDomaingraph785101, maxDomaingraph785101])
.yDomain([0,17.125])
.color(colorgraph785101)
.noData("Es können keine Daten angezeigt werden");
chartgraph785101.xAxis.axisLabel("").showMaxMin(false).tickFormat(function(d) {return d3.time.format("%Y-%m-%d")(new Date(d)) });
chartgraph785101.xAxis.tickValues([h00Tickgraph785101, h01Tickgraph785101, h02Tickgraph785101, h03Tickgraph785101, h04Tickgraph785101]);
chartgraph785101.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)});
chartgraph785101.y1Axis.tickFormat(function(d) { return d + " mm"; });
chartgraph785101.y1Axis.showMaxMin(false); chartgraph785101.y2Axis.tickFormat(function(d) { return d + " mm/h"; });
chartgraph785101.y2Axis.tickPadding(-6);
chartgraph785101.y2Axis.showMaxMin(false); chartgraph785101.y2Axis.tickValues([1, 9, 17]);
d3.select("#graph785101 svg").datum(datagraph785101).transition().duration(500).call(chartgraph785101);
nv.utils.windowResize(chartgraph785101.update);
return chartgraph785101;
});
var targetgraph785101 = document.getElementById("graph785101");
var targetNodegraph785101 = targetgraph785101.parentElement.parentElement.parentElement.parentElement;
var modeStandard = true;
var modeElementorPopbox = false;
var testgraph785101 = targetgraph785101.closest(".modal-body");
if (testgraph785101 != null) {
testgraph785101 = testgraph785101.closest(".modal-content");
if (testgraph785101 != null) {
testgraph785101 = testgraph785101.closest(".modal");
if (testgraph785101 != null) {
targetNodegraph785101 = testgraph785101;
modeStandard = false;
modeElementorPopbox = true;
}
}
}
var callbackgraph785101 = 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 (chartgraph785101) {chartgraph785101.update();}}}}}}}
if (modeElementorPopbox) {if (mutation.type == "attributes") {if (mutation.attributeName == "style") {if (mutation.target.style.display == "block") {if (chartgraph785101) {chartgraph785101.update();}}}}}
})
};
var observergraph785101 = new MutationObserver(callbackgraph785101);
observergraph785101.observe(targetNodegraph785101,{attributes: true, subtree: true, attributeOldValue: true});
});
|
| |
| Wind- und Böenstärke |
|
#svg663153 .nvd3 text {font:normal 10px Verdana, Geneva, sans-serif;fill: #666666;}
#svg663153 .nvd3 .nv-axis path.domain {stroke: #666666;stroke-opacity: 1;}
#svg663153 .nvd3 .nv-axis line {stroke: #DDDDDD;}
#svg663153 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}
#svg663153 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}
#svg663153 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}
#svg663153 .nvd3 .nv-groups .lws-dashed-line {stroke-dasharray:10,10 !important;}
#svg663153 .nvd3 .nv-groups .lws-dotted-line {stroke-dasharray:2,2 !important;}
#svg663153 .nvd3 .nv-groups .lws-thin-line {stroke-width: 1 !important;}
#svg663153 .nvd3 .nv-groups .lws-regular-line {stroke-width: 2 !important;}
#svg663153 .nvd3 .nv-groups .lws-thick-line {stroke-width: 3 !important;}
#svg663153 .nvd3 .nv-groups .lws-serie-3 .nv-area {stroke-opacity:0;}
#svg663153 .nvd3 .nv-groups .lws-serie-3 .nv-line {stroke-opacity:0;}
jQuery(document).ready(function($) {
var chartgraph663153 = null;
var datagraph663153 =[{"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 shiftgraph663153 = new Date();
var xgraph663153 = 60000 * shiftgraph663153.getTimezoneOffset();
var minDomaingraph663153 = new Date(xgraph663153 + 1727784000000);
var maxDomaingraph663153 = new Date(xgraph663153 + 1730376000000);
var h00Tickgraph663153 = new Date(xgraph663153 + 1727784000000);
var h01Tickgraph663153 = new Date(xgraph663153 + 1728388800000);
var h02Tickgraph663153 = new Date(xgraph663153 + 1728993600000);
var h03Tickgraph663153 = new Date(xgraph663153 + 1729684800000);
var h04Tickgraph663153 = new Date(xgraph663153 + 1730376000000);
var colorgraph663153 = colorbrewer.Set1[3].slice(0);
nv.addGraph(function() {
chartgraph663153 = nv.models.lineChart()
.x(function(d) {return xgraph663153 + d[0]})
.y(function(d) {return d[1]})
.interpolate("cardinal")
.focusEnable(false)
.showLegend(true)
.xDomain([minDomaingraph663153, maxDomaingraph663153])
.yDomain([0, 46.25])
.color(colorgraph663153)
.noData("Es können keine Daten angezeigt werden")
.useInteractiveGuideline(true);
chartgraph663153.xAxis.axisLabel("").showMaxMin(false).tickFormat(function(d) {return d3.time.format("%Y-%m-%d")(new Date(d)) });
chartgraph663153.xAxis.tickValues([h00Tickgraph663153, h01Tickgraph663153, h02Tickgraph663153, h03Tickgraph663153, h04Tickgraph663153]);
chartgraph663153.interactiveLayer.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph663153.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph663153.interactiveLayer.tooltip.gravity("s");
chartgraph663153.yAxis.showMaxMin(false).tickFormat(function(d) { return d + " km/h"; });
chartgraph663153.yAxis.tickValues([10, 19, 28, 37, 46]);
d3.select("#graph663153 svg").datum(datagraph663153).transition().duration(500).call(chartgraph663153);
nv.utils.windowResize(chartgraph663153.update);
return chartgraph663153;
});
var targetgraph663153 = document.getElementById("graph663153");
var targetNodegraph663153 = targetgraph663153.parentElement.parentElement.parentElement.parentElement;
var modeStandard = true;
var modeElementorPopbox = false;
var testgraph663153 = targetgraph663153.closest(".modal-body");
if (testgraph663153 != null) {
testgraph663153 = testgraph663153.closest(".modal-content");
if (testgraph663153 != null) {
testgraph663153 = testgraph663153.closest(".modal");
if (testgraph663153 != null) {
targetNodegraph663153 = testgraph663153;
modeStandard = false;
modeElementorPopbox = true;
}
}
}
var callbackgraph663153 = 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 (chartgraph663153) {chartgraph663153.update();}}}}}}}
if (modeElementorPopbox) {if (mutation.type == "attributes") {if (mutation.attributeName == "style") {if (mutation.target.style.display == "block") {if (chartgraph663153) {chartgraph663153.update();}}}}}
})
};
var observergraph663153 = new MutationObserver(callbackgraph663153);
observergraph663153.observe(targetNodegraph663153,{attributes: true, subtree: true, attributeOldValue: true});
});
|