!function a(b,c,d){function e(g,h){if(!c[g]){if(!b[g]){var i="function"==typeof require&&require;if(!h&&i)return i(g,!0);if(f)return f(g,!0);var j=new Error("Cannot find module '"+g+"'");throw j.code="MODULE_NOT_FOUND",j}var k=c[g]={exports:{}};b[g][0].call(k.exports,function(a){var c=b[g][1][a];return e(c?c:a)},k,k.exports,a,b,c,d)}return c[g].exports}for(var f="function"==typeof require&&require,g=0;g1||b>=2)&&(j=b),a):a},a.shape=function(c,d){return arguments.length?(("rect"==c||"circle"==c||"line"==c||"path"==c&&"string"==typeof d)&&(e=c,b=d),a):a},a.shapeWidth=function(b){return arguments.length?(f=+b,a):a},a.shapeHeight=function(b){return arguments.length?(g=+b,a):a},a.shapeRadius=function(b){return arguments.length?(h=+b,a):a},a.shapePadding=function(b){return arguments.length?(i=+b,a):a},a.labels=function(b){return arguments.length?(k=b,a):a},a.labelAlign=function(b){return arguments.length?(("start"==b||"end"==b||"middle"==b)&&(o=b),a):a},a.labelFormat=function(b){return arguments.length?(m=b,a):a},a.labelOffset=function(b){return arguments.length?(n=+b,a):a},a.labelDelimiter=function(b){return arguments.length?(p=b,a):a},a.useClass=function(b){return arguments.length?((b===!0||b===!1)&&(l=b),a):a},a.orient=function(b){return arguments.length?(b=b.toLowerCase(),("horizontal"==b||"vertical"==b)&&(q=b),a):a},a}},{"./legend":2}],2:[function(a,b,c){b.exports={d3_identity:function(a){return a},d3_mergeLabels:function(a,b){if(0===b.length)return a;a=a?a:[];for(var c=b.length;c1)d=b;else for(var e=a.domain(),f=(e[e.length-1]-e[0])/(b-1),g=0;b>g;g++)d.push(c(e[0]+g*f));return{data:d,labels:d,feature:function(b){return a(b)}}},d3_quantLegend:function(a,b,c){var d=a.range().map(function(d){var e=a.invertExtent(d);b(e[0]),b(e[1]);return b(e[0])+" "+c+" "+b(e[1])});return{data:a.range(),labels:d,feature:this.d3_identity}},d3_ordinalLegend:function(a){return{data:a.domain(),labels:a.domain(),feature:function(b){return a(b)}}},d3_drawShapes:function(a,b,c,d,e,f){"rect"===a?b.attr("height",c).attr("width",d):"circle"===a?b.attr("r",e):"line"===a?b.attr("x1",0).attr("x2",d).attr("y1",0).attr("y2",0):"path"===a&&b.attr("d",f)},d3_addText:function(a,b,c){b.append("text").attr("class","label"),a.selectAll("g.cell text").data(c).text(this.d3_identity)},d3_calcType:function(a,b,c,d,e){var f=a.ticks?this.d3_linearLegend(a,b,d):a.invertExtent?this.d3_quantLegend(a,d,e):this.d3_ordinalLegend(a);return f.labels=this.d3_mergeLabels(f.labels,c),f},d3_placement:function(a,b,c,d,e,f){b.attr("transform",c),d.attr("transform",e),"horizontal"===a&&d.style("text-anchor",f)}}},{}],3:[function(a,b,c){var d=a("./legend");b.exports=function(){function a(a){var o=d.d3_calcType(c,h,i,j,m),p=a.selectAll(".cell").data(o.data),q=p.enter().append("g",".cell").attr("class","cell").style("opacity",1e-6);shapeEnter=q.append(e).attr("class","swatch"),shapes=p.select("g.cell "+e),p.exit().transition().style("opacity",0).remove(),"line"===e?(d.d3_drawShapes(e,shapes,0,f),shapes.attr("stroke-width",o.feature)):d.d3_drawShapes(e,shapes,o.feature,o.feature,o.feature,b),d.d3_addText(a,q,o.labels);var r,s,t=p.select("text"),u=shapes[0].map(function(a,b){var d=a.getBBox(),f=c(o.data[b]);return"line"===e&&"horizontal"===n?d.height=d.height+f:"line"===e&&"vertical"===n&&(d.width=d.width),d}),v=d3.max(u,function(a){return a.height+a.y}),w=d3.max(u,function(a){return a.width+a.x}),x="start"==l?0:"middle"==l?.5:1;"vertical"===n?(r=function(a,b){var c=d3.sum(u.slice(0,b+1),function(a){return a.height});return"translate(0, "+(c+b*g)+")"},s=function(a,b){return"translate("+(w+k)+","+(u[b].y+u[b].height/2+5)+")"}):"horizontal"===n&&(r=function(a,b){var c=d3.sum(u.slice(0,b+1),function(a){return a.width});return"translate("+(c+b*g)+",0)"},s=function(a,b){return"translate("+(u[b].width*x+u[b].x)+","+(v+k)+")"}),d.d3_placement(n,p,r,t,s,l),p.transition().style("opacity",1)}var b,c=d3.scale.linear(),e="rect",f=15,g=2,h=[5],i=[],j=d3.format(".01f"),k=10,l="middle",m="to",n="vertical";return a.scale=function(b){return arguments.length?(c=b,a):a},a.cells=function(b){return arguments.length?((b.length>1||b>=2)&&(h=b),a):a},a.shape=function(c,d){return arguments.length?(("rect"==c||"circle"==c||"line"==c)&&(e=c,b=d),a):a},a.shapeWidth=function(b){return arguments.length?(f=+b,a):a},a.shapePadding=function(b){return arguments.length?(g=+b,a):a},a.labels=function(b){return arguments.length?(i=b,a):a},a.labelAlign=function(b){return arguments.length?(("start"==b||"end"==b||"middle"==b)&&(l=b),a):a},a.labelFormat=function(b){return arguments.length?(j=b,a):a},a.labelOffset=function(b){return arguments.length?(k=+b,a):a},a.labelDelimiter=function(b){return arguments.length?(m=b,a):a},a.orient=function(b){return arguments.length?(b=b.toLowerCase(),("horizontal"==b||"vertical"==b)&&(n=b),a):a},a}},{"./legend":2}],4:[function(a,b,c){var d=a("./legend");b.exports=function(){function a(a){var p=d.d3_calcType(b,i,j,k,n),q=a.selectAll(".cell").data(p.data),r=q.enter().append("g",".cell").attr("class","cell").style("opacity",1e-6);shapeEnter=r.append(c).attr("class","swatch"),shapes=q.select("g.cell "+c),q.exit().transition().style("opacity",0).remove(),d.d3_drawShapes(c,shapes,f,e,g,p.feature),d.d3_addText(a,r,p.labels);var s,t,u=q.select("text"),v=shapes[0].map(function(a){return a.getBBox()}),w=d3.max(v,function(a){return a.height}),x=d3.max(v,function(a){return a.width}),y="start"==l?0:"middle"==l?.5:1;"vertical"===o?(s=function(a,b){return"translate(0, "+b*(w+h)+")"},t=function(a,b){return"translate("+(x+m)+","+(v[b].y+v[b].height/2+5)+")"}):"horizontal"===o&&(s=function(a,b){return"translate("+b*(x+h)+",0)"},t=function(a,b){return"translate("+(v[b].width*y+v[b].x)+","+(w+m)+")"}),d.d3_placement(o,q,s,u,t,l),q.transition().style("opacity",1)}var b=d3.scale.linear(),c="path",e=15,f=15,g=10,h=5,i=[5],j=[],k=d3.format(".01f"),l="middle",m=10,n="to",o="vertical";return a.scale=function(c){return arguments.length?(b=c,a):a},a.cells=function(b){return arguments.length?((b.length>1||b>=2)&&(i=b),a):a},a.shapePadding=function(b){return arguments.length?(h=+b,a):a},a.labels=function(b){return arguments.length?(j=b,a):a},a.labelAlign=function(b){return arguments.length?(("start"==b||"end"==b||"middle"==b)&&(l=b),a):a},a.labelFormat=function(b){return arguments.length?(k=b,a):a},a.labelOffset=function(b){return arguments.length?(m=+b,a):a},a.labelDelimiter=function(b){return arguments.length?(n=b,a):a},a.orient=function(b){return arguments.length?(b=b.toLowerCase(),("horizontal"==b||"vertical"==b)&&(o=b),a):a},a}},{"./legend":2}],5:[function(a,b,c){d3.legend={color:a("./color"),size:a("./size"),symbol:a("./symbol")}},{"./color":1,"./size":3,"./symbol":4}]},{},[5]);