(function () { var highcharts = document.createElement('script'); var cdn = 'https://code.highcharts.com/'; var loaded = 0; var encodedUrl = encodeURI('https://app.everviz.com//show/aIxaB8uhw'); var scripts = [ "highcharts.js", "modules/stock.js", "highcharts-more.js", "highcharts-3d.js", "modules/data.js", "modules/exporting.js", "modules/funnel.js", "modules/solid-gauge.js", "modules/annotations.js", "modules/export-data.js", "modules/accessibility.js" /* "modules/series-label.js" */ ]; var options = {"title":{"text":"Evolution of the consumption expenditure in Burundi in current U$ (1960-2015)"},"subtitle":{"text":""},"exporting":{},"yAxis":[{"title":{"text":""}}],"series":[{"data":[[1960,185499996],[1961,192499998],[1962,204750008],[1963,234499994],[1964,241499996],[1965,153302518],[1966,157914286],[1967,168016000],[1968,173822857],[1969,179073143],[1970,233997714],[1971,248109714],[1972,247196571],[1973,295224052],[1974,351230476],[1975,434231111],[1976,420781449],[1977,484565556],[1978,576552222],[1979,732755556],[1980,925216667],[1981,929201111],[1982,1035898889],[1983,1005771920],[1984,924731434],[1985,1102818748],[1986,1189088040],[1987,1056578768],[1988,1064298996],[1989,1077552519],[1990,1192841085],[1991,1216172325],[1992,1192310456],[1993,997193203],[1994,1028965791],[1995,1080347659],[1996,884009692],[1997,958376614],[1998,935500210],[1999,828305770],[2000,932592162],[2001,930606971],[2002,894344321],[2003,837576963],[2004,982286418],[2005,1149312493],[2006,1497671268],[2007,1401623849],[2008,1640168228],[2009,1967229934],[2010,2021646475],[2011,2372683750],[2012,2475986528],[2013,2663050590],[2014,3030476862],[2015,3307466490]],"name":"Consumption expenditure (current U $)","_colorIndex":0,"_symbolIndex":0},{"data":[[1960,null],[1961,null],[1962,null],[1963,null],[1964,null],[1965,null],[1966,null],[1967,null],[1968,null],[1969,null],[1970,null],[1971,null],[1972,null],[1973,null],[1974,null],[1975,null],[1976,null],[1977,null],[1978,null],[1979,null],[1980,null],[1981,null],[1982,null],[1983,null],[1984,null],[1985,null],[1986,null],[1987,null],[1988,null],[1989,null],[1990,null],[1991,null],[1992,null],[1993,null],[1994,null],[1995,null],[1996,null],[1997,null],[1998,null],[1999,null],[2000,null],[2001,null],[2002,null],[2003,null],[2004,null],[2005,null],[2006,null],[2007,null],[2008,null],[2009,null],[2010,null],[2011,null],[2012,null],[2013,null],[2014,null],[2015,null]],"name":"null","_colorIndex":1,"_symbolIndex":1}],"plotOptions":{"series":{"animation":false}},"chart":{"style":{"fontFamily":"Arial","color":"#333","fontSize":"12px","fontWeight":"normal","fontStyle":"normal"}},"colors":["#283593","#434348","#90ed7d","#f7a35c","#8085e9","#f15c80","#e4d354","#2b908f","#f45b5b","#91e8e1"],"credits":{"text":"Powered by Highcharts Cloud","href":"https://app.everviz.com","enabled":true,"style":{"font-size":"16px"}},"data":{"csv":"\"Year\";\"Consumption expenditure (current U $)\";\"null\"\n1960;\"185 499 996\";\n1961;\"192 499 998\";\n1962;\"204 750 008\";\n1963;\"234 499 994\";\n1964;\"241 499 996\";\n1965;\"153 302 518\";\n1966;\"157 914 286\";\n1967;\"168 016 000\";\n1968;\"173 822 857\";\n1969;\"179 073 143\";\n1970;\"233 997 714\";\n1971;\"248 109 714\";\n1972;\"247 196 571\";\n1973;\"295 224 052\";\n1974;\"351 230 476\";\n1975;\"434 231 111\";\n1976;\"420 781 449\";\n1977;\"484 565 556\";\n1978;\"576 552 222\";\n1979;\"732 755 556\";\n1980;\"925 216 667\";\n1981;\"929 201 111\";\n1982;\"1 035 898 889\";\n1983;\"1 005 771 920\";\n1984;\"924 731 434\";\n1985;\"1 102 818 748\";\n1986;\"1 189 088 040\";\n1987;\"1 056 578 768\";\n1988;\"1 064 298 996\";\n1989;\"1 077 552 519\";\n1990;\"1 192 841 085\";\n1991;\"1 216 172 325\";\n1992;\"1 192 310 456\";\n1993;\"997 193 203\";\n1994;\"1 028 965 791\";\n1995;\"1 080 347 659\";\n1996;\"884 009 692\";\n1997;\"958 376 614\";\n1998;\"935 500 210\";\n1999;\"828 305 770\";\n2000;\"932 592 162\";\n2001;\"930 606 971\";\n2002;\"894 344 321\";\n2003;\"837 576 963\";\n2004;\"982 286 418\";\n2005;\"1 149 312 493\";\n2006;\"1 497 671 268\";\n2007;\"1 401 623 849\";\n2008;\"1 640 168 228\";\n2009;\"1 967 229 934\";\n2010;\"2 021 646 475\";\n2011;\"2 372 683 750\";\n2012;\"2 475 986 528\";\n2013;\"2 663 050 590\";\n2014;\"3 030 476 862\";\n2015;\"3 307 466 490\";"}}; function isScriptAlreadyIncluded(src){ var scripts = document.getElementsByTagName("script"); for (var i = 0; i < scripts.length; i++) { if (scripts[i].hasAttribute('src')) { const scriptTag = scripts[i].getAttribute('src') || ''; if ((scriptTag.indexOf(src) >= 0) || (scriptTag.indexOf('highcharts.src.js') > -1 && src === 'highcharts.js') || ((scriptTag.indexOf('stock/highstock.js') > -1) && src === 'modules/highstock.js')) { 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]; /* // Sample of extending options: Highcharts.merge(true, options, { chart: { backgroundColor: "#bada55" }, plotOptions: { series: { cursor: "pointer", events: { click: function(event) { alert(this.name + " clicked\n" + "Alt: " + event.altKey + "\n" + "Control: " + event.ctrlKey + "\n" + "Shift: " + event.shiftKey + "\n"); } } } } }); */ if (options && (options.lang || options.global)) { Highcharts.setOptions({ global: options.global || {}, lang: options.lang || {} }); } new Highcharts.Chart('highcharts-aIxaB8uhw', 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/173035/1/view', true); r.setRequestHeader('Content-Type', 'application/json'); r.send(); } catch (e) { } }());