| Temperatur |
|
#svg135376 .nvd3 text {font:normal 10px Verdana, Geneva, sans-serif;fill: #666666;}
#svg135376 .nvd3 .nv-axis path.domain {stroke: #666666;stroke-opacity: 1;}
#svg135376 .nvd3 .nv-axis line {stroke: #DDDDDD;}
#svg135376 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}
#svg135376 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}
#svg135376 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}
#svg135376 .nvd3 .nv-groups .lws-dashed-line {stroke-dasharray:10,10 !important;}
#svg135376 .nvd3 .nv-groups .lws-dotted-line {stroke-dasharray:2,2 !important;}
#svg135376 .nvd3 .nv-groups .lws-thin-line {stroke-width: 1 !important;}
#svg135376 .nvd3 .nv-groups .lws-regular-line {stroke-width: 2 !important;}
#svg135376 .nvd3 .nv-groups .lws-thick-line {stroke-width: 3 !important;}
jQuery(document).ready(function($) {
var chartgraph135376 = null;
var datagraph135376 =[{"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 shiftgraph135376 = new Date();
var xgraph135376 = 60000 * shiftgraph135376.getTimezoneOffset();
var minDomaingraph135376 = new Date(xgraph135376 + 1735732800000);
var maxDomaingraph135376 = new Date(xgraph135376 + 1738324800000);
var h00Tickgraph135376 = new Date(xgraph135376 + 1735732800000);
var h01Tickgraph135376 = new Date(xgraph135376 + 1736337600000);
var h02Tickgraph135376 = new Date(xgraph135376 + 1736942400000);
var h03Tickgraph135376 = new Date(xgraph135376 + 1737633600000);
var h04Tickgraph135376 = new Date(xgraph135376 + 1738324800000);
var colorgraph135376 = colorbrewer.Set1[3].slice(0);
nv.addGraph(function() {
chartgraph135376 = nv.models.lineChart()
.x(function(d) {return xgraph135376 + d[0]})
.y(function(d) {return d[1]})
.interpolate("cardinal")
.focusEnable(false)
.showLegend(true)
.xDomain([minDomaingraph135376, maxDomaingraph135376])
.yDomain([-9.2666666666667, 18.227777777778])
.color(colorgraph135376)
.noData("Es können keine Daten angezeigt werden")
.useInteractiveGuideline(true);
chartgraph135376.xAxis.axisLabel("").showMaxMin(false).tickFormat(function(d) {return d3.time.format("%Y-%m-%d")(new Date(d)) });
chartgraph135376.xAxis.tickValues([h00Tickgraph135376, h01Tickgraph135376, h02Tickgraph135376, h03Tickgraph135376, h04Tickgraph135376]);
chartgraph135376.interactiveLayer.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph135376.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph135376.interactiveLayer.tooltip.gravity("s");
chartgraph135376.yAxis.showMaxMin(false).tickFormat(function(d) { return d + " °C"; });
chartgraph135376.yAxis.tickValues([-4, 1, 6, 11, 16]);
d3.select("#graph135376 svg").datum(datagraph135376).transition().duration(500).call(chartgraph135376);
nv.utils.windowResize(chartgraph135376.update);
return chartgraph135376;
});
var targetgraph135376 = document.getElementById("graph135376");
var targetNodegraph135376 = targetgraph135376.parentElement.parentElement.parentElement.parentElement;
var modeStandard = true;
var modeElementorPopbox = false;
var testgraph135376 = targetgraph135376.closest(".modal-body");
if (testgraph135376 != null) {
testgraph135376 = testgraph135376.closest(".modal-content");
if (testgraph135376 != null) {
testgraph135376 = testgraph135376.closest(".modal");
if (testgraph135376 != null) {
targetNodegraph135376 = testgraph135376;
modeStandard = false;
modeElementorPopbox = true;
}
}
}
var callbackgraph135376 = 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 (chartgraph135376) {chartgraph135376.update();}}}}}}}
if (modeElementorPopbox) {if (mutation.type == "attributes") {if (mutation.attributeName == "style") {if (mutation.target.style.display == "block") {if (chartgraph135376) {chartgraph135376.update();}}}}}
})
};
var observergraph135376 = new MutationObserver(callbackgraph135376);
observergraph135376.observe(targetNodegraph135376,{attributes: true, subtree: true, attributeOldValue: true});
});
|
| |
| Tagesniederschlag und höchste Niederschlagsrate |
|
#svg679289 .nvd3 text {font:normal 10px Verdana, Geneva, sans-serif;fill: #666666;}
#svg679289 .nvd3 .nv-axis path.domain {stroke: #666666;stroke-opacity: 1;}
#svg679289 .nvd3 .nv-axis line {stroke: #DDDDDD;}
#svg679289 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}
#svg679289 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}
#svg679289 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}
#svg679289 .nvd3 .nv-y2 text {text-anchor: end !important;}
jQuery(document).ready(function($) {
var chartgraph679289 = null;
var datagraph679289 =[{"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 shiftgraph679289 = new Date();
var xgraph679289 = 60000 * shiftgraph679289.getTimezoneOffset();
var minDomaingraph679289 = new Date(xgraph679289 + 1735732800000);
var maxDomaingraph679289 = new Date(xgraph679289 + 1738324800000);
var h00Tickgraph679289 = new Date(xgraph679289 + 1735732800000);
var h01Tickgraph679289 = new Date(xgraph679289 + 1736337600000);
var h02Tickgraph679289 = new Date(xgraph679289 + 1736942400000);
var h03Tickgraph679289 = new Date(xgraph679289 + 1737633600000);
var h04Tickgraph679289 = new Date(xgraph679289 + 1738324800000);
var colorgraph679289 = colorbrewer.Set1[3].slice(0);
nv.addGraph(function() {
chartgraph679289 = nv.models.linePlusBarChart()
.height(286)
.x(function(d,i) {return xgraph679289 + d[0]})
.y(function(d,i) {return d[1]})
.legendRightAxisHint('')
.legendLeftAxisHint('')
.focusEnable(false)
.interpolate("cardinal")
.xDomain([minDomaingraph679289, maxDomaingraph679289])
.yDomain([0,0])
.color(colorgraph679289)
.noData("Es können keine Daten angezeigt werden");
chartgraph679289.xAxis.axisLabel("").showMaxMin(false).tickFormat(function(d) {return d3.time.format("%Y-%m-%d")(new Date(d)) });
chartgraph679289.xAxis.tickValues([h00Tickgraph679289, h01Tickgraph679289, h02Tickgraph679289, h03Tickgraph679289, h04Tickgraph679289]);
chartgraph679289.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)});
chartgraph679289.y1Axis.tickFormat(function(d) { return d + " mm"; });
chartgraph679289.y1Axis.showMaxMin(false); chartgraph679289.y2Axis.tickFormat(function(d) { return d + " mm"; });
chartgraph679289.y2Axis.tickPadding(-6);
chartgraph679289.y2Axis.showMaxMin(false); chartgraph679289.y2Axis.tickValues([0, 0]);
d3.select("#graph679289 svg").datum(datagraph679289).transition().duration(500).call(chartgraph679289);
nv.utils.windowResize(chartgraph679289.update);
return chartgraph679289;
});
var targetgraph679289 = document.getElementById("graph679289");
var targetNodegraph679289 = targetgraph679289.parentElement.parentElement.parentElement.parentElement;
var modeStandard = true;
var modeElementorPopbox = false;
var testgraph679289 = targetgraph679289.closest(".modal-body");
if (testgraph679289 != null) {
testgraph679289 = testgraph679289.closest(".modal-content");
if (testgraph679289 != null) {
testgraph679289 = testgraph679289.closest(".modal");
if (testgraph679289 != null) {
targetNodegraph679289 = testgraph679289;
modeStandard = false;
modeElementorPopbox = true;
}
}
}
var callbackgraph679289 = 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 (chartgraph679289) {chartgraph679289.update();}}}}}}}
if (modeElementorPopbox) {if (mutation.type == "attributes") {if (mutation.attributeName == "style") {if (mutation.target.style.display == "block") {if (chartgraph679289) {chartgraph679289.update();}}}}}
})
};
var observergraph679289 = new MutationObserver(callbackgraph679289);
observergraph679289.observe(targetNodegraph679289,{attributes: true, subtree: true, attributeOldValue: true});
});
|
| |
| Wind- und Böenstärke |
|
#svg500265 .nvd3 text {font:normal 10px Verdana, Geneva, sans-serif;fill: #666666;}
#svg500265 .nvd3 .nv-axis path.domain {stroke: #666666;stroke-opacity: 1;}
#svg500265 .nvd3 .nv-axis line {stroke: #DDDDDD;}
#svg500265 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}
#svg500265 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}
#svg500265 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}
#svg500265 .nvd3 .nv-groups .lws-dashed-line {stroke-dasharray:10,10 !important;}
#svg500265 .nvd3 .nv-groups .lws-dotted-line {stroke-dasharray:2,2 !important;}
#svg500265 .nvd3 .nv-groups .lws-thin-line {stroke-width: 1 !important;}
#svg500265 .nvd3 .nv-groups .lws-regular-line {stroke-width: 2 !important;}
#svg500265 .nvd3 .nv-groups .lws-thick-line {stroke-width: 3 !important;}
#svg500265 .nvd3 .nv-groups .lws-serie-3 .nv-area {stroke-opacity:0;}
#svg500265 .nvd3 .nv-groups .lws-serie-3 .nv-line {stroke-opacity:0;}
jQuery(document).ready(function($) {
var chartgraph500265 = null;
var datagraph500265 =[{"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 shiftgraph500265 = new Date();
var xgraph500265 = 60000 * shiftgraph500265.getTimezoneOffset();
var minDomaingraph500265 = new Date(xgraph500265 + 1735732800000);
var maxDomaingraph500265 = new Date(xgraph500265 + 1738324800000);
var h00Tickgraph500265 = new Date(xgraph500265 + 1735732800000);
var h01Tickgraph500265 = new Date(xgraph500265 + 1736337600000);
var h02Tickgraph500265 = new Date(xgraph500265 + 1736942400000);
var h03Tickgraph500265 = new Date(xgraph500265 + 1737633600000);
var h04Tickgraph500265 = new Date(xgraph500265 + 1738324800000);
var colorgraph500265 = colorbrewer.Set1[3].slice(0);
nv.addGraph(function() {
chartgraph500265 = nv.models.lineChart()
.x(function(d) {return xgraph500265 + d[0]})
.y(function(d) {return d[1]})
.interpolate("cardinal")
.focusEnable(false)
.showLegend(true)
.xDomain([minDomaingraph500265, maxDomaingraph500265])
.yDomain([0, 57.5])
.color(colorgraph500265)
.noData("Es können keine Daten angezeigt werden")
.useInteractiveGuideline(true);
chartgraph500265.xAxis.axisLabel("").showMaxMin(false).tickFormat(function(d) {return d3.time.format("%Y-%m-%d")(new Date(d)) });
chartgraph500265.xAxis.tickValues([h00Tickgraph500265, h01Tickgraph500265, h02Tickgraph500265, h03Tickgraph500265, h04Tickgraph500265]);
chartgraph500265.interactiveLayer.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph500265.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph500265.interactiveLayer.tooltip.gravity("s");
chartgraph500265.yAxis.showMaxMin(false).tickFormat(function(d) { return d + " km/h"; });
chartgraph500265.yAxis.tickValues([12, 23, 34, 45, 56]);
d3.select("#graph500265 svg").datum(datagraph500265).transition().duration(500).call(chartgraph500265);
nv.utils.windowResize(chartgraph500265.update);
return chartgraph500265;
});
var targetgraph500265 = document.getElementById("graph500265");
var targetNodegraph500265 = targetgraph500265.parentElement.parentElement.parentElement.parentElement;
var modeStandard = true;
var modeElementorPopbox = false;
var testgraph500265 = targetgraph500265.closest(".modal-body");
if (testgraph500265 != null) {
testgraph500265 = testgraph500265.closest(".modal-content");
if (testgraph500265 != null) {
testgraph500265 = testgraph500265.closest(".modal");
if (testgraph500265 != null) {
targetNodegraph500265 = testgraph500265;
modeStandard = false;
modeElementorPopbox = true;
}
}
}
var callbackgraph500265 = 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 (chartgraph500265) {chartgraph500265.update();}}}}}}}
if (modeElementorPopbox) {if (mutation.type == "attributes") {if (mutation.attributeName == "style") {if (mutation.target.style.display == "block") {if (chartgraph500265) {chartgraph500265.update();}}}}}
})
};
var observergraph500265 = new MutationObserver(callbackgraph500265);
observergraph500265.observe(targetNodegraph500265,{attributes: true, subtree: true, attributeOldValue: true});
});
|
Die neuesten Kommentare zu allen Beiträgen