| Temperatur |
|
#svg718425 .nvd3 text {font:normal 10px Verdana, Geneva, sans-serif;fill: #666666;}
#svg718425 .nvd3 .nv-axis path.domain {stroke: #666666;stroke-opacity: 1;}
#svg718425 .nvd3 .nv-axis line {stroke: #DDDDDD;}
#svg718425 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}
#svg718425 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}
#svg718425 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}
#svg718425 .nvd3 .nv-groups .lws-dashed-line {stroke-dasharray:10,10 !important;}
#svg718425 .nvd3 .nv-groups .lws-dotted-line {stroke-dasharray:2,2 !important;}
#svg718425 .nvd3 .nv-groups .lws-thin-line {stroke-width: 1 !important;}
#svg718425 .nvd3 .nv-groups .lws-regular-line {stroke-width: 2 !important;}
#svg718425 .nvd3 .nv-groups .lws-thick-line {stroke-width: 3 !important;}
jQuery(document).ready(function($) {
var chartgraph718425 = null;
var datagraph718425 =[{"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 shiftgraph718425 = new Date();
var xgraph718425 = 60000 * shiftgraph718425.getTimezoneOffset();
var minDomaingraph718425 = new Date(xgraph718425 + 1727784000000);
var maxDomaingraph718425 = new Date(xgraph718425 + 1730376000000);
var h00Tickgraph718425 = new Date(xgraph718425 + 1727784000000);
var h01Tickgraph718425 = new Date(xgraph718425 + 1728388800000);
var h02Tickgraph718425 = new Date(xgraph718425 + 1728993600000);
var h03Tickgraph718425 = new Date(xgraph718425 + 1729684800000);
var h04Tickgraph718425 = new Date(xgraph718425 + 1730376000000);
var colorgraph718425 = colorbrewer.Set1[3].slice(0);
nv.addGraph(function() {
chartgraph718425 = nv.models.lineChart()
.x(function(d) {return xgraph718425 + d[0]})
.y(function(d) {return d[1]})
.interpolate("cardinal")
.focusEnable(false)
.showLegend(true)
.xDomain([minDomaingraph718425, maxDomaingraph718425])
.yDomain([-4.2166666666667, 26.952777777778])
.color(colorgraph718425)
.noData("Es können keine Daten angezeigt werden")
.useInteractiveGuideline(true);
chartgraph718425.xAxis.axisLabel("").showMaxMin(false).tickFormat(function(d) {return d3.time.format("%Y-%m-%d")(new Date(d)) });
chartgraph718425.xAxis.tickValues([h00Tickgraph718425, h01Tickgraph718425, h02Tickgraph718425, h03Tickgraph718425, h04Tickgraph718425]);
chartgraph718425.interactiveLayer.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph718425.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph718425.interactiveLayer.tooltip.gravity("s");
chartgraph718425.yAxis.showMaxMin(false).tickFormat(function(d) { return d + " °C"; });
chartgraph718425.yAxis.tickValues([2, 8, 14, 20, 26]);
d3.select("#graph718425 svg").datum(datagraph718425).transition().duration(500).call(chartgraph718425);
nv.utils.windowResize(chartgraph718425.update);
return chartgraph718425;
});
var targetgraph718425 = document.getElementById("graph718425");
var targetNodegraph718425 = targetgraph718425.parentElement.parentElement.parentElement.parentElement;
var modeStandard = true;
var modeElementorPopbox = false;
var testgraph718425 = targetgraph718425.closest(".modal-body");
if (testgraph718425 != null) {
testgraph718425 = testgraph718425.closest(".modal-content");
if (testgraph718425 != null) {
testgraph718425 = testgraph718425.closest(".modal");
if (testgraph718425 != null) {
targetNodegraph718425 = testgraph718425;
modeStandard = false;
modeElementorPopbox = true;
}
}
}
var callbackgraph718425 = 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 (chartgraph718425) {chartgraph718425.update();}}}}}}}
if (modeElementorPopbox) {if (mutation.type == "attributes") {if (mutation.attributeName == "style") {if (mutation.target.style.display == "block") {if (chartgraph718425) {chartgraph718425.update();}}}}}
})
};
var observergraph718425 = new MutationObserver(callbackgraph718425);
observergraph718425.observe(targetNodegraph718425,{attributes: true, subtree: true, attributeOldValue: true});
});
|
| |
| Tagesniederschlag und höchste Niederschlagsrate |
|
#svg195519 .nvd3 text {font:normal 10px Verdana, Geneva, sans-serif;fill: #666666;}
#svg195519 .nvd3 .nv-axis path.domain {stroke: #666666;stroke-opacity: 1;}
#svg195519 .nvd3 .nv-axis line {stroke: #DDDDDD;}
#svg195519 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}
#svg195519 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}
#svg195519 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}
#svg195519 .nvd3 .nv-y2 text {text-anchor: end !important;}
jQuery(document).ready(function($) {
var chartgraph195519 = null;
var datagraph195519 =[{"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 shiftgraph195519 = new Date();
var xgraph195519 = 60000 * shiftgraph195519.getTimezoneOffset();
var minDomaingraph195519 = new Date(xgraph195519 + 1727784000000);
var maxDomaingraph195519 = new Date(xgraph195519 + 1730376000000);
var h00Tickgraph195519 = new Date(xgraph195519 + 1727784000000);
var h01Tickgraph195519 = new Date(xgraph195519 + 1728388800000);
var h02Tickgraph195519 = new Date(xgraph195519 + 1728993600000);
var h03Tickgraph195519 = new Date(xgraph195519 + 1729684800000);
var h04Tickgraph195519 = new Date(xgraph195519 + 1730376000000);
var colorgraph195519 = colorbrewer.Set1[3].slice(0);
nv.addGraph(function() {
chartgraph195519 = nv.models.linePlusBarChart()
.height(286)
.x(function(d,i) {return xgraph195519 + d[0]})
.y(function(d,i) {return d[1]})
.legendRightAxisHint('')
.legendLeftAxisHint('')
.focusEnable(false)
.interpolate("cardinal")
.xDomain([minDomaingraph195519, maxDomaingraph195519])
.yDomain([0,17.125])
.color(colorgraph195519)
.noData("Es können keine Daten angezeigt werden");
chartgraph195519.xAxis.axisLabel("").showMaxMin(false).tickFormat(function(d) {return d3.time.format("%Y-%m-%d")(new Date(d)) });
chartgraph195519.xAxis.tickValues([h00Tickgraph195519, h01Tickgraph195519, h02Tickgraph195519, h03Tickgraph195519, h04Tickgraph195519]);
chartgraph195519.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)});
chartgraph195519.y1Axis.tickFormat(function(d) { return d + " mm"; });
chartgraph195519.y1Axis.showMaxMin(false); chartgraph195519.y2Axis.tickFormat(function(d) { return d + " mm/h"; });
chartgraph195519.y2Axis.tickPadding(-6);
chartgraph195519.y2Axis.showMaxMin(false); chartgraph195519.y2Axis.tickValues([1, 9, 17]);
d3.select("#graph195519 svg").datum(datagraph195519).transition().duration(500).call(chartgraph195519);
nv.utils.windowResize(chartgraph195519.update);
return chartgraph195519;
});
var targetgraph195519 = document.getElementById("graph195519");
var targetNodegraph195519 = targetgraph195519.parentElement.parentElement.parentElement.parentElement;
var modeStandard = true;
var modeElementorPopbox = false;
var testgraph195519 = targetgraph195519.closest(".modal-body");
if (testgraph195519 != null) {
testgraph195519 = testgraph195519.closest(".modal-content");
if (testgraph195519 != null) {
testgraph195519 = testgraph195519.closest(".modal");
if (testgraph195519 != null) {
targetNodegraph195519 = testgraph195519;
modeStandard = false;
modeElementorPopbox = true;
}
}
}
var callbackgraph195519 = 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 (chartgraph195519) {chartgraph195519.update();}}}}}}}
if (modeElementorPopbox) {if (mutation.type == "attributes") {if (mutation.attributeName == "style") {if (mutation.target.style.display == "block") {if (chartgraph195519) {chartgraph195519.update();}}}}}
})
};
var observergraph195519 = new MutationObserver(callbackgraph195519);
observergraph195519.observe(targetNodegraph195519,{attributes: true, subtree: true, attributeOldValue: true});
});
|
| |
| Wind- und Böenstärke |
|
#svg053876 .nvd3 text {font:normal 10px Verdana, Geneva, sans-serif;fill: #666666;}
#svg053876 .nvd3 .nv-axis path.domain {stroke: #666666;stroke-opacity: 1;}
#svg053876 .nvd3 .nv-axis line {stroke: #DDDDDD;}
#svg053876 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}
#svg053876 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}
#svg053876 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}
#svg053876 .nvd3 .nv-groups .lws-dashed-line {stroke-dasharray:10,10 !important;}
#svg053876 .nvd3 .nv-groups .lws-dotted-line {stroke-dasharray:2,2 !important;}
#svg053876 .nvd3 .nv-groups .lws-thin-line {stroke-width: 1 !important;}
#svg053876 .nvd3 .nv-groups .lws-regular-line {stroke-width: 2 !important;}
#svg053876 .nvd3 .nv-groups .lws-thick-line {stroke-width: 3 !important;}
#svg053876 .nvd3 .nv-groups .lws-serie-3 .nv-area {stroke-opacity:0;}
#svg053876 .nvd3 .nv-groups .lws-serie-3 .nv-line {stroke-opacity:0;}
jQuery(document).ready(function($) {
var chartgraph053876 = null;
var datagraph053876 =[{"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 shiftgraph053876 = new Date();
var xgraph053876 = 60000 * shiftgraph053876.getTimezoneOffset();
var minDomaingraph053876 = new Date(xgraph053876 + 1727784000000);
var maxDomaingraph053876 = new Date(xgraph053876 + 1730376000000);
var h00Tickgraph053876 = new Date(xgraph053876 + 1727784000000);
var h01Tickgraph053876 = new Date(xgraph053876 + 1728388800000);
var h02Tickgraph053876 = new Date(xgraph053876 + 1728993600000);
var h03Tickgraph053876 = new Date(xgraph053876 + 1729684800000);
var h04Tickgraph053876 = new Date(xgraph053876 + 1730376000000);
var colorgraph053876 = colorbrewer.Set1[3].slice(0);
nv.addGraph(function() {
chartgraph053876 = nv.models.lineChart()
.x(function(d) {return xgraph053876 + d[0]})
.y(function(d) {return d[1]})
.interpolate("cardinal")
.focusEnable(false)
.showLegend(true)
.xDomain([minDomaingraph053876, maxDomaingraph053876])
.yDomain([0, 46.25])
.color(colorgraph053876)
.noData("Es können keine Daten angezeigt werden")
.useInteractiveGuideline(true);
chartgraph053876.xAxis.axisLabel("").showMaxMin(false).tickFormat(function(d) {return d3.time.format("%Y-%m-%d")(new Date(d)) });
chartgraph053876.xAxis.tickValues([h00Tickgraph053876, h01Tickgraph053876, h02Tickgraph053876, h03Tickgraph053876, h04Tickgraph053876]);
chartgraph053876.interactiveLayer.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph053876.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph053876.interactiveLayer.tooltip.gravity("s");
chartgraph053876.yAxis.showMaxMin(false).tickFormat(function(d) { return d + " km/h"; });
chartgraph053876.yAxis.tickValues([10, 19, 28, 37, 46]);
d3.select("#graph053876 svg").datum(datagraph053876).transition().duration(500).call(chartgraph053876);
nv.utils.windowResize(chartgraph053876.update);
return chartgraph053876;
});
var targetgraph053876 = document.getElementById("graph053876");
var targetNodegraph053876 = targetgraph053876.parentElement.parentElement.parentElement.parentElement;
var modeStandard = true;
var modeElementorPopbox = false;
var testgraph053876 = targetgraph053876.closest(".modal-body");
if (testgraph053876 != null) {
testgraph053876 = testgraph053876.closest(".modal-content");
if (testgraph053876 != null) {
testgraph053876 = testgraph053876.closest(".modal");
if (testgraph053876 != null) {
targetNodegraph053876 = testgraph053876;
modeStandard = false;
modeElementorPopbox = true;
}
}
}
var callbackgraph053876 = 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 (chartgraph053876) {chartgraph053876.update();}}}}}}}
if (modeElementorPopbox) {if (mutation.type == "attributes") {if (mutation.attributeName == "style") {if (mutation.target.style.display == "block") {if (chartgraph053876) {chartgraph053876.update();}}}}}
})
};
var observergraph053876 = new MutationObserver(callbackgraph053876);
observergraph053876.observe(targetNodegraph053876,{attributes: true, subtree: true, attributeOldValue: true});
});
|
Die neuesten Kommentare zu allen Beiträgen