| Temperatur |
|
#svg379975 .nvd3 text {font:normal 10px Verdana, Geneva, sans-serif;fill: #666666;}
#svg379975 .nvd3 .nv-axis path.domain {stroke: #666666;stroke-opacity: 1;}
#svg379975 .nvd3 .nv-axis line {stroke: #DDDDDD;}
#svg379975 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}
#svg379975 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}
#svg379975 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}
#svg379975 .nvd3 .nv-groups .lws-dashed-line {stroke-dasharray:10,10 !important;}
#svg379975 .nvd3 .nv-groups .lws-dotted-line {stroke-dasharray:2,2 !important;}
#svg379975 .nvd3 .nv-groups .lws-thin-line {stroke-width: 1 !important;}
#svg379975 .nvd3 .nv-groups .lws-regular-line {stroke-width: 2 !important;}
#svg379975 .nvd3 .nv-groups .lws-thick-line {stroke-width: 3 !important;}
jQuery(document).ready(function($) {
var chartgraph379975 = null;
var datagraph379975 =[{"key":"Maximalwerte", "strokeWidth":"2", "classed":"lws-serie-1 lws-regular-line", "values":[[1601553600000,18.5],[1601640000000,17.4],[1601726400000,22.3],[1601812800000,18.5],[1601899200000,12.6],[1601985600000,17.4],[1602072000000,15.9],[1602158400000,15.1],[1602244800000,14.9],[1602331200000,13.3],[1602417600000,12.7],[1602504000000,13.0],[1602590400000,12.0],[1602676800000,9.9],[1602763200000,10.5],[1602849600000,11.3],[1602936000000,12.6],[1603022400000,10.2],[1603108800000,11.4],[1603195200000,12.6],[1603281600000,15.5],[1603368000000,19.1],[1603454400000,16.1],[1603540800000,16.8],[1603627200000,16.8],[1603713600000,12.3],[1603800000000,12.7],[1603886400000,13.4],[1603972800000,12.1],[1604059200000,13.5],[1604145600000,14.5]]}, {"key":"Durchschnittliche Werte", "strokeWidth":"2", "classed":"lws-serie-2 lws-regular-line", "values":[[1601553600000,11.5],[1601640000000,13.1],[1601726400000,16.5],[1601812800000,12.6],[1601899200000,9.1],[1601985600000,11.3],[1602072000000,11.9],[1602158400000,11.8],[1602244800000,13.1],[1602331200000,9.8],[1602417600000,6.4],[1602504000000,7.6],[1602590400000,6.1],[1602676800000,9.4],[1602763200000,9.9],[1602849600000,9.0],[1602936000000,9.3],[1603022400000,7.7],[1603108800000,8.1],[1603195200000,7.3],[1603281600000,11.4],[1603368000000,15.1],[1603454400000,13.5],[1603540800000,12.0],[1603627200000,11.7],[1603713600000,10.4],[1603800000000,9.1],[1603886400000,9.7],[1603972800000,9.5],[1604059200000,11.1],[1604145600000,13.4]]}, {"key":"Minimalwerte", "strokeWidth":"2", "classed":"lws-serie-3 lws-regular-line", "values":[[1601553600000,6.1],[1601640000000,8.8],[1601726400000,12.5],[1601812800000,6.1],[1601899200000,4.5],[1601985600000,5.9],[1602072000000,9.1],[1602158400000,6.4],[1602244800000,11.2],[1602331200000,3.2],[1602417600000,2.1],[1602504000000,2.7],[1602590400000,0.2],[1602676800000,8.7],[1602763200000,9.4],[1602849600000,7.7],[1602936000000,7.6],[1603022400000,5.0],[1603108800000,3.3],[1603195200000,1.9],[1603281600000,9.4],[1603368000000,10.7],[1603454400000,10.4],[1603540800000,8.2],[1603627200000,7.5],[1603713600000,8.8],[1603800000000,5.6],[1603886400000,6.7],[1603972800000,5.6],[1604059200000,7.5],[1604145600000,11.5]]}];
var shiftgraph379975 = new Date();
var xgraph379975 = 60000 * shiftgraph379975.getTimezoneOffset();
var minDomaingraph379975 = new Date(xgraph379975 + 1601553600000);
var maxDomaingraph379975 = new Date(xgraph379975 + 1604145600000);
var h00Tickgraph379975 = new Date(xgraph379975 + 1601553600000);
var h01Tickgraph379975 = new Date(xgraph379975 + 1602158400000);
var h02Tickgraph379975 = new Date(xgraph379975 + 1602763200000);
var h03Tickgraph379975 = new Date(xgraph379975 + 1603454400000);
var h04Tickgraph379975 = new Date(xgraph379975 + 1604145600000);
var colorgraph379975 = colorbrewer.Set1[3].slice(0);
nv.addGraph(function() {
chartgraph379975 = nv.models.lineChart()
.x(function(d) {return xgraph379975 + d[0]})
.y(function(d) {return d[1]})
.interpolate("cardinal")
.focusEnable(false)
.showLegend(true)
.xDomain([minDomaingraph379975, maxDomaingraph379975])
.yDomain([-3.4833333333333, 26.597222222222])
.color(colorgraph379975)
.noData("Es können keine Daten angezeigt werden")
.useInteractiveGuideline(true);
chartgraph379975.xAxis.axisLabel("").showMaxMin(false).tickFormat(function(d) {return d3.time.format("%Y-%m-%d")(new Date(d)) });
chartgraph379975.xAxis.tickValues([h00Tickgraph379975, h01Tickgraph379975, h02Tickgraph379975, h03Tickgraph379975, h04Tickgraph379975]);
chartgraph379975.interactiveLayer.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph379975.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph379975.interactiveLayer.tooltip.gravity("s");
chartgraph379975.yAxis.showMaxMin(false).tickFormat(function(d) { return d + " °C"; });
chartgraph379975.yAxis.tickValues([3, 9, 15, 21, 27]);
d3.select("#graph379975 svg").datum(datagraph379975).transition().duration(500).call(chartgraph379975);
nv.utils.windowResize(chartgraph379975.update);
return chartgraph379975;
});
var targetgraph379975 = document.getElementById("graph379975");
var targetNodegraph379975 = targetgraph379975.parentElement.parentElement.parentElement.parentElement;
var modeStandard = true;
var modeElementorPopbox = false;
var testgraph379975 = targetgraph379975.closest(".modal-body");
if (testgraph379975 != null) {
testgraph379975 = testgraph379975.closest(".modal-content");
if (testgraph379975 != null) {
testgraph379975 = testgraph379975.closest(".modal");
if (testgraph379975 != null) {
targetNodegraph379975 = testgraph379975;
modeStandard = false;
modeElementorPopbox = true;
}
}
}
var callbackgraph379975 = 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 (chartgraph379975) {chartgraph379975.update();}}}}}}}
if (modeElementorPopbox) {if (mutation.type == "attributes") {if (mutation.attributeName == "style") {if (mutation.target.style.display == "block") {if (chartgraph379975) {chartgraph379975.update();}}}}}
})
};
var observergraph379975 = new MutationObserver(callbackgraph379975);
observergraph379975.observe(targetNodegraph379975,{attributes: true, subtree: true, attributeOldValue: true});
});
|
| |
| Tagesniederschlag und höchste Niederschlagsrate |
|
#svg119095 .nvd3 text {font:normal 10px Verdana, Geneva, sans-serif;fill: #666666;}
#svg119095 .nvd3 .nv-axis path.domain {stroke: #666666;stroke-opacity: 1;}
#svg119095 .nvd3 .nv-axis line {stroke: #DDDDDD;}
#svg119095 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}
#svg119095 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}
#svg119095 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}
#svg119095 .nvd3 .nv-y2 text {text-anchor: end !important;}
jQuery(document).ready(function($) {
var chartgraph119095 = null;
var datagraph119095 =[{"bar":"1", "key":"Niederschlag, heute - Kumulierte Werte", "strokeWidth":"2", "classed":"lws-serie-1 lws-regular-line", "values":[[1601553600000,0.0],[1601640000000,0.0],[1601726400000,0.0],[1601812800000,0.0],[1601899200000,2.1],[1601985600000,0.5],[1602072000000,2.4],[1602158400000,3.8],[1602244800000,6.0],[1602331200000,0.0],[1602417600000,0.0],[1602504000000,0.0],[1602590400000,0.3],[1602676800000,22.6],[1602763200000,2.9],[1602849600000,0.9],[1602936000000,0.0],[1603022400000,0.7],[1603108800000,0.0],[1603195200000,1.2],[1603281600000,2.0],[1603368000000,0.0],[1603454400000,20.8],[1603540800000,0.3],[1603627200000,0.0],[1603713600000,1.4],[1603800000000,0.0],[1603886400000,0.5],[1603972800000,3.0],[1604059200000,15.4],[1604145600000,4.2]]}, {"key":"Niederschlagsrate - Maximalwerte", "strokeWidth":"2", "classed":"lws-serie-2 lws-regular-line", "values":[[1601553600000,0.0],[1601640000000,0.0],[1601726400000,0.0],[1601812800000,0.0],[1601899200000,2.9],[1601985600000,1.8],[1602072000000,10.7],[1602158400000,2.9],[1602244800000,3.6],[1602331200000,0.0],[1602417600000,0.0],[1602504000000,0.0],[1602590400000,1.8],[1602676800000,4.8],[1602763200000,1.8],[1602849600000,1.8],[1602936000000,0.0],[1603022400000,1.8],[1603108800000,0.0],[1603195200000,1.8],[1603281600000,2.9],[1603368000000,0.0],[1603454400000,24.6],[1603540800000,1.8],[1603627200000,0.0],[1603713600000,1.8],[1603800000000,0.0],[1603886400000,1.8],[1603972800000,2.9],[1604059200000,6.6],[1604145600000,1.8]]}];
function sprintf(format){for( var i=1; i < arguments.length; i++ ) {format = format.replace( /%s/, arguments[i] );}return format;}
var shiftgraph119095 = new Date();
var xgraph119095 = 60000 * shiftgraph119095.getTimezoneOffset();
var minDomaingraph119095 = new Date(xgraph119095 + 1601553600000);
var maxDomaingraph119095 = new Date(xgraph119095 + 1604145600000);
var h00Tickgraph119095 = new Date(xgraph119095 + 1601553600000);
var h01Tickgraph119095 = new Date(xgraph119095 + 1602158400000);
var h02Tickgraph119095 = new Date(xgraph119095 + 1602763200000);
var h03Tickgraph119095 = new Date(xgraph119095 + 1603454400000);
var h04Tickgraph119095 = new Date(xgraph119095 + 1604145600000);
var colorgraph119095 = colorbrewer.Set1[3].slice(0);
nv.addGraph(function() {
chartgraph119095 = nv.models.linePlusBarChart()
.height(286)
.x(function(d,i) {return xgraph119095 + d[0]})
.y(function(d,i) {return d[1]})
.legendRightAxisHint('')
.legendLeftAxisHint('')
.focusEnable(false)
.interpolate("cardinal")
.xDomain([minDomaingraph119095, maxDomaingraph119095])
.yDomain([0,30.75])
.color(colorgraph119095)
.noData("Es können keine Daten angezeigt werden");
chartgraph119095.xAxis.axisLabel("").showMaxMin(false).tickFormat(function(d) {return d3.time.format("%Y-%m-%d")(new Date(d)) });
chartgraph119095.xAxis.tickValues([h00Tickgraph119095, h01Tickgraph119095, h02Tickgraph119095, h03Tickgraph119095, h04Tickgraph119095]);
chartgraph119095.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)});
chartgraph119095.y1Axis.tickFormat(function(d) { return d + " mm"; });
chartgraph119095.y1Axis.showMaxMin(false); chartgraph119095.y2Axis.tickFormat(function(d) { return d + " mm/h"; });
chartgraph119095.y2Axis.tickPadding(-6);
chartgraph119095.y2Axis.showMaxMin(false); chartgraph119095.y2Axis.tickValues([16, 31]);
d3.select("#graph119095 svg").datum(datagraph119095).transition().duration(500).call(chartgraph119095);
nv.utils.windowResize(chartgraph119095.update);
return chartgraph119095;
});
var targetgraph119095 = document.getElementById("graph119095");
var targetNodegraph119095 = targetgraph119095.parentElement.parentElement.parentElement.parentElement;
var modeStandard = true;
var modeElementorPopbox = false;
var testgraph119095 = targetgraph119095.closest(".modal-body");
if (testgraph119095 != null) {
testgraph119095 = testgraph119095.closest(".modal-content");
if (testgraph119095 != null) {
testgraph119095 = testgraph119095.closest(".modal");
if (testgraph119095 != null) {
targetNodegraph119095 = testgraph119095;
modeStandard = false;
modeElementorPopbox = true;
}
}
}
var callbackgraph119095 = 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 (chartgraph119095) {chartgraph119095.update();}}}}}}}
if (modeElementorPopbox) {if (mutation.type == "attributes") {if (mutation.attributeName == "style") {if (mutation.target.style.display == "block") {if (chartgraph119095) {chartgraph119095.update();}}}}}
})
};
var observergraph119095 = new MutationObserver(callbackgraph119095);
observergraph119095.observe(targetNodegraph119095,{attributes: true, subtree: true, attributeOldValue: true});
});
|
| |
| Wind- und Böenstärke |
|
#svg425101 .nvd3 text {font:normal 10px Verdana, Geneva, sans-serif;fill: #666666;}
#svg425101 .nvd3 .nv-axis path.domain {stroke: #666666;stroke-opacity: 1;}
#svg425101 .nvd3 .nv-axis line {stroke: #DDDDDD;}
#svg425101 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}
#svg425101 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}
#svg425101 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}
#svg425101 .nvd3 .nv-groups .lws-dashed-line {stroke-dasharray:10,10 !important;}
#svg425101 .nvd3 .nv-groups .lws-dotted-line {stroke-dasharray:2,2 !important;}
#svg425101 .nvd3 .nv-groups .lws-thin-line {stroke-width: 1 !important;}
#svg425101 .nvd3 .nv-groups .lws-regular-line {stroke-width: 2 !important;}
#svg425101 .nvd3 .nv-groups .lws-thick-line {stroke-width: 3 !important;}
#svg425101 .nvd3 .nv-groups .lws-serie-3 .nv-area {stroke-opacity:0;}
#svg425101 .nvd3 .nv-groups .lws-serie-3 .nv-line {stroke-opacity:0;}
jQuery(document).ready(function($) {
var chartgraph425101 = null;
var datagraph425101 =[{"key":"Böenstärke (Wind) - Maximalwerte", "strokeWidth":"2", "classed":"lws-serie-1 lws-regular-line", "values":[[1601553600000,7],[1601640000000,11],[1601726400000,17],[1601812800000,20],[1601899200000,13],[1601985600000,15],[1602072000000,20],[1602158400000,20],[1602244800000,18],[1602331200000,17],[1602417600000,9],[1602504000000,13],[1602590400000,7],[1602676800000,20],[1602763200000,9],[1602849600000,9],[1602936000000,7],[1603022400000,24],[1603108800000,9],[1603195200000,7],[1603281600000,9],[1603368000000,15],[1603454400000,13],[1603540800000,17],[1603627200000,15],[1603713600000,9],[1603800000000,22],[1603886400000,13],[1603972800000,28],[1604059200000,15],[1604145600000,11]]}, {"key":"Windstärke (Wind) - Maximalwerte", "strokeWidth":"2", "classed":"lws-serie-2 lws-regular-line", "values":[[1601553600000,5],[1601640000000,8],[1601726400000,10],[1601812800000,14],[1601899200000,9],[1601985600000,10],[1602072000000,12],[1602158400000,14],[1602244800000,12],[1602331200000,13],[1602417600000,7],[1602504000000,10],[1602590400000,6],[1602676800000,12],[1602763200000,6],[1602849600000,5],[1602936000000,4],[1603022400000,17],[1603108800000,6],[1603195200000,5],[1603281600000,5],[1603368000000,9],[1603454400000,10],[1603540800000,9],[1603627200000,9],[1603713600000,7],[1603800000000,12],[1603886400000,12],[1603972800000,16],[1604059200000,12],[1604145600000,9]]}, {"key":"Windstärke (Wind) - Durchschnittliche Werte", "area":"1", "strokeWidth":"2", "classed":"lws-serie-3 lws-regular-line", "values":[[1601553600000,0],[1601640000000,1],[1601726400000,2],[1601812800000,2],[1601899200000,0],[1601985600000,1],[1602072000000,2],[1602158400000,2],[1602244800000,2],[1602331200000,2],[1602417600000,1],[1602504000000,1],[1602590400000,0],[1602676800000,3],[1602763200000,2],[1602849600000,1],[1602936000000,1],[1603022400000,4],[1603108800000,1],[1603195200000,1],[1603281600000,0],[1603368000000,1],[1603454400000,0],[1603540800000,1],[1603627200000,1],[1603713600000,0],[1603800000000,1],[1603886400000,1],[1603972800000,3],[1604059200000,3],[1604145600000,1]]}];
var shiftgraph425101 = new Date();
var xgraph425101 = 60000 * shiftgraph425101.getTimezoneOffset();
var minDomaingraph425101 = new Date(xgraph425101 + 1601553600000);
var maxDomaingraph425101 = new Date(xgraph425101 + 1604145600000);
var h00Tickgraph425101 = new Date(xgraph425101 + 1601553600000);
var h01Tickgraph425101 = new Date(xgraph425101 + 1602158400000);
var h02Tickgraph425101 = new Date(xgraph425101 + 1602763200000);
var h03Tickgraph425101 = new Date(xgraph425101 + 1603454400000);
var h04Tickgraph425101 = new Date(xgraph425101 + 1604145600000);
var colorgraph425101 = colorbrewer.Set1[3].slice(0);
nv.addGraph(function() {
chartgraph425101 = nv.models.lineChart()
.x(function(d) {return xgraph425101 + d[0]})
.y(function(d) {return d[1]})
.interpolate("cardinal")
.focusEnable(false)
.showLegend(true)
.xDomain([minDomaingraph425101, maxDomaingraph425101])
.yDomain([0, 35])
.color(colorgraph425101)
.noData("Es können keine Daten angezeigt werden")
.useInteractiveGuideline(true);
chartgraph425101.xAxis.axisLabel("").showMaxMin(false).tickFormat(function(d) {return d3.time.format("%Y-%m-%d")(new Date(d)) });
chartgraph425101.xAxis.tickValues([h00Tickgraph425101, h01Tickgraph425101, h02Tickgraph425101, h03Tickgraph425101, h04Tickgraph425101]);
chartgraph425101.interactiveLayer.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph425101.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph425101.interactiveLayer.tooltip.gravity("s");
chartgraph425101.yAxis.showMaxMin(false).tickFormat(function(d) { return d + " km/h"; });
chartgraph425101.yAxis.tickValues([8, 15, 22, 29]);
d3.select("#graph425101 svg").datum(datagraph425101).transition().duration(500).call(chartgraph425101);
nv.utils.windowResize(chartgraph425101.update);
return chartgraph425101;
});
var targetgraph425101 = document.getElementById("graph425101");
var targetNodegraph425101 = targetgraph425101.parentElement.parentElement.parentElement.parentElement;
var modeStandard = true;
var modeElementorPopbox = false;
var testgraph425101 = targetgraph425101.closest(".modal-body");
if (testgraph425101 != null) {
testgraph425101 = testgraph425101.closest(".modal-content");
if (testgraph425101 != null) {
testgraph425101 = testgraph425101.closest(".modal");
if (testgraph425101 != null) {
targetNodegraph425101 = testgraph425101;
modeStandard = false;
modeElementorPopbox = true;
}
}
}
var callbackgraph425101 = 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 (chartgraph425101) {chartgraph425101.update();}}}}}}}
if (modeElementorPopbox) {if (mutation.type == "attributes") {if (mutation.attributeName == "style") {if (mutation.target.style.display == "block") {if (chartgraph425101) {chartgraph425101.update();}}}}}
})
};
var observergraph425101 = new MutationObserver(callbackgraph425101);
observergraph425101.observe(targetNodegraph425101,{attributes: true, subtree: true, attributeOldValue: true});
});
|