| Temperatur |
|
#svg967757 .nvd3 text {font:normal 10px Verdana, Geneva, sans-serif;fill: #666666;}
#svg967757 .nvd3 .nv-axis path.domain {stroke: #666666;stroke-opacity: 1;}
#svg967757 .nvd3 .nv-axis line {stroke: #DDDDDD;}
#svg967757 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}
#svg967757 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}
#svg967757 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}
#svg967757 .nvd3 .nv-groups .lws-dashed-line {stroke-dasharray:10,10 !important;}
#svg967757 .nvd3 .nv-groups .lws-dotted-line {stroke-dasharray:2,2 !important;}
#svg967757 .nvd3 .nv-groups .lws-thin-line {stroke-width: 1 !important;}
#svg967757 .nvd3 .nv-groups .lws-regular-line {stroke-width: 2 !important;}
#svg967757 .nvd3 .nv-groups .lws-thick-line {stroke-width: 3 !important;}
jQuery(document).ready(function($) {
var chartgraph967757 = null;
var datagraph967757 =[{"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 shiftgraph967757 = new Date();
var xgraph967757 = 60000 * shiftgraph967757.getTimezoneOffset();
var minDomaingraph967757 = new Date(xgraph967757 + 1735732800000);
var maxDomaingraph967757 = new Date(xgraph967757 + 1738324800000);
var h00Tickgraph967757 = new Date(xgraph967757 + 1735732800000);
var h01Tickgraph967757 = new Date(xgraph967757 + 1736337600000);
var h02Tickgraph967757 = new Date(xgraph967757 + 1736942400000);
var h03Tickgraph967757 = new Date(xgraph967757 + 1737633600000);
var h04Tickgraph967757 = new Date(xgraph967757 + 1738324800000);
var colorgraph967757 = colorbrewer.Set1[3].slice(0);
nv.addGraph(function() {
chartgraph967757 = nv.models.lineChart()
.x(function(d) {return xgraph967757 + d[0]})
.y(function(d) {return d[1]})
.interpolate("cardinal")
.focusEnable(false)
.showLegend(true)
.xDomain([minDomaingraph967757, maxDomaingraph967757])
.yDomain([-9.2666666666667, 18.227777777778])
.color(colorgraph967757)
.noData("Es können keine Daten angezeigt werden")
.useInteractiveGuideline(true);
chartgraph967757.xAxis.axisLabel("").showMaxMin(false).tickFormat(function(d) {return d3.time.format("%Y-%m-%d")(new Date(d)) });
chartgraph967757.xAxis.tickValues([h00Tickgraph967757, h01Tickgraph967757, h02Tickgraph967757, h03Tickgraph967757, h04Tickgraph967757]);
chartgraph967757.interactiveLayer.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph967757.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph967757.interactiveLayer.tooltip.gravity("s");
chartgraph967757.yAxis.showMaxMin(false).tickFormat(function(d) { return d + " °C"; });
chartgraph967757.yAxis.tickValues([-4, 1, 6, 11, 16]);
d3.select("#graph967757 svg").datum(datagraph967757).transition().duration(500).call(chartgraph967757);
nv.utils.windowResize(chartgraph967757.update);
return chartgraph967757;
});
var targetgraph967757 = document.getElementById("graph967757");
var targetNodegraph967757 = targetgraph967757.parentElement.parentElement.parentElement.parentElement;
var modeStandard = true;
var modeElementorPopbox = false;
var testgraph967757 = targetgraph967757.closest(".modal-body");
if (testgraph967757 != null) {
testgraph967757 = testgraph967757.closest(".modal-content");
if (testgraph967757 != null) {
testgraph967757 = testgraph967757.closest(".modal");
if (testgraph967757 != null) {
targetNodegraph967757 = testgraph967757;
modeStandard = false;
modeElementorPopbox = true;
}
}
}
var callbackgraph967757 = 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 (chartgraph967757) {chartgraph967757.update();}}}}}}}
if (modeElementorPopbox) {if (mutation.type == "attributes") {if (mutation.attributeName == "style") {if (mutation.target.style.display == "block") {if (chartgraph967757) {chartgraph967757.update();}}}}}
})
};
var observergraph967757 = new MutationObserver(callbackgraph967757);
observergraph967757.observe(targetNodegraph967757,{attributes: true, subtree: true, attributeOldValue: true});
});
|
| |
| Tagesniederschlag und höchste Niederschlagsrate |
|
#svg083554 .nvd3 text {font:normal 10px Verdana, Geneva, sans-serif;fill: #666666;}
#svg083554 .nvd3 .nv-axis path.domain {stroke: #666666;stroke-opacity: 1;}
#svg083554 .nvd3 .nv-axis line {stroke: #DDDDDD;}
#svg083554 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}
#svg083554 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}
#svg083554 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}
#svg083554 .nvd3 .nv-y2 text {text-anchor: end !important;}
jQuery(document).ready(function($) {
var chartgraph083554 = null;
var datagraph083554 =[{"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 shiftgraph083554 = new Date();
var xgraph083554 = 60000 * shiftgraph083554.getTimezoneOffset();
var minDomaingraph083554 = new Date(xgraph083554 + 1735732800000);
var maxDomaingraph083554 = new Date(xgraph083554 + 1738324800000);
var h00Tickgraph083554 = new Date(xgraph083554 + 1735732800000);
var h01Tickgraph083554 = new Date(xgraph083554 + 1736337600000);
var h02Tickgraph083554 = new Date(xgraph083554 + 1736942400000);
var h03Tickgraph083554 = new Date(xgraph083554 + 1737633600000);
var h04Tickgraph083554 = new Date(xgraph083554 + 1738324800000);
var colorgraph083554 = colorbrewer.Set1[3].slice(0);
nv.addGraph(function() {
chartgraph083554 = nv.models.linePlusBarChart()
.height(286)
.x(function(d,i) {return xgraph083554 + d[0]})
.y(function(d,i) {return d[1]})
.legendRightAxisHint('')
.legendLeftAxisHint('')
.focusEnable(false)
.interpolate("cardinal")
.xDomain([minDomaingraph083554, maxDomaingraph083554])
.yDomain([0,0])
.color(colorgraph083554)
.noData("Es können keine Daten angezeigt werden");
chartgraph083554.xAxis.axisLabel("").showMaxMin(false).tickFormat(function(d) {return d3.time.format("%Y-%m-%d")(new Date(d)) });
chartgraph083554.xAxis.tickValues([h00Tickgraph083554, h01Tickgraph083554, h02Tickgraph083554, h03Tickgraph083554, h04Tickgraph083554]);
chartgraph083554.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)});
chartgraph083554.y1Axis.tickFormat(function(d) { return d + " mm"; });
chartgraph083554.y1Axis.showMaxMin(false); chartgraph083554.y2Axis.tickFormat(function(d) { return d + " mm"; });
chartgraph083554.y2Axis.tickPadding(-6);
chartgraph083554.y2Axis.showMaxMin(false); chartgraph083554.y2Axis.tickValues([0, 0]);
d3.select("#graph083554 svg").datum(datagraph083554).transition().duration(500).call(chartgraph083554);
nv.utils.windowResize(chartgraph083554.update);
return chartgraph083554;
});
var targetgraph083554 = document.getElementById("graph083554");
var targetNodegraph083554 = targetgraph083554.parentElement.parentElement.parentElement.parentElement;
var modeStandard = true;
var modeElementorPopbox = false;
var testgraph083554 = targetgraph083554.closest(".modal-body");
if (testgraph083554 != null) {
testgraph083554 = testgraph083554.closest(".modal-content");
if (testgraph083554 != null) {
testgraph083554 = testgraph083554.closest(".modal");
if (testgraph083554 != null) {
targetNodegraph083554 = testgraph083554;
modeStandard = false;
modeElementorPopbox = true;
}
}
}
var callbackgraph083554 = 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 (chartgraph083554) {chartgraph083554.update();}}}}}}}
if (modeElementorPopbox) {if (mutation.type == "attributes") {if (mutation.attributeName == "style") {if (mutation.target.style.display == "block") {if (chartgraph083554) {chartgraph083554.update();}}}}}
})
};
var observergraph083554 = new MutationObserver(callbackgraph083554);
observergraph083554.observe(targetNodegraph083554,{attributes: true, subtree: true, attributeOldValue: true});
});
|
| |
| Wind- und Böenstärke |
|
#svg827621 .nvd3 text {font:normal 10px Verdana, Geneva, sans-serif;fill: #666666;}
#svg827621 .nvd3 .nv-axis path.domain {stroke: #666666;stroke-opacity: 1;}
#svg827621 .nvd3 .nv-axis line {stroke: #DDDDDD;}
#svg827621 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}
#svg827621 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}
#svg827621 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}
#svg827621 .nvd3 .nv-groups .lws-dashed-line {stroke-dasharray:10,10 !important;}
#svg827621 .nvd3 .nv-groups .lws-dotted-line {stroke-dasharray:2,2 !important;}
#svg827621 .nvd3 .nv-groups .lws-thin-line {stroke-width: 1 !important;}
#svg827621 .nvd3 .nv-groups .lws-regular-line {stroke-width: 2 !important;}
#svg827621 .nvd3 .nv-groups .lws-thick-line {stroke-width: 3 !important;}
#svg827621 .nvd3 .nv-groups .lws-serie-3 .nv-area {stroke-opacity:0;}
#svg827621 .nvd3 .nv-groups .lws-serie-3 .nv-line {stroke-opacity:0;}
jQuery(document).ready(function($) {
var chartgraph827621 = null;
var datagraph827621 =[{"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 shiftgraph827621 = new Date();
var xgraph827621 = 60000 * shiftgraph827621.getTimezoneOffset();
var minDomaingraph827621 = new Date(xgraph827621 + 1735732800000);
var maxDomaingraph827621 = new Date(xgraph827621 + 1738324800000);
var h00Tickgraph827621 = new Date(xgraph827621 + 1735732800000);
var h01Tickgraph827621 = new Date(xgraph827621 + 1736337600000);
var h02Tickgraph827621 = new Date(xgraph827621 + 1736942400000);
var h03Tickgraph827621 = new Date(xgraph827621 + 1737633600000);
var h04Tickgraph827621 = new Date(xgraph827621 + 1738324800000);
var colorgraph827621 = colorbrewer.Set1[3].slice(0);
nv.addGraph(function() {
chartgraph827621 = nv.models.lineChart()
.x(function(d) {return xgraph827621 + d[0]})
.y(function(d) {return d[1]})
.interpolate("cardinal")
.focusEnable(false)
.showLegend(true)
.xDomain([minDomaingraph827621, maxDomaingraph827621])
.yDomain([0, 57.5])
.color(colorgraph827621)
.noData("Es können keine Daten angezeigt werden")
.useInteractiveGuideline(true);
chartgraph827621.xAxis.axisLabel("").showMaxMin(false).tickFormat(function(d) {return d3.time.format("%Y-%m-%d")(new Date(d)) });
chartgraph827621.xAxis.tickValues([h00Tickgraph827621, h01Tickgraph827621, h02Tickgraph827621, h03Tickgraph827621, h04Tickgraph827621]);
chartgraph827621.interactiveLayer.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph827621.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph827621.interactiveLayer.tooltip.gravity("s");
chartgraph827621.yAxis.showMaxMin(false).tickFormat(function(d) { return d + " km/h"; });
chartgraph827621.yAxis.tickValues([12, 23, 34, 45, 56]);
d3.select("#graph827621 svg").datum(datagraph827621).transition().duration(500).call(chartgraph827621);
nv.utils.windowResize(chartgraph827621.update);
return chartgraph827621;
});
var targetgraph827621 = document.getElementById("graph827621");
var targetNodegraph827621 = targetgraph827621.parentElement.parentElement.parentElement.parentElement;
var modeStandard = true;
var modeElementorPopbox = false;
var testgraph827621 = targetgraph827621.closest(".modal-body");
if (testgraph827621 != null) {
testgraph827621 = testgraph827621.closest(".modal-content");
if (testgraph827621 != null) {
testgraph827621 = testgraph827621.closest(".modal");
if (testgraph827621 != null) {
targetNodegraph827621 = testgraph827621;
modeStandard = false;
modeElementorPopbox = true;
}
}
}
var callbackgraph827621 = 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 (chartgraph827621) {chartgraph827621.update();}}}}}}}
if (modeElementorPopbox) {if (mutation.type == "attributes") {if (mutation.attributeName == "style") {if (mutation.target.style.display == "block") {if (chartgraph827621) {chartgraph827621.update();}}}}}
})
};
var observergraph827621 = new MutationObserver(callbackgraph827621);
observergraph827621.observe(targetNodegraph827621,{attributes: true, subtree: true, attributeOldValue: true});
});
|