1 line
30 KiB
JavaScript
1 line
30 KiB
JavaScript
!function(){function a(a,b,c){"undefined"==typeof c&&(c=b,optionsValues=void 0);var d="undefined"!=typeof a?a:b;if("undefined"==typeof d)return null;if("function"==typeof d){var e=[c];return c.geography&&(e=[c.geography,c.data]),d.apply(null,e)}return d}function b(a,b,c){return this.svg=n.select(a).append("svg").attr("width",c||a.offsetWidth).attr("data-width",c||a.offsetWidth).attr("class","datamap").attr("height",b||a.offsetHeight).style("overflow","hidden"),this.options.responsive&&(n.select(this.options.element).style({position:"relative","padding-bottom":100*this.options.aspectRatio+"%"}),n.select(this.options.element).select("svg").style({position:"absolute",width:"100%",height:"100%"}),n.select(this.options.element).select("svg").select("g").selectAll("path").style("vector-effect","non-scaling-stroke")),this.svg}function c(a,b){var c,d,e=b.width||a.offsetWidth,f=b.height||a.offsetHeight,g=this.svg;return b&&"undefined"==typeof b.scope&&(b.scope="world"),"usa"===b.scope?c=n.geo.albersUsa().scale(e).translate([e/2,f/2]):"world"===b.scope&&(c=n.geo[b.projection]().scale((e+1)/2/Math.PI).translate([e/2,f/("mercator"===b.projection?1.45:1.8)])),"orthographic"===b.projection&&(g.append("defs").append("path").datum({type:"Sphere"}).attr("id","sphere").attr("d",d),g.append("use").attr("class","stroke").attr("xlink:href","#sphere"),g.append("use").attr("class","fill").attr("xlink:href","#sphere"),c.scale(250).clipAngle(90).rotate(b.projectionConfig.rotation)),d=n.geo.path().projection(c),{path:d,projection:c}}function d(){n.select(".datamaps-style-block").empty()&&n.select("head").append("style").attr("class","datamaps-style-block").html('.datamap path.datamaps-graticule { fill: none; stroke: #777; stroke-width: 0.5px; stroke-opacity: .5; pointer-events: none; } .datamap .labels {pointer-events: none;} .datamap path {stroke: #FFFFFF; stroke-width: 1px;} .datamaps-legend dt, .datamaps-legend dd { float: left; margin: 0 3px 0 0;} .datamaps-legend dd {width: 20px; margin-right: 6px; border-radius: 3px;} .datamaps-legend {padding-bottom: 20px; z-index: 1001; position: absolute; left: 4px; font-size: 12px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;} .datamaps-hoverover {display: none; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } .hoverinfo {padding: 4px; border-radius: 1px; background-color: #FFF; box-shadow: 1px 1px 5px #CCC; font-size: 12px; border: 1px solid #CCC; } .hoverinfo hr {border:1px dotted #CCC; }')}function e(b){var c=this.options.fills,d=this.options.data||{},e=this.options.geographyConfig,f=this.svg.select("g.datamaps-subunits");f.empty()&&(f=this.addLayer("datamaps-subunits",null,!0));var g=o.feature(b,b.objects[this.options.scope]).features;e.hideAntarctica&&(g=g.filter(function(a){return"ATA"!==a.id})),e.hideHawaiiAndAlaska&&(g=g.filter(function(a){return"HI"!==a.id&&"AK"!==a.id}));var h=f.selectAll("path.datamaps-subunit").data(g);h.enter().append("path").attr("d",this.path).attr("class",function(a){return"datamaps-subunit "+a.id}).attr("data-info",function(a){return JSON.stringify(d[a.id])}).style("fill",function(b){var e,f=d[b.id];return f&&f.fillKey&&(e=c[a(f.fillKey,{data:d[b.id],geography:b})]),"undefined"==typeof e&&(e=a(f&&f.fillColor,c.defaultFill,{data:d[b.id],geography:b})),e}).style("stroke-width",e.borderWidth).style("stroke",e.borderColor)}function f(){function b(){this.parentNode.appendChild(this)}var c=this.svg,d=this,e=this.options.geographyConfig;(e.highlightOnHover||e.popupOnHover)&&c.selectAll(".datamaps-subunit").on("mouseover",function(f){var g=n.select(this),h=d.options.data[f.id]||{};if(e.highlightOnHover){var i={fill:g.style("fill"),stroke:g.style("stroke"),"stroke-width":g.style("stroke-width"),"fill-opacity":g.style("fill-opacity")};g.style("fill",a(h.highlightFillColor,e.highlightFillColor,h)).style("stroke",a(h.highlightBorderColor,e.highlightBorderColor,h)).style("stroke-width",a(h.highlightBorderWidth,e.highlightBorderWidth,h)).style("fill-opacity",a(h.highlightFillOpacity,e.highlightFillOpacity,h)).attr("data-previousAttributes",JSON.stringify(i)),/((MSIE)|(Trident))/.test(navigator.userAgent)||b.call(this)}e.popupOnHover&&d.updatePopup(g,f,e,c)}).on("mouseout",function(){var a=n.select(this);if(e.highlightOnHover){var b=JSON.parse(a.attr("data-previousAttributes"));for(var c in b)a.style(c,b[c])}a.on("mousemove",null),n.selectAll(".datamaps-hoverover").style("display","none")})}function g(a,b,c){if(b=b||{},this.options.fills){var d="<dl>",e="";b.legendTitle&&(d="<h2>"+b.legendTitle+"</h2>"+d);for(var f in this.options.fills){if("defaultFill"===f){if(!b.defaultFillName)continue;e=b.defaultFillName}else e=b.labels&&b.labels[f]?b.labels[f]:f+": ";d+="<dt>"+e+"</dt>",d+='<dd style="background-color:'+this.options.fills[f]+'"> </dd>'}d+="</dl>";n.select(this.options.element).append("div").attr("class","datamaps-legend").html(d)}}function h(a,b){var c=n.geo.graticule();this.svg.insert("path",".datamaps-subunits").datum(c).attr("class","datamaps-graticule").attr("d",this.path)}function i(b,c,d){var e=this;this.svg;if(!c||c&&!c.slice)throw"Datamaps Error - arcs must be an array";for(var f=0;f<c.length;f++)c[f]=l(c[f],c[f].options),delete c[f].options;"undefined"==typeof d&&(d=p.arcConfig);var g=b.selectAll("path.datamaps-arc").data(c,JSON.stringify),h=n.geo.path().projection(e.projection);g.enter().append("svg:path").attr("class","datamaps-arc").style("stroke-linecap","round").style("stroke",function(b){return a(b.strokeColor,d.strokeColor,b)}).style("fill","none").style("stroke-width",function(b){return a(b.strokeWidth,d.strokeWidth,b)}).attr("d",function(b){var c=e.latLngToXY(a(b.origin.latitude,b),a(b.origin.longitude,b)),f=e.latLngToXY(a(b.destination.latitude,b),a(b.destination.longitude,b)),g=[(c[0]+f[0])/2,(c[1]+f[1])/2];if(d.greatArc){var i=n.geo.greatArc().source(function(b){return[a(b.origin.longitude,b),a(b.origin.latitude,b)]}).target(function(b){return[a(b.destination.longitude,b),a(b.destination.latitude,b)]});return h(i(b))}var j=a(b.arcSharpness,d.arcSharpness,b);return"M"+c[0]+","+c[1]+"S"+(g[0]+50*j)+","+(g[1]-75*j)+","+f[0]+","+f[1]}).transition().delay(100).style("fill",function(b){var c=this.getTotalLength();return this.style.transition=this.style.WebkitTransition="none",this.style.strokeDasharray=c+" "+c,this.style.strokeDashoffset=c,this.getBoundingClientRect(),this.style.transition=this.style.WebkitTransition="stroke-dashoffset "+a(b.animationSpeed,d.animationSpeed,b)+"ms ease-out",this.style.strokeDashoffset="0","none"}),g.exit().transition().style("opacity",0).remove()}function j(a,b){var c=this;b=b||{};var d=this.projection([-67.707617,42.722131]);this.svg.selectAll(".datamaps-subunit").attr("data-foo",function(e){var f=c.path.centroid(e),g=7.5,h=5;["FL","KY","MI"].indexOf(e.id)>-1&&(g=-2.5),"NY"===e.id&&(g=-1),"MI"===e.id&&(h=18),"LA"===e.id&&(g=13);var i,j;i=f[0]-g,j=f[1]+h;var k=["VT","NH","MA","RI","CT","NJ","DE","MD","DC"].indexOf(e.id);if(k>-1){var l=d[1];i=d[0],j=l+k*(2+(b.fontSize||12)),a.append("line").attr("x1",i-3).attr("y1",j-5).attr("x2",f[0]).attr("y2",f[1]).style("stroke",b.labelColor||"#000").style("stroke-width",b.lineWidth||1)}return a.append("text").attr("x",i).attr("y",j).style("font-size",(b.fontSize||10)+"px").style("font-family",b.fontFamily||"Verdana").style("fill",b.labelColor||"#000").text(e.id),"bar"})}function k(b,c,d){function e(a){return"undefined"!=typeof a&&"undefined"!=typeof a.latitude&&"undefined"!=typeof a.longitude}var f=this,g=this.options.fills,h=this.options.filters,i=this.svg;if(!c||c&&!c.slice)throw"Datamaps Error - bubbles must be an array";var j=b.selectAll("circle.datamaps-bubble").data(c,d.key);j.enter().append("svg:circle").attr("class","datamaps-bubble").attr("cx",function(a){var b;return e(a)?b=f.latLngToXY(a.latitude,a.longitude):a.centered&&(b=f.path.centroid(i.select("path."+a.centered).data()[0])),b?b[0]:void 0}).attr("cy",function(a){var b;return e(a)?b=f.latLngToXY(a.latitude,a.longitude):a.centered&&(b=f.path.centroid(i.select("path."+a.centered).data()[0])),b?b[1]:void 0}).attr("r",function(b){return d.animate?0:a(b.radius,d.radius,b)}).attr("data-info",function(a){return JSON.stringify(a)}).attr("filter",function(b){var c=h[a(b.filterKey,d.filterKey,b)];return c?c:void 0}).style("stroke",function(b){return a(b.borderColor,d.borderColor,b)}).style("stroke-width",function(b){return a(b.borderWidth,d.borderWidth,b)}).style("fill-opacity",function(b){return a(b.fillOpacity,d.fillOpacity,b)}).style("fill",function(b){var c=g[a(b.fillKey,d.fillKey,b)];return c||g.defaultFill}).on("mouseover",function(b){var c=n.select(this);if(d.highlightOnHover){var e={fill:c.style("fill"),stroke:c.style("stroke"),"stroke-width":c.style("stroke-width"),"fill-opacity":c.style("fill-opacity")};c.style("fill",a(b.highlightFillColor,d.highlightFillColor,b)).style("stroke",a(b.highlightBorderColor,d.highlightBorderColor,b)).style("stroke-width",a(b.highlightBorderWidth,d.highlightBorderWidth,b)).style("fill-opacity",a(b.highlightFillOpacity,d.highlightFillOpacity,b)).attr("data-previousAttributes",JSON.stringify(e))}d.popupOnHover&&f.updatePopup(c,b,d,i)}).on("mouseout",function(a){var b=n.select(this);if(d.highlightOnHover){var c=JSON.parse(b.attr("data-previousAttributes"));for(var e in c)b.style(e,c[e])}n.selectAll(".datamaps-hoverover").style("display","none")}),j.transition().duration(400).attr("r",function(b){return a(b.radius,d.radius,b)}),j.exit().transition().delay(d.exitDelay).attr("r",0).remove()}function l(a){return Array.prototype.slice.call(arguments,1).forEach(function(b){if(b)for(var c in b)null==a[c]&&(a[c]=b[c])}),a}function m(a){if("undefined"==typeof n||"undefined"==typeof o)throw new Error("Include d3.js (v3.0.3 or greater) and topojson on this page before creating a new map");return this.options=l(a,p),this.options.geographyConfig=l(a.geographyConfig,p.geographyConfig),this.options.projectionConfig=l(a.projectionConfig,p.projectionConfig),this.options.bubblesConfig=l(a.bubblesConfig,p.bubblesConfig),this.options.arcConfig=l(a.arcConfig,p.arcConfig),n.select(this.options.element).select("svg").length>0&&b.call(this,this.options.element,this.options.height,this.options.width),this.addPlugin("bubbles",k),this.addPlugin("legend",g),this.addPlugin("arc",i),this.addPlugin("labels",j),this.addPlugin("graticule",h),this.options.disableDefaultStyles||d(),this.draw()}var n=window.d3,o=window.topojson,p={scope:"world",responsive:!1,aspectRatio:.5625,setProjection:c,projection:"equirectangular",dataType:"json",data:{},done:function(){},fills:{defaultFill:"#ABDDA4"},filters:{},geographyConfig:{dataUrl:null,hideAntarctica:!0,hideHawaiiAndAlaska:!1,borderWidth:1,borderColor:"#FDFDFD",popupTemplate:function(a,b){return'<div class="hoverinfo"><strong>'+a.properties.name+"</strong></div>"},popupOnHover:!0,highlightOnHover:!0,highlightFillColor:"#FC8D59",highlightBorderColor:"rgba(250, 15, 160, 0.2)",highlightBorderWidth:2},projectionConfig:{rotation:[97,0]},bubblesConfig:{borderWidth:2,borderColor:"#FFFFFF",popupOnHover:!0,radius:null,popupTemplate:function(a,b){return'<div class="hoverinfo"><strong>'+b.name+"</strong></div>"},fillOpacity:.75,animate:!0,highlightOnHover:!0,highlightFillColor:"#FC8D59",highlightBorderColor:"rgba(250, 15, 160, 0.2)",highlightBorderWidth:2,highlightFillOpacity:.85,exitDelay:100,key:JSON.stringify},arcConfig:{strokeColor:"#DD1C77",strokeWidth:1,arcSharpness:1,animationSpeed:600}};m.prototype.resize=function(){var a=this,b=a.options;if(b.responsive){var c=b.element.clientWidth,d=n.select(b.element).select("svg").attr("data-width");n.select(b.element).select("svg").selectAll("g").attr("transform","scale("+c/d+")")}},m.prototype.draw=function(){function a(a){b.options.dataUrl&&n[b.options.dataType](b.options.dataUrl,function(a){if("csv"===b.options.dataType&&a&&a.slice){for(var c={},d=0;d<a.length;d++)c[a[d].id]=a[d];a=c}Datamaps.prototype.updateChoropleth.call(b,a)}),e.call(b,a),f.call(b),(b.options.geographyConfig.popupOnHover||b.options.bubblesConfig.popupOnHover)&&(hoverover=n.select(b.options.element).append("div").attr("class","datamaps-hoverover").style("z-index",10001).style("position","absolute")),b.options.done(b)}var b=this,c=b.options,d=c.setProjection.apply(b,[c.element,c]);return this.path=d.path,this.projection=d.projection,c.geographyConfig.dataUrl?n.json(c.geographyConfig.dataUrl,function(c,d){if(c)throw new Error(c);b.customTopo=d,a(d)}):a(this[c.scope+"Topo"]||c.geographyConfig.dataJson),this},m.prototype.worldTopo="__WORLD__",m.prototype.abwTopo="__ABW__",m.prototype.afgTopo="__AFG__",m.prototype.agoTopo="__AGO__",m.prototype.aiaTopo="__AIA__",m.prototype.albTopo="__ALB__",m.prototype.aldTopo="__ALD__",m.prototype.andTopo="__AND__",m.prototype.areTopo="__ARE__",m.prototype.argTopo="__ARG__",m.prototype.armTopo="__ARM__",m.prototype.asmTopo="__ASM__",m.prototype.ataTopo="__ATA__",m.prototype.atcTopo="__ATC__",m.prototype.atfTopo="__ATF__",m.prototype.atgTopo="__ATG__",m.prototype.ausTopo="__AUS__",m.prototype.autTopo="__AUT__",m.prototype.azeTopo="__AZE__",m.prototype.bdiTopo={type:"Topology",objects:{bdi:{type:"GeometryCollection",geometries:[{type:"Polygon",properties:{name:"Cankuzo"},id:"BI.CA",arcs:[[0,1,2,3]]},{type:"Polygon",properties:{name:"Karuzi"},id:"BI.KR",arcs:[[-2,4,5,6,7]]},{type:"Polygon",properties:{name:"Rutana"},id:"BI.RT",arcs:[[8,9,10,11,12]]},{type:"Polygon",properties:{name:"Ruyigi"},id:"BI.RY",arcs:[[13,-13,14,-5,-1]]},{type:"Polygon",properties:{name:"Bubanza"},id:"BI.BB",arcs:[[15,16,17,18,19]]},{type:"Polygon",properties:{name:"Bururi"},id:"BI.BR",arcs:[[20,-11,21,22,23,24]]},{type:"Polygon",properties:{name:"Cibitoke"},id:"BI.CI",arcs:[[25,-19,26]]},{type:"Polygon",properties:{name:"Gitega"},id:"BI.GI",arcs:[[-6,-15,-12,-21,27,28,29,30]]},{type:"Polygon",properties:{name:"Kayanza"},id:"BI.KY",arcs:[[31,-30,32,-20,-26,33]]},{type:"Polygon",properties:{name:"Makamba"},id:"BI.MA",arcs:[[-10,34,-22]]},{type:"Polygon",properties:{name:"Ngozi"},id:"BI.NG",arcs:[[35,-7,-31,-32,36,37]]},{type:"Polygon",properties:{name:"Kirundo"},id:"BI.KI",arcs:[[38,-38,39]]},{type:"Polygon",properties:{name:"Muyinga"},id:"BI.MY",arcs:[[-3,-8,-36,-39,40]]},{type:"Polygon",properties:{name:"Bujumbura Mairie"},id:"BI.BM",arcs:[[41,42]]},{type:"Polygon",properties:{name:"Muramvya"},id:"BI.MV",arcs:[[-29,43,44,-16,-33]]},{type:"Polygon",properties:{name:"Bujumbura Rural"},id:"BI.BU",arcs:[[-45,45,-24,46,-43,47,-17]]},{type:"Polygon",properties:{name:"Mwaro"},id:"BI.MW",arcs:[[-25,-46,-44,-28]]}]}},arcs:[[[8788,5031],[-1,0],[-96,-31],[-7,104],[-33,120],[-41,52],[-58,38],[-57,20],[-51,27],[-40,34],[-55,20],[-67,-24],[-57,-33],[-150,29],[-120,84],[-11,62],[5,64],[-33,57],[-50,49],[-78,31],[-89,6],[-88,28],[-73,48],[-66,27],[-124,-21],[-45,20],[-49,17],[-205,57]],[[7049,5916],[223,165],[43,21]],[[7315,6102],[73,19],[35,23],[62,125],[9,5],[28,179],[42,54],[141,32],[16,34],[-5,97],[17,53],[38,18],[38,15],[27,71],[27,26],[40,17],[51,7],[30,23],[84,104],[58,31],[2,1]],[[8128,7036],[1,-1],[26,10],[107,126],[64,46],[76,24],[44,-7],[351,-179],[72,-26],[23,-14],[14,-28],[15,-75],[15,-21],[72,-13],[57,12],[54,18],[67,4],[66,-21],[124,-69],[71,-19],[127,10],[253,60],[126,-1],[-36,-55],[-16,-25],[-168,-165],[-36,-73],[27,-68],[133,-107],[54,-64],[1,-25],[-26,-62],[-4,-26],[19,-35],[70,-44],[22,-33],[6,-59],[-10,-58],[-47,-110],[-76,-93],[3,-34],[24,-83],[2,-26],[-81,-125],[-131,-76],[-150,-14],[-143,61],[-17,-55],[-34,-42],[-53,-25],[-67,-8],[-148,-47],[-119,-64],[-102,-81],[-100,-102],[38,-18]],[[7049,5916],[-72,-89],[-539,-460],[-107,-63],[-111,-25],[-248,-22],[-53,-18],[-24,-21],[-27,-17],[-125,-13],[-52,-19]],[[5691,5169],[-38,-34],[-14,-52],[-43,-47],[-96,24],[-91,72],[-32,93],[18,16],[112,158],[49,46],[28,39],[12,45],[3,61],[-32,110],[-75,72],[-86,57],[-66,63],[-68,139],[-49,16],[-123,3],[-37,-25],[-24,-47],[-34,-26],[-71,34],[-38,49],[-1,47],[39,97],[50,192]],[[4984,6371],[216,45],[45,83],[110,50],[93,77],[117,158],[213,79],[207,7],[353,209],[158,166]],[[6496,7245],[234,-38],[223,-86],[91,-165],[2,-184],[-82,-191],[-113,-180],[-28,-67],[-19,-67],[43,-45],[113,-72],[56,-23],[67,12],[68,19],[74,-18],[53,-19],[37,-19]],[[7504,3513],[-6,-86],[23,-78],[31,-71],[17,-72],[-19,-82],[-241,68],[-137,-75],[-208,-307],[-284,-249],[-65,-94],[-94,-334],[-85,-173]],[[6436,1960],[-2,0],[-46,11],[-72,-48],[-152,-69],[-460,-16],[-245,-120],[-140,-150],[-88,-51],[-135,154],[-97,59],[-101,47],[-54,92]],[[4844,1869],[46,137],[13,217],[37,106],[-27,114],[180,192],[-39,102],[-59,71],[-11,89],[112,79]],[[5096,2976],[58,-50],[68,-4],[19,66],[1,70],[243,210],[14,104],[67,86],[181,59],[177,79],[98,107],[23,127]],[[6045,3830],[130,-1],[122,-31],[62,-74],[65,-52],[296,145],[323,-101],[129,-63],[143,-36],[128,-102],[58,-2],[3,0]],[[8788,5031],[163,-76],[-7,-123],[-142,-118],[-254,-101],[-70,-72],[-43,-32],[-38,-11],[-144,-29],[-8,-11],[-9,-40],[-6,-10],[-104,-7],[-2,8],[-11,1],[-90,-11],[-14,-15],[-20,-54],[-14,-19],[-150,-92],[-30,-56],[13,-92],[-2,-85],[-40,-86],[-224,-300],[-38,-83],[0,-4]],[[6045,3830],[12,131],[-10,130],[-56,106],[-64,167],[-41,60],[-2,123],[46,260],[-42,56],[-50,52],[-13,69],[-134,185]],[[3096,6353],[-56,-98],[-15,-106],[70,-118],[-17,-128],[-75,-107],[-40,-127],[31,-33],[17,-40],[-43,-67],[-65,-52]],[[2903,5477],[-158,92],[-221,-10],[-105,-21],[-97,28],[-97,17],[-103,-8],[-144,-27],[-134,-51],[-182,-164],[-188,54],[-125,133]],[[1349,5520],[26,21],[-92,63],[-38,90],[-15,309],[19,93],[40,78],[69,33],[25,54],[-4,30]],[[1379,6291],[245,6],[161,141],[-44,94],[-71,75],[-33,67],[27,41],[339,119],[81,166],[178,1],[50,-39],[127,81],[180,35],[131,107]],[[2750,7185],[137,-159],[76,-281],[54,-85],[66,-150],[13,-157]],[[4002,3809],[156,-12],[146,-34],[8,-102],[-31,-105],[-62,-345],[5,-54],[-28,-47],[-34,-46],[92,-84],[145,78],[110,114],[70,169],[47,65],[144,-168],[-78,-115],[176,-62],[145,-3],[83,-82]],[[4844,1869],[-77,-48],[-88,-37],[-80,36],[-37,111],[3,180],[-68,148],[7,85],[-8,66],[-75,-35],[-23,-105],[-98,-216],[-204,-156],[-199,-49],[-170,-97],[-191,-182],[-259,-103],[-142,-12],[-185,-133],[-822,-47],[-69,-5]],[[2059,1270],[-150,443],[-335,483],[-205,189],[-82,100],[-52,123],[-46,546],[57,336]],[[1246,3490],[134,-21],[370,-72],[641,13],[116,33],[122,14],[85,-2],[56,49],[7,57],[-2,58],[15,55],[33,49],[129,306],[75,122],[99,51],[106,42]],[[3232,4244],[88,-138],[229,-247],[143,-77],[38,-127],[-5,-195],[147,158],[23,65],[57,61],[50,65]],[[2478,7667],[97,-75],[14,-130],[67,-141],[94,-136]],[[1379,6291],[-38,267],[-50,68],[-75,49],[-92,30],[-100,10],[-104,36],[-47,83],[-21,95],[-32,74],[-81,47],[-99,28],[-83,37],[-35,75],[-9,74],[-22,46],[-81,101],[-49,124],[-24,37],[-82,30],[-113,9],[-99,25],[-43,78],[10,98],[37,79],[69,51],[110,12],[-72,112],[93,463],[123,103],[315,18],[88,-11],[329,-123],[121,-32],[228,-24],[115,-23],[99,-49],[66,-42],[4,-21],[-7,-55],[18,-63],[2,-4],[117,-94],[33,-57],[-12,-53],[-75,-79],[-18,-48],[12,-53],[51,-97],[6,-57],[48,-88],[133,10],[234,87],[97,9],[104,-16]],[[4002,3809],[195,121],[253,-26],[-15,94],[-44,91],[-68,92],[-84,72],[297,157],[240,158],[25,92],[4,92],[23,78],[46,76],[-76,132],[-161,87]],[[4637,5125],[-26,192],[-225,115],[139,163],[233,99],[-89,36],[-80,52],[-48,88],[-59,73]],[[4482,5943],[83,23],[57,57],[-40,251],[242,229]],[[4824,6503],[53,-8],[90,-37],[17,-87]],[[3520,7738],[0,-1],[-1,-28],[27,-206],[-200,-125],[66,-28],[60,15],[115,-92],[65,8],[63,2],[59,-36],[198,-42],[110,45],[108,5],[113,-43],[59,-157],[51,-211],[195,-20],[76,-43],[83,-21],[56,-33],[-19,-62],[-5,-83],[25,-79]],[[4482,5943],[-130,-29],[-131,-19],[-64,-34],[-81,-15],[-97,45],[-55,84],[8,70],[-32,48],[-136,-48],[-122,-12],[-13,190],[-68,41],[-83,-22],[-56,27],[-51,51],[-132,2],[-143,31]],[[2478,7667],[196,-32],[126,-60],[103,29],[101,55],[119,14],[56,-2],[43,14],[40,21],[161,50],[39,-2],[58,-16]],[[6436,1960],[-14,-30],[-127,-187],[-163,-170],[-369,-262],[-56,-69],[-138,-282],[-68,-74],[-121,-58],[-54,-38],[-186,-90],[-194,-155],[-288,-115],[-47,-14],[-91,13],[-59,25],[-57,6],[-88,-46],[-10,-16],[-12,-76],[-28,-39],[-92,-37],[-34,-27],[-20,-66],[-3,-60],[-16,-52],[-63,-41],[-24,8],[-221,15],[-267,54],[-1267,-14],[-170,1118],[-30,89]],[[5907,7787],[135,-60],[87,-122],[-79,-145],[-119,-146],[125,-55],[124,93],[77,69],[92,-10],[70,-33],[78,-1],[-7,-66],[6,-66]],[[3520,7738],[225,-64],[102,-13],[121,13],[53,27],[23,43],[18,97],[40,43],[63,1],[120,-32],[135,-3],[109,18],[102,51],[111,96],[72,84],[66,96],[52,101],[29,101],[2,52]],[[4963,8449],[142,-17],[263,-60],[162,-171],[74,-116],[111,-81],[192,-217]],[[7372,9910],[119,-78],[54,-176],[41,-39],[32,-55],[4,-68],[32,-57],[80,-65],[54,-85],[-78,-195],[42,-78],[40,-94],[-16,-97],[-42,-90],[-108,-51],[-116,-12],[-59,-68],[-62,-59],[-389,-293],[-33,17],[-43,12],[-55,-18],[-119,-58],[-112,-71],[-142,-23],[-122,-43],[-81,-83],[-33,-100],[-136,-62],[-217,-34]],[[4963,8449],[23,475],[117,349],[-39,356],[36,237],[-1,43],[16,26],[55,1],[43,-21],[37,-27],[10,-7],[95,-70],[42,-5],[46,4],[52,-2],[62,-19],[66,-43],[167,-170],[89,-66],[113,-64],[125,-42],[121,4],[92,54],[244,262],[12,33],[2,43],[20,32],[63,-6],[169,-70],[67,-13],[87,3],[103,19],[102,28],[78,34],[70,55],[25,28]],[[7372,9910],[22,25],[53,42],[87,22],[26,-11],[171,-35],[19,5],[26,-25],[28,-65],[31,-36],[294,-207],[180,-72],[178,-6],[-180,-192],[-72,-98],[-205,-428],[-45,-146],[-23,-49],[-52,-58],[-129,-105],[-45,-57],[-21,-114],[61,-50],[105,-1],[114,32],[194,76],[124,39],[-35,-88],[-311,-279],[-44,-61],[-17,-71],[-2,-118],[-118,-136],[-62,-103],[11,-80],[136,-150],[82,-66],[98,-23],[-24,-51],[31,-36],[47,-40],[23,-58]],[[1283,4130],[-65,760]],[[1218,4890],[298,157],[267,141],[94,74],[98,61],[125,17],[86,-3],[92,-68],[26,-84],[-7,-123],[-31,-110],[-46,-129],[-45,-145],[-33,-185],[-26,-151],[-99,-95],[-85,-67],[-196,-56],[-453,6]],[[4637,5125],[-131,-46],[-396,-62],[-213,3],[-160,-27],[-72,-33],[-34,-28],[-45,-4],[-31,42],[-79,36],[-109,-26],[-88,-54]],[[3279,4926],[-54,54],[-59,-34],[-35,-34],[-54,83],[-43,100],[-55,87],[5,93],[-81,202]],[[3279,4926],[-10,-85],[73,-214],[-67,-168],[5,-112],[-48,-103]],[[1246,3490],[34,196],[10,363],[-7,81]],[[1218,4890],[-28,335],[11,135],[23,62],[125,98]]],transform:{scale:[.0001847255445544531,.00021604976257626353],translate:[28.9868917230001,-4.463344014999933]}},m.prototype.belTopo="__BEL__",m.prototype.benTopo="__BEN__",m.prototype.bfaTopo="__BFA__",m.prototype.bgdTopo="__BGD__",m.prototype.bgrTopo="__BGR__",m.prototype.bhrTopo="__BHR__",m.prototype.bhsTopo="__BHS__",m.prototype.bihTopo="__BIH__",m.prototype.bjnTopo="__BJN__",m.prototype.blmTopo="__BLM__",m.prototype.blrTopo="__BLR__",m.prototype.blzTopo="__BLZ__",m.prototype.bmuTopo="__BMU__",m.prototype.bolTopo="__BOL__",m.prototype.braTopo="__BRA__",m.prototype.brbTopo="__BRB__",m.prototype.brnTopo="__BRN__",m.prototype.btnTopo="__BTN__",m.prototype.norTopo="__NOR__",m.prototype.bwaTopo="__BWA__",m.prototype.cafTopo="__CAF__",m.prototype.canTopo="__CAN__",m.prototype.cheTopo="__CHE__",m.prototype.chlTopo="__CHL__",m.prototype.chnTopo="__CHN__",m.prototype.civTopo="__CIV__",m.prototype.clpTopo="__CLP__",m.prototype.cmrTopo="__CMR__",m.prototype.codTopo="__COD__",m.prototype.cogTopo="__COG__",m.prototype.cokTopo="__COK__",m.prototype.colTopo="__COL__",m.prototype.comTopo="__COM__",m.prototype.cpvTopo="__CPV__",m.prototype.criTopo="__CRI__",m.prototype.csiTopo="__CSI__",m.prototype.cubTopo="__CUB__",m.prototype.cuwTopo="__CUW__",m.prototype.cymTopo="__CYM__",m.prototype.cynTopo="__CYN__",m.prototype.cypTopo="__CYP__",m.prototype.czeTopo="__CZE__",m.prototype.deuTopo="__DEU__",m.prototype.djiTopo="__DJI__",m.prototype.dmaTopo="__DMA__",m.prototype.dnkTopo="__DNK__",m.prototype.domTopo="__DOM__",m.prototype.dzaTopo="__DZA__",m.prototype.ecuTopo="__ECU__",m.prototype.egyTopo="__EGY__",m.prototype.eriTopo="__ERI__",m.prototype.esbTopo="__ESB__",m.prototype.espTopo="__ESP__",m.prototype.estTopo="__EST__",m.prototype.ethTopo="__ETH__",m.prototype.finTopo="__FIN__",m.prototype.fjiTopo="__FJI__",m.prototype.flkTopo="__FLK__",m.prototype.fraTopo="__FRA__",m.prototype.froTopo="__FRO__",m.prototype.fsmTopo="__FSM__",m.prototype.gabTopo="__GAB__",m.prototype.psxTopo="__PSX__",m.prototype.gbrTopo="__GBR__",m.prototype.geoTopo="__GEO__",m.prototype.ggyTopo="__GGY__",m.prototype.ghaTopo="__GHA__",m.prototype.gibTopo="__GIB__",m.prototype.ginTopo="__GIN__",m.prototype.gmbTopo="__GMB__",m.prototype.gnbTopo="__GNB__",m.prototype.gnqTopo="__GNQ__",m.prototype.grcTopo="__GRC__",m.prototype.grdTopo="__GRD__",m.prototype.grlTopo="__GRL__",m.prototype.gtmTopo="__GTM__",m.prototype.gumTopo="__GUM__",m.prototype.guyTopo="__GUY__",m.prototype.hkgTopo="__HKG__",m.prototype.hmdTopo="__HMD__",m.prototype.hndTopo="__HND__",m.prototype.hrvTopo="__HRV__",m.prototype.htiTopo="__HTI__",m.prototype.hunTopo="__HUN__",m.prototype.idnTopo="__IDN__",m.prototype.imnTopo="__IMN__",m.prototype.indTopo="__IND__",m.prototype.ioaTopo="__IOA__",m.prototype.iotTopo="__IOT__",m.prototype.irlTopo="__IRL__",m.prototype.irnTopo="__IRN__",m.prototype.irqTopo="__IRQ__",m.prototype.islTopo="__ISL__",m.prototype.isrTopo="__ISR__",m.prototype.itaTopo="__ITA__",m.prototype.jamTopo="__JAM__",m.prototype.jeyTopo="__JEY__",m.prototype.jorTopo="__JOR__",m.prototype.jpnTopo="__JPN__",m.prototype.kabTopo="__KAB__",m.prototype.kasTopo="__KAS__",m.prototype.kazTopo="__KAZ__",m.prototype.kenTopo="__KEN__",m.prototype.kgzTopo="__KGZ__",m.prototype.khmTopo="__KHM__",m.prototype.kirTopo="__KIR__",m.prototype.knaTopo="__KNA__",m.prototype.korTopo="__KOR__",m.prototype.kosTopo="__KOS__",m.prototype.kwtTopo="__KWT__",m.prototype.laoTopo="__LAO__",m.prototype.lbnTopo="__LBN__",m.prototype.lbrTopo="__LBR__",m.prototype.lbyTopo="__LBY__",m.prototype.lcaTopo="__LCA__",m.prototype.lieTopo="__LIE__",m.prototype.lkaTopo="__LKA__",m.prototype.lsoTopo="__LSO__",m.prototype.ltuTopo="__LTU__",m.prototype.luxTopo="__LUX__",m.prototype.lvaTopo="__LVA__",m.prototype.macTopo="__MAC__",m.prototype.mafTopo="__MAF__",m.prototype.marTopo="__MAR__",m.prototype.mcoTopo="__MCO__",m.prototype.mdaTopo="__MDA__",m.prototype.mdgTopo="__MDG__",m.prototype.mdvTopo="__MDV__",m.prototype.mexTopo="__MEX__",m.prototype.mhlTopo="__MHL__",m.prototype.mkdTopo="__MKD__",m.prototype.mliTopo="__MLI__",m.prototype.mltTopo="__MLT__",m.prototype.mmrTopo="__MMR__",m.prototype.mneTopo="__MNE__",m.prototype.mngTopo="__MNG__",m.prototype.mnpTopo="__MNP__",m.prototype.mozTopo="__MOZ__",m.prototype.mrtTopo="__MRT__",m.prototype.msrTopo="__MSR__",m.prototype.musTopo="__MUS__",m.prototype.mwiTopo="__MWI__",m.prototype.mysTopo="__MYS__",m.prototype.namTopo="__NAM__",m.prototype.nclTopo="__NCL__",m.prototype.nerTopo="__NER__",m.prototype.nfkTopo="__NFK__",m.prototype.ngaTopo="__NGA__",m.prototype.nicTopo="__NIC__",m.prototype.niuTopo="__NIU__",m.prototype.nldTopo="__NLD__",m.prototype.nplTopo="__NPL__",m.prototype.nruTopo="__NRU__",m.prototype.nulTopo="__NUL__",m.prototype.nzlTopo="__NZL__",m.prototype.omnTopo="__OMN__",m.prototype.pakTopo="__PAK__",m.prototype.panTopo="__PAN__",m.prototype.pcnTopo="__PCN__",m.prototype.perTopo="__PER__",m.prototype.pgaTopo="__PGA__",m.prototype.phlTopo="__PHL__",m.prototype.plwTopo="__PLW__",m.prototype.pngTopo="__PNG__",m.prototype.polTopo="__POL__",m.prototype.priTopo="__PRI__",m.prototype.prkTopo="__PRK__",m.prototype.prtTopo="__PRT__",m.prototype.pryTopo="__PRY__",m.prototype.pyfTopo="__PYF__",m.prototype.qatTopo="__QAT__",m.prototype.rouTopo="__ROU__",m.prototype.rusTopo="__RUS__",m.prototype.rwaTopo="__RWA__",m.prototype.sahTopo="__SAH__",m.prototype.sauTopo="__SAU__",m.prototype.scrTopo="__SCR__",m.prototype.sdnTopo="__SDN__",m.prototype.sdsTopo="__SDS__",m.prototype.senTopo="__SEN__",m.prototype.serTopo="__SER__",m.prototype.sgpTopo="__SGP__",m.prototype.sgsTopo="__SGS__",m.prototype.shnTopo="__SHN__",m.prototype.slbTopo="__SLB__",m.prototype.sleTopo="__SLE__",m.prototype.slvTopo="__SLV__",m.prototype.smrTopo="__SMR__",m.prototype.solTopo="__SOL__",m.prototype.somTopo="__SOM__",m.prototype.spmTopo="__SPM__",m.prototype.srbTopo="__SRB__",m.prototype.stpTopo="__STP__",m.prototype.surTopo="__SUR__",m.prototype.svkTopo="__SVK__",m.prototype.svnTopo="__SVN__",m.prototype.sweTopo="__SWE__",m.prototype.swzTopo="__SWZ__",m.prototype.sxmTopo="__SXM__",m.prototype.sycTopo="__SYC__",m.prototype.syrTopo="__SYR__",m.prototype.tcaTopo="__TCA__",m.prototype.tcdTopo="__TCD__",m.prototype.tgoTopo="__TGO__",m.prototype.thaTopo="__THA__",m.prototype.tjkTopo="__TJK__",m.prototype.tkmTopo="__TKM__",m.prototype.tlsTopo="__TLS__",m.prototype.tonTopo="__TON__",m.prototype.ttoTopo="__TTO__",m.prototype.tunTopo="__TUN__",m.prototype.turTopo="__TUR__",m.prototype.tuvTopo="__TUV__",m.prototype.twnTopo="__TWN__",m.prototype.tzaTopo="__TZA__",m.prototype.ugaTopo="__UGA__",m.prototype.ukrTopo="__UKR__",m.prototype.umiTopo="__UMI__",m.prototype.uryTopo="__URY__",m.prototype.usaTopo="__USA__",m.prototype.usgTopo="__USG__",m.prototype.uzbTopo="__UZB__",m.prototype.vatTopo="__VAT__",m.prototype.vctTopo="__VCT__",m.prototype.venTopo="__VEN__",m.prototype.vgbTopo="__VGB__",m.prototype.virTopo="__VIR__",m.prototype.vnmTopo="__VNM__",m.prototype.vutTopo="__VUT__",m.prototype.wlfTopo="__WLF__",m.prototype.wsbTopo="__WSB__",m.prototype.wsmTopo="__WSM__",m.prototype.yemTopo="__YEM__",m.prototype.zafTopo="__ZAF__",m.prototype.zmbTopo="__ZMB__",m.prototype.zweTopo="__ZWE__",m.prototype.latLngToXY=function(a,b){return this.projection([b,a])},m.prototype.addLayer=function(a,b,c){var d;return d=c?this.svg.insert("g",":first-child"):this.svg.append("g"),d.attr("id",b||"").attr("class",a||"")},m.prototype.updateChoropleth=function(a){var b=this.svg;for(var c in a)if(a.hasOwnProperty(c)){var d,e=a[c];if(!c)continue;if(d="string"==typeof e?e:"string"==typeof e.color?e.color:this.options.fills[e.fillKey],e===Object(e)){this.options.data[c]=l(e,this.options.data[c]||{});this.svg.select("."+c).attr("data-info",JSON.stringify(this.options.data[c]))}b.selectAll("."+c).transition().style("fill",d)}},m.prototype.updatePopup=function(a,b,c){var d=this;a.on("mousemove",null),a.on("mousemove",function(){var e=n.mouse(d.options.element);n.select(d.svg[0][0].parentNode).select(".datamaps-hoverover").style("top",e[1]+30+"px").html(function(){var d=JSON.parse(a.attr("data-info"));try{return c.popupTemplate(b,d)}catch(e){return""}}).style("left",e[0]+"px")}),n.select(d.svg[0][0].parentNode).select(".datamaps-hoverover").style("display","block")},m.prototype.addPlugin=function(a,b){var c=this;"undefined"==typeof m.prototype[a]&&(m.prototype[a]=function(d,e,f,g){var h;"undefined"==typeof g&&(g=!1),"function"==typeof e&&(f=e,e=void 0),e=l(e||{},c.options[a+"Config"]),!g&&this.options[a+"Layer"]?(h=this.options[a+"Layer"],e=e||this.options[a+"Options"]):(h=this.addLayer(a),this.options[a+"Layer"]=h,this.options[a+"Options"]=e),b.apply(this,[h,d,e]),f&&f(h)})},"object"==typeof exports?(n=require("d3"),o=require("topojson"),module.exports=m):"function"==typeof define&&define.amd?define("datamaps",["require","d3","topojson"],function(a){return n=a("d3"),o=a("topojson"),m}):window.Datamap=window.Datamaps=m,window.jQuery&&(window.jQuery.fn.datamaps=function(a,b){a=a||{},a.element=this[0];var c=new m(a);return"function"==typeof b&&b(c,a),this})}(); |