Skip to content

Instantly share code, notes, and snippets.

@i-blis
Created March 29, 2014 10:53
Show Gist options
  • Save i-blis/9852309 to your computer and use it in GitHub Desktop.
Save i-blis/9852309 to your computer and use it in GitHub Desktop.
requirebin sketch
var hypotrochoid = require('hypotrochoid')
, d3 = require('d3')
var ranged = range(0, 500, 1)
var points = ranged.map(function(t) {
return hypotrochoid(70, [50, 70, 82.5], t)
})
function range(start, end, inc) {
var a = []
for (var i = start; i < end; i += inc) a[a.length] = i
return a
}
var line = d3.svg.line()
.interpolate('basis')
.x(function(d) { return d[0] })
.y(function(d) { return d[1] })
var svg = d3.select('body').append('svg')
.attr('width', 512)
.attr('height', 512)
var stamp = svg.append('g')
.attr('transform', 'translate(256,256)')
var path = stamp.append('path')
.attr('d', line(points))
.attr('stroke', '#000')
.attr('fill', 'none')
setInterval(function() {
var a = Math.random() * 190 + 10
var b = Math.random() * 190 + 10
var c = Math.random() * 190 + 10
var h = 30 + Math.random() * 60
ranged.forEach(function(t, i) {
points[i] = hypotrochoid(h, [a, b, c], t)
})
path.transition()
.duration(2500)
.attr('d', line(points))
}, 2500)
function range(n,t,r){for(var e=[],u=n;t>u;u+=r)e[e.length]=u;return e}require=function e(n,t,r){function u(o,a){if(!t[o]){if(!n[o]){var c="function"==typeof require&&require;if(!a&&c)return c(o,!0);if(i)return i(o,!0);throw Error("Cannot find module '"+o+"'")}var s=t[o]={exports:{}};n[o][0].call(s.exports,function(t){var r=n[o][1][t];return u(r?r:t)},s,s.exports,e,n,t,r)}return t[o].exports}for(var i="function"==typeof require&&require,o=0;r.length>o;o++)u(r[o]);return u}({El26Zv:[function(n,t){function r(n,t,r,i){i=i||[];for(var o,a,c=0,s=0,l=0,f=t.length-1,h=e(r),g=u(r);f>l;l+=1)a=t[l+1],o=t[l]-a,c+=o*h+n*e(o/a*r),s+=o*g-n*u(o/a*r);return i[0]=c,i[1]=s,i}var e=Math.cos,u=Math.sin;t.exports=r},{}],hypotrochoid:[function(n,t){t.exports=n("El26Zv")},{}]},{},[]),require=function e(n,t,r){function u(o,a){if(!t[o]){if(!n[o]){var c="function"==typeof require&&require;if(!a&&c)return c(o,!0);if(i)return i(o,!0);throw Error("Cannot find module '"+o+"'")}var s=t[o]={exports:{}};n[o][0].call(s.exports,function(t){var r=n[o][1][t];return u(r?r:t)},s,s.exports,e,n,t,r)}return t[o].exports}for(var i="function"==typeof require&&require,o=0;r.length>o;o++)u(r[o]);return u}({"1iv++k":[function(n,t){!function(){function n(n,t){return t>n?-1:n>t?1:n>=t?0:0/0}function r(n){return null!=n&&!isNaN(n)}function e(n){return{left:function(t,r,e,u){for(3>arguments.length&&(e=0),4>arguments.length&&(u=t.length);u>e;){var i=e+u>>>1;0>n(t[i],r)?e=i+1:u=i}return e},right:function(t,r,e,u){for(3>arguments.length&&(e=0),4>arguments.length&&(u=t.length);u>e;){var i=e+u>>>1;n(t[i],r)>0?u=i:e=i+1}return e}}}function u(n){return n.length}function i(n){for(var t=1;n*t%1;)t*=10;return t}function o(n,t){try{for(var r in t)Object.defineProperty(n.prototype,r,{value:t[r],enumerable:!1})}catch(e){n.prototype=t}}function a(){}function c(n){return ga+n in this}function s(n){return n=ga+n,n in this&&delete this[n]}function l(){var n=[];return this.forEach(function(t){n.push(t)}),n}function f(){var n=0;for(var t in this)t.charCodeAt(0)===pa&&++n;return n}function h(){for(var n in this)if(n.charCodeAt(0)===pa)return!1;return!0}function g(){}function p(n,t,r){return function(){var e=r.apply(t,arguments);return e===t?n:e}}function v(n,t){if(t in n)return t;t=t.charAt(0).toUpperCase()+t.substring(1);for(var r=0,e=va.length;e>r;++r){var u=va[r]+t;if(u in n)return u}}function d(){}function m(){}function y(n){function t(){for(var t,e=r,u=-1,i=e.length;i>++u;)(t=e[u].on)&&t.apply(this,arguments);return n}var r=[],e=new a;return t.on=function(t,u){var i,o=e.get(t);return 2>arguments.length?o&&o.on:(o&&(o.on=null,r=r.slice(0,i=r.indexOf(o)).concat(r.slice(i+1)),e.remove(t)),u&&r.push(e.set(t,{on:u})),n)},t}function x(){Ko.event.preventDefault()}function M(){for(var n,t=Ko.event;n=t.sourceEvent;)t=n;return t}function _(n){for(var t=new m,r=0,e=arguments.length;e>++r;)t[arguments[r]]=y(t);return t.of=function(r,e){return function(u){try{var i=u.sourceEvent=Ko.event;u.target=n,Ko.event=u,t[u.type].apply(r,e)}finally{Ko.event=i}}},t}function b(n){return ma(n,ba),n}function w(n){return"function"==typeof n?n:function(){return ya(n,this)}}function S(n){return"function"==typeof n?n:function(){return xa(n,this)}}function k(n,t){function r(){this.removeAttribute(n)}function e(){this.removeAttributeNS(n.space,n.local)}function u(){this.setAttribute(n,t)}function i(){this.setAttributeNS(n.space,n.local,t)}function o(){var r=t.apply(this,arguments);null==r?this.removeAttribute(n):this.setAttribute(n,r)}function a(){var r=t.apply(this,arguments);null==r?this.removeAttributeNS(n.space,n.local):this.setAttributeNS(n.space,n.local,r)}return n=Ko.ns.qualify(n),null==t?n.local?e:r:"function"==typeof t?n.local?a:o:n.local?i:u}function E(n){return n.trim().replace(/\s+/g," ")}function C(n){return RegExp("(?:^|\\s+)"+Ko.requote(n)+"(?:\\s+|$)","g")}function N(n){return n.trim().split(/^|\s+/)}function A(n,t){function r(){for(var r=-1;u>++r;)n[r](this,t)}function e(){for(var r=-1,e=t.apply(this,arguments);u>++r;)n[r](this,e)}n=N(n).map(q);var u=n.length;return"function"==typeof t?e:r}function q(n){var t=C(n);return function(r,e){if(u=r.classList)return e?u.add(n):u.remove(n);var u=r.getAttribute("class")||"";e?(t.lastIndex=0,t.test(u)||r.setAttribute("class",E(u+" "+n))):r.setAttribute("class",E(u.replace(t," ")))}}function L(n,t,r){function e(){this.style.removeProperty(n)}function u(){this.style.setProperty(n,t,r)}function i(){var e=t.apply(this,arguments);null==e?this.style.removeProperty(n):this.style.setProperty(n,e,r)}return null==t?e:"function"==typeof t?i:u}function T(n,t){function r(){delete this[n]}function e(){this[n]=t}function u(){var r=t.apply(this,arguments);null==r?delete this[n]:this[n]=r}return null==t?r:"function"==typeof t?u:e}function z(n){return"function"==typeof n?n:(n=Ko.ns.qualify(n)).local?function(){return this.ownerDocument.createElementNS(n.space,n.local)}:function(){return this.ownerDocument.createElementNS(this.namespaceURI,n)}}function R(n){return{__data__:n}}function D(n){return function(){return _a(this,n)}}function P(t){return arguments.length||(t=n),function(n,r){return n&&r?t(n.__data__,r.__data__):!n-!r}}function U(n,t){for(var r=0,e=n.length;e>r;r++)for(var u,i=n[r],o=0,a=i.length;a>o;o++)(u=i[o])&&t(u,o,r);return n}function j(n){return ma(n,Sa),n}function H(n){var t,r;return function(e,u,i){var o,a=n[i].update,c=a.length;for(i!=r&&(r=i,t=0),u>=t&&(t=u+1);!(o=a[t])&&c>++t;);return o}}function F(){var n=this.__transition__;n&&++n.active}function O(n,t,r){function e(){var t=this[o];t&&(this.removeEventListener(n,t,t.$),delete this[o])}function u(){var u=c(t,na(arguments));e.call(this),this.addEventListener(n,this[o]=u,u.$=r),u._=t}function i(){var t,r=RegExp("^__on([^.]+)"+Ko.requote(n)+"$");for(var e in this)if(t=e.match(r)){var u=this[e];this.removeEventListener(t[1],u,u.$),delete this[e]}}var o="__on"+n,a=n.indexOf("."),c=I;a>0&&(n=n.substring(0,a));var s=Ea.get(n);return s&&(n=s,c=Y),a?t?u:e:t?d:i}function I(n,t){return function(r){var e=Ko.event;Ko.event=r,t[0]=this.__data__;try{n.apply(this,t)}finally{Ko.event=e}}}function Y(n,t){var r=I(n,t);return function(n){var t=this,e=n.relatedTarget;e&&(e===t||8&e.compareDocumentPosition(t))||r.call(t,n)}}function Z(){var n=".dragsuppress-"+ ++Na,t="click"+n,r=Ko.select(ea).on("touchmove"+n,x).on("dragstart"+n,x).on("selectstart"+n,x);if(Ca){var e=ra.style,u=e[Ca];e[Ca]="none"}return function(i){function o(){r.on(t,null)}r.on(n,null),Ca&&(e[Ca]=u),i&&(r.on(t,function(){x(),o()},!0),setTimeout(o,0))}}function V(n,t){t.changedTouches&&(t=t.changedTouches[0]);var r=n.ownerSVGElement||n;if(r.createSVGPoint){var e=r.createSVGPoint();return e.x=t.clientX,e.y=t.clientY,e=e.matrixTransform(n.getScreenCTM().inverse()),[e.x,e.y]}var u=n.getBoundingClientRect();return[t.clientX-u.left-n.clientLeft,t.clientY-u.top-n.clientTop]}function $(){return Ko.event.changedTouches[0].identifier}function X(){return Ko.event.target}function B(){return ea}function J(n){return n>0?1:0>n?-1:0}function W(n,t,r){return(t[0]-n[0])*(r[1]-n[1])-(t[1]-n[1])*(r[0]-n[0])}function G(n){return n>1?0:-1>n?Aa:Math.acos(n)}function K(n){return n>1?La:-1>n?-La:Math.asin(n)}function Q(n){return((n=Math.exp(n))-1/n)/2}function nt(n){return((n=Math.exp(n))+1/n)/2}function tt(n){return((n=Math.exp(2*n))-1)/(n+1)}function rt(n){return(n=Math.sin(n/2))*n}function et(){}function ut(n,t,r){return new it(n,t,r)}function it(n,t,r){this.h=n,this.s=t,this.l=r}function ot(n,t,r){function e(n){return n>360?n-=360:0>n&&(n+=360),60>n?i+(o-i)*n/60:180>n?o:240>n?i+(o-i)*(240-n)/60:i}function u(n){return Math.round(255*e(n))}var i,o;return n=isNaN(n)?0:0>(n%=360)?n+360:n,t=isNaN(t)?0:0>t?0:t>1?1:t,r=0>r?0:r>1?1:r,o=.5>=r?r*(1+t):r+t-r*t,i=2*r-o,xt(u(n+120),u(n),u(n-120))}function at(n,t,r){return new ct(n,t,r)}function ct(n,t,r){this.h=n,this.c=t,this.l=r}function st(n,t,r){return isNaN(n)&&(n=0),isNaN(t)&&(t=0),lt(r,Math.cos(n*=Ra)*t,Math.sin(n)*t)}function lt(n,t,r){return new ft(n,t,r)}function ft(n,t,r){this.l=n,this.a=t,this.b=r}function ht(n,t,r){var e=(n+16)/116,u=e+t/500,i=e-r/200;return u=pt(u)*Va,e=pt(e)*$a,i=pt(i)*Xa,xt(dt(3.2404542*u-1.5371385*e-.4985314*i),dt(-.969266*u+1.8760108*e+.041556*i),dt(.0556434*u-.2040259*e+1.0572252*i))}function gt(n,t,r){return n>0?at(Math.atan2(r,t)*Da,Math.sqrt(t*t+r*r),n):at(0/0,0/0,n)}function pt(n){return n>.206893034?n*n*n:(n-4/29)/7.787037}function vt(n){return n>.008856?Math.pow(n,1/3):7.787037*n+4/29}function dt(n){return Math.round(255*(.00304>=n?12.92*n:1.055*Math.pow(n,1/2.4)-.055))}function mt(n){return xt(n>>16,255&n>>8,255&n)}function yt(n){return mt(n)+""}function xt(n,t,r){return new Mt(n,t,r)}function Mt(n,t,r){this.r=n,this.g=t,this.b=r}function _t(n){return 16>n?"0"+Math.max(0,n).toString(16):Math.min(255,n).toString(16)}function bt(n,t,r){var e,u,i,o=0,a=0,c=0;if(e=/([a-z]+)\((.*)\)/i.exec(n))switch(u=e[2].split(","),e[1]){case"hsl":return r(parseFloat(u[0]),parseFloat(u[1])/100,parseFloat(u[2])/100);case"rgb":return t(Et(u[0]),Et(u[1]),Et(u[2]))}return(i=Wa.get(n))?t(i.r,i.g,i.b):(null==n||"#"!==n.charAt(0)||isNaN(i=parseInt(n.substring(1),16))||(4===n.length?(o=(3840&i)>>4,o=o>>4|o,a=240&i,a=a>>4|a,c=15&i,c=c<<4|c):7===n.length&&(o=(16711680&i)>>16,a=(65280&i)>>8,c=255&i)),t(o,a,c))}function wt(n,t,r){var e,u,i=Math.min(n/=255,t/=255,r/=255),o=Math.max(n,t,r),a=o-i,c=(o+i)/2;return a?(u=.5>c?a/(o+i):a/(2-o-i),e=n==o?(t-r)/a+(r>t?6:0):t==o?(r-n)/a+2:(n-t)/a+4,e*=60):(e=0/0,u=c>0&&1>c?0:e),ut(e,u,c)}function St(n,t,r){n=kt(n),t=kt(t),r=kt(r);var e=vt((.4124564*n+.3575761*t+.1804375*r)/Va),u=vt((.2126729*n+.7151522*t+.072175*r)/$a),i=vt((.0193339*n+.119192*t+.9503041*r)/Xa);return lt(116*u-16,500*(e-u),200*(u-i))}function kt(n){return.04045>=(n/=255)?n/12.92:Math.pow((n+.055)/1.055,2.4)}function Et(n){var t=parseFloat(n);return"%"===n.charAt(n.length-1)?Math.round(2.55*t):t}function Ct(n){return"function"==typeof n?n:function(){return n}}function Nt(n){return n}function At(n){return function(t,r,e){return 2===arguments.length&&"function"==typeof r&&(e=r,r=null),qt(t,r,n,e)}}function qt(n,t,r,e){function u(){var n,t=c.status;if(!t&&c.responseText||t>=200&&300>t||304===t){try{n=r.call(i,c)}catch(e){return o.error.call(i,e),void 0}o.load.call(i,n)}else o.error.call(i,c)}var i={},o=Ko.dispatch("beforesend","progress","load","error"),a={},c=new XMLHttpRequest,s=null;return!ea.XDomainRequest||"withCredentials"in c||!/^(http(s)?:)?\/\//.test(n)||(c=new XDomainRequest),"onload"in c?c.onload=c.onerror=u:c.onreadystatechange=function(){c.readyState>3&&u()},c.onprogress=function(n){var t=Ko.event;Ko.event=n;try{o.progress.call(i,c)}finally{Ko.event=t}},i.header=function(n,t){return n=(n+"").toLowerCase(),2>arguments.length?a[n]:(null==t?delete a[n]:a[n]=t+"",i)},i.mimeType=function(n){return arguments.length?(t=null==n?null:n+"",i):t},i.responseType=function(n){return arguments.length?(s=n,i):s},i.response=function(n){return r=n,i},["get","post"].forEach(function(n){i[n]=function(){return i.send.apply(i,[n].concat(na(arguments)))}}),i.send=function(r,e,u){if(2===arguments.length&&"function"==typeof e&&(u=e,e=null),c.open(r,n,!0),null==t||"accept"in a||(a.accept=t+",*/*"),c.setRequestHeader)for(var l in a)c.setRequestHeader(l,a[l]);return null!=t&&c.overrideMimeType&&c.overrideMimeType(t),null!=s&&(c.responseType=s),null!=u&&i.on("error",u).on("load",function(n){u(null,n)}),o.beforesend.call(i,c),c.send(null==e?null:e),i},i.abort=function(){return c.abort(),i},Ko.rebind(i,o,"on"),null==e?i:i.get(Lt(e))}function Lt(n){return 1===n.length?function(t,r){n(null==t?r:null)}:n}function Tt(){var n=zt(),t=Rt()-n;t>24?(isFinite(t)&&(clearTimeout(nc),nc=setTimeout(Tt,t)),Qa=0):(Qa=1,rc(Tt))}function zt(){var n=Date.now();for(tc=Ga;tc;)n>=tc.t&&(tc.f=tc.c(n-tc.t)),tc=tc.n;return n}function Rt(){for(var n,t=Ga,r=1/0;t;)t.f?t=n?n.n=t.n:Ga=t.n:(r>t.t&&(r=t.t),t=(n=t).n);return Ka=n,r}function Dt(n,t){return t-(n?Math.ceil(Math.log(n)/Math.LN10):1)}function Pt(n,t){var r=Math.pow(10,3*ha(8-t));return{scale:t>8?function(n){return n/r}:function(n){return n*r},symbol:n}}function Ut(n){var t=n.decimal,r=n.thousands,e=n.grouping,u=n.currency,i=e?function(n){for(var t=n.length,u=[],i=0,o=e[0];t>0&&o>0;)u.push(n.substring(t-=o,t+o)),o=e[i=(i+1)%e.length];return u.reverse().join(r)}:Nt;return function(n){var r=uc.exec(n),e=r[1]||" ",o=r[2]||">",a=r[3]||"",c=r[4]||"",s=r[5],l=+r[6],f=r[7],h=r[8],g=r[9],p=1,v="",d="",m=!1;switch(h&&(h=+h.substring(1)),(s||"0"===e&&"="===o)&&(s=e="0",o="=",f&&(l-=Math.floor((l-1)/4))),g){case"n":f=!0,g="g";break;case"%":p=100,d="%",g="f";break;case"p":p=100,d="%",g="r";break;case"b":case"o":case"x":case"X":"#"===c&&(v="0"+g.toLowerCase());case"c":case"d":m=!0,h=0;break;case"s":p=-1,g="r"}"$"===c&&(v=u[0],d=u[1]),"r"!=g||h||(g="g"),null!=h&&("g"==g?h=Math.max(1,Math.min(21,h)):("e"==g||"f"==g)&&(h=Math.max(0,Math.min(20,h)))),g=ic.get(g)||jt;var y=s&&f;return function(n){var r=d;if(m&&n%1)return"";var u=0>n||0===n&&0>1/n?(n=-n,"-"):a;if(0>p){var c=Ko.formatPrefix(n,h);n=c.scale(n),r=c.symbol+d}else n*=p;n=g(n,h);var x=n.lastIndexOf("."),M=0>x?n:n.substring(0,x),_=0>x?"":t+n.substring(x+1);!s&&f&&(M=i(M));var b=v.length+M.length+_.length+(y?0:u.length),w=l>b?Array(b=l-b+1).join(e):"";return y&&(M=i(w+M)),u+=v,n=M+_,("<"===o?u+n+w:">"===o?w+u+n:"^"===o?w.substring(0,b>>=1)+u+n+w.substring(b):u+(y?n:w+n))+r}}}function jt(n){return n+""}function Ht(){this._=new Date(arguments.length>1?Date.UTC.apply(this,arguments):arguments[0])}function Ft(n,t,r){function e(t){var r=n(t),e=i(r,1);return e-t>t-r?r:e}function u(r){return t(r=n(new ac(r-1)),1),r}function i(n,r){return t(n=new ac(+n),r),n}function o(n,e,i){var o=u(n),a=[];if(i>1)for(;e>o;)r(o)%i||a.push(new Date(+o)),t(o,1);else for(;e>o;)a.push(new Date(+o)),t(o,1);return a}function a(n,t,r){try{ac=Ht;var e=new Ht;return e._=n,o(e,t,r)}finally{ac=Date}}n.floor=n,n.round=e,n.ceil=u,n.offset=i,n.range=o;var c=n.utc=Ot(n);return c.floor=c,c.round=Ot(e),c.ceil=Ot(u),c.offset=Ot(i),c.range=a,n}function Ot(n){return function(t,r){try{ac=Ht;var e=new Ht;return e._=t,n(e,r)._}finally{ac=Date}}}function It(n){function t(n){function t(t){for(var r,u,i,o=[],a=-1,c=0;e>++a;)37===n.charCodeAt(a)&&(o.push(n.substring(c,a)),null!=(u=sc[r=n.charAt(++a)])&&(r=n.charAt(++a)),(i=N[r])&&(r=i(t,null==u?"e"===r?" ":"0":u)),o.push(r),c=a+1);return o.push(n.substring(c,a)),o.join("")}var e=n.length;return t.parse=function(t){var e={y:1900,m:0,d:1,H:0,M:0,S:0,L:0,Z:null},u=r(e,n,t,0);if(u!=t.length)return null;"p"in e&&(e.H=e.H%12+12*e.p);var i=null!=e.Z&&ac!==Ht,o=new(i?Ht:ac);return"j"in e?o.setFullYear(e.y,0,e.j):"w"in e&&("W"in e||"U"in e)?(o.setFullYear(e.y,0,1),o.setFullYear(e.y,0,"W"in e?(e.w+6)%7+7*e.W-(o.getDay()+5)%7:e.w+7*e.U-(o.getDay()+6)%7)):o.setFullYear(e.y,e.m,e.d),o.setHours(e.H+Math.floor(e.Z/100),e.M+e.Z%100,e.S,e.L),i?o._:o},t.toString=function(){return n},t}function r(n,t,r,e){for(var u,i,o,a=0,c=t.length,s=r.length;c>a;){if(e>=s)return-1;if(u=t.charCodeAt(a++),37===u){if(o=t.charAt(a++),i=A[o in sc?t.charAt(a++):o],!i||0>(e=i(n,r,e)))return-1}else if(u!=r.charCodeAt(e++))return-1}return e}function e(n,t,r){b.lastIndex=0;var e=b.exec(t.substring(r));return e?(n.w=w.get(e[0].toLowerCase()),r+e[0].length):-1}function u(n,t,r){M.lastIndex=0;var e=M.exec(t.substring(r));return e?(n.w=_.get(e[0].toLowerCase()),r+e[0].length):-1}function i(n,t,r){E.lastIndex=0;var e=E.exec(t.substring(r));return e?(n.m=C.get(e[0].toLowerCase()),r+e[0].length):-1}function o(n,t,r){S.lastIndex=0;var e=S.exec(t.substring(r));return e?(n.m=k.get(e[0].toLowerCase()),r+e[0].length):-1}function a(n,t,e){return r(n,""+N.c,t,e)}function c(n,t,e){return r(n,""+N.x,t,e)}function s(n,t,e){return r(n,""+N.X,t,e)}function l(n,t,r){var e=x.get(t.substring(r,r+=2).toLowerCase());return null==e?-1:(n.p=e,r)}var f=n.dateTime,h=n.date,g=n.time,p=n.periods,v=n.days,d=n.shortDays,m=n.months,y=n.shortMonths;t.utc=function(n){function r(n){try{ac=Ht;var t=new ac;return t._=n,e(t)}finally{ac=Date}}var e=t(n);return r.parse=function(n){try{ac=Ht;var t=e.parse(n);return t&&t._}finally{ac=Date}},r.toString=e.toString,r},t.multi=t.utc.multi=cr;var x=Ko.map(),M=Zt(v),_=Vt(v),b=Zt(d),w=Vt(d),S=Zt(m),k=Vt(m),E=Zt(y),C=Vt(y);p.forEach(function(n,t){x.set(n.toLowerCase(),t)});var N={a:function(n){return d[n.getDay()]},A:function(n){return v[n.getDay()]},b:function(n){return y[n.getMonth()]},B:function(n){return m[n.getMonth()]},c:t(f),d:function(n,t){return Yt(n.getDate(),t,2)},e:function(n,t){return Yt(n.getDate(),t,2)},H:function(n,t){return Yt(n.getHours(),t,2)},I:function(n,t){return Yt(n.getHours()%12||12,t,2)},j:function(n,t){return Yt(1+oc.dayOfYear(n),t,3)},L:function(n,t){return Yt(n.getMilliseconds(),t,3)},m:function(n,t){return Yt(n.getMonth()+1,t,2)},M:function(n,t){return Yt(n.getMinutes(),t,2)},p:function(n){return p[+(n.getHours()>=12)]},S:function(n,t){return Yt(n.getSeconds(),t,2)},U:function(n,t){return Yt(oc.sundayOfYear(n),t,2)},w:function(n){return n.getDay()},W:function(n,t){return Yt(oc.mondayOfYear(n),t,2)},x:t(h),X:t(g),y:function(n,t){return Yt(n.getFullYear()%100,t,2)},Y:function(n,t){return Yt(n.getFullYear()%1e4,t,4)},Z:or,"%":function(){return"%"}},A={a:e,A:u,b:i,B:o,c:a,d:nr,e:nr,H:rr,I:rr,j:tr,L:ir,m:Qt,M:er,p:l,S:ur,U:Xt,w:$t,W:Bt,x:c,X:s,y:Wt,Y:Jt,Z:Gt,"%":ar};return t}function Yt(n,t,r){var e=0>n?"-":"",u=(e?-n:n)+"",i=u.length;return e+(r>i?Array(r-i+1).join(t)+u:u)}function Zt(n){return RegExp("^(?:"+n.map(Ko.requote).join("|")+")","i")}function Vt(n){for(var t=new a,r=-1,e=n.length;e>++r;)t.set(n[r].toLowerCase(),r);return t}function $t(n,t,r){lc.lastIndex=0;var e=lc.exec(t.substring(r,r+1));return e?(n.w=+e[0],r+e[0].length):-1}function Xt(n,t,r){lc.lastIndex=0;var e=lc.exec(t.substring(r));return e?(n.U=+e[0],r+e[0].length):-1}function Bt(n,t,r){lc.lastIndex=0;var e=lc.exec(t.substring(r));return e?(n.W=+e[0],r+e[0].length):-1}function Jt(n,t,r){lc.lastIndex=0;var e=lc.exec(t.substring(r,r+4));return e?(n.y=+e[0],r+e[0].length):-1}function Wt(n,t,r){lc.lastIndex=0;var e=lc.exec(t.substring(r,r+2));return e?(n.y=Kt(+e[0]),r+e[0].length):-1}function Gt(n,t,r){return/^[+-]\d{4}$/.test(t=t.substring(r,r+5))?(n.Z=+t,r+5):-1}function Kt(n){return n+(n>68?1900:2e3)}function Qt(n,t,r){lc.lastIndex=0;var e=lc.exec(t.substring(r,r+2));return e?(n.m=e[0]-1,r+e[0].length):-1}function nr(n,t,r){lc.lastIndex=0;var e=lc.exec(t.substring(r,r+2));return e?(n.d=+e[0],r+e[0].length):-1}function tr(n,t,r){lc.lastIndex=0;var e=lc.exec(t.substring(r,r+3));return e?(n.j=+e[0],r+e[0].length):-1}function rr(n,t,r){lc.lastIndex=0;var e=lc.exec(t.substring(r,r+2));return e?(n.H=+e[0],r+e[0].length):-1}function er(n,t,r){lc.lastIndex=0;var e=lc.exec(t.substring(r,r+2));return e?(n.M=+e[0],r+e[0].length):-1}function ur(n,t,r){lc.lastIndex=0;var e=lc.exec(t.substring(r,r+2));return e?(n.S=+e[0],r+e[0].length):-1}function ir(n,t,r){lc.lastIndex=0;var e=lc.exec(t.substring(r,r+3));return e?(n.L=+e[0],r+e[0].length):-1}function or(n){var t=n.getTimezoneOffset(),r=t>0?"-":"+",e=~~(ha(t)/60),u=ha(t)%60;return r+Yt(e,"0",2)+Yt(u,"0",2)}function ar(n,t,r){fc.lastIndex=0;var e=fc.exec(t.substring(r,r+1));return e?r+e[0].length:-1}function cr(n){for(var t=n.length,r=-1;t>++r;)n[r][0]=this(n[r][0]);return function(t){for(var r=0,e=n[r];!e[1](t);)e=n[++r];return e[0](t)}}function sr(){}function lr(n,t,r){var e=r.s=n+t,u=e-n,i=e-u;r.t=n-i+(t-u)}function fr(n,t){n&&vc.hasOwnProperty(n.type)&&vc[n.type](n,t)}function hr(n,t,r){var e,u=-1,i=n.length-r;for(t.lineStart();i>++u;)e=n[u],t.point(e[0],e[1],e[2]);t.lineEnd()}function gr(n,t){var r=-1,e=n.length;for(t.polygonStart();e>++r;)hr(n[r],t,1);t.polygonEnd()}function pr(){function n(n,t){n*=Ra,t=t*Ra/2+Aa/4;var r=n-e,o=r>=0?1:-1,a=o*r,c=Math.cos(t),s=Math.sin(t),l=i*s,f=u*c+l*Math.cos(a),h=l*o*Math.sin(a);mc.add(Math.atan2(h,f)),e=n,u=c,i=s}var t,r,e,u,i;yc.point=function(o,a){yc.point=n,e=(t=o)*Ra,u=Math.cos(a=(r=a)*Ra/2+Aa/4),i=Math.sin(a)},yc.lineEnd=function(){n(t,r)}}function vr(n){var t=n[0],r=n[1],e=Math.cos(r);return[e*Math.cos(t),e*Math.sin(t),Math.sin(r)]}function dr(n,t){return n[0]*t[0]+n[1]*t[1]+n[2]*t[2]}function mr(n,t){return[n[1]*t[2]-n[2]*t[1],n[2]*t[0]-n[0]*t[2],n[0]*t[1]-n[1]*t[0]]}function yr(n,t){n[0]+=t[0],n[1]+=t[1],n[2]+=t[2]}function xr(n,t){return[n[0]*t,n[1]*t,n[2]*t]}function Mr(n){var t=Math.sqrt(n[0]*n[0]+n[1]*n[1]+n[2]*n[2]);n[0]/=t,n[1]/=t,n[2]/=t}function _r(n){return[Math.atan2(n[1],n[0]),K(n[2])]}function br(n,t){return Ta>ha(n[0]-t[0])&&Ta>ha(n[1]-t[1])}function wr(n,t){n*=Ra;var r=Math.cos(t*=Ra);Sr(r*Math.cos(n),r*Math.sin(n),Math.sin(t))}function Sr(n,t,r){++xc,_c+=(n-_c)/xc,bc+=(t-bc)/xc,wc+=(r-wc)/xc}function kr(){function n(n,u){n*=Ra;var i=Math.cos(u*=Ra),o=i*Math.cos(n),a=i*Math.sin(n),c=Math.sin(u),s=Math.atan2(Math.sqrt((s=r*c-e*a)*s+(s=e*o-t*c)*s+(s=t*a-r*o)*s),t*o+r*a+e*c);Mc+=s,Sc+=s*(t+(t=o)),kc+=s*(r+(r=a)),Ec+=s*(e+(e=c)),Sr(t,r,e)}var t,r,e;qc.point=function(u,i){u*=Ra;var o=Math.cos(i*=Ra);t=o*Math.cos(u),r=o*Math.sin(u),e=Math.sin(i),qc.point=n,Sr(t,r,e)}}function Er(){qc.point=wr}function Cr(){function n(n,t){n*=Ra;var r=Math.cos(t*=Ra),o=r*Math.cos(n),a=r*Math.sin(n),c=Math.sin(t),s=u*c-i*a,l=i*o-e*c,f=e*a-u*o,h=Math.sqrt(s*s+l*l+f*f),g=e*o+u*a+i*c,p=h&&-G(g)/h,v=Math.atan2(h,g);Cc+=p*s,Nc+=p*l,Ac+=p*f,Mc+=v,Sc+=v*(e+(e=o)),kc+=v*(u+(u=a)),Ec+=v*(i+(i=c)),Sr(e,u,i)}var t,r,e,u,i;qc.point=function(o,a){t=o,r=a,qc.point=n,o*=Ra;var c=Math.cos(a*=Ra);e=c*Math.cos(o),u=c*Math.sin(o),i=Math.sin(a),Sr(e,u,i)},qc.lineEnd=function(){n(t,r),qc.lineEnd=Er,qc.point=wr}}function Nr(){return!0}function Ar(n,t,r,e,u){var i=[],o=[];if(n.forEach(function(n){if(!(0>=(t=n.length-1))){var t,r=n[0],e=n[t];if(br(r,e)){u.lineStart();for(var a=0;t>a;++a)u.point((r=n[a])[0],r[1]);return u.lineEnd(),void 0}var c=new Lr(r,n,null,!0),s=new Lr(r,null,c,!1);c.o=s,i.push(c),o.push(s),c=new Lr(e,n,null,!1),s=new Lr(e,null,c,!0),c.o=s,i.push(c),o.push(s)}}),o.sort(t),qr(i),qr(o),i.length){for(var a=0,c=r,s=o.length;s>a;++a)o[a].e=c=!c;for(var l,f,h=i[0];;){for(var g=h,p=!0;g.v;)if((g=g.n)===h)return;l=g.z,u.lineStart();do{if(g.v=g.o.v=!0,g.e){if(p)for(var a=0,s=l.length;s>a;++a)u.point((f=l[a])[0],f[1]);else e(g.x,g.n.x,1,u);g=g.n}else{if(p){l=g.p.z;for(var a=l.length-1;a>=0;--a)u.point((f=l[a])[0],f[1])}else e(g.x,g.p.x,-1,u);g=g.p}g=g.o,l=g.z,p=!p}while(!g.v);u.lineEnd()}}}function qr(n){if(t=n.length){for(var t,r,e=0,u=n[0];t>++e;)u.n=r=n[e],r.p=u,u=r;u.n=r=n[0],r.p=u}}function Lr(n,t,r,e){this.x=n,this.z=t,this.o=r,this.e=e,this.v=!1,this.n=this.p=null}function Tr(n,t,r,e){return function(u,i){function o(t,r){var e=u(t,r);n(t=e[0],r=e[1])&&i.point(t,r)}function a(n,t){var r=u(n,t);d.point(r[0],r[1])}function c(){y.point=a,d.lineStart()}function s(){y.point=o,d.lineEnd()}function l(n,t){v.push([n,t]);var r=u(n,t);M.point(r[0],r[1])}function f(){M.lineStart(),v=[]}function h(){l(v[0][0],v[0][1]),M.lineEnd();var n,t=M.clean(),r=x.buffer(),e=r.length;if(v.pop(),p.push(v),v=null,e){if(1&t){n=r[0];var u,e=n.length-1,o=-1;for(i.lineStart();e>++o;)i.point((u=n[o])[0],u[1]);return i.lineEnd(),void 0}e>1&&2&t&&r.push(r.pop().concat(r.shift())),g.push(r.filter(zr))}}var g,p,v,d=t(i),m=u.invert(e[0],e[1]),y={point:o,lineStart:c,lineEnd:s,polygonStart:function(){y.point=l,y.lineStart=f,y.lineEnd=h,g=[],p=[],i.polygonStart()},polygonEnd:function(){y.point=o,y.lineStart=c,y.lineEnd=s,g=Ko.merge(g);var n=Pr(m,p);g.length?Ar(g,Dr,n,r,i):n&&(i.lineStart(),r(null,null,1,i),i.lineEnd()),i.polygonEnd(),g=p=null},sphere:function(){i.polygonStart(),i.lineStart(),r(null,null,1,i),i.lineEnd(),i.polygonEnd()}},x=Rr(),M=t(x);return y}}function zr(n){return n.length>1}function Rr(){var n,t=[];return{lineStart:function(){t.push(n=[])},point:function(t,r){n.push([t,r])},lineEnd:d,buffer:function(){var r=t;return t=[],n=null,r},rejoin:function(){t.length>1&&t.push(t.pop().concat(t.shift()))}}}function Dr(n,t){return(0>(n=n.x)[0]?n[1]-La-Ta:La-n[1])-(0>(t=t.x)[0]?t[1]-La-Ta:La-t[1])}function Pr(n,t){var r=n[0],e=n[1],u=[Math.sin(r),-Math.cos(r),0],i=0,o=0;mc.reset();for(var a=0,c=t.length;c>a;++a){var s=t[a],l=s.length;if(l)for(var f=s[0],h=f[0],g=f[1]/2+Aa/4,p=Math.sin(g),v=Math.cos(g),d=1;;){d===l&&(d=0),n=s[d];var m=n[0],y=n[1]/2+Aa/4,x=Math.sin(y),M=Math.cos(y),_=m-h,b=_>=0?1:-1,w=b*_,S=w>Aa,k=p*x;if(mc.add(Math.atan2(k*b*Math.sin(w),v*M+k*Math.cos(w))),i+=S?_+b*qa:_,S^h>=r^m>=r){var E=mr(vr(f),vr(n));Mr(E);var C=mr(u,E);Mr(C);var N=(S^_>=0?-1:1)*K(C[2]);(e>N||e===N&&(E[0]||E[1]))&&(o+=S^_>=0?1:-1)}if(!d++)break;h=m,p=x,v=M,f=n}}return(-Ta>i||Ta>i&&0>mc)^1&o}function Ur(n){var t,r=0/0,e=0/0,u=0/0;return{lineStart:function(){n.lineStart(),t=1},point:function(i,o){var a=i>0?Aa:-Aa,c=ha(i-r);Ta>ha(c-Aa)?(n.point(r,e=(e+o)/2>0?La:-La),n.point(u,e),n.lineEnd(),n.lineStart(),n.point(a,e),n.point(i,e),t=0):u!==a&&c>=Aa&&(Ta>ha(r-u)&&(r-=u*Ta),Ta>ha(i-a)&&(i-=a*Ta),e=jr(r,e,i,o),n.point(u,e),n.lineEnd(),n.lineStart(),n.point(a,e),t=0),n.point(r=i,e=o),u=a},lineEnd:function(){n.lineEnd(),r=e=0/0},clean:function(){return 2-t}}}function jr(n,t,r,e){var u,i,o=Math.sin(n-r);return ha(o)>Ta?Math.atan((Math.sin(t)*(i=Math.cos(e))*Math.sin(r)-Math.sin(e)*(u=Math.cos(t))*Math.sin(n))/(u*i*o)):(t+e)/2}function Hr(n,t,r,e){var u;if(null==n)u=r*La,e.point(-Aa,u),e.point(0,u),e.point(Aa,u),e.point(Aa,0),e.point(Aa,-u),e.point(0,-u),e.point(-Aa,-u),e.point(-Aa,0),e.point(-Aa,u);else if(ha(n[0]-t[0])>Ta){var i=n[0]<t[0]?Aa:-Aa;u=r*i/2,e.point(-i,u),e.point(0,u),e.point(i,u)}else e.point(t[0],t[1])}function Fr(n){function t(n,t){return Math.cos(n)*Math.cos(t)>i}function r(n){var r,i,c,s,l;return{lineStart:function(){s=c=!1,l=1},point:function(f,h){var g,p=[f,h],v=t(f,h),d=o?v?0:u(f,h):v?u(f+(0>f?Aa:-Aa),h):0;if(!r&&(s=c=v)&&n.lineStart(),v!==c&&(g=e(r,p),(br(r,g)||br(p,g))&&(p[0]+=Ta,p[1]+=Ta,v=t(p[0],p[1]))),v!==c)l=0,v?(n.lineStart(),g=e(p,r),n.point(g[0],g[1])):(g=e(r,p),n.point(g[0],g[1]),n.lineEnd()),r=g;else if(a&&r&&o^v){var m;d&i||!(m=e(p,r,!0))||(l=0,o?(n.lineStart(),n.point(m[0][0],m[0][1]),n.point(m[1][0],m[1][1]),n.lineEnd()):(n.point(m[1][0],m[1][1]),n.lineEnd(),n.lineStart(),n.point(m[0][0],m[0][1])))}!v||r&&br(r,p)||n.point(p[0],p[1]),r=p,c=v,i=d},lineEnd:function(){c&&n.lineEnd(),r=null},clean:function(){return l|(s&&c)<<1}}}function e(n,t,r){var e=vr(n),u=vr(t),o=[1,0,0],a=mr(e,u),c=dr(a,a),s=a[0],l=c-s*s;if(!l)return!r&&n;var f=i*c/l,h=-i*s/l,g=mr(o,a),p=xr(o,f),v=xr(a,h);yr(p,v);var d=g,m=dr(p,d),y=dr(d,d),x=m*m-y*(dr(p,p)-1);if(!(0>x)){var M=Math.sqrt(x),_=xr(d,(-m-M)/y);if(yr(_,p),_=_r(_),!r)return _;var b,w=n[0],S=t[0],k=n[1],E=t[1];w>S&&(b=w,w=S,S=b);var C=S-w,N=Ta>ha(C-Aa),A=N||Ta>C;if(!N&&k>E&&(b=k,k=E,E=b),A?N?k+E>0^_[1]<(Ta>ha(_[0]-w)?k:E):_[1]>=k&&E>=_[1]:C>Aa^(_[0]>=w&&S>=_[0])){var q=xr(d,(-m+M)/y);return yr(q,p),[_,_r(q)]}}}function u(t,r){var e=o?n:Aa-n,u=0;return-e>t?u|=1:t>e&&(u|=2),-e>r?u|=4:r>e&&(u|=8),u}var i=Math.cos(n),o=i>0,a=ha(i)>Ta,c=pe(n,6*Ra);return Tr(t,r,c,o?[0,-n]:[-Aa,n-Aa])}function Or(n,t,r,e){return function(u){var i,o=u.a,a=u.b,c=o.x,s=o.y,l=a.x,f=a.y,h=0,g=1,p=l-c,v=f-s;if(i=n-c,p||!(i>0)){if(i/=p,0>p){if(h>i)return;g>i&&(g=i)}else if(p>0){if(i>g)return;i>h&&(h=i)}if(i=r-c,p||!(0>i)){if(i/=p,0>p){if(i>g)return;i>h&&(h=i)}else if(p>0){if(h>i)return;g>i&&(g=i)}if(i=t-s,v||!(i>0)){if(i/=v,0>v){if(h>i)return;g>i&&(g=i)}else if(v>0){if(i>g)return;i>h&&(h=i)}if(i=e-s,v||!(0>i)){if(i/=v,0>v){if(i>g)return;i>h&&(h=i)}else if(v>0){if(h>i)return;g>i&&(g=i)}return h>0&&(u.a={x:c+h*p,y:s+h*v}),1>g&&(u.b={x:c+g*p,y:s+g*v}),u}}}}}}function Ir(n,t,r,e){function u(e,u){return Ta>ha(e[0]-n)?u>0?0:3:Ta>ha(e[0]-r)?u>0?2:1:Ta>ha(e[1]-t)?u>0?1:0:u>0?3:2}function i(n,t){return o(n.x,t.x)}function o(n,t){var r=u(n,1),e=u(t,1);return r!==e?r-e:0===r?t[1]-n[1]:1===r?n[0]-t[0]:2===r?n[1]-t[1]:t[0]-n[0]}return function(a){function c(n){for(var t=0,r=d.length,e=n[1],u=0;r>u;++u)for(var i,o=1,a=d[u],c=a.length,s=a[0];c>o;++o)i=a[o],e>=s[1]?i[1]>e&&W(s,i,n)>0&&++t:e>=i[1]&&0>W(s,i,n)&&--t,s=i;return 0!==t}function s(i,a,c,s){var l=0,f=0;if(null==i||(l=u(i,c))!==(f=u(a,c))||0>o(i,a)^c>0){do s.point(0===l||3===l?n:r,l>1?e:t);while((l=(l+c+4)%4)!==f)}else s.point(a[0],a[1])}function l(u,i){return u>=n&&r>=u&&i>=t&&e>=i}function f(n,t){l(n,t)&&a.point(n,t)}function h(){A.point=p,d&&d.push(m=[]),S=!0,w=!1,_=b=0/0}function g(){v&&(p(y,x),M&&w&&C.rejoin(),v.push(C.buffer())),A.point=f,w&&a.lineEnd()}function p(n,t){n=Math.max(-Tc,Math.min(Tc,n)),t=Math.max(-Tc,Math.min(Tc,t));var r=l(n,t);if(d&&m.push([n,t]),S)y=n,x=t,M=r,S=!1,r&&(a.lineStart(),a.point(n,t));else if(r&&w)a.point(n,t);else{var e={a:{x:_,y:b},b:{x:n,y:t}};N(e)?(w||(a.lineStart(),a.point(e.a.x,e.a.y)),a.point(e.b.x,e.b.y),r||a.lineEnd(),k=!1):r&&(a.lineStart(),a.point(n,t),k=!1)}_=n,b=t,w=r}var v,d,m,y,x,M,_,b,w,S,k,E=a,C=Rr(),N=Or(n,t,r,e),A={point:f,lineStart:h,lineEnd:g,polygonStart:function(){a=C,v=[],d=[],k=!0},polygonEnd:function(){a=E,v=Ko.merge(v);var t=c([n,e]),r=k&&t,u=v.length;(r||u)&&(a.polygonStart(),r&&(a.lineStart(),s(null,null,1,a),a.lineEnd()),u&&Ar(v,i,t,s,a),a.polygonEnd()),v=d=m=null}};return A}}function Yr(n,t){function r(r,e){return r=n(r,e),t(r[0],r[1])}return n.invert&&t.invert&&(r.invert=function(r,e){return r=t.invert(r,e),r&&n.invert(r[0],r[1])}),r}function Zr(n){var t=0,r=Aa/3,e=oe(n),u=e(t,r);return u.parallels=function(n){return arguments.length?e(t=n[0]*Aa/180,r=n[1]*Aa/180):[180*(t/Aa),180*(r/Aa)]},u}function Vr(n,t){function r(n,t){var r=Math.sqrt(i-2*u*Math.sin(t))/u;return[r*Math.sin(n*=u),o-r*Math.cos(n)]}var e=Math.sin(n),u=(e+Math.sin(t))/2,i=1+e*(2*u-e),o=Math.sqrt(i)/u;return r.invert=function(n,t){var r=o-t;return[Math.atan2(n,r)/u,K((i-(n*n+r*r)*u*u)/(2*u))]},r}function $r(){function n(n,t){Rc+=u*n-e*t,e=n,u=t}var t,r,e,u;Hc.point=function(i,o){Hc.point=n,t=e=i,r=u=o},Hc.lineEnd=function(){n(t,r)}}function Xr(n,t){Dc>n&&(Dc=n),n>Uc&&(Uc=n),Pc>t&&(Pc=t),t>jc&&(jc=t)}function Br(){function n(n,t){o.push("M",n,",",t,i)}function t(n,t){o.push("M",n,",",t),a.point=r}function r(n,t){o.push("L",n,",",t)}function e(){a.point=n}function u(){o.push("Z")}var i=Jr(4.5),o=[],a={point:n,lineStart:function(){a.point=t},lineEnd:e,polygonStart:function(){a.lineEnd=u},polygonEnd:function(){a.lineEnd=e,a.point=n},pointRadius:function(n){return i=Jr(n),a},result:function(){if(o.length){var n=o.join("");return o=[],n}}};return a}function Jr(n){return"m0,"+n+"a"+n+","+n+" 0 1,1 0,"+-2*n+"a"+n+","+n+" 0 1,1 0,"+2*n+"z"}function Wr(n,t){_c+=n,bc+=t,++wc}function Gr(){function n(n,e){var u=n-t,i=e-r,o=Math.sqrt(u*u+i*i);Sc+=o*(t+n)/2,kc+=o*(r+e)/2,Ec+=o,Wr(t=n,r=e)}var t,r;Oc.point=function(e,u){Oc.point=n,Wr(t=e,r=u)}}function Kr(){Oc.point=Wr}function Qr(){function n(n,t){var r=n-e,i=t-u,o=Math.sqrt(r*r+i*i);Sc+=o*(e+n)/2,kc+=o*(u+t)/2,Ec+=o,o=u*n-e*t,Cc+=o*(e+n),Nc+=o*(u+t),Ac+=3*o,Wr(e=n,u=t)}var t,r,e,u;Oc.point=function(i,o){Oc.point=n,Wr(t=e=i,r=u=o)},Oc.lineEnd=function(){n(t,r)}}function ne(n){function t(t,r){n.moveTo(t,r),n.arc(t,r,o,0,qa)}function r(t,r){n.moveTo(t,r),a.point=e}function e(t,r){n.lineTo(t,r)}function u(){a.point=t}function i(){n.closePath()}var o=4.5,a={point:t,lineStart:function(){a.point=r},lineEnd:u,polygonStart:function(){a.lineEnd=i},polygonEnd:function(){a.lineEnd=u,a.point=t},pointRadius:function(n){return o=n,a},result:d};return a}function te(n){function t(n){return(a?e:r)(n)}function r(t){return ue(t,function(r,e){r=n(r,e),t.point(r[0],r[1])})}function e(t){function r(r,e){r=n(r,e),t.point(r[0],r[1])}function e(){x=0/0,S.point=i,t.lineStart()}function i(r,e){var i=vr([r,e]),o=n(r,e);u(x,M,y,_,b,w,x=o[0],M=o[1],y=r,_=i[0],b=i[1],w=i[2],a,t),t.point(x,M)}function o(){S.point=r,t.lineEnd()}function c(){e(),S.point=s,S.lineEnd=l}function s(n,t){i(f=n,h=t),g=x,p=M,v=_,d=b,m=w,S.point=i}function l(){u(x,M,y,_,b,w,g,p,f,v,d,m,a,t),S.lineEnd=o,o()}var f,h,g,p,v,d,m,y,x,M,_,b,w,S={point:r,lineStart:e,lineEnd:o,polygonStart:function(){t.polygonStart(),S.lineStart=c},polygonEnd:function(){t.polygonEnd(),S.lineStart=e}};return S}function u(t,r,e,a,c,s,l,f,h,g,p,v,d,m){var y=l-t,x=f-r,M=y*y+x*x;
if(M>4*i&&d--){var _=a+g,b=c+p,w=s+v,S=Math.sqrt(_*_+b*b+w*w),k=Math.asin(w/=S),E=Ta>ha(ha(w)-1)||Ta>ha(e-h)?(e+h)/2:Math.atan2(b,_),C=n(E,k),N=C[0],A=C[1],q=N-t,L=A-r,T=x*q-y*L;(T*T/M>i||ha((y*q+x*L)/M-.5)>.3||o>a*g+c*p+s*v)&&(u(t,r,e,a,c,s,N,A,E,_/=S,b/=S,w,d,m),m.point(N,A),u(N,A,E,_,b,w,l,f,h,g,p,v,d,m))}}var i=.5,o=Math.cos(30*Ra),a=16;return t.precision=function(n){return arguments.length?(a=(i=n*n)>0&&16,t):Math.sqrt(i)},t}function re(n){var t=te(function(t,r){return n([t*Da,r*Da])});return function(n){return ae(t(n))}}function ee(n){this.stream=n}function ue(n,t){return{point:t,sphere:function(){n.sphere()},lineStart:function(){n.lineStart()},lineEnd:function(){n.lineEnd()},polygonStart:function(){n.polygonStart()},polygonEnd:function(){n.polygonEnd()}}}function ie(n){return oe(function(){return n})()}function oe(n){function t(n){return n=a(n[0]*Ra,n[1]*Ra),[n[0]*h+c,s-n[1]*h]}function r(n){return n=a.invert((n[0]-c)/h,(s-n[1])/h),n&&[n[0]*Da,n[1]*Da]}function e(){a=Yr(o=le(m,y,x),i);var n=i(v,d);return c=g-n[0]*h,s=p+n[1]*h,u()}function u(){return l&&(l.valid=!1,l=null),t}var i,o,a,c,s,l,f=te(function(n,t){return n=i(n,t),[n[0]*h+c,s-n[1]*h]}),h=150,g=480,p=250,v=0,d=0,m=0,y=0,x=0,M=Lc,_=Nt,b=null,w=null;return t.stream=function(n){return l&&(l.valid=!1),l=ae(M(o,f(_(n)))),l.valid=!0,l},t.clipAngle=function(n){return arguments.length?(M=null==n?(b=n,Lc):Fr((b=+n)*Ra),u()):b},t.clipExtent=function(n){return arguments.length?(w=n,_=n?Ir(n[0][0],n[0][1],n[1][0],n[1][1]):Nt,u()):w},t.scale=function(n){return arguments.length?(h=+n,e()):h},t.translate=function(n){return arguments.length?(g=+n[0],p=+n[1],e()):[g,p]},t.center=function(n){return arguments.length?(v=n[0]%360*Ra,d=n[1]%360*Ra,e()):[v*Da,d*Da]},t.rotate=function(n){return arguments.length?(m=n[0]%360*Ra,y=n[1]%360*Ra,x=n.length>2?n[2]%360*Ra:0,e()):[m*Da,y*Da,x*Da]},Ko.rebind(t,f,"precision"),function(){return i=n.apply(this,arguments),t.invert=i.invert&&r,e()}}function ae(n){return ue(n,function(t,r){n.point(t*Ra,r*Ra)})}function ce(n,t){return[n,t]}function se(n,t){return[n>Aa?n-qa:-Aa>n?n+qa:n,t]}function le(n,t,r){return n?t||r?Yr(he(n),ge(t,r)):he(n):t||r?ge(t,r):se}function fe(n){return function(t,r){return t+=n,[t>Aa?t-qa:-Aa>t?t+qa:t,r]}}function he(n){var t=fe(n);return t.invert=fe(-n),t}function ge(n,t){function r(n,t){var r=Math.cos(t),a=Math.cos(n)*r,c=Math.sin(n)*r,s=Math.sin(t),l=s*e+a*u;return[Math.atan2(c*i-l*o,a*e-s*u),K(l*i+c*o)]}var e=Math.cos(n),u=Math.sin(n),i=Math.cos(t),o=Math.sin(t);return r.invert=function(n,t){var r=Math.cos(t),a=Math.cos(n)*r,c=Math.sin(n)*r,s=Math.sin(t),l=s*i-c*o;return[Math.atan2(c*i+s*o,a*e+l*u),K(l*e-a*u)]},r}function pe(n,t){var r=Math.cos(n),e=Math.sin(n);return function(u,i,o,a){var c=o*t;null!=u?(u=ve(r,u),i=ve(r,i),(o>0?i>u:u>i)&&(u+=o*qa)):(u=n+o*qa,i=n-.5*c);for(var s,l=u;o>0?l>i:i>l;l-=c)a.point((s=_r([r,-e*Math.cos(l),-e*Math.sin(l)]))[0],s[1])}}function ve(n,t){var r=vr(t);r[0]-=n,Mr(r);var e=G(-r[1]);return((0>-r[2]?-e:e)+2*Math.PI-Ta)%(2*Math.PI)}function de(n,t,r){var e=Ko.range(n,t-Ta,r).concat(t);return function(n){return e.map(function(t){return[n,t]})}}function me(n,t,r){var e=Ko.range(n,t-Ta,r).concat(t);return function(n){return e.map(function(t){return[t,n]})}}function ye(n){return n.source}function xe(n){return n.target}function Me(n,t,r,e){var u=Math.cos(t),i=Math.sin(t),o=Math.cos(e),a=Math.sin(e),c=u*Math.cos(n),s=u*Math.sin(n),l=o*Math.cos(r),f=o*Math.sin(r),h=2*Math.asin(Math.sqrt(rt(e-t)+u*o*rt(r-n))),g=1/Math.sin(h),p=h?function(n){var t=Math.sin(n*=h)*g,r=Math.sin(h-n)*g,e=r*c+t*l,u=r*s+t*f,o=r*i+t*a;return[Math.atan2(u,e)*Da,Math.atan2(o,Math.sqrt(e*e+u*u))*Da]}:function(){return[n*Da,t*Da]};return p.distance=h,p}function _e(){function n(n,u){var i=Math.sin(u*=Ra),o=Math.cos(u),a=ha((n*=Ra)-t),c=Math.cos(a);Ic+=Math.atan2(Math.sqrt((a=o*Math.sin(a))*a+(a=e*i-r*o*c)*a),r*i+e*o*c),t=n,r=i,e=o}var t,r,e;Yc.point=function(u,i){t=u*Ra,r=Math.sin(i*=Ra),e=Math.cos(i),Yc.point=n},Yc.lineEnd=function(){Yc.point=Yc.lineEnd=d}}function be(n,t){function r(t,r){var e=Math.cos(t),u=Math.cos(r),i=n(e*u);return[i*u*Math.sin(t),i*Math.sin(r)]}return r.invert=function(n,r){var e=Math.sqrt(n*n+r*r),u=t(e),i=Math.sin(u),o=Math.cos(u);return[Math.atan2(n*i,e*o),Math.asin(e&&r*i/e)]},r}function we(n,t){function r(n,t){o>0?-La+Ta>t&&(t=-La+Ta):t>La-Ta&&(t=La-Ta);var r=o/Math.pow(u(t),i);return[r*Math.sin(i*n),o-r*Math.cos(i*n)]}var e=Math.cos(n),u=function(n){return Math.tan(Aa/4+n/2)},i=n===t?Math.sin(n):Math.log(e/Math.cos(t))/Math.log(u(t)/u(n)),o=e*Math.pow(u(n),i)/i;return i?(r.invert=function(n,t){var r=o-t,e=J(i)*Math.sqrt(n*n+r*r);return[Math.atan2(n,r)/i,2*Math.atan(Math.pow(o/e,1/i))-La]},r):ke}function Se(n,t){function r(n,t){var r=i-t;return[r*Math.sin(u*n),i-r*Math.cos(u*n)]}var e=Math.cos(n),u=n===t?Math.sin(n):(e-Math.cos(t))/(t-n),i=e/u+n;return Ta>ha(u)?ce:(r.invert=function(n,t){var r=i-t;return[Math.atan2(n,r)/u,i-J(u)*Math.sqrt(n*n+r*r)]},r)}function ke(n,t){return[n,Math.log(Math.tan(Aa/4+t/2))]}function Ee(n){var t,r=ie(n),e=r.scale,u=r.translate,i=r.clipExtent;return r.scale=function(){var n=e.apply(r,arguments);return n===r?t?r.clipExtent(null):r:n},r.translate=function(){var n=u.apply(r,arguments);return n===r?t?r.clipExtent(null):r:n},r.clipExtent=function(n){var o=i.apply(r,arguments);if(o===r){if(t=null==n){var a=Aa*e(),c=u();i([[c[0]-a,c[1]-a],[c[0]+a,c[1]+a]])}}else t&&(o=null);return o},r.clipExtent(null)}function Ce(n,t){return[Math.log(Math.tan(Aa/4+t/2)),-n]}function Ne(n){return n[0]}function Ae(n){return n[1]}function qe(n){for(var t=n.length,r=[0,1],e=2,u=2;t>u;u++){for(;e>1&&0>=W(n[r[e-2]],n[r[e-1]],n[u]);)--e;r[e++]=u}return r.slice(0,e)}function Le(n,t){return n[0]-t[0]||n[1]-t[1]}function Te(n,t,r){return(r[0]-t[0])*(n[1]-t[1])<(r[1]-t[1])*(n[0]-t[0])}function ze(n,t,r,e){var u=n[0],i=r[0],o=t[0]-u,a=e[0]-i,c=n[1],s=r[1],l=t[1]-c,f=e[1]-s,h=(a*(c-s)-f*(u-i))/(f*o-a*l);return[u+h*o,c+h*l]}function Re(n){var t=n[0],r=n[n.length-1];return!(t[0]-r[0]||t[1]-r[1])}function De(){ru(this),this.edge=this.site=this.circle=null}function Pe(n){var t=ts.pop()||new De;return t.site=n,t}function Ue(n){Xe(n),Kc.remove(n),ts.push(n),ru(n)}function je(n){var t=n.circle,r=t.x,e=t.cy,u={x:r,y:e},i=n.P,o=n.N,a=[n];Ue(n);for(var c=i;c.circle&&Ta>ha(r-c.circle.x)&&Ta>ha(e-c.circle.cy);)i=c.P,a.unshift(c),Ue(c),c=i;a.unshift(c),Xe(c);for(var s=o;s.circle&&Ta>ha(r-s.circle.x)&&Ta>ha(e-s.circle.cy);)o=s.N,a.push(s),Ue(s),s=o;a.push(s),Xe(s);var l,f=a.length;for(l=1;f>l;++l)s=a[l],c=a[l-1],Qe(s.edge,c.site,s.site,u);c=a[0],s=a[f-1],s.edge=Ge(c.site,s.site,null,u),$e(c),$e(s)}function He(n){for(var t,r,e,u,i=n.x,o=n.y,a=Kc._;a;)if(e=Fe(a,o)-i,e>Ta)a=a.L;else{if(u=i-Oe(a,o),!(u>Ta)){e>-Ta?(t=a.P,r=a):u>-Ta?(t=a,r=a.N):t=r=a;break}if(!a.R){t=a;break}a=a.R}var c=Pe(n);if(Kc.insert(t,c),t||r){if(t===r)return Xe(t),r=Pe(t.site),Kc.insert(c,r),c.edge=r.edge=Ge(t.site,c.site),$e(t),$e(r),void 0;if(!r)return c.edge=Ge(t.site,c.site),void 0;Xe(t),Xe(r);var s=t.site,l=s.x,f=s.y,h=n.x-l,g=n.y-f,p=r.site,v=p.x-l,d=p.y-f,m=2*(h*d-g*v),y=h*h+g*g,x=v*v+d*d,M={x:(d*y-g*x)/m+l,y:(h*x-v*y)/m+f};Qe(r.edge,s,p,M),c.edge=Ge(s,n,null,M),r.edge=Ge(n,p,null,M),$e(t),$e(r)}}function Fe(n,t){var r=n.site,e=r.x,u=r.y,i=u-t;if(!i)return e;var o=n.P;if(!o)return-1/0;r=o.site;var a=r.x,c=r.y,s=c-t;if(!s)return a;var l=a-e,f=1/i-1/s,h=l/s;return f?(-h+Math.sqrt(h*h-2*f*(l*l/(-2*s)-c+s/2+u-i/2)))/f+e:(e+a)/2}function Oe(n,t){var r=n.N;if(r)return Fe(r,t);var e=n.site;return e.y===t?e.x:1/0}function Ie(n){this.site=n,this.edges=[]}function Ye(n){for(var t,r,e,u,i,o,a,c,s,l,f=n[0][0],h=n[1][0],g=n[0][1],p=n[1][1],v=Gc,d=v.length;d--;)if(i=v[d],i&&i.prepare())for(a=i.edges,c=a.length,o=0;c>o;)l=a[o].end(),e=l.x,u=l.y,s=a[++o%c].start(),t=s.x,r=s.y,(ha(e-t)>Ta||ha(u-r)>Ta)&&(a.splice(o,0,new nu(Ke(i.site,l,Ta>ha(e-f)&&p-u>Ta?{x:f,y:Ta>ha(t-f)?r:p}:Ta>ha(u-p)&&h-e>Ta?{x:Ta>ha(r-p)?t:h,y:p}:Ta>ha(e-h)&&u-g>Ta?{x:h,y:Ta>ha(t-h)?r:g}:Ta>ha(u-g)&&e-f>Ta?{x:Ta>ha(r-g)?t:f,y:g}:null),i.site,null)),++c)}function Ze(n,t){return t.angle-n.angle}function Ve(){ru(this),this.x=this.y=this.arc=this.site=this.cy=null}function $e(n){var t=n.P,r=n.N;if(t&&r){var e=t.site,u=n.site,i=r.site;if(e!==i){var o=u.x,a=u.y,c=e.x-o,s=e.y-a,l=i.x-o,f=i.y-a,h=2*(c*f-s*l);if(!(h>=-za)){var g=c*c+s*s,p=l*l+f*f,v=(f*g-s*p)/h,d=(c*p-l*g)/h,f=d+a,m=rs.pop()||new Ve;m.arc=n,m.site=u,m.x=v+o,m.y=f+Math.sqrt(v*v+d*d),m.cy=f,n.circle=m;for(var y=null,x=ns._;x;)if(m.y<x.y||m.y===x.y&&m.x<=x.x){if(!x.L){y=x.P;break}x=x.L}else{if(!x.R){y=x;break}x=x.R}ns.insert(y,m),y||(Qc=m)}}}}function Xe(n){var t=n.circle;t&&(t.P||(Qc=t.N),ns.remove(t),rs.push(t),ru(t),n.circle=null)}function Be(n){for(var t,r=Wc,e=Or(n[0][0],n[0][1],n[1][0],n[1][1]),u=r.length;u--;)t=r[u],(!Je(t,n)||!e(t)||Ta>ha(t.a.x-t.b.x)&&Ta>ha(t.a.y-t.b.y))&&(t.a=t.b=null,r.splice(u,1))}function Je(n,t){var r=n.b;if(r)return!0;var e,u,i=n.a,o=t[0][0],a=t[1][0],c=t[0][1],s=t[1][1],l=n.l,f=n.r,h=l.x,g=l.y,p=f.x,v=f.y,d=(h+p)/2,m=(g+v)/2;if(v===g){if(o>d||d>=a)return;if(h>p){if(i){if(i.y>=s)return}else i={x:d,y:c};r={x:d,y:s}}else{if(i){if(c>i.y)return}else i={x:d,y:s};r={x:d,y:c}}}else if(e=(h-p)/(v-g),u=m-e*d,-1>e||e>1)if(h>p){if(i){if(i.y>=s)return}else i={x:(c-u)/e,y:c};r={x:(s-u)/e,y:s}}else{if(i){if(c>i.y)return}else i={x:(s-u)/e,y:s};r={x:(c-u)/e,y:c}}else if(v>g){if(i){if(i.x>=a)return}else i={x:o,y:e*o+u};r={x:a,y:e*a+u}}else{if(i){if(o>i.x)return}else i={x:a,y:e*a+u};r={x:o,y:e*o+u}}return n.a=i,n.b=r,!0}function We(n,t){this.l=n,this.r=t,this.a=this.b=null}function Ge(n,t,r,e){var u=new We(n,t);return Wc.push(u),r&&Qe(u,n,t,r),e&&Qe(u,t,n,e),Gc[n.i].edges.push(new nu(u,n,t)),Gc[t.i].edges.push(new nu(u,t,n)),u}function Ke(n,t,r){var e=new We(n,null);return e.a=t,e.b=r,Wc.push(e),e}function Qe(n,t,r,e){n.a||n.b?n.l===r?n.b=e:n.a=e:(n.a=e,n.l=t,n.r=r)}function nu(n,t,r){var e=n.a,u=n.b;this.edge=n,this.site=t,this.angle=r?Math.atan2(r.y-t.y,r.x-t.x):n.l===t?Math.atan2(u.x-e.x,e.y-u.y):Math.atan2(e.x-u.x,u.y-e.y)}function tu(){this._=null}function ru(n){n.U=n.C=n.L=n.R=n.P=n.N=null}function eu(n,t){var r=t,e=t.R,u=r.U;u?u.L===r?u.L=e:u.R=e:n._=e,e.U=u,r.U=e,r.R=e.L,r.R&&(r.R.U=r),e.L=r}function uu(n,t){var r=t,e=t.L,u=r.U;u?u.L===r?u.L=e:u.R=e:n._=e,e.U=u,r.U=e,r.L=e.R,r.L&&(r.L.U=r),e.R=r}function iu(n){for(;n.L;)n=n.L;return n}function ou(n,t){var r,e,u,i=n.sort(au).pop();for(Wc=[],Gc=Array(n.length),Kc=new tu,ns=new tu;;)if(u=Qc,i&&(!u||i.y<u.y||i.y===u.y&&i.x<u.x))(i.x!==r||i.y!==e)&&(Gc[i.i]=new Ie(i),He(i),r=i.x,e=i.y),i=n.pop();else{if(!u)break;je(u.arc)}t&&(Be(t),Ye(t));var o={cells:Gc,edges:Wc};return Kc=ns=Wc=Gc=null,o}function au(n,t){return t.y-n.y||t.x-n.x}function cu(n,t,r){return(n.x-r.x)*(t.y-n.y)-(n.x-t.x)*(r.y-n.y)}function su(n){return n.x}function lu(n){return n.y}function fu(){return{leaf:!0,nodes:[],point:null,x:null,y:null}}function hu(n,t,r,e,u,i){if(!n(t,r,e,u,i)){var o=.5*(r+u),a=.5*(e+i),c=t.nodes;c[0]&&hu(n,c[0],r,e,o,a),c[1]&&hu(n,c[1],o,e,u,a),c[2]&&hu(n,c[2],r,a,o,i),c[3]&&hu(n,c[3],o,a,u,i)}}function gu(n,t){n=Ko.rgb(n),t=Ko.rgb(t);var r=n.r,e=n.g,u=n.b,i=t.r-r,o=t.g-e,a=t.b-u;return function(n){return"#"+_t(Math.round(r+i*n))+_t(Math.round(e+o*n))+_t(Math.round(u+a*n))}}function pu(n,t){var r,e={},u={};for(r in n)r in t?e[r]=mu(n[r],t[r]):u[r]=n[r];for(r in t)r in n||(u[r]=t[r]);return function(n){for(r in e)u[r]=e[r](n);return u}}function vu(n,t){return t-=n=+n,function(r){return n+t*r}}function du(n,t){var r,e,u,i,o,a=0,c=0,s=[],l=[];for(n+="",t+="",us.lastIndex=0,e=0;r=us.exec(t);++e)r.index&&s.push(t.substring(a,c=r.index)),l.push({i:s.length,x:r[0]}),s.push(null),a=us.lastIndex;for(t.length>a&&s.push(t.substring(a)),e=0,i=l.length;(r=us.exec(n))&&i>e;++e)if(o=l[e],o.x==r[0]){if(o.i)if(null==s[o.i+1])for(s[o.i-1]+=o.x,s.splice(o.i,1),u=e+1;i>u;++u)l[u].i--;else for(s[o.i-1]+=o.x+s[o.i+1],s.splice(o.i,2),u=e+1;i>u;++u)l[u].i-=2;else if(null==s[o.i+1])s[o.i]=o.x;else for(s[o.i]=o.x+s[o.i+1],s.splice(o.i+1,1),u=e+1;i>u;++u)l[u].i--;l.splice(e,1),i--,e--}else o.x=vu(parseFloat(r[0]),parseFloat(o.x));for(;i>e;)o=l.pop(),null==s[o.i+1]?s[o.i]=o.x:(s[o.i]=o.x+s[o.i+1],s.splice(o.i+1,1)),i--;return 1===s.length?null==s[0]?(o=l[0].x,function(n){return o(n)+""}):function(){return t}:function(n){for(e=0;i>e;++e)s[(o=l[e]).i]=o.x(n);return s.join("")}}function mu(n,t){for(var r,e=Ko.interpolators.length;--e>=0&&!(r=Ko.interpolators[e](n,t)););return r}function yu(n,t){var r,e=[],u=[],i=n.length,o=t.length,a=Math.min(n.length,t.length);for(r=0;a>r;++r)e.push(mu(n[r],t[r]));for(;i>r;++r)u[r]=n[r];for(;o>r;++r)u[r]=t[r];return function(n){for(r=0;a>r;++r)u[r]=e[r](n);return u}}function xu(n){return function(t){return 0>=t?0:t>=1?1:n(t)}}function Mu(n){return function(t){return 1-n(1-t)}}function _u(n){return function(t){return.5*(.5>t?n(2*t):2-n(2-2*t))}}function bu(n){return n*n}function wu(n){return n*n*n}function Su(n){if(0>=n)return 0;if(n>=1)return 1;var t=n*n,r=t*n;return 4*(.5>n?r:3*(n-t)+r-.75)}function ku(n){return function(t){return Math.pow(t,n)}}function Eu(n){return 1-Math.cos(n*La)}function Cu(n){return Math.pow(2,10*(n-1))}function Nu(n){return 1-Math.sqrt(1-n*n)}function Au(n,t){var r;return 2>arguments.length&&(t=.45),arguments.length?r=t/qa*Math.asin(1/n):(n=1,r=t/4),function(e){return 1+n*Math.pow(2,-10*e)*Math.sin((e-r)*qa/t)}}function qu(n){return n||(n=1.70158),function(t){return t*t*((n+1)*t-n)}}function Lu(n){return 1/2.75>n?7.5625*n*n:2/2.75>n?7.5625*(n-=1.5/2.75)*n+.75:2.5/2.75>n?7.5625*(n-=2.25/2.75)*n+.9375:7.5625*(n-=2.625/2.75)*n+.984375}function Tu(n,t){n=Ko.hcl(n),t=Ko.hcl(t);var r=n.h,e=n.c,u=n.l,i=t.h-r,o=t.c-e,a=t.l-u;return isNaN(o)&&(o=0,e=isNaN(e)?t.c:e),isNaN(i)?(i=0,r=isNaN(r)?t.h:r):i>180?i-=360:-180>i&&(i+=360),function(n){return st(r+i*n,e+o*n,u+a*n)+""}}function zu(n,t){n=Ko.hsl(n),t=Ko.hsl(t);var r=n.h,e=n.s,u=n.l,i=t.h-r,o=t.s-e,a=t.l-u;return isNaN(o)&&(o=0,e=isNaN(e)?t.s:e),isNaN(i)?(i=0,r=isNaN(r)?t.h:r):i>180?i-=360:-180>i&&(i+=360),function(n){return ot(r+i*n,e+o*n,u+a*n)+""}}function Ru(n,t){n=Ko.lab(n),t=Ko.lab(t);var r=n.l,e=n.a,u=n.b,i=t.l-r,o=t.a-e,a=t.b-u;return function(n){return ht(r+i*n,e+o*n,u+a*n)+""}}function Du(n,t){return t-=n,function(r){return Math.round(n+t*r)}}function Pu(n){var t=[n.a,n.b],r=[n.c,n.d],e=ju(t),u=Uu(t,r),i=ju(Hu(r,t,-u))||0;t[0]*r[1]<r[0]*t[1]&&(t[0]*=-1,t[1]*=-1,e*=-1,u*=-1),this.rotate=(e?Math.atan2(t[1],t[0]):Math.atan2(-r[0],r[1]))*Da,this.translate=[n.e,n.f],this.scale=[e,i],this.skew=i?Math.atan2(u,i)*Da:0}function Uu(n,t){return n[0]*t[0]+n[1]*t[1]}function ju(n){var t=Math.sqrt(Uu(n,n));return t&&(n[0]/=t,n[1]/=t),t}function Hu(n,t,r){return n[0]+=r*t[0],n[1]+=r*t[1],n}function Fu(n,t){var r,e=[],u=[],i=Ko.transform(n),o=Ko.transform(t),a=i.translate,c=o.translate,s=i.rotate,l=o.rotate,f=i.skew,h=o.skew,g=i.scale,p=o.scale;return a[0]!=c[0]||a[1]!=c[1]?(e.push("translate(",null,",",null,")"),u.push({i:1,x:vu(a[0],c[0])},{i:3,x:vu(a[1],c[1])})):c[0]||c[1]?e.push("translate("+c+")"):e.push(""),s!=l?(s-l>180?l+=360:l-s>180&&(s+=360),u.push({i:e.push(e.pop()+"rotate(",null,")")-2,x:vu(s,l)})):l&&e.push(e.pop()+"rotate("+l+")"),f!=h?u.push({i:e.push(e.pop()+"skewX(",null,")")-2,x:vu(f,h)}):h&&e.push(e.pop()+"skewX("+h+")"),g[0]!=p[0]||g[1]!=p[1]?(r=e.push(e.pop()+"scale(",null,",",null,")"),u.push({i:r-4,x:vu(g[0],p[0])},{i:r-2,x:vu(g[1],p[1])})):(1!=p[0]||1!=p[1])&&e.push(e.pop()+"scale("+p+")"),r=u.length,function(n){for(var t,i=-1;r>++i;)e[(t=u[i]).i]=t.x(n);return e.join("")}}function Ou(n,t){return t=t-(n=+n)?1/(t-n):0,function(r){return(r-n)*t}}function Iu(n,t){return t=t-(n=+n)?1/(t-n):0,function(r){return Math.max(0,Math.min(1,(r-n)*t))}}function Yu(n){for(var t=n.source,r=n.target,e=Vu(t,r),u=[t];t!==e;)t=t.parent,u.push(t);for(var i=u.length;r!==e;)u.splice(i,0,r),r=r.parent;return u}function Zu(n){for(var t=[],r=n.parent;null!=r;)t.push(n),n=r,r=r.parent;return t.push(n),t}function Vu(n,t){if(n===t)return n;for(var r=Zu(n),e=Zu(t),u=r.pop(),i=e.pop(),o=null;u===i;)o=u,u=r.pop(),i=e.pop();return o}function $u(n){n.fixed|=2}function Xu(n){n.fixed&=-7}function Bu(n){n.fixed|=4,n.px=n.x,n.py=n.y}function Ju(n){n.fixed&=-5}function Wu(n,t,r){var e=0,u=0;if(n.charge=0,!n.leaf)for(var i,o=n.nodes,a=o.length,c=-1;a>++c;)i=o[c],null!=i&&(Wu(i,t,r),n.charge+=i.charge,e+=i.charge*i.cx,u+=i.charge*i.cy);if(n.point){n.leaf||(n.point.x+=Math.random()-.5,n.point.y+=Math.random()-.5);var s=t*r[n.point.index];n.charge+=n.pointCharge=s,e+=s*n.point.x,u+=s*n.point.y}n.cx=e/n.charge,n.cy=u/n.charge}function Gu(n,t){return Ko.rebind(n,t,"sort","children","value"),n.nodes=n,n.links=ti,n}function Ku(n){return n.children}function Qu(n){return n.value}function ni(n,t){return t.value-n.value}function ti(n){return Ko.merge(n.map(function(n){return(n.children||[]).map(function(t){return{source:n,target:t}})}))}function ri(n){return n.x}function ei(n){return n.y}function ui(n,t,r){n.y0=t,n.y=r}function ii(n){return Ko.range(n.length)}function oi(n){for(var t=-1,r=n[0].length,e=[];r>++t;)e[t]=0;return e}function ai(n){for(var t,r=1,e=0,u=n[0][1],i=n.length;i>r;++r)(t=n[r][1])>u&&(e=r,u=t);return e}function ci(n){return n.reduce(si,0)}function si(n,t){return n+t[1]}function li(n,t){return fi(n,Math.ceil(Math.log(t.length)/Math.LN2+1))}function fi(n,t){for(var r=-1,e=+n[0],u=(n[1]-e)/t,i=[];t>=++r;)i[r]=u*r+e;return i}function hi(n){return[Ko.min(n),Ko.max(n)]}function gi(n,t){return n.parent==t.parent?1:2}function pi(n){var t=n.children;return t&&t.length?t[0]:n._tree.thread}function vi(n){var t,r=n.children;return r&&(t=r.length)?r[t-1]:n._tree.thread}function di(n,t){var r=n.children;if(r&&(u=r.length))for(var e,u,i=-1;u>++i;)t(e=di(r[i],t),n)>0&&(n=e);return n}function mi(n,t){return n.x-t.x}function yi(n,t){return t.x-n.x}function xi(n,t){return n.depth-t.depth}function Mi(n,t){function r(n,e){var u=n.children;if(u&&(o=u.length))for(var i,o,a=null,c=-1;o>++c;)i=u[c],r(i,a),a=i;t(n,e)}r(n,null)}function _i(n){for(var t,r=0,e=0,u=n.children,i=u.length;--i>=0;)t=u[i]._tree,t.prelim+=r,t.mod+=r,r+=t.shift+(e+=t.change)}function bi(n,t,r){n=n._tree,t=t._tree;var e=r/(t.number-n.number);n.change+=e,t.change-=e,t.shift+=r,t.prelim+=r,t.mod+=r}function wi(n,t,r){return n._tree.ancestor.parent==t.parent?n._tree.ancestor:r}function Si(n,t){return n.value-t.value}function ki(n,t){var r=n._pack_next;n._pack_next=t,t._pack_prev=n,t._pack_next=r,r._pack_prev=t}function Ei(n,t){n._pack_next=t,t._pack_prev=n}function Ci(n,t){var r=t.x-n.x,e=t.y-n.y,u=n.r+t.r;return.999*u*u>r*r+e*e}function Ni(n){function t(n){l=Math.min(n.x-n.r,l),f=Math.max(n.x+n.r,f),h=Math.min(n.y-n.r,h),g=Math.max(n.y+n.r,g)}if((r=n.children)&&(s=r.length)){var r,e,u,i,o,a,c,s,l=1/0,f=-1/0,h=1/0,g=-1/0;if(r.forEach(Ai),e=r[0],e.x=-e.r,e.y=0,t(e),s>1&&(u=r[1],u.x=u.r,u.y=0,t(u),s>2))for(i=r[2],Ti(e,u,i),t(i),ki(e,i),e._pack_prev=i,ki(i,u),u=e._pack_next,o=3;s>o;o++){Ti(e,u,i=r[o]);var p=0,v=1,d=1;for(a=u._pack_next;a!==u;a=a._pack_next,v++)if(Ci(a,i)){p=1;break}if(1==p)for(c=e._pack_prev;c!==a._pack_prev&&!Ci(c,i);c=c._pack_prev,d++);p?(d>v||v==d&&u.r<e.r?Ei(e,u=a):Ei(e=c,u),o--):(ki(e,i),u=i,t(i))}var m=(l+f)/2,y=(h+g)/2,x=0;for(o=0;s>o;o++)i=r[o],i.x-=m,i.y-=y,x=Math.max(x,i.r+Math.sqrt(i.x*i.x+i.y*i.y));n.r=x,r.forEach(qi)}}function Ai(n){n._pack_next=n._pack_prev=n}function qi(n){delete n._pack_next,delete n._pack_prev}function Li(n,t,r,e){var u=n.children;if(n.x=t+=e*n.x,n.y=r+=e*n.y,n.r*=e,u)for(var i=-1,o=u.length;o>++i;)Li(u[i],t,r,e)}function Ti(n,t,r){var e=n.r+r.r,u=t.x-n.x,i=t.y-n.y;if(e&&(u||i)){var o=t.r+r.r,a=u*u+i*i;o*=o,e*=e;var c=.5+(e-o)/(2*a),s=Math.sqrt(Math.max(0,2*o*(e+a)-(e-=a)*e-o*o))/(2*a);r.x=n.x+c*u+s*i,r.y=n.y+c*i-s*u}else r.x=n.x+e,r.y=n.y}function zi(n){return 1+Ko.max(n,function(n){return n.y})}function Ri(n){return n.reduce(function(n,t){return n+t.x},0)/n.length}function Di(n){var t=n.children;return t&&t.length?Di(t[0]):n}function Pi(n){var t,r=n.children;return r&&(t=r.length)?Pi(r[t-1]):n}function Ui(n){return{x:n.x,y:n.y,dx:n.dx,dy:n.dy}}function ji(n,t){var r=n.x+t[3],e=n.y+t[0],u=n.dx-t[1]-t[3],i=n.dy-t[0]-t[2];return 0>u&&(r+=u/2,u=0),0>i&&(e+=i/2,i=0),{x:r,y:e,dx:u,dy:i}}function Hi(n){var t=n[0],r=n[n.length-1];return r>t?[t,r]:[r,t]}function Fi(n){return n.rangeExtent?n.rangeExtent():Hi(n.range())}function Oi(n,t,r,e){var u=r(n[0],n[1]),i=e(t[0],t[1]);return function(n){return i(u(n))}}function Ii(n,t){var r,e=0,u=n.length-1,i=n[e],o=n[u];return i>o&&(r=e,e=u,u=r,r=i,i=o,o=r),n[e]=t.floor(i),n[u]=t.ceil(o),n}function Yi(n){return n?{floor:function(t){return Math.floor(t/n)*n},ceil:function(t){return Math.ceil(t/n)*n}}:vs}function Zi(n,t,r,e){var u=[],i=[],o=0,a=Math.min(n.length,t.length)-1;for(n[a]<n[0]&&(n=n.slice().reverse(),t=t.slice().reverse());a>=++o;)u.push(r(n[o-1],n[o])),i.push(e(t[o-1],t[o]));return function(t){var r=Ko.bisect(n,t,1,a)-1;return i[r](u[r](t))}}function Vi(n,t,r,e){function u(){var u=Math.min(n.length,t.length)>2?Zi:Oi,c=e?Iu:Ou;return o=u(n,t,c,r),a=u(t,n,c,mu),i}function i(n){return o(n)}var o,a;return i.invert=function(n){return a(n)},i.domain=function(t){return arguments.length?(n=t.map(Number),u()):n},i.range=function(n){return arguments.length?(t=n,u()):t},i.rangeRound=function(n){return i.range(n).interpolate(Du)},i.clamp=function(n){return arguments.length?(e=n,u()):e},i.interpolate=function(n){return arguments.length?(r=n,u()):r},i.ticks=function(t){return Ji(n,t)},i.tickFormat=function(t,r){return Wi(n,t,r)},i.nice=function(t){return Xi(n,t),u()},i.copy=function(){return Vi(n,t,r,e)},u()}function $i(n,t){return Ko.rebind(n,t,"range","rangeRound","interpolate","clamp")}function Xi(n,t){return Ii(n,Yi(Bi(n,t)[2]))}function Bi(n,t){null==t&&(t=10);var r=Hi(n),e=r[1]-r[0],u=Math.pow(10,Math.floor(Math.log(e/t)/Math.LN10)),i=t/e*u;return.15>=i?u*=10:.35>=i?u*=5:.75>=i&&(u*=2),r[0]=Math.ceil(r[0]/u)*u,r[1]=Math.floor(r[1]/u)*u+.5*u,r[2]=u,r}function Ji(n,t){return Ko.range.apply(Ko,Bi(n,t))}function Wi(n,t,r){var e=Bi(n,t);if(r){var u=uc.exec(r);if(u.shift(),"s"===u[8]){var i=Ko.formatPrefix(Math.max(ha(e[0]),ha(e[1])));return u[7]||(u[7]="."+Gi(i.scale(e[2]))),u[8]="f",r=Ko.format(u.join("")),function(n){return r(i.scale(n))+i.symbol}}u[7]||(u[7]="."+Ki(u[8],e)),r=u.join("")}else r=",."+Gi(e[2])+"f";return Ko.format(r)}function Gi(n){return-Math.floor(Math.log(n)/Math.LN10+.01)}function Ki(n,t){var r=Gi(t[2]);return n in ds?Math.abs(r-Gi(Math.max(ha(t[0]),ha(t[1]))))+ +("e"!==n):r-2*("%"===n)}function Qi(n,t,r,e){function u(n){return(r?Math.log(0>n?0:n):-Math.log(n>0?0:-n))/Math.log(t)}function i(n){return r?Math.pow(t,n):-Math.pow(t,-n)}function o(t){return n(u(t))}return o.invert=function(t){return i(n.invert(t))},o.domain=function(t){return arguments.length?(r=t[0]>=0,n.domain((e=t.map(Number)).map(u)),o):e},o.base=function(r){return arguments.length?(t=+r,n.domain(e.map(u)),o):t},o.nice=function(){var t=Ii(e.map(u),r?Math:ys);return n.domain(t),e=t.map(i),o},o.ticks=function(){var n=Hi(e),o=[],a=n[0],c=n[1],s=Math.floor(u(a)),l=Math.ceil(u(c)),f=t%1?2:t;if(isFinite(l-s)){if(r){for(;l>s;s++)for(var h=1;f>h;h++)o.push(i(s)*h);o.push(i(s))}else for(o.push(i(s));l>s++;)for(var h=f-1;h>0;h--)o.push(i(s)*h);for(s=0;a>o[s];s++);for(l=o.length;o[l-1]>c;l--);o=o.slice(s,l)}return o},o.tickFormat=function(n,t){if(!arguments.length)return ms;2>arguments.length?t=ms:"function"!=typeof t&&(t=Ko.format(t));var e,a=Math.max(.1,n/o.ticks().length),c=r?(e=1e-12,Math.ceil):(e=-1e-12,Math.floor);return function(n){return a>=n/i(c(u(n)+e))?t(n):""}},o.copy=function(){return Qi(n.copy(),t,r,e)},$i(o,n)}function no(n,t,r){function e(t){return n(u(t))}var u=to(t),i=to(1/t);return e.invert=function(t){return i(n.invert(t))},e.domain=function(t){return arguments.length?(n.domain((r=t.map(Number)).map(u)),e):r},e.ticks=function(n){return Ji(r,n)},e.tickFormat=function(n,t){return Wi(r,n,t)},e.nice=function(n){return e.domain(Xi(r,n))},e.exponent=function(o){return arguments.length?(u=to(t=o),i=to(1/t),n.domain(r.map(u)),e):t},e.copy=function(){return no(n.copy(),t,r)},$i(e,n)}function to(n){return function(t){return 0>t?-Math.pow(-t,n):Math.pow(t,n)}}function ro(n,t){function r(r){return i[((u.get(r)||("range"===t.t?u.set(r,n.push(r)):0/0))-1)%i.length]}function e(t,r){return Ko.range(n.length).map(function(n){return t+r*n})}var u,i,o;return r.domain=function(e){if(!arguments.length)return n;n=[],u=new a;for(var i,o=-1,c=e.length;c>++o;)u.has(i=e[o])||u.set(i,n.push(i));return r[t.t].apply(r,t.a)},r.range=function(n){return arguments.length?(i=n,o=0,t={t:"range",a:arguments},r):i},r.rangePoints=function(u,a){2>arguments.length&&(a=0);var c=u[0],s=u[1],l=(s-c)/(Math.max(1,n.length-1)+a);return i=e(2>n.length?(c+s)/2:c+l*a/2,l),o=0,t={t:"rangePoints",a:arguments},r},r.rangeBands=function(u,a,c){2>arguments.length&&(a=0),3>arguments.length&&(c=a);var s=u[1]<u[0],l=u[s-0],f=u[1-s],h=(f-l)/(n.length-a+2*c);return i=e(l+h*c,h),s&&i.reverse(),o=h*(1-a),t={t:"rangeBands",a:arguments},r},r.rangeRoundBands=function(u,a,c){2>arguments.length&&(a=0),3>arguments.length&&(c=a);var s=u[1]<u[0],l=u[s-0],f=u[1-s],h=Math.floor((f-l)/(n.length-a+2*c)),g=f-l-(n.length-a)*h;return i=e(l+Math.round(g/2),h),s&&i.reverse(),o=Math.round(h*(1-a)),t={t:"rangeRoundBands",a:arguments},r},r.rangeBand=function(){return o},r.rangeExtent=function(){return Hi(t.a[0])},r.copy=function(){return ro(n,t)},r.domain(n)}function eo(t,r){function e(){var n=0,e=r.length;for(i=[];e>++n;)i[n-1]=Ko.quantile(t,n/e);return u}function u(n){return isNaN(n=+n)?void 0:r[Ko.bisect(i,n)]}var i;return u.domain=function(r){return arguments.length?(t=r.filter(function(n){return!isNaN(n)}).sort(n),e()):t},u.range=function(n){return arguments.length?(r=n,e()):r},u.quantiles=function(){return i},u.invertExtent=function(n){return n=r.indexOf(n),0>n?[0/0,0/0]:[n>0?i[n-1]:t[0],i.length>n?i[n]:t[t.length-1]]},u.copy=function(){return eo(t,r)},e()}function uo(n,t,r){function e(t){return r[Math.max(0,Math.min(o,Math.floor(i*(t-n))))]}function u(){return i=r.length/(t-n),o=r.length-1,e}var i,o;return e.domain=function(r){return arguments.length?(n=+r[0],t=+r[r.length-1],u()):[n,t]},e.range=function(n){return arguments.length?(r=n,u()):r},e.invertExtent=function(t){return t=r.indexOf(t),t=0>t?0/0:t/i+n,[t,t+1/i]},e.copy=function(){return uo(n,t,r)},u()}function io(n,t){function r(r){return r>=r?t[Ko.bisect(n,r)]:void 0}return r.domain=function(t){return arguments.length?(n=t,r):n},r.range=function(n){return arguments.length?(t=n,r):t},r.invertExtent=function(r){return r=t.indexOf(r),[n[r-1],n[r]]},r.copy=function(){return io(n,t)},r}function oo(n){function t(n){return+n}return t.invert=t,t.domain=t.range=function(r){return arguments.length?(n=r.map(t),t):n},t.ticks=function(t){return Ji(n,t)},t.tickFormat=function(t,r){return Wi(n,t,r)},t.copy=function(){return oo(n)},t}function ao(n){return n.innerRadius}function co(n){return n.outerRadius}function so(n){return n.startAngle}function lo(n){return n.endAngle}function fo(n){function t(t){function o(){s.push("M",i(n(l),a))}for(var c,s=[],l=[],f=-1,h=t.length,g=Ct(r),p=Ct(e);h>++f;)u.call(this,c=t[f],f)?l.push([+g.call(this,c,f),+p.call(this,c,f)]):l.length&&(o(),l=[]);return l.length&&o(),s.length?s.join(""):null}var r=Ne,e=Ae,u=Nr,i=ho,o=i.key,a=.7;return t.x=function(n){return arguments.length?(r=n,t):r},t.y=function(n){return arguments.length?(e=n,t):e},t.defined=function(n){return arguments.length?(u=n,t):u},t.interpolate=function(n){return arguments.length?(o="function"==typeof n?i=n:(i=ks.get(n)||ho).key,t):o},t.tension=function(n){return arguments.length?(a=n,t):a},t}function ho(n){return n.join("L")}function go(n){return ho(n)+"Z"}function po(n){for(var t=0,r=n.length,e=n[0],u=[e[0],",",e[1]];r>++t;)u.push("H",(e[0]+(e=n[t])[0])/2,"V",e[1]);return r>1&&u.push("H",e[0]),u.join("")}function vo(n){for(var t=0,r=n.length,e=n[0],u=[e[0],",",e[1]];r>++t;)u.push("V",(e=n[t])[1],"H",e[0]);return u.join("")}function mo(n){for(var t=0,r=n.length,e=n[0],u=[e[0],",",e[1]];r>++t;)u.push("H",(e=n[t])[0],"V",e[1]);return u.join("")}function yo(n,t){return 4>n.length?ho(n):n[1]+_o(n.slice(1,n.length-1),bo(n,t))}function xo(n,t){return 3>n.length?ho(n):n[0]+_o((n.push(n[0]),n),bo([n[n.length-2]].concat(n,[n[1]]),t))}function Mo(n,t){return 3>n.length?ho(n):n[0]+_o(n,bo(n,t))}function _o(n,t){if(1>t.length||n.length!=t.length&&n.length!=t.length+2)return ho(n);var r=n.length!=t.length,e="",u=n[0],i=n[1],o=t[0],a=o,c=1;if(r&&(e+="Q"+(i[0]-2*o[0]/3)+","+(i[1]-2*o[1]/3)+","+i[0]+","+i[1],u=n[1],c=2),t.length>1){a=t[1],i=n[c],c++,e+="C"+(u[0]+o[0])+","+(u[1]+o[1])+","+(i[0]-a[0])+","+(i[1]-a[1])+","+i[0]+","+i[1];for(var s=2;t.length>s;s++,c++)i=n[c],a=t[s],e+="S"+(i[0]-a[0])+","+(i[1]-a[1])+","+i[0]+","+i[1]}if(r){var l=n[c];e+="Q"+(i[0]+2*a[0]/3)+","+(i[1]+2*a[1]/3)+","+l[0]+","+l[1]}return e}function bo(n,t){for(var r,e=[],u=(1-t)/2,i=n[0],o=n[1],a=1,c=n.length;c>++a;)r=i,i=o,o=n[a],e.push([u*(o[0]-r[0]),u*(o[1]-r[1])]);return e}function wo(n){if(3>n.length)return ho(n);var t=1,r=n.length,e=n[0],u=e[0],i=e[1],o=[u,u,u,(e=n[1])[0]],a=[i,i,i,e[1]],c=[u,",",i,"L",Co(Ns,o),",",Co(Ns,a)];for(n.push(n[r-1]);r>=++t;)e=n[t],o.shift(),o.push(e[0]),a.shift(),a.push(e[1]),No(c,o,a);return n.pop(),c.push("L",e),c.join("")}function So(n){if(4>n.length)return ho(n);for(var t,r=[],e=-1,u=n.length,i=[0],o=[0];3>++e;)t=n[e],i.push(t[0]),o.push(t[1]);for(r.push(Co(Ns,i)+","+Co(Ns,o)),--e;u>++e;)t=n[e],i.shift(),i.push(t[0]),o.shift(),o.push(t[1]),No(r,i,o);return r.join("")}function ko(n){for(var t,r,e=-1,u=n.length,i=u+4,o=[],a=[];4>++e;)r=n[e%u],o.push(r[0]),a.push(r[1]);for(t=[Co(Ns,o),",",Co(Ns,a)],--e;i>++e;)r=n[e%u],o.shift(),o.push(r[0]),a.shift(),a.push(r[1]),No(t,o,a);return t.join("")}function Eo(n,t){var r=n.length-1;if(r)for(var e,u,i=n[0][0],o=n[0][1],a=n[r][0]-i,c=n[r][1]-o,s=-1;r>=++s;)e=n[s],u=s/r,e[0]=t*e[0]+(1-t)*(i+u*a),e[1]=t*e[1]+(1-t)*(o+u*c);return wo(n)}function Co(n,t){return n[0]*t[0]+n[1]*t[1]+n[2]*t[2]+n[3]*t[3]}function No(n,t,r){n.push("C",Co(Es,t),",",Co(Es,r),",",Co(Cs,t),",",Co(Cs,r),",",Co(Ns,t),",",Co(Ns,r))}function Ao(n,t){return(t[1]-n[1])/(t[0]-n[0])}function qo(n){for(var t=0,r=n.length-1,e=[],u=n[0],i=n[1],o=e[0]=Ao(u,i);r>++t;)e[t]=(o+(o=Ao(u=i,i=n[t+1])))/2;return e[t]=o,e}function Lo(n){for(var t,r,e,u,i=[],o=qo(n),a=-1,c=n.length-1;c>++a;)t=Ao(n[a],n[a+1]),Ta>ha(t)?o[a]=o[a+1]=0:(r=o[a]/t,e=o[a+1]/t,u=r*r+e*e,u>9&&(u=3*t/Math.sqrt(u),o[a]=u*r,o[a+1]=u*e));for(a=-1;c>=++a;)u=(n[Math.min(c,a+1)][0]-n[Math.max(0,a-1)][0])/(6*(1+o[a]*o[a])),i.push([u||0,o[a]*u||0]);return i}function To(n){return 3>n.length?ho(n):n[0]+_o(n,Lo(n))}function zo(n){for(var t,r,e,u=-1,i=n.length;i>++u;)t=n[u],r=t[0],e=t[1]+ws,t[0]=r*Math.cos(e),t[1]=r*Math.sin(e);return n}function Ro(n){function t(t){function c(){v.push("M",a(n(m),f),l,s(n(d.reverse()),f),"Z")}for(var h,g,p,v=[],d=[],m=[],y=-1,x=t.length,M=Ct(r),_=Ct(u),b=r===e?function(){return g}:Ct(e),w=u===i?function(){return p}:Ct(i);x>++y;)o.call(this,h=t[y],y)?(d.push([g=+M.call(this,h,y),p=+_.call(this,h,y)]),m.push([+b.call(this,h,y),+w.call(this,h,y)])):d.length&&(c(),d=[],m=[]);return d.length&&c(),v.length?v.join(""):null}var r=Ne,e=Ne,u=0,i=Ae,o=Nr,a=ho,c=a.key,s=a,l="L",f=.7;return t.x=function(n){return arguments.length?(r=e=n,t):e},t.x0=function(n){return arguments.length?(r=n,t):r},t.x1=function(n){return arguments.length?(e=n,t):e},t.y=function(n){return arguments.length?(u=i=n,t):i},t.y0=function(n){return arguments.length?(u=n,t):u},t.y1=function(n){return arguments.length?(i=n,t):i},t.defined=function(n){return arguments.length?(o=n,t):o},t.interpolate=function(n){return arguments.length?(c="function"==typeof n?a=n:(a=ks.get(n)||ho).key,s=a.reverse||a,l=a.closed?"M":"L",t):c},t.tension=function(n){return arguments.length?(f=n,t):f},t}function Do(n){return n.radius}function Po(n){return[n.x,n.y]}function Uo(n){return function(){var t=n.apply(this,arguments),r=t[0],e=t[1]+ws;return[r*Math.cos(e),r*Math.sin(e)]}}function jo(){return 64
}function Ho(){return"circle"}function Fo(n){var t=Math.sqrt(n/Aa);return"M0,"+t+"A"+t+","+t+" 0 1,1 0,"+-t+"A"+t+","+t+" 0 1,1 0,"+t+"Z"}function Oo(n,t){return ma(n,Rs),n.id=t,n}function Io(n,t,r,e){var u=n.id;return U(n,"function"==typeof r?function(n,i,o){n.__transition__[u].tween.set(t,e(r.call(n,n.__data__,i,o)))}:(r=e(r),function(n){n.__transition__[u].tween.set(t,r)}))}function Yo(n){return null==n&&(n=""),function(){this.textContent=n}}function Zo(n,t,r,e){var u=n.__transition__||(n.__transition__={active:0,count:0}),i=u[r];if(!i){var o=e.time;i=u[r]={tween:new a,time:o,ease:e.ease,delay:e.delay,duration:e.duration},++u.count,Ko.timer(function(e){function a(e){return u.active>r?s():(u.active=r,i.event&&i.event.start.call(n,l,t),i.tween.forEach(function(r,e){(e=e.call(n,l,t))&&v.push(e)}),Ko.timer(function(){return p.c=c(e||1)?Nr:c,1},0,o),void 0)}function c(e){if(u.active!==r)return s();for(var o=e/g,a=f(o),c=v.length;c>0;)v[--c].call(n,a);return o>=1?(i.event&&i.event.end.call(n,l,t),s()):void 0}function s(){return--u.count?delete u[r]:delete n.__transition__,1}var l=n.__data__,f=i.ease,h=i.delay,g=i.duration,p=tc,v=[];return p.t=h+o,e>=h?a(e-h):(p.c=a,void 0)},0,o)}}function Vo(n,t){n.attr("transform",function(n){return"translate("+t(n)+",0)"})}function $o(n,t){n.attr("transform",function(n){return"translate(0,"+t(n)+")"})}function Xo(n){return n.toISOString()}function Bo(n,t,r){function e(t){return n(t)}function u(n,r){var e=n[1]-n[0],u=e/r,i=Ko.bisect(Ys,u);return i==Ys.length?[t.year,Bi(n.map(function(n){return n/31536e6}),r)[2]]:i?t[u/Ys[i-1]<Ys[i]/u?i-1:i]:[$s,Bi(n,r)[2]]}return e.invert=function(t){return Jo(n.invert(t))},e.domain=function(t){return arguments.length?(n.domain(t),e):n.domain().map(Jo)},e.nice=function(n,t){function r(r){return!isNaN(r)&&!n.range(r,Jo(+r+1),t).length}var i=e.domain(),o=Hi(i),a=null==n?u(o,10):"number"==typeof n&&u(o,n);return a&&(n=a[0],t=a[1]),e.domain(Ii(i,t>1?{floor:function(t){for(;r(t=n.floor(t));)t=Jo(t-1);return t},ceil:function(t){for(;r(t=n.ceil(t));)t=Jo(+t+1);return t}}:n))},e.ticks=function(n,t){var r=Hi(e.domain()),i=null==n?u(r,10):"number"==typeof n?u(r,n):!n.range&&[{range:n},t];return i&&(n=i[0],t=i[1]),n.range(r[0],Jo(+r[1]+1),1>t?1:t)},e.tickFormat=function(){return r},e.copy=function(){return Bo(n.copy(),t,r)},$i(e,n)}function Jo(n){return new Date(n)}function Wo(n){return JSON.parse(n.responseText)}function Go(n){var t=ta.createRange();return t.selectNode(ta.body),t.createContextualFragment(n.responseText)}var Ko={version:"3.4.4"};Date.now||(Date.now=function(){return+new Date});var Qo=[].slice,na=function(n){return Qo.call(n)},ta=document,ra=ta.documentElement,ea=window;try{na(ra.childNodes)[0].nodeType}catch(ua){na=function(n){for(var t=n.length,r=Array(t);t--;)r[t]=n[t];return r}}try{ta.createElement("div").style.setProperty("opacity",0,"")}catch(ia){var oa=ea.Element.prototype,aa=oa.setAttribute,ca=oa.setAttributeNS,sa=ea.CSSStyleDeclaration.prototype,la=sa.setProperty;oa.setAttribute=function(n,t){aa.call(this,n,t+"")},oa.setAttributeNS=function(n,t,r){ca.call(this,n,t,r+"")},sa.setProperty=function(n,t,r){la.call(this,n,t+"",r)}}Ko.ascending=n,Ko.descending=function(n,t){return n>t?-1:t>n?1:t>=n?0:0/0},Ko.min=function(n,t){var r,e,u=-1,i=n.length;if(1===arguments.length){for(;i>++u&&!(null!=(r=n[u])&&r>=r);)r=void 0;for(;i>++u;)null!=(e=n[u])&&r>e&&(r=e)}else{for(;i>++u&&!(null!=(r=t.call(n,n[u],u))&&r>=r);)r=void 0;for(;i>++u;)null!=(e=t.call(n,n[u],u))&&r>e&&(r=e)}return r},Ko.max=function(n,t){var r,e,u=-1,i=n.length;if(1===arguments.length){for(;i>++u&&!(null!=(r=n[u])&&r>=r);)r=void 0;for(;i>++u;)null!=(e=n[u])&&e>r&&(r=e)}else{for(;i>++u&&!(null!=(r=t.call(n,n[u],u))&&r>=r);)r=void 0;for(;i>++u;)null!=(e=t.call(n,n[u],u))&&e>r&&(r=e)}return r},Ko.extent=function(n,t){var r,e,u,i=-1,o=n.length;if(1===arguments.length){for(;o>++i&&!(null!=(r=u=n[i])&&r>=r);)r=u=void 0;for(;o>++i;)null!=(e=n[i])&&(r>e&&(r=e),e>u&&(u=e))}else{for(;o>++i&&!(null!=(r=u=t.call(n,n[i],i))&&r>=r);)r=void 0;for(;o>++i;)null!=(e=t.call(n,n[i],i))&&(r>e&&(r=e),e>u&&(u=e))}return[r,u]},Ko.sum=function(n,t){var r,e=0,u=n.length,i=-1;if(1===arguments.length)for(;u>++i;)isNaN(r=+n[i])||(e+=r);else for(;u>++i;)isNaN(r=+t.call(n,n[i],i))||(e+=r);return e},Ko.mean=function(n,t){var e,u=n.length,i=0,o=-1,a=0;if(1===arguments.length)for(;u>++o;)r(e=n[o])&&(i+=(e-i)/++a);else for(;u>++o;)r(e=t.call(n,n[o],o))&&(i+=(e-i)/++a);return a?i:void 0},Ko.quantile=function(n,t){var r=(n.length-1)*t+1,e=Math.floor(r),u=+n[e-1],i=r-e;return i?u+i*(n[e]-u):u},Ko.median=function(t,e){return arguments.length>1&&(t=t.map(e)),t=t.filter(r),t.length?Ko.quantile(t.sort(n),.5):void 0};var fa=e(n);Ko.bisectLeft=fa.left,Ko.bisect=Ko.bisectRight=fa.right,Ko.bisector=function(t){return e(1===t.length?function(r,e){return n(t(r),e)}:t)},Ko.shuffle=function(n){for(var t,r,e=n.length;e;)r=0|Math.random()*e--,t=n[e],n[e]=n[r],n[r]=t;return n},Ko.permute=function(n,t){for(var r=t.length,e=Array(r);r--;)e[r]=n[t[r]];return e},Ko.pairs=function(n){for(var t,r=0,e=n.length-1,u=n[0],i=Array(0>e?0:e);e>r;)i[r]=[t=u,u=n[++r]];return i},Ko.zip=function(){if(!(e=arguments.length))return[];for(var n=-1,t=Ko.min(arguments,u),r=Array(t);t>++n;)for(var e,i=-1,o=r[n]=Array(e);e>++i;)o[i]=arguments[i][n];return r},Ko.transpose=function(n){return Ko.zip.apply(Ko,n)},Ko.keys=function(n){var t=[];for(var r in n)t.push(r);return t},Ko.values=function(n){var t=[];for(var r in n)t.push(n[r]);return t},Ko.entries=function(n){var t=[];for(var r in n)t.push({key:r,value:n[r]});return t},Ko.merge=function(n){for(var t,r,e,u=n.length,i=-1,o=0;u>++i;)o+=n[i].length;for(r=Array(o);--u>=0;)for(e=n[u],t=e.length;--t>=0;)r[--o]=e[t];return r};var ha=Math.abs;Ko.range=function(n,t,r){if(3>arguments.length&&(r=1,2>arguments.length&&(t=n,n=0)),1/0===(t-n)/r)throw Error("infinite range");var e,u=[],o=i(ha(r)),a=-1;if(n*=o,t*=o,r*=o,0>r)for(;(e=n+r*++a)>t;)u.push(e/o);else for(;t>(e=n+r*++a);)u.push(e/o);return u},Ko.map=function(n){var t=new a;if(n instanceof a)n.forEach(function(n,r){t.set(n,r)});else for(var r in n)t.set(r,n[r]);return t},o(a,{has:c,get:function(n){return this[ga+n]},set:function(n,t){return this[ga+n]=t},remove:s,keys:l,values:function(){var n=[];return this.forEach(function(t,r){n.push(r)}),n},entries:function(){var n=[];return this.forEach(function(t,r){n.push({key:t,value:r})}),n},size:f,empty:h,forEach:function(n){for(var t in this)t.charCodeAt(0)===pa&&n.call(this,t.substring(1),this[t])}});var ga="\0",pa=ga.charCodeAt(0);Ko.nest=function(){function n(t,o,c){if(c>=i.length)return e?e.call(u,o):r?o.sort(r):o;for(var s,l,f,h,g=-1,p=o.length,v=i[c++],d=new a;p>++g;)(h=d.get(s=v(l=o[g])))?h.push(l):d.set(s,[l]);return t?(l=t(),f=function(r,e){l.set(r,n(t,e,c))}):(l={},f=function(r,e){l[r]=n(t,e,c)}),d.forEach(f),l}function t(n,r){if(r>=i.length)return n;var e=[],u=o[r++];return n.forEach(function(n,u){e.push({key:n,values:t(u,r)})}),u?e.sort(function(n,t){return u(n.key,t.key)}):e}var r,e,u={},i=[],o=[];return u.map=function(t,r){return n(r,t,0)},u.entries=function(r){return t(n(Ko.map,r,0),0)},u.key=function(n){return i.push(n),u},u.sortKeys=function(n){return o[i.length-1]=n,u},u.sortValues=function(n){return r=n,u},u.rollup=function(n){return e=n,u},u},Ko.set=function(n){var t=new g;if(n)for(var r=0,e=n.length;e>r;++r)t.add(n[r]);return t},o(g,{has:c,add:function(n){return this[ga+n]=!0,n},remove:function(n){return n=ga+n,n in this&&delete this[n]},values:l,size:f,empty:h,forEach:function(n){for(var t in this)t.charCodeAt(0)===pa&&n.call(this,t.substring(1))}}),Ko.behavior={},Ko.rebind=function(n,t){for(var r,e=1,u=arguments.length;u>++e;)n[r=arguments[e]]=p(n,t,t[r]);return n};var va=["webkit","ms","moz","Moz","o","O"];Ko.dispatch=function(){for(var n=new m,t=-1,r=arguments.length;r>++t;)n[arguments[t]]=y(n);return n},m.prototype.on=function(n,t){var r=n.indexOf("."),e="";if(r>=0&&(e=n.substring(r+1),n=n.substring(0,r)),n)return 2>arguments.length?this[n].on(e):this[n].on(e,t);if(2===arguments.length){if(null==t)for(n in this)this.hasOwnProperty(n)&&this[n].on(e,null);return this}},Ko.event=null,Ko.requote=function(n){return n.replace(da,"\\$&")};var da=/[\\\^\$\*\+\?\|\[\]\(\)\.\{\}]/g,ma={}.__proto__?function(n,t){n.__proto__=t}:function(n,t){for(var r in t)n[r]=t[r]},ya=function(n,t){return t.querySelector(n)},xa=function(n,t){return t.querySelectorAll(n)},Ma=ra[v(ra,"matchesSelector")],_a=function(n,t){return Ma.call(n,t)};"function"==typeof Sizzle&&(ya=function(n,t){return Sizzle(n,t)[0]||null},xa=Sizzle,_a=Sizzle.matchesSelector),Ko.selection=function(){return ka};var ba=Ko.selection.prototype=[];ba.select=function(n){var t,r,e,u,i=[];n=w(n);for(var o=-1,a=this.length;a>++o;){i.push(t=[]),t.parentNode=(e=this[o]).parentNode;for(var c=-1,s=e.length;s>++c;)(u=e[c])?(t.push(r=n.call(u,u.__data__,c,o)),r&&"__data__"in u&&(r.__data__=u.__data__)):t.push(null)}return b(i)},ba.selectAll=function(n){var t,r,e=[];n=S(n);for(var u=-1,i=this.length;i>++u;)for(var o=this[u],a=-1,c=o.length;c>++a;)(r=o[a])&&(e.push(t=na(n.call(r,r.__data__,a,u))),t.parentNode=r);return b(e)};var wa={svg:"http://www.w3.org/2000/svg",xhtml:"http://www.w3.org/1999/xhtml",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};Ko.ns={prefix:wa,qualify:function(n){var t=n.indexOf(":"),r=n;return t>=0&&(r=n.substring(0,t),n=n.substring(t+1)),wa.hasOwnProperty(r)?{space:wa[r],local:n}:n}},ba.attr=function(n,t){if(2>arguments.length){if("string"==typeof n){var r=this.node();return n=Ko.ns.qualify(n),n.local?r.getAttributeNS(n.space,n.local):r.getAttribute(n)}for(t in n)this.each(k(t,n[t]));return this}return this.each(k(n,t))},ba.classed=function(n,t){if(2>arguments.length){if("string"==typeof n){var r=this.node(),e=(n=N(n)).length,u=-1;if(t=r.classList){for(;e>++u;)if(!t.contains(n[u]))return!1}else for(t=r.getAttribute("class");e>++u;)if(!C(n[u]).test(t))return!1;return!0}for(t in n)this.each(A(t,n[t]));return this}return this.each(A(n,t))},ba.style=function(n,t,r){var e=arguments.length;if(3>e){if("string"!=typeof n){2>e&&(t="");for(r in n)this.each(L(r,n[r],t));return this}if(2>e)return ea.getComputedStyle(this.node(),null).getPropertyValue(n);r=""}return this.each(L(n,t,r))},ba.property=function(n,t){if(2>arguments.length){if("string"==typeof n)return this.node()[n];for(t in n)this.each(T(t,n[t]));return this}return this.each(T(n,t))},ba.text=function(n){return arguments.length?this.each("function"==typeof n?function(){var t=n.apply(this,arguments);this.textContent=null==t?"":t}:null==n?function(){this.textContent=""}:function(){this.textContent=n}):this.node().textContent},ba.html=function(n){return arguments.length?this.each("function"==typeof n?function(){var t=n.apply(this,arguments);this.innerHTML=null==t?"":t}:null==n?function(){this.innerHTML=""}:function(){this.innerHTML=n}):this.node().innerHTML},ba.append=function(n){return n=z(n),this.select(function(){return this.appendChild(n.apply(this,arguments))})},ba.insert=function(n,t){return n=z(n),t=w(t),this.select(function(){return this.insertBefore(n.apply(this,arguments),t.apply(this,arguments)||null)})},ba.remove=function(){return this.each(function(){var n=this.parentNode;n&&n.removeChild(this)})},ba.data=function(n,t){function r(n,r){var e,u,i,o=n.length,f=r.length,h=Math.min(o,f),g=Array(f),p=Array(f),v=Array(o);if(t){var d,m=new a,y=new a,x=[];for(e=-1;o>++e;)d=t.call(u=n[e],u.__data__,e),m.has(d)?v[e]=u:m.set(d,u),x.push(d);for(e=-1;f>++e;)d=t.call(r,i=r[e],e),(u=m.get(d))?(g[e]=u,u.__data__=i):y.has(d)||(p[e]=R(i)),y.set(d,i),m.remove(d);for(e=-1;o>++e;)m.has(x[e])&&(v[e]=n[e])}else{for(e=-1;h>++e;)u=n[e],i=r[e],u?(u.__data__=i,g[e]=u):p[e]=R(i);for(;f>e;++e)p[e]=R(r[e]);for(;o>e;++e)v[e]=n[e]}p.update=g,p.parentNode=g.parentNode=v.parentNode=n.parentNode,c.push(p),s.push(g),l.push(v)}var e,u,i=-1,o=this.length;if(!arguments.length){for(n=Array(o=(e=this[0]).length);o>++i;)(u=e[i])&&(n[i]=u.__data__);return n}var c=j([]),s=b([]),l=b([]);if("function"==typeof n)for(;o>++i;)r(e=this[i],n.call(e,e.parentNode.__data__,i));else for(;o>++i;)r(e=this[i],n);return s.enter=function(){return c},s.exit=function(){return l},s},ba.datum=function(n){return arguments.length?this.property("__data__",n):this.property("__data__")},ba.filter=function(n){var t,r,e,u=[];"function"!=typeof n&&(n=D(n));for(var i=0,o=this.length;o>i;i++){u.push(t=[]),t.parentNode=(r=this[i]).parentNode;for(var a=0,c=r.length;c>a;a++)(e=r[a])&&n.call(e,e.__data__,a,i)&&t.push(e)}return b(u)},ba.order=function(){for(var n=-1,t=this.length;t>++n;)for(var r,e=this[n],u=e.length-1,i=e[u];--u>=0;)(r=e[u])&&(i&&i!==r.nextSibling&&i.parentNode.insertBefore(r,i),i=r);return this},ba.sort=function(n){n=P.apply(this,arguments);for(var t=-1,r=this.length;r>++t;)this[t].sort(n);return this.order()},ba.each=function(n){return U(this,function(t,r,e){n.call(t,t.__data__,r,e)})},ba.call=function(n){var t=na(arguments);return n.apply(t[0]=this,t),this},ba.empty=function(){return!this.node()},ba.node=function(){for(var n=0,t=this.length;t>n;n++)for(var r=this[n],e=0,u=r.length;u>e;e++){var i=r[e];if(i)return i}return null},ba.size=function(){var n=0;return this.each(function(){++n}),n};var Sa=[];Ko.selection.enter=j,Ko.selection.enter.prototype=Sa,Sa.append=ba.append,Sa.empty=ba.empty,Sa.node=ba.node,Sa.call=ba.call,Sa.size=ba.size,Sa.select=function(n){for(var t,r,e,u,i,o=[],a=-1,c=this.length;c>++a;){e=(u=this[a]).update,o.push(t=[]),t.parentNode=u.parentNode;for(var s=-1,l=u.length;l>++s;)(i=u[s])?(t.push(e[s]=r=n.call(u.parentNode,i.__data__,s,a)),r.__data__=i.__data__):t.push(null)}return b(o)},Sa.insert=function(n,t){return 2>arguments.length&&(t=H(this)),ba.insert.call(this,n,t)},ba.transition=function(){for(var n,t,r=qs||++Ds,e=[],u=Ls||{time:Date.now(),ease:Su,delay:0,duration:250},i=-1,o=this.length;o>++i;){e.push(n=[]);for(var a=this[i],c=-1,s=a.length;s>++c;)(t=a[c])&&Zo(t,c,r,u),n.push(t)}return Oo(e,r)},ba.interrupt=function(){return this.each(F)},Ko.select=function(n){var t=["string"==typeof n?ya(n,ta):n];return t.parentNode=ra,b([t])},Ko.selectAll=function(n){var t=na("string"==typeof n?xa(n,ta):n);return t.parentNode=ra,b([t])};var ka=Ko.select(ra);ba.on=function(n,t,r){var e=arguments.length;if(3>e){if("string"!=typeof n){2>e&&(t=!1);for(r in n)this.each(O(r,n[r],t));return this}if(2>e)return(e=this.node()["__on"+n])&&e._;r=!1}return this.each(O(n,t,r))};var Ea=Ko.map({mouseenter:"mouseover",mouseleave:"mouseout"});Ea.forEach(function(n){"on"+n in ta&&Ea.remove(n)});var Ca="onselectstart"in ta?null:v(ra.style,"userSelect"),Na=0;Ko.mouse=function(n){return V(n,M())},Ko.touches=function(n,t){return 2>arguments.length&&(t=M().touches),t?na(t).map(function(t){var r=V(n,t);return r.identifier=t.identifier,r}):[]},Ko.behavior.drag=function(){function n(){this.on("mousedown.drag",u).on("touchstart.drag",i)}function t(n,t,u,i,o){return function(){function a(){var n,r,e=t(h,v);e&&(n=e[0]-x[0],r=e[1]-x[1],p|=n|r,x=e,g({type:"drag",x:e[0]+s[0],y:e[1]+s[1],dx:n,dy:r}))}function c(){t(h,v)&&(m.on(i+d,null).on(o+d,null),y(p&&Ko.event.target===f),g({type:"dragend"}))}var s,l=this,f=Ko.event.target,h=l.parentNode,g=r.of(l,arguments),p=0,v=n(),d=".drag"+(null==v?"":"-"+v),m=Ko.select(u()).on(i+d,a).on(o+d,c),y=Z(),x=t(h,v);e?(s=e.apply(l,arguments),s=[s.x-x[0],s.y-x[1]]):s=[0,0],g({type:"dragstart"})}}var r=_(n,"drag","dragstart","dragend"),e=null,u=t(d,Ko.mouse,B,"mousemove","mouseup"),i=t($,Ko.touch,X,"touchmove","touchend");return n.origin=function(t){return arguments.length?(e=t,n):e},Ko.rebind(n,r,"on")};var Aa=Math.PI,qa=2*Aa,La=Aa/2,Ta=1e-6,za=Ta*Ta,Ra=Aa/180,Da=180/Aa,Pa=Math.SQRT2,Ua=2,ja=4;Ko.interpolateZoom=function(n,t){function r(n){var t=n*y;if(m){var r=nt(v),o=i/(Ua*h)*(r*tt(Pa*t+v)-Q(v));return[e+o*s,u+o*l,i*r/nt(Pa*t+v)]}return[e+n*s,u+n*l,i*Math.exp(Pa*t)]}var e=n[0],u=n[1],i=n[2],o=t[0],a=t[1],c=t[2],s=o-e,l=a-u,f=s*s+l*l,h=Math.sqrt(f),g=(c*c-i*i+ja*f)/(2*i*Ua*h),p=(c*c-i*i-ja*f)/(2*c*Ua*h),v=Math.log(Math.sqrt(g*g+1)-g),d=Math.log(Math.sqrt(p*p+1)-p),m=d-v,y=(m||Math.log(c/i))/Pa;return r.duration=1e3*y,r},Ko.behavior.zoom=function(){function n(n){n.on(C,s).on(Oa+".zoom",f).on(N,h).on("dblclick.zoom",g).on(q,l)}function t(n){return[(n[0]-S.x)/S.k,(n[1]-S.y)/S.k]}function r(n){return[n[0]*S.k+S.x,n[1]*S.k+S.y]}function e(n){S.k=Math.max(E[0],Math.min(E[1],n))}function u(n,t){t=r(t),S.x+=n[0]-t[0],S.y+=n[1]-t[1]}function i(){M&&M.domain(y.range().map(function(n){return(n-S.x)/S.k}).map(y.invert)),w&&w.domain(b.range().map(function(n){return(n-S.y)/S.k}).map(b.invert))}function o(n){n({type:"zoomstart"})}function a(n){i(),n({type:"zoom",scale:S.k,translate:[S.x,S.y]})}function c(n){n({type:"zoomend"})}function s(){function n(){l=1,u(Ko.mouse(e),g),a(s)}function r(){f.on(N,ea===e?h:null).on(A,null),p(l&&Ko.event.target===i),c(s)}var e=this,i=Ko.event.target,s=L.of(e,arguments),l=0,f=Ko.select(ea).on(N,n).on(A,r),g=t(Ko.mouse(e)),p=Z();F.call(e),o(s)}function l(){function n(){var n=Ko.touches(g);return h=S.k,n.forEach(function(n){n.identifier in v&&(v[n.identifier]=t(n))}),n}function r(){for(var t=Ko.event.changedTouches,r=0,i=t.length;i>r;++r)v[t[r].identifier]=null;var o=n(),c=Date.now();if(1===o.length){if(500>c-m){var s=o[0],l=v[s.identifier];e(2*S.k),u(s,l),x(),a(p)}m=c}else if(o.length>1){var s=o[0],f=o[1],h=s[0]-f[0],g=s[1]-f[1];d=h*h+g*g}}function i(){for(var n,t,r,i,o=Ko.touches(g),c=0,s=o.length;s>c;++c,i=null)if(r=o[c],i=v[r.identifier]){if(t)break;n=r,t=i}if(i){var l=(l=r[0]-n[0])*l+(l=r[1]-n[1])*l,f=d&&Math.sqrt(l/d);n=[(n[0]+r[0])/2,(n[1]+r[1])/2],t=[(t[0]+i[0])/2,(t[1]+i[1])/2],e(f*h)}m=null,u(n,t),a(p)}function f(){if(Ko.event.touches.length){for(var t=Ko.event.changedTouches,r=0,e=t.length;e>r;++r)delete v[t[r].identifier];for(var u in v)return void n()}b.on(y,null),w.on(C,s).on(q,l),k(),c(p)}var h,g=this,p=L.of(g,arguments),v={},d=0,y=".zoom-"+Ko.event.changedTouches[0].identifier,M="touchmove"+y,_="touchend"+y,b=Ko.select(Ko.event.target).on(M,i).on(_,f),w=Ko.select(g).on(C,null).on(q,r),k=Z();F.call(g),r(),o(p)}function f(){var n=L.of(this,arguments);d?clearTimeout(d):(F.call(this),o(n)),d=setTimeout(function(){d=null,c(n)},50),x();var r=v||Ko.mouse(this);p||(p=t(r)),e(Math.pow(2,.002*Ha())*S.k),u(r,p),a(n)}function h(){p=null}function g(){var n=L.of(this,arguments),r=Ko.mouse(this),i=t(r),s=Math.log(S.k)/Math.LN2;o(n),e(Math.pow(2,Ko.event.shiftKey?Math.ceil(s)-1:Math.floor(s)+1)),u(r,i),a(n),c(n)}var p,v,d,m,y,M,b,w,S={x:0,y:0,k:1},k=[960,500],E=Fa,C="mousedown.zoom",N="mousemove.zoom",A="mouseup.zoom",q="touchstart.zoom",L=_(n,"zoomstart","zoom","zoomend");return n.event=function(n){n.each(function(){var n=L.of(this,arguments),t=S;qs?Ko.select(this).transition().each("start.zoom",function(){S=this.__chart__||{x:0,y:0,k:1},o(n)}).tween("zoom:zoom",function(){var r=k[0],e=k[1],u=r/2,i=e/2,o=Ko.interpolateZoom([(u-S.x)/S.k,(i-S.y)/S.k,r/S.k],[(u-t.x)/t.k,(i-t.y)/t.k,r/t.k]);return function(t){var e=o(t),c=r/e[2];this.__chart__=S={x:u-e[0]*c,y:i-e[1]*c,k:c},a(n)}}).each("end.zoom",function(){c(n)}):(this.__chart__=S,o(n),a(n),c(n))})},n.translate=function(t){return arguments.length?(S={x:+t[0],y:+t[1],k:S.k},i(),n):[S.x,S.y]},n.scale=function(t){return arguments.length?(S={x:S.x,y:S.y,k:+t},i(),n):S.k},n.scaleExtent=function(t){return arguments.length?(E=null==t?Fa:[+t[0],+t[1]],n):E},n.center=function(t){return arguments.length?(v=t&&[+t[0],+t[1]],n):v},n.size=function(t){return arguments.length?(k=t&&[+t[0],+t[1]],n):k},n.x=function(t){return arguments.length?(M=t,y=t.copy(),S={x:0,y:0,k:1},n):M},n.y=function(t){return arguments.length?(w=t,b=t.copy(),S={x:0,y:0,k:1},n):w},Ko.rebind(n,L,"on")};var Ha,Fa=[0,1/0],Oa="onwheel"in ta?(Ha=function(){return-Ko.event.deltaY*(Ko.event.deltaMode?120:1)},"wheel"):"onmousewheel"in ta?(Ha=function(){return Ko.event.wheelDelta},"mousewheel"):(Ha=function(){return-Ko.event.detail},"MozMousePixelScroll");et.prototype.toString=function(){return this.rgb()+""},Ko.hsl=function(n,t,r){return 1===arguments.length?n instanceof it?ut(n.h,n.s,n.l):bt(""+n,wt,ut):ut(+n,+t,+r)};var Ia=it.prototype=new et;Ia.brighter=function(n){return n=Math.pow(.7,arguments.length?n:1),ut(this.h,this.s,this.l/n)},Ia.darker=function(n){return n=Math.pow(.7,arguments.length?n:1),ut(this.h,this.s,n*this.l)},Ia.rgb=function(){return ot(this.h,this.s,this.l)},Ko.hcl=function(n,t,r){return 1===arguments.length?n instanceof ct?at(n.h,n.c,n.l):n instanceof ft?gt(n.l,n.a,n.b):gt((n=St((n=Ko.rgb(n)).r,n.g,n.b)).l,n.a,n.b):at(+n,+t,+r)};var Ya=ct.prototype=new et;Ya.brighter=function(n){return at(this.h,this.c,Math.min(100,this.l+Za*(arguments.length?n:1)))},Ya.darker=function(n){return at(this.h,this.c,Math.max(0,this.l-Za*(arguments.length?n:1)))},Ya.rgb=function(){return st(this.h,this.c,this.l).rgb()},Ko.lab=function(n,t,r){return 1===arguments.length?n instanceof ft?lt(n.l,n.a,n.b):n instanceof ct?st(n.l,n.c,n.h):St((n=Ko.rgb(n)).r,n.g,n.b):lt(+n,+t,+r)};var Za=18,Va=.95047,$a=1,Xa=1.08883,Ba=ft.prototype=new et;Ba.brighter=function(n){return lt(Math.min(100,this.l+Za*(arguments.length?n:1)),this.a,this.b)},Ba.darker=function(n){return lt(Math.max(0,this.l-Za*(arguments.length?n:1)),this.a,this.b)},Ba.rgb=function(){return ht(this.l,this.a,this.b)},Ko.rgb=function(n,t,r){return 1===arguments.length?n instanceof Mt?xt(n.r,n.g,n.b):bt(""+n,xt,ot):xt(~~n,~~t,~~r)};var Ja=Mt.prototype=new et;Ja.brighter=function(n){n=Math.pow(.7,arguments.length?n:1);var t=this.r,r=this.g,e=this.b,u=30;return t||r||e?(t&&u>t&&(t=u),r&&u>r&&(r=u),e&&u>e&&(e=u),xt(Math.min(255,~~(t/n)),Math.min(255,~~(r/n)),Math.min(255,~~(e/n)))):xt(u,u,u)},Ja.darker=function(n){return n=Math.pow(.7,arguments.length?n:1),xt(~~(n*this.r),~~(n*this.g),~~(n*this.b))},Ja.hsl=function(){return wt(this.r,this.g,this.b)},Ja.toString=function(){return"#"+_t(this.r)+_t(this.g)+_t(this.b)};var Wa=Ko.map({aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074});Wa.forEach(function(n,t){Wa.set(n,mt(t))}),Ko.functor=Ct,Ko.xhr=At(Nt),Ko.dsv=function(n,t){function r(n,r,i){3>arguments.length&&(i=r,r=null);var o=qt(n,t,null==r?e:u(r),i);return o.row=function(n){return arguments.length?o.response(null==(r=n)?e:u(n)):r},o}function e(n){return r.parse(n.responseText)}function u(n){return function(t){return r.parse(t.responseText,n)}}function i(t){return t.map(o).join(n)}function o(n){return a.test(n)?'"'+n.replace(/\"/g,'""')+'"':n}var a=RegExp('["'+n+"\n]"),c=n.charCodeAt(0);return r.parse=function(n,t){var e;return r.parseRows(n,function(n,r){if(e)return e(n,r-1);var u=Function("d","return {"+n.map(function(n,t){return JSON.stringify(n)+": d["+t+"]"}).join(",")+"}");e=t?function(n,r){return t(u(n),r)}:u})},r.parseRows=function(n,t){function r(){if(l>=s)return o;if(u)return u=!1,i;var t=l;if(34===n.charCodeAt(t)){for(var r=t;s>r++;)if(34===n.charCodeAt(r)){if(34!==n.charCodeAt(r+1))break;++r}l=r+2;var e=n.charCodeAt(r+1);return 13===e?(u=!0,10===n.charCodeAt(r+2)&&++l):10===e&&(u=!0),n.substring(t+1,r).replace(/""/g,'"')}for(;s>l;){var e=n.charCodeAt(l++),a=1;if(10===e)u=!0;else if(13===e)u=!0,10===n.charCodeAt(l)&&(++l,++a);else if(e!==c)continue;return n.substring(t,l-a)}return n.substring(t)}for(var e,u,i={},o={},a=[],s=n.length,l=0,f=0;(e=r())!==o;){for(var h=[];e!==i&&e!==o;)h.push(e),e=r();(!t||(h=t(h,f++)))&&a.push(h)}return a},r.format=function(t){if(Array.isArray(t[0]))return r.formatRows(t);var e=new g,u=[];return t.forEach(function(n){for(var t in n)e.has(t)||u.push(e.add(t))}),[u.map(o).join(n)].concat(t.map(function(t){return u.map(function(n){return o(t[n])}).join(n)})).join("\n")},r.formatRows=function(n){return n.map(i).join("\n")},r},Ko.csv=Ko.dsv(",","text/csv"),Ko.tsv=Ko.dsv(" ","text/tab-separated-values"),Ko.touch=function(n,t,r){if(3>arguments.length&&(r=t,t=M().changedTouches),t)for(var e,u=0,i=t.length;i>u;++u)if((e=t[u]).identifier===r)return V(n,e)};var Ga,Ka,Qa,nc,tc,rc=ea[v(ea,"requestAnimationFrame")]||function(n){setTimeout(n,17)};Ko.timer=function(n,t,r){var e=arguments.length;2>e&&(t=0),3>e&&(r=Date.now());var u=r+t,i={c:n,t:u,f:!1,n:null};Ka?Ka.n=i:Ga=i,Ka=i,Qa||(nc=clearTimeout(nc),Qa=1,rc(Tt))},Ko.timer.flush=function(){zt(),Rt()},Ko.round=function(n,t){return t?Math.round(n*(t=Math.pow(10,t)))/t:Math.round(n)};var ec=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"].map(Pt);Ko.formatPrefix=function(n,t){var r=0;return n&&(0>n&&(n*=-1),t&&(n=Ko.round(n,Dt(n,t))),r=1+Math.floor(1e-12+Math.log(n)/Math.LN10),r=Math.max(-24,Math.min(24,3*Math.floor((r-1)/3)))),ec[8+r/3]};var uc=/(?:([^{])?([<>=^]))?([+\- ])?([$#])?(0)?(\d+)?(,)?(\.-?\d+)?([a-z%])?/i,ic=Ko.map({b:function(n){return n.toString(2)},c:function(n){return String.fromCharCode(n)},o:function(n){return n.toString(8)},x:function(n){return n.toString(16)},X:function(n){return n.toString(16).toUpperCase()},g:function(n,t){return n.toPrecision(t)},e:function(n,t){return n.toExponential(t)},f:function(n,t){return n.toFixed(t)},r:function(n,t){return(n=Ko.round(n,Dt(n,t))).toFixed(Math.max(0,Math.min(20,Dt(n*(1+1e-15),t))))}}),oc=Ko.time={},ac=Date;Ht.prototype={getDate:function(){return this._.getUTCDate()},getDay:function(){return this._.getUTCDay()},getFullYear:function(){return this._.getUTCFullYear()},getHours:function(){return this._.getUTCHours()},getMilliseconds:function(){return this._.getUTCMilliseconds()},getMinutes:function(){return this._.getUTCMinutes()},getMonth:function(){return this._.getUTCMonth()},getSeconds:function(){return this._.getUTCSeconds()},getTime:function(){return this._.getTime()},getTimezoneOffset:function(){return 0},valueOf:function(){return this._.valueOf()},setDate:function(){cc.setUTCDate.apply(this._,arguments)},setDay:function(){cc.setUTCDay.apply(this._,arguments)},setFullYear:function(){cc.setUTCFullYear.apply(this._,arguments)},setHours:function(){cc.setUTCHours.apply(this._,arguments)},setMilliseconds:function(){cc.setUTCMilliseconds.apply(this._,arguments)},setMinutes:function(){cc.setUTCMinutes.apply(this._,arguments)},setMonth:function(){cc.setUTCMonth.apply(this._,arguments)},setSeconds:function(){cc.setUTCSeconds.apply(this._,arguments)},setTime:function(){cc.setTime.apply(this._,arguments)}};var cc=Date.prototype;oc.year=Ft(function(n){return n=oc.day(n),n.setMonth(0,1),n},function(n,t){n.setFullYear(n.getFullYear()+t)},function(n){return n.getFullYear()}),oc.years=oc.year.range,oc.years.utc=oc.year.utc.range,oc.day=Ft(function(n){var t=new ac(2e3,0);return t.setFullYear(n.getFullYear(),n.getMonth(),n.getDate()),t},function(n,t){n.setDate(n.getDate()+t)},function(n){return n.getDate()-1}),oc.days=oc.day.range,oc.days.utc=oc.day.utc.range,oc.dayOfYear=function(n){var t=oc.year(n);return Math.floor((n-t-6e4*(n.getTimezoneOffset()-t.getTimezoneOffset()))/864e5)},["sunday","monday","tuesday","wednesday","thursday","friday","saturday"].forEach(function(n,t){t=7-t;var r=oc[n]=Ft(function(n){return(n=oc.day(n)).setDate(n.getDate()-(n.getDay()+t)%7),n},function(n,t){n.setDate(n.getDate()+7*Math.floor(t))},function(n){var r=oc.year(n).getDay();return Math.floor((oc.dayOfYear(n)+(r+t)%7)/7)-(r!==t)});oc[n+"s"]=r.range,oc[n+"s"].utc=r.utc.range,oc[n+"OfYear"]=function(n){var r=oc.year(n).getDay();return Math.floor((oc.dayOfYear(n)+(r+t)%7)/7)}}),oc.week=oc.sunday,oc.weeks=oc.sunday.range,oc.weeks.utc=oc.sunday.utc.range,oc.weekOfYear=oc.sundayOfYear;var sc={"-":"",_:" ",0:"0"},lc=/^\s*\d+/,fc=/^%/;Ko.locale=function(n){return{numberFormat:Ut(n),timeFormat:It(n)}};var hc=Ko.locale({decimal:".",thousands:",",grouping:[3],currency:["$",""],dateTime:"%a %b %e %X %Y",date:"%m/%d/%Y",time:"%H:%M:%S",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});Ko.format=hc.numberFormat,Ko.geo={},sr.prototype={s:0,t:0,add:function(n){lr(n,this.t,gc),lr(gc.s,this.s,this),this.s?this.t+=gc.t:this.s=gc.t},reset:function(){this.s=this.t=0},valueOf:function(){return this.s}};var gc=new sr;Ko.geo.stream=function(n,t){n&&pc.hasOwnProperty(n.type)?pc[n.type](n,t):fr(n,t)};var pc={Feature:function(n,t){fr(n.geometry,t)},FeatureCollection:function(n,t){for(var r=n.features,e=-1,u=r.length;u>++e;)fr(r[e].geometry,t)}},vc={Sphere:function(n,t){t.sphere()},Point:function(n,t){n=n.coordinates,t.point(n[0],n[1],n[2])},MultiPoint:function(n,t){for(var r=n.coordinates,e=-1,u=r.length;u>++e;)n=r[e],t.point(n[0],n[1],n[2])},LineString:function(n,t){hr(n.coordinates,t,0)},MultiLineString:function(n,t){for(var r=n.coordinates,e=-1,u=r.length;u>++e;)hr(r[e],t,0)},Polygon:function(n,t){gr(n.coordinates,t)},MultiPolygon:function(n,t){for(var r=n.coordinates,e=-1,u=r.length;u>++e;)gr(r[e],t)},GeometryCollection:function(n,t){for(var r=n.geometries,e=-1,u=r.length;u>++e;)fr(r[e],t)}};Ko.geo.area=function(n){return dc=0,Ko.geo.stream(n,yc),dc};var dc,mc=new sr,yc={sphere:function(){dc+=4*Aa},point:d,lineStart:d,lineEnd:d,polygonStart:function(){mc.reset(),yc.lineStart=pr},polygonEnd:function(){var n=2*mc;dc+=0>n?4*Aa+n:n,yc.lineStart=yc.lineEnd=yc.point=d}};Ko.geo.bounds=function(){function n(n,t){x.push(M=[l=n,h=n]),f>t&&(f=t),t>g&&(g=t)
}function t(t,r){var e=vr([t*Ra,r*Ra]);if(m){var u=mr(m,e),i=[u[1],-u[0],0],o=mr(i,u);Mr(o),o=_r(o);var c=t-p,s=c>0?1:-1,v=o[0]*Da*s,d=ha(c)>180;if(d^(v>s*p&&s*t>v)){var y=o[1]*Da;y>g&&(g=y)}else if(v=(v+360)%360-180,d^(v>s*p&&s*t>v)){var y=-o[1]*Da;f>y&&(f=y)}else f>r&&(f=r),r>g&&(g=r);d?p>t?a(l,t)>a(l,h)&&(h=t):a(t,h)>a(l,h)&&(l=t):h>=l?(l>t&&(l=t),t>h&&(h=t)):t>p?a(l,t)>a(l,h)&&(h=t):a(t,h)>a(l,h)&&(l=t)}else n(t,r);m=e,p=t}function r(){_.point=t}function e(){M[0]=l,M[1]=h,_.point=n,m=null}function u(n,r){if(m){var e=n-p;y+=ha(e)>180?e+(e>0?360:-360):e}else v=n,d=r;yc.point(n,r),t(n,r)}function i(){yc.lineStart()}function o(){u(v,d),yc.lineEnd(),ha(y)>Ta&&(l=-(h=180)),M[0]=l,M[1]=h,m=null}function a(n,t){return 0>(t-=n)?t+360:t}function c(n,t){return n[0]-t[0]}function s(n,t){return t[0]<=t[1]?n>=t[0]&&t[1]>=n:t[0]>n||n>t[1]}var l,f,h,g,p,v,d,m,y,x,M,_={point:n,lineStart:r,lineEnd:e,polygonStart:function(){_.point=u,_.lineStart=i,_.lineEnd=o,y=0,yc.polygonStart()},polygonEnd:function(){yc.polygonEnd(),_.point=n,_.lineStart=r,_.lineEnd=e,0>mc?(l=-(h=180),f=-(g=90)):y>Ta?g=90:-Ta>y&&(f=-90),M[0]=l,M[1]=h}};return function(n){g=h=-(l=f=1/0),x=[],Ko.geo.stream(n,_);var t=x.length;if(t){x.sort(c);for(var r,e=1,u=x[0],i=[u];t>e;++e)r=x[e],s(r[0],u)||s(r[1],u)?(a(u[0],r[1])>a(u[0],u[1])&&(u[1]=r[1]),a(r[0],u[1])>a(u[0],u[1])&&(u[0]=r[0])):i.push(u=r);for(var o,r,p=-1/0,t=i.length-1,e=0,u=i[t];t>=e;u=r,++e)r=i[e],(o=a(u[1],r[0]))>p&&(p=o,l=r[0],h=u[1])}return x=M=null,1/0===l||1/0===f?[[0/0,0/0],[0/0,0/0]]:[[l,f],[h,g]]}}(),Ko.geo.centroid=function(n){xc=Mc=_c=bc=wc=Sc=kc=Ec=Cc=Nc=Ac=0,Ko.geo.stream(n,qc);var t=Cc,r=Nc,e=Ac,u=t*t+r*r+e*e;return za>u&&(t=Sc,r=kc,e=Ec,Ta>Mc&&(t=_c,r=bc,e=wc),u=t*t+r*r+e*e,za>u)?[0/0,0/0]:[Math.atan2(r,t)*Da,K(e/Math.sqrt(u))*Da]};var xc,Mc,_c,bc,wc,Sc,kc,Ec,Cc,Nc,Ac,qc={sphere:d,point:wr,lineStart:kr,lineEnd:Er,polygonStart:function(){qc.lineStart=Cr},polygonEnd:function(){qc.lineStart=kr}},Lc=Tr(Nr,Ur,Hr,[-Aa,-Aa/2]),Tc=1e9;Ko.geo.clipExtent=function(){var n,t,r,e,u,i,o={stream:function(n){return u&&(u.valid=!1),u=i(n),u.valid=!0,u},extent:function(a){return arguments.length?(i=Ir(n=+a[0][0],t=+a[0][1],r=+a[1][0],e=+a[1][1]),u&&(u.valid=!1,u=null),o):[[n,t],[r,e]]}};return o.extent([[0,0],[960,500]])},(Ko.geo.conicEqualArea=function(){return Zr(Vr)}).raw=Vr,Ko.geo.albers=function(){return Ko.geo.conicEqualArea().rotate([96,0]).center([-.6,38.7]).parallels([29.5,45.5]).scale(1070)},Ko.geo.albersUsa=function(){function n(n){var i=n[0],o=n[1];return t=null,r(i,o),t||(e(i,o),t)||u(i,o),t}var t,r,e,u,i=Ko.geo.albers(),o=Ko.geo.conicEqualArea().rotate([154,0]).center([-2,58.5]).parallels([55,65]),a=Ko.geo.conicEqualArea().rotate([157,0]).center([-3,19.9]).parallels([8,18]),c={point:function(n,r){t=[n,r]}};return n.invert=function(n){var t=i.scale(),r=i.translate(),e=(n[0]-r[0])/t,u=(n[1]-r[1])/t;return(u>=.12&&.234>u&&e>=-.425&&-.214>e?o:u>=.166&&.234>u&&e>=-.214&&-.115>e?a:i).invert(n)},n.stream=function(n){var t=i.stream(n),r=o.stream(n),e=a.stream(n);return{point:function(n,u){t.point(n,u),r.point(n,u),e.point(n,u)},sphere:function(){t.sphere(),r.sphere(),e.sphere()},lineStart:function(){t.lineStart(),r.lineStart(),e.lineStart()},lineEnd:function(){t.lineEnd(),r.lineEnd(),e.lineEnd()},polygonStart:function(){t.polygonStart(),r.polygonStart(),e.polygonStart()},polygonEnd:function(){t.polygonEnd(),r.polygonEnd(),e.polygonEnd()}}},n.precision=function(t){return arguments.length?(i.precision(t),o.precision(t),a.precision(t),n):i.precision()},n.scale=function(t){return arguments.length?(i.scale(t),o.scale(.35*t),a.scale(t),n.translate(i.translate())):i.scale()},n.translate=function(t){if(!arguments.length)return i.translate();var s=i.scale(),l=+t[0],f=+t[1];return r=i.translate(t).clipExtent([[l-.455*s,f-.238*s],[l+.455*s,f+.238*s]]).stream(c).point,e=o.translate([l-.307*s,f+.201*s]).clipExtent([[l-.425*s+Ta,f+.12*s+Ta],[l-.214*s-Ta,f+.234*s-Ta]]).stream(c).point,u=a.translate([l-.205*s,f+.212*s]).clipExtent([[l-.214*s+Ta,f+.166*s+Ta],[l-.115*s-Ta,f+.234*s-Ta]]).stream(c).point,n},n.scale(1070)};var zc,Rc,Dc,Pc,Uc,jc,Hc={point:d,lineStart:d,lineEnd:d,polygonStart:function(){Rc=0,Hc.lineStart=$r},polygonEnd:function(){Hc.lineStart=Hc.lineEnd=Hc.point=d,zc+=ha(Rc/2)}},Fc={point:Xr,lineStart:d,lineEnd:d,polygonStart:d,polygonEnd:d},Oc={point:Wr,lineStart:Gr,lineEnd:Kr,polygonStart:function(){Oc.lineStart=Qr},polygonEnd:function(){Oc.point=Wr,Oc.lineStart=Gr,Oc.lineEnd=Kr}};Ko.geo.path=function(){function n(n){return n&&("function"==typeof a&&i.pointRadius(+a.apply(this,arguments)),o&&o.valid||(o=u(i)),Ko.geo.stream(n,o)),i.result()}function t(){return o=null,n}var r,e,u,i,o,a=4.5;return n.area=function(n){return zc=0,Ko.geo.stream(n,u(Hc)),zc},n.centroid=function(n){return _c=bc=wc=Sc=kc=Ec=Cc=Nc=Ac=0,Ko.geo.stream(n,u(Oc)),Ac?[Cc/Ac,Nc/Ac]:Ec?[Sc/Ec,kc/Ec]:wc?[_c/wc,bc/wc]:[0/0,0/0]},n.bounds=function(n){return Uc=jc=-(Dc=Pc=1/0),Ko.geo.stream(n,u(Fc)),[[Dc,Pc],[Uc,jc]]},n.projection=function(n){return arguments.length?(u=(r=n)?n.stream||re(n):Nt,t()):r},n.context=function(n){return arguments.length?(i=null==(e=n)?new Br:new ne(n),"function"!=typeof a&&i.pointRadius(a),t()):e},n.pointRadius=function(t){return arguments.length?(a="function"==typeof t?t:(i.pointRadius(+t),+t),n):a},n.projection(Ko.geo.albersUsa()).context(null)},Ko.geo.transform=function(n){return{stream:function(t){var r=new ee(t);for(var e in n)r[e]=n[e];return r}}},ee.prototype={point:function(n,t){this.stream.point(n,t)},sphere:function(){this.stream.sphere()},lineStart:function(){this.stream.lineStart()},lineEnd:function(){this.stream.lineEnd()},polygonStart:function(){this.stream.polygonStart()},polygonEnd:function(){this.stream.polygonEnd()}},Ko.geo.projection=ie,Ko.geo.projectionMutator=oe,(Ko.geo.equirectangular=function(){return ie(ce)}).raw=ce.invert=ce,Ko.geo.rotation=function(n){function t(t){return t=n(t[0]*Ra,t[1]*Ra),t[0]*=Da,t[1]*=Da,t}return n=le(n[0]%360*Ra,n[1]*Ra,n.length>2?n[2]*Ra:0),t.invert=function(t){return t=n.invert(t[0]*Ra,t[1]*Ra),t[0]*=Da,t[1]*=Da,t},t},se.invert=ce,Ko.geo.circle=function(){function n(){var n="function"==typeof e?e.apply(this,arguments):e,t=le(-n[0]*Ra,-n[1]*Ra,0).invert,u=[];return r(null,null,1,{point:function(n,r){u.push(n=t(n,r)),n[0]*=Da,n[1]*=Da}}),{type:"Polygon",coordinates:[u]}}var t,r,e=[0,0],u=6;return n.origin=function(t){return arguments.length?(e=t,n):e},n.angle=function(e){return arguments.length?(r=pe((t=+e)*Ra,u*Ra),n):t},n.precision=function(e){return arguments.length?(r=pe(t*Ra,(u=+e)*Ra),n):u},n.angle(90)},Ko.geo.distance=function(n,t){var r,e=(t[0]-n[0])*Ra,u=n[1]*Ra,i=t[1]*Ra,o=Math.sin(e),a=Math.cos(e),c=Math.sin(u),s=Math.cos(u),l=Math.sin(i),f=Math.cos(i);return Math.atan2(Math.sqrt((r=f*o)*r+(r=s*l-c*f*a)*r),c*l+s*f*a)},Ko.geo.graticule=function(){function n(){return{type:"MultiLineString",coordinates:t()}}function t(){return Ko.range(Math.ceil(i/d)*d,u,d).map(h).concat(Ko.range(Math.ceil(s/m)*m,c,m).map(g)).concat(Ko.range(Math.ceil(e/p)*p,r,p).filter(function(n){return ha(n%d)>Ta}).map(l)).concat(Ko.range(Math.ceil(a/v)*v,o,v).filter(function(n){return ha(n%m)>Ta}).map(f))}var r,e,u,i,o,a,c,s,l,f,h,g,p=10,v=p,d=90,m=360,y=2.5;return n.lines=function(){return t().map(function(n){return{type:"LineString",coordinates:n}})},n.outline=function(){return{type:"Polygon",coordinates:[h(i).concat(g(c).slice(1),h(u).reverse().slice(1),g(s).reverse().slice(1))]}},n.extent=function(t){return arguments.length?n.majorExtent(t).minorExtent(t):n.minorExtent()},n.majorExtent=function(t){return arguments.length?(i=+t[0][0],u=+t[1][0],s=+t[0][1],c=+t[1][1],i>u&&(t=i,i=u,u=t),s>c&&(t=s,s=c,c=t),n.precision(y)):[[i,s],[u,c]]},n.minorExtent=function(t){return arguments.length?(e=+t[0][0],r=+t[1][0],a=+t[0][1],o=+t[1][1],e>r&&(t=e,e=r,r=t),a>o&&(t=a,a=o,o=t),n.precision(y)):[[e,a],[r,o]]},n.step=function(t){return arguments.length?n.majorStep(t).minorStep(t):n.minorStep()},n.majorStep=function(t){return arguments.length?(d=+t[0],m=+t[1],n):[d,m]},n.minorStep=function(t){return arguments.length?(p=+t[0],v=+t[1],n):[p,v]},n.precision=function(t){return arguments.length?(y=+t,l=de(a,o,90),f=me(e,r,y),h=de(s,c,90),g=me(i,u,y),n):y},n.majorExtent([[-180,-90+Ta],[180,90-Ta]]).minorExtent([[-180,-80-Ta],[180,80+Ta]])},Ko.geo.greatArc=function(){function n(){return{type:"LineString",coordinates:[t||e.apply(this,arguments),r||u.apply(this,arguments)]}}var t,r,e=ye,u=xe;return n.distance=function(){return Ko.geo.distance(t||e.apply(this,arguments),r||u.apply(this,arguments))},n.source=function(r){return arguments.length?(e=r,t="function"==typeof r?null:r,n):e},n.target=function(t){return arguments.length?(u=t,r="function"==typeof t?null:t,n):u},n.precision=function(){return arguments.length?n:0},n},Ko.geo.interpolate=function(n,t){return Me(n[0]*Ra,n[1]*Ra,t[0]*Ra,t[1]*Ra)},Ko.geo.length=function(n){return Ic=0,Ko.geo.stream(n,Yc),Ic};var Ic,Yc={sphere:d,point:d,lineStart:_e,lineEnd:d,polygonStart:d,polygonEnd:d},Zc=be(function(n){return Math.sqrt(2/(1+n))},function(n){return 2*Math.asin(n/2)});(Ko.geo.azimuthalEqualArea=function(){return ie(Zc)}).raw=Zc;var Vc=be(function(n){var t=Math.acos(n);return t&&t/Math.sin(t)},Nt);(Ko.geo.azimuthalEquidistant=function(){return ie(Vc)}).raw=Vc,(Ko.geo.conicConformal=function(){return Zr(we)}).raw=we,(Ko.geo.conicEquidistant=function(){return Zr(Se)}).raw=Se;var $c=be(function(n){return 1/n},Math.atan);(Ko.geo.gnomonic=function(){return ie($c)}).raw=$c,ke.invert=function(n,t){return[n,2*Math.atan(Math.exp(t))-La]},(Ko.geo.mercator=function(){return Ee(ke)}).raw=ke;var Xc=be(function(){return 1},Math.asin);(Ko.geo.orthographic=function(){return ie(Xc)}).raw=Xc;var Bc=be(function(n){return 1/(1+n)},function(n){return 2*Math.atan(n)});(Ko.geo.stereographic=function(){return ie(Bc)}).raw=Bc,Ce.invert=function(n,t){return[-t,2*Math.atan(Math.exp(n))-La]},(Ko.geo.transverseMercator=function(){var n=Ee(Ce),t=n.center,r=n.rotate;return n.center=function(n){return n?t([-n[1],n[0]]):(n=t(),[-n[1],n[0]])},n.rotate=function(n){return n?r([n[0],n[1],n.length>2?n[2]+90:90]):(n=r(),[n[0],n[1],n[2]-90])},n.rotate([0,0])}).raw=Ce,Ko.geom={},Ko.geom.hull=function(n){function t(n){if(3>n.length)return[];var t,u=Ct(r),i=Ct(e),o=n.length,a=[],c=[];for(t=0;o>t;t++)a.push([+u.call(this,n[t],t),+i.call(this,n[t],t),t]);for(a.sort(Le),t=0;o>t;t++)c.push([a[t][0],-a[t][1]]);var s=qe(a),l=qe(c),f=l[0]===s[0],h=l[l.length-1]===s[s.length-1],g=[];for(t=s.length-1;t>=0;--t)g.push(n[a[s[t]][2]]);for(t=+f;l.length-h>t;++t)g.push(n[a[l[t]][2]]);return g}var r=Ne,e=Ae;return arguments.length?t(n):(t.x=function(n){return arguments.length?(r=n,t):r},t.y=function(n){return arguments.length?(e=n,t):e},t)},Ko.geom.polygon=function(n){return ma(n,Jc),n};var Jc=Ko.geom.polygon.prototype=[];Jc.area=function(){for(var n,t=-1,r=this.length,e=this[r-1],u=0;r>++t;)n=e,e=this[t],u+=n[1]*e[0]-n[0]*e[1];return.5*u},Jc.centroid=function(n){var t,r,e=-1,u=this.length,i=0,o=0,a=this[u-1];for(arguments.length||(n=-1/(6*this.area()));u>++e;)t=a,a=this[e],r=t[0]*a[1]-a[0]*t[1],i+=(t[0]+a[0])*r,o+=(t[1]+a[1])*r;return[i*n,o*n]},Jc.clip=function(n){for(var t,r,e,u,i,o,a=Re(n),c=-1,s=this.length-Re(this),l=this[s-1];s>++c;){for(t=n.slice(),n.length=0,u=this[c],i=t[(e=t.length-a)-1],r=-1;e>++r;)o=t[r],Te(o,l,u)?(Te(i,l,u)||n.push(ze(i,o,l,u)),n.push(o)):Te(i,l,u)&&n.push(ze(i,o,l,u)),i=o;a&&n.push(n[0]),l=u}return n};var Wc,Gc,Kc,Qc,ns,ts=[],rs=[];Ie.prototype.prepare=function(){for(var n,t=this.edges,r=t.length;r--;)n=t[r].edge,n.b&&n.a||t.splice(r,1);return t.sort(Ze),t.length},nu.prototype={start:function(){return this.edge.l===this.site?this.edge.a:this.edge.b},end:function(){return this.edge.l===this.site?this.edge.b:this.edge.a}},tu.prototype={insert:function(n,t){var r,e,u;if(n){if(t.P=n,t.N=n.N,n.N&&(n.N.P=t),n.N=t,n.R){for(n=n.R;n.L;)n=n.L;n.L=t}else n.R=t;r=n}else this._?(n=iu(this._),t.P=null,t.N=n,n.P=n.L=t,r=n):(t.P=t.N=null,this._=t,r=null);for(t.L=t.R=null,t.U=r,t.C=!0,n=t;r&&r.C;)e=r.U,r===e.L?(u=e.R,u&&u.C?(r.C=u.C=!1,e.C=!0,n=e):(n===r.R&&(eu(this,r),n=r,r=n.U),r.C=!1,e.C=!0,uu(this,e))):(u=e.L,u&&u.C?(r.C=u.C=!1,e.C=!0,n=e):(n===r.L&&(uu(this,r),n=r,r=n.U),r.C=!1,e.C=!0,eu(this,e))),r=n.U;this._.C=!1},remove:function(n){n.N&&(n.N.P=n.P),n.P&&(n.P.N=n.N),n.N=n.P=null;var t,r,e,u=n.U,i=n.L,o=n.R;if(r=i?o?iu(o):i:o,u?u.L===n?u.L=r:u.R=r:this._=r,i&&o?(e=r.C,r.C=n.C,r.L=i,i.U=r,r!==o?(u=r.U,r.U=n.U,n=r.R,u.L=n,r.R=o,o.U=r):(r.U=u,u=r,n=r.R)):(e=n.C,n=r),n&&(n.U=u),!e){if(n&&n.C)return n.C=!1,void 0;do{if(n===this._)break;if(n===u.L){if(t=u.R,t.C&&(t.C=!1,u.C=!0,eu(this,u),t=u.R),t.L&&t.L.C||t.R&&t.R.C){t.R&&t.R.C||(t.L.C=!1,t.C=!0,uu(this,t),t=u.R),t.C=u.C,u.C=t.R.C=!1,eu(this,u),n=this._;break}}else if(t=u.L,t.C&&(t.C=!1,u.C=!0,uu(this,u),t=u.L),t.L&&t.L.C||t.R&&t.R.C){t.L&&t.L.C||(t.R.C=!1,t.C=!0,eu(this,t),t=u.L),t.C=u.C,u.C=t.L.C=!1,uu(this,u),n=this._;break}t.C=!0,n=u,u=u.U}while(!n.C);n&&(n.C=!1)}}},Ko.geom.voronoi=function(n){function t(n){var t=Array(n.length),e=a[0][0],u=a[0][1],i=a[1][0],o=a[1][1];return ou(r(n),a).cells.forEach(function(r,a){var c=r.edges,s=r.site,l=t[a]=c.length?c.map(function(n){var t=n.start();return[t.x,t.y]}):s.x>=e&&i>=s.x&&s.y>=u&&o>=s.y?[[e,o],[i,o],[i,u],[e,u]]:[];l.point=n[a]}),t}function r(n){return n.map(function(n,t){return{x:Math.round(i(n,t)/Ta)*Ta,y:Math.round(o(n,t)/Ta)*Ta,i:t}})}var e=Ne,u=Ae,i=e,o=u,a=es;return n?t(n):(t.links=function(n){return ou(r(n)).edges.filter(function(n){return n.l&&n.r}).map(function(t){return{source:n[t.l.i],target:n[t.r.i]}})},t.triangles=function(n){var t=[];return ou(r(n)).cells.forEach(function(r,e){for(var u,i,o=r.site,a=r.edges.sort(Ze),c=-1,s=a.length,l=a[s-1].edge,f=l.l===o?l.r:l.l;s>++c;)u=l,i=f,l=a[c].edge,f=l.l===o?l.r:l.l,i.i>e&&f.i>e&&0>cu(o,i,f)&&t.push([n[e],n[i.i],n[f.i]])}),t},t.x=function(n){return arguments.length?(i=Ct(e=n),t):e},t.y=function(n){return arguments.length?(o=Ct(u=n),t):u},t.clipExtent=function(n){return arguments.length?(a=null==n?es:n,t):a===es?null:a},t.size=function(n){return arguments.length?t.clipExtent(n&&[[0,0],n]):a===es?null:a&&a[1]},t)};var es=[[-1e6,-1e6],[1e6,1e6]];Ko.geom.delaunay=function(n){return Ko.geom.voronoi().triangles(n)},Ko.geom.quadtree=function(n,t,r,e,u){function i(n){function i(n,t,r,e,u,i,o,a){if(!isNaN(r)&&!isNaN(e))if(n.leaf){var c=n.x,l=n.y;if(null!=c)if(.01>ha(c-r)+ha(l-e))s(n,t,r,e,u,i,o,a);else{var f=n.point;n.x=n.y=n.point=null,s(n,f,c,l,u,i,o,a),s(n,t,r,e,u,i,o,a)}else n.x=r,n.y=e,n.point=t}else s(n,t,r,e,u,i,o,a)}function s(n,t,r,e,u,o,a,c){var s=.5*(u+a),l=.5*(o+c),f=r>=s,h=e>=l,g=(h<<1)+f;n.leaf=!1,n=n.nodes[g]||(n.nodes[g]=fu()),f?u=s:a=s,h?o=l:c=l,i(n,t,r,e,u,o,a,c)}var l,f,h,g,p,v,d,m,y,x=Ct(a),M=Ct(c);if(null!=t)v=t,d=r,m=e,y=u;else if(m=y=-(v=d=1/0),f=[],h=[],p=n.length,o)for(g=0;p>g;++g)l=n[g],v>l.x&&(v=l.x),d>l.y&&(d=l.y),l.x>m&&(m=l.x),l.y>y&&(y=l.y),f.push(l.x),h.push(l.y);else for(g=0;p>g;++g){var _=+x(l=n[g],g),b=+M(l,g);v>_&&(v=_),d>b&&(d=b),_>m&&(m=_),b>y&&(y=b),f.push(_),h.push(b)}var w=m-v,S=y-d;w>S?y=d+w:m=v+S;var k=fu();if(k.add=function(n){i(k,n,+x(n,++g),+M(n,g),v,d,m,y)},k.visit=function(n){hu(n,k,v,d,m,y)},g=-1,null==t){for(;p>++g;)i(k,n[g],f[g],h[g],v,d,m,y);--g}else n.forEach(k.add);return f=h=n=l=null,k}var o,a=Ne,c=Ae;return(o=arguments.length)?(a=su,c=lu,3===o&&(u=r,e=t,r=t=0),i(n)):(i.x=function(n){return arguments.length?(a=n,i):a},i.y=function(n){return arguments.length?(c=n,i):c},i.extent=function(n){return arguments.length?(null==n?t=r=e=u=null:(t=+n[0][0],r=+n[0][1],e=+n[1][0],u=+n[1][1]),i):null==t?null:[[t,r],[e,u]]},i.size=function(n){return arguments.length?(null==n?t=r=e=u=null:(t=r=0,e=+n[0],u=+n[1]),i):null==t?null:[e-t,u-r]},i)},Ko.interpolateRgb=gu,Ko.interpolateObject=pu,Ko.interpolateNumber=vu,Ko.interpolateString=du;var us=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g;Ko.interpolate=mu,Ko.interpolators=[function(n,t){var r=typeof t;return("string"===r?Wa.has(t)||/^(#|rgb\(|hsl\()/.test(t)?gu:du:t instanceof et?gu:Array.isArray(t)?yu:"object"===r&&isNaN(t)?pu:vu)(n,t)}],Ko.interpolateArray=yu;var is=function(){return Nt},os=Ko.map({linear:is,poly:ku,quad:function(){return bu},cubic:function(){return wu},sin:function(){return Eu},exp:function(){return Cu},circle:function(){return Nu},elastic:Au,back:qu,bounce:function(){return Lu}}),as=Ko.map({"in":Nt,out:Mu,"in-out":_u,"out-in":function(n){return _u(Mu(n))}});Ko.ease=function(n){var t=n.indexOf("-"),r=t>=0?n.substring(0,t):n,e=t>=0?n.substring(t+1):"in";return r=os.get(r)||is,e=as.get(e)||Nt,xu(e(r.apply(null,Qo.call(arguments,1))))},Ko.interpolateHcl=Tu,Ko.interpolateHsl=zu,Ko.interpolateLab=Ru,Ko.interpolateRound=Du,Ko.transform=function(n){var t=ta.createElementNS(Ko.ns.prefix.svg,"g");return(Ko.transform=function(n){if(null!=n){t.setAttribute("transform",n);var r=t.transform.baseVal.consolidate()}return new Pu(r?r.matrix:cs)})(n)},Pu.prototype.toString=function(){return"translate("+this.translate+")rotate("+this.rotate+")skewX("+this.skew+")scale("+this.scale+")"};var cs={a:1,b:0,c:0,d:1,e:0,f:0};Ko.interpolateTransform=Fu,Ko.layout={},Ko.layout.bundle=function(){return function(n){for(var t=[],r=-1,e=n.length;e>++r;)t.push(Yu(n[r]));return t}},Ko.layout.chord=function(){function n(){var n,s,f,h,g,p={},v=[],d=Ko.range(i),m=[];for(r=[],e=[],n=0,h=-1;i>++h;){for(s=0,g=-1;i>++g;)s+=u[h][g];v.push(s),m.push(Ko.range(i)),n+=s}for(o&&d.sort(function(n,t){return o(v[n],v[t])}),a&&m.forEach(function(n,t){n.sort(function(n,r){return a(u[t][n],u[t][r])})}),n=(qa-l*i)/n,s=0,h=-1;i>++h;){for(f=s,g=-1;i>++g;){var y=d[h],x=m[y][g],M=u[y][x],_=s,b=s+=M*n;p[y+"-"+x]={index:y,subindex:x,startAngle:_,endAngle:b,value:M}}e[y]={index:y,startAngle:f,endAngle:s,value:(s-f)/n},s+=l}for(h=-1;i>++h;)for(g=h-1;i>++g;){var w=p[h+"-"+g],S=p[g+"-"+h];(w.value||S.value)&&r.push(w.value<S.value?{source:S,target:w}:{source:w,target:S})}c&&t()}function t(){r.sort(function(n,t){return c((n.source.value+n.target.value)/2,(t.source.value+t.target.value)/2)})}var r,e,u,i,o,a,c,s={},l=0;return s.matrix=function(n){return arguments.length?(i=(u=n)&&u.length,r=e=null,s):u},s.padding=function(n){return arguments.length?(l=n,r=e=null,s):l},s.sortGroups=function(n){return arguments.length?(o=n,r=e=null,s):o},s.sortSubgroups=function(n){return arguments.length?(a=n,r=null,s):a},s.sortChords=function(n){return arguments.length?(c=n,r&&t(),s):c},s.chords=function(){return r||n(),r},s.groups=function(){return e||n(),e},s},Ko.layout.force=function(){function n(n){return function(t,r,e,u){if(t.point!==n){var i=t.cx-n.x,o=t.cy-n.y,a=u-r,c=i*i+o*o;if(c>a*a/d){if(p>c){var s=t.charge/c;n.px-=i*s,n.py-=o*s}return!0}if(t.point&&c&&p>c){var s=t.pointCharge/c;n.px-=i*s,n.py-=o*s}}return!t.charge}}function t(n){n.px=Ko.event.x,n.py=Ko.event.y,a.resume()}var r,e,u,i,o,a={},c=Ko.dispatch("start","tick","end"),s=[1,1],l=.9,f=ss,h=ls,g=-30,p=fs,v=.1,d=.64,m=[],y=[];return a.tick=function(){if(.005>(e*=.99))return c.end({type:"end",alpha:e=0}),!0;var t,r,a,f,h,p,d,x,M,_=m.length,b=y.length;for(r=0;b>r;++r)a=y[r],f=a.source,h=a.target,x=h.x-f.x,M=h.y-f.y,(p=x*x+M*M)&&(p=e*i[r]*((p=Math.sqrt(p))-u[r])/p,x*=p,M*=p,h.x-=x*(d=f.weight/(h.weight+f.weight)),h.y-=M*d,f.x+=x*(d=1-d),f.y+=M*d);if((d=e*v)&&(x=s[0]/2,M=s[1]/2,r=-1,d))for(;_>++r;)a=m[r],a.x+=(x-a.x)*d,a.y+=(M-a.y)*d;if(g)for(Wu(t=Ko.geom.quadtree(m),e,o),r=-1;_>++r;)(a=m[r]).fixed||t.visit(n(a));for(r=-1;_>++r;)a=m[r],a.fixed?(a.x=a.px,a.y=a.py):(a.x-=(a.px-(a.px=a.x))*l,a.y-=(a.py-(a.py=a.y))*l);c.tick({type:"tick",alpha:e})},a.nodes=function(n){return arguments.length?(m=n,a):m},a.links=function(n){return arguments.length?(y=n,a):y},a.size=function(n){return arguments.length?(s=n,a):s},a.linkDistance=function(n){return arguments.length?(f="function"==typeof n?n:+n,a):f},a.distance=a.linkDistance,a.linkStrength=function(n){return arguments.length?(h="function"==typeof n?n:+n,a):h},a.friction=function(n){return arguments.length?(l=+n,a):l},a.charge=function(n){return arguments.length?(g="function"==typeof n?n:+n,a):g},a.chargeDistance=function(n){return arguments.length?(p=n*n,a):Math.sqrt(p)},a.gravity=function(n){return arguments.length?(v=+n,a):v},a.theta=function(n){return arguments.length?(d=n*n,a):Math.sqrt(d)},a.alpha=function(n){return arguments.length?(n=+n,e?e=n>0?n:0:n>0&&(c.start({type:"start",alpha:e=n}),Ko.timer(a.tick)),a):e},a.start=function(){function n(n,e){if(!r){for(r=Array(c),a=0;c>a;++a)r[a]=[];for(a=0;s>a;++a){var u=y[a];r[u.source.index].push(u.target),r[u.target.index].push(u.source)}}for(var i,o=r[t],a=-1,s=o.length;s>++a;)if(!isNaN(i=o[a][n]))return i;return Math.random()*e}var t,r,e,c=m.length,l=y.length,p=s[0],v=s[1];for(t=0;c>t;++t)(e=m[t]).index=t,e.weight=0;for(t=0;l>t;++t)e=y[t],"number"==typeof e.source&&(e.source=m[e.source]),"number"==typeof e.target&&(e.target=m[e.target]),++e.source.weight,++e.target.weight;for(t=0;c>t;++t)e=m[t],isNaN(e.x)&&(e.x=n("x",p)),isNaN(e.y)&&(e.y=n("y",v)),isNaN(e.px)&&(e.px=e.x),isNaN(e.py)&&(e.py=e.y);if(u=[],"function"==typeof f)for(t=0;l>t;++t)u[t]=+f.call(this,y[t],t);else for(t=0;l>t;++t)u[t]=f;if(i=[],"function"==typeof h)for(t=0;l>t;++t)i[t]=+h.call(this,y[t],t);else for(t=0;l>t;++t)i[t]=h;if(o=[],"function"==typeof g)for(t=0;c>t;++t)o[t]=+g.call(this,m[t],t);else for(t=0;c>t;++t)o[t]=g;return a.resume()},a.resume=function(){return a.alpha(.1)},a.stop=function(){return a.alpha(0)},a.drag=function(){return r||(r=Ko.behavior.drag().origin(Nt).on("dragstart.force",$u).on("drag.force",t).on("dragend.force",Xu)),arguments.length?(this.on("mouseover.force",Bu).on("mouseout.force",Ju).call(r),void 0):r},Ko.rebind(a,c,"on")};var ss=20,ls=1,fs=1/0;Ko.layout.hierarchy=function(){function n(t,o,a){var c=u.call(r,t,o);if(t.depth=o,a.push(t),c&&(s=c.length)){for(var s,l,f=-1,h=t.children=Array(s),g=0,p=o+1;s>++f;)l=h[f]=n(c[f],p,a),l.parent=t,g+=l.value;e&&h.sort(e),i&&(t.value=g)}else delete t.children,i&&(t.value=+i.call(r,t,o)||0);return t}function t(n,e){var u=n.children,o=0;if(u&&(a=u.length))for(var a,c=-1,s=e+1;a>++c;)o+=t(u[c],s);else i&&(o=+i.call(r,n,e)||0);return i&&(n.value=o),o}function r(t){var r=[];return n(t,0,r),r}var e=ni,u=Ku,i=Qu;return r.sort=function(n){return arguments.length?(e=n,r):e},r.children=function(n){return arguments.length?(u=n,r):u},r.value=function(n){return arguments.length?(i=n,r):i},r.revalue=function(n){return t(n,0),n},r},Ko.layout.partition=function(){function n(t,r,e,u){var i=t.children;if(t.x=r,t.y=t.depth*u,t.dx=e,t.dy=u,i&&(o=i.length)){var o,a,c,s=-1;for(e=t.value?e/t.value:0;o>++s;)n(a=i[s],r,c=a.value*e,u),r+=c}}function t(n){var r=n.children,e=0;if(r&&(u=r.length))for(var u,i=-1;u>++i;)e=Math.max(e,t(r[i]));return 1+e}function r(r,i){var o=e.call(this,r,i);return n(o[0],0,u[0],u[1]/t(o[0])),o}var e=Ko.layout.hierarchy(),u=[1,1];return r.size=function(n){return arguments.length?(u=n,r):u},Gu(r,e)},Ko.layout.pie=function(){function n(i){var o=i.map(function(r,e){return+t.call(n,r,e)}),a=+("function"==typeof e?e.apply(this,arguments):e),c=(("function"==typeof u?u.apply(this,arguments):u)-a)/Ko.sum(o),s=Ko.range(i.length);null!=r&&s.sort(r===hs?function(n,t){return o[t]-o[n]}:function(n,t){return r(i[n],i[t])});var l=[];return s.forEach(function(n){var t;l[n]={data:i[n],value:t=o[n],startAngle:a,endAngle:a+=t*c}}),l}var t=Number,r=hs,e=0,u=qa;return n.value=function(r){return arguments.length?(t=r,n):t},n.sort=function(t){return arguments.length?(r=t,n):r},n.startAngle=function(t){return arguments.length?(e=t,n):e},n.endAngle=function(t){return arguments.length?(u=t,n):u},n};var hs={};Ko.layout.stack=function(){function n(a,c){var s=a.map(function(r,e){return t.call(n,r,e)}),l=s.map(function(t){return t.map(function(t,r){return[i.call(n,t,r),o.call(n,t,r)]})}),f=r.call(n,l,c);s=Ko.permute(s,f),l=Ko.permute(l,f);var h,g,p,v=e.call(n,l,c),d=s.length,m=s[0].length;for(g=0;m>g;++g)for(u.call(n,s[0][g],p=v[g],l[0][g][1]),h=1;d>h;++h)u.call(n,s[h][g],p+=l[h-1][g][1],l[h][g][1]);return a}var t=Nt,r=ii,e=oi,u=ui,i=ri,o=ei;return n.values=function(r){return arguments.length?(t=r,n):t},n.order=function(t){return arguments.length?(r="function"==typeof t?t:gs.get(t)||ii,n):r},n.offset=function(t){return arguments.length?(e="function"==typeof t?t:ps.get(t)||oi,n):e},n.x=function(t){return arguments.length?(i=t,n):i},n.y=function(t){return arguments.length?(o=t,n):o},n.out=function(t){return arguments.length?(u=t,n):u},n};var gs=Ko.map({"inside-out":function(n){var t,r,e=n.length,u=n.map(ai),i=n.map(ci),o=Ko.range(e).sort(function(n,t){return u[n]-u[t]}),a=0,c=0,s=[],l=[];for(t=0;e>t;++t)r=o[t],c>a?(a+=i[r],s.push(r)):(c+=i[r],l.push(r));return l.reverse().concat(s)},reverse:function(n){return Ko.range(n.length).reverse()},"default":ii}),ps=Ko.map({silhouette:function(n){var t,r,e,u=n.length,i=n[0].length,o=[],a=0,c=[];for(r=0;i>r;++r){for(t=0,e=0;u>t;t++)e+=n[t][r][1];e>a&&(a=e),o.push(e)}for(r=0;i>r;++r)c[r]=(a-o[r])/2;return c},wiggle:function(n){var t,r,e,u,i,o,a,c,s,l=n.length,f=n[0],h=f.length,g=[];for(g[0]=c=s=0,r=1;h>r;++r){for(t=0,u=0;l>t;++t)u+=n[t][r][1];for(t=0,i=0,a=f[r][0]-f[r-1][0];l>t;++t){for(e=0,o=(n[t][r][1]-n[t][r-1][1])/(2*a);t>e;++e)o+=(n[e][r][1]-n[e][r-1][1])/a;i+=o*n[t][r][1]}g[r]=c-=u?i/u*a:0,s>c&&(s=c)}for(r=0;h>r;++r)g[r]-=s;return g},expand:function(n){var t,r,e,u=n.length,i=n[0].length,o=1/u,a=[];for(r=0;i>r;++r){for(t=0,e=0;u>t;t++)e+=n[t][r][1];if(e)for(t=0;u>t;t++)n[t][r][1]/=e;else for(t=0;u>t;t++)n[t][r][1]=o}for(r=0;i>r;++r)a[r]=0;return a},zero:oi});Ko.layout.histogram=function(){function n(n,i){for(var o,a,c=[],s=n.map(r,this),l=e.call(this,s,i),f=u.call(this,l,s,i),i=-1,h=s.length,g=f.length-1,p=t?1:1/h;g>++i;)o=c[i]=[],o.dx=f[i+1]-(o.x=f[i]),o.y=0;if(g>0)for(i=-1;h>++i;)a=s[i],a>=l[0]&&l[1]>=a&&(o=c[Ko.bisect(f,a,1,g)-1],o.y+=p,o.push(n[i]));return c}var t=!0,r=Number,e=hi,u=li;return n.value=function(t){return arguments.length?(r=t,n):r},n.range=function(t){return arguments.length?(e=Ct(t),n):e},n.bins=function(t){return arguments.length?(u="number"==typeof t?function(n){return fi(n,t)}:Ct(t),n):u},n.frequency=function(r){return arguments.length?(t=!!r,n):t},n},Ko.layout.tree=function(){function n(n,i){function o(n,t){var e=n.children,u=n._tree;if(e&&(i=e.length)){for(var i,a,s,l=e[0],f=l,h=-1;i>++h;)s=e[h],o(s,a),f=c(s,a,f),a=s;_i(n);var g=.5*(l._tree.prelim+s._tree.prelim);t?(u.prelim=t._tree.prelim+r(n,t),u.mod=u.prelim-g):u.prelim=g}else t&&(u.prelim=t._tree.prelim+r(n,t))}function a(n,t){n.x=n._tree.prelim+t;var r=n.children;if(r&&(e=r.length)){var e,u=-1;for(t+=n._tree.mod;e>++u;)a(r[u],t)}}function c(n,t,e){if(t){for(var u,i=n,o=n,a=t,c=n.parent.children[0],s=i._tree.mod,l=o._tree.mod,f=a._tree.mod,h=c._tree.mod;a=vi(a),i=pi(i),a&&i;)c=pi(c),o=vi(o),o._tree.ancestor=n,u=a._tree.prelim+f-i._tree.prelim-s+r(a,i),u>0&&(bi(wi(a,n,e),n,u),s+=u,l+=u),f+=a._tree.mod,s+=i._tree.mod,h+=c._tree.mod,l+=o._tree.mod;a&&!vi(o)&&(o._tree.thread=a,o._tree.mod+=f-l),i&&!pi(c)&&(c._tree.thread=i,c._tree.mod+=s-h,e=n)}return e}var s=t.call(this,n,i),l=s[0];Mi(l,function(n,t){n._tree={ancestor:n,prelim:0,mod:0,change:0,shift:0,number:t?t._tree.number+1:0}}),o(l),a(l,-l._tree.prelim);var f=di(l,yi),h=di(l,mi),g=di(l,xi),p=f.x-r(f,h)/2,v=h.x+r(h,f)/2,d=g.depth||1;return Mi(l,u?function(n){n.x*=e[0],n.y=n.depth*e[1],delete n._tree}:function(n){n.x=(n.x-p)/(v-p)*e[0],n.y=n.depth/d*e[1],delete n._tree}),s}var t=Ko.layout.hierarchy().sort(null).value(null),r=gi,e=[1,1],u=!1;return n.separation=function(t){return arguments.length?(r=t,n):r},n.size=function(t){return arguments.length?(u=null==(e=t),n):u?null:e},n.nodeSize=function(t){return arguments.length?(u=null!=(e=t),n):u?e:null},Gu(n,t)},Ko.layout.pack=function(){function n(n,i){var o=r.call(this,n,i),a=o[0],c=u[0],s=u[1],l=null==t?Math.sqrt:"function"==typeof t?t:function(){return t};if(a.x=a.y=0,Mi(a,function(n){n.r=+l(n.value)}),Mi(a,Ni),e){var f=e*(t?1:Math.max(2*a.r/c,2*a.r/s))/2;Mi(a,function(n){n.r+=f}),Mi(a,Ni),Mi(a,function(n){n.r-=f})}return Li(a,c/2,s/2,t?1:1/Math.max(2*a.r/c,2*a.r/s)),o}var t,r=Ko.layout.hierarchy().sort(Si),e=0,u=[1,1];return n.size=function(t){return arguments.length?(u=t,n):u},n.radius=function(r){return arguments.length?(t=null==r||"function"==typeof r?r:+r,n):t},n.padding=function(t){return arguments.length?(e=+t,n):e},Gu(n,r)},Ko.layout.cluster=function(){function n(n,i){var o,a=t.call(this,n,i),c=a[0],s=0;Mi(c,function(n){var t=n.children;t&&t.length?(n.x=Ri(t),n.y=zi(t)):(n.x=o?s+=r(n,o):0,n.y=0,o=n)});var l=Di(c),f=Pi(c),h=l.x-r(l,f)/2,g=f.x+r(f,l)/2;return Mi(c,u?function(n){n.x=(n.x-c.x)*e[0],n.y=(c.y-n.y)*e[1]}:function(n){n.x=(n.x-h)/(g-h)*e[0],n.y=(1-(c.y?n.y/c.y:1))*e[1]}),a}var t=Ko.layout.hierarchy().sort(null).value(null),r=gi,e=[1,1],u=!1;return n.separation=function(t){return arguments.length?(r=t,n):r},n.size=function(t){return arguments.length?(u=null==(e=t),n):u?null:e},n.nodeSize=function(t){return arguments.length?(u=null!=(e=t),n):u?e:null},Gu(n,t)},Ko.layout.treemap=function(){function n(n,t){for(var r,e,u=-1,i=n.length;i>++u;)e=(r=n[u]).value*(0>t?0:t),r.area=isNaN(e)||0>=e?0:e}function t(r){var i=r.children;if(i&&i.length){var o,a,c,s=f(r),l=[],h=i.slice(),p=1/0,v="slice"===g?s.dx:"dice"===g?s.dy:"slice-dice"===g?1&r.depth?s.dy:s.dx:Math.min(s.dx,s.dy);for(n(h,s.dx*s.dy/r.value),l.area=0;(c=h.length)>0;)l.push(o=h[c-1]),l.area+=o.area,"squarify"!==g||p>=(a=e(l,v))?(h.pop(),p=a):(l.area-=l.pop().area,u(l,v,s,!1),v=Math.min(s.dx,s.dy),l.length=l.area=0,p=1/0);l.length&&(u(l,v,s,!0),l.length=l.area=0),i.forEach(t)}}function r(t){var e=t.children;if(e&&e.length){var i,o=f(t),a=e.slice(),c=[];for(n(a,o.dx*o.dy/t.value),c.area=0;i=a.pop();)c.push(i),c.area+=i.area,null!=i.z&&(u(c,i.z?o.dx:o.dy,o,!a.length),c.length=c.area=0);e.forEach(r)}}function e(n,t){for(var r,e=n.area,u=0,i=1/0,o=-1,a=n.length;a>++o;)(r=n[o].area)&&(i>r&&(i=r),r>u&&(u=r));return e*=e,t*=t,e?Math.max(t*u*p/e,e/(t*i*p)):1/0}function u(n,t,r,e){var u,i=-1,o=n.length,a=r.x,s=r.y,l=t?c(n.area/t):0;if(t==r.dx){for((e||l>r.dy)&&(l=r.dy);o>++i;)u=n[i],u.x=a,u.y=s,u.dy=l,a+=u.dx=Math.min(r.x+r.dx-a,l?c(u.area/l):0);u.z=!0,u.dx+=r.x+r.dx-a,r.y+=l,r.dy-=l}else{for((e||l>r.dx)&&(l=r.dx);o>++i;)u=n[i],u.x=a,u.y=s,u.dx=l,s+=u.dy=Math.min(r.y+r.dy-s,l?c(u.area/l):0);u.z=!1,u.dy+=r.y+r.dy-s,r.x+=l,r.dx-=l}}function i(e){var u=o||a(e),i=u[0];return i.x=0,i.y=0,i.dx=s[0],i.dy=s[1],o&&a.revalue(i),n([i],i.dx*i.dy/i.value),(o?r:t)(i),h&&(o=u),u}var o,a=Ko.layout.hierarchy(),c=Math.round,s=[1,1],l=null,f=Ui,h=!1,g="squarify",p=.5*(1+Math.sqrt(5));return i.size=function(n){return arguments.length?(s=n,i):s},i.padding=function(n){function t(t){var r=n.call(i,t,t.depth);return null==r?Ui(t):ji(t,"number"==typeof r?[r,r,r,r]:r)}function r(t){return ji(t,n)}if(!arguments.length)return l;var e;return f=null==(l=n)?Ui:"function"==(e=typeof n)?t:"number"===e?(n=[n,n,n,n],r):r,i},i.round=function(n){return arguments.length?(c=n?Math.round:Number,i):c!=Number},i.sticky=function(n){return arguments.length?(h=n,o=null,i):h},i.ratio=function(n){return arguments.length?(p=n,i):p},i.mode=function(n){return arguments.length?(g=n+"",i):g},Gu(i,a)},Ko.random={normal:function(n,t){var r=arguments.length;return 2>r&&(t=1),1>r&&(n=0),function(){var r,e,u;do r=2*Math.random()-1,e=2*Math.random()-1,u=r*r+e*e;while(!u||u>1);return n+t*r*Math.sqrt(-2*Math.log(u)/u)}},logNormal:function(){var n=Ko.random.normal.apply(Ko,arguments);return function(){return Math.exp(n())}},bates:function(n){var t=Ko.random.irwinHall(n);return function(){return t()/n}},irwinHall:function(n){return function(){for(var t=0,r=0;n>r;r++)t+=Math.random();return t}}},Ko.scale={};var vs={floor:Nt,ceil:Nt};Ko.scale.linear=function(){return Vi([0,1],[0,1],mu,!1)};var ds={s:1,g:1,p:1,r:1,e:1};Ko.scale.log=function(){return Qi(Ko.scale.linear().domain([0,1]),10,!0,[1,10])};var ms=Ko.format(".0e"),ys={floor:function(n){return-Math.ceil(-n)},ceil:function(n){return-Math.floor(-n)}};Ko.scale.pow=function(){return no(Ko.scale.linear(),1,[0,1])
},Ko.scale.sqrt=function(){return Ko.scale.pow().exponent(.5)},Ko.scale.ordinal=function(){return ro([],{t:"range",a:[[]]})},Ko.scale.category10=function(){return Ko.scale.ordinal().range(xs)},Ko.scale.category20=function(){return Ko.scale.ordinal().range(Ms)},Ko.scale.category20b=function(){return Ko.scale.ordinal().range(_s)},Ko.scale.category20c=function(){return Ko.scale.ordinal().range(bs)};var xs=[2062260,16744206,2924588,14034728,9725885,9197131,14907330,8355711,12369186,1556175].map(yt),Ms=[2062260,11454440,16744206,16759672,2924588,10018698,14034728,16750742,9725885,12955861,9197131,12885140,14907330,16234194,8355711,13092807,12369186,14408589,1556175,10410725].map(yt),_s=[3750777,5395619,7040719,10264286,6519097,9216594,11915115,13556636,9202993,12426809,15186514,15190932,8666169,11356490,14049643,15177372,8077683,10834324,13528509,14589654].map(yt),bs=[3244733,7057110,10406625,13032431,15095053,16616764,16625259,16634018,3253076,7652470,10607003,13101504,7695281,10394312,12369372,14342891,6513507,9868950,12434877,14277081].map(yt);Ko.scale.quantile=function(){return eo([],[])},Ko.scale.quantize=function(){return uo(0,1,[0,1])},Ko.scale.threshold=function(){return io([.5],[0,1])},Ko.scale.identity=function(){return oo([0,1])},Ko.svg={},Ko.svg.arc=function(){function n(){var n=t.apply(this,arguments),i=r.apply(this,arguments),o=e.apply(this,arguments)+ws,a=u.apply(this,arguments)+ws,c=(o>a&&(c=o,o=a,a=c),a-o),s=Aa>c?"0":"1",l=Math.cos(o),f=Math.sin(o),h=Math.cos(a),g=Math.sin(a);return c>=Ss?n?"M0,"+i+"A"+i+","+i+" 0 1,1 0,"+-i+"A"+i+","+i+" 0 1,1 0,"+i+"M0,"+n+"A"+n+","+n+" 0 1,0 0,"+-n+"A"+n+","+n+" 0 1,0 0,"+n+"Z":"M0,"+i+"A"+i+","+i+" 0 1,1 0,"+-i+"A"+i+","+i+" 0 1,1 0,"+i+"Z":n?"M"+i*l+","+i*f+"A"+i+","+i+" 0 "+s+",1 "+i*h+","+i*g+"L"+n*h+","+n*g+"A"+n+","+n+" 0 "+s+",0 "+n*l+","+n*f+"Z":"M"+i*l+","+i*f+"A"+i+","+i+" 0 "+s+",1 "+i*h+","+i*g+"L0,0"+"Z"}var t=ao,r=co,e=so,u=lo;return n.innerRadius=function(r){return arguments.length?(t=Ct(r),n):t},n.outerRadius=function(t){return arguments.length?(r=Ct(t),n):r},n.startAngle=function(t){return arguments.length?(e=Ct(t),n):e},n.endAngle=function(t){return arguments.length?(u=Ct(t),n):u},n.centroid=function(){var n=(t.apply(this,arguments)+r.apply(this,arguments))/2,i=(e.apply(this,arguments)+u.apply(this,arguments))/2+ws;return[Math.cos(i)*n,Math.sin(i)*n]},n};var ws=-La,Ss=qa-Ta;Ko.svg.line=function(){return fo(Nt)};var ks=Ko.map({linear:ho,"linear-closed":go,step:po,"step-before":vo,"step-after":mo,basis:wo,"basis-open":So,"basis-closed":ko,bundle:Eo,cardinal:Mo,"cardinal-open":yo,"cardinal-closed":xo,monotone:To});ks.forEach(function(n,t){t.key=n,t.closed=/-closed$/.test(n)});var Es=[0,2/3,1/3,0],Cs=[0,1/3,2/3,0],Ns=[0,1/6,2/3,1/6];Ko.svg.line.radial=function(){var n=fo(zo);return n.radius=n.x,delete n.x,n.angle=n.y,delete n.y,n},vo.reverse=mo,mo.reverse=vo,Ko.svg.area=function(){return Ro(Nt)},Ko.svg.area.radial=function(){var n=Ro(zo);return n.radius=n.x,delete n.x,n.innerRadius=n.x0,delete n.x0,n.outerRadius=n.x1,delete n.x1,n.angle=n.y,delete n.y,n.startAngle=n.y0,delete n.y0,n.endAngle=n.y1,delete n.y1,n},Ko.svg.chord=function(){function n(n,a){var c=t(this,i,n,a),s=t(this,o,n,a);return"M"+c.p0+e(c.r,c.p1,c.a1-c.a0)+(r(c,s)?u(c.r,c.p1,c.r,c.p0):u(c.r,c.p1,s.r,s.p0)+e(s.r,s.p1,s.a1-s.a0)+u(s.r,s.p1,c.r,c.p0))+"Z"}function t(n,t,r,e){var u=t.call(n,r,e),i=a.call(n,u,e),o=c.call(n,u,e)+ws,l=s.call(n,u,e)+ws;return{r:i,a0:o,a1:l,p0:[i*Math.cos(o),i*Math.sin(o)],p1:[i*Math.cos(l),i*Math.sin(l)]}}function r(n,t){return n.a0==t.a0&&n.a1==t.a1}function e(n,t,r){return"A"+n+","+n+" 0 "+ +(r>Aa)+",1 "+t}function u(n,t,r,e){return"Q 0,0 "+e}var i=ye,o=xe,a=Do,c=so,s=lo;return n.radius=function(t){return arguments.length?(a=Ct(t),n):a},n.source=function(t){return arguments.length?(i=Ct(t),n):i},n.target=function(t){return arguments.length?(o=Ct(t),n):o},n.startAngle=function(t){return arguments.length?(c=Ct(t),n):c},n.endAngle=function(t){return arguments.length?(s=Ct(t),n):s},n},Ko.svg.diagonal=function(){function n(n,u){var i=t.call(this,n,u),o=r.call(this,n,u),a=(i.y+o.y)/2,c=[i,{x:i.x,y:a},{x:o.x,y:a},o];return c=c.map(e),"M"+c[0]+"C"+c[1]+" "+c[2]+" "+c[3]}var t=ye,r=xe,e=Po;return n.source=function(r){return arguments.length?(t=Ct(r),n):t},n.target=function(t){return arguments.length?(r=Ct(t),n):r},n.projection=function(t){return arguments.length?(e=t,n):e},n},Ko.svg.diagonal.radial=function(){var n=Ko.svg.diagonal(),t=Po,r=n.projection;return n.projection=function(n){return arguments.length?r(Uo(t=n)):t},n},Ko.svg.symbol=function(){function n(n,e){return(As.get(t.call(this,n,e))||Fo)(r.call(this,n,e))}var t=Ho,r=jo;return n.type=function(r){return arguments.length?(t=Ct(r),n):t},n.size=function(t){return arguments.length?(r=Ct(t),n):r},n};var As=Ko.map({circle:Fo,cross:function(n){var t=Math.sqrt(n/5)/2;return"M"+-3*t+","+-t+"H"+-t+"V"+-3*t+"H"+t+"V"+-t+"H"+3*t+"V"+t+"H"+t+"V"+3*t+"H"+-t+"V"+t+"H"+-3*t+"Z"},diamond:function(n){var t=Math.sqrt(n/(2*zs)),r=t*zs;return"M0,"+-t+"L"+r+",0"+" 0,"+t+" "+-r+",0"+"Z"},square:function(n){var t=Math.sqrt(n)/2;return"M"+-t+","+-t+"L"+t+","+-t+" "+t+","+t+" "+-t+","+t+"Z"},"triangle-down":function(n){var t=Math.sqrt(n/Ts),r=t*Ts/2;return"M0,"+r+"L"+t+","+-r+" "+-t+","+-r+"Z"},"triangle-up":function(n){var t=Math.sqrt(n/Ts),r=t*Ts/2;return"M0,"+-r+"L"+t+","+r+" "+-t+","+r+"Z"}});Ko.svg.symbolTypes=As.keys();var qs,Ls,Ts=Math.sqrt(3),zs=Math.tan(30*Ra),Rs=[],Ds=0;Rs.call=ba.call,Rs.empty=ba.empty,Rs.node=ba.node,Rs.size=ba.size,Ko.transition=function(n){return arguments.length?qs?n.transition():n:ka.transition()},Ko.transition.prototype=Rs,Rs.select=function(n){var t,r,e,u=this.id,i=[];n=w(n);for(var o=-1,a=this.length;a>++o;){i.push(t=[]);for(var c=this[o],s=-1,l=c.length;l>++s;)(e=c[s])&&(r=n.call(e,e.__data__,s,o))?("__data__"in e&&(r.__data__=e.__data__),Zo(r,s,u,e.__transition__[u]),t.push(r)):t.push(null)}return Oo(i,u)},Rs.selectAll=function(n){var t,r,e,u,i,o=this.id,a=[];n=S(n);for(var c=-1,s=this.length;s>++c;)for(var l=this[c],f=-1,h=l.length;h>++f;)if(e=l[f]){i=e.__transition__[o],r=n.call(e,e.__data__,f,c),a.push(t=[]);for(var g=-1,p=r.length;p>++g;)(u=r[g])&&Zo(u,g,o,i),t.push(u)}return Oo(a,o)},Rs.filter=function(n){var t,r,e,u=[];"function"!=typeof n&&(n=D(n));for(var i=0,o=this.length;o>i;i++){u.push(t=[]);for(var r=this[i],a=0,c=r.length;c>a;a++)(e=r[a])&&n.call(e,e.__data__,a,i)&&t.push(e)}return Oo(u,this.id)},Rs.tween=function(n,t){var r=this.id;return 2>arguments.length?this.node().__transition__[r].tween.get(n):U(this,null==t?function(t){t.__transition__[r].tween.remove(n)}:function(e){e.__transition__[r].tween.set(n,t)})},Rs.attr=function(n,t){function r(){this.removeAttribute(a)}function e(){this.removeAttributeNS(a.space,a.local)}function u(n){return null==n?r:(n+="",function(){var t,r=this.getAttribute(a);return r!==n&&(t=o(r,n),function(n){this.setAttribute(a,t(n))})})}function i(n){return null==n?e:(n+="",function(){var t,r=this.getAttributeNS(a.space,a.local);return r!==n&&(t=o(r,n),function(n){this.setAttributeNS(a.space,a.local,t(n))})})}if(2>arguments.length){for(t in n)this.attr(t,n[t]);return this}var o="transform"==n?Fu:mu,a=Ko.ns.qualify(n);return Io(this,"attr."+n,t,a.local?i:u)},Rs.attrTween=function(n,t){function r(n,r){var e=t.call(this,n,r,this.getAttribute(u));return e&&function(n){this.setAttribute(u,e(n))}}function e(n,r){var e=t.call(this,n,r,this.getAttributeNS(u.space,u.local));return e&&function(n){this.setAttributeNS(u.space,u.local,e(n))}}var u=Ko.ns.qualify(n);return this.tween("attr."+n,u.local?e:r)},Rs.style=function(n,t,r){function e(){this.style.removeProperty(n)}function u(t){return null==t?e:(t+="",function(){var e,u=ea.getComputedStyle(this,null).getPropertyValue(n);return u!==t&&(e=mu(u,t),function(t){this.style.setProperty(n,e(t),r)})})}var i=arguments.length;if(3>i){if("string"!=typeof n){2>i&&(t="");for(r in n)this.style(r,n[r],t);return this}r=""}return Io(this,"style."+n,t,u)},Rs.styleTween=function(n,t,r){function e(e,u){var i=t.call(this,e,u,ea.getComputedStyle(this,null).getPropertyValue(n));return i&&function(t){this.style.setProperty(n,i(t),r)}}return 3>arguments.length&&(r=""),this.tween("style."+n,e)},Rs.text=function(n){return Io(this,"text",n,Yo)},Rs.remove=function(){return this.each("end.transition",function(){var n;2>this.__transition__.count&&(n=this.parentNode)&&n.removeChild(this)})},Rs.ease=function(n){var t=this.id;return 1>arguments.length?this.node().__transition__[t].ease:("function"!=typeof n&&(n=Ko.ease.apply(Ko,arguments)),U(this,function(r){r.__transition__[t].ease=n}))},Rs.delay=function(n){var t=this.id;return 1>arguments.length?this.node().__transition__[t].delay:U(this,"function"==typeof n?function(r,e,u){r.__transition__[t].delay=+n.call(r,r.__data__,e,u)}:(n=+n,function(r){r.__transition__[t].delay=n}))},Rs.duration=function(n){var t=this.id;return 1>arguments.length?this.node().__transition__[t].duration:U(this,"function"==typeof n?function(r,e,u){r.__transition__[t].duration=Math.max(1,n.call(r,r.__data__,e,u))}:(n=Math.max(1,n),function(r){r.__transition__[t].duration=n}))},Rs.each=function(n,t){var r=this.id;if(2>arguments.length){var e=Ls,u=qs;qs=r,U(this,function(t,e,u){Ls=t.__transition__[r],n.call(t,t.__data__,e,u)}),Ls=e,qs=u}else U(this,function(e){var u=e.__transition__[r];(u.event||(u.event=Ko.dispatch("start","end"))).on(n,t)});return this},Rs.transition=function(){for(var n,t,r,e,u=this.id,i=++Ds,o=[],a=0,c=this.length;c>a;a++){o.push(n=[]);for(var t=this[a],s=0,l=t.length;l>s;s++)(r=t[s])&&(e=Object.create(r.__transition__[u]),e.delay+=e.duration,Zo(r,s,i,e)),n.push(r)}return Oo(o,i)},Ko.svg.axis=function(){function n(n){n.each(function(){var n,s=Ko.select(this),l=this.__chart__||r,f=this.__chart__=r.copy(),h=null==c?f.ticks?f.ticks.apply(f,a):f.domain():c,g=null==t?f.tickFormat?f.tickFormat.apply(f,a):Nt:t,p=s.selectAll(".tick").data(h,f),v=p.enter().insert("g",".domain").attr("class","tick").style("opacity",Ta),d=Ko.transition(p.exit()).style("opacity",Ta).remove(),m=Ko.transition(p.order()).style("opacity",1),y=Fi(f),x=s.selectAll(".domain").data([0]),M=(x.enter().append("path").attr("class","domain"),Ko.transition(x));v.append("line"),v.append("text");var _=v.select("line"),b=m.select("line"),w=p.select("text").text(g),S=v.select("text"),k=m.select("text");switch(e){case"bottom":n=Vo,_.attr("y2",u),S.attr("y",Math.max(u,0)+o),b.attr("x2",0).attr("y2",u),k.attr("x",0).attr("y",Math.max(u,0)+o),w.attr("dy",".71em").style("text-anchor","middle"),M.attr("d","M"+y[0]+","+i+"V0H"+y[1]+"V"+i);break;case"top":n=Vo,_.attr("y2",-u),S.attr("y",-(Math.max(u,0)+o)),b.attr("x2",0).attr("y2",-u),k.attr("x",0).attr("y",-(Math.max(u,0)+o)),w.attr("dy","0em").style("text-anchor","middle"),M.attr("d","M"+y[0]+","+-i+"V0H"+y[1]+"V"+-i);break;case"left":n=$o,_.attr("x2",-u),S.attr("x",-(Math.max(u,0)+o)),b.attr("x2",-u).attr("y2",0),k.attr("x",-(Math.max(u,0)+o)).attr("y",0),w.attr("dy",".32em").style("text-anchor","end"),M.attr("d","M"+-i+","+y[0]+"H0V"+y[1]+"H"+-i);break;case"right":n=$o,_.attr("x2",u),S.attr("x",Math.max(u,0)+o),b.attr("x2",u).attr("y2",0),k.attr("x",Math.max(u,0)+o).attr("y",0),w.attr("dy",".32em").style("text-anchor","start"),M.attr("d","M"+i+","+y[0]+"H0V"+y[1]+"H"+i)}if(f.rangeBand){var E=f,C=E.rangeBand()/2;l=f=function(n){return E(n)+C}}else l.rangeBand?l=f:d.call(n,f);v.call(n,l),m.call(n,f)})}var t,r=Ko.scale.linear(),e=Ps,u=6,i=6,o=3,a=[10],c=null;return n.scale=function(t){return arguments.length?(r=t,n):r},n.orient=function(t){return arguments.length?(e=t in Us?t+"":Ps,n):e},n.ticks=function(){return arguments.length?(a=arguments,n):a},n.tickValues=function(t){return arguments.length?(c=t,n):c},n.tickFormat=function(r){return arguments.length?(t=r,n):t},n.tickSize=function(t){var r=arguments.length;return r?(u=+t,i=+arguments[r-1],n):u},n.innerTickSize=function(t){return arguments.length?(u=+t,n):u},n.outerTickSize=function(t){return arguments.length?(i=+t,n):i},n.tickPadding=function(t){return arguments.length?(o=+t,n):o},n.tickSubdivide=function(){return arguments.length&&n},n};var Ps="bottom",Us={top:1,right:1,bottom:1,left:1};Ko.svg.brush=function(){function n(i){i.each(function(){var i=Ko.select(this).style("pointer-events","all").style("-webkit-tap-highlight-color","rgba(0,0,0,0)").on("mousedown.brush",u).on("touchstart.brush",u),o=i.selectAll(".background").data([0]);o.enter().append("rect").attr("class","background").style("visibility","hidden").style("cursor","crosshair"),i.selectAll(".extent").data([0]).enter().append("rect").attr("class","extent").style("cursor","move");var a=i.selectAll(".resize").data(p,Nt);a.exit().remove(),a.enter().append("g").attr("class",function(n){return"resize "+n}).style("cursor",function(n){return js[n]}).append("rect").attr("x",function(n){return/[ew]$/.test(n)?-3:null}).attr("y",function(n){return/^[ns]/.test(n)?-3:null}).attr("width",6).attr("height",6).style("visibility","hidden"),a.style("display",n.empty()?"none":null);var l,f=Ko.transition(i),h=Ko.transition(o);c&&(l=Fi(c),h.attr("x",l[0]).attr("width",l[1]-l[0]),r(f)),s&&(l=Fi(s),h.attr("y",l[0]).attr("height",l[1]-l[0]),e(f)),t(f)})}function t(n){n.selectAll(".resize").attr("transform",function(n){return"translate("+l[+/e$/.test(n)]+","+f[+/^s/.test(n)]+")"})}function r(n){n.select(".extent").attr("x",l[0]),n.selectAll(".extent,.n>rect,.s>rect").attr("width",l[1]-l[0])}function e(n){n.select(".extent").attr("y",f[0]),n.selectAll(".extent,.e>rect,.w>rect").attr("height",f[1]-f[0])}function u(){function u(){32==Ko.event.keyCode&&(N||(y=null,q[0]-=l[1],q[1]-=f[1],N=2),x())}function p(){32==Ko.event.keyCode&&2==N&&(q[0]+=l[1],q[1]+=f[1],N=0,x())}function v(){var n=Ko.mouse(_),u=!1;M&&(n[0]+=M[0],n[1]+=M[1]),N||(Ko.event.altKey?(y||(y=[(l[0]+l[1])/2,(f[0]+f[1])/2]),q[0]=l[+(n[0]<y[0])],q[1]=f[+(n[1]<y[1])]):y=null),E&&d(n,c,0)&&(r(S),u=!0),C&&d(n,s,1)&&(e(S),u=!0),u&&(t(S),w({type:"brush",mode:N?"move":"resize"}))}function d(n,t,r){var e,u,a=Fi(t),c=a[0],s=a[1],p=q[r],v=r?f:l,d=v[1]-v[0];return N&&(c-=p,s-=d+p),e=(r?g:h)?Math.max(c,Math.min(s,n[r])):n[r],N?u=(e+=p)+d:(y&&(p=Math.max(c,Math.min(s,2*y[r]-e))),e>p?(u=e,e=p):u=p),v[0]!=e||v[1]!=u?(r?o=null:i=null,v[0]=e,v[1]=u,!0):void 0}function m(){v(),S.style("pointer-events","all").selectAll(".resize").style("display",n.empty()?"none":null),Ko.select("body").style("cursor",null),L.on("mousemove.brush",null).on("mouseup.brush",null).on("touchmove.brush",null).on("touchend.brush",null).on("keydown.brush",null).on("keyup.brush",null),A(),w({type:"brushend"})}var y,M,_=this,b=Ko.select(Ko.event.target),w=a.of(_,arguments),S=Ko.select(_),k=b.datum(),E=!/^(n|s)$/.test(k)&&c,C=!/^(e|w)$/.test(k)&&s,N=b.classed("extent"),A=Z(),q=Ko.mouse(_),L=Ko.select(ea).on("keydown.brush",u).on("keyup.brush",p);if(Ko.event.changedTouches?L.on("touchmove.brush",v).on("touchend.brush",m):L.on("mousemove.brush",v).on("mouseup.brush",m),S.interrupt().selectAll("*").interrupt(),N)q[0]=l[0]-q[0],q[1]=f[0]-q[1];else if(k){var T=+/w$/.test(k),z=+/^n/.test(k);M=[l[1-T]-q[0],f[1-z]-q[1]],q[0]=l[T],q[1]=f[z]}else Ko.event.altKey&&(y=q.slice());S.style("pointer-events","none").selectAll(".resize").style("display",null),Ko.select("body").style("cursor",b.style("cursor")),w({type:"brushstart"}),v()}var i,o,a=_(n,"brushstart","brush","brushend"),c=null,s=null,l=[0,0],f=[0,0],h=!0,g=!0,p=Hs[0];return n.event=function(n){n.each(function(){var n=a.of(this,arguments),t={x:l,y:f,i:i,j:o},r=this.__chart__||t;this.__chart__=t,qs?Ko.select(this).transition().each("start.brush",function(){i=r.i,o=r.j,l=r.x,f=r.y,n({type:"brushstart"})}).tween("brush:brush",function(){var r=yu(l,t.x),e=yu(f,t.y);return i=o=null,function(u){l=t.x=r(u),f=t.y=e(u),n({type:"brush",mode:"resize"})}}).each("end.brush",function(){i=t.i,o=t.j,n({type:"brush",mode:"resize"}),n({type:"brushend"})}):(n({type:"brushstart"}),n({type:"brush",mode:"resize"}),n({type:"brushend"}))})},n.x=function(t){return arguments.length?(c=t,p=Hs[!c<<1|!s],n):c},n.y=function(t){return arguments.length?(s=t,p=Hs[!c<<1|!s],n):s},n.clamp=function(t){return arguments.length?(c&&s?(h=!!t[0],g=!!t[1]):c?h=!!t:s&&(g=!!t),n):c&&s?[h,g]:c?h:s?g:null},n.extent=function(t){var r,e,u,a,h;return arguments.length?(c&&(r=t[0],e=t[1],s&&(r=r[0],e=e[0]),i=[r,e],c.invert&&(r=c(r),e=c(e)),r>e&&(h=r,r=e,e=h),(r!=l[0]||e!=l[1])&&(l=[r,e])),s&&(u=t[0],a=t[1],c&&(u=u[1],a=a[1]),o=[u,a],s.invert&&(u=s(u),a=s(a)),u>a&&(h=u,u=a,a=h),(u!=f[0]||a!=f[1])&&(f=[u,a])),n):(c&&(i?(r=i[0],e=i[1]):(r=l[0],e=l[1],c.invert&&(r=c.invert(r),e=c.invert(e)),r>e&&(h=r,r=e,e=h))),s&&(o?(u=o[0],a=o[1]):(u=f[0],a=f[1],s.invert&&(u=s.invert(u),a=s.invert(a)),u>a&&(h=u,u=a,a=h))),c&&s?[[r,u],[e,a]]:c?[r,e]:s&&[u,a])},n.clear=function(){return n.empty()||(l=[0,0],f=[0,0],i=o=null),n},n.empty=function(){return!!c&&l[0]==l[1]||!!s&&f[0]==f[1]},Ko.rebind(n,a,"on")};var js={n:"ns-resize",e:"ew-resize",s:"ns-resize",w:"ew-resize",nw:"nwse-resize",ne:"nesw-resize",se:"nwse-resize",sw:"nesw-resize"},Hs=[["n","e","s","w","nw","ne","se","sw"],["e","w"],["n","s"],[]],Fs=oc.format=hc.timeFormat,Os=Fs.utc,Is=Os("%Y-%m-%dT%H:%M:%S.%LZ");Fs.iso=Date.prototype.toISOString&&+new Date("2000-01-01T00:00:00.000Z")?Xo:Is,Xo.parse=function(n){var t=new Date(n);return isNaN(t)?null:t},Xo.toString=Is.toString,oc.second=Ft(function(n){return new ac(1e3*Math.floor(n/1e3))},function(n,t){n.setTime(n.getTime()+1e3*Math.floor(t))},function(n){return n.getSeconds()}),oc.seconds=oc.second.range,oc.seconds.utc=oc.second.utc.range,oc.minute=Ft(function(n){return new ac(6e4*Math.floor(n/6e4))},function(n,t){n.setTime(n.getTime()+6e4*Math.floor(t))},function(n){return n.getMinutes()}),oc.minutes=oc.minute.range,oc.minutes.utc=oc.minute.utc.range,oc.hour=Ft(function(n){var t=n.getTimezoneOffset()/60;return new ac(36e5*(Math.floor(n/36e5-t)+t))},function(n,t){n.setTime(n.getTime()+36e5*Math.floor(t))},function(n){return n.getHours()}),oc.hours=oc.hour.range,oc.hours.utc=oc.hour.utc.range,oc.month=Ft(function(n){return n=oc.day(n),n.setDate(1),n},function(n,t){n.setMonth(n.getMonth()+t)},function(n){return n.getMonth()}),oc.months=oc.month.range,oc.months.utc=oc.month.utc.range;var Ys=[1e3,5e3,15e3,3e4,6e4,3e5,9e5,18e5,36e5,108e5,216e5,432e5,864e5,1728e5,6048e5,2592e6,7776e6,31536e6],Zs=[[oc.second,1],[oc.second,5],[oc.second,15],[oc.second,30],[oc.minute,1],[oc.minute,5],[oc.minute,15],[oc.minute,30],[oc.hour,1],[oc.hour,3],[oc.hour,6],[oc.hour,12],[oc.day,1],[oc.day,2],[oc.week,1],[oc.month,1],[oc.month,3],[oc.year,1]],Vs=Fs.multi([[".%L",function(n){return n.getMilliseconds()}],[":%S",function(n){return n.getSeconds()}],["%I:%M",function(n){return n.getMinutes()}],["%I %p",function(n){return n.getHours()}],["%a %d",function(n){return n.getDay()&&1!=n.getDate()}],["%b %d",function(n){return 1!=n.getDate()}],["%B",function(n){return n.getMonth()}],["%Y",Nr]]),$s={range:function(n,t,r){return Ko.range(Math.ceil(n/r)*r,+t,r).map(Jo)},floor:Nt,ceil:Nt};Zs.year=oc.year,oc.scale=function(){return Bo(Ko.scale.linear(),Zs,Vs)};var Xs=Zs.map(function(n){return[n[0].utc,n[1]]}),Bs=Os.multi([[".%L",function(n){return n.getUTCMilliseconds()}],[":%S",function(n){return n.getUTCSeconds()}],["%I:%M",function(n){return n.getUTCMinutes()}],["%I %p",function(n){return n.getUTCHours()}],["%a %d",function(n){return n.getUTCDay()&&1!=n.getUTCDate()}],["%b %d",function(n){return 1!=n.getUTCDate()}],["%B",function(n){return n.getUTCMonth()}],["%Y",Nr]]);Xs.year=oc.year.utc,oc.scale.utc=function(){return Bo(Ko.scale.linear(),Xs,Bs)},Ko.text=At(function(n){return n.responseText}),Ko.json=function(n,t){return qt(n,"application/json",Wo,t)},Ko.html=function(n,t){return qt(n,"text/html",Go,t)},Ko.xml=At(function(n){return n.responseXML}),"function"==typeof define&&define.amd?define(Ko):"object"==typeof t&&t.exports?t.exports=Ko:this.d3=Ko}()},{}],d3:[function(n,t){t.exports=n("1iv++k")},{}]},{},[]);var hypotrochoid=require("hypotrochoid"),d3=require("d3"),ranged=range(0,500,1),points=ranged.map(function(n){return hypotrochoid(70,[50,70,82.5],n)}),line=d3.svg.line().interpolate("basis").x(function(n){return n[0]}).y(function(n){return n[1]}),svg=d3.select("body").append("svg").attr("width",512).attr("height",512),stamp=svg.append("g").attr("transform","translate(256,256)"),path=stamp.append("path").attr("d",line(points)).attr("stroke","#000").attr("fill","none");setInterval(function(){var n=190*Math.random()+10,t=190*Math.random()+10,r=190*Math.random()+10,e=30+60*Math.random();ranged.forEach(function(u,i){points[i]=hypotrochoid(e,[n,t,r],u)}),path.transition().duration(2500).attr("d",line(points))},2500);
{
"name": "requirebin-sketch",
"version": "1.0.0",
"dependencies": {
"hypotrochoid": "0.0.1",
"d3": "3.4.4"
}
}
<style type='text/css'>html, body { margin: 0; padding: 0; border: 0; }
body, html { height: 100%; width: 100%; }</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment