| Temperatur |
|
#svg795650 .nvd3 text {font:normal 10px Verdana, Geneva, sans-serif;fill: #666666;}
#svg795650 .nvd3 .nv-axis path.domain {stroke: #666666;stroke-opacity: 1;}
#svg795650 .nvd3 .nv-axis line {stroke: #DDDDDD;}
#svg795650 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}
#svg795650 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}
#svg795650 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}
#svg795650 .nvd3 .nv-groups .lws-dashed-line {stroke-dasharray:10,10 !important;}
#svg795650 .nvd3 .nv-groups .lws-dotted-line {stroke-dasharray:2,2 !important;}
#svg795650 .nvd3 .nv-groups .lws-thin-line {stroke-width: 1 !important;}
#svg795650 .nvd3 .nv-groups .lws-regular-line {stroke-width: 2 !important;}
#svg795650 .nvd3 .nv-groups .lws-thick-line {stroke-width: 3 !important;}
jQuery(document).ready(function($) {
var chartgraph795650 = null;
var datagraph795650 =[{"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 shiftgraph795650 = new Date();
var xgraph795650 = 60000 * shiftgraph795650.getTimezoneOffset();
var minDomaingraph795650 = new Date(xgraph795650 + 1601553600000);
var maxDomaingraph795650 = new Date(xgraph795650 + 1604145600000);
var h00Tickgraph795650 = new Date(xgraph795650 + 1601553600000);
var h01Tickgraph795650 = new Date(xgraph795650 + 1602158400000);
var h02Tickgraph795650 = new Date(xgraph795650 + 1602763200000);
var h03Tickgraph795650 = new Date(xgraph795650 + 1603454400000);
var h04Tickgraph795650 = new Date(xgraph795650 + 1604145600000);
var colorgraph795650 = colorbrewer.Set1[3].slice(0);
nv.addGraph(function() {
chartgraph795650 = nv.models.lineChart()
.x(function(d) {return xgraph795650 + d[0]})
.y(function(d) {return d[1]})
.interpolate("cardinal")
.focusEnable(false)
.showLegend(true)
.xDomain([minDomaingraph795650, maxDomaingraph795650])
.yDomain([-3.4833333333333, 26.597222222222])
.color(colorgraph795650)
.noData("Es können keine Daten angezeigt werden")
.useInteractiveGuideline(true);
chartgraph795650.xAxis.axisLabel("").showMaxMin(false).tickFormat(function(d) {return d3.time.format("%Y-%m-%d")(new Date(d)) });
chartgraph795650.xAxis.tickValues([h00Tickgraph795650, h01Tickgraph795650, h02Tickgraph795650, h03Tickgraph795650, h04Tickgraph795650]);
chartgraph795650.interactiveLayer.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph795650.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph795650.interactiveLayer.tooltip.gravity("s");
chartgraph795650.yAxis.showMaxMin(false).tickFormat(function(d) { return d + " °C"; });
chartgraph795650.yAxis.tickValues([3, 9, 15, 21, 27]);
d3.select("#graph795650 svg").datum(datagraph795650).transition().duration(500).call(chartgraph795650);
nv.utils.windowResize(chartgraph795650.update);
return chartgraph795650;
});
var targetgraph795650 = document.getElementById("graph795650");
var targetNodegraph795650 = targetgraph795650.parentElement.parentElement.parentElement.parentElement;
var modeStandard = true;
var modeElementorPopbox = false;
var testgraph795650 = targetgraph795650.closest(".modal-body");
if (testgraph795650 != null) {
testgraph795650 = testgraph795650.closest(".modal-content");
if (testgraph795650 != null) {
testgraph795650 = testgraph795650.closest(".modal");
if (testgraph795650 != null) {
targetNodegraph795650 = testgraph795650;
modeStandard = false;
modeElementorPopbox = true;
}
}
}
var callbackgraph795650 = 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 (chartgraph795650) {chartgraph795650.update();}}}}}}}
if (modeElementorPopbox) {if (mutation.type == "attributes") {if (mutation.attributeName == "style") {if (mutation.target.style.display == "block") {if (chartgraph795650) {chartgraph795650.update();}}}}}
})
};
var observergraph795650 = new MutationObserver(callbackgraph795650);
observergraph795650.observe(targetNodegraph795650,{attributes: true, subtree: true, attributeOldValue: true});
});
|
| |
| Tagesniederschlag und höchste Niederschlagsrate |
|
#svg341675 .nvd3 text {font:normal 10px Verdana, Geneva, sans-serif;fill: #666666;}
#svg341675 .nvd3 .nv-axis path.domain {stroke: #666666;stroke-opacity: 1;}
#svg341675 .nvd3 .nv-axis line {stroke: #DDDDDD;}
#svg341675 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}
#svg341675 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}
#svg341675 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}
#svg341675 .nvd3 .nv-y2 text {text-anchor: end !important;}
jQuery(document).ready(function($) {
var chartgraph341675 = null;
var datagraph341675 =[{"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 shiftgraph341675 = new Date();
var xgraph341675 = 60000 * shiftgraph341675.getTimezoneOffset();
var minDomaingraph341675 = new Date(xgraph341675 + 1601553600000);
var maxDomaingraph341675 = new Date(xgraph341675 + 1604145600000);
var h00Tickgraph341675 = new Date(xgraph341675 + 1601553600000);
var h01Tickgraph341675 = new Date(xgraph341675 + 1602158400000);
var h02Tickgraph341675 = new Date(xgraph341675 + 1602763200000);
var h03Tickgraph341675 = new Date(xgraph341675 + 1603454400000);
var h04Tickgraph341675 = new Date(xgraph341675 + 1604145600000);
var colorgraph341675 = colorbrewer.Set1[3].slice(0);
nv.addGraph(function() {
chartgraph341675 = nv.models.linePlusBarChart()
.height(286)
.x(function(d,i) {return xgraph341675 + d[0]})
.y(function(d,i) {return d[1]})
.legendRightAxisHint('')
.legendLeftAxisHint('')
.focusEnable(false)
.interpolate("cardinal")
.xDomain([minDomaingraph341675, maxDomaingraph341675])
.yDomain([0,30.75])
.color(colorgraph341675)
.noData("Es können keine Daten angezeigt werden");
chartgraph341675.xAxis.axisLabel("").showMaxMin(false).tickFormat(function(d) {return d3.time.format("%Y-%m-%d")(new Date(d)) });
chartgraph341675.xAxis.tickValues([h00Tickgraph341675, h01Tickgraph341675, h02Tickgraph341675, h03Tickgraph341675, h04Tickgraph341675]);
chartgraph341675.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)});
chartgraph341675.y1Axis.tickFormat(function(d) { return d + " mm"; });
chartgraph341675.y1Axis.showMaxMin(false); chartgraph341675.y2Axis.tickFormat(function(d) { return d + " mm/h"; });
chartgraph341675.y2Axis.tickPadding(-6);
chartgraph341675.y2Axis.showMaxMin(false); chartgraph341675.y2Axis.tickValues([16, 31]);
d3.select("#graph341675 svg").datum(datagraph341675).transition().duration(500).call(chartgraph341675);
nv.utils.windowResize(chartgraph341675.update);
return chartgraph341675;
});
var targetgraph341675 = document.getElementById("graph341675");
var targetNodegraph341675 = targetgraph341675.parentElement.parentElement.parentElement.parentElement;
var modeStandard = true;
var modeElementorPopbox = false;
var testgraph341675 = targetgraph341675.closest(".modal-body");
if (testgraph341675 != null) {
testgraph341675 = testgraph341675.closest(".modal-content");
if (testgraph341675 != null) {
testgraph341675 = testgraph341675.closest(".modal");
if (testgraph341675 != null) {
targetNodegraph341675 = testgraph341675;
modeStandard = false;
modeElementorPopbox = true;
}
}
}
var callbackgraph341675 = 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 (chartgraph341675) {chartgraph341675.update();}}}}}}}
if (modeElementorPopbox) {if (mutation.type == "attributes") {if (mutation.attributeName == "style") {if (mutation.target.style.display == "block") {if (chartgraph341675) {chartgraph341675.update();}}}}}
})
};
var observergraph341675 = new MutationObserver(callbackgraph341675);
observergraph341675.observe(targetNodegraph341675,{attributes: true, subtree: true, attributeOldValue: true});
});
|
| |
| Wind- und Böenstärke |
|
#svg096262 .nvd3 text {font:normal 10px Verdana, Geneva, sans-serif;fill: #666666;}
#svg096262 .nvd3 .nv-axis path.domain {stroke: #666666;stroke-opacity: 1;}
#svg096262 .nvd3 .nv-axis line {stroke: #DDDDDD;}
#svg096262 .nvd3 .nv-axis text.nv-axislabel {font-size: 15px;font-variant: small-caps;letter-spacing:2px;}
#svg096262 .nvd3 .nv-x .nv-wrap g .tick:first-of-type text {text-anchor: start !important;}
#svg096262 .nvd3 .nv-x .nv-wrap g .tick:last-of-type text {text-anchor: end !important;}
#svg096262 .nvd3 .nv-groups .lws-dashed-line {stroke-dasharray:10,10 !important;}
#svg096262 .nvd3 .nv-groups .lws-dotted-line {stroke-dasharray:2,2 !important;}
#svg096262 .nvd3 .nv-groups .lws-thin-line {stroke-width: 1 !important;}
#svg096262 .nvd3 .nv-groups .lws-regular-line {stroke-width: 2 !important;}
#svg096262 .nvd3 .nv-groups .lws-thick-line {stroke-width: 3 !important;}
#svg096262 .nvd3 .nv-groups .lws-serie-3 .nv-area {stroke-opacity:0;}
#svg096262 .nvd3 .nv-groups .lws-serie-3 .nv-line {stroke-opacity:0;}
jQuery(document).ready(function($) {
var chartgraph096262 = null;
var datagraph096262 =[{"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 shiftgraph096262 = new Date();
var xgraph096262 = 60000 * shiftgraph096262.getTimezoneOffset();
var minDomaingraph096262 = new Date(xgraph096262 + 1601553600000);
var maxDomaingraph096262 = new Date(xgraph096262 + 1604145600000);
var h00Tickgraph096262 = new Date(xgraph096262 + 1601553600000);
var h01Tickgraph096262 = new Date(xgraph096262 + 1602158400000);
var h02Tickgraph096262 = new Date(xgraph096262 + 1602763200000);
var h03Tickgraph096262 = new Date(xgraph096262 + 1603454400000);
var h04Tickgraph096262 = new Date(xgraph096262 + 1604145600000);
var colorgraph096262 = colorbrewer.Set1[3].slice(0);
nv.addGraph(function() {
chartgraph096262 = nv.models.lineChart()
.x(function(d) {return xgraph096262 + d[0]})
.y(function(d) {return d[1]})
.interpolate("cardinal")
.focusEnable(false)
.showLegend(true)
.xDomain([minDomaingraph096262, maxDomaingraph096262])
.yDomain([0, 35])
.color(colorgraph096262)
.noData("Es können keine Daten angezeigt werden")
.useInteractiveGuideline(true);
chartgraph096262.xAxis.axisLabel("").showMaxMin(false).tickFormat(function(d) {return d3.time.format("%Y-%m-%d")(new Date(d)) });
chartgraph096262.xAxis.tickValues([h00Tickgraph096262, h01Tickgraph096262, h02Tickgraph096262, h03Tickgraph096262, h04Tickgraph096262]);
chartgraph096262.interactiveLayer.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph096262.tooltip.headerFormatter(function (d) {if (typeof d === "string") {d=parseFloat(d);};return d3.time.format("%Y-%m-%d")(new Date(d));});
chartgraph096262.interactiveLayer.tooltip.gravity("s");
chartgraph096262.yAxis.showMaxMin(false).tickFormat(function(d) { return d + " km/h"; });
chartgraph096262.yAxis.tickValues([8, 15, 22, 29]);
d3.select("#graph096262 svg").datum(datagraph096262).transition().duration(500).call(chartgraph096262);
nv.utils.windowResize(chartgraph096262.update);
return chartgraph096262;
});
var targetgraph096262 = document.getElementById("graph096262");
var targetNodegraph096262 = targetgraph096262.parentElement.parentElement.parentElement.parentElement;
var modeStandard = true;
var modeElementorPopbox = false;
var testgraph096262 = targetgraph096262.closest(".modal-body");
if (testgraph096262 != null) {
testgraph096262 = testgraph096262.closest(".modal-content");
if (testgraph096262 != null) {
testgraph096262 = testgraph096262.closest(".modal");
if (testgraph096262 != null) {
targetNodegraph096262 = testgraph096262;
modeStandard = false;
modeElementorPopbox = true;
}
}
}
var callbackgraph096262 = 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 (chartgraph096262) {chartgraph096262.update();}}}}}}}
if (modeElementorPopbox) {if (mutation.type == "attributes") {if (mutation.attributeName == "style") {if (mutation.target.style.display == "block") {if (chartgraph096262) {chartgraph096262.update();}}}}}
})
};
var observergraph096262 = new MutationObserver(callbackgraph096262);
observergraph096262.observe(targetNodegraph096262,{attributes: true, subtree: true, attributeOldValue: true});
});
|
Die neuesten Kommentare zu allen Beiträgen