forked from palantir/plottable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplottable.min.js
8 lines (8 loc) · 229 KB
/
plottable.min.js
1
2
3
4
5
6
7
8
!function(a,b){if("object"==typeof exports)module.exports=b(require,exports,module);else if("function"==typeof define&&define.amd)define(["require","exports","module"],b);else{var c=function(b){return a[b]},d=a,e={exports:d};a.Plottable=b(c,d,e)}}(this,function(a,b,c){var d;!function(a){var b;!function(b){var c;!function(b){function c(a,b,c){return l.min(b,c)<=a&&a<=l.max(b,c)}function d(a,b,c){return l.min(l.max(b,a),c)}function e(a,b,c){var d="function"==typeof b?b:null,e=null==d?b:c,f=null==d?d3.max(a):d3.max(a,d);return void 0!==f?f:e}function f(a,b,c){var d="function"==typeof b?b:null,e=null==d?b:c,f=null==d?d3.min(a):d3.min(a,d);return void 0!==f?f:e}function g(a){return a!==a}function h(b){return"number"==typeof b&&!a.Utils.Math.isNaN(b)&&isFinite(b)}function i(a,b,c){if(void 0===c&&(c=1),0===c)throw new Error("step cannot be 0");for(var d=l.max(l.ceil((b-a)/c),0),e=[],f=0;d>f;++f)e[f]=a+c*f;return e}function j(a,b){return l.pow(b.y-a.y,2)+l.pow(b.x-a.x,2)}function k(a){return a/360*l.PI*2}var l=window.Math;b.inRange=c,b.clamp=d,b.max=e,b.min=f,b.isNaN=g,b.isValidNumber=h,b.range=i,b.distanceSquared=j,b.degreesToRadians=k}(c=b.Math||(b.Math={}))}(b=a.Utils||(a.Utils={}))}(d||(d={}));var d;!function(a){var b;!function(a){var b=function(){function b(){"function"==typeof window.Map?this._es6Map=new window.Map:this._keyValuePairs=[]}return b.prototype.set=function(b,c){if(a.Math.isNaN(b))throw new Error("NaN may not be used as a key to the Map");if(null!=this._es6Map)return this._es6Map.set(b,c),this;for(var d=0;d<this._keyValuePairs.length;d++)if(this._keyValuePairs[d].key===b)return this._keyValuePairs[d].value=c,this;return this._keyValuePairs.push({key:b,value:c}),this},b.prototype.get=function(a){if(null!=this._es6Map)return this._es6Map.get(a);for(var b=0;b<this._keyValuePairs.length;b++)if(this._keyValuePairs[b].key===a)return this._keyValuePairs[b].value},b.prototype.has=function(a){if(null!=this._es6Map)return this._es6Map.has(a);for(var b=0;b<this._keyValuePairs.length;b++)if(this._keyValuePairs[b].key===a)return!0;return!1},b.prototype.forEach=function(a,b){var c=this;if(null!=this._es6Map){var d=function(d,e){return a.call(b,d,e,c)};return void this._es6Map.forEach(d,b)}this._keyValuePairs.forEach(function(d){a.call(b,d.value,d.key,c)})},b.prototype["delete"]=function(a){if(null!=this._es6Map)return this._es6Map["delete"](a);for(var b=0;b<this._keyValuePairs.length;b++)if(this._keyValuePairs[b].key===a)return this._keyValuePairs.splice(b,1),!0;return!1},b}();a.Map=b}(b=a.Utils||(a.Utils={}))}(d||(d={}));var d;!function(a){var b;!function(a){var b=function(){function a(){"function"==typeof window.Set?this._es6Set=new window.Set:this._values=[],this.size=0}return a.prototype.add=function(a){return null!=this._es6Set?(this._es6Set.add(a),this.size=this._es6Set.size,this):(this.has(a)||(this._values.push(a),this.size=this._values.length),this)},a.prototype["delete"]=function(a){if(null!=this._es6Set){var b=this._es6Set["delete"](a);return this.size=this._es6Set.size,b}var c=this._values.indexOf(a);return-1!==c?(this._values.splice(c,1),this.size=this._values.length,!0):!1},a.prototype.has=function(a){return null!=this._es6Set?this._es6Set.has(a):-1!==this._values.indexOf(a)},a.prototype.forEach=function(a,b){var c=this;if(null!=this._es6Set){var d=function(d,e){return a.call(b,d,e,c)};return void this._es6Set.forEach(d,b)}this._values.forEach(function(d){a.call(b,d,d,c)})},a}();a.Set=b}(b=a.Utils||(a.Utils={}))}(d||(d={}));var d;!function(a){var b;!function(a){var b;!function(a){function b(a){var b;try{b=a.node().getBBox()}catch(c){b={x:0,y:0,width:0,height:0}}return b}function c(b){null!=window.requestAnimationFrame?window.requestAnimationFrame(b):setTimeout(b,a.SCREEN_REFRESH_RATE_MILLISECONDS)}function d(a){var b=window.getComputedStyle(a);return m(b,"width")+m(b,"padding-left")+m(b,"padding-right")+m(b,"border-left-width")+m(b,"border-right-width")}function e(a){var b=window.getComputedStyle(a);return m(b,"height")+m(b,"padding-top")+m(b,"padding-bottom")+m(b,"border-top-width")+m(b,"border-bottom-width")}function f(a,b,c){var d=d3.transform(a.attr("transform"));return null==b?d.translate:(c=null==c?0:c,d.translate[0]=b,d.translate[1]=c,a.attr("transform",d.toString()),a)}function g(a,b){return n.floor(a.right)<=n.ceil(b.left)?!1:n.ceil(a.left)>=n.floor(b.right)?!1:n.floor(a.bottom)<=n.ceil(b.top)?!1:n.ceil(a.top)>=n.floor(b.bottom)?!1:!0}function h(a,b){return n.floor(b.left)<=n.ceil(a.left)&&n.floor(b.top)<=n.ceil(a.top)&&n.floor(a.right)<=n.ceil(b.right)&&n.floor(a.bottom)<=n.ceil(b.bottom)}function i(a){var b=a.ownerSVGElement;return null!=b?b:"svg"===a.nodeName.toLowerCase()?a:null}function j(){return"plottableClipPath"+ ++o}function k(a,b,c,d){void 0===d&&(d=.5);var e=l(a),f=l(b);return c.x+c.width>=e.min-d&&c.x<=e.max+d&&c.y+c.height>=f.min-d&&c.y<=f.max+d}function l(a){if("number"==typeof a){var b=a;return{min:b,max:b}}var c=a;if(c instanceof Object&&"min"in c&&"max"in c)return c;throw new Error("input '"+a+"' can't be parsed as an Range")}function m(a,b){var c=a.getPropertyValue(b),d=parseFloat(c);return d||0}var n=window.Math;a.elementBBox=b,a.SCREEN_REFRESH_RATE_MILLISECONDS=1e3/60,a.requestAnimationFramePolyfill=c,a.elementWidth=d,a.elementHeight=e,a.translate=f,a.clientRectsOverlap=g,a.clientRectInside=h,a.boundingSVG=i;var o=0;a.generateUniqueClipPathId=j,a.intersectsBBox=k}(b=a.DOM||(a.DOM={}))}(b=a.Utils||(a.Utils={}))}(d||(d={}));var d;!function(a){var b;!function(a){var b;!function(a){function b(a,b){var c=e(a)+.05,d=e(b)+.05;return c>d?c/d:d/c}function c(a,b){var c=d3.hsl(a).brighter(b);return c.rgb().toString()}function d(a,b){a.classed(b,!0);var c=a.style("background-color");if("transparent"===c)return null;var d=/\((.+)\)/.exec(c)[1].split(",").map(function(a){var b=+a,c=b.toString(16);return 16>b?"0"+c:c});if(4===d.length&&"00"===d[3])return null;var e="#"+d.join("");return a.classed(b,!1),e}function e(a){var b=d3.rgb(a),c=function(a){return a/=255,.03928>=a?a/12.92:f.pow((a+.055)/1.055,2.4)},d=c(b.r),e=c(b.g),g=c(b.b);return.2126*d+.7152*e+.0722*g}var f=window.Math;a.contrast=b,a.lightenColor=c,a.colorTest=d}(b=a.Color||(a.Color={}))}(b=a.Utils||(a.Utils={}))}(d||(d={}));var d;!function(a){var b;!function(a){var b;!function(a){function b(a,b){if(a.length!==b.length)throw new Error("attempted to add arrays of unequal length");return a.map(function(c,d){return a[d]+b[d]})}function c(a){var b=d3.set(),c=[];return a.forEach(function(a){b.has(String(a))||(b.add(String(a)),c.push(a))}),c}function d(a){return f.prototype.concat.apply([],a)}function e(a,b){for(var c=[],d=0;b>d;d++)c[d]="function"==typeof a?a(d):a;return c}var f=window.Array;a.add=b,a.uniq=c,a.flatten=d,a.createFilledArray=e}(b=a.Array||(a.Array={}))}(b=a.Utils||(a.Utils={}))}(d||(d={}));var d,e=this&&this.__extends||function(a,b){function c(){this.constructor=a}for(var d in b)b.hasOwnProperty(d)&&(a[d]=b[d]);a.prototype=null===b?Object.create(b):(c.prototype=b.prototype,new c)};!function(a){var b;!function(a){var b=function(a){function b(){a.apply(this,arguments)}return e(b,a),b.prototype.callCallbacks=function(){for(var a=this,b=[],c=0;c<arguments.length;c++)b[c-0]=arguments[c];return this.forEach(function(c){c.apply(a,b)}),this},b}(a.Set);a.CallbackSet=b}(b=a.Utils||(a.Utils={}))}(d||(d={}));var d;!function(a){var b;!function(a){var b;!function(b){function c(b,c,d){var f=d3.map(),g=d3.map(),h=new a.Map;return b.forEach(function(b){var i=new a.Map;b.data().forEach(function(a,h){var j,k=e(c(a,h,b)),l=+d(a,h,b),m=l>=0?f:g;m.has(k)?(j=m.get(k),m.set(k,j+l)):(j=0,m.set(k,l)),i.set(k,{value:l,offset:j})}),h.set(b,i)}),h}function d(b,c,d){var g=[];b.forEach(function(a,b){b.data().forEach(function(f,h){if(null==d||d(f,h,b)){var i=a.get(e(c(f,h,b)));g.push(i.value+i.offset)}})});var h=a.Math.max(g,0),i=a.Math.min(g,0);return[f.min(i,0),f.max(0,h)]}function e(a){return String(a)}var f=window.Math;b.stack=c,b.stackedExtent=d,b.normalizeKey=e}(b=a.Stacking||(a.Stacking={}))}(b=a.Utils||(a.Utils={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c;!function(c){function d(b){a.Configs.SHOW_WARNINGS&&null!=window.console&&(null!=window.console.warn?console.warn(b):null!=window.console.log&&console.log(b))}function e(a,b){for(var c=[],d=2;d<arguments.length;d++)c[d-2]=arguments[d];return 0===b?(a(c),-1):window.setTimeout(a,b,c)}function f(a,c,d){void 0===d&&(d=""),b.Window.warn("Method "+a+" has been deprecated in version "+c+". Please refer to the release notes. "+d)}c.warn=d,c.setTimeout=e,c.deprecated=f}(c=b.Window||(b.Window={}))}(b=a.Utils||(a.Utils={}))}(d||(d={}));var d;!function(a){var b;!function(a){var b=function(){function b(a){this._svg=a,this._measureRect=document.createElementNS(a.namespaceURI,"rect"),this._measureRect.setAttribute("class","measure-rect"),this._measureRect.setAttribute("style","opacity: 0; visibility: hidden;"),this._measureRect.setAttribute("width","1"),this._measureRect.setAttribute("height","1"),this._svg.appendChild(this._measureRect)}return b.getTranslator=function(c){var d=a.DOM.boundingSVG(c),e=d[b._TRANSLATOR_KEY];return null==e&&(e=new b(d),d[b._TRANSLATOR_KEY]=e),e},b.prototype.computePosition=function(a,b){this._measureRect.setAttribute("x","0"),this._measureRect.setAttribute("y","0");var c=this._measureRect.getBoundingClientRect(),d={x:c.left,y:c.top},e=100;this._measureRect.setAttribute("x",String(e)),this._measureRect.setAttribute("y",String(e)),c=this._measureRect.getBoundingClientRect();var f={x:c.left,y:c.top};if(d.x===f.x||d.y===f.y)return null;var g=(f.x-d.x)/e,h=(f.y-d.y)/e;this._measureRect.setAttribute("x",String((a-d.x)/g)),this._measureRect.setAttribute("y",String((b-d.y)/h)),c=this._measureRect.getBoundingClientRect();var i={x:c.left,y:c.top},j={x:(i.x-d.x)/g,y:(i.y-d.y)/h};return j},b.prototype.insideSVG=function(b){return a.DOM.boundingSVG(b.target)===this._svg},b._TRANSLATOR_KEY="__Plottable_ClientToSVGTranslator",b}();a.ClientToSVGTranslator=b}(b=a.Utils||(a.Utils={}))}(d||(d={}));var d;!function(a){var b;!function(a){a.SHOW_WARNINGS=!0,a.ADD_TITLE_ELEMENTS=!0}(b=a.Configs||(a.Configs={}))}(d||(d={}));var d;!function(a){a.version="2.0.0"}(d||(d={}));var d;!function(a){var b=function(){function b(b,c){void 0===b&&(b=[]),void 0===c&&(c={}),this._data=b,this._metadata=c,this._callbacks=new a.Utils.CallbackSet}return b.prototype.onUpdate=function(a){return this._callbacks.add(a),this},b.prototype.offUpdate=function(a){return this._callbacks["delete"](a),this},b.prototype.data=function(a){return null==a?this._data:(this._data=a,this._callbacks.callCallbacks(this),this)},b.prototype.metadata=function(a){return null==a?this._metadata:(this._metadata=a,this._callbacks.callCallbacks(this),this)},b}();a.Dataset=b}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(){function b(){}return b.prototype.render=function(){a.RenderController.flush()},b}();b.Immediate=c;var d=function(){function b(){}return b.prototype.render=function(){a.Utils.DOM.requestAnimationFramePolyfill(a.RenderController.flush)},b}();b.AnimationFrame=d;var e=function(){function b(){this._timeoutMsec=a.Utils.DOM.SCREEN_REFRESH_RATE_MILLISECONDS}return b.prototype.render=function(){setTimeout(a.RenderController.flush,this._timeoutMsec)},b}();b.Timeout=e}(b=a.RenderPolicies||(a.RenderPolicies={}))}(d||(d={}));var d;!function(a){var b;!function(b){function c(b){if(null==b)return m;switch(b.toLowerCase()){case h.IMMEDIATE:m=new a.RenderPolicies.Immediate;break;case h.ANIMATION_FRAME:m=new a.RenderPolicies.AnimationFrame;break;case h.TIMEOUT:m=new a.RenderPolicies.Timeout;break;default:a.Utils.Window.warn("Unrecognized renderPolicy: "+b)}}function d(b){l&&a.Utils.Window.warn("Registered to render while other components are flushing: request may be ignored"),i.add(b),f()}function e(a){j.add(a),i.add(a),f()}function f(){k||(k=!0,m.render())}function g(){if(k){j.forEach(function(a){return a.computeLayout()}),i.forEach(function(a){return a.render()}),l=!0;var b=new a.Utils.Set;i.forEach(function(a){try{a.renderImmediately()}catch(c){window.setTimeout(function(){throw c},0),b.add(a)}}),j=new a.Utils.Set,i=b,k=!1,l=!1}}var h,i=new a.Utils.Set,j=new a.Utils.Set,k=!1,l=!1;!function(a){a.IMMEDIATE="immediate",a.ANIMATION_FRAME="animationframe",a.TIMEOUT="timeout"}(h=b.Policy||(b.Policy={}));var m=new a.RenderPolicies.AnimationFrame;b.renderPolicy=c,b.registerToRender=d,b.registerToComputeLayout=e,b.flush=g}(b=a.RenderController||(a.RenderController={}))}(d||(d={}));var d;!function(a){var b;!function(a){function b(b,c,d){void 0===b&&(b=2),void 0===c&&(c="$"),void 0===d&&(d=!0);var e=a.fixed(b);return function(a){var b=e(Math.abs(a));return""!==b&&(d?b=c+b:b+=c,0>a&&(b="-"+b)),b}}function c(a){return void 0===a&&(a=3),k(a),function(b){return b.toFixed(a)}}function d(a){return void 0===a&&(a=3),k(a),function(b){if("number"==typeof b){var c=Math.pow(10,a);return String(Math.round(b*c)/c)}return String(b)}}function e(){return function(a){return String(a)}}function f(b){void 0===b&&(b=0);var c=a.fixed(b);return function(a){var b=100*a,d=a.toString(),e=Math.pow(10,d.length-(d.indexOf(".")+1));return b=parseInt((b*e).toString(),10)/e,c(b)+"%"}}function g(a){return void 0===a&&(a=3),k(a),function(b){return d3.format("."+a+"s")(b)}}function h(a){void 0===a&&(a=3),k(a);var b="KMBTQ",c=d3.format("."+a+"e"),d=d3.format("."+a+"f"),e=Math.pow(10,3*(b.length+1)),f=Math.pow(10,-a);return function(a){var g=Math.abs(a);if((f>g||g>=e)&&0!==g)return c(a);for(var h=-1;g>=Math.pow(1e3,h+2)&&h<b.length-1;)h++;var i="";return i=-1===h?d(a):d(a/Math.pow(1e3,h+1))+b[h],(a>0&&"1000"===i.substr(0,4)||0>a&&"-1000"===i.substr(0,5))&&(h<b.length-1?(h++,i=d(a/Math.pow(1e3,h+1))+b[h]):i=c(a)),i}}function i(){var a=8,b={};return b[0]={format:".%L",filter:function(a){return 0!==a.getMilliseconds()}},b[1]={format:":%S",filter:function(a){return 0!==a.getSeconds()}},b[2]={format:"%I:%M",filter:function(a){return 0!==a.getMinutes()}},b[3]={format:"%I %p",filter:function(a){return 0!==a.getHours()}},b[4]={format:"%a %d",filter:function(a){return 0!==a.getDay()&&1!==a.getDate()}},b[5]={format:"%b %d",filter:function(a){return 1!==a.getDate()}},b[6]={format:"%b",filter:function(a){return 0!==a.getMonth()}},b[7]={format:"%Y",filter:function(){return!0}},function(c){for(var d=0;a>d;d++)if(b[d].filter(c))return d3.time.format(b[d].format)(c)}}function j(a){return d3.time.format(a)}function k(a){if(0>a||a>20)throw new RangeError("Formatter precision must be between 0 and 20");if(a!==Math.floor(a))throw new RangeError("Formatter precision must be an integer")}a.currency=b,a.fixed=c,a.general=d,a.identity=e,a.percentage=f,a.siSuffix=g,a.shortScale=h,a.multiTime=i,a.time=j}(b=a.Formatters||(a.Formatters={}))}(d||(d={}));var d;!function(a){var b;!function(a){function b(){return function(a){return d3.svg.symbol().type("circle").size(Math.PI*Math.pow(a/2,2))(null)}}function c(){return function(a){return d3.svg.symbol().type("square").size(Math.pow(a,2))(null)}}function d(){return function(a){return d3.svg.symbol().type("cross").size(5/9*Math.pow(a,2))(null)}}function e(){return function(a){return d3.svg.symbol().type("diamond").size(Math.tan(Math.PI/6)*Math.pow(a,2)/2)(null)}}function f(){return function(a){return d3.svg.symbol().type("triangle-up").size(Math.sqrt(3)*Math.pow(a/2,2))(null)}}function g(){return function(a){return d3.svg.symbol().type("triangle-down").size(Math.sqrt(3)*Math.pow(a/2,2))(null)}}a.circle=b,a.square=c,a.cross=d,a.diamond=e,a.triangleUp=f,a.triangleDown=g}(b=a.SymbolFactories||(a.SymbolFactories={}))}(d||(d={}));var d;!function(a){var b=function(){function b(){this._autoDomainAutomatically=!0,this._domainModificationInProgress=!1,this._callbacks=new a.Utils.CallbackSet,this._includedValuesProviders=new a.Utils.Set}return b.prototype.extentOfValues=function(a){return[]},b.prototype._getAllIncludedValues=function(){var a=this,b=[];return this._includedValuesProviders.forEach(function(c){var d=c(a);b=b.concat(d)}),b},b.prototype._getExtent=function(){return[]},b.prototype.onUpdate=function(a){return this._callbacks.add(a),this},b.prototype.offUpdate=function(a){return this._callbacks["delete"](a),this},b.prototype._dispatchUpdate=function(){this._callbacks.callCallbacks(this)},b.prototype.autoDomain=function(){return this._autoDomainAutomatically=!0,this._setDomain(this._getExtent()),this},b.prototype._autoDomainIfAutomaticMode=function(){this._autoDomainAutomatically&&this.autoDomain()},b.prototype.scale=function(a){throw new Error("Subclasses should override scale")},b.prototype.domain=function(a){return null==a?this._getDomain():(this._autoDomainAutomatically=!1,this._setDomain(a),this)},b.prototype._getDomain=function(){throw new Error("Subclasses should override _getDomain")},b.prototype._setDomain=function(a){this._domainModificationInProgress||(this._domainModificationInProgress=!0,this._setBackingScaleDomain(a),this._dispatchUpdate(),this._domainModificationInProgress=!1)},b.prototype._setBackingScaleDomain=function(a){throw new Error("Subclasses should override _setBackingDomain")},b.prototype.range=function(a){return null==a?this._getRange():(this._setRange(a),this)},b.prototype._getRange=function(){throw new Error("Subclasses should override _getRange")},b.prototype._setRange=function(a){throw new Error("Subclasses should override _setRange")},b.prototype.addIncludedValuesProvider=function(a){return this._includedValuesProviders.add(a),this._autoDomainIfAutomaticMode(),this},b.prototype.removeIncludedValuesProvider=function(a){return this._includedValuesProviders["delete"](a),this._autoDomainIfAutomaticMode(),this},b}();a.Scale=b}(d||(d={}));var d;!function(a){var b=function(b){function c(){b.call(this),this._tickGenerator=function(a){return a.defaultTicks()},this._padProportion=.05,this._snappingDomainEnabled=!0,this._paddingExceptionsProviders=new a.Utils.Set}return e(c,b),c.prototype.autoDomain=function(){return this._domainMin=null,this._domainMax=null,b.prototype.autoDomain.call(this),this},c.prototype._autoDomainIfAutomaticMode=function(){if(null!=this._domainMin&&null!=this._domainMax)return void this._setDomain([this._domainMin,this._domainMax]);var a=this._getExtent();if(null!=this._domainMin){var c=a[1];return this._domainMin>=c&&(c=this._expandSingleValueDomain([this._domainMin,this._domainMin])[1]),void this._setDomain([this._domainMin,c])}if(null!=this._domainMax){var d=a[0];return this._domainMax<=d&&(d=this._expandSingleValueDomain([this._domainMax,this._domainMax])[0]),void this._setDomain([d,this._domainMax])}b.prototype._autoDomainIfAutomaticMode.call(this)},c.prototype._getExtent=function(){var b=this._getAllIncludedValues(),c=this._defaultExtent();if(0!==b.length){var d=[a.Utils.Math.min(b,c[0]),a.Utils.Math.max(b,c[1])];c=this._padDomain(d)}return null!=this._domainMin&&(c[0]=this._domainMin),null!=this._domainMax&&(c[1]=this._domainMax),c},c.prototype.addPaddingExceptionsProvider=function(a){return this._paddingExceptionsProviders.add(a),this._autoDomainIfAutomaticMode(),this},c.prototype.removePaddingExceptionsProvider=function(a){return this._paddingExceptionsProviders["delete"](a),this._autoDomainIfAutomaticMode(),this},c.prototype.padProportion=function(a){if(null==a)return this._padProportion;if(0>a)throw new Error("padProportion must be non-negative");return this._padProportion=a,this._autoDomainIfAutomaticMode(),this},c.prototype._padDomain=function(a){var b=this;if(a[0].valueOf()===a[1].valueOf())return this._expandSingleValueDomain(a);if(0===this._padProportion)return a;var c=this._padProportion/2,d=a[0],e=a[1],f=!1,g=!1;this._paddingExceptionsProviders.forEach(function(a){var c=a(b);c.forEach(function(a){a.valueOf()===d.valueOf()&&(f=!0),a.valueOf()===e.valueOf()&&(g=!0)})});var h=this._getDomain();this._setBackingScaleDomain(a);var i=f?d:this.invert(this.scale(d)-(this.scale(e)-this.scale(d))*c),j=g?e:this.invert(this.scale(e)+(this.scale(e)-this.scale(d))*c);return this._setBackingScaleDomain(h),this._snappingDomainEnabled?this._niceDomain([i,j]):[i,j]},c.prototype.snappingDomainEnabled=function(a){return null==a?this._snappingDomainEnabled:(this._snappingDomainEnabled=a,this._autoDomainIfAutomaticMode(),this)},c.prototype._expandSingleValueDomain=function(a){return a},c.prototype.invert=function(a){throw new Error("Subclasses should override invert")},c.prototype.domain=function(a){return null!=a&&(this._domainMin=a[0],this._domainMax=a[1]),b.prototype.domain.call(this,a)},c.prototype.domainMin=function(a){return null==a?this.domain()[0]:(this._domainMin=a,this._autoDomainIfAutomaticMode(),this)},c.prototype.domainMax=function(a){return null==a?this.domain()[1]:(this._domainMax=a,this._autoDomainIfAutomaticMode(),this)},c.prototype.extentOfValues=function(b){var c=d3.extent(b.filter(function(b){return a.Utils.Math.isValidNumber(+b)}));return null==c[0]||null==c[1]?[]:c},c.prototype._setDomain=function(c){var d=function(b){return a.Utils.Math.isNaN(b)||b===1/0||b===-(1/0)};return d(c[0])||d(c[1])?void a.Utils.Window.warn("Warning: QuantitativeScales cannot take NaN or Infinity as a domain value. Ignoring."):void b.prototype._setDomain.call(this,c)},c.prototype.defaultTicks=function(){throw new Error("Subclasses should override _getDefaultTicks")},c.prototype.ticks=function(){return this._tickGenerator(this)},c.prototype._niceDomain=function(a,b){throw new Error("Subclasses should override _niceDomain")},c.prototype._defaultExtent=function(){throw new Error("Subclasses should override _defaultExtent")},c.prototype.tickGenerator=function(a){return null==a?this._tickGenerator:(this._tickGenerator=a,this)},c._DEFAULT_NUM_TICKS=10,c}(a.Scale);a.QuantitativeScale=b}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(a){function c(){a.call(this),this._d3Scale=d3.scale.linear()}return e(c,a),c.prototype._defaultExtent=function(){return[0,1]},c.prototype._expandSingleValueDomain=function(a){return a[0]===a[1]?[a[0]-1,a[1]+1]:a},c.prototype.scale=function(a){return this._d3Scale(a)},c.prototype._getDomain=function(){return this._d3Scale.domain()},c.prototype._setBackingScaleDomain=function(a){this._d3Scale.domain(a)},c.prototype._getRange=function(){return this._d3Scale.range()},c.prototype._setRange=function(a){this._d3Scale.range(a)},c.prototype.invert=function(a){return this._d3Scale.invert(a)},c.prototype.defaultTicks=function(){return this._d3Scale.ticks(b.Linear._DEFAULT_NUM_TICKS)},c.prototype._niceDomain=function(a,b){return this._d3Scale.copy().domain(a).nice(b).domain()},c}(a.QuantitativeScale);b.Linear=c}(b=a.Scales||(a.Scales={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(c){function d(a){if(void 0===a&&(a=10),c.call(this),this._d3Scale=d3.scale.linear(),this._base=a,this._pivot=this._base,this._setDomain(this._defaultExtent()),1>=a)throw new Error("ModifiedLogScale: The base must be > 1")}return e(d,c),d.prototype._adjustedLog=function(a){var b=0>a?-1:1;return a*=b,a<this._pivot&&(a+=(this._pivot-a)/this._pivot),a=Math.log(a)/Math.log(this._base),a*=b},d.prototype._invertedAdjustedLog=function(a){var b=0>a?-1:1;return a*=b,a=Math.pow(this._base,a),a<this._pivot&&(a=this._pivot*(a-1)/(this._pivot-1)),a*=b},d.prototype.scale=function(a){return this._d3Scale(this._adjustedLog(a))},d.prototype.invert=function(a){return this._invertedAdjustedLog(this._d3Scale.invert(a))},d.prototype._getDomain=function(){return this._untransformedDomain},d.prototype._setDomain=function(a){this._untransformedDomain=a;var b=[this._adjustedLog(a[0]),this._adjustedLog(a[1])];c.prototype._setDomain.call(this,b)},d.prototype._setBackingScaleDomain=function(a){this._d3Scale.domain(a)},d.prototype.ticks=function(){var c=function(a,b,c){return[a,b,c].sort(function(a,b){return a-b})[1]},d=a.Utils.Math.min(this._untransformedDomain,0),e=a.Utils.Math.max(this._untransformedDomain,0),f=d,g=c(d,e,-this._pivot),h=c(d,e,this._pivot),i=e,j=this._logTicks(-g,-f).map(function(a){return-a}).reverse(),k=this._logTicks(h,i),l=Math.max(d,-this._pivot),m=Math.min(e,this._pivot),n=d3.scale.linear().domain([l,m]).ticks(this._howManyTicks(l,m)),o=j.concat(n).concat(k);return o.length<=1&&(o=d3.scale.linear().domain([d,e]).ticks(b.ModifiedLog._DEFAULT_NUM_TICKS)),o},d.prototype._logTicks=function(b,c){var d=this,e=this._howManyTicks(b,c);if(0===e)return[];var f=Math.floor(Math.log(b)/Math.log(this._base)),g=Math.ceil(Math.log(c)/Math.log(this._base)),h=d3.range(g,f,-Math.ceil((g-f)/e)),i=d3.range(this._base,1,-(this._base-1)).map(Math.floor),j=a.Utils.Array.uniq(i),k=h.map(function(a){return j.map(function(b){return Math.pow(d._base,a-1)*b})}),l=a.Utils.Array.flatten(k),m=l.filter(function(a){return a>=b&&c>=a}),n=m.sort(function(a,b){return a-b});return n},d.prototype._howManyTicks=function(c,d){var e=this._adjustedLog(a.Utils.Math.min(this._untransformedDomain,0)),f=this._adjustedLog(a.Utils.Math.max(this._untransformedDomain,0)),g=this._adjustedLog(c),h=this._adjustedLog(d),i=(h-g)/(f-e),j=Math.ceil(i*b.ModifiedLog._DEFAULT_NUM_TICKS);return j},d.prototype._niceDomain=function(a,b){return a},d.prototype._defaultExtent=function(){return[0,this._base]},d.prototype._expandSingleValueDomain=function(a){if(a[0]===a[1]){var b=a[0];return b>0?[b/this._base,b*this._base]:0===b?[-this._base,this._base]:[b*this._base,b/this._base]}return a},d.prototype._getRange=function(){return this._d3Scale.range()},d.prototype._setRange=function(a){this._d3Scale.range(a)},d.prototype.defaultTicks=function(){return this._d3Scale.ticks(b.ModifiedLog._DEFAULT_NUM_TICKS)},d}(a.QuantitativeScale);b.ModifiedLog=c}(b=a.Scales||(a.Scales={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(b){function c(){b.call(this),this._range=[0,1],this._d3Scale=d3.scale.ordinal();var a=.3;this._innerPadding=c._convertToPlottableInnerPadding(a),this._outerPadding=c._convertToPlottableOuterPadding(.5,a)}return e(c,b),c.prototype.extentOfValues=function(b){return a.Utils.Array.uniq(b)},c.prototype._getExtent=function(){return a.Utils.Array.uniq(this._getAllIncludedValues())},c.prototype.domain=function(a){return b.prototype.domain.call(this,a)},c.prototype._setDomain=function(a){b.prototype._setDomain.call(this,a),this.range(this.range())},c.prototype.range=function(a){if(null==a)return this._range;this._range=a;var b=1-1/(1+this.innerPadding()),c=this.outerPadding()/(1+this.innerPadding());return this._d3Scale.rangeBands(a,b,c),this},c._convertToPlottableInnerPadding=function(a){return 1/(1-a)-1},c._convertToPlottableOuterPadding=function(a,b){return a/(1-b)},c.prototype.rangeBand=function(){return this._d3Scale.rangeBand()},c.prototype.stepWidth=function(){return this.rangeBand()*(1+this.innerPadding())},c.prototype.innerPadding=function(a){return null==a?this._innerPadding:(this._innerPadding=a,this.range(this.range()),this._dispatchUpdate(),this)},c.prototype.outerPadding=function(a){return null==a?this._outerPadding:(this._outerPadding=a,this.range(this.range()),this._dispatchUpdate(),this)},c.prototype.scale=function(a){return this._d3Scale(a)+this.rangeBand()/2},c.prototype._getDomain=function(){return this._d3Scale.domain()},c.prototype._setBackingScaleDomain=function(a){this._d3Scale.domain(a)},c.prototype._getRange=function(){return this._d3Scale.range()},c.prototype._setRange=function(a){this._d3Scale.range(a)},c}(a.Scale);b.Category=c}(b=a.Scales||(a.Scales={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(b){function c(a){b.call(this);var d;switch(a){case null:case void 0:null==c._plottableColorCache&&(c._plottableColorCache=c._getPlottableColors()),d=d3.scale.ordinal().range(c._plottableColorCache);break;case"Category10":case"category10":case"10":d=d3.scale.category10();break;case"Category20":case"category20":case"20":d=d3.scale.category20();break;case"Category20b":case"category20b":case"20b":d=d3.scale.category20b();break;case"Category20c":case"category20c":case"20c":d=d3.scale.category20c();break;default:throw new Error("Unsupported ColorScale type")}this._d3Scale=d}return e(c,b),c.prototype.extentOfValues=function(b){return a.Utils.Array.uniq(b)},c.prototype._getExtent=function(){return a.Utils.Array.uniq(this._getAllIncludedValues())},c.invalidateColorCache=function(){c._plottableColorCache=null},c._getPlottableColors=function(){for(var b,c=[],d=d3.select("body").append("plottable-color-tester"),e=a.Utils.Color.colorTest(d,""),f=0;null!==(b=a.Utils.Color.colorTest(d,"plottable-colors-"+f))&&f<this._MAXIMUM_COLORS_FROM_CSS&&(b!==e||b!==c[c.length-1]);)c.push(b),f++;return d.remove(),c},c.prototype.scale=function(b){var d=this._d3Scale(b),e=this.domain().indexOf(b),f=Math.floor(e/this.range().length),g=Math.log(f*c._LOOP_LIGHTEN_FACTOR+1);return a.Utils.Color.lightenColor(d,g)},c.prototype._getDomain=function(){return this._d3Scale.domain()},c.prototype._setBackingScaleDomain=function(a){this._d3Scale.domain(a)},c.prototype._getRange=function(){return this._d3Scale.range()},c.prototype._setRange=function(a){this._d3Scale.range(a)},c._LOOP_LIGHTEN_FACTOR=1.6,c._MAXIMUM_COLORS_FROM_CSS=256,c}(a.Scale);b.Color=c}(b=a.Scales||(a.Scales={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(c){function d(){c.call(this),this._d3Scale=d3.time.scale(),this.autoDomain()}return e(d,c),d.prototype.tickInterval=function(a,b){var c=d3.time.scale(),e=d.timeIntervalToD3Time(a);return c.domain(this.domain()),c.range(this.range()),c.ticks(e,b)},d.prototype._setDomain=function(a){if(a[1]<a[0])throw new Error("Scale.Time domain values must be in chronological order");return c.prototype._setDomain.call(this,a)},d.prototype._defaultExtent=function(){return[new Date("1970-01-01"),new Date("1970-01-02")]},d.prototype._expandSingleValueDomain=function(a){var b=a[0].getTime(),c=a[1].getTime();if(b===c){var d=new Date(b);d.setDate(d.getDate()-1);var e=new Date(c);return e.setDate(e.getDate()+1),[d,e]}return a},d.prototype.scale=function(a){return this._d3Scale(a)},d.prototype._getDomain=function(){return this._d3Scale.domain()},d.prototype._setBackingScaleDomain=function(a){this._d3Scale.domain(a)},d.prototype._getRange=function(){return this._d3Scale.range()},d.prototype._setRange=function(a){this._d3Scale.range(a)},d.prototype.invert=function(a){return this._d3Scale.invert(a)},d.prototype.defaultTicks=function(){return this._d3Scale.ticks(b.Time._DEFAULT_NUM_TICKS)},d.prototype._niceDomain=function(a){return this._d3Scale.copy().domain(a).nice().domain()},d.timeIntervalToD3Time=function(b){switch(b){case a.TimeInterval.second:return d3.time.second;case a.TimeInterval.minute:return d3.time.minute;case a.TimeInterval.hour:return d3.time.hour;case a.TimeInterval.day:return d3.time.day;case a.TimeInterval.week:return d3.time.week;case a.TimeInterval.month:return d3.time.month;case a.TimeInterval.year:return d3.time.year;default:throw Error("TimeInterval specified does not exist: "+b)}},d}(a.QuantitativeScale);b.Time=c}(b=a.Scales||(a.Scales={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(b){function c(a){switch(void 0===a&&(a="linear"),b.call(this),a){case"linear":this._colorScale=d3.scale.linear();break;case"log":this._colorScale=d3.scale.log();break;case"sqrt":this._colorScale=d3.scale.sqrt();break;case"pow":this._colorScale=d3.scale.pow()}if(null==this._colorScale)throw new Error("unknown QuantitativeScale scale type "+a);this.range(c.REDS)}return e(c,b),c.prototype.extentOfValues=function(a){var b=d3.extent(a);return null==b[0]||null==b[1]?[]:b},c.prototype._d3InterpolatedScale=function(){return this._colorScale.range([0,1]).interpolate(this._interpolateColors())},c.prototype._interpolateColors=function(){var a=this._colorRange;if(a.length<2)throw new Error("Color scale arrays must have at least two elements.");return function(b,c){return function(b){b=Math.max(0,Math.min(1,b));var c=b*(a.length-1),d=Math.floor(c),e=Math.ceil(c),f=c-d;return d3.interpolateLab(a[d],a[e])(f)}}},c.prototype._resetScale=function(){this._d3Scale=this._d3InterpolatedScale(),
this._autoDomainIfAutomaticMode(),this._dispatchUpdate()},c.prototype.autoDomain=function(){var b=this._getAllIncludedValues();return b.length>0&&this._setDomain([a.Utils.Math.min(b,0),a.Utils.Math.max(b,0)]),this},c.prototype.scale=function(a){return this._d3Scale(a)},c.prototype._getDomain=function(){return this._d3Scale.domain()},c.prototype._setBackingScaleDomain=function(a){this._d3Scale.domain(a)},c.prototype._getRange=function(){return this._colorRange},c.prototype._setRange=function(a){this._colorRange=a,this._resetScale()},c.REDS=["#FFFFFF","#FFF6E1","#FEF4C0","#FED976","#FEB24C","#FD8D3C","#FC4E2A","#E31A1C","#B10026"],c.BLUES=["#FFFFFF","#CCFFFF","#A5FFFD","#85F7FB","#6ED3EF","#55A7E0","#417FD0","#2545D3","#0B02E1"],c.POSNEG=["#0B02E1","#2545D3","#417FD0","#55A7E0","#6ED3EF","#85F7FB","#A5FFFD","#CCFFFF","#FFFFFF","#FFF6E1","#FEF4C0","#FED976","#FEB24C","#FD8D3C","#FC4E2A","#E31A1C","#B10026"],c}(a.Scale);b.InterpolatedColor=c}(b=a.Scales||(a.Scales={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c;!function(b){function c(b){if(0>=b)throw new Error("interval must be positive number");return function(c){var d=c.domain(),e=Math.min(d[0],d[1]),f=Math.max(d[0],d[1]),g=Math.ceil(e/b)*b,h=Math.floor((f-g)/b)+1,i=e%b===0?[]:[e],j=a.Utils.Math.range(0,h).map(function(a){return g+a*b}),k=f%b===0?[]:[f];return i.concat(j).concat(k)}}function d(){return function(a){var b=a.defaultTicks();return b.filter(function(a,c){return a%1===0||0===c||c===b.length-1})}}b.intervalTickGenerator=c,b.integerTickGenerator=d}(c=b.TickGenerators||(b.TickGenerators={}))}(b=a.Scales||(a.Scales={}))}(d||(d={}));var d;!function(a){var b=function(){function b(a){this._cachedSelectionValid=!1,this._dataset=a}return b.prototype.renderArea=function(a){return null==a?this._renderArea:(this._renderArea=a,this._cachedSelectionValid=!1,this)},b.prototype.remove=function(){null!=this.renderArea()&&this.renderArea().remove()},b.prototype._bindSelectionData=function(a){var b=this.selection().data(a);b.enter().append(this._svgElementName),b.exit().remove(),this._applyDefaultAttributes(b)},b.prototype._applyDefaultAttributes=function(a){null!=this._className&&a.classed(this._className,!0)},b.prototype._drawStep=function(a){var b=this.selection(),c=["fill","stroke"];c.forEach(function(c){null!=a.attrToAppliedProjector[c]&&b.attr(c,a.attrToAppliedProjector[c])}),a.animator.animate(b,a.attrToAppliedProjector),null!=this._className&&this.selection().classed(this._className,!0)},b.prototype._appliedProjectors=function(a){var b=this,c={};return Object.keys(a).forEach(function(d){c[d]=function(c,e){return a[d](c,e,b._dataset)}}),c},b.prototype.totalDrawTime=function(a,b){var c=0;return b.forEach(function(b,d){c+=b.animator.totalTime(a.length)}),c},b.prototype.draw=function(b,c){var d=this,e=c.map(function(a){var b=d._appliedProjectors(a.attrToProjector);return{attrToAppliedProjector:b,animator:a.animator}});this._bindSelectionData(b),this._cachedSelectionValid=!1;var f=0;return e.forEach(function(c,e){a.Utils.Window.setTimeout(function(){return d._drawStep(c)},f),f+=c.animator.totalTime(b.length)}),this},b.prototype.selection=function(){return this._cachedSelectionValid||(this._cachedSelection=this.renderArea().selectAll(this.selector()),this._cachedSelectionValid=!0),this._cachedSelection},b.prototype.selector=function(){return this._svgElementName},b.prototype.selectionForIndex=function(a){return d3.select(this.selection()[0][a])},b}();a.Drawer=b}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(a){function b(b){a.call(this,b),this._className="line",this._svgElementName="path"}return e(b,a),b.prototype._applyDefaultAttributes=function(b){a.prototype._applyDefaultAttributes.call(this,b),b.style("fill","none")},b.prototype.selectionForIndex=function(a){return d3.select(this.selection()[0][0])},b}(a.Drawer);b.Line=c}(b=a.Drawers||(a.Drawers={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(a){function b(b){a.call(this,b),this._className="area",this._svgElementName="path"}return e(b,a),b.prototype._applyDefaultAttributes=function(b){a.prototype._applyDefaultAttributes.call(this,b),b.style("stroke","none")},b.prototype.selectionForIndex=function(a){return d3.select(this.selection()[0][0])},b}(a.Drawer);b.Area=c}(b=a.Drawers||(a.Drawers={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(a){function b(b){a.call(this,b),this._svgElementName="rect"}return e(b,a),b}(a.Drawer);b.Rectangle=c}(b=a.Drawers||(a.Drawers={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(a){function b(b){a.call(this,b),this._className="arc fill",this._svgElementName="path"}return e(b,a),b.prototype._applyDefaultAttributes=function(b){a.prototype._applyDefaultAttributes.call(this,b),b.style("stroke","none")},b}(a.Drawer);b.Arc=c}(b=a.Drawers||(a.Drawers={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(a){function b(b){a.call(this,b),this._className="arc outline",this._svgElementName="path"}return e(b,a),b.prototype._applyDefaultAttributes=function(b){a.prototype._applyDefaultAttributes.call(this,b),b.style("fill","none")},b}(a.Drawer);b.ArcOutline=c}(b=a.Drawers||(a.Drawers={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(a){function b(b){a.call(this,b),this._svgElementName="path",this._className="symbol"}return e(b,a),b}(a.Drawer);b.Symbol=c}(b=a.Drawers||(a.Drawers={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(a){function b(b){a.call(this,b),this._svgElementName="line"}return e(b,a),b}(a.Drawer);b.Segment=c}(b=a.Drawers||(a.Drawers={}))}(d||(d={}));var d;!function(a){var b;!function(a){var b=function(){function a(){}return a.TOP="top",a.BOTTOM="bottom",a.LEFT="left",a.RIGHT="right",a.CENTER="center",a}();a.Alignment=b}(b=a.Components||(a.Components={}));var c=function(){function b(){this._clipPathEnabled=!1,this._origin={x:0,y:0},this._xAlignment="left",this._yAlignment="top",this._isSetup=!1,this._isAnchored=!1,this._boxes=[],this._isTopLevelComponent=!1,this._cssClasses=new a.Utils.Set,this._destroyed=!1,this._onAnchorCallbacks=new a.Utils.CallbackSet,this._onDetachCallbacks=new a.Utils.CallbackSet,this._cssClasses.add("component")}return b.prototype.anchor=function(a){if(this._destroyed)throw new Error("Can't reuse destroy()-ed Components!");if(this._isTopLevelComponent="svg"===a.node().nodeName.toLowerCase(),this._isTopLevelComponent){this._rootSVG=a,this._rootSVG.classed("plottable",!0),this._rootSVG.style("overflow","visible");var c=this._rootSVG.select("."+b._SAFARI_EVENT_BACKING_CLASS);c.empty()&&this._rootSVG.append("rect").classed(b._SAFARI_EVENT_BACKING_CLASS,!0).attr({x:0,y:0,width:"100%",height:"100%"}).style("opacity",0)}return null!=this._element?a.node().appendChild(this._element.node()):(this._element=a.append("g"),this._setup()),this._isAnchored=!0,this._onAnchorCallbacks.callCallbacks(this),this},b.prototype.onAnchor=function(a){return this._isAnchored&&a(this),this._onAnchorCallbacks.add(a),this},b.prototype.offAnchor=function(a){return this._onAnchorCallbacks["delete"](a),this},b.prototype._setup=function(){var b=this;this._isSetup||(this._cssClasses.forEach(function(a){b._element.classed(a,!0)}),this._cssClasses=new a.Utils.Set,this._backgroundContainer=this._element.append("g").classed("background-container",!0),this._addBox("background-fill",this._backgroundContainer),this._content=this._element.append("g").classed("content",!0),this._foregroundContainer=this._element.append("g").classed("foreground-container",!0),this._boxContainer=this._element.append("g").classed("box-container",!0),this._clipPathEnabled&&this._generateClipPath(),this._boundingBox=this._addBox("bounding-box"),this._isSetup=!0)},b.prototype.requestedSpace=function(a,b){return{minWidth:0,minHeight:0}},b.prototype.computeLayout=function(c,d,e){var f=this;if(null==c||null==d||null==e){if(null==this._element)throw new Error("anchor() must be called before computeLayout()");if(!this._isTopLevelComponent)throw new Error("null arguments cannot be passed to computeLayout() on a non-root node");c={x:0,y:0},null==this._rootSVG.attr("width")&&this._rootSVG.attr("width","100%"),null==this._rootSVG.attr("height")&&this._rootSVG.attr("height","100%");var g=this._rootSVG.node();d=a.Utils.DOM.elementWidth(g),e=a.Utils.DOM.elementHeight(g)}var h=this._sizeFromOffer(d,e);this._width=h.width,this._height=h.height;var i=b._xAlignToProportion[this._xAlignment],j=b._yAlignToProportion[this._yAlignment];return this._origin={x:c.x+(d-this.width())*i,y:c.y+(e-this.height())*j},this._element.attr("transform","translate("+this._origin.x+","+this._origin.y+")"),this._boxes.forEach(function(a){return a.attr("width",f.width()).attr("height",f.height())}),this},b.prototype._sizeFromOffer=function(a,b){var c=this.requestedSpace(a,b);return{width:this.fixedWidth()?Math.min(a,c.minWidth):a,height:this.fixedHeight()?Math.min(b,c.minHeight):b}},b.prototype.render=function(){return this._isAnchored&&this._isSetup&&this.width()>=0&&this.height()>=0&&a.RenderController.registerToRender(this),this},b.prototype._scheduleComputeLayout=function(){this._isAnchored&&this._isSetup&&a.RenderController.registerToComputeLayout(this)},b.prototype.renderImmediately=function(){return this._clipPathEnabled&&this._updateClipPath(),this},b.prototype.redraw=function(){return this._isAnchored&&this._isSetup&&(this._isTopLevelComponent?this._scheduleComputeLayout():this.parent().redraw()),this},b.prototype.renderTo=function(b){if(this.detach(),null!=b){var c;if(c="string"==typeof b?d3.select(b):b instanceof Element?d3.select(b):b,!c.node()||"svg"!==c.node().nodeName.toLowerCase())throw new Error("Plottable requires a valid SVG to renderTo");this.anchor(c)}if(null==this._element)throw new Error("If a Component has never been rendered before, then renderTo must be given a node to render to, or a d3.Selection, or a selector string");return this.computeLayout(),this.render(),a.RenderController.flush(),this},b.prototype.xAlignment=function(a){if(null==a)return this._xAlignment;if(a=a.toLowerCase(),null==b._xAlignToProportion[a])throw new Error("Unsupported alignment: "+a);return this._xAlignment=a,this.redraw(),this},b.prototype.yAlignment=function(a){if(null==a)return this._yAlignment;if(a=a.toLowerCase(),null==b._yAlignToProportion[a])throw new Error("Unsupported alignment: "+a);return this._yAlignment=a,this.redraw(),this},b.prototype._addBox=function(a,b){if(null==this._element)throw new Error("Adding boxes before anchoring is currently disallowed");b=null==b?this._boxContainer:b;var c=b.append("rect");return null!=a&&c.classed(a,!0),this._boxes.push(c),null!=this.width()&&null!=this.height()&&c.attr("width",this.width()).attr("height",this.height()),c},b.prototype._generateClipPath=function(){this._clipPathID=a.Utils.DOM.generateUniqueClipPathId();var b=this._boxContainer.append("clipPath").attr("id",this._clipPathID);this._addBox("clip-rect",b),this._updateClipPath()},b.prototype._updateClipPath=function(){var a=/MSIE [5-9]/.test(navigator.userAgent)?"":document.location.href;a=a.split("#")[0],this._element.attr("clip-path",'url("'+a+"#"+this._clipPathID+'")')},b.prototype.hasClass=function(a){return null==a?!1:null==this._element?this._cssClasses.has(a):this._element.classed(a)},b.prototype.addClass=function(a){return null==a?this:(null==this._element?this._cssClasses.add(a):this._element.classed(a,!0),this)},b.prototype.removeClass=function(a){return null==a?this:(null==this._element?this._cssClasses["delete"](a):this._element.classed(a,!1),this)},b.prototype.fixedWidth=function(){return!1},b.prototype.fixedHeight=function(){return!1},b.prototype.detach=function(){return this.parent(null),this._isAnchored&&(this._element.remove(),this._isTopLevelComponent&&this._rootSVG.select("."+b._SAFARI_EVENT_BACKING_CLASS).remove()),this._isAnchored=!1,this._onDetachCallbacks.callCallbacks(this),this},b.prototype.onDetach=function(a){return this._onDetachCallbacks.add(a),this},b.prototype.offDetach=function(a){return this._onDetachCallbacks["delete"](a),this},b.prototype.parent=function(a){if(void 0===a)return this._parent;if(null!==a&&!a.has(this))throw new Error("Passed invalid parent");return this._parent=a,this},b.prototype.destroy=function(){this._destroyed=!0,this.detach()},b.prototype.width=function(){return this._width},b.prototype.height=function(){return this._height},b.prototype.origin=function(){return{x:this._origin.x,y:this._origin.y}},b.prototype.originToSVG=function(){for(var a=this.origin(),b=this.parent();null!=b;){var c=b.origin();a.x+=c.x,a.y+=c.y,b=b.parent()}return a},b.prototype.foreground=function(){return this._foregroundContainer},b.prototype.content=function(){return this._content},b.prototype.background=function(){return this._backgroundContainer},b._xAlignToProportion={left:0,center:.5,right:1},b._yAlignToProportion={top:0,center:.5,bottom:1},b._SAFARI_EVENT_BACKING_CLASS="safari-event-backing",b}();a.Component=c}(d||(d={}));var d;!function(a){var b=function(a){function b(){var b=this;a.call(this),this._detachCallback=function(a){return b.remove(a)}}return e(b,a),b.prototype.anchor=function(b){var c=this;return a.prototype.anchor.call(this,b),this._forEach(function(a){return a.anchor(c.content())}),this},b.prototype.render=function(){return this._forEach(function(a){return a.render()}),this},b.prototype.has=function(a){throw new Error("has() is not implemented on ComponentContainer")},b.prototype._adoptAndAnchor=function(a){a.parent(this),a.onDetach(this._detachCallback),this._isAnchored&&a.anchor(this.content())},b.prototype.remove=function(a){return this.has(a)&&(a.offDetach(this._detachCallback),this._remove(a),a.detach(),this.redraw()),this},b.prototype._remove=function(a){return!1},b.prototype._forEach=function(a){throw new Error("_forEach() is not implemented on ComponentContainer")},b.prototype.destroy=function(){a.prototype.destroy.call(this),this._forEach(function(a){return a.destroy()})},b}(a.Component);a.ComponentContainer=b}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(b){function c(a){var c=this;void 0===a&&(a=[]),b.call(this),this._components=[],this.addClass("component-group"),a.forEach(function(a){return c.append(a)})}return e(c,b),c.prototype._forEach=function(a){this.components().forEach(a)},c.prototype.has=function(a){return this._components.indexOf(a)>=0},c.prototype.requestedSpace=function(b,c){var d=this._components.map(function(a){return a.requestedSpace(b,c)});return{minWidth:a.Utils.Math.max(d,function(a){return a.minWidth},0),minHeight:a.Utils.Math.max(d,function(a){return a.minHeight},0)}},c.prototype.computeLayout=function(a,c,d){var e=this;return b.prototype.computeLayout.call(this,a,c,d),this._forEach(function(a){a.computeLayout({x:0,y:0},e.width(),e.height())}),this},c.prototype._sizeFromOffer=function(a,b){return{width:a,height:b}},c.prototype.fixedWidth=function(){return this._components.every(function(a){return a.fixedWidth()})},c.prototype.fixedHeight=function(){return this._components.every(function(a){return a.fixedHeight()})},c.prototype.components=function(){return this._components.slice()},c.prototype.append=function(a){return null==a||this.has(a)||(a.detach(),this._components.push(a),this._adoptAndAnchor(a),this.redraw()),this},c.prototype._remove=function(a){var b=this._components.indexOf(a);return b>=0?(this._components.splice(b,1),!0):!1},c}(a.ComponentContainer);b.Group=c}(b=a.Components||(a.Components={}))}(d||(d={}));var d;!function(a){var b=function(b){function c(c,d){var e=this;if(b.call(this),this._endTickLength=5,this._innerTickLength=5,this._tickLabelPadding=10,this._margin=15,this._showEndTickLabels=!1,this._annotationsEnabled=!1,this._annotationTierCount=1,null==c||null==d)throw new Error("Axis requires a scale and orientation");this._scale=c,this.orientation(d),this._setDefaultAlignment(),this.addClass("axis"),this._isHorizontal()?this.addClass("x-axis"):this.addClass("y-axis"),this.formatter(a.Formatters.identity()),this._rescaleCallback=function(a){return e._rescale()},this._scale.onUpdate(this._rescaleCallback),this._annotatedTicks=[],this._annotationFormatter=a.Formatters.identity()}return e(c,b),c.prototype.destroy=function(){b.prototype.destroy.call(this),this._scale.offUpdate(this._rescaleCallback)},c.prototype._isHorizontal=function(){return"top"===this._orientation||"bottom"===this._orientation},c.prototype._computeWidth=function(){return this._maxLabelTickLength()},c.prototype._computeHeight=function(){return this._maxLabelTickLength()},c.prototype.requestedSpace=function(a,b){var d=0,e=0;if(this._isHorizontal()){if(e=this._computeHeight()+this._margin,this.annotationsEnabled()){var f=this._annotationMeasurer.measure().height+2*c._ANNOTATION_LABEL_PADDING;e+=f*this.annotationTierCount()}}else if(d=this._computeWidth()+this._margin,this.annotationsEnabled()){var f=this._annotationMeasurer.measure().height+2*c._ANNOTATION_LABEL_PADDING;d+=f*this.annotationTierCount()}return{minWidth:d,minHeight:e}},c.prototype.fixedHeight=function(){return this._isHorizontal()},c.prototype.fixedWidth=function(){return!this._isHorizontal()},c.prototype._rescale=function(){this.render()},c.prototype.computeLayout=function(a,c,d){return b.prototype.computeLayout.call(this,a,c,d),this._isHorizontal()?this._scale.range([0,this.width()]):this._scale.range([this.height(),0]),this},c.prototype._setup=function(){b.prototype._setup.call(this),this._tickMarkContainer=this.content().append("g").classed(c.TICK_MARK_CLASS+"-container",!0),this._tickLabelContainer=this.content().append("g").classed(c.TICK_LABEL_CLASS+"-container",!0),this._baseline=this.content().append("line").classed("baseline",!0),this._annotationContainer=this.content().append("g").classed("annotation-container",!0),this._annotationContainer.append("g").classed("annotation-line-container",!0),this._annotationContainer.append("g").classed("annotation-circle-container",!0),this._annotationContainer.append("g").classed("annotation-rect-container",!0);var a=this._annotationContainer.append("g").classed("annotation-label-container",!0);this._annotationMeasurer=new f.Measurers.Measurer(a),this._annotationWriter=new f.Writers.Writer(this._annotationMeasurer)},c.prototype._getTickValues=function(){return[]},c.prototype.renderImmediately=function(){var a=this._getTickValues(),b=this._tickMarkContainer.selectAll("."+c.TICK_MARK_CLASS).data(a);return b.enter().append("line").classed(c.TICK_MARK_CLASS,!0),b.attr(this._generateTickMarkAttrHash()),d3.select(b[0][0]).classed(c.END_TICK_MARK_CLASS,!0).attr(this._generateTickMarkAttrHash(!0)),d3.select(b[0][a.length-1]).classed(c.END_TICK_MARK_CLASS,!0).attr(this._generateTickMarkAttrHash(!0)),b.exit().remove(),this._baseline.attr(this._generateBaselineAttrHash()),this.annotationsEnabled()?this._drawAnnotations():this._removeAnnotations(),this},c.prototype.annotatedTicks=function(a){return null==a?this._annotatedTicks:(this._annotatedTicks=a,this.render(),this)},c.prototype.annotationFormatter=function(a){return null==a?this._annotationFormatter:(this._annotationFormatter=a,this.render(),this)},c.prototype.annotationsEnabled=function(a){return null==a?this._annotationsEnabled:(this._annotationsEnabled=a,this.redraw(),this)},c.prototype.annotationTierCount=function(a){if(null==a)return this._annotationTierCount;if(0>a)throw new Error("annotationTierCount cannot be negative");return this._annotationTierCount=a,this.redraw(),this},c.prototype._drawAnnotations=function(){var b=this,d=c._ANNOTATION_LABEL_PADDING,e=new a.Utils.Map,f=this._annotatedTicksToRender();f.forEach(function(a){var c=b._annotationMeasurer.measure(b.annotationFormatter()(a)),f={width:c.width+2*d,height:c.height+2*d};e.set(a,f)});var g=this._annotationMeasurer.measure().height+2*d,h=this._annotationToTier(e),i=new a.Utils.Set,j=this._isHorizontal()?this.height():this.width(),k=this._coreSize(),l=Math.min(this.annotationTierCount(),Math.floor((j-k)/g));h.forEach(function(a,b){(-1===a||a>=l)&&i.add(b)});var m,n=function(a,b,c){var d=a.selectAll("."+c).data(f);return d.enter().append(b).classed(c,!0),d.exit().remove(),d},o=function(a){switch(b.orientation()){case"bottom":case"right":return h.get(a)*g+k;case"top":case"left":return j-k-h.get(a)*g}},p=function(a){return b._scale.scale(a)},q=function(a){return i.has(a)?"hidden":"visible"};switch(this.orientation()){case"bottom":case"right":m=0;break;case"top":m=this.height();break;case"left":m=this.width()}var r=this._isHorizontal();n(this._annotationContainer.select(".annotation-line-container"),"line",c.ANNOTATION_LINE_CLASS).attr({x1:r?p:m,x2:r?p:o,y1:r?m:p,y2:r?o:p,visibility:q}),n(this._annotationContainer.select(".annotation-circle-container"),"circle",c.ANNOTATION_CIRCLE_CLASS).attr({cx:r?p:m,cy:r?m:p,r:3});var s=function(a){switch(b.orientation()){case"bottom":case"right":return o(a);case"top":case"left":return o(a)-e.get(a).height}};n(this._annotationContainer.select(".annotation-rect-container"),"rect",c.ANNOTATION_RECT_CLASS).attr({x:r?p:s,y:r?s:p,width:r?function(a){return e.get(a).width}:function(a){return e.get(a).height},height:r?function(a){return e.get(a).height}:function(a){return e.get(a).width},visibility:q});var t=this._annotationWriter,u=this.annotationFormatter(),v=n(this._annotationContainer.select(".annotation-label-container"),"g",c.ANNOTATION_LABEL_CLASS);v.selectAll(".text-container").remove(),v.attr({transform:function(a){var b=r?p(a):s(a),c=r?s(a):p(a);return"translate("+b+","+c+")"},visibility:q}).each(function(a){var b={selection:d3.select(this),xAlign:"center",yAlign:"center",textRotation:r?0:90};t.write(u(a),r?e.get(a).width:e.get(a).height,r?e.get(a).height:e.get(a).width,b)})},c.prototype._annotatedTicksToRender=function(){var b=this,c=this._scale.range();return a.Utils.Array.uniq(this.annotatedTicks().filter(function(d){return null==d?!1:a.Utils.Math.inRange(b._scale.scale(d),c[0],c[1])}))},c.prototype._coreSize=function(){var a=this._isHorizontal()?this.height():this.width(),b=this._isHorizontal()?this._computeHeight():this._computeWidth();return Math.min(b,a)},c.prototype._annotationTierHeight=function(){return this._annotationMeasurer.measure().height+2*c._ANNOTATION_LABEL_PADDING},c.prototype._annotationToTier=function(b){var c=this,d=[[]],e=new a.Utils.Map,f=this._isHorizontal()?this.width():this.height();return this._annotatedTicksToRender().forEach(function(a){var g=c._scale.scale(a),h=b.get(a).width;if(0>g||g+h>f)return void e.set(a,-1);for(var i=function(a){return d[a].some(function(a){var d=c._scale.scale(a),e=b.get(a).width;return g+h>=d&&d+e>=g})},j=0;i(j);)j++,d.length===j&&d.push([]);d[j].push(a),e.set(a,j)}),e},c.prototype._removeAnnotations=function(){this._annotationContainer.selectAll(".annotation-line").remove(),this._annotationContainer.selectAll(".annotation-circle").remove(),this._annotationContainer.selectAll(".annotation-rect").remove(),this._annotationContainer.selectAll(".annotation-label").remove()},c.prototype._generateBaselineAttrHash=function(){var a={x1:0,y1:0,x2:0,y2:0};switch(this._orientation){case"bottom":a.x2=this.width();break;case"top":a.x2=this.width(),a.y1=this.height(),a.y2=this.height();break;case"left":a.x1=this.width(),a.x2=this.width(),a.y2=this.height();break;case"right":a.y2=this.height()}return a},c.prototype._generateTickMarkAttrHash=function(a){var b=this;void 0===a&&(a=!1);var c={x1:0,y1:0,x2:0,y2:0},d=function(a){return b._scale.scale(a)};this._isHorizontal()?(c.x1=d,c.x2=d):(c.y1=d,c.y2=d);var e=a?this._endTickLength:this._innerTickLength;switch(this._orientation){case"bottom":c.y2=e;break;case"top":c.y1=this.height(),c.y2=this.height()-e;break;case"left":c.x1=this.width(),c.x2=this.width()-e;break;case"right":c.x2=e}return c},c.prototype._setDefaultAlignment=function(){switch(this._orientation){case"bottom":this.yAlignment("top");break;case"top":this.yAlignment("bottom");break;case"left":this.xAlignment("right");break;case"right":this.xAlignment("left")}},c.prototype.formatter=function(a){return null==a?this._formatter:(this._formatter=a,this.redraw(),this)},c.prototype.innerTickLength=function(a){if(null==a)return this._innerTickLength;if(0>a)throw new Error("inner tick length must be positive");return this._innerTickLength=a,this.redraw(),this},c.prototype.endTickLength=function(a){if(null==a)return this._endTickLength;if(0>a)throw new Error("end tick length must be positive");return this._endTickLength=a,this.redraw(),this},c.prototype._maxLabelTickLength=function(){return this.showEndTickLabels()?Math.max(this.innerTickLength(),this.endTickLength()):this.innerTickLength()},c.prototype.tickLabelPadding=function(a){if(null==a)return this._tickLabelPadding;if(0>a)throw new Error("tick label padding must be positive");return this._tickLabelPadding=a,this.redraw(),this},c.prototype.margin=function(a){if(null==a)return this._margin;if(0>a)throw new Error("margin size must be positive");return this._margin=a,this.redraw(),this},c.prototype.orientation=function(a){if(null==a)return this._orientation;var b=a.toLowerCase();if("top"!==b&&"bottom"!==b&&"left"!==b&&"right"!==b)throw new Error("unsupported orientation");return this._orientation=b,this.redraw(),this},c.prototype.showEndTickLabels=function(a){return null==a?this._showEndTickLabels:(this._showEndTickLabels=a,this.render(),this)},c.END_TICK_MARK_CLASS="end-tick-mark",c.TICK_MARK_CLASS="tick-mark",c.TICK_LABEL_CLASS="tick-label",c.ANNOTATION_LINE_CLASS="annotation-line",c.ANNOTATION_RECT_CLASS="annotation-rect",c.ANNOTATION_CIRCLE_CLASS="annotation-circle",c.ANNOTATION_LABEL_CLASS="annotation-label",c._ANNOTATION_LABEL_PADDING=4,c}(a.Component);a.Axis=b}(d||(d={}));var d;!function(a){var b;!function(a){a.second="second",a.minute="minute",a.hour="hour",a.day="day",a.week="week",a.month="month",a.year="year"}(b=a.TimeInterval||(a.TimeInterval={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(b){function c(d,e){b.call(this,d,e),this._tierLabelPositions=[],this.addClass("time-axis"),this.tickLabelPadding(5),this.axisConfigurations(c._DEFAULT_TIME_AXIS_CONFIGURATIONS),this.annotationFormatter(a.Formatters.time("%a %b %d, %Y"))}return e(c,b),c.prototype.tierLabelPositions=function(a){if(null==a)return this._tierLabelPositions;if(!a.every(function(a){return"between"===a.toLowerCase()||"center"===a.toLowerCase()}))throw new Error("Unsupported position for tier labels");return this._tierLabelPositions=a,this.redraw(),this},c.prototype.axisConfigurations=function(b){if(null==b)return this._possibleTimeAxisConfigurations;this._possibleTimeAxisConfigurations=b,this._numTiers=a.Utils.Math.max(this._possibleTimeAxisConfigurations.map(function(a){return a.length}),0),this._isAnchored&&this._setupDomElements();for(var c=this.tierLabelPositions(),d=[],e=0;e<this._numTiers;e++)d.push(c[e]||"between");return this.tierLabelPositions(d),this.redraw(),this},c.prototype._getMostPreciseConfigurationIndex=function(){var b=this,c=this._possibleTimeAxisConfigurations.length;return this._possibleTimeAxisConfigurations.forEach(function(a,d){c>d&&a.every(function(a){return b._checkTimeAxisTierConfigurationWidth(a)})&&(c=d)}),c===this._possibleTimeAxisConfigurations.length&&(a.Utils.Window.warn("zoomed out too far: could not find suitable interval to display labels"),--c),c},c.prototype.orientation=function(a){if(a&&("right"===a.toLowerCase()||"left"===a.toLowerCase()))throw new Error(a+" is not a supported orientation for TimeAxis - only horizontal orientations are supported");return b.prototype.orientation.call(this,a)},c.prototype._computeHeight=function(){var a=this._measurer.measure().height;this._tierHeights=[];for(var b=0;b<this._numTiers;b++)this._tierHeights.push(a+this.tickLabelPadding()+("between"===this._tierLabelPositions[b]?0:this._maxLabelTickLength()));return d3.sum(this._tierHeights)},c.prototype._getIntervalLength=function(b){var c=this._scale.domain()[0],d=a.Scales.Time.timeIntervalToD3Time(b.interval),e=d.offset(c,b.step);if(e>this._scale.domain()[1])return this.width();var f=Math.abs(this._scale.scale(e)-this._scale.scale(c));return f},c.prototype._maxWidthForInterval=function(a){return this._measurer.measure(a.formatter(c._LONG_DATE)).width},c.prototype._checkTimeAxisTierConfigurationWidth=function(a){var b=this._maxWidthForInterval(a)+2*this.tickLabelPadding();return Math.min(this._getIntervalLength(a),this.width())>=b},c.prototype._sizeFromOffer=function(a,c){var d=b.prototype._sizeFromOffer.call(this,a,c),e=this._tierHeights.reduce(function(a,b,c,e){return a+b>d.height?a:a+b}),f=this.margin()+(this.annotationsEnabled()?this.annotationTierCount()*this._annotationTierHeight():0);return d.height=Math.min(d.height,e+f),d},c.prototype._setup=function(){b.prototype._setup.call(this),this._setupDomElements()},c.prototype._setupDomElements=function(){this.content().selectAll("."+c.TIME_AXIS_TIER_CLASS).remove(),this._tierLabelContainers=[],this._tierMarkContainers=[],this._tierBaselines=[],this._tickLabelContainer.remove(),this._baseline.remove();for(var b=0;b<this._numTiers;++b){var d=this.content().append("g").classed(c.TIME_AXIS_TIER_CLASS,!0);this._tierLabelContainers.push(d.append("g").classed(a.Axis.TICK_LABEL_CLASS+"-container",!0)),this._tierMarkContainers.push(d.append("g").classed(a.Axis.TICK_MARK_CLASS+"-container",!0)),this._tierBaselines.push(d.append("line").classed("baseline",!0))}this._measurer=new f.Measurers.Measurer(this._tierLabelContainers[0])},c.prototype._getTickIntervalValues=function(a){return this._scale.tickInterval(a.interval,a.step)},c.prototype._getTickValues=function(){var a=this;return this._possibleTimeAxisConfigurations[this._mostPreciseConfigIndex].reduce(function(b,c){return b.concat(a._getTickIntervalValues(c))},[])},c.prototype._cleanTiers=function(){for(var b=0;b<this._tierLabelContainers.length;b++)this._tierLabelContainers[b].selectAll("."+a.Axis.TICK_LABEL_CLASS).remove(),this._tierMarkContainers[b].selectAll("."+a.Axis.TICK_MARK_CLASS).remove(),this._tierBaselines[b].style("visibility","hidden")},c.prototype._getTickValuesForConfiguration=function(a){var b=this._scale.tickInterval(a.interval,a.step),c=this._scale.domain(),d=b.map(function(a){return a.valueOf()});return-1===d.indexOf(c[0].valueOf())&&b.unshift(c[0]),-1===d.indexOf(c[1].valueOf())&&b.push(c[1]),b},c.prototype._renderTierLabels=function(b,c,d){var e=this,f=this._getTickValuesForConfiguration(c),g=[];"between"===this._tierLabelPositions[d]&&1===c.step?f.map(function(a,b){b+1>=f.length||g.push(new Date((f[b+1].valueOf()-f[b].valueOf())/2+f[b].valueOf()))}):g=f;var h=b.selectAll("."+a.Axis.TICK_LABEL_CLASS).data(g,function(a){return String(a.valueOf())}),i=h.enter().append("g").classed(a.Axis.TICK_LABEL_CLASS,!0);i.append("text");var j,k="center"===this._tierLabelPositions[d]||1===c.step?0:this.tickLabelPadding();j="bottom"===this.orientation()?d3.sum(this._tierHeights.slice(0,d+1))-this.tickLabelPadding():"center"===this._tierLabelPositions[d]?this.height()-d3.sum(this._tierHeights.slice(0,d))-this.tickLabelPadding()-this._maxLabelTickLength():this.height()-d3.sum(this._tierHeights.slice(0,d))-this.tickLabelPadding();var l=h.selectAll("text");l.size()>0&&a.Utils.DOM.translate(l,k,j),h.exit().remove(),h.attr("transform",function(a){return"translate("+e._scale.scale(a)+",0)"});var m="center"===this._tierLabelPositions[d]||1===c.step?"middle":"start";h.selectAll("text").text(c.formatter).style("text-anchor",m)},c.prototype._renderTickMarks=function(b,c){var d=this._tierMarkContainers[c].selectAll("."+a.Axis.TICK_MARK_CLASS).data(b);d.enter().append("line").classed(a.Axis.TICK_MARK_CLASS,!0);var e=this._generateTickMarkAttrHash(),f=this._tierHeights.slice(0,c).reduce(function(a,b){return a+b},0);"bottom"===this.orientation()?(e.y1=f,e.y2=f+("center"===this._tierLabelPositions[c]?this.innerTickLength():this._tierHeights[c])):(e.y1=this.height()-f,e.y2=this.height()-(f+("center"===this._tierLabelPositions[c]?this.innerTickLength():this._tierHeights[c]))),
d.attr(e),"bottom"===this.orientation()?(e.y1=f,e.y2=f+("center"===this._tierLabelPositions[c]?this.endTickLength():this._tierHeights[c])):(e.y1=this.height()-f,e.y2=this.height()-(f+("center"===this._tierLabelPositions[c]?this.endTickLength():this._tierHeights[c]))),d3.select(d[0][0]).attr(e),d3.select(d[0][d.size()-1]).attr(e),d3.select(d[0][0]).classed(a.Axis.END_TICK_MARK_CLASS,!0),d3.select(d[0][d.size()-1]).classed(a.Axis.END_TICK_MARK_CLASS,!0),d.exit().remove()},c.prototype._renderLabellessTickMarks=function(b){var c=this._tickMarkContainer.selectAll("."+a.Axis.TICK_MARK_CLASS).data(b);c.enter().append("line").classed(a.Axis.TICK_MARK_CLASS,!0);var d=this._generateTickMarkAttrHash();d.y2="bottom"===this.orientation()?this.tickLabelPadding():this.height()-this.tickLabelPadding(),c.attr(d),c.exit().remove()},c.prototype._generateLabellessTicks=function(){return this._mostPreciseConfigIndex<1?[]:this._getTickIntervalValues(this._possibleTimeAxisConfigurations[this._mostPreciseConfigIndex-1][0])},c.prototype.renderImmediately=function(){var a=this;this._mostPreciseConfigIndex=this._getMostPreciseConfigurationIndex();var b=this._possibleTimeAxisConfigurations[this._mostPreciseConfigIndex];this._cleanTiers(),b.forEach(function(b,c){return a._renderTierLabels(a._tierLabelContainers[c],b,c)});for(var c=b.map(function(b,c){return a._getTickValuesForConfiguration(b)}),d=0,e=0;e<Math.max(b.length,1);++e){var f=this._generateBaselineAttrHash();f.y1+="bottom"===this.orientation()?d:-d,f.y2=f.y1,this._tierBaselines[e].attr(f).style("visibility","inherit"),d+=this._tierHeights[e]}var g=[],h=this._scale.domain(),i=this._scale.scale(h[1])-this._scale.scale(h[0]);1.5*this._getIntervalLength(b[0])>=i&&(g=this._generateLabellessTicks()),this._renderLabellessTickMarks(g),this._hideOverflowingTiers();for(var e=0;e<b.length;++e)this._renderTickMarks(c[e],e),this._hideOverlappingAndCutOffLabels(e);return this.annotationsEnabled()?this._drawAnnotations():this._removeAnnotations(),this},c.prototype._hideOverflowingTiers=function(){var a=this,b=this.height(),d=0;this.content().selectAll("."+c.TIME_AXIS_TIER_CLASS).attr("visibility",function(c,e){return d+=a._tierHeights[e],b>=d?"inherit":"hidden"})},c.prototype._hideOverlappingAndCutOffLabels=function(b){var c,d=this,e=this._boundingBox.node().getBoundingClientRect(),f=function(a){return Math.floor(e.left)<=Math.ceil(a.left)&&Math.floor(e.top)<=Math.ceil(a.top)&&Math.floor(a.right)<=Math.ceil(e.left+d.width())&&Math.floor(a.bottom)<=Math.ceil(e.top+d.height())},g=this._tierMarkContainers[b].selectAll("."+a.Axis.TICK_MARK_CLASS).filter(function(a,b){var c=d3.select(this).style("visibility");return"visible"===c||"inherit"===c}),h=g[0].map(function(a){return a.getBoundingClientRect()}),i=this._tierLabelContainers[b].selectAll("."+a.Axis.TICK_LABEL_CLASS).filter(function(a,b){var c=d3.select(this).style("visibility");return"visible"===c||"inherit"===c});i.each(function(b,d){var e=this.getBoundingClientRect(),g=d3.select(this),i=h[d],j=h[d+1],k=null!=c&&a.Utils.DOM.clientRectsOverlap(e,c),l=null!=i&&a.Utils.DOM.clientRectsOverlap(e,i),m=null!=j&&a.Utils.DOM.clientRectsOverlap(e,j);!f(e)||k||l||m?g.style("visibility","hidden"):(c=e,g.style("visibility","inherit"))})},c.TIME_AXIS_TIER_CLASS="time-axis-tier",c._DEFAULT_TIME_AXIS_CONFIGURATIONS=[[{interval:a.TimeInterval.second,step:1,formatter:a.Formatters.time("%I:%M:%S %p")},{interval:a.TimeInterval.day,step:1,formatter:a.Formatters.time("%B %e, %Y")}],[{interval:a.TimeInterval.second,step:5,formatter:a.Formatters.time("%I:%M:%S %p")},{interval:a.TimeInterval.day,step:1,formatter:a.Formatters.time("%B %e, %Y")}],[{interval:a.TimeInterval.second,step:10,formatter:a.Formatters.time("%I:%M:%S %p")},{interval:a.TimeInterval.day,step:1,formatter:a.Formatters.time("%B %e, %Y")}],[{interval:a.TimeInterval.second,step:15,formatter:a.Formatters.time("%I:%M:%S %p")},{interval:a.TimeInterval.day,step:1,formatter:a.Formatters.time("%B %e, %Y")}],[{interval:a.TimeInterval.second,step:30,formatter:a.Formatters.time("%I:%M:%S %p")},{interval:a.TimeInterval.day,step:1,formatter:a.Formatters.time("%B %e, %Y")}],[{interval:a.TimeInterval.minute,step:1,formatter:a.Formatters.time("%I:%M %p")},{interval:a.TimeInterval.day,step:1,formatter:a.Formatters.time("%B %e, %Y")}],[{interval:a.TimeInterval.minute,step:5,formatter:a.Formatters.time("%I:%M %p")},{interval:a.TimeInterval.day,step:1,formatter:a.Formatters.time("%B %e, %Y")}],[{interval:a.TimeInterval.minute,step:10,formatter:a.Formatters.time("%I:%M %p")},{interval:a.TimeInterval.day,step:1,formatter:a.Formatters.time("%B %e, %Y")}],[{interval:a.TimeInterval.minute,step:15,formatter:a.Formatters.time("%I:%M %p")},{interval:a.TimeInterval.day,step:1,formatter:a.Formatters.time("%B %e, %Y")}],[{interval:a.TimeInterval.minute,step:30,formatter:a.Formatters.time("%I:%M %p")},{interval:a.TimeInterval.day,step:1,formatter:a.Formatters.time("%B %e, %Y")}],[{interval:a.TimeInterval.hour,step:1,formatter:a.Formatters.time("%I %p")},{interval:a.TimeInterval.day,step:1,formatter:a.Formatters.time("%B %e, %Y")}],[{interval:a.TimeInterval.hour,step:3,formatter:a.Formatters.time("%I %p")},{interval:a.TimeInterval.day,step:1,formatter:a.Formatters.time("%B %e, %Y")}],[{interval:a.TimeInterval.hour,step:6,formatter:a.Formatters.time("%I %p")},{interval:a.TimeInterval.day,step:1,formatter:a.Formatters.time("%B %e, %Y")}],[{interval:a.TimeInterval.hour,step:12,formatter:a.Formatters.time("%I %p")},{interval:a.TimeInterval.day,step:1,formatter:a.Formatters.time("%B %e, %Y")}],[{interval:a.TimeInterval.day,step:1,formatter:a.Formatters.time("%a %e")},{interval:a.TimeInterval.month,step:1,formatter:a.Formatters.time("%B %Y")}],[{interval:a.TimeInterval.day,step:1,formatter:a.Formatters.time("%e")},{interval:a.TimeInterval.month,step:1,formatter:a.Formatters.time("%B %Y")}],[{interval:a.TimeInterval.month,step:1,formatter:a.Formatters.time("%B")},{interval:a.TimeInterval.year,step:1,formatter:a.Formatters.time("%Y")}],[{interval:a.TimeInterval.month,step:1,formatter:a.Formatters.time("%b")},{interval:a.TimeInterval.year,step:1,formatter:a.Formatters.time("%Y")}],[{interval:a.TimeInterval.month,step:3,formatter:a.Formatters.time("%b")},{interval:a.TimeInterval.year,step:1,formatter:a.Formatters.time("%Y")}],[{interval:a.TimeInterval.month,step:6,formatter:a.Formatters.time("%b")},{interval:a.TimeInterval.year,step:1,formatter:a.Formatters.time("%Y")}],[{interval:a.TimeInterval.year,step:1,formatter:a.Formatters.time("%Y")}],[{interval:a.TimeInterval.year,step:1,formatter:a.Formatters.time("%y")}],[{interval:a.TimeInterval.year,step:5,formatter:a.Formatters.time("%Y")}],[{interval:a.TimeInterval.year,step:25,formatter:a.Formatters.time("%Y")}],[{interval:a.TimeInterval.year,step:50,formatter:a.Formatters.time("%Y")}],[{interval:a.TimeInterval.year,step:100,formatter:a.Formatters.time("%Y")}],[{interval:a.TimeInterval.year,step:200,formatter:a.Formatters.time("%Y")}],[{interval:a.TimeInterval.year,step:500,formatter:a.Formatters.time("%Y")}],[{interval:a.TimeInterval.year,step:1e3,formatter:a.Formatters.time("%Y")}]],c._LONG_DATE=new Date(9999,8,29,12,59,9999),c}(a.Axis);b.Time=c}(b=a.Axes||(a.Axes={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(b){function c(c,d){b.call(this,c,d),this._tickLabelPositioning="center",this._usesTextWidthApproximation=!1,this.formatter(a.Formatters.general())}return e(c,b),c.prototype._setup=function(){b.prototype._setup.call(this),this._measurer=new f.Measurers.Measurer(this._tickLabelContainer,a.Axis.TICK_LABEL_CLASS),this._wrapper=(new f.Wrappers.Wrapper).maxLines(1)},c.prototype._computeWidth=function(){var a=this._usesTextWidthApproximation?this._computeApproximateTextWidth():this._computeExactTextWidth();return"center"===this._tickLabelPositioning?this._maxLabelTickLength()+this.tickLabelPadding()+a:Math.max(this._maxLabelTickLength(),this.tickLabelPadding()+a)},c.prototype._computeExactTextWidth=function(){var b=this,c=this._getTickValues(),d=c.map(function(a){var c=b.formatter()(a);return b._measurer.measure(c).width});return a.Utils.Math.max(d,0)},c.prototype._computeApproximateTextWidth=function(){var b=this,c=this._getTickValues(),d=this._measurer.measure("M").width,e=c.map(function(a){var c=b.formatter()(a);return c.length*d});return a.Utils.Math.max(e,0)},c.prototype._computeHeight=function(){var a=this._measurer.measure().height;return"center"===this._tickLabelPositioning?this._maxLabelTickLength()+this.tickLabelPadding()+a:Math.max(this._maxLabelTickLength(),this.tickLabelPadding()+a)},c.prototype._getTickValues=function(){var a=this._scale,b=a.domain(),c=b[0]<=b[1]?b[0]:b[1],d=b[0]>=b[1]?b[0]:b[1];return c===b[0]?a.ticks().filter(function(a){return a>=c&&d>=a}):a.ticks().filter(function(a){return a>=c&&d>=a}).reverse()},c.prototype._rescale=function(){if(this._isSetup){if(!this._isHorizontal()){var a=this._computeWidth();if(a>this.width()||a<this.width()-this.margin())return void this.redraw()}this.render()}},c.prototype.renderImmediately=function(){var c=this;b.prototype.renderImmediately.call(this);var d={x:0,y:0,dx:"0em",dy:"0.3em"},e=this._maxLabelTickLength(),f=this.tickLabelPadding(),g="middle",h=0,i=0,j=0,k=0;if(this._isHorizontal())switch(this._tickLabelPositioning){case"left":g="end",h=-f,k=f;break;case"center":k=e+f;break;case"right":g="start",h=f,k=f}else switch(this._tickLabelPositioning){case"top":d.dy="-0.3em",j=f,i=-f;break;case"center":j=e+f;break;case"bottom":d.dy="1em",j=f,i=f}var l=this._generateTickMarkAttrHash();switch(this.orientation()){case"bottom":d.x=l.x1,d.dy="0.95em",i=l.y1+k;break;case"top":d.x=l.x1,d.dy="-.25em",i=l.y1-k;break;case"left":g="end",h=l.x1-j,d.y=l.y1;break;case"right":g="start",h=l.x1+j,d.y=l.y1}var m=this._getTickValues(),n=this._tickLabelContainer.selectAll("."+a.Axis.TICK_LABEL_CLASS).data(m);n.enter().append("text").classed(a.Axis.TICK_LABEL_CLASS,!0),n.exit().remove(),n.style("text-anchor",g).style("visibility","inherit").attr(d).text(function(a){return c.formatter()(a)});var o="translate("+h+", "+i+")";return this._tickLabelContainer.attr("transform",o),this._showAllTickMarks(),this.showEndTickLabels()||this._hideEndTickLabels(),this._hideOverflowingTickLabels(),this._hideOverlappingTickLabels(),("bottom"===this._tickLabelPositioning||"top"===this._tickLabelPositioning||"left"===this._tickLabelPositioning||"right"===this._tickLabelPositioning)&&this._hideTickMarksWithoutLabel(),this},c.prototype._showAllTickMarks=function(){this._tickMarkContainer.selectAll("."+a.Axis.TICK_MARK_CLASS).each(function(){d3.select(this).style("visibility","inherit")})},c.prototype._hideTickMarksWithoutLabel=function(){var b=this._tickMarkContainer.selectAll("."+a.Axis.TICK_MARK_CLASS),c=this._tickLabelContainer.selectAll("."+a.Axis.TICK_LABEL_CLASS).filter(function(a,b){var c=d3.select(this).style("visibility");return"inherit"===c||"visible"===c}),d=[];c.each(function(a){return d.push(a)}),b.each(function(a,b){-1===d.indexOf(a)&&d3.select(this).style("visibility","hidden")})},c.prototype.tickLabelPosition=function(a){if(null==a)return this._tickLabelPositioning;var b=a.toLowerCase();if(this._isHorizontal()){if("left"!==b&&"center"!==b&&"right"!==b)throw new Error(b+" is not a valid tick label position for a horizontal NumericAxis")}else if("top"!==b&&"center"!==b&&"bottom"!==b)throw new Error(b+" is not a valid tick label position for a vertical NumericAxis");return this._tickLabelPositioning=b,this.redraw(),this},c.prototype.usesTextWidthApproximation=function(a){return null==a?this._usesTextWidthApproximation:(this._usesTextWidthApproximation=a,this)},c.prototype._hideEndTickLabels=function(){var b=this._boundingBox.node().getBoundingClientRect(),c=this._tickLabelContainer.selectAll("."+a.Axis.TICK_LABEL_CLASS);if(0!==c[0].length){var d=c[0][0];a.Utils.DOM.clientRectInside(d.getBoundingClientRect(),b)||d3.select(d).style("visibility","hidden");var e=c[0][c[0].length-1];a.Utils.DOM.clientRectInside(e.getBoundingClientRect(),b)||d3.select(e).style("visibility","hidden")}},c.prototype._hideOverflowingTickLabels=function(){var b=this._boundingBox.node().getBoundingClientRect(),c=this._tickLabelContainer.selectAll("."+a.Axis.TICK_LABEL_CLASS);c.empty()||c.each(function(c,d){a.Utils.DOM.clientRectInside(this.getBoundingClientRect(),b)||d3.select(this).style("visibility","hidden")})},c.prototype._hideOverlappingTickLabels=function(){for(var b=this._tickLabelContainer.selectAll("."+a.Axis.TICK_LABEL_CLASS).filter(function(a,b){var c=d3.select(this).style("visibility");return"inherit"===c||"visible"===c}),c=b[0].map(function(a){return a.getBoundingClientRect()}),d=1;!this._hasOverlapWithInterval(d,c)&&d<c.length;)d+=1;b.each(function(a,b){var c=d3.select(this);b%d!==0&&c.style("visibility","hidden")})},c.prototype._hasOverlapWithInterval=function(a,b){var c=this.tickLabelPadding();("bottom"===this._tickLabelPositioning||"top"===this._tickLabelPositioning||"left"===this._tickLabelPositioning||"right"===this._tickLabelPositioning)&&(c*=3);for(var d=0;d<b.length-a;d+=a){var e=b[d],f=b[d+a];if(this._isHorizontal()){if(e.right+c>=f.left)return!1}else if(e.top-c<=f.bottom)return!1}return!0},c}(a.Axis);b.Numeric=c}(b=a.Axes||(a.Axes={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(b){function c(a,c){b.call(this,a,c),this._tickLabelAngle=0,this.addClass("category-axis")}return e(c,b),c.prototype._setup=function(){b.prototype._setup.call(this),this._measurer=new f.Measurers.CacheCharacterMeasurer(this._tickLabelContainer),this._wrapper=new f.Wrappers.Wrapper,this._writer=new f.Writers.Writer(this._measurer,this._wrapper)},c.prototype._rescale=function(){return this.redraw()},c.prototype.requestedSpace=function(a,b){var c=this._isHorizontal()?0:this._maxLabelTickLength()+this.tickLabelPadding()+this.margin(),d=this._isHorizontal()?this._maxLabelTickLength()+this.tickLabelPadding()+this.margin():0;if(0===this._scale.domain().length)return{minWidth:0,minHeight:0};if(this.annotationsEnabled()){var e=this._annotationTierHeight()*this.annotationTierCount();this._isHorizontal()?d+=e:c+=e}var f=this._scale,g=this._measureTicks(a,b,f,f.domain());return{minWidth:g.usedWidth+c,minHeight:g.usedHeight+d}},c.prototype._coreSize=function(){var a=this._isHorizontal()?this.height():this.width(),b=this._isHorizontal()?this.requestedSpace(this.width(),this.height()).minHeight:this.requestedSpace(this.width(),this.height()).minWidth,c=this.margin()+this._annotationTierHeight(),d=b-c;return Math.min(d,a)},c.prototype._getTickValues=function(){return this._scale.domain()},c.prototype.tickLabelAngle=function(a){if(null==a)return this._tickLabelAngle;if(0!==a&&90!==a&&-90!==a)throw new Error("Angle "+a+" not supported; only 0, 90, and -90 are valid values");return this._tickLabelAngle=a,this.redraw(),this},c.prototype._drawTicks=function(a,b,c,d){var e,f,g=this;switch(this.tickLabelAngle()){case 0:e={left:"right",right:"left",top:"center",bottom:"center"},f={left:"center",right:"center",top:"bottom",bottom:"top"};break;case 90:e={left:"center",right:"center",top:"right",bottom:"left"},f={left:"top",right:"bottom",top:"center",bottom:"center"};break;case-90:e={left:"center",right:"center",top:"left",bottom:"right"},f={left:"bottom",right:"top",top:"center",bottom:"center"}}d.each(function(d){var h=c.stepWidth(),i=g._isHorizontal()?h:a-g._maxLabelTickLength()-g.tickLabelPadding(),j=g._isHorizontal()?b-g._maxLabelTickLength()-g.tickLabelPadding():h,k={selection:d3.select(this),xAlign:e[g.orientation()],yAlign:f[g.orientation()],textRotation:g.tickLabelAngle()};g._writer.write(g.formatter()(d),i,j,k)})},c.prototype._measureTicks=function(b,c,d,e){var g=this,h=this._isHorizontal()?b:c,i=2*d.outerPadding(),j=(e.length-1)*d.innerPadding(),k=h/(i+j+e.length),l=k*(1+d.innerPadding()),m=e.map(function(a){var d=b-g._maxLabelTickLength()-g.tickLabelPadding();g._isHorizontal()&&(d=l,0!==g._tickLabelAngle&&(d=c-g._maxLabelTickLength()-g.tickLabelPadding()),d=Math.max(d,0));var e=l;return g._isHorizontal()&&(e=c-g._maxLabelTickLength()-g.tickLabelPadding(),0!==g._tickLabelAngle&&(e=b-g._maxLabelTickLength()-g.tickLabelPadding()),e=Math.max(e,0)),g._wrapper.wrap(g.formatter()(a),g._measurer,d,e)}),n=this._isHorizontal()&&0===this._tickLabelAngle?d3.sum:a.Utils.Math.max,o=this._isHorizontal()&&0===this._tickLabelAngle?a.Utils.Math.max:d3.sum,p=m.every(function(a){return!f.Utils.StringMethods.isNotEmptyString(a.truncatedText)&&1===a.noLines}),q=n(m,function(a){return g._measurer.measure(a.wrappedText).width},0),r=o(m,function(a){return g._measurer.measure(a.wrappedText).height},0);if(0!==this._tickLabelAngle){var s=r;r=q,q=s}return{textFits:p,usedWidth:q,usedHeight:r}},c.prototype.renderImmediately=function(){var c=this;b.prototype.renderImmediately.call(this);var d=this._scale,e=this._tickLabelContainer.selectAll("."+a.Axis.TICK_LABEL_CLASS).data(this._scale.domain(),function(a){return a}),f=function(a,b){var e=d.stepWidth()-d.rangeBand(),f=d.scale(a)-d.rangeBand()/2-e/2,g=c._isHorizontal()?f:0,h=c._isHorizontal()?0:f;return"translate("+g+","+h+")"};e.enter().append("g").classed(a.Axis.TICK_LABEL_CLASS,!0),e.exit().remove(),e.attr("transform",f),e.text(""),this._drawTicks(this.width(),this.height(),d,e);var g="right"===this.orientation()?this._maxLabelTickLength()+this.tickLabelPadding():0,h="bottom"===this.orientation()?this._maxLabelTickLength()+this.tickLabelPadding():0;return a.Utils.DOM.translate(this._tickLabelContainer,g,h),this},c.prototype.computeLayout=function(a,c,d){return this._measurer.reset(),b.prototype.computeLayout.call(this,a,c,d),this._isHorizontal()||this._scale.range([0,this.height()]),this},c}(a.Axis);b.Category=c}(b=a.Axes||(a.Axes={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(a){function b(b,c){void 0===b&&(b=""),void 0===c&&(c=0),a.call(this),this.addClass("label"),this.text(b),this.angle(c),this.xAlignment("center").yAlignment("center"),this._padding=0}return e(b,a),b.prototype.requestedSpace=function(a,b){var c=this._measurer.measure(this._text),d=(0===this.angle()?c.width:c.height)+2*this.padding(),e=(0===this.angle()?c.height:c.width)+2*this.padding();return{minWidth:d,minHeight:e}},b.prototype._setup=function(){a.prototype._setup.call(this),this._textContainer=this.content().append("g"),this._measurer=new f.Measurers.Measurer(this._textContainer),this._wrapper=new f.Wrappers.Wrapper,this._writer=new f.Writers.Writer(this._measurer,this._wrapper),this.text(this._text)},b.prototype.text=function(a){if(null==a)return this._text;if("string"!=typeof a)throw new Error("Label.text() only takes strings as input");return this._text=a,this.redraw(),this},b.prototype.angle=function(a){if(null==a)return this._angle;if(a%=360,a>180?a-=360:-180>a&&(a+=360),-90!==a&&0!==a&&90!==a)throw new Error(a+" is not a valid angle for Label");return this._angle=a,this.redraw(),this},b.prototype.padding=function(a){if(null==a)return this._padding;if(a=+a,0>a)throw new Error(a+" is not a valid padding value. Cannot be less than 0.");return this._padding=a,this.redraw(),this},b.prototype.fixedWidth=function(){return!0},b.prototype.fixedHeight=function(){return!0},b.prototype.renderImmediately=function(){a.prototype.renderImmediately.call(this),this._textContainer.selectAll("g").remove();var b=this._measurer.measure(this._text),c=Math.max(Math.min((this.height()-b.height)/2,this.padding()),0),d=Math.max(Math.min((this.width()-b.width)/2,this.padding()),0);this._textContainer.attr("transform","translate("+d+","+c+")");var e=this.width()-2*d,f=this.height()-2*c,g={selection:this._textContainer,xAlign:this.xAlignment(),yAlign:this.yAlignment(),textRotation:this.angle()};return this._writer.write(this._text,e,f,g),this},b}(a.Component);b.Label=c;var d=function(a){function b(c,d){a.call(this,c,d),this.addClass(b.TITLE_LABEL_CLASS)}return e(b,a),b.TITLE_LABEL_CLASS="title-label",b}(c);b.TitleLabel=d;var g=function(a){function b(c,d){a.call(this,c,d),this.addClass(b.AXIS_LABEL_CLASS)}return e(b,a),b.AXIS_LABEL_CLASS="axis-label",b}(c);b.AxisLabel=g}(b=a.Components||(a.Components={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(b){function c(c){var d=this;if(b.call(this),this._padding=5,this.addClass("legend"),this.maxEntriesPerRow(1),null==c)throw new Error("Legend requires a colorScale");this._colorScale=c,this._redrawCallback=function(a){return d.redraw()},this._colorScale.onUpdate(this._redrawCallback),this._formatter=a.Formatters.identity(),this.xAlignment("right").yAlignment("top"),this.comparator(function(a,b){var c=d._colorScale.domain().slice().map(function(a){return d._formatter(a)});return c.indexOf(a)-c.indexOf(b)}),this._symbolFactoryAccessor=function(){return a.SymbolFactories.circle()},this._symbolOpacityAccessor=function(){return 1}}return e(c,b),c.prototype._setup=function(){b.prototype._setup.call(this);var d=this.content().append("g").classed(c.LEGEND_ROW_CLASS,!0),e=d.append("g").classed(c.LEGEND_ENTRY_CLASS,!0);e.append("text"),this._measurer=new f.Measurers.Measurer(d),this._wrapper=(new f.Wrappers.Wrapper).maxLines(1),this._writer=new f.Writers.Writer(this._measurer,this._wrapper).addTitleElement(a.Configs.ADD_TITLE_ELEMENTS)},c.prototype.formatter=function(a){return null==a?this._formatter:(this._formatter=a,this.redraw(),this)},c.prototype.maxEntriesPerRow=function(a){return null==a?this._maxEntriesPerRow:(this._maxEntriesPerRow=a,this.redraw(),this)},c.prototype.comparator=function(a){return null==a?this._comparator:(this._comparator=a,this.redraw(),this)},c.prototype.colorScale=function(a){return null!=a?(this._colorScale.offUpdate(this._redrawCallback),this._colorScale=a,this._colorScale.onUpdate(this._redrawCallback),this.redraw(),this):this._colorScale},c.prototype.destroy=function(){b.prototype.destroy.call(this),this._colorScale.offUpdate(this._redrawCallback)},c.prototype._calculateLayoutInfo=function(a,b){var c=this,d=this._measurer.measure().height,e=Math.max(0,a-this._padding),f=this._colorScale.domain().slice().sort(function(a,b){return c._comparator(c._formatter(a),c._formatter(b))}),g=d3.map(),h=d3.map();f.forEach(function(a){var b=d+c._measurer.measure(c._formatter(a)).width+c._padding,f=Math.min(b,e);g.set(a,f),h.set(a,b)});var i=this._packRows(e,f,g),j=Math.floor((b-2*this._padding)/d);return j!==j&&(j=0),{textHeight:d,entryLengths:g,untruncatedEntryLengths:h,rows:i,numRowsToDraw:Math.max(Math.min(j,i.length),0)}},c.prototype.requestedSpace=function(b,c){var d=this._calculateLayoutInfo(b,c),e=d.rows.map(function(a){return d3.sum(a,function(a){return d.untruncatedEntryLengths.get(a)})}),f=a.Utils.Math.max(e,0);return{minWidth:this._padding+f,minHeight:d.rows.length*d.textHeight+2*this._padding}},c.prototype._packRows=function(a,b,c){var d=this,e=[],f=[],g=a;return b.forEach(function(b){var h=c.get(b);(h>g||f.length===d._maxEntriesPerRow)&&(e.push(f),f=[],g=a),f.push(b),g-=h}),0!==f.length&&e.push(f),e},c.prototype.entitiesAt=function(a){if(!this._isSetup)return[];var b=[],d=this._calculateLayoutInfo(this.width(),this.height()),e=this._padding,f=this;return this.content().selectAll("g."+c.LEGEND_ROW_CLASS).each(function(g,h){var i=h*d.textHeight+e,j=(h+1)*d.textHeight+e,k=(i+j)/2,l=e,m=e;d3.select(this).selectAll("g."+c.LEGEND_ENTRY_CLASS).each(function(c){m+=d.entryLengths.get(c);var e=l+d.textHeight/2;if(m>=a.x&&l<=a.x&&j>=a.y&&i<=a.y){var g=d3.select(this),h=g.datum();b.push({datum:h,position:{x:e,y:k},selection:g,component:f})}l+=d.entryLengths.get(c)})}),b},c.prototype.renderImmediately=function(){var a=this;b.prototype.renderImmediately.call(this);var d=this._calculateLayoutInfo(this.width(),this.height()),e=d.rows.slice(0,d.numRowsToDraw),f=this.content().selectAll("g."+c.LEGEND_ROW_CLASS).data(e);f.enter().append("g").classed(c.LEGEND_ROW_CLASS,!0),f.exit().remove(),f.attr("transform",function(b,c){return"translate(0, "+(c*d.textHeight+a._padding)+")"});var g=f.selectAll("g."+c.LEGEND_ENTRY_CLASS).data(function(a){return a}),h=g.enter().append("g").classed(c.LEGEND_ENTRY_CLASS,!0);h.append("path"),h.append("g").classed("text-container",!0),g.exit().remove();var i=this._padding;f.each(function(a){var b=i,e=d3.select(this).selectAll("g."+c.LEGEND_ENTRY_CLASS);e.attr("transform",function(a,c){var e="translate("+b+", 0)";return b+=d.entryLengths.get(a),e})}),g.select("path").attr("d",function(b,c,e){return a.symbol()(b,e)(.6*d.textHeight)}).attr("transform","translate("+d.textHeight/2+","+d.textHeight/2+")").attr("fill",function(b){return a._colorScale.scale(b)}).attr("opacity",function(b,c,d){return a.symbolOpacity()(b,d)}).classed(c.LEGEND_SYMBOL_CLASS,!0);var j=this._padding,k=g.select("g.text-container");k.text("");var l=this;return k.attr("transform","translate("+d.textHeight+", 0)").each(function(a){var b=d3.select(this),c=d.entryLengths.get(a)-d.textHeight-j,e={selection:b,xAlign:"left",yAlign:"top",textRotation:0};l._writer.write(l._formatter(a),c,l.height(),e)}),this},c.prototype.symbol=function(a){return null==a?this._symbolFactoryAccessor:(this._symbolFactoryAccessor=a,this.render(),this)},c.prototype.symbolOpacity=function(a){return null==a?this._symbolOpacityAccessor:("number"==typeof a?this._symbolOpacityAccessor=function(){return a}:this._symbolOpacityAccessor=a,this.render(),this)},c.prototype.fixedWidth=function(){return!0},c.prototype.fixedHeight=function(){return!0},c.LEGEND_ROW_CLASS="legend-row",c.LEGEND_ENTRY_CLASS="legend-entry",c.LEGEND_SYMBOL_CLASS="legend-symbol",c}(a.Component);b.Legend=c}(b=a.Components||(a.Components={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(b){function c(c){var d=this;if(b.call(this),this._textPadding=5,null==c)throw new Error("InterpolatedColorLegend requires a interpolatedColorScale");this._scale=c,this._redrawCallback=function(a){return d.redraw()},this._scale.onUpdate(this._redrawCallback),this._formatter=a.Formatters.general(),this._orientation="horizontal",this._expands=!1,this.addClass("legend"),this.addClass("interpolated-color-legend")}return e(c,b),c.prototype.destroy=function(){b.prototype.destroy.call(this),this._scale.offUpdate(this._redrawCallback)},c.prototype.formatter=function(a){return void 0===a?this._formatter:(this._formatter=a,this.redraw(),this)},c.prototype.expands=function(a){return null==a?this._expands:(this._expands=a,this.redraw(),this)},c._ensureOrientation=function(a){if(a=a.toLowerCase(),"horizontal"===a||"left"===a||"right"===a)return a;throw new Error('"'+a+'" is not a valid orientation for InterpolatedColorLegend')},c.prototype.orientation=function(a){return null==a?this._orientation:(this._orientation=c._ensureOrientation(a),this.redraw(),this)},c.prototype.fixedWidth=function(){return!this.expands()||this._isVertical()},c.prototype.fixedHeight=function(){return!this.expands()||!this._isVertical()},c.prototype._generateTicks=function(a){void 0===a&&(a=c._DEFAULT_NUM_SWATCHES);var b=this._scale.domain();if(1===a)return[b[0]];for(var d=(b[1]-b[0])/(a-1),e=[],f=0;a>f;f++)e.push(b[0]+d*f);return e},c.prototype._setup=function(){b.prototype._setup.call(this),this._swatchContainer=this.content().append("g").classed("swatch-container",!0),this._swatchBoundingBox=this.content().append("rect").classed("swatch-bounding-box",!0),this._lowerLabel=this.content().append("g").classed(c.LEGEND_LABEL_CLASS,!0),this._upperLabel=this.content().append("g").classed(c.LEGEND_LABEL_CLASS,!0),this._measurer=new f.Measurers.Measurer(this.content()),this._wrapper=new f.Wrappers.Wrapper,this._writer=new f.Writers.Writer(this._measurer,this._wrapper)},c.prototype.requestedSpace=function(b,d){var e,f,g=this,h=this._measurer.measure().height,i=h,j=this._scale.domain(),k=j.map(function(a){return g._measurer.measure(g._formatter(a)).width}),l=c._DEFAULT_NUM_SWATCHES;if(this._isVertical()){var m=a.Utils.Math.max(k,0);f=i+h+this._textPadding+m+this._textPadding,e=l*h}else e=i+h+i,f=this._textPadding+k[0]+l*h+k[1]+this._textPadding;return{minWidth:f,minHeight:e}},c.prototype._isVertical=function(){return"horizontal"!==this._orientation},c.prototype.renderImmediately=function(){var c=this;b.prototype.renderImmediately.call(this);var d,e,f,g,h,i,j=this._scale.domain(),k=this._formatter(j[0]),l=this._measurer.measure(k).width,m=this._formatter(j[1]),n=this._measurer.measure(m).width,o=this._measurer.measure().height,p=this._textPadding,q={x:0,y:0},r={x:0,y:0},s={selection:this._lowerLabel,xAlign:"center",yAlign:"center",textRotation:0},t={selection:this._upperLabel,xAlign:"center",yAlign:"center",textRotation:0},u={x:0,y:0,width:0,height:0};if(this._isVertical()){i=Math.floor(this.height());var v=Math.max(l,n);h=(this.width()-v-2*this._textPadding)/2,d=Math.max(this.width()-h-2*p-v,0),e=1,g=function(a,b){return c.height()-(b+1)},t.yAlign="top",q.y=0,s.yAlign="bottom",r.y=0,"left"===this._orientation?(f=function(a,b){return p+v+p},t.xAlign="right",q.x=-(h+d+p),s.xAlign="right",r.x=-(h+d+p)):(f=function(a,b){return h},t.xAlign="left",q.x=h+d+p,s.xAlign="left",r.x=h+d+p),u.width=d,u.height=i*e}else h=Math.max(p,(this.height()-o)/2),i=Math.max(Math.floor(this.width()-4*p-l-n),0),d=1,e=Math.max(this.height()-2*h,0),f=function(a,b){return Math.floor(l+2*p)+b},g=function(a,b){return h},t.xAlign="right",q.x=-p,s.xAlign="left",r.x=p,u.y=h,u.width=i*d,u.height=e;u.x=f(null,0),this._upperLabel.text(""),this._writer.write(m,this.width(),this.height(),t);var w="translate("+q.x+", "+q.y+")";this._upperLabel.attr("transform",w),this._lowerLabel.text(""),this._writer.write(k,this.width(),this.height(),s);var x="translate("+r.x+", "+r.y+")";this._lowerLabel.attr("transform",x),this._swatchBoundingBox.attr(u);var y=this._generateTicks(i),z=this._swatchContainer.selectAll("rect.swatch").data(y),A=z.enter().append("rect").classed("swatch",!0);return z.exit().remove(),z.attr({fill:function(a,b){return c._scale.scale(a)},width:d,height:e,x:f,y:g,"shape-rendering":"crispEdges"}),a.Configs.ADD_TITLE_ELEMENTS&&A.append("title").text(function(a){return c._formatter(a)}),this},c._DEFAULT_NUM_SWATCHES=11,c.LEGEND_LABEL_CLASS="legend-label",c}(a.Component);b.InterpolatedColorLegend=c}(b=a.Components||(a.Components={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(b){function c(c,d){var e=this;if(null!=c&&!a.QuantitativeScale.prototype.isPrototypeOf(c))throw new Error("xScale needs to inherit from Scale.QuantitativeScale");if(null!=d&&!a.QuantitativeScale.prototype.isPrototypeOf(d))throw new Error("yScale needs to inherit from Scale.QuantitativeScale");b.call(this),this.addClass("gridlines"),this._xScale=c,this._yScale=d,this._renderCallback=function(a){return e.render()},this._xScale&&this._xScale.onUpdate(this._renderCallback),this._yScale&&this._yScale.onUpdate(this._renderCallback)}return e(c,b),c.prototype.destroy=function(){return b.prototype.destroy.call(this),this._xScale&&this._xScale.offUpdate(this._renderCallback),this._yScale&&this._yScale.offUpdate(this._renderCallback),this},c.prototype._setup=function(){b.prototype._setup.call(this),this._xLinesContainer=this.content().append("g").classed("x-gridlines",!0),this._yLinesContainer=this.content().append("g").classed("y-gridlines",!0)},c.prototype.renderImmediately=function(){return b.prototype.renderImmediately.call(this),this._redrawXLines(),this._redrawYLines(),this},c.prototype.computeLayout=function(a,c,d){return b.prototype.computeLayout.call(this,a,c,d),null!=this._xScale&&this._xScale.range([0,this.width()]),null!=this._yScale&&this._yScale.range([this.height(),0]),this},c.prototype._redrawXLines=function(){var a=this;if(this._xScale){var b=this._xScale.ticks(),c=function(b){return a._xScale.scale(b)},d=this._xLinesContainer.selectAll("line").data(b);d.enter().append("line"),d.attr("x1",c).attr("y1",0).attr("x2",c).attr("y2",this.height()).classed("zeroline",function(a){return 0===a}),d.exit().remove()}},c.prototype._redrawYLines=function(){var a=this;if(this._yScale){var b=this._yScale.ticks(),c=function(b){return a._yScale.scale(b);
},d=this._yLinesContainer.selectAll("line").data(b);d.enter().append("line"),d.attr("x1",0).attr("y1",c).attr("x2",this.width()).attr("y2",c).classed("zeroline",function(a){return 0===a}),d.exit().remove()}},c}(a.Component);b.Gridlines=c}(b=a.Components||(a.Components={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(b){function c(a){var c=this;void 0===a&&(a=[]),b.call(this),this._rowPadding=0,this._columnPadding=0,this._rows=[],this._rowWeights=[],this._columnWeights=[],this._nRows=0,this._nCols=0,this._calculatedLayout=null,this.addClass("table"),a.forEach(function(a,b){a.forEach(function(a,d){null!=a&&c.add(a,b,d)})})}return e(c,b),c.prototype._forEach=function(a){for(var b=0;b<this._nRows;b++)for(var c=0;c<this._nCols;c++)null!=this._rows[b][c]&&a(this._rows[b][c])},c.prototype.has=function(a){for(var b=0;b<this._nRows;b++)for(var c=0;c<this._nCols;c++)if(this._rows[b][c]===a)return!0;return!1},c.prototype.componentAt=function(a,b){return 0>a||a>=this._nRows||0>b||b>=this._nCols?null:this._rows[a][b]},c.prototype.add=function(a,b,c){if(null==a)throw Error("Cannot add null to a table cell");if(!this.has(a)){var d=this._rows[b]&&this._rows[b][c];if(null!=d)throw new Error("cell is occupied");a.detach(),this._nRows=Math.max(b+1,this._nRows),this._nCols=Math.max(c+1,this._nCols),this._padTableToSize(this._nRows,this._nCols),this._rows[b][c]=a,this._adoptAndAnchor(a),this.redraw()}return this},c.prototype._remove=function(a){for(var b=0;b<this._nRows;b++)for(var c=0;c<this._nCols;c++)if(this._rows[b][c]===a)return this._rows[b][c]=null,!0;return!1},c.prototype._iterateLayout=function(b,d,e){void 0===e&&(e=!1);for(var f,g,h,i,j,k=this._rows,l=d3.transpose(this._rows),m=b-this._columnPadding*(this._nCols-1),n=d-this._rowPadding*(this._nRows-1),o=c._calcComponentWeights(this._rowWeights,k,function(a){return null==a||a.fixedHeight()}),p=c._calcComponentWeights(this._columnWeights,l,function(a){return null==a||a.fixedWidth()}),q=p.map(function(a){return 0===a?.5:a}),r=o.map(function(a){return 0===a?.5:a}),s=c._calcProportionalSpace(q,m),t=c._calcProportionalSpace(r,n),u=a.Utils.Array.createFilledArray(0,this._nCols),v=a.Utils.Array.createFilledArray(0,this._nRows),w=0;;){var x=a.Utils.Array.add(v,t),y=a.Utils.Array.add(u,s);h=this._determineGuarantees(y,x,e),u=h.guaranteedWidths,v=h.guaranteedHeights,i=h.wantsWidthArr.some(function(a){return a}),j=h.wantsHeightArr.some(function(a){return a});var z=f,A=g;f=m-d3.sum(h.guaranteedWidths),g=n-d3.sum(h.guaranteedHeights);var B=void 0;i?(B=h.wantsWidthArr.map(function(a){return a?.1:0}),B=a.Utils.Array.add(B,p)):B=p;var C=void 0;j?(C=h.wantsHeightArr.map(function(a){return a?.1:0}),C=a.Utils.Array.add(C,o)):C=o,s=c._calcProportionalSpace(B,f),t=c._calcProportionalSpace(C,g),w++;var D=f>0&&f!==z,E=g>0&&g!==A;if(!D&&!E)break;if(w>5)break}return f=m-d3.sum(h.guaranteedWidths),g=n-d3.sum(h.guaranteedHeights),s=c._calcProportionalSpace(p,f),t=c._calcProportionalSpace(o,g),{colProportionalSpace:s,rowProportionalSpace:t,guaranteedWidths:h.guaranteedWidths,guaranteedHeights:h.guaranteedHeights,wantsWidth:i,wantsHeight:j}},c.prototype._determineGuarantees=function(b,c,d){void 0===d&&(d=!1);var e=a.Utils.Array.createFilledArray(0,this._nCols),f=a.Utils.Array.createFilledArray(0,this._nRows),g=a.Utils.Array.createFilledArray(!1,this._nCols),h=a.Utils.Array.createFilledArray(!1,this._nRows);return this._rows.forEach(function(a,i){a.forEach(function(a,j){var k;k=null!=a?a.requestedSpace(b[j],c[i]):{minWidth:0,minHeight:0};var l=d?Math.min(k.minWidth,b[j]):k.minWidth;e[j]=Math.max(e[j],l);var m=d?Math.min(k.minHeight,c[i]):k.minHeight;f[i]=Math.max(f[i],m);var n=k.minWidth>b[j];g[j]=g[j]||n;var o=k.minHeight>c[i];h[i]=h[i]||o})}),{guaranteedWidths:e,guaranteedHeights:f,wantsWidthArr:g,wantsHeightArr:h}},c.prototype.requestedSpace=function(a,b){return this._calculatedLayout=this._iterateLayout(a,b),{minWidth:d3.sum(this._calculatedLayout.guaranteedWidths),minHeight:d3.sum(this._calculatedLayout.guaranteedHeights)}},c.prototype.computeLayout=function(c,d,e){var f=this;b.prototype.computeLayout.call(this,c,d,e);var g=d3.sum(this._calculatedLayout.guaranteedWidths),h=d3.sum(this._calculatedLayout.guaranteedHeights),i=this._calculatedLayout;(g>this.width()||h>this.height())&&(i=this._iterateLayout(this.width(),this.height(),!0));var j=0,k=a.Utils.Array.add(i.rowProportionalSpace,i.guaranteedHeights),l=a.Utils.Array.add(i.colProportionalSpace,i.guaranteedWidths);return this._rows.forEach(function(a,b){var c=0;a.forEach(function(a,d){null!=a&&a.computeLayout({x:c,y:j},l[d],k[b]),c+=l[d]+f._columnPadding}),j+=k[b]+f._rowPadding}),this},c.prototype.rowPadding=function(b){if(null==b)return this._rowPadding;if(!a.Utils.Math.isValidNumber(b)||0>b)throw Error("rowPadding must be a non-negative finite value");return this._rowPadding=b,this.redraw(),this},c.prototype.columnPadding=function(b){if(null==b)return this._columnPadding;if(!a.Utils.Math.isValidNumber(b)||0>b)throw Error("columnPadding must be a non-negative finite value");return this._columnPadding=b,this.redraw(),this},c.prototype.rowWeight=function(b,c){if(null==c)return this._rowWeights[b];if(!a.Utils.Math.isValidNumber(c)||0>c)throw Error("rowWeight must be a non-negative finite value");return this._rowWeights[b]=c,this.redraw(),this},c.prototype.columnWeight=function(b,c){if(null==c)return this._columnWeights[b];if(!a.Utils.Math.isValidNumber(c)||0>c)throw Error("columnWeight must be a non-negative finite value");return this._columnWeights[b]=c,this.redraw(),this},c.prototype.fixedWidth=function(){var a=d3.transpose(this._rows);return c._fixedSpace(a,function(a){return null==a||a.fixedWidth()})},c.prototype.fixedHeight=function(){return c._fixedSpace(this._rows,function(a){return null==a||a.fixedHeight()})},c.prototype._padTableToSize=function(a,b){for(var c=0;a>c;c++){void 0===this._rows[c]&&(this._rows[c]=[],this._rowWeights[c]=null);for(var d=0;b>d;d++)void 0===this._rows[c][d]&&(this._rows[c][d]=null)}for(var d=0;b>d;d++)void 0===this._columnWeights[d]&&(this._columnWeights[d]=null)},c._calcComponentWeights=function(a,b,c){return a.map(function(a,d){if(null!=a)return a;var e=b[d].map(c),f=e.reduce(function(a,b){return a&&b},!0);return f?0:1})},c._calcProportionalSpace=function(b,c){var d=d3.sum(b);return 0===d?a.Utils.Array.createFilledArray(0,b.length):b.map(function(a){return c*a/d})},c._fixedSpace=function(a,b){var c=function(a){return a.reduce(function(a,b){return a&&b},!0)},d=function(a){return c(a.map(b))};return c(a.map(d))},c}(a.ComponentContainer);b.Table=c}(b=a.Components||(a.Components={}))}(d||(d={}));var d;!function(a){var b;!function(b){!function(a){a[a.VALUE=0]="VALUE",a[a.PIXEL=1]="PIXEL"}(b.PropertyMode||(b.PropertyMode={}));var c=b.PropertyMode,d=function(b){function d(){var a=this;b.call(this),this._boxVisible=!1,this._boxBounds={topLeft:{x:0,y:0},bottomRight:{x:0,y:0}},this._xBoundsMode=c.PIXEL,this._yBoundsMode=c.PIXEL,this.addClass("selection-box-layer"),this._adjustBoundsCallback=function(){a.render()},this._clipPathEnabled=!0,this._xExtent=[void 0,void 0],this._yExtent=[void 0,void 0]}return e(d,b),d.prototype._setup=function(){b.prototype._setup.call(this),this._box=this.content().append("g").classed("selection-box",!0).remove(),this._boxArea=this._box.append("rect").classed("selection-area",!0)},d.prototype._sizeFromOffer=function(a,b){return{width:a,height:b}},d.prototype.bounds=function(a){return null==a?this._getBounds():(this._setBounds(a),this._xBoundsMode=c.PIXEL,this._yBoundsMode=c.PIXEL,this.render(),this)},d.prototype._setBounds=function(a){var b={x:Math.min(a.topLeft.x,a.bottomRight.x),y:Math.min(a.topLeft.y,a.bottomRight.y)},c={x:Math.max(a.topLeft.x,a.bottomRight.x),y:Math.max(a.topLeft.y,a.bottomRight.y)};this._boxBounds={topLeft:b,bottomRight:c}},d.prototype._getBounds=function(){return{topLeft:{x:this._xBoundsMode===c.PIXEL?this._boxBounds.topLeft.x:null==this._xScale?0:Math.min(this.xScale().scale(this.xExtent()[0]),this.xScale().scale(this.xExtent()[1])),y:this._yBoundsMode===c.PIXEL?this._boxBounds.topLeft.y:null==this._yScale?0:Math.min(this.yScale().scale(this.yExtent()[0]),this.yScale().scale(this.yExtent()[1]))},bottomRight:{x:this._xBoundsMode===c.PIXEL?this._boxBounds.bottomRight.x:null==this._xScale?0:Math.max(this.xScale().scale(this.xExtent()[0]),this.xScale().scale(this.xExtent()[1])),y:this._yBoundsMode===c.PIXEL?this._boxBounds.bottomRight.y:null==this._yScale?0:Math.max(this.yScale().scale(this.yExtent()[0]),this.yScale().scale(this.yExtent()[1]))}}},d.prototype.renderImmediately=function(){if(b.prototype.renderImmediately.call(this),this._boxVisible){var c=this.bounds(),d=c.topLeft.y,e=c.bottomRight.y,f=c.topLeft.x,g=c.bottomRight.x;if(!(a.Utils.Math.isValidNumber(d)&&a.Utils.Math.isValidNumber(e)&&a.Utils.Math.isValidNumber(f)&&a.Utils.Math.isValidNumber(g)))throw new Error("bounds have not been properly set");this._boxArea.attr({x:f,y:d,width:g-f,height:e-d}),this.content().node().appendChild(this._box.node())}else this._box.remove();return this},d.prototype.boxVisible=function(a){return null==a?this._boxVisible:(this._boxVisible=a,this.render(),this)},d.prototype.fixedWidth=function(){return!0},d.prototype.fixedHeight=function(){return!0},d.prototype.xScale=function(a){return null==a?this._xScale:(null!=this._xScale&&this._xScale.offUpdate(this._adjustBoundsCallback),this._xScale=a,this._xBoundsMode=c.VALUE,this._xScale.onUpdate(this._adjustBoundsCallback),this.render(),this)},d.prototype.yScale=function(a){return null==a?this._yScale:(null!=this._yScale&&this._yScale.offUpdate(this._adjustBoundsCallback),this._yScale=a,this._yBoundsMode=c.VALUE,this._yScale.onUpdate(this._adjustBoundsCallback),this.render(),this)},d.prototype.xExtent=function(a){return null==a?this._getXExtent():(this._setXExtent(a),this._xBoundsMode=c.VALUE,this.render(),this)},d.prototype._getXExtent=function(){return this._xBoundsMode===c.VALUE?this._xExtent:null==this._xScale?[void 0,void 0]:[this._xScale.invert(this._boxBounds.topLeft.x),this._xScale.invert(this._boxBounds.bottomRight.x)]},d.prototype._setXExtent=function(a){this._xExtent=a},d.prototype.yExtent=function(a){return null==a?this._getYExtent():(this._setYExtent(a),this._yBoundsMode=c.VALUE,this.render(),this)},d.prototype._getYExtent=function(){return this._yBoundsMode===c.VALUE?this._yExtent:null==this._yScale?[void 0,void 0]:[this._yScale.invert(this._boxBounds.topLeft.y),this._yScale.invert(this._boxBounds.bottomRight.y)]},d.prototype._setYExtent=function(a){this._yExtent=a},d.prototype.destroy=function(){b.prototype.destroy.call(this),null!=this._xScale&&this.xScale().offUpdate(this._adjustBoundsCallback),null!=this._yScale&&this.yScale().offUpdate(this._adjustBoundsCallback)},d}(a.Component);b.SelectionBoxLayer=d}(b=a.Components||(a.Components={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c;!function(a){a[a.VALUE=0]="VALUE",a[a.PIXEL=1]="PIXEL"}(c||(c={}));var d=function(b){function d(a){var e=this;if(b.call(this),this._mode=c.VALUE,a!==d.ORIENTATION_VERTICAL&&a!==d.ORIENTATION_HORIZONTAL)throw new Error(a+" is not a valid orientation for GuideLineLayer");this._orientation=a,this._clipPathEnabled=!0,this.addClass("guide-line-layer"),this._isVertical()?this.addClass("vertical"):this.addClass("horizontal"),this._scaleUpdateCallback=function(){e._syncPixelPositionAndValue(),e.render()}}return e(d,b),d.prototype._setup=function(){b.prototype._setup.call(this),this._guideLine=this.content().append("line").classed("guide-line",!0)},d.prototype._sizeFromOffer=function(a,b){return{width:a,height:b}},d.prototype._isVertical=function(){return this._orientation===d.ORIENTATION_VERTICAL},d.prototype.fixedWidth=function(){return!0},d.prototype.fixedHeight=function(){return!0},d.prototype.computeLayout=function(a,c,d){return b.prototype.computeLayout.call(this,a,c,d),null!=this.scale()&&(this._isVertical()?this.scale().range([0,this.width()]):this.scale().range([this.height(),0])),this},d.prototype.renderImmediately=function(){return b.prototype.renderImmediately.call(this),this._syncPixelPositionAndValue(),this._guideLine.attr({x1:this._isVertical()?this.pixelPosition():0,y1:this._isVertical()?0:this.pixelPosition(),x2:this._isVertical()?this.pixelPosition():this.width(),y2:this._isVertical()?this.height():this.pixelPosition()}),this},d.prototype._syncPixelPositionAndValue=function(){null!=this.scale()&&(this._mode===c.VALUE&&null!=this.value()?this._pixelPosition=this.scale().scale(this.value()):this._mode===c.PIXEL&&null!=this.pixelPosition()&&(this._value=this.scale().invert(this.pixelPosition())))},d.prototype._setPixelPositionWithoutChangingMode=function(a){this._pixelPosition=a,null!=this.scale()&&(this._value=this.scale().invert(this.pixelPosition())),this.render()},d.prototype.scale=function(a){if(null==a)return this._scale;var b=this._scale;return null!=b&&b.offUpdate(this._scaleUpdateCallback),this._scale=a,this._scale.onUpdate(this._scaleUpdateCallback),this._syncPixelPositionAndValue(),this.redraw(),this},d.prototype.value=function(a){return null==a?this._value:(this._value=a,this._mode=c.VALUE,this._syncPixelPositionAndValue(),this.render(),this)},d.prototype.pixelPosition=function(b){if(null==b)return this._pixelPosition;if(!a.Utils.Math.isValidNumber(b))throw new Error("pixelPosition must be a finite number");return this._pixelPosition=b,this._mode=c.PIXEL,this._syncPixelPositionAndValue(),this.render(),this},d.prototype.destroy=function(){b.prototype.destroy.call(this),null!=this.scale()&&this.scale().offUpdate(this._scaleUpdateCallback)},d.ORIENTATION_VERTICAL="vertical",d.ORIENTATION_HORIZONTAL="horizontal",d}(a.Component);b.GuideLineLayer=d}(b=a.Components||(a.Components={}))}(d||(d={}));var d;!function(a){var b;!function(a){var b;!function(a){a.MAIN="main",a.RESET="reset"}(b=a.Animator||(a.Animator={}))}(b=a.Plots||(a.Plots={}))}(d||(d={}));var d;!function(a){var b=function(b){function c(){var d=this;b.call(this),this._dataChanged=!1,this._animate=!1,this._animators={},this._clipPathEnabled=!0,this.addClass("plot"),this._datasetToDrawer=new a.Utils.Map,this._attrBindings=d3.map(),this._attrExtents=d3.map(),this._includedValuesProvider=function(a){return d._includedValuesForScale(a)},this._renderCallback=function(a){return d.render()},this._onDatasetUpdateCallback=function(){return d._onDatasetUpdate()},this._propertyBindings=d3.map(),this._propertyExtents=d3.map();var e=(new a.Animators.Easing).maxTotalDuration(c._ANIMATION_MAX_DURATION);this.animator(a.Plots.Animator.MAIN,e),this.animator(a.Plots.Animator.RESET,new a.Animators.Null)}return e(c,b),c.prototype.anchor=function(a){return b.prototype.anchor.call(this,a),this._dataChanged=!0,this._updateExtents(),this},c.prototype._setup=function(){var a=this;b.prototype._setup.call(this),this._renderArea=this.content().append("g").classed("render-area",!0),this.datasets().forEach(function(b){return a._createNodesForDataset(b)})},c.prototype.destroy=function(){var a=this;b.prototype.destroy.call(this),this._scales().forEach(function(b){return b.offUpdate(a._renderCallback)}),this.datasets([])},c.prototype._createNodesForDataset=function(a){var b=this._datasetToDrawer.get(a);return b.renderArea(this._renderArea.append("g")),b},c.prototype._createDrawer=function(b){return new a.Drawer(b)},c.prototype._getAnimator=function(b){return this._animateOnNextRender()?this._animators[b]||new a.Animators.Null:new a.Animators.Null},c.prototype._onDatasetUpdate=function(){this._updateExtents(),this._dataChanged=!0,this.render()},c.prototype.attr=function(a,b,c){return null==b?this._attrBindings.get(a):(this._bindAttr(a,b,c),this.render(),this)},c.prototype._bindProperty=function(a,b,c){var d=this._propertyBindings.get(a),e=null!=d?d.scale:null;this._propertyBindings.set(a,{accessor:d3.functor(b),scale:c}),this._updateExtentsForProperty(a),null!=e&&this._uninstallScaleForKey(e,a),null!=c&&this._installScaleForKey(c,a)},c.prototype._bindAttr=function(a,b,c){var d=this._attrBindings.get(a),e=null!=d?d.scale:null;this._attrBindings.set(a,{accessor:d3.functor(b),scale:c}),this._updateExtentsForAttr(a),null!=e&&this._uninstallScaleForKey(e,a),null!=c&&this._installScaleForKey(c,a)},c.prototype._generateAttrToProjector=function(){var a={};this._attrBindings.forEach(function(b,c){var d=c.accessor,e=c.scale,f=e?function(a,b,c){return e.scale(d(a,b,c))}:d;a[b]=f});var b=this._propertyProjectors();return Object.keys(b).forEach(function(c){null==a[c]&&(a[c]=b[c])}),a},c.prototype.renderImmediately=function(){return b.prototype.renderImmediately.call(this),this._isAnchored&&(this._paint(),this._dataChanged=!1),this},c.prototype.animated=function(a){return null==a?this._animate:(this._animate=a,this)},c.prototype.detach=function(){return b.prototype.detach.call(this),this._updateExtents(),this},c.prototype._scales=function(){var a=[];return this._attrBindings.forEach(function(b,c){var d=c.scale;null!=d&&-1===a.indexOf(d)&&a.push(d)}),this._propertyBindings.forEach(function(b,c){var d=c.scale;null!=d&&-1===a.indexOf(d)&&a.push(d)}),a},c.prototype._updateExtents=function(){var a=this;this._attrBindings.forEach(function(b){return a._updateExtentsForAttr(b)}),this._propertyExtents.forEach(function(b){return a._updateExtentsForProperty(b)}),this._scales().forEach(function(b){return b.addIncludedValuesProvider(a._includedValuesProvider)})},c.prototype._updateExtentsForAttr=function(a){this._updateExtentsForKey(a,this._attrBindings,this._attrExtents,null)},c.prototype._updateExtentsForProperty=function(a){this._updateExtentsForKey(a,this._propertyBindings,this._propertyExtents,this._filterForProperty(a))},c.prototype._filterForProperty=function(a){return null},c.prototype._updateExtentsForKey=function(a,b,c,d){var e=this,f=b.get(a);null!=f&&null!=f.accessor&&c.set(a,this.datasets().map(function(a){return e._computeExtent(a,f,d)}))},c.prototype._computeExtent=function(a,b,c){var d=b.accessor,e=b.scale;if(null==e)return[];var f=a.data();null!=c&&(f=f.filter(function(b,d){return c(b,d,a)}));var g=function(b,c){return d(b,c,a)},h=f.map(g);return e.extentOfValues(h)},c.prototype._extentsForProperty=function(a){return this._propertyExtents.get(a)},c.prototype._includedValuesForScale=function(a){var b=this;if(!this._isAnchored)return[];var c=[];return this._attrBindings.forEach(function(d,e){if(e.scale===a){var f=b._attrExtents.get(d);null!=f&&(c=c.concat(d3.merge(f)))}}),this._propertyBindings.forEach(function(d,e){if(e.scale===a){var f=b._extentsForProperty(d);null!=f&&(c=c.concat(d3.merge(f)))}}),c},c.prototype.animator=function(a,b){return void 0===b?this._animators[a]:(this._animators[a]=b,this)},c.prototype.addDataset=function(a){return this._addDataset(a),this._onDatasetUpdate(),this},c.prototype._addDataset=function(a){this._removeDataset(a);var b=this._createDrawer(a);return this._datasetToDrawer.set(a,b),this._isSetup&&this._createNodesForDataset(a),a.onUpdate(this._onDatasetUpdateCallback),this},c.prototype.removeDataset=function(a){return this._removeDataset(a),this._onDatasetUpdate(),this},c.prototype._removeDataset=function(a){return-1===this.datasets().indexOf(a)?this:(this._removeDatasetNodes(a),a.offUpdate(this._onDatasetUpdateCallback),this._datasetToDrawer["delete"](a),this)},c.prototype._removeDatasetNodes=function(a){var b=this._datasetToDrawer.get(a);b.remove()},c.prototype.datasets=function(a){var b=this,c=[];return this._datasetToDrawer.forEach(function(a,b){return c.push(b)}),null==a?c:(c.forEach(function(a){return b._removeDataset(a)}),a.forEach(function(a){return b._addDataset(a)}),this._onDatasetUpdate(),this)},c.prototype._getDrawersInOrder=function(){var a=this;return this.datasets().map(function(b){return a._datasetToDrawer.get(b)})},c.prototype._generateDrawSteps=function(){return[{attrToProjector:this._generateAttrToProjector(),animator:new a.Animators.Null}]},c.prototype._additionalPaint=function(a){},c.prototype._getDataToDraw=function(){var b=new a.Utils.Map;return this.datasets().forEach(function(a){return b.set(a,a.data())}),b},c.prototype._paint=function(){var b=this._generateDrawSteps(),c=this._getDataToDraw(),d=this._getDrawersInOrder();this.datasets().forEach(function(a,e){return d[e].draw(c.get(a),b)});var e=this.datasets().map(function(a,e){return d[e].totalDrawTime(c.get(a),b)}),f=a.Utils.Math.max(e,0);this._additionalPaint(f)},c.prototype.selections=function(a){var b=this;void 0===a&&(a=this.datasets());var c=[];return a.forEach(function(a){var d=b._datasetToDrawer.get(a);null!=d&&d.renderArea().selectAll(d.selector()).each(function(){c.push(this)})}),d3.selectAll(c)},c.prototype.entities=function(a){var b=this;return void 0===a&&(a=this.datasets()),this._lightweightEntities(a).map(function(a){return b._lightweightPlotEntityToPlotEntity(a)})},c.prototype._lightweightEntities=function(b){var c=this;void 0===b&&(b=this.datasets());var d=[];return b.forEach(function(b){var e=c._datasetToDrawer.get(b),f=0;b.data().forEach(function(g,h){var i=c._pixelPoint(g,h,b);a.Utils.Math.isNaN(i.x)||a.Utils.Math.isNaN(i.y)||(d.push({datum:g,index:h,dataset:b,position:i,component:c,drawer:e,validDatumIndex:f}),f++)})}),d},c.prototype._lightweightPlotEntityToPlotEntity=function(a){var b={datum:a.datum,position:a.position,dataset:a.dataset,index:a.index,component:a.component,selection:a.drawer.selectionForIndex(a.validDatumIndex)};return b},c.prototype.entityNearest=function(b){var c,d=this,e=1/0,f=this._lightweightEntities();return f.forEach(function(f){if(d._entityVisibleOnPlot(f.position,f.datum,f.index,f.dataset)){var g=a.Utils.Math.distanceSquared(f.position,b);e>g&&(e=g,c=f)}}),void 0!==c?this._lightweightPlotEntityToPlotEntity(c):void 0},c.prototype._entityVisibleOnPlot=function(a,b,c,d){return!(a.x<0||a.y<0||a.x>this.width()||a.y>this.height())},c.prototype._uninstallScaleForKey=function(a,b){a.offUpdate(this._renderCallback),a.removeIncludedValuesProvider(this._includedValuesProvider)},c.prototype._installScaleForKey=function(a,b){a.onUpdate(this._renderCallback),a.addIncludedValuesProvider(this._includedValuesProvider)},c.prototype._propertyProjectors=function(){return{}},c._scaledAccessor=function(a){return null==a.scale?a.accessor:function(b,c,d){return a.scale.scale(a.accessor(b,c,d))}},c.prototype._pixelPoint=function(a,b,c){return{x:0,y:0}},c.prototype._animateOnNextRender=function(){return this._animate&&this._dataChanged},c._ANIMATION_MAX_DURATION=600,c}(a.Component);a.Plot=b}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(b){function c(){var c=this;b.call(this),this._labelFormatter=a.Formatters.identity(),this._labelsEnabled=!1,this.innerRadius(0),this.outerRadius(function(){return Math.min(c.width(),c.height())/2}),this.addClass("pie-plot"),this.attr("fill",function(a,b){return String(b)},new a.Scales.Color),this._strokeDrawers=new a.Utils.Map}return e(c,b),c.prototype._setup=function(){var a=this;b.prototype._setup.call(this),this._strokeDrawers.forEach(function(b){return b.renderArea(a._renderArea.append("g"))})},c.prototype.computeLayout=function(a,c,d){b.prototype.computeLayout.call(this,a,c,d),this._renderArea.attr("transform","translate("+this.width()/2+","+this.height()/2+")");var e=Math.min(this.width(),this.height())/2;return null!=this.innerRadius().scale&&this.innerRadius().scale.range([0,e]),null!=this.outerRadius().scale&&this.outerRadius().scale.range([0,e]),this},c.prototype.addDataset=function(a){return b.prototype.addDataset.call(this,a),this},c.prototype._addDataset=function(c){if(1===this.datasets().length)return a.Utils.Window.warn("Only one dataset is supported in Pie plots"),this;this._updatePieAngles();var d=new a.Drawers.ArcOutline(c);return this._isSetup&&d.renderArea(this._renderArea.append("g")),this._strokeDrawers.set(c,d),b.prototype._addDataset.call(this,c),this},c.prototype.removeDataset=function(a){return b.prototype.removeDataset.call(this,a),this},c.prototype._removeDatasetNodes=function(a){b.prototype._removeDatasetNodes.call(this,a),this._strokeDrawers.get(a).remove()},c.prototype._removeDataset=function(a){return b.prototype._removeDataset.call(this,a),this._startAngles=[],this._endAngles=[],this},c.prototype.selections=function(a){var c=this;void 0===a&&(a=this.datasets());var d=b.prototype.selections.call(this,a)[0];return a.forEach(function(a){var b=c._strokeDrawers.get(a);null!=b&&b.renderArea().selectAll(b.selector()).each(function(){d.push(this)})}),d3.selectAll(d)},c.prototype._onDatasetUpdate=function(){this._updatePieAngles(),b.prototype._onDatasetUpdate.call(this)},c.prototype._createDrawer=function(b){return new a.Drawers.Arc(b)},c.prototype.entities=function(a){var c=this;void 0===a&&(a=this.datasets());var d=b.prototype.entities.call(this,a);return d.forEach(function(a){a.position.x+=c.width()/2,a.position.y+=c.height()/2;var b=c._strokeDrawers.get(a.dataset).selectionForIndex(a.index);a.selection[0].push(b[0][0])}),d},c.prototype.sectorValue=function(a,b){return null==a?this._propertyBindings.get(c._SECTOR_VALUE_KEY):(this._bindProperty(c._SECTOR_VALUE_KEY,a,b),this._updatePieAngles(),this.render(),this)},c.prototype.innerRadius=function(a,b){return null==a?this._propertyBindings.get(c._INNER_RADIUS_KEY):(this._bindProperty(c._INNER_RADIUS_KEY,a,b),this.render(),this)},c.prototype.outerRadius=function(a,b){return null==a?this._propertyBindings.get(c._OUTER_RADIUS_KEY):(this._bindProperty(c._OUTER_RADIUS_KEY,a,b),this.render(),this)},c.prototype.labelsEnabled=function(a){return null==a?this._labelsEnabled:(this._labelsEnabled=a,this.render(),this)},c.prototype.labelFormatter=function(a){return null==a?this._labelFormatter:(this._labelFormatter=a,this.render(),this)},c.prototype.entitiesAt=function(a){var b={x:this.width()/2,y:this.height()/2},c={x:a.x-b.x,y:a.y-b.y},d=this._sliceIndexForPoint(c);return null==d?[]:[this.entities()[d]]},c.prototype._propertyProjectors=function(){var c=this,d=b.prototype._propertyProjectors.call(this),e=a.Plot._scaledAccessor(this.innerRadius()),f=a.Plot._scaledAccessor(this.outerRadius());return d.d=function(a,b,d){return d3.svg.arc().innerRadius(e(a,b,d)).outerRadius(f(a,b,d)).startAngle(c._startAngles[b]).endAngle(c._endAngles[b])(a,b)},d},c.prototype._updatePieAngles=function(){if(null!=this.sectorValue()&&0!==this.datasets().length){var b=a.Plot._scaledAccessor(this.sectorValue()),c=this.datasets()[0],d=this._getDataToDraw().get(c),e=d3.layout.pie().sort(null).value(function(a,d){return b(a,d,c)})(d);this._startAngles=e.map(function(a){return a.startAngle}),this._endAngles=e.map(function(a){return a.endAngle})}},c.prototype._getDataToDraw=function(){var d=b.prototype._getDataToDraw.call(this);if(0===this.datasets().length)return d;var e=a.Plot._scaledAccessor(this.sectorValue()),f=this.datasets()[0],g=d.get(f),h=g.filter(function(a,b){return c._isValidData(e(a,b,f))});return d.set(f,h),d},c._isValidData=function(b){return a.Utils.Math.isValidNumber(b)&&b>=0},c.prototype._pixelPoint=function(b,d,e){var f=a.Plot._scaledAccessor(this.sectorValue());if(!c._isValidData(f(b,d,e)))return{x:NaN,y:NaN};var g=a.Plot._scaledAccessor(this.innerRadius())(b,d,e),h=a.Plot._scaledAccessor(this.outerRadius())(b,d,e),i=(g+h)/2,j=d3.layout.pie().sort(null).value(function(a,b){var d=f(a,b,e);return c._isValidData(d)?d:0})(e.data()),k=j[d].startAngle,l=j[d].endAngle,m=(k+l)/2;return{x:i*Math.sin(m),y:-i*Math.cos(m)}},c.prototype._additionalPaint=function(b){var c=this;this._renderArea.select(".label-area").remove(),this._labelsEnabled&&a.Utils.Window.setTimeout(function(){return c._drawLabels()},b);var d=this._generateStrokeDrawSteps(),e=this._getDataToDraw();this.datasets().forEach(function(a){return c._strokeDrawers.get(a).draw(e.get(a),d)})},c.prototype._generateStrokeDrawSteps=function(){var b=this._generateAttrToProjector();return[{attrToProjector:b,animator:new a.Animators.Null}]},c.prototype._sliceIndexForPoint=function(a){var b=Math.sqrt(Math.pow(a.x,2)+Math.pow(a.y,2)),c=Math.acos(-a.y/b);a.x<0&&(c=2*Math.PI-c);for(var d,e=0;e<this._startAngles.length;e++)if(this._startAngles[e]<c&&this._endAngles[e]>c){d=e;break}if(void 0!==d){var f=this.datasets()[0],g=f.data()[d],h=this.innerRadius().accessor(g,d,f),i=this.outerRadius().accessor(g,d,f);if(b>h&&i>b)return d}return null},c.prototype._drawLabels=function(){var b=this,c=this._generateAttrToProjector(),d=this._renderArea.append("g").classed("label-area",!0),e=new f.Measurers.Measurer(d),g=new f.Writers.Writer(e),h=this.datasets()[0],i=this._getDataToDraw().get(h);i.forEach(function(f,i){var j=b.sectorValue().accessor(f,i,h);if(a.Utils.Math.isValidNumber(j)){j=b._labelFormatter(j);var k=e.measure(j),l=(b._endAngles[i]+b._startAngles[i])/2,m=b.outerRadius().accessor(f,i,h);b.outerRadius().scale&&(m=b.outerRadius().scale.scale(m));var n=b.innerRadius().accessor(f,i,h);b.innerRadius().scale&&(n=b.innerRadius().scale.scale(n));var o=(m+n)/2,p=Math.sin(l)*o-k.width/2,q=-Math.cos(l)*o-k.height/2,r=[{x:p,y:q},{x:p,y:q+k.height},{x:p+k.width,y:q},{x:p+k.width,y:q+k.height}],s=r.every(function(a){return Math.abs(a.x)<=b.width()/2&&Math.abs(a.y)<=b.height()/2});if(s){var t=r.map(function(a){return b._sliceIndexForPoint(a)});s=t.every(function(a){return a===i})}var u=c.fill(f,i,h),v=1.6*a.Utils.Color.contrast("white",u)<a.Utils.Color.contrast("black",u),w=d.append("g").attr("transform","translate("+p+","+q+")"),x=v?"dark-label":"light-label";w.classed(x,!0),w.style("visibility",s?"inherit":"hidden"),g.write(j,k.width,k.height,{selection:w,xAlign:"center",yAlign:"center",textRotation:0})}})},c._INNER_RADIUS_KEY="inner-radius",c._OUTER_RADIUS_KEY="outer-radius",c._SECTOR_VALUE_KEY="sector-value",c}(a.Plot);b.Pie=c}(b=a.Plots||(a.Plots={}))}(d||(d={}));var d;!function(a){var b=function(b){function c(){var a=this;b.call(this),this._autoAdjustXScaleDomain=!1,this._autoAdjustYScaleDomain=!1,this._deferredRendering=!1,this._cachedDomainX=[null,null],this._cachedDomainY=[null,null],this.addClass("xy-plot"),this._adjustYDomainOnChangeFromXCallback=function(b){return a._adjustYDomainOnChangeFromX()},this._adjustXDomainOnChangeFromYCallback=function(b){return a._adjustXDomainOnChangeFromY()};var c=0,d=0,e=1,f=1,g=[null,null],h=[null,null],i=0,j=500,k=function(){null!=a._renderArea&&(a._renderArea.attr("transform","translate("+c+", "+d+")scale("+e+", "+f+")"),clearTimeout(i),i=setTimeout(function(){a._cachedDomainX=g,a._cachedDomainY=h,c=0,d=0,e=1,f=1,a.render(),a._renderArea.attr("transform","translate(0, 0) scale(1, 1)")},j))},l=function(b){a._isAnchored&&(g=b.domain(),e=(b.scale(a._cachedDomainX[1])-b.scale(a._cachedDomainX[0]))/(b.scale(g[1])-b.scale(g[0]))||1,c=b.scale(a._cachedDomainX[0])-b.scale(g[0])||0,k())},m=function(b){a._isAnchored&&(h=b.domain(),f=(b.scale(a._cachedDomainY[1])-b.scale(a._cachedDomainY[0]))/(b.scale(h[1])-b.scale(h[0]))||1,d=b.scale(a._cachedDomainY[0])-b.scale(h[0])*f||0,k())};this._renderCallback=function(b){a.deferredRendering()&&a.x()&&a.x().scale===b?l(b):a.deferredRendering()&&a.y()&&a.y().scale===b?m(b):a.render()}}return e(c,b),c.prototype.deferredRendering=function(a){return null==a?this._deferredRendering:(a&&this._isAnchored&&(this.x()&&this.x().scale&&(this._cachedDomainX=this.x().scale.domain()),this.y()&&this.y().scale&&(this._cachedDomainY=this.y().scale.domain())),this._deferredRendering=a,this)},c.prototype.x=function(a,b){if(null==a)return this._propertyBindings.get(c._X_KEY);this._bindProperty(c._X_KEY,a,b);var d=this.width();return null!=b&&null!=d&&b.range([0,d]),this._autoAdjustYScaleDomain&&this._updateYExtentsAndAutodomain(),this.render(),this},c.prototype.y=function(b,d){if(null==b)return this._propertyBindings.get(c._Y_KEY);this._bindProperty(c._Y_KEY,b,d);var e=this.height();return null!=d&&null!=e&&(d instanceof a.Scales.Category?d.range([0,e]):d.range([e,0])),this._autoAdjustXScaleDomain&&this._updateXExtentsAndAutodomain(),this.render(),this},c.prototype._filterForProperty=function(a){return"x"===a&&this._autoAdjustXScaleDomain?this._makeFilterByProperty("y"):"y"===a&&this._autoAdjustYScaleDomain?this._makeFilterByProperty("x"):null;
},c.prototype._makeFilterByProperty=function(b){var c=this._propertyBindings.get(b);if(null!=c){var d=c.accessor,e=c.scale;if(null!=e)return function(b,c,f){var g=e.range();return a.Utils.Math.inRange(e.scale(d(b,c,f)),g[0],g[1])}}return null},c.prototype._uninstallScaleForKey=function(a,d){b.prototype._uninstallScaleForKey.call(this,a,d);var e=d===c._X_KEY?this._adjustYDomainOnChangeFromXCallback:this._adjustXDomainOnChangeFromYCallback;a.offUpdate(e)},c.prototype._installScaleForKey=function(a,d){b.prototype._installScaleForKey.call(this,a,d);var e=d===c._X_KEY?this._adjustYDomainOnChangeFromXCallback:this._adjustXDomainOnChangeFromYCallback;a.onUpdate(e)},c.prototype.destroy=function(){return b.prototype.destroy.call(this),this.x().scale&&this.x().scale.offUpdate(this._adjustYDomainOnChangeFromXCallback),this.y().scale&&this.y().scale.offUpdate(this._adjustXDomainOnChangeFromYCallback),this},c.prototype.autorangeMode=function(a){if(null==a)return this._autoAdjustXScaleDomain?"x":this._autoAdjustYScaleDomain?"y":"none";switch(a){case"x":this._autoAdjustXScaleDomain=!0,this._autoAdjustYScaleDomain=!1,this._adjustXDomainOnChangeFromY();break;case"y":this._autoAdjustXScaleDomain=!1,this._autoAdjustYScaleDomain=!0,this._adjustYDomainOnChangeFromX();break;case"none":this._autoAdjustXScaleDomain=!1,this._autoAdjustYScaleDomain=!1;break;default:throw new Error("Invalid scale name '"+a+"', must be 'x', 'y' or 'none'")}return this},c.prototype.computeLayout=function(c,d,e){b.prototype.computeLayout.call(this,c,d,e);var f=this.x(),g=f&&f.scale;null!=g&&g.range([0,this.width()]);var h=this.y(),i=h&&h.scale;return null!=i&&(i instanceof a.Scales.Category?i.range([0,this.height()]):i.range([this.height(),0])),this},c.prototype._updateXExtentsAndAutodomain=function(){this._updateExtentsForProperty("x");var a=this.x().scale;null!=a&&a.autoDomain()},c.prototype._updateYExtentsAndAutodomain=function(){this._updateExtentsForProperty("y");var a=this.y().scale;null!=a&&a.autoDomain()},c.prototype.showAllData=function(){return this._updateXExtentsAndAutodomain(),this._updateYExtentsAndAutodomain(),this},c.prototype._adjustYDomainOnChangeFromX=function(){this._projectorsReady()&&this._autoAdjustYScaleDomain&&this._updateYExtentsAndAutodomain()},c.prototype._adjustXDomainOnChangeFromY=function(){this._projectorsReady()&&this._autoAdjustXScaleDomain&&this._updateXExtentsAndAutodomain()},c.prototype._projectorsReady=function(){var a=this.x(),b=this.y();return null!=a&&null!=a.accessor&&null!=b&&null!=b.accessor},c.prototype._pixelPoint=function(b,c,d){var e=a.Plot._scaledAccessor(this.x()),f=a.Plot._scaledAccessor(this.y());return{x:e(b,c,d),y:f(b,c,d)}},c.prototype._getDataToDraw=function(){var c=this,d=b.prototype._getDataToDraw.call(this),e=function(b,d,e){var f=a.Plot._scaledAccessor(c.x())(b,d,e),g=a.Plot._scaledAccessor(c.y())(b,d,e);return a.Utils.Math.isValidNumber(f)&&a.Utils.Math.isValidNumber(g)};return this.datasets().forEach(function(a){d.set(a,d.get(a).filter(function(b,c){return e(b,c,a)}))}),d},c._X_KEY="x",c._Y_KEY="y",c}(a.Plot);a.XYPlot=b}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(b){function c(){b.call(this),this._labelsEnabled=!1,this._label=null,this.animator("rectangles",new a.Animators.Null),this.addClass("rectangle-plot"),this.attr("fill",(new a.Scales.Color).range()[0])}return e(c,b),c.prototype._createDrawer=function(b){return new a.Drawers.Rectangle(b)},c.prototype._generateAttrToProjector=function(){var d=this,e=b.prototype._generateAttrToProjector.call(this),f=a.Plot._scaledAccessor(this.x()),g=e[c._X2_KEY],h=a.Plot._scaledAccessor(this.y()),i=e[c._Y2_KEY],j=this.x().scale,k=this.y().scale;return null!=g?(e.width=function(a,b,c){return Math.abs(g(a,b,c)-f(a,b,c))},e.x=function(a,b,c){return Math.min(g(a,b,c),f(a,b,c))}):(e.width=function(a,b,c){return d._rectangleWidth(j)},e.x=function(a,b,c){return f(a,b,c)-.5*e.width(a,b,c)}),null!=i?(e.height=function(a,b,c){return Math.abs(i(a,b,c)-h(a,b,c))},e.y=function(a,b,c){return Math.max(i(a,b,c),h(a,b,c))-e.height(a,b,c)}):(e.height=function(a,b,c){return d._rectangleWidth(k)},e.y=function(a,b,c){return h(a,b,c)-.5*e.height(a,b,c)}),delete e[c._X2_KEY],delete e[c._Y2_KEY],e},c.prototype._generateDrawSteps=function(){return[{attrToProjector:this._generateAttrToProjector(),animator:this._getAnimator("rectangles")}]},c.prototype._updateExtentsForProperty=function(a){b.prototype._updateExtentsForProperty.call(this,a),"x"===a?b.prototype._updateExtentsForProperty.call(this,"x2"):"y"===a&&b.prototype._updateExtentsForProperty.call(this,"y2")},c.prototype._filterForProperty=function(a){return"x2"===a?b.prototype._filterForProperty.call(this,"x"):"y2"===a?b.prototype._filterForProperty.call(this,"y"):b.prototype._filterForProperty.call(this,a)},c.prototype.x=function(d,e){if(null==d)return b.prototype.x.call(this);if(null==e?b.prototype.x.call(this,d):b.prototype.x.call(this,d,e),null!=e){var f=this.x2(),g=f&&f.accessor;null!=g&&this._bindProperty(c._X2_KEY,g,e)}return e instanceof a.Scales.Category&&e.innerPadding(0).outerPadding(0),this},c.prototype.x2=function(a){if(null==a)return this._propertyBindings.get(c._X2_KEY);var b=this.x(),d=b&&b.scale;return this._bindProperty(c._X2_KEY,a,d),this.render(),this},c.prototype.y=function(d,e){if(null==d)return b.prototype.y.call(this);if(null==e?b.prototype.y.call(this,d):b.prototype.y.call(this,d,e),null!=e){var f=this.y2(),g=f&&f.accessor;null!=g&&this._bindProperty(c._Y2_KEY,g,e)}return e instanceof a.Scales.Category&&e.innerPadding(0).outerPadding(0),this},c.prototype.y2=function(a){if(null==a)return this._propertyBindings.get(c._Y2_KEY);var b=this.y(),d=b&&b.scale;return this._bindProperty(c._Y2_KEY,a,d),this.render(),this},c.prototype.entitiesAt=function(a){var b=this._generateAttrToProjector();return this.entities().filter(function(c){var d=c.datum,e=c.index,f=c.dataset,g=b.x(d,e,f),h=b.y(d,e,f),i=b.width(d,e,f),j=b.height(d,e,f);return g<=a.x&&a.x<=g+i&&h<=a.y&&a.y<=h+j})},c.prototype.entitiesIn=function(a,b){var c,d;if(null==b){var e=a;c={min:e.topLeft.x,max:e.bottomRight.x},d={min:e.topLeft.y,max:e.bottomRight.y}}else c=a,d=b;return this._entitiesIntersecting(c,d)},c.prototype._entityBBox=function(a,b,c,d){return{x:d.x(a,b,c),y:d.y(a,b,c),width:d.width(a,b,c),height:d.height(a,b,c)}},c.prototype._entitiesIntersecting=function(b,c){var d=this,e=[],f=this._generateAttrToProjector();return this.entities().forEach(function(g){a.Utils.DOM.intersectsBBox(b,c,d._entityBBox(g.datum,g.index,g.dataset,f))&&e.push(g)}),e},c.prototype.label=function(a){return null==a?this._label:(this._label=a,this.render(),this)},c.prototype.labelsEnabled=function(a){return null==a?this._labelsEnabled:(this._labelsEnabled=a,this.render(),this)},c.prototype._propertyProjectors=function(){var c=b.prototype._propertyProjectors.call(this);return null!=this.x2()&&(c.x2=a.Plot._scaledAccessor(this.x2())),null!=this.y2()&&(c.y2=a.Plot._scaledAccessor(this.y2())),c},c.prototype._pixelPoint=function(a,b,c){var d=this._generateAttrToProjector(),e=d.x(a,b,c),f=d.y(a,b,c),g=d.width(a,b,c),h=d.height(a,b,c),i=e+g/2,j=f+h/2;return{x:i,y:j}},c.prototype._rectangleWidth=function(b){if(b instanceof a.Scales.Category)return b.rangeBand();var c=b===this.x().scale?this.x().accessor:this.y().accessor,d=d3.set(a.Utils.Array.flatten(this.datasets().map(function(a){return a.data().map(function(b,d){return c(b,d,a).valueOf()})}))).values().map(function(a){return+a}),e=a.Utils.Math.min(d,0),f=a.Utils.Math.max(d,0),g=b.scale(e),h=b.scale(f);return(h-g)/Math.abs(f-e)},c.prototype._getDataToDraw=function(){var b=new a.Utils.Map,c=this._generateAttrToProjector();return this.datasets().forEach(function(d){var e=d.data().filter(function(b,e){return a.Utils.Math.isValidNumber(c.x(b,e,d))&&a.Utils.Math.isValidNumber(c.y(b,e,d))&&a.Utils.Math.isValidNumber(c.width(b,e,d))&&a.Utils.Math.isValidNumber(c.height(b,e,d))});b.set(d,e)}),b},c.prototype._additionalPaint=function(b){var c=this;this._renderArea.selectAll(".label-area").remove(),this._labelsEnabled&&null!=this.label()&&a.Utils.Window.setTimeout(function(){return c._drawLabels()},b)},c.prototype._drawLabels=function(){var a=this,b=this._getDataToDraw();this.datasets().forEach(function(c,d){return a._drawLabel(b,c,d)})},c.prototype._drawLabel=function(b,c,d){var e=this,g=this._generateAttrToProjector(),h=this._renderArea.append("g").classed("label-area",!0),i=new f.Measurers.Measurer(h),j=new f.Writers.Writer(i),k=this.x().scale.range(),l=this.y().scale.range(),m=Math.min.apply(null,k),n=Math.max.apply(null,k),o=Math.min.apply(null,l),p=Math.max.apply(null,l),q=b.get(c);q.forEach(function(f,k){var l=""+e.label()(f,k,c),q=i.measure(l),r=g.x(f,k,c),s=g.y(f,k,c),t=g.width(f,k,c),u=g.height(f,k,c);if(q.height<=u&&q.width<=t){var v=(t-q.width)/2,w=(u-q.height)/2;r+=v,s+=w;var x={min:r,max:r+q.width},y={min:s,max:s+q.height};if(x.min<m||x.max>n||y.min<o||y.max>p)return;if(e._overlayLabel(x,y,k,d,b))return;var z=g.fill(f,k,c),A=1.6*a.Utils.Color.contrast("white",z)<a.Utils.Color.contrast("black",z),B=h.append("g").attr("transform","translate("+r+","+s+")"),C=A?"dark-label":"light-label";B.classed(C,!0),j.write(l,q.width,q.height,{selection:B,xAlign:"center",yAlign:"center",textRotation:0})}})},c.prototype._overlayLabel=function(b,c,d,e,f){for(var g=this._generateAttrToProjector(),h=this.datasets(),i=e;i<h.length;i++)for(var j=h[i],k=f.get(j),l=i===e?d+1:0;l<k.length;l++)if(a.Utils.DOM.intersectsBBox(b,c,this._entityBBox(k[l],l,j,g)))return!0;return!1},c._X2_KEY="x2",c._Y2_KEY="y2",c}(a.XYPlot);b.Rectangle=c}(b=a.Plots||(a.Plots={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(c){function d(){c.call(this),this.addClass("scatter-plot");var d=new a.Animators.Easing;d.startDelay(5),d.stepDuration(250),d.maxTotalDuration(a.Plot._ANIMATION_MAX_DURATION),this.animator(b.Animator.MAIN,d),this.attr("opacity",.6),this.attr("fill",(new a.Scales.Color).range()[0]),this.size(6);var e=a.SymbolFactories.circle();this.symbol(function(){return e})}return e(d,c),d.prototype._createDrawer=function(b){return new a.Drawers.Symbol(b)},d.prototype.size=function(a,b){return null==a?this._propertyBindings.get(d._SIZE_KEY):(this._bindProperty(d._SIZE_KEY,a,b),this.render(),this)},d.prototype.symbol=function(a){return null==a?this._propertyBindings.get(d._SYMBOL_KEY):(this._propertyBindings.set(d._SYMBOL_KEY,{accessor:a}),this.render(),this)},d.prototype._generateDrawSteps=function(){var a=[];if(this._animateOnNextRender()){var c=this._generateAttrToProjector();c.d=function(){return""},a.push({attrToProjector:c,animator:this._getAnimator(b.Animator.RESET)})}return a.push({attrToProjector:this._generateAttrToProjector(),animator:this._getAnimator(b.Animator.MAIN)}),a},d.prototype._entityVisibleOnPlot=function(b,c,d,e){var f={min:0,max:this.width()},g={min:0,max:this.height()},h=a.Plot._scaledAccessor(this.size())(c,d,e),i={x:b.x-h,y:b.y-h,width:h,height:h};return a.Utils.DOM.intersectsBBox(f,g,i)},d.prototype._propertyProjectors=function(){var b=c.prototype._propertyProjectors.call(this),d=a.Plot._scaledAccessor(this.x()),e=a.Plot._scaledAccessor(this.y()),f=a.Plot._scaledAccessor(this.size());b.transform=function(a,b,c){return"translate("+d(a,b,c)+","+e(a,b,c)+")"};var g=a.Plot._scaledAccessor(this.symbol());return b.d=function(a,b,c){return g(a,b,c)(f(a,b,c))},b},d.prototype.entitiesIn=function(b,c){var d,e;if(null==c){var f=b;d={min:f.topLeft.x,max:f.bottomRight.x},e={min:f.topLeft.y,max:f.bottomRight.y}}else d=b,e=c;var g=a.Plot._scaledAccessor(this.x()),h=a.Plot._scaledAccessor(this.y());return this.entities().filter(function(a){var b=a.datum,c=a.index,f=a.dataset,i=g(b,c,f),j=h(b,c,f);return d.min<=i&&i<=d.max&&e.min<=j&&j<=e.max})},d.prototype.entitiesAt=function(b){var c=a.Plot._scaledAccessor(this.x()),d=a.Plot._scaledAccessor(this.y()),e=a.Plot._scaledAccessor(this.size());return this.entities().filter(function(a){var f=a.datum,g=a.index,h=a.dataset,i=c(f,g,h),j=d(f,g,h),k=e(f,g,h);return i-k/2<=b.x&&b.x<=i+k/2&&j-k/2<=b.y&&b.y<=j+k/2})},d._SIZE_KEY="size",d._SYMBOL_KEY="symbol",d}(a.XYPlot);b.Scatter=c}(b=a.Plots||(a.Plots={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(c){function d(b){var e=this;if(void 0===b&&(b=d.ORIENTATION_VERTICAL),c.call(this),this._labelFormatter=a.Formatters.identity(),this._labelsEnabled=!1,this._hideBarsIfAnyAreTooWide=!0,this._barPixelWidth=0,this.addClass("bar-plot"),b!==d.ORIENTATION_VERTICAL&&b!==d.ORIENTATION_HORIZONTAL)throw new Error(b+" is not a valid orientation for Plots.Bar");this._isVertical=b===d.ORIENTATION_VERTICAL,this.animator("baseline",new a.Animators.Null),this.attr("fill",(new a.Scales.Color).range()[0]),this.attr("width",function(){return e._barPixelWidth}),this._labelConfig=new a.Utils.Map,this._baselineValueProvider=function(){return[e.baselineValue()]},this._updateBarPixelWidthCallback=function(){return e._updateBarPixelWidth()}}return e(d,c),d.prototype.x=function(a,b){return null==a?c.prototype.x.call(this):(null==b?c.prototype.x.call(this,a):(c.prototype.x.call(this,a,b),b.onUpdate(this._updateBarPixelWidthCallback)),this._updateValueScale(),this)},d.prototype.y=function(a,b){return null==a?c.prototype.y.call(this):(null==b?c.prototype.y.call(this,a):(c.prototype.y.call(this,a,b),b.onUpdate(this._updateBarPixelWidthCallback)),this._updateValueScale(),this)},d.prototype.orientation=function(){return this._isVertical?d.ORIENTATION_VERTICAL:d.ORIENTATION_HORIZONTAL},d.prototype.render=function(){return this._updateBarPixelWidth(),this._updateExtents(),c.prototype.render.call(this),this},d.prototype._createDrawer=function(b){return new a.Drawers.Rectangle(b)},d.prototype._setup=function(){c.prototype._setup.call(this),this._baseline=this._renderArea.append("line").classed("baseline",!0)},d.prototype.baselineValue=function(b){if(null==b){if(null!=this._baselineValue)return this._baselineValue;if(!this._projectorsReady())return 0;var c=this._isVertical?this.y().scale:this.x().scale;return c&&c instanceof a.Scales.Time?new Date(0):0}return this._baselineValue=b,this._updateValueScale(),this.render(),this},d.prototype.addDataset=function(a){return c.prototype.addDataset.call(this,a),this._updateBarPixelWidth(),this},d.prototype._addDataset=function(a){return a.onUpdate(this._updateBarPixelWidthCallback),c.prototype._addDataset.call(this,a),this},d.prototype.removeDataset=function(a){return a.offUpdate(this._updateBarPixelWidthCallback),c.prototype.removeDataset.call(this,a),this._updateBarPixelWidth(),this},d.prototype._removeDataset=function(a){return a.offUpdate(this._updateBarPixelWidthCallback),c.prototype._removeDataset.call(this,a),this},d.prototype.datasets=function(a){return null==a?c.prototype.datasets.call(this):(c.prototype.datasets.call(this,a),this._updateBarPixelWidth(),this)},d.prototype.labelsEnabled=function(a){return null==a?this._labelsEnabled:(this._labelsEnabled=a,this.render(),this)},d.prototype.labelFormatter=function(a){return null==a?this._labelFormatter:(this._labelFormatter=a,this.render(),this)},d.prototype._createNodesForDataset=function(a){var b=c.prototype._createNodesForDataset.call(this,a);b.renderArea().classed(d._BAR_AREA_CLASS,!0);var e=this._renderArea.append("g").classed(d._LABEL_AREA_CLASS,!0),g=new f.Measurers.CacheCharacterMeasurer(e),h=new f.Writers.Writer(g);return this._labelConfig.set(a,{labelArea:e,measurer:g,writer:h}),b},d.prototype._removeDatasetNodes=function(a){c.prototype._removeDatasetNodes.call(this,a);var b=this._labelConfig.get(a);null!=b&&(b.labelArea.remove(),this._labelConfig["delete"](a))},d.prototype.entityNearest=function(b){var c,d=this,e=1/0,f=1/0,g=this._isVertical?b.x:b.y,h=this._isVertical?b.y:b.x,i=.5;return this.entities().forEach(function(j){if(d._entityVisibleOnPlot(j.position,j.datum,j.index,j.dataset)){var k=0,l=0,m=j.position,n=a.Utils.DOM.elementBBox(j.selection);if(!a.Utils.DOM.intersectsBBox(b.x,b.y,n,i)){var o=d._isVertical?m.x:m.y;k=Math.abs(g-o);var p=d._isVertical?n.y:n.x,q=p+(d._isVertical?n.height:n.width);if(h>=p-i&&q+i>=h)l=0;else{var r=d._isVertical?m.y:m.x;l=Math.abs(h-r)}}(e>k||k===e&&f>l)&&(c=j,e=k,f=l)}}),c},d.prototype._entityVisibleOnPlot=function(b,c,d,e){var f={min:0,max:this.width()},g={min:0,max:this.height()},h=this._generateAttrToProjector(),i={x:h.x(c,d,e),y:h.y(c,d,e),width:h.width(c,d,e),height:h.height(c,d,e)};return a.Utils.DOM.intersectsBBox(f,g,i)},d.prototype.entitiesAt=function(a){return this._entitiesIntersecting(a.x,a.y)},d.prototype.entitiesIn=function(a,b){var c,d;if(null==b){var e=a;c={min:e.topLeft.x,max:e.bottomRight.x},d={min:e.topLeft.y,max:e.bottomRight.y}}else c=a,d=b;return this._entitiesIntersecting(c,d)},d.prototype._entitiesIntersecting=function(b,c){var d=[];return this.entities().forEach(function(e){a.Utils.DOM.intersectsBBox(b,c,a.Utils.DOM.elementBBox(e.selection))&&d.push(e)}),d},d.prototype._updateValueScale=function(){if(this._projectorsReady()){var b=this._isVertical?this.y().scale:this.x().scale;if(b instanceof a.QuantitativeScale){var c=b;c.addPaddingExceptionsProvider(this._baselineValueProvider),c.addIncludedValuesProvider(this._baselineValueProvider)}}},d.prototype._additionalPaint=function(b){var c=this,d=this._isVertical?this.y().scale:this.x().scale,e=d.scale(this.baselineValue()),f={x1:this._isVertical?0:e,y1:this._isVertical?e:0,x2:this._isVertical?this.width():e,y2:this._isVertical?e:this.height()};this._getAnimator("baseline").animate(this._baseline,f),this.datasets().forEach(function(a){return c._labelConfig.get(a).labelArea.selectAll("g").remove()}),this._labelsEnabled&&a.Utils.Window.setTimeout(function(){return c._drawLabels()},b)},d.prototype._extentsForProperty=function(b){var d,e=this,f=c.prototype._extentsForProperty.call(this,b);if("x"===b&&this._isVertical)d=this.x();else{if("y"!==b||this._isVertical)return f;d=this.y()}if(!(d&&d.scale&&d.scale instanceof a.QuantitativeScale))return f;var g=d.scale;return f=f.map(function(a){return d3.extent([g.invert(g.scale(a[0])-e._barPixelWidth/2),g.invert(g.scale(a[0])+e._barPixelWidth/2),g.invert(g.scale(a[1])-e._barPixelWidth/2),g.invert(g.scale(a[1])+e._barPixelWidth/2)])})},d.prototype._drawLabels=function(){var a=this,b=this._getDataToDraw(),c=!1;this.datasets().forEach(function(d){return c=c||a._drawLabel(b.get(d),d)}),this._hideBarsIfAnyAreTooWide&&c&&this.datasets().forEach(function(b){return a._labelConfig.get(b).labelArea.selectAll("g").remove()})},d.prototype._drawLabel=function(b,c){var e=this,f=this._generateAttrToProjector(),g=this._labelConfig.get(c),h=g.labelArea,i=g.measurer,j=g.writer,k=function(b,g){var k,l=e._isVertical?e.y().accessor:e.x().accessor,m=l(b,g,c),n=e._isVertical?e.y().scale:e.x().scale,o=null!=n?n.scale(m):m,p=null!=n?n.scale(e.baselineValue()):e.baselineValue(),q=f.width(b,g,c),r=f.height(b,g,c),s=e._labelFormatter(l(b,g,c)),t=i.measure(s),u="center",v="center",w={x:f.x(b,g,c),y:f.y(b,g,c)},x=q,y=r,z={x:w.x,y:w.y};if(e._isVertical){z.x+=x/2-t.width/2;var A=f.y(b,g,c),B=r;A+r>e.height()?B=e.height()-A:0>A&&(B=A+r);var C=d._LABEL_VERTICAL_PADDING;k=t.height+2*C<=B,k?p>o?(w.y+=C,v="top",z.y+=C):(w.y-=C,v="bottom",z.y+=y-C-t.height):(y=r+C+t.height,p>=o?(w.y-=C+t.height,v="top",z.y-=C+t.height):(v="bottom",z.y+=r+C))}else{z.y+=y/2-t.height/2;var D=f.x(b,g,c),E=q;D+q>e.width()?E=e.width()-D:0>D&&(E=D+q);var C=d._LABEL_HORIZONTAL_PADDING;k=t.width+2*C<=E,k?p>o?(w.x+=C,u="left",z.x+=C):(w.x-=C,u="right",z.x+=x-C-t.width):(x=q+C+t.width,p>o?(w.x-=C+t.width,u="left",z.x-=C+t.width):(u="right",z.x+=q+C))}var F=h.append("g").attr("transform","translate("+w.x+", "+w.y+")");if(k){F.classed("on-bar-label",!0);var G=f.fill(b,g,c),H=1.6*a.Utils.Color.contrast("white",G)<a.Utils.Color.contrast("black",G);F.classed(H?"dark-label":"light-label",!0)}else F.classed("off-bar-label",!0);var I=z.x<0||z.y<0||z.x+t.width>e.width()||z.y+t.height>e.height();F.style("visibility",I?"hidden":"inherit");var J={selection:F,xAlign:u,yAlign:v,textRotation:0};j.write(s,x,y,J);var K=e._isVertical?q<t.width:r<t.height;return K},l=b.map(k);return l.some(function(a){return a})},d.prototype._generateDrawSteps=function(){var a=[];if(this._animateOnNextRender()){var c=this._generateAttrToProjector(),d=this._isVertical?this.y().scale:this.x().scale,e=d.scale(this.baselineValue()),f=this._isVertical?"y":"x",g=this._isVertical?"height":"width";c[f]=function(){return e},c[g]=function(){return 0},a.push({attrToProjector:c,animator:this._getAnimator(b.Animator.RESET)})}return a.push({attrToProjector:this._generateAttrToProjector(),animator:this._getAnimator(b.Animator.MAIN)}),a},d.prototype._generateAttrToProjector=function(){var b=c.prototype._generateAttrToProjector.call(this),d=this._isVertical?this.y().scale:this.x().scale,e=this._isVertical?"y":"x",f=this._isVertical?"x":"y",g=d.scale(this.baselineValue()),h=this._isVertical?a.Plot._scaledAccessor(this.x()):a.Plot._scaledAccessor(this.y()),i=b.width,j=this._isVertical?a.Plot._scaledAccessor(this.y()):a.Plot._scaledAccessor(this.x()),k=function(a,b,c){return Math.abs(g-j(a,b,c))};return b.width=this._isVertical?i:k,b.height=this._isVertical?k:i,b[f]=function(a,b,c){return h(a,b,c)-i(a,b,c)/2},b[e]=function(a,b,c){var d=j(a,b,c);return d>g?g:d},b},d.prototype._getBarPixelWidth=function(){if(!this._projectorsReady())return 0;var b,c=this._isVertical?this.x().scale:this.y().scale;if(c instanceof a.Scales.Category)b=c.rangeBand();else{var e=this._isVertical?this.x().accessor:this.y().accessor,f=d3.set(a.Utils.Array.flatten(this.datasets().map(function(a){return a.data().map(function(b,c){return e(b,c,a)}).filter(function(a){return null!=a}).map(function(a){return a.valueOf()})}))).values().map(function(a){return+a});f.sort(function(a,b){return a-b});var g=f.map(function(a){return c.scale(a)}),h=d3.pairs(g),i=this._isVertical?this.width():this.height();b=a.Utils.Math.min(h,function(a,b){return Math.abs(a[1]-a[0])},i*d._SINGLE_BAR_DIMENSION_RATIO),b*=d._BAR_WIDTH_RATIO}return b},d.prototype._updateBarPixelWidth=function(){this._barPixelWidth=this._getBarPixelWidth()},d.prototype.entities=function(a){if(void 0===a&&(a=this.datasets()),!this._projectorsReady())return[];var b=c.prototype.entities.call(this,a);return b},d.prototype._pixelPoint=function(b,c,d){var e,f,g=this._generateAttrToProjector(),h=g.x(b,c,d),i=g.y(b,c,d),j=g.width(b,c,d),k=g.height(b,c,d),l=(this._isVertical?a.Plot._scaledAccessor(this.y()):a.Plot._scaledAccessor(this.x()))(b,c,d),m=(this._isVertical?this.y().scale:this.x().scale).scale(this.baselineValue());return this._isVertical?(e=h+j/2,f=m>=l?i:i+k):(e=l>=m?h+j:h,f=i+k/2),{x:e,y:f}},d.prototype._uninstallScaleForKey=function(a,b){a.offUpdate(this._updateBarPixelWidthCallback),c.prototype._uninstallScaleForKey.call(this,a,b)},d.prototype._getDataToDraw=function(){var b=new a.Utils.Map,c=this._generateAttrToProjector();return this.datasets().forEach(function(d){var e=d.data().filter(function(b,e){return a.Utils.Math.isValidNumber(c.x(b,e,d))&&a.Utils.Math.isValidNumber(c.y(b,e,d))&&a.Utils.Math.isValidNumber(c.width(b,e,d))&&a.Utils.Math.isValidNumber(c.height(b,e,d))});b.set(d,e)}),b},d.ORIENTATION_VERTICAL="vertical",d.ORIENTATION_HORIZONTAL="horizontal",d._BAR_WIDTH_RATIO=.95,d._SINGLE_BAR_DIMENSION_RATIO=.4,d._BAR_AREA_CLASS="bar-area",d._LABEL_AREA_CLASS="bar-label-text-area",d._LABEL_VERTICAL_PADDING=5,d._LABEL_HORIZONTAL_PADDING=5,d}(a.XYPlot);b.Bar=c}(b=a.Plots||(a.Plots={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(c){function d(){c.call(this),this._interpolator="linear",this._autorangeSmooth=!1,this._croppedRenderingEnabled=!0,this._downsamplingEnabled=!1,this.addClass("line-plot");var d=new a.Animators.Easing;d.stepDuration(a.Plot._ANIMATION_MAX_DURATION),d.easingMode("exp-in-out"),d.maxTotalDuration(a.Plot._ANIMATION_MAX_DURATION),this.animator(b.Animator.MAIN,d),this.attr("stroke",(new a.Scales.Color).range()[0]),this.attr("stroke-width","2px")}return e(d,c),d.prototype.x=function(a,b){return null==a?c.prototype.x.call(this):(null==b?c.prototype.x.call(this,a):c.prototype.x.call(this,a,b),this._setScaleSnapping(),this)},d.prototype.y=function(a,b){return null==a?c.prototype.y.call(this):(c.prototype.y.call(this,a,b),this._setScaleSnapping(),this)},d.prototype.autorangeMode=function(a){return null==a?c.prototype.autorangeMode.call(this):(c.prototype.autorangeMode.call(this,a),this._setScaleSnapping(),this)},d.prototype.autorangeSmooth=function(a){return null==a?this._autorangeSmooth:(this._autorangeSmooth=a,this._setScaleSnapping(),this)},d.prototype._setScaleSnapping=function(){"x"===this.autorangeMode()&&this.x()&&this.x().scale&&this.x().scale instanceof a.QuantitativeScale&&this.x().scale.snappingDomainEnabled(!this.autorangeSmooth()),"y"===this.autorangeMode()&&this.y()&&this.y().scale&&this.y().scale instanceof a.QuantitativeScale&&this.y().scale.snappingDomainEnabled(!this.autorangeSmooth())},d.prototype.interpolator=function(a){return null==a?this._interpolator:(this._interpolator=a,this.render(),this)},d.prototype.downsamplingEnabled=function(a){return null==a?this._downsamplingEnabled:(this._downsamplingEnabled=a,this)},d.prototype.croppedRenderingEnabled=function(a){return null==a?this._croppedRenderingEnabled:(this._croppedRenderingEnabled=a,this.render(),this)},d.prototype._createDrawer=function(b){return new a.Drawers.Line(b)},d.prototype._extentsForProperty=function(a){var b=c.prototype._extentsForProperty.call(this,a);if(!this._autorangeSmooth)return b;if(this.autorangeMode()!==a)return b;if("x"!==this.autorangeMode()&&"y"!==this.autorangeMode())return b;var d,e=this._getEdgeIntersectionPoints();return d="y"===this.autorangeMode()?e.left.concat(e.right).map(function(a){return a.y}):e.top.concat(e.bottom).map(function(a){return a.x}),b.map(function(a){return d3.extent(d3.merge([a,d]))})},d.prototype._getEdgeIntersectionPoints=function(){var b=this;if(!(this.y().scale instanceof a.QuantitativeScale&&this.x().scale instanceof a.QuantitativeScale))return{left:[],right:[],top:[],bottom:[]};var c=this.y().scale,d=this.x().scale,e={left:[],right:[],top:[],bottom:[]},f=d.scale(d.domain()[0]),g=d.scale(d.domain()[1]),h=c.scale(c.domain()[0]),i=c.scale(c.domain()[1]);return this.datasets().forEach(function(a){for(var j,k,l,m,n,o,p,q,r=a.data(),s=1;s<r.length;s++)n=p||d.scale(b.x().accessor(r[s-1],s-1,a)),o=q||c.scale(b.y().accessor(r[s-1],s-1,a)),p=d.scale(b.x().accessor(r[s],s,a)),q=c.scale(b.y().accessor(r[s],s,a)),f>n==p>=f&&(j=f-n,k=p-n,m=q-o,l=j*m/k,e.left.push({x:f,y:c.invert(o+l)})),g>n==p>=g&&(j=g-n,k=p-n,m=q-o,l=j*m/k,e.right.push({x:g,y:c.invert(o+l)})),i>o==q>=i&&(k=p-n,l=i-o,m=q-o,j=l*k/m,e.top.push({x:d.invert(n+j),y:i})),h>o==q>=h&&(k=p-n,l=h-o,m=q-o,j=l*k/m,e.bottom.push({x:d.invert(n+j),y:h}))}),e},d.prototype._getResetYFunction=function(){var a=this.y().scale.domain(),b=Math.max(a[0],a[1]),c=Math.min(a[0],a[1]),d=0>b&&b||c>0&&c||0,e=this.y().scale.scale(d);return function(a,b,c){return e}},d.prototype._generateDrawSteps=function(){var c=[];if(this._animateOnNextRender()){var d=this._generateAttrToProjector();d.d=this._constructLineProjector(a.Plot._scaledAccessor(this.x()),this._getResetYFunction()),c.push({attrToProjector:d,animator:this._getAnimator(b.Animator.RESET)})}return c.push({attrToProjector:this._generateAttrToProjector(),animator:this._getAnimator(b.Animator.MAIN)}),c},d.prototype._generateAttrToProjector=function(){var a=c.prototype._generateAttrToProjector.call(this);return Object.keys(a).forEach(function(b){if("d"!==b){var c=a[b];a[b]=function(a,b,d){return a.length>0?c(a[0],b,d):null}}}),a},d.prototype.entityNearest=function(a){var b,c=this,d=1/0,e=1/0;return this.entities().forEach(function(f){if(c._entityVisibleOnPlot(f.position,f.datum,f.index,f.dataset)){var g=Math.abs(a.x-f.position.x),h=Math.abs(a.y-f.position.y);(d>g||g===d&&e>h)&&(b=f,d=g,e=h)}}),b},d.prototype._propertyProjectors=function(){var b=c.prototype._propertyProjectors.call(this);return b.d=this._constructLineProjector(a.Plot._scaledAccessor(this.x()),a.Plot._scaledAccessor(this.y())),b},d.prototype._constructLineProjector=function(b,c){var d=this,e=function(b,c,e){var f=a.Plot._scaledAccessor(d.x())(b,c,e),g=a.Plot._scaledAccessor(d.y())(b,c,e);return null!=f&&!a.Utils.Math.isNaN(f)&&null!=g&&!a.Utils.Math.isNaN(g)};return function(a,f,g){return d3.svg.line().x(function(a,c){return b(a,c,g)}).y(function(a,b){return c(a,b,g)}).interpolate(d.interpolator()).defined(function(a,b){return e(a,b,g)})(a)}},d.prototype._getDataToDraw=function(){var b=this,c=new a.Utils.Map;return this.datasets().forEach(function(a){var d=a.data();if(!b._croppedRenderingEnabled&&!b._downsamplingEnabled)return void c.set(a,[d]);var e=d.map(function(a,b){return b});b._croppedRenderingEnabled&&(e=b._filterCroppedRendering(a,e)),b._downsamplingEnabled&&(e=b._filterDownsampling(a,e)),c.set(a,[e.map(function(a,b){return d[a]})])}),c},d.prototype._filterCroppedRendering=function(b,c){for(var d=this,e=a.Plot._scaledAccessor(this.x()),f=a.Plot._scaledAccessor(this.y()),g=b.data(),h=[],i=function(b,c){return a.Utils.Math.inRange(b,0,d.width())&&a.Utils.Math.inRange(c,0,d.height())},j=0;j<c.length;j++){var k=e(g[c[j]],c[j],b),l=f(g[c[j]],c[j],b),m=i(k,l);if(!m&&null!=c[j-1]&&null!=g[c[j-1]]){var n=e(g[c[j-1]],c[j-1],b),o=f(g[c[j-1]],c[j-1],b);m=m||i(n,o)}if(!m&&null!=c[j+1]&&null!=g[c[j+1]]){var p=e(g[c[j+1]],c[j+1],b),q=f(g[c[j+1]],c[j+1],b);m=m||i(p,q)}m&&h.push(c[j])}return h},d.prototype._filterDownsampling=function(b,c){if(0===c.length)return[];for(var d=b.data(),e=a.Plot._scaledAccessor(this.x()),f=a.Plot._scaledAccessor(this.y()),g=[c[0]],h=function(a,g){var h=e(d[c[a]],c[a],b),i=f(d[c[a]],c[a],b),j=e(d[c[a+1]],c[a+1],b),k=f(d[c[a+1]],c[a+1],b);if(g===1/0)return Math.floor(h)===Math.floor(j);var l=i+(j-h)*g;return Math.floor(k)===Math.floor(l)},i=0;i<c.length-1;){for(var j=c[i],k=e(d[c[i]],c[i],b),l=f(d[c[i]],c[i],b),m=e(d[c[i+1]],c[i+1],b),n=f(d[c[i+1]],c[i+1],b),o=Math.floor(k)===Math.floor(m)?1/0:(n-l)/(m-k),p=c[i],q=o===1/0?l:k,r=p,s=q,t=!0;i<c.length-1&&(t||h(i,o));){i++,t=!1;var u=o===1/0?f(d[c[i]],c[i],b):e(d[c[i]],c[i],b);u>s&&(s=u,r=c[i]),q>u&&(q=u,p=c[i])}var v=c[i];p!==j&&g.push(p),r!==p&&r!==j&&g.push(r),v!==j&&v!==p&&v!==r&&g.push(v)}return g},d}(a.XYPlot);b.Line=c}(b=a.Plots||(a.Plots={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(c){function d(){c.call(this),this.addClass("area-plot"),this.y0(0),this.attr("fill-opacity",.25),this.attr("fill",(new a.Scales.Color).range()[0]),this._lineDrawers=new a.Utils.Map}return e(d,c),d.prototype._setup=function(){var a=this;c.prototype._setup.call(this),this._lineDrawers.forEach(function(b){return b.renderArea(a._renderArea.append("g"))})},d.prototype.y=function(a,b){if(null==a)return c.prototype.y.call(this);if(null==b?c.prototype.y.call(this,a):c.prototype.y.call(this,a,b),null!=b){var e=this.y0().accessor;null!=e&&this._bindProperty(d._Y0_KEY,e,b),this._updateYScale()}return this},d.prototype.y0=function(a){if(null==a)return this._propertyBindings.get(d._Y0_KEY);var b=this.y(),c=b&&b.scale;return this._bindProperty(d._Y0_KEY,a,c),this._updateYScale(),this.render(),this},d.prototype._onDatasetUpdate=function(){c.prototype._onDatasetUpdate.call(this),this._updateYScale()},d.prototype.addDataset=function(a){return c.prototype.addDataset.call(this,a),this},d.prototype._addDataset=function(b){var d=new a.Drawers.Line(b);return this._isSetup&&d.renderArea(this._renderArea.append("g")),this._lineDrawers.set(b,d),c.prototype._addDataset.call(this,b),this},d.prototype._removeDatasetNodes=function(a){c.prototype._removeDatasetNodes.call(this,a),this._lineDrawers.get(a).remove()},d.prototype._additionalPaint=function(){var a=this,b=this._generateLineDrawSteps(),c=this._getDataToDraw();this.datasets().forEach(function(d){return a._lineDrawers.get(d).draw(c.get(d),b)})},d.prototype._generateLineDrawSteps=function(){var c=[];if(this._animateOnNextRender()){var d=this._generateLineAttrToProjector();
d.d=this._constructLineProjector(a.Plot._scaledAccessor(this.x()),this._getResetYFunction()),c.push({attrToProjector:d,animator:this._getAnimator(b.Animator.RESET)})}return c.push({attrToProjector:this._generateLineAttrToProjector(),animator:this._getAnimator(b.Animator.MAIN)}),c},d.prototype._generateLineAttrToProjector=function(){var b=this._generateAttrToProjector();return b.d=this._constructLineProjector(a.Plot._scaledAccessor(this.x()),a.Plot._scaledAccessor(this.y())),b},d.prototype._createDrawer=function(b){return new a.Drawers.Area(b)},d.prototype._generateDrawSteps=function(){var c=[];if(this._animateOnNextRender()){var d=this._generateAttrToProjector();d.d=this._constructAreaProjector(a.Plot._scaledAccessor(this.x()),this._getResetYFunction(),a.Plot._scaledAccessor(this.y0())),c.push({attrToProjector:d,animator:this._getAnimator(b.Animator.RESET)})}return c.push({attrToProjector:this._generateAttrToProjector(),animator:this._getAnimator(b.Animator.MAIN)}),c},d.prototype._updateYScale=function(){var b=this._propertyExtents.get("y0"),c=a.Utils.Array.flatten(b),d=a.Utils.Array.uniq(c),e=1===d.length?d[0]:null,f=this.y(),g=f&&f.scale;null!=g&&(null!=this._constantBaselineValueProvider&&(g.removePaddingExceptionsProvider(this._constantBaselineValueProvider),this._constantBaselineValueProvider=null),null!=e&&(this._constantBaselineValueProvider=function(){return[e]},g.addPaddingExceptionsProvider(this._constantBaselineValueProvider)))},d.prototype._getResetYFunction=function(){return a.Plot._scaledAccessor(this.y0())},d.prototype._propertyProjectors=function(){var b=c.prototype._propertyProjectors.call(this);return b.d=this._constructAreaProjector(a.Plot._scaledAccessor(this.x()),a.Plot._scaledAccessor(this.y()),a.Plot._scaledAccessor(this.y0())),b},d.prototype.selections=function(a){var b=this;void 0===a&&(a=this.datasets());var d=c.prototype.selections.call(this,a)[0],e=a.map(function(a){return b._lineDrawers.get(a)}).filter(function(a){return null!=a});return e.forEach(function(a,b){return d.push(a.selectionForIndex(b).node())}),d3.selectAll(d)},d.prototype._constructAreaProjector=function(b,c,d){var e=this,f=function(b,c,d){var f=a.Plot._scaledAccessor(e.x())(b,c,d),g=a.Plot._scaledAccessor(e.y())(b,c,d);return a.Utils.Math.isValidNumber(f)&&a.Utils.Math.isValidNumber(g)};return function(a,g,h){var i=d3.svg.area().x(function(a,c){return b(a,c,h)}).y1(function(a,b){return c(a,b,h)}).y0(function(a,b){return d(a,b,h)}).interpolate(e.interpolator()).defined(function(a,b){return f(a,b,h)});return i(a)}},d._Y0_KEY="y0",d}(b.Line);b.Area=c}(b=a.Plots||(a.Plots={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(c){function d(d){void 0===d&&(d=b.Bar.ORIENTATION_VERTICAL),c.call(this,d),this._clusterOffsets=new a.Utils.Map}return e(d,c),d.prototype._generateAttrToProjector=function(){var a=this,b=c.prototype._generateAttrToProjector.call(this),d=this._makeInnerScale(),e=function(a,b){return d.rangeBand()};b.width=this._isVertical?e:b.width,b.height=this._isVertical?b.height:e;var f=b.x,g=b.y;return b.x=this._isVertical?function(b,c,d){return f(b,c,d)+a._clusterOffsets.get(d)}:function(a,b,c){return f(a,b,c)},b.y=this._isVertical?function(a,b,c){return g(a,b,c)}:function(b,c,d){return g(b,c,d)+a._clusterOffsets.get(d)},b},d.prototype._updateClusterPosition=function(){var a=this,b=this._makeInnerScale();this.datasets().forEach(function(c,d){return a._clusterOffsets.set(c,b.scale(String(d))-b.rangeBand()/2)})},d.prototype._makeInnerScale=function(){var b=new a.Scales.Category;b.domain(this.datasets().map(function(a,b){return String(b)}));var c=a.Plot._scaledAccessor(this.attr("width"));return b.range([0,c(null,0,null)]),b},d.prototype._getDataToDraw=function(){return this._updateClusterPosition(),c.prototype._getDataToDraw.call(this)},d}(b.Bar);b.ClusteredBar=c}(b=a.Plots||(a.Plots={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(b){function c(){var c=this;b.call(this),this._baselineValue=0,this.addClass("stacked-area-plot"),this.attr("fill-opacity",1),this._stackingResult=new a.Utils.Map,this._stackedExtent=[],this._baselineValueProvider=function(){return[c._baselineValue]},this.croppedRenderingEnabled(!1)}return e(c,b),c.prototype.croppedRenderingEnabled=function(c){return null==c?b.prototype.croppedRenderingEnabled.call(this):c===!0?(a.Utils.Window.warn("Warning: Stacked Area Plot does not support cropped rendering."),this):b.prototype.croppedRenderingEnabled.call(this,c)},c.prototype._getAnimator=function(b){return new a.Animators.Null},c.prototype._setup=function(){b.prototype._setup.call(this),this._baseline=this._renderArea.append("line").classed("baseline",!0)},c.prototype.x=function(a,c){return null==a?b.prototype.x.call(this):(null==c?b.prototype.x.call(this,a):b.prototype.x.call(this,a,c),this._updateStackExtentsAndOffsets(),this)},c.prototype.y=function(a,c){return null==a?b.prototype.y.call(this):(null==c?b.prototype.y.call(this,a):b.prototype.y.call(this,a,c),this._updateStackExtentsAndOffsets(),this)},c.prototype.downsamplingEnabled=function(c){return null==c?b.prototype.downsamplingEnabled.call(this):(a.Utils.Window.warn("Warning: Stacked Area Plot does not support downsampling"),this)},c.prototype._additionalPaint=function(){var a=this.y().scale.scale(this._baselineValue),b={x1:0,y1:a,x2:this.width(),y2:a};this._getAnimator("baseline").animate(this._baseline,b)},c.prototype._updateYScale=function(){var a=this.y(),b=a&&a.scale;null!=b&&(b.addPaddingExceptionsProvider(this._baselineValueProvider),b.addIncludedValuesProvider(this._baselineValueProvider))},c.prototype._onDatasetUpdate=function(){return this._updateStackExtentsAndOffsets(),b.prototype._onDatasetUpdate.call(this),this},c.prototype._updateExtentsForProperty=function(a){b.prototype._updateExtentsForProperty.call(this,a),"x"!==a&&"y"!==a||!this._projectorsReady()||this._updateStackExtentsAndOffsets()},c.prototype._extentsForProperty=function(a){var c="y";return a===c?[this._stackedExtent]:b.prototype._extentsForProperty.call(this,a)},c.prototype._updateStackExtentsAndOffsets=function(){if(this._projectorsReady()){var b=this.datasets(),c=this.x().accessor,d=this.y().accessor,e=this._filterForProperty("y");this._checkSameDomain(b,c),this._stackingResult=a.Utils.Stacking.stack(b,c,d),this._stackedExtent=a.Utils.Stacking.stackedExtent(this._stackingResult,c,e)}},c.prototype._checkSameDomain=function(b,d){var e=b.map(function(a){return d3.set(a.data().map(function(b,c){return d(b,c,a).toString()})).values()}),f=c._domainKeys(b,d);e.some(function(a){return a.length!==f.length})&&a.Utils.Window.warn("the domains across the datasets are not the same. Plot may produce unintended behavior.")},c._domainKeys=function(a,b){var c=d3.set();return a.forEach(function(a){a.data().forEach(function(d,e){c.add(b(d,e,a))})}),c.values()},c.prototype._propertyProjectors=function(){var c=this,d=b.prototype._propertyProjectors.call(this),e=this.y().accessor,f=this.x().accessor,g=function(b,c,d){return a.Utils.Stacking.normalizeKey(f(b,c,d))},h=function(a,b,d){return c.y().scale.scale(+e(a,b,d)+c._stackingResult.get(d).get(g(a,b,d)).offset)},i=function(a,b,d){return c.y().scale.scale(c._stackingResult.get(d).get(g(a,b,d)).offset)};return d.d=this._constructAreaProjector(a.Plot._scaledAccessor(this.x()),h,i),d},c.prototype._pixelPoint=function(c,d,e){var f=b.prototype._pixelPoint.call(this,c,d,e),g=this.x().accessor(c,d,e),h=this.y().accessor(c,d,e),i=this.y().scale.scale(+h+this._stackingResult.get(e).get(a.Utils.Stacking.normalizeKey(g)).offset);return{x:f.x,y:i}},c}(b.Area);b.StackedArea=c}(b=a.Plots||(a.Plots={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(c){function d(d){void 0===d&&(d=b.Bar.ORIENTATION_VERTICAL),c.call(this,d),this.addClass("stacked-bar-plot"),this._stackingResult=new a.Utils.Map,this._stackedExtent=[]}return e(d,c),d.prototype.x=function(a,b){return null==a?c.prototype.x.call(this):(null==b?c.prototype.x.call(this,a):c.prototype.x.call(this,a,b),this._updateStackExtentsAndOffsets(),this)},d.prototype.y=function(a,b){return null==a?c.prototype.y.call(this):(null==b?c.prototype.y.call(this,a):c.prototype.y.call(this,a,b),this._updateStackExtentsAndOffsets(),this)},d.prototype._generateAttrToProjector=function(){var b=this,d=c.prototype._generateAttrToProjector.call(this),e=this._isVertical?"y":"x",f=this._isVertical?"x":"y",g=this._isVertical?this.y().scale:this.x().scale,h=this._propertyBindings.get(e).accessor,i=this._propertyBindings.get(f).accessor,j=function(b,c,d){return a.Utils.Stacking.normalizeKey(i(b,c,d))},k=function(a,c,d){return g.scale(b._stackingResult.get(d).get(j(a,c,d)).offset)},l=function(a,c,d){return g.scale(+h(a,c,d)+b._stackingResult.get(d).get(j(a,c,d)).offset)},m=function(a,b,c){return Math.abs(l(a,b,c)-k(a,b,c))};d[this._isVertical?"height":"width"]=m;var n=function(a,b,c){return+h(a,b,c)<0?k(a,b,c):l(a,b,c)};return d[e]=function(a,c,d){return b._isVertical?n(a,c,d):n(a,c,d)-m(a,c,d)},d},d.prototype._onDatasetUpdate=function(){return this._updateStackExtentsAndOffsets(),c.prototype._onDatasetUpdate.call(this),this},d.prototype._updateExtentsForProperty=function(a){c.prototype._updateExtentsForProperty.call(this,a),"x"!==a&&"y"!==a||!this._projectorsReady()||this._updateStackExtentsAndOffsets()},d.prototype._extentsForProperty=function(a){var b=this._isVertical?"y":"x";return a===b?[this._stackedExtent]:c.prototype._extentsForProperty.call(this,a)},d.prototype._updateStackExtentsAndOffsets=function(){if(this._projectorsReady()){var b=this.datasets(),c=this._isVertical?this.x().accessor:this.y().accessor,d=this._isVertical?this.y().accessor:this.x().accessor,e=this._filterForProperty(this._isVertical?"y":"x");this._stackingResult=a.Utils.Stacking.stack(b,c,d),this._stackedExtent=a.Utils.Stacking.stackedExtent(this._stackingResult,c,e)}},d}(b.Bar);b.StackedBar=c}(b=a.Plots||(a.Plots={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(b){function c(){b.call(this),this.addClass("segment-plot"),this.attr("stroke",(new a.Scales.Color).range()[0]),this.attr("stroke-width","2px")}return e(c,b),c.prototype._createDrawer=function(b){return new a.Drawers.Segment(b)},c.prototype._generateDrawSteps=function(){return[{attrToProjector:this._generateAttrToProjector(),animator:new a.Animators.Null}]},c.prototype._updateExtentsForProperty=function(a){b.prototype._updateExtentsForProperty.call(this,a),"x"===a?b.prototype._updateExtentsForProperty.call(this,"x2"):"y"===a&&b.prototype._updateExtentsForProperty.call(this,"y2")},c.prototype._filterForProperty=function(a){return"x2"===a?b.prototype._filterForProperty.call(this,"x"):"y2"===a?b.prototype._filterForProperty.call(this,"y"):b.prototype._filterForProperty.call(this,a)},c.prototype.x=function(a,d){if(null==a)return b.prototype.x.call(this);if(null==d)b.prototype.x.call(this,a);else{b.prototype.x.call(this,a,d);var e=this.x2(),f=e&&e.accessor;null!=f&&this._bindProperty(c._X2_KEY,f,d)}return this},c.prototype.x2=function(a){if(null==a)return this._propertyBindings.get(c._X2_KEY);var b=this.x(),d=b&&b.scale;return this._bindProperty(c._X2_KEY,a,d),this.render(),this},c.prototype.y=function(a,d){if(null==a)return b.prototype.y.call(this);if(null==d)b.prototype.y.call(this,a);else{b.prototype.y.call(this,a,d);var e=this.y2(),f=e&&e.accessor;null!=f&&this._bindProperty(c._Y2_KEY,f,d)}return this},c.prototype.y2=function(a){if(null==a)return this._propertyBindings.get(c._Y2_KEY);var b=this.y(),d=b&&b.scale;return this._bindProperty(c._Y2_KEY,a,d),this.render(),this},c.prototype._propertyProjectors=function(){var c=b.prototype._propertyProjectors.call(this);return c.x1=a.Plot._scaledAccessor(this.x()),c.x2=null==this.x2()?a.Plot._scaledAccessor(this.x()):a.Plot._scaledAccessor(this.x2()),c.y1=a.Plot._scaledAccessor(this.y()),c.y2=null==this.y2()?a.Plot._scaledAccessor(this.y()):a.Plot._scaledAccessor(this.y2()),c},c.prototype.entitiesIn=function(a,b){var c,d;if(null==b){var e=a;c={min:e.topLeft.x,max:e.bottomRight.x},d={min:e.topLeft.y,max:e.bottomRight.y}}else c=a,d=b;return this._entitiesIntersecting(c,d)},c.prototype._entitiesIntersecting=function(a,b){var c=this,d=[],e=this._generateAttrToProjector();return this.entities().forEach(function(f){c._lineIntersectsBox(f,a,b,e)&&d.push(f)}),d},c.prototype._lineIntersectsBox=function(a,b,c,d){var e=this,f=d.x1(a.datum,a.index,a.dataset),g=d.x2(a.datum,a.index,a.dataset),h=d.y1(a.datum,a.index,a.dataset),i=d.y2(a.datum,a.index,a.dataset);if(b.min<=f&&f<=b.max&&c.min<=h&&h<=c.max||b.min<=g&&g<=b.max&&c.min<=i&&i<=c.max)return!0;var j={x:f,y:h},k={x:g,y:i},l=[{x:b.min,y:c.min},{x:b.min,y:c.max},{x:b.max,y:c.max},{x:b.max,y:c.min}],m=l.filter(function(a,b){return 0!==b?e._lineIntersectsSegment(j,k,a,l[b-1])&&e._lineIntersectsSegment(a,l[b-1],j,k):void 0});return m.length>0},c.prototype._lineIntersectsSegment=function(a,b,c,d){var e=function(a,b,c){return(b.x-a.x)*(c.y-b.y)-(b.y-a.y)*(c.x-b.x)};return e(a,b,c)*e(a,b,d)<0},c._X2_KEY="x2",c._Y2_KEY="y2",c}(a.XYPlot);b.Segment=c}(b=a.Plots||(a.Plots={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(b){function c(){b.call(this),this._connectorsEnabled=!1,this.addClass("waterfall-plot")}return e(c,b),c.prototype.connectorsEnabled=function(a){return null==a?this._connectorsEnabled:(this._connectorsEnabled=a,this)},c.prototype.total=function(a){return null==a?this._propertyBindings.get(c._TOTAL_KEY):(this._bindProperty(c._TOTAL_KEY,a,null),this)},c.prototype._additionalPaint=function(b){var c=this;this._connectorArea.selectAll("line").remove(),this._connectorsEnabled&&a.Utils.Window.setTimeout(function(){return c._drawConnectors()},b)},c.prototype._createNodesForDataset=function(a){var d=b.prototype._createNodesForDataset.call(this,a);return this._connectorArea=this._renderArea.append("g").classed(c._CONNECTOR_AREA_CLASS,!0),d},c.prototype._extentsForProperty=function(a){var c="y";return a===c?[this._extent]:b.prototype._extentsForProperty.call(this,a)},c.prototype._generateAttrToProjector=function(){var d=this,e=b.prototype._generateAttrToProjector.call(this),f=this.y().scale,g=a.Plot._scaledAccessor(this.total()),h=this.attr("y");null==h&&(e.y=function(a,b,c){var e=d.y().accessor(a,b,c),h=g(a,b,c);if(h)return Math.min(f.scale(e),f.scale(0));var i=d._subtotals[b];if(0===b)return 0>e?f.scale(i-e):f.scale(i);var j=d._subtotals[b-1];return i>j?f.scale(i):f.scale(j)});var i=this.attr("height");return null==i&&(e.height=function(a,b,c){var e=g(a,b,c),h=d.y().accessor(a,b,c);if(e)return Math.abs(f.scale(h)-f.scale(0));var i=d._subtotals[b];if(0===b)return Math.abs(f.scale(i)-f.scale(i-h));var j=d._subtotals[b-1];return Math.abs(f.scale(i)-f.scale(j))}),e["class"]=function(a,b,e){var f="";null!=d.attr("class")&&(f=d.attr("class").accessor(a,b,e)+" ");var h=g(a,b,e);if(h)return f+c._BAR_TOTAL_CLASS;var i=d.y().accessor(a,b,e);return f+(i>0?c._BAR_GROWTH_CLASS:c._BAR_DECLINE_CLASS)},e},c.prototype._onDatasetUpdate=function(){return this._updateSubtotals(),b.prototype._onDatasetUpdate.call(this),this},c.prototype._calculateSubtotalsAndExtent=function(a){var b=this,c=Number.MAX_VALUE,d=Number.MIN_VALUE,e=0,f=!1;a.data().forEach(function(g,h){var i=b.y().accessor(g,h,a),j=b.total().accessor(g,h,a);if(j&&0!==h||(e+=i),b._subtotals.push(e),c>e&&(c=e),e>d&&(d=e),j&&(c>i&&(c=i),i>d&&(d=i)),!f&&j){for(var k=i-e,l=0;l<b._subtotals.length;l++)b._subtotals[l]+=k;f=!0,e+=k,c+=k,d+=k}}),this._extent=[c,d]},c.prototype._drawConnectors=function(){for(var a=this._generateAttrToProjector(),b=this.datasets()[0],d=1;d<b.data().length;d++){var e=d-1,f=b.data()[d],g=b.data()[e],h=a.x(g,e,b),i=a.x(f,d,b)+a.width(f,d,b),j=a.y(f,d,b);(this._subtotals[d]>0&&this._subtotals[d]>this._subtotals[e]||this._subtotals[d]<0&&this._subtotals[d]>=this._subtotals[e])&&(j=a.y(f,d,b)+a.height(f,d,b)),this._connectorArea.append("line").classed(c._CONNECTOR_CLASS,!0).attr("x1",h).attr("x2",i).attr("y1",j).attr("y2",j)}},c.prototype._updateSubtotals=function(){var a=this.datasets();if(a.length>0){var b=a[a.length-1];this._subtotals=new Array,this._calculateSubtotalsAndExtent(b)}},c._BAR_DECLINE_CLASS="waterfall-decline",c._BAR_GROWTH_CLASS="waterfall-growth",c._BAR_TOTAL_CLASS="waterfall-total",c._CONNECTOR_CLASS="connector",c._CONNECTOR_AREA_CLASS="connector-area",c._TOTAL_KEY="total",c}(b.Bar);b.Waterfall=c}(b=a.Plots||(a.Plots={}))}(d||(d={}));var d;!function(a){var b;!function(a){var b=function(){function a(){}return a.prototype.totalTime=function(a){return 0},a.prototype.animate=function(a,b){return a.attr(b)},a}();a.Null=b}(b=a.Animators||(a.Animators={}))}(d||(d={}));var d;!function(a){var b;!function(a){var b=function(){function a(){this._startDelay=a._DEFAULT_START_DELAY_MILLISECONDS,this._stepDuration=a._DEFAULT_STEP_DURATION_MILLISECONDS,this._stepDelay=a._DEFAULT_ITERATIVE_DELAY_MILLISECONDS,this._maxTotalDuration=a._DEFAULT_MAX_TOTAL_DURATION_MILLISECONDS,this._easingMode=a._DEFAULT_EASING_MODE}return a.prototype.totalTime=function(a){var b=this._getAdjustedIterativeDelay(a);return this.startDelay()+b*Math.max(a-1,0)+this.stepDuration()},a.prototype.animate=function(a,b){var c=this,d=a[0].length,e=this._getAdjustedIterativeDelay(d);return a.transition().ease(this.easingMode()).duration(this.stepDuration()).delay(function(a,b){return c.startDelay()+e*b}).attr(b)},a.prototype.startDelay=function(a){return null==a?this._startDelay:(this._startDelay=a,this)},a.prototype.stepDuration=function(a){return null==a?Math.min(this._stepDuration,this._maxTotalDuration):(this._stepDuration=a,this)},a.prototype.stepDelay=function(a){return null==a?this._stepDelay:(this._stepDelay=a,this)},a.prototype.maxTotalDuration=function(a){return null==a?this._maxTotalDuration:(this._maxTotalDuration=a,this)},a.prototype.easingMode=function(a){return null==a?this._easingMode:(this._easingMode=a,this)},a.prototype._getAdjustedIterativeDelay=function(a){var b=this.maxTotalDuration()-this.stepDuration();b=Math.max(b,0);var c=b/Math.max(a-1,1);return Math.min(this.stepDelay(),c)},a._DEFAULT_START_DELAY_MILLISECONDS=0,a._DEFAULT_STEP_DURATION_MILLISECONDS=300,a._DEFAULT_ITERATIVE_DELAY_MILLISECONDS=15,a._DEFAULT_MAX_TOTAL_DURATION_MILLISECONDS=1/0,a._DEFAULT_EASING_MODE="exp-out",a}();a.Easing=b}(b=a.Animators||(a.Animators={}))}(d||(d={}));var d;!function(a){var b=function(){function b(){this._eventToProcessingFunction={},this._eventNameToCallbackSet={},this._connected=!1}return b.prototype._hasNoCallbacks=function(){for(var a=Object.keys(this._eventNameToCallbackSet),b=0;b<a.length;b++)if(0!==this._eventNameToCallbackSet[a[b]].size)return!1;return!0},b.prototype._connect=function(){var a=this;this._connected||(Object.keys(this._eventToProcessingFunction).forEach(function(b){var c=a._eventToProcessingFunction[b];document.addEventListener(b,c)}),this._connected=!0)},b.prototype._disconnect=function(){var a=this;this._connected&&this._hasNoCallbacks()&&(Object.keys(this._eventToProcessingFunction).forEach(function(b){var c=a._eventToProcessingFunction[b];document.removeEventListener(b,c)}),this._connected=!1)},b.prototype._addCallbackForEvent=function(b,c){null==this._eventNameToCallbackSet[b]&&(this._eventNameToCallbackSet[b]=new a.Utils.CallbackSet),this._eventNameToCallbackSet[b].add(c),this._connect()},b.prototype._removeCallbackForEvent=function(a,b){null!=this._eventNameToCallbackSet[a]&&this._eventNameToCallbackSet[a]["delete"](b),this._disconnect()},b.prototype._callCallbacksForEvent=function(a){for(var b=[],c=1;c<arguments.length;c++)b[c-1]=arguments[c];var d=this._eventNameToCallbackSet[a];null!=d&&d.callCallbacks.apply(d,b)},b}();a.Dispatcher=b}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(b){function c(d){var e=this;b.call(this),this._translator=a.Utils.ClientToSVGTranslator.getTranslator(d),this._lastMousePosition={x:-1,y:-1};var f=function(a){return e._measureAndDispatch(a,c._MOUSEMOVE_EVENT_NAME,"page")};this._eventToProcessingFunction[c._MOUSEOVER_EVENT_NAME]=f,this._eventToProcessingFunction[c._MOUSEMOVE_EVENT_NAME]=f,this._eventToProcessingFunction[c._MOUSEOUT_EVENT_NAME]=f,this._eventToProcessingFunction[c._MOUSEDOWN_EVENT_NAME]=function(a){return e._measureAndDispatch(a,c._MOUSEDOWN_EVENT_NAME)},this._eventToProcessingFunction[c._MOUSEUP_EVENT_NAME]=function(a){return e._measureAndDispatch(a,c._MOUSEUP_EVENT_NAME,"page")},this._eventToProcessingFunction[c._WHEEL_EVENT_NAME]=function(a){return e._measureAndDispatch(a,c._WHEEL_EVENT_NAME)},this._eventToProcessingFunction[c._DBLCLICK_EVENT_NAME]=function(a){return e._measureAndDispatch(a,c._DBLCLICK_EVENT_NAME)}}return e(c,b),c.getDispatcher=function(b){var d=a.Utils.DOM.boundingSVG(b),e=d[c._DISPATCHER_KEY];return null==e&&(e=new c(d),d[c._DISPATCHER_KEY]=e),e},c.prototype.onMouseMove=function(a){return this._addCallbackForEvent(c._MOUSEMOVE_EVENT_NAME,a),this},c.prototype.offMouseMove=function(a){return this._removeCallbackForEvent(c._MOUSEMOVE_EVENT_NAME,a),this},c.prototype.onMouseDown=function(a){return this._addCallbackForEvent(c._MOUSEDOWN_EVENT_NAME,a),this},c.prototype.offMouseDown=function(a){return this._removeCallbackForEvent(c._MOUSEDOWN_EVENT_NAME,a),this},c.prototype.onMouseUp=function(a){return this._addCallbackForEvent(c._MOUSEUP_EVENT_NAME,a),this},c.prototype.offMouseUp=function(a){return this._removeCallbackForEvent(c._MOUSEUP_EVENT_NAME,a),this},c.prototype.onWheel=function(a){return this._addCallbackForEvent(c._WHEEL_EVENT_NAME,a),this},c.prototype.offWheel=function(a){return this._removeCallbackForEvent(c._WHEEL_EVENT_NAME,a),this},c.prototype.onDblClick=function(a){return this._addCallbackForEvent(c._DBLCLICK_EVENT_NAME,a),this},c.prototype.offDblClick=function(a){return this._removeCallbackForEvent(c._DBLCLICK_EVENT_NAME,a),this},c.prototype._measureAndDispatch=function(a,b,c){if(void 0===c&&(c="element"),"page"!==c&&"element"!==c)throw new Error("Invalid scope '"+c+"', must be 'element' or 'page'");if("page"===c||this.eventInsideSVG(a)){var d=this._translator.computePosition(a.clientX,a.clientY);null!=d&&(this._lastMousePosition=d,this._callCallbacksForEvent(b,this.lastMousePosition(),a))}},c.prototype.eventInsideSVG=function(a){return this._translator.insideSVG(a)},c.prototype.lastMousePosition=function(){return this._lastMousePosition},c._DISPATCHER_KEY="__Plottable_Dispatcher_Mouse",c._MOUSEOVER_EVENT_NAME="mouseover",c._MOUSEMOVE_EVENT_NAME="mousemove",c._MOUSEOUT_EVENT_NAME="mouseout",c._MOUSEDOWN_EVENT_NAME="mousedown",c._MOUSEUP_EVENT_NAME="mouseup",c._WHEEL_EVENT_NAME="wheel",c._DBLCLICK_EVENT_NAME="dblclick",c}(a.Dispatcher);b.Mouse=c}(b=a.Dispatchers||(a.Dispatchers={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(b){function c(d){var e=this;b.call(this),this._translator=a.Utils.ClientToSVGTranslator.getTranslator(d),this._eventToProcessingFunction[c._TOUCHSTART_EVENT_NAME]=function(a){return e._measureAndDispatch(a,c._TOUCHSTART_EVENT_NAME,"page")},this._eventToProcessingFunction[c._TOUCHMOVE_EVENT_NAME]=function(a){return e._measureAndDispatch(a,c._TOUCHMOVE_EVENT_NAME,"page")},this._eventToProcessingFunction[c._TOUCHEND_EVENT_NAME]=function(a){return e._measureAndDispatch(a,c._TOUCHEND_EVENT_NAME,"page")},this._eventToProcessingFunction[c._TOUCHCANCEL_EVENT_NAME]=function(a){return e._measureAndDispatch(a,c._TOUCHCANCEL_EVENT_NAME,"page")}}return e(c,b),c.getDispatcher=function(b){var d=a.Utils.DOM.boundingSVG(b),e=d[c._DISPATCHER_KEY];return null==e&&(e=new c(d),d[c._DISPATCHER_KEY]=e),e},c.prototype.onTouchStart=function(a){return this._addCallbackForEvent(c._TOUCHSTART_EVENT_NAME,a),this},c.prototype.offTouchStart=function(a){return this._removeCallbackForEvent(c._TOUCHSTART_EVENT_NAME,a),this},c.prototype.onTouchMove=function(a){return this._addCallbackForEvent(c._TOUCHMOVE_EVENT_NAME,a),this},c.prototype.offTouchMove=function(a){return this._removeCallbackForEvent(c._TOUCHMOVE_EVENT_NAME,a),this},c.prototype.onTouchEnd=function(a){return this._addCallbackForEvent(c._TOUCHEND_EVENT_NAME,a),this},c.prototype.offTouchEnd=function(a){return this._removeCallbackForEvent(c._TOUCHEND_EVENT_NAME,a),this},c.prototype.onTouchCancel=function(a){return this._addCallbackForEvent(c._TOUCHCANCEL_EVENT_NAME,a),this},c.prototype.offTouchCancel=function(a){return this._removeCallbackForEvent(c._TOUCHCANCEL_EVENT_NAME,a),this},c.prototype._measureAndDispatch=function(a,b,c){if(void 0===c&&(c="element"),"page"!==c&&"element"!==c)throw new Error("Invalid scope '"+c+"', must be 'element' or 'page'");if("element"!==c||this.eventInsideSVG(a)){for(var d=a.changedTouches,e={},f=[],g=0;g<d.length;g++){var h=d[g],i=h.identifier,j=this._translator.computePosition(h.clientX,h.clientY);null!=j&&(e[i]=j,f.push(i))}f.length>0&&this._callCallbacksForEvent(b,f,e,a)}},c.prototype.eventInsideSVG=function(a){return this._translator.insideSVG(a)},c._DISPATCHER_KEY="__Plottable_Dispatcher_Touch",c._TOUCHSTART_EVENT_NAME="touchstart",c._TOUCHMOVE_EVENT_NAME="touchmove",c._TOUCHEND_EVENT_NAME="touchend",c._TOUCHCANCEL_EVENT_NAME="touchcancel",c}(a.Dispatcher);b.Touch=c}(b=a.Dispatchers||(a.Dispatchers={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(a){function b(){var c=this;a.call(this),this._eventToProcessingFunction[b._KEYDOWN_EVENT_NAME]=function(a){return c._processKeydown(a)},this._eventToProcessingFunction[b._KEYUP_EVENT_NAME]=function(a){return c._processKeyup(a)}}return e(b,a),b.getDispatcher=function(){var a=document[b._DISPATCHER_KEY];return null==a&&(a=new b,document[b._DISPATCHER_KEY]=a),a},b.prototype._processKeydown=function(a){this._callCallbacksForEvent(b._KEYDOWN_EVENT_NAME,a.keyCode,a)},b.prototype._processKeyup=function(a){this._callCallbacksForEvent(b._KEYUP_EVENT_NAME,a.keyCode,a)},b.prototype.onKeyDown=function(a){return this._addCallbackForEvent(b._KEYDOWN_EVENT_NAME,a),this},b.prototype.offKeyDown=function(a){return this._removeCallbackForEvent(b._KEYDOWN_EVENT_NAME,a),this},b.prototype.onKeyUp=function(a){return this._addCallbackForEvent(b._KEYUP_EVENT_NAME,a),this},b.prototype.offKeyUp=function(a){return this._removeCallbackForEvent(b._KEYUP_EVENT_NAME,a),this},b._DISPATCHER_KEY="__Plottable_Dispatcher_Key",b._KEYDOWN_EVENT_NAME="keydown",b._KEYUP_EVENT_NAME="keyup",b}(a.Dispatcher);b.Key=c}(b=a.Dispatchers||(a.Dispatchers={}))}(d||(d={}));var d;!function(a){var b=function(){function a(){var a=this;this._anchorCallback=function(b){return a._anchor(b)},this._enabled=!0}return a.prototype._anchor=function(a){this._isAnchored=!0},a.prototype._unanchor=function(){this._isAnchored=!1},a.prototype.attachTo=function(a){return this._disconnect(),this._componentAttachedTo=a,this._connect(),this},a.prototype._connect=function(){this.enabled()&&null!=this._componentAttachedTo&&!this._isAnchored&&this._componentAttachedTo.onAnchor(this._anchorCallback)},a.prototype.detachFrom=function(a){return this._disconnect(),this._componentAttachedTo=null,this},a.prototype._disconnect=function(){this._isAnchored&&this._unanchor(),null!=this._componentAttachedTo&&this._componentAttachedTo.offAnchor(this._anchorCallback)},a.prototype.enabled=function(a){return null==a?this._enabled:(this._enabled=a,this._enabled?this._connect():this._disconnect(),this)},a.prototype._translateToComponentSpace=function(a){var b=this._componentAttachedTo.originToSVG();return{x:a.x-b.x,y:a.y-b.y}},a.prototype._isInsideComponent=function(a){return 0<=a.x&&0<=a.y&&a.x<=this._componentAttachedTo.width()&&a.y<=this._componentAttachedTo.height()},a}();a.Interaction=b}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(b){function c(){var c=this;b.apply(this,arguments),this._clickedDown=!1,this._onClickCallbacks=new a.Utils.CallbackSet,this._mouseDownCallback=function(a){return c._handleClickDown(a)},this._mouseUpCallback=function(a){return c._handleClickUp(a)},this._touchStartCallback=function(a,b){return c._handleClickDown(b[a[0]])},this._touchEndCallback=function(a,b){return c._handleClickUp(b[a[0]])},this._touchCancelCallback=function(a,b){return c._clickedDown=!1}}return e(c,b),c.prototype._anchor=function(c){b.prototype._anchor.call(this,c),this._mouseDispatcher=a.Dispatchers.Mouse.getDispatcher(c.content().node()),this._mouseDispatcher.onMouseDown(this._mouseDownCallback),this._mouseDispatcher.onMouseUp(this._mouseUpCallback),this._touchDispatcher=a.Dispatchers.Touch.getDispatcher(c.content().node()),this._touchDispatcher.onTouchStart(this._touchStartCallback),this._touchDispatcher.onTouchEnd(this._touchEndCallback),this._touchDispatcher.onTouchCancel(this._touchCancelCallback)},c.prototype._unanchor=function(){b.prototype._unanchor.call(this),this._mouseDispatcher.offMouseDown(this._mouseDownCallback),this._mouseDispatcher.offMouseUp(this._mouseUpCallback),this._mouseDispatcher=null,this._touchDispatcher.offTouchStart(this._touchStartCallback),this._touchDispatcher.offTouchEnd(this._touchEndCallback),this._touchDispatcher.offTouchCancel(this._touchCancelCallback),this._touchDispatcher=null},c.prototype._handleClickDown=function(a){var b=this._translateToComponentSpace(a);this._isInsideComponent(b)&&(this._clickedDown=!0)},c.prototype._handleClickUp=function(a){var b=this._translateToComponentSpace(a);this._clickedDown&&this._isInsideComponent(b)&&this._onClickCallbacks.callCallbacks(b),this._clickedDown=!1},c.prototype.onClick=function(a){return this._onClickCallbacks.add(a),this},c.prototype.offClick=function(a){return this._onClickCallbacks["delete"](a),this},c}(a.Interaction);b.Click=c}(b=a.Interactions||(a.Interactions={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c;!function(a){a[a.NotClicked=0]="NotClicked",a[a.SingleClicked=1]="SingleClicked",a[a.DoubleClicked=2]="DoubleClicked"}(c||(c={}));var d=function(b){function d(){var d=this;b.apply(this,arguments),this._clickState=c.NotClicked,this._clickedDown=!1,this._onDoubleClickCallbacks=new a.Utils.CallbackSet,this._mouseDownCallback=function(a){return d._handleClickDown(a)},this._mouseUpCallback=function(a){return d._handleClickUp(a)},this._dblClickCallback=function(a){return d._handleDblClick()},this._touchStartCallback=function(a,b){return d._handleClickDown(b[a[0]])},this._touchEndCallback=function(a,b){return d._handleClickUp(b[a[0]])},this._touchCancelCallback=function(a,b){return d._handleClickCancel()}}return e(d,b),d.prototype._anchor=function(c){b.prototype._anchor.call(this,c),this._mouseDispatcher=a.Dispatchers.Mouse.getDispatcher(c.content().node()),this._mouseDispatcher.onMouseDown(this._mouseDownCallback),this._mouseDispatcher.onMouseUp(this._mouseUpCallback),this._mouseDispatcher.onDblClick(this._dblClickCallback),this._touchDispatcher=a.Dispatchers.Touch.getDispatcher(c.content().node()),this._touchDispatcher.onTouchStart(this._touchStartCallback),this._touchDispatcher.onTouchEnd(this._touchEndCallback),this._touchDispatcher.onTouchCancel(this._touchCancelCallback)},d.prototype._unanchor=function(){b.prototype._unanchor.call(this),this._mouseDispatcher.offMouseDown(this._mouseDownCallback),this._mouseDispatcher.offMouseUp(this._mouseUpCallback),this._mouseDispatcher.offDblClick(this._dblClickCallback),this._mouseDispatcher=null,this._touchDispatcher.offTouchStart(this._touchStartCallback),this._touchDispatcher.offTouchEnd(this._touchEndCallback),this._touchDispatcher.offTouchCancel(this._touchCancelCallback),this._touchDispatcher=null},d.prototype._handleClickDown=function(a){var b=this._translateToComponentSpace(a);this._isInsideComponent(b)&&(this._clickState===c.SingleClicked&&d._pointsEqual(b,this._clickedPoint)||(this._clickState=c.NotClicked),this._clickedPoint=b,this._clickedDown=!0)},d.prototype._handleClickUp=function(a){var b=this._translateToComponentSpace(a);this._clickedDown&&d._pointsEqual(b,this._clickedPoint)?this._clickState=this._clickState===c.NotClicked?c.SingleClicked:c.DoubleClicked:this._clickState=c.NotClicked,this._clickedDown=!1},d.prototype._handleDblClick=function(){this._clickState===c.DoubleClicked&&(this._onDoubleClickCallbacks.callCallbacks(this._clickedPoint),
this._clickState=c.NotClicked)},d.prototype._handleClickCancel=function(){this._clickState=c.NotClicked,this._clickedDown=!1},d._pointsEqual=function(a,b){return a.x===b.x&&a.y===b.y},d.prototype.onDoubleClick=function(a){return this._onDoubleClickCallbacks.add(a),this},d.prototype.offDoubleClick=function(a){return this._onDoubleClickCallbacks["delete"](a),this},d}(a.Interaction);b.DoubleClick=d}(b=a.Interactions||(a.Interactions={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(b){function c(){var c=this;b.apply(this,arguments),this._keyPressCallbacks={},this._keyReleaseCallbacks={},this._mouseMoveCallback=function(a){return!1},this._downedKeys=new a.Utils.Set,this._keyDownCallback=function(a,b){return c._handleKeyDownEvent(a,b)},this._keyUpCallback=function(a){return c._handleKeyUpEvent(a)}}return e(c,b),c.prototype._anchor=function(c){b.prototype._anchor.call(this,c),this._positionDispatcher=a.Dispatchers.Mouse.getDispatcher(this._componentAttachedTo._element.node()),this._positionDispatcher.onMouseMove(this._mouseMoveCallback),this._keyDispatcher=a.Dispatchers.Key.getDispatcher(),this._keyDispatcher.onKeyDown(this._keyDownCallback),this._keyDispatcher.onKeyUp(this._keyUpCallback)},c.prototype._unanchor=function(){b.prototype._unanchor.call(this),this._positionDispatcher.offMouseMove(this._mouseMoveCallback),this._positionDispatcher=null,this._keyDispatcher.offKeyDown(this._keyDownCallback),this._keyDispatcher.offKeyUp(this._keyUpCallback),this._keyDispatcher=null},c.prototype._handleKeyDownEvent=function(a,b){var c=this._translateToComponentSpace(this._positionDispatcher.lastMousePosition());this._isInsideComponent(c)&&!b.repeat&&(this._keyPressCallbacks[a]&&this._keyPressCallbacks[a].callCallbacks(a),this._downedKeys.add(a))},c.prototype._handleKeyUpEvent=function(a){this._downedKeys.has(a)&&this._keyReleaseCallbacks[a]&&this._keyReleaseCallbacks[a].callCallbacks(a),this._downedKeys["delete"](a)},c.prototype.onKeyPress=function(b,c){return this._keyPressCallbacks[b]||(this._keyPressCallbacks[b]=new a.Utils.CallbackSet),this._keyPressCallbacks[b].add(c),this},c.prototype.offKeyPress=function(a,b){return this._keyPressCallbacks[a]["delete"](b),0===this._keyPressCallbacks[a].size&&delete this._keyPressCallbacks[a],this},c.prototype.onKeyRelease=function(b,c){return this._keyReleaseCallbacks[b]||(this._keyReleaseCallbacks[b]=new a.Utils.CallbackSet),this._keyReleaseCallbacks[b].add(c),this},c.prototype.offKeyRelease=function(a,b){return this._keyReleaseCallbacks[a]["delete"](b),0===this._keyReleaseCallbacks[a].size&&delete this._keyReleaseCallbacks[a],this},c}(a.Interaction);b.Key=c}(b=a.Interactions||(a.Interactions={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(b){function c(){var c=this;b.apply(this,arguments),this._overComponent=!1,this._pointerEnterCallbacks=new a.Utils.CallbackSet,this._pointerMoveCallbacks=new a.Utils.CallbackSet,this._pointerExitCallbacks=new a.Utils.CallbackSet,this._mouseMoveCallback=function(a,b){return c._handleMouseEvent(a,b)},this._touchStartCallback=function(a,b,d){return c._handleTouchEvent(b[a[0]],d)}}return e(c,b),c.prototype._anchor=function(c){b.prototype._anchor.call(this,c),this._mouseDispatcher=a.Dispatchers.Mouse.getDispatcher(this._componentAttachedTo.content().node()),this._mouseDispatcher.onMouseMove(this._mouseMoveCallback),this._touchDispatcher=a.Dispatchers.Touch.getDispatcher(this._componentAttachedTo.content().node()),this._touchDispatcher.onTouchStart(this._touchStartCallback)},c.prototype._unanchor=function(){b.prototype._unanchor.call(this),this._mouseDispatcher.offMouseMove(this._mouseMoveCallback),this._mouseDispatcher=null,this._touchDispatcher.offTouchStart(this._touchStartCallback),this._touchDispatcher=null},c.prototype._handleMouseEvent=function(a,b){var c=this._mouseDispatcher.eventInsideSVG(b);this._handlePointerEvent(a,c)},c.prototype._handleTouchEvent=function(a,b){var c=this._touchDispatcher.eventInsideSVG(b);this._handlePointerEvent(a,c)},c.prototype._handlePointerEvent=function(a,b){var c=this._translateToComponentSpace(a),d=this._isInsideComponent(c);d&&b?(this._overComponent||this._pointerEnterCallbacks.callCallbacks(c),this._pointerMoveCallbacks.callCallbacks(c)):this._overComponent&&this._pointerExitCallbacks.callCallbacks(c),this._overComponent=d&&b},c.prototype.onPointerEnter=function(a){return this._pointerEnterCallbacks.add(a),this},c.prototype.offPointerEnter=function(a){return this._pointerEnterCallbacks["delete"](a),this},c.prototype.onPointerMove=function(a){return this._pointerMoveCallbacks.add(a),this},c.prototype.offPointerMove=function(a){return this._pointerMoveCallbacks["delete"](a),this},c.prototype.onPointerExit=function(a){return this._pointerExitCallbacks.add(a),this},c.prototype.offPointerExit=function(a){return this._pointerExitCallbacks["delete"](a),this},c}(a.Interaction);b.Pointer=c}(b=a.Interactions||(a.Interactions={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(c){function d(d,e){var f=this;c.call(this),this._wheelCallback=function(a,b){return f._handleWheelEvent(a,b)},this._touchStartCallback=function(a,b,c){return f._handleTouchStart(a,b,c)},this._touchMoveCallback=function(a,b,c){return f._handlePinch(a,b,c)},this._touchEndCallback=function(a,b,c){return f._handleTouchEnd(a,b,c)},this._touchCancelCallback=function(a,b,c){return f._handleTouchEnd(a,b,c)},this._xScales=new a.Utils.Set,this._yScales=new a.Utils.Set,this._dragInteraction=new b.Drag,this._setupDragInteraction(),this._touchIds=d3.map(),this._minDomainExtents=new a.Utils.Map,this._maxDomainExtents=new a.Utils.Map,null!=d&&this.addXScale(d),null!=e&&this.addYScale(e)}return e(d,c),d.prototype._anchor=function(b){c.prototype._anchor.call(this,b),this._dragInteraction.attachTo(b),this._mouseDispatcher=a.Dispatchers.Mouse.getDispatcher(this._componentAttachedTo.content().node()),this._mouseDispatcher.onWheel(this._wheelCallback),this._touchDispatcher=a.Dispatchers.Touch.getDispatcher(this._componentAttachedTo.content().node()),this._touchDispatcher.onTouchStart(this._touchStartCallback),this._touchDispatcher.onTouchMove(this._touchMoveCallback),this._touchDispatcher.onTouchEnd(this._touchEndCallback),this._touchDispatcher.onTouchCancel(this._touchCancelCallback)},d.prototype._unanchor=function(){c.prototype._unanchor.call(this),this._mouseDispatcher.offWheel(this._wheelCallback),this._mouseDispatcher=null,this._touchDispatcher.offTouchStart(this._touchStartCallback),this._touchDispatcher.offTouchMove(this._touchMoveCallback),this._touchDispatcher.offTouchEnd(this._touchEndCallback),this._touchDispatcher.offTouchCancel(this._touchCancelCallback),this._touchDispatcher=null,this._dragInteraction.detachFrom(this._componentAttachedTo)},d.prototype._handleTouchStart=function(a,b,c){for(var d=0;d<a.length&&this._touchIds.size()<2;d++){var e=a[d];this._touchIds.set(e.toString(),this._translateToComponentSpace(b[e]))}},d.prototype._handlePinch=function(a,b,c){var e=this;if(!(this._touchIds.size()<2)){var f=this._touchIds.values();if(this._isInsideComponent(this._translateToComponentSpace(f[0]))&&this._isInsideComponent(this._translateToComponentSpace(f[1]))){var g=d._pointDistance(f[0],f[1]);if(0!==g){a.forEach(function(a){e._touchIds.has(a.toString())&&e._touchIds.set(a.toString(),e._translateToComponentSpace(b[a]))});var h=this._touchIds.values(),i=d._pointDistance(h[0],h[1]);if(0!==i){var j=g/i,k=h.map(function(a,b){return{x:(a.x-f[b].x)/j,y:(a.y-f[b].y)/j}});this.xScales().forEach(function(a){j=e._constrainedZoomAmount(a,j)}),this.yScales().forEach(function(a){j=e._constrainedZoomAmount(a,j)});var l=f.map(function(a,b){return{x:k[b].x*j+a.x,y:k[b].y*j+a.y}}),m=d._centerPoint(f[0],f[1]),n=m.x-(l[0].x+l[1].x)/2;this.xScales().forEach(function(a){e._magnifyScale(a,j,m.x),e._translateScale(a,n)});var o=m.y-(l[0].y+l[1].y)/2;this.yScales().forEach(function(a){e._magnifyScale(a,j,m.y),e._translateScale(a,o)})}}}}},d._centerPoint=function(a,b){var c=Math.min(a.x,b.x),d=Math.max(a.x,b.x),e=Math.min(a.y,b.y),f=Math.max(a.y,b.y);return{x:(c+d)/2,y:(f+e)/2}},d._pointDistance=function(a,b){var c=Math.min(a.x,b.x),d=Math.max(a.x,b.x),e=Math.min(a.y,b.y),f=Math.max(a.y,b.y);return Math.sqrt(Math.pow(d-c,2)+Math.pow(f-e,2))},d.prototype._handleTouchEnd=function(a,b,c){var d=this;a.forEach(function(a){d._touchIds.remove(a.toString())})},d.prototype._magnifyScale=function(a,b,c){var d=function(d){return a.invert(c-(c-d)*b)};a.domain(a.range().map(d))},d.prototype._translateScale=function(a,b){var c=function(c){return a.invert(c+b)};a.domain(a.range().map(c))},d.prototype._handleWheelEvent=function(a,b){var c=this,e=this._translateToComponentSpace(a);if(this._isInsideComponent(e)){b.preventDefault();var f=b.deltaY*(b.deltaMode?d._PIXELS_PER_LINE:1),g=Math.pow(2,.002*f);this.xScales().forEach(function(a){g=c._constrainedZoomAmount(a,g)}),this.yScales().forEach(function(a){g=c._constrainedZoomAmount(a,g)}),this.xScales().forEach(function(a){c._magnifyScale(a,g,e.x)}),this.yScales().forEach(function(a){c._magnifyScale(a,g,e.y)})}},d.prototype._constrainedZoomAmount=function(a,b){var c=b>1,d=c?this.maxDomainExtent(a):this.minDomainExtent(a);if(null==d)return b;var e=a.domain(),f=Math.abs(e[1]-e[0]),g=c?Math.min:Math.max;return g(b,d/f)},d.prototype._setupDragInteraction=function(){var a=this;this._dragInteraction.constrainedToComponent(!1);var b;this._dragInteraction.onDragStart(function(){return b=null}),this._dragInteraction.onDrag(function(c,d){if(!(a._touchIds.size()>=2)){var e=(null==b?c.x:b.x)-d.x;a.xScales().forEach(function(b){a._translateScale(b,e)});var f=(null==b?c.y:b.y)-d.y;a.yScales().forEach(function(b){a._translateScale(b,f)}),b=d}})},d.prototype._nonLinearScaleWithExtents=function(b){return!(null==this.minDomainExtent(b)||null==this.maxDomainExtent(b)||b instanceof a.Scales.Linear||b instanceof a.Scales.Time)},d.prototype.xScales=function(b){var c=this;if(null==b){var d=[];return this._xScales.forEach(function(a){d.push(a)}),d}return this._xScales=new a.Utils.Set,b.forEach(function(a){c.addXScale(a)}),this},d.prototype.yScales=function(b){var c=this;if(null==b){var d=[];return this._yScales.forEach(function(a){d.push(a)}),d}return this._yScales=new a.Utils.Set,b.forEach(function(a){c.addYScale(a)}),this},d.prototype.addXScale=function(a){return this._xScales.add(a),this},d.prototype.removeXScale=function(a){return this._xScales["delete"](a),this._minDomainExtents["delete"](a),this._maxDomainExtents["delete"](a),this},d.prototype.addYScale=function(a){return this._yScales.add(a),this},d.prototype.removeYScale=function(a){return this._yScales["delete"](a),this._minDomainExtents["delete"](a),this._maxDomainExtents["delete"](a),this},d.prototype.minDomainExtent=function(b,c){if(null==c)return this._minDomainExtents.get(b);if(c.valueOf()<0)throw new Error("extent must be non-negative");var d=this.maxDomainExtent(b);if(null!=d&&d.valueOf()<c.valueOf())throw new Error("minDomainExtent must be smaller than maxDomainExtent for the same Scale");return this._nonLinearScaleWithExtents(b)&&a.Utils.Window.warn("Panning and zooming with extents on a nonlinear scale may have unintended behavior."),this._minDomainExtents.set(b,c),this},d.prototype.maxDomainExtent=function(b,c){if(null==c)return this._maxDomainExtents.get(b);if(c.valueOf()<=0)throw new Error("extent must be positive");var d=this.minDomainExtent(b);if(null!=d&&c.valueOf()<d.valueOf())throw new Error("maxDomainExtent must be larger than minDomainExtent for the same Scale");return this._nonLinearScaleWithExtents(b)&&a.Utils.Window.warn("Panning and zooming with extents on a nonlinear scale may have unintended behavior."),this._maxDomainExtents.set(b,c),this},d._PIXELS_PER_LINE=120,d}(a.Interaction);b.PanZoom=c}(b=a.Interactions||(a.Interactions={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(b){function c(){var c=this;b.apply(this,arguments),this._dragging=!1,this._constrainedToComponent=!0,this._dragStartCallbacks=new a.Utils.CallbackSet,this._dragCallbacks=new a.Utils.CallbackSet,this._dragEndCallbacks=new a.Utils.CallbackSet,this._mouseDownCallback=function(a,b){return c._startDrag(a,b)},this._mouseMoveCallback=function(a,b){return c._doDrag(a,b)},this._mouseUpCallback=function(a,b){return c._endDrag(a,b)},this._touchStartCallback=function(a,b,d){return c._startDrag(b[a[0]],d)},this._touchMoveCallback=function(a,b,d){return c._doDrag(b[a[0]],d)},this._touchEndCallback=function(a,b,d){return c._endDrag(b[a[0]],d)}}return e(c,b),c.prototype._anchor=function(c){b.prototype._anchor.call(this,c),this._mouseDispatcher=a.Dispatchers.Mouse.getDispatcher(this._componentAttachedTo.content().node()),this._mouseDispatcher.onMouseDown(this._mouseDownCallback),this._mouseDispatcher.onMouseMove(this._mouseMoveCallback),this._mouseDispatcher.onMouseUp(this._mouseUpCallback),this._touchDispatcher=a.Dispatchers.Touch.getDispatcher(this._componentAttachedTo.content().node()),this._touchDispatcher.onTouchStart(this._touchStartCallback),this._touchDispatcher.onTouchMove(this._touchMoveCallback),this._touchDispatcher.onTouchEnd(this._touchEndCallback)},c.prototype._unanchor=function(){b.prototype._unanchor.call(this),this._mouseDispatcher.offMouseDown(this._mouseDownCallback),this._mouseDispatcher.offMouseMove(this._mouseMoveCallback),this._mouseDispatcher.offMouseUp(this._mouseUpCallback),this._mouseDispatcher=null,this._touchDispatcher.offTouchStart(this._touchStartCallback),this._touchDispatcher.offTouchMove(this._touchMoveCallback),this._touchDispatcher.offTouchEnd(this._touchEndCallback),this._touchDispatcher=null},c.prototype._translateAndConstrain=function(b){var c=this._translateToComponentSpace(b);return this._constrainedToComponent?{x:a.Utils.Math.clamp(c.x,0,this._componentAttachedTo.width()),y:a.Utils.Math.clamp(c.y,0,this._componentAttachedTo.height())}:c},c.prototype._startDrag=function(a,b){if(!(b instanceof MouseEvent&&0!==b.button)){var c=this._translateToComponentSpace(a);this._isInsideComponent(c)&&(b.preventDefault(),this._dragging=!0,this._dragOrigin=c,this._dragStartCallbacks.callCallbacks(this._dragOrigin))}},c.prototype._doDrag=function(a,b){this._dragging&&this._dragCallbacks.callCallbacks(this._dragOrigin,this._translateAndConstrain(a))},c.prototype._endDrag=function(a,b){b instanceof MouseEvent&&0!==b.button||this._dragging&&(this._dragging=!1,this._dragEndCallbacks.callCallbacks(this._dragOrigin,this._translateAndConstrain(a)))},c.prototype.constrainedToComponent=function(a){return null==a?this._constrainedToComponent:(this._constrainedToComponent=a,this)},c.prototype.onDragStart=function(a){return this._dragStartCallbacks.add(a),this},c.prototype.offDragStart=function(a){return this._dragStartCallbacks["delete"](a),this},c.prototype.onDrag=function(a){return this._dragCallbacks.add(a),this},c.prototype.offDrag=function(a){return this._dragCallbacks["delete"](a),this},c.prototype.onDragEnd=function(a){return this._dragEndCallbacks.add(a),this},c.prototype.offDragEnd=function(a){return this._dragEndCallbacks["delete"](a),this},c}(a.Interaction);b.Drag=c}(b=a.Interactions||(a.Interactions={}))}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(c){function d(){c.call(this),this._detectionRadius=3,this._resizable=!1,this._movable=!1,this._hasCorners=!0,this.addClass("drag-box-layer"),this._dragInteraction=new a.Interactions.Drag,this._setUpCallbacks(),this._dragInteraction.attachTo(this),this._dragStartCallbacks=new a.Utils.CallbackSet,this._dragCallbacks=new a.Utils.CallbackSet,this._dragEndCallbacks=new a.Utils.CallbackSet}return e(d,c),d.prototype._setUpCallbacks=function(){var a,c,d,e,f=this,g={newBox:0,resize:1,move:2},h=g.newBox,i=function(i){a=f._getResizingEdges(i);var j=f.bounds(),k=j.topLeft.x<=i.x&&i.x<=j.bottomRight.x&&j.topLeft.y<=i.y&&i.y<=j.bottomRight.y;f.boxVisible()&&(a.top||a.bottom||a.left||a.right)?h=g.resize:f.boxVisible()&&f.movable()&&k?h=g.move:(h=g.newBox,f._setBounds({topLeft:i,bottomRight:i}),f._xBoundsMode===b.PropertyMode.VALUE&&null!=f.xScale()&&f._setXExtent([f.xScale().invert(i.x),f.xScale().invert(i.x)]),f._yBoundsMode===b.PropertyMode.VALUE&&null!=f.yScale()&&f._setYExtent([f.yScale().invert(i.y),f.yScale().invert(i.y)]),f.render()),f.boxVisible(!0),j=f.bounds(),c={x:j.topLeft.x,y:j.topLeft.y},d={x:j.bottomRight.x,y:j.bottomRight.y},e=i,f._dragStartCallbacks.callCallbacks(j)},j=function(i,j){switch(h){case g.newBox:d.x=j.x,d.y=j.y;break;case g.resize:a.bottom?d.y=j.y:a.top&&(c.y=j.y),a.right?d.x=j.x:a.left&&(c.x=j.x);break;case g.move:var k=j.x-e.x,l=j.y-e.y;c.x+=k,c.y+=l,d.x+=k,d.y+=l,e=j}f._setBounds({topLeft:c,bottomRight:d}),f._xBoundsMode===b.PropertyMode.VALUE&&null!=f.xScale()&&f._setXExtent([f.xScale().invert(c.x),f.xScale().invert(d.x)]),f._yBoundsMode===b.PropertyMode.VALUE&&null!=f.yScale()&&f._setYExtent([f.yScale().invert(c.y),f.yScale().invert(d.y)]),f.render(),f._dragCallbacks.callCallbacks(f.bounds())},k=function(a,b){h===g.newBox&&a.x===b.x&&a.y===b.y&&f.boxVisible(!1),f._dragEndCallbacks.callCallbacks(f.bounds())};this._dragInteraction.onDragStart(i),this._dragInteraction.onDrag(j),this._dragInteraction.onDragEnd(k),this._disconnectInteraction=function(){f._dragInteraction.offDragStart(i),f._dragInteraction.offDrag(j),f._dragInteraction.offDragEnd(k),f._dragInteraction.detachFrom(f)}},d.prototype._setup=function(){var a=this;c.prototype._setup.call(this);var b=function(){return a._box.append("line").style({opacity:0,stroke:"pink","pointer-events":"visibleStroke"})};if(this._detectionEdgeT=b().classed("drag-edge-tb",!0),this._detectionEdgeB=b().classed("drag-edge-tb",!0),this._detectionEdgeL=b().classed("drag-edge-lr",!0),this._detectionEdgeR=b().classed("drag-edge-lr",!0),this._hasCorners){var d=function(){return a._box.append("circle").style({opacity:0,fill:"pink","pointer-events":"visibleFill"})};this._detectionCornerTL=d().classed("drag-corner-tl",!0),this._detectionCornerTR=d().classed("drag-corner-tr",!0),this._detectionCornerBL=d().classed("drag-corner-bl",!0),this._detectionCornerBR=d().classed("drag-corner-br",!0)}},d.prototype._getResizingEdges=function(a){var b={top:!1,bottom:!1,left:!1,right:!1};if(!this.resizable())return b;var c=this.bounds(),d=c.topLeft.y,e=c.bottomRight.y,f=c.topLeft.x,g=c.bottomRight.x,h=this._detectionRadius;return f-h<=a.x&&a.x<=g+h&&(b.top=d-h<=a.y&&a.y<=d+h,b.bottom=e-h<=a.y&&a.y<=e+h),d-h<=a.y&&a.y<=e+h&&(b.left=f-h<=a.x&&a.x<=f+h,b.right=g-h<=a.x&&a.x<=g+h),b},d.prototype.renderImmediately=function(){if(c.prototype.renderImmediately.call(this),this.boxVisible()){var a=this.bounds(),b=a.topLeft.y,d=a.bottomRight.y,e=a.topLeft.x,f=a.bottomRight.x;return this._detectionEdgeT.attr({x1:e,y1:b,x2:f,y2:b,"stroke-width":2*this._detectionRadius}),this._detectionEdgeB.attr({x1:e,y1:d,x2:f,y2:d,"stroke-width":2*this._detectionRadius}),this._detectionEdgeL.attr({x1:e,y1:b,x2:e,y2:d,"stroke-width":2*this._detectionRadius}),this._detectionEdgeR.attr({x1:f,y1:b,x2:f,y2:d,"stroke-width":2*this._detectionRadius}),this._hasCorners&&(this._detectionCornerTL.attr({cx:e,cy:b,r:this._detectionRadius}),this._detectionCornerTR.attr({cx:f,cy:b,r:this._detectionRadius}),this._detectionCornerBL.attr({cx:e,cy:d,r:this._detectionRadius}),this._detectionCornerBR.attr({cx:f,cy:d,r:this._detectionRadius})),this}},d.prototype.detectionRadius=function(a){if(null==a)return this._detectionRadius;if(0>a)throw new Error("detection radius cannot be negative.");return this._detectionRadius=a,this.render(),this},d.prototype.resizable=function(a){return null==a?this._resizable:(this._resizable=a,this._setResizableClasses(a),this)},d.prototype._setResizableClasses=function(a){a&&this.enabled()?(this.addClass("x-resizable"),this.addClass("y-resizable")):(this.removeClass("x-resizable"),this.removeClass("y-resizable"))},d.prototype.movable=function(a){return null==a?this._movable:(this._movable=a,this._setMovableClass(),this)},d.prototype._setMovableClass=function(){this.movable()&&this.enabled()?this.addClass("movable"):this.removeClass("movable")},d.prototype.onDragStart=function(a){return this._dragStartCallbacks.add(a),this},d.prototype.offDragStart=function(a){return this._dragStartCallbacks["delete"](a),this},d.prototype.onDrag=function(a){return this._dragCallbacks.add(a),this},d.prototype.offDrag=function(a){return this._dragCallbacks["delete"](a),this},d.prototype.onDragEnd=function(a){return this._dragEndCallbacks.add(a),this},d.prototype.offDragEnd=function(a){return this._dragEndCallbacks["delete"](a),this},d.prototype.dragInteraction=function(){return this._dragInteraction},d.prototype.enabled=function(a){return null==a?this._dragInteraction.enabled():(this._dragInteraction.enabled(a),this._setResizableClasses(this.resizable()),this._setMovableClass(),this)},d.prototype.destroy=function(){var a=this;c.prototype.destroy.call(this),this._dragStartCallbacks.forEach(function(b){return a._dragCallbacks["delete"](b)}),this._dragCallbacks.forEach(function(b){return a._dragCallbacks["delete"](b)}),this._dragEndCallbacks.forEach(function(b){return a._dragEndCallbacks["delete"](b)}),this._disconnectInteraction()},d.prototype.detach=function(){return this._resetState(),this._dragInteraction.detachFrom(this),c.prototype.detach.call(this),this},d.prototype.anchor=function(a){return this._dragInteraction.attachTo(this),c.prototype.anchor.call(this,a),this},d.prototype._resetState=function(){this.bounds({topLeft:{x:0,y:0},bottomRight:{x:0,y:0}})},d}(b.SelectionBoxLayer);b.DragBoxLayer=c}(b=a.Components||(a.Components={}))}(d||(d={}));var d;!function(a){var b;!function(a){var b=function(a){function b(){a.call(this),this.addClass("x-drag-box-layer"),this._hasCorners=!1}return e(b,a),b.prototype.computeLayout=function(b,c,d){return a.prototype.computeLayout.call(this,b,c,d),this._setBounds(this.bounds()),this},b.prototype._setBounds=function(b){a.prototype._setBounds.call(this,{topLeft:{x:b.topLeft.x,y:0},bottomRight:{x:b.bottomRight.x,y:this.height()}})},b.prototype._setResizableClasses=function(a){a&&this.enabled()?this.addClass("x-resizable"):this.removeClass("x-resizable")},b.prototype.yScale=function(b){if(null==b)return a.prototype.yScale.call(this);throw new Error("yScales cannot be set on an XDragBoxLayer")},b.prototype.yExtent=function(b){if(null==b)return a.prototype.yExtent.call(this);throw new Error("XDragBoxLayer has no yExtent")},b}(a.DragBoxLayer);a.XDragBoxLayer=b}(b=a.Components||(a.Components={}))}(d||(d={}));var d;!function(a){var b;!function(a){var b=function(a){function b(){a.call(this),this.addClass("y-drag-box-layer"),this._hasCorners=!1}return e(b,a),b.prototype.computeLayout=function(b,c,d){return a.prototype.computeLayout.call(this,b,c,d),this._setBounds(this.bounds()),this},b.prototype._setBounds=function(b){a.prototype._setBounds.call(this,{topLeft:{x:0,y:b.topLeft.y},bottomRight:{x:this.width(),y:b.bottomRight.y}})},b.prototype._setResizableClasses=function(a){a&&this.enabled()?this.addClass("y-resizable"):this.removeClass("y-resizable")},b.prototype.xScale=function(b){if(null==b)return a.prototype.xScale.call(this);throw new Error("xScales cannot be set on an YDragBoxLayer")},b.prototype.xExtent=function(b){if(null==b)return a.prototype.xExtent.call(this);throw new Error("YDragBoxLayer has no xExtent")},b}(a.DragBoxLayer);a.YDragBoxLayer=b}(b=a.Components||(a.Components={}))}(d||(d={}));var d;!function(a){}(d||(d={}));var d;!function(a){var b;!function(b){var c=function(b){function c(c){var d=this;b.call(this,c),this._detectionRadius=3,this._enabled=!0,this.addClass("drag-line-layer"),this.addClass("enabled"),this._dragInteraction=new a.Interactions.Drag,this._dragInteraction.attachTo(this);var e=function(a){return d._isVertical()&&d.pixelPosition()-d.detectionRadius()<=a.x&&a.x<=d.pixelPosition()+d.detectionRadius()||!d._isVertical()&&d.pixelPosition()-d.detectionRadius()<=a.y&&a.y<=d.pixelPosition()+d.detectionRadius()},f=!1,g=function(a){e(a)&&(f=!0,d._dragStartCallbacks.callCallbacks(d))};this._dragInteraction.onDragStart(g);var h=function(a,b){f&&(d._setPixelPositionWithoutChangingMode(d._isVertical()?b.x:b.y),d._dragCallbacks.callCallbacks(d))};this._dragInteraction.onDrag(h);var i=function(a,b){f&&(f=!1,d._dragEndCallbacks.callCallbacks(d))};this._dragInteraction.onDragEnd(i),this._disconnectInteraction=function(){d._dragInteraction.offDragStart(g),d._dragInteraction.offDrag(h),d._dragInteraction.offDragEnd(i),d._dragInteraction.detachFrom(d)},this._dragStartCallbacks=new a.Utils.CallbackSet,this._dragCallbacks=new a.Utils.CallbackSet,this._dragEndCallbacks=new a.Utils.CallbackSet}return e(c,b),c.prototype._setup=function(){b.prototype._setup.call(this),this._detectionEdge=this.content().append("line").style({opacity:0,stroke:"pink","pointer-events":"visibleStroke"}).classed("drag-edge",!0)},c.prototype.renderImmediately=function(){return b.prototype.renderImmediately.call(this),this._detectionEdge.attr({x1:this._isVertical()?this.pixelPosition():0,y1:this._isVertical()?0:this.pixelPosition(),x2:this._isVertical()?this.pixelPosition():this.width(),y2:this._isVertical()?this.height():this.pixelPosition(),"stroke-width":2*this._detectionRadius}),this},c.prototype.detectionRadius=function(a){if(null==a)return this._detectionRadius;if(0>a)throw new Error("detection radius cannot be negative.");return this._detectionRadius=a,this.render(),this},c.prototype.enabled=function(a){return null==a?this._enabled:(this._enabled=a,a?this.addClass("enabled"):this.removeClass("enabled"),this._dragInteraction.enabled(a),this)},c.prototype.onDragStart=function(a){return this._dragStartCallbacks.add(a),this},c.prototype.offDragStart=function(a){return this._dragStartCallbacks["delete"](a),this},c.prototype.onDrag=function(a){return this._dragCallbacks.add(a),this},c.prototype.offDrag=function(a){return this._dragCallbacks["delete"](a),this},c.prototype.onDragEnd=function(a){return this._dragEndCallbacks.add(a),this},c.prototype.offDragEnd=function(a){return this._dragEndCallbacks["delete"](a),this},c.prototype.destroy=function(){var a=this;b.prototype.destroy.call(this),this._dragStartCallbacks.forEach(function(b){return a._dragStartCallbacks["delete"](b)}),this._dragCallbacks.forEach(function(b){return a._dragCallbacks["delete"](b)}),this._dragEndCallbacks.forEach(function(b){return a._dragEndCallbacks["delete"](b)}),this._disconnectInteraction()},c}(b.GuideLineLayer);b.DragLineLayer=c}(b=a.Components||(a.Components={}))}(d||(d={}));var f;!function(a){var b;!function(a){var b;!function(a){function b(a,b){if(null==a||null==b)return a===b;if(a.length!==b.length)return!1;for(var c=0;c<a.length;c++)if(a[c]!==b[c])return!1;return!0}function c(a,c){if(null==a||null==c)return a===c;var d=Object.keys(a).sort(),e=Object.keys(c).sort(),f=d.map(function(b){return a[b]}),g=e.map(function(a){return c[a]});return b(d,e)&&b(f,g)}a.arrayEq=b,a.objEq=c}(b=a.Methods||(a.Methods={}))}(b=a.Utils||(a.Utils={}))}(f||(f={}));var f;!function(a){var b;!function(a){var b;!function(a){function b(a,b,c){var d=d3.transform(a.attr("transform"));return null==b?d.translate:(c=null==c?0:c,d.translate[0]=b,d.translate[1]=c,a.attr("transform",d.toString()),a)}function c(a){var b;try{b=a.node().getBBox()}catch(c){b={x:0,y:0,width:0,height:0}}return b}a.transform=b,a.getBBox=c}(b=a.DOM||(a.DOM={}))}(b=a.Utils||(a.Utils={}))}(f||(f={}));var f;!function(a){var b;!function(a){var b=function(){function a(a,b){void 0===b&&(b=function(a,b){return a===b}),this.cache=d3.map(),this.compute=a,this.valueEq=b}return a.prototype.get=function(a){return this.cache.has(a)||this.cache.set(a,this.compute(a)),this.cache.get(a)},a.prototype.clear=function(){return this.cache=d3.map(),this},a}();a.Cache=b}(b=a.Utils||(a.Utils={}))}(f||(f={}));var f;!function(a){var b;!function(a){var b=function(){function a(){this.WordDividerRegExp=new RegExp("\\W"),this.WhitespaceRegExp=new RegExp("\\s")}return a.prototype.tokenize=function(a){var b=this;return a.split("").reduce(function(a,c){return a.slice(0,-1).concat(b.shouldCreateNewToken(a[a.length-1],c))},[""])},a.prototype.shouldCreateNewToken=function(a,b){if(!a)return[b];var c=a[a.length-1];return this.WhitespaceRegExp.test(c)&&this.WhitespaceRegExp.test(b)?[a+b]:this.WhitespaceRegExp.test(c)||this.WhitespaceRegExp.test(b)?[a,b]:this.WordDividerRegExp.test(c)||this.WordDividerRegExp.test(b)?c===b?[a+b]:[a,b]:[a+b]},a}();a.Tokenizer=b}(b=a.Utils||(a.Utils={}))}(f||(f={}));var f;!function(a){var b;!function(a){var b;!function(a){function b(a){return a.replace(/\s+/g," ")}function c(a){return a&&""!==a.trim()}function d(a,b){if(!a)return a;var d=a.split(""),e=b?function(a){return a.split(b).some(c)}:c;return d.reduce(function(a,b){return e(a+b)?a+b:a},"")}function e(a,b){if(!a)return a;var c=a.split("");return c.reverse(),c=d(c.join(""),b).split(""),c.reverse(),c.join("")}a.combineWhitespace=b,a.isNotEmptyString=c,a.trimStart=d,a.trimEnd=e}(b=a.StringMethods||(a.StringMethods={}))}(b=a.Utils||(a.Utils={}))}(f||(f={}));var f;!function(a){var b;!function(a){var b=function(){function a(){this.duration(a.DEFAULT_DURATION_MILLISECONDS),this.delay(0),this.easing(a.DEFAULT_EASING),this.moveX(0),this.moveY(0)}return a.prototype.animate=function(a){var b=d3.transform("");return b.translate=[this.moveX(),this.moveY()],a.attr("transform",b.toString()),b.translate=[0,0],this._animate(a,{transform:b.toString()})},a.prototype._animate=function(a,b){return a.transition().ease(this.easing()).duration(this.duration()).delay(this.delay()).attr(b)},a.prototype.duration=function(a){return null==a?this._duration:(this._duration=a,this)},a.prototype.moveX=function(a){return null==a?this._moveX:(this._moveX=a,this)},a.prototype.moveY=function(a){return null==a?this._moveY:(this._moveY=a,this)},a.prototype.delay=function(a){return null==a?this._delay:(this._delay=a,this)},a.prototype.easing=function(a){return null==a?this._easing:(this._easing=a,this)},a.DEFAULT_DURATION_MILLISECONDS=300,a.DEFAULT_EASING="exp-out",a}();a.BaseAnimator=b}(b=a.Animators||(a.Animators={}))}(f||(f={}));var f,e=this.__extends||function(a,b){function c(){this.constructor=a}for(var d in b)b.hasOwnProperty(d)&&(a[d]=b[d]);c.prototype=b.prototype,a.prototype=new c};!function(a){var b;!function(b){var c=function(b){function c(){this.direction("bottom"),b.call(this)}return e(c,b),c.prototype.direction=function(a){if(null==a)return this._direction;if(-1===c.SupportedDirections.indexOf(a))throw new Error("unsupported direction - "+a);return this._direction=a,this},c.prototype.animate=function(c){var d=a.Utils.DOM.getBBox(c),e=c.select(".clip-rect");switch(e.attr("width",0),e.attr("height",0),this._direction){case"top":e.attr("y",d.y+d.height),e.attr("x",d.x),e.attr("width",d.width);break;case"bottom":e.attr("y",d.y),e.attr("x",d.x),e.attr("width",d.width);break;case"left":e.attr("y",d.y),e.attr("x",d.x),e.attr("height",d.height);break;case"right":e.attr("y",d.y),e.attr("x",d.x+d.width),e.attr("height",d.height)}return this._animate(e,d),b.prototype.animate.call(this,c)},c.SupportedDirections=["top","bottom","left","right"],c}(b.BaseAnimator);b.UnveilAnimator=c}(b=a.Animators||(a.Animators={}))}(f||(f={}));var f,e=this.__extends||function(a,b){function c(){this.constructor=a}for(var d in b)b.hasOwnProperty(d)&&(a[d]=b[d]);c.prototype=b.prototype,a.prototype=new c};!function(a){var b;!function(a){var b=function(a){function b(){a.apply(this,arguments)}return e(b,a),b.prototype.animate=function(b){var c=b.select(".text-area");c.attr("opacity",0);var d={opacity:1};return this._animate(c,d),a.prototype.animate.call(this,b)},b}(a.BaseAnimator);a.OpacityAnimator=b}(b=a.Animators||(a.Animators={}))}(f||(f={}));var f;!function(a){var b;!function(b){var c=function(){function b(){this.maxLines(1/0),this.textTrimming("ellipsis"),this.allowBreakingWords(!0),this._tokenizer=new a.Utils.Tokenizer,this._breakingCharacter="-"}return b.prototype.maxLines=function(a){return null==a?this._maxLines:(this._maxLines=a,
this)},b.prototype.textTrimming=function(a){if(null==a)return this._textTrimming;if("ellipsis"!==a&&"none"!==a)throw new Error(a+" - unsupported text trimming option.");return this._textTrimming=a,this},b.prototype.allowBreakingWords=function(a){return null==a?this._allowBreakingWords:(this._allowBreakingWords=a,this)},b.prototype.wrap=function(a,b,c,d){var e=this;void 0===d&&(d=1/0);var f={originalText:a,wrappedText:"",noLines:0,noBrokeWords:0,truncatedText:""},g={wrapping:f,currentLine:"",availableWidth:c,availableLines:Math.min(Math.floor(d/b.measure().height),this._maxLines),canFitText:!0},h=a.split("\n");return h.reduce(function(a,c,d){return e.breakLineToFitWidth(a,c,d!==h.length-1,b)},g).wrapping},b.prototype.breakLineToFitWidth=function(b,c,d,e){var f=this;b.canFitText||""===b.wrapping.truncatedText||(b.wrapping.truncatedText+="\n");var g=this._tokenizer.tokenize(c);b=g.reduce(function(a,b){return f.wrapNextToken(b,a,e)},b);var h=a.Utils.StringMethods.trimEnd(b.currentLine);if(b.wrapping.noLines+=+(""!==h),b.wrapping.noLines===b.availableLines&&"none"!==this._textTrimming&&d){var i=this.addEllipsis(h,b.availableWidth,e);b.wrapping.wrappedText+=i.wrappedToken,b.wrapping.truncatedText+=i.remainingToken,b.canFitText=!1}else b.wrapping.wrappedText+=h;return b.currentLine="\n",b},b.prototype.canFitToken=function(a,b,c){var d=this,e=this._allowBreakingWords?a.split("").map(function(b,c){return c!==a.length-1?b+d._breakingCharacter:b}):[a];return c.measure(a).width<=b||e.every(function(a){return c.measure(a).width<=b})},b.prototype.addEllipsis=function(b,c,d){if("none"===this._textTrimming)return{wrappedToken:b,remainingToken:""};var e=b.substring(0).trim(),f=d.measure(e).width,g=d.measure("...").width,h=b.length>0&&"\n"===b[0]?"\n":"";if(g>=c){var i=g/3,j=Math.floor(c/i);return{wrappedToken:h+"...".substr(0,j),remainingToken:b}}for(;f+g>c;)e=a.Utils.StringMethods.trimEnd(e.substr(0,e.length-1)),f=d.measure(e).width;return{wrappedToken:h+e+"...",remainingToken:a.Utils.StringMethods.trimEnd(b.substring(e.length),"-").trim()}},b.prototype.wrapNextToken=function(b,c,d){if(!c.canFitText||c.availableLines===c.wrapping.noLines||!this.canFitToken(b,c.availableWidth,d))return this.finishWrapping(b,c,d);for(var e=b;e;){var f=this.breakTokenToFitInWidth(e,c.currentLine,c.availableWidth,d);if(c.currentLine=f.line,e=f.remainingToken,null!=e){if(c.wrapping.noBrokeWords+=+f.breakWord,++c.wrapping.noLines,c.availableLines===c.wrapping.noLines){var g=this.addEllipsis(c.currentLine,c.availableWidth,d);return c.wrapping.wrappedText+=g.wrappedToken,c.wrapping.truncatedText+=g.remainingToken+e,c.currentLine="\n",c}c.wrapping.wrappedText+=a.Utils.StringMethods.trimEnd(c.currentLine),c.currentLine="\n"}}return c},b.prototype.finishWrapping=function(a,b,c){if(b.canFitText&&b.availableLines!==b.wrapping.noLines&&this._allowBreakingWords&&"none"!==this._textTrimming){var d=this.addEllipsis(b.currentLine+a,b.availableWidth,c);b.wrapping.wrappedText+=d.wrappedToken,b.wrapping.truncatedText+=d.remainingToken,b.wrapping.noBrokeWords+=+(d.remainingToken.length<a.length),b.wrapping.noLines+=+(d.wrappedToken.length>0),b.currentLine=""}else b.wrapping.truncatedText+=a;return b.canFitText=!1,b},b.prototype.breakTokenToFitInWidth=function(a,b,c,d,e){if(void 0===e&&(e=this._breakingCharacter),d.measure(b+a).width<=c)return{remainingToken:null,line:b+a,breakWord:!1};if(""===a.trim())return{remainingToken:"",line:b,breakWord:!1};if(!this._allowBreakingWords)return{remainingToken:a,line:b,breakWord:!1};for(var f=0;f<a.length&&d.measure(b+a.substring(0,f+1)+e).width<=c;)++f;var g="";return f>0&&(g=e),{remainingToken:a.substring(f),line:b+a.substring(0,f)+g,breakWord:f>0}},b}();b.Wrapper=c}(b=a.Wrappers||(a.Wrappers={}))}(f||(f={}));var f,e=this.__extends||function(a,b){function c(){this.constructor=a}for(var d in b)b.hasOwnProperty(d)&&(a[d]=b[d]);c.prototype=b.prototype,a.prototype=new c};!function(a){var b;!function(a){var b=function(a){function b(){a.apply(this,arguments)}return e(b,a),b.prototype.wrap=function(c,d,e,f){var g=this;void 0===f&&(f=1/0);var h=c.split("\n");if(h.length>1)throw new Error("SingleLineWrapper is designed to work only on single line");var i=function(b){return a.prototype.wrap.call(g,c,d,b,f)},j=i(e);if(j.noLines<2)return j;for(var k=0,l=e,m=0;m<b.NO_WRAP_ITERATIONS&&l>k;++m){var n=(l+k)/2,o=i(n);this.areSameResults(j,o)?(l=n,j=o):k=n}return j},b.prototype.areSameResults=function(a,b){return a.noLines===b.noLines&&a.truncatedText===b.truncatedText},b.NO_WRAP_ITERATIONS=5,b}(a.Wrapper);a.SingleLineWrapper=b}(b=a.Wrappers||(a.Wrappers={}))}(f||(f={}));var f;!function(a){var b;!function(b){var c=function(){function b(a,c){this._writerID=b.nextID++,this._elementID=0,this.measurer(a),c&&this.wrapper(c),this.addTitleElement(!1)}return b.prototype.measurer=function(a){return this._measurer=a,this},b.prototype.wrapper=function(a){return this._wrapper=a,this},b.prototype.addTitleElement=function(a){return this._addTitleElement=a,this},b.prototype.writeLine=function(c,d,e,f,g){var h=d.append("text");h.text(c);var i=e*b.XOffsetFactor[f],j=b.AnchorConverter[f];h.attr("text-anchor",j).classed("text-line",!0),a.Utils.DOM.transform(h,i,g).attr("y","-0.25em")},b.prototype.writeText=function(a,c,d,e,f,g){var h=this,i=a.split("\n"),j=this._measurer.measure().height,k=b.YOffsetFactor[g]*(e-i.length*j);i.forEach(function(a,b){h.writeLine(a,c,d,f,(b+1)*j+k)})},b.prototype.write=function(a,c,d,e){if(-1===b.SupportedRotation.indexOf(e.textRotation))throw new Error("unsupported rotation - "+e.textRotation);var f=Math.abs(Math.abs(e.textRotation)-90)>45,g=f?c:d,h=f?d:c,i=e.selection.append("g").classed("text-container",!0);this._addTitleElement&&i.append("title").text(a);var j=i.append("g").classed("text-area",!0),k=this._wrapper?this._wrapper.wrap(a,this._measurer,g,h).wrappedText:a;this.writeText(k,j,g,h,e.xAlign,e.yAlign);var l=d3.transform(""),m=d3.transform("");switch(l.rotate=e.textRotation,e.textRotation){case 90:l.translate=[c,0],m.rotate=-90,m.translate=[0,200];break;case-90:l.translate=[0,d],m.rotate=90,m.translate=[c,0];break;case 180:l.translate=[c,d],m.translate=[c,d],m.rotate=180}j.attr("transform",l.toString()),this.addClipPath(i,m),e.animator&&e.animator.animate(i)},b.prototype.addClipPath=function(b,c){var d=this._elementID++,e=/MSIE [5-9]/.test(navigator.userAgent)?"":document.location.href;e=e.split("#")[0];var f="clipPath"+this._writerID+"_"+d;b.select(".text-area").attr("clip-path",'url("'+e+"#"+f+'")');var g=b.append("clipPath").attr("id",f),h=a.Utils.DOM.getBBox(b.select(".text-area")),i=g.append("rect");i.classed("clip-rect",!0).attr({x:h.x,y:h.y,width:h.width,height:h.height})},b.nextID=0,b.SupportedRotation=[-90,0,180,90],b.AnchorConverter={left:"start",center:"middle",right:"end"},b.XOffsetFactor={left:0,center:.5,right:1},b.YOffsetFactor={top:0,center:.5,bottom:1},b}();b.Writer=c}(b=a.Writers||(a.Writers={}))}(f||(f={}));var f;!function(a){var b;!function(b){var c=function(){function b(a,b){this.textMeasurer=this.getTextMeasurer(a,b)}return b.prototype.checkSelectionIsText=function(a){return"text"===a[0][0].tagName||!a.select("text").empty()},b.prototype.getTextMeasurer=function(a,b){var c=this;if(this.checkSelectionIsText(a)){var d,e=a.node().parentNode;return d="text"===a[0][0].tagName?a:a.select("text"),a.remove(),function(b){e.appendChild(a.node());var f=c.measureBBox(d,b);return a.remove(),f}}var f=a.append("text");return b&&f.classed(b,!0),f.remove(),function(b){a.node().appendChild(f.node());var d=c.measureBBox(f,b);return f.remove(),d}},b.prototype.measureBBox=function(b,c){b.text(c);var d=a.Utils.DOM.getBBox(b);return{width:d.width,height:d.height}},b.prototype.measure=function(a){return void 0===a&&(a=b.HEIGHT_TEXT),this.textMeasurer(a)},b.HEIGHT_TEXT="bqpdl",b}();b.AbstractMeasurer=c}(b=a.Measurers||(a.Measurers={}))}(f||(f={}));var f,e=this.__extends||function(a,b){function c(){this.constructor=a}for(var d in b)b.hasOwnProperty(d)&&(a[d]=b[d]);c.prototype=b.prototype,a.prototype=new c};!function(a){var b;!function(a){var b=function(b){function c(a,c,d){void 0===c&&(c=null),void 0===d&&(d=!1),b.call(this,a,c),this.useGuards=d}return e(c,b),c.prototype._addGuards=function(b){return a.AbstractMeasurer.HEIGHT_TEXT+b+a.AbstractMeasurer.HEIGHT_TEXT},c.prototype.getGuardWidth=function(){return null==this.guardWidth&&(this.guardWidth=b.prototype.measure.call(this).width),this.guardWidth},c.prototype._measureLine=function(a){var c=this.useGuards?this._addGuards(a):a,d=b.prototype.measure.call(this,c);return d.width-=this.useGuards?2*this.getGuardWidth():0,d},c.prototype.measure=function(b){var c=this;if(void 0===b&&(b=a.AbstractMeasurer.HEIGHT_TEXT),""===b.trim())return{width:0,height:0};var d=b.trim().split("\n").map(function(a){return c._measureLine(a)});return{width:d3.max(d,function(a){return a.width}),height:d3.sum(d,function(a){return a.height})}},c}(a.AbstractMeasurer);a.Measurer=b}(b=a.Measurers||(a.Measurers={}))}(f||(f={}));var f,e=this.__extends||function(a,b){function c(){this.constructor=a}for(var d in b)b.hasOwnProperty(d)&&(a[d]=b[d]);c.prototype=b.prototype,a.prototype=new c};!function(a){var b;!function(a){var b=function(a){function b(){a.apply(this,arguments)}return e(b,a),b.prototype._measureCharacter=function(b){return a.prototype._measureLine.call(this,b)},b.prototype._measureLine=function(a){var b=this,c=a.split("").map(function(a){return b._measureCharacter(a)});return{width:d3.sum(c,function(a){return a.width}),height:d3.max(c,function(a){return a.height})}},b}(a.Measurer);a.CharacterMeasurer=b}(b=a.Measurers||(a.Measurers={}))}(f||(f={}));var f,e=this.__extends||function(a,b){function c(){this.constructor=a}for(var d in b)b.hasOwnProperty(d)&&(a[d]=b[d]);c.prototype=b.prototype,a.prototype=new c};return function(a){var b;!function(b){var c=function(b){function c(c,d){var e=this;b.call(this,c,d),this.cache=new a.Utils.Cache(function(a){return e._measureCharacterNotFromCache(a)},a.Utils.Methods.objEq)}return e(c,b),c.prototype._measureCharacterNotFromCache=function(a){return b.prototype._measureCharacter.call(this,a)},c.prototype._measureCharacter=function(a){return this.cache.get(a)},c.prototype.reset=function(){this.cache.clear()},c}(b.CharacterMeasurer);b.CacheCharacterMeasurer=c}(b=a.Measurers||(a.Measurers={}))}(f||(f={})),d});