(function () { var highcharts = document.createElement('script'); var cdn = 'https://code.highcharts.com/'; var loaded = 0; var encodedUrl = encodeURI('https://app.everviz.com//show/L6gaaLaMX'); 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/export-data.js", "modules/accessibility.js" /* "modules/series-label.js" */ ,"modules/annotations.js" ,"modules/annotations-advanced.js" ]; var externalCSS = [ ]; var options = {"chart":{"type":"column","spacingBottom":25,"plotBackgroundColor":"","backgroundColor":"#bee1b7"},"plotOptions":{"series":{"stacking":"percent","animation":false},"column":{"borderWidth":0}},"title":{"text":"Share of annual greenhouse emissions covered by every known carbon tax\u0003and emissions-trading system in the world","align":"left"},"subtitle":{"text":"Based on global emissions in 2012","align":"left","style":{"fontFamily":"\"Lucida Grande\", \"Lucida Sans Unicode\", Verdana, Arial, Helvetica, sans-serif","color":"#666666","fontSize":"18px","fontWeight":"normal","fontStyle":"italic"}},"series":[{"data":[],"turboThreshold":0,"_colorIndex":0,"_symbolIndex":0},{"data":[],"turboThreshold":0,"_colorIndex":1,"_symbolIndex":0,"type":"column"},{"data":[],"turboThreshold":0,"_colorIndex":2,"_symbolIndex":0,"type":"column"}],"yAxis":[{"title":{"text":""},"labels":{"format":"{value}%"},"opposite":true,"gridLineColor":"#ffffff","tickWidth":1,"tickColor":"#ffffff","lineColor":"#ffffff","lineWidth":0}],"colors":["#57ac46","#0d6eac","#000000","#f7a35c","#8085e9","#f15c80","#e4d354","#2b908f","#f45b5b","#91e8e1"],"pane":{"background":[]},"responsive":{"rules":[]},"xAxis":[{"labels":{"format":"{value}"},"lineColor":"#fffffff"}],"credits":{"text":"World Bank Group, 2018","href":""},"legend":{"layout":"vertical","verticalAlign":"top","align":"center"},"tooltip":{"valueSuffix":"%","valueDecimals":2,"shared":true},"exporting":{"buttons":{"contextButton":{"theme":{"fill":"#bee1b7"}}}},"annotations":[],"data":{"csv":"Year;Emissions not covered;Covered by emissions-trading systems;Covered by carbon taxes\n1990;99.92538;;0.07462\n1991;99.804699;0;0.195301\n1992;99.76505;0;0.23495\n1993;99.76505;0;0.23495\n1994;99.76505;0;0.23495\n1995;99.76505;0;0.23495\n1996;99.755942;0;0.244058\n1997;99.755942;0;0.244058\n1998;99.755942;0;0.244058\n1999;99.755942;0;0.244058\n2000;99.754546;0;0.245454\n2001;99.754546;0;0.245454\n2002;99.754546;0;0.245454\n2003;99.754546;0;0.245454\n2004;99.750771;0;0.249229\n2005;96.303705;3.447066;0.249229\n2006;96.303705;3.447066;0.249229\n2007;96.083915;3.666856;0.249229\n2008;95.889399;3.750976;0.359625\n2009;95.716378;3.923997;0.359625\n2010;95.653949;3.949564;0.396487\n2011;95.113872;3.962483;0.923645\n2012;93.031038;4.248129;2.720833\n2013;90.751915;6.527252;2.720833\n2014;89.371976;7.003561;3.624463\n2015;88.014742;8.322588;3.66267\n2016;86.947893;9.389437;3.66267\n2017;86.478977;9.495624;4.025399\n2018;86.478977;9.495624;4.025399\n2019;85.594102;9.495624;4.910274\n2020;80.467603;14.622123;4.910274","seriesMapping":[{"x":0,"y":1},{"x":0,"y":2},{"x":0,"y":3}]},"stockTools":{"gui":{"enabled":false}}}; 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 loadCSS() { var cssLength = externalCSS.length; for(var i=0; i < cssLength; i++) { var css = document.createElement('link'); css.rel = 'stylesheet'; css.type = "text/css"; css.href = externalCSS[i]; document.body.appendChild(css); } } 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.merge(true, options, { chart: {style: {fontFamily: "'Fort', sans-serif", fontWeight: "500",}}, credits: {style: {fontSize: 12, fontWeight: "500", color: "#222222",}}, legend: {itemStyle: {fontSize: 14, fontWeight: "700",}}, plotOptions: {series: {dataLabels: {style: {fontSize: 14,}}}}, subtitle: {style: {fontFamily: "'Fort', sans-serif", fontSize: 15, lineHeight: 20, fontWeight: "400", color: "#222222",}}, title: {style: {fontFamily: "'Fort', sans-serif", fontSize: 16, lineHeight: 21, fontWeight: "700", color: "#222222",}}, tooltip: {style: {fontSize: 14, fontWeight: "500", color: "#222222",}}, xAxis: {labels: {style: {fontSize: 14, fontWeight: "700", color: "#222222",}}, title: {style: {fontFamily: "'Fort', sans-serif", fontSize: 15, fontWeight: "700", color: "#222222",}}}, yAxis: {labels: {style: {fontSize: 14, fontWeight: "700", color: "#222222",}}, title: {style: {fontFamily: "'Fort', sans-serif", fontSize: 15, fontWeight: "700", color: "#222222",}}}, }); if (options && (options.lang || options.global)) { Highcharts.setOptions({ global: options.global || {}, lang: options.lang || {} }); } if (Highcharts.Annotation) { Highcharts.Annotation.ControlPoint.prototype.redraw = function (animation) { this.graphic[animation ? 'animate' : 'attr']( this.options.positioner ? this.options.positioner.call(this, this.target) : null ); }; } new Highcharts.Chart('highcharts-L6gaaLaMX', 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) { if (!s) next(); 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]); loadCSS(); } 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/202307/17/view', true); r.setRequestHeader('Content-Type', 'application/json'); r.send(); } catch (e) { } }());