(function () {
var highcharts = document.createElement('script');
var cdn = 'https://code.highcharts.com/';
var loaded = 0;
var scripts = [
"stock/highstock.js",
"highcharts-more.js",
"highcharts-3d.js",
"modules/data.js",
"modules/exporting.js",
"modules/funnel.js",
"modules/solid-gauge.js",
"modules/annotations.js"
/* "modules/series-label.js" */
];
var options = {"chart":{"type":"column","style":{"fontFamily":"Verdana"},"height":630,"width":630},"plotOptions":{"series":{"dataLabels":{"enabled":true},"animation":false},"spline":{"lineWidth":2.6},"line":{"lineWidth":4.6}},"legend":{"floating":true,"itemStyle":{"fontSize":"16px"},"enabled":false,"y":79,"width":279,"x":95,"verticalAlign":"top","layout":"vertical"},"yAxis":[{"gridLineColor":"#252121","gridLineDashStyle":"Dot","gridLineWidth":0.75,"title":{"text":""}}],"subtitle":{"floating":true,"useHTML":true,"y":590,"widthAdjust":0,"style":{"fontSize":"10px","color":"#666666"},"align":"left","text":"
Graue Bereiche: Rezessionen in Deutschland nach Definition des
ECRI
\t "},"xAxis":[{"labels":{"x":11,"step":2},"title":{"text":" ","margin":40},"alternateGridColor":"#faf7f6","tickPixelInterval":25,"tickLength":0}],"title":{"align":"left","style":{"fontSize":"25px"},"text":"Wertverlust der Infrastruktur: 83 Mrd. €
\t Nettoanlageinvestitionen der öffentlichen Hand in Deutschland, Nichtwohnbauten, jew. Preise
\t (Mrd. €)
","useHTML":true},"credits":{"enabled":false,"href":"https://www.weitwinkelsubjektiv.com/","text":"Weitwinkelsubjektiv.com"},"colors":{"0":"#7cb5ec","1":"#434348","2":"#90ed7d","3":"#f7a35c","4":"#8085e9","5":"#f15c80","6":"#e4d354","7":"#2b908f","8":"#f45b5b","9":"#91e8e1"},"tooltip":{"xDateFormat":"%B %Y"},"exporting":{"sourceHeight":600,"allowHTML":true,"sourceWidth":625},"global":{"Date":""},"lang":{"downloadPNG":"Download PNG image","decimalPoint":",","downloadSVG":"","downloadPDF":"Download PDF document"},"meta":{"js":{"lib":{"version":"1.0.012"}},"highcharts":{"version":"4.1.8"}},"pane":{"background":[]},"responsive":{"rules":[]},"data":{"csv":"\"null\";\"Nettoanlageinvestitionen\"\n\"30.06.1992\";12.3\n\"30.06.1993\";10.97\n\"30.06.1994\";10.67\n\"30.06.1995\";5.88\n\"30.06.1996\";4.64\n\"30.06.1997\";2.03\n\"30.06.1998\";1.63\n\"30.06.1999\";3.23\n\"30.06.2000\";2.63\n\"30.06.2001\";1.89\n\"30.06.2002\";0.49\n\"30.06.2003\";-1.77\n\"30.06.2004\";-4.72\n\"30.06.2005\";-6.57\n\"30.06.2006\";-5.5\n\"30.06.2007\";-5.23\n\"30.06.2008\";-4.63\n\"30.06.2009\";-3.95\n\"30.06.2010\";-3.81\n\"30.06.2011\";-3.91\n\"30.06.2012\";-6.64\n\"30.06.2013\";-7.63\n\"30.06.2014\";-7.44\n\"30.06.2015\";-7.91\n\"30.06.2016\";-7.17\n\"30.06.2017\";-6.34"}};
function isScriptAlreadyIncluded(src){
var scripts = document.getElementsByTagName("script");
for (var i = 0; i < scripts.length; i++) {
if (scripts[i].hasAttribute('src')) {
if ((scripts[i].getAttribute('src') || '').indexOf(src) >= 0) {
return true;
}
}
}
return false;
}
function createChart() {
if (typeof window['Highcharts'] !== 'undefined') {
if (options.yAxis && options.yAxis.length === 1) options.yAxis = options.yAxis[0];
if (options.xAxis && options.xAxis.length === 1) options.xAxis = options.xAxis[0];
if (options.zAxis && options.zAxis.length === 1) options.zAxis = options.zAxis[0];
Highcharts.extend(options, Highcharts.merge(options, {
xAxis:{
plotBands:[
/*
//US recessions according to NBER
{
from: Date.UTC(1973,11,1),
to: Date.UTC(1975,3,31),
color: '#dddddd'
},{
from: Date.UTC(1980,1,1),
to: Date.UTC(1980,7,31),
color: '#dddddd'
},{
from: Date.UTC(1981,7,1),
to: Date.UTC(1982,11,30),
color: '#dddddd'
},{
from: Date.UTC(1990,7,1),
to: Date.UTC(1991,3,31),
color: '#dddddd'
},{
from: Date.UTC(2001,3,1),
to: Date.UTC(2001,11,30),
color: '#dddddd'
},{
from: Date.UTC(2007,12,1),
to: Date.UTC(2009,6,30),
color: '#dddddd'
}
*/
//DE recessions according to ECRI
{
from: Date.UTC(1966,3,1),
to: Date.UTC(1967,5,31),
color: '#dddddd'
},{
from: Date.UTC(1973,8,31),
to: Date.UTC(1975,7,31),
color: '#dddddd'
},{
from: Date.UTC(1980,1,1),
to: Date.UTC(1982,10,31),
color: '#dddddd'
},{
from: Date.UTC(1991,1,1),
to: Date.UTC(1994,4,30),
color: '#dddddd'
},{
from: Date.UTC(2001,1,1),
to: Date.UTC(2003,8,31),
color: '#dddddd'
},{
from: Date.UTC(2008,4,1),
to: Date.UTC(2009,1,31),
color: '#dddddd'
}
]
},
yAxis:{
plotLines: [
{
color: '#000000',
width: 0.75,
value: 0
},{
value: 10,
label: {
text: 'Bilanz des Verfalls seit
der Deutschen Einheit:
-26,8 Mrd. €',
align: 'center',
style: {
fontSize: '19px',
fontWeight: 'bold',
color: '#fa3600'
},
x: 160
}
}
]
}
}));
Highcharts.extend(options, Highcharts.merge(options, {
plotOptions: {
series: {
marker: {
enabled: false
}
}
}
}));
if (options && (options.lang || options.global)) {
Highcharts.setOptions({
global: options.global || {},
lang: options.lang || {}
});
}
new Highcharts.Chart('highcharts-r1lQUN4df', options);
}
}
function check() {
if (loaded === scripts.length) {
for (var i = 0; i < window.HighchartsCloud.ondone.length; i++) {
try {
window.HighchartsCloud.ondone[i]();
} catch(e) {
console.error(e);
}
}
}
window.HighchartsCloud.hasLoaded = true;
}
function loadScript(s) {
function next() {
++loaded;
if (loaded < scripts.length) {
loadScript(scripts[loaded]);
}
check();
}
if (isScriptAlreadyIncluded(s)) {
return next();
}
var n = document.createElement('script');
n.onload = function () {
next();
};
if (s.indexOf('https') >= 0) {
n.src = s;
} else {
n.src = cdn + s;
}
document.body.appendChild(n);
}
if (typeof window['HighchartsCloud'] === 'undefined') {
window.HighchartsCloud = {
ondone: [createChart],
hasWrapped: false,
hasLoaded: false
};
loadScript(scripts[0]);
} else {
if (window.HighchartsCloud.hasLoaded) {
createChart();
} else {
window.HighchartsCloud.ondone.push(createChart);
}
}
try {
var r = new XMLHttpRequest();
r.open('POST', 'https://api.everviz.com:443/chart/151848/9/view', true);
r.setRequestHeader('Content-Type', 'application/json');
r.send();
} catch (e) {
}
}());