(function () { var highcharts = document.createElement('script'); var cdn = 'https://code.highcharts.com/'; var loaded = 0; var encodedUrl = encodeURI('https://app.everviz.com//show/4X_oS0xv'); 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" */ ]; var externalCSS = [ ]; var extraScripts = [ "modules/annotations.js" ,"modules/annotations-advanced.js" ]; var options = {"plotOptions":{"series":{"animation":false,"states":{"inactive":{},"hover":{"color":"#a4edba"},"select":{"color":"#EFFFEF","borderColor":"black","dashStyle":"dot"}},"allowPointSelect":true}},"colors":["#4b803e","#f47b2a","#46ad9b","#f5cb23","#b80d31","#482078","#d3556b","#1b5fab","#9ab92e","#ffa600","#793381","#a9a9a9","#183a7e"],"credits":{"text":"Humanities Indicators, 2019 American Academy of Arts and Sciences","href":"","style":{"cursor":"pointer","color":"#999999","fontSize":"11px","fontFamily":"\"Lucida Grande\", \"Lucida Sans Unicode\", Verdana, Arial, Helvetica, sans-serif"}},"title":{"text":"V-06c: Average Minutes per Day Spent Reading for Personal Interest","style":{"fontFamily":"Lucida Sans Unicode","color":"#333333","fontSize":"18px","fontWeight":"normal","fontStyle":"normal"},"margin":11,"y":22},"xAxis":[{"type":"category","title":{"text":"","textAlign":"","useHTML":false,"style":{"fontFamily":"Lucida Sans Unicode","color":"#212121","fontSize":"12px","fontWeight":"bold","fontStyle":"normal"}},"endOnTick":false,"minorTickInterval":"","minorTicks":false,"tickWidth":1,"tickmarkPlacement":"on"}],"series":[{"data":[],"turboThreshold":0,"_symbolIndex":0,"type":"line","marker":{"enabled":false,"symbol":"circle"},"lineWidth":3},{"data":[],"turboThreshold":0,"_symbolIndex":0,"type":"line","marker":{"enabled":false,"symbol":"circle"},"lineWidth":3},{"data":[],"turboThreshold":0,"_symbolIndex":0,"type":"line","marker":{"enabled":false,"symbol":"circle"},"lineWidth":3},{"data":[],"turboThreshold":0,"_symbolIndex":0,"type":"line","marker":{"enabled":false,"symbol":"circle"},"lineWidth":3},{"data":[],"turboThreshold":0,"_symbolIndex":0,"type":"line","marker":{"enabled":false,"symbol":"circle"},"lineWidth":3},{"data":[],"turboThreshold":0,"_symbolIndex":0,"type":"line","marker":{"enabled":false,"symbol":"circle"},"lineWidth":3},{"data":[],"turboThreshold":0,"_symbolIndex":0,"type":"line","marker":{"enabled":false,"symbol":"circle"},"lineWidth":3},{"data":[],"turboThreshold":0,"_symbolIndex":0,"type":"line","marker":{"enabled":false,"symbol":"circle"},"lineWidth":3}],"chart":{"plotBorderWidth":1,"height":500},"subtitle":{"text":"by Age, 2003–2018","style":{"fontFamily":"Lucida Sans Unicode","color":"#666666","fontSize":"14px","fontWeight":"normal","fontStyle":"normal"}},"caption":{"text":"","style":{"fontFamily":"Default","color":"#616161","fontSize":"10px","fontWeight":"normal","fontStyle":"normal"}},"chartarea":{},"plotarea":{},"tooltip":{},"annotations":[],"yAxis":[{"title":{"text":"Minutes Spent Reading","style":{"fontFamily":"Lucida Sans Unicode","color":"#212121","fontSize":"12px","fontWeight":"bold","fontStyle":"normal"}},"type":"linear","min":0,"max":80,"tickInterval":10}],"stockTools":{"gui":{"enabled":false}},"navigation":{"bindingsClassName":"tools-container"},"pane":{"background":[]},"responsive":{"rules":[]},"legend":{"itemStyle":{"fontFamily":"Lucida Sans Unicode","color":"#333333","fontSize":"12px","fontWeight":"normal","fontStyle":"normal","cursor":"pointer"},"reversed":false,"layout":"vertical","align":"right","verticalAlign":"middle"},"labels":{"items":[]},"data":{"csv":"null;15 - 19 Years;20 - 24 Years;25 - 34 Years;35 - 44 Years;45 - 54 Years;55 - 64 Years;65 - 74 Years;75 Years and Older\n2003;7.2;9.6;9.6;13.8;19.2;30;46.8;72\n2004;9;6;10.2;14.4;21;34.8;50.4;69\n2005;7.8;9.6;9;14.4;19.8;30.6;48.6;72.6\n2006;6.6;10.2;9.6;13.2;19.2;33;45.6;64.8\n2007;8.4;7.8;7.8;11.4;18.6;32.4;43.8;67.2\n2008;10.2;7.8;7.2;11.4;16.2;31.2;46.8;62.4\n2009;9;10.8;9.6;11.4;17.4;28.2;42;61.8\n2010;7.2;10.2;8.4;10.2;15;22.2;39;56.4\n2011;9;7.2;9;12;15.6;22.8;36;48\n2012;6.6;9;8.4;11.4;15.6;25.8;40.8;58.2\n2013;7.8;13.8;6.6;9.6;12.6;25.2;44.4;57.6\n2014;6.6;13.8;7.8;9;13.8;22.2;37.8;65.4\n2015;11.4;6.6;10.2;10.2;13.2;22.2;39.6;61.2\n2016;7.2;8.4;9;10.2;10.8;22.2;33.6;51.6\n2017;8.4;6.6;6.6;9.6;12.6;18;34.8;51\n2018;7.2;6.6;6;9;9.6;16.2;36.6;48","seriesMapping":[{"x":0,"y":1},{"x":0,"y":2},{"x":0,"y":3},{"x":0,"y":4},{"x":0,"y":5},{"x":0,"y":6},{"x":0,"y":7},{"x":0,"y":8}]}}; 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]; /* // 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"); } } } } }); *//* // Sample of extending options: Highcharts.merge(true, options, { chart: { backgroundColor: "#0d233a" }, 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 || {} }); } 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 ); }; } window.HighchartsCloud.hasLoaded = true; new Highcharts.Chart('highcharts-4X_oS0xv', options); } } function check(scripts, cb) { if (loaded === scripts.length) { if (cb) { cb(); } else { for (var i = 0; i < window.HighchartsCloud.ondone.length; i++) { try { window.HighchartsCloud.ondone[i](); } catch(e) { console.error(e); } } } } } function loadScript(s, scripts, cb) { if (!s) next(); function next() { ++loaded; if (loaded < scripts.length) { loadScript(scripts[loaded], scripts, cb); } check(scripts, cb); } 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); } function loadExtraScripts(){ loaded = 0; if (extraScripts.length > 0) { loadScript(extraScripts[0], extraScripts); } } function loadExtraScriptsAndMakeChart(){ loaded = 0; if (extraScripts.length > 0) { loadScript(extraScripts[0], extraScripts, createChart); } } if (typeof window['HighchartsCloud'] === 'undefined') { window.HighchartsCloud = { ondone: [createChart], hasWrapped: false, hasLoaded: false }; loadScript(scripts[0], scripts, loadExtraScripts); loadCSS(); } else { if (!window.HighchartsCloud.hasLoaded) window.HighchartsCloud.ondone.push(loadExtraScriptsAndMakeChart); else loadExtraScriptsAndMakeChart(); } try { var r = new XMLHttpRequest(); r.open('POST', 'https://api.everviz.com:443/chart/267503/14/view', true); r.setRequestHeader('Content-Type', 'application/json'); r.send(); } catch (e) { } }());