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