Temperatur |
#svg796603 .nvd3 text {font:normal 10px Verdana, Geneva, sans-serif;fill: #666666;}
#svg796603 .nvd3 .nv-axis path.domain {stroke: #666666;stroke-opacity: 1;}
#svg796603 .nvd3 .nv-axis line {stroke: #DDDDDD;}
#svg796603 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}
#svg796603 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}
#svg796603 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}
#svg796603 .nvd3 .nv-groups .lws-dashed-line {stroke-dasharray:10,10 !important;}
#svg796603 .nvd3 .nv-groups .lws-dotted-line {stroke-dasharray:2,2 !important;}
#svg796603 .nvd3 .nv-groups .lws-thin-line {stroke-width: 1 !important;}
#svg796603 .nvd3 .nv-groups .lws-regular-line {stroke-width: 2 !important;}
#svg796603 .nvd3 .nv-groups .lws-thick-line {stroke-width: 3 !important;}
jQuery(document).ready(function($) {
var chartgraph796603 = null;
var datagraph796603 =[{"key":"Maximalwerte", "strokeWidth":"2", "classed":"lws-serie-1 lws-regular-line", "values":[[1735732800000,8.1],[1735819200000,8.2],[1735905600000,3.4],[1735992000000,0.5],[1736078400000,0.4],[1736164800000,12.0],[1736251200000,9.1],[1736337600000,4.1],[1736424000000,1.2],[1736510400000,1.3],[1736596800000,1.9],[1736683200000,1.8],[1736769600000,0.4],[1736856000000,3.1],[1736942400000,5.5],[1737028800000,3.9],[1737115200000,1.4],[1737201600000,-1.4],[1737288000000,5.1],[1737374400000,6.5],[1737460800000,-0.6],[1737547200000,2.8],[1737633600000,4.2],[1737720000000,7.4],[1737806400000,14.3],[1737892800000,10.7],[1737979200000,11.6],[1738065600000,8.8],[1738152000000,9.7],[1738238400000,8.0],[1738324800000,6.1]]}, {"key":"Durchschnittliche Werte", "strokeWidth":"2", "classed":"lws-serie-2 lws-regular-line", "values":[[1735732800000,4.9],[1735819200000,4.1],[1735905600000,0.9],[1735992000000,-0.7],[1736078400000,-1.6],[1736164800000,7.2],[1736251200000,5.6],[1736337600000,1.0],[1736424000000,0.4],[1736510400000,0.7],[1736596800000,0.6],[1736683200000,0.4],[1736769600000,-2.1],[1736856000000,-0.6],[1736942400000,4.1],[1737028800000,2.8],[1737115200000,0.1],[1737201600000,-2.5],[1737288000000,-0.3],[1737374400000,0.6],[1737460800000,-1.4],[1737547200000,-1.0],[1737633600000,1.9],[1737720000000,4.8],[1737806400000,9.4],[1737892800000,6.6],[1737979200000,7.8],[1738065600000,6.3],[1738152000000,6.1],[1738238400000,4.3],[1738324800000,3.9]]}, {"key":"Minimalwerte", "strokeWidth":"2", "classed":"lws-serie-3 lws-regular-line", "values":[[1735732800000,1.2],[1735819200000,0.5],[1735905600000,-1.7],[1735992000000,-2.3],[1736078400000,-4.2],[1736164800000,0.5],[1736251200000,0.7],[1736337600000,-1.6],[1736424000000,-0.8],[1736510400000,0.4],[1736596800000,-0.5],[1736683200000,-2.0],[1736769600000,-5.9],[1736856000000,-5.1],[1736942400000,1.8],[1737028800000,1.4],[1737115200000,-1.5],[1737201600000,-3.5],[1737288000000,-3.7],[1737374400000,-2.5],[1737460800000,-2.4],[1737547200000,-3.6],[1737633600000,-1.1],[1737720000000,1.3],[1737806400000,5.4],[1737892800000,2.6],[1737979200000,3.1],[1738065600000,3.2],[1738152000000,1.3],[1738238400000,-0.2],[1738324800000,2.5]]}];
var shiftgraph796603 = new Date();
var xgraph796603 = 60000 * shiftgraph796603.getTimezoneOffset();
var minDomaingraph796603 = new Date(xgraph796603 + 1735732800000);
var maxDomaingraph796603 = new Date(xgraph796603 + 1738324800000);
var h00Tickgraph796603 = new Date(xgraph796603 + 1735732800000);
var h01Tickgraph796603 = new Date(xgraph796603 + 1736337600000);
var h02Tickgraph796603 = new Date(xgraph796603 + 1736942400000);
var h03Tickgraph796603 = new Date(xgraph796603 + 1737633600000);
var h04Tickgraph796603 = new Date(xgraph796603 + 1738324800000);
var colorgraph796603 = colorbrewer.Set1[3].slice(0);
nv.addGraph(function() {
chartgraph796603 = nv.models.lineChart()
.x(function(d) {return xgraph796603 + d[0]})
.y(function(d) {return d[1]})
.interpolate("cardinal")
.focusEnable(false)
.showLegend(true)
.xDomain([minDomaingraph796603, maxDomaingraph796603])
.yDomain([-9.2666666666667, 18.227777777778])
.color(colorgraph796603)
.noData("Es können keine Daten angezeigt werden")
.useInteractiveGuideline(true);
chartgraph796603.xAxis.axisLabel("").showMaxMin(false).tickFormat(function(d) {return d3.time.format("%Y-%m-%d")(new Date(d)) });
chartgraph796603.xAxis.tickValues([h00Tickgraph796603, h01Tickgraph796603, h02Tickgraph796603, h03Tickgraph796603, h04Tickgraph796603]);
chartgraph796603.interactiveLayer.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph796603.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph796603.interactiveLayer.tooltip.gravity("s");
chartgraph796603.yAxis.showMaxMin(false).tickFormat(function(d) { return d + " °C"; });
chartgraph796603.yAxis.tickValues([-4, 1, 6, 11, 16]);
d3.select("#graph796603 svg").datum(datagraph796603).transition().duration(500).call(chartgraph796603);
nv.utils.windowResize(chartgraph796603.update);
return chartgraph796603;
});
var targetgraph796603 = document.getElementById("graph796603");
var targetNodegraph796603 = targetgraph796603.parentElement.parentElement.parentElement.parentElement;
var modeStandard = true;
var modeElementorPopbox = false;
var testgraph796603 = targetgraph796603.closest(".modal-body");
if (testgraph796603 != null) {
testgraph796603 = testgraph796603.closest(".modal-content");
if (testgraph796603 != null) {
testgraph796603 = testgraph796603.closest(".modal");
if (testgraph796603 != null) {
targetNodegraph796603 = testgraph796603;
modeStandard = false;
modeElementorPopbox = true;
}
}
}
var callbackgraph796603 = 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 (chartgraph796603) {chartgraph796603.update();}}}}}}}
if (modeElementorPopbox) {if (mutation.type == "attributes") {if (mutation.attributeName == "style") {if (mutation.target.style.display == "block") {if (chartgraph796603) {chartgraph796603.update();}}}}}
})
};
var observergraph796603 = new MutationObserver(callbackgraph796603);
observergraph796603.observe(targetNodegraph796603,{attributes: true, subtree: true, attributeOldValue: true});
});
|
|
Tagesniederschlag und höchste Niederschlagsrate |
#svg351930 .nvd3 text {font:normal 10px Verdana, Geneva, sans-serif;fill: #666666;}
#svg351930 .nvd3 .nv-axis path.domain {stroke: #666666;stroke-opacity: 1;}
#svg351930 .nvd3 .nv-axis line {stroke: #DDDDDD;}
#svg351930 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}
#svg351930 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}
#svg351930 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}
#svg351930 .nvd3 .nv-y2 text {text-anchor: end !important;}
jQuery(document).ready(function($) {
var chartgraph351930 = null;
var datagraph351930 =[{"bar":"1", "key":"Niederschlag, heute - Kumulierte Werte", "strokeWidth":"2", "classed":"lws-serie-1 lws-regular-line", "values":[[1735732800000,0.0],[1735819200000,0.5],[1735905600000,1.0],[1735992000000,0.2],[1736078400000,0.0],[1736164800000,0.9],[1736251200000,2.5],[1736337600000,0.2],[1736424000000,6.9],[1736510400000,10.6],[1736596800000,0.0],[1736683200000,0.0],[1736769600000,0.0],[1736856000000,1.7],[1736942400000,0.3],[1737028800000,0.0],[1737115200000,0.0],[1737201600000,0.0],[1737288000000,0.0],[1737374400000,0.0],[1737460800000,0.0],[1737547200000,0.0],[1737633600000,5.5],[1737720000000,2.7],[1737806400000,1.4],[1737892800000,1.2],[1737979200000,2.2],[1738065600000,4.3],[1738152000000,0.7],[1738238400000,0.0],[1738324800000,2.7]]}, {"key":"Niederschlag, letzte Stunde - Maximalwerte", "strokeWidth":"2", "classed":"lws-serie-2 lws-regular-line", "values":[]}];
function sprintf(format){for( var i=1; i < arguments.length; i++ ) {format = format.replace( /%s/, arguments[i] );}return format;}
var shiftgraph351930 = new Date();
var xgraph351930 = 60000 * shiftgraph351930.getTimezoneOffset();
var minDomaingraph351930 = new Date(xgraph351930 + 1735732800000);
var maxDomaingraph351930 = new Date(xgraph351930 + 1738324800000);
var h00Tickgraph351930 = new Date(xgraph351930 + 1735732800000);
var h01Tickgraph351930 = new Date(xgraph351930 + 1736337600000);
var h02Tickgraph351930 = new Date(xgraph351930 + 1736942400000);
var h03Tickgraph351930 = new Date(xgraph351930 + 1737633600000);
var h04Tickgraph351930 = new Date(xgraph351930 + 1738324800000);
var colorgraph351930 = colorbrewer.Set1[3].slice(0);
nv.addGraph(function() {
chartgraph351930 = nv.models.linePlusBarChart()
.height(286)
.x(function(d,i) {return xgraph351930 + d[0]})
.y(function(d,i) {return d[1]})
.legendRightAxisHint('')
.legendLeftAxisHint('')
.focusEnable(false)
.interpolate("cardinal")
.xDomain([minDomaingraph351930, maxDomaingraph351930])
.yDomain([0,0])
.color(colorgraph351930)
.noData("Es können keine Daten angezeigt werden");
chartgraph351930.xAxis.axisLabel("").showMaxMin(false).tickFormat(function(d) {return d3.time.format("%Y-%m-%d")(new Date(d)) });
chartgraph351930.xAxis.tickValues([h00Tickgraph351930, h01Tickgraph351930, h02Tickgraph351930, h03Tickgraph351930, h04Tickgraph351930]);
chartgraph351930.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";
}
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)});
chartgraph351930.y1Axis.tickFormat(function(d) { return d + " mm"; });
chartgraph351930.y1Axis.showMaxMin(false); chartgraph351930.y2Axis.tickFormat(function(d) { return d + " mm"; });
chartgraph351930.y2Axis.tickPadding(-6);
chartgraph351930.y2Axis.showMaxMin(false); chartgraph351930.y2Axis.tickValues([0, 0]);
d3.select("#graph351930 svg").datum(datagraph351930).transition().duration(500).call(chartgraph351930);
nv.utils.windowResize(chartgraph351930.update);
return chartgraph351930;
});
var targetgraph351930 = document.getElementById("graph351930");
var targetNodegraph351930 = targetgraph351930.parentElement.parentElement.parentElement.parentElement;
var modeStandard = true;
var modeElementorPopbox = false;
var testgraph351930 = targetgraph351930.closest(".modal-body");
if (testgraph351930 != null) {
testgraph351930 = testgraph351930.closest(".modal-content");
if (testgraph351930 != null) {
testgraph351930 = testgraph351930.closest(".modal");
if (testgraph351930 != null) {
targetNodegraph351930 = testgraph351930;
modeStandard = false;
modeElementorPopbox = true;
}
}
}
var callbackgraph351930 = 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 (chartgraph351930) {chartgraph351930.update();}}}}}}}
if (modeElementorPopbox) {if (mutation.type == "attributes") {if (mutation.attributeName == "style") {if (mutation.target.style.display == "block") {if (chartgraph351930) {chartgraph351930.update();}}}}}
})
};
var observergraph351930 = new MutationObserver(callbackgraph351930);
observergraph351930.observe(targetNodegraph351930,{attributes: true, subtree: true, attributeOldValue: true});
});
|
|
Wind- und Böenstärke |
#svg289506 .nvd3 text {font:normal 10px Verdana, Geneva, sans-serif;fill: #666666;}
#svg289506 .nvd3 .nv-axis path.domain {stroke: #666666;stroke-opacity: 1;}
#svg289506 .nvd3 .nv-axis line {stroke: #DDDDDD;}
#svg289506 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}
#svg289506 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}
#svg289506 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}
#svg289506 .nvd3 .nv-groups .lws-dashed-line {stroke-dasharray:10,10 !important;}
#svg289506 .nvd3 .nv-groups .lws-dotted-line {stroke-dasharray:2,2 !important;}
#svg289506 .nvd3 .nv-groups .lws-thin-line {stroke-width: 1 !important;}
#svg289506 .nvd3 .nv-groups .lws-regular-line {stroke-width: 2 !important;}
#svg289506 .nvd3 .nv-groups .lws-thick-line {stroke-width: 3 !important;}
#svg289506 .nvd3 .nv-groups .lws-serie-3 .nv-area {stroke-opacity:0;}
#svg289506 .nvd3 .nv-groups .lws-serie-3 .nv-line {stroke-opacity:0;}
jQuery(document).ready(function($) {
var chartgraph289506 = null;
var datagraph289506 =[{"key":"Böenstärke (Wind) - Maximalwerte", "strokeWidth":"2", "classed":"lws-serie-1 lws-regular-line", "values":[]}, {"key":"Windstärke (Wind) - Maximalwerte", "strokeWidth":"2", "classed":"lws-serie-2 lws-regular-line", "values":[[1735732800000,44],[1735819200000,27],[1735905600000,30],[1735992000000,21],[1736078400000,6],[1736164800000,14],[1736251200000,23],[1736337600000,26],[1736424000000,21],[1736510400000,33],[1736596800000,46],[1736683200000,15],[1736769600000,15],[1736856000000,18],[1736942400000,22],[1737028800000,22],[1737115200000,18],[1737201600000,7],[1737288000000,4],[1737374400000,8],[1737460800000,15],[1737547200000,7],[1737633600000,15],[1737720000000,14],[1737806400000,10],[1737892800000,13],[1737979200000,21],[1738065600000,7],[1738152000000,17],[1738238400000,24],[1738324800000,31]]}, {"key":"Windstärke (Wind) - Durchschnittliche Werte", "area":"1", "strokeWidth":"2", "classed":"lws-serie-3 lws-regular-line", "values":[[1735732800000,12],[1735819200000,8],[1735905600000,10],[1735992000000,4],[1736078400000,1],[1736164800000,3],[1736251200000,5],[1736337600000,3],[1736424000000,3],[1736510400000,12],[1736596800000,14],[1736683200000,5],[1736769600000,1],[1736856000000,4],[1736942400000,5],[1737028800000,5],[1737115200000,3],[1737201600000,1],[1737288000000,0],[1737374400000,1],[1737460800000,2],[1737547200000,0],[1737633600000,2],[1737720000000,2],[1737806400000,2],[1737892800000,2],[1737979200000,2],[1738065600000,0],[1738152000000,3],[1738238400000,1],[1738324800000,8]]}];
var shiftgraph289506 = new Date();
var xgraph289506 = 60000 * shiftgraph289506.getTimezoneOffset();
var minDomaingraph289506 = new Date(xgraph289506 + 1735732800000);
var maxDomaingraph289506 = new Date(xgraph289506 + 1738324800000);
var h00Tickgraph289506 = new Date(xgraph289506 + 1735732800000);
var h01Tickgraph289506 = new Date(xgraph289506 + 1736337600000);
var h02Tickgraph289506 = new Date(xgraph289506 + 1736942400000);
var h03Tickgraph289506 = new Date(xgraph289506 + 1737633600000);
var h04Tickgraph289506 = new Date(xgraph289506 + 1738324800000);
var colorgraph289506 = colorbrewer.Set1[3].slice(0);
nv.addGraph(function() {
chartgraph289506 = nv.models.lineChart()
.x(function(d) {return xgraph289506 + d[0]})
.y(function(d) {return d[1]})
.interpolate("cardinal")
.focusEnable(false)
.showLegend(true)
.xDomain([minDomaingraph289506, maxDomaingraph289506])
.yDomain([0, 57.5])
.color(colorgraph289506)
.noData("Es können keine Daten angezeigt werden")
.useInteractiveGuideline(true);
chartgraph289506.xAxis.axisLabel("").showMaxMin(false).tickFormat(function(d) {return d3.time.format("%Y-%m-%d")(new Date(d)) });
chartgraph289506.xAxis.tickValues([h00Tickgraph289506, h01Tickgraph289506, h02Tickgraph289506, h03Tickgraph289506, h04Tickgraph289506]);
chartgraph289506.interactiveLayer.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph289506.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph289506.interactiveLayer.tooltip.gravity("s");
chartgraph289506.yAxis.showMaxMin(false).tickFormat(function(d) { return d + " km/h"; });
chartgraph289506.yAxis.tickValues([12, 23, 34, 45, 56]);
d3.select("#graph289506 svg").datum(datagraph289506).transition().duration(500).call(chartgraph289506);
nv.utils.windowResize(chartgraph289506.update);
return chartgraph289506;
});
var targetgraph289506 = document.getElementById("graph289506");
var targetNodegraph289506 = targetgraph289506.parentElement.parentElement.parentElement.parentElement;
var modeStandard = true;
var modeElementorPopbox = false;
var testgraph289506 = targetgraph289506.closest(".modal-body");
if (testgraph289506 != null) {
testgraph289506 = testgraph289506.closest(".modal-content");
if (testgraph289506 != null) {
testgraph289506 = testgraph289506.closest(".modal");
if (testgraph289506 != null) {
targetNodegraph289506 = testgraph289506;
modeStandard = false;
modeElementorPopbox = true;
}
}
}
var callbackgraph289506 = 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 (chartgraph289506) {chartgraph289506.update();}}}}}}}
if (modeElementorPopbox) {if (mutation.type == "attributes") {if (mutation.attributeName == "style") {if (mutation.target.style.display == "block") {if (chartgraph289506) {chartgraph289506.update();}}}}}
})
};
var observergraph289506 = new MutationObserver(callbackgraph289506);
observergraph289506.observe(targetNodegraph289506,{attributes: true, subtree: true, attributeOldValue: true});
});
|