| Temperatur |
|
#svg330500 .nvd3 text {font:normal 10px Verdana, Geneva, sans-serif;fill: #666666;}
#svg330500 .nvd3 .nv-axis path.domain {stroke: #666666;stroke-opacity: 1;}
#svg330500 .nvd3 .nv-axis line {stroke: #DDDDDD;}
#svg330500 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}
#svg330500 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}
#svg330500 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}
#svg330500 .nvd3 .nv-groups .lws-dashed-line {stroke-dasharray:10,10 !important;}
#svg330500 .nvd3 .nv-groups .lws-dotted-line {stroke-dasharray:2,2 !important;}
#svg330500 .nvd3 .nv-groups .lws-thin-line {stroke-width: 1 !important;}
#svg330500 .nvd3 .nv-groups .lws-regular-line {stroke-width: 2 !important;}
#svg330500 .nvd3 .nv-groups .lws-thick-line {stroke-width: 3 !important;}
jQuery(document).ready(function($) {
var chartgraph330500 = null;
var datagraph330500 =[{"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 shiftgraph330500 = new Date();
var xgraph330500 = 60000 * shiftgraph330500.getTimezoneOffset();
var minDomaingraph330500 = new Date(xgraph330500 + 1735732800000);
var maxDomaingraph330500 = new Date(xgraph330500 + 1738324800000);
var h00Tickgraph330500 = new Date(xgraph330500 + 1735732800000);
var h01Tickgraph330500 = new Date(xgraph330500 + 1736337600000);
var h02Tickgraph330500 = new Date(xgraph330500 + 1736942400000);
var h03Tickgraph330500 = new Date(xgraph330500 + 1737633600000);
var h04Tickgraph330500 = new Date(xgraph330500 + 1738324800000);
var colorgraph330500 = colorbrewer.Set1[3].slice(0);
nv.addGraph(function() {
chartgraph330500 = nv.models.lineChart()
.x(function(d) {return xgraph330500 + d[0]})
.y(function(d) {return d[1]})
.interpolate("cardinal")
.focusEnable(false)
.showLegend(true)
.xDomain([minDomaingraph330500, maxDomaingraph330500])
.yDomain([-9.2666666666667, 18.227777777778])
.color(colorgraph330500)
.noData("Es können keine Daten angezeigt werden")
.useInteractiveGuideline(true);
chartgraph330500.xAxis.axisLabel("").showMaxMin(false).tickFormat(function(d) {return d3.time.format("%Y-%m-%d")(new Date(d)) });
chartgraph330500.xAxis.tickValues([h00Tickgraph330500, h01Tickgraph330500, h02Tickgraph330500, h03Tickgraph330500, h04Tickgraph330500]);
chartgraph330500.interactiveLayer.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph330500.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph330500.interactiveLayer.tooltip.gravity("s");
chartgraph330500.yAxis.showMaxMin(false).tickFormat(function(d) { return d + " °C"; });
chartgraph330500.yAxis.tickValues([-4, 1, 6, 11, 16]);
d3.select("#graph330500 svg").datum(datagraph330500).transition().duration(500).call(chartgraph330500);
nv.utils.windowResize(chartgraph330500.update);
return chartgraph330500;
});
var targetgraph330500 = document.getElementById("graph330500");
var targetNodegraph330500 = targetgraph330500.parentElement.parentElement.parentElement.parentElement;
var modeStandard = true;
var modeElementorPopbox = false;
var testgraph330500 = targetgraph330500.closest(".modal-body");
if (testgraph330500 != null) {
testgraph330500 = testgraph330500.closest(".modal-content");
if (testgraph330500 != null) {
testgraph330500 = testgraph330500.closest(".modal");
if (testgraph330500 != null) {
targetNodegraph330500 = testgraph330500;
modeStandard = false;
modeElementorPopbox = true;
}
}
}
var callbackgraph330500 = 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 (chartgraph330500) {chartgraph330500.update();}}}}}}}
if (modeElementorPopbox) {if (mutation.type == "attributes") {if (mutation.attributeName == "style") {if (mutation.target.style.display == "block") {if (chartgraph330500) {chartgraph330500.update();}}}}}
})
};
var observergraph330500 = new MutationObserver(callbackgraph330500);
observergraph330500.observe(targetNodegraph330500,{attributes: true, subtree: true, attributeOldValue: true});
});
|
| |
| Tagesniederschlag und höchste Niederschlagsrate |
|
#svg632371 .nvd3 text {font:normal 10px Verdana, Geneva, sans-serif;fill: #666666;}
#svg632371 .nvd3 .nv-axis path.domain {stroke: #666666;stroke-opacity: 1;}
#svg632371 .nvd3 .nv-axis line {stroke: #DDDDDD;}
#svg632371 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}
#svg632371 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}
#svg632371 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}
#svg632371 .nvd3 .nv-y2 text {text-anchor: end !important;}
jQuery(document).ready(function($) {
var chartgraph632371 = null;
var datagraph632371 =[{"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 shiftgraph632371 = new Date();
var xgraph632371 = 60000 * shiftgraph632371.getTimezoneOffset();
var minDomaingraph632371 = new Date(xgraph632371 + 1735732800000);
var maxDomaingraph632371 = new Date(xgraph632371 + 1738324800000);
var h00Tickgraph632371 = new Date(xgraph632371 + 1735732800000);
var h01Tickgraph632371 = new Date(xgraph632371 + 1736337600000);
var h02Tickgraph632371 = new Date(xgraph632371 + 1736942400000);
var h03Tickgraph632371 = new Date(xgraph632371 + 1737633600000);
var h04Tickgraph632371 = new Date(xgraph632371 + 1738324800000);
var colorgraph632371 = colorbrewer.Set1[3].slice(0);
nv.addGraph(function() {
chartgraph632371 = nv.models.linePlusBarChart()
.height(286)
.x(function(d,i) {return xgraph632371 + d[0]})
.y(function(d,i) {return d[1]})
.legendRightAxisHint('')
.legendLeftAxisHint('')
.focusEnable(false)
.interpolate("cardinal")
.xDomain([minDomaingraph632371, maxDomaingraph632371])
.yDomain([0,0])
.color(colorgraph632371)
.noData("Es können keine Daten angezeigt werden");
chartgraph632371.xAxis.axisLabel("").showMaxMin(false).tickFormat(function(d) {return d3.time.format("%Y-%m-%d")(new Date(d)) });
chartgraph632371.xAxis.tickValues([h00Tickgraph632371, h01Tickgraph632371, h02Tickgraph632371, h03Tickgraph632371, h04Tickgraph632371]);
chartgraph632371.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)});
chartgraph632371.y1Axis.tickFormat(function(d) { return d + " mm"; });
chartgraph632371.y1Axis.showMaxMin(false); chartgraph632371.y2Axis.tickFormat(function(d) { return d + " mm"; });
chartgraph632371.y2Axis.tickPadding(-6);
chartgraph632371.y2Axis.showMaxMin(false); chartgraph632371.y2Axis.tickValues([0, 0]);
d3.select("#graph632371 svg").datum(datagraph632371).transition().duration(500).call(chartgraph632371);
nv.utils.windowResize(chartgraph632371.update);
return chartgraph632371;
});
var targetgraph632371 = document.getElementById("graph632371");
var targetNodegraph632371 = targetgraph632371.parentElement.parentElement.parentElement.parentElement;
var modeStandard = true;
var modeElementorPopbox = false;
var testgraph632371 = targetgraph632371.closest(".modal-body");
if (testgraph632371 != null) {
testgraph632371 = testgraph632371.closest(".modal-content");
if (testgraph632371 != null) {
testgraph632371 = testgraph632371.closest(".modal");
if (testgraph632371 != null) {
targetNodegraph632371 = testgraph632371;
modeStandard = false;
modeElementorPopbox = true;
}
}
}
var callbackgraph632371 = 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 (chartgraph632371) {chartgraph632371.update();}}}}}}}
if (modeElementorPopbox) {if (mutation.type == "attributes") {if (mutation.attributeName == "style") {if (mutation.target.style.display == "block") {if (chartgraph632371) {chartgraph632371.update();}}}}}
})
};
var observergraph632371 = new MutationObserver(callbackgraph632371);
observergraph632371.observe(targetNodegraph632371,{attributes: true, subtree: true, attributeOldValue: true});
});
|
| |
| Wind- und Böenstärke |
|
#svg675985 .nvd3 text {font:normal 10px Verdana, Geneva, sans-serif;fill: #666666;}
#svg675985 .nvd3 .nv-axis path.domain {stroke: #666666;stroke-opacity: 1;}
#svg675985 .nvd3 .nv-axis line {stroke: #DDDDDD;}
#svg675985 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}
#svg675985 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}
#svg675985 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}
#svg675985 .nvd3 .nv-groups .lws-dashed-line {stroke-dasharray:10,10 !important;}
#svg675985 .nvd3 .nv-groups .lws-dotted-line {stroke-dasharray:2,2 !important;}
#svg675985 .nvd3 .nv-groups .lws-thin-line {stroke-width: 1 !important;}
#svg675985 .nvd3 .nv-groups .lws-regular-line {stroke-width: 2 !important;}
#svg675985 .nvd3 .nv-groups .lws-thick-line {stroke-width: 3 !important;}
#svg675985 .nvd3 .nv-groups .lws-serie-3 .nv-area {stroke-opacity:0;}
#svg675985 .nvd3 .nv-groups .lws-serie-3 .nv-line {stroke-opacity:0;}
jQuery(document).ready(function($) {
var chartgraph675985 = null;
var datagraph675985 =[{"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 shiftgraph675985 = new Date();
var xgraph675985 = 60000 * shiftgraph675985.getTimezoneOffset();
var minDomaingraph675985 = new Date(xgraph675985 + 1735732800000);
var maxDomaingraph675985 = new Date(xgraph675985 + 1738324800000);
var h00Tickgraph675985 = new Date(xgraph675985 + 1735732800000);
var h01Tickgraph675985 = new Date(xgraph675985 + 1736337600000);
var h02Tickgraph675985 = new Date(xgraph675985 + 1736942400000);
var h03Tickgraph675985 = new Date(xgraph675985 + 1737633600000);
var h04Tickgraph675985 = new Date(xgraph675985 + 1738324800000);
var colorgraph675985 = colorbrewer.Set1[3].slice(0);
nv.addGraph(function() {
chartgraph675985 = nv.models.lineChart()
.x(function(d) {return xgraph675985 + d[0]})
.y(function(d) {return d[1]})
.interpolate("cardinal")
.focusEnable(false)
.showLegend(true)
.xDomain([minDomaingraph675985, maxDomaingraph675985])
.yDomain([0, 57.5])
.color(colorgraph675985)
.noData("Es können keine Daten angezeigt werden")
.useInteractiveGuideline(true);
chartgraph675985.xAxis.axisLabel("").showMaxMin(false).tickFormat(function(d) {return d3.time.format("%Y-%m-%d")(new Date(d)) });
chartgraph675985.xAxis.tickValues([h00Tickgraph675985, h01Tickgraph675985, h02Tickgraph675985, h03Tickgraph675985, h04Tickgraph675985]);
chartgraph675985.interactiveLayer.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph675985.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph675985.interactiveLayer.tooltip.gravity("s");
chartgraph675985.yAxis.showMaxMin(false).tickFormat(function(d) { return d + " km/h"; });
chartgraph675985.yAxis.tickValues([12, 23, 34, 45, 56]);
d3.select("#graph675985 svg").datum(datagraph675985).transition().duration(500).call(chartgraph675985);
nv.utils.windowResize(chartgraph675985.update);
return chartgraph675985;
});
var targetgraph675985 = document.getElementById("graph675985");
var targetNodegraph675985 = targetgraph675985.parentElement.parentElement.parentElement.parentElement;
var modeStandard = true;
var modeElementorPopbox = false;
var testgraph675985 = targetgraph675985.closest(".modal-body");
if (testgraph675985 != null) {
testgraph675985 = testgraph675985.closest(".modal-content");
if (testgraph675985 != null) {
testgraph675985 = testgraph675985.closest(".modal");
if (testgraph675985 != null) {
targetNodegraph675985 = testgraph675985;
modeStandard = false;
modeElementorPopbox = true;
}
}
}
var callbackgraph675985 = 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 (chartgraph675985) {chartgraph675985.update();}}}}}}}
if (modeElementorPopbox) {if (mutation.type == "attributes") {if (mutation.attributeName == "style") {if (mutation.target.style.display == "block") {if (chartgraph675985) {chartgraph675985.update();}}}}}
})
};
var observergraph675985 = new MutationObserver(callbackgraph675985);
observergraph675985.observe(targetNodegraph675985,{attributes: true, subtree: true, attributeOldValue: true});
});
|