|
|
define((function(){return function(t){var e={};function i(n){if(e[n])return e[n].exports;var r=e[n]={i:n,l:!1,exports:{}};return t[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},i.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},i.t=function(t,e){if(1&e&&(t=i(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(i.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)i.d(n,r,function(e){return t[e]}.bind(null,r));return n},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s="./node_modules/@splunk/swc-mltk/dist/build_tools/web_loaders/splunk-public-path-injection-loader.js?/static/app/Splunk_ML_Toolkit/!./src/main/webapp/visualizations/LinesViz/visualization.es")}({"./node_modules/@splunk/charting-utils/Formatter.js":function(t,e,i){t.exports=function(t){var e={};function i(n){if(e[n])return e[n].exports;var r=e[n]={i:n,l:!1,exports:{}};return t[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=51)}({0:function(t,e){t.exports=i("./node_modules/underscore/modules/index-all.js")},1:function(t,e){t.exports=i("./node_modules/jquery/dist/jquery.js")},51:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=o(i(1)),r=o(i(0));function o(t){return t&&t.__esModule?t:{default:t}}function s(t){this.renderer=t,this.ELLIPSIS="..."}s.prototype={ellipsize:function(t,e,i,o,s){(0,r.default)(t).isArray()&&(t=t.join(","));var a=(t=n.default.trim(t)).length;if(!t||""===t)return"";if(a<=3||!i||isNaN(i)||i<=0)return t;if(!e||isNaN(e)||e<=0)return this.ELLIPSIS;if(!(this._predictLineWidth(t,i,o)-e>0))return t;var l=this._predictLineWidth(this.ELLIPSIS,i,o);switch(s){case"end":return this.trimStringToWidth(t,e-l,i,o)+"...";case"start":return"..."+this.reverseString(this.trimStringToWidth(this.reverseString(t),e-l,i,o));default:var c=(e-l)/2;return this.trimStringToWidth(t,c,i,o)+"..."+this.reverseString(this.trimStringToWidth(this.reverseString(t),c,i,o))}},trimStringToWidth:function(t,e,i,n){var r=this,o=function(o,s){for(var a=void 0;s>o+1;)a=Math.floor((o+s)/2),r.predictTextWidth(t.substr(0,a),i,n)>e?s=a:o=a;return o}(0,t.length);return t.substr(0,o)},reverseString:function(t){return t.split("").reverse().join("")},predictTextWidth:function(t,e,i){if((0,r.default)(t).isArray()&&(t=t.join(",")),!t||""===t||!e||isNaN(e))return 0;var o=t.split(/\s*<br\s*\/?>\s*/),s=o.length;if(s>1){for(var a=0,l=0;l<s;l++)if(o[l]&&""!==o[l]){var c=this._predictLineWidth(o[l],e,i);c>a&&(a=c)}return a}return this._predictLineWidth(n.default.trim(t),e,i)},_predictLineWidth:function(t,e,i){if(!t||!e)return 0;var n=this.getTextBBox(t,e,i);return n?n.width:0},predictTextHeight:function(t,e,i){if((0,r.default)(t).isArray()&&(t=t.join(",")),!e||!t)return 0;var n=this.getTextBBox(t,e,i);return n?n.height:0},getTextBBox:function(t,e,i){if(i=n.default.extend(i,{fontSize:e+"px"}),!isNaN(parseFloat(e,10)))return this.textPredicter&&this.textPredicter.destroy(),this.textPredicter=this.renderer.text(t,0,0).attr({visibility:"hidden"}).css(i).add(),this.textPredicter.getBBox()},adjustLabels:function(t,e,i,r,o){var s=void 0,a=void 0,l=void 0,c=n.default.extend(!0,[],t),u=this.getMaxWidthForFontRange(c,i,r);if(u[r]<=e)l=!1,a=r;else for(l=!0,a=r-1;a>i;a--)if(u[a]<=e){l=!1;break}if(l&&"none"!==o)for(s=0;s<c.length;s++)c[s]=this.ellipsize(c[s],e,a,{},o);return{labels:c,fontSize:a,areEllipsized:l,longestWidth:u[a]}},getMaxWidthForFontRange:function(t,e,i){var n=void 0,r={};r[e]=0;for(var o=0;o<t.length;o++){var s=this.predictTextWidth(t[o]||"",e);s>r[e]&&(n=o,r[e]=s)}for(var a=e+1;a<=i;a++)r[a]=this.predictTextWidth(t[n]||"",a);return r},bBoxesOverlap:function(t,e,i,n){i=i||0,n=n||0;var r=t.x-i,o=e.x-i,s=t.x+t.width+2*i,a=e.x+e.width+2*i,l=t.y-n,c=e.y-n,u=t.y+t.height+2*n,h=e.y+e.height+2*n;return r<a&&s>o&&l<h&&u>c},destroy:function(){this.textPredicter&&(this.textPredicter.destroy(),this.textPredicter=!1)}},e.default=s,t.exports=e.default}})},"./node_modules/@splunk/charting-utils/async.js":function(t,e,i){t.exports=function(t){var e={};function i(n){if(e[n])return e[n].exports;var r=e[n]={i:n,l:!1,exports:{}};return t[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=52)}({0:function(t,e){t.exports=i("./node_modules/underscore/modules/index-all.js")},1:function(t,e){t.exports=i("./node_modules/jquery/dist/jquery.js")},52:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=o(i(1)),r=o(i(0));function o(t){return t&&t.__esModule?t:{default:t}}var s={CANCELLED:"cancelled"};s.requestFrame=(0,r.default)(window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||function(t){window.setTimeout(t,50)}).bind(window),s.cancelFrame=(0,r.default)(window.cancelAnimationFrame||window.mozCancelAnimationFrame||function(t){window.clearTimeout(t)}).bind(window),s.asyncEach=function(t,e){var i=void 0,r=!1,o=t.length,a=n.default.Deferred();return a.cancel=function(){r=!0,i&&(s.cancelFrame(i),a.reject(s.CANCELLED))},function n(l){r||(e(t[l],l),l<o-1?i=s.requestFrame((function(){n(l+1)})):a.resolve())}(0),a},e.default=s,t.exports=e.default}})},"./node_modules/@splunk/charting-utils/color.js":function(t,e,i){t.exports=function(t){var e={};function i(n){if(e[n])return e[n].exports;var r=e[n]={i:n,l:!1,exports:{}};return t[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=32)}({0:function(t,e){t.exports=i("./node_modules/underscore/modules/index-all.js")},1:function(t,e){t.exports=i("./node_modules/jquery/dist/jquery.js")},32:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.interpolateColors=e.getComputedOpacity=e.getLuminance=e.addAlphaToColor=e.hexFromColor=e.normalizeColor=e.stripOutAlpha=e.colorFromHex=void 0;var n=o(i(1)),r=o(i(0));function o(t){return t&&t.__esModule?t:{default:t}}var s=e.colorFromHex=function(t,e){if("number"!=typeof t&&(t=parseInt(t,16)),(0,r.default)(t).isNaN()||t<0||t>16777215)return null;var i=(16711680&t)>>16,n=(65280&t)>>8,o=255&t;return void 0===e?"rgb("+i+","+n+","+o+")":"rgba("+i+","+n+","+o+","+e+")"},a=(e.stripOutAlpha=function(t){var e=t.split(",");return"a"===e[0].charAt(3)?(e[0]=e[0].replace("rgba","rgb"),e[e.length-1]=")",e=(e=e.join()).replace(",)",")")):t},e.normalizeColor=function(t){var e,i,n=null;if("string"==typeof t&&"#"===t.charAt(0))n=4===t.length?t+t.charAt(1)+t.charAt(2)+t.charAt(3):t;else try{e=t.match(/^rgb\((\d+),\s*(\d+),\s*(\d+)\)$/),i=(e[1]<<16|e[2]<<8|e[3]).toString(16),n="#"+Array(6-i.length).concat([i]).toString().replace(/,/g,0)}catch(t){}return n}),l=e.hexFromColor=function(t){var e=a(t);return e?parseInt(e.replace("#","0x"),16):0};e.addAlphaToColor=function(t,e){var i="number"==typeof t?t:l(t);return s(i,e)},e.getLuminance=function(t){if("number"!=typeof t&&(t=parseInt(t,16)),isNaN(t)||t<0||t>16777215)return 0;var e=(16711680&t)>>16,i=(65280&t)>>8,n=255&t;return Math.round(.2126*e+.7152*i+.0722*n)},e.getComputedOpacity=function(t){var e=n.default.trim(t.attr("fill")),i=function(t){var e=parseFloat(t);return e>=0&&e<=1?e:1};if(!/^rgba/.test(e))return i(t.attr("fill-opacity"));var r=e.match(/^rgba\((\d+),\s*(\d+),\s*(\d+),\s*([\d.]+)\)$/);return r&&r.length>4?i(r[4]):1},e.interpolateColors=function(t,e,i){var n=t>>16&255,r=t>>8&255,o=255&t,s=e>>16&255,a=e>>8&255,l=255&e;return n+Math.round((s-n)*i)<<16|r+Math.round((a-r)*i)<<8|o+Math.round((l-o)*i)}}})},"./node_modules/@splunk/charting-utils/dom.js":function(t,e,i){t.exports=function(t){var e={};function i(n){if(e[n])return e[n].exports;var r=e[n]={i:n,l:!1,exports:{}};return t[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=53)}({1:function(t,e){t.exports=i("./node_modules/jquery/dist/jquery.js")},53:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.showTickLabel=e.hideTickLabel=e.setLegendItemText=void 0;var n,r=i(1),o=(n=r)&&n.__esModule?n:{default:n};e.setLegendItemText=function(t,e){t.attr("text")!==e&&(t.added=!0,t.attr({text:e}))},e.hideTickLabel=function(t){var e=t.label;"text"===t.label.element.nodeName.toLowerCase()?e.hide():(0,o.default)(e.element).css("display","none")},e.showTickLabel=function(t){var e=t.label;"text"===t.label.element.nodeName.toLowerCase()?e.show():(0,o.default)(e.element).css("display","")}}})},"./node_modules/@splunk/charting-utils/field.js":function(t,e,i){t.exports=function(t){var e={};function i(n){if(e[n])return e[n].exports;var r=e[n]={i:n,l:!1,exports:{}};return t[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=54)}([function(t,e){t.exports=i("./node_modules/underscore/modules/index-all.js")},,function(t,e){var i=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=i)},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e,i){t.exports=!i(9)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(t,e){var i=t.exports={version:"2.6.12"};"number"==typeof __e&&(__e=i)},function(t,e,i){var n=i(7),r=i(26);t.exports=i(4)?function(t,e,i){return n.f(t,e,r(1,i))}:function(t,e,i){return t[e]=i,t}},function(t,e,i){var n=i(13),r=i(34),o=i(35),s=Object.defineProperty;e.f=i(4)?Object.defineProperty:function(t,e,i){if(n(t),e=o(e,!0),n(i),r)try{return s(t,e,i)}catch(t){}if("get"in i||"set"in i)throw TypeError("Accessors not supported!");return"value"in i&&(t[e]=i.value),t}},function(t,e,i){var n=i(28)("wks"),r=i(21),o=i(2).Symbol,s="function"==typeof o;(t.exports=function(t){return n[t]||(n[t]=s&&o[t]||(s?o:r)("Symbol."+t))}).store=n},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e){var i={}.hasOwnProperty;t.exports=function(t,e){return i.call(t,e)}},function(t,e,i){var n=i(2),r=i(5),o=i(12),s=i(6),a=i(10),l=function(t,e,i){var c,u,h,d=t&l.F,p=t&l.G,f=t&l.S,m=t&l.P,g=t&l.B,y=t&l.W,b=p?r:r[e]||(r[e]={}),v=b.prototype,M=p?n:f?n[e]:(n[e]||{}).prototype;for(c in p&&(i=e),i)(u=!d&&M&&void 0!==M[c])&&a(b,c)||(h=u?M[c]:i[c],b[c]=p&&"function"!=typeof M[c]?i[c]:g&&u?o(h,n):y&&M[c]==h?function(t){var e=function(e,i,n){if(this instanceof t){switch(arguments.length){case 0:return new t;case 1:return new t(e);case 2:return new t(e,i)}return new t(e,i,n)}return t.apply(this,arguments)};return e.prototype=t.prototype,e}(h):m&&"function"==typeof h?o(Function.call,h):h,m&&((b.virtual||(b.virtual={}))[c]=h,t&l.R&&v&&!v[c]&&s(v,c,h)))};l.F=1,l.G=2,l.S=4,l.P=8,l.B=16,l.W=32,l.U=64,l.R=128,t.exports=l},function(t,e,i){var n=i(24);t.exports=function(t,e,i){if(n(t),void 0===e)return t;switch(i){case 1:return function(i){return t.call(e,i)};case 2:return function(i,n){return t.call(e,i,n)};case 3:return function(i,n,r){return t.call(e,i,n,r)}}return function(){return t.apply(e,arguments)}}},function(t,e,i){var n=i(3);t.exports=function(t){if(!n(t))throw TypeError(t+" is not an object!");return t}},function(t,e){var i=Math.ceil,n=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?n:i)(t)}},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,i){var n=i(27),r=i(15);t.exports=function(t){return n(r(t))}},function(t,e){t.exports={}},function(t,e){var i={}.toString;t.exports=function(t){return i.call(t).slice(8,-1)}},function(t,e,i){var n=i(14),r=Math.min;t.exports=function(t){return t>0?r(n(t),9007199254740991):0}},function(t,e,i){var n=i(28)("keys"),r=i(21);t.exports=function(t){return n[t]||(n[t]=r(t))}},function(t,e){var i=0,n=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++i+n).toString(36))}},,function(t,e){t.exports=!0},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,e,i){var n=i(3),r=i(2).document,o=n(r)&&n(r.createElement);t.exports=function(t){return o?r.createElement(t):{}}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,i){var n=i(18);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==n(t)?t.split(""):Object(t)}},function(t,e,i){var n=i(5),r=i(2),o=r["__core-js_shared__"]||(r["__core-js_shared__"]={});(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:n.version,mode:i(23)?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(t,e,i){var n=i(15);t.exports=function(t){return Object(n(t))}},function(t,e,i){var n=i(12),r=i(70),o=i(71),s=i(13),a=i(19),l=i(72),c={},u={};(e=t.exports=function(t,e,i,h,d){var p,f,m,g,y=d?function(){return t}:l(t),b=n(i,h,e?2:1),v=0;if("function"!=typeof y)throw TypeError(t+" is not iterable!");if(o(y)){for(p=a(t.length);p>v;v++)if((g=e?b(s(f=t[v])[0],f[1]):b(t[v]))===c||g===u)return g}else for(m=y.call(t);!(f=m.next()).done;)if((g=r(m,b,f.value,e))===c||g===u)return g}).BREAK=c,e.RETURN=u},,function(t,e,i){"use strict";var n=i(23),r=i(11),o=i(60),s=i(6),a=i(17),l=i(61),c=i(40),u=i(64),h=i(8)("iterator"),d=!([].keys&&"next"in[].keys()),p=function(){return this};t.exports=function(t,e,i,f,m,g,y){l(i,e,f);var b,v,M,x=function(t){if(!d&&t in w)return w[t];switch(t){case"keys":case"values":return function(){return new i(this,t)}}return function(){return new i(this,t)}},_=e+" Iterator",A="values"==m,L=!1,w=t.prototype,k=w[h]||w["@@iterator"]||m&&w[m],S=k||x(m),T=m?A?x("entries"):S:void 0,O="Array"==e&&w.entries||k;if(O&&(M=u(O.call(new t)))!==Object.prototype&&M.next&&(c(M,_,!0),n||"function"==typeof M[h]||s(M,h,p)),A&&k&&"values"!==k.name&&(L=!0,S=function(){return k.call(this)}),n&&!y||!d&&!L&&w[h]||s(w,h,S),a[e]=S,a[_]=p,m)if(b={values:A?S:x("values"),keys:g?S:x("keys"),entries:T},y)for(v in b)v in w||o(w,v,b[v]);else r(r.P+r.F*(d||L),e,b);return b}},function(t,e,i){t.exports=!i(4)&&!i(9)((function(){return 7!=Object.defineProperty(i(25)("div"),"a",{get:function(){return 7}}).a}))},function(t,e,i){var n=i(3);t.exports=function(t,e){if(!n(t))return t;var i,r;if(e&&"function"==typeof(i=t.toString)&&!n(r=i.call(t)))return r;if("function"==typeof(i=t.valueOf)&&!n(r=i.call(t)))return r;if(!e&&"function"==typeof(i=t.toString)&&!n(r=i.call(t)))return r;throw TypeError("Can't convert object to primitive value")}},function(t,e,i){var n=i(37),r=i(29);t.exports=Object.keys||function(t){return n(t,r)}},function(t,e,i){var n=i(10),r=i(16),o=i(38)(!1),s=i(20)("IE_PROTO");t.exports=function(t,e){var i,a=r(t),l=0,c=[];for(i in a)i!=s&&n(a,i)&&c.push(i);for(;e.length>l;)n(a,i=e[l++])&&(~o(c,i)||c.push(i));return c}},function(t,e,i){var n=i(16),r=i(19),o=i(39);t.exports=function(t){return function(e,i,s){var a,l=n(e),c=r(l.length),u=o(s,c);if(t&&i!=i){for(;c>u;)if((a=l[u++])!=a)return!0}else for(;c>u;u++)if((t||u in l)&&l[u]===i)return t||u||0;return!t&&-1}}},function(t,e,i){var n=i(14),r=Math.max,o=Math.min;t.exports=function(t,e){return(t=n(t))<0?r(t+e,0):o(t,e)}},function(t,e,i){var n=i(7).f,r=i(10),o=i(8)("toStringTag");t.exports=function(t,e,i){t&&!r(t=i?t:t.prototype,o)&&n(t,o,{configurable:!0,value:e})}},,,,function(t,e,i){var n=i(13),r=i(62),o=i(29),s=i(20)("IE_PROTO"),a=function(){},l=function(){var t,e=i(25)("iframe"),n=o.length;for(e.style.display="none",i(63).appendChild(e),e.src="javascript:",(t=e.contentWindow.document).open(),t.write("<script>document.F=Object<\/script>"),t.close(),l=t.F;n--;)delete l.prototype[o[n]];return l()};t.exports=Object.create||function(t,e){var i;return null!==t?(a.prototype=n(t),i=new a,a.prototype=null,i[s]=t):i=l(),void 0===e?i:r(i,e)}},function(t,e){t.exports=function(t,e){return{value:e,done:!!t}}},function(t,e,i){var n=i(6);t.exports=function(t,e,i){for(var r in e)i&&t[r]?t[r]=e[r]:n(t,r,e[r]);return t}},function(t,e){t.exports=function(t,e,i,n){if(!(t instanceof e)||void 0!==n&&n in t)throw TypeError(i+": incorrect invocation!");return t}},function(t,e,i){var n=i(18),r=i(8)("toStringTag"),o="Arguments"==n(function(){return arguments}());t.exports=function(t){var e,i,s;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(i=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),r))?i:o?n(e):"Object"==(s=n(e))&&"function"==typeof e.callee?"Arguments":s}},function(t,e,i){var n=i(21)("meta"),r=i(3),o=i(10),s=i(7).f,a=0,l=Object.isExtensible||function(){return!0},c=!i(9)((function(){return l(Object.preventExtensions({}))})),u=function(t){s(t,n,{value:{i:"O"+ ++a,w:{}}})},h=t.exports={KEY:n,NEED:!1,fastKey:function(t,e){if(!r(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!o(t,n)){if(!l(t))return"F";if(!e)return"E";u(t)}return t[n].i},getWeak:function(t,e){if(!o(t,n)){if(!l(t))return!0;if(!e)return!1;u(t)}return t[n].w},onFreeze:function(t){return c&&h.NEED&&l(t)&&!o(t,n)&&u(t),t}}},function(t,e,i){var n=i(3);t.exports=function(t,e){if(!n(t)||t._t!==e)throw TypeError("Incompatible receiver, "+e+" required!");return t}},,,,function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.isOutlierField=e.getOutlierFields=e.isOutlierDataSet=e.getRangeSeriesConfig=e.isRangeSeriesDataSet=void 0;var n=o(i(55)),r=o(i(0));function o(t){return t&&t.__esModule?t:{default:t}}e.isRangeSeriesDataSet=function(t){var e=t.allFields();return(0,r.default)(e).any((function(t){return/^_predicted/.test(t)}))&&(0,r.default)(e).any((function(t){return/^_lower/.test(t)}))&&(0,r.default)(e).any((function(t){return/^_upper/.test(t)}))},e.getRangeSeriesConfig=function(t){var e=(0,r.default)(t.allFields()).filter((function(t){return/^_predicted/.test(t)}));return(0,r.default)(e).map((function(e){var i=e.replace(/^_predicted/,""),n="_lower"+i,o="_upper"+i;return{predicted:(0,r.default)(t.getSeries(e)).find((function(t){return!!t})),lower:(0,r.default)(t.getSeries(n)).find((function(t){return!!t})),upper:(0,r.default)(t.getSeries(o)).find((function(t){return!!t}))}}))},e.isOutlierDataSet=function(t){var e=t.allFields();return(0,r.default)(e).any((function(t){return/^isOutlier/.test(t)}))&&(0,r.default)(e).any((function(t){return/^lowerBound/.test(t)}))&&(0,r.default)(e).any((function(t){return/^upperBound/.test(t)}))},e.getOutlierFields=function(t){return{lower:"lowerBound",upper:"upperBound",isOutlier:"isOutlier",actual:""+(0,r.default)(t.allFields()).filter((function(t){return!(/^isOutlier/.test(t)||/^lowerBound/.test(t)||/^upperBound/.test(t)||/^_time/.test(t))}))}},e.isOutlierField=function(t){return new n.default(["lowerBound","upperBound","isOutlier"]).has(t)}},function(t,e,i){t.exports={default:i(56),__esModule:!0}},function(t,e,i){i(57),i(58),i(65),i(68),i(79),i(82),i(84),t.exports=i(5).Set},function(t,e){},function(t,e,i){"use strict";var n=i(59)(!0);i(33)(String,"String",(function(t){this._t=String(t),this._i=0}),(function(){var t,e=this._t,i=this._i;return i>=e.length?{value:void 0,done:!0}:(t=n(e,i),this._i+=t.length,{value:t,done:!1})}))},function(t,e,i){var n=i(14),r=i(15);t.exports=function(t){return function(e,i){var o,s,a=String(r(e)),l=n(i),c=a.length;return l<0||l>=c?t?"":void 0:(o=a.charCodeAt(l))<55296||o>56319||l+1===c||(s=a.charCodeAt(l+1))<56320||s>57343?t?a.charAt(l):o:t?a.slice(l,l+2):s-56320+(o-55296<<10)+65536}}},function(t,e,i){t.exports=i(6)},function(t,e,i){"use strict";var n=i(44),r=i(26),o=i(40),s={};i(6)(s,i(8)("iterator"),(function(){return this})),t.exports=function(t,e,i){t.prototype=n(s,{next:r(1,i)}),o(t,e+" Iterator")}},function(t,e,i){var n=i(7),r=i(13),o=i(36);t.exports=i(4)?Object.defineProperties:function(t,e){r(t);for(var i,s=o(e),a=s.length,l=0;a>l;)n.f(t,i=s[l++],e[i]);return t}},function(t,e,i){var n=i(2).document;t.exports=n&&n.documentElement},function(t,e,i){var n=i(10),r=i(30),o=i(20)("IE_PROTO"),s=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=r(t),n(t,o)?t[o]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?s:null}},function(t,e,i){i(66);for(var n=i(2),r=i(6),o=i(17),s=i(8)("toStringTag"),a="CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,TextTrackList,TouchList".split(","),l=0;l<a.length;l++){var c=a[l],u=n[c],h=u&&u.prototype;h&&!h[s]&&r(h,s,c),o[c]=o.Array}},function(t,e,i){"use strict";var n=i(67),r=i(45),o=i(17),s=i(16);t.exports=i(33)(Array,"Array",(function(t,e){this._t=s(t),this._i=0,this._k=e}),(function(){var t=this._t,e=this._k,i=this._i++;return!t||i>=t.length?(this._t=void 0,r(1)):r(0,"keys"==e?i:"values"==e?t[i]:[i,t[i]])}),"values"),o.Arguments=o.Array,n("keys"),n("values"),n("entries")},function(t,e){t.exports=function(){}},function(t,e,i){"use strict";var n=i(69),r=i(50);t.exports=i(74)("Set",(function(t){return function(){return t(this,arguments.length>0?arguments[0]:void 0)}}),{add:function(t){return n.def(r(this,"Set"),t=0===t?0:t,t)}},n)},function(t,e,i){"use strict";var n=i(7).f,r=i(44),o=i(46),s=i(12),a=i(47),l=i(31),c=i(33),u=i(45),h=i(73),d=i(4),p=i(49).fastKey,f=i(50),m=d?"_s":"size",g=function(t,e){var i,n=p(e);if("F"!==n)return t._i[n];for(i=t._f;i;i=i.n)if(i.k==e)return i};t.exports={getConstructor:function(t,e,i,c){var u=t((function(t,n){a(t,u,e,"_i"),t._t=e,t._i=r(null),t._f=void 0,t._l=void 0,t[m]=0,null!=n&&l(n,i,t[c],t)}));return o(u.prototype,{clear:function(){for(var t=f(this,e),i=t._i,n=t._f;n;n=n.n)n.r=!0,n.p&&(n.p=n.p.n=void 0),delete i[n.i];t._f=t._l=void 0,t[m]=0},delete:function(t){var i=f(this,e),n=g(i,t);if(n){var r=n.n,o=n.p;delete i._i[n.i],n.r=!0,o&&(o.n=r),r&&(r.p=o),i._f==n&&(i._f=r),i._l==n&&(i._l=o),i[m]--}return!!n},forEach:function(t){f(this,e);for(var i,n=s(t,arguments.length>1?arguments[1]:void 0,3);i=i?i.n:this._f;)for(n(i.v,i.k,this);i&&i.r;)i=i.p},has:function(t){return!!g(f(this,e),t)}}),d&&n(u.prototype,"size",{get:function(){return f(this,e)[m]}}),u},def:function(t,e,i){var n,r,o=g(t,e);return o?o.v=i:(t._l=o={i:r=p(e,!0),k:e,v:i,p:n=t._l,n:void 0,r:!1},t._f||(t._f=o),n&&(n.n=o),t[m]++,"F"!==r&&(t._i[r]=o)),t},getEntry:g,setStrong:function(t,e,i){c(t,e,(function(t,i){this._t=f(t,e),this._k=i,this._l=void 0}),(function(){for(var t=this._k,e=this._l;e&&e.r;)e=e.p;return this._t&&(this._l=e=e?e.n:this._t._f)?u(0,"keys"==t?e.k:"values"==t?e.v:[e.k,e.v]):(this._t=void 0,u(1))}),i?"entries":"values",!i,!0),h(e)}}},function(t,e,i){var n=i(13);t.exports=function(t,e,i,r){try{return r?e(n(i)[0],i[1]):e(i)}catch(e){var o=t.return;throw void 0!==o&&n(o.call(t)),e}}},function(t,e,i){var n=i(17),r=i(8)("iterator"),o=Array.prototype;t.exports=function(t){return void 0!==t&&(n.Array===t||o[r]===t)}},function(t,e,i){var n=i(48),r=i(8)("iterator"),o=i(17);t.exports=i(5).getIteratorMethod=function(t){if(null!=t)return t[r]||t["@@iterator"]||o[n(t)]}},function(t,e,i){"use strict";var n=i(2),r=i(5),o=i(7),s=i(4),a=i(8)("species");t.exports=function(t){var e="function"==typeof r[t]?r[t]:n[t];s&&e&&!e[a]&&o.f(e,a,{configurable:!0,get:function(){return this}})}},function(t,e,i){"use strict";var n=i(2),r=i(11),o=i(49),s=i(9),a=i(6),l=i(46),c=i(31),u=i(47),h=i(3),d=i(40),p=i(7).f,f=i(75)(0),m=i(4);t.exports=function(t,e,i,g,y,b){var v=n[t],M=v,x=y?"set":"add",_=M&&M.prototype,A={};return m&&"function"==typeof M&&(b||_.forEach&&!s((function(){(new M).entries().next()})))?(M=e((function(e,i){u(e,M,t,"_c"),e._c=new v,null!=i&&c(i,y,e[x],e)})),f("add,clear,delete,forEach,get,has,set,keys,values,entries,toJSON".split(","),(function(t){var e="add"==t||"set"==t;!(t in _)||b&&"clear"==t||a(M.prototype,t,(function(i,n){if(u(this,M,t),!e&&b&&!h(i))return"get"==t&&void 0;var r=this._c[t](0===i?0:i,n);return e?this:r}))})),b||p(M.prototype,"size",{get:function(){return this._c.size}})):(M=g.getConstructor(e,t,y,x),l(M.prototype,i),o.NEED=!0),d(M,t),A[t]=M,r(r.G+r.W+r.F,A),b||g.setStrong(M,t,y),M}},function(t,e,i){var n=i(12),r=i(27),o=i(30),s=i(19),a=i(76);t.exports=function(t,e){var i=1==t,l=2==t,c=3==t,u=4==t,h=6==t,d=5==t||h,p=e||a;return function(e,a,f){for(var m,g,y=o(e),b=r(y),v=n(a,f,3),M=s(b.length),x=0,_=i?p(e,M):l?p(e,0):void 0;M>x;x++)if((d||x in b)&&(g=v(m=b[x],x,y),t))if(i)_[x]=g;else if(g)switch(t){case 3:return!0;case 5:return m;case 6:return x;case 2:_.push(m)}else if(u)return!1;return h?-1:c||u?u:_}}},function(t,e,i){var n=i(77);t.exports=function(t,e){return new(n(t))(e)}},function(t,e,i){var n=i(3),r=i(78),o=i(8)("species");t.exports=function(t){var e;return r(t)&&("function"!=typeof(e=t.constructor)||e!==Array&&!r(e.prototype)||(e=void 0),n(e)&&null===(e=e[o])&&(e=void 0)),void 0===e?Array:e}},function(t,e,i){var n=i(18);t.exports=Array.isArray||function(t){return"Array"==n(t)}},function(t,e,i){var n=i(11);n(n.P+n.R,"Set",{toJSON:i(80)("Set")})},function(t,e,i){var n=i(48),r=i(81);t.exports=function(t){return function(){if(n(this)!=t)throw TypeError(t+"#toJSON isn't generic");return r(this)}}},function(t,e,i){var n=i(31);t.exports=function(t,e){var i=[];return n(t,!1,i.push,i,e),i}},function(t,e,i){i(83)("Set")},function(t,e,i){"use strict";var n=i(11);t.exports=function(t){n(n.S,t,{of:function(){for(var t=arguments.length,e=new Array(t);t--;)e[t]=arguments[t];return new this(e)}})}},function(t,e,i){i(85)("Set")},function(t,e,i){"use strict";var n=i(11),r=i(24),o=i(12),s=i(31);t.exports=function(t){n(n.S,t,{from:function(t){var e,i,n,a,l=arguments[1];return r(this),(e=void 0!==l)&&r(l),null==t?new this:(i=[],e?(n=0,a=o(l,arguments[2],2),s(t,!1,(function(t){i.push(a(t,n++))}))):s(t,!1,i.push,i),new this(i))}})}}])},"./node_modules/@splunk/charting-utils/format.js":function(t,e,i){t.exports=function(t){var e={};function i(n){if(e[n])return e[n].exports;var r=e[n]={i:n,l:!1,exports:{}};return t[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=86)}({0:function(t,e){t.exports=i("./node_modules/underscore/modules/index-all.js")},22:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),window.locale_name()in{ko_KR:!0,zh_CN:!0,zh_TW:!0}&&(window._i18n_locale.date_formats.short={pattern:"yy/MM/dd",format:"%(yy)s/%(MM)s/%(dd)s"},window._i18n_locale.date_formats.medium={pattern:"yyyy/MM/dd",format:"%(yyyy)s/%(MM)s/%(dd)s"},window._i18n_locale.time_formats.short={pattern:"H:mm",format:"%(H)s:%(mm)s"},window._i18n_locale.time_formats.medium={pattern:"H:mm:ss",format:"%(H)s:%(mm)s:%(ss)s"});var n=[[/^ccc MMM d$/,"M/d (ccc)"],[/^YYYY-MM/,"YYYY/MM"],[/MM-dd/,"MM/dd"]],r={ja_JP:n,ko_KR:n,zh_CN:n,zh_TW:n},o=[["MMM d","d MMM"]],s=window.format_date;window.format_date=function(t,e){e=e||"medium";var i,n,a=window.locale_name();if(e&&"string"==typeof e&&window.locale_uses_day_before_month())for(n=o,i=0;i<n.length;i++)e=e.replace(n[i][0],n[i][1]);if(e&&"string"==typeof e&&a in r)for(n=r[a],i=0;i<n.length;i++){var l=n[i];e=e.replace(l[0],l[1])}return s(t,e)},e.default={_:window.gettext,ungettext:window.ungettext,format_decimal:window.format_decimal,format_number:window.format_number,format_percent:window.format_percent,format_scientific:window.format_scientific,format_date:window.format_date,format_datetime:window.format_datetime,format_time:window.format_time,format_datetime_microseconds:window.format_datetime_microseconds,format_time_microseconds:window.format_time_microseconds,locale_uses_day_before_month:window.locale_uses_day_before_month,format_datetime_range:window.format_datetime_range,locale_name:window.locale_name,DateTime:window.DateTime,moment_install:window.moment_install,numeral_install:window.numeral_install,jQuery_ui_datepicker_install:window.jQuery_ui_datepicker_install},t.exports=e.default},41:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(){var t=/%%|%(\d+\$)?(\([^)]+\))?([-+#0 ]*)(\*\d+\$|\*|\d+)?(\.(\*\d+\$|\*|\d+))?([scboxXuidfegEG])/g,e=arguments,i=0,n=e[i++],r=function(t,e,i,n){var r=t.length>=e?"":Array(1+e-t.length>>>0).join(i);return n?t+r:r+t},o=function(t,e,i,n,o){var s=n-t.length;return s>0&&(t=i||!o?r(t,n," ",i):t.slice(0,e.length)+r("",s,"0",!0)+t.slice(e.length)),t},s=function(t,e,i,n,s,a,l){var c=t>>>0;return t=(i=i&&c&&{2:"0b",8:"0",16:"0x"}[e]||"")+r(c.toString(e),a||0,"0",!1),o(t,i,n,s,l)},a=function(t,e,i,n,r){return null!=n&&(t=t.slice(0,n)),o(t,"",e,i,r)},l=function(t,n,l,c,u,h,d,p){if("%%"==t)return"%";for(var f=!1,m="",g=!1,y=!1,b=c.length,v=0;c&&v<b;v++)switch(c.charAt(v)){case" ":m=" ";break;case"+":m="+";break;case"-":f=!0;break;case"0":g=!0;break;case"#":y=!0}if((u=u?"*"==u?+e[i++]:"*"==u.charAt(0)?+e[u.slice(1,-1)]:+u:0)<0&&(u=-u,f=!0),!isFinite(u))throw new Error("sprintf: (minimum-)width must be finite");if(d=d?"*"==d?+e[i++]:"*"==d.charAt(0)?+e[d.slice(1,-1)]:+d:"fFeE".indexOf(p)>-1?6:"d"==p?0:void 0,l){l=l.substr(1,l.length-2);var M=e[1][l]}else M=n?e[n.slice(0,-1)]:e[i++];switch(p){case"s":return a(String(M),f,u,d,g);case"c":return a(String.fromCharCode(+M),f,u,d,g);case"b":return s(M,2,y,f,u,d,g);case"o":return s(M,8,y,f,u,d,g);case"x":return s(M,16,y,f,u,d,g);case"X":return s(M,16,y,f,u,d,g).toUpperCase();case"u":return s(M,10,y,f,u,d,g);case"i":case"d":return M=(_=(x=parseInt(+M))<0?"-":m)+r(String(Math.abs(x)),d,"0",!1),o(M,_,f,u,g);case"e":case"E":case"f":case"F":case"g":case"G":var x,_=(x=+M)<0?"-":m,A=["toExponential","toFixed","toPrecision"]["efg".indexOf(p.toLowerCase())],L=["toString","toUpperCase"]["eEfFgG".indexOf(p)%2];return M=_+Math.abs(x)[A](d),o(M,_,f,u,g)[L]();default:return t}};return n.replace(t,l)},t.exports=e.default},42:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.roundToDecimal=e.valuesAreNumeric=e.isCommaSeparatedNumber=e.getDecimalPrecision=e.degreeToRadian=e.roundWithMinMax=e.roundWithMin=e.nearestPowerOfTen=e.absPowerTen=e.absLogBaseTen=e.logBaseTen=e.parseFloat=void 0;var n,r=i(0),o=(n=r)&&n.__esModule?n:{default:n};var s=/^( )*(0x|-0x)/,a=/(^[-+]?[0-9]*[.]?[0-9]*$)|(^[-+]?[0-9][.]?[0-9]*e[-+]?[0-9][0-9]*$)/i,l=/(^[-+]?([0]|([1-9][0-9]{0,2})|(([1-9][0-9]{0,2}[,])([0-9]{3}[,])*[0-9]{3}))(([.][0-9]+)?)$)/,c=function(t){return s.test(t)?parseInt(t,16):a.test(t)?parseFloat(t):NaN};e.parseFloat=c;var u=e.logBaseTen=function(t){var e=Math.log(t)/Math.LN10;return Math.round(1e4*e)/1e4},h=e.absLogBaseTen=function(t){if("number"!=typeof t&&(t=parseFloat(t)),(0,o.default)(t).isNaN())return t;var e=t<0;e&&(t=-t),t<10&&(t+=(10-t)/10);var i=u(t);return e?-i:i},d=e.absPowerTen=function(t){if("number"!=typeof t&&(t=parseFloat(t)),(0,o.default)(t).isNaN())return t;var e=t<0,i=void 0;return e&&(t=-t),(i=Math.pow(10,t))<10&&(i=10*(i-1)/9),i=e?-i:i,Math.round(1e3*i)/1e3},p=e.nearestPowerOfTen=function(t){if("number"!=typeof t)return NaN;var e=t<0,i=u(t=e?-t:t),n=Math.pow(10,Math.floor(i));return e?-n:n},f=e.roundWithMin=function(t,e){return Math.max(Math.round(t),e)},m=e.roundWithMinMax=function(t,e,i){var n=Math.round(t);return n<e?e:n>i?i:n},g=e.degreeToRadian=function(t){return t*Math.PI/180},y=e.getDecimalPrecision=function(t,e){e=Math.min(e||1/0,20);for(var i=0;i<e&&t.toFixed(i)!==t.toString();)i+=1;return i},b=e.isCommaSeparatedNumber=function(t){return l.test(t)},v=e.valuesAreNumeric=function(t){var e=0,i=0;return(0,o.default)(t).each((function(t){((0,o.default)(t).isArray()&&(t=t.length>0?t[0]:null),(0,o.default)(t).isNull())||(i++,(!!c(t)||b(t))&&e++)})),0!==i&&e>=i/2},M=e.roundToDecimal=function(t,e){return void 0===e||0==+e?Math.round(t):(t=+t,e=+e,isNaN(t)||"number"!=typeof e||e%1!=0?NaN:(t=t.toString().split("e"),+((t=(t=Math.round(+(t[0]+"e"+(t[1]?+t[1]-e:-e)))).toString().split("e"))[0]+"e"+(t[1]?+t[1]+e:e))))};e.default={parseFloat:c,logBaseTen:u,absLogBaseTen:h,absPowerTen:d,nearestPowerOfTen:p,roundWithMin:f,roundWithMinMax:m,degreeToRadian:g,getDecimalPrecision:y,valuesAreNumeric:v,roundToDecimal:M}},86:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getSIPower=e.getSIUnit=e.abbreviateByUnit=e.abbreviateNumber=void 0;var n=s(i(22)),r=s(i(41)),o=i(42);function s(t){return t&&t.__esModule?t:{default:t}}var a=function(t){return t<1e3?n.default.format_decimal(t):t<1e4?(0,r.default)(n.default._("%sK"),n.default.format_decimal((0,o.roundToDecimal)(t/1e3,-2))):t<1e5?(0,r.default)(n.default._("%sK"),n.default.format_decimal((0,o.roundToDecimal)(t/1e3,-1))):t<999500?(0,r.default)(n.default._("%sK"),n.default.format_decimal((0,o.roundToDecimal)(t/1e3,0))):t<1e7?(0,r.default)(n.default._("%sM"),n.default.format_decimal((0,o.roundToDecimal)(t/1e6,-2))):t<1e8?(0,r.default)(n.default._("%sM"),n.default.format_decimal((0,o.roundToDecimal)(t/1e6,-1))):t<9995e5?(0,r.default)(n.default._("%sM"),n.default.format_decimal((0,o.roundToDecimal)(t/1e6,0))):t<1e10?(0,r.default)(n.default._("%sB"),n.default.format_decimal((0,o.roundToDecimal)(t/1e9,-2))):t<1e11?(0,r.default)(n.default._("%sB"),n.default.format_decimal((0,o.roundToDecimal)(t/1e9,-1))):(0,r.default)(n.default._("%sB"),n.default.format_decimal((0,o.roundToDecimal)(t/1e9,0)))};e.abbreviateNumber=function(t){return t<0?"-".concat(a(Math.abs(t))):a(t)},e.abbreviateByUnit=function(t,e,i){for(var o="###,###.",s="",a=0;a<i;a++)s+="0";return o+=s,0===t?"0":""===e?n.default.format_decimal(t,o).toString():"K"===e?(0,r.default)(n.default._("%sK"),n.default.format_decimal(t/1e3,o)):"M"===e?(0,r.default)(n.default._("%sM"),n.default.format_decimal(t/1e6,o)):"B"===e?(0,r.default)(n.default._("%sB"),n.default.format_decimal(t/1e9,o)):"T"===e?(0,r.default)(n.default._("%sT"),n.default.format_decimal(t/1e12,o)):void 0},e.getSIUnit=function(t){return t>=1e12?"T":t>=1e9?"B":t>=1e6?"M":t>=1e3?"K":""},e.getSIPower=function(t){return t>=1e12?12:t>=1e9?9:t>=1e6?6:t>=1e3?3:0}}})},"./node_modules/@splunk/charting-utils/i18n.js":function(t,e){t.exports=function(t){var e={};function i(n){if(e[n])return e[n].exports;var r=e[n]={i:n,l:!1,exports:{}};return t[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=22)}({22:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),window.locale_name()in{ko_KR:!0,zh_CN:!0,zh_TW:!0}&&(window._i18n_locale.date_formats.short={pattern:"yy/MM/dd",format:"%(yy)s/%(MM)s/%(dd)s"},window._i18n_locale.date_formats.medium={pattern:"yyyy/MM/dd",format:"%(yyyy)s/%(MM)s/%(dd)s"},window._i18n_locale.time_formats.short={pattern:"H:mm",format:"%(H)s:%(mm)s"},window._i18n_locale.time_formats.medium={pattern:"H:mm:ss",format:"%(H)s:%(mm)s:%(ss)s"});var n=[[/^ccc MMM d$/,"M/d (ccc)"],[/^YYYY-MM/,"YYYY/MM"],[/MM-dd/,"MM/dd"]],r={ja_JP:n,ko_KR:n,zh_CN:n,zh_TW:n},o=[["MMM d","d MMM"]],s=window.format_date;window.format_date=function(t,e){e=e||"medium";var i,n,a=window.locale_name();if(e&&"string"==typeof e&&window.locale_uses_day_before_month())for(n=o,i=0;i<n.length;i++)e=e.replace(n[i][0],n[i][1]);if(e&&"string"==typeof e&&a in r)for(n=r[a],i=0;i<n.length;i++){var l=n[i];e=e.replace(l[0],l[1])}return s(t,e)},e.default={_:window.gettext,ungettext:window.ungettext,format_decimal:window.format_decimal,format_number:window.format_number,format_percent:window.format_percent,format_scientific:window.format_scientific,format_date:window.format_date,format_datetime:window.format_datetime,format_time:window.format_time,format_datetime_microseconds:window.format_datetime_microseconds,format_time_microseconds:window.format_time_microseconds,locale_uses_day_before_month:window.locale_uses_day_before_month,format_datetime_range:window.format_datetime_range,locale_name:window.locale_name,DateTime:window.DateTime,moment_install:window.moment_install,numeral_install:window.numeral_install,jQuery_ui_datepicker_install:window.jQuery_ui_datepicker_install},t.exports=e.default}})},"./node_modules/@splunk/charting-utils/lang.js":function(t,e){t.exports=function(t){var e={};function i(n){if(e[n])return e[n].exports;var r=e[n]={i:n,l:!1,exports:{}};return t[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=87)}({87:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});e.inherit=function(t,e){var i=function(){};i.prototype=e.prototype,t.prototype=new i,t.prototype.constructor=t}}})},"./node_modules/@splunk/charting-utils/logger.js":function(t,e){t.exports=function(t){var e={};function i(n){if(e[n])return e[n].exports;var r=e[n]={i:n,l:!1,exports:{}};return t[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=43)}({43:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=window.console,r=e.setLoggingConsole=function(t){n=t},o=function(t){return function(){var e;(e=n)[t].apply(e,arguments)}},s=e.debug=o("debug"),a=e.info=o("info"),l=e.warn=o("warn"),c=e.error=o("error"),u=e.log=o("log"),h=e.trace=o("trace");e.default={setLoggingConsole:r,debug:s,info:a,warn:l,error:c,log:u,trace:h}}})},"./node_modules/@splunk/charting-utils/math.js":function(t,e,i){t.exports=function(t){var e={};function i(n){if(e[n])return e[n].exports;var r=e[n]={i:n,l:!1,exports:{}};return t[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=42)}({0:function(t,e){t.exports=i("./node_modules/underscore/modules/index-all.js")},42:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.roundToDecimal=e.valuesAreNumeric=e.isCommaSeparatedNumber=e.getDecimalPrecision=e.degreeToRadian=e.roundWithMinMax=e.roundWithMin=e.nearestPowerOfTen=e.absPowerTen=e.absLogBaseTen=e.logBaseTen=e.parseFloat=void 0;var n,r=i(0),o=(n=r)&&n.__esModule?n:{default:n};var s=/^( )*(0x|-0x)/,a=/(^[-+]?[0-9]*[.]?[0-9]*$)|(^[-+]?[0-9][.]?[0-9]*e[-+]?[0-9][0-9]*$)/i,l=/(^[-+]?([0]|([1-9][0-9]{0,2})|(([1-9][0-9]{0,2}[,])([0-9]{3}[,])*[0-9]{3}))(([.][0-9]+)?)$)/,c=function(t){return s.test(t)?parseInt(t,16):a.test(t)?parseFloat(t):NaN};e.parseFloat=c;var u=e.logBaseTen=function(t){var e=Math.log(t)/Math.LN10;return Math.round(1e4*e)/1e4},h=e.absLogBaseTen=function(t){if("number"!=typeof t&&(t=parseFloat(t)),(0,o.default)(t).isNaN())return t;var e=t<0;e&&(t=-t),t<10&&(t+=(10-t)/10);var i=u(t);return e?-i:i},d=e.absPowerTen=function(t){if("number"!=typeof t&&(t=parseFloat(t)),(0,o.default)(t).isNaN())return t;var e=t<0,i=void 0;return e&&(t=-t),(i=Math.pow(10,t))<10&&(i=10*(i-1)/9),i=e?-i:i,Math.round(1e3*i)/1e3},p=e.nearestPowerOfTen=function(t){if("number"!=typeof t)return NaN;var e=t<0,i=u(t=e?-t:t),n=Math.pow(10,Math.floor(i));return e?-n:n},f=e.roundWithMin=function(t,e){return Math.max(Math.round(t),e)},m=e.roundWithMinMax=function(t,e,i){var n=Math.round(t);return n<e?e:n>i?i:n},g=e.degreeToRadian=function(t){return t*Math.PI/180},y=e.getDecimalPrecision=function(t,e){e=Math.min(e||1/0,20);for(var i=0;i<e&&t.toFixed(i)!==t.toString();)i+=1;return i},b=e.isCommaSeparatedNumber=function(t){return l.test(t)},v=e.valuesAreNumeric=function(t){var e=0,i=0;return(0,o.default)(t).each((function(t){((0,o.default)(t).isArray()&&(t=t.length>0?t[0]:null),(0,o.default)(t).isNull())||(i++,(!!c(t)||b(t))&&e++)})),0!==i&&e>=i/2},M=e.roundToDecimal=function(t,e){return void 0===e||0==+e?Math.round(t):(t=+t,e=+e,isNaN(t)||"number"!=typeof e||e%1!=0?NaN:(t=t.toString().split("e"),+((t=(t=Math.round(+(t[0]+"e"+(t[1]?+t[1]-e:-e)))).toString().split("e"))[0]+"e"+(t[1]?+t[1]+e:e))))};e.default={parseFloat:c,logBaseTen:u,absLogBaseTen:h,absPowerTen:d,nearestPowerOfTen:p,roundWithMin:f,roundWithMinMax:m,degreeToRadian:g,getDecimalPrecision:y,valuesAreNumeric:v,roundToDecimal:M}}})},"./node_modules/@splunk/charting-utils/parsing.js":function(t,e,i){t.exports=function(t){var e={};function i(n){if(e[n])return e[n].exports;var r=e[n]={i:n,l:!1,exports:{}};return t[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=88)}({0:function(t,e){t.exports=i("./node_modules/underscore/modules/index-all.js")},1:function(t,e){t.exports=i("./node_modules/jquery/dist/jquery.js")},32:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.interpolateColors=e.getComputedOpacity=e.getLuminance=e.addAlphaToColor=e.hexFromColor=e.normalizeColor=e.stripOutAlpha=e.colorFromHex=void 0;var n=o(i(1)),r=o(i(0));function o(t){return t&&t.__esModule?t:{default:t}}var s=e.colorFromHex=function(t,e){if("number"!=typeof t&&(t=parseInt(t,16)),(0,r.default)(t).isNaN()||t<0||t>16777215)return null;var i=(16711680&t)>>16,n=(65280&t)>>8,o=255&t;return void 0===e?"rgb("+i+","+n+","+o+")":"rgba("+i+","+n+","+o+","+e+")"},a=(e.stripOutAlpha=function(t){var e=t.split(",");return"a"===e[0].charAt(3)?(e[0]=e[0].replace("rgba","rgb"),e[e.length-1]=")",e=(e=e.join()).replace(",)",")")):t},e.normalizeColor=function(t){var e,i,n=null;if("string"==typeof t&&"#"===t.charAt(0))n=4===t.length?t+t.charAt(1)+t.charAt(2)+t.charAt(3):t;else try{e=t.match(/^rgb\((\d+),\s*(\d+),\s*(\d+)\)$/),i=(e[1]<<16|e[2]<<8|e[3]).toString(16),n="#"+Array(6-i.length).concat([i]).toString().replace(/,/g,0)}catch(t){}return n}),l=e.hexFromColor=function(t){var e=a(t);return e?parseInt(e.replace("#","0x"),16):0};e.addAlphaToColor=function(t,e){var i="number"==typeof t?t:l(t);return s(i,e)},e.getLuminance=function(t){if("number"!=typeof t&&(t=parseInt(t,16)),isNaN(t)||t<0||t>16777215)return 0;var e=(16711680&t)>>16,i=(65280&t)>>8,n=255&t;return Math.round(.2126*e+.7152*i+.0722*n)},e.getComputedOpacity=function(t){var e=n.default.trim(t.attr("fill")),i=function(t){var e=parseFloat(t);return e>=0&&e<=1?e:1};if(!/^rgba/.test(e))return i(t.attr("fill-opacity"));var r=e.match(/^rgba\((\d+),\s*(\d+),\s*(\d+),\s*([\d.]+)\)$/);return r&&r.length>4?i(r[4]):1},e.interpolateColors=function(t,e,i){var n=t>>16&255,r=t>>8&255,o=255&t,s=e>>16&255,a=e>>8&255,l=255&e;return n+Math.round((s-n)*i)<<16|r+Math.round((a-r)*i)<<8|o+Math.round((l-o)*i)}},88:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getRotation=e.getYAxisProperties=e.getXAxisProperties=e.yAxisKeyIsTrumped=e.xAxisKeyIsTrumped=e.getLegendProperties=e.arraysAreEquivalent=e.stringToHexObject=e.stringToHexArray=e.capitalize=e.stringToArray=e.stringToFieldList=e.stringToObject=e.normalizeBoolean=e.filterPropsByRegex=e.escapeSVG=e.escapeHtml=e.unescapeChars=e.escapeSafeSplit=e.trimWhitespace=void 0;var n=s(i(1)),r=s(i(0)),o=i(32);function s(t){return t&&t.__esModule?t:{default:t}}var a=e.trimWhitespace=function(t){return t.replace(/^\s*/,"").replace(/\s*$/,"")},l=function(t){return t.replace(/^(["'])(.*)\1$/,"$2")},c=e.escapeSafeSplit=function(t,e,i){i=i||"\\";var n=t.split(e),o=[n.shift()];return(0,r.default)(n).each((function(t){var n=(0,r.default)(o).last();(0,r.default)(n).last()===i?o[o.length-1]+=e+t:o.push(t)})),o},u=e.unescapeChars=function(t,e){return(0,r.default)(e).each((function(e){var i=new RegExp("\\\\\\"+e,"g");t=t.replace(i,e)})),t},h=(e.escapeHtml=function(t){return(""+t).replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")},e.escapeSVG=function(t){return(""+t).replace(/</g,"<").replace(/>/g,">")},e.filterPropsByRegex=function(t,e){if(!(e instanceof RegExp))return t;var i=void 0,n={};for(i in t)t.hasOwnProperty(i)&&e.test(i)&&(n[i]=t[i]);return n}),d=e.normalizeBoolean=function(t,e){if((0,r.default)(t).isUndefined())return!!e;switch("string"==typeof t&&(t=t.toLowerCase()),t){case!0:case 1:case"1":case"yes":case"on":case"true":return!0;case!1:case 0:case"0":case"no":case"off":case"false":return!1;default:return t}},p=e.stringToObject=function(t){if(!t)return!1;var e=void 0,i=void 0,n=void 0,o={},s=(t=a(t)).length;if("{"!==t.charAt(0)||"}"!==t.charAt(s-1))return!1;if(/^{\s*}$/.test(t))return{};t=t.substr(1,s-2);var h=c(t,",");for(e=0;e<h.length;e++){if(2!==(i=c(h[e],":")).length)return!1;'"'===(n=a(i[0]))[0]&&(n=n.substring(1)),'"'===(0,r.default)(n).last()&&(n=n.substring(0,n.length-1)),o[n=u(n,["{","}","[","]","(",")",",",":",'"'])]=l(a(i[1]))}return o},f=e.stringToFieldList=function(t){if("string"!=typeof t||!t)return[];for(var e=[],i=[],r=!1,o=n.default.trim(t),s=0,a=o.length;s<a;s++)if("\\"!==o.charAt(s))if('"'!==o.charAt(s))","!==o.charAt(s)||r?i.push(o.charAt(s)):(i.length>0&&e.push(i.join("")),i=[]);else{if(r){r=!1,e.push(i.join("")),i=[];continue}r=!0}else{var l=s+1;if(a>l&&("\\"===o.charAt(l)||'"'===o.charAt(l))){i.push(o.charAt(l)),s++;continue}i.push(o.charAt(s))}return i.length>0&&e.push(i.join("")),e.map((function(t){return t.trim()}))},m=e.stringToArray=function(t){if(!t)return!1;var e=(t=a(t)).length;return"["===t.charAt(0)&&"]"===t.charAt(e-1)&&(/^\[\s*]$/.test(t)?[]:(t=t.substr(1,e-2),f(t)))},g=(e.capitalize=function(t){return t.charAt(0).toUpperCase()+t.slice(1)},function(t){return r.default.isNumber(t)?t:"#"===t.substring(0,1)?(0,o.hexFromColor)(t):parseInt(t,16)}),y=(e.stringToHexArray=function(t){var e=void 0,i=void 0,n=void 0;try{n=JSON.parse(t)}catch(e){n=m(t)}if(!n)return!1;for(e=0;e<n.length;e++){if(i=g(n[e]),isNaN(i))return!1;n[e]=i}return n},e.stringToHexObject=function(t){var e=void 0;try{e=JSON.parse(t)}catch(i){e=p(t)}if(!e)return!1;var i={};return(0,r.default)(e).each((function(t,e){i[e]=g(t)||0})),i},e.arraysAreEquivalent=function(t,e){if(!(t instanceof Array&&e instanceof Array))return!1;if(t===e)return!0;if(t.length!==e.length)return!1;for(var i=0;i<t.length;i++)if(t[i]!==e[i])return!1;return!0},e.getLegendProperties=function(t){var e={},i=h(t,/legend[.]/);return(0,r.default)(i).each((function(t,i){e[i.replace(/^legend[.]/,"")]=t})),e},e.xAxisKeyIsTrumped=function(t,e){return!!/primaryAxis/.test(t)&&(/primaryAxisTitle/.test(t)?e[t.replace(/primaryAxisTitle/,"axisTitleX")]:e[t.replace(/primaryAxis/,"axisX")])}),b=e.yAxisKeyIsTrumped=function(t,e){return!!/secondaryAxis/.test(t)&&(/secondaryAxisTitle/.test(t)?e[t.replace(/secondaryAxisTitle/,"axisTitleY")]:e[t.replace(/secondaryAxis/,"axisY")])};e.getXAxisProperties=function(t){var e=void 0,i={},n=h(t,/(axisX|primaryAxis|axisLabelsX|axisTitleX|gridLinesX)/);for(e in n)n.hasOwnProperty(e)&&(y(e,t)||(i[e.replace(/(axisX|primaryAxis)/,"axis").replace(/axisLabelsX/,"axisLabels").replace(/axisTitleX/,"axisTitle").replace(/gridLinesX/,"gridLines")]=n[e]));return i},e.getYAxisProperties=function(t,e){var i=void 0,n={},o=void 0;if(0===(e=(t&&d(t["layout.splitSeries"])?0:e)||0))o=h(t,/(axisY[^2]|secondaryAxis|axisLabelsY(?!2.*|\.majorLabelStyle\.rotation|\.majorLabelStyle\.overflowMode)|axisTitleY[^2]|gridLinesY[^2])/);else{if(1!==e)throw new Error("Axis index must be 0 or 1");(o=h(t,/(axisY2(?!\.enabled)|axisLabelsY2(?!\.majorLabelStyle\.rotation|\.majorLabelStyle\.overflowMode)|axisTitleY2|gridLinesY2)/))["axisY2.scale"]&&"inherit"!==o["axisY2.scale"]||(o["axisY2.scale"]=t&&t["axisY.scale"]||"linear"),(r.default.isUndefined(o["gridLinesY2.showMajorLines"])||"boolean"!=typeof d(o["gridLinesY2.showMajorLines"]))&&(o["gridLinesY2.showMajorLines"]=0),o["axisLabelsY2.extendsAxisRange"]=t&&t["axisLabelsY.extendsAxisRange"]||!0}for(i in o)o.hasOwnProperty(i)&&(b(i,t)||(n[i.replace(/(axisY2|axisY|secondaryAxis)/,"axis").replace(/axisLabelsY2|axisLabelsY/,"axisLabels").replace(/axisTitleY2|axisTitleY/,"axisTitle").replace(/gridLinesY2|gridLinesY/,"gridLines")]=o[i]));return n},e.getRotation=function(t){var e=parseInt(t,10);return-1===r.default.indexOf([-90,-45,0,45,90],e)?0:e}}})},"./node_modules/@splunk/charting-utils/testing.js":function(t,e,i){t.exports=function(t){var e={};function i(n){if(e[n])return e[n].exports;var r=e[n]={i:n,l:!1,exports:{}};return t[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=89)}([function(t,e){t.exports=i("./node_modules/underscore/modules/index-all.js")},function(t,e){t.exports=i("./node_modules/jquery/dist/jquery.js")},function(t,e){var i=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=i)},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e,i){t.exports=!i(9)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(t,e){var i=t.exports={version:"2.6.12"};"number"==typeof __e&&(__e=i)},function(t,e,i){var n=i(7),r=i(26);t.exports=i(4)?function(t,e,i){return n.f(t,e,r(1,i))}:function(t,e,i){return t[e]=i,t}},function(t,e,i){var n=i(13),r=i(34),o=i(35),s=Object.defineProperty;e.f=i(4)?Object.defineProperty:function(t,e,i){if(n(t),e=o(e,!0),n(i),r)try{return s(t,e,i)}catch(t){}if("get"in i||"set"in i)throw TypeError("Accessors not supported!");return"value"in i&&(t[e]=i.value),t}},,function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e){var i={}.hasOwnProperty;t.exports=function(t,e){return i.call(t,e)}},function(t,e,i){var n=i(2),r=i(5),o=i(12),s=i(6),a=i(10),l=function(t,e,i){var c,u,h,d=t&l.F,p=t&l.G,f=t&l.S,m=t&l.P,g=t&l.B,y=t&l.W,b=p?r:r[e]||(r[e]={}),v=b.prototype,M=p?n:f?n[e]:(n[e]||{}).prototype;for(c in p&&(i=e),i)(u=!d&&M&&void 0!==M[c])&&a(b,c)||(h=u?M[c]:i[c],b[c]=p&&"function"!=typeof M[c]?i[c]:g&&u?o(h,n):y&&M[c]==h?function(t){var e=function(e,i,n){if(this instanceof t){switch(arguments.length){case 0:return new t;case 1:return new t(e);case 2:return new t(e,i)}return new t(e,i,n)}return t.apply(this,arguments)};return e.prototype=t.prototype,e}(h):m&&"function"==typeof h?o(Function.call,h):h,m&&((b.virtual||(b.virtual={}))[c]=h,t&l.R&&v&&!v[c]&&s(v,c,h)))};l.F=1,l.G=2,l.S=4,l.P=8,l.B=16,l.W=32,l.U=64,l.R=128,t.exports=l},function(t,e,i){var n=i(24);t.exports=function(t,e,i){if(n(t),void 0===e)return t;switch(i){case 1:return function(i){return t.call(e,i)};case 2:return function(i,n){return t.call(e,i,n)};case 3:return function(i,n,r){return t.call(e,i,n,r)}}return function(){return t.apply(e,arguments)}}},function(t,e,i){var n=i(3);t.exports=function(t){if(!n(t))throw TypeError(t+" is not an object!");return t}},function(t,e){var i=Math.ceil,n=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?n:i)(t)}},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,i){var n=i(27),r=i(15);t.exports=function(t){return n(r(t))}},,function(t,e){var i={}.toString;t.exports=function(t){return i.call(t).slice(8,-1)}},function(t,e,i){var n=i(14),r=Math.min;t.exports=function(t){return t>0?r(n(t),9007199254740991):0}},function(t,e,i){var n=i(28)("keys"),r=i(21);t.exports=function(t){return n[t]||(n[t]=r(t))}},function(t,e){var i=0,n=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++i+n).toString(36))}},,function(t,e){t.exports=!0},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,e,i){var n=i(3),r=i(2).document,o=n(r)&&n(r.createElement);t.exports=function(t){return o?r.createElement(t):{}}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,i){var n=i(18);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==n(t)?t.split(""):Object(t)}},function(t,e,i){var n=i(5),r=i(2),o=r["__core-js_shared__"]||(r["__core-js_shared__"]={});(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:n.version,mode:i(23)?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(t,e,i){var n=i(15);t.exports=function(t){return Object(n(t))}},,,,function(t,e,i){t.exports=!i(4)&&!i(9)((function(){return 7!=Object.defineProperty(i(25)("div"),"a",{get:function(){return 7}}).a}))},function(t,e,i){var n=i(3);t.exports=function(t,e){if(!n(t))return t;var i,r;if(e&&"function"==typeof(i=t.toString)&&!n(r=i.call(t)))return r;if("function"==typeof(i=t.valueOf)&&!n(r=i.call(t)))return r;if(!e&&"function"==typeof(i=t.toString)&&!n(r=i.call(t)))return r;throw TypeError("Can't convert object to primitive value")}},function(t,e,i){var n=i(37),r=i(29);t.exports=Object.keys||function(t){return n(t,r)}},function(t,e,i){var n=i(10),r=i(16),o=i(38)(!1),s=i(20)("IE_PROTO");t.exports=function(t,e){var i,a=r(t),l=0,c=[];for(i in a)i!=s&&n(a,i)&&c.push(i);for(;e.length>l;)n(a,i=e[l++])&&(~o(c,i)||c.push(i));return c}},function(t,e,i){var n=i(16),r=i(19),o=i(39);t.exports=function(t){return function(e,i,s){var a,l=n(e),c=r(l.length),u=o(s,c);if(t&&i!=i){for(;c>u;)if((a=l[u++])!=a)return!0}else for(;c>u;u++)if((t||u in l)&&l[u]===i)return t||u||0;return!t&&-1}}},function(t,e,i){var n=i(14),r=Math.max,o=Math.min;t.exports=function(t,e){return(t=n(t))<0?r(t+e,0):o(t,e)}},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.createGlobalReference=e.gaugeAddTestingMetadata=e.gaugeUpdate=e.initializeTestingMetaData=e.getPointCoordinates=void 0;var n=s(i(90)),r=s(i(1)),o=s(i(0));function s(t){return t&&t.__esModule?t:{default:t}}var a=function(t){return t=t.replace(/\s/g,""),/^[-]?[A-Za-z]/.test(t)?t.replace(/[^A-Za-z0-9_-]/g,""):""},l=function(t,e){t&&""!==(e=a(e))&&(t.className.baseVal?t.className.baseVal+=" "+e:t.className.baseVal=e)},c=e.getPointCoordinates=function(t,e,i){var n=t.series[e],o=n.type,s=n.data[i],a=(0,r.default)(t.container).offset();if(o in{line:!0,area:!0,scatter:!0})return t.inverted?{x:n.yAxis.translate(s.y)+a.left+t.plotLeft,y:t.plotHeight+t.plotTop+a.top-n.xAxis.translate(s.x)}:{x:s.plotX+a.left+t.plotLeft,y:s.plotY+a.top+t.plotTop};if("column"===o){var l=s.shapeArgs;return{x:s.plotX+a.left+t.plotLeft,y:s.plotY+a.top+t.plotTop+l.height/2}}if("bar"===o)return{x:a.left+t.plotLeft+t.plotWidth-s.shapeArgs.y-s.shapeArgs.height/2,y:a.top+t.plotTop+t.plotHeight-n.xAxis.translate(s.x)-n.barW/2-n.pointXOffset};if("pie"===o){var c=n.center[0],u=n.center[1],h=s.tooltipPos[0],d=s.tooltipPos[1];return{x:(c+h)/2+a.left+t.plotLeft,y:(u+d)/2+a.top+t.plotTop}}return{}},u=function(){var t=void 0,e=void 0,i=void 0,n=(0,r.default)(".highcharts-tooltip"),o=(0,r.default)("tr",n);for(t=0;t<o.length;t++)i=(0,r.default)("td",o[t]),0===t?((0,r.default)(i[0]).addClass("time-value"),(0,r.default)(i[0]).addClass("time")):(e=o[t].textContent.split(":"),(0,r.default)(i[0]).addClass("key"),(0,r.default)(i[0]).addClass(a(e[0]+"-key")),(0,r.default)(i[1]).addClass("value"),(0,r.default)(i[1]).addClass(a(e[0]+"-value")))},h=function(){var t=void 0,e=void 0,i=void 0,n=(0,r.default)(".highcharts-tooltip"),o=(0,r.default)("tr",n);for(t=0;t<o.length;t++)i=(0,r.default)("td",o[t]),e=o[t].textContent,(0,r.default)(i[0]).addClass("key"),(0,r.default)(i[0]).addClass(a(e[0]+"-key")),(0,r.default)(i[1]).addClass("value"),(0,r.default)(i[1]).addClass(a(e[0]+"-value"))},d=(e.initializeTestingMetaData=function(t,e,i){t.$container.addClass("highcharts-wrapper"),t.$container.attr("id")||t.$container.attr("id",t.id);var n=t.hcChart;if((0,r.default)(n.container).addClass(i),function(t){var e=void 0;(0,r.default)(".highcharts-series",(0,r.default)(t.container)).each((function(i,n){e=t.series[i].name,(0,r.default)(n).attr("id",e+"-series"),(0,r.default)("rect, path",(0,r.default)(n)).each((function(t,e){l(e,"spl-display-object")}))}))}(n),function(t){var e=void 0;(0,o.default)(t.xAxis).each((function(e,i){var n=t.inverted?"vertical-axis":"horizontal-axis";l(e.axisGroup.element,n),l(e.labelGroup.element,n),l(e.gridGroup.element,"x-axis-"+i+"-grid-group")})),(0,o.default)(t.yAxis).each((function(e,i){var n=t.inverted?"horizontal-axis":"vertical-axis";l(e.axisGroup.element,n),l(e.labelGroup.element,n),l(e.gridGroup.element,"y-axis-"+i+"-grid-group")})),(0,r.default)(".highcharts-axis, .highcharts-axis-labels",(0,r.default)(t.container)).each((function(t,e){(0,r.default)("text",(0,r.default)(e)).each((function(t,e){l(e,"spl-text-label")}))}));var i=function(t){(0,o.default)(t.ticks).each((function(t){t.mark&&t.mark.element&&l(t.mark.element,"highcharts-axis-tickmark")}))};for(e=0;e<t.xAxis.length;e++)t.xAxis[e].axisTitle&&l(t.xAxis[e].axisTitle.element,"x-axis-title"),i(t.xAxis[e]);for(e=0;e<t.yAxis.length;e++)t.yAxis[e].axisTitle&&l(t.yAxis[e].axisTitle.element,"y-axis-title"),i(t.yAxis[e])}(n),n.options.legend.enabled&&function(t){var e=void 0;t.legend&&t.legend.down&&l(t.legend.down.element,"page-down-button"),t.legend&&t.legend.up&&l(t.legend.up.element,"page-up-button"),(0,r.default)(t.series).each((function(t,i){i.legendItem&&(e=i.legendItem.textStr,i.legendSymbol&&(l(i.legendSymbol.element,"symbol"),l(i.legendSymbol.element,e+"-symbol")),i.legendLine&&(l(i.legendLine.element,"symbol"),l(i.legendLine.element,e+"-symbol")),i.legendItem&&l(i.legendItem.element,"legend-label"))}))}(n),n.tooltip&&n.tooltip.refresh){var s=n.tooltip.refresh,a="_time"===o.default.find(e,(function(t){return"_time"===t}))?u:h;n.tooltip.refresh=function(t){s.call(n.tooltip,t),a(n)}}n.getPointCoordinates=(0,o.default)(c).bind(null,n)},e.gaugeUpdate=function(t,e){t.attr("data-gauge-value",e)});e.gaugeAddTestingMetadata=function(t,e,i,o){t.$container.attr("id")||t.$container.attr("id",t.id);var s=t.$hcContainer;s.addClass(i),d(s,o),e.valueDisplay&&l(e.valueDisplay.element,"gauge-value");var a=(0,n.default)(e);a.filter((function(t){return/^tickLabel_/.test(t)})).forEach((function(t){l(e[t].element,"gauge-tick-label")})),a.filter((function(t){return/^colorBand/.test(t)})).forEach((function(t){l(e[t].element,"gauge-color-band")})),(0,r.default)(".gauge-color-band").each((function(){(0,r.default)(this).attr("data-band-color",(0,r.default)(this).attr("fill"))})),e.fill&&(0,r.default)(e.fill.element).attr("data-indicator-color",(0,r.default)(e.fill.element).attr("fill")),e.needle&&l(e.needle.element,"gauge-indicator"),e.markerLine&&l(e.markerLine.element,"gauge-indicator")},e.createGlobalReference=function(t,e){var i=window.Splunk;if(i){i.JSCharting=i.JSCharting||{},i.JSCharting.chartByIdMap=i.JSCharting.chartByIdMap||{};var n=t.$container.attr("id");i.JSCharting.chartByIdMap[n]=e}}},function(t,e,i){t.exports={default:i(91),__esModule:!0}},function(t,e,i){i(92),t.exports=i(5).Object.keys},function(t,e,i){var n=i(30),r=i(36);i(93)("keys",(function(){return function(t){return r(n(t))}}))},function(t,e,i){var n=i(11),r=i(5),o=i(9);t.exports=function(t,e){var i=(r.Object||{})[t]||Object[t],s={};s[t]=e(i),n(n.S+n.F*o((function(){i(1)})),"Object",s)}}])},"./node_modules/@splunk/charting-utils/time.js":function(t,e,i){t.exports=function(t){var e={};function i(n){if(e[n])return e[n].exports;var r=e[n]={i:n,l:!1,exports:{}};return t[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=94)}({0:function(t,e){t.exports=i("./node_modules/underscore/modules/index-all.js")},22:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),window.locale_name()in{ko_KR:!0,zh_CN:!0,zh_TW:!0}&&(window._i18n_locale.date_formats.short={pattern:"yy/MM/dd",format:"%(yy)s/%(MM)s/%(dd)s"},window._i18n_locale.date_formats.medium={pattern:"yyyy/MM/dd",format:"%(yyyy)s/%(MM)s/%(dd)s"},window._i18n_locale.time_formats.short={pattern:"H:mm",format:"%(H)s:%(mm)s"},window._i18n_locale.time_formats.medium={pattern:"H:mm:ss",format:"%(H)s:%(mm)s:%(ss)s"});var n=[[/^ccc MMM d$/,"M/d (ccc)"],[/^YYYY-MM/,"YYYY/MM"],[/MM-dd/,"MM/dd"]],r={ja_JP:n,ko_KR:n,zh_CN:n,zh_TW:n},o=[["MMM d","d MMM"]],s=window.format_date;window.format_date=function(t,e){e=e||"medium";var i,n,a=window.locale_name();if(e&&"string"==typeof e&&window.locale_uses_day_before_month())for(n=o,i=0;i<n.length;i++)e=e.replace(n[i][0],n[i][1]);if(e&&"string"==typeof e&&a in r)for(n=r[a],i=0;i<n.length;i++){var l=n[i];e=e.replace(l[0],l[1])}return s(t,e)},e.default={_:window.gettext,ungettext:window.ungettext,format_decimal:window.format_decimal,format_number:window.format_number,format_percent:window.format_percent,format_scientific:window.format_scientific,format_date:window.format_date,format_datetime:window.format_datetime,format_time:window.format_time,format_datetime_microseconds:window.format_datetime_microseconds,format_time_microseconds:window.format_time_microseconds,locale_uses_day_before_month:window.locale_uses_day_before_month,format_datetime_range:window.format_datetime_range,locale_name:window.locale_name,DateTime:window.DateTime,moment_install:window.moment_install,numeral_install:window.numeral_install,jQuery_ui_datepicker_install:window.jQuery_ui_datepicker_install},t.exports=e.default},43:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=window.console,r=e.setLoggingConsole=function(t){n=t},o=function(t){return function(){var e;(e=n)[t].apply(e,arguments)}},s=e.debug=o("debug"),a=e.info=o("info"),l=e.warn=o("warn"),c=e.error=o("error"),u=e.log=o("log"),h=e.trace=o("trace");e.default={setLoggingConsole:r,debug:s,info:a,warn:l,error:c,log:u,trace:h}},94:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=a(i(0)),r=a(i(95)),o=a(i(22)),s=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e.default=t,e}(i(43));function a(t){return t&&t.__esModule?t:{default:t}}var l=/^(\d{4})-(\d{2})-(\d{2})T(\d{2}):(\d{2}):(\d{2})\.(\d+)[+-]{1}\d{2}[:]?\d{2}$/,c=/^(\d{4})-(\d{2})-(\d{2})T(\d{2}):(\d{2}):(\d{2})[+-]{1}\d{2}[:]?\d{2}$/;function u(t){var e=l.exec(t)||c.exec(t);e?(this.year=parseInt(e[1],10),this.month=parseInt(e[2],10),this.day=parseInt(e[3],10),this.hour=parseInt(e[4],10),this.minute=parseInt(e[5],10),this.second=parseInt(e[6],10),this.millisecond=e.length>7?parseInt(e[7],10):0):this.isInvalid=!0}var h=function(t){return new u(t)},d={SECS_PER_MIN:60,SECS_PER_HOUR:3600,isoToDateObject:function(t){return(0,r.default)(t).toDate()},getEpochTimeFromISO:function(t){return(d.isoToDateObject(t).getTime()/1e3).toFixed(3)},extractBdTime:function(t){return h(t)},determineLabelGranularity:function(t,e){if(t[0]instanceof u||(t=(0,n.default)(t).map(d.extractBdTime)),1===(t=(0,n.default)(t).filter((function(t){return!t.isInvalid}))).length&&(!e||0===e.length))return 0===t[0].millisecond?"second":"millisecond";if(1===t.length&&e)return function(t,e){var i=parseFloat(e[0]);return t instanceof u||(t=h(t)),i?i>=0&&i<1||0!==t.millisecond?"millisecond":i>=1&&i<60||0!==t.second?"second":i>=60&&i<3600||0!==t.minute?"minute":i>=3600&&i<=82800||0!==t.hour?"hour":i>82800&&i<=2419200||1!==t.day?"day":i>2419200&&i<=31535999||1!==t.month?"month":i>=31536e3?"year":(s.log("_span value ("+i+") did not meet any time formatting condition"),"second"):0===t.millisecond?"second":"millisecond"}(t[0],e);var i=[],r=[],o=[],a=[],l=[],c=[],p=function(t,e){for(var i=0;i<t.length;i++)if(t[i]!==e)return!1;return!0};return(0,n.default)(t).each((function(t){i.push(t.millisecond),r.push(t.second),o.push(t.minute),a.push(t.hour),l.push(t.day),c.push(t.month)})),p(i,0)?p(r,0)?p(o,0)?p(a,0)?p(l,1)?p(c,1)?"year":"month":"day":"hour":"minute":"second":"millisecond"},formatBdTimeAsAxisLabel:function(t,e,i){if(t.isInvalid)return null;var n,r,s,a,l,c,u,h,d=(r=(n=t).year,s=n.month-1,a=n.day,l=n.hour,c=n.minute,u=n.second,h=n.millisecond,new Date(r,s,a,l,c,u,h)),p=i in{millisecond:!0,second:!0,minute:!0,hour:!0},f="millisecond"===i,m=i in{millisecond:!0,second:!0}?"medium":"short",g=i in{millisecond:!0,second:!0,minute:!0,hour:!0,day:!0}?"ccc MMM d":"MMMM",y=function(t,e){return f?o.default.format_time_microseconds(t,e):o.default.format_time(t,e)};if("year"===i)return[o.default.format_date(d,"YYYY")];if(e&&e.year===t.year&&t.month===e.month&&t.day===e.day)return[y(d,m)];var b=p?[y(d,m),o.default.format_date(d,g)]:[o.default.format_date(d,g)];return e&&t.year===e.year||b.push(o.default.format_date(d,"YYYY")),b}};e.default=d,t.exports=e.default},95:function(t,e){t.exports=i("./node_modules/@splunk/moment/index.js")}})},"./node_modules/@splunk/charting/lib/index.js":function(t,e,i){t.exports=function(t){var e={};function i(n){if(e[n])return e[n].exports;var r=e[n]={i:n,l:!1,exports:{}};return t[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=112)}([function(t,e){t.exports=i("./node_modules/jquery/dist/jquery.js")},function(t,e){t.exports=i("./node_modules/underscore/modules/index-all.js")},function(t,e){t.exports=i("./node_modules/@splunk/charting-utils/lang.js")},function(t,e){t.exports=i("./node_modules/@splunk/charting-utils/parsing.js")},function(t,e){t.exports=i("./node_modules/@splunk/highcharts-themes/theme.js")},function(t,e){t.exports=i("./node_modules/@splunk/charting-utils/math.js")},function(t,e,i){var n=i(68),r="object"==typeof self&&self&&self.Object===Object&&self,o=n||r||Function("return this")();t.exports=o},function(t,e){t.exports=i("./node_modules/@splunk/charting-utils/color.js")},function(t,e){t.exports=i("./node_modules/@splunk/highcharts/highcharts.js")},function(t,e,i){"use strict";e.__esModule=!0;var n,r=i(185),o=(n=r)&&n.__esModule?n:{default:n};e.default=o.default||function(t){for(var e=1;e<arguments.length;e++){var i=arguments[e];for(var n in i)Object.prototype.hasOwnProperty.call(i,n)&&(t[n]=i[n])}return t}},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n,r=i(0),o=(n=r)&&n.__esModule?n:{default:n};e.default={on:function(t,e){(0,o.default)(this).on(t,e)},off:function(t,e){(0,o.default)(this).off(t,e)},trigger:function(t,e){(0,o.default)(this).trigger(t,e)}},t.exports=e.default},function(t,e){t.exports=i("./node_modules/@splunk/charting-utils/Formatter.js")},function(t,e,i){var n=i(94)("wks"),r=i(96),o=i(19).Symbol,s="function"==typeof o;(t.exports=function(t){return n[t]||(n[t]=s&&o[t]||(s?o:r)("Symbol."+t))}).store=n},function(t,e){var i=Array.isArray;t.exports=i},function(t,e,i){var n=i(23),r=i(18);t.exports=function(t){return"symbol"==typeof t||r(t)&&"[object Symbol]"==n(t)}},function(t,e){t.exports=i("./node_modules/@splunk/charting-utils/i18n.js")},function(t,e){t.exports=function(t){return t}},function(t,e){t.exports=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}},function(t,e){t.exports=function(t){return null!=t&&"object"==typeof t}},function(t,e){var i=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=i)},function(t,e){var i=t.exports={version:"2.6.12"};"number"==typeof __e&&(__e=i)},function(t,e,i){t.exports=!i(47)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(t,e,i){var n=i(126),r=i(133);t.exports=function(t,e){var i=r(t,e);return n(i)?i:void 0}},function(t,e,i){var n=i(39),r=i(128),o=i(129),s=n?n.toStringTag:void 0;t.exports=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":s&&s in Object(t)?r(t):o(t)}},function(t,e,i){var n=i(40),r=i(17);t.exports=function(t){return function(){var e=arguments;switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3]);case 5:return new t(e[0],e[1],e[2],e[3],e[4]);case 6:return new t(e[0],e[1],e[2],e[3],e[4],e[5]);case 7:return new t(e[0],e[1],e[2],e[3],e[4],e[5],e[6])}var i=n(t.prototype),o=t.apply(i,e);return r(o)?o:i}}},function(t,e){t.exports=function(t,e){for(var i=-1,n=t.length,r=0,o=[];++i<n;){var s=t[i];s!==e&&"__lodash_placeholder__"!==s||(t[i]="__lodash_placeholder__",o[r++]=i)}return o}},function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=N(i(9)),r=N(i(0)),o=N(i(1)),s=N(i(197)),a=N(i(85)),l=N(i(53)),c=N(i(8)),u=i(2),h=E(i(98)),d=E(i(3)),p=E(i(7)),f=N(i(200)),m=N(i(54)),g=i(201),y=E(i(86)),b=E(i(5)),v=E(i(64)),M=i(32),x=i(4),_=N(i(99)),A=N(i(44)),L=N(i(202)),w=N(i(203)),k=N(i(56)),S=N(i(205)),T=N(i(241)),O=N(i(242)),C=N(i(244)),j=N(i(247)),z=N(i(36)),P=N(i(248)),D=N(i(249));function E(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e.default=t,e}function N(t){return t&&t.__esModule?t:{default:t}}function Y(t,e){_.default.call(this,t,e)}(0,u.inherit)(Y,_.default),r.default.extend(Y.prototype,{HOVER_DELAY:160,EXPORT_WIDTH:600,EXPORT_HEIGHT:400,FALLBACK_HEIGHT:250,FALLBACK_WIDTH:600,PROGRESSIVE_DRAW_THRESHOLD:1e3,ANNOTATION_COLORS:["#E19747","#5F7395","#3E9887","#784772","#A24940"].map(p.hexFromColor),hasLegend:!0,hasTooltip:!0,hasXAxis:!0,hasYAxis:!0,legendMode:"standard",requiresExternalColors:!0,externalPaletteMapping:{},externalPaletteSize:0,prepare:function(t,e){this.benchmark("Prepare Started");var i=this.isEmpty(),n=this.hasTimeXAxis();_.default.prototype.prepare.call(this,t,e),"all"!==this.showLabels&&"minmax"!==this.showLabels||this.initializeDataLabels(),this.initializeFields(),this.isiOS=!!l.default.ios;var r=this.isEmpty(),o=this.hasTimeXAxis();r===i&&n===o||(this._isDirty=!0),this.resetHighlight(),this.shouldUpdateInPlace()?(this.updateSeriesProperties(),this.updateAxisProperties(),r||this.setAllSeriesData()):(r||this.initializeColorPalette(),this.initializeSeriesList(),this.axesAreInverted="bar"===this.type,this.hasXAxis&&this.initializeXAxisList(),this.hasYAxis&&this.initializeYAxisList(),r?(this.legend&&(this.legend.destroy(),this.legend=null),this.tooltip&&(this.tooltip.destroy(),this.tooltip=null)):(this.hasLegend&&this.initializeLegend(),this.hasTooltip&&this.initializeTooltip(),this.setAllSeriesData(),this.bindSeriesEvents()))},initializeDataLabels:function(){this.dataLabels=new P.default({showLabels:this.showLabels,splitSeries:this.splitSeries})},getFieldList:function(){return(0,o.default)(this.seriesList).chain().invoke("getFieldList").flatten(!0).compact().value()},setExternalColorPalette:function(t,e){this.externalPaletteMapping=r.default.extend({},t),this.externalPaletteSize=e},handleDraw:function(t){if(v.debug("drawing a chart with dimensions:",{width:this.width,height:this.height}),v.debug("drawing a chart with properties:",this.properties),v.debug("drawing a chart with data:",this.dataSet.toJSON()),this.benchmark("Draw Started"),this.applyColorPalette(),this.cancelPendingDraw(),this.shouldUpdateInPlace())this.redrawInPlace(t);else{this.hcConfig=this.getConfig(),v.debug("config object to be sent to highcharts:",this.hcConfig),this.hcChart&&(this.destroy(),this.bindSeriesEvents(),this.legend&&this.bindLegendEvents()),this.shouldProgressiveDraw()&&(this.hcConfig.firstRenderOverride=(0,o.default)(this.firstRenderOverride).bind(this),this.hcConfig.renderOverride=(0,o.default)(this.renderOverride).bind(this));var e=this;new c.default.Chart(this.hcConfig,(function(i){e.hcChart=i,e.testMode&&(h.initializeTestingMetaData(e,e.xFields,e.getClassName()),h.createGlobalReference(e,i)),e.onChartLoad(i),e.onChartLoadOrRedraw(i),e.hasTooltip&&!e.isEmpty()&&e.enableTooltip(i),e.cacheDrawnDimensions(),e.benchmark("Draw Finished"),t(e,e.benchmarks)}))}},redrawInPlace:function(t){var e=this;if(v.debug("in place redraw!"),!this.hcChart)throw new Error("Cannot call redrawInPlace if chart does not already exist");(0,o.default)(this.seriesList).invoke("redraw",!1);var i=this.hcChart.series,n=this.getSeriesConfigList();i.length>n.length?(0,o.default)(i.slice(n.length)).invoke("remove",!1):i.length<n.length&&(0,o.default)(n.slice(i.length)).each((function(t){e.hcChart.addSeries(t,!1,!1)}));var r=void 0,s=void 0,a=this.xAxisList[0],l=a.isZoomed;l?(r=this.hcChart.xAxis[0].getExtremes()).max-=a.hasTickmarksBetween()?0:1:this.selectionWindow&&((r=this.selectionWindow.getExtremes()).min+=a.hasTickmarksBetween()?1:0),r&&(s=this.calculatePostUpdateExtremes(r)),(0,o.default)(this.xAxisList).invoke("redraw",!1),(0,o.default)(this.yAxisList).invoke("redraw",!1),l?null===s.min||null===s.max?this.hcChart.xAxis[0].zoom():(s.max+=a.hasTickmarksBetween()?0:1,this.hcChart.xAxis[0].zoom(s.min,s.max,s.dataMax,s.dataMin)):this.selectionWindow&&(null===s.max?(this.selectionWindow.destroy(),this.selectionWindow=null):(s.min=(s.min||0)-(a.hasTickmarksBetween()?1:0),this.selectionWindow.setExtremes(s))),this.hcChart.redraw(),this.benchmark("Series Redraw Finished"),t(this,this.benchmarks)},cancelPendingDraw:function(){this.pendingDraw&&"pending"===this.pendingDraw.state()&&this.pendingDraw.cancel()},setSize:function(t,e){if(this.hcChart){var i=this.hcChart.xAxis[0];i&&this.xAxisList[0].isZoomed&&(i.userMin=i.userMin||i.oldUserMin,i.userMax=i.userMax||i.oldUserMax),this.hcChart.setSize(t,e,!1),this.cacheDrawnDimensions()}},destroy:function(){this.cancelPendingDraw(),this.hcChart&&(this.onChartDestroy(),this.hcChart.pointer&&this.hcChart.pointer.reset(),this.hcChart.destroy(),this.hcChart=null)},getSVG:function(){var t=this.hcChart;this.hcConfig.legend.enabled&&t.legend.nav&&t.legend.nav.destroy(),(0,r.default)(t.series).each((function(t,e){e.area&&0===p.getComputedOpacity(e.area)&&(e.area.destroy(),delete e.area)}));var e=(0,r.default)(".highcharts-container").find("svg");return e.siblings().remove(),e.find(".highcharts-tracker").remove(),e.find(".highcharts-legend g[clip-path]").each((function(){(0,r.default)(this).removeAttr("clip-path")})),e.parent().html()},highlight:function(t,e){if(("string"==typeof t||"number"==typeof t)&&"string"==typeof e&&!this.isMouseInteractionActive){var i=this.getSeriesByName(e);if(i){var n=this.getTargetPoint(t,i);n&&(this.highlighted={targetPoint:n,targetSeries:i,value:t,seriesName:e},(0,o.default)(this.seriesList).each((function(t){t.matchesName(e)?t.highlightPoint(n):t.unHighlight()})),this.legend&&this.legend.selectField(i.getLegendKey()))}}},unHighlight:function(){if(!this.isMouseInteractionActive&&null!==this.highlighted){var t=this.highlighted.targetSeries,e=this.highlighted.seriesName,i=this.highlighted.targetPoint;(0,o.default)(this.seriesList).each((function(t){t.matchesName(e)?t.unHighlightPoint(i):t.highlight()})),this.legend&&this.legend.unSelectField(t.getLegendKey()),this.highlighted=null}},processProperties:function(){var t=this;_.default.prototype.processProperties.call(this),this.properties.hasOwnProperty("drilldown")?this.chartClickEnabled=this.legendClickEnabled="all"===this.properties.drilldown:(this.properties.hasOwnProperty("chart.clickEnabled")?this.chartClickEnabled=d.normalizeBoolean(this.properties["chart.clickEnabled"]):this.chartClickEnabled=d.normalizeBoolean(this.properties.enableChartClick),this.properties.hasOwnProperty("chart.legend.clickEnabled")?this.legendClickEnabled=d.normalizeBoolean(this.properties["chart.legend.clickEnabled"]):this.legendClickEnabled=d.normalizeBoolean(this.properties.enableLegendClick)),void 0!==this.properties.showTooltip&&(this.hasTooltip=d.normalizeBoolean(this.properties.showTooltip));this.legendMode=-1===(0,o.default)(["line","area"]).indexOf(this.type)?"standard":r.default.trim(this.properties["legend.mode"]),"seriesCompare"!==this.legendMode&&"none"===this.properties["legend.placement"]&&(this.hasLegend=!1),(this.hasXAxis||this.hasYAxis)&&(this.axisColorScheme={"axis.foregroundColorSoft":this.axisColorSoft,"axis.foregroundColorSofter":this.axisColorSofter,"axis.fontColor":this.properties["chart.fontColor"]||this.properties.fontColor}),!this.properties.hasOwnProperty("legend.masterLegend")||this.properties["legend.masterLegend"]&&"null"!==r.default.trim(this.properties["legend.masterLegend"])||(this.requiresExternalColors=!1),this.stackMode=this.properties["chart.stackMode"]||"default",this.shouldColorizeTooltipData=d.normalizeBoolean(this.properties.shouldColorizeTooltipData,!0),this.legendLabels=d.stringToArray(this.properties["legend.labels"]||"[]"),this.showHideMode="show_hide"===this.properties["data.fieldListMode"],this.fieldHideList=o.default.union(this.properties.fieldHideList||[],d.stringToArray(this.properties["data.fieldHideList"])||[]),this.fieldShowList=d.stringToArray(this.properties["data.fieldShowList"])||[];var e=this.properties["chart.seriesColors"]||this.properties.seriesColors;this.seriesColors=d.stringToHexArray(e)||null;var i=this.properties["chart.fieldColors"]||this.properties.fieldColors;this.internalFieldColors=d.stringToHexObject(i||"{}");var n=this.properties["annotation.categoryColors"];if(this.annotationCategoryColors=d.stringToHexObject(n||"{}"),this.overlayFields=d.stringToFieldList(this.properties["chart.overlayFields"]),this.seriesTypeMapping={},(0,o.default)(this.overlayFields).each((function(e){t.seriesTypeMapping[e]="line"})),this.yAxisMapping={},d.normalizeBoolean(this.properties["axisY2.enabled"])){var s=this.properties["axisY2.fields"]?d.stringToFieldList(this.properties["axisY2.fields"]):this.overlayFields;(0,o.default)(s).each((function(e){t.yAxisMapping[e]=1}))}this.enableAnimation=d.normalizeBoolean(this.properties.enableAnimation,!1);-1!==(0,o.default)(["x","y","xy","off"]).indexOf(this.properties.zoomType)&&(this.zoomType=this.properties.zoomType),this.showLabels=this.properties["chart.showDataLabels"],void 0===this.showLabels&&(this.showLabels="none"),this.splitSeries=d.normalizeBoolean(this.properties["layout.splitSeries"],!1),this.splitSeriesAllowIndependentYRanges=d.normalizeBoolean(this.properties["layout.splitSeries.allowIndependentYRanges"],!1),"false"===this.properties.enableAccessibility&&(this.enableAccessibility=d.normalizeBoolean(this.properties.enableAccessibility))},firstRenderOverride:function(t){this.hcChart=t;var e=c.default.Pointer,i=c.default.fireEvent,n=c.default.each,r=t.options;t.isReadyToRender&&!t.isReadyToRender()||(t.getContainer(),i(t,"init"),t.resetMargins(),t.setChartSize(),t.propFromSeries(),t.getAxes(),n(r.series||[],(function(e){t.initSeries(e)})),t.linkSeries(),i(t,"beforeRender"),e&&(t.pointer=new e(t,r)),t.render((function(){!t.renderer.imgCount&&t.onload&&t.onload(),t.temporaryDisplay(!0)})))},renderOverride:function(t,e){var i,n,r,o,s=c.default.each,a=t.axes,l=t.renderer,u=t.options;t.setTitle(),t.legend=new c.default.Legend(t,u.legend),t.getStacks&&t.getStacks(),t.getMargins(!0),t.setChartSize(),i=t.plotWidth,n=t.plotHeight=t.plotHeight-21,s(a,(function(t){t.setScale()})),t.getAxisMargins(),r=i/t.plotWidth>1.1,o=n/t.plotHeight>1.05,(r||o)&&(s(a,(function(t){(t.horiz&&r||!t.horiz&&o)&&t.setTickInterval(!0)})),t.getMargins()),t.drawChartBox(),t.hasCartesianSeries&&s(a,(function(t){t.visible&&t.render()})),t.seriesGroup||(t.seriesGroup=l.g("series-group").attr({zIndex:3}).add()),this.pendingDraw=(0,g.asyncEach)(t.series,(function(t){t.translate(),t.render()})),this.pendingDraw.done((function(){t.renderLabels(),t.addCredits(),t.setResponsive&&t.setResponsive(),t.hasRendered=!0,e()}))},initializeFields:function(){var t=this.dataSet.getFieldData();this.xFields=t.xFields,this.yFields=t.yFields;var e=r.default.extend([],this.fieldShowList),i=r.default.extend([],this.fieldHideList),n=o.default.intersection(e,i);this.showHideMode?i=o.default.difference(i,n):e=o.default.difference(e,n),this.yFields=o.default.difference(this.yFields,i),e.length>0&&(this.yFields=o.default.intersection(this.yFields,e)),this.yFields.length>0&&this.legendLabels.length>0&&(this.yFields=o.default.union(this.legendLabels,this.yFields))},isEmpty:function(){return!this.yFields||0===this.yFields.length},hasTimeXAxis:function(){return(0,o.default)(this.xFields||[]).any(this.seriesIsTimeBased,this)},hasBinnedTimeXAxis:function(){return this.hasTimeXAxis()&&this.dataSet.hasField("_span")},shouldProgressiveDraw:function(){return!this.isEmpty()&&this.yFields.length*this.dataSet.getSeries(this.yFields[0]).length>this.PROGRESSIVE_DRAW_THRESHOLD},shouldUpdateInPlace:function(){return this.hcChart&&!this.isDirty()},initializeColorPalette:function(){this.colorPalette=new A.default(this.seriesColors),this.annotationColorPalette=new A.default(this.ANNOTATION_COLORS,!0)},initializeSeriesList:function(){this.seriesList=(0,o.default)(this.initializeSeriesPropertiesList()).map((function(t){return D.default.create(t)}))},updateSeriesProperties:function(){var t=this,e=this.initializeSeriesPropertiesList(),i=!1;o.default.each(this.seriesList,(function(t,n){e[n]&&t.getType()!==e[n].type&&(i=!0)})),i?(this.seriesList=null,this._isDirty=!0,this.initializeSeriesList()):this.seriesList.length>e.length?this.seriesList=(0,o.default)(this.seriesList).filter((function(t,i){return i>=e.length?(t.destroy(),!1):(t.update(e[i]),!0)}),this):this.seriesList.length<=e.length&&(this.seriesList=(0,o.default)(e).map((function(e,i){if(i<t.seriesList.length)return t.seriesList[i].update(e),t.seriesList[i];var n=D.default.create(e);return t.bindIndividualSeries(n),n})))},initializeSeriesPropertiesList:function(){var t=this;if(this.isEmpty())return[{type:this.type}];var e=void 0,i=y.isRangeSeriesDataSet(this.dataSet),n=i?y.getRangeSeriesConfig(this.dataSet):[],s=y.isOutlierDataSet(this.dataSet),a=s?y.getOutlierFields(this.dataSet):[],l=this.getDashStyle(),c=this.properties.lineMarkerStyle||"normal";return i&&(e=(0,o.default)(n).pluck("predicted")),(0,o.default)(this.yFields).map((function(u){var h=void 0;e&&(0,o.default)(e).contains(u)?h="range":a&&(0,o.default)(a).contains(u)?h="outlier":t.seriesTypeMapping.hasOwnProperty(u)&&(h=t.seriesTypeMapping[u]);var d=null;t.hasTimeXAxis()&&"column"!==t.type&&"bar"!==t.type&&(d="on");var p=r.default.extend(!0,{},t.properties,{type:h||t.type,name:u,pointPlacement:d,stacking:i||s?"default":t.stackMode,clickEnabled:t.chartClickEnabled,dashStyle:l,markerStyle:c});return"range"===h&&(p.names=(0,o.default)(n).findWhere({predicted:u})),t.yAxisMapping.hasOwnProperty(u)&&(p.yAxis=t.yAxisMapping[u]),p}))},initializeXAxisList:function(){var t=this,e=this.isEmpty();this.xAxisList=(0,o.default)(this.xFields).map((function(i,n){var s=(0,o.default)(t.seriesList).any((function(t){return t.getXAxisIndex()===n&&{column:!0,bar:!0}.hasOwnProperty(t.getType())})),a=r.default.extend(d.getXAxisProperties(t.properties),t.axisColorScheme,{"axis.orientation":t.axesAreInverted?"vertical":"horizontal",isEmpty:e,crosshair:t.getXAxisCrosshair()});if(a["axisTitle.text"]=t._getComputedXAxisTitle(a,i),t.seriesIsTimeBased(i)){a["axisLabels.tickmarkPlacement"]=s?"between":"on";var l=t._getComputedTimeAxisMaxValue(s);if(null!==l&&(a["axis.maximumValue"]=l),t.isAnnotationSupported()){var c=t.getAnnotationsAndPlotBands(),u=c.plotBands,h=c.lineAnnotations;a["axis.annotations"]=h,a["axis.plotBands"]=u}return new L.default(a)}return a["axis.categories"]=t.dataSet.getSeries(i),a["axisLabels.tickmarkPlacement"]="between",new w.default(a)}))},initializeYAxisList:function(){var t=this,e=this.isEmpty();this.yAxisList=[];var i=(0,o.default)(this.seriesList).chain().invoke("getYAxisIndex").max().value();(0,o.default)(i+1).times((function(i){t._initializeYAxis(i,e)}))},_initializeYAxis:function(t,e){var i=this.initializeYAxisProperties(t,e);i["axisTitle.text"]=this._getComputedYAxisTitle(i,t),"default"!==this.stackMode&&(i["axis.scale"]="linear");var n=this.splitSeries&&!this.splitSeriesAllowIndependentYRanges;this.yFieldsAreOverlayFields()&&this.splitSeriesAllowIndependentYRanges&&"stacked100"===this.stackMode&&this.isStackable()?(i.sharedMin=this.properties["axisY2.minimumNumber"]?this.properties["axisY2.minimumNumber"]:0,i.sharedMax=this.properties["axisY2.maximumNumber"]?this.properties["axisY2.maximumNumber"]:100):"stacked100"===this.stackMode&&this.isStackable()&&(n||0===t)&&(i.sharedMin=0,i.sharedMax=100),this.yAxisList.push(new k.default(i))},initializeYAxisProperties:function(t,e){var i=t%2!=0;return r.default.extend(d.getYAxisProperties(this.properties,t),this.axisColorScheme,{"axis.orientation":this.axesAreInverted?"horizontal":"vertical",isEmpty:e,opposite:i,sharedMax:i?this.properties.overlayAxisMax:this.properties.yAxisMax,sharedMin:i?this.properties.overlayAxisMin:this.properties.yAxisMin})},yFieldsAreOverlayFields:function(){return 0===o.default.difference(this.yFields,this.overlayFields).length},getXAxisCrosshair:function(){var t="seriesCompare"===this.properties["legend.mode"]&&("bar"===this.type||"column"===this.type);return"seriesCompare"===this.legendMode||t},updateAxisProperties:function(){var t=this;if(this.hasXAxis){var e=this.xAxisList[0],i=this.xFields[0];if(e instanceof w.default)e.setCategories(this.dataSet.getSeries(i));else if(e instanceof L.default){var n=e.hasTickmarksBetween(),r=this._getComputedTimeAxisMaxValue(n);if(null!==r&&e.setMaximumValue(r),this.isAnnotationSupported()){var s=this.getAnnotationsAndPlotBands(),a=s.plotBands,l=s.lineAnnotations;e.setAnnotations(l),e.setPlotBands(a)}}e.crosshair=this.getXAxisCrosshair();var c=d.getXAxisProperties(this.properties);e.setTitle(this._getComputedXAxisTitle(c,i))}if(this.hasYAxis){var u=(0,o.default)(this.seriesList).chain().invoke("getYAxisIndex").max().value();this.yAxisList.length<u+1&&(this.initializeYAxisList(),this._isDirty=!0)}o.default.each(this.yAxisList,(function(e,i){var n=d.getYAxisProperties(t.properties,i);e.setTitle(t._getComputedYAxisTitle(n,i))}))},getAnnotationsAndPlotBands:function(){var t=this.filterLineAndSpanAnnotations(this.dataSet.getAnnotations()),e=t.plotBands,i=t.annotations;return{plotBands:this.getFormattedPlotBands(e),lineAnnotations:this.getFormattedAnnotations(i)}},isAnnotationSpanValid:function(t){var e=t.span;if(e){var i=parseInt(e,10);return!isNaN(i)&&i>=0}return!0},filterLineAndSpanAnnotations:function(t){var e=this,i=o.default.filter(t,(function(t){return t.time&&(0,a.default)(t.time).isValid()&&e.isAnnotationSpanValid(t)}));return{plotBands:i.filter((function(t){return t.span})),annotations:i}},setFallbackColor:function(t,e){return this.annotationCategoryColors.hasOwnProperty(t)?p.colorFromHex(this.annotationCategoryColors[t]):this.annotationColorPalette.getColorAsRgb(t,e.indexOf(t),e.length)},createEndDateFromSpan:function(t,e){return(0,a.default)(t).add(e,"seconds").toDate()},getFormattedPlotBands:function(t){var e=this,i=o.default.uniq(o.default.pluck(t,"category"));return o.default.map(t,(function(t){var n=t.category,r=t.span,o=t.time,s=t.color,l=(0,a.default)(o).toDate(),c=e.createEndDateFromSpan(o,r);return s||(s=e.setFallbackColor(n,i)),{from:l,to:c,color:s,label:t.label}}))},getFormattedAnnotations:function(t){var e=this,i=o.default.uniq(o.default.pluck(t,"category"));return t.map((function(t){var r=t.category,o=t.time,s=t.span,l={category:r,label:t.label,value:(0,a.default)(o).toDate()};s&&(l.span=e.createEndDateFromSpan(o,s));var c=t.color;return c||(c=e.setFallbackColor(r,i)),(0,n.default)({},l,{color:c})}))},_getComputedXAxisTitle:function(t,e){return o.default.isUndefined(t["axisTitle.text"])||""===t["axisTitle.text"]?this._getDefaultXAxisTitleFromField(e):t["axisTitle.text"]},_getComputedYAxisTitle:function(t,e){return o.default.isUndefined(t["axisTitle.text"])||""===t["axisTitle.text"]?this._getDefaultYAxisTitle(e):t["axisTitle.text"]},_getDefaultXAxisTitleFromField:function(t){return t},_getDefaultYAxisTitle:function(t){var e=(0,o.default)(this.seriesList).filter((function(e){return e.getYAxisIndex()===t}));return 1===e.length?e[0].getName():void 0},_getComputedTimeAxisMaxValue:function(t){if(!t&&this.hasBinnedTimeXAxis()){var e=this.dataSet.getSeriesAsEpochTimes(this.xFields[0]),i=this.dataSet.getSeriesAsFloats("_span");return o.default.last(e)+1e3*o.default.last(i)}return null},getTargetPoint:function(t,e){var i=void 0,n=this.getSeriesXInfo(e),r=this.dataSet.getSeries(n.fieldName).indexOf(t),o=e.getData();return r>-1&&r<o.length&&(i={index:r,originalIndex:r,seriesName:e.getName(),y:o[r]}),i},resetHighlight:function(){this.highlighted&&this.unHighlight(),this.isMouseInteractionActive=!1,this.highlighted=null},initializeLegend:function(){var t=d.getLegendProperties(this.properties);(0,o.default)(t.clickEnabled).isUndefined()&&(t.clickEnabled=this.legendClickEnabled),r.default.extend(t,{fontColor:(0,x.getThemeProperty)("LEGEND_FONT_COLOR")||this.fontColor,isMultiSeries:"seriesCompare"===this.legendMode,isExportMode:this.exportMode});var e=this.seriesList[0];if(e.actualSeries){t.legendOptions=e.actualSeries.properties.legendOptions;var i=this.dataSet.fields.indexOf("isOutlier"),n=this.dataSet.seriesList[i],s=0;(0,o.default)(n).each((function(t,e){"1"===t&&("1"!==n[e-1]&&"1"!==n[e+1]||"1"===n[e-1]&&"1"!==n[e+1])&&s++})),t.legendOptions.labelFormatter=t.legendOptions.labelFormatter(s)}this.legend=new S.default(t),this.bindLegendEvents()},bindLegendEvents:function(){var t=this,e={highlightDelay:125,unhighlightDelay:50,onMouseOver:function(e){t.handleLegendMouseOver(e)},onMouseOut:function(e){t.handleLegendMouseOut(e)}},i=new z.default(e);this.legend.on("mouseover",(function(t,e){i.mouseOverHappened(e)})),this.legend.on("mouseout",(function(t,e){i.mouseOutHappened(e)})),this.legend.on("click",(function(e,i){t.handleLegendClick(e,i)}))},initializeTooltip:function(){var t={borderColor:this.foregroundColorSoft,mode:this.legendMode};this.tooltip=new T.default(t)},setAllSeriesData:function(){var t=this;(0,o.default)(this.seriesList).each((function(e){"range"===e.getType()?t.setRangeSeriesData(e):"outlier"===e.getType()?t.setOutlierSeriesData(e):t.setBasicSeriesData(e)}))},setBasicSeriesData:function(t){var e=this.getSeriesXInfo(t),i=this.getSeriesYInfo(t),n=t.getType();e.axis instanceof k.default?t.setData({x:this.formatNumericAxisData(e.axis,e.fieldName,n),y:this.formatNumericAxisData(i.axis,i.fieldName,n)}):e.axis instanceof L.default?t.setData({x:this.formatTimeAxisData(e.axis,e.fieldName),y:this.formatNumericAxisData(i.axis,i.fieldName,n)},{sortXValues:!this.hasBinnedTimeXAxis()}):t.setData({y:this.formatNumericAxisData(i.axis,i.fieldName,n)})},setRangeSeriesData:function(t){var e=this.getSeriesXInfo(t),i=this.getSeriesYInfo(t),n=(0,o.default)(y.getRangeSeriesConfig(this.dataSet)).findWhere({predicted:t.getName()}),r={predicted:this.formatNumericAxisData(i.axis,n.predicted),lower:this.formatNumericAxisData(i.axis,n.lower),upper:this.formatNumericAxisData(i.axis,n.upper)};e.axis instanceof k.default?r.x=this.formatNumericAxisData(e.axis,e.fieldName):e.axis instanceof L.default&&(r.x=this.formatTimeAxisData(e.axis,e.fieldName)),t.setData(r)},setOutlierSeriesData:function(t){var e=this.getSeriesXInfo(t),i=this.getSeriesYInfo(t),n=y.getOutlierFields(this.dataSet),r={actual:this.formatNumericAxisData(i.axis,n.actual),lower:this.formatNumericAxisData(i.axis,n.lower),upper:this.formatNumericAxisData(i.axis,n.upper),isOutlier:this.formatNumericAxisData(i.axis,n.isOutlier)};e.axis instanceof k.default?r.x=this.formatNumericAxisData(e.axis,e.fieldName):e.axis instanceof L.default&&(r.x=this.formatTimeAxisData(e.axis,e.fieldName)),t.setData(r)},bindSeriesEvents:function(){var t=this;this.throttle=new z.default({highlightDelay:125,unhighlightDelay:50,onMouseOver:function(e,i){"seriesCompare"!==t.legendMode&&t.handlePointMouseOver(e,i)},onMouseOut:function(e,i){"seriesCompare"!==t.legendMode?t.handlePointMouseOut(e,i):t.legend&&t.legend.resetLegend()}}),(0,o.default)(this.seriesList).each(this.bindIndividualSeries,this)},bindIndividualSeries:function(t){var e=this;t.on("mouseover",(function(t,i,n){e.throttle.mouseOverHappened(i,n)})),t.on("mouseout",(function(t,i,n){e.throttle.mouseOutHappened(i,n)})),t.on("keydown",(function(t,i,n){e.handleKeyDown(n)})),t.on("click",(function(t,i,n){e.handlePointClick(t,i,n)}))},getPointEventContext:function(t,e){var i=this,n=o.default.has(t,"originalIndex")?t.originalIndex:t.index,r=this.getSeriesPointInfo(e,t),s=void 0,a=void 0,l={};if(r.xAxisIsTime){var c=this.dataSet.getSeries(r.xAxisName)[n];s=m.default.getEpochTimeFromISO(c),l["row."+r.xAxisName]=s,a=this.hasBinnedTimeXAxis()?this.dataSet.getSeriesAsFloats("_span")[n]:.001}else s=r.xValue,l["row."+r.xAxisName]=r.xValue;return(0,o.default)(this.yFields).each((function(t){l["row."+t]=i.dataSet.getSeries(t)[n]})),{name:r.xAxisName,name2:r.yAxisName,value:s,value2:r.yValue,rowContext:l,_span:a}},getTooltipPosition:function(t){return{tooltipX:t.plotX+this.hcChart.plotLeft,tooltipY:t.plotY+this.hcChart.plotTop}},handlePointClick:function(t,e,i){var r=(0,n.default)({type:"pointClick",modifierKey:t.modifierKey},this.getPointEventContext(e,i));this.trigger(r)},handleKeyDown:function(t){(0,o.default)(this.seriesList).each((function(t){t.hcSeries.points.forEach((function(t){t.select(!1)})),t.highlight()})),this.legend&&this.legend.unSelectField(t.getLegendKey())},handlePointMouseOver:function(t,e){this.isMouseInteractionActive=!0,(0,o.default)(this.seriesList).each((function(i){i.matchesName(e.getName())?i.handlePointMouseOver(t):i.unHighlight()})),this.legend&&this.legend.selectField(e.getLegendKey());var i=(0,n.default)({type:"pointMouseOver"},this.getPointEventContext(t,e),{tooltipContext:this.getTooltipPosition(t)});this.trigger(i)},handlePointMouseOut:function(t,e){(0,o.default)(this.seriesList).each((function(i){i.matchesName(e.getName())?i.handlePointMouseOut(t):i.highlight()})),this.legend&&this.legend.unSelectField(e.getLegendKey()),this.isMouseInteractionActive=!1;var i=(0,n.default)({type:"pointMouseOut"},this.getPointEventContext(t,e),{tooltipContext:this.getTooltipPosition(t)});this.trigger(i)},handleLegendClick:function(t,e){var i={type:"legendClick",modifierKey:t.modifierKey,name2:e};this.trigger(i)},handleLegendMouseOver:function(t){this.isMouseInteractionActive=!0,(0,o.default)(this.seriesList).each((function(e){e.matchesName(t)?e.handleLegendMouseOver(t):e.unHighlight()}))},handleLegendMouseOut:function(t){(0,o.default)(this.seriesList).each((function(e){e.matchesName(t)?e.handleLegendMouseOut(t):e.highlight()})),this.isMouseInteractionActive=!1},applyColorPalette:function(){var t=this;if(!this.isEmpty()){var e={};(0,o.default)(this.getFieldList()).each((function(i,n,r){e[i]=t.computeFieldColor(i,n,r)})),(0,o.default)(this.seriesList).invoke("applyColorMapping",e)}},getConfig:function(){var t=this,e=r.default.extend(!0,{chart:{animation:this.enableAnimation},plotOptions:{series:{animation:this.enableAnimation}},tooltip:{animation:this.enableAnimation,followTouchMove:!this.isZoomable()}},this.BASE_CONFIG,{chart:this.getChartConfig(),series:this.getSeriesConfigList(),xAxis:this.getXAxisConfig(),yAxis:this.getYAxisConfig(),legend:this.getLegendConfig(),tooltip:this.getTooltipConfig(),plotOptions:this.getPlotOptionsConfig(),pointerDragStartPreHook:(0,o.default)(this.pointerDragStartPreHook).bind(this),pointerDragOverride:(0,o.default)(this.pointerDragOverride).bind(this),pointerDropPreHook:(0,o.default)(this.pointerDropPreHook).bind(this),pointerDropPostHook:(0,o.default)(this.pointerDropPostHook).bind(this),pointerPinchOverride:(0,o.default)(this.pointerPinchOverride).bind(this)});return this.exportMode&&(this.seriesIsTimeBased(this.xFields)&&(0,o.default)(e.xAxis).each((function(e){var i=void 0;if(t.axesAreInverted)i=-50;else{var n=t.dataSet.getSeriesAsFloats("_span"),r=n&&n.length>0?parseInt(n[0],10):1;i=r>=31536e3?15:r>=86400?25:35}e.title.margin=i})),r.default.extend(!0,e,{plotOptions:{series:{enableMouseTracking:!1,shadow:!1}}})),(this.properties.hasOwnProperty("time.serializedTz")||this.properties.hasOwnProperty("time.timezoneOffset")||this.properties.hasOwnProperty("time.ianaTimezone"))&&r.default.extend(!0,e,{time:this.getTimeConfig()}),e},getSeriesConfigList:function(){return(0,o.default)(this.seriesList).chain().invoke("getConfig").flatten(!0).value()},getXAxisConfig:function(){return this.hasXAxis?(0,o.default)(this.xAxisList).map((function(t,e){var i=t.getConfig();return e>0&&(i.offset=40),i}),this):[]},getYAxisConfig:function(){return this.hasYAxis?(0,o.default)(this.yAxisList).map((function(t){return t.getConfig()})):[]},getLegendConfig:function(){return this.hasLegend&&this.legend?this.legend.getConfig():{}},getTimeConfig:function(){var t=this,e={useUTC:!1};if(this.properties.hasOwnProperty("time.serializedTz")){e.useUTC=!0;var i=(0,f.default)(this.properties["time.serializedTz"]);e.getTimezoneOffset=function(t){var e=(0,s.default)(i.untils,t);return i.offsets[e]}}else this.properties.hasOwnProperty("time.timezoneOffset")?(e.timezoneOffset=b.parseFloat(this.properties["time.timezoneOffset"]),e.useUTC=!0):this.properties.hasOwnProperty("time.ianaTimezone")&&(e.useUTC=!0,e.getTimezoneOffset=function(e){return a.default.tz.zone(t.properties["time.ianaTimezone"]).utcOffset(e)});return e},getTooltipConfig:function(){return this.tooltip?r.default.extend(this.tooltip.getConfig(),{formatter:function(){return!1}}):{}},formatTooltip:function(t,e,i){var n=this,r=this.getSeriesPointInfo(t,e);if("seriesCompare"===this.legendMode)return o.default.escape(r.xValueDisplay);var s=void 0;if(i){s=[];var a=void 0,l=void 0,c=void 0;this.seriesList.forEach((function(t){a=t.getColor(),l=t.getName(),c=n.getSeriesPointInfo(t,t.hcSeries.points[e.index]).yValueDisplay,s.push([{color:a,text:l},c])}))}var u="seriesCompare"===this.properties["legend.mode"]&&("bar"===this.type||"column"===this.type);return t.getTooltipHtml(r,this.hcChart,s,u)},getChartConfig:function(){var t=this,e={type:this.type,renderTo:this.container,backgroundColor:this.backgroundColor,borderColor:this.backgroundColor,events:{redraw:function(){t.onChartRedraw(this),t.onChartLoadOrRedraw(this)},endResize:this.onChartResize.bind(this),tooltipRefresh:this.onTooltipRefresh.bind(this)}};if(this.hasXAxis&&(e.events.selection=this.onChartSelection.bind(this)),this.exportMode?(e.width=this.width||this.EXPORT_WIDTH,e.height=this.height||this.EXPORT_HEIGHT):this.$container.is(":visible")||(e.width=this.FALLBACK_WIDTH,e.height=this.FALLBACK_HEIGHT),this.isZoomable()&&"off"!==this.zoomType&&(e.zoomType=this.zoomType||"x"),this.yAxisList&&this.yAxisList.length>1){var i=o.default.find(this.yAxisList,(function(t){return t.hasExplicitMin||t.hasExplicitMax})),n=o.default.any(this.yAxisList,(function(t){return t.isLogScale()}));(i||n)&&(e.alignTicks=!1)}return e},getDataLabelConfig:function(){if("none"===this.showLabels||void 0===this.dataLabels)return{enabled:!1};var t=this;return r.default.extend(!0,{},this.dataLabels.getConfig(),{formatter:function(){for(var e=0;e<t.seriesList.length;e++){if(this.series.options.id===t.seriesList[e].id){var i=t.getSeriesPointInfo(t.seriesList[e],this.point);if(i)return i.yValueDisplay}}}})},getPlotOptionsConfig:function(){var t="default"!==this.stackMode&&!y.isRangeSeriesDataSet(this.dataSet),e=d.normalizeBoolean(this.properties.showMarkerHalo,!0);return r.default.extend(!0,{},this.BASE_PLOT_OPTIONS_CONFIG,{series:{cursor:this.chartClickEnabled?"pointer":"default",dataLabels:this.getDataLabelConfig()},area:{enableMouseTracking:!y.isOutlierDataSet(this.dataSet),trackByArea:t},line:{states:{hover:(0,n.default)({},!e&&{halo:0})}},column:{grouping:"overlay"!==this.properties.columnGrouping,minPointLength:"zero"!==this.properties["chart.nullValueMode"]?2:0}})},isAnnotationSupported:function(){return o.default.indexOf(["area","line","column"],this.type)>=0},isZoomable:function(){return"area"===this.type||"line"===this.type||"column"===this.type},isStackable:function(){return"line"!==this.type},shouldSetSeriesZerosToNull:function(t){return"column"===this.type&&"zero"!==this.properties["chart.nullValueMode"]&&"column"===t},enableTooltip:function(t,e){var i=this;t.tooltip.options.formatter=function(){var t=this.points&&this.points.length?this.points[0]:this,n=t.series.splSeries;return i.formatTooltip(n,t.point,e)}},onTooltipRefresh:function(){var t=this;if(this.legend&&"seriesCompare"===this.legendMode){var e=this.hcChart.hoverPoints.map((function(e){var i=t.getSeriesByName(e.series.name),n=t.getSeriesPointInfo(i,e);return{seriesIndex:e.series.index,value:n.yValue,formattedValue:n.yValueDisplay}}));this.legend.updateLegend(e)}},onChartLoad:function(t){this.legend&&this.legend.onChartLoad(t),this.dataLabels&&this.dataLabels.onChartLoad(t),(0,o.default)(this.xAxisList).invoke("onChartLoad",t),(0,o.default)(this.yAxisList).invoke("onChartLoad",t),(0,o.default)(this.seriesList).invoke("onChartLoad",t),this.isZoomable()&&!this.shouldRemoveRangeSelectOnLoad()&&this.triggerRangeSelectionEvent()},onChartRedraw:function(t){var e=this;if(this.selectionWindow)this.selectionWindow.onChartRedraw(t);else if(this.isZoomable()&&!this.isiOS){var i=this.xAxisList[0];i&&i.isZoomed?(this.resetZoomButton||(this.resetZoomButton=new j.default(this.hcChart)),this.panButtons?this.panButtons.onChartRedraw(t):(this.panButtons=new C.default(this.hcChart,this.panDistanceResolver.bind(this)),this.panButtons.on("pan",(function(){e.triggerRangeSelectionEvent()})))):(this.resetZoomButton&&(this.resetZoomButton.destroy(),this.resetZoomButton=null),this.panButtons&&(this.panButtons.destroy(),this.panButtons=null))}if(this.isZoomable()&&!this.selectionTriggeredBeforeRedraw&&!this.shouldEnableSearchZoom()){var n=!this.selectionWindow||this.updateHasRebinned;this.triggerRangeSelectionEvent(null,{skipNormalization:n})}this.selectionTriggeredBeforeRedraw=!1},onChartLoadOrRedraw:function(t){var e=this;if(this.legend&&this.legend.onChartLoadOrRedraw(t),this.dataLabels&&this.dataLabels.onChartLoadOrRedraw(t),(0,o.default)(this.xAxisList).invoke("onChartLoadOrRedraw",t),(0,o.default)(this.yAxisList).invoke("onChartLoadOrRedraw",t),(0,o.default)(this.seriesList).invoke("onChartLoadOrRedraw",t),"seriesCompare"===this.properties["legend.mode"]&&("bar"===this.type||"column"===this.type)){t.customImages?(t.customImages.forEach((function(t){t.destroy()})),t.customImages.length=0):t.customImages=[];var i=this,r=void 0,s={};t.series.forEach((function(o,a){o.points.forEach((function(o,l){if(r=o.shapeArgs,o.y){var c=void 0,u=void 0,h=void 0,d=void 0;"bar"===e.type?(c=t.plotLeft,u=t.plotTop+t.plotHeight-r.x-r.width,h=t.plotWidth,d=r.width):"column"===e.type&&(c=r.x+t.plotLeft,u=t.plotTop,h=r.width,d=t.plotHeight);var p=c+"-"+u+"-"+h+"-"+d;s[p]||(s[p]=!0,t.customImages.push(t.renderer.image("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=",c,u,h,d).on("mouseover",(function(){i.enableTooltip(t,!0),t.tooltip.refresh(t.series[a].points[l])})).on("mouseout",(function(){t.tooltip.hide(),i.enableTooltip(t,!1)})).on("click",(function(){var t=i.getPointEventContext(e.seriesList[a].hcSeries.points[l],e.seriesList[a]),r=(0,n.default)({type:"pointClick"},t);delete r.name2,delete r.value2,e.trigger(r)})).attr("data-test-customImage",t.customImages.length).add()))}}))}))}},onChartDestroy:function(){this.legend&&this.legend.destroy(),this.dataLabels&&this.dataLabels.destroy(),(0,o.default)(this.xAxisList).invoke("destroy"),(0,o.default)(this.yAxisList).invoke("destroy"),(0,o.default)(this.seriesList).invoke("destroy"),this.selectionWindow&&(this.selectionWindow.destroy(),this.selectionWindow=null),this.panButtons&&(this.panButtons.destroy(),this.panButtons=void 0),this.highlighted&&this.resetHighlight()},onChartSelection:function(t){this.shouldEnableSearchZoom()&&t.preventDefault();var e=this.xAxisList[0];if(!t.resetSelection){var i=t.xAxis[0],n=this.getNormalizedAxisExtremes(i.min,i.max);if(i.min=n.min,i.max=n.max,this.hasTimeXAxis()||(i.max+=e.hasTickmarksBetween()?0:1),this.triggerRangeSelectionEvent(n).isDefaultPrevented()){if(t.preventDefault(),this.hasPendingRangeResetEvent=!1,e.getZoomed(i.min,i.max)){this.selectionWindow=new O.default(this.hcChart,this.xAxisValueSnapper.bind(this));var r=this;this.selectionWindow.on("rangeSelect",(function(){r.triggerRangeSelectionEvent()}))}}else this.selectionTriggeredBeforeRedraw=!0}},onChartResize:function(t){if(this.panButtons&&this.panButtons.onChartResize(t),this.highlighted){var e=this.highlighted;this.resetHighlight(),this.highlight(e.value,e.seriesName)}},panDistanceResolver:function(t,e){if(!this.hasTimeXAxis())return{min:1,max:1};if(!this.hasBinnedTimeXAxis()){var i=t.dateTime.normalizeTimeTickInterval(t.tickInterval,t.options.units).unitRange;return{min:i,max:i}}var n=t.getExtremes(),r=this.dataSet.getSeriesAsEpochTimes(this.xFields[0]),o=this.dataSet.getSeriesAsFloats("_span"),s=this.findNearestTimeBinIndex(n.min,r),a=this.findNearestTimeBinIndex(n.max,r);return"left"===e?0===s?{min:0,max:0}:{min:1e3*o[s-1],max:1e3*o[a-1]}:"right"===e?a>=o.length?{min:0,max:0}:{min:1e3*o[s],max:1e3*o[a]}:void 0},xAxisValueSnapper:function(t,e){if(e=e||"round",!this.hasTimeXAxis())return Math[e](t);if(!this.hasBinnedTimeXAxis())return t;var i=this.dataSet.getSeriesAsEpochTimes(this.xFields[0]),n=this.findNearestTimeBinIndex(t,i),r=i[n];return"floor"===e&&t<r&&n>0?n--:"ceil"===e&&t>r&&n++,n===i.length?i[n-1]+1e3*this.dataSet.getSeriesAsFloats("_span")[n-1]:i[n]},getNormalizedAxisExtremes:function(t,e){var i=this.hcChart.xAxis[0],n=i.dataMax,r=i.dataMin,o=function(t){return t>n&&(t=n),t<r&&(t=r),t};return t=o(t),e=o(e),this.hasTimeXAxis()?this.getNormalizedTimeAxisExtremes(t,e):this.getNormalizedCategoryAxisExtremes(t,e)},getNormalizedTimeAxisExtremes:function(t,e){if(!this.hasBinnedTimeXAxis())return{min:t,max:e};var i=this.xAxisList[0],n=this.dataSet.getSeriesAsEpochTimes(this.xFields[0]),r=this.dataSet.getSeriesAsFloats("_span"),o=this.findNearestTimeBinIndex(t,n),s=this.findNearestTimeBinIndex(e,n);return{min:n[o],max:n[s]+(i.hasTickmarksBetween()?0:1e3*r[s])}},getNormalizedCategoryAxisExtremes:function(t,e){var i=this.xAxisList[0],n=this.hcChart.xAxis[0].dataMax,r=Math.round(t),o=Math.round(e),s=this.isiOS&&this.hcChart.pointer.selectionMarker,a=s&&this.hcChart.pointer.selectionMarker.width===this.hcChart.plotWidth,l=s&&this.hcChart.pointer.selectionMarker.width!==this.hcChart.plotWidth;return a&&o>r&&o!==n&&(o-=i.hasTickmarksBetween()?0:1),l&&e-t<1&&!i.hasTickmarksBetween()&&(o=r),{min:r,max:o}},findNearestTimeBinIndex:function(t,e){var i=o.default.sortedIndex(e,t);return 0===i?0:t-e[i-1]<e[i]-t?i-1:i},calculatePostUpdateExtremes:function(t){var e=this.xAxisList[0];if(!this.hasTimeXAxis())return e.getCategories().length>t.max?t:{min:null,max:null};if(!this.hasBinnedTimeXAxis())return t;var i=this.dataSet.getSeriesAsEpochTimes(this.xFields[0]),n=this.dataSet.getSeriesAsFloats("_span"),r=i[0];if(o.default.last(i)+1e3*o.default.last(n)<t.max||r>t.min)return{min:null,max:null};var s=i[i.length-1],a=i[this.findNearestTimeBinIndex(t.min,i)],l=t.max>s?s:i[this.findNearestTimeBinIndex(t.max,i)];return-1!==i.indexOf(t.min)&&-1!==i.indexOf(t.max)||(this.updateHasRebinned=!0),{min:a,max:l}},triggerRangeSelectionEvent:function(t,e){var i=void 0,n=this.xAxisList[0],s=!t&&!this.selectionWindow&&!n.isZoomed;if(t||(this.selectionWindow?(t=this.selectionWindow.getExtremes()).min+=n.hasTickmarksBetween()?1:0:(t=this.hcChart.xAxis[0].getExtremes(),n.isZoomed&&(t.max-=n.hasTickmarksBetween()?0:1)),e&&e.skipNormalization||(t=this.getNormalizedAxisExtremes(t.min,t.max))),this.hasTimeXAxis()){var a=this.dataSet.getSeriesAsEpochTimes(this.xFields[0]),l=0,c=o.default.sortedIndex(a,t.max);if(this.hasBinnedTimeXAxis()&&n.hasTickmarksBetween()&&!this.selectionWindow)l=this.dataSet.getSeriesAsFloats("_span")[c];else!this.hasBinnedTimeXAxis()||n.hasTickmarksBetween()&&!this.selectionWindow||c--;i=r.default.Event("chartRangeSelect",{startXIndex:o.default.sortedIndex(a,t.min),endXIndex:c,startXValue:t.min/1e3,endXValue:t.max/1e3+l,isReset:!!s})}else{var u=this.dataSet.getSeries(this.xFields[0]);i=r.default.Event("chartRangeSelect",{startXIndex:t.min,endXIndex:t.max,startXValue:u[t.min],endXValue:u[t.max],isReset:!!s})}return this.trigger(i),i},pointerDragStartPreHook:function(t,e){(this.isMouseInteractionActive=!0,this.selectionWindow)&&(this.selectionWindow.handleDragStartEvent(e)||this.destroySelectionWindow())},pointerPinchOverride:function(t,e,i){this.selectionWindow?"touchstart"===e.type?(this.hcChart.xAxis[0].zoomEnabled=!1,i.call(t,e),this.selectionWindow.handleDragStartEvent(e)||this.destroySelectionWindow(),this.hcChart.xAxis[0].zoomEnabled=!0):"touchmove"===e.type?this.selectionWindow.handleDragEvent(e):"touchend"===e.type&&this.selectionWindow.handleDropEvent(e):i.call(t,e)},destroySelectionWindow:function(){this.selectionWindow&&(this.selectionWindow.destroy(),this.selectionWindow=null,this.hasPendingRangeResetEvent=!0)},pointerDragOverride:function(t,e,i){this.selectionWindow?this.selectionWindow.handleDragEvent(e):(i.call(t,e),this.hcChart.pointer.selectionMarker&&this.hcChart.pointer.selectionMarker.attr({"stroke-width":2,stroke:this.foregroundColorSofter}))},pointerDropPreHook:function(t,e){this.selectionWindow&&this.selectionWindow.handleDropEvent(e)},pointerDropPostHook:function(){this.hasPendingRangeResetEvent&&(this.triggerRangeSelectionEvent(),this.hasPendingRangeResetEvent=!1),this.isMouseInteractionActive=!1},getSeriesByName:function(t){return(0,o.default)(this.seriesList).find((function(e){return e.hcSeries.name===t}))},getSeriesXInfo:function(t){var e=t.getXAxisIndex();return{axis:this.xAxisList[e],fieldName:this.xFields[e]}},getSeriesYInfo:function(t){return{axis:this.yAxisList[t.getYAxisIndex()],fieldName:t.getName()}},getSeriesPointInfo:function(t,e){var i=o.default.has(e,"originalIndex")?e.originalIndex:e.index,n=this.getSeriesXInfo(t),r=this.getSeriesYInfo(t),s=this.dataSet.getSeries(n.fieldName),a=this.dataSet.getSeries(r.fieldName);return{pointIndex:i,xAxisIsTime:n.axis instanceof L.default,xAxisName:n.fieldName,xValue:s[i],xValueDisplay:n.axis.formatValue(s[i],e),yAxisName:r.fieldName,yValue:a[i],yValueDisplay:r.axis.formatValue(a[i],e),shouldColorizeTooltipData:this.shouldColorizeTooltipData}},getDashStyle:function(){var t=this.properties.lineDashStyle;if(t)return d.capitalize(t)},seriesIsTimeBased:function(t){return/^_time/.test(t)},formatNumericAxisData:function(t,e,i){return this.dataSet.hasField(e)?this.dataSet.getSeriesAsFloats(e,{scale:t.isLogScale()?"log":"linear",nullValueMode:this.properties["chart.nullValueMode"],zerosToNull:this.shouldSetSeriesZerosToNull(i)}):[]},formatTimeAxisData:function(t,e){return this.dataSet.hasField(e)?this.dataSet.getSeriesAsEpochTimes(e):[]},computeFieldColor:function(t,e,i){if(this.internalFieldColors.hasOwnProperty(t))return p.colorFromHex(this.internalFieldColors[t]);var n=!this.seriesColors&&!(0,o.default)(this.externalPaletteMapping).isEmpty(),r=n?this.externalPaletteMapping[t]:e,s=n?this.externalPaletteSize:i.length;return this.colorPalette.getColorAsRgb(t,r,s)},shouldEnableSearchZoom:function(){return this.dataSet.chartDataOptions.enableSearchZoom},shouldRemoveRangeSelectOnLoad:function(){return this.dataSet.chartDataOptions.removeRangeSelectOnLoad},BASE_CONFIG:{chart:{showAxes:!0,reflow:!1,selectionMarkerFill:"rgba(0,0,0,0)",spacingTop:16,style:{fontFamily:M.FONT_FAMILY,fontSize:M.FONT_SIZE}},credits:{enabled:!1},legend:{enabled:!1},plotOptions:{series:{states:{hover:{enabled:!1},inactive:{opacity:.4}},events:{legendItemClick:function(){return!1}},borderWidth:0,shadow:!1,turboThreshold:0}},title:{text:null},tooltip:{enabled:!1,useHTML:!0}},BASE_PLOT_OPTIONS_CONFIG:{line:{stickyTracking:!0,states:{hover:{marker:{enabled:!0,radius:6}}},marker:{enabled:!1,radius:2,symbol:"circle"}},area:{stickyTracking:!0,lineWidth:1,states:{hover:{marker:{enabled:!0,radius:6}}},marker:{symbol:"circle",radius:2,enabled:!1}},column:{markers:{enabled:!1},stickyTracking:!1,fillOpacity:1,trackByArea:!0},bar:{markers:{enabled:!1},stickyTracking:!1,fillOpacity:1,trackByArea:!0}}}),e.default=Y,t.exports=e.default},function(t,e,i){var n=i(29),r=i(48);t.exports=i(21)?function(t,e,i){return n.f(t,e,r(1,i))}:function(t,e,i){return t[e]=i,t}},function(t,e,i){var n=i(30),r=i(189),o=i(190),s=Object.defineProperty;e.f=i(21)?Object.defineProperty:function(t,e,i){if(n(t),e=o(e,!0),n(i),r)try{return s(t,e,i)}catch(t){}if("get"in i||"set"in i)throw TypeError("Accessors not supported!");return"value"in i&&(t[e]=i.value),t}},function(t,e,i){var n=i(46);t.exports=function(t){if(!n(t))throw TypeError(t+" is not an object!");return t}},function(t,e){var i={}.hasOwnProperty;t.exports=function(t,e){return i.call(t,e)}},function(t,e){t.exports=i("./node_modules/@splunk/highcharts-themes/constants.js")},function(t,e,i){var n=i(22)(Object,"create");t.exports=n},function(t,e,i){var n=i(224);t.exports=function(t,e){for(var i=t.length;i--;)if(n(t[i][0],e))return i;return-1}},function(t,e,i){var n=i(230);t.exports=function(t,e){var i=t.__data__;return n(e)?i["string"==typeof e?"string":"hash"]:i.map}},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n,r=i(0),o=(n=r)&&n.__esModule?n:{default:n};function s(t){t=t||{},this.highlightDelay=t.highlightDelay||200,this.unhighlightDelay=t.unhighlightDelay||100,this.timer=null,this.timer2=null,this.mouseStatus="over",this.isSelected=!1,this.onMouseOver=t.onMouseOver,this.onMouseOut=t.onMouseOut}o.default.extend(s.prototype,{setMouseStatus:function(t){this.mouseStatus=t},getMouseStatus:function(){return this.mouseStatus},mouseOverHappened:function(){for(var t=this,e=arguments.length,i=Array(e),n=0;n<e;n++)i[n]=arguments[n];s._synchronousBehavior?this.onMouseOver.apply(null,i):(this.mouseOverFn=function(){t.onMouseOver.apply(null,i)},clearTimeout(this.timer),clearTimeout(this.timer2),this.setMouseStatus("over"),this.timeOutManager())},mouseOutHappened:function(){for(var t=this,e=arguments.length,i=Array(e),n=0;n<e;n++)i[n]=arguments[n];s._synchronousBehavior?this.onMouseOut.apply(null,i):(this.mouseOutFn=function(){t.onMouseOut.apply(null,i)},this.setMouseStatus("out"),this.timeOutManager())},timeOutManager:function(){var t=this;clearTimeout(this.timer),this.isSelected?"over"===this.getMouseStatus()?this.mouseEventManager():this.timer2=setTimeout((function(){t.setMouseStatus("out"),t.mouseEventManager()}),t.unhighlightDelay):this.timer=setTimeout((function(){t.isSelected=!0,t.mouseEventManager()}),t.highlightDelay)},mouseEventManager:function(){"over"===this.getMouseStatus()?(this.mouseOverFn(),this.isSelected=!0,this.setMouseStatus("out")):(this.mouseOutFn(),this.isSelected=!1,this.setMouseStatus("over"))}}),o.default.extend(s,{_synchronousBehavior:!1,useSynchronousBehavior:function(){s._synchronousBehavior=!0},restoreDefaultBehavior:function(){s._synchronousBehavior=!1}}),e.default=s,t.exports=e.default},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=f(i(104)),r=f(i(9)),o=f(i(0)),s=i(1),a=f(s),l=f(i(11)),c=i(7),u=i(3),h=i(32),d=i(4),p=f(i(10));function f(t){return t&&t.__esModule?t:{default:t}}function m(t){this.index=t.index,this.originalIndex=a.default.has(t,"originalIndex")?t.originalIndex:this.index,this.seriesName=t.series.name,this.name=t.name,this.y=t.y,this.plotX=t.plotX,this.plotY=t.plotY}function g(t){this.properties=this.normalizeProperties(t||{}),this.processProperties(),this.id=a.default.uniqueId("series_"),this.data=[],this._isDirty=!1,this._dataIsDirty=!1,this.UNHIGHLIGHTED_COLOR=(0,c.addAlphaToColor)(this.UNHIGHLIGHTED_BASE_COLOR,this.UNHIGHLIGHTED_OPACITY),this.UNHIGHLIGHTED_BORDER_COLOR=(0,c.addAlphaToColor)(this.UNHIGHLIGHTED_BORDER_BASE_COLOR,this.UNHIGHLIGHTED_OPACITY)}g.prototype=o.default.extend({},p.default,{STACK_MODE_MAP:{default:null,stacked:"normal",stacked100:"percent"},CHART_PROPERTY_PREFIX_REGEX:/^chart\./,UNHIGHLIGHTED_OPACITY:.4,UNHIGHLIGHTED_BASE_COLOR:"rgb(150, 150, 150)",UNHIGHLIGHTED_BORDER_BASE_COLOR:"rgb(200, 200, 200)",DEFAULT_STACK_MODE:null,CHARTING_PROPERTY_WHITELIST:[],normalizeProperties:function(t){var e=this,i=o.default.extend(!0,{},t);return(0,a.default)(i).each((function(t,n){if(e.CHART_PROPERTY_PREFIX_REGEX.test(n)){delete i[n];var r=n.replace(e.CHART_PROPERTY_PREFIX_REGEX,"");(0,a.default)(e.CHARTING_PROPERTY_WHITELIST).contains(r)&&(i[r]=t)}})),i},processProperties:function(){},redraw:function(t){(this.hcSeries||this.nestedSeriesList&&this.nestedSeriesList.every((function(t){return t.hcSeries})))&&(this.isDirty()?this.hcSeries?this.hcSeries.update(this.getConfig(),t):this.nestedSeriesList&&this.nestedSeriesList.forEach((function(e){e.hcSeries.update(e.getConfig(),t)})):this.dataIsDirty()&&(this.hcSeries?this.hcSeries.setData(this.hasPrettyData?this.prettyData:this.data,t):this.nestedSeriesList&&this.nestedSeriesList.forEach((function(e){e.hcSeries.setData(e.data,t)}))))},update:function(t){var e=this.properties;this.properties=this.normalizeProperties(t),a.default.isEqual(this.properties,e)||(this.processProperties(),this._isDirty=!0)},setData:function(t,e){e=e||{};var i=this.data;a.default.isArray(t.y)&&0!==t.y.length?(0,a.default)(t.x).isUndefined()?this.data=t.y:e.isOutlierField?this.data=(0,a.default)(t.y).chain().map((function(e,i){return e.isOutlier?{x:t.x[i],y:e.y,marker:{enabled:!0,radius:4,fillColor:h.COLORS.SEMANTIC_WARNING}}:{x:t.x[i],y:e}})).value():e.sortXValues?this.data=(0,a.default)(t.x).chain().map((function(e,i){return{x:e,y:isNaN(e)?null:t.y[i],originalIndex:i}})).sortBy((function(t){return t.x})).value():this.data=(0,a.default)(t.x).map((function(e,i){return[e,t.y[i]]})):this.data=[],a.default.isEqual(this.data,i)||(this._dataIsDirty=!0)},getData:function(){return this.data},isDirty:function(){return this._isDirty},dataIsDirty:function(){return this._dataIsDirty},getXAxisIndex:function(){return this.properties.xAxis||0},getYAxisIndex:function(){return this.properties.yAxis||0},getName:function(){return this.properties.name},getLegendKey:function(){return this.properties.legendKey||this.getName()},getFieldList:function(){return[this.getName()]},matchesName:function(t){return t===this.getName()},applyColorMapping:function(t){var e=this.color;this.color=t[this.getName()],this.color!==e&&(this._isDirty=!0)},getColor:function(){return this.color},getStackMode:function(){return this.STACK_MODE_MAP[this.properties.stacking]||this.DEFAULT_STACK_MODE},getType:function(){return this.type},getConfig:function(){return{type:this.type,id:this.id,name:this.getName(),color:this.color,data:this.hasPrettyData?this.prettyData:this.data,xAxis:this.getXAxisIndex(),yAxis:this.getYAxisIndex(),stacking:this.getStackMode()}},onChartLoad:function(){},onChartLoadOrRedraw:function(t){this.hcSeries=t.get(this.id),this.hcSeries.splSeries=this,this._isDirty=!1,this._dataIsDirty=!1,this.hcSeries.options.states.hover.enabled=!0,this.addEventHandlers(this.hcSeries)},addEventHandlers:function(t){var e=this;t.options.point.events=t.options.point.events||{};var i=this,n=t.options.point.events,r=t.chart.container;(0,o.default)(r).on("keydown",(function(n){9===n.keyCode&&"hover"===t.state&&i.trigger("keydown",[e,i])})),n.mouseOver=function(){var t=new m(this);i.trigger("mouseover",[t,i])},n.mouseOut=function(){var t=new m(this);i.trigger("mouseout",[t,i])},(0,u.normalizeBoolean)(this.properties.clickEnabled)&&(n.click=function(t){var e=new m(this),n={type:"click",modifierKey:t.ctrlKey||t.metaKey};i.trigger(n,[e,i])})},destroy:function(){this.off(),this.hcSeries&&this.hcSeries.splSeries&&(this.hcSeries.splSeries=null),this.hcSeries=null},handlePointMouseOver:function(){this.bringToFront()},handleLegendMouseOver:function(){this.bringToFront(),this.highlight()},bringToFront:function(){this.hcSeries.group&&this.hcSeries.group.toFront(),this.hcSeries.trackerGroup&&this.hcSeries.trackerGroup.toFront()},estimateMaxColumnWidths:function(t,e,i){var n=new l.default(t.renderer),r=t.options.tooltip.style.fontSize.replace("px",""),o=-1/0,s=-1/0;return a.default.each(e,(function(t){var e=n.predictTextWidth(t,r);e>o&&(o=e)})),a.default.each(i,(function(t){var e=n.predictTextWidth(t,r);e>s&&(s=e)})),n.destroy(),{maxLeftColWidth:o,maxRightColWidth:s}},getTooltipRows:function(t){var e=[];return t.xAxisIsTime?e.push([t.xValueDisplay]):e.push([t.xAxisName,t.xValueDisplay]),e.push([(0,r.default)({},t.shouldColorizeTooltipData&&{color:t.seriesColor},{text:t.seriesName}),t.yValueDisplay]),e},getTooltipHtml:function(t,e,i,r){t.seriesName=this.getName(),t.seriesColor=this.getColor();var s=function(t){return(0,a.default)(t).isString()?t:t.text},l=this.getTooltipRows(t);i&&(l=[l[0]].concat((0,n.default)(i)));var c=e.chartWidth-50,u=(0,a.default)(l).map((function(t){return s(t[0]||"")})),h=(0,a.default)(l).map((function(t){return s(t[1]||"")})),p=this.estimateMaxColumnWidths(e,u,h),f=p.maxLeftColWidth/(p.maxLeftColWidth+p.maxRightColWidth);return f>.9?f=.9:f<.1&&(f=.1),t.scaledMaxLeftColWidth=f*c+"px",t.scaledMaxRightColWidth=(1-f)*c+"px",t.willWrap=p.maxLeftColWidth+p.maxRightColWidth>c,t.totalStackValue=null,r&&(t.totalStackValue=e.series.map((function(e){return e.data[t.pointIndex].y})).reduce((function(t,e){return t+e})).toLocaleString()),this.tooltipTemplate(o.default.extend(t,{rows:l,normalizeToText:s,normalizeToColor:function(t){return(0,a.default)(t).isString()?null:t.color},getThemeProperty:d.getThemeProperty}))},handlePointMouseOut:function(){},handleLegendMouseOut:function(){},highlight:function(){},unHighlight:function(){},highlightPoint:function(){},unHighlightPoint:function(){},tooltipTemplate:(0,s.template)('\n <table class="highcharts-tooltip"\n <% if(willWrap) { %>\n style="word-wrap: break-word; white-space: normal;"\n <% } %>>\n <% _(rows).each(function(row) { %>\n <tr>\n <% if(row.length === 1) { %>\n <td style="text-align: left; color: <%= normalizeToColor(row[0]) || getThemeProperty(\'TOOLTIP_FONT_COLOR\') %>;" colpsan="2"><%- normalizeToText(row[0]) %></td>\n <% } else { %>\n <td style="text-align: left; color: <%= normalizeToColor(row[0]) || getThemeProperty(\'TOOLTIP_FONT_COLOR_SOFT\') %>; max-width: <%= scaledMaxLeftColWidth %>;"><%- normalizeToText(row[0]) %>: </td>\n <td style="text-align: right; color: <%= normalizeToColor(row[1]) || getThemeProperty(\'TOOLTIP_FONT_COLOR\') %>; max-width: <%= scaledMaxRightColWidth %>;"><%- normalizeToText(row[1]) %></td>\n <% } %>\n </tr>\n <% }); %>\n <% if(totalStackValue) { %>\n <tr>\n <td style="text-align: left; color: <%= normalizeToColor(rows[0]) || getThemeProperty(\'TOOLTIP_FONT_COLOR_SOFT\') %>; max-width: <%= scaledMaxLeftColWidth %>;">Total: </td>\n <td style="text-align: right; color: <%= normalizeToColor(rows[1]) || getThemeProperty(\'TOOLTIP_FONT_COLOR\') %>; max-width: <%= scaledMaxRightColWidth %>;"><%- totalStackValue %></td>\n </tr>\n <% } %>\n </table>\n ')}),g.Point=m,e.default=g,t.exports=e.default},function(t,e){t.exports=function(t,e,i){switch(i.length){case 0:return t.call(e);case 1:return t.call(e,i[0]);case 2:return t.call(e,i[0],i[1]);case 3:return t.call(e,i[0],i[1],i[2])}return t.apply(e,i)}},function(t,e,i){var n=i(6).Symbol;t.exports=n},function(t,e,i){var n=i(17),r=Object.create,o=function(){function t(){}return function(e){if(!n(e))return{};if(r)return r(e);t.prototype=e;var i=new t;return t.prototype=void 0,i}}();t.exports=o},function(t,e,i){var n=i(40),r=i(42);function o(t){this.__wrapped__=t,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=4294967295,this.__views__=[]}o.prototype=n(r.prototype),o.prototype.constructor=o,t.exports=o},function(t,e){t.exports=function(){}},function(t,e){t.exports=function(t){return t.placeholder}},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=o(i(3)),r=o(i(7));function o(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e.default=t,e}var s=["#7B56DB","#CB2196","#008C80","#9D6300","#F6540B","#FF969E","#99B100","#F4B649","#AE8CFF","#8CBCFF","#813193","#0051B5","#009CEB","#00CDAF","#00490A","#DD9900","#465D00","#FF677B","#FF6ACE","#00689D"].map(r.hexFromColor);function a(t,e){this.setColors(t),this.useInterpolation=n.normalizeBoolean(e,!1)}a.prototype={setColors:function(t){this.colors=t||s},getColor:function(t,e,i){var n=void 0,o=this.colors.length;if(0===o)return 0;if(e<0&&(e=0),!this.useInterpolation)return this.colors[e%o];i<1&&(i=1),e>i&&(e=i),n=1===i?0:e/(i-1)*(o-1);var s=Math.floor(n),a=Math.min(s+1,o-1);return n-=s,r.interpolateColors(this.colors[s],this.colors[a],n)},getColorAsRgb:function(t,e,i){var n=this.getColor(t,e,i);return r.colorFromHex(n)}},a.setBaseColors=function(t){s=t.map(r.hexFromColor)},e.default=a,t.exports=e.default},function(t,e,i){var n=i(19),r=i(20),o=i(87),s=i(28),a=i(31),l=function(t,e,i){var c,u,h,d=t&l.F,p=t&l.G,f=t&l.S,m=t&l.P,g=t&l.B,y=t&l.W,b=p?r:r[e]||(r[e]={}),v=b.prototype,M=p?n:f?n[e]:(n[e]||{}).prototype;for(c in p&&(i=e),i)(u=!d&&M&&void 0!==M[c])&&a(b,c)||(h=u?M[c]:i[c],b[c]=p&&"function"!=typeof M[c]?i[c]:g&&u?o(h,n):y&&M[c]==h?function(t){var e=function(e,i,n){if(this instanceof t){switch(arguments.length){case 0:return new t;case 1:return new t(e);case 2:return new t(e,i)}return new t(e,i,n)}return t.apply(this,arguments)};return e.prototype=t.prototype,e}(h):m&&"function"==typeof h?o(Function.call,h):h,m&&((b.virtual||(b.virtual={}))[c]=h,t&l.R&&v&&!v[c]&&s(v,c,h)))};l.F=1,l.G=2,l.S=4,l.P=8,l.B=16,l.W=32,l.U=64,l.R=128,t.exports=l},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,e){var i=Math.ceil,n=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?n:i)(t)}},function(t,e,i){var n=i(94)("keys"),r=i(96);t.exports=function(t){return n[t]||(n[t]=r(t))}},function(t,e,i){var n=i(49);t.exports=function(t){return Object(n(t))}},function(t,e){t.exports=i("./node_modules/bowser/src/bowser.js")},function(t,e){t.exports=i("./node_modules/@splunk/charting-utils/time.js")},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=h(i(9)),r=h(i(0)),o=h(i(1)),s=h(i(11)),a=u(i(3)),l=u(i(100)),c=i(4);function u(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e.default=t,e}function h(t){return t&&t.__esModule?t:{default:t}}function d(t){this.properties=t||{},this.id=o.default.uniqueId("axis_"),this.isVertical="vertical"===this.properties["axis.orientation"],this.isZoomed=!1,this._titleIsDirty=!1,this.labelRotation||(this.labelRotation=this.isVertical?0:a.getRotation(this.properties["axisLabels.majorLabelStyle.rotation"]))}d.prototype={getZoomed:function(t,e,i,n){var r=this.hcAxis,o=isNaN(r.dataMax)?i:r.dataMax,s=isNaN(r.dataMin)?n:r.dataMin;return r.hasData()?void 0!==t&&t>s||void 0!==e&&e<("between"===r.options.tickmarkPlacement?o:o+1):r.categories&&r.categories.length>0?void 0!==t&&t>0||void 0!==e&&e<r.categories.length-1:void 0},clone:function(){return new this.constructor(r.default.extend(!0,{},this.properties))},getConfig:function(){var t=null,e=this;return this.properties.isEmpty||"collapsed"===this.properties["axisTitle.visibility"]||!this.properties["axisTitle.text"]||/^\s+$/.test(this.properties["axisTitle.text"])||(t=a.escapeSVG(this.properties["axisTitle.text"])),r.default.extend(!0,this.getOrientationDependentConfig(),{id:this.id,labels:{enabled:"hide"!==this.properties["axisLabels.majorLabelVisibility"],formatter:function(){return e.formatLabel(this)},style:{color:this.properties["axis.fontColor"]||(0,c.getThemeProperty)("AXIS_LABELS_FONT_COLOR")||(0,c.getThemeProperty)("DEFAULT_FONT_COLOR"),textOverflow:"none"}},title:{style:{color:this.properties["axis.fontColor"]||(0,c.getThemeProperty)("AXIS_TITLE_FONT_COLOR")||(0,c.getThemeProperty)("DEFAULT_FONT_COLOR"),fontSize:"12px",HcTextStroke:!0,width:"auto"},text:t},opposite:this.properties.opposite,lineColor:this.properties["axis.foregroundColorSoft"]||(0,c.getThemeProperty)("DEFAULT_LINE_COLOR_SOFT"),lineWidth:"hide"===this.properties["axisLabels.axisVisibility"]?0:1,gridLineColor:this.properties["axis.foregroundColorSofter"]||(0,c.getThemeProperty)("AXIS_GRID_LINE_COLOR")||(0,c.getThemeProperty)("DEFAULT_LINE_COLOR_SOFTER"),gridLineWidth:a.normalizeBoolean(this.properties["gridLines.showMajorLines"])?1:0,tickLength:parseInt(this.properties["axisLabels.majorTickSize"],10)||6,tickColor:this.properties["axis.foregroundColorSoft"]||(0,c.getThemeProperty)("DEFAULT_LINE_COLOR_SOFT"),tickWidth:"hide"===this.properties["axisLabels.majorTickVisibility"]?0:1,tickRenderPostHook:(0,o.default)(this.tickRenderPostHook).bind(this),getOffsetPreHook:(0,o.default)(this.getOffsetPreHook).bind(this),zoomPostHook:(0,o.default)(this.zoomPostHook).bind(this),getLabelSizeOverride:(0,o.default)(this.getLabelSizeOverride).bind(this)})},zoomPostHook:function(t,e,i,n,r){this.isZoomed=this.getZoomed(e,i,n,r),t.displayBtn=!1},getOrientationDependentConfig:function(){return this.isVertical?r.default.extend(!0,{},this.BASE_VERT_CONFIG,this.getVerticalConfig()):r.default.extend(!0,{},this.BASE_HORIZ_CONFIG,this.getHorizontalConfig())},onChartLoad:function(){},redraw:function(t){if(!this.hcAxis)throw new Error("cannot redraw an axis that has not been drawn yet");this.titleIsDirty()&&this.hcAxis.setTitle({text:this.properties["axisTitle.text"]},t)},titleIsDirty:function(){return this._titleIsDirty},setTitle:function(t){this.previousAxisTitle=this.properties["axisTitle.text"],this.properties["axisTitle.text"]=t,o.default.isEqual(this.properties["axisTitle.text"],this.previousAxisTitle)||(this._titleIsDirty=!0)},onChartLoadOrRedraw:function(t){this.hcAxis=t.get(this.id),this.initializeTicks(),this._titleIsDirty=!1},initializeTicks:function(){var t=void 0,e=this.hcAxis.ticks,i=[];for(t in e)e.hasOwnProperty(t)&&i.push(e[t]);i.sort((function(t,e){return t.pos-e.pos})),this.ticks=i},tickRenderPostHook:function(t){var e=t.axis;if(t.label)if(t.isFirst&&t.isLast||!t.isFirst&&!t.isLast||t.isFirst&&(e.horiz||e.reversed)||t.isLast&&!e.horiz&&!e.reversed)l.showTickLabel(t);else{var i=!1;if(e.horiz&&e.reversed)i=e.left-1>this.getTickLabelExtremesX(t).left;else if(e.horiz&&!e.reversed){var n=e.left+e.len+1+5;i=this.getTickLabelExtremesX(t).right>n}else{var r=e.top+e.len+1;i=this.getTickLabelExtremesY(t).bottom>r}i?l.hideTickLabel(t):l.showTickLabel(t)}},getOffsetPreHook:function(t){if(t.userOptions.title.text){var e=t.chart,i=new s.default(e.renderer),n=t.userOptions.title.text,r=void 0;r=t.horiz?i.ellipsize(n,e.chartWidth-100,12,{fontWeight:"bold"}):i.ellipsize(n,e.chartHeight-100,12,{fontWeight:"bold"}),t.options.title.text=r,t.axisTitle&&t.axisTitle.attr({text:r}),i.destroy()}},hasTickmarksBetween:function(){return"between"===this.properties["axisLabels.tickmarkPlacement"]},getTickLabelExtremesX:function(t){var e=t.label.getBBox(),i=t.axis.labelAlign,n=t.label.xy.x,r=e.width,o=void 0;return{left:o="left"===i?n:"center"===i?n-.5*r:n-r,right:o+r}},getTickLabelExtremesY:function(t){var e=t.label.xy.y;return{top:e-t.label.getBBox().height,bottom:e}},getLabelSizeOverride:function(t){if(!t.label)return 0;var e="horizontal"===this.properties["axis.orientation"];return t.labelBBox=t.label.getBBox(),e&&"on"===this.properties["axisLabels.tickmarkPlacement"]&&t.isLast&&!t.isFirst?0:t.labelBBox[e?"height":"width"]},destroy:function(){this.hcAxis=null},getVerticalConfig:function(){return{title:(0,n.default)({},this.properties["axisTitle.alignment"]&&{align:this.properties["axisTitle.alignment"]})}},getHorizontalConfig:function(){return{labels:{rotation:this.labelRotation},title:(0,n.default)({},this.properties["axisTitle.alignment"]&&{align:this.properties["axisTitle.alignment"]})}},BASE_HORIZ_CONFIG:{title:{margin:6},labels:{y:15}},BASE_VERT_CONFIG:{title:{margin:6}},CROSSHAIR_CONFIG:{snap:!1,color:"#cccccc",width:1,zIndex:1e4}},e.default=d,t.exports=e.default},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=f(i(0)),r=f(i(1)),o=f(i(15)),s=f(i(11)),a=p(i(3)),l=p(i(2)),c=p(i(5)),u=p(i(204)),h=f(i(8)),d=f(i(55));function p(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e.default=t,e}function f(t){return t&&t.__esModule?t:{default:t}}function m(t){d.default.call(this,t),this.includeZero=this.determineIncludeZero(),this.hasExplicitMin=this.validateNumericProperty("axis.minimumNumber"),this.hasExplicitMax=this.validateNumericProperty("axis.maximumNumber"),this.hasExplicitMajorUnit=this.validateNumericProperty("axisLabels.majorUnit"),this.extendAxisRange=!!r.default.isUndefined(this.properties["axisLabels.extendsAxisRange"])||a.normalizeBoolean(this.properties["axisLabels.extendsAxisRange"],!0),this.startOnTick=!this.hasExplicitMin&&this.extendAxisRange,this.endOnTick=!this.hasExplicitMax&&this.extendAxisRange,t&&(this.sharedMin=t.sharedMin,this.sharedMax=t.sharedMax,this.abbreviation=t["axis.abbreviation"])}l.inherit(m,d.default),n.default.extend(m.prototype,{getConfig:function(){var t=d.default.prototype.getConfig.call(this),e="show"===this.properties["axisLabels.minorTickVisibility"],i=a.normalizeBoolean(this.properties["gridLines.showMinorLines"]);return n.default.extend(!0,t,{tickInterval:this.properties.isEmpty&&"log"===this.properties["axis.scale"]||this.properties.isEmpty?10:parseFloat(this.properties["axisLabels.majorUnit"])||null,endOnTick:this.endOnTick,startOnTick:this.startOnTick,tickWidth:"show"===this.properties["axisLabels.majorTickVisibility"]?1:0,allowDecimals:!a.normalizeBoolean(this.properties["axisLabels.integerUnits"]),minorTickColor:this.properties["axis.foregroundColorSoft"],minorTickLength:parseInt(this.properties["axisLabels.minorTickSize"],10)||10,minorTickInterval:e||i?"auto":null,minorTickWidth:e?1:0,minorGridLineWidth:i?1:0,min:this.properties.isEmpty?0:null,max:this.properties.isEmpty&&"log"===this.properties["axis.scale"]?2:this.properties.isEmpty?100:null,gridLineWidth:a.normalizeBoolean(this.properties["gridLines.showMajorLines"],!0)?1:0,setTickIntervalPreHook:(0,r.default)(this.setTickIntervalPreHook).bind(this),labels:{maxStaggerLines:1},lineWidth:"show"===this.properties["axisLabels.axisVisibility"]?1:0}),this.addMinAndMaxToConfig(t),t},validateNumericProperty:function(t){var e=this.properties[t];return 0===e||!!e&&!r.default.isNaN(parseFloat(e))},addMinAndMaxToConfig:function(t){var e=this.hasExplicitMin?parseFloat(this.properties["axis.minimumNumber"]):r.default.isUndefined(this.sharedMin)?-1/0:this.sharedMin,i=this.hasExplicitMax?parseFloat(this.properties["axis.maximumNumber"]):r.default.isUndefined(this.sharedMax)?1/0:this.sharedMax;if(e>i){var n=e;e=i,i=n}e>-1/0&&this.addMinToConfig(t,e,this.includeZero),i<1/0&&this.addMaxToConfig(t,i,this.includeZero)},addMinToConfig:function(t,e,i){i&&e>0?e=0:this.isLogScale()&&(e=c.absLogBaseTen(e)),t.min=e,t.minPadding=0,t.startOnTick=this.startOnTick},addMaxToConfig:function(t,e,i){i&&e<0?e=0:this.isLogScale()&&(e=c.absLogBaseTen(e)),t.max=e,t.maxPadding=0,t.endOnTick=this.endOnTick},getVerticalConfig:function(){var t=d.default.prototype.getVerticalConfig.call(this),e=(parseInt(this.properties["axisLabels.majorTickSize"],10)||0)+6;return n.default.extend(!0,t,{labels:{x:!0===this.properties.opposite?e:-e,y:4}})},getHorizontalConfig:function(){var t=d.default.prototype.getHorizontalConfig.call(this),e=parseInt(this.properties["axisLabels.majorTickSize"],10)||0,i=null,r=null,o=void 0;return-45===this.labelRotation?(o="right",i=5,r=10):-90===this.labelRotation?(o="right",i=4,r=6):45===this.labelRotation?(o="left",i=0,r=10):90===this.labelRotation?(o="left",i=-4,r=6):(o="center",r=14),n.default.extend(!0,t,{labels:{align:o,x:i,y:!0===this.properties.opposite?-6-e:r+e}})},formatLabel:function(t){if(this.isLogScale()&&"stacked100"!==this.properties.stackMode)return"auto"===this.abbreviation?u.abbreviateNumber(c.absPowerTen(t.value)):m.formatNumber(c.absPowerTen(t.value));var e=Math.max(t.axis.max,Math.abs(t.axis.min));if("auto"===this.abbreviation&&e>=1e3){var i=1===t.axis.tickPositions.length?0:this.calculateDecimal(e,t.axis.tickInterval.toString()),n=u.getSIUnit(e);return u.abbreviateByUnit(t.value,n,i)}return m.formatNumber(t.value)},calculateDecimal:function(t,e){if(!t||!e)return 0;var i=e.length-e.replace(/0+$/,"").length,n=u.getSIPower(t)-i;return n<0?0:n},formatValue:function(t){var e=m.formatNumber(t);return"NaN"!==e?e:o.default.format_decimal("0")},isLogScale:function(){return"log"===this.properties["axis.scale"]},getExtremes:function(t){var e=t.options,i=h.default.pick(t.userMin,e.min),n=h.default.pick(t.userMax,e.max),r=t.softThreshold,o=t.threshold,s=void 0,a=void 0;return r&&h.default.defined(o)&&(t.dataMin>=o?s=o:t.dataMax<=o&&(a=o)),{dataMin:t.dataMin,dataMax:t.dataMax,min:h.default.pick(e.min,i,s,t.dataMin),max:h.default.pick(e.max,n,a,t.dataMax)}},setTickIntervalPreHook:function(t){var e=t.options,i=this.getExtremes(t),n=t.chart;if(this.properties.isEmpty)this.handleNoData(e);else{var o=new s.default(n.renderer),a=void 0,l=Math.abs(i.max-i.min);a=this.isVertical?e.tickInterval||e.tickPixelInterval/n.plotHeight*l:e.tickInterval||e.tickPixelInterval/n.plotWidth*l,this.isLogScale()?r.default.isNumber(i.min)&&r.default.isNumber(i.max)&&i.min>=0&&c.absPowerTen(i.max)<1?e.tickPositions=[0,c.absLogBaseTen(.01),c.absLogBaseTen(.1),c.absLogBaseTen(1)]:(e.tickPositions=void 0,e.tickInterval=1):this.checkMajorUnitFit(a,i,e,o,n),this.includeZero?this.enforceIncludeZero(e,i):this.adjustAxisRange(e,i,a),!1!==e.allowDecimals&&this.enforceIntegerMajorUnit(e,i),o.destroy()}},checkMajorUnitFit:function(t,e,i,n,r){var o=Math.abs(e.max-e.min),s=this.isVertical?r.plotHeight:r.plotWidth,a=t*s/o,l=Math.max(Math.abs(e.min),Math.abs(e.max)),c=this.isVertical?5:15,u=parseInt(i.labels.style.fontSize.split("px")[0],10),h=function(t){return t*o/s};if(this.isVertical){var d=n.predictTextHeight(this.formatValue(l),u);a<d+2*c&&(i.tickInterval=Math.ceil(h(d+2*c)))}else{var p=n.predictTextWidth(this.formatValue(l),u)+2*c;if(a<p||a>2*p){var f=h(p),m=Math.pow(10,Math.floor(Math.log(f)/Math.LN10));i.tickInterval=this.fitTickIntervalToWidth(f,null,m,i.allowDecimals)}}},determineIncludeZero:function(){if(a.normalizeBoolean(this.properties["axis.includeZero"]))return!0;if(this.isLogScale()){var t=parseFloat(this.properties["axis.minimumNumber"]),e=parseFloat(this.properties["axis.maximumNumber"]);if((r.default.isNaN(t)||t<=0)&&(r.default.isNaN(e)||e>=0))return!0}return!1},enforceIncludeZero:function(t,e){e.min||e.max?e.min>=0?(t.min=0,t.minPadding=0):e.max<=0&&(t.max=0,t.maxPadding=0):this.handleNoData(t)},adjustAxisRange:function(t,e,i){!this.hasExplicitMin&&r.default.isUndefined(this.sharedMin)&&delete t.min,!this.hasExplicitMax&&r.default.isUndefined(this.sharedMax)&&delete t.max,e.dataMin||e.dataMax||this.hasExplicitMax||this.hasExplicitMin?e.min>e.dataMax&&e.min>0&&!this.hasExplicitMax?t.max=this.isLogScale()?e.min+2:2*e.min:e.max<e.dataMin&&e.max<0&&!this.hasExplicitMin?t.min=this.isLogScale()?e.max-2:2*e.max:(e.dataMin>=0&&e.dataMin<=i&&(this.hasExplicitMin||(t.min=0),t.minPadding=0),e.dataMax<=0&&e.dataMax>=-1*i&&(this.hasExplicitMax||(t.max=0),t.maxPadding=0)):this.handleNoData(t)},handleNoData:function(t){var e=this.isLogScale();t.min=r.default.isUndefined(this.sharedMin)?0:this.sharedMin,t.max=r.default.isUndefined(this.sharedMax)?e?2:100:this.sharedMax,e&&(t.tickInterval=1)},enforceIntegerMajorUnit:function(t,e){e.max-e.min>=10&&(t.allowDecimals=!1)},fitTickIntervalToWidth:function(t,e,i,n){var r=t/i;if(e||(e=[1,2,2.5,5,10,20],!1===n&&(1===i?e=[1,2,5,10]:i<=.1&&(e=[1/i]))),1===e.length)t=e[0];else for(var o=0;o<e.length-1;o++)if(t=e[o],r<=(e[o]+(e[o+1]||e[o]))/2){t=e[o+1];break}return t*=i,this.hasExplicitMajorUnit?Math.max(c.parseFloat(this.properties["axisLabels.majorUnit"]),t):t}}),n.default.extend(m,{formatNumber:function(t){t=c.parseFloat(t);var e=Math.abs(t);if(e>0&&e<1e-6)return o.default.format_scientific(t,"#.###E0");var i=c.getDecimalPrecision(t),n="#,##0.";return(0,r.default)(i).times((function(){n+="#"})),t+=Math.pow(10,-1*i-1),o.default.format_decimal(t,n)}}),e.default=m,t.exports=e.default},function(t,e,i){var n=i(243);"string"==typeof n&&(n=[[t.i,n,""]]);var r={transform:void 0};i(101)(n,r);n.locals&&(t.exports=n.locals)},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=a(i(0)),r=a(i(1)),o=(a(i(8)),i(2)),s=a(i(37));function a(t){return t&&t.__esModule?t:{default:t}}function l(t){s.default.call(this,t)}(0,o.inherit)(l,s.default),n.default.extend(l.prototype,{CHARTING_PROPERTY_WHITELIST:r.default.union(["seriesSpacing"],s.default.prototype.CHARTING_PROPERTY_WHITELIST),DEFAULT_COLUMN_SPACING:.01,DEFAULT_COLUMN_GROUP_SPACING:.05,DEFAULT_BAR_SPACING:.02,DEFAULT_BAR_GROUP_SPACING:.05,getConfig:function(){for(var t=arguments.length,e=Array(t),i=0;i<t;i++)e[i]=arguments[i];return n.default.extend(!0,{},s.default.prototype.getConfig.apply(this,e),{lineWidth:0,states:{hover:{lineWidthPlus:0}}})},destroy:function(){this.unSelectPoint(),s.default.prototype.destroy.call(this)},highlightPoint:function(t){this.unHighlight(),this.selectPoint(t)},unHighlightPoint:function(){this.highlight(),this.unSelectPoint()},handlePointMouseOver:function(t){s.default.prototype.handlePointMouseOver.call(this,t),this.highlightPoint(t)},handlePointMouseOut:function(t){s.default.prototype.handlePointMouseOut.call(this,t),this.unHighlightPoint(t)},highlight:function(){var t=this;s.default.prototype.highlight.call(this),this.hcSeries&&this.hcSeries.data.forEach((function(e){e.graphic&&e.graphic.attr({fill:t.getColor(),"stroke-width":0})}))},unHighlight:function(){var t=this;s.default.prototype.unHighlight.call(this),this.unSelectPoint(),this.hcSeries.points.forEach((function(e){e&&e.graphic&&e.graphic.attr({fill:t.UNHIGHLIGHTED_COLOR,stroke:t.UNHIGHLIGHTED_BORDER_COLOR,"stroke-width":1})}))},selectPoint:function(t){var e=this.hcSeries.data[t.index].shapeArgs,i=this.hcSeries.chart.renderer,n=this.hcSeries.group;this.selectedPointGraphic=i.rect(e.x,e.y,e.width,e.height).attr({fill:this.getColor(),zIndex:1}).add(n)},unSelectPoint:function(){this.selectedPointGraphic&&(this.selectedPointGraphic.destroy(),this.selectedPointGraphic=null)},computeColumnSpacing:function(t){var e=parseFloat(t);return(0,r.default)(e).isNaN()?this.DEFAULT_COLUMN_SPACING:e*this.DEFAULT_COLUMN_SPACING},computeColumnGroupSpacing:function(t){var e=parseFloat(t);return(0,r.default)(e).isNaN()?this.DEFAULT_COLUMN_GROUP_SPACING:this.DEFAULT_COLUMN_GROUP_SPACING*(1+e)},computeBarSpacing:function(t){var e=parseFloat(t);return(0,r.default)(e).isNaN()?this.DEFAULT_BAR_SPACING:e*this.DEFAULT_BAR_SPACING},computeBarGroupSpacing:function(t){var e=parseFloat(t);return(0,r.default)(e).isNaN()?this.DEFAULT_BAR_GROUP_SPACING:this.DEFAULT_BAR_GROUP_SPACING*(1+e)}}),e.default=l,t.exports=e.default},function(t,e){t.exports={}},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=u(i(9)),r=u(i(0)),o=u(i(1)),s=i(2),a=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e.default=t,e}(i(3)),l=i(4),c=u(i(61));function u(t){return t&&t.__esModule?t:{default:t}}function h(t){c.default.call(this,t);var e=(0,l.getThemeProperty)("SERIES_UNHIGHLIGHT_COLOR_PALETTE");e&&e.length>0&&(this.UNHIGHLIGHTED_COLOR=e[+this.id.replace("series_","")%e.length]),this.hasHollowMarkers="hollow"===this.properties.markerStyle,this.showMarkers=a.normalizeBoolean(this.properties.showMarkers,!1)}(0,s.inherit)(h,c.default),r.default.extend(h.prototype,{CHARTING_PROPERTY_WHITELIST:o.default.union(["showMarkers"],c.default.prototype.CHARTING_PROPERTY_WHITELIST),type:"line",highlight:function(){if(c.default.prototype.highlight.call(this),this.hcSeries.graph){var t=this.getColor();this.hcSeries.graph.attr({stroke:t,"stroke-opacity":this.HIGHLIGHTED_OPACITY})}(0,o.default)(this.hcSeries.data).each(this.highlightPoint,this)},unHighlight:function(){c.default.prototype.unHighlight.call(this),this.hcSeries.graph&&this.hcSeries.graph.attr("stroke",this.UNHIGHLIGHTED_COLOR),(0,o.default)(this.hcSeries.data).each(this.unHighlightPoint,this)},highlightPoint:function(t){var e=this.getColor();t&&t.graphic&&(this.showMarkers&&this.hasHollowMarkers?t.graphic.attr("stroke",e).attr("fill",this.properties["chart.backgroundColor"]||(0,l.getThemeProperty)("DEFAULT_BACKGROUND_COLOR")):t.graphic.attr("fill",e))},unHighlightPoint:function(t){t&&t.graphic&&(this.showMarkers&&this.hasHollowMarkers?t.graphic.attr("stroke",this.UNHIGHLIGHTED_COLOR).attr("fill",this.properties["chart.backgroundColor"]||(0,l.getThemeProperty)("DEFAULT_BACKGROUND_COLOR")):t.graphic.attr("fill",this.UNHIGHLIGHTED_COLOR))},handlePointMouseOver:function(t){if(c.default.prototype.handlePointMouseOver.call(this),this.showMarkers&&this.hasHollowMarkers){var e=this.getColor(),i=t.index;this.hcSeries.points[i].graphic.attr("fill",e)}},bringToFront:function(){c.default.prototype.bringToFront.call(this),this.showMarkers&&this.hasHollowMarkers&&this.hcSeries.markerGroup&&this.hcSeries.markerGroup.toFront()},translatePostHook:function(){if(this.hcSeries){var t=this.hcSeries.chart,e=this.hcSeries.xAxis,i=this.hcSeries.points;if(Math.round(e.min)===Math.round(e.max)&&"line"===this.hcSeries.options.type)if(o.default.any(t.series,(function(t){return"column"===t.options.type}))){var n=Math.round(e.min);i[n-1]&&(i[n-1].plotX=i[n].plotX-e.width),i[n+1]&&(i[n+1].plotX=i[n].plotX+e.width)}}},getConfig:function(){var t=this.getName(),e=a.stringToObject(this.properties.fieldDashStyles||"{}"),i=this.getColor(),s=parseFloat(this.properties.lineWidth)||(0,l.getThemeProperty)("LINE_DEFAULT_LINE_WIDTH")||2,u=c.default.prototype.getConfig.call(this),h=(0,n.default)({enabled:this.showMarkers},this.showMarkers&&this.hasHollowMarkers&&{fillColor:this.properties["chart.backgroundColor"]||(0,l.getThemeProperty)("DEFAULT_BACKGROUND_COLOR"),lineColor:i,lineWidth:s,radius:1.25*s});return r.default.extend(u,{connectNulls:"connect"===this.properties.nullValueMode,marker:h,stacking:this.STACK_MODE_MAP.default,zIndex:2,translatePostHook:(0,o.default)(this.translatePostHook).bind(this),dashStyle:e.hasOwnProperty(t)?e[t]:this.properties.dashStyle,lineWidth:s,type:a.normalizeBoolean(this.properties.enableLineSmoothing,!1)?"spline":"line"}),u}}),e.default=h,t.exports=e.default},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=a(i(0)),r=a(i(1)),o=i(2),s=a(i(37));function a(t){return t&&t.__esModule?t:{default:t}}function l(t){s.default.call(this,t)}(0,o.inherit)(l,s.default),n.default.extend(l.prototype,{CHARTING_PROPERTY_WHITELIST:r.default.union(["lineStyle","nullValueMode"],s.default.prototype.CHARTING_PROPERTY_WHITELIST),HIGHLIGHTED_OPACITY:1,getConfig:function(){var t=s.default.prototype.getConfig.call(this);return t.dashStyle="dashed"===this.properties.lineStyle?"Dash":"Solid",t.pointPlacement=this.properties.pointPlacement,t.drawPointsPreHook=(0,r.default)(this.drawPointsPreHook).bind(this),t},handlePointMouseOver:function(t){s.default.prototype.handlePointMouseOver.call(this,t),this.highlight()},drawPointsPreHook:function(t){if("zero"!==this.properties.nullValueMode)if(t.options.connectNulls){var e=r.default.filter(t.data,(function(t){return!t.isNull}));1===e.length&&e[0].update({marker:{enabled:!0,radius:4,states:{normal:{opacity:1}}}},!1)}else t.data.forEach((function(e,i){if(!e.isNull){var n=t.data[i-1],r=t.data[i+1];n&&!n.isNull||r&&!r.isNull||e.update({marker:{enabled:!0,radius:4,states:{normal:{opacity:1}}}},!1)}}))}}),e.default=l,t.exports=e.default},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=h(i(0)),r=h(i(1)),o=i(2),s=u(i(7)),a=u(i(3)),l=u(i(5)),c=h(i(61));function u(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e.default=t,e}function h(t){return t&&t.__esModule?t:{default:t}}function d(t){c.default.call(this,t),this.UNHIGHLIGHTED_LINE_COLOR=s.addAlphaToColor(this.UNHIGHLIGHTED_BASE_COLOR,this.UNHIGHLIGHTED_LINE_OPACITY)}(0,o.inherit)(d,c.default),n.default.extend(d.prototype,{HIGHLIGHTED_OPACITY:.75,UNHIGHLIGHTED_LINE_OPACITY:.4,CHARTING_PROPERTY_WHITELIST:r.default.union(["showLines","areaFillOpacity"],c.default.prototype.CHARTING_PROPERTY_WHITELIST),type:"area",processProperties:function(){var t=l.parseFloat(this.properties.areaFillOpacity);this.fillOpacity=t<=1&&t>=0?t:this.HIGHLIGHTED_OPACITY,this.lineWidth=parseFloat(this.properties.areaLineWidth)||1,this.lineJoin=this.properties.areaLineCap||"round",this.lineCap=this.properties.areaLineCap||"butt"},getConfig:function(){var t=c.default.prototype.getConfig.call(this);return t.fillOpacity=this.fillOpacity,t.connectNulls="connect"===this.properties.nullValueMode,t.lineWidth=a.normalizeBoolean(this.properties.showLines,!0)?this.lineWidth:0,t.getStackPointsPreHook=(0,r.default)(this.getStackPointsPreHook).bind(this),t.setStackedPointsPostHook=(0,r.default)(this.setStackedPointsPostHook).bind(this),t.type=a.normalizeBoolean(this.properties.enableLineSmoothing,!1)?"areaspline":"area",t},onChartLoadOrRedraw:function(t){c.default.prototype.onChartLoadOrRedraw.call(this,t),this.hasLines=this.hcSeries.options.lineWidth>0,this.hcSeries.area.attr("fill-opacity",this.fillOpacity),this.hcSeries.graph&&this.lineJoin&&this.lineCap&&this.hcSeries.graph.attr({"stroke-linejoin":this.lineJoin,"stroke-linecap":this.lineCap})},highlight:function(){c.default.prototype.highlight.call(this);var t=this.getColor();this.hcSeries.area.attr({fill:t,"fill-opacity":this.fillOpacity}),this.hcSeries.graph&&this.hasLines&&this.hcSeries.graph.attr({stroke:t,"stroke-opacity":1}),(0,r.default)(this.hcSeries.data).each(this.highlightPoint,this)},unHighlight:function(){c.default.prototype.unHighlight.call(this),this.hcSeries.area.attr({fill:this.UNHIGHLIGHTED_COLOR}),this.hcSeries.graph&&this.hasLines&&this.hcSeries.graph.attr("stroke",this.UNHIGHLIGHTED_LINE_COLOR),(0,r.default)(this.hcSeries.data).each(this.unHighlightPoint,this)},highlightPoint:function(t){var e=this.getColor();t&&t.graphic&&t.graphic.attr("fill",e)},unHighlightPoint:function(t){t&&t.graphic&&t.graphic.attr("fill",this.UNHIGHLIGHTED_COLOR)},getStackPointsPreHook:function(t,e){return e=e||t.points,t.options.stacking&&e.forEach((function(t){t.leftNull=null,t.rightNull=null})),e},setStackedPointsPostHook:function(t){if(void 0!==t.yAxis&&void 0!==t.yAxis.stacks&&void 0!==t.yAxis.stacks.area){var e=t.yAxis.stacks.area,i=t.processedYData,n=[];if(i.forEach((function(t,e){null===t&&n.push(e)})),0!==n.length){var r=t.processedXData,o=void 0;n.forEach((function(i){var n=r[i];o=t.getStackIndicator(o,n,t.index);var s=e[n];s.points[o.key]=null,s.points[t.index]=null}))}}}}),e.default=d,t.exports=e.default},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=y(i(0)),r=y(i(1)),o=y(i(8)),s=y(i(15)),a=y(i(11)),l=i(2),c=g(i(3)),u=g(i(98)),h=g(i(5)),d=g(i(7)),p=i(32),f=y(i(99)),m=y(i(44));function g(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e.default=t,e}function y(t){return t&&t.__esModule?t:{default:t}}function b(t,e){f.default.call(this,t,e),this.$hcContainer=(0,n.default)("<div />").addClass("highcharts-container").appendTo(this.container),this.elements={},this.hasRendered=!1,this.needsRedraw=!0}(0,l.inherit)(b,f.default),n.default.extend(b.prototype,{WINDOW_RESIZE_DELAY:100,EXPORT_HEIGHT:400,EXPORT_WIDTH:600,MIN_GAUGE_HEIGHT:25,RESIZED_GAUGE_HEIGHT:200,DEFAULT_COLORS:[d.hexFromColor(p.COLORS.SEMANTIC_SUCCESS),d.hexFromColor(p.COLORS.SEMANTIC_WARNING),d.hexFromColor(p.COLORS.SEMANTIC_ERROR)],DEFAULT_RANGES:[0,30,70,100],MAX_TICKS_PER_RANGE:10,showValueByDefault:!0,showMinorTicksByDefault:!0,getFieldList:function(){return[]},getWidth:function(){var t=f.default.prototype.getWidth.call(this);return this.exportMode?t||this.EXPORT_WIDTH:t},getHeight:function(){var t=f.default.prototype.getHeight.call(this);return this.exportMode?t||this.EXPORT_HEIGHT:t=t<this.MIN_GAUGE_HEIGHT?this.RESIZED_GAUGE_HEIGHT:t},prepare:function(t,e){var i=n.default.extend([],this.ranges);f.default.prototype.prepare.call(this,t,e),c.arraysAreEquivalent(i,this.ranges)||(this.needsRedraw=!0)},handleDraw:function(t){this.needsRedraw?(this.teardownGauge(),this.renderer=new o.default.Renderer(this.$hcContainer[0],this.getWidth(),this.getHeight()),this.renderer.setStyle({fontFamily:p.FONT_FAMILY,fontSize:p.FONT_SIZE}),this.formatter=new a.default(this.renderer),this.$container.css("backgroundColor",this.backgroundColor),this.renderGauge(),this.hasRendered=!0,this.testMode&&(u.gaugeAddTestingMetadata(this,this.elements,this.getClassName(),this.value),u.createGlobalReference(this,this.getChartObject())),this.needsRedraw=!1,this.cacheDrawnDimensions()):this.updateValue(this.previousValue||0,this.value),t(this)},setSize:function(t,e){this.hasRendered&&(this.teardownGauge(),this.renderer=new o.default.Renderer(this.$hcContainer[0],t,e),this.formatter=new a.default(this.renderer),this.renderGauge(),this.testMode&&u.gaugeAddTestingMetadata(this,this.elements,this.getClassName(),this.value),this.hasRendered=!0,this.cacheDrawnDimensions())},destroy:function(){this.teardownGauge(),this.$hcContainer.remove()},teardownGauge:function(){var t=void 0;for(t in this.stopWobble(),this.$container.stop(),this.elements)this.elements.hasOwnProperty(t)&&this.elements[t].destroy();this.renderer&&this.renderer.destroy(),this.formatter&&this.formatter.destroy(),this.elements={},this.$hcContainer.empty(),this.$container.css("backgroundColor",""),this.hasRendered=!1},getSVG:function(){return this.$container.find("svg").eq(0).parent().html()},processProperties:function(){f.default.prototype.processProperties.call(this),this.colors=this.computeColors(),this.colorPalette=new m.default(this.colors,!0),this.ranges=this.computeRanges(),this.previousValue=this.value,this.value=this.computeValue(),this.majorUnit=parseInt(this.properties["chart.majorUnit"],10)||null,this.showMajorTicks=c.normalizeBoolean(this.properties["chart.showMajorTicks"],!0),this.showMinorTicks=c.normalizeBoolean(this.properties["chart.showMinorTicks"],this.showMinorTicksByDefault),this.showLabels=c.normalizeBoolean(this.properties["chart.showLabels"],!0),this.showValue=c.normalizeBoolean(this.properties["chart.showValue"],this.showValueByDefault),this.showRangeBand=c.normalizeBoolean(this.properties["chart.showRangeBand"],!0),this.usePercentageRange=c.normalizeBoolean(this.properties["chart.usePercentageRange"]),this.usePercentageValue=c.normalizeBoolean(this.properties["chart.usePercentageValue"]),this.isShiny="minimal"!==this.properties["chart.style"]},computeColors:function(){var t=c.stringToHexArray(this.properties["chart.gaugeColors"]||this.properties.gaugeColors);return t&&t.length>0?t:this.DEFAULT_COLORS},computeRanges:function(){var t=this,e=void 0,i=c.stringToArray(this.properties["chart.rangeValues"]);if(i&&i.length>1)e=i;else{var n=this.dataSet.allDataFields();e=(0,r.default)(n.slice(1)).map((function(e){return t.dataSet.getSeries(e)[0]}))}var o=-1/0,s=[];return(0,r.default)(e).each((function(t){var e=h.parseFloat(t);!(0,r.default)(e).isNaN()&&e>o&&(s.push(e),o=e)})),s.length>1?s:this.DEFAULT_RANGES},computeValue:function(){var t=this.dataSet.allDataFields();return t.length>0&&h.parseFloat(this.dataSet.getSeries(t[0])[0])||0},updateValue:function(t,e){if(t!==e){if(this.shouldAnimateTransition(t,e)&&(this.stopWobble(),this.animateTransition(t,e,(0,r.default)(this.drawIndicator).bind(this),(0,r.default)(this.onAnimationFinished).bind(this))),this.showValue){var i=this.formatValue(e);this.updateValueDisplay(i)}this.testMode&&u.gaugeUpdate(this.$container,e)}},shouldAnimateTransition:function(t,e){return this.normalizedTranslateValue(t)!==this.normalizedTranslateValue(e)},drawTicks:function(){var t=void 0,e=void 0,i=void 0,r=this.calculateTickValues(this.ranges[0],this.ranges[this.ranges.length-1],this.MAX_TICKS_PER_RANGE);for(t=0;t<r.length;t++)e=this.translateValue(r[t]),this.showMajorTicks&&(this.elements["tickMark_"+r[t]]=this.drawMajorTick(e)),this.showLabels&&(i=this.formatTickLabel(r[t]),this.elements["tickLabel_"+r[t]]=this.drawMajorTickLabel(e,i));if(this.showLabels&&(r=this.removeTicksIfOverlap(r)),this.showMinorTicks){var o=(r[1]-r[0])/this.minorsPerMajor;for(t=this.usePercentageRange?this.ranges[0]:r[0]-Math.floor((r[0]-this.ranges[0])/o)*o;t<=this.ranges[this.ranges.length-1];t+=o)(!this.showMajorTicks||n.default.inArray(t,r)<0)&&(e=this.translateValue(t),this.elements["minorTickMark_"+t]=this.drawMinorTick(e))}},removeTicksIfOverlap:function(t){for(;t.length>2&&this.tickLabelsOverlap(t);)t=this.removeEveryOtherTick(t);return t},tickLabelsOverlap:function(t){var e=void 0,i=void 0,n=void 0,r=this.renderer,o=function(t){return t.bBox?t.bBox:(r.cache={},t.getBBox())};for(e=0;e<t.length-1;e++)if(i=this.elements["tickLabel_"+t[e]],n=this.elements["tickLabel_"+t[e+1]],this.formatter.bBoxesOverlap(o(i),o(n),3,1))return!0;return!1},removeEveryOtherTick:function(t){var e=void 0,i=[];for(e=0;e<t.length;e++)e%2==0?i.push(t[e]):(this.elements["tickMark_"+t[e]]&&(this.elements["tickMark_"+t[e]].destroy(),delete this.elements["tickMark_"+t[e]]),this.elements["tickLabel_"+t[e]]&&(this.elements["tickLabel_"+t[e]].destroy(),delete this.elements["tickLabel_"+t[e]]));return i},animateTransition:function(t,e,i,n){var r=e-t,o={duration:500,step:function(e){i(t+e)}};n&&(o.complete=function(){n(e)}),this.$container.stop(!0,!0).css({"animation-progress":0}).animate({"animation-progress":r},o)},onAnimationFinished:function(t){this.checkOutOfRange(t)},checkOutOfRange:function(t){var e=void 0,i=void 0;t<this.ranges[0]?(i=.005*(this.ranges[this.ranges.length-1]-this.ranges[0]),e=this.ranges[0]+i,this.wobble(e,i,this.drawIndicator)):t>this.ranges[this.ranges.length-1]&&(i=.005*(this.ranges[this.ranges.length-1]-this.ranges[0]),e=this.ranges[this.ranges.length-1]-i,this.wobble(e,i,this.drawIndicator))},formatValue:function(t){return this.usePercentageValue?this.formatPercent((t-this.ranges[0])/(this.ranges[this.ranges.length-1]-this.ranges[0])):this.formatNumber(t)},formatTickLabel:function(t){return this.usePercentageRange?this.formatPercent((t-this.ranges[0])/(this.ranges[this.ranges.length-1]-this.ranges[0])):this.formatNumber(t)},formatNumber:function(t){var e=parseFloat(t),i=Math.abs(e);return i>=1e9||0!==i&&i<.001?s.default.format_scientific(e,"#.###E0"):s.default.format_decimal(e)},formatPercent:function(t){return s.default.format_percent(t)},wobble:function(t,e,i){var n=this,r=0;this.wobbleInterval=setInterval((function(){var o=t+(r%3-1)*e;i.call(n,o),r=(r+1)%3}),75)},stopWobble:function(){clearInterval(this.wobbleInterval)},predictTextWidth:function(t,e){return this.formatter.predictTextWidth(t,e)},calculateTickValues:function(t,e,i){var n=void 0,r=e-t,o=r/(i-1),s=h.nearestPowerOfTen(o),a=[];if(this.usePercentageRange)for(s=this.majorUnit&&!isNaN(this.majorUnit)?Math.abs(this.majorUnit):10,n=0;n<=100;n+=s)a.push(t+n/100*r);else for(this.majorUnit&&!isNaN(this.majorUnit)?s=Math.abs(this.majorUnit):(r/s>i&&(s*=2),r/s>i&&(s*=2.5),r/s>i&&(s*=2)),n=this.usePercentageRange?t:t>=0?0:t-t%s;n<=e;n+=s)n>=t&&a.push(parseFloat(n.toFixed(14)));return a},getColorByIndex:function(t){return d.colorFromHex(this.colorPalette.getColor(null,t,this.ranges.length-1))},getChartObject:function(){return{series:[{data:[{y:this.value,onMouseOver:function(){}}]}]}},renderGauge:function(){this.updateDimensions()},translateValue:function(){},normalizedTranslateValue:function(){}}),e.default=b,t.exports=e.default},function(t,e){t.exports=i("./node_modules/@splunk/charting-utils/logger.js")},function(t,e,i){var n=i(16);t.exports=function(t){return"function"==typeof t?t:n}},function(t,e,i){var n=i(123),r=i(69)(n);t.exports=r},function(t,e,i){var n=i(23),r=i(17);t.exports=function(t){if(!r(t))return!1;var e=n(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e}},function(t,e,i){(function(e){var i="object"==typeof e&&e&&e.Object===Object&&e;t.exports=i}).call(e,i(127))},function(t,e){var i=Date.now;t.exports=function(t){var e=0,n=0;return function(){var r=i(),o=16-(r-n);if(n=r,o>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}},function(t,e,i){var n=i(16),r=i(71),o=r?function(t,e){return r.set(t,e),t}:n;t.exports=o},function(t,e,i){var n=i(135),r=n&&new n;t.exports=r},function(t,e,i){var n=i(73),r=i(74),o=i(138),s=i(24),a=i(75),l=i(43),c=i(153),u=i(25),h=i(6);t.exports=function t(e,i,d,p,f,m,g,y,b,v){var M=128&i,x=1&i,_=2&i,A=24&i,L=512&i,w=_?void 0:s(e);return function k(){for(var S=arguments.length,T=Array(S),O=S;O--;)T[O]=arguments[O];if(A)var C=l(k),j=o(T,C);if(p&&(T=n(T,p,f,A)),m&&(T=r(T,m,g,A)),S-=j,A&&S<v){var z=u(T,C);return a(e,i,t,k.placeholder,d,T,z,y,b,v-S)}var P=x?d:this,D=_?P[e]:e;return S=T.length,y?T=c(T,y):L&&S>1&&T.reverse(),M&&b<S&&(T.length=b),this&&this!==h&&this instanceof k&&(D=w||s(D)),D.apply(P,T)}}},function(t,e){var i=Math.max;t.exports=function(t,e,n,r){for(var o=-1,s=t.length,a=n.length,l=-1,c=e.length,u=i(s-a,0),h=Array(c+u),d=!r;++l<c;)h[l]=e[l];for(;++o<a;)(d||o<s)&&(h[n[o]]=t[o]);for(;u--;)h[l++]=t[o++];return h}},function(t,e){var i=Math.max;t.exports=function(t,e,n,r){for(var o=-1,s=t.length,a=-1,l=n.length,c=-1,u=e.length,h=i(s-l,0),d=Array(h+u),p=!r;++o<h;)d[o]=t[o];for(var f=o;++c<u;)d[f+c]=e[c];for(;++a<l;)(p||o<s)&&(d[f+n[a]]=t[o++]);return d}},function(t,e,i){var n=i(139),r=i(79),o=i(80);t.exports=function(t,e,i,s,a,l,c,u,h,d){var p=8&e;e|=p?32:64,4&(e&=~(p?64:32))||(e&=-4);var f=[t,e,a,p?l:void 0,p?c:void 0,p?void 0:l,p?void 0:c,u,h,d],m=i.apply(void 0,f);return n(t)&&r(m,f),m.placeholder=s,o(m,t,e)}},function(t,e,i){var n=i(71),r=i(140),o=n?function(t){return n.get(t)}:r;t.exports=o},function(t,e,i){var n=i(40),r=i(42);function o(t,e){this.__wrapped__=t,this.__actions__=[],this.__chain__=!!e,this.__index__=0,this.__values__=void 0}o.prototype=n(r.prototype),o.prototype.constructor=o,t.exports=o},function(t,e){t.exports=function(t,e){var i=-1,n=t.length;for(e||(e=Array(n));++i<n;)e[i]=t[i];return e}},function(t,e,i){var n=i(70),r=i(69)(n);t.exports=r},function(t,e,i){var n=i(145),r=i(146),o=i(66),s=i(147);t.exports=function(t,e,i){var a=e+"";return o(t,r(a,s(n(a),i)))}},function(t,e){t.exports=function(t,e){for(var i=-1,n=null==t?0:t.length;++i<n&&!1!==e(t[i],i,t););return t}},function(t,e){var i=/^(?:0|[1-9]\d*)$/;t.exports=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&i.test(t))&&t>-1&&t%1==0&&t<e}},function(t,e){t.exports=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991}},function(t,e,i){var n=i(67),r=i(83);t.exports=function(t){return null!=t&&r(t.length)&&!n(t)}},function(t,e){t.exports=i("./node_modules/@splunk/moment/index.js")},function(t,e){t.exports=i("./node_modules/@splunk/charting-utils/field.js")},function(t,e,i){var n=i(188);t.exports=function(t,e,i){if(n(t),void 0===e)return t;switch(i){case 1:return function(i){return t.call(e,i)};case 2:return function(i,n){return t.call(e,i,n)};case 3:return function(i,n,r){return t.call(e,i,n,r)}}return function(){return t.apply(e,arguments)}}},function(t,e,i){var n=i(46),r=i(19).document,o=n(r)&&n(r.createElement);t.exports=function(t){return o?r.createElement(t):{}}},function(t,e,i){var n=i(192),r=i(97);t.exports=Object.keys||function(t){return n(t,r)}},function(t,e,i){var n=i(91),r=i(49);t.exports=function(t){return n(r(t))}},function(t,e,i){var n=i(92);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==n(t)?t.split(""):Object(t)}},function(t,e){var i={}.toString;t.exports=function(t){return i.call(t).slice(8,-1)}},function(t,e,i){var n=i(50),r=Math.min;t.exports=function(t){return t>0?r(n(t),9007199254740991):0}},function(t,e,i){var n=i(20),r=i(19),o=r["__core-js_shared__"]||(r["__core-js_shared__"]={});(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:n.version,mode:i(95)?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(t,e){t.exports=!0},function(t,e){var i=0,n=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++i+n).toString(36))}},function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(t,e){t.exports=i("./node_modules/@splunk/charting-utils/testing.js")},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=c(i(0)),r=c(i(1)),o=i(7),s=i(3),a=i(4),l=c(i(10));function c(t){return t&&t.__esModule?t:{default:t}}function u(t,e){this.container=t,this.$container=(0,n.default)(t),this.properties=n.default.extend(!0,{},e),this.id=r.default.uniqueId("viz_"),this._isDirty=!1,this.updateDimensions(),this.lastDrawnWidth=null,this.lastDrawnHeight=null,this.benchmarks=[]}u.prototype=n.default.extend({},l.default,{requiresExternalColors:!1,getWidth:function(){return this.$container.width()},getHeight:function(){return this.$container.height()},getCurrentDisplayProperties:function(){return this.properties},isDirty:function(){return this._isDirty},updateDimensions:function(){this.width=this.getWidth(),this.height=this.getHeight()},cacheDrawnDimensions:function(){this.lastDrawnWidth=this.width,this.lastDrawnHeight=this.height},getClassName:function(){return this.type+"-chart"},prepare:function(t,e){var i=n.default.extend(!0,{},this.properties);e&&(n.default.extend(!0,this.properties,e),r.default.isEqual(this.properties,i)||(this._isDirty=!0)),this.dataSet=t,this.updateDimensions(),this.processProperties()},draw:function(t){var e=this,i=n.default.Deferred();return this.handleDraw((function(){e._isDirty=!1,t&&t.apply(void 0,arguments),i.resolve.apply(i,arguments)})),i},prepareAndDraw:function(t,e,i){return this.prepare(t,e),this.draw(i)},requiresExternalColorPalette:function(){return this.requiresExternalColors},processProperties:function(){this.type=this.properties.chart||"column",this.backgroundColor=this.properties["chart.backgroundColor"]||this.properties.backgroundColor||(0,a.getThemeProperty)("DEFAULT_BACKGROUND_COLOR"),this.foregroundColor=this.properties["chart.foregroundColor"]||this.properties.foregroundColor||(0,a.getThemeProperty)("DEFAULT_FOREGROUND_COLOR"),this.fontColor=this.properties["chart.fontColor"]||this.properties.fontColor||(0,a.getThemeProperty)("DEFAULT_FONT_COLOR"),this.foregroundColorSoft=(0,o.addAlphaToColor)(this.foregroundColor,.25),this.foregroundColorSofter=(0,o.addAlphaToColor)(this.foregroundColor,.15),(this.properties["chart.foregroundColor"]||this.properties.foregroundColor)&&(this.axisColorSoft=this.foregroundColorSoft,this.axisColorSofter=this.foregroundColorSofter),this.testMode=(0,s.normalizeBoolean)(this.properties["chart.testMode"])||(0,s.normalizeBoolean)(this.properties.testMode),this.exportMode=(0,s.normalizeBoolean)(this.properties["chart.exportMode"])||(0,s.normalizeBoolean)(this.properties.exportMode)},resize:function(){this.updateDimensions(),this.width&&this.height&&(this.width!==this.lastDrawnWidth||this.height!==this.lastDrawnHeight)&&this.setSize(this.width,this.height)},handleDraw:function(){},destroy:function(){},getSVG:function(){},highlight:function(){},unHighlight:function(){},benchmark:function(t){if(this.testMode)if(0===this.benchmarks.length)this.benchmarks.push([t,(new Date).getTime()]);else{var e=(0,r.default)(this.benchmarks).reduce((function(t,e){return t+e[1]}),0);this.benchmarks.push([t,(new Date).getTime()-e])}}}),e.default=u,t.exports=e.default},function(t,e){t.exports=i("./node_modules/@splunk/charting-utils/dom.js")},function(t,e,i){var n,r,o={},s=(n=function(){return window&&document&&document.all&&!window.atob},function(){return void 0===r&&(r=n.apply(this,arguments)),r}),a=function(t){var e={};return function(i){return void 0===e[i]&&(e[i]=t.call(this,i)),e[i]}}((function(t){return document.querySelector(t)})),l=null,c=0,u=[],h=i(240);function d(t,e){for(var i=0;i<t.length;i++){var n=t[i],r=o[n.id];if(r){r.refs++;for(var s=0;s<r.parts.length;s++)r.parts[s](n.parts[s]);for(;s<n.parts.length;s++)r.parts.push(b(n.parts[s],e))}else{var a=[];for(s=0;s<n.parts.length;s++)a.push(b(n.parts[s],e));o[n.id]={id:n.id,refs:1,parts:a}}}}function p(t,e){for(var i=[],n={},r=0;r<t.length;r++){var o=t[r],s=e.base?o[0]+e.base:o[0],a={css:o[1],media:o[2],sourceMap:o[3]};n[s]?n[s].parts.push(a):i.push(n[s]={id:s,parts:[a]})}return i}function f(t,e){var i=a(t.insertInto);if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insertInto' parameter is invalid.");var n=u[u.length-1];if("top"===t.insertAt)n?n.nextSibling?i.insertBefore(e,n.nextSibling):i.appendChild(e):i.insertBefore(e,i.firstChild),u.push(e);else{if("bottom"!==t.insertAt)throw new Error("Invalid value for parameter 'insertAt'. Must be 'top' or 'bottom'.");i.appendChild(e)}}function m(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t);var e=u.indexOf(t);e>=0&&u.splice(e,1)}function g(t){var e=document.createElement("style");return t.attrs.type="text/css",y(e,t.attrs),f(t,e),e}function y(t,e){Object.keys(e).forEach((function(i){t.setAttribute(i,e[i])}))}function b(t,e){var i,n,r,o;if(e.transform&&t.css){if(!(o=e.transform(t.css)))return function(){};t.css=o}if(e.singleton){var s=c++;i=l||(l=g(e)),n=x.bind(null,i,s,!1),r=x.bind(null,i,s,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(i=function(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",y(e,t.attrs),f(t,e),e}(e),n=A.bind(null,i,e),r=function(){m(i),i.href&&URL.revokeObjectURL(i.href)}):(i=g(e),n=_.bind(null,i),r=function(){m(i)});return n(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;n(t=e)}else r()}}t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");(e=e||{}).attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=s()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var i=p(t,e);return d(i,e),function(t){for(var n=[],r=0;r<i.length;r++){var s=i[r];(a=o[s.id]).refs--,n.push(a)}t&&d(p(t,e),e);for(r=0;r<n.length;r++){var a;if(0===(a=n[r]).refs){for(var l=0;l<a.parts.length;l++)a.parts[l]();delete o[a.id]}}}};var v,M=(v=[],function(t,e){return v[t]=e,v.filter(Boolean).join("\n")});function x(t,e,i,n){var r=i?"":n.css;if(t.styleSheet)t.styleSheet.cssText=M(e,r);else{var o=document.createTextNode(r),s=t.childNodes;s[e]&&t.removeChild(s[e]),s.length?t.insertBefore(o,s[e]):t.appendChild(o)}}function _(t,e){var i=e.css,n=e.media;if(n&&t.setAttribute("media",n),t.styleSheet)t.styleSheet.cssText=i;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(i))}}function A(t,e,i){var n=i.css,r=i.sourceMap,o=void 0===e.convertToAbsoluteUrls&&r;(e.convertToAbsoluteUrls||o)&&(n=h(n)),r&&(n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(r))))+" */");var s=new Blob([n],{type:"text/css"}),a=t.href;t.href=URL.createObjectURL(s),a&&URL.revokeObjectURL(a)}},function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1500 1500" width="10px" height="9px"><path d="M 750 0 c 203 0 397 82 532 218 136 135 218 329 218 532 0 210 -82 393 -218 529 -135 135 -329 221 -532 221 -210 0 -393 -86 -529 -221 C 86 1143 0 960 0 750 c 0 -203 86 -397 221 -532 C 357 82 540 0 750 0 z m 567 896 V 604 H 184 v 292 h 1133 z" fill="currentColor"></path></svg>'},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=o(i(0)),r=o(i(10));function o(t){return t&&t.__esModule?t:{default:t}}function s(t){return this.properties=t||{},this}s.prototype=n.default.extend({},r.default,{getConfig:function(){return{enabled:!0}}}),e.default=s,t.exports=e.default},function(t,e,i){"use strict";e.__esModule=!0;var n,r=i(251),o=(n=r)&&n.__esModule?n:{default:n};e.default=function(t){if(Array.isArray(t)){for(var e=0,i=Array(t.length);e<t.length;e++)i[e]=t[e];return i}return(0,o.default)(t)}},function(t,e,i){var n=i(29).f,r=i(31),o=i(12)("toStringTag");t.exports=function(t,e,i){t&&!r(t=i?t:t.prototype,o)&&n(t,o,{configurable:!0,value:e})}},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=a(i(0)),r=a(i(1)),o=i(2),s=a(i(37));function a(t){return t&&t.__esModule?t:{default:t}}function l(t){s.default.call(this,t)}(0,o.inherit)(l,s.default),n.default.extend(l.prototype,{CHARTING_PROPERTY_WHITELIST:r.default.union(["seriesSpacing"],s.default.prototype.CHARTING_PROPERTY_WHITELIST),destroy:function(){this.unSelectPoint(),s.default.prototype.destroy.call(this)},handlePointMouseOver:function(t){s.default.prototype.handlePointMouseOver.call(this,t),this.selectPoint(t)},handlePointMouseOut:function(t){s.default.prototype.handlePointMouseOut.call(this,t),this.unSelectPoint(t)},selectPoint:function(t){var e=this.hcSeries.data[t.index];this.highlightPoint(e),(0,r.default)(this.hcSeries.data).chain().without(e).each(this.unHighlightPoint,this)},unSelectPoint:function(t){if(t){var e=this.hcSeries.data[t.index];(0,r.default)(this.hcSeries.data).chain().without(e).each(this.highlightPoint,this)}},highlight:function(){s.default.prototype.highlight.call(this),(0,r.default)(this.hcSeries.data).each(this.highlightPoint,this)},unHighlight:function(){s.default.prototype.unHighlight.call(this),(0,r.default)(this.hcSeries.data).each(this.unHighlightPoint,this)},highlightPoint:function(t){if(t.graphic){var e=this.getColor();t.graphic.attr({fill:e,"fill-opacity":this.HIGHLIGHTED_OPACITY,stroke:e})}},unHighlightPoint:function(t){t.graphic&&t.graphic.attr({fill:this.UNHIGHLIGHTED_COLOR,"stroke-width":1,stroke:this.UNHIGHLIGHTED_BORDER_COLOR})}}),e.default=l,t.exports=e.default},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=l(i(9)),r=l(i(0)),o=l(i(1)),s=(l(i(8)),i(2)),a=l(i(58));function l(t){return t&&t.__esModule?t:{default:t}}function c(t){a.default.call(this,t)}(0,s.inherit)(c,a.default),r.default.extend(c.prototype,{type:"scatter",getConfig:function(){for(var t=arguments.length,e=Array(t),i=0;i<t;i++)e[i]=arguments[i];var n=a.default.prototype.getConfig.apply(this,e);return n.renderPostHook=(0,o.default)(this.renderPostHook).bind(this),n},renderPostHook:function(t){t.group&&t.group.toFront()},selectPoint:function(t){var e=this.hcSeries.data[t.index],i=e.series;e.graphic&&e.graphic.attr({fill:this.getColor(),stroke:this.getColor()}),i.stateMarkerGraphic&&(this.selectedPointGraphic=i.stateMarkerGraphic,i.stateMarkerGraphic=null,(0,r.default)(this.selectedPointGraphic.element).insertBefore(i.tracker.element))},getTooltipRows:function(t){var e=[];return t.isMultiSeries&&e.push([t.labelSeriesName,(0,n.default)({text:t.seriesName},t.shouldColorizeTooltipData&&{color:t.seriesColor})]),t.markName&&e.push([t.markName,t.markValue]),e.push([t.xAxisName,t.xValue],[t.yAxisName,t.yValue]),e}}),e.default=c,t.exports=e.default},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=a(i(0)),r=a(i(1)),o=i(2),s=a(i(37));function a(t){return t&&t.__esModule?t:{default:t}}function l(t){s.default.call(this,t),this.nestedSeriesList=[]}(0,o.inherit)(l,s.default),n.default.extend(l.prototype,{normalizeProperties:function(t){return t},isDirty:function(){return(0,r.default)(this.nestedSeriesList).any((function(t){return t.isDirty()}))},dataIsDirty:function(){return(0,r.default)(this.nestedSeriesList).any((function(t){return t.dataIsDirty()}))},getFieldList:function(){return(0,r.default)(this.nestedSeriesList).invoke("getFieldList")},applyColorMapping:function(t){(0,r.default)(this.nestedSeriesList).invoke("applyColorMapping",t)},matchesName:function(t){return(0,r.default)(this.nestedSeriesList).any((function(e){return e.matchesName(t)}))},getConfig:function(){return(0,r.default)(this.nestedSeriesList).invoke("getConfig")},bindNestedSeries:function(){var t=this;(0,r.default)(this.nestedSeriesList).each((function(e){e.on("mouseover",(function(e,i,n){t.trigger(e,[i,n])})),e.on("mouseout",(function(e,i,n){t.trigger(e,[i,n])})),e.on("click",(function(e,i,n){t.trigger(e,[i,n])}))}))},handlePointMouseOver:function(t){var e=t.seriesName;(0,r.default)(this.nestedSeriesList).each((function(i){i.matchesName(e)?i.handlePointMouseOver(t):i.unHighlight()}))},handlePointMouseOut:function(t){var e=t.seriesName;(0,r.default)(this.nestedSeriesList).each((function(i){i.matchesName(e)?i.handlePointMouseOut(t):i.highlight()}))},handleLegendMouseOver:function(t){(0,r.default)(this.nestedSeriesList).each((function(e){e.matchesName(t)?e.handleLegendMouseOver(t):e.unHighlight()}))},handleLegendMouseOut:function(t){(0,r.default)(this.nestedSeriesList).each((function(e){e.matchesName(t)?e.handleLegendMouseOut(t):e.highlight()}))},onChartLoad:function(t){(0,r.default)(this.nestedSeriesList).invoke("onChartLoad",t)},onChartLoadOrRedraw:function(t){(0,r.default)(this.nestedSeriesList).invoke("onChartLoadOrRedraw",t)},redraw:function(t){(0,r.default)(this.nestedSeriesList).invoke("redraw",t)},destroy:function(){this.off(),(0,r.default)(this.nestedSeriesList).invoke("destroy")},bringToFront:function(){(0,r.default)(this.nestedSeriesList).invoke("bringToFront")},highlight:function(){(0,r.default)(this.nestedSeriesList).invoke("highlight")},unHighlight:function(){(0,r.default)(this.nestedSeriesList).invoke("unHighlight")}}),e.default=l,t.exports=e.default},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=c(i(0)),r=c(i(1)),o=i(2),s=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e.default=t,e}(i(3)),a=c(i(27)),l=c(i(56));function c(t){return t&&t.__esModule?t:{default:t}}function u(t,e){a.default.call(this,t,e),this.properties["chart.nullValueMode"]="zero"}(0,o.inherit)(u,a.default),n.default.extend(u.prototype,{NUM_DIMENSION_FIELDS:2,TYPE:"scatter",initializeFields:function(){a.default.prototype.initializeFields.call(this);var t=this.dataSet.allDataFields();this.dataSet.fieldIsGroupby(t[0])&&(this.markField=t[0],t=t.slice(1)),t=r.default.difference(t,this.overlayFields),this.initializeNonMarkFields(t)},initializeNonMarkFields:function(t){this.showRegressionLine=this.properties["chart.showRegressionLine"],this.hasOverlay=!r.default.isNull(this.hasOverlayFields&&this.overlayFields.length);var e=this.hasLegend;t.length-this.overlayFields.length>this.NUM_DIMENSION_FIELDS?(this.isMultiSeries=!0,this.labelField=t[0],this.xField=t[1],this.yField=t[2],this.hasLegend="none"!==this.properties["legend.placement"]):(this.isMultiSeries=!1,this.xField=t[0],this.yField=t[1],this.hasLegend=!1),e!==this.hasLegend&&(this._isDirty=!0)},initializeDataLabels:function(){},isEmpty:function(){return(0,r.default)(this.xField).isUndefined()||(0,r.default)(this.yField).isUndefined()},hasTimeXAxis:function(){return!1},initializeSeriesPropertiesList:function(){var t=this,e=void 0;this.isMultiSeries?e=(0,r.default)(this.dataSet.getSeries(this.labelField)).chain().uniq().compact().map((function(e){return{name:e,type:t.TYPE,clickEnabled:t.chartClickEnabled}})).value():e=[{name:r.default.uniqueId(this.TYPE+"_field_"),type:this.TYPE,clickEnabled:this.chartClickEnabled}];if(this.hasOverlay&&this.showRegressionLine){var i=this.yFields.filter((function(e){return void 0!==t.seriesTypeMapping[e]})).map((function(e){var i=t.seriesTypeMapping[e],r=n.default.extend(!0,{},t.properties,{type:i||t.type,name:e,stacking:"default"});return void 0!==t.seriesTypeMapping[e]&&(r.yAxis=t.yAxisMapping[e]),r}));i&&i.length&&e.push(i[0])}return e},initializeXAxisList:function(){var t=n.default.extend(s.getXAxisProperties(this.properties),this.axisColorScheme,{"axis.orientation":"horizontal",isEmpty:this.isEmpty()});t["axisTitle.text"]=this._getComputedXAxisTitle(t,this.xField),t["gridLines.showMajorLines"]=!1,this.xAxisList=[new l.default(t)]},initializeYAxisList:function(){var t=n.default.extend(s.getYAxisProperties(this.properties),this.axisColorScheme,{"axis.orientation":"vertical",isEmpty:this.isEmpty()});t["axisTitle.text"]=this._getComputedYAxisTitle(t,null),this.yAxisList=[new l.default(t)]},setAllSeriesData:function(){var t=this,e=this.formatNumericAxisData(this.xAxisList[0],this.xField),i=this.formatNumericAxisData(this.yAxisList[0],this.yField);this.isMultiSeries?(0,r.default)(this.seriesList).each((function(n){var r=n.getName();"line"===n.type?n.setData({x:e,y:t.formatNumericAxisData(t.yAxisList[0],r)}):n.setData({x:t.filterDataByNameMatch(e,r),y:t.filterDataByNameMatch(i,r)})})):(this.seriesList[0].setData({x:e,y:i}),this.hasOverlay&&this.showRegressionLine&&this.seriesList.slice(1).forEach((function(i){var n=i.getName();"line"===i.type&&i.setData({x:e,y:t.formatNumericAxisData(t.yAxisList[0],n)})})))},_getDefaultYAxisTitle:function(){return this.yField},_getDefaultXAxisTitleFromField:function(){return this.xField},getPlotOptionsConfig:function(){var t=parseInt(this.properties["chart.markerSize"],10);return{scatter:{stickyTracking:!1,fillOpacity:1,trackByArea:!0,marker:{radius:t?Math.ceil(6*t/4):6,symbol:"square"},tooltip:{followPointer:!1},cursor:this.chartClickEnabled?"pointer":"default",states:{inactive:{opacity:.4}}}}},handlePointClick:function(t,e,i){var n=e.originalIndex,r=i.getName(),o=this.dataSet.getSeries(this.xField),s=this.dataSet.getSeries(this.yField),a=this.isMultiSeries?this.filterDataByNameMatch(o,r)[n]:o[n],l=this.isMultiSeries?this.filterDataByNameMatch(s,r)[n]:s[n],c={},u=void 0;if(this.markField){var h=this.dataSet.getSeries(this.markField);u=this.isMultiSeries?this.filterDataByNameMatch(h,r)[n]:h[n],c["row."+this.markField]=u}var d={type:"pointClick",modifierKey:t.modifierKey,name:this.markField?this.markField:this.isMultiSeries?this.labelField:this.xField,value:this.markField?u:this.isMultiSeries?r:a,name2:this.markField&&this.isMultiSeries?this.labelField:this.yField,value2:this.markField&&this.isMultiSeries?r:l,rowContext:c};c["row."+this.xField]=a,c["row."+this.yField]=l,this.isMultiSeries&&(c["row."+this.labelField]=r),this.trigger(d)},handleLegendClick:function(t,e){var i={},n={type:"legendClick",modifierKey:t.modifierKey,name:this.labelField,value:e,rowContext:i};i["row."+this.labelField]=e,this.trigger(n)},getSeriesPointInfo:function(t,e){var i=e.index,r=this.xAxisList[0],o=this.yAxisList[0],s=t.getName(),a=this.dataSet.getSeries(this.xField),l=this.dataSet.getSeries(this.yField),c=this.isMultiSeries?this.filterDataByNameMatch(a,s)[i]:a[i],u=this.isMultiSeries?this.filterDataByNameMatch(l,s)[i]:l[i],h={isMultiSeries:this.isMultiSeries,xAxisName:this.xField,xValue:r.formatValue(c),xValueDisplay:r.formatValue(c),yAxisName:this.yField,yValue:o.formatValue(u),yValueDisplay:o.formatValue(u),markName:null,markValue:null,shouldColorizeTooltipData:this.shouldColorizeTooltipData};if(this.markField){var d=this.dataSet.getSeries(this.markField),p=this.isMultiSeries?this.filterMarkByNameMatch(s)[i]:d[i];n.default.extend(h,{markName:this.markField,markValue:p})}return this.isMultiSeries&&n.default.extend(h,{labelSeriesName:this.labelField}),h},filterDataByNameMatch:function(t,e){var i=this.dataSet.getSeries(this.labelField);return(0,r.default)(t).filter((function(t,n){return i[n]===e}))},filterMarkByNameMatch:function(t){var e=this.dataSet.getSeries(this.labelField),i=this.dataSet.getSeries(this.markField);return(0,r.default)(i).filter((function(i,n){return e[n]===t}))}}),e.default=u,t.exports=e.default},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=l(i(0)),r=i(2),o=i(5),s=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e.default=t,e}(i(7)),a=l(i(63));function l(t){return t&&t.__esModule?t:{default:t}}function c(t,e){a.default.call(this,t,e),this.minorsPerMajor=5,this.minorTickWidth=1}(0,r.inherit)(c,a.default),n.default.extend(c.prototype,{processProperties:function(){a.default.prototype.processProperties.call(this)},onAnimationFinished:function(){},renderGauge:function(){a.default.prototype.renderGauge.call(this),this.tickColor=this.foregroundColor,this.tickFontColor=this.fontColor,this.defaultValueColor=this.isShiny?"black":this.fontColor,this.drawBackground(),this.drawTicks(),this.drawIndicator(this.value)},updateValue:function(t,e){var i=(0,o.getDecimalPrecision)(t,3),n=(0,o.getDecimalPrecision)(e,3);this.valueAnimationPrecision=Math.max(i,n),a.default.prototype.updateValue.call(this,t,e)},getDisplayValue:function(t){var e=Math.pow(10,this.valueAnimationPrecision);return t!==this.value?Math.round(t*e)/e:t},updateValueDisplay:function(){},shouldAnimateTransition:function(){return!0},getFillColor:function(t){var e=void 0;for(e=0;e<this.ranges.length-2&&!(t<=this.ranges[e+1]);e++);return this.getColorByIndex(e)},getValueColor:function(t){var e=s.hexFromColor(t);return s.getLuminance(e)<128?"white":"black"}}),e.default=c,t.exports=e.default},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=s(i(0)),r=i(2),o=s(i(63));function s(t){return t&&t.__esModule?t:{default:t}}function a(t,e){o.default.call(this,t,e),this.bandCornerRad=0,this.tickLabelPaddingRight=10,this.minorsPerMajor=5,this.minorTickWidth=1,this.tickWidth=1}(0,r.inherit)(a,o.default),n.default.extend(a.prototype,{showValueByDefault:!1,renderGauge:function(){o.default.prototype.renderGauge.call(this),this.tickColor=this.isShiny?"black":this.foregroundColor,this.tickFontColor=this.isShiny?"black":this.fontColor,this.valueOffset=this.isShiny?this.markerSideWidth+10:this.valueFontSize,this.drawBackground(),this.showRangeBand&&this.drawBand(),this.drawTicks(),this.drawIndicator(this.value),this.checkOutOfRange(this.value)},updateValueDisplay:function(){}}),e.default=a,t.exports=e.default},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.setLoggingConsole=e.setTheme=e.setTimezone=e.setColorPalette=e.useSplunkMoment=e.useSplunkI18nLibrary=e.createChart=e.extractChartReadyData=e.disableAccessibilityModuleAutoLoad=void 0;var n=i(4);Object.defineProperty(e,"setTheme",{enumerable:!0,get:function(){return n.setTheme}});var r=S(i(0)),o=S(i(1)),s=S(i(8)),a=S(i(113)),l=S(i(114)),c=S(i(115)),u=S(i(116)),h=S(i(117)),d=i(3),p=i(64),f=S(i(118)),m=S(i(44)),g=S(i(184)),y=S(i(27)),b=S(i(274)),v=S(i(275)),M=S(i(109)),x=S(i(277)),_=S(i(278)),A=S(i(279)),L=S(i(280)),w=S(i(281)),k=S(i(282));function S(t){return t&&t.__esModule?t:{default:t}}(0,a.default)(s.default),f.default.applyPatches(s.default),s.default.splunkTimeAxisPlugin=(0,c.default)(s.default),(0,u.default)(s.default),(0,h.default)(s.default);var T=!0;e.disableAccessibilityModuleAutoLoad=function(){return"masters/modules/accessibility.src.js"in s.default._modules?(console.warn("The module for Highcharts Accessibility has already been loaded and cannot be removed"),!1):(T=!1,!0)},e.extractChartReadyData=function(t,e){if(!t||!t.fields||!t.columns)throw new Error("The data object passed to extractChartReadyData did not contain fields and columns");if(t.fields.length!==t.columns.length)throw new Error("The data object passed to extractChartReadyData must have the same number of fields and columns");return new g.default(t,e)},e.createChart=function(t,e){if(T&&((0,l.default)(s.default),T=!1),t instanceof r.default&&(t=t[0]),!(0,o.default)(t).isElement())throw new Error("Invalid first argument to createChart, container must be a valid DOM element or a jQuery object");var i=(e=e||{}).chart;return"pie"===i?new v.default(t,e):"scatter"===i?new M.default(t,e):"bubble"===i?new x.default(t,e):"radialGauge"===i?new _.default(t,e):"fillerGauge"===i?"x"===e["chart.orientation"]?new A.default(t,e):new L.default(t,e):"markerGauge"===i?"x"===e["chart.orientation"]?new w.default(t,e):new k.default(t,e):(0,d.normalizeBoolean)(e["layout.splitSeries"])?new b.default(t,e):new y.default(t,e)},e.useSplunkI18nLibrary=s.default.splunkTimeAxisPlugin.useSplunkI18nLibrary,e.useSplunkMoment=s.default.splunkTimeAxisPlugin.useSplunkMoment,e.setColorPalette=m.default.setBaseColors,e.setTimezone=s.default.splunkTimeAxisPlugin.setTimezone;e.setLoggingConsole=p.setLoggingConsole},function(t,e){t.exports=i("./node_modules/@splunk/highcharts/highcharts-more.js")},function(t,e){t.exports=i("./node_modules/@splunk/highcharts/modules/accessibility.js")},function(t,e){t.exports=i("./node_modules/@splunk/highcharts-time-axis/lib/index.js")},function(t,e){t.exports=i("./node_modules/@splunk/highcharts-annotations/lib/index.js")},function(t,e){t.exports=i("./node_modules/@splunk/highcharts-test-hooks/lib/index.js")},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=s(i(119)),r=s(i(161)),o=s(i(162));function s(t){return t&&t.__esModule?t:{default:t}}var a=function(t,e){var i=t.prototype;(0,o.default)(e,(function(t,e){i[e]=(0,n.default)(i[e],t)}))},l=function(t){for(var e=arguments.length,i=Array(e>1?e-1:0),n=1;n<e;n++)i[n-1]=arguments[n];"function"==typeof t&&t.apply(void 0,i)},c=function(t,e,i){for(var n=arguments.length,r=Array(n>3?n-3:0),o=3;o<n;o++)r[o-3]=arguments[o];return"function"==typeof t?t.apply(void 0,[i].concat(r)):e.apply(i,r)};e.default={applyPatches:function(t){a(t.Chart,{firstRender:function(t){c(this.options.firstRenderOverride,t,this)},render:function(t,e){c(this.options.renderOverride,t,this,e)}}),a(t.Tooltip,{getAnchor:function(t,e,i){var n=t.call(this,e,i);return l(this.options.getAnchorPostHook,e,i,n),n},refresh:function(t,e,i){t.call(this,e,i),this.chart.options.chart.events&&this.chart.options.chart.events.tooltipRefresh&&this.chart.options.chart.events.tooltipRefresh()}}),a(t.Legend,{render:function(t){l(this.options.renderPreHook,this),t.call(this),l(this.options.renderPostHook,this)},renderItem:function(t,e){var i=this.options,n=this.allItems;"function"==typeof i.renderItemsPreHook&&e===n[0]?(i.renderItemsPreHook(this),t.call(this,e)):"function"==typeof i.renderItemsPostHook&&e===(0,r.default)(n)?(t.call(this,e),i.renderItemsPostHook(this)):t.call(this,e)}}),a(t.Series,{drawPoints:function(t){var e=this.options;l(e.drawPointsPreHook,this),t.call(this)},plotGroup:function(t,e,i,n,r,o){var s=t.call(this,e,i,n,r,o);return l(this.options.plotGroupPostHook,this,s),s},render:function(t){t.call(this),l(this.options.renderPostHook,this)},afterAnimate:function(t){t.call(this),l(this.options.afterAnimate,this)},destroy:function(t){l(this.options.destroyPreHook,this),t.call(this)},translate:function(t){t.call(this),l(this.options.translatePostHook,this)}});var e=t.seriesTypes;a(e.area,{getStackPoints:function(t,e){var i=l(this.options.getStackPointsPreHook,this,e);return t.call(this,i)},setStackedPoints:function(t){t.call(this),l(this.options.setStackedPointsPostHook,this)}}),a(e.pie,{translate:function(t){l(this.options.translatePreHook,this),t.call(this)},drawDataLabels:function(t){var e=this.options.dataLabels;l(e.drawDataLabelsPreHook,this),t.call(this),l(e.drawDataLabelsPostHook,this)},placeDataLabels:function(t){var e=this.options.dataLabels;l(e.placeDataLabelsPreHook,this),t.call(this)}}),a(t.Axis,{getOffset:function(t){l(this.options.getOffsetPreHook,this),t.call(this)},getSeriesExtremes:function(t){t.call(this),l(this.options.getSeriesExtremesPostHook,this)},setTickInterval:function(t,e){l(this.options.setTickIntervalPreHook,this,e),t.call(this,e)},setTickPositions:function(t){var e=this.options;l(e.setTickPositionsPreHook,this),t.call(this),l(e.setTickPositionsPostHook,this)},setAxisSize:function(t){l(this.options.setSizePreHook,this),t.call(this)},render:function(t){l(this.options.renderPreHook,this),t.call(this)},zoom:function(t,e,i,n,r){var o=t.call(this,e,i);return l(this.options.zoomPostHook,this,e,i,n,r),o}}),a(t.Tick,{render:function(t,e,i,n){t.call(this,e,i,n),l(this.axis.options.tickRenderPostHook,this,e,i,n)},getLabelSize:function(t){return c(this.axis.options.getLabelSizeOverride,t,this)}}),a(t.Pointer,{runPointActions:function(t,e,i){var n=this.chart.hoverSeries;n&&"function"==typeof n.options.pointActionsPreHook&&n.options.pointActionsPreHook(n,e,i),t.call(this,e,i)},dragStart:function(t,e){l(this.chart.options.pointerDragStartPreHook,this,e),t.call(this,e)},drag:function(t,e){return c(this.chart.options.pointerDragOverride,t,this,e,t)},drop:function(t,e){this.chart.hasOwnProperty("index")&&(l(this.chart.options.pointerDropPreHook,this,e),t.call(this,e),l(this.chart.options.pointerDropPostHook,this,e))},pinch:function(t,e){return c(this.chart.options.pointerPinchOverride,t,this,e,t)}})}},t.exports=e.default},function(t,e,i){var n=i(65),r=i(120);t.exports=function(t,e){return r(n(e),t)}},function(t,e,i){var n=i(121),r=i(134),o=i(43),s=i(25),a=n((function(t,e){var i=s(e,o(a));return r(t,32,void 0,e,i)}));a.placeholder={},t.exports=a},function(t,e,i){var n=i(16),r=i(122),o=i(66);t.exports=function(t,e){return o(r(t,e,n),t+"")}},function(t,e,i){var n=i(38),r=Math.max;t.exports=function(t,e,i){return e=r(void 0===e?t.length-1:e,0),function(){for(var o=arguments,s=-1,a=r(o.length-e,0),l=Array(a);++s<a;)l[s]=o[e+s];s=-1;for(var c=Array(e+1);++s<e;)c[s]=o[s];return c[e]=i(l),n(t,this,c)}}},function(t,e,i){var n=i(124),r=i(125),o=i(16),s=r?function(t,e){return r(t,"toString",{configurable:!0,enumerable:!1,value:n(e),writable:!0})}:o;t.exports=s},function(t,e){t.exports=function(t){return function(){return t}}},function(t,e,i){var n=i(22),r=function(){try{var t=n(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();t.exports=r},function(t,e,i){var n=i(67),r=i(130),o=i(17),s=i(132),a=/^\[object .+?Constructor\]$/,l=Function.prototype,c=Object.prototype,u=l.toString,h=c.hasOwnProperty,d=RegExp("^"+u.call(h).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");t.exports=function(t){return!(!o(t)||r(t))&&(n(t)?d:a).test(s(t))}},function(t,e){var i;i=function(){return this}();try{i=i||Function("return this")()||(0,eval)("this")}catch(t){"object"==typeof window&&(i=window)}t.exports=i},function(t,e,i){var n=i(39),r=Object.prototype,o=r.hasOwnProperty,s=r.toString,a=n?n.toStringTag:void 0;t.exports=function(t){var e=o.call(t,a),i=t[a];try{t[a]=void 0;var n=!0}catch(t){}var r=s.call(t);return n&&(e?t[a]=i:delete t[a]),r}},function(t,e){var i=Object.prototype.toString;t.exports=function(t){return i.call(t)}},function(t,e,i){var n,r=i(131),o=(n=/[^.]+$/.exec(r&&r.keys&&r.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"";t.exports=function(t){return!!o&&o in t}},function(t,e,i){var n=i(6)["__core-js_shared__"];t.exports=n},function(t,e){var i=Function.prototype.toString;t.exports=function(t){if(null!=t){try{return i.call(t)}catch(t){}try{return t+""}catch(t){}}return""}},function(t,e){t.exports=function(t,e){return null==t?void 0:t[e]}},function(t,e,i){var n=i(70),r=i(136),o=i(137),s=i(72),a=i(154),l=i(76),c=i(155),u=i(79),h=i(80),d=i(156),p=Math.max;t.exports=function(t,e,i,f,m,g,y,b){var v=2&e;if(!v&&"function"!=typeof t)throw new TypeError("Expected a function");var M=f?f.length:0;if(M||(e&=-97,f=m=void 0),y=void 0===y?y:p(d(y),0),b=void 0===b?b:d(b),M-=m?m.length:0,64&e){var x=f,_=m;f=m=void 0}var A=v?void 0:l(t),L=[t,e,i,f,m,x,_,g,y,b];if(A&&c(L,A),t=L[0],e=L[1],i=L[2],f=L[3],m=L[4],!(b=L[9]=void 0===L[9]?v?0:t.length:p(L[9]-M,0))&&24&e&&(e&=-25),e&&1!=e)w=8==e||16==e?o(t,e,b):32!=e&&33!=e||m.length?s.apply(void 0,L):a(t,e,i,f);else var w=r(t,e,i);return h((A?n:u)(w,L),t,e)}},function(t,e,i){var n=i(22)(i(6),"WeakMap");t.exports=n},function(t,e,i){var n=i(24),r=i(6);t.exports=function(t,e,i){var o=1&e,s=n(t);return function e(){var n=this&&this!==r&&this instanceof e?s:t;return n.apply(o?i:this,arguments)}}},function(t,e,i){var n=i(38),r=i(24),o=i(72),s=i(75),a=i(43),l=i(25),c=i(6);t.exports=function(t,e,i){var u=r(t);return function r(){for(var h=arguments.length,d=Array(h),p=h,f=a(r);p--;)d[p]=arguments[p];var m=h<3&&d[0]!==f&&d[h-1]!==f?[]:l(d,f);if((h-=m.length)<i)return s(t,e,o,r.placeholder,void 0,d,m,void 0,void 0,i-h);var g=this&&this!==c&&this instanceof r?u:t;return n(g,this,d)}}},function(t,e){t.exports=function(t,e){for(var i=t.length,n=0;i--;)t[i]===e&&++n;return n}},function(t,e,i){var n=i(41),r=i(76),o=i(141),s=i(143);t.exports=function(t){var e=o(t),i=s[e];if("function"!=typeof i||!(e in n.prototype))return!1;if(t===i)return!0;var a=r(i);return!!a&&t===a[0]}},function(t,e){t.exports=function(){}},function(t,e,i){var n=i(142),r=Object.prototype.hasOwnProperty;t.exports=function(t){for(var e=t.name+"",i=n[e],o=r.call(n,e)?i.length:0;o--;){var s=i[o],a=s.func;if(null==a||a==t)return s.name}return e}},function(t,e){t.exports={}},function(t,e,i){var n=i(41),r=i(77),o=i(42),s=i(13),a=i(18),l=i(144),c=Object.prototype.hasOwnProperty;function u(t){if(a(t)&&!s(t)&&!(t instanceof n)){if(t instanceof r)return t;if(c.call(t,"__wrapped__"))return l(t)}return new r(t)}u.prototype=o.prototype,u.prototype.constructor=u,t.exports=u},function(t,e,i){var n=i(41),r=i(77),o=i(78);t.exports=function(t){if(t instanceof n)return t.clone();var e=new r(t.__wrapped__,t.__chain__);return e.__actions__=o(t.__actions__),e.__index__=t.__index__,e.__values__=t.__values__,e}},function(t,e){var i=/\{\n\/\* \[wrapped with (.+)\] \*/,n=/,? & /;t.exports=function(t){var e=t.match(i);return e?e[1].split(n):[]}},function(t,e){var i=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/;t.exports=function(t,e){var n=e.length;if(!n)return t;var r=n-1;return e[r]=(n>1?"& ":"")+e[r],e=e.join(n>2?", ":" "),t.replace(i,"{\n/* [wrapped with "+e+"] */\n")}},function(t,e,i){var n=i(81),r=i(148),o=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]];t.exports=function(t,e){return n(o,(function(i){var n="_."+i[0];e&i[1]&&!r(t,n)&&t.push(n)})),t.sort()}},function(t,e,i){var n=i(149);t.exports=function(t,e){return!!(null==t?0:t.length)&&n(t,e,0)>-1}},function(t,e,i){var n=i(150),r=i(151),o=i(152);t.exports=function(t,e,i){return e==e?o(t,e,i):n(t,r,i)}},function(t,e){t.exports=function(t,e,i,n){for(var r=t.length,o=i+(n?1:-1);n?o--:++o<r;)if(e(t[o],o,t))return o;return-1}},function(t,e){t.exports=function(t){return t!=t}},function(t,e){t.exports=function(t,e,i){for(var n=i-1,r=t.length;++n<r;)if(t[n]===e)return n;return-1}},function(t,e,i){var n=i(78),r=i(82),o=Math.min;t.exports=function(t,e){for(var i=t.length,s=o(e.length,i),a=n(t);s--;){var l=e[s];t[s]=r(l,i)?a[l]:void 0}return t}},function(t,e,i){var n=i(38),r=i(24),o=i(6);t.exports=function(t,e,i,s){var a=1&e,l=r(t);return function e(){for(var r=-1,c=arguments.length,u=-1,h=s.length,d=Array(h+c),p=this&&this!==o&&this instanceof e?l:t;++u<h;)d[u]=s[u];for(;c--;)d[u++]=arguments[++r];return n(p,a?i:this,d)}}},function(t,e,i){var n=i(73),r=i(74),o=i(25),s=Math.min;t.exports=function(t,e){var i=t[1],a=e[1],l=i|a,c=l<131,u=128==a&&8==i||128==a&&256==i&&t[7].length<=e[8]||384==a&&e[7].length<=e[8]&&8==i;if(!c&&!u)return t;1&a&&(t[2]=e[2],l|=1&i?0:4);var h=e[3];if(h){var d=t[3];t[3]=d?n(d,h,e[4]):h,t[4]=d?o(t[3],"__lodash_placeholder__"):e[4]}return(h=e[5])&&(d=t[5],t[5]=d?r(d,h,e[6]):h,t[6]=d?o(t[5],"__lodash_placeholder__"):e[6]),(h=e[7])&&(t[7]=h),128&a&&(t[8]=null==t[8]?e[8]:s(t[8],e[8])),null==t[9]&&(t[9]=e[9]),t[0]=e[0],t[1]=l,t}},function(t,e,i){var n=i(157);t.exports=function(t){var e=n(t),i=e%1;return e==e?i?e-i:e:0}},function(t,e,i){var n=i(158);t.exports=function(t){return t?(t=n(t))===1/0||t===-1/0?17976931348623157e292*(t<0?-1:1):t==t?t:0:0===t?t:0}},function(t,e,i){var n=i(159),r=i(17),o=i(14),s=/^[-+]0x[0-9a-f]+$/i,a=/^0b[01]+$/i,l=/^0o[0-7]+$/i,c=parseInt;t.exports=function(t){if("number"==typeof t)return t;if(o(t))return NaN;if(r(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=r(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=n(t);var i=a.test(t);return i||l.test(t)?c(t.slice(2),i?2:8):s.test(t)?NaN:+t}},function(t,e,i){var n=i(160),r=/^\s+/;t.exports=function(t){return t?t.slice(0,n(t)+1).replace(r,""):t}},function(t,e){var i=/\s/;t.exports=function(t){for(var e=t.length;e--&&i.test(t.charAt(e)););return e}},function(t,e){t.exports=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0}},function(t,e,i){t.exports=i(163)},function(t,e,i){var n=i(81),r=i(164),o=i(65),s=i(13);t.exports=function(t,e){return(s(t)?n:r)(t,o(e))}},function(t,e,i){var n=i(165),r=i(183)(n);t.exports=r},function(t,e,i){var n=i(166),r=i(168);t.exports=function(t,e){return t&&n(t,e,r)}},function(t,e,i){var n=i(167)();t.exports=n},function(t,e){t.exports=function(t){return function(e,i,n){for(var r=-1,o=Object(e),s=n(e),a=s.length;a--;){var l=s[t?a:++r];if(!1===i(o[l],l,o))break}return e}}},function(t,e,i){var n=i(169),r=i(179),o=i(84);t.exports=function(t){return o(t)?n(t):r(t)}},function(t,e,i){var n=i(170),r=i(171),o=i(13),s=i(173),a=i(82),l=i(175),c=Object.prototype.hasOwnProperty;t.exports=function(t,e){var i=o(t),u=!i&&r(t),h=!i&&!u&&s(t),d=!i&&!u&&!h&&l(t),p=i||u||h||d,f=p?n(t.length,String):[],m=f.length;for(var g in t)!e&&!c.call(t,g)||p&&("length"==g||h&&("offset"==g||"parent"==g)||d&&("buffer"==g||"byteLength"==g||"byteOffset"==g)||a(g,m))||f.push(g);return f}},function(t,e){t.exports=function(t,e){for(var i=-1,n=Array(t);++i<t;)n[i]=e(i);return n}},function(t,e,i){var n=i(172),r=i(18),o=Object.prototype,s=o.hasOwnProperty,a=o.propertyIsEnumerable,l=n(function(){return arguments}())?n:function(t){return r(t)&&s.call(t,"callee")&&!a.call(t,"callee")};t.exports=l},function(t,e,i){var n=i(23),r=i(18);t.exports=function(t){return r(t)&&"[object Arguments]"==n(t)}},function(t,e,i){(function(t){var n=i(6),r=i(174),o="object"==typeof e&&e&&!e.nodeType&&e,s=o&&"object"==typeof t&&t&&!t.nodeType&&t,a=s&&s.exports===o?n.Buffer:void 0,l=(a?a.isBuffer:void 0)||r;t.exports=l}).call(e,i(26)(t))},function(t,e){t.exports=function(){return!1}},function(t,e,i){var n=i(176),r=i(177),o=i(178),s=o&&o.isTypedArray,a=s?r(s):n;t.exports=a},function(t,e,i){var n=i(23),r=i(83),o=i(18),s={};s["[object Float32Array]"]=s["[object Float64Array]"]=s["[object Int8Array]"]=s["[object Int16Array]"]=s["[object Int32Array]"]=s["[object Uint8Array]"]=s["[object Uint8ClampedArray]"]=s["[object Uint16Array]"]=s["[object Uint32Array]"]=!0,s["[object Arguments]"]=s["[object Array]"]=s["[object ArrayBuffer]"]=s["[object Boolean]"]=s["[object DataView]"]=s["[object Date]"]=s["[object Error]"]=s["[object Function]"]=s["[object Map]"]=s["[object Number]"]=s["[object Object]"]=s["[object RegExp]"]=s["[object Set]"]=s["[object String]"]=s["[object WeakMap]"]=!1,t.exports=function(t){return o(t)&&r(t.length)&&!!s[n(t)]}},function(t,e){t.exports=function(t){return function(e){return t(e)}}},function(t,e,i){(function(t){var n=i(68),r="object"==typeof e&&e&&!e.nodeType&&e,o=r&&"object"==typeof t&&t&&!t.nodeType&&t,s=o&&o.exports===r&&n.process,a=function(){try{var t=o&&o.require&&o.require("util").types;return t||s&&s.binding&&s.binding("util")}catch(t){}}();t.exports=a}).call(e,i(26)(t))},function(t,e,i){var n=i(180),r=i(181),o=Object.prototype.hasOwnProperty;t.exports=function(t){if(!n(t))return r(t);var e=[];for(var i in Object(t))o.call(t,i)&&"constructor"!=i&&e.push(i);return e}},function(t,e){var i=Object.prototype;t.exports=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||i)}},function(t,e,i){var n=i(182)(Object.keys,Object);t.exports=n},function(t,e){t.exports=function(t,e){return function(i){return t(e(i))}}},function(t,e,i){var n=i(84);t.exports=function(t,e){return function(i,r){if(null==i)return i;if(!n(i))return t(i,r);for(var o=i.length,s=e?o:-1,a=Object(i);(e?s--:++s<o)&&!1!==r(a[s],s,a););return i}}},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=c(i(0)),r=c(i(1)),o=c(i(85)),s=l(i(86)),a=l(i(5));function l(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e.default=t,e}function c(t){return t&&t.__esModule?t:{default:t}}function u(t){var e=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=t.fields||{},s=t.columns||{};this.fields=[],this.seriesList=[],this.fieldMetadata={},this.annotations=t.annotations||[],this.chartDataOptions=i,(0,r.default)(o).each((function(t,i){var o=void 0;r.default.isObject(t)?(o=t.name,e.fieldMetadata[o]=t):o=t,(e.ALLOWED_HIDDEN_FIELDS_REGEX.test(o)||e.isDataField(o))&&(e.fields.push(o),e.seriesList.push(n.default.extend([],s[i])))})),this.length=this.fields.length,this.getSeriesAsFloats=r.default.memoize(this.getSeriesAsFloats,this.seriesAsFloatsMemoizeHash),this.getSeriesAsEpochTimes=r.default.memoize(this.getSeriesAsEpochTimes)}u.prototype={ALLOWED_HIDDEN_FIELDS_REGEX:/^(_span|_tc|_lower.*|_predicted.*|_upper.*)$/,DATA_FIELD_REGEX:/^[^_]|^_time$/,allFields:function(){return this.fields.slice()},allDataFields:function(){return(0,r.default)(this.fields).filter(this.isDataField,this)},isDataField:function(t){return!(!this.chartDataOptions||!this.chartDataOptions.allowAllInternalFields)||(this.chartDataOptions&&this.chartDataOptions.allowInternalFieldsExceptSpan?"_span"!==t:this.DATA_FIELD_REGEX.test(t))},isTotalValue:function(t){return"ALL"===t},hasField:function(t){return(0,r.default)(this.fields).indexOf(t)>-1},fieldAt:function(t){return this.fields[t]},fieldIsGroupby:function(t){return this.fieldMetadata[t]&&this.fieldMetadata[t].hasOwnProperty("groupby_rank")},getFieldData:function(){var t=this.allDataFields(),e=[t[0]];if(s.isRangeSeriesDataSet(this)){var i=s.getRangeSeriesConfig(this);(0,r.default)(i).each((function(e){t=(0,r.default)(t).without(e.lower,e.upper)}))}return s.isOutlierDataSet(this)&&(t=t.filter((function(t){return!s.isOutlierField(t)}))),{xFields:e,yFields:(0,r.default)(t).difference(e)}},seriesAt:function(t){return this.seriesList[t]},getSeries:function(t){var e=(0,r.default)(this.fields).indexOf(t);return-1===e?[]:(0,r.default)(this.seriesList[e]).map((function(t){return null===t?"":t}))},getSeriesAsFloats:function(t){for(var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=this.getSeries(t),n="zero"===e.nullValueMode,o="log"===e.scale,s=[],l=0;l<i.length;l++){var c=a.parseFloat(i[l]),u=c;r.default.isNaN(c)?u=n?0:null:o&&(u=a.absLogBaseTen(c)),e.zerosToNull&&!n&&0===u&&(u=null),s.push(u)}return s},getSeriesAsEpochTimes:function(t){return this.getSeries(t).map((function(t){if("ALL"===t||"OTHER"===t)return NaN;var e=(0,o.default)(t);return e.isValid()?e.valueOf():NaN}))},getSeriesAsTimestamps:function(t){var e=this.getSeries(t);return this.isTotalValue((0,r.default)(e).last())?e.slice(0,-1):e},seriesAsFloatsMemoizeHash:function(t,e){return t+(e=e||{}).scale+e.nullValueMode},getAnnotations:function(){return this.annotations},toJSON:function(){return{fields:this.fields,columns:this.seriesList}}},e.default=u,t.exports=e.default},function(t,e,i){t.exports={default:i(186),__esModule:!0}},function(t,e,i){i(187),t.exports=i(20).Object.assign},function(t,e,i){var n=i(45);n(n.S+n.F,"Object",{assign:i(191)})},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,e,i){t.exports=!i(21)&&!i(47)((function(){return 7!=Object.defineProperty(i(88)("div"),"a",{get:function(){return 7}}).a}))},function(t,e,i){var n=i(46);t.exports=function(t,e){if(!n(t))return t;var i,r;if(e&&"function"==typeof(i=t.toString)&&!n(r=i.call(t)))return r;if("function"==typeof(i=t.valueOf)&&!n(r=i.call(t)))return r;if(!e&&"function"==typeof(i=t.toString)&&!n(r=i.call(t)))return r;throw TypeError("Can't convert object to primitive value")}},function(t,e,i){"use strict";var n=i(21),r=i(89),o=i(195),s=i(196),a=i(52),l=i(91),c=Object.assign;t.exports=!c||i(47)((function(){var t={},e={},i=Symbol(),n="abcdefghijklmnopqrst";return t[i]=7,n.split("").forEach((function(t){e[t]=t})),7!=c({},t)[i]||Object.keys(c({},e)).join("")!=n}))?function(t,e){for(var i=a(t),c=arguments.length,u=1,h=o.f,d=s.f;c>u;)for(var p,f=l(arguments[u++]),m=h?r(f).concat(h(f)):r(f),g=m.length,y=0;g>y;)p=m[y++],n&&!d.call(f,p)||(i[p]=f[p]);return i}:c},function(t,e,i){var n=i(31),r=i(90),o=i(193)(!1),s=i(51)("IE_PROTO");t.exports=function(t,e){var i,a=r(t),l=0,c=[];for(i in a)i!=s&&n(a,i)&&c.push(i);for(;e.length>l;)n(a,i=e[l++])&&(~o(c,i)||c.push(i));return c}},function(t,e,i){var n=i(90),r=i(93),o=i(194);t.exports=function(t){return function(e,i,s){var a,l=n(e),c=r(l.length),u=o(s,c);if(t&&i!=i){for(;c>u;)if((a=l[u++])!=a)return!0}else for(;c>u;u++)if((t||u in l)&&l[u]===i)return t||u||0;return!t&&-1}}},function(t,e,i){var n=i(50),r=Math.max,o=Math.min;t.exports=function(t,e){return(t=n(t))<0?r(t+e,0):o(t,e)}},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e){e.f={}.propertyIsEnumerable},function(t,e,i){var n=i(198);t.exports=function(t,e){return n(t,e,!0)}},function(t,e,i){var n=i(199),r=i(16),o=i(14);t.exports=function(t,e,i){var s=0,a=null==t?s:t.length;if("number"==typeof e&&e==e&&a<=2147483647){for(;s<a;){var l=s+a>>>1,c=t[l];null!==c&&!o(c)&&(i?c<=e:c<e)?s=l+1:a=l}return a}return n(t,e,r,i)}},function(t,e,i){var n=i(14),r=Math.floor,o=Math.min;t.exports=function(t,e,i,s){var a=0,l=null==t?0:t.length;if(0===l)return 0;for(var c=(e=i(e))!=e,u=null===e,h=n(e),d=void 0===e;a<l;){var p=r((a+l)/2),f=i(t[p]),m=void 0!==f,g=null===f,y=f==f,b=n(f);if(c)var v=s||y;else v=d?y&&(s||m):u?y&&m&&(s||!g):h?y&&m&&!g&&(s||!b):!g&&!b&&(s?f<=e:f<e);v?a=p+1:l=p}return o(l,4294967294)}},function(t,e){t.exports=i("./node_modules/@splunk/moment/convertSplunkTimezone.js")},function(t,e){t.exports=i("./node_modules/@splunk/charting-utils/async.js")},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=l(i(0)),r=l(i(1)),o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e.default=t,e}(i(2)),s=i(3),a=l(i(55));function l(t){return t&&t.__esModule?t:{default:t}}function c(t){a.default.call(this,t),this.tickLabelPadding=this.isVertical?2:3,this._annotationsAreDirty=!1}o.inherit(c,a.default),n.default.extend(c.prototype,{getConfig:function(){var t=a.default.prototype.getConfig.call(this),e=(0,s.normalizeBoolean)(this.properties.crosshair);return n.default.extend(!0,t,{type:"datetime",showLastLabel:!0,crosshair:e&&a.default.prototype.CROSSHAIR_CONFIG,tickmarkPlacement:this.hasTickmarksBetween()?"between":"on",max:this.properties["axis.maximumValue"],annotations:this.properties["axis.annotations"],maxLabelParts:this.properties["axisLabels.maxLabelParts"],plotBands:this.properties["axis.plotBands"]}),delete t.labels.formatter,delete t.labels.y,t},formatValue:function(t,e){return this.hcAxis?this.hcAxis.options["splunk-tooltip"].formatter(e.x,this.hcAxis.chart):null},setMaximumValue:function(t){this.hcAxis.options.max=t},setAnnotations:function(t){var e=this.properties["axis.annotations"];r.default.isEqual(t,e)||(this.properties["axis.annotations"]=t,this.hcAxis.options.annotations=this.properties["axis.annotations"],this._annotationsAreDirty=!0)},isAnnotationDirty:function(){return this._annotationsAreDirty},setPlotBands:function(t){var e=this.properties["axis.plotBands"];r.default.isEqual(t,e)||(this.properties["axis.plotBands"]=t,this.hcAxis.options.plotBands=this.properties["axis.plotBands"],this._annotationsAreDirty=!0)},redraw:function(t){for(var e,i=arguments.length,n=Array(i>1?i-1:0),r=1;r<i;r++)n[r-1]=arguments[r];(e=a.default.prototype.redraw).call.apply(e,[this,t].concat(n)),this.hcAxis&&this.isAnnotationDirty()&&this.hcAxis.redraw(t)},onChartLoadOrRedraw:function(){for(var t=arguments.length,e=Array(t),i=0;i<t;i++)e[i]=arguments[i];a.default.prototype.onChartLoadOrRedraw.apply(this,e),this._annotationsAreDirty=!1}}),e.default=c,t.exports=e.default},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=h(i(0)),r=h(i(1)),o=h(i(53)),s=h(i(11)),a=u(i(2)),l=u(i(3)),c=h(i(55));function u(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e.default=t,e}function h(t){return t&&t.__esModule?t:{default:t}}function d(t){c.default.call(this,t),t=t||{},this.skipLabelsToAvoidCollisions=l.normalizeBoolean(t["axis.skipLabelsToAvoidCollisions"]),this.ellipsize="ellipsisMiddle"===t["axisLabels.majorLabelStyle.overflowMode"],this.properties["axis.categories"]=this.processCategories(t["axis.categories"]),this._categoriesAreDirty=!1,this.isiOS=!!o.default.ios}a.inherit(d,c.default),n.default.extend(d.prototype,{DEFAULT_FONT_SIZE:12,MIN_FONT_SIZE:9,getConfig:function(){for(var t=this,e=arguments.length,i=Array(e),o=0;o<e;o++)i[o]=arguments[o];var s=c.default.prototype.getConfig.apply(this,i),a=l.normalizeBoolean(this.properties.crosshair),u=l.normalizeBoolean(this.properties["axisLabels.hideCategories"]);return n.default.extend(!0,s,{categories:this.properties["axis.categories"].slice(0),labels:{formatter:function(){return t.formatLabel(this.value)},enabled:s.labels.enabled&&!u,maxStaggerLines:2,style:{whiteSpace:"nowrap",HcTextStroke:!0}},crosshair:a&&c.default.prototype.CROSSHAIR_CONFIG,startOnTick:!this.hasTickmarksBetween(),showLastLabel:this.hasTickmarksBetween(),tickWidth:u?0:s.tickWidth,tickmarkPlacement:this.properties["axisLabels.tickmarkPlacement"],tickPositioner:function(e,i){return t.tickPositioner(this,e,i)},setTickPositionsPreHook:(0,r.default)(this.setTickPositionsPreHook).bind(this),setTickPositionsPostHook:(0,r.default)(this.setTickPositionsPostHook).bind(this),renderPreHook:(0,r.default)(this.renderPreHook).bind(this)}),s},getVerticalConfig:function(){var t=c.default.prototype.getVerticalConfig.call(this);return n.default.extend(!0,t,{labels:{align:"right",x:-7}})},getHorizontalConfig:function(){var t=c.default.prototype.getHorizontalConfig.call(this),e=void 0;return this.isiOS&&this.hasTickmarksBetween()&&this.originalCategories.length>1&&(e=1),n.default.extend(!0,t,{labels:{align:"center"},endOnTick:!this.hasTickmarksBetween(),showLastLabel:!1,startOnTick:!0,minRange:e||-1})},processCategories:function(t){return this.originalCategories=t,t.slice(0)},getCategories:function(){return this.properties["axis.categories"]},getPreviousCategories:function(){return this.previousCategories||[]},categoriesAreDirty:function(){return this._categoriesAreDirty},setCategories:function(t){this.previousCategories=this.properties["axis.categories"],this.properties["axis.categories"]=this.processCategories(t),r.default.isEqual(this.properties["axis.categories"],this.previousCategories)||(this._categoriesAreDirty=!0)},redraw:function(t){for(var e,i=arguments.length,n=Array(i>1?i-1:0),r=1;r<i;r++)n[r-1]=arguments[r];if((e=c.default.prototype.redraw).call.apply(e,[this,t].concat(n)),this.categoriesAreDirty()&&this.hcAxis.setCategories(this.properties["axis.categories"].slice(0),t),this.isiOS&&this.hasTickmarksBetween()){var o=this.getConfig();this.hcAxis.minRange=o.minRange}},onChartLoadOrRedraw:function(){for(var t=arguments.length,e=Array(t),i=0;i<t;i++)e[i]=arguments[i];c.default.prototype.onChartLoadOrRedraw.apply(this,e),this._categoriesAreDirty=!1},getOffsetPreHook:function(t){c.default.prototype.getOffsetPreHook.call(this,t);var e=t.options,i=t.chart;if(e.labels.enabled){var n=void 0,r=void 0,o=void 0,a=void 0,l=void 0,u=new s.default(i.renderer),h=this.getCurrentlyVisibleCategories(t),d=h.length,p=void 0,f=void 0;if(this.isVertical){n=Math.floor(i.chartWidth/6);var m=u.adjustLabels(h,n,this.MIN_FONT_SIZE,this.DEFAULT_FONT_SIZE,"middle");for(f=0;f<m.labels.length;f++)e.categories[f]=m.labels[f];e.labels.style["font-size"]=m.fontSize+"px",p=u.predictTextHeight("Test",m.fontSize),r=i.plotHeight/(h.length||1),o=25,a=this.skipLabelsToAvoidCollisions?Math.ceil(o/r):1,e.labels.y=p/3,e.labels.x=-e.tickLength,e.labels.step=a}else{var g=void 0,y=i.plotWidth,b=u.getMaxWidthForFontRange(h,this.MIN_FONT_SIZE,this.DEFAULT_FONT_SIZE),v=0,M=0;r=y/(d||1);var x=this.findBestFontForSpacing(b,r-10);if(x>0&&0===this.labelRotation)g=x,a=1,n=l=r;else{o=Math.min(b[this.MIN_FONT_SIZE]+10,100),g=this.MIN_FONT_SIZE,l=r*(a=this.skipLabelsToAvoidCollisions?Math.ceil(o/r):1);var _=2*Math.PI/360,A=this.labelRotation*_,L=Math.abs(Math.cos(A)),w=l-10,k=void 0,S=void 0;switch(this.labelRotation){case 0:break;case-45:for(n=[],k=i.chartHeight/2/Math.abs(Math.sin(A)),f=0;f<d;f++)S=r*(f+1)/L,0===f&&(S=Math.min(i.xAxis[0].left+r/2,S)),this.ellipsize?n[f]=Math.min(S,k,w):n[f]=Math.min(S,k);break;case 45:for(n=[],k=i.chartHeight/2/Math.abs(Math.sin(A)),f=0;f<d;f++)S=r*(f+1)/L,this.ellipsize?n[d-f-1]=Math.min(S,k,w):n[d-f-1]=Math.min(S,k);break;default:n=this.ellipsize?Math.min(i.chartHeight/2,w):i.chartHeight/2}}e.labels.style["font-size"]=g+"px",0!==this.labelRotation&&this.ellipsizeLabels(t,u,n,g),p=u.predictTextHeight("Test",g),-45===this.labelRotation?(e.labels.align="right",v=0,M=p/4+e.tickLength):45===this.labelRotation?(e.labels.align="left",v=0,M=p/4+e.tickLength):-90===this.labelRotation?(e.labels.align="right",v=p/4,M=e.tickLength):90===this.labelRotation?(e.labels.align="left",v=-p/4,M=e.tickLength):(e.labels.align="center",v=0,M=p/2+e.tickLength),this.hasTickmarksBetween()||(M+=6),e.labels.step=a,e.labels.x=v,e.labels.y=M}u.destroy()}},renderPreHook:function(t){var e=t.options;if(t.horiz&&0===this.labelRotation&&e.labels.enabled){var i=t.chart.plotWidth,n=new s.default(t.chart.renderer),r=parseInt(e.labels.style["font-size"],10),o=i/(this.getCurrentlyVisibleCategories(t).length||1)-10;this.ellipsizeLabels(t,n,o,r),t.tickPositions.forEach((function(i){var n=t.ticks[i];n.label&&(n.label.css(e.labels.style),n.label.attr({text:t.categories[i]}))})),n.destroy()}},findBestFontForSpacing:function(t,e){var i=0;return(0,r.default)(t).each((function(t,n){t<=e&&(i=Math.max(i,parseInt(n,10)))})),i},ellipsizeLabels:function(t,e,i,n){var o=void 0,s=this.getCurrentlyVisibleCategories(t),a=Math.round(t.getExtremes().min),l=(0,r.default)(s).map((function(t,o){return e.ellipsize(t,r.default.isArray(i)?i[o]:i,n,{},"middle")}));for(o=0;o<l.length;o++)s[o]=l[o];(0,r.default)(s).each((function(e,i){t.options.categories[a+i]=e}))},getCurrentlyVisibleCategories:function(t){var e=t.getExtremes(),i=Math.round(e.min),n=Math.round(e.max)-i+(this.hasTickmarksBetween()?1:0);return this.originalCategories.slice(i,i+n)},setTickPositionsPreHook:function(t){this.hasTickmarksBetween()||(t.options.max=this.properties["axis.categories"].length)},tickPositioner:function(t,e,i){return this.shouldHideTicks(t)?[e,i]:null},setTickPositionsPostHook:function(t){this.shouldHideTicks(t)&&(t.tickPositions=[]),this.isiOS&&this.hasTickmarksBetween()&&this.originalCategories.length>1&&(t.min=Math.round(t.min),t.max=Math.round(t.max))},shouldHideTicks:function(t){var e=this.isVertical?15:20,i=t.getExtremes(),n=i.max-i.min+(this.hasTickmarksBetween()?1:0);return t.len/n<e},tickRenderPostHook:function(t,e,i,n){var r=t.axis.options;r.labels=r.labels||{},r.labels.enabled&&0!==r.tickWidth&&c.default.prototype.tickRenderPostHook.call(this,t,e,i,n)},formatValue:function(t){return t},formatLabel:function(t){return l.escapeSVG(t)}}),e.default=d,t.exports=e.default},function(t,e){t.exports=i("./node_modules/@splunk/charting-utils/format.js")},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=m(i(0)),r=m(i(1)),o=m(i(206)),s=m(i(11)),a=f(i(3)),l=f(i(7)),c=f(i(100)),u=i(4),h=m(i(10)),d=m(i(36)),p=m(i(238));function f(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e.default=t,e}function m(t){return t&&t.__esModule?t:{default:t}}function g(t){this.properties=t||{},this.id=r.default.uniqueId("legend_"),this.clickEnabled=a.normalizeBoolean(this.properties.clickEnabled),this.ellipsisMode=this.OVERFLOW_TO_ELLIPSIS_MAP[this.properties["labelStyle.overflowMode"]]||this.DEFAULT_ELLIPSIS_MODE,this.UNHIGHLIGHTED_COLOR=(0,u.getThemeProperty)("LEGEND_UNHIGHLIGHT_COLOR")||l.addAlphaToColor(this.UNHIGHLIGHTED_BASE_COLOR,this.UNHIGHLIGHTED_OPACITY),this.isMultiSeries=t.isMultiSeries,this.isExportMode=t.isExportMode}g.prototype=n.default.extend({},h.default,{VALUE_LABEL_COLOR:"rgba(150, 150, 150, 0.6)",HIGHLIGHTED_OPACITY:1,HIGHLIGHTED_SYMBOL_OPACITY:1,UNHIGHLIGHTED_OPACITY:.5,UNHIGHLIGHTED_BASE_COLOR:"rgb(150, 150, 150)",DEFAULT_PLACEMENT:"right",DEFAULT_ELLIPSIS_MODE:"middle",POINT_VALUE_WIDTH:60,BASE_CONFIG:{borderWidth:0,symbolRadius:0,squareSymbol:!1},PLACEMENT_OPTIONS:{top:!0,left:!0,bottom:!0,right:!0,none:!0},PLACEMENT_TO_MARGIN_MAP:{top:12,left:15,bottom:2,right:2},OVERFLOW_TO_ELLIPSIS_MAP:{ellipsisStart:"start",ellipsisMiddle:"middle",ellipsisEnd:"end",ellipsisNone:"none",default:"start"},getConfig:function(){var t=!this.isMultiSeries&&this.PLACEMENT_OPTIONS.hasOwnProperty(this.properties.placement)?this.properties.placement:this.DEFAULT_PLACEMENT,e={left:!0,right:!0}.hasOwnProperty(t),i=this.clickEnabled?"pointer":"default",o={},s=!1;return this.properties.legendOptions&&(s=!0,o=this.properties.legendOptions),n.default.extend(!0,{},this.BASE_CONFIG,o,{enabled:!this.properties.isEmpty,align:e?t:"center",verticalAlign:e?"middle":t,layout:e?"vertical":"horizontal",itemWidth:this.isMultiSeries?150:null,margin:this.PLACEMENT_TO_MARGIN_MAP[t],navigation:{activeColor:(0,u.getThemeProperty)("LEGEND_OVERFLOW_ARROW_COLOR_ACTIVE"),inactiveColor:(0,u.getThemeProperty)("LEGEND_OVERFLOW_ARROW_COLOR_INACTIVE"),style:{color:(0,u.getThemeProperty)("LEGEND_OVERFLOW_FONT_COLOR")}},itemStyle:{cursor:i,color:this.properties.fontColor||(0,u.getThemeProperty)("DEFAULT_FONT_COLOR"),fontWeight:"normal",HcTextStroke:!0},itemHoverStyle:{cursor:i,color:this.properties.fontColor||(0,u.getThemeProperty)("DEFAULT_FONT_COLOR")},isOutlierLegend:s,renderItemsPreHook:(0,r.default)(this.renderItemsPreHook).bind(this),renderItemsPostHook:(0,r.default)(this.renderItemsPostHook).bind(this),renderPreHook:(0,r.default)(this.renderPreHook).bind(this),renderPostHook:(0,r.default)(this.renderPostHook).bind(this)})},onChartLoad:function(t){this.hcSeriesList=(0,r.default)(t.series).filter((function(t){return!1!==t.options.showInLegend})),this.hcSeriesList.length>0&&this.setSymbolFillOpacity(this.hcSeriesList[0])},onChartLoadOrRedraw:function(t){this.hcSeriesList=(0,r.default)(t.series).filter((function(t){return!1!==t.options.showInLegend})),this.removeEventHandlers(),this.addEventHandlers()},setSymbolFillOpacity:function(t){var e=t.legendSymbol||t.legendLine;if(e){var i=t.color!==l.stripOutAlpha(t.color),n=l.getComputedOpacity(e);this.HIGHLIGHTED_SYMBOL_OPACITY=0===n||i?1:n}},addEventHandlers:function(){var t=this,e={highlightDelay:125,unhighlightDelay:50,onMouseOver:function(e){t.selectField(e),t.trigger("mouseover",[e])},onMouseOut:function(e){t.unSelectField(e),t.trigger("mouseout",[e])}},i=new d.default(e);(0,r.default)(this.hcSeriesList).each((function(e){var o=e.name;(0,r.default)(this.getSeriesLegendObjects(e)).each((function(e){(0,n.default)(e.element).on("mouseover."+this.id,(function(){i.mouseOverHappened(o)})),(0,n.default)(e.element).on("mouseout."+this.id,(function(){i.mouseOutHappened(o)})),this.clickEnabled&&(0,n.default)(e.element).on("click."+this.id,(function(e){var i={type:"click",modifierKey:e.ctrlKey||e.metaKey};t.trigger(i,[o])}))}),this)}),this)},removeEventHandlers:function(){(0,r.default)(this.hcSeriesList).each((function(t){(0,r.default)(this.getSeriesLegendObjects(t)).each((function(t){(0,n.default)(t.element).off("."+this.id)}),this)}),this)},selectField:function(t){(0,r.default)(this.hcSeriesList).each((function(e){e.name!==t?this.unHighlightField(t,e):this.highlightField(t,e)}),this)},unSelectField:function(t){(0,r.default)(this.hcSeriesList).each((function(e){e.name!==t&&this.highlightField(t,e)}),this)},highlightField:function(t,e){e=e||this.getSeriesByFieldName(t);var i=this.getSeriesLegendObjects(e),n=e.color;i.item&&i.item.attr("fill-opacity",this.HIGHLIGHTED_OPACITY),i.line&&i.line.attr("stroke",n),i.symbol&&i.symbol.attr({fill:n,stroke:l.stripOutAlpha(n),"fill-opacity":this.HIGHLIGHTED_SYMBOL_OPACITY})},unHighlightField:function(t,e){e=e||this.getSeriesByFieldName(t);var i=this.getSeriesLegendObjects(e);i.item&&i.item.attr("fill-opacity",this.UNHIGHLIGHTED_OPACITY),i.line&&i.line.attr("stroke",this.UNHIGHLIGHTED_COLOR),i.symbol&&i.symbol.attr({fill:this.UNHIGHLIGHTED_COLOR,stroke:this.UNHIGHLIGHTED_COLOR,"fill-opacity":this.UNHIGHLIGHTED_OPACITY})},updateLegend:function(t){var e=this;e.hcSeriesList&&e.hcSeriesList.length&&t&&e.hcSeriesList.forEach((function(i,n){var r=t.filter((function(t){return t.seriesIndex===n}));if(r.length){var o="<span>"+a.escapeSVG(i.ellipsizedName)+' </span><span style="color: '+e.VALUE_LABEL_COLOR+'">'+r[0].formattedValue+"</span>";c.setLegendItemText(i.legendItem,o)}else c.setLegendItemText(i.legendItem,a.escapeSVG(i.ellipsizedName))}))},resetLegend:function(){this.hcSeriesList&&this.hcSeriesList.forEach((function(t){c.setLegendItemText(t.legendItem,a.escapeSVG(t.ellipsizedName))}))},getSeriesByFieldName:function(t){return(0,r.default)(this.hcSeriesList).find((function(e){return e.name===t}))},getSeriesLegendObjects:function(t){var e={};return t.legendItem&&(e.item=t.legendItem),t.legendSymbol&&(e.symbol=t.legendSymbol),t.legendLine&&(e.line=t.legendLine),e},destroy:function(){this.off(),this.removeEventHandlers(),this.hcSeriesList=null},renderItemsPreHook:function(t){var e=void 0,i=void 0,n=void 0,r=t.options,o=t.itemStyle,l=t.allItems,u=t.chart,h=u.renderer,d=u.spacingBox,p="horizontal"===r.layout,f=r.defaultFontSize||12,m=t.symbolWidth,g=r.symbolPadding,y=t.padding||0,b=[],v=new s.default(h);for(n=p?l.length>5?Math.floor(d.width/6):Math.floor(d.width/l.length)-(m+g+10):this.isMultiSeries&&!this.isExportMode?r.itemWidth-this.POINT_VALUE_WIDTH:Math.floor(d.width/6)-(m+g+y),r.originalFormatter||(r.originalFormatter=r.labelFormatter),e=0;e<l.length;e++)b.push(r.originalFormatter.call(l[e]));var M=v.adjustLabels(b,n,10,f,this.ellipsisMode);for(M.areEllipsized&&p&&l.length>5?(i=n+m+g+10,r.itemWidth=i):this.isMultiSeries&&!this.isExportMode||(r.itemWidth=void 0),e=0;e<l.length;e++)l[e].ellipsizedName=M.labels[e],l[e].legendItem&&(c.setLegendItemText(l[e].legendItem,a.escapeSVG(M.labels[e])),l[e].legendItem.css({"font-size":M.fontSize+"px"}));r.labelFormatter=function(){return a.escapeSVG(this.ellipsizedName)},o["font-size"]=M.fontSize+"px",t.itemMarginTop=f-M.fontSize,v.destroy()},renderItemsPostHook:function(t){var e,i=t.options,r=t.padding,s=t.lastItemY+t.lastLineHeight,a=t.chart.spacingBox.height-r,l=[p.default.legendOverflowUnclickable];(this.clickEnabled||l.push(p.default.legendItemUnclickable),i.isOutlierLegend&&l.push(p.default.outlierLegend),"function"==typeof(0,o.default)(t,"chart.container.classList.add"))&&(e=t.chart.container.classList).add.apply(e,l);if(s>a)i.verticalAlign="top",i.y=-r,t.offsetWidth<55&&(i.width=55);else{var c=this.getConfig();n.default.extend(i,{verticalAlign:c.verticalAlign,y:c.y,width:c.width})}},renderPreHook:function(t){var e=t.chart.renderer;this._rendererForExport=e.forExport,e.forExport=!0},renderPostHook:function(t){t.chart.renderer.forExport=this._rendererForExport}}),e.default=g,t.exports=e.default},function(t,e,i){var n=i(207);t.exports=function(t,e,i){var r=null==t?void 0:n(t,e);return void 0===r?i:r}},function(t,e,i){var n=i(208),r=i(237);t.exports=function(t,e){for(var i=0,o=(e=n(e,t)).length;null!=t&&i<o;)t=t[r(e[i++])];return i&&i==o?t:void 0}},function(t,e,i){var n=i(13),r=i(209),o=i(210),s=i(234);t.exports=function(t,e){return n(t)?t:r(t,e)?[t]:o(s(t))}},function(t,e,i){var n=i(13),r=i(14),o=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,s=/^\w*$/;t.exports=function(t,e){if(n(t))return!1;var i=typeof t;return!("number"!=i&&"symbol"!=i&&"boolean"!=i&&null!=t&&!r(t))||(s.test(t)||!o.test(t)||null!=e&&t in Object(e))}},function(t,e,i){var n=i(211),r=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,o=/\\(\\)?/g,s=n((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(r,(function(t,i,n,r){e.push(n?r.replace(o,"$1"):i||t)})),e}));t.exports=s},function(t,e,i){var n=i(212);t.exports=function(t){var e=n(t,(function(t){return 500===i.size&&i.clear(),t})),i=e.cache;return e}},function(t,e,i){var n=i(213);function r(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var i=function(){var n=arguments,r=e?e.apply(this,n):n[0],o=i.cache;if(o.has(r))return o.get(r);var s=t.apply(this,n);return i.cache=o.set(r,s)||o,s};return i.cache=new(r.Cache||n),i}r.Cache=n,t.exports=r},function(t,e,i){var n=i(214),r=i(229),o=i(231),s=i(232),a=i(233);function l(t){var e=-1,i=null==t?0:t.length;for(this.clear();++e<i;){var n=t[e];this.set(n[0],n[1])}}l.prototype.clear=n,l.prototype.delete=r,l.prototype.get=o,l.prototype.has=s,l.prototype.set=a,t.exports=l},function(t,e,i){var n=i(215),r=i(221),o=i(228);t.exports=function(){this.size=0,this.__data__={hash:new n,map:new(o||r),string:new n}}},function(t,e,i){var n=i(216),r=i(217),o=i(218),s=i(219),a=i(220);function l(t){var e=-1,i=null==t?0:t.length;for(this.clear();++e<i;){var n=t[e];this.set(n[0],n[1])}}l.prototype.clear=n,l.prototype.delete=r,l.prototype.get=o,l.prototype.has=s,l.prototype.set=a,t.exports=l},function(t,e,i){var n=i(33);t.exports=function(){this.__data__=n?n(null):{},this.size=0}},function(t,e){t.exports=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e}},function(t,e,i){var n=i(33),r=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;if(n){var i=e[t];return"__lodash_hash_undefined__"===i?void 0:i}return r.call(e,t)?e[t]:void 0}},function(t,e,i){var n=i(33),r=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;return n?void 0!==e[t]:r.call(e,t)}},function(t,e,i){var n=i(33);t.exports=function(t,e){var i=this.__data__;return this.size+=this.has(t)?0:1,i[t]=n&&void 0===e?"__lodash_hash_undefined__":e,this}},function(t,e,i){var n=i(222),r=i(223),o=i(225),s=i(226),a=i(227);function l(t){var e=-1,i=null==t?0:t.length;for(this.clear();++e<i;){var n=t[e];this.set(n[0],n[1])}}l.prototype.clear=n,l.prototype.delete=r,l.prototype.get=o,l.prototype.has=s,l.prototype.set=a,t.exports=l},function(t,e){t.exports=function(){this.__data__=[],this.size=0}},function(t,e,i){var n=i(34),r=Array.prototype.splice;t.exports=function(t){var e=this.__data__,i=n(e,t);return!(i<0)&&(i==e.length-1?e.pop():r.call(e,i,1),--this.size,!0)}},function(t,e){t.exports=function(t,e){return t===e||t!=t&&e!=e}},function(t,e,i){var n=i(34);t.exports=function(t){var e=this.__data__,i=n(e,t);return i<0?void 0:e[i][1]}},function(t,e,i){var n=i(34);t.exports=function(t){return n(this.__data__,t)>-1}},function(t,e,i){var n=i(34);t.exports=function(t,e){var i=this.__data__,r=n(i,t);return r<0?(++this.size,i.push([t,e])):i[r][1]=e,this}},function(t,e,i){var n=i(22)(i(6),"Map");t.exports=n},function(t,e,i){var n=i(35);t.exports=function(t){var e=n(this,t).delete(t);return this.size-=e?1:0,e}},function(t,e){t.exports=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}},function(t,e,i){var n=i(35);t.exports=function(t){return n(this,t).get(t)}},function(t,e,i){var n=i(35);t.exports=function(t){return n(this,t).has(t)}},function(t,e,i){var n=i(35);t.exports=function(t,e){var i=n(this,t),r=i.size;return i.set(t,e),this.size+=i.size==r?0:1,this}},function(t,e,i){var n=i(235);t.exports=function(t){return null==t?"":n(t)}},function(t,e,i){var n=i(39),r=i(236),o=i(13),s=i(14),a=n?n.prototype:void 0,l=a?a.toString:void 0;t.exports=function t(e){if("string"==typeof e)return e;if(o(e))return r(e,t)+"";if(s(e))return l?l.call(e):"";var i=e+"";return"0"==i&&1/e==-1/0?"-0":i}},function(t,e){t.exports=function(t,e){for(var i=-1,n=null==t?0:t.length,r=Array(n);++i<n;)r[i]=e(t[i],i,t);return r}},function(t,e,i){var n=i(14);t.exports=function(t){if("string"==typeof t||n(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}},function(t,e,i){var n=i(239);"string"==typeof n&&(n=[[t.i,n,""]]);var r={transform:void 0};i(101)(n,r);n.locals&&(t.exports=n.locals)},function(t,e,i){(function(t){var e={enterprise:".legendItemUnclickable_legend-styles__guid__1feaae .highcharts-a11y-proxy-button {\n cursor: default !important;\n}\n.legendItemUnclickable_legend-styles__guid__1feaae .highcharts-a11y-proxy-button:active {\n pointer-events: none;\n}\n.legendOverflowUnclickable_legend-styles__guid__1feaae .highcharts-a11y-proxy-container {\n pointer-events: none;\n}\n.outlierLegend_legend-styles__guid__1feaae .highcharts-legend-item rect,\n .outlierLegend_legend-styles__guid__1feaae .highcharts-legend-item text {\n pointer-events: none;\n}\n.outlierLegend_legend-styles__guid__1feaae .highcharts-legend-item path + text {\n pointer-events: auto;\n}\n",lite:".legendItemUnclickable_legend-styles__guid__1feaae .highcharts-a11y-proxy-button {\n cursor: default !important;\n}\n.legendItemUnclickable_legend-styles__guid__1feaae .highcharts-a11y-proxy-button:active {\n pointer-events: none;\n}\n.legendOverflowUnclickable_legend-styles__guid__1feaae .highcharts-a11y-proxy-container {\n pointer-events: none;\n}\n.outlierLegend_legend-styles__guid__1feaae .highcharts-legend-item rect,\n .outlierLegend_legend-styles__guid__1feaae .highcharts-legend-item text {\n pointer-events: none;\n}\n.outlierLegend_legend-styles__guid__1feaae .highcharts-legend-item path + text {\n pointer-events: auto;\n}\n"},i={enterprise:{legendItemUnclickable:"legendItemUnclickable_legend-styles__guid__1feaae",legendOverflowUnclickable:"legendOverflowUnclickable_legend-styles__guid__1feaae",outlierLegend:"outlierLegend_legend-styles__guid__1feaae"},lite:{legendItemUnclickable:"legendItemUnclickable_legend-styles__guid__1feaae",legendOverflowUnclickable:"legendOverflowUnclickable_legend-styles__guid__1feaae",outlierLegend:"outlierLegend_legend-styles__guid__1feaae"}},n=window.__splunkd_partials__&&window.__splunkd_partials__["/services/server/info"]&&window.__splunkd_partials__["/services/server/info"].entry[0].content.product_type,r=window.__splunk_ui_theme__,o=window.$C&&window.$C.SPLUNK_UI_THEME,s="lite"===(r||o||n)?"lite":"enterprise";function a(){return Math.floor(65536*(1+Math.random())).toString(16).substring(1)}var l=t.guid||a()+a()+a()+a();Object.keys(i[s]).forEach((function(t){var e=i[s][t];i[s][t]=e.replace(/_guid_/g,l)})),e[s]=e[s].replace(/_guid_/g,l),t.exports=[[t.i,e[s],""]],t.exports.locals=i[s],t.guid=l}).call(e,i(26)(t))},function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var i=e.protocol+"//"+e.host,n=i+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,(function(t,e){var r,o=e.trim().replace(/^"(.*)"$/,(function(t,e){return e})).replace(/^'(.*)'$/,(function(t,e){return e}));return/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(o)?t:(r=0===o.indexOf("//")?o:0===o.indexOf("/")?i+o:n+o.replace(/^\.\//,""),"url("+JSON.stringify(r)+")")}))}},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=s(i(0)),r=s(i(1)),o=i(4);function s(t){return t&&t.__esModule?t:{default:t}}function a(t){this.properties=t||{}}var l={seriesCompare:{positioner:function(t,e,i){var n=this.chart.plotWidth,r=this.chart.plotHeight,o=this.chart.plotLeft+n-t,s=i.plotX+this.chart.plotLeft-t/2;return{x:Math.max(this.chart.plotLeft,Math.min(s,o)),y:r+e/2+1}},shape:"square",shared:!0}};a.prototype={BASE_CONFIG:{enabled:!0,backgroundColor:(0,o.getThemeProperty)("TOOLTIP_BACKGROUND_COLOR"),borderColor:(0,o.getThemeProperty)("TOOLTIP_BORDER_COLOR"),hideDelay:0,style:{color:(0,o.getThemeProperty)("TOOLTIP_FONT_COLOR_SOFT")},positioner:function(t,e,i){var r=this.getPosition(t,e,i),o=this.chart.plotWidth,s=this.chart.plotHeight,a=(0,n.default)(this.chart.container).find('[name="reset-zoom"]');if(i.plotX>o&&(r.x=this.chart.plotLeft+o-t-8),i.plotX<0&&(r.x=this.chart.plotLeft+8),i.plotY<0&&(r.y=17),i.plotY>s&&(r.y=s-e+3),a.length>0){var l=a.position();if(l){var c=l.top+a.height();r.y<c&&(r.y=i.plotY+17)}}return this.chart.plotWidth===this.chart.plotSizeX&&i.h>0&&e-2+this.chart.plotTop>i.h&&(e+i.h>=s||e>=i.plotY)&&e+s+21<=this.chart.chartHeight&&(r.y=i.h+i.plotY+21),r},getAnchorPostHook:function(t,e,i){return t&&!r.default.isArray(t)&&"column"===t.series.options.type&&(i[0]=t.barX),i}},getConfig:function(){var t=this.properties.mode;return n.default.extend(!0,{},this.BASE_CONFIG,{backgroundColor:(0,o.getThemeProperty)("TOOLTIP_BACKGROUND_COLOR"),borderColor:(0,o.getThemeProperty)("TOOLTIP_BORDER_COLOR"),style:{color:(0,o.getThemeProperty)("TOOLTIP_FONT_COLOR_SOFT")}},{borderColor:this.properties.borderColor},l[t])},destroy:function(){}},e.default=a,t.exports=e.default},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=d(i(0)),r=i(1),o=d(r),s=d(i(15)),a=i(4),l=d(i(53)),c=d(i(10)),u=d(i(57)),h=d(i(102));function d(t){return t&&t.__esModule?t:{default:t}}function p(){return"dark"===(0,a.getCurrentTheme)()?u.default.resetZoomButtonDark:u.default.resetZoomButton}function f(t,e){this.id=o.default.uniqueId("selection_window"),this.hcChart=t,this.renderer=t.renderer,this.axis=t.xAxis[0],this.axisHasTickmarksBetween="between"===this.axis.options.tickmarkPlacement,this.axisValueOffset=this.axis.tickmarkOffset,this.axisValueSnapper=e,this.isiOS=!!l.default.ios;var i=void 0,r=void 0;this.pointer=t.pointer,this.pointer.selectionMarker.renderer?(this.zIndex=this.pointer.selectionMarker.attr("zIndex"),i=this.pointer.selectionMarker.attr("x"),r=this.pointer.selectionMarker.attr("width")):(this.zIndex=7,i=this.pointer.selectionMarker.x,r=this.pointer.selectionMarker.width);var s=i,a=this.snapXValue(s+r,this.axisHasTickmarksBetween?"ceil":"round","max");this.x=this.snapXValue(s,this.axisHasTickmarksBetween?"floor":"round","min"),this.width=a-this.x,this.createResizeHandles(),this.ownedElements=[this.resizeHandleLeft.element,this.resizeHandleRight.element],this.updateExtremesValues();var c=(0,n.default)(this.hcChart.container);this.defaultContainerCursor=c.css("cursor"),c.on("mousemove."+this.id,(0,o.default)(this.onContainerMouseMove).bind(this)),this.initialized=!0}f.prototype=n.default.extend({},c.default,{handleWidth:l.default.ios?25:10,handleHeight:50,handleBorderColor:"rgb(255,255,255)",handleBgColor:"rgba(79,79,79,0.5)",handleBorderRadius:5,shadedAreaColor:"rgba(100,100,100,0.3)",handleDragStartEvent:function(t){var e=t.target;return!!(e===this.hcChart.chartBackground.element&&this.hcChart.isInsidePlot(t.chartX-this.hcChart.plotLeft,t.chartY-this.hcChart.plotTop)||(0,o.default)(this.ownedElements).contains(e))&&(this.originalTarget=e,this.mouseDownX=this.getCurrentX(),this.mouseDownWidth=this.getCurrentWidth(),this.isDragging=!0,!0)},handleDragEvent:function(t){this.originalTarget===this.hcChart.chartBackground.element&&this.dragSelectionMarker(t),this.originalTarget===this.resizeHandleLeft.element&&this.resizeSelectionLeft(t),this.originalTarget===this.resizeHandleRight.element&&this.resizeSelectionRight(t)},handleDropEvent:function(){this.isDragging&&(this.updateExtremesValues(),this.emitSelectionEvent(),this.isDragging=!1)},getExtremes:function(){return{min:this.startValue,max:this.endValue}},setExtremes:function(t){this.startValue=t.min,this.endValue=t.max},onContainerMouseMove:function(t){(t=this.pointer.normalize(t)).target===this.hcChart.chartBackground.element&&this.hcChart.isInsidePlot(t.chartX-this.hcChart.plotLeft,t.chartY-this.hcChart.plotTop)?(0,n.default)(this.hcChart.container).css("cursor","move"):(0,n.default)(this.hcChart.container).css("cursor",this.defaultContainerCursor)},onChartRedraw:function(){this.axisValueOffset=this.axis.tickmarkOffset,this.x=Math.round(this.axis.toPixels(this.startValue+this.axisValueOffset)),this.width=Math.round(this.axis.toPixels(this.endValue+this.axisValueOffset))-this.x,this.resizeHandleLeft.attr({y:this.hcChart.plotTop+this.hcChart.plotHeight/2-this.handleHeight/2}),this.resizeHandleRight.attr({y:this.hcChart.plotTop+this.hcChart.plotHeight/2-this.handleHeight/2}),this.shadedRegionLeft.attr({x:this.hcChart.plotLeft,y:this.hcChart.plotTop,height:this.hcChart.plotHeight}),this.shadedRegionRight.attr({y:this.hcChart.plotTop,height:this.hcChart.plotHeight}),this.positionResizeHandles("both")},destroy:function(){this.initialized&&(this.resizeHandleLeft.destroy(),this.resizeHandleRight.destroy(),this.handleVerticalLineLeft.destroy(),this.handleVerticalLineRight.destroy(),this.shadedRegionRight.destroy(),this.shadedRegionLeft.destroy(),this.$resetButton.remove(),this.initialized=!1),(0,n.default)(this.hcChart.container).off("mousemove."+this.id),this.off()},dragSelectionMarker:function(t){var e=this.getChartMouseDownX();this.x=this.snapXValue(this.mouseDownX+t.chartX-e,"round"),this.x=Math.max(this.x,this.hcChart.plotLeft),this.x=Math.min(this.x,this.hcChart.plotLeft+this.hcChart.plotWidth-this.getCurrentWidth()),this.positionResizeHandles("both")},resizeSelectionLeft:function(t){var e=this.getCurrentX(),i=this.getCurrentWidth(),n=this.getChartMouseDownX();this.x=this.snapXValue(this.mouseDownX+t.chartX-n,"round"),this.x=Math.max(this.x,this.hcChart.plotLeft);var r=e+i;this.x=Math.min(this.x,this.axis.toPixels(this.axis.toValue(r)-1)),this.width=i-this.x+e,this.positionResizeHandles("left")},resizeSelectionRight:function(t){this.x=this.getCurrentX();var e=this.getChartMouseDownX(),i=this.mouseDownWidth+t.chartX-e,n=this.snapXValue(this.x+i,"round");this.width=n-this.x,this.width=Math.min(this.width,this.hcChart.plotLeft+this.hcChart.plotWidth-this.x),this.width=Math.max(this.width,this.axis.toPixels(1)-this.axis.toPixels(0)),this.positionResizeHandles("right")},getChartMouseDownX:function(){return this.pointer.pinchDown[0]?this.pointer.pinchDown[0].chartX:this.pointer.mouseDownX},emitSelectionEvent:function(){var t=this.axis,e=t.toValue(this.x)+this.axisValueOffset,i=t.toValue(this.x+this.width)-this.axisValueOffset;this.trigger("rangeSelect",[e,i])},createResizeHandles:function(){var t={zIndex:this.zIndex+1,fill:{linearGradient:{x1:0,y1:.5,x2:1,y2:.5},stops:[[0,this.handleBgColor],[1/6,this.handleBorderColor],[2/6,this.handleBgColor],[.5,this.handleBorderColor],[4/6,this.handleBgColor],[5/6,this.handleBorderColor],[1,this.handleBgColor]]},"stroke-width":2,stroke:this.handleBgColor},e={"stroke-width":2,stroke:this.handleBgColor,zIndex:this.zIndex},i={zIndex:this.zIndex,fill:this.shadedAreaColor},r=this.hcChart.plotTop+this.hcChart.plotHeight/2-this.handleHeight/2;this.shadedRegionRight=this.renderer.rect(0,this.hcChart.plotTop,0,this.hcChart.plotHeight).attr(i).add(),this.handleVerticalLineRight=this.renderer.path().attr(e).add(),this.resizeHandleRight=this.renderer.rect(0,r,this.handleWidth,this.handleHeight,this.handleBorderRadius).attr(t).css({cursor:"ew-resize"}).add(),this.shadedRegionLeft=this.renderer.rect(this.hcChart.plotLeft,this.hcChart.plotTop,0,this.hcChart.plotHeight).attr(i).add(),this.handleVerticalLineLeft=this.renderer.path().attr(e).add(),this.resizeHandleLeft=this.renderer.rect(0,r,this.handleWidth,this.handleHeight,this.handleBorderRadius).attr(t).css({cursor:"ew-resize"}).add(),this.positionResizeHandles("both"),this.$resetButton=(0,n.default)(this.resetButtonTemplate({i18n:s.default,getThemedResetZoomButtonCls:p})),this.$resetButton.on("click",(function(t){t.preventDefault()})),this.$resetButton.css({top:this.hcChart.yAxis[0].top+"px",right:this.hcChart.xAxis[0].right+"px",position:"absolute"}),this.$resetButton.appendTo(this.hcChart.container)},positionResizeHandles:function(t){var e=this.x,i=e+this.width,n=this.hcChart.plotTop,r=n+this.hcChart.plotHeight,o=this.hcChart.plotLeft,s=o+this.hcChart.plotWidth;"both"!==t&&"left"!==t||(this.shadedRegionLeft.attr({width:e-o}),this.handleVerticalLineLeft.attr({d:["M",e,n,"L",e,r]}),this.resizeHandleLeft.attr({x:e-this.handleWidth/2})),"both"!==t&&"right"!==t||(this.shadedRegionRight.attr({x:i,width:s-i}),this.handleVerticalLineRight.attr({d:["M",i,n,"L",i,r]}),this.resizeHandleRight.attr({x:i-this.handleWidth/2}))},getCurrentX:function(){return this.resizeHandleLeft.attr("x")+this.handleWidth/2},getCurrentWidth:function(){return this.resizeHandleRight.attr("x")+this.handleWidth/2-this.getCurrentX()},snapXValue:function(t,e){var i=this.axis,n=i.toValue(t);return i.toPixels(this.axisValueSnapper(n-this.axisValueOffset,e)+this.axisValueOffset)},updateExtremesValues:function(){this.startValue=Math.round(this.axis.toValue(this.x)-this.axisValueOffset),this.endValue=Math.round(this.axis.toValue(this.x+this.width)-this.axisValueOffset)},resetButtonTemplate:(0,r.template)('<button class="<%= getThemedResetZoomButtonCls() %>" name="reset-zoom"><span class="'+u.default.resetZoomIcon+'">'+h.default+'</span><%= i18n._("Reset") %></button>')}),e.default=f,t.exports=e.default},function(t,e,i){(function(t){var e={enterprise:".button_button-styles__guid__1feaae {\n -webkit-animation: none 0s ease 0s 1 normal none running;\n animation: none 0s ease 0s 1 normal none running;\n -webkit-backface-visibility: visible;\n backface-visibility: visible;\n background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;\n border: medium none currentColor;\n border-collapse: separate;\n -webkit-border-image: none;\n border-image: none;\n border-radius: 0;\n border-spacing: 0;\n bottom: auto;\n box-shadow: none;\n box-sizing: content-box;\n caption-side: top;\n clear: none;\n clip: auto;\n color: #000;\n -webkit-columns: auto;\n columns: auto;\n -webkit-column-count: auto;\n column-count: auto;\n -webkit-column-fill: balance;\n column-fill: balance;\n -webkit-column-gap: normal;\n column-gap: normal;\n -webkit-column-rule: medium none currentColor;\n column-rule: medium none currentColor;\n -webkit-column-span: 1;\n column-span: 1;\n -webkit-column-width: auto;\n column-width: auto;\n content: normal;\n counter-increment: none;\n counter-reset: none;\n cursor: auto;\n direction: ltr;\n display: inline;\n empty-cells: show;\n float: none;\n font-family: serif;\n font-size: medium;\n font-style: normal;\n font-variant: normal;\n font-weight: normal;\n font-stretch: normal;\n line-height: normal;\n height: auto;\n -webkit-hyphens: none;\n -ms-hyphens: none;\n hyphens: none;\n left: auto;\n letter-spacing: normal;\n list-style: disc outside none;\n margin: 0;\n max-height: none;\n max-width: none;\n min-height: 0;\n min-width: 0;\n opacity: 1;\n orphans: 2;\n outline: medium none invert;\n overflow: visible;\n overflow-x: visible;\n overflow-y: visible;\n padding: 0;\n page-break-after: auto;\n page-break-before: auto;\n page-break-inside: auto;\n -webkit-perspective: none;\n perspective: none;\n -webkit-perspective-origin: 50% 50%;\n perspective-origin: 50% 50%;\n position: static;\n right: auto;\n -moz-tab-size: 8;\n tab-size: 8;\n table-layout: auto;\n text-align: left;\n text-align-last: auto;\n text-decoration: none;\n text-indent: 0;\n text-shadow: none;\n text-transform: none;\n top: auto;\n -webkit-transform: none;\n transform: none;\n -webkit-transform-origin: 50% 50% 0;\n transform-origin: 50% 50% 0;\n -webkit-transform-style: flat;\n transform-style: flat;\n -webkit-transition: none 0s ease 0s;\n transition: none 0s ease 0s;\n unicode-bidi: normal;\n vertical-align: baseline;\n visibility: visible;\n white-space: normal;\n widows: 2;\n width: auto;\n word-spacing: normal;\n z-index: auto;\n font-family: 'Splunk Platform Sans', 'Proxima Nova', Roboto, Droid, 'Helvetica Neue', Helvetica, Arial, sans-serif;\n font-size: 14px;\n line-height: 20px;\n color: #3c444d;\n box-sizing: border-box;\n display: inline-block;\n border-width: 1px;\n visibility: inherit;\n outline: medium none #00a4fd;\n background: rgba(60, 68, 77, 0.4);\n border-radius: 3px;\n color: #ffffff;\n cursor: pointer;\n font-size: 12px;\n line-height: 27px;\n padding: 0 10px;\n z-index: 9999;\n}\n/* Fix for oversized buttons in Firefox */\n.button_button-styles__guid__1feaae::-moz-focus-inner {\n border: 0;\n padding: 0;\n}\n/* states */\n.button_button-styles__guid__1feaae:hover,\n .button_button-styles__guid__1feaae:active {\n background: rgba(60, 68, 77, 0.35);\n color: #ffffff;\n}\n.button_button-styles__guid__1feaae:focus {\n border-color: rgba(0, 164, 253, 0.8);\n color: #00a4fd;\n}\n.button_button-styles__guid__1feaae[disabled] {\n background: transparent;\n color: #c3cbd4;\n cursor: default;\n}\n.button_button-styles__guid__1feaae[disabled]:hover {\n background: transparent;\n color: #c3cbd4;\n cursor: default;\n}\n.button-dark-theme_button-styles__guid__1feaae {\n background: rgb(60, 68, 77);\n}\n.button-dark-theme_button-styles__guid__1feaae:hover,\n .button-dark-theme_button-styles__guid__1feaae:active {\n background: rgb(92, 103, 115);\n color: #ffffff;\n}\n.button-dark-theme_button-styles__guid__1feaae:focus {\n background: #2b3033;\n /* $gray23 */\n color: #006eaa;\n /* $accentColorD10 */\n}\n.panButton_button-styles__guid__1feaae {\n border-radius: 1px;\n line-height: 10px;\n padding: 4px 5px;\n}\n.panButtonDark_button-styles__guid__1feaae {\n border-radius: 1px;\n line-height: 10px;\n padding: 4px 5px;\n}\n.resetZoomButton_button-styles__guid__1feaae {\n margin-top: 5px;\n margin-right: 10px;\n}\n.resetZoomButtonDark_button-styles__guid__1feaae {\n margin-top: 5px;\n margin-right: 10px;\n}\n.resetZoomIcon_button-styles__guid__1feaae {\n margin-right: 3px;\n}\n",lite:".button_button-styles__guid__1feaae {\n -webkit-animation: none 0s ease 0s 1 normal none running;\n animation: none 0s ease 0s 1 normal none running;\n -webkit-backface-visibility: visible;\n backface-visibility: visible;\n background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;\n border: medium none currentColor;\n border-collapse: separate;\n -webkit-border-image: none;\n border-image: none;\n border-radius: 0;\n border-spacing: 0;\n bottom: auto;\n box-shadow: none;\n box-sizing: content-box;\n caption-side: top;\n clear: none;\n clip: auto;\n color: #000;\n -webkit-columns: auto;\n columns: auto;\n -webkit-column-count: auto;\n column-count: auto;\n -webkit-column-fill: balance;\n column-fill: balance;\n -webkit-column-gap: normal;\n column-gap: normal;\n -webkit-column-rule: medium none currentColor;\n column-rule: medium none currentColor;\n -webkit-column-span: 1;\n column-span: 1;\n -webkit-column-width: auto;\n column-width: auto;\n content: normal;\n counter-increment: none;\n counter-reset: none;\n cursor: auto;\n direction: ltr;\n display: inline;\n empty-cells: show;\n float: none;\n font-family: serif;\n font-size: medium;\n font-style: normal;\n font-variant: normal;\n font-weight: normal;\n font-stretch: normal;\n line-height: normal;\n height: auto;\n -webkit-hyphens: none;\n -ms-hyphens: none;\n hyphens: none;\n left: auto;\n letter-spacing: normal;\n list-style: disc outside none;\n margin: 0;\n max-height: none;\n max-width: none;\n min-height: 0;\n min-width: 0;\n opacity: 1;\n orphans: 2;\n outline: medium none invert;\n overflow: visible;\n overflow-x: visible;\n overflow-y: visible;\n padding: 0;\n page-break-after: auto;\n page-break-before: auto;\n page-break-inside: auto;\n -webkit-perspective: none;\n perspective: none;\n -webkit-perspective-origin: 50% 50%;\n perspective-origin: 50% 50%;\n position: static;\n right: auto;\n -moz-tab-size: 8;\n tab-size: 8;\n table-layout: auto;\n text-align: left;\n text-align-last: auto;\n text-decoration: none;\n text-indent: 0;\n text-shadow: none;\n text-transform: none;\n top: auto;\n -webkit-transform: none;\n transform: none;\n -webkit-transform-origin: 50% 50% 0;\n transform-origin: 50% 50% 0;\n -webkit-transform-style: flat;\n transform-style: flat;\n -webkit-transition: none 0s ease 0s;\n transition: none 0s ease 0s;\n unicode-bidi: normal;\n vertical-align: baseline;\n visibility: visible;\n white-space: normal;\n widows: 2;\n width: auto;\n word-spacing: normal;\n z-index: auto;\n font-family: 'Splunk Platform Sans', 'Proxima Nova', Roboto, Droid, 'Helvetica Neue', Helvetica, Arial, sans-serif;\n font-size: 14px;\n line-height: 20px;\n color: #3c444d;\n box-sizing: border-box;\n display: inline-block;\n border-width: 1px;\n visibility: inherit;\n outline: medium none #00a4fd;\n background: rgba(60, 68, 77, 0.4);\n border-radius: 3px;\n color: #ffffff;\n cursor: pointer;\n font-size: 12px;\n line-height: 27px;\n padding: 0 10px;\n z-index: 9999;\n}\n/* Fix for oversized buttons in Firefox */\n.button_button-styles__guid__1feaae::-moz-focus-inner {\n border: 0;\n padding: 0;\n}\n/* states */\n.button_button-styles__guid__1feaae:hover,\n .button_button-styles__guid__1feaae:active {\n background: rgba(60, 68, 77, 0.35);\n color: #ffffff;\n}\n.button_button-styles__guid__1feaae:focus {\n border-color: rgba(0, 164, 253, 0.8);\n color: #00a4fd;\n}\n.button_button-styles__guid__1feaae[disabled] {\n background: transparent;\n color: #c3cbd4;\n cursor: default;\n}\n.button_button-styles__guid__1feaae[disabled]:hover {\n background: transparent;\n color: #c3cbd4;\n cursor: default;\n}\n.button-dark-theme_button-styles__guid__1feaae {\n background: rgb(60, 68, 77);\n}\n.button-dark-theme_button-styles__guid__1feaae:hover,\n .button-dark-theme_button-styles__guid__1feaae:active {\n background: rgb(92, 103, 115);\n color: #ffffff;\n}\n.button-dark-theme_button-styles__guid__1feaae:focus {\n background: #2b3033;\n /* $gray23 */\n color: #006eaa;\n /* $accentColorD10 */\n}\n.panButton_button-styles__guid__1feaae {\n border-radius: 1px;\n line-height: 10px;\n padding: 4px 5px;\n}\n.panButtonDark_button-styles__guid__1feaae {\n border-radius: 1px;\n line-height: 10px;\n padding: 4px 5px;\n}\n.resetZoomButton_button-styles__guid__1feaae {\n margin-top: 5px;\n margin-right: 10px;\n}\n.resetZoomButtonDark_button-styles__guid__1feaae {\n margin-top: 5px;\n margin-right: 10px;\n}\n.resetZoomIcon_button-styles__guid__1feaae {\n margin-right: 3px;\n}\n"},i={enterprise:{button:"button_button-styles__guid__1feaae","button-dark-theme":"button-dark-theme_button-styles__guid__1feaae button_button-styles__guid__1feaae",panButton:"panButton_button-styles__guid__1feaae button_button-styles__guid__1feaae",panButtonDark:"panButtonDark_button-styles__guid__1feaae button-dark-theme_button-styles__guid__1feaae button_button-styles__guid__1feaae",resetZoomButton:"resetZoomButton_button-styles__guid__1feaae button_button-styles__guid__1feaae",resetZoomButtonDark:"resetZoomButtonDark_button-styles__guid__1feaae button-dark-theme_button-styles__guid__1feaae button_button-styles__guid__1feaae",resetZoomIcon:"resetZoomIcon_button-styles__guid__1feaae"},lite:{button:"button_button-styles__guid__1feaae","button-dark-theme":"button-dark-theme_button-styles__guid__1feaae button_button-styles__guid__1feaae",panButton:"panButton_button-styles__guid__1feaae button_button-styles__guid__1feaae",panButtonDark:"panButtonDark_button-styles__guid__1feaae button-dark-theme_button-styles__guid__1feaae button_button-styles__guid__1feaae",resetZoomButton:"resetZoomButton_button-styles__guid__1feaae button_button-styles__guid__1feaae",resetZoomButtonDark:"resetZoomButtonDark_button-styles__guid__1feaae button-dark-theme_button-styles__guid__1feaae button_button-styles__guid__1feaae",resetZoomIcon:"resetZoomIcon_button-styles__guid__1feaae"}},n=window.__splunkd_partials__&&window.__splunkd_partials__["/services/server/info"]&&window.__splunkd_partials__["/services/server/info"].entry[0].content.product_type,r=window.__splunk_ui_theme__,o=window.$C&&window.$C.SPLUNK_UI_THEME,s="lite"===(r||o||n)?"lite":"enterprise";function a(){return Math.floor(65536*(1+Math.random())).toString(16).substring(1)}var l=t.guid||a()+a()+a()+a();Object.keys(i[s]).forEach((function(t){var e=i[s][t];i[s][t]=e.replace(/_guid_/g,l)})),e[s]=e[s].replace(/_guid_/g,l),t.exports=[[t.i,e[s],""]],t.exports.locals=i[s],t.guid=l}).call(e,i(26)(t))},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=h(i(0)),r=h(i(1)),o=h(i(15)),s=i(4),a=h(i(10)),l=h(i(57)),c=h(i(245)),u=h(i(246));function h(t){return t&&t.__esModule?t:{default:t}}function d(){return"dark"===(0,s.getCurrentTheme)()?l.default.panButtonDark:l.default.panButton}function p(t,e){this.hcChart=t,this.distanceResolver=e,this.initialize()}p.prototype=n.default.extend({},a.default,{initialize:function(){var t=this.hcChart.xAxis[0].getExtremes(),e='<button class="'+d()+'" name="pan-left" title="'+o.default._("Pan Left")+'">'+c.default+"</button>",i='<button class="'+d()+'" name="pan-right" title="'+o.default._("Pan Right")+'">'+u.default+"</button>";this.panRightButton||(this.panRightButton=(0,n.default)(i),("between"===this.hcChart.xAxis[0].options.tickmarkPlacement&&t.max>=t.dataMax||"on"===this.hcChart.xAxis[0].options.tickmarkPlacement&&t.max>t.dataMax)&&this.panRightButton.attr("disabled","disabled"),(0,n.default)(this.hcChart.container).append(this.panRightButton)),this.panLeftButton||(this.panLeftButton=(0,n.default)(e),t.min<=t.dataMin&&this.panLeftButton.attr("disabled","disabled"),(0,n.default)(this.hcChart.container).append(this.panLeftButton));var s=this;this.debouncedPanLeft=r.default.debounce((function(){s.handlePan("left"),s.positionButtons()})),this.debouncedPanRight=r.default.debounce((function(){s.handlePan("right"),s.positionButtons()})),this.positionButtons(),this.bindPanListeners()},positionButtons:function(){var t=this.hcChart.legend.options,e=this.hcChart.plotHeight+this.hcChart.plotTop+4,i=this.hcChart.xAxis[0].left-20,n=this.hcChart.xAxis[0].right-("right"===t.align?20:0);this.panRightButton.css({position:"absolute",top:e+"px",right:n+"px"}),this.panLeftButton.css({position:"absolute",top:e+"px",left:i+"px"})},handlePan:function(t){var e=this.hcChart.xAxis[0],i=e.getExtremes(),n=Math.round(i.min),o=Math.round(i.max),s=this.distanceResolver(e,t),a=void 0,l=void 0,c=void 0,u=void 0,h=void 0;"left"===t?(u=i.dataMin,l=Math.max(u,n-s.min),c=o-s.max,l<n&&(l<=u&&this.panLeftButton.attr("disabled","disabled"),this.panRightButton.attr("disabled")&&this.panRightButton.removeAttr("disabled"),a=!0)):"right"===t&&(h=i.dataMax+("between"===this.hcChart.xAxis[0].options.tickmarkPlacement?0:1),r.default.has(this.hcChart.xAxis[0].options,"max")&&(h=Math.max(h,this.hcChart.xAxis[0].options.max)),c=Math.min(h,o+s.max),l=n+s.min,c>o&&(c>=h&&this.panRightButton.attr("disabled","disabled"),this.panLeftButton.attr("disabled")&&this.panLeftButton.removeAttr("disabled"),a=!0)),e.setExtremes(l,c,!1,!1,{trigger:"pan"}),a&&this.hcChart.redraw(!1)},bindPanListeners:function(){var t=this,e=void 0,i=function(){e&&clearInterval(e)},n=this.hcChart.xAxis[0],r=void 0;this.panLeftButton&&(this.panLeftButton.on("click",(function(e){e.preventDefault(),t.debouncedPanLeft()})),this.panLeftButton.on("mousedown",(function(){i(),e=window.setInterval((function(){t.handlePan("left")}),200)})),this.panLeftButton.on("mouseup",(function(){i(),r=n.getExtremes(),t.trigger("pan",[r.min,r.max])}))),this.panRightButton&&(this.panRightButton.on("click",(function(e){e.preventDefault(),t.debouncedPanRight()})),this.panRightButton.on("mousedown",(function(){i(),e=window.setInterval((function(){t.handlePan("right")}),200)})),this.panRightButton.on("mouseup",(function(){i(),r=n.getExtremes(),t.trigger("pan",[r.min,r.max])})))},onChartResize:function(){this.panLeftButton&&this.panRightButton&&this.positionButtons()},onChartRedraw:function(){this.panLeftButton&&this.panRightButton&&this.positionButtons()},destroy:function(){this.panLeftButton&&(this.panLeftButton.remove(),this.panLeftButton=void 0),this.panRightButton&&(this.panRightButton.remove(),this.panRightButton=void 0),this.off()}}),e.default=p,t.exports=e.default},function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 885 1500" width="6px" height="10px"><path d="M 751.027 1500 L 0 750 750 0 l 134.59 134.59 L 269.177 750 l 615.41 615.41" fill="currentColor"></path></svg>'},function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 885 1500" width="6px" height="10px"><path d="M134.59 0 l 750 750 -751.028 750 L 0 1365.41 615.41 750 0 134.59" fill="currentColor"></path></svg>'},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=u(i(0)),r=u(i(1)),o=u(i(15)),s=i(4),a=u(i(10)),l=u(i(57)),c=u(i(102));function u(t){return t&&t.__esModule?t:{default:t}}function h(t){this.hcChart=t,this.initialize(),this.debouncedZoomOut=r.default.debounce((function(){t.zoomOut()}))}h.prototype=n.default.extend({},a.default,{initialize:function(){this.hcChart.xAxis[0].getExtremes();var t='<button class="'+("dark"===(0,s.getCurrentTheme)()?l.default.resetZoomButtonDark:l.default.resetZoomButton)+'" name="reset-zoom"><span class="'+l.default.resetZoomIcon+'">'+c.default+"</span>"+o.default._("Reset Zoom")+"</button>";this.zoomOutBtn||(this.zoomOutBtn=(0,n.default)(t),(0,n.default)(this.hcChart.container).append(this.zoomOutBtn));var e=this.hcChart.yAxis[0].top,i=this.hcChart.xAxis[0].right;this.zoomOutBtn.css({position:"absolute",top:e+"px",right:i+"px"}),this.addEventHandlers()},addEventHandlers:function(){var t=this;this.zoomOutBtn&&this.zoomOutBtn.on("click",(function(e){e.preventDefault(),t.debouncedZoomOut()}))},destroy:function(){this.zoomOutBtn&&(this.zoomOutBtn.remove(),this.zoomOutBtn=void 0),this.off()}}),e.default=h,t.exports=e.default},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=l(i(0)),r=l(i(1)),o=i(2),s=i(4),a=l(i(103));function l(t){return t&&t.__esModule?t:{default:t}}function c(t){a.default.call(this,t),this.showLabels=t.showLabels,this.splitSeries=t.splitSeries}(0,o.inherit)(c,a.default),c.prototype=n.default.extend(c.prototype,{onChartLoadOrRedraw:function(t){"minmax"===this.showLabels&&this.displayMinMax(t.series),"all"===this.showLabels&&this.removeRepeatedZeroValues(t.series)},destroy:function(){this.off()},onChartLoad:function(){},displayMinMax:function(t){var e=r.default.flatten(r.default.pluck(t,"points"));r.default.each(e,(function(t){t.dataLabel&&t.dataLabel.element&&t.dataLabel.element.setAttribute("display","none")}));var i=void 0,n=void 0,o=t.length,s=[],a=[];for(i=0;i<o;i++){var l=void 0,c=void 0,u=t[i].xAxis.getExtremes(),h=u.userMin||u.dataMin,d=u.userMax||u.dataMax;for(a=[],n=0;n<t[i].points.length;n++)(c=(l=t[i].points[n]).x)>=h&&c<=d&&a.push(l);s.push(a)}for(this.splitSeries||(s=[r.default.flatten(s)]),i=0;i<s.length;i++){var p=r.default.filter(s[i],(function(t){return!r.default.isNull(t.y)&&t.dataLabel})),f=r.default.min(p,(function(t){return t.y})),m=r.default.max(p,(function(t){return t.y}));m.dataLabel&&m.dataLabel.element.removeAttribute("display"),f.dataLabel&&f.dataLabel.element.removeAttribute("display")}},getConfig:function(){return n.default.extend(!0,a.default.prototype.getConfig.call(this),{style:{color:(0,s.getThemeProperty)("DEFAULT_FONT_COLOR"),fontWeight:"normal",textOutline:"none"},allowOverlap:!0})},removeRepeatedZeroValues:function(t){var e=r.default.flatten(r.default.pluck(t,"points"));r.default.each(e,(function(t){t.dataLabel&&t.dataLabel.element&&t.dataLabel.element.removeAttribute("display")})),r.default.min(r.default.pluck(e,"y"))>=0&&r.default.each(e,(function(t){0===t.y&&t.dataLabel&&t.dataLabel.element&&t.dataLabel.element.setAttribute("display","none")}))}}),e.default=c,t.exports=e.default},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=d(i(250)),r=d(i(269)),o=d(i(60)),s=d(i(62)),a=d(i(270)),l=d(i(107)),c=d(i(271)),u=d(i(272)),h=d(i(273));function d(t){return t&&t.__esModule?t:{default:t}}e.default={create:function(t){return"column"===t.type?new n.default(t):"bar"===t.type?new r.default(t):"line"===t.type?new o.default(t):"area"===t.type?new s.default(t):"pie"===t.type?new a.default(t):"scatter"===t.type?new l.default(t):"bubble"===t.type?new c.default(t):"range"===t.type?new u.default(t):"outlier"===t.type?new h.default(t):new n.default(t)}},t.exports=e.default},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=u(i(9)),r=u(i(0)),o=u(i(1)),s=i(2),a=i(7),l=i(5),c=u(i(58));function u(t){return t&&t.__esModule?t:{default:t}}function h(t){c.default.call(this,t)}(0,s.inherit)(h,c.default),r.default.extend(h.prototype,{CHARTING_PROPERTY_WHITELIST:o.default.union(["columnSpacing","columnFillOpacity"],c.default.prototype.CHARTING_PROPERTY_WHITELIST),type:"column",processProperties:function(){this.fillOpacity=(0,l.parseFloat)(this.properties.columnFillOpacity)||1,this.strokeWidth="overlay"===this.properties.columnGrouping&&"default"===this.properties.stacking?1:0},getConfig:function(){var t=c.default.prototype.getConfig.call(this),e=this.getColor();t.color=(0,a.addAlphaToColor)(e,this.fillOpacity);var i=this.properties.seriesSpacing;return this.strokeWidth>0&&(t.lineWidth=this.strokeWidth,t.borderWidth=this.strokeWidth,t.borderColor=this.getColor(),i=i?(0,l.parseFloat)(i)+this.strokeWidth:this.strokeWidth),t.pointPadding=this.computeColumnSpacing(this.properties.columnSpacing),t.groupPadding=this.computeColumnGroupSpacing(i),t},onChartLoadOrRedraw:function(t){c.default.prototype.onChartLoadOrRedraw.call(this,t),this.strokeWidth>0&&this.hcSeries.legendSymbol.attr({stroke:this.getColor(),"stroke-width":1})},highlight:function(){var t=this;if(this.hcSeries){var e=this.strokeWidth>0?{stroke:this.getColor()}:{"stroke-width":0};this.hcSeries.data.forEach((function(i){i.graphic&&i.graphic.attr((0,n.default)({fill:t.getColor(),"fill-opacity":t.fillOpacity},e))}))}},selectPoint:function(t){var e=this.hcSeries.data[t.index].shapeArgs,i=this.hcSeries.chart.renderer,r=this.hcSeries.group,o=this.strokeWidth>0?{stroke:this.getColor(),"stroke-width":this.strokeWidth,"stroke-linejoin":"round","stroke-opacity":1}:{};this.selectedPointGraphic=i.rect(e.x,e.y,e.width,e.height).attr((0,n.default)({fill:this.getColor(),"fill-opacity":this.fillOpacity,zIndex:1},o)).add(r)},bringToFront:function(){}}),e.default=h,t.exports=e.default},function(t,e,i){t.exports={default:i(252),__esModule:!0}},function(t,e,i){i(253),i(262),t.exports=i(20).Array.from},function(t,e,i){"use strict";var n=i(254)(!0);i(255)(String,"String",(function(t){this._t=String(t),this._i=0}),(function(){var t,e=this._t,i=this._i;return i>=e.length?{value:void 0,done:!0}:(t=n(e,i),this._i+=t.length,{value:t,done:!1})}))},function(t,e,i){var n=i(50),r=i(49);t.exports=function(t){return function(e,i){var o,s,a=String(r(e)),l=n(i),c=a.length;return l<0||l>=c?t?"":void 0:(o=a.charCodeAt(l))<55296||o>56319||l+1===c||(s=a.charCodeAt(l+1))<56320||s>57343?t?a.charAt(l):o:t?a.slice(l,l+2):s-56320+(o-55296<<10)+65536}}},function(t,e,i){"use strict";var n=i(95),r=i(45),o=i(256),s=i(28),a=i(59),l=i(257),c=i(105),u=i(261),h=i(12)("iterator"),d=!([].keys&&"next"in[].keys()),p=function(){return this};t.exports=function(t,e,i,f,m,g,y){l(i,e,f);var b,v,M,x=function(t){if(!d&&t in w)return w[t];switch(t){case"keys":case"values":return function(){return new i(this,t)}}return function(){return new i(this,t)}},_=e+" Iterator",A="values"==m,L=!1,w=t.prototype,k=w[h]||w["@@iterator"]||m&&w[m],S=k||x(m),T=m?A?x("entries"):S:void 0,O="Array"==e&&w.entries||k;if(O&&(M=u(O.call(new t)))!==Object.prototype&&M.next&&(c(M,_,!0),n||"function"==typeof M[h]||s(M,h,p)),A&&k&&"values"!==k.name&&(L=!0,S=function(){return k.call(this)}),n&&!y||!d&&!L&&w[h]||s(w,h,S),a[e]=S,a[_]=p,m)if(b={values:A?S:x("values"),keys:g?S:x("keys"),entries:T},y)for(v in b)v in w||o(w,v,b[v]);else r(r.P+r.F*(d||L),e,b);return b}},function(t,e,i){t.exports=i(28)},function(t,e,i){"use strict";var n=i(258),r=i(48),o=i(105),s={};i(28)(s,i(12)("iterator"),(function(){return this})),t.exports=function(t,e,i){t.prototype=n(s,{next:r(1,i)}),o(t,e+" Iterator")}},function(t,e,i){var n=i(30),r=i(259),o=i(97),s=i(51)("IE_PROTO"),a=function(){},l=function(){var t,e=i(88)("iframe"),n=o.length;for(e.style.display="none",i(260).appendChild(e),e.src="javascript:",(t=e.contentWindow.document).open(),t.write("<script>document.F=Object<\/script>"),t.close(),l=t.F;n--;)delete l.prototype[o[n]];return l()};t.exports=Object.create||function(t,e){var i;return null!==t?(a.prototype=n(t),i=new a,a.prototype=null,i[s]=t):i=l(),void 0===e?i:r(i,e)}},function(t,e,i){var n=i(29),r=i(30),o=i(89);t.exports=i(21)?Object.defineProperties:function(t,e){r(t);for(var i,s=o(e),a=s.length,l=0;a>l;)n.f(t,i=s[l++],e[i]);return t}},function(t,e,i){var n=i(19).document;t.exports=n&&n.documentElement},function(t,e,i){var n=i(31),r=i(52),o=i(51)("IE_PROTO"),s=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=r(t),n(t,o)?t[o]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?s:null}},function(t,e,i){"use strict";var n=i(87),r=i(45),o=i(52),s=i(263),a=i(264),l=i(93),c=i(265),u=i(266);r(r.S+r.F*!i(268)((function(t){Array.from(t)})),"Array",{from:function(t){var e,i,r,h,d=o(t),p="function"==typeof this?this:Array,f=arguments.length,m=f>1?arguments[1]:void 0,g=void 0!==m,y=0,b=u(d);if(g&&(m=n(m,f>2?arguments[2]:void 0,2)),null==b||p==Array&&a(b))for(i=new p(e=l(d.length));e>y;y++)c(i,y,g?m(d[y],y):d[y]);else for(h=b.call(d),i=new p;!(r=h.next()).done;y++)c(i,y,g?s(h,m,[r.value,y],!0):r.value);return i.length=y,i}})},function(t,e,i){var n=i(30);t.exports=function(t,e,i,r){try{return r?e(n(i)[0],i[1]):e(i)}catch(e){var o=t.return;throw void 0!==o&&n(o.call(t)),e}}},function(t,e,i){var n=i(59),r=i(12)("iterator"),o=Array.prototype;t.exports=function(t){return void 0!==t&&(n.Array===t||o[r]===t)}},function(t,e,i){"use strict";var n=i(29),r=i(48);t.exports=function(t,e,i){e in t?n.f(t,e,r(0,i)):t[e]=i}},function(t,e,i){var n=i(267),r=i(12)("iterator"),o=i(59);t.exports=i(20).getIteratorMethod=function(t){if(null!=t)return t[r]||t["@@iterator"]||o[n(t)]}},function(t,e,i){var n=i(92),r=i(12)("toStringTag"),o="Arguments"==n(function(){return arguments}());t.exports=function(t){var e,i,s;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(i=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),r))?i:o?n(e):"Object"==(s=n(e))&&"function"==typeof e.callee?"Arguments":s}},function(t,e,i){var n=i(12)("iterator"),r=!1;try{var o=[7][n]();o.return=function(){r=!0},Array.from(o,(function(){throw 2}))}catch(t){}t.exports=function(t,e){if(!e&&!r)return!1;var i=!1;try{var o=[7],s=o[n]();s.next=function(){return{done:i=!0}},o[n]=function(){return s},t(o)}catch(t){}return i}},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=a(i(0)),r=a(i(1)),o=i(2),s=a(i(58));function a(t){return t&&t.__esModule?t:{default:t}}function l(t){s.default.call(this,t)}(0,o.inherit)(l,s.default),n.default.extend(l.prototype,{CHARTING_PROPERTY_WHITELIST:r.default.union(["barSpacing"],s.default.prototype.CHARTING_PROPERTY_WHITELIST),type:"bar",getConfig:function(){var t=s.default.prototype.getConfig.call(this);return t.pointPadding=this.computeBarSpacing(this.properties.barSpacing),t.groupPadding=this.computeBarGroupSpacing(this.properties.seriesSpacing),t},bringToFront:function(){}}),e.default=l,t.exports=e.default},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=h(i(9)),r=h(i(0)),o=h(i(1)),s=i(2),a=u(i(3)),l=u(i(54)),c=h(i(106));function u(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e.default=t,e}function h(t){return t&&t.__esModule?t:{default:t}}function d(t){c.default.call(this,t)}(0,s.inherit)(d,c.default),r.default.extend(d.prototype,{UNHIGHLIGHTED_OPACITY:1,UNHIGHLIGHTED_BASE_COLOR:"rgb(225, 225, 225)",CHARTING_PROPERTY_WHITELIST:o.default.union(["sliceCollapsingThreshold","sliceCollapsingLabel","showPercent","pieInnerSize"],c.default.prototype.CHARTING_PROPERTY_WHITELIST),type:"pie",hasPrettyData:!1,fieldList:[],processProperties:function(){if(this.collapseFieldName=this.properties.sliceCollapsingLabel||"other",this.collapsePercent=.01,this.innerSize="0%",this.properties.hasOwnProperty("pieInnerSize")){var t=parseFloat(this.properties.pieInnerSize);t>=0&&t<=1&&(this.innerSize=100*t+"%")}if(this.properties.hasOwnProperty("sliceCollapsingThreshold")){var e=parseFloat(this.properties.sliceCollapsingThreshold);e>=0&&e<=1&&(this.collapsePercent=e)}},getConfig:function(){return r.default.extend(c.default.prototype.getConfig.call(this),{translatePreHook:(0,o.default)(this.translatePreHook).bind(this),innerSize:this.innerSize})},collapseData:function(t,e,i,n,r,s,a,c,u){var h=this,d=t.spans,p=0,f=1===n?0:n;if((0,o.default)(e).each((function(t,e){var m=i[e];if(1===n&&0===m&&1===r||s(m)||1===r&&!n||a<=10&&!n)if(u){var g=l.extractBdTime(t),y=l.formatBdTimeAsAxisLabel(g,null,c).join(" "),b=d[e];h.data.push([t,m,b]),h.prettyData.push([y,m,b])}else h.data.push([t,m]);else p+=m,f++,h.fieldList=(0,o.default)(h.fieldList).without(t)})),f>0){var m=this.collapseFieldName+" ("+f+")";this.data.push([m,p]),this.prettyData.push([m,p,null]),this.fieldList.push("__other")}},setData:function(t){var e=this.data;this.data=[],this.prettyData=[];var i=this,n=[],r=[],s=Number.MAX_VALUE,c=0,u=t.sizes.filter((function(t){return 0===t})).length;(0,o.default)(t.sizes).each((function(e,i){(e>0||1===u&&0===e)&&(n.push(t.names[i]),r.push(e),c+=1,e<s&&(s=e))}));var h=t.isTimeBased,d=(0,o.default)(r).reduce((function(t,e){return t+e}),0),p=0,f=null,m=function(t){return t>0&&t/d>i.collapsePercent};h&&(f=l.determineLabelGranularity(n),this.hasPrettyData=!0),this.fieldList=(0,o.default)(n).map(a.escapeSVG,a),(0,o.default)(r).each((function(t,e){u>1&&0===t?(r[e]=t,u+=1):m(t)||p++}),this),this.collapseData(t,n,r,u,p,m,c,f,h),o.default.isEqual(this.data,e)||(this._dataIsDirty=!0)},getFieldList:function(){return this.fieldList},getData:function(){return this.data},getPrettyData:function(){return this.prettyData},highlightPoint:function(t){if(t.graphic){var e=t.color;t.graphic.attr({fill:e,"stroke-width":0,stroke:e})}},getTooltipRows:function(t){return[[t.sliceFieldName,t.sliceName],[(0,n.default)({text:t.seriesName},t.shouldColorizeTooltipData&&{color:t.sliceColor}),t.yValue],[(0,n.default)({text:t.seriesName+"%"},t.shouldColorizeTooltipData&&{color:t.sliceColor}),t.yPercent]]},translatePreHook:function(t){var e=t.chart;t.options.dataLabels.enabled?t.options.size=Math.min(.75*e.plotHeight,e.plotWidth/3):t.options.size=Math.min(.75*e.plotHeight,.75*e.plotWidth)}}),e.default=d,t.exports=e.default},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=l(i(0)),r=l(i(1)),o=i(2),s=l(i(106)),a=l(i(107));function l(t){return t&&t.__esModule?t:{default:t}}function c(t,e){s.default.call(this,t,e)}(0,o.inherit)(c,s.default),n.default.extend(c.prototype,{HIGHLIGHTED_OPACITY:.5,type:"bubble",setData:function(t){var e=this.data;this.data=(0,r.default)(t.x).map((function(e,i){return[e,t.y[i],t.z[i]]})),r.default.isEqual(this.data,e)||(this._dataIsDirty=!0)},getTooltipRows:function(t){for(var e,i=arguments.length,n=Array(i>1?i-1:0),r=1;r<i;r++)n[r-1]=arguments[r];var o=(e=a.default.prototype.getTooltipRows).call.apply(e,[this,t].concat(n));return o.push([t.zAxisName,t.zValue]),o}}),e.default=c,t.exports=e.default},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=c(i(0)),r=c(i(1)),o=i(2),s=c(i(62)),a=c(i(60)),l=c(i(108));function c(t){return t&&t.__esModule?t:{default:t}}function u(t){this.threshold=0,s.default.call(this,t)}function h(t){s.default.call(this,t)}function d(t){l.default.call(this,t),this.rangeStackId=r.default.uniqueId("rangeStack_"),this.predictedSeries=new a.default(this.getPredictedSeriesProperties()),this.lowerSeries=new u(this.getLowerSeriesProperties()),this.upperSeries=new h(this.getUpperSeriesProperties()),this.nestedSeriesList=[this.upperSeries,this.lowerSeries,this.predictedSeries],this.bindNestedSeries()}(0,o.inherit)(u,s.default),n.default.extend(u.prototype,{HIGHLIGHTED_OPACITY:0,UNHIGHLIGHTED_OPACITY:0,UNHIGHLIGHTED_LINE_OPACITY:.25,normalizeProperties:function(){for(var t=arguments.length,e=Array(t),i=0;i<t;i++)e[i]=arguments[i];return n.default.extend({},s.default.prototype.normalizeProperties.apply(this,e),{lineStyle:"dashed",stacking:"stacked"})},setData:function(t){s.default.prototype.setData.call(this,t);var e=(0,r.default)(t.y).min(),i=this.threshold;this.threshold=Math.min(e,0),this.threshold!==i&&(this._isDirty=!0)},getConfig:function(){var t=s.default.prototype.getConfig.call(this);return t.showInLegend=!1,t.threshold=this.threshold,t.stack=this.properties.stack,t}}),(0,o.inherit)(h,s.default),n.default.extend(h.prototype,{HIGHLIGHTED_OPACITY:.25,UNHIGHLIGHTED_OPACITY:.1,UNHIGHLIGHTED_LINE_OPACITY:.25,normalizeProperties:function(){for(var t=arguments.length,e=Array(t),i=0;i<t;i++)e[i]=arguments[i];return n.default.extend({},s.default.prototype.normalizeProperties.apply(this,e),{lineStyle:"dashed",stacking:"stacked"})},getConfig:function(){var t=s.default.prototype.getConfig.call(this);return t.showInLegend=!1,t.stack=this.properties.stack,t}}),(0,o.inherit)(d,l.default),n.default.extend(d.prototype,{type:"range",update:function(t){this.properties=this.normalizeProperties(t),this.predictedSeries.update(this.getPredictedSeriesProperties()),this.lowerSeries.update(this.getLowerSeriesProperties()),this.upperSeries.update(this.getUpperSeriesProperties())},setData:function(t){this.predictedSeries.setData({y:t.predicted,x:t.x}),this.lowerSeries.setData({y:t.lower,x:t.x}),t.upper=(0,r.default)(t.upper).map((function(e,i){if((0,r.default)(e).isNull())return null;var n=e-t.lower[i];return Math.max(n,0)})),this.upperSeries.setData({y:t.upper,x:t.x})},getPredictedSeriesProperties:function(){return this.properties},getLowerSeriesProperties:function(){return n.default.extend({},this.properties,{name:this.properties.names.lower,legendKey:this.predictedSeries.getLegendKey(),stack:this.rangeStackId})},getUpperSeriesProperties:function(){return n.default.extend({},this.properties,{name:this.properties.names.upper,legendKey:this.predictedSeries.getLegendKey(),stack:this.rangeStackId})},getFieldList:function(){return this.predictedSeries.getFieldList()},applyColorMapping:function(t){this.predictedSeries.applyColorMapping(t);var e=this.predictedSeries.getColor(),i={},n={};i[this.lowerSeries.getName()]=e,this.lowerSeries.applyColorMapping(i),n[this.upperSeries.getName()]=e,this.upperSeries.applyColorMapping(n)},handlePointMouseOver:function(){this.bringToFront(),this.highlight()},handlePointMouseOut:function(){},handleLegendMouseOver:function(){this.bringToFront(),this.highlight()},handleLegendMouseOut:function(){}}),e.default=d,t.exports=e.default},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=d(i(0)),r=d(i(1)),o=i(2),s=i(32),a=i(4),l=d(i(62)),c=d(i(60)),u=d(i(108)),h=d(i(61));function d(t){return t&&t.__esModule?t:{default:t}}function p(t){l.default.call(this,t)}function f(t){l.default.call(this,t)}function m(t){c.default.call(this,t)}function g(t){h.default.call(this,t),this.actualSeries=new m(this.getActualSeriesProperties()),this.lowerSeries=new p(this.getLowerSeriesProperties()),this.upperSeries=new f(this.getUpperSeriesProperties()),this.nestedSeriesList=[this.actualSeries,this.upperSeries,this.lowerSeries]}(0,o.inherit)(p,l.default),n.default.extend(p.prototype,{HIGHLIGHTED_OPACITY:0,UNHIGHLIGHTED_OPACITY:0,normalizeProperties:function(){for(var t=arguments.length,e=Array(t),i=0;i<t;i++)e[i]=arguments[i];return n.default.extend({},l.default.prototype.normalizeProperties.apply(this,e),{showLines:!1,stacking:"stacked"})},setData:function(t){l.default.prototype.setData.call(this,t)},getConfig:function(){return l.default.prototype.getConfig.call(this)}}),(0,o.inherit)(f,l.default),n.default.extend(f.prototype,{HIGHLIGHTED_OPACITY:.5,normalizeProperties:function(){for(var t=arguments.length,e=Array(t),i=0;i<t;i++)e[i]=arguments[i];return n.default.extend({},l.default.prototype.normalizeProperties.apply(this,e),{showLines:!1,stacking:"stacked"})},getConfig:function(){return l.default.prototype.getConfig.call(this)}}),(0,o.inherit)(m,c.default),n.default.extend(m.prototype,{getTooltipHtml:function(t,e){var i=t.pointIndex,n=t.xValue,r=e.series.find((function(t){return"line"===t.type})),o=r.yData,s=void 0===o?[]:o,a=r.name,l=e.series.find((function(t){return"lowerBound"===t.name})).yData,c=void 0===l?[]:l,u=e.series.find((function(t){return"upperBound"===t.name})).yData,h=void 0===u?[]:u;h=h.map((function(t,e){return t+c[e]}));var d=s[i],p=c[i],f=h[i],m=new Date(n).toLocaleTimeString("en-us",{weekday:"long",year:"numeric",month:"short",day:"numeric",hour:"2-digit",hour12:!1,minute:"2-digit"}),g=p||f?"\n <div>\n <strong>Thresholds:</strong> <span>"+(p&&p.toLocaleString())+"</span> ↔ <span>"+(f&&f.toLocaleString())+"</span>\n </div>\n ":"";return'\n <div class="highcharts-tooltip">\n <strong>'+m+'</strong>\n <div style="margin-top: 5px;">\n <strong>'+a+": </strong> <span>"+(d&&d.toLocaleString())+"</span>\n </div>\n "+g+"\n </div>\n "}}),(0,o.inherit)(g,h.default),n.default.extend(g.prototype,{type:"outlier",onChartLoadOrRedraw:function(t){(0,r.default)(this.nestedSeriesList).invoke("onChartLoadOrRedraw",t)},getConfig:function(){return u.default.prototype.getConfig.call(this).map((function(t){if("area"!==t.type){var e=t.color,i=t.data,n=void 0,r=void 0,o=[];i.forEach((function(t,a){var l=t.x,c=t.marker;c&&!n&&i[a+1]&&i[a+1].marker?n=l:!c||i[a+1]&&i[a+1].marker||!n||(r=l),null!=n&&null!=r&&(o.push({color:e,value:n},{color:s.COLORS.SEMANTIC_WARNING,value:r}),n=void 0,r=void 0)})),t.zoneAxis="x",t.zones=o}return t}))},setData:function(t){var e=this.data;this.data=t,t.actual=(0,r.default)(t.actual).map((function(e,i){return 1===t.isOutlier[i]?{y:e,isOutlier:!0}:e})),this.actualSeries.setData({y:t.actual,x:t.x},{isOutlierField:!0}),this.lowerSeries.setData({y:t.lower,x:t.x}),t.upper=(0,r.default)(t.upper).map((function(e,i){if((0,r.default)(e).isNull())return null;var n=e-t.lower[i];return Math.max(n,0)})),this.upperSeries.setData({y:t.upper,x:t.x}),r.default.isEqual(this.data,e)||(this._dataIsDirty=!0)},getActualSeriesProperties:function(){return n.default.extend({},this.properties,{legendOptions:{reversed:!0,title:{style:{fontSize:"14px",color:(0,a.getThemeProperty)("LEGEND_FONT_COLOR")||this.fontColor}},labelFormatter:function(t){return this.title.text="Anomalies: "+t,function(){var t=this.name;return"upperBound"===t?(this.color="rgba(123,86,219,0.5)","Thresholds"):"lowerBound"===t?(this.color=s.COLORS.SEMANTIC_WARNING,"Anomaly"):""+this.name}}}})},getLowerSeriesProperties:function(){return n.default.extend({},this.properties,{name:"lowerBound"})},getUpperSeriesProperties:function(){return n.default.extend({},this.properties,{name:"upperBound",legendKey:this.actualSeries.getLegendKey()})},getFieldList:function(){return this.actualSeries.getFieldList()},applyColorMapping:function(t){this.actualSeries.applyColorMapping(t);var e=this.actualSeries.getColor(),i={};i[this.upperSeries.getName()]=e,this.upperSeries.applyColorMapping(i)},highlight:function(){if(h.default.prototype.highlight.call(this),this.actualSeries.hcSeries.graph){var t=this.getColor();this.actualSeries.hcSeries.graph.attr({stroke:t,"stroke-opacity":this.HIGHLIGHTED_OPACITY})}},handlePointMouseOver:function(){this.bringToFront(),this.highlight()},handlePointMouseOut:function(){}}),e.default=g,t.exports=e.default},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=c(i(104)),r=c(i(0)),o=c(i(1)),s=i(2),a=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e.default=t,e}(i(3)),l=c(i(27));function c(t){return t&&t.__esModule?t:{default:t}}function u(t,e){l.default.call(this,t,e)}(0,s.inherit)(u,l.default),r.default.extend(u.prototype,{interAxisSpacing:10,shouldUpdateInPlace:function(){return!!this.selectionWindow&&(this.hcChart&&!this.isDirty())},processProperties:function(){l.default.prototype.processProperties.call(this),this.allowIndependentYRanges=a.normalizeBoolean(this.properties["layout.splitSeries.allowIndependentYRanges"],!1)},initializeSeriesPropertiesList:function(){var t=l.default.prototype.initializeSeriesPropertiesList.call(this);return(0,o.default)(t).each((function(t,e){t.yAxis=e})),t},initializeYAxisProperties:function(t,e){return r.default.extend(a.getYAxisProperties(this.properties,0),this.axisColorScheme,{"axis.orientation":this.axesAreInverted?"horizontal":"vertical",isEmpty:e,opposite:!1})},setAllSeriesData:function(){var t=this;l.default.prototype.setAllSeriesData.call(this),this.globalMin=1/0,this.globalMax=-1/0,(0,o.default)(this.yFields).each((function(e,i){var r=t.yAxisList[i],o=t.formatNumericAxisData(r,e);t.globalMin=Math.min(t.globalMin,Math.min.apply(Math,(0,n.default)(o))),t.globalMax=Math.max(t.globalMax,Math.max.apply(Math,(0,n.default)(o)))}))},getYAxisConfig:function(){var t=l.default.prototype.getYAxisConfig.call(this);return(0,o.default)(t).each((function(t,e){r.default.extend(t,{opposite:!1,offset:0,setSizePreHook:(0,o.default)((function(t){r.default.extend(t.options,this.getAdjustedAxisPosition(t,e,this.yAxisList.length))})).bind(this)});var i=t.getSeriesExtremesPostHook;t.getSeriesExtremesPostHook=(0,o.default)((function(t){this.allowIndependentYRanges||"stacked100"===this.stackMode||(t.dataMax=Math.max(t.dataMax,this.globalMax),t.dataMin=Math.min(t.dataMin,this.globalMin)),i&&i(t)})).bind(this)}),this),t},getSeriesConfigList:function(){var t=this,e=l.default.prototype.getSeriesConfigList.call(this);return(0,o.default)(e).each((function(e){e.afterAnimatePostHook=(0,o.default)(t.updateSeriesClipRect).bind(t),e.renderPostHook=(0,o.default)(t.updateSeriesClipRect).bind(t),e.destroyPreHook=(0,o.default)(t.destroySplitSeriesClipRect).bind(t)})),e},getAdjustedAxisPosition:function(t,e,i){var n=t.chart;if(n.inverted){var r=(n.plotWidth-this.interAxisSpacing*(i-1))/i;return{left:n.plotLeft+(r+this.interAxisSpacing)*e,width:r}}var o=(n.plotHeight-this.interAxisSpacing*(i-1))/i;return{top:n.plotTop+(o+this.interAxisSpacing)*e,height:o}},getTooltipConfig:function(){var t=l.default.prototype.getTooltipConfig.call(this),e=this;return t.getAnchorPostHook=function(t,i,n){return e.axesAreInverted&&(n[0]=t.series.yAxis.left+(t.pointWidth||0)),n},t},updateSeriesClipRect:function(t){var e=t.chart,i=t.yAxis;this.destroySplitSeriesClipRect(t),e.inverted?t.splitSeriesClipRect=e.renderer.clipRect(0,-0,e.plotHeight,i.width):t.splitSeriesClipRect=e.renderer.clipRect(0,0,e.plotWidth,i.height),t.group.clip(t.splitSeriesClipRect)},destroySplitSeriesClipRect:function(t){t.hasOwnProperty("splitSeriesClipRect")&&(t.splitSeriesClipRect.destroy(),delete t.splitSeriesClipRect)}}),e.default=u,t.exports=e.default},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=m(i(0)),r=m(i(1)),o=m(i(15)),s=m(i(8)),a=i(2),l=f(i(3)),c=m(i(54)),u=f(i(5)),h=m(i(27)),d=m(i(276)),p=m(i(36));function f(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e.default=t,e}function m(t){return t&&t.__esModule?t:{default:t}}function g(t,e){h.default.call(this,t,e)}(0,a.inherit)(g,h.default),n.default.extend(g.prototype,{SLICE_NAME_FIELD_INDEX:0,SLICE_SIZE_FIELD_INDEX:1,hasLegend:!1,hasXAxis:!1,hasYAxis:!1,shouldUpdateInPlace:function(){return!1},processProperties:function(){h.default.prototype.processProperties.call(this),this.showLabels=!this.isEmpty()&&l.normalizeBoolean(this.properties["chart.showLabels"],!0),this.hasLegend=l.normalizeBoolean(this.properties["chart.showLegend"],!1)},prepare:function(t,e){h.default.prototype.prepare.call(this,t,e),this.showLabels&&this.initializeDataLabels()},handleDraw:function(t){if(this.destroyCustomRenderer(),this.isEmpty())return this.benchmark("Draw Started"),this.drawEmptyPieChart(),this.benchmark("Draw Finished"),void t(this,this.benchmarks);h.default.prototype.handleDraw.call(this,t)},initializeFields:function(){var t=this.dataSet.allDataFields();this.sliceNameField=t[this.SLICE_NAME_FIELD_INDEX],this.sliceSizeField=t[this.SLICE_SIZE_FIELD_INDEX]},isEmpty:function(){return!!this.dataSet&&(!this._sizeValuesAreNumeric()||this.dataSet.allDataFields().length<2)},hasTimeXAxis:function(){return!1},_sizeValuesAreNumeric:function(){return u.valuesAreNumeric(this.dataSet.seriesList[this.SLICE_SIZE_FIELD_INDEX])},_getInvalidDataMessage:function(){return!this.dataSet||this.dataSet.allDataFields().length<2?o.default._("No Results"):this._sizeValuesAreNumeric()?o.default._("Invalid Data"):o.default._("Numeric Data Required")},shouldProgressiveDraw:function(){return!1},initializeSeriesPropertiesList:function(){return[n.default.extend({},this.properties,{name:this.sliceSizeField,type:"pie",clickEnabled:this.chartClickEnabled})]},setAllSeriesData:function(){var t=this.seriesIsTimeBased(this.sliceNameField),e=void 0;t&&(e=this.dataSet.getSeriesAsFloats("_span")),this.seriesList[0].setData({names:this.dataSet.getSeries(this.sliceNameField),sizes:this.dataSet.getSeriesAsFloats(this.sliceSizeField,{nullValueMode:"zero"}),spans:e,isTimeBased:t}),this.seriesList[0].UNHIGHLIGHTED_COLOR="rgba(150, 150, 150, 0.3)",this.seriesList[0].UNHIGHLIGHTED_BORDER_COLOR="rgba(200, 200, 200, 0.3)"},handlePointMouseOver:function(t){this.seriesList[0].handlePointMouseOver(t),this.dataLabels&&this.dataLabels.selectLabel(t)},handlePointMouseOut:function(t){this.seriesList[0].handlePointMouseOut(t),this.dataLabels&&this.dataLabels.unSelectLabel(t)},handlePointClick:function(t,e){var i=e.originalIndex,n=this.seriesList[0].getData()[i],r=n[0],o=n[1].toString(),s=new RegExp("^"+this.seriesList[0].collapseFieldName),a={},l={type:"pointClick",modifierKey:t.modifierKey,name:this.sliceNameField,name2:this.sliceSizeField,value2:o,rowContext:a};if(this.seriesIsTimeBased(this.sliceNameField)&&!s.test(n[0])){var u=n[0];l.value=c.default.getEpochTimeFromISO(u),l._span=n[2],a["row."+this.sliceNameField]=l.value}else l.value=r,a["row."+this.sliceNameField]=r;a["row."+this.sliceSizeField]=o,this.trigger(l)},getTargetPoint:function(t,e){var i=void 0,n=this.seriesList[0].getData(),r=n.indexOf(t);return r>-1&&r<n.length&&(i={index:r,originalIndex:r,seriesName:e.getName(),y:n[r]}),i},initializeDataLabels:function(){var t={fontColor:this.fontColor,foregroundColorSoft:this.foregroundColorSoft,clickEnabled:l.normalizeBoolean(this.properties["chart.clickEnabled"])||l.normalizeBoolean(this.properties.enableChartClick)};this.dataLabels&&this.dataLabels.destroy(),this.dataLabels=new d.default(t);var e=this,i={highlightDelay:75,unhighlightDelay:50,onMouseOver:function(t){e.seriesList[0].selectPoint(t)},onMouseOut:function(t){e.seriesList[0].unSelectPoint(t)}},n=new p.default(i);this.dataLabels.on("mouseover",(function(t,e){n.mouseOverHappened(e)})),this.dataLabels.on("mouseout",(function(t,e){n.mouseOutHappened(e)}))},getPlotOptionsConfig:function(){var t=this;return{pie:{dataLabels:n.default.extend(this.getDataLabelConfig(),{formatter:function(){return l.escapeSVG(t.formatDataLabel(this))}}),borderWidth:0,stickyTracking:!1,cursor:this.chartClickEnabled?"pointer":"default",states:{hover:{brightness:0},inactive:{opacity:1}},tooltip:{followPointer:!1},showInLegend:this.hasLegend}}},getDataLabelConfig:function(){return this.showLabels?this.dataLabels.getConfig():{enabled:!1}},applyColorPalette:function(){this.BASE_CONFIG=n.default.extend({},this.BASE_CONFIG,{colors:(0,r.default)(this.getFieldList()).map(this.computeFieldColor,this)})},addPercentToName:function(t,e){return l.normalizeBoolean(this.properties["chart.showPercent"])?t+", "+o.default.format_percent(e/100):t},formatDataLabel:function(t){return this.addPercentToName(t.point.name,t.percentage)},getSeriesPointInfo:function(t,e){var i=e.index,n=t.hasPrettyData?t.getPrettyData()[i]:t.getData()[i],r=this.addPercentToName(n[0],e.percentage),s=n[1];return{sliceFieldName:this.sliceNameField,sliceName:r,sliceColor:e.color,yValue:o.default.format_decimal(s),yPercent:o.default.format_percent(e.percentage/100),shouldColorizeTooltipData:this.shouldColorizeTooltipData}},drawEmptyPieChart:function(){var t=this.$container.width(),e=this.$container.height(),i=Math.min(.75*e,t/3)/2;this.renderer=new s.default.Renderer(this.container,t,e),this.renderer.circle(t/2,e/2,i).attr({fill:"rgba(150, 150, 150, 0.3)",stroke:"rgb(200, 200, 200)","stroke-width":1,title:o.default._("Invalid data: second column must be numeric for a pie chart")}).add(),this.renderer.text(this._getInvalidDataMessage(),t/2,e/2).attr({align:"center"}).css({fontSize:"20px",color:"rgb(200, 200, 200)"}).add()},setSize:function(t,e){this.isEmpty()?(this.destroyCustomRenderer(),this.drawEmptyPieChart()):h.default.prototype.setSize.call(this,t,e)},destroy:function(){this.destroyCustomRenderer(),h.default.prototype.destroy.call(this)},destroyCustomRenderer:function(){this.renderer&&(this.renderer.destroy(),this.renderer=null,this.$container.empty())}}),e.default=g,t.exports=e.default},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=u(i(0)),r=u(i(1)),o=u(i(11)),s=i(2),a=i(4),l=u(i(36)),c=u(i(103));function u(t){return t&&t.__esModule?t:{default:t}}function h(t){c.default.call(this,t),this.id=r.default.uniqueId("data_labels_")}(0,s.inherit)(h,c.default),h.prototype=n.default.extend(h.prototype,{HIGHLIGHTED_OPACITY:1,UNHIGHLIGHTED_OPACITY:.3,getConfig:function(){return{color:this.properties.fontColor||(0,a.getThemeProperty)("DEFAULT_FONT_COLOR"),connectorColor:this.properties.foregroundColorSoft,connectorPadding:5,softConnector:!1,distance:20,style:{cursor:this.properties.clickEnabled?"pointer":"default",fontWeight:"normal",textOutline:"none",HcTextStroke:!0},x:.01,drawDataLabelsPreHook:(0,r.default)(this.drawDataLabelsPreHook).bind(this),drawDataLabelsPostHook:(0,r.default)(this.drawDataLabelsPostHook).bind(this),placeDataLabelsPreHook:(0,r.default)(this.placeDataLabelsPreHook).bind(this)}},onChartLoad:function(){},onChartLoadOrRedraw:function(t){this.removeEventHandlers(),this.hcSeries=t.series[0],this.addEventHandlers()},addEventHandlers:function(){var t=this,e=this,i={highlightDelay:125,unhighlightDelay:50,onMouseOver:function(t){e.selectLabel(t),e.trigger("mouseover",[t])},onMouseOut:function(t){e.unSelectLabel(t),e.trigger("mouseout",[t])}},o=new l.default(i);(0,r.default)(this.hcSeries.data).each((function(i){if(i.dataLabel){var r=i.dataLabel.element;(0,n.default)(r).on("mouseover."+t.id,(function(){o.mouseOverHappened(i)})),(0,n.default)(r).on("mouseout."+t.id,(function(){o.mouseOutHappened(i)})),(0,n.default)(r).on("click."+t.id,(function(){e.trigger("click",[i])}))}}))},removeEventHandlers:function(){var t=this;this.hcSeries&&(0,r.default)(this.hcSeries.data).each((function(e){if(e.dataLabel){var i=e.dataLabel.element;(0,n.default)(i).off("."+t.id)}}))},destroy:function(){this.off(),this.removeEventHandlers(),this.hcSeries=null},selectLabel:function(t){var e=this,i=this.hcSeries.data[t.index];i.dataLabel.attr("fill-opacity",this.HIGHLIGHTED_OPACITY),(0,r.default)(this.hcSeries.data).chain().without(i).each((function(t){t.dataLabel.attr("fill-opacity",e.UNHIGHLIGHTED_OPACITY)}))},unSelectLabel:function(t){var e=this,i=this.hcSeries.data[t.index];(0,r.default)(this.hcSeries.data).chain().without(i).each((function(t){t.dataLabel.attr("fill-opacity",e.HIGHLIGHTED_OPACITY)}))},drawDataLabelsPreHook:function(t){var e=t.chart,i=t.options.dataLabels.distance,n=t.center,r=n[2]/2;t.getX=function(t,o){return e.plotLeft+n[0]+(o?-r-i:r+i/2)},this.fitLabelsToPlotArea(t)},fitLabelsToPlotArea:function(t){var e=void 0,i=t.options,r=i.dataLabels.distance,s=i.size,a=t.chart,l=a.renderer,c=new o.default(l),u=(a.plotWidth-(s+2*r))/2,h=[];for(e=0;e<t.data.length;e++)void 0!==t.options.data[e][0]?h.push(t.options.data[e][0]):h.push(t.options.data[e].name);var d=c.adjustLabels(h,u,9,11,"middle");for(e=0;e<t.data.length;e++)t.data[e].name=d.labels[e],t.data[e].dataLabel&&t.data[e].dataLabel.css&&t.data[e].dataLabel.css({fontSize:d.fontSize+"px"});n.default.extend(!0,i.dataLabels,{style:{fontSize:d.fontSize+"px"},y:Math.floor(d.fontSize/4)-3}),c.destroy()},placeDataLabelsPreHook:function(t){t.points.forEach((function(t){t.dataLabel.sideOverflow=!1}))},drawDataLabelsPostHook:function(t){var e=this;(0,r.default)(t.points).each((function(t){if(t.connector){var i=t.connector.attr("d").split(" ");t.connector.attr({d:e.updateConnectorPath(i)})}}))},updateConnectorPath:function(t){var e={x:parseFloat(t[1]),y:parseFloat(t[2])},i=parseFloat(t[4]),n=parseFloat(t[5]),o={x:parseFloat(t[7]),y:parseFloat(t[8])},s=(o.y-n)/(o.x-i),a={x:o.x+(e.y-o.y)/s,y:e.y},l=!r.default.isFinite(s),c=isNaN(a.x)||e.x>=a.x&&a.x<=o.x||e.x<=a.x&&a.x>=o.x;return!l&&c?["M",e.x,e.y,"L",o.x,o.y]:["M",e.x,e.y,"L",a.x,a.y,"L",o.x,o.y]}}),e.default=h,t.exports=e.default},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=l(i(0)),r=l(i(1)),o=i(2),s=l(i(109)),a=l(i(56));function l(t){return t&&t.__esModule?t:{default:t}}function c(t,e){s.default.call(this,t,e)}(0,o.inherit)(c,s.default),n.default.extend(c.prototype,{NUM_DIMENSION_FIELDS:3,TYPE:"bubble",initializeNonMarkFields:function(t){s.default.prototype.initializeNonMarkFields.call(this,t),t.length>this.NUM_DIMENSION_FIELDS?this.zField=t[3]:this.zField=t[2]},isEmpty:function(){for(var t=arguments.length,e=Array(t),i=0;i<t;i++)e[i]=arguments[i];return s.default.prototype.isEmpty.apply(this,e)||(0,r.default)(this.zField).isUndefined()},processProperties:function(){s.default.prototype.processProperties.call(this);var t=50,e=10,i="area";this.bubbleMaximumSize=this.properties["chart.bubbleMaximumSize"]&&parseInt(this.properties["chart.bubbleMaximumSize"],10),this.bubbleMinimumSize=this.properties["chart.bubbleMinimumSize"]&&parseInt(this.properties["chart.bubbleMinimumSize"],10),this.bubbleSizeBy=this.properties["chart.bubbleSizeBy"]||i,(isNaN(this.bubbleMaximumSize)||this.bubbleMaximumSize<=0)&&(this.bubbleMaximumSize=t),(isNaN(this.bubbleMinimumSize)||this.bubbleMinimumSize<=0)&&(this.bubbleMinimumSize=e),"diameter"===this.bubbleSizeBy?this.bubbleSizeBy="width":"area"!==this.bubbleSizeBy&&(this.bubbleSizeBy=i)},setAllSeriesData:function(){var t=this,e=this.formatNumericAxisData(this.xAxisList[0],this.xField),i=this.formatNumericAxisData(this.yAxisList[0],this.yField),n=this.formatNumericAxisData(this.yAxisList[0],this.zField);this.isMultiSeries?(0,r.default)(this.seriesList).each((function(r){var o=r.getName();r.setData({x:t.filterDataByNameMatch(e,o),y:t.filterDataByNameMatch(i,o),z:t.filterDataByNameMatch(n,o)})})):this.seriesList[0].setData({x:e,y:i,z:n})},getPlotOptionsConfig:function(){return{bubble:{stickyTracking:!1,minSize:this.bubbleMinimumSize,maxSize:this.bubbleMaximumSize,sizeBy:this.bubbleSizeBy,tooltip:{followPointer:!1},cursor:this.chartClickEnabled?"pointer":"default"}}},getSeriesPointInfo:function(t,e){for(var i,n=arguments.length,r=Array(n>2?n-2:0),o=2;o<n;o++)r[o-2]=arguments[o];var l=(i=s.default.prototype.getSeriesPointInfo).call.apply(i,[this,t,e].concat(r)),c=e.index,u=t.getName(),h=this.dataSet.getSeries(this.zField),d=this.isMultiSeries?this.filterDataByNameMatch(h,u)[c]:h[c];return l.zAxisName=this.zField,l.zValue=a.default.formatNumber(d),l}}),e.default=c,t.exports=e.default},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=l(i(0)),r=l(i(1)),o=i(2),s=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e.default=t,e}(i(5)),a=l(i(63));function l(t){return t&&t.__esModule?t:{default:t}}function c(t,e){a.default.call(this,t,e)}(0,o.inherit)(c,a.default),n.default.extend(c.prototype,{showMinorTicksByDefault:!1,updateDimensions:function(){a.default.prototype.updateDimensions.call(this),this.width<this.height&&this.width>=this.MIN_GAUGE_HEIGHT&&(this.$container.height(this.width),this.height=this.width)},processProperties:function(){a.default.prototype.processProperties.call(this),this.verticalPadding=10,this.minorsPerMajor=10,this.tickWidth=1,this.startAngle=this.computeStartAngle(),this.arcAngle=this.computeArcAngle()},computeStartAngle:function(){var t=parseInt(this.properties["chart.rangeStartAngle"],10);return(0,r.default)(t).isNaN()&&(t=45),s.degreeToRadian(t+90)},computeArcAngle:function(){var t=parseInt(this.properties["chart.rangeArcAngle"],10)||270;return s.degreeToRadian(t)},renderGauge:function(){a.default.prototype.renderGauge.call(this),this.borderWidth=s.roundWithMin(this.height/60,3),this.tickOffset=s.roundWithMin(this.height/100,3),this.tickLabelOffset=this.borderWidth,this.tickFontSize=s.roundWithMin(this.height/25,10),this.valueFontSize=s.roundWithMin(this.height/15,15),this.isShiny?(this.needleTailLength=s.roundWithMin(this.height/15,10),this.needleTailWidth=s.roundWithMin(this.height/50,6),this.knobWidth=s.roundWithMin(this.height/30,7)):this.needleWidth=s.roundWithMin(this.height/60,3),this.isShiny?(this.bandOffset=this.borderWidth,this.bandThickness=s.roundWithMin(this.height/40,4)):(this.bandOffset=0,this.bandThickness=s.roundWithMin(this.height/30,7)),this.tickColor=this.isShiny?"silver":this.foregroundColor,this.tickFontColor=this.isShiny?"silver":this.fontColor,this.valueColor=this.isShiny?"#b8b167":this.fontColor,this.tickLength=s.roundWithMin(this.height/20,4),this.minorTickLength=this.tickLength/2,this.radius=(this.height-2*(this.verticalPadding+this.borderWidth))/2,this.valueHeight=this.height-(this.radius/4+this.verticalPadding+this.borderWidth),this.needleLength=this.isShiny?this.radius:this.radius-this.bandThickness/2,this.tickStart=this.radius-this.bandOffset-this.bandThickness-this.tickOffset,this.tickEnd=this.tickStart-this.tickLength,this.tickLabelPosition=this.tickEnd-this.tickLabelOffset,this.minorTickEnd=this.tickStart-this.minorTickLength,this.isShiny&&(this.elements.border=this.renderer.circle(this.width/2,this.height/2,this.radius+this.borderWidth).attr({fill:"#edede7",stroke:"silver","stroke-width":1}).add(),this.elements.background=this.renderer.circle(this.width/2,this.height/2,this.radius).attr({fill:"#000000"}).add()),this.showRangeBand&&this.drawColorBand(),this.drawTicks(),this.drawIndicator(this.value),this.showValue&&this.drawValueDisplay(),this.checkOutOfRange(this.value)},updateValueDisplay:function(t){this.elements.valueDisplay.attr({text:t})},drawColorBand:function(){var t=void 0,e=void 0,i=void 0,n=this.radius-this.bandOffset,r=n-this.bandThickness;for(t=0;t<this.ranges.length-1;t++)e=this.translateValue(this.ranges[t]),i=this.translateValue(this.ranges[t+1]),this.elements["colorBand"+t]=this.renderer.arc(this.width/2,this.height/2,n,r,e,i).attr({fill:this.getColorByIndex(t)}).add()},drawMajorTick:function(t){return this.renderer.path(["M",this.width/2+this.tickStart*Math.cos(t),this.height/2+this.tickStart*Math.sin(t),"L",this.width/2+this.tickEnd*Math.cos(t),this.height/2+this.tickEnd*Math.sin(t)]).attr({stroke:this.tickColor,"stroke-width":this.tickWidth}).add()},drawMajorTickLabel:function(t,e){var i=Math.sin(t),n=this.predictTextWidth(e,this.tickFontSize),r=t<1.5*Math.PI?"left":"right",o=t<1.5*Math.PI?-n/2*i*i:n/2*i*i,s=this.tickFontSize/4*i;return this.renderer.text(e,this.width/2+this.tickLabelPosition*Math.cos(t)+o,this.height/2+(this.tickLabelPosition-4)*i+this.tickFontSize/4-s).attr({align:r}).css({color:this.tickFontColor,fontSize:this.tickFontSize+"px"}).add()},drawMinorTick:function(t){return this.renderer.path(["M",this.width/2+this.tickStart*Math.cos(t),this.height/2+this.tickStart*Math.sin(t),"L",this.width/2+this.minorTickEnd*Math.cos(t),this.height/2+this.minorTickEnd*Math.sin(t)]).attr({stroke:this.tickColor,"stroke-width":this.tickWidth}).add()},drawIndicator:function(t){var e=void 0,i=void 0,n=void 0,r=void 0,o=void 0,s=void 0,a=this.normalizedTranslateValue(t),l=Math.cos(a),c=Math.sin(a);this.isShiny?(e=["M",this.width/2-this.needleTailLength*l,this.height/2-this.needleTailLength*c,"L",this.width/2-this.needleTailLength*l+this.needleTailWidth*c,this.height/2-this.needleTailLength*c-this.needleTailWidth*l,this.width/2+this.needleLength*l,this.height/2+this.needleLength*c,this.width/2-this.needleTailLength*l-this.needleTailWidth*c,this.height/2-this.needleTailLength*c+this.needleTailWidth*l,this.width/2-this.needleTailLength*l,this.height/2-this.needleTailLength*c],r={linearGradient:[this.width/2-this.needleTailLength*l,this.height/2-this.needleTailLength*c,this.width/2-this.needleTailLength*l-this.needleTailWidth*c,this.height/2-this.needleTailLength*c+this.needleTailWidth*l],stops:[[0,"#999999"],[.2,"#cccccc"]]},o=["M",this.width/2-(this.needleTailLength-2)*l,this.height/2-(this.needleTailLength-2)*c,"L",this.width/2+(this.needleLength-this.bandOffset/2)*l,this.height/2+(this.needleLength-this.bandOffset/2)*c],s={linearGradient:[this.width/2+this.knobWidth*c,this.height/2-this.knobWidth*l,this.width/2-this.knobWidth*c,this.height/2+this.knobWidth*l],stops:[[0,"silver"],[.5,"black"],[1,"silver"]]}):(e=["M",this.width/2,this.height/2,"L",this.width/2+l*this.needleLength,this.height/2+c*this.needleLength],i=this.foregroundColor,n=this.needleWidth),this.isShiny&&(this.elements.centerKnob&&this.elements.centerKnob.destroy(),this.elements.centerKnob=this.renderer.circle(this.width/2,this.height/2,this.knobWidth).attr({fill:s}).add()),this.elements.needle&&this.elements.needle.destroy(),this.elements.needle=this.renderer.path(e).attr({fill:r||"",stroke:i||"","stroke-width":n||""}).add(),this.isShiny&&(this.elements.needleRidge&&this.elements.needleRidge.destroy(),this.elements.needleRidge=this.renderer.path(o).attr({stroke:"#cccccc","stroke-width":1}).add())},drawValueDisplay:function(){var t=this.formatValue(this.value);this.elements.valueDisplay=this.renderer.text(t,this.width/2,this.valueHeight).css({color:this.valueColor,fontSize:this.valueFontSize+"px",lineHeight:this.valueFontSize+"px",fontWeight:"bold"}).attr({align:"center"}).add()},getSVG:function(){return this.elements.centerKnob&&this.elements.centerKnob.attr({fill:"#999999"}),this.elements.needle.attr({fill:"#bbbbbb"}),this.elements.needleRidge&&this.elements.needleRidge.attr({stroke:"#999999"}),a.default.prototype.getSVG.call(this)},normalizedTranslateValue:function(t){return t<this.ranges[0]?this.translateValue(this.ranges[0]):t>this.ranges[this.ranges.length-1]?this.translateValue(this.ranges[this.ranges.length-1]):this.translateValue(t)},translateValue:function(t){var e=this.ranges[this.ranges.length-1]-this.ranges[0],i=t-this.ranges[0];return this.startAngle+i/e*this.arcAngle}}),e.default=c,t.exports=e.default},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=a(i(0)),r=i(2),o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e.default=t,e}(i(5)),s=a(i(110));function a(t){return t&&t.__esModule?t:{default:t}}function l(t,e){s.default.call(this,t,e),this.horizontalPadding=20,this.tickOffset=5,this.tickLength=15,this.tickWidth=1,this.tickLabelOffset=5,this.minorTickLength=Math.floor(this.tickLength/2)}(0,r.inherit)(l,s.default),n.default.extend(l.prototype,{renderGauge:function(){this.tickFontSize=o.roundWithMinMax(this.width/50,10,20),this.backgroundCornerRad=o.roundWithMinMax(this.width/120,3,5),this.valueFontSize=o.roundWithMinMax(this.width/40,15,25),this.backgroundHeight=3*this.valueFontSize,this.valueBottomPadding=o.roundWithMinMax(this.width/100,5,10),s.default.prototype.renderGauge.call(this)},drawBackground:function(){var t=this.calculateTickValues(this.ranges[0],this.ranges[this.ranges.length-1],this.MAX_TICKS_PER_RANGE),e=t[t.length-1],i=this.predictTextWidth(this.formatValue(e),this.tickFontSize);this.horizontalPadding=Math.max(this.horizontalPadding,i),this.backgroundWidth=this.width-2*this.horizontalPadding,this.isShiny&&(this.elements.background=this.renderer.rect(this.horizontalPadding,(this.height-this.backgroundHeight)/2,this.backgroundWidth,this.backgroundHeight,this.backgroundCornerRad).attr({fill:"#edede7",stroke:"silver","stroke-width":1}).add()),this.tickStartY=(this.height+this.backgroundHeight)/2+this.tickOffset,this.tickEndY=this.tickStartY+this.tickLength,this.tickLabelStartY=this.tickEndY+this.tickLabelOffset},drawMajorTick:function(t){var e=this.horizontalPadding+t;return this.renderer.path(["M",e,this.tickStartY,"L",e,this.tickEndY]).attr({stroke:this.tickColor,"stroke-width":this.tickWidth}).add()},drawMajorTickLabel:function(t,e){var i=this.horizontalPadding+t;return this.renderer.text(e,i,this.tickLabelStartY+this.tickFontSize).attr({align:"center"}).css({color:this.tickFontColor,fontSize:this.tickFontSize+"px",lineHeight:this.tickFontSize+"px"}).add()},drawMinorTick:function(t){var e=this.horizontalPadding+t;return this.renderer.path(["M",e,this.tickStartY,"L",e,this.tickStartY+this.minorTickLength]).attr({stroke:this.tickColor,"stroke-width":this.minorTickWidth}).add()},drawIndicator:function(t){var e=this.getFillColor(t),i=this.normalizedTranslateValue(t),n=void 0,r=void 0;i>0?(i=Math.max(i,this.backgroundCornerRad),n=this.horizontalPadding+i,r=this.isShiny?["M",this.horizontalPadding+this.backgroundCornerRad,(this.height-this.backgroundHeight-2)/2,"C",this.horizontalPadding+this.backgroundCornerRad,(this.height-this.backgroundHeight-2)/2,this.horizontalPadding,(this.height-this.backgroundHeight-2)/2,this.horizontalPadding,(this.height-this.backgroundHeight-2)/2+this.backgroundCornerRad,"L",this.horizontalPadding,(this.height+this.backgroundHeight)/2-this.backgroundCornerRad,"C",this.horizontalPadding,(this.height+this.backgroundHeight)/2-this.backgroundCornerRad,this.horizontalPadding,(this.height+this.backgroundHeight)/2,this.horizontalPadding+this.backgroundCornerRad,(this.height+this.backgroundHeight)/2,"L",n,(this.height+this.backgroundHeight)/2,n,(this.height-this.backgroundHeight-2)/2,this.horizontalPadding+this.backgroundCornerRad,(this.height-this.backgroundHeight-2)/2]:["M",this.horizontalPadding,(this.height-this.backgroundHeight)/2,"L",n,(this.height-this.backgroundHeight)/2,n,(this.height+this.backgroundHeight)/2,this.horizontalPadding,(this.height+this.backgroundHeight)/2,this.horizontalPadding,(this.height-this.backgroundHeight)/2]):r=[],this.elements.fill&&this.elements.fill.destroy(),this.elements.fill=this.renderer.path(r).attr({fill:e}).add(),this.showValue&&this.drawValueDisplay(t,e,i)},drawValueDisplay:function(t,e,i){var n=this.getDisplayValue(t),r=this.horizontalPadding+i,o=this.getValueColor(e),s=void 0,a=this.formatValue(n),l=this.predictTextWidth(a,this.valueFontSize)+this.valueBottomPadding;i>=l?s=r-l:(s=r+this.valueBottomPadding,o=this.defaultValueColor),this.elements.valueDisplay?this.elements.valueDisplay.attr({text:a,x:s}).css({color:o,fontSize:this.valueFontSize+"px",fontWeight:"bold"}).toFront():this.elements.valueDisplay=this.renderer.text(a,s,this.height/2+this.valueFontSize/4).css({color:o,fontSize:this.valueFontSize+"px",lineHeight:this.valueFontSize+"px",fontWeight:"bold"}).attr({align:"left"}).add()},normalizedTranslateValue:function(t){return t<this.ranges[0]?0:t>this.ranges[this.ranges.length-1]?this.translateValue(this.ranges[this.ranges.length-1]):this.translateValue(t)},translateValue:function(t){var e=this.ranges[this.ranges.length-1]-this.ranges[0],i=t-this.ranges[0];return Math.round(i/e*this.backgroundWidth)}}),e.default=l,t.exports=e.default},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=a(i(0)),r=i(2),o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e.default=t,e}(i(5)),s=a(i(110));function a(t){return t&&t.__esModule?t:{default:t}}function l(t,e){s.default.call(this,t,e),this.tickWidth=1}(0,r.inherit)(l,s.default),n.default.extend(l.prototype,{renderGauge:function(){this.tickOffset=o.roundWithMin(this.height/100,3),this.tickLength=o.roundWithMin(this.height/20,4),this.tickLabelOffset=o.roundWithMin(this.height/60,3),this.tickFontSize=o.roundWithMin(this.height/20,10),this.minorTickLength=this.tickLength/2,this.backgroundCornerRad=o.roundWithMin(this.height/60,3),this.valueBottomPadding=o.roundWithMin(this.height/30,5),this.valueFontSize=o.roundWithMin(this.height/20,12),s.default.prototype.renderGauge.call(this)},drawBackground:function(){this.verticalPadding=10+this.tickFontSize/2,this.backgroundWidth=o.roundWithMin(this.height/4,50),this.backgroundHeight=this.height-2*this.verticalPadding;var t=this.determineMaxValueWidth(this.ranges,this.valueFontSize)+10;this.backgroundWidth=Math.max(this.backgroundWidth,t),this.isShiny&&(this.elements.background=this.renderer.rect((this.width-this.backgroundWidth)/2,this.verticalPadding,this.backgroundWidth,this.backgroundHeight,this.backgroundCornerRad).attr({fill:"#edede7",stroke:"silver","stroke-width":1}).add()),this.tickStartX=(this.width+this.backgroundWidth)/2+this.tickOffset,this.tickEndX=this.tickStartX+this.tickLength,this.tickLabelStartX=this.tickEndX+this.tickLabelOffset},determineMaxValueWidth:function(t,e){if(this.usePercentageValue)return this.predictTextWidth("100.00%",e);var i=void 0,n=void 0,r=0;for(i=0;i<t.length;i++)n=""+t[i],0!==i&&i!==t.length-1||(n+="0"),r=Math.max(r,this.predictTextWidth(n,e));return r},drawMajorTick:function(t){var e=this.verticalPadding+this.backgroundHeight-t;return this.renderer.path(["M",this.tickStartX,e,"L",this.tickEndX,e]).attr({stroke:this.tickColor,"stroke-width":this.tickWidth}).add()},drawMajorTickLabel:function(t,e){var i=this.verticalPadding+this.backgroundHeight-t;return this.renderer.text(e,this.tickLabelStartX,i+this.tickFontSize/4).attr({align:"left"}).css({color:this.tickFontColor,fontSize:this.tickFontSize+"px",lineHeight:this.tickFontSize+"px"}).add()},drawMinorTick:function(t){var e=this.verticalPadding+this.backgroundHeight-t;return this.renderer.path(["M",this.tickStartX,e,"L",this.tickStartX+this.minorTickLength,e]).attr({stroke:this.tickColor,"stroke-width":this.minorTickWidth}).add()},drawIndicator:function(t){var e=this.getFillColor(t),i=this.normalizedTranslateValue(t),n=void 0,r=void 0;i>0?(i=Math.max(i,this.backgroundCornerRad),n=this.verticalPadding+this.backgroundHeight-i,r=this.isShiny?["M",(this.width-this.backgroundWidth-2)/2,this.height-this.verticalPadding-this.backgroundCornerRad,"C",(this.width-this.backgroundWidth-2)/2,this.height-this.verticalPadding-this.backgroundCornerRad,(this.width-this.backgroundWidth-2)/2,this.height-this.verticalPadding,(this.width-this.backgroundWidth-2)/2+this.backgroundCornerRad,this.height-this.verticalPadding,"L",(this.width+this.backgroundWidth-2)/2-this.backgroundCornerRad,this.height-this.verticalPadding,"C",(this.width+this.backgroundWidth-2)/2-this.backgroundCornerRad,this.height-this.verticalPadding,(this.width+this.backgroundWidth-2)/2,this.height-this.verticalPadding,(this.width+this.backgroundWidth-2)/2,this.height-this.verticalPadding-this.backgroundCornerRad,"L",(this.width+this.backgroundWidth-2)/2,n,(this.width-this.backgroundWidth-2)/2,n,(this.width-this.backgroundWidth-2)/2,this.height-this.verticalPadding-this.backgroundCornerRad]:["M",(this.width-this.backgroundWidth)/2,this.height-this.verticalPadding,"L",(this.width+this.backgroundWidth)/2,this.height-this.verticalPadding,(this.width+this.backgroundWidth)/2,n,(this.width-this.backgroundWidth)/2,n,(this.width-this.backgroundWidth)/2,this.height-this.verticalPadding]):r=[],this.elements.fill&&this.elements.fill.destroy(),this.elements.fill=this.renderer.path(r).attr({fill:e}).add(),this.showValue&&this.drawValueDisplay(t,e)},drawValueDisplay:function(t,e){var i=this.getDisplayValue(t),n=this.normalizedTranslateValue(t),r=this.verticalPadding+this.backgroundHeight-n,o=this.valueFontSize+this.valueBottomPadding,s=this.getValueColor(e),a=void 0,l=this.formatValue(i);n>=o?a=r+o-this.valueBottomPadding:(a=r-this.valueBottomPadding,s=this.defaultValueColor),this.elements.valueDisplay?this.elements.valueDisplay.attr({text:l,y:a}).css({color:s,fontSize:this.valueFontSize+"px",fontWeight:"bold"}).toFront():this.elements.valueDisplay=this.renderer.text(l,this.width/2,a).css({color:s,fontSize:this.valueFontSize+"px",lineHeight:this.valueFontSize+"px",fontWeight:"bold"}).attr({align:"center"}).add()},normalizedTranslateValue:function(t){return t<this.ranges[0]?0:t>this.ranges[this.ranges.length-1]?this.translateValue(this.ranges[this.ranges.length-1])+5:this.translateValue(t)},translateValue:function(t){var e=this.ranges[this.ranges.length-1]-this.ranges[0],i=t-this.ranges[0];return Math.round(i/e*this.backgroundHeight)}}),e.default=l,t.exports=e.default},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=a(i(0)),r=i(2),o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e.default=t,e}(i(5)),s=a(i(111));function a(t){return t&&t.__esModule?t:{default:t}}function l(t,e){s.default.call(this,t,e),this.horizontalPadding=20,this.tickOffset=5,this.tickLength=15,this.tickWidth=1,this.tickLabelOffset=5,this.minorTickLength=Math.floor(this.tickLength/2),this.bandHeight=this.isShiny?15:35}(0,r.inherit)(l,s.default),n.default.extend(l.prototype,{renderGauge:function(){this.markerWindowHeight=o.roundWithMinMax(this.width/30,30,80),this.markerSideWidth=this.markerWindowHeight/2,this.markerSideCornerRad=this.markerSideWidth/3,this.bandOffsetBottom=5+this.markerWindowHeight/2,this.bandOffsetTop=5+this.markerWindowHeight/2,this.tickFontSize=o.roundWithMinMax(this.width/50,10,20),this.backgroundCornerRad=o.roundWithMinMax(this.width/120,3,5),this.valueFontSize=o.roundWithMinMax(this.width/40,15,25),this.valueOffset=this.markerSideWidth+10,this.tickLabelPadding=this.tickFontSize/2,this.bandOffsetX=this.isShiny?this.tickLabelPadding:0,this.backgroundHeight=this.bandOffsetX+this.bandHeight+this.tickOffset+this.tickLength+this.tickLabelOffset+this.tickFontSize+this.tickLabelPadding,s.default.prototype.renderGauge.call(this)},drawBackground:function(t){var e=(t=this.calculateTickValues(this.ranges[0],this.ranges[this.ranges.length-1],this.MAX_TICKS_PER_RANGE))[t.length-1],i=this.predictTextWidth(this.formatValue(e),this.tickFontSize);this.bandOffsetBottom=Math.max(this.bandOffsetBottom,i),this.bandOffsetTop=Math.max(this.bandOffsetTop,i),this.backgroundWidth=this.width-2*this.horizontalPadding,this.bandWidth=this.backgroundWidth-(this.bandOffsetBottom+this.bandOffsetTop),this.isShiny&&(this.elements.background=this.renderer.rect(this.horizontalPadding,(this.height-this.backgroundHeight)/2,this.backgroundWidth,this.backgroundHeight,this.backgroundCornerRad).attr({fill:"#edede7",stroke:"silver","stroke-width":1}).add())},drawBand:function(){var t=void 0,e=void 0,i=void 0,n=this.horizontalPadding+this.bandOffsetBottom,r=(this.height-this.backgroundHeight)/2+this.bandOffsetX;for(t=0;t<this.ranges.length-1;t++)e=this.translateValue(this.ranges[t]),i=this.translateValue(this.ranges[t+1]),this.elements["colorBand"+t]=this.renderer.rect(n+e,r,i-e,this.bandHeight,this.bandCornerRad).attr({fill:this.getColorByIndex(t)}).add();this.tickStartY=(this.height-this.backgroundHeight)/2+(this.bandOffsetX+this.bandHeight)+this.tickOffset,this.tickEndY=this.tickStartY+this.tickLength,this.tickLabelStartY=this.tickEndY+this.tickLabelOffset},drawMajorTick:function(t){var e=this.horizontalPadding+this.bandOffsetBottom+t;return this.renderer.path(["M",e,this.tickStartY,"L",e,this.tickEndY]).attr({stroke:this.tickColor,"stroke-width":this.tickWidth}).add()},drawMajorTickLabel:function(t,e){var i=this.horizontalPadding+this.bandOffsetBottom+t;return this.renderer.text(e,i,this.tickLabelStartY+this.tickFontSize).attr({align:"center"}).css({color:this.tickFontColor,fontSize:this.tickFontSize+"px",lineHeight:this.tickFontSize+"px"}).add()},drawMinorTick:function(t){var e=this.horizontalPadding+this.bandOffsetBottom+t;return this.renderer.path(["M",e,this.tickStartY,"L",e,this.tickStartY+this.minorTickLength]).attr({stroke:this.tickColor,"stroke-width":this.minorTickWidth}).add()},drawIndicator:function(t){var e=this.normalizedTranslateValue(t),i=this.isShiny?(this.height-this.backgroundHeight)/2:(this.height-this.backgroundHeight)/2-10,n=this.isShiny?i+this.backgroundHeight:i+this.bandHeight+20,r=this.horizontalPadding+this.bandOffsetBottom+e,o=3,s=this.foregroundColor,a=["M",r,i,"L",r,n];if(this.isShiny){var l=["M",r-this.markerWindowHeight/2,i,"L",r-this.markerWindowHeight/2,i-(this.markerSideWidth-this.markerSideCornerRad),"C",r-this.markerWindowHeight/2,i-(this.markerSideWidth-this.markerSideCornerRad),r-this.markerWindowHeight/2,i-this.markerSideWidth,r-this.markerWindowHeight/2+this.markerSideCornerRad,i-this.markerSideWidth,"L",r+this.markerWindowHeight/2-this.markerSideCornerRad,i-this.markerSideWidth,"C",r+this.markerWindowHeight/2-this.markerSideCornerRad,i-this.markerSideWidth,r+this.markerWindowHeight/2,i-this.markerSideWidth,r+this.markerWindowHeight/2,i-(this.markerSideWidth-this.markerSideCornerRad),"L",r+this.markerWindowHeight/2,i,r-this.markerWindowHeight,i],c=["M",r-this.markerWindowHeight/2,n,"L",r-this.markerWindowHeight/2,n+(this.markerSideWidth-this.markerSideCornerRad),"C",r-this.markerWindowHeight/2,n+(this.markerSideWidth-this.markerSideCornerRad),r-this.markerWindowHeight/2,n+this.markerSideWidth,r-this.markerWindowHeight/2+this.markerSideCornerRad,n+this.markerSideWidth,"L",r+this.markerWindowHeight/2-this.markerSideCornerRad,n+this.markerSideWidth,"C",r+this.markerWindowHeight/2-this.markerSideCornerRad,n+this.markerSideWidth,r+this.markerWindowHeight/2,n+this.markerSideWidth,r+this.markerWindowHeight/2,n+(this.markerSideWidth-this.markerSideCornerRad),"L",r+this.markerWindowHeight/2,n,r-this.markerWindowHeight,n],u=["M",r-this.markerWindowHeight/2,i,"L",r-this.markerWindowHeight/2,n,r+this.markerWindowHeight/2,n,r+this.markerWindowHeight/2,i,r-this.markerWindowHeight/2,i],h=["M",r-1,i,"L",r-1,n];s="red",o=1,this.elements.markerLHS&&this.elements.markerLHS.destroy(),this.elements.markerLHS=this.renderer.path(l).attr({fill:"#cccccc"}).add(),this.elements.markerRHS&&this.elements.markerRHS.destroy(),this.elements.markerRHS=this.renderer.path(c).attr({fill:"#cccccc"}).add(),this.elements.markerWindow&&this.elements.markerWindow.destroy(),this.elements.markerWindow=this.renderer.rect(r-this.markerWindowHeight/2,i,this.markerWindowHeight,this.backgroundHeight,0).attr({fill:"rgba(255, 255, 255, 0.3)"}).add(),this.elements.markerBorder&&this.elements.markerBorder.destroy(),this.elements.markerBorder=this.renderer.path(u).attr({stroke:"white","stroke-width":2}).add(),this.elements.markerUnderline&&this.elements.markerUnderline.destroy(),this.elements.markerUnderline=this.renderer.path(h).attr({stroke:"white","stroke-width":2}).add()}this.elements.markerLine&&this.elements.markerLine.destroy(),this.elements.markerLine=this.renderer.path(a).attr({stroke:s,"stroke-width":o}).add(),this.showValue&&this.drawValueDisplay(t)},drawValueDisplay:function(t){var e=this.formatValue(t),i=this.normalizedTranslateValue(t),n=this.horizontalPadding+this.bandOffsetBottom+i;this.elements.valueDisplay?this.elements.valueDisplay.attr({text:e,x:n}):this.elements.valueDisplay=this.renderer.text(e,n,(this.height-this.backgroundHeight)/2-this.valueOffset).css({color:"black",fontSize:this.valueFontSize+"px",lineHeight:this.valueFontSize+"px",fontWeight:"bold"}).attr({align:"center"}).add()},normalizedTranslateValue:function(t){return t<this.ranges[0]?0:t>this.ranges[this.ranges.length-1]?this.translateValue(this.ranges[this.ranges.length-1]):this.translateValue(t)},translateValue:function(t){var e=this.ranges[this.ranges.length-1]-this.ranges[0],i=t-this.ranges[0];return Math.round(i/e*this.bandWidth)}}),e.default=l,t.exports=e.default},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=a(i(0)),r=i(2),o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e.default=t,e}(i(5)),s=a(i(111));function a(t){return t&&t.__esModule?t:{default:t}}function l(t,e){s.default.call(this,t,e),this.verticalPadding=10}(0,r.inherit)(l,s.default),n.default.extend(l.prototype,{renderGauge:function(){this.markerWindowHeight=o.roundWithMin(this.height/7,20),this.markerSideWidth=this.markerWindowHeight/2,this.markerSideCornerRad=this.markerSideWidth/3,this.bandOffsetBottom=5+this.markerWindowHeight/2,this.bandOffsetTop=5+this.markerWindowHeight/2,this.tickOffset=o.roundWithMin(this.height/100,3),this.tickLength=o.roundWithMin(this.height/20,4),this.tickLabelOffset=o.roundWithMin(this.height/60,3),this.tickFontSize=o.roundWithMin(this.height/20,10),this.minorTickLength=this.tickLength/2,this.backgroundCornerRad=o.roundWithMin(this.height/60,3),this.valueFontSize=o.roundWithMin(this.height/15,15),this.bandOffsetX=this.isShiny?o.roundWithMin(this.height/60,3):0,s.default.prototype.renderGauge.call(this)},drawBackground:function(){this.backgroundWidth=o.roundWithMin(this.height/4,50);var t=this.calculateTickValues(this.ranges[0],this.ranges[this.ranges.length-1],this.MAX_TICKS_PER_RANGE);this.backgroundHeight=this.height-2*this.verticalPadding,this.bandHeight=this.backgroundHeight-(this.bandOffsetBottom+this.bandOffsetTop),this.bandWidth=this.isShiny?10:30;var e=t[t.length-1],i=this.predictTextWidth(this.formatValue(e),this.tickFontSize),n=this.bandOffsetX+this.bandWidth+this.tickOffset+this.tickLength+this.tickLabelOffset+i+this.tickLabelPaddingRight;this.backgroundWidth=Math.max(this.backgroundWidth,n),this.isShiny&&(this.elements.background=this.renderer.rect((this.width-this.backgroundWidth)/2,this.verticalPadding,this.backgroundWidth,this.backgroundHeight,this.backgroundCornerRad).attr({fill:"#edede7",stroke:"silver","stroke-width":1}).add()),this.tickStartX=(this.width-this.backgroundWidth)/2+(this.bandOffsetX+this.bandWidth)+this.tickOffset,this.tickEndX=this.tickStartX+this.tickLength,this.tickLabelStartX=this.tickEndX+this.tickLabelOffset},drawBand:function(){var t=void 0,e=void 0,i=void 0,n=(this.width-this.backgroundWidth)/2+this.bandOffsetX,r=this.height-this.verticalPadding-this.bandOffsetBottom;for(t=0;t<this.ranges.length-1;t++)e=this.translateValue(this.ranges[t]),i=this.translateValue(this.ranges[t+1]),this.elements["colorBand"+t]=this.renderer.rect(n,r-i,this.bandWidth,i-e,this.bandCornerRad).attr({fill:this.getColorByIndex(t)}).add()},drawMajorTick:function(t){var e=this.verticalPadding+this.backgroundHeight-(this.bandOffsetBottom+t);return this.renderer.path(["M",this.tickStartX,e,"L",this.tickEndX,e]).attr({stroke:this.tickColor,"stroke-width":this.tickWidth}).add()},drawMajorTickLabel:function(t,e){var i=this.verticalPadding+this.backgroundHeight-(this.bandOffsetBottom+t);return this.renderer.text(e,this.tickLabelStartX,i+this.tickFontSize/4).attr({align:"left"}).css({color:this.tickFontColor,fontSize:this.tickFontSize+"px",lineHeight:this.tickFontSize+"px"}).add()},drawMinorTick:function(t){var e=this.verticalPadding+this.backgroundHeight-(this.bandOffsetBottom+t);return this.renderer.path(["M",this.tickStartX,e,"L",this.tickStartX+this.minorTickLength,e]).attr({stroke:this.tickColor,"stroke-width":this.minorTickWidth}).add()},drawIndicator:function(t){var e=void 0,i=void 0,n=void 0,r=void 0,o=this.normalizedTranslateValue(t),s=this.verticalPadding+this.backgroundHeight-(this.bandOffsetBottom+o),a=this.isShiny?(this.width-this.backgroundWidth)/2:(this.width-this.backgroundWidth)/2-10,l=this.isShiny?a+this.backgroundWidth:a+this.bandWidth+20,c=this.foregroundColor,u=3,h=["M",a,s,"L",l,s];this.isShiny&&(e=["M",a,s-this.markerWindowHeight/2,"L",a-(this.markerSideWidth-this.markerSideCornerRad),s-this.markerWindowHeight/2,"C",a-(this.markerSideWidth-this.markerSideCornerRad),s-this.markerWindowHeight/2,a-this.markerSideWidth,s-this.markerWindowHeight/2,a-this.markerSideWidth,s-this.markerWindowHeight/2+this.markerSideCornerRad,"L",a-this.markerSideWidth,s+this.markerWindowHeight/2-this.markerSideCornerRad,"C",a-this.markerSideWidth,s+this.markerWindowHeight/2-this.markerSideCornerRad,a-this.markerSideWidth,s+this.markerWindowHeight/2,a-(this.markerSideWidth-this.markerSideCornerRad),s+this.markerWindowHeight/2,"L",a,s+this.markerWindowHeight/2,a,s-this.markerWindowHeight/2],i=["M",l,s-this.markerWindowHeight/2,"L",l+(this.markerSideWidth-this.markerSideCornerRad),s-this.markerWindowHeight/2,"C",l+(this.markerSideWidth-this.markerSideCornerRad),s-this.markerWindowHeight/2,l+this.markerSideWidth,s-this.markerWindowHeight/2,l+this.markerSideWidth,s-this.markerWindowHeight/2+this.markerSideCornerRad,"L",l+this.markerSideWidth,s+this.markerWindowHeight/2-this.markerSideCornerRad,"C",l+this.markerSideWidth,s+this.markerWindowHeight/2-this.markerSideCornerRad,l+this.markerSideWidth,s+this.markerWindowHeight/2,l+(this.markerSideWidth-this.markerSideCornerRad),s+this.markerWindowHeight/2,"L",l,s+this.markerWindowHeight/2,l,s-this.markerWindowHeight/2],n=["M",a,s-this.markerWindowHeight/2,"L",l,s-this.markerWindowHeight/2,l,s+this.markerWindowHeight/2,a,s+this.markerWindowHeight/2,a,s-this.markerWindowHeight/2],r=["M",a,s+1,"L",l,s+1],c="red",u=1),this.isShiny&&(this.elements.markerLHS&&this.elements.markerLHS.destroy(),this.elements.markerLHS=this.renderer.path(e).attr({fill:"#cccccc"}).add(),this.elements.markerRHS&&this.elements.markerRHS.destroy(),this.elements.markerRHS=this.renderer.path(i).attr({fill:"#cccccc"}).add(),this.elements.markerWindow&&this.elements.markerWindow.destroy(),this.elements.markerWindow=this.renderer.rect(a,s-this.markerWindowHeight/2,this.backgroundWidth,this.markerWindowHeight,0).attr({fill:"rgba(255, 255, 255, 0.3)"}).add(),this.elements.markerBorder&&this.elements.markerBorder.destroy(),this.elements.markerBorder=this.renderer.path(n).attr({stroke:"white","stroke-width":2}).add(),this.elements.markerUnderline&&this.elements.markerUnderline.destroy(),this.elements.markerUnderline=this.renderer.path(r).attr({stroke:"white","stroke-width":2}).add()),this.elements.markerLine&&this.elements.markerLine.destroy(),this.elements.markerLine=this.renderer.path(h).attr({stroke:c,"stroke-width":u}).add(),this.showValue&&this.drawValueDisplay(t)},drawValueDisplay:function(t){var e=this.formatValue(t),i=this.normalizedTranslateValue(t),n=this.verticalPadding+this.backgroundHeight-this.bandOffsetBottom-i;this.elements.valueDisplay?this.elements.valueDisplay.attr({text:e,y:n+this.valueFontSize/4}):this.elements.valueDisplay=this.renderer.text(e,(this.width-this.backgroundWidth)/2-this.valueOffset,n+this.valueFontSize/4).css({color:"black",fontSize:this.valueFontSize+"px",lineHeight:this.valueFontSize+"px",fontWeight:"bold"}).attr({align:"right"}).add()},normalizedTranslateValue:function(t){return t<this.ranges[0]?0:t>this.ranges[this.ranges.length-1]?this.translateValue(this.ranges[this.ranges.length-1]):this.translateValue(t)},translateValue:function(t){var e=this.ranges[this.ranges.length-1]-this.ranges[0],i=t-this.ranges[0];return Math.round(i/e*this.bandHeight)}}),e.default=l,t.exports=e.default}])},"./node_modules/@splunk/highcharts-annotations/lib/index.js":function(t,e,i){t.exports=function(t){var e={};function i(n){if(e[n])return e[n].exports;var r=e[n]={i:n,l:!1,exports:{}};return t[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=7)}([function(t,e,i){t.exports=!i(6)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e,i){var n=i(28).Symbol;t.exports=n},function(t,e){var i=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=i)},function(t,e){var i=t.exports={version:"2.6.12"};"number"==typeof __e&&(__e=i)},function(t,e,i){var n=i(17),r=i(18),o=i(20),s=Object.defineProperty;e.f=i(0)?Object.defineProperty:function(t,e,i){if(n(t),e=o(e,!0),n(i),r)try{return s(t,e,i)}catch(t){}if("get"in i||"set"in i)throw TypeError("Accessors not supported!");return"value"in i&&(t[e]=i.value),t}},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=l(i(8)),r=l(i(9)),o=l(i(23)),s=i(38),a=l(i(39));function l(t){return t&&t.__esModule?t:{default:t}}var c=function(){function t(e){var i=e.axis,r=e.value,o=e.span,a=e.label,l=e.color,c=e.category,u=e.renderer,h=e.originalIndex,d=e.onMouseOver,p=e.onMouseOut;(0,n.default)(this,t),this.axis=i,this.value=r,this.span=o,this.label=a,this.color=(0,s.normalizeColor)(l)||"#000000",this.originalIndex=h,this.category=c||"-no-category",this.renderer=u,this.onMouseOver=d,this.onMouseOut=p,this.rendered=!1}return(0,r.default)(t,[{key:"render",value:function(){var t=this,e=this.axis.toPixels(this.value),i=this.axis.top+this.axis.height,n=this.axis.top;this.group=this.renderer.g("splunk-annotation"),this.stroke=this.renderer.path(["M",e,n,"V",i+1]).attr({stroke:this.color,"stroke-width":1,"stroke-dasharray":"3, 3",zIndex:3,"data-role":"annotation-line"}).add(this.group);return this.triangle=this.renderer.path(["M",e-5,n+-8,"H",e+5,"L",e,n,"Z"]).attr({fill:this.color,zIndex:3,"data-role":"marker-triangle"}).add(this.group),this.triangleShadow=this.renderer.path(["M",e-10,n+-8,"H",e+10,"L",e,n+5,"Z"]).attr({fill:this.color,opacity:0,zIndex:4,"data-role":"hover-triangle"}).add(this.group),this.onMouseOver&&this.triangleShadow.on("mouseover",(function(){return t.hover()})).on("mouseout",(function(){return t.unhover()})),this.rendered=!0,this.group}},{key:"hover",value:function(){if(this.rendered){var t=this.axis.toPixels(this.value),e=this.axis.top;this.stroke.attr({"stroke-width":2}),this.onMouseOver({annotation:this,xPosition:t,yAxisMaxY:e})}}},{key:"unhover",value:function(){this.rendered&&this.stroke.attr({"stroke-width":1}),this.onMouseOut({annotation:this})}},{key:"dim",value:function(t){if(this.rendered){var e=t?.3:1;this.stroke.attr({opacity:e}),this.triangle.attr({opacity:e})}}},{key:"destroy",value:function(){this.triangleShadow&&this.triangleShadow.destroy(),this.triangleShadow=null,this.triangle&&this.triangle.destroy(),this.triangle=null,this.stroke&&this.stroke.destroy(),this.stroke=null,this.group&&this.group.destroy(),this.group=null,this.rendered=!1}}]),t}(),u=function(){function t(e){var i=e.axis,r=e.tooltipCls;(0,n.default)(this,t),this.axis=i,this.renderer=i.chart.renderer,this.points=[],this.tooltip=new r(this.axis.chart,{enabled:!0,padding:8,useHTML:!0,backgroundColor:"#000000",hideDelay:0,style:{color:"#fff","font-size":"12px","pointer-events":"none",r:3},tooltipRole:"splunk-annotation-tooltip"}),this.labelFormatter=new a.default(this.renderer)}return(0,r.default)(t,[{key:"update",value:function(t){this.clear(),this.render(t)}},{key:"formatDateFromAnnotation",value:function(t){var e=t.value,i=t.span,n=(this.axis.options["splunk-tooltip"]||{}).formatter,r=n?n(e,this.axis.chart):"";return i?r+" - "+(n?n(i,this.axis.chart):""):r}},{key:"showTooltip",value:function(t,e){this.points.forEach((function(e){e.dim(e!==t)}));var i=this.formatDateFromAnnotation(t),n=t.label,r=void 0===n?"":n,a=t.color,l=t.category,c=this.axis.top,u=this.tooltip.getLabel(),h="-no-category"===l?"":l,d=this.labelFormatter._predictLineWidth(i,11)+20,p=h?this.labelFormatter._predictLineWidth(l,11)+20:0,f=r?this.labelFormatter._predictLineWidth(r,12)+20:0,m=Math.max(d,p,f),g=e-10,y=this.axis.chart.chartWidth-e-10,b=e+m-(this.axis.chart.plotLeft+this.axis.chart.plotWidth),v=m-(e-this.axis.chart.plotLeft),M=Math.min(b,v)>0?b<=v:b<0,x=Math.floor(Math.min(500,M?y:g))-16,_=(0,s.getLuminance)((0,s.hexFromColor)(a)),A=_>170?"#333":"#fff",L="max-width: "+x+"px; overflow: hidden; text-overflow: ellipsis;",w="font-size: 11px; color: "+(_>170?"#555":"#ddd");u.attr({text:"\n "+(r?'<div data-role="tooltip-label" style="margin-bottom: 2px; color: '+A+"; "+L+'">'+(0,o.default)(r)+"</div>":"")+"\n "+(h?'<div data-role="tooltip-category" style="margin-bottom: 2px; '+w+"; "+L+'">'+(0,o.default)(l)+"</div>":"")+'\n <div data-role="tooltip-timestamp" style="'+w+"; "+L+'">'+(0,o.default)(i)+"</div>\n "}),this.tooltip.move(M?e:e-u.width,c-8),u.attr({fill:a}),u.show(),u.toFront()}},{key:"hideTooltip",value:function(){this.points.forEach((function(t){t.dim(!1)})),this.tooltip.getLabel().hide(0)}},{key:"getVisibleDataPoints",value:function(t){var e,i=this,n=this.axis.width,r=this.axis.left,o=r+n,s=(e={},function(t){return!!e[t]||(e[t]=!0,!1)}),a=t.length-1;return t.filter((function(t,e){var n=i.axis.toPixels(t.value);return t.originalIndex=a-e,!s(n)&&function(t){return t>=r&&t<=o}(n)}))}},{key:"render",value:function(t){var e=this;if(this.axis.isXAxis){this.clear();var i=function(t){var i=t.annotation,n=t.xPosition;e.showTooltip(i,n)},n=function(){e.hideTooltip()};this.annotationLayerGroup=this.renderer.g("splunk-annotation-layer"),this.points=this.getVisibleDataPoints(t.slice().reverse()).reverse().map((function(t){var r=t.value,o=t.span,s=t.label,a=t.color,l=t.category,u=t.originalIndex,h=new c({axis:e.axis,renderer:e.renderer,value:r,span:o,label:s,color:a,category:l,originalIndex:u,onMouseOver:i,onMouseOut:n});return h.render().add(e.annotationLayerGroup),h})),this.annotationLayerGroup.attr({zIndex:7}).add().toFront();var r=this.axis.chart.tooltip.label;r&&r.toFront()}}},{key:"clear",value:function(){this.hideTooltip(),this.points.forEach((function(t){return t.destroy()})),this.annotationLayerGroup&&this.annotationLayerGroup.destroy(),this.annotationLayerGroup=null}},{key:"destroy",value:function(){this.clear(),this.tooltip.destroy(),this.labelFormatter.destroy()}}]),t}();e.default=function(t){t.wrap(t.Axis.prototype,"render",(function(e){for(var i=arguments.length,n=Array(i>1?i-1:0),r=1;r<i;r++)n[r-1]=arguments[r];e.call.apply(e,[this].concat(n));var o=this.options;"annotations"in o&&o.annotations.length?(this.annotations||(this.annotations=new u({axis:this,tooltipCls:t.Tooltip})),this.annotations.update(o.annotations)):this.annotations&&(this.annotations.destroy(),this.annotations=null)})),t.wrap(t.Axis.prototype,"destroy",(function(t){this.annotations&&(this.annotations.destroy(),this.annotations=null),t.apply(this)}))},t.exports=e.default},function(t,e,i){"use strict";e.__esModule=!0,e.default=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}},function(t,e,i){"use strict";e.__esModule=!0;var n,r=i(10),o=(n=r)&&n.__esModule?n:{default:n};e.default=function(){function t(t,e){for(var i=0;i<e.length;i++){var n=e[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),(0,o.default)(t,n.key,n)}}return function(e,i,n){return i&&t(e.prototype,i),n&&t(e,n),e}}()},function(t,e,i){t.exports={default:i(11),__esModule:!0}},function(t,e,i){i(12);var n=i(4).Object;t.exports=function(t,e,i){return n.defineProperty(t,e,i)}},function(t,e,i){var n=i(13);n(n.S+n.F*!i(0),"Object",{defineProperty:i(5).f})},function(t,e,i){var n=i(3),r=i(4),o=i(14),s=i(16),a=i(22),l=function(t,e,i){var c,u,h,d=t&l.F,p=t&l.G,f=t&l.S,m=t&l.P,g=t&l.B,y=t&l.W,b=p?r:r[e]||(r[e]={}),v=b.prototype,M=p?n:f?n[e]:(n[e]||{}).prototype;for(c in p&&(i=e),i)(u=!d&&M&&void 0!==M[c])&&a(b,c)||(h=u?M[c]:i[c],b[c]=p&&"function"!=typeof M[c]?i[c]:g&&u?o(h,n):y&&M[c]==h?function(t){var e=function(e,i,n){if(this instanceof t){switch(arguments.length){case 0:return new t;case 1:return new t(e);case 2:return new t(e,i)}return new t(e,i,n)}return t.apply(this,arguments)};return e.prototype=t.prototype,e}(h):m&&"function"==typeof h?o(Function.call,h):h,m&&((b.virtual||(b.virtual={}))[c]=h,t&l.R&&v&&!v[c]&&s(v,c,h)))};l.F=1,l.G=2,l.S=4,l.P=8,l.B=16,l.W=32,l.U=64,l.R=128,t.exports=l},function(t,e,i){var n=i(15);t.exports=function(t,e,i){if(n(t),void 0===e)return t;switch(i){case 1:return function(i){return t.call(e,i)};case 2:return function(i,n){return t.call(e,i,n)};case 3:return function(i,n,r){return t.call(e,i,n,r)}}return function(){return t.apply(e,arguments)}}},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,e,i){var n=i(5),r=i(21);t.exports=i(0)?function(t,e,i){return n.f(t,e,r(1,i))}:function(t,e,i){return t[e]=i,t}},function(t,e,i){var n=i(1);t.exports=function(t){if(!n(t))throw TypeError(t+" is not an object!");return t}},function(t,e,i){t.exports=!i(0)&&!i(6)((function(){return 7!=Object.defineProperty(i(19)("div"),"a",{get:function(){return 7}}).a}))},function(t,e,i){var n=i(1),r=i(3).document,o=n(r)&&n(r.createElement);t.exports=function(t){return o?r.createElement(t):{}}},function(t,e,i){var n=i(1);t.exports=function(t,e){if(!n(t))return t;var i,r;if(e&&"function"==typeof(i=t.toString)&&!n(r=i.call(t)))return r;if("function"==typeof(i=t.valueOf)&&!n(r=i.call(t)))return r;if(!e&&"function"==typeof(i=t.toString)&&!n(r=i.call(t)))return r;throw TypeError("Can't convert object to primitive value")}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e){var i={}.hasOwnProperty;t.exports=function(t,e){return i.call(t,e)}},function(t,e,i){var n=i(24),r=i(26),o=/[&<>"']/g,s=RegExp(o.source);t.exports=function(t){return(t=r(t))&&s.test(t)?t.replace(o,n):t}},function(t,e,i){var n=i(25)({"&":"&","<":"<",">":">",'"':""","'":"'"});t.exports=n},function(t,e){t.exports=function(t){return function(e){return null==t?void 0:t[e]}}},function(t,e,i){var n=i(27);t.exports=function(t){return null==t?"":n(t)}},function(t,e,i){var n=i(2),r=i(31),o=i(32),s=i(33),a=n?n.prototype:void 0,l=a?a.toString:void 0;t.exports=function t(e){if("string"==typeof e)return e;if(o(e))return r(e,t)+"";if(s(e))return l?l.call(e):"";var i=e+"";return"0"==i&&1/e==-1/0?"-0":i}},function(t,e,i){var n=i(29),r="object"==typeof self&&self&&self.Object===Object&&self,o=n||r||Function("return this")();t.exports=o},function(t,e,i){(function(e){var i="object"==typeof e&&e&&e.Object===Object&&e;t.exports=i}).call(e,i(30))},function(t,e){var i;i=function(){return this}();try{i=i||Function("return this")()||(0,eval)("this")}catch(t){"object"==typeof window&&(i=window)}t.exports=i},function(t,e){t.exports=function(t,e){for(var i=-1,n=null==t?0:t.length,r=Array(n);++i<n;)r[i]=e(t[i],i,t);return r}},function(t,e){var i=Array.isArray;t.exports=i},function(t,e,i){var n=i(34),r=i(37);t.exports=function(t){return"symbol"==typeof t||r(t)&&"[object Symbol]"==n(t)}},function(t,e,i){var n=i(2),r=i(35),o=i(36),s=n?n.toStringTag:void 0;t.exports=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":s&&s in Object(t)?r(t):o(t)}},function(t,e,i){var n=i(2),r=Object.prototype,o=r.hasOwnProperty,s=r.toString,a=n?n.toStringTag:void 0;t.exports=function(t){var e=o.call(t,a),i=t[a];try{t[a]=void 0;var n=!0}catch(t){}var r=s.call(t);return n&&(e?t[a]=i:delete t[a]),r}},function(t,e){var i=Object.prototype.toString;t.exports=function(t){return i.call(t)}},function(t,e){t.exports=function(t){return null!=t&&"object"==typeof t}},function(t,e){t.exports=i("./node_modules/@splunk/charting-utils/color.js")},function(t,e){t.exports=i("./node_modules/@splunk/charting-utils/Formatter.js")}])},"./node_modules/@splunk/highcharts-test-hooks/lib/index.js":function(t,e){t.exports=function(t){var e={};function i(n){if(e[n])return e[n].exports;var r=e[n]={i:n,l:!1,exports:{}};return t[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=0)}([function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});e.default=function(t){t.wrap(t.Tooltip.prototype,"getLabel",(function(t){for(var e=arguments.length,i=Array(e>1?e-1:0),n=1;n<e;n++)i[n-1]=arguments[n];var r=t.call.apply(t,[this].concat(i)),o=this.options.tooltipRole,s=void 0===o?"main-tooltip":o;return r.attr({"data-role":s}),r.div&&r.div.setAttribute("data-role",s),r}))},t.exports=e.default}])},"./node_modules/@splunk/highcharts-themes/constants.js":function(t,e){t.exports=function(t){var e={};function i(n){if(e[n])return e[n].exports;var r=e[n]={i:n,l:!1,exports:{}};return t[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=10)}([function(t,e,i){t.exports=!i(4)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(t,e){var i=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=i)},function(t,e){var i=t.exports={version:"2.6.12"};"number"==typeof __e&&(__e=i)},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e){var i={}.hasOwnProperty;t.exports=function(t,e){return i.call(t,e)}},function(t,e,i){var n=i(7),r=i(8);t.exports=function(t){return n(r(t))}},function(t,e,i){var n=i(28);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==n(t)?t.split(""):Object(t)}},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,e){var i=Math.ceil,n=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?n:i)(t)}},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.THEMES=e.COLORS_SCP=e.COLORS_PRISMA_DARK=e.COLORS_DARK_MODE=e.COLORS=e.FONT_SIZE=e.FONT_FAMILY=void 0;var n,r=i(11),o=(n=r)&&n.__esModule?n:{default:n};e.FONT_FAMILY='"Splunk Platform Sans", "Proxima Nova", "Lucinda Grande", Roboto, Droid, "Helvetica Neue", Helvetica, Arial, sans-serif',e.FONT_SIZE="12px";var s=e.COLORS={DEFAULT_BACKGROUND_COLOR:"#ffffff",DEFAULT_FOREGROUND_COLOR:"#000000",DEFAULT_FONT_COLOR:"rgba(0, 0, 0, 0.65)",DEFAULT_LINE_COLOR:"#000000",DEFAULT_LINE_COLOR_SOFT:"rgba(0, 0, 0, 0.1)",DEFAULT_LINE_COLOR_SOFTER:"rgba(0, 0, 0, 0.1)",SEMANTIC_SUCCESS:"#53a051",SEMANTIC_WARNING:"#f8be34",SEMANTIC_ERROR:"#dc4e41"},a=e.COLORS_DARK_MODE={DEFAULT_BACKGROUND_COLOR:"#000000",DEFAULT_FOREGROUND_COLOR:"#ffffff",DEFAULT_FONT_COLOR:"rgba(255, 255, 255, 0.7)",DEFAULT_LINE_COLOR:"#000000",DEFAULT_LINE_COLOR_SOFT:"rgba(255, 255, 255, 0.3)",DEFAULT_LINE_COLOR_SOFTER:"rgba(255, 255, 255, 0.3)",SEMANTIC_SUCCESS:"#53a051",SEMANTIC_WARNING:"#f8be34",SEMANTIC_ERROR:"#dc4e41"},l=e.COLORS_PRISMA_DARK=(0,o.default)({},a,{BLACK1:"#2B2C33",BLACK2:"#23242B",GREY1:"#ACACAD",GREY2:"#818285",GREY3:"#505158",GREY4:"#43454B",GREY5:"#33343B"});e.COLORS_SCP=l,e.THEMES={default:(0,o.default)({},s,{LEGEND_OVERFLOW_ARROW_COLOR_ACTIVE:"rgba(0, 0, 0, 0.65)",LEGEND_OVERFLOW_ARROW_COLOR_INACTIVE:"rgba(0, 0, 0, 0.3)",LEGEND_OVERFLOW_FONT_COLOR:"rgba(0, 0, 0, 0.54)",TOOLTIP_BACKGROUND_COLOR:"#ffffff",TOOLTIP_FONT_COLOR:"#2c2c2c",TOOLTIP_FONT_COLOR_SOFT:"rgba(0, 0, 0, 0.65)",TOOLTIP_BORDER_COLOR:"#000000"}),dark:(0,o.default)({},a,{AXIS_LABELS_FONT_COLOR:"rgba(255, 255, 255, 0.7)",AXIS_TITLE_FONT_COLOR:"rgba(255, 255, 255, 0.7)",LEGEND_FONT_COLOR:"rgba(255, 255, 255, 0.7)",LEGEND_OVERFLOW_ARROW_COLOR_ACTIVE:"rgba(255, 255, 255, 0.7)",LEGEND_OVERFLOW_ARROW_COLOR_INACTIVE:"rgba(255, 255, 255, 0.3)",LEGEND_OVERFLOW_FONT_COLOR:"rgba(255, 255, 255, 0.7)",TOOLTIP_BACKGROUND_COLOR:"#27292e",TOOLTIP_FONT_COLOR:"rgba(255, 255, 255, 0.98)",TOOLTIP_FONT_COLOR_SOFT:"rgba(255, 255, 255, 0.7)",TOOLTIP_BORDER_COLOR:"none"}),prismaDark:(0,o.default)({},l,{DEFAULT_BACKGROUND_COLOR:"#0b0c0e",AXIS_LABELS_FONT_COLOR:"rgba(255, 255, 255, 0.7)",AXIS_TITLE_FONT_COLOR:"rgba(255, 255, 255, 0.7)",AXIS_GRID_LINE_COLOR:"rgba(255, 255, 255, 0.15)",LEGEND_UNHIGHLIGHT_COLOR:"rgba(255, 255, 255, 0.15)",LEGEND_FONT_COLOR:"rgba(255, 255, 255, 0.7)",SERIES_UNHIGHLIGHT_COLOR_PALETTE:[l.GREY3,l.GREY4,l.GREY5],TOOLTIP_BACKGROUND_COLOR:"#27292e",TOOLTIP_FONT_COLOR:"rgba(255, 255, 255, 0.98)",TOOLTIP_FONT_COLOR_SOFT:"rgba(255, 255, 255, 0.7)",LINE_DEFAULT_LINE_WIDTH:1.5})}},function(t,e,i){"use strict";e.__esModule=!0;var n,r=i(12),o=(n=r)&&n.__esModule?n:{default:n};e.default=o.default||function(t){for(var e=1;e<arguments.length;e++){var i=arguments[e];for(var n in i)Object.prototype.hasOwnProperty.call(i,n)&&(t[n]=i[n])}return t}},function(t,e,i){t.exports={default:i(13),__esModule:!0}},function(t,e,i){i(14),t.exports=i(2).Object.assign},function(t,e,i){var n=i(15);n(n.S+n.F,"Object",{assign:i(25)})},function(t,e,i){var n=i(1),r=i(2),o=i(16),s=i(18),a=i(5),l=function(t,e,i){var c,u,h,d=t&l.F,p=t&l.G,f=t&l.S,m=t&l.P,g=t&l.B,y=t&l.W,b=p?r:r[e]||(r[e]={}),v=b.prototype,M=p?n:f?n[e]:(n[e]||{}).prototype;for(c in p&&(i=e),i)(u=!d&&M&&void 0!==M[c])&&a(b,c)||(h=u?M[c]:i[c],b[c]=p&&"function"!=typeof M[c]?i[c]:g&&u?o(h,n):y&&M[c]==h?function(t){var e=function(e,i,n){if(this instanceof t){switch(arguments.length){case 0:return new t;case 1:return new t(e);case 2:return new t(e,i)}return new t(e,i,n)}return t.apply(this,arguments)};return e.prototype=t.prototype,e}(h):m&&"function"==typeof h?o(Function.call,h):h,m&&((b.virtual||(b.virtual={}))[c]=h,t&l.R&&v&&!v[c]&&s(v,c,h)))};l.F=1,l.G=2,l.S=4,l.P=8,l.B=16,l.W=32,l.U=64,l.R=128,t.exports=l},function(t,e,i){var n=i(17);t.exports=function(t,e,i){if(n(t),void 0===e)return t;switch(i){case 1:return function(i){return t.call(e,i)};case 2:return function(i,n){return t.call(e,i,n)};case 3:return function(i,n,r){return t.call(e,i,n,r)}}return function(){return t.apply(e,arguments)}}},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,e,i){var n=i(19),r=i(24);t.exports=i(0)?function(t,e,i){return n.f(t,e,r(1,i))}:function(t,e,i){return t[e]=i,t}},function(t,e,i){var n=i(20),r=i(21),o=i(23),s=Object.defineProperty;e.f=i(0)?Object.defineProperty:function(t,e,i){if(n(t),e=o(e,!0),n(i),r)try{return s(t,e,i)}catch(t){}if("get"in i||"set"in i)throw TypeError("Accessors not supported!");return"value"in i&&(t[e]=i.value),t}},function(t,e,i){var n=i(3);t.exports=function(t){if(!n(t))throw TypeError(t+" is not an object!");return t}},function(t,e,i){t.exports=!i(0)&&!i(4)((function(){return 7!=Object.defineProperty(i(22)("div"),"a",{get:function(){return 7}}).a}))},function(t,e,i){var n=i(3),r=i(1).document,o=n(r)&&n(r.createElement);t.exports=function(t){return o?r.createElement(t):{}}},function(t,e,i){var n=i(3);t.exports=function(t,e){if(!n(t))return t;var i,r;if(e&&"function"==typeof(i=t.toString)&&!n(r=i.call(t)))return r;if("function"==typeof(i=t.valueOf)&&!n(r=i.call(t)))return r;if(!e&&"function"==typeof(i=t.toString)&&!n(r=i.call(t)))return r;throw TypeError("Can't convert object to primitive value")}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,i){"use strict";var n=i(0),r=i(26),o=i(37),s=i(38),a=i(39),l=i(7),c=Object.assign;t.exports=!c||i(4)((function(){var t={},e={},i=Symbol(),n="abcdefghijklmnopqrst";return t[i]=7,n.split("").forEach((function(t){e[t]=t})),7!=c({},t)[i]||Object.keys(c({},e)).join("")!=n}))?function(t,e){for(var i=a(t),c=arguments.length,u=1,h=o.f,d=s.f;c>u;)for(var p,f=l(arguments[u++]),m=h?r(f).concat(h(f)):r(f),g=m.length,y=0;g>y;)p=m[y++],n&&!d.call(f,p)||(i[p]=f[p]);return i}:c},function(t,e,i){var n=i(27),r=i(36);t.exports=Object.keys||function(t){return n(t,r)}},function(t,e,i){var n=i(5),r=i(6),o=i(29)(!1),s=i(32)("IE_PROTO");t.exports=function(t,e){var i,a=r(t),l=0,c=[];for(i in a)i!=s&&n(a,i)&&c.push(i);for(;e.length>l;)n(a,i=e[l++])&&(~o(c,i)||c.push(i));return c}},function(t,e){var i={}.toString;t.exports=function(t){return i.call(t).slice(8,-1)}},function(t,e,i){var n=i(6),r=i(30),o=i(31);t.exports=function(t){return function(e,i,s){var a,l=n(e),c=r(l.length),u=o(s,c);if(t&&i!=i){for(;c>u;)if((a=l[u++])!=a)return!0}else for(;c>u;u++)if((t||u in l)&&l[u]===i)return t||u||0;return!t&&-1}}},function(t,e,i){var n=i(9),r=Math.min;t.exports=function(t){return t>0?r(n(t),9007199254740991):0}},function(t,e,i){var n=i(9),r=Math.max,o=Math.min;t.exports=function(t,e){return(t=n(t))<0?r(t+e,0):o(t,e)}},function(t,e,i){var n=i(33)("keys"),r=i(35);t.exports=function(t){return n[t]||(n[t]=r(t))}},function(t,e,i){var n=i(2),r=i(1),o=r["__core-js_shared__"]||(r["__core-js_shared__"]={});(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:n.version,mode:i(34)?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(t,e){t.exports=!0},function(t,e){var i=0,n=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++i+n).toString(36))}},function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e){e.f={}.propertyIsEnumerable},function(t,e,i){var n=i(8);t.exports=function(t){return Object(n(t))}}])},"./node_modules/@splunk/highcharts-themes/theme.js":function(t,e,i){t.exports=function(t){var e={};function i(n){if(e[n])return e[n].exports;var r=e[n]={i:n,l:!1,exports:{}};return t[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=40)}([function(t,e,i){t.exports=!i(4)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(t,e){var i=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=i)},function(t,e){var i=t.exports={version:"2.6.12"};"number"==typeof __e&&(__e=i)},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e){var i={}.hasOwnProperty;t.exports=function(t,e){return i.call(t,e)}},function(t,e,i){var n=i(7),r=i(8);t.exports=function(t){return n(r(t))}},function(t,e,i){var n=i(28);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==n(t)?t.split(""):Object(t)}},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,e){var i=Math.ceil,n=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?n:i)(t)}},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.THEMES=e.COLORS_SCP=e.COLORS_PRISMA_DARK=e.COLORS_DARK_MODE=e.COLORS=e.FONT_SIZE=e.FONT_FAMILY=void 0;var n,r=i(11),o=(n=r)&&n.__esModule?n:{default:n};e.FONT_FAMILY='"Splunk Platform Sans", "Proxima Nova", "Lucinda Grande", Roboto, Droid, "Helvetica Neue", Helvetica, Arial, sans-serif',e.FONT_SIZE="12px";var s=e.COLORS={DEFAULT_BACKGROUND_COLOR:"#ffffff",DEFAULT_FOREGROUND_COLOR:"#000000",DEFAULT_FONT_COLOR:"rgba(0, 0, 0, 0.65)",DEFAULT_LINE_COLOR:"#000000",DEFAULT_LINE_COLOR_SOFT:"rgba(0, 0, 0, 0.1)",DEFAULT_LINE_COLOR_SOFTER:"rgba(0, 0, 0, 0.1)",SEMANTIC_SUCCESS:"#53a051",SEMANTIC_WARNING:"#f8be34",SEMANTIC_ERROR:"#dc4e41"},a=e.COLORS_DARK_MODE={DEFAULT_BACKGROUND_COLOR:"#000000",DEFAULT_FOREGROUND_COLOR:"#ffffff",DEFAULT_FONT_COLOR:"rgba(255, 255, 255, 0.7)",DEFAULT_LINE_COLOR:"#000000",DEFAULT_LINE_COLOR_SOFT:"rgba(255, 255, 255, 0.3)",DEFAULT_LINE_COLOR_SOFTER:"rgba(255, 255, 255, 0.3)",SEMANTIC_SUCCESS:"#53a051",SEMANTIC_WARNING:"#f8be34",SEMANTIC_ERROR:"#dc4e41"},l=e.COLORS_PRISMA_DARK=(0,o.default)({},a,{BLACK1:"#2B2C33",BLACK2:"#23242B",GREY1:"#ACACAD",GREY2:"#818285",GREY3:"#505158",GREY4:"#43454B",GREY5:"#33343B"});e.COLORS_SCP=l,e.THEMES={default:(0,o.default)({},s,{LEGEND_OVERFLOW_ARROW_COLOR_ACTIVE:"rgba(0, 0, 0, 0.65)",LEGEND_OVERFLOW_ARROW_COLOR_INACTIVE:"rgba(0, 0, 0, 0.3)",LEGEND_OVERFLOW_FONT_COLOR:"rgba(0, 0, 0, 0.54)",TOOLTIP_BACKGROUND_COLOR:"#ffffff",TOOLTIP_FONT_COLOR:"#2c2c2c",TOOLTIP_FONT_COLOR_SOFT:"rgba(0, 0, 0, 0.65)",TOOLTIP_BORDER_COLOR:"#000000"}),dark:(0,o.default)({},a,{AXIS_LABELS_FONT_COLOR:"rgba(255, 255, 255, 0.7)",AXIS_TITLE_FONT_COLOR:"rgba(255, 255, 255, 0.7)",LEGEND_FONT_COLOR:"rgba(255, 255, 255, 0.7)",LEGEND_OVERFLOW_ARROW_COLOR_ACTIVE:"rgba(255, 255, 255, 0.7)",LEGEND_OVERFLOW_ARROW_COLOR_INACTIVE:"rgba(255, 255, 255, 0.3)",LEGEND_OVERFLOW_FONT_COLOR:"rgba(255, 255, 255, 0.7)",TOOLTIP_BACKGROUND_COLOR:"#27292e",TOOLTIP_FONT_COLOR:"rgba(255, 255, 255, 0.98)",TOOLTIP_FONT_COLOR_SOFT:"rgba(255, 255, 255, 0.7)",TOOLTIP_BORDER_COLOR:"none"}),prismaDark:(0,o.default)({},l,{DEFAULT_BACKGROUND_COLOR:"#0b0c0e",AXIS_LABELS_FONT_COLOR:"rgba(255, 255, 255, 0.7)",AXIS_TITLE_FONT_COLOR:"rgba(255, 255, 255, 0.7)",AXIS_GRID_LINE_COLOR:"rgba(255, 255, 255, 0.15)",LEGEND_UNHIGHLIGHT_COLOR:"rgba(255, 255, 255, 0.15)",LEGEND_FONT_COLOR:"rgba(255, 255, 255, 0.7)",SERIES_UNHIGHLIGHT_COLOR_PALETTE:[l.GREY3,l.GREY4,l.GREY5],TOOLTIP_BACKGROUND_COLOR:"#27292e",TOOLTIP_FONT_COLOR:"rgba(255, 255, 255, 0.98)",TOOLTIP_FONT_COLOR_SOFT:"rgba(255, 255, 255, 0.7)",LINE_DEFAULT_LINE_WIDTH:1.5})}},function(t,e,i){"use strict";e.__esModule=!0;var n,r=i(12),o=(n=r)&&n.__esModule?n:{default:n};e.default=o.default||function(t){for(var e=1;e<arguments.length;e++){var i=arguments[e];for(var n in i)Object.prototype.hasOwnProperty.call(i,n)&&(t[n]=i[n])}return t}},function(t,e,i){t.exports={default:i(13),__esModule:!0}},function(t,e,i){i(14),t.exports=i(2).Object.assign},function(t,e,i){var n=i(15);n(n.S+n.F,"Object",{assign:i(25)})},function(t,e,i){var n=i(1),r=i(2),o=i(16),s=i(18),a=i(5),l=function(t,e,i){var c,u,h,d=t&l.F,p=t&l.G,f=t&l.S,m=t&l.P,g=t&l.B,y=t&l.W,b=p?r:r[e]||(r[e]={}),v=b.prototype,M=p?n:f?n[e]:(n[e]||{}).prototype;for(c in p&&(i=e),i)(u=!d&&M&&void 0!==M[c])&&a(b,c)||(h=u?M[c]:i[c],b[c]=p&&"function"!=typeof M[c]?i[c]:g&&u?o(h,n):y&&M[c]==h?function(t){var e=function(e,i,n){if(this instanceof t){switch(arguments.length){case 0:return new t;case 1:return new t(e);case 2:return new t(e,i)}return new t(e,i,n)}return t.apply(this,arguments)};return e.prototype=t.prototype,e}(h):m&&"function"==typeof h?o(Function.call,h):h,m&&((b.virtual||(b.virtual={}))[c]=h,t&l.R&&v&&!v[c]&&s(v,c,h)))};l.F=1,l.G=2,l.S=4,l.P=8,l.B=16,l.W=32,l.U=64,l.R=128,t.exports=l},function(t,e,i){var n=i(17);t.exports=function(t,e,i){if(n(t),void 0===e)return t;switch(i){case 1:return function(i){return t.call(e,i)};case 2:return function(i,n){return t.call(e,i,n)};case 3:return function(i,n,r){return t.call(e,i,n,r)}}return function(){return t.apply(e,arguments)}}},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,e,i){var n=i(19),r=i(24);t.exports=i(0)?function(t,e,i){return n.f(t,e,r(1,i))}:function(t,e,i){return t[e]=i,t}},function(t,e,i){var n=i(20),r=i(21),o=i(23),s=Object.defineProperty;e.f=i(0)?Object.defineProperty:function(t,e,i){if(n(t),e=o(e,!0),n(i),r)try{return s(t,e,i)}catch(t){}if("get"in i||"set"in i)throw TypeError("Accessors not supported!");return"value"in i&&(t[e]=i.value),t}},function(t,e,i){var n=i(3);t.exports=function(t){if(!n(t))throw TypeError(t+" is not an object!");return t}},function(t,e,i){t.exports=!i(0)&&!i(4)((function(){return 7!=Object.defineProperty(i(22)("div"),"a",{get:function(){return 7}}).a}))},function(t,e,i){var n=i(3),r=i(1).document,o=n(r)&&n(r.createElement);t.exports=function(t){return o?r.createElement(t):{}}},function(t,e,i){var n=i(3);t.exports=function(t,e){if(!n(t))return t;var i,r;if(e&&"function"==typeof(i=t.toString)&&!n(r=i.call(t)))return r;if("function"==typeof(i=t.valueOf)&&!n(r=i.call(t)))return r;if(!e&&"function"==typeof(i=t.toString)&&!n(r=i.call(t)))return r;throw TypeError("Can't convert object to primitive value")}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,i){"use strict";var n=i(0),r=i(26),o=i(37),s=i(38),a=i(39),l=i(7),c=Object.assign;t.exports=!c||i(4)((function(){var t={},e={},i=Symbol(),n="abcdefghijklmnopqrst";return t[i]=7,n.split("").forEach((function(t){e[t]=t})),7!=c({},t)[i]||Object.keys(c({},e)).join("")!=n}))?function(t,e){for(var i=a(t),c=arguments.length,u=1,h=o.f,d=s.f;c>u;)for(var p,f=l(arguments[u++]),m=h?r(f).concat(h(f)):r(f),g=m.length,y=0;g>y;)p=m[y++],n&&!d.call(f,p)||(i[p]=f[p]);return i}:c},function(t,e,i){var n=i(27),r=i(36);t.exports=Object.keys||function(t){return n(t,r)}},function(t,e,i){var n=i(5),r=i(6),o=i(29)(!1),s=i(32)("IE_PROTO");t.exports=function(t,e){var i,a=r(t),l=0,c=[];for(i in a)i!=s&&n(a,i)&&c.push(i);for(;e.length>l;)n(a,i=e[l++])&&(~o(c,i)||c.push(i));return c}},function(t,e){var i={}.toString;t.exports=function(t){return i.call(t).slice(8,-1)}},function(t,e,i){var n=i(6),r=i(30),o=i(31);t.exports=function(t){return function(e,i,s){var a,l=n(e),c=r(l.length),u=o(s,c);if(t&&i!=i){for(;c>u;)if((a=l[u++])!=a)return!0}else for(;c>u;u++)if((t||u in l)&&l[u]===i)return t||u||0;return!t&&-1}}},function(t,e,i){var n=i(9),r=Math.min;t.exports=function(t){return t>0?r(n(t),9007199254740991):0}},function(t,e,i){var n=i(9),r=Math.max,o=Math.min;t.exports=function(t,e){return(t=n(t))<0?r(t+e,0):o(t,e)}},function(t,e,i){var n=i(33)("keys"),r=i(35);t.exports=function(t){return n[t]||(n[t]=r(t))}},function(t,e,i){var n=i(2),r=i(1),o=r["__core-js_shared__"]||(r["__core-js_shared__"]={});(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:n.version,mode:i(34)?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(t,e){t.exports=!0},function(t,e){var i=0,n=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++i+n).toString(36))}},function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e){e.f={}.propertyIsEnumerable},function(t,e,i){var n=i(8);t.exports=function(t){return Object(n(t))}},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.setTheme=function(t){r.THEMES[t]?s=t:(n.debug('Theme "'+t+'" not available - falling back to default'),s="default");o=r.THEMES[s]},e.getThemeProperty=function(t){if(!o[t])return void n.debug('Theme property "'+t+'" not available in '+s+" theme");return o[t]},e.getCurrentTheme=function(){return s};var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e.default=t,e}(i(41)),r=i(10);var o=r.THEMES.default,s="default"},function(t,e){t.exports=i("./node_modules/@splunk/charting-utils/logger.js")}])},"./node_modules/@splunk/highcharts-time-axis/lib/index.js":function(t,e,i){t.exports=function(t){var e={};function i(n){if(e[n])return e[n].exports;var r=e[n]={i:n,l:!1,exports:{}};return t[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=59)}([function(t,e){var i=Array.isArray;t.exports=i},function(t,e,i){var n=i(35),r="object"==typeof self&&self&&self.Object===Object&&self,o=n||r||Function("return this")();t.exports=o},function(t,e){t.exports=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}},function(t,e){t.exports=function(t){return null!=t&&"object"==typeof t}},function(t,e,i){var n=i(9),r=i(61),o=i(62),s=n?n.toStringTag:void 0;t.exports=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":s&&s in Object(t)?r(t):o(t)}},function(t,e,i){var n=i(68),r=i(71);t.exports=function(t,e){var i=r(t,e);return n(i)?i:void 0}},function(t,e,i){var n=i(23),r=i(28);t.exports=function(t){return null!=t&&r(t.length)&&!n(t)}},function(t,e,i){var n=i(4),r=i(3);t.exports=function(t){return"symbol"==typeof t||r(t)&&"[object Symbol]"==n(t)}},function(t,e){t.exports=function(t,e){return t===e||t!=t&&e!=e}},function(t,e,i){var n=i(1).Symbol;t.exports=n},function(t,e,i){var n=i(5)(Object,"create");t.exports=n},function(t,e,i){var n=i(76),r=i(77),o=i(78),s=i(79),a=i(80);function l(t){var e=-1,i=null==t?0:t.length;for(this.clear();++e<i;){var n=t[e];this.set(n[0],n[1])}}l.prototype.clear=n,l.prototype.delete=r,l.prototype.get=o,l.prototype.has=s,l.prototype.set=a,t.exports=l},function(t,e,i){var n=i(8);t.exports=function(t,e){for(var i=t.length;i--;)if(n(t[i][0],e))return i;return-1}},function(t,e,i){var n=i(82);t.exports=function(t,e){var i=t.__data__;return n(e)?i["string"==typeof e?"string":"hash"]:i.map}},function(t,e,i){var n=i(7);t.exports=function(t){if("string"==typeof t||n(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}},function(t,e){var i=Object.prototype;t.exports=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||i)}},function(t,e,i){var n=i(103),r=i(3),o=Object.prototype,s=o.hasOwnProperty,a=o.propertyIsEnumerable,l=n(function(){return arguments}())?n:function(t){return r(t)&&s.call(t,"callee")&&!a.call(t,"callee")};t.exports=l},function(t,e,i){(function(t){var n=i(1),r=i(105),o="object"==typeof e&&e&&!e.nodeType&&e,s=o&&"object"==typeof t&&t&&!t.nodeType&&t,a=s&&s.exports===o?n.Buffer:void 0,l=(a?a.isBuffer:void 0)||r;t.exports=l}).call(e,i(27)(t))},function(t,e,i){var n=i(107),r=i(108),o=i(109),s=o&&o.isTypedArray,a=s?r(s):n;t.exports=a},function(t,e){t.exports=function(t){return t}},function(t,e,i){var n=i(47),r=i(48),o=i(6);t.exports=function(t){return o(t)?n(t):r(t)}},function(t,e,i){var n=i(0),r=i(7),o=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,s=/^\w*$/;t.exports=function(t,e){if(n(t))return!1;var i=typeof t;return!("number"!=i&&"symbol"!=i&&"boolean"!=i&&null!=t&&!r(t))||(s.test(t)||!o.test(t)||null!=e&&t in Object(e))}},function(t,e,i){var n=i(65),r=i(81),o=i(83),s=i(84),a=i(85);function l(t){var e=-1,i=null==t?0:t.length;for(this.clear();++e<i;){var n=t[e];this.set(n[0],n[1])}}l.prototype.clear=n,l.prototype.delete=r,l.prototype.get=o,l.prototype.has=s,l.prototype.set=a,t.exports=l},function(t,e,i){var n=i(4),r=i(2);t.exports=function(t){if(!r(t))return!1;var e=n(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e}},function(t,e,i){var n=i(5)(i(1),"Map");t.exports=n},function(t,e,i){var n=i(11),r=i(90),o=i(91),s=i(92),a=i(93),l=i(94);function c(t){var e=this.__data__=new n(t);this.size=e.size}c.prototype.clear=r,c.prototype.delete=o,c.prototype.get=s,c.prototype.has=a,c.prototype.set=l,t.exports=c},function(t,e,i){var n=i(40);t.exports=function(t,e,i){"__proto__"==e&&n?n(t,e,{configurable:!0,enumerable:!0,value:i,writable:!0}):t[e]=i}},function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},function(t,e){t.exports=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991}},function(t,e){var i=/^(?:0|[1-9]\d*)$/;t.exports=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&i.test(t))&&t>-1&&t%1==0&&t<e}},function(t,e,i){var n=i(8),r=i(6),o=i(29),s=i(2);t.exports=function(t,e,i){if(!s(i))return!1;var a=typeof e;return!!("number"==a?r(i)&&o(e,i.length):"string"==a&&e in i)&&n(i[e],t)}},function(t,e,i){var n=i(144),r=i(3);t.exports=function t(e,i,o,s,a){return e===i||(null==e||null==i||!r(e)&&!r(i)?e!=e&&i!=i:n(e,i,o,s,t,a))}},function(t,e,i){var n=i(33);t.exports=function(t,e,i){var r=null==t?void 0:n(t,e);return void 0===r?i:r}},function(t,e,i){var n=i(34),r=i(14);t.exports=function(t,e){for(var i=0,o=(e=n(e,t)).length;null!=t&&i<o;)t=t[r(e[i++])];return i&&i==o?t:void 0}},function(t,e,i){var n=i(0),r=i(21),o=i(63),s=i(86);t.exports=function(t,e){return n(t)?t:r(t,e)?[t]:o(s(t))}},function(t,e,i){(function(e){var i="object"==typeof e&&e&&e.Object===Object&&e;t.exports=i}).call(e,i(60))},function(t,e,i){var n=i(22);function r(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var i=function(){var n=arguments,r=e?e.apply(this,n):n[0],o=i.cache;if(o.has(r))return o.get(r);var s=t.apply(this,n);return i.cache=o.set(r,s)||o,s};return i.cache=new(r.Cache||n),i}r.Cache=n,t.exports=r},function(t,e){var i=Function.prototype.toString;t.exports=function(t){if(null!=t){try{return i.call(t)}catch(t){}try{return t+""}catch(t){}}return""}},function(t,e){t.exports=function(t,e){for(var i=-1,n=null==t?0:t.length,r=Array(n);++i<n;)r[i]=e(t[i],i,t);return r}},function(t,e,i){var n=i(26),r=i(8);t.exports=function(t,e,i){(void 0!==i&&!r(t[e],i)||void 0===i&&!(e in t))&&n(t,e,i)}},function(t,e,i){var n=i(5),r=function(){try{var t=n(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();t.exports=r},function(t,e,i){var n=i(95)();t.exports=n},function(t,e,i){var n=i(1).Uint8Array;t.exports=n},function(t,e,i){var n=i(44)(Object.getPrototypeOf,Object);t.exports=n},function(t,e){t.exports=function(t,e){return function(i){return t(e(i))}}},function(t,e){t.exports=function(t,e){if(("constructor"!==e||"function"!=typeof t[e])&&"__proto__"!=e)return t[e]}},function(t,e,i){var n=i(47),r=i(114),o=i(6);t.exports=function(t){return o(t)?n(t,!0):r(t)}},function(t,e,i){var n=i(113),r=i(16),o=i(0),s=i(17),a=i(29),l=i(18),c=Object.prototype.hasOwnProperty;t.exports=function(t,e){var i=o(t),u=!i&&r(t),h=!i&&!u&&s(t),d=!i&&!u&&!h&&l(t),p=i||u||h||d,f=p?n(t.length,String):[],m=f.length;for(var g in t)!e&&!c.call(t,g)||p&&("length"==g||h&&("offset"==g||"parent"==g)||d&&("buffer"==g||"byteLength"==g||"byteOffset"==g)||a(g,m))||f.push(g);return f}},function(t,e,i){var n=i(15),r=i(125),o=Object.prototype.hasOwnProperty;t.exports=function(t){if(!n(t))return r(t);var e=[];for(var i in Object(t))o.call(t,i)&&"constructor"!=i&&e.push(i);return e}},function(t,e,i){var n=i(126),r=i(24),o=i(127),s=i(128),a=i(129),l=i(4),c=i(37),u=c(n),h=c(r),d=c(o),p=c(s),f=c(a),m=l;(n&&"[object DataView]"!=m(new n(new ArrayBuffer(1)))||r&&"[object Map]"!=m(new r)||o&&"[object Promise]"!=m(o.resolve())||s&&"[object Set]"!=m(new s)||a&&"[object WeakMap]"!=m(new a))&&(m=function(t){var e=l(t),i="[object Object]"==e?t.constructor:void 0,n=i?c(i):"";if(n)switch(n){case u:return"[object DataView]";case h:return"[object Map]";case d:return"[object Promise]";case p:return"[object Set]";case f:return"[object WeakMap]"}return e}),t.exports=m},function(t,e,i){var n=i(131),r=i(132),o=i(133);t.exports=function(t,e,i){return e==e?o(t,e,i):n(t,r,i)}},function(t,e,i){var n=i(135);t.exports=function(t){var e=n(t),i=e%1;return e==e?i?e-i:e:0}},function(t,e){t.exports=function(t,e){for(var i=-1,n=null==t?0:t.length;++i<n;)if(e(t[i],i,t))return!0;return!1}},function(t,e,i){var n=i(142),r=i(160),o=i(19),s=i(0),a=i(163);t.exports=function(t){return"function"==typeof t?t:null==t?o:"object"==typeof t?s(t)?r(t[0],t[1]):n(t):a(t)}},function(t,e,i){var n=i(145),r=i(52),o=i(148);t.exports=function(t,e,i,s,a,l){var c=1&i,u=t.length,h=e.length;if(u!=h&&!(c&&h>u))return!1;var d=l.get(t),p=l.get(e);if(d&&p)return d==e&&p==t;var f=-1,m=!0,g=2&i?new n:void 0;for(l.set(t,e),l.set(e,t);++f<u;){var y=t[f],b=e[f];if(s)var v=c?s(b,y,f,e,t,l):s(y,b,f,t,e,l);if(void 0!==v){if(v)continue;m=!1;break}if(g){if(!r(e,(function(t,e){if(!o(g,e)&&(y===t||a(y,t,i,s,l)))return g.push(e)}))){m=!1;break}}else if(y!==b&&!a(y,b,i,s,l)){m=!1;break}}return l.delete(t),l.delete(e),m}},function(t,e,i){var n=i(2);t.exports=function(t){return t==t&&!n(t)}},function(t,e){t.exports=function(t,e){return function(i){return null!=i&&(i[t]===e&&(void 0!==e||t in Object(i)))}}},function(t,e,i){var n=i(34),r=i(16),o=i(0),s=i(29),a=i(28),l=i(14);t.exports=function(t,e,i){for(var c=-1,u=(e=n(e,t)).length,h=!1;++c<u;){var d=l(e[c]);if(!(h=null!=t&&i(t,d)))break;t=t[d]}return h||++c!=u?h:!!(u=null==t?0:t.length)&&a(u)&&s(d,u)&&(o(t)||r(t))}},function(t,e,i){var n=i(167),r=i(168)(n);t.exports=r},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t){var e=function(e){return parseInt(t.dateFormat("%L",e),10)},i=function(e){return parseInt(t.dateFormat("%S",e),10)},o=function(e){return parseInt(t.dateFormat("%M",e),10)},a=function(e){return parseInt(t.dateFormat("%k",e),10)},l=function(e){return parseInt(t.dateFormat("%e",e),10)-1},m=function(e){return parseInt(t.dateFormat("%m",e),10)-1},g=function(e){return parseInt(t.dateFormat("%Y",e),10)},x=(0,c.default)((function(t){var n=[],r=[],s=[],c=[],h=[],d=[];return t.forEach((function(t){n.push(e(t)),r.push(i(t)),s.push(o(t)),c.push(a(t)),h.push(l(t)),d.push(m(t))})),(0,u.default)(n,(function(t){return 0===t}))?(0,u.default)(r,(function(t){return 0===t}))?(0,u.default)(s,(function(t){return 0===t}))?(0,u.default)(c,(function(t){return 0===t}))?(0,u.default)(h,(function(t){return 0===t}))?(0,u.default)(d,(function(t){return 0===t}))?"year":"month":"day":"hour":"minute":"second":"millisecond"})),_=null,A=function(r,s,c){return _?_(function(t){return new Date(g(t),m(t),l(t)+1,a(t),o(t),i(t),e(t))}(r),r,s):"function"!=typeof(0,n.default)(c,["time","dateFormat"])||"function"!=typeof(0,n.default)(c,["time","options","getTimezoneOffset"])&&0===(0,n.default)(c,["time","options","timezoneOffset"],0)?t.dateFormat(b[s],r):c.time.dateFormat(b[s],r)},L={tickLength:6,minPadding:0,maxPadding:0,minRange:1,labels:{formatter:function(){var t=this.axis,e=t.tickPositions,i=t.options.maxLabelParts,n=x(e),r=null;this.isFirst||(r=e[(0,h.default)(e,this.value)-1]);return function(t){var e=t.value,i=t.previousValue,n=t.granularity,r=t.maxLabelParts,o=void 0===r?3:r,a=t.chart,c=(0,s.default)(["millisecond","second","minute","hour","day"],n),u=(0,s.default)(["millisecond","second","minute","hour"],n),h=(0,s.default)(["millisecond","second"],n),d="millisecond"===n?"LTMS":h?"LTS":"LT",p=c?"ddd MMM D":"MMMM";if("year"===n)return[A(e,"YYYY",a)];if(i&&g(i)===g(e)&&m(i)===m(e)&&l(i)===l(e))return[A(e,d,a)];var f=u?[A(e,d,a),A(e,p,a)]:[A(e,p,a)];return i&&g(i)===g(e)||f.push(A(e,"YYYY",a)),o?f.slice(Math.max(f.length-o,0)):f}({value:this.value,previousValue:r,granularity:n,maxLabelParts:i,chart:this.chart}).join(" <br /> ")},style:{whiteSpace:"nowrap",textOverflow:"none"}},units:[["millisecond",[1,2,5,10,20,25,50,100,200,500]],["second",[1,2,5,10,15,30]],["minute",[1,2,3,5,10,15,30]],["hour",[1,2,4,6,8,12]],["day",[1]],["week",[1,2]],["month",[1,2,3,4,6]],["year",[1,2,4]]],"splunk-tooltip":{formatter:function(t,n){return e(t)>0?A(t,"llms",n):i(t)>0?A(t,"lls",n):o(t)>0||a(t)>0?A(t,"lll",n):A(t,"ll",n)}}},w={labels:{align:"left",y:18}},k={labels:{y:5}},S=function(t){switch(t){case-45:return{align:"right",y:15};case 45:return{y:15};case-90:return{align:"right",y:12};case 90:return{y:12};case 0:default:return{}}};t.wrap(t.Axis.prototype,"setOptions",(function(t,e){var i=e;return"datetime"===e.type&&(i=(0,r.default)({},L,this.horiz?w:k,{labels:S(e.labels&&e.labels.rotation||0)},i)),t.call(this,i)})),t.wrap(t.Axis.prototype,"setTickPositions",(function(e){if("datetime"===this.options.type){this.options._initialUnits||(this.options._initialUnits=this.options.units,this.options._initialTickPixelInterval=this.options.tickPixelInterval),this.horiz&&this.len<=350||!this.horiz&&this.len<=245?(this.options.units=y,this.options.tickPixelInterval=50):(this.options.units=this.options._initialUnits,this.options.tickPixelInterval=this.options._initialTickPixelInterval);var i=(this.tickPositions||[]).slice();e.call(this),function(e){var i=t.defaultOptions.global;if(!i.useUTC||i.getTimezoneOffset){var n=e.dateTime.normalizeTimeTickInterval(e.tickInterval,e.options.units);if(!("hour"!==n.unitName||n.count>=12)&&t.time.getTimezoneOffset(e.min)!==t.time.getTimezoneOffset(e.max)){for(var r=[],o=e.tickPositions[0];o<=e.max;)r.push(o),o+=n.unitRange*n.count;e.tickPositions=r}}}(this),(0,d.default)(i,this.tickPositions)||(this.isDirty=!0)}else e.call(this)})),t.wrap(t.Axis.prototype,"render",(function(t){"datetime"===this.options.type&&(M(this),v(this)),t.call(this)})),t.setOptions({global:{useUTC:!1}});var T=function(e){t.setOptions({global:{useUTC:!0,getTimezoneOffset:e}})},O=function(t){_=t},C={"ddd MMM D":{de:"ddd, D. MMM","en-gb":"ddd, D MMM",en:"ddd, MMM D",fr:"ddd D MMM",it:"ddd, D MMM",ja:"MMMD日 dddd",ko:"MMM D일 dddd","zh-cn":"MMMD日dddd","zh-tw":"MMMD日dddd"},YYYY:{ja:"YYYY年",ko:"YYYY년","zh-cn":"YYYY年","zh-tw":"YYYY年"}};return{setTimezone:function(t){var e=(0,f.default)(t);T((function(t){var i=(0,p.default)(e.untils,t);return e.offsets[i]}))},useSplunkI18nLibrary:function(t){O((function(e,i,n){switch(n){case"LT":return t.format_time(e,"short");case"LTS":return t.format_time(e,"medium");case"LTMS":return t.format_time_microseconds(e,"medium");case"ddd MMM D":return t.format_date(e,"ccc MMM d");case"lll":return t.format_datetime(e,"medium","short");case"ll":return t.format_date(e,"MMM d, YYYY");case"lls":return t.format_datetime(e,"medium");case"llms":return t.format_datetime_microseconds(e,"medium");default:return t.format_date(e,n)}}))},useSplunkMoment:function(t,e){O((function(i,n,r){var o=function(t,e){return t?e().locale(t).locale():null}(e,t)||t.newSplunkTime().locale(),s=r;return C[s]&&C[s][o]&&(s=C[s][o]),t.newSplunkTime({time:n,locale:o}).splunkFormat(s)})),T((function(e){return-t.newSplunkTime({time:e}).utcOffset()}))}}};var n=g(i(32)),r=g(i(88)),o=g(i(124)),s=g(i(130)),a=g(i(141)),l=g(i(169)),c=g(i(36)),u=g(i(171)),h=g(i(174)),d=g(i(175)),p=g(i(176)),f=g(i(179)),m=i(180);function g(t){return t&&t.__esModule?t:{default:t}}var y=[["millisecond",[1,250,500]],["second",[1,15,30]],["minute",[1,15,30]],["hour",[1]],["day",[1]],["month",[1,6]],["year",[1,4]]],b={LT:"%l:%M %p",LTS:"%l:%M:%S %p",LTMS:"%l:%M:%S.%L %p","ddd MMM D":"%a %b %e",MMMM:"%B",YYYY:"%Y",ll:"%b %e, %Y",lll:"%b %e, %Y %l:%M %p",lls:"%b %e, %Y %l:%M:%S %p",llms:"%b %e, %Y %l:%M:%S.%L %p"},v=function(t){if(!(t.tickPositions.length<2||(0,o.default)(t.ticks)))for(var e=function(t){return t.tickPositions.length<2?t.len:Math.abs(t.translate(t.tickPositions[1])-t.translate(t.tickPositions[0]))}(t)-2,i=(t.options.labels||{}).rotation||0,n=e/Math.sin((0,m.degreeToRadian)(45+Math.abs(45-Math.abs(i%90)))),r=function(e){return!(!e.label||!(0,s.default)(e.axis.tickPositions,e.pos))&&(t.horiz?e.label.getBBox().width>n:e.label.getBBox().height>n)};t.tickPositions.length>2&&(0,a.default)(t.ticks,r);)t.tickPositions=t.tickPositions.filter((function(t,e){return e%2==0})),t.tickPositions.forEach((function(e){t.ticks[e].addLabel()})),n*=2},M=function(t){var e=t.options.labels;if((0,l.default)(e,"_userX")||(e._userX=e.x),(0,l.default)(e,"_userY")||(e._userY=e.y),"between"===t.options.tickmarkPlacement){var i=t.pointRange,n=Math.abs(t.translate(i)-t.translate(0));t.tickmarkOffset=-i/2,t.horiz?e.x=e._userX-n/2:e.y=e._userY-n/2}};t.exports=e.default},function(t,e){var i;i=function(){return this}();try{i=i||Function("return this")()||(0,eval)("this")}catch(t){"object"==typeof window&&(i=window)}t.exports=i},function(t,e,i){var n=i(9),r=Object.prototype,o=r.hasOwnProperty,s=r.toString,a=n?n.toStringTag:void 0;t.exports=function(t){var e=o.call(t,a),i=t[a];try{t[a]=void 0;var n=!0}catch(t){}var r=s.call(t);return n&&(e?t[a]=i:delete t[a]),r}},function(t,e){var i=Object.prototype.toString;t.exports=function(t){return i.call(t)}},function(t,e,i){var n=i(64),r=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,o=/\\(\\)?/g,s=n((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(r,(function(t,i,n,r){e.push(n?r.replace(o,"$1"):i||t)})),e}));t.exports=s},function(t,e,i){var n=i(36);t.exports=function(t){var e=n(t,(function(t){return 500===i.size&&i.clear(),t})),i=e.cache;return e}},function(t,e,i){var n=i(66),r=i(11),o=i(24);t.exports=function(){this.size=0,this.__data__={hash:new n,map:new(o||r),string:new n}}},function(t,e,i){var n=i(67),r=i(72),o=i(73),s=i(74),a=i(75);function l(t){var e=-1,i=null==t?0:t.length;for(this.clear();++e<i;){var n=t[e];this.set(n[0],n[1])}}l.prototype.clear=n,l.prototype.delete=r,l.prototype.get=o,l.prototype.has=s,l.prototype.set=a,t.exports=l},function(t,e,i){var n=i(10);t.exports=function(){this.__data__=n?n(null):{},this.size=0}},function(t,e,i){var n=i(23),r=i(69),o=i(2),s=i(37),a=/^\[object .+?Constructor\]$/,l=Function.prototype,c=Object.prototype,u=l.toString,h=c.hasOwnProperty,d=RegExp("^"+u.call(h).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");t.exports=function(t){return!(!o(t)||r(t))&&(n(t)?d:a).test(s(t))}},function(t,e,i){var n,r=i(70),o=(n=/[^.]+$/.exec(r&&r.keys&&r.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"";t.exports=function(t){return!!o&&o in t}},function(t,e,i){var n=i(1)["__core-js_shared__"];t.exports=n},function(t,e){t.exports=function(t,e){return null==t?void 0:t[e]}},function(t,e){t.exports=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e}},function(t,e,i){var n=i(10),r=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;if(n){var i=e[t];return"__lodash_hash_undefined__"===i?void 0:i}return r.call(e,t)?e[t]:void 0}},function(t,e,i){var n=i(10),r=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;return n?void 0!==e[t]:r.call(e,t)}},function(t,e,i){var n=i(10);t.exports=function(t,e){var i=this.__data__;return this.size+=this.has(t)?0:1,i[t]=n&&void 0===e?"__lodash_hash_undefined__":e,this}},function(t,e){t.exports=function(){this.__data__=[],this.size=0}},function(t,e,i){var n=i(12),r=Array.prototype.splice;t.exports=function(t){var e=this.__data__,i=n(e,t);return!(i<0)&&(i==e.length-1?e.pop():r.call(e,i,1),--this.size,!0)}},function(t,e,i){var n=i(12);t.exports=function(t){var e=this.__data__,i=n(e,t);return i<0?void 0:e[i][1]}},function(t,e,i){var n=i(12);t.exports=function(t){return n(this.__data__,t)>-1}},function(t,e,i){var n=i(12);t.exports=function(t,e){var i=this.__data__,r=n(i,t);return r<0?(++this.size,i.push([t,e])):i[r][1]=e,this}},function(t,e,i){var n=i(13);t.exports=function(t){var e=n(this,t).delete(t);return this.size-=e?1:0,e}},function(t,e){t.exports=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}},function(t,e,i){var n=i(13);t.exports=function(t){return n(this,t).get(t)}},function(t,e,i){var n=i(13);t.exports=function(t){return n(this,t).has(t)}},function(t,e,i){var n=i(13);t.exports=function(t,e){var i=n(this,t),r=i.size;return i.set(t,e),this.size+=i.size==r?0:1,this}},function(t,e,i){var n=i(87);t.exports=function(t){return null==t?"":n(t)}},function(t,e,i){var n=i(9),r=i(38),o=i(0),s=i(7),a=n?n.prototype:void 0,l=a?a.toString:void 0;t.exports=function t(e){if("string"==typeof e)return e;if(o(e))return r(e,t)+"";if(s(e))return l?l.call(e):"";var i=e+"";return"0"==i&&1/e==-1/0?"-0":i}},function(t,e,i){var n=i(89),r=i(116)((function(t,e,i){n(t,e,i)}));t.exports=r},function(t,e,i){var n=i(25),r=i(39),o=i(41),s=i(96),a=i(2),l=i(46),c=i(45);t.exports=function t(e,i,u,h,d){e!==i&&o(i,(function(o,l){if(d||(d=new n),a(o))s(e,i,l,u,t,h,d);else{var p=h?h(c(e,l),o,l+"",e,i,d):void 0;void 0===p&&(p=o),r(e,l,p)}}),l)}},function(t,e,i){var n=i(11);t.exports=function(){this.__data__=new n,this.size=0}},function(t,e){t.exports=function(t){var e=this.__data__,i=e.delete(t);return this.size=e.size,i}},function(t,e){t.exports=function(t){return this.__data__.get(t)}},function(t,e){t.exports=function(t){return this.__data__.has(t)}},function(t,e,i){var n=i(11),r=i(24),o=i(22);t.exports=function(t,e){var i=this.__data__;if(i instanceof n){var s=i.__data__;if(!r||s.length<199)return s.push([t,e]),this.size=++i.size,this;i=this.__data__=new o(s)}return i.set(t,e),this.size=i.size,this}},function(t,e){t.exports=function(t){return function(e,i,n){for(var r=-1,o=Object(e),s=n(e),a=s.length;a--;){var l=s[t?a:++r];if(!1===i(o[l],l,o))break}return e}}},function(t,e,i){var n=i(39),r=i(97),o=i(98),s=i(100),a=i(101),l=i(16),c=i(0),u=i(104),h=i(17),d=i(23),p=i(2),f=i(106),m=i(18),g=i(45),y=i(110);t.exports=function(t,e,i,b,v,M,x){var _=g(t,i),A=g(e,i),L=x.get(A);if(L)n(t,i,L);else{var w=M?M(_,A,i+"",t,e,x):void 0,k=void 0===w;if(k){var S=c(A),T=!S&&h(A),O=!S&&!T&&m(A);w=A,S||T||O?c(_)?w=_:u(_)?w=s(_):T?(k=!1,w=r(A,!0)):O?(k=!1,w=o(A,!0)):w=[]:f(A)||l(A)?(w=_,l(_)?w=y(_):p(_)&&!d(_)||(w=a(A))):k=!1}k&&(x.set(A,w),v(w,A,b,M,x),x.delete(A)),n(t,i,w)}}},function(t,e,i){(function(t){var n=i(1),r="object"==typeof e&&e&&!e.nodeType&&e,o=r&&"object"==typeof t&&t&&!t.nodeType&&t,s=o&&o.exports===r?n.Buffer:void 0,a=s?s.allocUnsafe:void 0;t.exports=function(t,e){if(e)return t.slice();var i=t.length,n=a?a(i):new t.constructor(i);return t.copy(n),n}}).call(e,i(27)(t))},function(t,e,i){var n=i(99);t.exports=function(t,e){var i=e?n(t.buffer):t.buffer;return new t.constructor(i,t.byteOffset,t.length)}},function(t,e,i){var n=i(42);t.exports=function(t){var e=new t.constructor(t.byteLength);return new n(e).set(new n(t)),e}},function(t,e){t.exports=function(t,e){var i=-1,n=t.length;for(e||(e=Array(n));++i<n;)e[i]=t[i];return e}},function(t,e,i){var n=i(102),r=i(43),o=i(15);t.exports=function(t){return"function"!=typeof t.constructor||o(t)?{}:n(r(t))}},function(t,e,i){var n=i(2),r=Object.create,o=function(){function t(){}return function(e){if(!n(e))return{};if(r)return r(e);t.prototype=e;var i=new t;return t.prototype=void 0,i}}();t.exports=o},function(t,e,i){var n=i(4),r=i(3);t.exports=function(t){return r(t)&&"[object Arguments]"==n(t)}},function(t,e,i){var n=i(6),r=i(3);t.exports=function(t){return r(t)&&n(t)}},function(t,e){t.exports=function(){return!1}},function(t,e,i){var n=i(4),r=i(43),o=i(3),s=Function.prototype,a=Object.prototype,l=s.toString,c=a.hasOwnProperty,u=l.call(Object);t.exports=function(t){if(!o(t)||"[object Object]"!=n(t))return!1;var e=r(t);if(null===e)return!0;var i=c.call(e,"constructor")&&e.constructor;return"function"==typeof i&&i instanceof i&&l.call(i)==u}},function(t,e,i){var n=i(4),r=i(28),o=i(3),s={};s["[object Float32Array]"]=s["[object Float64Array]"]=s["[object Int8Array]"]=s["[object Int16Array]"]=s["[object Int32Array]"]=s["[object Uint8Array]"]=s["[object Uint8ClampedArray]"]=s["[object Uint16Array]"]=s["[object Uint32Array]"]=!0,s["[object Arguments]"]=s["[object Array]"]=s["[object ArrayBuffer]"]=s["[object Boolean]"]=s["[object DataView]"]=s["[object Date]"]=s["[object Error]"]=s["[object Function]"]=s["[object Map]"]=s["[object Number]"]=s["[object Object]"]=s["[object RegExp]"]=s["[object Set]"]=s["[object String]"]=s["[object WeakMap]"]=!1,t.exports=function(t){return o(t)&&r(t.length)&&!!s[n(t)]}},function(t,e){t.exports=function(t){return function(e){return t(e)}}},function(t,e,i){(function(t){var n=i(35),r="object"==typeof e&&e&&!e.nodeType&&e,o=r&&"object"==typeof t&&t&&!t.nodeType&&t,s=o&&o.exports===r&&n.process,a=function(){try{var t=o&&o.require&&o.require("util").types;return t||s&&s.binding&&s.binding("util")}catch(t){}}();t.exports=a}).call(e,i(27)(t))},function(t,e,i){var n=i(111),r=i(46);t.exports=function(t){return n(t,r(t))}},function(t,e,i){var n=i(112),r=i(26);t.exports=function(t,e,i,o){var s=!i;i||(i={});for(var a=-1,l=e.length;++a<l;){var c=e[a],u=o?o(i[c],t[c],c,i,t):void 0;void 0===u&&(u=t[c]),s?r(i,c,u):n(i,c,u)}return i}},function(t,e,i){var n=i(26),r=i(8),o=Object.prototype.hasOwnProperty;t.exports=function(t,e,i){var s=t[e];o.call(t,e)&&r(s,i)&&(void 0!==i||e in t)||n(t,e,i)}},function(t,e){t.exports=function(t,e){for(var i=-1,n=Array(t);++i<t;)n[i]=e(i);return n}},function(t,e,i){var n=i(2),r=i(15),o=i(115),s=Object.prototype.hasOwnProperty;t.exports=function(t){if(!n(t))return o(t);var e=r(t),i=[];for(var a in t)("constructor"!=a||!e&&s.call(t,a))&&i.push(a);return i}},function(t,e){t.exports=function(t){var e=[];if(null!=t)for(var i in Object(t))e.push(i);return e}},function(t,e,i){var n=i(117),r=i(30);t.exports=function(t){return n((function(e,i){var n=-1,o=i.length,s=o>1?i[o-1]:void 0,a=o>2?i[2]:void 0;for(s=t.length>3&&"function"==typeof s?(o--,s):void 0,a&&r(i[0],i[1],a)&&(s=o<3?void 0:s,o=1),e=Object(e);++n<o;){var l=i[n];l&&t(e,l,n,s)}return e}))}},function(t,e,i){var n=i(19),r=i(118),o=i(120);t.exports=function(t,e){return o(r(t,e,n),t+"")}},function(t,e,i){var n=i(119),r=Math.max;t.exports=function(t,e,i){return e=r(void 0===e?t.length-1:e,0),function(){for(var o=arguments,s=-1,a=r(o.length-e,0),l=Array(a);++s<a;)l[s]=o[e+s];s=-1;for(var c=Array(e+1);++s<e;)c[s]=o[s];return c[e]=i(l),n(t,this,c)}}},function(t,e){t.exports=function(t,e,i){switch(i.length){case 0:return t.call(e);case 1:return t.call(e,i[0]);case 2:return t.call(e,i[0],i[1]);case 3:return t.call(e,i[0],i[1],i[2])}return t.apply(e,i)}},function(t,e,i){var n=i(121),r=i(123)(n);t.exports=r},function(t,e,i){var n=i(122),r=i(40),o=i(19),s=r?function(t,e){return r(t,"toString",{configurable:!0,enumerable:!1,value:n(e),writable:!0})}:o;t.exports=s},function(t,e){t.exports=function(t){return function(){return t}}},function(t,e){var i=Date.now;t.exports=function(t){var e=0,n=0;return function(){var r=i(),o=16-(r-n);if(n=r,o>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}},function(t,e,i){var n=i(48),r=i(49),o=i(16),s=i(0),a=i(6),l=i(17),c=i(15),u=i(18),h=Object.prototype.hasOwnProperty;t.exports=function(t){if(null==t)return!0;if(a(t)&&(s(t)||"string"==typeof t||"function"==typeof t.splice||l(t)||u(t)||o(t)))return!t.length;var e=r(t);if("[object Map]"==e||"[object Set]"==e)return!t.size;if(c(t))return!n(t).length;for(var i in t)if(h.call(t,i))return!1;return!0}},function(t,e,i){var n=i(44)(Object.keys,Object);t.exports=n},function(t,e,i){var n=i(5)(i(1),"DataView");t.exports=n},function(t,e,i){var n=i(5)(i(1),"Promise");t.exports=n},function(t,e,i){var n=i(5)(i(1),"Set");t.exports=n},function(t,e,i){var n=i(5)(i(1),"WeakMap");t.exports=n},function(t,e,i){var n=i(50),r=i(6),o=i(134),s=i(51),a=i(139),l=Math.max;t.exports=function(t,e,i,c){t=r(t)?t:a(t),i=i&&!c?s(i):0;var u=t.length;return i<0&&(i=l(u+i,0)),o(t)?i<=u&&t.indexOf(e,i)>-1:!!u&&n(t,e,i)>-1}},function(t,e){t.exports=function(t,e,i,n){for(var r=t.length,o=i+(n?1:-1);n?o--:++o<r;)if(e(t[o],o,t))return o;return-1}},function(t,e){t.exports=function(t){return t!=t}},function(t,e){t.exports=function(t,e,i){for(var n=i-1,r=t.length;++n<r;)if(t[n]===e)return n;return-1}},function(t,e,i){var n=i(4),r=i(0),o=i(3);t.exports=function(t){return"string"==typeof t||!r(t)&&o(t)&&"[object String]"==n(t)}},function(t,e,i){var n=i(136);t.exports=function(t){return t?(t=n(t))===1/0||t===-1/0?17976931348623157e292*(t<0?-1:1):t==t?t:0:0===t?t:0}},function(t,e,i){var n=i(137),r=i(2),o=i(7),s=/^[-+]0x[0-9a-f]+$/i,a=/^0b[01]+$/i,l=/^0o[0-7]+$/i,c=parseInt;t.exports=function(t){if("number"==typeof t)return t;if(o(t))return NaN;if(r(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=r(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=n(t);var i=a.test(t);return i||l.test(t)?c(t.slice(2),i?2:8):s.test(t)?NaN:+t}},function(t,e,i){var n=i(138),r=/^\s+/;t.exports=function(t){return t?t.slice(0,n(t)+1).replace(r,""):t}},function(t,e){var i=/\s/;t.exports=function(t){for(var e=t.length;e--&&i.test(t.charAt(e)););return e}},function(t,e,i){var n=i(140),r=i(20);t.exports=function(t){return null==t?[]:n(t,r(t))}},function(t,e,i){var n=i(38);t.exports=function(t,e){return n(e,(function(e){return t[e]}))}},function(t,e,i){var n=i(52),r=i(53),o=i(166),s=i(0),a=i(30);t.exports=function(t,e,i){var l=s(t)?n:o;return i&&a(t,e,i)&&(e=void 0),l(t,r(e,3))}},function(t,e,i){var n=i(143),r=i(159),o=i(56);t.exports=function(t){var e=r(t);return 1==e.length&&e[0][2]?o(e[0][0],e[0][1]):function(i){return i===t||n(i,t,e)}}},function(t,e,i){var n=i(25),r=i(31);t.exports=function(t,e,i,o){var s=i.length,a=s,l=!o;if(null==t)return!a;for(t=Object(t);s--;){var c=i[s];if(l&&c[2]?c[1]!==t[c[0]]:!(c[0]in t))return!1}for(;++s<a;){var u=(c=i[s])[0],h=t[u],d=c[1];if(l&&c[2]){if(void 0===h&&!(u in t))return!1}else{var p=new n;if(o)var f=o(h,d,u,t,e,p);if(!(void 0===f?r(d,h,3,o,p):f))return!1}}return!0}},function(t,e,i){var n=i(25),r=i(54),o=i(149),s=i(152),a=i(49),l=i(0),c=i(17),u=i(18),h="[object Object]",d=Object.prototype.hasOwnProperty;t.exports=function(t,e,i,p,f,m){var g=l(t),y=l(e),b=g?"[object Array]":a(t),v=y?"[object Array]":a(e),M=(b="[object Arguments]"==b?h:b)==h,x=(v="[object Arguments]"==v?h:v)==h,_=b==v;if(_&&c(t)){if(!c(e))return!1;g=!0,M=!1}if(_&&!M)return m||(m=new n),g||u(t)?r(t,e,i,p,f,m):o(t,e,b,i,p,f,m);if(!(1&i)){var A=M&&d.call(t,"__wrapped__"),L=x&&d.call(e,"__wrapped__");if(A||L){var w=A?t.value():t,k=L?e.value():e;return m||(m=new n),f(w,k,i,p,m)}}return!!_&&(m||(m=new n),s(t,e,i,p,f,m))}},function(t,e,i){var n=i(22),r=i(146),o=i(147);function s(t){var e=-1,i=null==t?0:t.length;for(this.__data__=new n;++e<i;)this.add(t[e])}s.prototype.add=s.prototype.push=r,s.prototype.has=o,t.exports=s},function(t,e){t.exports=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this}},function(t,e){t.exports=function(t){return this.__data__.has(t)}},function(t,e){t.exports=function(t,e){return t.has(e)}},function(t,e,i){var n=i(9),r=i(42),o=i(8),s=i(54),a=i(150),l=i(151),c=n?n.prototype:void 0,u=c?c.valueOf:void 0;t.exports=function(t,e,i,n,c,h,d){switch(i){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!h(new r(t),new r(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return o(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var p=a;case"[object Set]":var f=1&n;if(p||(p=l),t.size!=e.size&&!f)return!1;var m=d.get(t);if(m)return m==e;n|=2,d.set(t,e);var g=s(p(t),p(e),n,c,h,d);return d.delete(t),g;case"[object Symbol]":if(u)return u.call(t)==u.call(e)}return!1}},function(t,e){t.exports=function(t){var e=-1,i=Array(t.size);return t.forEach((function(t,n){i[++e]=[n,t]})),i}},function(t,e){t.exports=function(t){var e=-1,i=Array(t.size);return t.forEach((function(t){i[++e]=t})),i}},function(t,e,i){var n=i(153),r=Object.prototype.hasOwnProperty;t.exports=function(t,e,i,o,s,a){var l=1&i,c=n(t),u=c.length;if(u!=n(e).length&&!l)return!1;for(var h=u;h--;){var d=c[h];if(!(l?d in e:r.call(e,d)))return!1}var p=a.get(t),f=a.get(e);if(p&&f)return p==e&&f==t;var m=!0;a.set(t,e),a.set(e,t);for(var g=l;++h<u;){var y=t[d=c[h]],b=e[d];if(o)var v=l?o(b,y,d,e,t,a):o(y,b,d,t,e,a);if(!(void 0===v?y===b||s(y,b,i,o,a):v)){m=!1;break}g||(g="constructor"==d)}if(m&&!g){var M=t.constructor,x=e.constructor;M==x||!("constructor"in t)||!("constructor"in e)||"function"==typeof M&&M instanceof M&&"function"==typeof x&&x instanceof x||(m=!1)}return a.delete(t),a.delete(e),m}},function(t,e,i){var n=i(154),r=i(156),o=i(20);t.exports=function(t){return n(t,o,r)}},function(t,e,i){var n=i(155),r=i(0);t.exports=function(t,e,i){var o=e(t);return r(t)?o:n(o,i(t))}},function(t,e){t.exports=function(t,e){for(var i=-1,n=e.length,r=t.length;++i<n;)t[r+i]=e[i];return t}},function(t,e,i){var n=i(157),r=i(158),o=Object.prototype.propertyIsEnumerable,s=Object.getOwnPropertySymbols,a=s?function(t){return null==t?[]:(t=Object(t),n(s(t),(function(e){return o.call(t,e)})))}:r;t.exports=a},function(t,e){t.exports=function(t,e){for(var i=-1,n=null==t?0:t.length,r=0,o=[];++i<n;){var s=t[i];e(s,i,t)&&(o[r++]=s)}return o}},function(t,e){t.exports=function(){return[]}},function(t,e,i){var n=i(55),r=i(20);t.exports=function(t){for(var e=r(t),i=e.length;i--;){var o=e[i],s=t[o];e[i]=[o,s,n(s)]}return e}},function(t,e,i){var n=i(31),r=i(32),o=i(161),s=i(21),a=i(55),l=i(56),c=i(14);t.exports=function(t,e){return s(t)&&a(e)?l(c(t),e):function(i){var s=r(i,t);return void 0===s&&s===e?o(i,t):n(e,s,3)}}},function(t,e,i){var n=i(162),r=i(57);t.exports=function(t,e){return null!=t&&r(t,e,n)}},function(t,e){t.exports=function(t,e){return null!=t&&e in Object(t)}},function(t,e,i){var n=i(164),r=i(165),o=i(21),s=i(14);t.exports=function(t){return o(t)?n(s(t)):r(t)}},function(t,e){t.exports=function(t){return function(e){return null==e?void 0:e[t]}}},function(t,e,i){var n=i(33);t.exports=function(t){return function(e){return n(e,t)}}},function(t,e,i){var n=i(58);t.exports=function(t,e){var i;return n(t,(function(t,n,r){return!(i=e(t,n,r))})),!!i}},function(t,e,i){var n=i(41),r=i(20);t.exports=function(t,e){return t&&n(t,e,r)}},function(t,e,i){var n=i(6);t.exports=function(t,e){return function(i,r){if(null==i)return i;if(!n(i))return t(i,r);for(var o=i.length,s=e?o:-1,a=Object(i);(e?s--:++s<o)&&!1!==r(a[s],s,a););return i}}},function(t,e,i){var n=i(170),r=i(57);t.exports=function(t,e){return null!=t&&r(t,e,n)}},function(t,e){var i=Object.prototype.hasOwnProperty;t.exports=function(t,e){return null!=t&&i.call(t,e)}},function(t,e,i){var n=i(172),r=i(173),o=i(53),s=i(0),a=i(30);t.exports=function(t,e,i){var l=s(t)?n:r;return i&&a(t,e,i)&&(e=void 0),l(t,o(e,3))}},function(t,e){t.exports=function(t,e){for(var i=-1,n=null==t?0:t.length;++i<n;)if(!e(t[i],i,t))return!1;return!0}},function(t,e,i){var n=i(58);t.exports=function(t,e){var i=!0;return n(t,(function(t,n,r){return i=!!e(t,n,r)})),i}},function(t,e,i){var n=i(50),r=i(51),o=Math.max;t.exports=function(t,e,i){var s=null==t?0:t.length;if(!s)return-1;var a=null==i?0:r(i);return a<0&&(a=o(s+a,0)),n(t,e,a)}},function(t,e,i){var n=i(31);t.exports=function(t,e){return n(t,e)}},function(t,e,i){var n=i(177);t.exports=function(t,e){return n(t,e,!0)}},function(t,e,i){var n=i(178),r=i(19),o=i(7);t.exports=function(t,e,i){var s=0,a=null==t?s:t.length;if("number"==typeof e&&e==e&&a<=2147483647){for(;s<a;){var l=s+a>>>1,c=t[l];null!==c&&!o(c)&&(i?c<=e:c<e)?s=l+1:a=l}return a}return n(t,e,r,i)}},function(t,e,i){var n=i(7),r=Math.floor,o=Math.min;t.exports=function(t,e,i,s){var a=0,l=null==t?0:t.length;if(0===l)return 0;for(var c=(e=i(e))!=e,u=null===e,h=n(e),d=void 0===e;a<l;){var p=r((a+l)/2),f=i(t[p]),m=void 0!==f,g=null===f,y=f==f,b=n(f);if(c)var v=s||y;else v=d?y&&(s||m):u?y&&m&&(s||!g):h?y&&m&&!g&&(s||!b):!g&&!b&&(s?f<=e:f<e);v?a=p+1:l=p}return o(l,4294967294)}},function(t,e){t.exports=i("./node_modules/@splunk/moment/convertSplunkTimezone.js")},function(t,e){t.exports=i("./node_modules/@splunk/charting-utils/math.js")}])},"./node_modules/@splunk/highcharts/highcharts-more.js":function(t,e,i){t.exports=function(t){var e={};function i(n){if(e[n])return e[n].exports;var r=e[n]={i:n,l:!1,exports:{}};return t[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=3)}([function(t,e){t.exports=i("./node_modules/highcharts/highcharts.js")},,,function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n,r=i(4),o=(n=r)&&n.__esModule?n:{default:n};e.default=o.default,t.exports=e.default},function(t,e,i){"use strict";var n,r;!function(o){"object"==typeof t&&t.exports?(o.default=o,t.exports=o):(n=[i(0)],void 0===(r=function(t){return o(t),o.Highcharts=t,o}.apply(e,n))||(t.exports=r))}((function(t){function e(t,e,i,n){t.hasOwnProperty(e)||(t[e]=n.apply(null,i))}e(t=t?t._modules:{},"Extensions/Pane.js",[t["Core/Chart/Chart.js"],t["Series/CenteredUtilities.js"],t["Core/Globals.js"],t["Core/Pointer.js"],t["Core/Utilities.js"]],(function(t,e,i,n,r){function o(t,e,i){return Math.sqrt(Math.pow(t-i[0],2)+Math.pow(e-i[1],2))<=i[2]/2}var s=r.addEvent,a=r.extend,l=r.merge,c=r.pick,u=r.splat;return t.prototype.collectionsWithUpdate.push("pane"),r=function(){function t(t,e){this.options=this.chart=this.center=this.background=void 0,this.coll="pane",this.defaultOptions={center:["50%","50%"],size:"85%",innerSize:"0%",startAngle:0},this.defaultBackgroundOptions={shape:"circle",borderWidth:1,borderColor:"#cccccc",backgroundColor:{linearGradient:{x1:0,y1:0,x2:0,y2:1},stops:[[0,"#ffffff"],[1,"#e6e6e6"]]},from:-Number.MAX_VALUE,innerRadius:0,to:Number.MAX_VALUE,outerRadius:"105%"},this.init(t,e)}return t.prototype.init=function(t,e){this.chart=e,this.background=[],e.pane.push(this),this.setOptions(t)},t.prototype.setOptions=function(t){this.options=l(this.defaultOptions,this.chart.angular?{background:{}}:void 0,t)},t.prototype.render=function(){var t=this.options,e=this.options.background,i=this.chart.renderer;if(this.group||(this.group=i.g("pane-group").attr({zIndex:t.zIndex||0}).add()),this.updateCenter(),e)for(e=u(e),t=Math.max(e.length,this.background.length||0),i=0;i<t;i++)e[i]&&this.axis?this.renderBackground(l(this.defaultBackgroundOptions,e[i]),i):this.background[i]&&(this.background[i]=this.background[i].destroy(),this.background.splice(i,1))},t.prototype.renderBackground=function(t,e){var i="animate",n={class:"highcharts-pane "+(t.className||"")};this.chart.styledMode||a(n,{fill:t.backgroundColor,stroke:t.borderColor,"stroke-width":t.borderWidth}),this.background[e]||(this.background[e]=this.chart.renderer.path().add(this.group),i="attr"),this.background[e][i]({d:this.axis.getPlotBandPath(t.from,t.to,t)}).attr(n)},t.prototype.updateCenter=function(t){this.center=(t||this.axis||{}).center=e.getCenter.call(this)},t.prototype.update=function(t,e){l(!0,this.options,t),this.setOptions(this.options),this.render(),this.chart.axes.forEach((function(t){t.pane===this&&(t.pane=null,t.update({},e))}),this)},t}(),t.prototype.getHoverPane=function(t){var e,i=this;return t&&i.pane.forEach((function(n){var r=t.chartX-i.plotLeft,s=t.chartY-i.plotTop;o(i.inverted?s:r,i.inverted?r:s,n.center)&&(e=n)})),e},s(t,"afterIsInsidePlot",(function(t){this.polar&&(t.isInsidePlot=this.pane.some((function(e){return o(t.x,t.y,e.center)})))})),s(n,"beforeGetHoverData",(function(t){var e=this.chart;e.polar?(e.hoverPane=e.getHoverPane(t),t.filter=function(i){return i.visible&&!(!t.shared&&i.directTouch)&&c(i.options.enableMouseTracking,!0)&&(!e.hoverPane||i.xAxis.pane===e.hoverPane)}):e.hoverPane=void 0})),s(n,"afterGetHoverData",(function(t){var e=this.chart;t.hoverPoint&&t.hoverPoint.plotX&&t.hoverPoint.plotY&&e.hoverPane&&!o(t.hoverPoint.plotX,t.hoverPoint.plotY,e.hoverPane.center)&&(t.hoverPoint=void 0)})),i.Pane=r,i.Pane})),e(t,"Core/Axis/RadialAxis.js",[t["Core/Axis/AxisDefaults.js"],t["Core/DefaultOptions.js"],t["Core/Globals.js"],t["Core/Utilities.js"]],(function(t,e,i,n){var r,o=e.defaultOptions,s=i.noop,a=n.addEvent,l=n.correctFloat,c=n.defined,u=n.extend,h=n.fireEvent,d=n.merge,p=n.pick,f=n.relativeLength,m=n.wrap;return function(e){function i(){this.autoConnect=this.isCircular&&void 0===p(this.userMax,this.options.max)&&l(this.endAngleRad-this.startAngleRad)===l(2*Math.PI),!this.isCircular&&this.chart.inverted&&this.max++,this.autoConnect&&(this.max+=(this.categories?1:this.pointRange)||this.closestPointRange||0)}function n(){var t=this;return function(){if(t.isRadial&&t.tickPositions&&t.options.labels&&!0!==t.options.labels.allowOverlap)return t.tickPositions.map((function(e){return t.ticks[e]&&t.ticks[e].label})).filter((function(t){return!!t}))}}function r(){return s}function g(t,e,i){var n=this.pane.center,r=t.value;if(this.isCircular){if(c(r))t.point&&((o=t.point.shapeArgs||{}).start&&(r=this.chart.inverted?this.translate(t.point.rectPlotY,!0):t.point.x));else{var o=t.chartX||0,s=t.chartY||0;r=this.translate(Math.atan2(s-i,o-e)-this.startAngleRad,!0)}o=(t=this.getPosition(r)).x,s=t.y}else c(r)||(o=t.chartX,s=t.chartY),c(o)&&c(s)&&(i=n[1]+this.chart.plotTop,r=this.translate(Math.min(Math.sqrt(Math.pow(o-e,2)+Math.pow(s-i,2)),n[2]/2)-n[3]/2,!0));return[r,o||0,s||0]}function y(t,e,i){t=this.pane.center;var n=this.chart,r=this.left||0,o=this.top||0,s=p(e,t[2]/2-this.offset);return void 0===i&&(i=this.horiz?0:this.center&&-this.center[3]/2),i&&(s+=i),this.isCircular||void 0!==e?((e=this.chart.renderer.symbols.arc(r+t[0],o+t[1],s,s,{start:this.startAngleRad,end:this.endAngleRad,open:!0,innerR:0})).xBounds=[r+t[0]],e.yBounds=[o+t[1]-s]):(e=this.postTranslate(this.angleRad,s),e=[["M",this.center[0]+n.plotLeft,this.center[1]+n.plotTop],["L",e.x,e.y]]),e}function b(){this.constructor.prototype.getOffset.call(this),this.chart.axisOffset[this.side]=0}function v(t,e,i){var n=this.chart,r=function(t){if("string"==typeof t){var e=parseInt(t,10);return h.test(t)&&(e=e*a/100),e}return t},o=this.center,s=this.startAngleRad,a=o[2]/2,l=Math.min(this.offset,0),c=this.left||0,u=this.top||0,h=/%$/,d=this.isCircular,f=p(r(i.outerRadius),a),m=r(i.innerRadius);if(r=p(r(i.thickness),10),"polygon"===this.options.gridLineInterpolation)l=this.getPlotLinePath({value:t}).concat(this.getPlotLinePath({value:e,reverse:!0}));else{if(t=Math.max(t,this.min),e=Math.min(e,this.max),t=this.translate(t),e=this.translate(e),d||(f=t||0,m=e||0),"circle"!==i.shape&&d)i=s+(t||0),s+=e||0;else{i=-Math.PI/2,s=1.5*Math.PI;var g=!0}f-=l,l=n.renderer.symbols.arc(c+o[0],u+o[1],f,f,{start:Math.min(i,s),end:Math.max(i,s),innerR:p(m,f-(r-l)),open:g}),d&&(d=(s+i)/2,c=c+o[0]+o[2]/2*Math.cos(d),l.xBounds=d>-Math.PI/2&&d<Math.PI/2?[c,n.plotWidth]:[0,c],l.yBounds=[u+o[1]+o[2]/2*Math.sin(d)],l.yBounds[0]+=d>-Math.PI&&0>d||d>Math.PI?-10:10)}return l}function M(t){var e=this,i=this.pane.center,n=this.chart,r=n.inverted,o=t.reverse,s=this.pane.options.background?this.pane.options.background[0]||this.pane.options.background:{},a=s.innerRadius||"0%",l=s.outerRadius||"100%",c=i[0]+n.plotLeft,u=i[1]+n.plotTop,h=this.height,d=t.isCrosshair;s=i[3]/2;var p,m=t.value,g=this.getPosition(m),y=g.x;if(g=g.y,d&&(m=(g=this.getCrosshairPosition(t,c,u))[0],y=g[1],g=g[2]),this.isCircular)m=Math.sqrt(Math.pow(y-c,2)+Math.pow(g-u,2)),o="string"==typeof a?f(a,1):a/m,n="string"==typeof l?f(l,1):l/m,i&&s&&(o<(s/=m)&&(o=s),n<s&&(n=s)),i=[["M",c+o*(y-c),u-o*(u-g)],["L",y-(1-n)*(y-c),g+(1-n)*(u-g)]];else if((m=this.translate(m))&&(0>m||m>h)&&(m=0),"circle"===this.options.gridLineInterpolation)i=this.getLinePath(0,m,s);else if(i=[],n[r?"yAxis":"xAxis"].forEach((function(t){t.pane===e.pane&&(p=t)})),p)for(c=p.tickPositions,p.autoConnect&&(c=c.concat([c[0]])),o&&(c=c.slice().reverse()),m&&(m+=s),u=0;u<c.length;u++)s=p.getPosition(c[u],m),i.push(u?["L",s.x,s.y]:["M",s.x,s.y]);return i}function x(t,e){return t=this.translate(t),this.postTranslate(this.isCircular?t:this.angleRad,p(this.isCircular?e:0>t?0:t,this.center[2]/2)-this.offset)}function _(){var t=this.center,e=this.chart,i=this.options.title;return{x:e.plotLeft+t[0]+(i.x||0),y:e.plotTop+t[1]-{high:.5,middle:.25,low:0}[i.align]*t[2]+(i.y||0)}}function A(t){t.beforeSetTickPositions=i,t.createLabelCollector=n,t.getCrosshairPosition=g,t.getLinePath=y,t.getOffset=b,t.getPlotBandPath=v,t.getPlotLinePath=M,t.getPosition=x,t.getTitlePosition=_,t.postTranslate=j,t.setAxisSize=P,t.setAxisTranslation=D,t.setOptions=E}function L(){var t=this.chart,e=this.options,i=this.pane,n=i&&i.options;t.angular&&this.isXAxis||!i||!t.angular&&!t.polar||(this.angleRad=(e.angle||0)*Math.PI/180,this.startAngleRad=(n.startAngle-90)*Math.PI/180,this.endAngleRad=(p(n.endAngle,n.startAngle+360)-90)*Math.PI/180,this.offset=e.offset||0)}function w(t){this.isRadial&&(t.align=void 0,t.preventDefault())}function k(){if(this.chart&&this.chart.labelCollectors){var t=this.labelCollector?this.chart.labelCollectors.indexOf(this.labelCollector):-1;0<=t&&this.chart.labelCollectors.splice(t,1)}}function S(e){var i,n=this.chart,o=n.inverted,a=n.angular,l=n.polar,c=this.isXAxis,u=this.coll,h=a&&c,p=n.options;e=e.userOptions.pane||0,e=this.pane=n.pane&&n.pane[e],"colorAxis"===u?this.isRadial=!1:(a?(h?(this.isHidden=!0,this.createLabelCollector=r,this.getOffset=s,this.render=this.redraw=z,this.setTitle=this.setCategories=this.setScale=s):A(this),(i=!c)&&(this.defaultPolarOptions=W)):l&&(A(this),this.defaultPolarOptions=(i=this.horiz)?B:d("xAxis"===u?t.defaultXAxisOptions:t.defaultYAxisOptions,R),o&&"yAxis"===u&&(this.defaultPolarOptions.stackLabels=t.defaultYAxisOptions.stackLabels,this.defaultPolarOptions.reversedStacks=!0)),a||l?(this.isRadial=!0,p.chart.zoomType=null,this.labelCollector||(this.labelCollector=this.createLabelCollector()),this.labelCollector&&n.labelCollectors.push(this.labelCollector)):this.isRadial=!1,e&&i&&(e.axis=this),this.isCircular=i)}function T(){this.isRadial&&this.beforeSetTickPositions()}function O(t){var e=this.label;if(e){var i=this.axis,n=e.getBBox(),r=i.options.labels,o=(i.translate(this.pos)+i.startAngleRad+Math.PI/2)/Math.PI*180%360,s=Math.round(o),a=c(r.y)?0:.3*-n.height,l=r.y,u=20,h=r.align,d="end",m=0>s?s+360:s,g=m,y=0,b=0;if(i.isRadial){var v=i.getPosition(this.pos,i.center[2]/2+f(p(r.distance,-25),i.center[2]/2,-i.center[2]/2));"auto"===r.rotation?e.attr({rotation:o}):c(l)||(l=i.chart.renderer.fontMetrics(e.styles&&e.styles.fontSize).b-n.height/2),c(h)||(i.isCircular?(n.width>i.len*i.tickInterval/(i.max-i.min)&&(u=0),h=o>u&&o<180-u?"left":o>180+u&&o<360-u?"right":"center"):h="center",e.attr({align:h})),"auto"===h&&2===i.tickPositions.length&&i.isCircular&&(90<m&&180>m?m=180-m:270<m&&360>=m&&(m=540-m),180<g&&360>=g&&(g=360-g),i.pane.options.startAngle!==s&&i.pane.options.startAngle!==s+360&&i.pane.options.startAngle!==s-360||(d="start"),h=-90<=s&&90>=s||-360<=s&&-270>=s||270<=s&&360>=s?"start"===d?"right":"left":"start"===d?"left":"right",70<g&&110>g&&(h="center"),15>m||180<=m&&195>m?y=.3*n.height:15<=m&&35>=m?y="start"===d?0:.75*n.height:195<=m&&215>=m?y="start"===d?.75*n.height:0:35<m&&90>=m?y="start"===d?.25*-n.height:n.height:215<m&&270>=m&&(y="start"===d?n.height:.25*-n.height),15>g?b="start"===d?.15*-n.height:.15*n.height:165<g&&180>=g&&(b="start"===d?.15*n.height:.15*-n.height),e.attr({align:h}),e.translate(b,y+a)),t.pos.x=v.x+(r.x||0),t.pos.y=v.y+(l||0)}}}function C(t){this.axis.getPosition&&u(t.pos,this.axis.getPosition(this.pos))}function j(t,e){var i=this.chart,n=this.center;return t=this.startAngleRad+t,{x:i.plotLeft+n[0]+Math.cos(t)*e,y:i.plotTop+n[1]+Math.sin(t)*e}}function z(){this.isDirty=!1}function P(){if(this.constructor.prototype.setAxisSize.call(this),this.isRadial){this.pane.updateCenter(this);var t=this.center=this.pane.center.slice();if(this.isCircular)this.sector=this.endAngleRad-this.startAngleRad;else{var e=this.postTranslate(this.angleRad,t[3]/2);t[0]=e.x-this.chart.plotLeft,t[1]=e.y-this.chart.plotTop}this.len=this.width=this.height=(t[2]-t[3])*p(this.sector,1)/2}}function D(){this.constructor.prototype.setAxisTranslation.call(this),this.center&&(this.transA=this.isCircular?(this.endAngleRad-this.startAngleRad)/(this.max-this.min||1):(this.center[2]-this.center[3])/2/(this.max-this.min||1),this.minPixelPadding=this.isXAxis?this.transA*this.minPointOffset:0)}function E(t){(t=this.options=d(this.constructor.defaultOptions,this.defaultPolarOptions,o[this.coll],t)).plotBands||(t.plotBands=[]),h(this,"afterSetOptions")}function N(t,e,i,n,r,o,s){var a=this.axis;return a.isRadial?e=["M",e,i,"L",(t=a.getPosition(this.pos,a.center[2]/2+n)).x,t.y]:e=t.call(this,e,i,n,r,o,s),e}var Y=[],B={gridLineWidth:1,labels:{align:void 0,distance:15,x:0,y:void 0,style:{textOverflow:"none"}},maxPadding:0,minPadding:0,showLastLabel:!1,tickLength:0},W={labels:{align:"center",x:0,y:void 0},minorGridLineWidth:0,minorTickInterval:"auto",minorTickLength:10,minorTickPosition:"inside",minorTickWidth:1,tickLength:10,tickPosition:"inside",tickWidth:2,title:{rotation:0},zIndex:2},R={gridLineInterpolation:"circle",gridLineWidth:1,labels:{align:"right",x:-3,y:-2},showLastLabel:!1,title:{x:4,text:null,rotation:90}};e.compose=function(t,e){return-1===Y.indexOf(t)&&(Y.push(t),a(t,"afterInit",L),a(t,"autoLabelAlign",w),a(t,"destroy",k),a(t,"init",S),a(t,"initialAxisTranslation",T)),-1===Y.indexOf(e)&&(Y.push(e),a(e,"afterGetLabelPosition",O),a(e,"afterGetPosition",C),m(e.prototype,"getMarkPath",N)),t}}(r||(r={})),r})),e(t,"Series/AreaRange/AreaRangePoint.js",[t["Series/Area/AreaSeries.js"],t["Core/Series/Point.js"],t["Core/Utilities.js"]],(function(t,e,i){var n=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),r=e.prototype,o=i.defined,s=i.isNumber;return function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.high=void 0,e.low=void 0,e.options=void 0,e.plotHigh=void 0,e.plotLow=void 0,e.plotHighX=void 0,e.plotLowX=void 0,e.plotX=void 0,e.series=void 0,e}return n(e,t),e.prototype.setState=function(){var t=this.state,e=this.series,i=e.chart.polar;o(this.plotHigh)||(this.plotHigh=e.yAxis.toPixels(this.high,!0)),o(this.plotLow)||(this.plotLow=this.plotY=e.yAxis.toPixels(this.low,!0)),e.stateMarkerGraphic&&(e.lowerStateMarkerGraphic=e.stateMarkerGraphic,e.stateMarkerGraphic=e.upperStateMarkerGraphic),this.graphic=this.upperGraphic,this.plotY=this.plotHigh,i&&(this.plotX=this.plotHighX),r.setState.apply(this,arguments),this.state=t,this.plotY=this.plotLow,this.graphic=this.lowerGraphic,i&&(this.plotX=this.plotLowX),e.stateMarkerGraphic&&(e.upperStateMarkerGraphic=e.stateMarkerGraphic,e.stateMarkerGraphic=e.lowerStateMarkerGraphic,e.lowerStateMarkerGraphic=void 0),r.setState.apply(this,arguments)},e.prototype.haloPath=function(){var t=this.series.chart.polar,e=[];return this.plotY=this.plotLow,t&&(this.plotX=this.plotLowX),this.isInside&&(e=r.haloPath.apply(this,arguments)),this.plotY=this.plotHigh,t&&(this.plotX=this.plotHighX),this.isTopInside&&(e=e.concat(r.haloPath.apply(this,arguments))),e},e.prototype.isValid=function(){return s(this.low)&&s(this.high)},e}(t.prototype.pointClass)})),e(t,"Series/AreaRange/AreaRangeSeries.js",[t["Series/AreaRange/AreaRangePoint.js"],t["Series/Area/AreaSeries.js"],t["Series/Column/ColumnSeries.js"],t["Core/Globals.js"],t["Core/Series/Series.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,i,n,r,o,s){var a=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),l=e.prototype,c=i.prototype;i=n.noop;var u=r.prototype,h=s.defined,d=s.extend,p=s.isArray,f=s.pick,m=s.merge;return r=function(t){function i(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.options=void 0,e.points=void 0,e.lowerStateMarkerGraphic=void 0,e.xAxis=void 0,e}return a(i,t),i.prototype.toYData=function(t){return[t.low,t.high]},i.prototype.highToXY=function(t){var e=this.chart,i=this.xAxis.postTranslate(t.rectPlotX||0,this.yAxis.len-t.plotHigh);t.plotHighX=i.x-e.plotLeft,t.plotHigh=i.y-e.plotTop,t.plotLowX=t.plotX},i.prototype.translate=function(){var t=this,e=t.yAxis;l.translate.apply(t),t.points.forEach((function(i){var n=i.high,r=i.plotY;i.isNull?i.plotY=null:(i.plotLow=r,i.plotHigh=e.translate(t.dataModify?t.dataModify.modifyValue(n):n,0,1,0,1),t.dataModify&&(i.yBottom=i.plotHigh))})),this.chart.polar&&this.points.forEach((function(e){t.highToXY(e),e.tooltipPos=[(e.plotHighX+e.plotLowX)/2,(e.plotHigh+e.plotLow)/2]}))},i.prototype.getGraphPath=function(t){var e,i=[],n=[],r=l.getGraphPath,o=this.options,s=this.chart.polar,a=s&&!1!==o.connectEnds,c=o.connectNulls,u=o.step;for(e=(t=t||this.points).length;e--;){var h=t[e],d=s?{plotX:h.rectPlotX,plotY:h.yBottom,doCurve:!1}:{plotX:h.plotX,plotY:h.plotY,doCurve:!1};h.isNull||a||c||t[e+1]&&!t[e+1].isNull||n.push(d);var p={polarPlotY:h.polarPlotY,rectPlotX:h.rectPlotX,yBottom:h.yBottom,plotX:f(h.plotHighX,h.plotX),plotY:h.plotHigh,isNull:h.isNull};n.push(p),i.push(p),h.isNull||a||c||t[e-1]&&!t[e-1].isNull||n.push(d)}return t=r.call(this,t),u&&(!0===u&&(u="left"),o.step={left:"right",center:"center",right:"left"}[u]),i=r.call(this,i),n=r.call(this,n),o.step=u,o=[].concat(t,i),!this.chart.polar&&n[0]&&"M"===n[0][0]&&(n[0]=["L",n[0][1],n[0][2]]),this.graphPath=o,this.areaPath=t.concat(n),o.isArea=!0,o.xMap=t.xMap,this.areaPath.xMap=t.xMap,o},i.prototype.drawDataLabels=function(){var t,e,i=this.points,n=i.length,r=[],o=this.options.dataLabels,s=this.chart.inverted;if(o){if(p(o))var a=o[0]||{enabled:!1},l=o[1]||{enabled:!1};else(a=d({},o)).x=o.xHigh,a.y=o.yHigh,(l=d({},o)).x=o.xLow,l.y=o.yLow;if(a.enabled||this._hasPointLabels){for(t=n;t--;)if(e=i[t]){var c=a.inside?e.plotHigh<e.plotLow:e.plotHigh>e.plotLow;e.y=e.high,e._plotY=e.plotY,e.plotY=e.plotHigh,r[t]=e.dataLabel,e.dataLabel=e.dataLabelUpper,e.below=c,s?a.align||(a.align=c?"right":"left"):a.verticalAlign||(a.verticalAlign=c?"top":"bottom")}for(this.options.dataLabels=a,u.drawDataLabels&&u.drawDataLabels.apply(this,arguments),t=n;t--;)(e=i[t])&&(e.dataLabelUpper=e.dataLabel,e.dataLabel=r[t],delete e.dataLabels,e.y=e.low,e.plotY=e._plotY)}if(l.enabled||this._hasPointLabels){for(t=n;t--;)(e=i[t])&&(c=l.inside?e.plotHigh<e.plotLow:e.plotHigh>e.plotLow,e.below=!c,s?l.align||(l.align=c?"left":"right"):l.verticalAlign||(l.verticalAlign=c?"bottom":"top"));this.options.dataLabels=l,u.drawDataLabels&&u.drawDataLabels.apply(this,arguments)}if(a.enabled)for(t=n;t--;)(e=i[t])&&(e.dataLabels=[e.dataLabelUpper,e.dataLabel].filter((function(t){return!!t})));this.options.dataLabels=o}},i.prototype.alignDataLabel=function(){c.alignDataLabel.apply(this,arguments)},i.prototype.drawPoints=function(){var t,e=this.points.length;for(u.drawPoints.apply(this,arguments),t=0;t<e;){var i=this.points[t];i.origProps={plotY:i.plotY,plotX:i.plotX,isInside:i.isInside,negative:i.negative,zone:i.zone,y:i.y},i.lowerGraphic=i.graphic,i.graphic=i.upperGraphic,i.plotY=i.plotHigh,h(i.plotHighX)&&(i.plotX=i.plotHighX),i.y=f(i.high,i.origProps.y),i.negative=i.y<(this.options.threshold||0),this.zones.length&&(i.zone=i.getZone()),this.chart.polar||(i.isInside=i.isTopInside=void 0!==i.plotY&&0<=i.plotY&&i.plotY<=this.yAxis.len&&0<=i.plotX&&i.plotX<=this.xAxis.len),t++}for(u.drawPoints.apply(this,arguments),t=0;t<e;)(i=this.points[t]).upperGraphic=i.graphic,i.graphic=i.lowerGraphic,i.origProps&&(d(i,i.origProps),delete i.origProps),t++},i.defaultOptions=m(e.defaultOptions,{lineWidth:1,threshold:null,tooltip:{pointFormat:'<span style="color:{series.color}">●</span> {series.name}: <b>{point.low}</b> - <b>{point.high}</b><br/>'},trackByArea:!0,dataLabels:{align:void 0,verticalAlign:void 0,xLow:0,xHigh:0,yLow:0,yHigh:0}}),i}(e),d(r.prototype,{pointArrayMap:["low","high"],pointValKey:"low",deferTranslatePolar:!0,pointClass:t,setStackedPoints:i}),o.registerSeriesType("arearange",r),r})),e(t,"Series/AreaSplineRange/AreaSplineRangeSeries.js",[t["Series/AreaRange/AreaRangeSeries.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,i){var n=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),r=e.seriesTypes.spline,o=i.merge;i=i.extend;var s=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t.options=void 0,t.data=void 0,t.points=void 0,t}return n(i,e),i.defaultOptions=o(t.defaultOptions),i}(t);return i(s.prototype,{getPointSpline:r.prototype.getPointSpline}),e.registerSeriesType("areasplinerange",s),s})),e(t,"Series/BoxPlot/BoxPlotSeries.js",[t["Series/Column/ColumnSeries.js"],t["Core/Globals.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,i,n){var r=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}();e=e.noop;var o=n.extend,s=n.merge,a=n.pick;return o((n=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t.data=void 0,t.options=void 0,t.points=void 0,t}return r(i,e),i.prototype.pointAttribs=function(){return{}},i.prototype.translate=function(){var t=this.yAxis,i=this.pointArrayMap;e.prototype.translate.apply(this),this.points.forEach((function(e){i.forEach((function(i){null!==e[i]&&(e[i+"Plot"]=t.translate(e[i],0,1,0,1))})),e.plotHigh=e.highPlot}))},i.prototype.drawPoints=function(){var t,e,i,n,r,o,s,l,c,u,h,d=this,p=d.options,f=d.chart,m=f.renderer,g=0,y=!1!==d.doQuartiles,b=d.options.whiskerLength;d.points.forEach((function(v){var M=v.graphic,x=M?"animate":"attr",_=v.shapeArgs,A={},L={},w={},k={},S=v.color||d.color;void 0!==v.plotY&&(s=Math.round(_.width),l=Math.floor(_.x),c=l+s,u=Math.round(s/2),t=Math.floor(y?v.q1Plot:v.lowPlot),e=Math.floor(y?v.q3Plot:v.lowPlot),i=Math.floor(v.highPlot),n=Math.floor(v.lowPlot),M||(v.graphic=M=m.g("point").add(d.group),v.stem=m.path().addClass("highcharts-boxplot-stem").add(M),b&&(v.whiskers=m.path().addClass("highcharts-boxplot-whisker").add(M)),y&&(v.box=m.path(void 0).addClass("highcharts-boxplot-box").add(M)),v.medianShape=m.path(void 0).addClass("highcharts-boxplot-median").add(M)),f.styledMode||(L.stroke=v.stemColor||p.stemColor||S,L["stroke-width"]=a(v.stemWidth,p.stemWidth,p.lineWidth),L.dashstyle=v.stemDashStyle||p.stemDashStyle||p.dashStyle,v.stem.attr(L),b&&(w.stroke=v.whiskerColor||p.whiskerColor||S,w["stroke-width"]=a(v.whiskerWidth,p.whiskerWidth,p.lineWidth),w.dashstyle=v.whiskerDashStyle||p.whiskerDashStyle||p.dashStyle,v.whiskers.attr(w)),y&&(A.fill=v.fillColor||p.fillColor||S,A.stroke=p.lineColor||S,A["stroke-width"]=p.lineWidth||0,A.dashstyle=v.boxDashStyle||p.boxDashStyle||p.dashStyle,v.box.attr(A)),k.stroke=v.medianColor||p.medianColor||S,k["stroke-width"]=a(v.medianWidth,p.medianWidth,p.lineWidth),k.dashstyle=v.medianDashStyle||p.medianDashStyle||p.dashStyle,v.medianShape.attr(k)),o=v.stem.strokeWidth()%2/2,M=[["M",g=l+u+o,e],["L",g,i],["M",g,t],["L",g,n]],v.stem[x]({d:M}),y&&(o=v.box.strokeWidth()%2/2,t=Math.floor(t)+o,e=Math.floor(e)+o,M=[["M",l+=o,e],["L",l,t],["L",c+=o,t],["L",c,e],["L",l,e],["Z"]],v.box[x]({d:M})),b&&(o=v.whiskers.strokeWidth()%2/2,i+=o,n+=o,h=/%$/.test(b)?u*parseFloat(b)/100:b/2,M=[["M",g-h,i],["L",g+h,i],["M",g-h,n],["L",g+h,n]],v.whiskers[x]({d:M})),r=Math.round(v.medianPlot),o=v.medianShape.strokeWidth()%2/2,M=[["M",l,r+=o],["L",c,r]],v.medianShape[x]({d:M}))}))},i.prototype.toYData=function(t){return[t.low,t.q1,t.median,t.q3,t.high]},i.defaultOptions=s(t.defaultOptions,{threshold:null,tooltip:{pointFormat:'<span style="color:{point.color}">●</span> <b> {series.name}</b><br/>Maximum: {point.high}<br/>Upper quartile: {point.q3}<br/>Median: {point.median}<br/>Lower quartile: {point.q1}<br/>Minimum: {point.low}<br/>'},whiskerLength:"50%",fillColor:"#ffffff",lineWidth:1,medianWidth:2,whiskerWidth:2}),i}(t)).prototype,{pointArrayMap:["low","q1","median","q3","high"],pointValKey:"high",drawDataLabels:e,setStackedPoints:e}),i.registerSeriesType("boxplot",n),n})),e(t,"Series/Bubble/BubbleLegendDefaults.js",[],(function(){return{borderColor:void 0,borderWidth:2,className:void 0,color:void 0,connectorClassName:void 0,connectorColor:void 0,connectorDistance:60,connectorWidth:1,enabled:!1,labels:{className:void 0,allowOverlap:!1,format:"",formatter:void 0,align:"right",style:{fontSize:"10px",color:"#000000"},x:0,y:0},maxSize:60,minSize:10,legendIndex:0,ranges:{value:void 0,borderColor:void 0,color:void 0,connectorColor:void 0},sizeBy:"area",sizeByAbsoluteValue:!1,zIndex:1,zThreshold:0}})),e(t,"Series/Bubble/BubbleLegendItem.js",[t["Core/Color/Color.js"],t["Core/FormatUtilities.js"],t["Core/Globals.js"],t["Core/Utilities.js"]],(function(t,e,i,n){var r=t.parse,o=i.noop,s=n.arrayMax,a=n.arrayMin,l=n.isNumber,c=n.merge,u=n.pick,h=n.stableSort;return function(){function t(t,e){this.options=this.symbols=this.visible=this.selected=this.ranges=this.movementX=this.maxLabel=this.legendSymbol=this.legendItemWidth=this.legendItemHeight=this.legendItem=this.legendGroup=this.legend=this.fontMetrics=this.chart=void 0,this.setState=o,this.init(t,e)}return t.prototype.init=function(t,e){this.options=t,this.visible=!0,this.chart=e.chart,this.legend=e},t.prototype.addToLegend=function(t){t.splice(this.options.legendIndex,0,this)},t.prototype.drawLegendSymbol=function(t){var e=this.chart,i=this.options,n=u(t.options.itemDistance,20),r=i.ranges,o=i.connectorDistance;this.fontMetrics=e.renderer.fontMetrics(i.labels.style.fontSize),r&&r.length&&l(r[0].value)?(h(r,(function(t,e){return e.value-t.value})),this.ranges=r,this.setOptions(),this.render(),t=this.getMaxLabelSize(),e=2*(r=this.ranges[0].radius),o=0<(o=o-r+t.width)?o:0,this.maxLabel=t,this.movementX="left"===i.labels.align?o:0,this.legendItemWidth=e+o+n,this.legendItemHeight=e+this.fontMetrics.h/2):t.options.bubbleLegend.autoRanges=!0},t.prototype.setOptions=function(){var t=this.ranges,e=this.options,i=this.chart.series[e.seriesIndex],n=this.legend.baseline,o={zIndex:e.zIndex,"stroke-width":e.borderWidth},s={zIndex:e.zIndex,"stroke-width":e.connectorWidth},a={align:this.legend.options.rtl||"left"===e.labels.align?"right":"left",zIndex:e.zIndex},l=i.options.marker.fillOpacity,h=this.chart.styledMode;t.forEach((function(d,p){h||(o.stroke=u(d.borderColor,e.borderColor,i.color),o.fill=u(d.color,e.color,1!==l?r(i.color).setOpacity(l).get("rgba"):i.color),s.stroke=u(d.connectorColor,e.connectorColor,i.color)),t[p].radius=this.getRangeRadius(d.value),t[p]=c(t[p],{center:t[0].radius-t[p].radius+n}),h||c(!0,t[p],{bubbleAttribs:c(o),connectorAttribs:c(s),labelAttribs:a})}),this)},t.prototype.getRangeRadius=function(t){var e=this.options;return this.chart.series[this.options.seriesIndex].getRadius.call(this,e.ranges[e.ranges.length-1].value,e.ranges[0].value,e.minSize,e.maxSize,t)},t.prototype.render=function(){var t=this.chart.renderer,e=this.options.zThreshold;this.symbols||(this.symbols={connectors:[],bubbleItems:[],labels:[]}),this.legendSymbol=t.g("bubble-legend"),this.legendItem=t.g("bubble-legend-item"),this.legendSymbol.translateX=0,this.legendSymbol.translateY=0,this.ranges.forEach((function(t){t.value>=e&&this.renderRange(t)}),this),this.legendSymbol.add(this.legendItem),this.legendItem.add(this.legendGroup),this.hideOverlappingLabels()},t.prototype.renderRange=function(t){var e=this.options,i=e.labels,n=this.chart,r=n.series[e.seriesIndex],o=n.renderer,s=this.symbols;n=s.labels;var a=t.center,l=Math.abs(t.radius),c=e.connectorDistance||0,u=i.align,h=e.connectorWidth,d=this.ranges[0].radius||0,p=a-l-e.borderWidth/2+h/2,f=this.fontMetrics;f=f.f/2-(f.h-f.f)/2;var m=o.styledMode;c=this.legend.options.rtl||"left"===u?-c:c,"center"===u&&(c=0,e.connectorDistance=0,t.labelAttribs.align="center"),u=p+e.labels.y;var g=d+c+e.labels.x;s.bubbleItems.push(o.circle(d,a+((p%1?1:.5)-(h%2?0:.5)),l).attr(m?{}:t.bubbleAttribs).addClass((m?"highcharts-color-"+r.colorIndex+" ":"")+"highcharts-bubble-legend-symbol "+(e.className||"")).add(this.legendSymbol)),s.connectors.push(o.path(o.crispLine([["M",d,p],["L",d+c,p]],e.connectorWidth)).attr(m?{}:t.connectorAttribs).addClass((m?"highcharts-color-"+this.options.seriesIndex+" ":"")+"highcharts-bubble-legend-connectors "+(e.connectorClassName||"")).add(this.legendSymbol)),t=o.text(this.formatLabel(t),g,u+f).attr(m?{}:t.labelAttribs).css(m?{}:i.style).addClass("highcharts-bubble-legend-labels "+(e.labels.className||"")).add(this.legendSymbol),n.push(t),t.placed=!0,t.alignAttr={x:g,y:u+f}},t.prototype.getMaxLabelSize=function(){var t,e;return this.symbols.labels.forEach((function(i){e=i.getBBox(!0),t=t?e.width>t.width?e:t:e})),t||{}},t.prototype.formatLabel=function(t){var i=this.options,n=i.labels.formatter;i=i.labels.format;var r=this.chart.numberFormatter;return i?e.format(i,t):n?n.call(t):r(t.value,1)},t.prototype.hideOverlappingLabels=function(){var t=this.chart,e=this.symbols;!this.options.labels.allowOverlap&&e&&(t.hideOverlappingLabels(e.labels),e.labels.forEach((function(t,i){t.newOpacity?t.newOpacity!==t.oldOpacity&&e.connectors[i].show():e.connectors[i].hide()})))},t.prototype.getRanges=function(){var t,e=this.legend.bubbleLegend,i=e.options.ranges,n=Number.MAX_VALUE,r=-Number.MAX_VALUE;e.chart.series.forEach((function(e){e.isBubble&&!e.ignoreSeries&&((t=e.zData.filter(l)).length&&(n=u(e.options.zMin,Math.min(n,Math.max(a(t),!1===e.options.displayNegative?e.options.zThreshold:-Number.MAX_VALUE))),r=u(e.options.zMax,Math.max(r,s(t)))))}));var o=n===r?[{value:r}]:[{value:n},{value:(n+r)/2},{value:r,autoRanges:!0}];return i.length&&i[0].radius&&o.reverse(),o.forEach((function(t,e){i&&i[e]&&(o[e]=c(i[e],t))})),o},t.prototype.predictBubbleSizes=function(){var t=this.chart,e=this.fontMetrics,i=t.legend.options,n=i.floating,r=(i="horizontal"===i.layout)?t.legend.lastLineHeight:0,o=t.plotSizeX,s=t.plotSizeY,a=t.series[this.options.seriesIndex],l=a.getPxExtremes();t=Math.ceil(l.minPxSize),l=Math.ceil(l.maxPxSize);var c=Math.min(s,o);return a=a.options.maxSize,n||!/%$/.test(a)?e=l:(a=parseFloat(a),e=(c+r-e.h/2)*a/100/(a/100+1),(i&&s-e>=o||!i&&o-e>=s)&&(e=l)),[t,Math.ceil(e)]},t.prototype.updateRanges=function(t,e){var i=this.legend.options.bubbleLegend;i.minSize=t,i.maxSize=e,i.ranges=this.getRanges()},t.prototype.correctSizes=function(){var t=this.legend,e=this.chart.series[this.options.seriesIndex].getPxExtremes();1<Math.abs(Math.ceil(e.maxPxSize)-this.options.maxSize)&&(this.updateRanges(this.options.minSize,e.maxPxSize),t.render())},t}()})),e(t,"Series/Bubble/BubbleLegendComposition.js",[t["Series/Bubble/BubbleLegendDefaults.js"],t["Series/Bubble/BubbleLegendItem.js"],t["Core/DefaultOptions.js"],t["Core/Utilities.js"]],(function(t,e,i,n){var r,o=i.setOptions,s=n.addEvent,a=n.objectEach,l=n.wrap;return function(i){function n(t,e,i){var n=this.legend,o=0<=r(this);if(n&&n.options.enabled&&n.bubbleLegend&&n.options.bubbleLegend.autoRanges&&o){var s=n.bubbleLegend.options;o=n.bubbleLegend.predictBubbleSizes(),n.bubbleLegend.updateRanges(o[0],o[1]),s.placed||(n.group.placed=!1,n.allItems.forEach((function(t){t.legendGroup.translateY=null}))),n.render(),this.getMargins(),this.axes.forEach((function(t){t.visible&&t.render(),s.placed||(t.setScale(),t.updateNames(),a(t.ticks,(function(t){t.isNew=!0,t.isNewLabel=!0})))})),s.placed=!0,this.getMargins(),t.call(this,e,i),n.bubbleLegend.correctSizes(),d(n,c(n))}else t.call(this,e,i),n&&n.options.enabled&&n.bubbleLegend&&(n.render(),d(n,c(n)))}function r(t){t=t.series;for(var e=0;e<t.length;){if(t[e]&&t[e].isBubble&&t[e].visible&&t[e].zData.length)return e;e++}return-1}function c(t){var e,i=[],n=(t=t.allItems).length,r=0;for(e=0;e<n;e++)if(t[e].legendItemHeight&&(t[e].itemHeight=t[e].legendItemHeight),t[e]===t[n-1]||t[e+1]&&t[e]._legendItemPos[1]!==t[e+1]._legendItemPos[1]){i.push({height:0});for(var o=i[i.length-1];r<=e;r++)t[r].itemHeight>o.height&&(o.height=t[r].itemHeight);o.step=e}return i}function u(t){var i=this.bubbleLegend,n=this.options,o=n.bubbleLegend,s=r(this.chart);i&&i.ranges&&i.ranges.length&&(o.ranges.length&&(o.autoRanges=!!o.ranges[0].autoRanges),this.destroyItem(i)),0<=s&&n.enabled&&o.enabled&&(o.seriesIndex=s,this.bubbleLegend=new e(o,this),this.bubbleLegend.addToLegend(t.allItems))}function h(){var t=this.chart,e=this.visible,i=this.chart.legend;i&&i.bubbleLegend&&(this.visible=!e,this.ignoreSeries=e,t=0<=r(t),i.bubbleLegend.visible!==t&&(i.update({bubbleLegend:{enabled:t}}),i.bubbleLegend.visible=t),this.visible=e)}function d(t,e){var i,n,r,o=t.options.rtl,s=0;t.allItems.forEach((function(t,a){i=t.legendGroup.translateX,n=t._legendItemPos[1],((r=t.movementX)||o&&t.ranges)&&(r=o?i-t.options.maxSize/2:i+r,t.legendGroup.attr({translateX:r})),a>e[s].step&&s++,t.legendGroup.attr({translateY:Math.round(n+e[s].height/2)}),t._legendItemPos[1]=n+e[s].height/2}))}var p=[];i.compose=function(e,i,r){-1===p.indexOf(e)&&(p.push(e),o({legend:{bubbleLegend:t}}),l(e.prototype,"drawChartBox",n)),-1===p.indexOf(i)&&(p.push(i),s(i,"afterGetAllItems",u)),-1===p.indexOf(r)&&(p.push(r),s(r,"legendItemClick",h))}}(r||(r={})),r})),e(t,"Series/Bubble/BubblePoint.js",[t["Core/Series/Point.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,i){var n=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}();return(i=i.extend)((e=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t.options=void 0,t.series=void 0,t}return n(i,e),i.prototype.haloPath=function(e){return t.prototype.haloPath.call(this,0===e?0:(this.marker&&this.marker.radius||0)+e)},i}(e.seriesTypes.scatter.prototype.pointClass)).prototype,{ttBelow:!1}),e})),e(t,"Series/Bubble/BubbleSeries.js",[t["Core/Axis/Axis.js"],t["Series/Bubble/BubbleLegendComposition.js"],t["Series/Bubble/BubblePoint.js"],t["Core/Color/Color.js"],t["Core/Globals.js"],t["Core/Series/Series.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,i,n,r,o,s,a){var l=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),c=n.parse;n=r.noop;var u=s.seriesTypes;r=u.column;var h=u.scatter;u=a.addEvent;var d=a.arrayMax,p=a.arrayMin,f=a.clamp,m=a.extend,g=a.isNumber,y=a.merge,b=a.pick;return a=function(t){function i(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.maxPxSize=void 0,e.minPxSize=void 0,e.options=void 0,e.points=void 0,e.radii=void 0,e.yData=void 0,e.zData=void 0,e}return l(i,t),i.prototype.animate=function(t){!t&&this.points.length<this.options.animationLimit&&this.points.forEach((function(t){var e=t.graphic;e&&e.width&&(this.hasRendered||e.attr({x:t.plotX,y:t.plotY,width:1,height:1}),e.animate(this.markerAttribs(t),this.options.animation))}),this)},i.prototype.getRadii=function(){var t=this,e=this.zData,i=this.yData,n=[],r=this.chart.bubbleZExtremes,o=this.getPxExtremes(),s=o.minPxSize,a=o.maxPxSize;if(!r){var l,c=Number.MAX_VALUE,u=-Number.MAX_VALUE;this.chart.series.forEach((function(e){e.bubblePadding&&(e.visible||!t.chart.options.chart.ignoreHiddenSeries)&&(e=e.getZExtremes())&&(c=Math.min(c||e.zMin,e.zMin),u=Math.max(u||e.zMax,e.zMax),l=!0)})),l?(r={zMin:c,zMax:u},this.chart.bubbleZExtremes=r):r={zMin:0,zMax:0}}var h=0;for(o=e.length;h<o;h++){var d=e[h];n.push(this.getRadius(r.zMin,r.zMax,s,a,d,i[h]))}this.radii=n},i.prototype.getRadius=function(t,e,i,n,r,o){var s=this.options,a="width"!==s.sizeBy,l=s.zThreshold,c=e-t,u=.5;if(null===o||null===r)return null;if(g(r)){if(s.sizeByAbsoluteValue&&(r=Math.abs(r-l),c=Math.max(e-l,Math.abs(t-l)),t=0),r<t)return i/2-1;0<c&&(u=(r-t)/c)}return a&&0<=u&&(u=Math.sqrt(u)),Math.ceil(i+u*(n-i))/2},i.prototype.hasData=function(){return!!this.processedXData.length},i.prototype.pointAttribs=function(t,e){var i=this.options.marker.fillOpacity;return t=o.prototype.pointAttribs.call(this,t,e),1!==i&&(t.fill=c(t.fill).setOpacity(i).get("rgba")),t},i.prototype.translate=function(){t.prototype.translate.call(this),this.getRadii(),this.translateBubble()},i.prototype.translateBubble=function(){for(var t=this.data,e=this.radii,i=this.getPxExtremes().minPxSize,n=t.length;n--;){var r=t[n],o=e?e[n]:0;g(o)&&o>=i/2?(r.marker=m(r.marker,{radius:o,width:2*o,height:2*o}),r.dlBox={x:r.plotX-o,y:r.plotY-o,width:2*o,height:2*o}):r.shapeArgs=r.plotY=r.dlBox=void 0}},i.prototype.getPxExtremes=function(){var t=Math.min(this.chart.plotWidth,this.chart.plotHeight),e=function(e){if("string"==typeof e){var i=/%$/.test(e);e=parseInt(e,10)}return i?t*e/100:e},i=e(b(this.options.minSize,8));return{minPxSize:i,maxPxSize:e=Math.max(e(b(this.options.maxSize,"20%")),i)}},i.prototype.getZExtremes=function(){var t=this.options,e=(this.zData||[]).filter(g);if(e.length){var i=b(t.zMin,f(p(e),!1===t.displayNegative?t.zThreshold||0:-Number.MAX_VALUE,Number.MAX_VALUE));if(t=b(t.zMax,d(e)),g(i)&&g(t))return{zMin:i,zMax:t}}},i.compose=e.compose,i.defaultOptions=y(h.defaultOptions,{dataLabels:{formatter:function(){var t=this.series.chart.numberFormatter,e=this.point.z;return g(e)?t(e,-1):""},inside:!0,verticalAlign:"middle"},animationLimit:250,marker:{lineColor:null,lineWidth:1,fillOpacity:.5,radius:null,states:{hover:{radiusPlus:0}},symbol:"circle"},minSize:8,maxSize:"20%",softThreshold:!1,states:{hover:{halo:{size:5}}},tooltip:{pointFormat:"({point.x}, {point.y}), Size: {point.z}"},turboThreshold:0,zThreshold:0,zoneAxis:"z"}),i}(h),m(a.prototype,{alignDataLabel:r.prototype.alignDataLabel,applyZones:n,bubblePadding:!0,buildKDTree:n,directTouch:!0,isBubble:!0,pointArrayMap:["y","z"],pointClass:i,parallelArrays:["x","y","z"],trackerGroups:["group","dataLabelsGroup"],specialGroup:"group",zoneAxis:"z"}),u(a,"updatedData",(function(t){delete t.target.chart.bubbleZExtremes})),t.prototype.beforePadding=function(){var t,e=this,i=this.len,n=this.chart,r=0,o=i,s=this.isXAxis,a=s?"xData":"yData",l=this.min,c=this.max-l,u=i/c;this.series.forEach((function(i){if(i.bubblePadding&&(i.visible||!n.options.chart.ignoreHiddenSeries)){t=e.allowZoomOutside=!0;var h=i[a];if(s&&i.getRadii(0,0,i),0<c)for(var d=h.length;d--;)if(g(h[d])&&e.dataMin<=h[d]&&h[d]<=e.max){var p=i.radii&&i.radii[d]||0;r=Math.min((h[d]-l)*u-p,r),o=Math.max((h[d]-l)*u+p,o)}}})),t&&0<c&&!this.logarithmic&&(o-=i,u*=(i+Math.max(0,r)-Math.min(o,i))/i,[["min","userMin",r],["max","userMax",o]].forEach((function(t){void 0===b(e.options[t[0]],e[t[1]])&&(e[t[0]]+=t[2]/u)})))},s.registerSeriesType("bubble",a),a})),e(t,"Series/ColumnRange/ColumnRangePoint.js",[t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e){var i=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),n=t.seriesTypes;t=n.column.prototype.pointClass;var r=e.extend,o=e.isNumber;return e=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.series=void 0,e.options=void 0,e.barX=void 0,e.pointWidth=void 0,e.shapeType=void 0,e}return i(e,t),e.prototype.isValid=function(){return o(this.low)},e}(n.arearange.prototype.pointClass),r(e.prototype,{setState:t.prototype.setState}),e})),e(t,"Series/ColumnRange/ColumnRangeSeries.js",[t["Series/ColumnRange/ColumnRangePoint.js"],t["Core/Globals.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,i,n){var r=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}();e=e.noop;var o=i.seriesTypes,s=o.arearange,a=o.column,l=a.prototype,c=s.prototype,u=n.clamp,h=n.merge,d=n.pick;n=n.extend;var p={pointRange:null,marker:null,states:{hover:{halo:!1}}};return o=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.points=void 0,e.options=void 0,e}return r(e,t),e.prototype.setOptions=function(){return h(!0,arguments[0],{stacking:void 0}),c.setOptions.apply(this,arguments)},e.prototype.translate=function(){var t,e,i=this,n=i.yAxis,r=i.xAxis,o=r.startAngleRad,s=i.chart,a=i.xAxis.isRadial,c=Math.max(s.chartWidth,s.chartHeight)+999;l.translate.apply(i),i.points.forEach((function(l){var h=l.shapeArgs||{},p=i.options.minPointLength;l.plotHigh=e=u(n.translate(l.high,0,1,0,1),-c,c),l.plotLow=u(l.plotY,-c,c);var f=e,m=d(l.rectPlotY,l.plotY)-e;Math.abs(m)<p?(m+=p-=m,f-=p/2):0>m&&(f-=m*=-1),a?(t=l.barX+o,l.shapeType="arc",l.shapeArgs=i.polarArc(f+m,f,t,t+l.pointWidth)):(h.height=m,h.y=f,p=void 0===(p=h.x)?0:p,h=void 0===(h=h.width)?0:h,l.tooltipPos=s.inverted?[n.len+n.pos-s.plotLeft-f-m/2,r.len+r.pos-s.plotTop-p-h/2,m]:[r.left-s.plotLeft+p+h/2,n.pos-s.plotTop+f+m/2,m])}))},e.prototype.crispCol=function(){return l.crispCol.apply(this,arguments)},e.prototype.drawPoints=function(){return l.drawPoints.apply(this,arguments)},e.prototype.drawTracker=function(){return l.drawTracker.apply(this,arguments)},e.prototype.getColumnMetrics=function(){return l.getColumnMetrics.apply(this,arguments)},e.prototype.pointAttribs=function(){return l.pointAttribs.apply(this,arguments)},e.prototype.adjustForMissingColumns=function(){return l.adjustForMissingColumns.apply(this,arguments)},e.prototype.animate=function(){return l.animate.apply(this,arguments)},e.prototype.translate3dPoints=function(){return l.translate3dPoints.apply(this,arguments)},e.prototype.translate3dShapes=function(){return l.translate3dShapes.apply(this,arguments)},e.defaultOptions=h(a.defaultOptions,s.defaultOptions,p),e}(s),n(o.prototype,{directTouch:!0,trackerGroups:["group","dataLabelsGroup"],drawGraph:e,getSymbol:e,polarArc:function(){return l.polarArc.apply(this,arguments)},pointClass:t}),i.registerSeriesType("columnrange",o),o})),e(t,"Series/ColumnPyramid/ColumnPyramidSeries.js",[t["Series/Column/ColumnSeries.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,i){var n=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),r=t.prototype,o=i.clamp,s=i.merge,a=i.pick;return i=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t.data=void 0,t.options=void 0,t.points=void 0,t}return n(i,e),i.prototype.translate=function(){var t=this,e=t.chart,i=t.options,n=t.dense=2>t.closestPointRange*t.xAxis.transA;n=t.borderWidth=a(i.borderWidth,n?0:1);var s=t.yAxis,l=i.threshold,c=t.translatedThreshold=s.getThreshold(l),u=a(i.minPointLength,5),h=t.getColumnMetrics(),d=h.width,p=t.barW=Math.max(d,1+2*n),f=t.pointXOffset=h.offset;e.inverted&&(c-=.5),i.pointPadding&&(p=Math.ceil(p)),r.translate.apply(t),t.points.forEach((function(n){var r=a(n.yBottom,c),h=999+Math.abs(r),m=o(n.plotY,-h,s.len+h);h=n.plotX+f;var g,y=p/2,b=Math.min(m,r);r=Math.max(m,r)-b,n.barX=h,n.pointWidth=d,n.tooltipPos=e.inverted?[s.len+s.pos-e.plotLeft-m,t.xAxis.len-h-y,r]:[h+y,m+s.pos-e.plotTop,r],m=l+(n.total||n.y),"percent"===i.stacking&&(m=l+(0>n.y)?-100:100),m=s.toPixels(m,!0);var v=(g=e.plotHeight-m-(e.plotHeight-c))?y*(b-m)/g:0,M=g?y*(b+r-m)/g:0;g=h-v+y,v=h+v+y;var x=h+M+y;M=h-M+y;var _=b-u,A=b+r;0>n.y&&(_=b,A=b+r+u),e.inverted&&(M=y*(m-((x=s.width-b)-r))/(g=m-(s.width-c)),v=(g=h+y+(v=y*(m-x)/g))-2*v,x=h-M+y,M=h+M+y,_=b,A=b+r-u,0>n.y&&(A=b+r+u)),n.shapeType="path",n.shapeArgs={x:g,y:_,width:v-g,height:r,d:[["M",g,_],["L",v,_],["L",x,A],["L",M,A],["Z"]]}}))},i.defaultOptions=s(t.defaultOptions,{}),i}(t),e.registerSeriesType("columnpyramid",i),i})),e(t,"Series/ErrorBar/ErrorBarSeries.js",[t["Series/BoxPlot/BoxPlotSeries.js"],t["Series/Column/ColumnSeries.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,i,n){var r=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),o=i.seriesTypes.arearange,s=n.merge;n=n.extend;var a=function(i){function n(){var t=null!==i&&i.apply(this,arguments)||this;return t.data=void 0,t.options=void 0,t.points=void 0,t}return r(n,i),n.prototype.getColumnMetrics=function(){return this.linkedParent&&this.linkedParent.columnMetrics||e.prototype.getColumnMetrics.call(this)},n.prototype.drawDataLabels=function(){var t=this.pointValKey;o&&(o.prototype.drawDataLabels.call(this),this.data.forEach((function(e){e.y=e[t]})))},n.prototype.toYData=function(t){return[t.low,t.high]},n.defaultOptions=s(t.defaultOptions,{color:"#000000",grouping:!1,linkedTo:":previous",tooltip:{pointFormat:'<span style="color:{point.color}">●</span> {series.name}: <b>{point.low}</b> - <b>{point.high}</b><br/>'},whiskerWidth:null}),n}(t);return n(a.prototype,{pointArrayMap:["low","high"],pointValKey:"high",doQuartiles:!1}),i.registerSeriesType("errorbar",a),a})),e(t,"Series/Gauge/GaugePoint.js",[t["Core/Series/SeriesRegistry.js"]],(function(t){var e=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}();return function(t){function i(){var e=null!==t&&t.apply(this,arguments)||this;return e.options=void 0,e.series=void 0,e.shapeArgs=void 0,e}return e(i,t),i.prototype.setState=function(t){this.state=t},i}(t.series.prototype.pointClass)})),e(t,"Series/Gauge/GaugeSeries.js",[t["Series/Gauge/GaugePoint.js"],t["Core/Globals.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,i,n){var r=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}();e=e.noop;var o=i.series,s=i.seriesTypes.column,a=n.clamp,l=n.isNumber,c=n.extend,u=n.merge,h=n.pick,d=n.pInt;return c((n=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.points=void 0,e.options=void 0,e.yAxis=void 0,e}return r(e,t),e.prototype.translate=function(){var t=this.yAxis,e=this.options,i=t.center;this.generatePoints(),this.points.forEach((function(n){var r=u(e.dial,n.dial),o=d(h(r.radius,"80%"))*i[2]/200,s=d(h(r.baseLength,"70%"))*o/100,c=d(h(r.rearLength,"10%"))*o/100,p=r.baseWidth||3,f=r.topWidth||1,m=e.overshoot,g=t.startAngleRad+t.translate(n.y,null,null,null,!0);(l(m)||!1===e.wrap)&&(m=l(m)?m/180*Math.PI:0,g=a(g,t.startAngleRad-m,t.endAngleRad+m)),g=180*g/Math.PI,n.shapeType="path",n.shapeArgs={d:r.path||[["M",-c,-p/2],["L",s,-p/2],["L",o,-f/2],["L",o,f/2],["L",s,p/2],["L",-c,p/2],["Z"]],translateX:i[0],translateY:i[1],rotation:g},n.plotX=i[0],n.plotY=i[1]}))},e.prototype.drawPoints=function(){var t=this,e=t.chart,i=t.yAxis.center,n=t.pivot,r=t.options,o=r.pivot,s=e.renderer;t.points.forEach((function(i){var n=i.graphic,o=i.shapeArgs,a=o.d,l=u(r.dial,i.dial);n?(n.animate(o),o.d=a):i.graphic=s[i.shapeType](o).attr({rotation:o.rotation,zIndex:1}).addClass("highcharts-dial").add(t.group),e.styledMode||i.graphic[n?"animate":"attr"]({stroke:l.borderColor||"none","stroke-width":l.borderWidth||0,fill:l.backgroundColor||"#000000"})})),n?n.animate({translateX:i[0],translateY:i[1]}):(t.pivot=s.circle(0,0,h(o.radius,5)).attr({zIndex:2}).addClass("highcharts-pivot").translate(i[0],i[1]).add(t.group),e.styledMode||t.pivot.attr({"stroke-width":o.borderWidth||0,stroke:o.borderColor||"#cccccc",fill:o.backgroundColor||"#000000"}))},e.prototype.animate=function(t){var e=this;t||e.points.forEach((function(t){var i=t.graphic;i&&(i.attr({rotation:180*e.yAxis.startAngleRad/Math.PI}),i.animate({rotation:t.shapeArgs.rotation},e.options.animation))}))},e.prototype.render=function(){this.group=this.plotGroup("group","series",this.visible?"visible":"hidden",this.options.zIndex,this.chart.seriesGroup),o.prototype.render.call(this),this.group.clip(this.chart.clipRect)},e.prototype.setData=function(t,e){o.prototype.setData.call(this,t,!1),this.processData(),this.generatePoints(),h(e,!0)&&this.chart.redraw()},e.prototype.hasData=function(){return!!this.points.length},e.defaultOptions=u(o.defaultOptions,{dataLabels:{borderColor:"#cccccc",borderRadius:3,borderWidth:1,crop:!1,defer:!1,enabled:!0,verticalAlign:"top",y:15,zIndex:2},dial:{},pivot:{},tooltip:{headerFormat:""},showInLegend:!1}),e}(o)).prototype,{angular:!0,directTouch:!0,drawGraph:e,drawTracker:s.prototype.drawTracker,fixedBox:!0,forceDL:!0,noSharedTooltip:!0,pointClass:t,trackerGroups:["group","dataLabelsGroup"]}),i.registerSeriesType("gauge",n),n})),e(t,"Series/PackedBubble/PackedBubblePoint.js",[t["Core/Chart/Chart.js"],t["Core/Series/Point.js"],t["Core/Series/SeriesRegistry.js"]],(function(t,e,i){var n=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}();return function(i){function r(){var t=null!==i&&i.apply(this,arguments)||this;return t.degree=NaN,t.mass=NaN,t.radius=NaN,t.options=void 0,t.series=void 0,t.value=null,t}return n(r,i),r.prototype.destroy=function(){return this.series.layout&&this.series.layout.removeElementFromCollection(this,this.series.layout.nodes),e.prototype.destroy.apply(this,arguments)},r.prototype.firePointEvent=function(){var t=this.series.options;if(this.isParentNode&&t.parentNode){var i=t.allowPointSelect;t.allowPointSelect=t.parentNode.allowPointSelect,e.prototype.firePointEvent.apply(this,arguments),t.allowPointSelect=i}else e.prototype.firePointEvent.apply(this,arguments)},r.prototype.select=function(){var i=this.series.chart;this.isParentNode?(i.getSelectedPoints=i.getSelectedParentNodes,e.prototype.select.apply(this,arguments),i.getSelectedPoints=t.prototype.getSelectedPoints):e.prototype.select.apply(this,arguments)},r}(i.seriesTypes.bubble.prototype.pointClass)})),e(t,"Series/Networkgraph/DraggableNodes.js",[t["Core/Chart/Chart.js"],t["Core/Globals.js"],t["Core/Utilities.js"]],(function(t,e,i){var n=i.addEvent;e.dragNodesMixin={onMouseDown:function(t,e){e=this.chart.pointer.normalize(e),t.fixedPosition={chartX:e.chartX,chartY:e.chartY,plotX:t.plotX,plotY:t.plotY},t.inDragMode=!0},onMouseMove:function(t,e){if(t.fixedPosition&&t.inDragMode){var i=this.chart,n=i.pointer.normalize(e);e=t.fixedPosition.chartX-n.chartX,n=t.fixedPosition.chartY-n.chartY;var r=void 0,o=void 0,s=i.graphLayoutsLookup;(5<Math.abs(e)||5<Math.abs(n))&&(r=t.fixedPosition.plotX-e,o=t.fixedPosition.plotY-n,i.isInsidePlot(r,o)&&(t.plotX=r,t.plotY=o,t.hasDragged=!0,this.redrawHalo(t),s.forEach((function(t){t.restartSimulation()}))))}},onMouseUp:function(t,e){t.fixedPosition&&(t.hasDragged&&(this.layout.enableSimulation?this.layout.start():this.chart.redraw()),t.inDragMode=t.hasDragged=!1,this.options.fixedDraggable||delete t.fixedPosition)},redrawHalo:function(t){t&&this.halo&&this.halo.attr({d:t.haloPath(this.options.states.hover.halo.size)})}},n(t,"load",(function(){var t,e,i,r=this;r.container&&(t=n(r.container,"mousedown",(function(t){var o=r.hoverPoint;o&&o.series&&o.series.hasDraggableNodes&&o.series.options.draggable&&(o.series.onMouseDown(o,t),e=n(r.container,"mousemove",(function(t){return o&&o.series&&o.series.onMouseMove(o,t)})),i=n(r.container.ownerDocument,"mouseup",(function(t){return e(),i(),o&&o.series&&o.series.onMouseUp(o,t)})))}))),n(r,"destroy",(function(){t()}))}))})),e(t,"Series/Networkgraph/Integrations.js",[t["Core/Globals.js"]],(function(t){t.networkgraphIntegrations={verlet:{attractiveForceFunction:function(t,e){return(e-t)/t},repulsiveForceFunction:function(t,e){return(e-t)/t*(e>t?1:0)},barycenter:function(){var t=this.options.gravitationalConstant,e=this.barycenter.xFactor,i=this.barycenter.yFactor;e=(e-(this.box.left+this.box.width)/2)*t,i=(i-(this.box.top+this.box.height)/2)*t,this.nodes.forEach((function(t){t.fixedPosition||(t.plotX-=e/t.mass/t.degree,t.plotY-=i/t.mass/t.degree)}))},repulsive:function(t,e,i){e=e*this.diffTemperature/t.mass/t.degree,t.fixedPosition||(t.plotX+=i.x*e,t.plotY+=i.y*e)},attractive:function(t,e,i){var n=t.getMass(),r=-i.x*e*this.diffTemperature;e=-i.y*e*this.diffTemperature,t.fromNode.fixedPosition||(t.fromNode.plotX-=r*n.fromNode/t.fromNode.degree,t.fromNode.plotY-=e*n.fromNode/t.fromNode.degree),t.toNode.fixedPosition||(t.toNode.plotX+=r*n.toNode/t.toNode.degree,t.toNode.plotY+=e*n.toNode/t.toNode.degree)},integrate:function(t,e){var i=-t.options.friction,n=t.options.maxSpeed,r=(e.plotX+e.dispX-e.prevX)*i;i*=e.plotY+e.dispY-e.prevY;var o=Math.abs,s=o(r)/(r||1);o=o(i)/(i||1),r=s*Math.min(n,Math.abs(r)),i=o*Math.min(n,Math.abs(i)),e.prevX=e.plotX+e.dispX,e.prevY=e.plotY+e.dispY,e.plotX+=r,e.plotY+=i,e.temperature=t.vectorLength({x:r,y:i})},getK:function(t){return Math.pow(t.box.width*t.box.height/t.nodes.length,.5)}},euler:{attractiveForceFunction:function(t,e){return t*t/e},repulsiveForceFunction:function(t,e){return e*e/t},barycenter:function(){var t=this.options.gravitationalConstant,e=this.barycenter.xFactor,i=this.barycenter.yFactor;this.nodes.forEach((function(n){if(!n.fixedPosition){var r=n.getDegree();r*=1+r/2,n.dispX+=(e-n.plotX)*t*r/n.degree,n.dispY+=(i-n.plotY)*t*r/n.degree}}))},repulsive:function(t,e,i,n){t.dispX+=i.x/n*e/t.degree,t.dispY+=i.y/n*e/t.degree},attractive:function(t,e,i,n){var r=t.getMass(),o=i.x/n*e;e*=i.y/n,t.fromNode.fixedPosition||(t.fromNode.dispX-=o*r.fromNode/t.fromNode.degree,t.fromNode.dispY-=e*r.fromNode/t.fromNode.degree),t.toNode.fixedPosition||(t.toNode.dispX+=o*r.toNode/t.toNode.degree,t.toNode.dispY+=e*r.toNode/t.toNode.degree)},integrate:function(t,e){e.dispX+=e.dispX*t.options.friction,e.dispY+=e.dispY*t.options.friction;var i=e.temperature=t.vectorLength({x:e.dispX,y:e.dispY});0!==i&&(e.plotX+=e.dispX/i*Math.min(Math.abs(e.dispX),t.temperature),e.plotY+=e.dispY/i*Math.min(Math.abs(e.dispY),t.temperature))},getK:function(t){return Math.pow(t.box.width*t.box.height/t.nodes.length,.3)}}}})),e(t,"Series/Networkgraph/QuadTree.js",[t["Core/Globals.js"],t["Core/Utilities.js"]],(function(t,e){e=e.extend;var i=t.QuadTreeNode=function(t){this.box=t,this.boxSize=Math.min(t.width,t.height),this.nodes=[],this.body=this.isInternal=!1,this.isEmpty=!0};e(i.prototype,{insert:function(t,e){this.isInternal?this.nodes[this.getBoxPosition(t)].insert(t,e-1):(this.isEmpty=!1,this.body?e?(this.isInternal=!0,this.divideBox(),!0!==this.body&&(this.nodes[this.getBoxPosition(this.body)].insert(this.body,e-1),this.body=!0),this.nodes[this.getBoxPosition(t)].insert(t,e-1)):((e=new i({top:t.plotX,left:t.plotY,width:.1,height:.1})).body=t,e.isInternal=!1,this.nodes.push(e)):(this.isInternal=!1,this.body=t))},updateMassAndCenter:function(){var t=0,e=0,i=0;this.isInternal?(this.nodes.forEach((function(n){n.isEmpty||(t+=n.mass,e+=n.plotX*n.mass,i+=n.plotY*n.mass)})),e/=t,i/=t):this.body&&(t=this.body.mass,e=this.body.plotX,i=this.body.plotY),this.mass=t,this.plotX=e,this.plotY=i},divideBox:function(){var t=this.box.width/2,e=this.box.height/2;this.nodes[0]=new i({left:this.box.left,top:this.box.top,width:t,height:e}),this.nodes[1]=new i({left:this.box.left+t,top:this.box.top,width:t,height:e}),this.nodes[2]=new i({left:this.box.left+t,top:this.box.top+e,width:t,height:e}),this.nodes[3]=new i({left:this.box.left,top:this.box.top+e,width:t,height:e})},getBoxPosition:function(t){var e=t.plotY<this.box.top+this.box.height/2;return t.plotX<this.box.left+this.box.width/2?e?0:3:e?1:2}}),e((t=t.QuadTree=function(t,e,n,r){this.box={left:t,top:e,width:n,height:r},this.maxDepth=25,this.root=new i(this.box,"0"),this.root.isInternal=!0,this.root.isRoot=!0,this.root.divideBox()}).prototype,{insertNodes:function(t){t.forEach((function(t){this.root.insert(t,this.maxDepth)}),this)},visitNodeRecursive:function(t,e,i){var n;t||(t=this.root),t===this.root&&e&&(n=e(t)),!1!==n&&(t.nodes.forEach((function(t){if(t.isInternal){if(e&&(n=e(t)),!1===n)return;this.visitNodeRecursive(t,e,i)}else t.body&&e&&e(t.body);i&&i(t)}),this),t===this.root&&i&&i(t))},calculateMassAndCenter:function(){this.visitNodeRecursive(null,null,(function(t){t.updateMassAndCenter()}))}})})),e(t,"Series/Networkgraph/Layouts.js",[t["Core/Chart/Chart.js"],t["Core/Animation/AnimationUtilities.js"],t["Core/Globals.js"],t["Core/Utilities.js"]],(function(t,e,i,n){var r=e.setAnimation;e=n.addEvent;var o=n.clamp,s=n.defined,a=n.extend,l=n.isFunction,c=n.pick;i.layouts={"reingold-fruchterman":function(){}},a(i.layouts["reingold-fruchterman"].prototype,{init:function(t){this.options=t,this.nodes=[],this.links=[],this.series=[],this.box={x:0,y:0,width:0,height:0},this.setInitialRendering(!0),this.integration=i.networkgraphIntegrations[t.integration],this.enableSimulation=t.enableSimulation,this.attractiveForce=c(t.attractiveForce,this.integration.attractiveForceFunction),this.repulsiveForce=c(t.repulsiveForce,this.integration.repulsiveForceFunction),this.approximation=t.approximation},updateSimulation:function(t){this.enableSimulation=c(t,this.options.enableSimulation)},start:function(){var t=this.series,e=this.options;this.currentStep=0,this.forces=t[0]&&t[0].forces||[],this.chart=t[0]&&t[0].chart,this.initialRendering&&(this.initPositions(),t.forEach((function(t){t.finishedAnimating=!0,t.render()}))),this.setK(),this.resetSimulation(e),this.enableSimulation&&this.step()},step:function(){var t=this,e=this.series;t.currentStep++,"barnes-hut"===t.approximation&&(t.createQuadTree(),t.quadTree.calculateMassAndCenter()),t.forces.forEach((function(e){t[e+"Forces"](t.temperature)})),t.applyLimits(t.temperature),t.temperature=t.coolDown(t.startTemperature,t.diffTemperature,t.currentStep),t.prevSystemTemperature=t.systemTemperature,t.systemTemperature=t.getSystemTemperature(),t.enableSimulation&&(e.forEach((function(t){t.chart&&t.render()})),t.maxIterations--&&isFinite(t.temperature)&&!t.isStable()?(t.simulation&&i.win.cancelAnimationFrame(t.simulation),t.simulation=i.win.requestAnimationFrame((function(){t.step()}))):t.simulation=!1)},stop:function(){this.simulation&&i.win.cancelAnimationFrame(this.simulation)},setArea:function(t,e,i,n){this.box={left:t,top:e,width:i,height:n}},setK:function(){this.k=this.options.linkLength||this.integration.getK(this)},addElementsToCollection:function(t,e){t.forEach((function(t){-1===e.indexOf(t)&&e.push(t)}))},removeElementFromCollection:function(t,e){-1!==(t=e.indexOf(t))&&e.splice(t,1)},clear:function(){this.nodes.length=0,this.links.length=0,this.series.length=0,this.resetSimulation()},resetSimulation:function(){this.forcedStop=!1,this.systemTemperature=0,this.setMaxIterations(),this.setTemperature(),this.setDiffTemperature()},restartSimulation:function(){this.simulation?this.resetSimulation():(this.setInitialRendering(!1),this.enableSimulation?this.start():this.setMaxIterations(1),this.chart&&this.chart.redraw(),this.setInitialRendering(!0))},setMaxIterations:function(t){this.maxIterations=c(t,this.options.maxIterations)},setTemperature:function(){this.temperature=this.startTemperature=Math.sqrt(this.nodes.length)},setDiffTemperature:function(){this.diffTemperature=this.startTemperature/(this.options.maxIterations+1)},setInitialRendering:function(t){this.initialRendering=t},createQuadTree:function(){this.quadTree=new i.QuadTree(this.box.left,this.box.top,this.box.width,this.box.height),this.quadTree.insertNodes(this.nodes)},initPositions:function(){var t=this.options.initialPositions;l(t)?(t.call(this),this.nodes.forEach((function(t){s(t.prevX)||(t.prevX=t.plotX),s(t.prevY)||(t.prevY=t.plotY),t.dispX=0,t.dispY=0}))):"circle"===t?this.setCircularPositions():this.setRandomPositions()},setCircularPositions:function(){var t=this.box,e=this.nodes,i=2*Math.PI/(e.length+1),n=e.filter((function(t){return 0===t.linksTo.length})),r=[],o={},s=this.options.initialPositionRadius;n.forEach((function(t){r.push(t),function t(e){e.linksFrom.forEach((function(e){o[e.toNode.id]||(o[e.toNode.id]=!0,r.push(e.toNode),t(e.toNode))}))}(t)})),r.length?e.forEach((function(t){-1===r.indexOf(t)&&r.push(t)})):r=e,r.forEach((function(e,n){e.plotX=e.prevX=c(e.plotX,t.width/2+s*Math.cos(n*i)),e.plotY=e.prevY=c(e.plotY,t.height/2+s*Math.sin(n*i)),e.dispX=0,e.dispY=0}))},setRandomPositions:function(){function t(t){return(t=t*t/Math.PI)-Math.floor(t)}var e=this.box,i=this.nodes,n=i.length+1;i.forEach((function(i,r){i.plotX=i.prevX=c(i.plotX,e.width*t(r)),i.plotY=i.prevY=c(i.plotY,e.height*t(n+r)),i.dispX=0,i.dispY=0}))},force:function(t){this.integration[t].apply(this,Array.prototype.slice.call(arguments,1))},barycenterForces:function(){this.getBarycenter(),this.force("barycenter")},getBarycenter:function(){var t=0,e=0,i=0;return this.nodes.forEach((function(n){e+=n.plotX*n.mass,i+=n.plotY*n.mass,t+=n.mass})),this.barycenter={x:e,y:i,xFactor:e/t,yFactor:i/t}},barnesHutApproximation:function(t,e){var i=this.getDistXY(t,e),n=this.vectorLength(i);if(t!==e&&0!==n)if(e.isInternal)if(e.boxSize/n<this.options.theta&&0!==n){var r=this.repulsiveForce(n,this.k);this.force("repulsive",t,r*e.mass,i,n);var o=!1}else o=!0;else r=this.repulsiveForce(n,this.k),this.force("repulsive",t,r*e.mass,i,n);return o},repulsiveForces:function(){var t=this;"barnes-hut"===t.approximation?t.nodes.forEach((function(e){t.quadTree.visitNodeRecursive(null,(function(i){return t.barnesHutApproximation(e,i)}))})):t.nodes.forEach((function(e){t.nodes.forEach((function(i){if(e!==i&&!e.fixedPosition){var n=t.getDistXY(e,i),r=t.vectorLength(n);if(0!==r){var o=t.repulsiveForce(r,t.k);t.force("repulsive",e,o*i.mass,n,r)}}}))}))},attractiveForces:function(){var t,e,i,n=this;n.links.forEach((function(r){r.fromNode&&r.toNode&&(t=n.getDistXY(r.fromNode,r.toNode),0!==(e=n.vectorLength(t))&&(i=n.attractiveForce(e,n.k),n.force("attractive",r,i,t,e)))}))},applyLimits:function(){var t=this;t.nodes.forEach((function(e){e.fixedPosition||(t.integration.integrate(t,e),t.applyLimitBox(e,t.box),e.dispX=0,e.dispY=0)}))},applyLimitBox:function(t,e){var i=t.radius;t.plotX=o(t.plotX,e.left+i,e.width-i),t.plotY=o(t.plotY,e.top+i,e.height-i)},coolDown:function(t,e,i){return t-e*i},isStable:function(){return 1e-5>Math.abs(this.systemTemperature-this.prevSystemTemperature)||0>=this.temperature},getSystemTemperature:function(){return this.nodes.reduce((function(t,e){return t+e.temperature}),0)},vectorLength:function(t){return Math.sqrt(t.x*t.x+t.y*t.y)},getDistR:function(t,e){return t=this.getDistXY(t,e),this.vectorLength(t)},getDistXY:function(t,e){var i=t.plotX-e.plotX;return{x:i,y:t=t.plotY-e.plotY,absX:Math.abs(i),absY:Math.abs(t)}}}),e(t,"predraw",(function(){this.graphLayoutsLookup&&this.graphLayoutsLookup.forEach((function(t){t.stop()}))})),e(t,"render",(function(){function t(t){t.maxIterations--&&isFinite(t.temperature)&&!t.isStable()&&!t.enableSimulation&&(t.beforeStep&&t.beforeStep(),t.step(),i=!1,e=!0)}var e=!1;if(this.graphLayoutsLookup){for(r(!1,this),this.graphLayoutsLookup.forEach((function(t){t.start()}));!i;){var i=!0;this.graphLayoutsLookup.forEach(t)}e&&this.series.forEach((function(t){t&&t.layout&&t.render()}))}})),e(t,"beforePrint",(function(){this.graphLayoutsLookup&&(this.graphLayoutsLookup.forEach((function(t){t.updateSimulation(!1)})),this.redraw())})),e(t,"afterPrint",(function(){this.graphLayoutsLookup&&this.graphLayoutsLookup.forEach((function(t){t.updateSimulation()})),this.redraw()}))})),e(t,"Series/PackedBubble/PackedBubbleComposition.js",[t["Core/Chart/Chart.js"],t["Core/Globals.js"],t["Core/Utilities.js"]],(function(t,e,i){var n=e.layouts["reingold-fruchterman"],r=i.addEvent,o=i.extendClass,s=i.pick;t.prototype.getSelectedParentNodes=function(){var t=[];return this.series.forEach((function(e){e.parentNode&&e.parentNode.selected&&t.push(e.parentNode)})),t},e.networkgraphIntegrations.packedbubble={repulsiveForceFunction:function(t,e,i,n){return Math.min(t,(i.marker.radius+n.marker.radius)/2)},barycenter:function(){var t,e,i=this,n=i.options.gravitationalConstant,r=i.box,o=i.nodes;o.forEach((function(s){i.options.splitSeries&&!s.isParentNode?(t=s.series.parentNode.plotX,e=s.series.parentNode.plotY):(t=r.width/2,e=r.height/2),s.fixedPosition||(s.plotX-=(s.plotX-t)*n/(s.mass*Math.sqrt(o.length)),s.plotY-=(s.plotY-e)*n/(s.mass*Math.sqrt(o.length)))}))},repulsive:function(t,e,i,n){var r=e*this.diffTemperature/t.mass/t.degree;e=i.x*r,i=i.y*r,t.fixedPosition||(t.plotX+=e,t.plotY+=i),n.fixedPosition||(n.plotX-=e,n.plotY-=i)},integrate:e.networkgraphIntegrations.verlet.integrate,getK:e.noop},e.layouts.packedbubble=o(n,{beforeStep:function(){this.options.marker&&this.series.forEach((function(t){t&&t.calculateParentRadius()}))},isStable:function(){var t=Math.abs(this.prevSystemTemperature-this.systemTemperature);return 1>Math.abs(10*this.systemTemperature/Math.sqrt(this.nodes.length))&&1e-5>t||0>=this.temperature},setCircularPositions:function(){var t,e,i=this,n=i.box,r=i.nodes,o=2*Math.PI/(r.length+1),a=i.options.initialPositionRadius;r.forEach((function(r,l){i.options.splitSeries&&!r.isParentNode?(t=r.series.parentNode.plotX,e=r.series.parentNode.plotY):(t=n.width/2,e=n.height/2),r.plotX=r.prevX=s(r.plotX,t+a*Math.cos(r.index||l*o)),r.plotY=r.prevY=s(r.plotY,e+a*Math.sin(r.index||l*o)),r.dispX=0,r.dispY=0}))},repulsiveForces:function(){var t,e,i,n=this,r=n.options.bubblePadding;n.nodes.forEach((function(o){o.degree=o.mass,o.neighbours=0,n.nodes.forEach((function(s){t=0,o===s||o.fixedPosition||!n.options.seriesInteraction&&o.series!==s.series||(i=n.getDistXY(o,s),0>(e=n.vectorLength(i)-(o.marker.radius+s.marker.radius+r))&&(o.degree+=.01,o.neighbours++,t=n.repulsiveForce(-e/Math.sqrt(o.neighbours),n.k,o,s)),n.force("repulsive",o,t*s.mass,i,s,e))}))}))},applyLimitBox:function(t){if(this.options.splitSeries&&!t.isParentNode&&this.options.parentNodeLimit){var e=this.getDistXY(t,t.series.parentNode),i=t.series.parentNodeRadius-t.marker.radius-this.vectorLength(e);0>i&&i>-2*t.marker.radius&&(t.plotX-=.01*e.x,t.plotY-=.01*e.y)}n.prototype.applyLimitBox.apply(this,arguments)}}),r(t,"beforeRedraw",(function(){this.allDataPoints&&delete this.allDataPoints}))})),e(t,"Series/PackedBubble/PackedBubbleSeries.js",[t["Core/Color/Color.js"],t["Core/Globals.js"],t["Series/PackedBubble/PackedBubblePoint.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,i,n,r){var o=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),s=t.parse,a=n.series,l=n.seriesTypes.bubble,c=r.addEvent,u=r.clamp,h=r.defined,d=r.extend,p=r.fireEvent,f=r.isArray,m=r.isNumber,g=r.merge,y=r.pick,b=e.dragNodesMixin;return t=function(t){function i(){var e=null!==t&&t.apply(this,arguments)||this;return e.chart=void 0,e.data=void 0,e.layout=void 0,e.options=void 0,e.points=void 0,e.xData=void 0,e}return o(i,t),i.prototype.accumulateAllPoints=function(t){var e,i,n=t.chart,r=[];for(e=0;e<n.series.length;e++)if((t=n.series[e]).is("packedbubble")&&t.visible||!n.options.chart.ignoreHiddenSeries)for(i=0;i<t.yData.length;i++)r.push([null,null,t.yData[i],t.index,i,{id:i,marker:{radius:0}}]);return r},i.prototype.addLayout=function(){var t=this.options.layoutAlgorithm,i=this.chart.graphLayoutsStorage,n=this.chart.graphLayoutsLookup,r=this.chart.options.chart;i||(this.chart.graphLayoutsStorage=i={},this.chart.graphLayoutsLookup=n=[]);var o=i[t.type];o||(t.enableSimulation=h(r.forExport)?!r.forExport:t.enableSimulation,i[t.type]=o=new e.layouts[t.type],o.init(t),n.splice(o.index,0,o)),this.layout=o,this.points.forEach((function(t){t.mass=2,t.degree=1,t.collisionNmb=1})),o.setArea(0,0,this.chart.plotWidth,this.chart.plotHeight),o.addElementsToCollection([this],o.series),o.addElementsToCollection(this.points,o.nodes)},i.prototype.addSeriesLayout=function(){var t=this.options.layoutAlgorithm,i=this.chart.graphLayoutsStorage,n=this.chart.graphLayoutsLookup,r=g(t,t.parentNodeOptions,{enableSimulation:this.layout.options.enableSimulation}),o=i[t.type+"-series"];o||(i[t.type+"-series"]=o=new e.layouts[t.type],o.init(r),n.splice(o.index,0,o)),this.parentNodeLayout=o,this.createParentNodes()},i.prototype.calculateParentRadius=function(){var t=this.seriesBox();this.parentNodeRadius=u(Math.sqrt(2*this.parentNodeMass/Math.PI)+20,20,t?Math.max(Math.sqrt(Math.pow(t.width,2)+Math.pow(t.height,2))/2+20,20):Math.sqrt(2*this.parentNodeMass/Math.PI)+20),this.parentNode&&(this.parentNode.marker.radius=this.parentNode.radius=this.parentNodeRadius)},i.prototype.calculateZExtremes=function(){var t=this.options.zMin,e=this.options.zMax,i=1/0,n=-1/0;return t&&e?[t,e]:(this.chart.series.forEach((function(t){t.yData.forEach((function(t){h(t)&&(t>n&&(n=t),t<i&&(i=t))}))})),[t=y(t,i),e=y(e,n)])},i.prototype.checkOverlap=function(t,e){var i=t[0]-e[0],n=t[1]-e[1];return-.001>Math.sqrt(i*i+n*n)-Math.abs(t[2]+e[2])},i.prototype.createParentNodes=function(){var t,e=this,i=e.chart,n=e.parentNodeLayout,r=e.parentNode,o=e.pointClass,a=e.layout.options,l={radius:e.parentNodeRadius,lineColor:e.color,fillColor:s(e.color).brighten(.4).get()};a.parentNodeOptions&&(l=g(a.parentNodeOptions.marker||{},l)),e.parentNodeMass=0,e.points.forEach((function(t){e.parentNodeMass+=Math.PI*Math.pow(t.marker.radius,2)})),e.calculateParentRadius(),n.nodes.forEach((function(i){i.seriesIndex===e.index&&(t=!0)})),n.setArea(0,0,i.plotWidth,i.plotHeight),t||(r||(r=(new o).init(this,{mass:e.parentNodeRadius/2,marker:l,dataLabels:{inside:!1},states:{normal:{marker:l},hover:{marker:l}},dataLabelOnNull:!0,degree:e.parentNodeRadius,isParentNode:!0,seriesIndex:e.index})),e.parentNode&&(r.plotX=e.parentNode.plotX,r.plotY=e.parentNode.plotY),e.parentNode=r,n.addElementsToCollection([e],n.series),n.addElementsToCollection([r],n.nodes))},i.prototype.deferLayout=function(){var t=this.options.layoutAlgorithm;this.visible&&(this.addLayout(),t.splitSeries&&this.addSeriesLayout())},i.prototype.destroy=function(){this.chart.graphLayoutsLookup&&this.chart.graphLayoutsLookup.forEach((function(t){t.removeElementFromCollection(this,t.series)}),this),this.parentNode&&this.parentNodeLayout&&(this.parentNodeLayout.removeElementFromCollection(this.parentNode,this.parentNodeLayout.nodes),this.parentNode.dataLabel&&(this.parentNode.dataLabel=this.parentNode.dataLabel.destroy())),a.prototype.destroy.apply(this,arguments)},i.prototype.drawDataLabels=function(){var t=this.options.dataLabels.textPath,e=this.points;a.prototype.drawDataLabels.apply(this,arguments),this.parentNode&&(this.parentNode.formatPrefix="parentNode",this.points=[this.parentNode],this.options.dataLabels.textPath=this.options.dataLabels.parentNodeTextPath,a.prototype.drawDataLabels.apply(this,arguments),this.points=e,this.options.dataLabels.textPath=t)},i.prototype.drawGraph=function(){if(this.layout&&this.layout.options.splitSeries){var t=this.chart,e=this.layout.options.parentNodeOptions.marker,i={fill:e.fillColor||s(this.color).brighten(.4).get(),opacity:e.fillOpacity,stroke:e.lineColor||this.color,"stroke-width":y(e.lineWidth,this.options.lineWidth)};this.parentNodesGroup||(this.parentNodesGroup=this.plotGroup("parentNodesGroup","parentNode",this.visible?"inherit":"hidden",.1,t.seriesGroup),this.group.attr({zIndex:2})),this.calculateParentRadius(),e=g({x:this.parentNode.plotX-this.parentNodeRadius,y:this.parentNode.plotY-this.parentNodeRadius,width:2*this.parentNodeRadius,height:2*this.parentNodeRadius},i),this.parentNode.graphic||(this.graph=this.parentNode.graphic=t.renderer.symbol(i.symbol).add(this.parentNodesGroup)),this.parentNode.graphic.attr(e)}},i.prototype.drawTracker=function(){var e=this.parentNode;if(t.prototype.drawTracker.call(this),e){var i=f(e.dataLabels)?e.dataLabels:e.dataLabel?[e.dataLabel]:[];e.graphic&&(e.graphic.element.point=e),i.forEach((function(t){t.div?t.div.point=e:t.element.point=e}))}},i.prototype.getPointRadius=function(){var t,e,i,n,r=this,o=r.chart,s=r.options,a=s.useSimulation,l=Math.min(o.plotWidth,o.plotHeight),c={},h=[],d=o.allDataPoints;["minSize","maxSize"].forEach((function(t){var e=parseInt(s[t],10),i=/%$/.test(s[t]);c[t]=i?l*e/100:e*Math.sqrt(d.length)})),o.minRadius=t=c.minSize/Math.sqrt(d.length),o.maxRadius=e=c.maxSize/Math.sqrt(d.length);var p=a?r.calculateZExtremes():[t,e];(d||[]).forEach((function(o,s){i=a?u(o[2],p[0],p[1]):o[2],0===(n=r.getRadius(p[0],p[1],t,e,i))&&(n=null),d[s][2]=n,h.push(n)})),r.radii=h},i.prototype.init=function(){return a.prototype.init.apply(this,arguments),this.eventsToUnbind.push(c(this,"updatedData",(function(){this.chart.series.forEach((function(t){t.type===this.type&&(t.isDirty=!0)}),this)}))),this},i.prototype.onMouseUp=function(t){if(t.fixedPosition&&!t.removed){var e,i=this.layout,n=this.parentNodeLayout;n&&i.options.dragBetweenSeries&&n.nodes.forEach((function(n){t&&t.marker&&n!==t.series.parentNode&&(e=i.getDistXY(t,n),0>i.vectorLength(e)-n.marker.radius-t.marker.radius&&(n.series.addPoint(g(t.options,{plotX:t.plotX,plotY:t.plotY}),!1),i.removeElementFromCollection(t,i.nodes),t.remove()))})),b.onMouseUp.apply(this,arguments)}},i.prototype.placeBubbles=function(t){var e,i=this.checkOverlap,n=this.positionBubble,r=[],o=1,s=0,a=0,l=[];if((t=t.sort((function(t,e){return e[2]-t[2]}))).length){if(r.push([[0,0,t[0][2],t[0][3],t[0][4]]]),1<t.length)for(r.push([[0,0-t[1][2]-t[0][2],t[1][2],t[1][3],t[1][4]]]),e=2;e<t.length;e++)t[e][2]=t[e][2]||1,i(l=n(r[o][s],r[o-1][a],t[e]),r[o][0])?(r.push([]),a=0,r[o+1].push(n(r[o][s],r[o][0],t[e])),o++,s=0):1<o&&r[o-1][a+1]&&i(l,r[o-1][a+1])?(a++,r[o].push(n(r[o][s],r[o-1][a],t[e])),s++):(s++,r[o].push(l));this.chart.stages=r,this.chart.rawPositions=[].concat.apply([],r),this.resizeRadius(),l=this.chart.rawPositions}return l},i.prototype.pointAttribs=function(t,e){var i=this.options,n=i.marker;return t&&t.isParentNode&&i.layoutAlgorithm&&i.layoutAlgorithm.parentNodeOptions&&(n=i.layoutAlgorithm.parentNodeOptions.marker),i=n.fillOpacity,t=a.prototype.pointAttribs.call(this,t,e),1!==i&&(t["fill-opacity"]=i),t},i.prototype.positionBubble=function(t,e,i){var n=Math.sqrt,r=Math.asin,o=Math.acos,s=Math.pow,a=Math.abs;return n=n(s(t[0]-e[0],2)+s(t[1]-e[1],2)),o=o((s(n,2)+s(i[2]+e[2],2)-s(i[2]+t[2],2))/(2*(i[2]+e[2])*n)),r=r(a(t[0]-e[0])/n),t=(0>t[1]-e[1]?0:Math.PI)+o+r*(0>(t[0]-e[0])*(t[1]-e[1])?1:-1),[e[0]+(e[2]+i[2])*Math.sin(t),e[1]-(e[2]+i[2])*Math.cos(t),i[2],i[3],i[4]]},i.prototype.render=function(){var t=[];a.prototype.render.apply(this,arguments),this.options.dataLabels.allowOverlap||(this.data.forEach((function(e){f(e.dataLabels)&&e.dataLabels.forEach((function(e){t.push(e)}))})),this.options.useSimulation&&this.chart.hideOverlappingLabels(t))},i.prototype.resizeRadius=function(){var t,e,i,n=this.chart,r=n.rawPositions,o=Math.min,s=Math.max,a=n.plotLeft,l=n.plotTop,c=n.plotHeight,u=n.plotWidth,h=t=Number.POSITIVE_INFINITY,d=e=Number.NEGATIVE_INFINITY;for(i=0;i<r.length;i++){var p=r[i][2];h=o(h,r[i][0]-p),d=s(d,r[i][0]+p),t=o(t,r[i][1]-p),e=s(e,r[i][1]+p)}if(i=[d-h,e-t],o=o.apply([],[(u-a)/i[0],(c-l)/i[1]]),1e-10<Math.abs(o-1)){for(i=0;i<r.length;i++)r[i][2]*=o;this.placeBubbles(r)}else n.diffY=c/2+l-t-(e-t)/2,n.diffX=u/2+a-h-(d-h)/2},i.prototype.seriesBox=function(){var t,e=this.chart,i=Math.max,n=Math.min,r=[e.plotLeft,e.plotLeft+e.plotWidth,e.plotTop,e.plotTop+e.plotHeight];return this.data.forEach((function(e){h(e.plotX)&&h(e.plotY)&&e.marker.radius&&(t=e.marker.radius,r[0]=n(r[0],e.plotX-t),r[1]=i(r[1],e.plotX+t),r[2]=n(r[2],e.plotY-t),r[3]=i(r[3],e.plotY+t))})),m(r.width/r.height)?r:null},i.prototype.setVisible=function(){var t=this;a.prototype.setVisible.apply(t,arguments),t.parentNodeLayout&&t.graph?t.visible?(t.graph.show(),t.parentNode.dataLabel&&t.parentNode.dataLabel.show()):(t.graph.hide(),t.parentNodeLayout.removeElementFromCollection(t.parentNode,t.parentNodeLayout.nodes),t.parentNode.dataLabel&&t.parentNode.dataLabel.hide()):t.layout&&(t.visible?t.layout.addElementsToCollection(t.points,t.layout.nodes):t.points.forEach((function(e){t.layout.removeElementFromCollection(e,t.layout.nodes)})))},i.prototype.translate=function(){var t,e=this.chart,i=this.data,n=this.index,r=this.options.useSimulation;if(this.processedXData=this.xData,this.generatePoints(),h(e.allDataPoints)||(e.allDataPoints=this.accumulateAllPoints(this),this.getPointRadius()),r)var o=e.allDataPoints;else o=this.placeBubbles(e.allDataPoints),this.options.draggable=!1;for(t=0;t<o.length;t++)if(o[t][3]===n){var s=i[o[t][4]],a=y(o[t][2],void 0);r||(s.plotX=o[t][0]-e.plotLeft+e.diffX,s.plotY=o[t][1]-e.plotTop+e.diffY),m(a)&&(s.marker=d(s.marker,{radius:a,width:2*a,height:2*a}),s.radius=a)}r&&this.deferLayout(),p(this,"afterTranslate")},i.defaultOptions=g(l.defaultOptions,{minSize:"10%",maxSize:"50%",sizeBy:"area",zoneAxis:"y",crisp:!1,tooltip:{pointFormat:"Value: {point.value}"},draggable:!0,useSimulation:!0,parentNode:{allowPointSelect:!1},dataLabels:{formatter:function(){var t=this.series.chart.numberFormatter,e=this.point.value;return m(e)?t(e,-1):""},parentNodeFormatter:function(){return this.name},parentNodeTextPath:{enabled:!0},padding:0,style:{transition:"opacity 2000ms"}},layoutAlgorithm:{initialPositions:"circle",initialPositionRadius:20,bubblePadding:5,parentNodeLimit:!1,seriesInteraction:!0,dragBetweenSeries:!1,parentNodeOptions:{maxIterations:400,gravitationalConstant:.03,maxSpeed:50,initialPositionRadius:100,seriesInteraction:!0,marker:{fillColor:null,fillOpacity:1,lineWidth:null,lineColor:null,symbol:"circle"}},enableSimulation:!0,type:"packedbubble",integration:"packedbubble",maxIterations:1e3,splitSeries:!1,maxSpeed:5,gravitationalConstant:.01,friction:-.981}}),i}(l),d(t.prototype,{alignDataLabel:a.prototype.alignDataLabel,axisTypes:[],directTouch:!0,forces:["barycenter","repulsive"],hasDraggableNodes:!0,isCartesian:!1,noSharedTooltip:!0,onMouseDown:b.onMouseDown,onMouseMove:b.onMouseMove,pointArrayMap:["value"],pointClass:i,pointValKey:"value",redrawHalo:b.redrawHalo,requireSorting:!1,searchPoint:e.noop,trackerGroups:["group","dataLabelsGroup","parentNodesGroup"]}),n.registerSeriesType("packedbubble",t),t})),e(t,"Series/Polygon/PolygonSeries.js",[t["Core/Globals.js"],t["Core/Legend/LegendSymbol.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,i,n){var r=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}();t=t.noop;var o=i.series,s=i.seriesTypes,a=s.area,l=s.line,c=s.scatter;s=n.extend;var u=n.merge;return s((n=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.options=void 0,e.points=void 0,e}return r(e,t),e.prototype.getGraphPath=function(){for(var t=l.prototype.getGraphPath.call(this),e=t.length+1;e--;)(e===t.length||"M"===t[e][0])&&0<e&&t.splice(e,0,["Z"]);return this.areaPath=t},e.prototype.drawGraph=function(){this.options.fillColor=this.color,a.prototype.drawGraph.call(this)},e.defaultOptions=u(c.defaultOptions,{marker:{enabled:!1,states:{hover:{enabled:!1}}},stickyTracking:!1,tooltip:{followPointer:!0,pointFormat:""},trackByArea:!0}),e}(c)).prototype,{type:"polygon",drawLegendSymbol:e.drawRectangle,drawTracker:o.prototype.drawTracker,setStackedPoints:t}),i.registerSeriesType("polygon",n),n})),e(t,"Core/Axis/WaterfallAxis.js",[t["Extensions/Stacking.js"],t["Core/Utilities.js"]],(function(t,e){var i,n=e.addEvent,r=e.objectEach;return function(e){function i(){var t=this.waterfall.stacks;t&&(t.changed=!1,delete t.alreadyChanged)}function o(){var t=this.options.stackLabels;t&&t.enabled&&this.waterfall.stacks&&this.waterfall.renderStackTotals()}function s(){for(var t=this.axes,e=this.series,i=e.length;i--;)e[i].options.stacking&&(t.forEach((function(t){t.isXAxis||(t.waterfall.stacks.changed=!0)})),i=0)}function a(){this.waterfall||(this.waterfall=new l(this))}var l=function(){function e(t){this.axis=t,this.stacks={changed:!1}}return e.prototype.renderStackTotals=function(){var e=this.axis,i=e.waterfall.stacks,n=e.stacking&&e.stacking.stackTotalGroup,o=new t(e,e.options.stackLabels,!1,0,void 0);this.dummyStackItem=o,r(i,(function(e){r(e,(function(e){o.total=e.stackTotal,e.label&&(o.label=e.label),t.prototype.render.call(o,n),e.label=o.label,delete o.label}))})),o.total=null},e}();e.Composition=l,e.compose=function(t,e){n(t,"init",a),n(t,"afterBuildStacks",i),n(t,"afterRender",o),n(e,"beforeRedraw",s)}}(i||(i={})),i})),e(t,"Series/Waterfall/WaterfallPoint.js",[t["Series/Column/ColumnSeries.js"],t["Core/Series/Point.js"],t["Core/Utilities.js"]],(function(t,e,i){var n=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),r=i.isNumber;return function(t){function i(){var e=null!==t&&t.apply(this,arguments)||this;return e.options=void 0,e.series=void 0,e}return n(i,t),i.prototype.getClassName=function(){var t=e.prototype.getClassName.call(this);return this.isSum?t+=" highcharts-sum":this.isIntermediateSum&&(t+=" highcharts-intermediate-sum"),t},i.prototype.isValid=function(){return r(this.y)||this.isSum||!!this.isIntermediateSum},i}(t.prototype.pointClass)})),e(t,"Series/Waterfall/WaterfallSeries.js",[t["Core/Axis/Axis.js"],t["Core/Chart/Chart.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"],t["Core/Axis/WaterfallAxis.js"],t["Series/Waterfall/WaterfallPoint.js"]],(function(t,e,i,n,r,o){var s=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),a=i.seriesTypes,l=a.column,c=a.line,u=n.arrayMax,h=n.arrayMin,d=n.correctFloat;a=n.extend;var p=n.isNumber,f=n.merge,m=n.objectEach,g=n.pick;return n=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.chart=void 0,e.data=void 0,e.options=void 0,e.points=void 0,e.stackedYNeg=void 0,e.stackedYPos=void 0,e.stackKey=void 0,e.xData=void 0,e.yAxis=void 0,e.yData=void 0,e}return s(e,t),e.prototype.generatePoints=function(){var t;l.prototype.generatePoints.apply(this);var e=0;for(t=this.points.length;e<t;e++){var i=this.points[e],n=this.processedYData[e];(i.isIntermediateSum||i.isSum)&&(i.y=d(n))}},e.prototype.translate=function(){var t=this.options,e=this.yAxis,i=g(t.minPointLength,5),n=i/2,r=t.threshold||0,o=r,s=r;t=t.stacking;var a=e.waterfall.stacks[this.stackKey];l.prototype.translate.apply(this);for(var c=this.points,u=0;u<c.length;u++){var h=c[u],d=this.processedYData[u],f=h.shapeArgs;if(f&&p(d)){var m=[0,d],y=h.y;if(t){if(a){if(m=a[u],"overlap"===t){var b=m.stackState[m.stateIndex--];b=0<=y?b:b-y,Object.hasOwnProperty.call(m,"absolutePos")&&delete m.absolutePos,Object.hasOwnProperty.call(m,"absoluteNeg")&&delete m.absoluteNeg}else 0<=y?(b=m.threshold+m.posTotal,m.posTotal-=y):(b=m.threshold+m.negTotal,m.negTotal-=y,b-=y),!m.posTotal&&Object.hasOwnProperty.call(m,"absolutePos")&&(m.posTotal=m.absolutePos,delete m.absolutePos),!m.negTotal&&Object.hasOwnProperty.call(m,"absoluteNeg")&&(m.negTotal=m.absoluteNeg,delete m.absoluteNeg);h.isSum||(m.connectorThreshold=m.threshold+m.stackTotal),e.reversed?(d=0<=y?b-y:b+y,y=b):(d=b,y=b-y),h.below=d<=r,f.y=e.translate(d,!1,!0,!1,!0)||0,f.height=Math.abs(f.y-(e.translate(y,!1,!0,!1,!0)||0)),(y=e.waterfall.dummyStackItem)&&(y.x=u,y.label=a[u].label,y.setOffset(this.pointXOffset||0,this.barW||0,this.stackedYNeg[u],this.stackedYPos[u]))}}else b=Math.max(o,o+y)+m[0],f.y=e.translate(b,!1,!0,!1,!0)||0,h.isSum?(f.y=e.translate(m[1],!1,!0,!1,!0)||0,f.height=Math.min(e.translate(m[0],!1,!0,!1,!0)||0,e.len)-f.y,h.below=m[1]<=r):h.isIntermediateSum?(0<=y?(d=m[1]+s,y=s):(d=s,y=m[1]+s),e.reversed&&(d^=y,d^=y^=d),f.y=e.translate(d,!1,!0,!1,!0)||0,f.height=Math.abs(f.y-Math.min(e.translate(y,!1,!0,!1,!0)||0,e.len)),s+=m[1],h.below=d<=r):(f.height=0<d?(e.translate(o,!1,!0,!1,!0)||0)-f.y:(e.translate(o,!1,!0,!1,!0)||0)-(e.translate(o-d,!1,!0,!1,!0)||0),o+=d,h.below=o<r),0>f.height&&(f.y+=f.height,f.height*=-1);h.plotY=f.y=Math.round(f.y||0)-this.borderWidth%2/2,f.height=Math.max(Math.round(f.height||0),.001),h.yBottom=f.y+f.height,f.height<=i&&!h.isNull?(f.height=i,f.y-=n,h.plotY=f.y,h.minPointLengthOffset=0>h.y?-n:n):(h.isNull&&(f.width=0),h.minPointLengthOffset=0),y=h.plotY+(h.negative?f.height:0),h.below&&(h.plotY+=f.height),h.tooltipPos&&(this.chart.inverted?h.tooltipPos[0]=e.len-y:h.tooltipPos[1]=y)}}},e.prototype.processData=function(e){var i,n,r,o,s,a=this.options,l=this.yData,c=a.data,u=l.length,h=a.threshold||0;for(s=n=i=r=o=0;s<u;s++){var p=l[s],f=c&&c[s]?c[s]:{};"sum"===p||f.isSum?l[s]=d(n):"intermediateSum"===p||f.isIntermediateSum?(l[s]=d(i),i=0):(n+=p,i+=p),r=Math.min(n,r),o=Math.max(n,o)}t.prototype.processData.call(this,e),a.stacking||(this.dataMin=r+h,this.dataMax=o)},e.prototype.toYData=function(t){return t.isSum?"sum":t.isIntermediateSum?"intermediateSum":t.y},e.prototype.updateParallelArrays=function(e,i){t.prototype.updateParallelArrays.call(this,e,i),"sum"!==this.yData[0]&&"intermediateSum"!==this.yData[0]||(this.yData[0]=null)},e.prototype.pointAttribs=function(t,e){var i=this.options.upColor;return i&&!t.options.color&&(t.color=0<t.y?i:null),delete(t=l.prototype.pointAttribs.call(this,t,e)).dashstyle,t},e.prototype.getGraphPath=function(){return[["M",0,0]]},e.prototype.getCrispPath=function(){var t,e=this.data,i=this.yAxis,n=e.length,r=Math.round(this.graph.strokeWidth())%2/2,o=Math.round(this.borderWidth)%2/2,s=this.xAxis.reversed,a=this.yAxis.reversed,l=this.options.stacking,c=[];for(t=1;t<n;t++){var u=e[t].shapeArgs,h=e[t-1],d=e[t-1].shapeArgs,p=i.waterfall.stacks[this.stackKey],f=0<h.y?-d.height:0;p&&d&&u&&(p=p[t-1],l?(p=p.connectorThreshold,f=Math.round(i.translate(p,0,1,0,1)+(a?f:0))-r):f=d.y+h.minPointLengthOffset+o-r,c.push(["M",(d.x||0)+(s?0:d.width||0),f],["L",(u.x||0)+(s&&u.width||0),f])),d&&c.length&&(!l&&0>h.y&&!a||0<h.y&&a)&&((h=c[c.length-2])&&"number"==typeof h[2]&&(h[2]+=d.height||0),(h=c[c.length-1])&&"number"==typeof h[2]&&(h[2]+=d.height||0))}return c},e.prototype.drawGraph=function(){c.prototype.drawGraph.call(this),this.graph.attr({d:this.getCrispPath()})},e.prototype.setStackedPoints=function(){function t(t,e,i,n){if(M)for(;i<M;i++)g.stackState[i]+=n;else g.stackState[0]=t,M=g.stackState.length;g.stackState.push(g.stackState[M-1]+e)}var e,i,n,r=this.options,o=this.yAxis.waterfall.stacks,s=r.threshold,a=s||0,l=a,c=this.stackKey,u=this.xData,h=u.length;this.yAxis.stacking.usePercentage=!1;var d=i=n=a;if(this.visible||!this.chart.options.chart.ignoreHiddenSeries){var p=o.changed;(e=o.alreadyChanged)&&0>e.indexOf(c)&&(p=!0),o[c]||(o[c]={}),e=o[c];for(var f=0;f<h;f++){var m=u[f];e[m]&&!p||(e[m]={negTotal:0,posTotal:0,stackTotal:0,threshold:0,stateIndex:0,stackState:[],label:p&&e[m]?e[m].label:void 0});var g=e[m],y=this.yData[f];0<=y?g.posTotal+=y:g.negTotal+=y;var b=r.data[f];m=g.absolutePos=g.posTotal;var v=g.absoluteNeg=g.negTotal;g.stackTotal=m+v;var M=g.stackState.length;b&&b.isIntermediateSum?(t(n,i,0,n),n=i,i=s,a^=l,a^=l^=a):b&&b.isSum?(t(s,d,M),a=s):(t(a,y,0,d),b&&(d+=y,i+=y)),g.stateIndex++,g.threshold=a,a+=g.stackTotal}o.changed=!1,o.alreadyChanged||(o.alreadyChanged=[]),o.alreadyChanged.push(c)}},e.prototype.getExtremes=function(){var t=this.options.stacking;if(t){var e=this.yAxis;e=e.waterfall.stacks;var i=this.stackedYNeg=[],n=this.stackedYPos=[];return m(e[this.stackKey],"overlap"===t?function(t){i.push(h(t.stackState)),n.push(u(t.stackState))}:function(t){i.push(t.negTotal+t.threshold),n.push(t.posTotal+t.threshold)}),{dataMin:h(i),dataMax:u(n)}}return{dataMin:this.dataMin,dataMax:this.dataMax}},e.defaultOptions=f(l.defaultOptions,{dataLabels:{inside:!0},lineWidth:1,lineColor:"#333333",dashStyle:"Dot",borderColor:"#333333",states:{hover:{lineWidthPlus:0}}}),e}(l),a(n.prototype,{getZonesGraphs:c.prototype.getZonesGraphs,pointValKey:"y",showLine:!0,pointClass:o}),i.registerSeriesType("waterfall",n),r.compose(t,e),n})),e(t,"Extensions/Polar.js",[t["Core/Animation/AnimationUtilities.js"],t["Core/Chart/Chart.js"],t["Core/Globals.js"],t["Extensions/Pane.js"],t["Core/Pointer.js"],t["Core/Series/Series.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Renderer/SVG/SVGRenderer.js"],t["Core/Utilities.js"]],(function(t,e,i,n,r,o,s,a,l){var c=t.animObject;s=s.seriesTypes;var u=l.addEvent,h=l.defined,d=l.find,p=l.isNumber,f=l.pick,m=l.splat,g=l.uniqueKey;t=l.wrap;var y=o.prototype;r=r.prototype,y.searchPointByAngle=function(t){var e=this.chart,i=this.xAxis.pane.center;return this.searchKDTree({clientX:180+-180/Math.PI*Math.atan2(t.chartX-i[0]-e.plotLeft,t.chartY-i[1]-e.plotTop)})},y.getConnectors=function(t,e,i,n){var r=n?1:0,o=0<=e&&e<=t.length-1?e:0>e?t.length-1+e:0;e=0>o-1?t.length-(1+r):o-1,r=o+1>t.length-1?r:o+1;var s=t[e];r=t[r];var a=s.plotX;s=s.plotY;var l=r.plotX,c=r.plotY;a=(1.5*(r=t[o].plotX)+a)/2.5,s=(1.5*(o=t[o].plotY)+s)/2.5,l=(1.5*r+l)/2.5;var u=(1.5*o+c)/2.5;c=Math.sqrt(Math.pow(a-r,2)+Math.pow(s-o,2));var h=Math.sqrt(Math.pow(l-r,2)+Math.pow(u-o,2));return a=Math.atan2(s-o,a-r),u=Math.PI/2+(a+Math.atan2(u-o,l-r))/2,Math.abs(a-u)>Math.PI/2&&(u-=Math.PI),a=r+Math.cos(u)*c,s=o+Math.sin(u)*c,r={rightContX:l=r+Math.cos(Math.PI+u)*h,rightContY:u=o+Math.sin(Math.PI+u)*h,leftContX:a,leftContY:s,plotX:r,plotY:o},i&&(r.prevPointCont=this.getConnectors(t,e,!1,n)),r},y.toXY=function(t){var e=this.chart,i=this.xAxis,n=this.yAxis,r=t.plotX,o=t.plotY,s=t.series,a=e.inverted,l=t.y,c=a?r:n.len-o;a&&s&&!s.isRadialBar&&(t.plotY=o="number"==typeof l&&n.translate(l)||0),t.rectPlotX=r,t.rectPlotY=o,n.center&&(c+=n.center[3]/2),p(o)&&(n=a?n.postTranslate(o,c):i.postTranslate(r,c),t.plotX=t.polarPlotX=n.x-e.plotLeft,t.plotY=t.polarPlotY=n.y-e.plotTop),this.kdByAngle?(0>(e=(r/Math.PI*180+i.pane.options.startAngle)%360)&&(e+=360),t.clientX=e):t.clientX=t.plotX},s.spline&&(t(s.spline.prototype,"getPointSpline",(function(t,e,i,n){return this.chart.polar?n?(e=(t=this.getConnectors(e,n,!0,this.connectEnds)).prevPointCont&&t.prevPointCont.rightContX,i=t.prevPointCont&&t.prevPointCont.rightContY,t=["C",p(e)?e:t.plotX,p(i)?i:t.plotY,p(t.leftContX)?t.leftContX:t.plotX,p(t.leftContY)?t.leftContY:t.plotY,t.plotX,t.plotY]):t=["M",i.plotX,i.plotY]:t=t.call(this,e,i,n),t})),s.areasplinerange&&(s.areasplinerange.prototype.getPointSpline=s.spline.prototype.getPointSpline)),u(o,"afterTranslate",(function(){var t=this.chart;if(t.polar&&this.xAxis){if((this.kdByAngle=t.tooltip&&t.tooltip.shared)?this.searchPoint=this.searchPointByAngle:this.options.findNearestPointBy="xy",!this.preventPostTranslate)for(var e=this.points,n=e.length;n--;)this.toXY(e[n]),!t.hasParallelCoordinates&&!this.yAxis.reversed&&e[n].y<this.yAxis.min&&(e[n].isNull=!0);this.hasClipCircleSetter||(this.hasClipCircleSetter=!!this.eventsToUnbind.push(u(this,"afterRender",(function(){if(t.polar){var e=this.yAxis.pane.center;this.clipCircle?this.clipCircle.animate({x:e[0],y:e[1],r:e[2]/2,innerR:e[3]/2}):this.clipCircle=t.renderer.clipCircle(e[0],e[1],e[2]/2,e[3]/2),this.group.clip(this.clipCircle),this.setClip=i.noop}}))))}}),{order:2}),t(s.line.prototype,"getGraphPath",(function(t,e){var i,n=this;if(this.chart.polar){for(e=e||this.points,i=0;i<e.length;i++)if(!e[i].isNull){var r=i;break}if(!1!==this.options.connectEnds&&void 0!==r){this.connectEnds=!0,e.splice(e.length,0,e[r]);var o=!0}e.forEach((function(t){void 0===t.polarPlotY&&n.toXY(t)}))}return i=t.apply(this,[].slice.call(arguments,1)),o&&e.pop(),i}));var b=function(t,e){var n,r,o,s,a=this,l=this.chart,u=this.options.animation,h=this.group,d=this.markerGroup,p=this.xAxis&&this.xAxis.center,m=l.plotLeft,g=l.plotTop;if(l.polar){if(a.isRadialBar)e||(a.startAngleRad=f(a.translatedThreshold,a.xAxis.startAngleRad),i.seriesTypes.pie.prototype.animate.call(a,e));else if(l.renderer.isSVG)if(u=c(u),a.is("column")){if(!e){var y=p[3]/2;a.points.forEach((function(t){n=t.graphic,o=(r=t.shapeArgs)&&r.r,s=r&&r.innerR,n&&r&&(n.attr({r:y,innerR:y}),n.animate({r:o,innerR:s},a.options.animation))}))}}else e?(t={translateX:p[0]+m,translateY:p[1]+g,scaleX:.001,scaleY:.001},h.attr(t),d&&d.attr(t)):(t={translateX:m,translateY:g,scaleX:1,scaleY:1},h.animate(t,u),d&&d.animate(t,u))}else t.call(this,e)};if(t(y,"animate",b),s.column){var v=s.arearange.prototype;(s=s.column.prototype).polarArc=function(t,e,i,n){var r=this.xAxis.center,o=this.yAxis.len,s=r[3]/2;return e=o-e+s,t=o-f(t,o)+s,this.yAxis.reversed&&(0>e&&(e=s),0>t&&(t=s)),{x:r[0],y:r[1],r:e,innerR:t,start:i,end:n}},t(s,"animate",b),t(s,"translate",(function(t){var e=this.options,i=e.stacking,n=this.chart,r=this.xAxis,o=this.yAxis,s=o.reversed,a=o.center,c=r.startAngleRad,u=r.endAngleRad-c;if(this.preventPostTranslate=!0,t.call(this),r.isRadial){r=(t=this.points).length;var d=o.translate(o.min),f=o.translate(o.max);if(e=e.threshold||0,n.inverted&&p(e)){var m=o.translate(e);h(m)&&(0>m?m=0:m>u&&(m=u),this.translatedThreshold=m+c)}for(;r--;){var g=(e=t[r]).barX,y=e.x,b=e.y;if(e.shapeType="arc",n.inverted){if(e.plotY=o.translate(b),i&&o.stacking){if(b=o.stacking.stacks[(0>b?"-":"")+this.stackKey],this.visible&&b&&b[y]&&!e.isNull){var v=b[y].points[this.getStackIndicator(void 0,y,this.index).key],M=o.translate(v[0]);v=o.translate(v[1]),h(M)&&(M=l.clamp(M,0,u))}}else M=m,v=e.plotY;M>v&&(v=[M,M=v][0]),s?v>d?v=d:M<f?M=f:(M>d||v<f)&&(M=v=u):M<d?M=d:v>f?v=f:(v<d||M>f)&&(M=v=0),o.min>o.max&&(M=v=s?u:0),M+=c,v+=c,a&&(e.barX=g+=a[3]/2),y=Math.max(g,0),b=Math.max(g+e.pointWidth,0),e.shapeArgs={x:a&&a[0],y:a&&a[1],r:b,innerR:y,start:M,end:v},e.opacity=M===v?0:void 0,e.plotY=(h(this.translatedThreshold)&&(M<this.translatedThreshold?M:v))-c}else M=g+c,e.shapeArgs=this.polarArc(e.yBottom,e.plotY,M,M+e.pointWidth);this.toXY(e),n.inverted?(g=o.postTranslate(e.rectPlotY,g+e.pointWidth/2),e.tooltipPos=[g.x-n.plotLeft,g.y-n.plotTop]):e.tooltipPos=[e.plotX,e.plotY],a&&(e.ttBelow=e.plotY>a[1])}}})),s.findAlignments=function(t,e){return null===e.align&&(e.align=20<t&&160>t?"left":200<t&&340>t?"right":"center"),null===e.verticalAlign&&(e.verticalAlign=45>t||315<t?"bottom":135<t&&225>t?"top":"middle"),e},v&&(v.findAlignments=s.findAlignments),t(s,"alignDataLabel",(function(t,e,i,n,r,o){var s=this.chart,a=f(n.inside,!!this.options.stacking);s.polar?(t=e.rectPlotX/Math.PI*180,s.inverted?(this.forceDL=s.isInsidePlot(e.plotX,Math.round(e.plotY)),a&&e.shapeArgs?(r=e.shapeArgs,r={x:(r=this.yAxis.postTranslate(((r.start||0)+(r.end||0))/2-this.xAxis.startAngleRad,e.barX+e.pointWidth/2)).x-s.plotLeft,y:r.y-s.plotTop}):e.tooltipPos&&(r={x:e.tooltipPos[0],y:e.tooltipPos[1]}),n.align=f(n.align,"center"),n.verticalAlign=f(n.verticalAlign,"middle")):this.findAlignments&&(n=this.findAlignments(t,n)),y.alignDataLabel.call(this,e,i,n,r,o),this.isRadialBar&&e.shapeArgs&&e.shapeArgs.start===e.shapeArgs.end&&i.hide(!0)):t.call(this,e,i,n,r,o)}))}t(r,"getCoordinates",(function(t,e){var i=this.chart,n={xAxis:[],yAxis:[]};return i.polar?i.axes.forEach((function(t){var r=t.isXAxis,o=t.center;if("colorAxis"!==t.coll){var s=e.chartX-o[0]-i.plotLeft;o=e.chartY-o[1]-i.plotTop,n[r?"xAxis":"yAxis"].push({axis:t,value:t.translate(r?Math.PI-Math.atan2(s,o):Math.sqrt(Math.pow(s,2)+Math.pow(o,2)),!0)})}})):n=t.call(this,e),n})),a.prototype.clipCircle=function(t,e,i,n){var r=g(),o=this.createElement("clipPath").attr({id:r}).add(this.defs);return(t=n?this.arc(t,e,i,n,0,2*Math.PI).add(o):this.circle(t,e,i).add(o)).id=r,t.clipPath=o,t},u(e,"getAxes",(function(){this.pane||(this.pane=[]),this.options.pane=m(this.options.pane),this.options.pane.forEach((function(t){new n(t,this)}),this)})),u(e,"afterDrawChartBox",(function(){this.pane.forEach((function(t){t.render()}))})),u(o,"afterInit",(function(){var t=this.chart;t.inverted&&t.polar&&(this.isRadialSeries=!0,this.is("column")&&(this.isRadialBar=!0))})),t(e.prototype,"get",(function(t,e){return d(this.pane||[],(function(t){return t.options.id===e}))||t.call(this,e)}))})),e(t,"masters/highcharts-more.src.js",[t["Core/Globals.js"],t["Core/Axis/RadialAxis.js"],t["Series/Bubble/BubbleSeries.js"]],(function(t,e,i){e.compose(t.Axis,t.Tick),i.compose(t.Chart,t.Legend,t.Series)}))}))}])},"./node_modules/@splunk/highcharts/highcharts.js":function(t,e,i){t.exports=function(t){var e={};function i(n){if(e[n])return e[n].exports;var r=e[n]={i:n,l:!1,exports:{}};return t[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=2)}([function(t,e){t.exports=i("./node_modules/highcharts/highcharts.js")},,function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n,r=i(0),o=(n=r)&&n.__esModule?n:{default:n};var s=function(){return o.default},a=s();a.noConflict=function(){return s()},e.default=a,t.exports=e.default}])},"./node_modules/@splunk/highcharts/modules/accessibility.js":function(t,e,i){t.exports=function(t){var e={};function i(n){if(e[n])return e[n].exports;var r=e[n]={i:n,l:!1,exports:{}};return t[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=17)}({0:function(t,e){t.exports=i("./node_modules/highcharts/highcharts.js")},17:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n,r=i(18),o=(n=r)&&n.__esModule?n:{default:n};e.default=o.default,t.exports=e.default},18:function(t,e,i){"use strict";var n,r;!function(o){"object"==typeof t&&t.exports?(o.default=o,t.exports=o):(n=[i(0)],void 0===(r=function(t){return o(t),o.Highcharts=t,o}.apply(e,n))||(t.exports=r))}((function(t){function e(t,e,i,n){t.hasOwnProperty(e)||(t[e]=n.apply(null,i))}e(t=t?t._modules:{},"Accessibility/A11yI18n.js",[t["Core/FormatUtilities.js"],t["Core/Utilities.js"]],(function(t,e){var i,n=t.format,r=e.pick;return function(t){function e(t,e,i){var o=function(t,e){var i=(t=t.slice(e||0)).indexOf("{"),n=t.indexOf("}");if(-1<i&&n>i)return{statement:t.substring(i+1,n),begin:e+i+1,end:e+n}},s=[],a=0;do{var l=o(t,a),c=t.substring(a,l&&l.begin-1);c.length&&s.push({value:c,type:"constant"}),l&&s.push({value:l.statement,type:"statement"}),a=l?l.end+1:a+1}while(l);return s.forEach((function(t){"statement"===t.type&&(t.value=function(t,e){var i=t.indexOf("#each("),n=t.indexOf("#plural("),o=t.indexOf("["),s=t.indexOf("]");if(-1<i){if(s=t.slice(i).indexOf(")")+i,n=t.substring(0,i),o=t.substring(s+1),s=t.substring(i+6,s).split(","),i=Number(s[1]),t="",e=e[s[0]])for(i=0>(i=isNaN(i)?e.length:i)?e.length+i:Math.min(i,e.length),s=0;s<i;++s)t+=n+e[s]+o;return t.length?t:""}if(-1<n){switch(o=t.slice(n).indexOf(")")+n,n=t.substring(n+8,o).split(","),Number(e[n[0]])){case 0:t=r(n[4],n[1]);break;case 1:t=r(n[2],n[1]);break;case 2:t=r(n[3],n[1]);break;default:t=n[1]}return t?e=(e=t).trim&&e.trim()||e.replace(/^\s+|\s+$/g,""):e="",e}return-1<o?(n=t.substring(0,o),o=Number(t.substring(o+1,s)),t=void 0,e=e[n],!isNaN(o)&&e&&(0>o?void 0===(t=e[e.length+o])&&(t=e[0]):void 0===(t=e[o])&&(t=e[e.length-1])),void 0!==t?t:""):"{"+t+"}"}(t.value,e))})),n(s.reduce((function(t,e){return t+e.value}),""),e,i)}function i(t,i){t=t.split(".");for(var n=this.options.lang,r=0;r<t.length;++r)n=n&&n[t[r]];return"string"==typeof n?e(n,i,this):""}var o=[];t.compose=function(t){return-1===o.indexOf(t)&&(o.push(t),t.prototype.langFormat=i),t},t.i18nFormat=e}(i||(i={})),i})),e(t,"Accessibility/Utils/HTMLUtilities.js",[t["Core/Globals.js"],t["Core/Utilities.js"]],(function(t,e){function i(t){if("function"==typeof o.MouseEvent)return new o.MouseEvent(t.type,t);if(r.createEvent){var e=r.createEvent("MouseEvent");if(e.initMouseEvent)return e.initMouseEvent(t.type,t.bubbles,t.cancelable,t.view||o,t.detail,t.screenX,t.screenY,t.clientX,t.clientY,t.ctrlKey,t.altKey,t.shiftKey,t.metaKey,t.button,t.relatedTarget),e}return n(t.type)}function n(t,e){if(e=e||{x:0,y:0},"function"==typeof o.MouseEvent)return new o.MouseEvent(t,{bubbles:!0,cancelable:!0,composed:!0,view:o,detail:"click"===t?1:0,screenX:e.x,screenY:e.y,clientX:e.x,clientY:e.y});if(r.createEvent){var i=r.createEvent("MouseEvent");if(i.initMouseEvent)return i.initMouseEvent(t,!0,!0,o,"click"===t?1:0,e.x,e.y,e.x,e.y,!1,!1,!1,!1,0,null),i}return{type:t}}var r=t.doc,o=t.win,s=e.css;return{addClass:function(t,e){t.classList?t.classList.add(e):0>t.className.indexOf(e)&&(t.className+=" "+e)},cloneMouseEvent:i,cloneTouchEvent:function(t){var e=function(t){for(var e=[],i=0;i<t.length;++i){var n=t.item(i);n&&e.push(n)}return e};return"function"==typeof o.TouchEvent?(e=new o.TouchEvent(t.type,{touches:e(t.touches),targetTouches:e(t.targetTouches),changedTouches:e(t.changedTouches),ctrlKey:t.ctrlKey,shiftKey:t.shiftKey,altKey:t.altKey,metaKey:t.metaKey,bubbles:t.bubbles,cancelable:t.cancelable,composed:t.composed,detail:t.detail,view:t.view}),t.defaultPrevented&&e.preventDefault(),e):((e=i(t)).touches=t.touches,e.changedTouches=t.changedTouches,e.targetTouches=t.targetTouches,e)},escapeStringForHTML:function(t){return t.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'").replace(/\//g,"/")},getElement:function(t){return r.getElementById(t)},getFakeMouseEvent:n,getHeadingTagNameForElement:function(t){var e=function(t){return t=parseInt(t.slice(1),10),"h"+Math.min(6,t+1)},i=function(t){var n;t:{for(n=t;n=n.previousSibling;){var r=n.tagName||"";if(/H[1-6]/.test(r)){n=r;break t}}n=""}return n?e(n):(t=t.parentElement)?(n=t.tagName,/H[1-6]/.test(n)?e(n):i(t)):"p"};return i(t)},removeChildNodes:function(t){for(;t.lastChild;)t.removeChild(t.lastChild)},removeClass:function(t,e){t.classList?t.classList.remove(e):t.className=t.className.replace(new RegExp(e,"g"),"")},removeElement:function(t){t&&t.parentNode&&t.parentNode.removeChild(t)},reverseChildNodes:function(t){for(var e=t.childNodes.length;e--;)t.appendChild(t.childNodes[e])},stripHTMLTagsFromString:function(t){return"string"==typeof t?t.replace(/<\/?[^>]+(>|$)/g,""):t},visuallyHideElement:function(t){s(t,{position:"absolute",width:"1px",height:"1px",overflow:"hidden",whiteSpace:"nowrap",clip:"rect(1px, 1px, 1px, 1px)",marginTop:"-3px","-ms-filter":"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)",filter:"alpha(opacity=1)",opacity:.01})}}})),e(t,"Accessibility/Utils/ChartUtilities.js",[t["Core/Globals.js"],t["Accessibility/Utils/HTMLUtilities.js"],t["Core/Utilities.js"]],(function(t,e,i){function n(t){if(t.points&&t.points.length)return(t=l(t.points,(function(t){return!!t.graphic})))&&t.graphic&&t.graphic.element}function r(t){var e=n(t);return e&&e.parentNode||t.graph&&t.graph.element||t.group&&t.group.element}var o=t.doc,s=e.stripHTMLTagsFromString,a=i.defined,l=i.find,c=i.fireEvent;return{fireEventOnWrappedOrUnwrappedElement:function t(e,i){var n=i.type,r=e.hcEvents;o.createEvent&&(e.dispatchEvent||e.fireEvent)?e.dispatchEvent?e.dispatchEvent(i):e.fireEvent(n,i):r&&r[n]?c(e,n,i):e.element&&t(e.element,i)},getChartTitle:function(t){return s(t.options.title.text||t.langFormat("accessibility.defaultChartTitle",{chart:t}))},getAxisDescription:function(t){return t&&(t.userOptions&&t.userOptions.accessibility&&t.userOptions.accessibility.description||t.axisTitle&&t.axisTitle.textStr||t.options.id||t.categories&&"categories"||t.dateTime&&"Time"||"values")},getAxisRangeDescription:function(t){var e=t.options||{};return e.accessibility&&void 0!==e.accessibility.rangeDescription?e.accessibility.rangeDescription:t.categories?(e=t.chart,t=t.dataMax&&t.dataMin?e.langFormat("accessibility.axis.rangeCategories",{chart:e,axis:t,numCategories:t.dataMax-t.dataMin+1}):""):!t.dateTime||0!==t.min&&0!==t.dataMin?function(t){var e=t.chart,i=e.options,n=i&&i.accessibility&&i.accessibility.screenReaderSection.axisRangeDateFormat||"";return i=function(i){return t.dateTime?e.time.dateFormat(n,t[i]):t[i]},e.langFormat("accessibility.axis.rangeFromTo",{chart:e,axis:t,rangeFrom:i("min"),rangeTo:i("max")})}(t):function(t){var e=t.chart,i={},n="Seconds";i.Seconds=((t.max||0)-(t.min||0))/1e3,i.Minutes=i.Seconds/60,i.Hours=i.Minutes/60,i.Days=i.Hours/24,["Minutes","Hours","Days"].forEach((function(t){2<i[t]&&(n=t)}));var r=i[n].toFixed("Seconds"!==n&&"Minutes"!==n?1:0);return e.langFormat("accessibility.axis.timeRange"+n,{chart:e,axis:t,range:r.replace(".0","")})}(t)},getPointFromXY:function(t,e,i){for(var n,r=t.length;r--;)if(n=l(t[r].points||[],(function(t){return t.x===e&&t.y===i})))return n},getSeriesFirstPointElement:n,getSeriesFromName:function(t,e){return e?(t.series||[]).filter((function(t){return t.name===e})):t.series},getSeriesA11yElement:r,unhideChartElementFromAT:function t(e,i){i.setAttribute("aria-hidden",!1),i!==e.renderTo&&i.parentNode&&i.parentNode!==o.body&&(Array.prototype.forEach.call(i.parentNode.childNodes,(function(t){t.hasAttribute("aria-hidden")||t.setAttribute("aria-hidden",!0)})),t(e,i.parentNode))},hideSeriesFromAT:function(t){(t=r(t))&&t.setAttribute("aria-hidden",!0)},scrollToPoint:function(t){var e=t.series.xAxis,i=t.series.yAxis,n=e&&e.scrollbar?e:i;if((e=n&&n.scrollbar)&&a(e.to)&&a(e.from)){if(i=e.to-e.from,a(n.dataMin)&&a(n.dataMax)){var r=n.toPixels(n.dataMin),o=n.toPixels(n.dataMax);t=(n.toPixels(t["xAxis"===n.coll?"x":"y"]||0)-r)/(o-r)}else t=0;e.updatePosition(t-i/2,t+i/2),c(e,"changed",{from:e.from,to:e.to,trigger:"scrollbar",DOMEvent:null})}}}})),e(t,"Accessibility/Utils/DOMElementProvider.js",[t["Core/Globals.js"],t["Accessibility/Utils/HTMLUtilities.js"]],(function(t,e){var i=t.doc,n=e.removeElement;return function(){function t(){this.elements=[]}return t.prototype.createElement=function(){var t=i.createElement.apply(i,arguments);return this.elements.push(t),t},t.prototype.destroyCreatedElements=function(){this.elements.forEach((function(t){n(t)})),this.elements=[]},t}()})),e(t,"Accessibility/Utils/EventProvider.js",[t["Core/Globals.js"],t["Core/Utilities.js"]],(function(t,e){var i=e.addEvent;return function(){function e(){this.eventRemovers=[]}return e.prototype.addEvent=function(){var e=i.apply(t,arguments);return this.eventRemovers.push(e),e},e.prototype.removeAddedEvents=function(){this.eventRemovers.forEach((function(t){return t()})),this.eventRemovers=[]},e}()})),e(t,"Accessibility/AccessibilityComponent.js",[t["Accessibility/Utils/ChartUtilities.js"],t["Accessibility/Utils/DOMElementProvider.js"],t["Accessibility/Utils/EventProvider.js"],t["Accessibility/Utils/HTMLUtilities.js"],t["Core/Utilities.js"]],(function(t,e,i,n,r){var o=t.fireEventOnWrappedOrUnwrappedElement,s=n.getFakeMouseEvent;return t=r.extend,n=function(){function t(){this.proxyProvider=this.keyCodes=this.eventProvider=this.domElementProvider=this.chart=void 0}return t.prototype.initBase=function(t,n){this.chart=t,this.eventProvider=new i,this.domElementProvider=new e,this.proxyProvider=n,this.keyCodes={left:37,right:39,up:38,down:40,enter:13,space:32,esc:27,tab:9,pageUp:33,pageDown:34,end:35,home:36}},t.prototype.addEvent=function(t,e,i,n){return this.eventProvider.addEvent(t,e,i,n)},t.prototype.createElement=function(t,e){return this.domElementProvider.createElement(t,e)},t.prototype.fakeClickEvent=function(t){var e=s("click");o(t,e)},t.prototype.destroyBase=function(){this.domElementProvider.destroyCreatedElements(),this.eventProvider.removeAddedEvents()},t}(),t(n.prototype,{init:function(){},getKeyboardNavigation:function(){},onChartUpdate:function(){},onChartRender:function(){},destroy:function(){}}),n})),e(t,"Accessibility/KeyboardNavigationHandler.js",[t["Core/Utilities.js"]],(function(t){var e=t.find;return t=function(){function t(t,e){this.chart=t,this.keyCodeMap=e.keyCodeMap||[],this.validate=e.validate,this.init=e.init,this.terminate=e.terminate,this.response={success:1,prev:2,next:3,noHandler:4,fail:5}}return t.prototype.run=function(t){var i=t.which||t.keyCode,n=this.response.noHandler,r=e(this.keyCodeMap,(function(t){return-1<t[0].indexOf(i)}));return r?n=r[1].call(this,i,t):9===i&&(n=this.response[t.shiftKey?"prev":"next"]),n},t}()})),e(t,"Accessibility/Components/ContainerComponent.js",[t["Accessibility/AccessibilityComponent.js"],t["Accessibility/KeyboardNavigationHandler.js"],t["Accessibility/Utils/ChartUtilities.js"],t["Core/Globals.js"],t["Accessibility/Utils/HTMLUtilities.js"]],(function(t,e,i,n,r){var o=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),s=i.unhideChartElementFromAT,a=i.getChartTitle,l=n.doc,c=r.stripHTMLTagsFromString;return function(t){function i(){return null!==t&&t.apply(this,arguments)||this}return o(i,t),i.prototype.onChartUpdate=function(){this.handleSVGTitleElement(),this.setSVGContainerLabel(),this.setGraphicContainerAttrs(),this.setRenderToAttrs(),this.makeCreditsAccessible()},i.prototype.handleSVGTitleElement=function(){var t=this.chart,e="highcharts-title-"+t.index,i=c(t.langFormat("accessibility.svgContainerTitle",{chartTitle:a(t)}));if(i.length){var n=this.svgTitleElement=this.svgTitleElement||l.createElementNS("http://www.w3.org/2000/svg","title");n.textContent=i,n.id=e,t.renderTo.insertBefore(n,t.renderTo.firstChild)}},i.prototype.setSVGContainerLabel=function(){var t=this.chart,e=t.langFormat("accessibility.svgContainerLabel",{chartTitle:a(t)});t.renderer.box&&e.length&&t.renderer.box.setAttribute("aria-label",e)},i.prototype.setGraphicContainerAttrs=function(){var t=this.chart,e=t.langFormat("accessibility.graphicContainerLabel",{chartTitle:a(t)});e.length&&t.container.setAttribute("aria-label",e)},i.prototype.setRenderToAttrs=function(){var t=this.chart;"disabled"!==t.options.accessibility.landmarkVerbosity?t.renderTo.setAttribute("role","region"):t.renderTo.removeAttribute("role"),t.renderTo.setAttribute("aria-label",t.langFormat("accessibility.chartContainerLabel",{title:a(t),chart:t}))},i.prototype.makeCreditsAccessible=function(){var t=this.chart,e=t.credits;e&&(e.textStr&&e.element.setAttribute("aria-label",t.langFormat("accessibility.credits",{creditsStr:c(e.textStr)})),s(t,e.element))},i.prototype.getKeyboardNavigation=function(){var t=this.chart;return new e(t,{keyCodeMap:[],validate:function(){return!0},init:function(){var e=t.accessibility;e&&e.keyboardNavigation.tabindexContainer.focus()}})},i.prototype.destroy=function(){this.chart.renderTo.setAttribute("aria-hidden",!0)},i}(t)})),e(t,"Accessibility/FocusBorder.js",[t["Core/Renderer/SVG/SVGLabel.js"],t["Core/Utilities.js"]],(function(t,e){var i,n=e.addEvent,r=e.pick;return function(e){function i(){var t=this.focusElement,e=this.options.accessibility.keyboardNavigation.focusBorder;t&&(t.removeFocusBorder(),e.enabled&&t.addFocusBorder(e.margin,{stroke:e.style.color,strokeWidth:e.style.lineWidth,r:e.style.borderRadius}))}function o(t,e){var i=this.options.accessibility.keyboardNavigation.focusBorder;(e=e||t.element)&&e.focus&&(e.hcEvents&&e.hcEvents.focusin||n(e,"focusin",(function(){})),e.focus(),i.hideBrowserFocusOutline&&(e.style.outline="none")),this.focusElement&&this.focusElement.removeFocusBorder(),this.focusElement=t,this.renderFocusBorder()}function s(e,i){this.focusBorder&&this.removeFocusBorder();var n=this.getBBox(),o=r(e,3);n.x+=this.translateX?this.translateX:0,n.y+=this.translateY?this.translateY:0;var s=n.x-o,l=n.y-o,c=n.width+2*o,u=n.height+2*o,h=this instanceof t;if("text"===this.element.nodeName||h){var d=!!this.rotation;if(h)var p={x:d?1:0,y:0};else{var f=p=0;"middle"===this.attr("text-anchor")?p=f=.5:this.rotation?p=.25:f=.75,p={x:p,y:f}}f=+this.attr("x");var m=+this.attr("y");isNaN(f)||(s=f-n.width*p.x-o),isNaN(m)||(l=m-n.height*p.y-o),h&&d&&(h=c,c=u,u=h,isNaN(f)||(s=f-n.height*p.x-o),isNaN(m)||(l=m-n.width*p.y-o))}this.focusBorder=this.renderer.rect(s,l,c,u,parseInt((i&&i.r||0).toString(),10)).addClass("highcharts-focus-border").attr({zIndex:99}).add(this.parentGroup),this.renderer.styledMode||this.focusBorder.attr({stroke:i&&i.stroke,"stroke-width":i&&i.strokeWidth}),a(this,e,i),function(t){if(!t.focusBorderDestroyHook){var e=t.destroy;t.destroy=function(){return t.focusBorder&&t.focusBorder.destroy&&t.focusBorder.destroy(),e.apply(t,arguments)},t.focusBorderDestroyHook=e}}(this)}function a(t){for(var e=[],i=1;i<arguments.length;i++)e[i-1]=arguments[i];t.focusBorderUpdateHooks||(t.focusBorderUpdateHooks={},u.forEach((function(i){var n=t[i+="Setter"]||t._defaultSetter;t.focusBorderUpdateHooks[i]=n,t[i]=function(){var i=n.apply(t,arguments);return t.addFocusBorder.apply(t,e),i}})))}function l(){!function(t){t.focusBorderUpdateHooks&&(Object.keys(t.focusBorderUpdateHooks).forEach((function(e){var i=t.focusBorderUpdateHooks[e];i===t._defaultSetter?delete t[e]:t[e]=i})),delete t.focusBorderUpdateHooks)}(this),this.focusBorderDestroyHook&&(this.destroy=this.focusBorderDestroyHook,delete this.focusBorderDestroyHook),this.focusBorder&&(this.focusBorder.destroy(),delete this.focusBorder)}var c=[],u="x y transform width height r d stroke-width".split(" ");e.compose=function(t,e){-1===c.indexOf(t)&&(c.push(t),(t=t.prototype).renderFocusBorder=i,t.setFocusToElement=o),-1===c.indexOf(e)&&(c.push(e),(e=e.prototype).addFocusBorder=s,e.removeFocusBorder=l)}}(i||(i={})),i})),e(t,"Accessibility/Utils/Announcer.js",[t["Core/Renderer/HTML/AST.js"],t["Accessibility/Utils/DOMElementProvider.js"],t["Core/Globals.js"],t["Accessibility/Utils/HTMLUtilities.js"],t["Core/Utilities.js"]],(function(t,e,i,n,r){var o=i.doc,s=n.addClass,a=n.visuallyHideElement,l=r.attr;return function(){function i(t,i){this.chart=t,this.domElementProvider=new e,this.announceRegion=this.addAnnounceRegion(i)}return i.prototype.destroy=function(){this.domElementProvider.destroyCreatedElements()},i.prototype.announce=function(e){var i=this;t.setElementHTML(this.announceRegion,e),this.clearAnnouncementRegionTimer&&clearTimeout(this.clearAnnouncementRegionTimer),this.clearAnnouncementRegionTimer=setTimeout((function(){i.announceRegion.innerHTML=t.emptyHTML,delete i.clearAnnouncementRegionTimer}),1e3)},i.prototype.addAnnounceRegion=function(t){var e=this.chart.announcerContainer||this.createAnnouncerContainer(),i=this.domElementProvider.createElement("div");return l(i,{"aria-hidden":!1,"aria-live":t}),this.chart.styledMode?s(i,"highcharts-visually-hidden"):a(i),e.appendChild(i),i},i.prototype.createAnnouncerContainer=function(){var t=this.chart,e=o.createElement("div");return l(e,{"aria-hidden":!1,class:"highcharts-announcer-container"}),e.style.position="relative",t.renderTo.insertBefore(e,t.renderTo.firstChild),t.announcerContainer=e},i}()})),e(t,"Accessibility/Components/AnnotationsA11y.js",[t["Accessibility/Utils/HTMLUtilities.js"]],(function(t){function e(t){return(t.annotations||[]).reduce((function(t,e){return e.options&&!1!==e.options.visible&&(t=t.concat(e.labels)),t}),[])}function i(t){return t.options&&t.options.accessibility&&t.options.accessibility.description||t.graphic&&t.graphic.text&&t.graphic.text.textStr||""}function n(t){var e=t.options&&t.options.accessibility&&t.options.accessibility.description;if(e)return e;e=t.chart;var n=i(t),r=t.points.filter((function(t){return!!t.graphic})).map((function(t){var e=t.accessibility&&t.accessibility.valueDescription||t.graphic&&t.graphic.element&&t.graphic.element.getAttribute("aria-label")||"";return((t=t&&t.series.name||"")?t+", ":"")+"data point "+e})).filter((function(t){return!!t})),o=r.length,s="accessibility.screenReaderSection.annotations.description"+(1<o?"MultiplePoints":o?"SinglePoint":"NoPoints");return t={annotationText:n,annotation:t,numPoints:o,annotationPoint:r[0],additionalAnnotationPoints:r.slice(1)},e.langFormat(s,t)}function r(t){return e(t).map((function(t){return(t=o(s(n(t))))?"<li>"+t+"</li>":""}))}var o=t.escapeStringForHTML,s=t.stripHTMLTagsFromString;return{getAnnotationsInfoHTML:function(t){var e=t.annotations;return e&&e.length?'<ul style="list-style-type: none">'+r(t).join(" ")+"</ul>":""},getAnnotationLabelDescription:n,getAnnotationListItems:r,getPointAnnotationTexts:function(t){var n=e(t.series.chart).filter((function(e){return-1<e.points.indexOf(t)}));return n.length?n.map((function(t){return""+i(t)})):[]}}})),e(t,"Accessibility/Components/InfoRegionsComponent.js",[t["Accessibility/A11yI18n.js"],t["Accessibility/AccessibilityComponent.js"],t["Accessibility/Utils/Announcer.js"],t["Accessibility/Components/AnnotationsA11y.js"],t["Core/Renderer/HTML/AST.js"],t["Accessibility/Utils/ChartUtilities.js"],t["Core/FormatUtilities.js"],t["Core/Globals.js"],t["Accessibility/Utils/HTMLUtilities.js"],t["Core/Utilities.js"]],(function(t,e,i,n,r,o,s,a,l,c){var u=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),h=n.getAnnotationsInfoHTML,d=o.getAxisDescription,p=o.getAxisRangeDescription,f=o.getChartTitle,m=o.unhideChartElementFromAT,g=s.format,y=a.doc,b=l.addClass,v=l.getElement,M=l.getHeadingTagNameForElement,x=l.stripHTMLTagsFromString,_=l.visuallyHideElement,A=c.attr,L=c.pick;return function(e){function n(){var t=null!==e&&e.apply(this,arguments)||this;return t.announcer=void 0,t.screenReaderSections={},t}return u(n,e),n.prototype.init=function(){var t=this.chart,e=this;this.initRegionsDefinitions(),this.addEvent(t,"aftergetTableAST",(function(t){e.onDataTableCreated(t)})),this.addEvent(t,"afterViewData",(function(t){e.dataTableDiv=t,setTimeout((function(){e.focusDataTable()}),300)})),this.announcer=new i(t,"assertive")},n.prototype.initRegionsDefinitions=function(){var t=this;this.screenReaderSections={before:{element:null,buildContent:function(e){var i=e.options.accessibility.screenReaderSection.beforeChartFormatter;return i?i(e):t.defaultBeforeChartFormatter(e)},insertIntoDOM:function(t,e){e.renderTo.insertBefore(t,e.renderTo.firstChild)},afterInserted:function(){void 0!==t.sonifyButtonId&&t.initSonifyButton(t.sonifyButtonId),void 0!==t.dataTableButtonId&&t.initDataTableButton(t.dataTableButtonId)}},after:{element:null,buildContent:function(e){var i=e.options.accessibility.screenReaderSection.afterChartFormatter;return i?i(e):t.defaultAfterChartFormatter()},insertIntoDOM:function(t,e){e.renderTo.insertBefore(t,e.container.nextSibling)},afterInserted:function(){t.chart.accessibility&&t.chart.accessibility.keyboardNavigation.updateExitAnchor()}}}},n.prototype.onChartRender=function(){var t=this;this.linkedDescriptionElement=this.getLinkedDescriptionElement(),this.setLinkedDescriptionAttrs(),Object.keys(this.screenReaderSections).forEach((function(e){t.updateScreenReaderSection(e)}))},n.prototype.getLinkedDescriptionElement=function(){var t=this.chart.options.accessibility.linkedDescription;if(t){if("string"!=typeof t)return t;if(t=g(t,this.chart),1===(t=y.querySelectorAll(t)).length)return t[0]}},n.prototype.setLinkedDescriptionAttrs=function(){var t=this.linkedDescriptionElement;t&&(t.setAttribute("aria-hidden","true"),b(t,"highcharts-linked-description"))},n.prototype.updateScreenReaderSection=function(t){var e=this.chart,i=this.screenReaderSections[t],n=i.buildContent(e),o=i.element=i.element||this.createElement("div"),s=o.firstChild||this.createElement("div");n?(this.setScreenReaderSectionAttribs(o,t),r.setElementHTML(s,n),o.appendChild(s),i.insertIntoDOM(o,e),e.styledMode?b(s,"highcharts-visually-hidden"):_(s),m(e,s),i.afterInserted&&i.afterInserted()):(o.parentNode&&o.parentNode.removeChild(o),delete i.element)},n.prototype.setScreenReaderSectionAttribs=function(t,e){var i=this.chart,n=i.langFormat("accessibility.screenReaderSection."+e+"RegionLabel",{chart:i,chartTitle:f(i)});A(t,{id:"highcharts-screen-reader-region-"+e+"-"+i.index,"aria-label":n}),t.style.position="relative","all"===i.options.accessibility.landmarkVerbosity&&n&&t.setAttribute("role","region")},n.prototype.defaultBeforeChartFormatter=function(){var e=this.chart,i=e.options.accessibility.screenReaderSection.beforeChartFormat;if(!i)return"";var n=this.getAxesDescription(),r=e.sonify&&e.options.sonification&&e.options.sonification.enabled,o="highcharts-a11y-sonify-data-btn-"+e.index,s="hc-linkto-highcharts-data-table-"+e.index,a=h(e),l=e.langFormat("accessibility.screenReaderSection.annotations.heading",{chart:e});return n={headingTagName:M(e.renderTo),chartTitle:f(e),typeDescription:this.getTypeDescriptionText(),chartSubtitle:this.getSubtitleText(),chartLongdesc:this.getLongdescText(),xAxisDescription:n.xAxis,yAxisDescription:n.yAxis,playAsSoundButton:r?this.getSonifyButtonText(o):"",viewTableButton:e.getCSV?this.getDataTableButtonText(s):"",annotationsTitle:a?l:"",annotationsList:a},e=t.i18nFormat(i,n,e),this.dataTableButtonId=s,this.sonifyButtonId=o,e.replace(/<(\w+)[^>]*?>\s*<\/\1>/g,"")},n.prototype.defaultAfterChartFormatter=function(){var e=this.chart,i=e.options.accessibility.screenReaderSection.afterChartFormat;if(!i)return"";var n={endOfChartMarker:this.getEndOfChartMarkerText()};return t.i18nFormat(i,n,e).replace(/<(\w+)[^>]*?>\s*<\/\1>/g,"")},n.prototype.getLinkedDescription=function(){var t=this.linkedDescriptionElement;return x(t&&t.innerHTML||"")},n.prototype.getLongdescText=function(){var t=this.chart.options,e=t.caption;e=e&&e.text;var i=this.getLinkedDescription();return t.accessibility.description||i||e||""},n.prototype.getTypeDescriptionText=function(){var t=this.chart;return t.types?t.options.accessibility.typeDescription||function(t,e){var i=e[0],n=t.series&&t.series[0]||{};if(n={numSeries:t.series.length,numPoints:n.points&&n.points.length,chart:t,mapTitle:n.mapTitle},!i)return t.langFormat("accessibility.chartTypes.emptyChart",n);if("map"===i)return n.mapTitle?t.langFormat("accessibility.chartTypes.mapTypeDescription",n):t.langFormat("accessibility.chartTypes.unknownMap",n);if(1<t.types.length)return t.langFormat("accessibility.chartTypes.combinationChart",n);e=e[0],i=t.langFormat("accessibility.seriesTypeDescriptions."+e,n);var r=t.series&&2>t.series.length?"Single":"Multiple";return(t.langFormat("accessibility.chartTypes."+e+r,n)||t.langFormat("accessibility.chartTypes.default"+r,n))+(i?" "+i:"")}(t,t.types):""},n.prototype.getDataTableButtonText=function(t){var e=this.chart;return'<button id="'+t+'">'+(e=e.langFormat("accessibility.table.viewAsDataTableButtonText",{chart:e,chartTitle:f(e)}))+"</button>"},n.prototype.getSonifyButtonText=function(t){var e=this.chart;return e.options.sonification&&!1===e.options.sonification.enabled?"":'<button id="'+t+'">'+(e=e.langFormat("accessibility.sonification.playAsSoundButtonText",{chart:e,chartTitle:f(e)}))+"</button>"},n.prototype.getSubtitleText=function(){var t=this.chart.options.subtitle;return x(t&&t.text||"")},n.prototype.getEndOfChartMarkerText=function(){var t=this.chart,e=t.langFormat("accessibility.screenReaderSection.endOfChartMarker",{chart:t});return'<div id="highcharts-end-of-chart-marker-'+t.index+'">'+e+"</div>"},n.prototype.onDataTableCreated=function(t){var e=this.chart;if(e.options.accessibility.enabled){this.viewDataTableButton&&this.viewDataTableButton.setAttribute("aria-expanded","true");var i=t.tree.attributes||{};i.tabindex=-1,i.summary=e.langFormat("accessibility.table.tableSummary",{chart:e}),t.tree.attributes=i}},n.prototype.focusDataTable=function(){var t=this.dataTableDiv;(t=t&&t.getElementsByTagName("table")[0])&&t.focus&&t.focus()},n.prototype.initSonifyButton=function(t){var e=this,i=this.sonifyButton=v(t),n=this.chart,r=function(t){i&&(i.setAttribute("aria-hidden","true"),i.setAttribute("aria-label","")),t.preventDefault(),t.stopPropagation(),t=n.langFormat("accessibility.sonification.playAsSoundClickAnnouncement",{chart:n}),e.announcer.announce(t),setTimeout((function(){i&&(i.removeAttribute("aria-hidden"),i.removeAttribute("aria-label")),n.sonify&&n.sonify()}),1e3)};i&&n&&(i.setAttribute("tabindex",-1),i.onclick=function(t){(n.options.accessibility&&n.options.accessibility.screenReaderSection.onPlayAsSoundClick||r).call(this,t,n)})},n.prototype.initDataTableButton=function(t){var e=this.viewDataTableButton=v(t),i=this.chart;t=t.replace("hc-linkto-",""),e&&(A(e,{tabindex:-1,"aria-expanded":!!v(t)}),e.onclick=i.options.accessibility.screenReaderSection.onViewDataTableClick||function(){i.viewData()})},n.prototype.getAxesDescription=function(){var t=this.chart,e=function(e,i){return 1<(e=t[e]).length||e[0]&&L(e[0].options.accessibility&&e[0].options.accessibility.enabled,i)},i=!!t.types&&0>t.types.indexOf("map"),n=!!t.hasCartesianSeries,r=e("xAxis",!t.angular&&n&&i);return e=e("yAxis",n&&i),i={},r&&(i.xAxis=this.getAxisDescriptionText("xAxis")),e&&(i.yAxis=this.getAxisDescriptionText("yAxis")),i},n.prototype.getAxisDescriptionText=function(t){var e=this.chart,i=e[t];return e.langFormat("accessibility.axis."+t+"Description"+(1<i.length?"Plural":"Singular"),{chart:e,names:i.map((function(t){return d(t)})),ranges:i.map((function(t){return p(t)})),numAxes:i.length})},n.prototype.destroy=function(){this.announcer&&this.announcer.destroy()},n}(e)})),e(t,"Accessibility/Components/MenuComponent.js",[t["Core/Chart/Chart.js"],t["Core/Utilities.js"],t["Accessibility/AccessibilityComponent.js"],t["Accessibility/KeyboardNavigationHandler.js"],t["Accessibility/Utils/ChartUtilities.js"],t["Accessibility/Utils/HTMLUtilities.js"]],(function(t,e,i,n,r,o){var s=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),a=e.attr,l=r.getChartTitle,c=r.unhideChartElementFromAT,u=o.getFakeMouseEvent;return function(e){function i(){var t=this.exportSVGElements&&this.exportSVGElements[0];t&&(t=t.element).onclick&&t.onclick(u("click"))}function n(){var t=this.exportDivElements;t&&this.exportContextMenu&&(t.forEach((function(t){t&&"highcharts-menu-item"===t.className&&t.onmouseout&&t.onmouseout(u("mouseout"))})),this.highlightedExportItemIx=0,this.exportContextMenu.hideMenu(),this.container.focus())}function r(t){var e=this.exportDivElements&&this.exportDivElements[t],i=this.exportDivElements&&this.exportDivElements[this.highlightedExportItemIx];if(e&&"LI"===e.tagName&&(!e.children||!e.children.length)){var n=!!(this.renderTo.getElementsByTagName("g")[0]||{}).focus;return e.focus&&n&&e.focus(),i&&i.onmouseout&&i.onmouseout(u("mouseout")),e.onmouseover&&e.onmouseover(u("mouseover")),this.highlightedExportItemIx=t,!0}return!1}function o(){if(this.exportDivElements)for(var t=this.exportDivElements.length;t--;)if(this.highlightExportItem(t))return!0;return!1}var s=[];e.compose=function(e){-1===s.indexOf(e)&&(s.push(e),(e=t.prototype).hideExportMenu=n,e.highlightExportItem=r,e.highlightLastExportItem=o,e.showExportMenu=i)}}((e=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return s(e,t),e.prototype.init=function(){var t=this.chart,e=this;this.addEvent(t,"exportMenuShown",(function(){e.onMenuShown()})),this.addEvent(t,"exportMenuHidden",(function(){e.onMenuHidden()})),this.createProxyGroup()},e.prototype.onMenuHidden=function(){var t=this.chart.exportContextMenu;t&&t.setAttribute("aria-hidden","true"),this.isExportMenuShown=!1,this.setExportButtonExpandedState("false")},e.prototype.onMenuShown=function(){var t=this.chart,e=t.exportContextMenu;e&&(this.addAccessibleContextMenuAttribs(),c(t,e)),this.isExportMenuShown=!0,this.setExportButtonExpandedState("true")},e.prototype.setExportButtonExpandedState=function(t){this.exportButtonProxy&&this.exportButtonProxy.buttonElement.setAttribute("aria-expanded",t)},e.prototype.onChartRender=function(){var t=this.chart,e=t.focusElement,i=t.accessibility;this.proxyProvider.clearGroup("chartMenu"),this.proxyMenuButton(),this.exportButtonProxy&&e&&e===t.exportingGroup&&(e.focusBorder?t.setFocusToElement(e,this.exportButtonProxy.buttonElement):i&&i.keyboardNavigation.tabindexContainer.focus())},e.prototype.proxyMenuButton=function(){var t=this.chart,e=this.proxyProvider,i=t.exportSVGElements&&t.exportSVGElements[0],n=t.options.exporting,r=t.exportSVGElements&&t.exportSVGElements[0];n&&!1!==n.enabled&&n.accessibility&&n.accessibility.enabled&&r&&r.element&&i&&(this.exportButtonProxy=e.addProxyElement("chartMenu",{click:i},{"aria-label":t.langFormat("accessibility.exporting.menuButtonLabel",{chart:t,chartTitle:l(t)}),"aria-expanded":!1}))},e.prototype.createProxyGroup=function(){this.chart&&this.proxyProvider&&this.proxyProvider.addGroup("chartMenu","div")},e.prototype.addAccessibleContextMenuAttribs=function(){var t=this.chart,e=t.exportDivElements;e&&e.length&&(e.forEach((function(t){t&&("LI"!==t.tagName||t.children&&t.children.length?t.setAttribute("aria-hidden","true"):t.setAttribute("tabindex",-1))})),(e=e[0]&&e[0].parentNode)&&a(e,{"aria-hidden":void 0,"aria-label":t.langFormat("accessibility.exporting.chartMenuLabel",{chart:t}),role:"list"}))},e.prototype.getKeyboardNavigation=function(){var t=this.keyCodes,e=this.chart,i=this;return new n(e,{keyCodeMap:[[[t.left,t.up],function(){return i.onKbdPrevious(this)}],[[t.right,t.down],function(){return i.onKbdNext(this)}],[[t.enter,t.space],function(){return i.onKbdClick(this)}]],validate:function(){return!!e.exporting&&!1!==e.options.exporting.enabled&&!1!==e.options.exporting.accessibility.enabled},init:function(){var t=i.exportButtonProxy,n=i.chart.exportingGroup;t&&n&&e.setFocusToElement(n,t.buttonElement)},terminate:function(){e.hideExportMenu()}})},e.prototype.onKbdPrevious=function(t){var e=this.chart,i=e.options.accessibility;t=t.response;for(var n=e.highlightedExportItemIx||0;n--;)if(e.highlightExportItem(n))return t.success;return i.keyboardNavigation.wrapAround?(e.highlightLastExportItem(),t.success):t.prev},e.prototype.onKbdNext=function(t){var e=this.chart,i=e.options.accessibility;t=t.response;for(var n=(e.highlightedExportItemIx||0)+1;n<e.exportDivElements.length;++n)if(e.highlightExportItem(n))return t.success;return i.keyboardNavigation.wrapAround?(e.highlightExportItem(0),t.success):t.next},e.prototype.onKbdClick=function(t){var e=this.chart,i=e.exportDivElements[e.highlightedExportItemIx],n=(e.exportSVGElements&&e.exportSVGElements[0]).element;return this.isExportMenuShown?this.fakeClickEvent(i):(this.fakeClickEvent(n),e.highlightExportItem(0)),t.response.success},e}(i))||(e={})),e})),e(t,"Accessibility/KeyboardNavigation.js",[t["Core/Globals.js"],t["Accessibility/Components/MenuComponent.js"],t["Core/Utilities.js"],t["Accessibility/Utils/EventProvider.js"],t["Accessibility/Utils/HTMLUtilities.js"]],(function(t,e,i,n,r){var o=t.doc,s=t.win,a=i.addEvent,l=i.fireEvent,c=r.getElement;return function(i){function n(){var t=this;l(this,"dismissPopupContent",{},(function(){t.tooltip&&t.tooltip.hide(0),t.hideExportMenu()}))}function r(e){27===(e.which||e.keyCode)&&t.charts&&t.charts.forEach((function(t){t&&t.dismissPopupContent&&t.dismissPopupContent()}))}var s=[];i.compose=function(t){return e.compose(t),-1===s.indexOf(t)&&(s.push(t),t.prototype.dismissPopupContent=n),-1===s.indexOf(o)&&(s.push(o),a(o,"keydown",r)),t}}((i=function(){function t(t,e){this.components=this.chart=void 0,this.currentModuleIx=NaN,this.exitAnchor=this.eventProvider=void 0,this.modules=[],this.tabindexContainer=void 0,this.init(t,e)}return t.prototype.init=function(t,e){var i=this,r=this.eventProvider=new n;this.chart=t,this.components=e,this.modules=[],this.currentModuleIx=0,this.update(),r.addEvent(this.tabindexContainer,"keydown",(function(t){return i.onKeydown(t)})),r.addEvent(this.tabindexContainer,"focus",(function(t){return i.onFocus(t)})),["mouseup","touchend"].forEach((function(t){return r.addEvent(o,t,(function(){return i.onMouseUp()}))})),["mousedown","touchstart"].forEach((function(e){return r.addEvent(t.renderTo,e,(function(){i.isClickingChart=!0}))})),r.addEvent(t.renderTo,"mouseover",(function(){i.pointerIsOverChart=!0})),r.addEvent(t.renderTo,"mouseout",(function(){i.pointerIsOverChart=!1}))},t.prototype.update=function(t){var e=this.chart.options.accessibility;e=e&&e.keyboardNavigation;var i=this.components;this.updateContainerTabindex(),e&&e.enabled&&t&&t.length?(this.modules=t.reduce((function(t,e){return e=i[e].getKeyboardNavigation(),t.concat(e)}),[]),this.updateExitAnchor()):(this.modules=[],this.currentModuleIx=0,this.removeExitAnchor())},t.prototype.onFocus=function(t){var e=this.chart;t=t.relatedTarget&&e.container.contains(t.relatedTarget),this.exiting||this.tabbingInBackwards||this.isClickingChart||t||!this.modules[0]||this.modules[0].init(1),this.exiting=!1},t.prototype.onMouseUp=function(){if(delete this.isClickingChart,!this.keyboardReset&&!this.pointerIsOverChart){var t=this.chart,e=this.modules&&this.modules[this.currentModuleIx||0];e&&e.terminate&&e.terminate(),t.focusElement&&t.focusElement.removeFocusBorder(),this.currentModuleIx=0,this.keyboardReset=!0}},t.prototype.onKeydown=function(t){t=t||s.event;var e,i=this.modules&&this.modules.length&&this.modules[this.currentModuleIx];if(this.exiting=this.keyboardReset=!1,i){var n=i.run(t);n===i.response.success?e=!0:n===i.response.prev?e=this.prev():n===i.response.next&&(e=this.next()),e&&(t.preventDefault(),t.stopPropagation())}},t.prototype.prev=function(){return this.move(-1)},t.prototype.next=function(){return this.move(1)},t.prototype.move=function(t){var e=this.modules&&this.modules[this.currentModuleIx];if(e&&e.terminate&&e.terminate(t),this.chart.focusElement&&this.chart.focusElement.removeFocusBorder(),this.currentModuleIx+=t,e=this.modules&&this.modules[this.currentModuleIx]){if(e.validate&&!e.validate())return this.move(t);if(e.init)return e.init(t),!0}return this.currentModuleIx=0,this.exiting=!0,0<t?this.exitAnchor.focus():this.tabindexContainer.focus(),!1},t.prototype.updateExitAnchor=function(){var t=c("highcharts-end-of-chart-marker-"+this.chart.index);this.removeExitAnchor(),t?(this.makeElementAnExitAnchor(t),this.exitAnchor=t):this.createExitAnchor()},t.prototype.updateContainerTabindex=function(){var t=this.chart.options.accessibility;t=!((t=t&&t.keyboardNavigation)&&!1===t.enabled);var e=this.chart,i=e.container;e.renderTo.hasAttribute("tabindex")&&(i.removeAttribute("tabindex"),i=e.renderTo),this.tabindexContainer=i;var n=i.getAttribute("tabindex");t&&!n?i.setAttribute("tabindex","0"):t||e.container.removeAttribute("tabindex")},t.prototype.makeElementAnExitAnchor=function(t){var e=this.tabindexContainer.getAttribute("tabindex")||0;t.setAttribute("class","highcharts-exit-anchor"),t.setAttribute("tabindex",e),t.setAttribute("aria-hidden",!1),this.addExitAnchorEventsToEl(t)},t.prototype.createExitAnchor=function(){var t=this.chart,e=this.exitAnchor=o.createElement("div");t.renderTo.appendChild(e),this.makeElementAnExitAnchor(e)},t.prototype.removeExitAnchor=function(){this.exitAnchor&&this.exitAnchor.parentNode&&(this.exitAnchor.parentNode.removeChild(this.exitAnchor),delete this.exitAnchor)},t.prototype.addExitAnchorEventsToEl=function(t){var e=this.chart,i=this;this.eventProvider.addEvent(t,"focus",(function(t){(t=t||s.event).relatedTarget&&e.container.contains(t.relatedTarget)||i.exiting?i.exiting=!1:(i.tabbingInBackwards=!0,i.tabindexContainer.focus(),delete i.tabbingInBackwards,t.preventDefault(),i.modules&&i.modules.length&&(i.currentModuleIx=i.modules.length-1,(t=i.modules[i.currentModuleIx])&&t.validate&&!t.validate()?i.prev():t&&t.init(-1)))}))},t.prototype.destroy=function(){this.removeExitAnchor(),this.eventProvider.removeAddedEvents(),this.chart.container.removeAttribute("tabindex")},t}())||(i={})),i})),e(t,"Accessibility/Components/LegendComponent.js",[t["Core/Animation/AnimationUtilities.js"],t["Core/Globals.js"],t["Core/Legend/Legend.js"],t["Core/Utilities.js"],t["Accessibility/AccessibilityComponent.js"],t["Accessibility/KeyboardNavigationHandler.js"],t["Accessibility/Utils/ChartUtilities.js"],t["Accessibility/Utils/HTMLUtilities.js"]],(function(t,e,i,n,r,o,s,a){function l(t){var e=t.legend&&t.legend.allItems,i=t.options.legend.accessibility||{};return!(!e||!e.length||t.colorAxis&&t.colorAxis.length||!1===i.enabled)}var c=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),u=t.animObject,h=n.addEvent,d=n.fireEvent,p=n.isNumber,f=n.pick,m=n.syncTimeout,g=s.getChartTitle,y=a.stripHTMLTagsFromString,b=a.addClass,v=a.removeClass;return function(t){function e(t){var e=this.legend.allItems,i=this.accessibility&&this.accessibility.components.legend.highlightedLegendItemIx,n=e[t];return!!n&&(p(i)&&e[i]&&d(e[i].legendGroup.element,"mouseout"),t=(e=this.legend).allItems[t].pageIx,i=e.currentPage,void 0!==t&&t+1!==i&&e.scroll(1+t-i),t=n.legendItem,e=n.a11yProxyElement&&n.a11yProxyElement.buttonElement,t&&t.element&&e&&this.setFocusToElement(t,e),n.legendGroup&&d(n.legendGroup.element,"mouseover"),!0)}function i(t){var e=t.item;this.chart.options.accessibility.enabled&&e&&e.a11yProxyElement&&e.a11yProxyElement.buttonElement.setAttribute("aria-pressed",t.visible?"true":"false")}var n=[];t.compose=function(t,r){-1===n.indexOf(t)&&(n.push(t),t.prototype.highlightLegendItem=e),-1===n.indexOf(r)&&(n.push(r),h(r,"afterColorizeItem",i))}}((t=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.highlightedLegendItemIx=NaN,e}return c(n,t),n.prototype.init=function(){var t=this;this.recreateProxies(),this.addEvent(i,"afterScroll",(function(){this.chart===t.chart&&(t.proxyProvider.updateGroupProxyElementPositions("legend"),t.updateLegendItemProxyVisibility(),-1<t.highlightedLegendItemIx&&this.chart.highlightLegendItem(t.highlightedLegendItemIx))})),this.addEvent(i,"afterPositionItem",(function(e){this.chart===t.chart&&this.chart.renderer&&t.updateProxyPositionForItem(e.item)})),this.addEvent(i,"afterRender",(function(){this.chart===t.chart&&this.chart.renderer&&t.recreateProxies()&&m((function(){return t.proxyProvider.updateGroupProxyElementPositions("legend")}),u(f(this.chart.renderer.globalAnimation,!0)).duration)}))},n.prototype.updateLegendItemProxyVisibility=function(){var t=this.chart,e=t.legend,i=e.currentPage||1,n=e.clipHeight||0;(e.allItems||[]).forEach((function(r){if(r.a11yProxyElement){var o=r.a11yProxyElement.element,s=!1;if(e.pages&&e.pages.length)s=r.pageIx||0,s=(r._legendItemPos?r._legendItemPos[1]:0)+(r=r.legendItem?Math.round(r.legendItem.getBBox().height):0)-e.pages[s]>n||s!==i-1;s?t.styledMode?b(o,"highcharts-a11y-invisible"):o.style.visibility="hidden":(v(o,"highcharts-a11y-invisible"),o.style.visibility="")}}))},n.prototype.onChartRender=function(){l(this.chart)||this.removeProxies()},n.prototype.highlightAdjacentLegendPage=function(t){var e=this.chart,i=e.legend;t=(i.currentPage||1)+t;var n=i.pages||[];if(0<t&&t<=n.length){n=i.allItems.length;for(var r=0;r<n;++r)if(i.allItems[r].pageIx+1===t){e.highlightLegendItem(r)&&(this.highlightedLegendItemIx=r);break}}},n.prototype.updateProxyPositionForItem=function(t){t.a11yProxyElement&&t.a11yProxyElement.refreshPosition()},n.prototype.recreateProxies=function(){return this.removeProxies(),!!l(this.chart)&&(this.addLegendProxyGroup(),this.proxyLegendItems(),this.updateLegendItemProxyVisibility(),this.updateLegendTitle(),!0)},n.prototype.removeProxies=function(){this.proxyProvider.removeGroup("legend")},n.prototype.updateLegendTitle=function(){var t=this.chart,e=y((t.legend&&t.legend.options.title&&t.legend.options.title.text||"").replace(/<br ?\/?>/g," "));t=t.langFormat("accessibility.legend.legendLabel"+(e?"":"NoTitle"),{chart:t,legendTitle:e,chartTitle:g(t)}),this.proxyProvider.updateGroupAttrs("legend",{"aria-label":t})},n.prototype.addLegendProxyGroup=function(){this.proxyProvider.addGroup("legend","ul",{"aria-label":"_placeholder_",role:"all"===this.chart.options.accessibility.landmarkVerbosity?"region":null})},n.prototype.proxyLegendItems=function(){var t=this;(this.chart.legend&&this.chart.legend.allItems||[]).forEach((function(e){e.legendItem&&e.legendItem.element&&t.proxyLegendItem(e)}))},n.prototype.proxyLegendItem=function(t){if(t.legendItem&&t.legendGroup){var e=this.chart.langFormat("accessibility.legend.legendItem",{chart:this.chart,itemName:y(t.name),item:t});t.a11yProxyElement=this.proxyProvider.addProxyElement("legend",{click:t.legendItem,visual:(t.legendGroup.div?t.legendItem:t.legendGroup).element},{tabindex:-1,"aria-pressed":t.visible,"aria-label":e})}},n.prototype.getKeyboardNavigation=function(){var t=this.keyCodes,i=this,n=this.chart;return new o(n,{keyCodeMap:[[[t.left,t.right,t.up,t.down],function(t){return i.onKbdArrowKey(this,t)}],[[t.enter,t.space],function(n){return e.isFirefox&&n===t.space?this.response.success:i.onKbdClick(this)}],[[t.pageDown,t.pageUp],function(e){return i.highlightAdjacentLegendPage(e===t.pageDown?1:-1),this.response.success}]],validate:function(){return i.shouldHaveLegendNavigation()},init:function(t){return i.onKbdNavigationInit(t)},terminate:function(){i.highlightedLegendItemIx=-1,n.legend.allItems.forEach((function(t){return t.setState("",!0)}))}})},n.prototype.onKbdArrowKey=function(t,e){var i=this.keyCodes,n=t.response,r=this.chart,o=r.options.accessibility,s=r.legend.allItems.length;return e=e===i.left||e===i.up?-1:1,r.highlightLegendItem(this.highlightedLegendItemIx+e)?(this.highlightedLegendItemIx+=e,n.success):1<s&&o.keyboardNavigation.wrapAround?(t.init(e),n.success):n[0<e?"next":"prev"]},n.prototype.onKbdClick=function(t){var e=this.chart.legend.allItems[this.highlightedLegendItemIx];return e&&e.a11yProxyElement&&e.a11yProxyElement.click(),t.response.success},n.prototype.shouldHaveLegendNavigation=function(){var t=this.chart,e=t.colorAxis&&t.colorAxis.length,i=(t.options.legend||{}).accessibility||{};return!!(t.legend&&t.legend.allItems&&t.legend.display&&!e&&i.enabled&&i.keyboardNavigation&&i.keyboardNavigation.enabled)},n.prototype.onKbdNavigationInit=function(t){var e=this.chart,i=e.legend.allItems.length-1;t=0<t?0:i,e.highlightLegendItem(t),this.highlightedLegendItemIx=t},n}(r))||(t={})),t})),e(t,"Accessibility/Components/SeriesComponent/SeriesDescriber.js",[t["Accessibility/Components/AnnotationsA11y.js"],t["Accessibility/Utils/ChartUtilities.js"],t["Core/FormatUtilities.js"],t["Accessibility/Utils/HTMLUtilities.js"],t["Core/Utilities.js"]],(function(t,e,i,n,r){function o(t){var e=t.index;return t.series&&t.series.data&&L(e)&&x(t.series.data,(function(t){return!!(t&&void 0!==t.index&&t.index>e&&t.graphic&&t.graphic.element)}))||null}function s(t){var e=t.chart.options.accessibility.series.pointDescriptionEnabledThreshold;return!!(!1!==e&&t.points&&t.points.length>=e)}function a(t,e){var i=t.series,n=i.chart;t=n.options.accessibility.point||{};var r=i.options.accessibility&&i.options.accessibility.point||{};return i=i.tooltipOptions||{},n=n.options.lang,_(e)?b(e,r.valueDecimals||t.valueDecimals||i.valueDecimals||-1,n.decimalPoint,n.accessibility.thousandsSep||n.thousandsSep):e}function l(t,e){return t.chart.langFormat("accessibility.series."+e+"Description",{name:p(t[e]),series:t})}function c(t){var e=t.series,i=e.chart,n=t.series,r=n.chart,o=n.options.accessibility;if(o=o&&o.point&&o.point.valueDescriptionFormat||r.options.accessibility.point.valueDescriptionFormat,n=A(n.xAxis&&n.xAxis.options.accessibility&&n.xAxis.options.accessibility.enabled,!r.angular)){var s=t.series,l=s.chart,c=s.options.accessibility&&s.options.accessibility.point||{},u=l.options.accessibility.point||{};(s=s.xAxis&&s.xAxis.dateTime)?(s=s.getXDateFormat(t.x||0,l.options.tooltip.dateTimeLabelFormats),c=c.dateFormatter&&c.dateFormatter(t)||u.dateFormatter&&u.dateFormatter(t)||c.dateFormat||u.dateFormat||s,l=l.time.dateFormat(c,t.x||0,void 0)):l=void 0,c=(t.series.xAxis||{}).categories&&L(t.category)&&(""+t.category).replace("<br/>"," "),u=t.id&&0>t.id.indexOf("highcharts-"),s="x, "+t.x,l=t.name||l||c||(u?t.id:s)}else l="";c=L(t.index)?t.index+1:"";var h=(u=t.series).chart.options.accessibility.point||{},p=u.chart.options.accessibility&&u.chart.options.accessibility.point||{},f=u.tooltipOptions||{};return s=p.valuePrefix||h.valuePrefix||f.valuePrefix||"",h=p.valueSuffix||h.valueSuffix||f.valueSuffix||"",p=a(t,t[void 0!==t.value?"value":"y"]),u=t.isNull?u.chart.langFormat("accessibility.series.nullPointValue",{point:t}):u.pointArrayMap?function(t,e,i){var n=e||"",r=i||"";return t.series.pointArrayMap.reduce((function(e,i){e+=e.length?", ":"";var o=a(t,A(t[i],t.options[i]));return e+(i+": ")+n+o+r}),"")}(t,s,h):s+p+h,r=y(o,{point:t,index:c,xDescription:l,value:u,separator:n?", ":""},r),o=(o=t.options&&t.options.accessibility&&t.options.accessibility.description)?" "+o:"",e=1<i.series.length&&e.name?" "+e.name+".":"",i=t.series.chart,l={point:t,annotations:n=d(t)},i=n.length?i.langFormat("accessibility.series.pointAnnotationsDescription",l):"",t.accessibility=t.accessibility||{},t.accessibility.valueDescription=r,r+o+e+(i?" "+i:"")}function u(t){var e=function(t){var e=t.options.accessibility||{};return!s(t)&&!e.exposeAsGroupOnly}(t),i=function(t){var e=t.chart.options.accessibility.keyboardNavigation.seriesNavigation;return!(!t.points||!(t.points.length<e.pointNavigationEnabledThreshold||!1===e.pointNavigationEnabledThreshold))}(t);(e||i)&&t.points.forEach((function(i){var n;if(!(n=i.graphic&&i.graphic.element)&&(n=i.series&&i.series.is("sunburst"),n=i.isNull&&!n)){var r=i.series,s=o(i);r=(n=s&&s.graphic)?n.parentGroup:r.graph||r.group,s=s?{x:A(i.plotX,s.plotX,0),y:A(i.plotY,s.plotY,0)}:{x:A(i.plotX,0),y:A(i.plotY,0)},(s=i.series.chart.renderer.rect(s.x,s.y,1,1)).attr({class:"highcharts-a11y-dummy-point",fill:"none",opacity:0,"fill-opacity":0,"stroke-opacity":0}),r&&r.element?(i.graphic=s,i.hasDummyGraphic=!0,s.add(r),r.element.insertBefore(s.element,n?n.element:null),n=s.element):n=void 0}r=i.options&&i.options.accessibility&&!1===i.options.accessibility.enabled,n&&(n.setAttribute("tabindex","-1"),t.chart.styledMode||(n.style.outline="none"),e&&!r?(r=(s=i.series).chart.options.accessibility.point||{},s=s.options.accessibility&&s.options.accessibility.point||{},i=M(s.descriptionFormatter&&s.descriptionFormatter(i)||r.descriptionFormatter&&r.descriptionFormatter(i)||c(i)),n.setAttribute("role","img"),n.setAttribute("aria-label",i)):n.setAttribute("aria-hidden",!0))}))}function h(t){var e=t.chart,i=e.types||[],n=function(t){var e=(t.options.accessibility||{}).description;return e&&t.chart.langFormat("accessibility.series.description",{description:e,series:t})||""}(t),r=function(i){return e[i]&&1<e[i].length&&t[i]},o=l(t,"xAxis"),s=l(t,"yAxis"),a={name:t.name||"",ix:t.index+1,numSeries:e.series&&e.series.length,numPoints:t.points&&t.points.length,series:t};return i=1<i.length?"Combination":"",(e.langFormat("accessibility.series.summary."+t.type+i,a)||e.langFormat("accessibility.series.summary.default"+i,a))+(n?" "+n:"")+(r("yAxis")?" "+s:"")+(r("xAxis")?" "+o:"")}var d=t.getPointAnnotationTexts,p=e.getAxisDescription,f=e.getSeriesFirstPointElement,m=e.getSeriesA11yElement,g=e.unhideChartElementFromAT,y=i.format,b=i.numberFormat,v=n.reverseChildNodes,M=n.stripHTMLTagsFromString,x=r.find,_=r.isNumber,A=r.pick,L=r.defined;return{defaultPointDescriptionFormatter:c,defaultSeriesDescriptionFormatter:h,describeSeries:function(t){var e=t.chart,i=f(t),n=m(t),r=e.is3d&&e.is3d();if(n){n.lastChild!==i||r||v(n),u(t),g(e,n),e=(r=t.chart).options.chart,i=1<r.series.length,r=r.options.accessibility.series.describeSingleSeries;var o=(t.options.accessibility||{}).exposeAsGroupOnly;e.options3d&&e.options3d.enabled&&i||!(i||r||o||s(t))?n.setAttribute("aria-label",""):(i=(e=t.chart.options.accessibility).landmarkVerbosity,(t.options.accessibility||{}).exposeAsGroupOnly?n.setAttribute("role","img"):"all"===i&&n.setAttribute("role","region"),n.setAttribute("tabindex","-1"),t.chart.styledMode||(n.style.outline="none"),n.setAttribute("aria-label",M(e.series.descriptionFormatter&&e.series.descriptionFormatter(t)||h(t))))}}}})),e(t,"Accessibility/Components/SeriesComponent/NewDataAnnouncer.js",[t["Core/Globals.js"],t["Core/Utilities.js"],t["Accessibility/Utils/Announcer.js"],t["Accessibility/Utils/ChartUtilities.js"],t["Accessibility/Utils/EventProvider.js"],t["Accessibility/Components/SeriesComponent/SeriesDescriber.js"]],(function(t,e,i,n,r,o){var s=e.addEvent,a=e.defined,l=n.getChartTitle,c=o.defaultPointDescriptionFormatter,u=o.defaultSeriesDescriptionFormatter;return function(t){function e(t){var e=this.chart,i=this.newDataAnnouncer;i&&i.chart===e&&e.options.accessibility.announceNewData.enabled&&(i.dirty.newPoint=a(i.dirty.newPoint)?void 0:t.point)}function i(){var t=this.chart,e=this.newDataAnnouncer;e&&e.chart===t&&t.options.accessibility.announceNewData.enabled&&(e.dirty.hasDirty=!0,e.dirty.allSeries[this.name+this.index]=this)}t.composedClasses=[],t.compose=function(n){-1===t.composedClasses.indexOf(n)&&(t.composedClasses.push(n),s(n,"addPoint",e),s(n,"updatedData",i))}}((e=function(){function e(t){this.announcer=void 0,this.dirty={allSeries:{}},this.eventProvider=void 0,this.lastAnnouncementTime=0,this.chart=t}return e.prototype.init=function(){var t=this.chart,e=t.options.accessibility.announceNewData.interruptUser?"assertive":"polite";this.lastAnnouncementTime=0,this.dirty={allSeries:{}},this.eventProvider=new r,this.announcer=new i(t,e),this.addEventListeners()},e.prototype.destroy=function(){this.eventProvider.removeAddedEvents(),this.announcer.destroy()},e.prototype.addEventListeners=function(){var t=this,e=this.chart,i=this.eventProvider;i.addEvent(e,"afterDrilldown",(function(){t.lastAnnouncementTime=0})),i.addEvent(e,"afterAddSeries",(function(e){t.onSeriesAdded(e.series)})),i.addEvent(e,"redraw",(function(){t.announceDirtyData()}))},e.prototype.onSeriesAdded=function(t){this.chart.options.accessibility.announceNewData.enabled&&(this.dirty.hasDirty=!0,this.dirty.allSeries[t.name+t.index]=t,this.dirty.newSeries=a(this.dirty.newSeries)?void 0:t)},e.prototype.announceDirtyData=function(){var t=this;if(this.chart.options.accessibility.announceNewData&&this.dirty.hasDirty){var e=this.dirty.newPoint;e&&(e=function(t){var e=t.series.data.filter((function(e){return t.x===e.x&&t.y===e.y}));return 1===e.length?e[0]:t}(e)),this.queueAnnouncement(Object.keys(this.dirty.allSeries).map((function(e){return t.dirty.allSeries[e]})),this.dirty.newSeries,e),this.dirty={allSeries:{}}}},e.prototype.queueAnnouncement=function(t,e,i){var n=this,r=this.chart.options.accessibility.announceNewData;if(r.enabled){var o=+new Date;r=Math.max(0,r.minAnnounceInterval-(o-this.lastAnnouncementTime)),t=function(t,e){var i=(t||[]).concat(e||[]).reduce((function(t,e){return t[e.name+e.index]=e,t}),{});return Object.keys(i).map((function(t){return i[t]}))}(this.queuedAnnouncement&&this.queuedAnnouncement.series,t),(e=this.buildAnnouncementMessage(t,e,i))&&(this.queuedAnnouncement&&clearTimeout(this.queuedAnnouncementTimer),this.queuedAnnouncement={time:o,message:e,series:t},this.queuedAnnouncementTimer=setTimeout((function(){n&&n.announcer&&(n.lastAnnouncementTime=+new Date,n.announcer.announce(n.queuedAnnouncement.message),delete n.queuedAnnouncement,delete n.queuedAnnouncementTimer)}),r))}},e.prototype.buildAnnouncementMessage=function(e,i,n){var r=this.chart,o=r.options.accessibility.announceNewData;return o.announcementFormatter&&!1!==(e=o.announcementFormatter(e,i,n))?e.length?e:null:(e=t.charts&&1<t.charts.length?"Multiple":"Single",e=i?"newSeriesAnnounce"+e:n?"newPointAnnounce"+e:"newDataAnnounce",o=l(r),r.langFormat("accessibility.announceNewData."+e,{chartTitle:o,seriesDesc:i?u(i):null,pointDesc:n?c(n):null,point:n,series:i}))},e}())||(e={})),e})),e(t,"Accessibility/ProxyElement.js",[t["Core/Globals.js"],t["Core/Utilities.js"],t["Accessibility/Utils/EventProvider.js"],t["Accessibility/Utils/ChartUtilities.js"],t["Accessibility/Utils/HTMLUtilities.js"]],(function(t,e,i,n,r){var o=t.doc,s=e.attr,a=e.css,l=e.merge,c=n.fireEventOnWrappedOrUnwrappedElement,u=r.cloneMouseEvent,h=r.cloneTouchEvent,d=r.getFakeMouseEvent,p=r.removeElement;return function(){function t(t,e,n,r){this.chart=t,this.target=e,this.groupType=n,n="ul"===n,this.eventProvider=new i;var s=n?o.createElement("li"):null,a=this.buttonElement=o.createElement("button");t.styledMode||this.hideButtonVisually(a),s?(n&&!t.styledMode&&(s.style.listStyle="none"),s.appendChild(a),this.element=s):this.element=a,this.updateTarget(e,r)}return t.prototype.click=function(){var t=this.getTargetPosition();t.x+=t.width/2,t.y+=t.height/2,t=d("click",t),c(this.target.click,t)},t.prototype.updateTarget=function(t,e){this.target=t,this.updateCSSClassName(),s(this.buttonElement,l({"aria-label":this.getTargetAttr(t.click,"aria-label")},e)),this.eventProvider.removeAddedEvents(),this.addProxyEventsToButton(this.buttonElement,t.click),this.refreshPosition()},t.prototype.refreshPosition=function(){var t=this.getTargetPosition();a(this.buttonElement,{width:(t.width||1)+"px",height:(t.height||1)+"px",left:(Math.round(t.x)||0)+"px",top:(Math.round(t.y)||0)+"px"})},t.prototype.remove=function(){this.eventProvider.removeAddedEvents(),p(this.element)},t.prototype.updateCSSClassName=function(){var t=this.chart.legend;t=-1<((t=t.group&&t.group.div)&&t.className||"").indexOf("highcharts-no-tooltip");var e=-1<(this.getTargetAttr(this.target.click,"class")||"").indexOf("highcharts-no-tooltip");this.buttonElement.className=t||e?"highcharts-a11y-proxy-button highcharts-no-tooltip":"highcharts-a11y-proxy-button"},t.prototype.addProxyEventsToButton=function(t,e){var i=this;"click touchstart touchend touchcancel touchmove mouseover mouseenter mouseleave mouseout".split(" ").forEach((function(n){var r=0===n.indexOf("touch");i.eventProvider.addEvent(t,n,(function(t){var i=r?h(t):u(t);e&&c(e,i),t.stopPropagation(),r||t.preventDefault()}),{passive:!1})}))},t.prototype.hideButtonVisually=function(t){a(t,{borderWidth:0,backgroundColor:"transparent",cursor:"pointer",outline:"none",opacity:.001,filter:"alpha(opacity=1)",zIndex:999,overflow:"hidden",padding:0,margin:0,display:"block",position:"absolute","-ms-filter":"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)"})},t.prototype.getTargetPosition=function(){var t=this.target.click;t=t.element?t.element:t;var e=this.target.visual||t;return(t=this.chart.renderTo)&&e&&e.getBoundingClientRect?(e=e.getBoundingClientRect(),t=t.getBoundingClientRect(),{x:e.left-t.left,y:e.top-t.top,width:e.right-e.left,height:e.bottom-e.top}):{x:0,y:0,width:1,height:1}},t.prototype.getTargetAttr=function(t,e){return t.element?t.element.getAttribute(e):t.getAttribute(e)},t}()})),e(t,"Accessibility/ProxyProvider.js",[t["Core/Globals.js"],t["Core/Utilities.js"],t["Accessibility/Utils/ChartUtilities.js"],t["Accessibility/Utils/DOMElementProvider.js"],t["Accessibility/Utils/HTMLUtilities.js"],t["Accessibility/ProxyElement.js"]],(function(t,e,i,n,r,o){var s=t.doc,a=e.attr,l=e.css,c=i.unhideChartElementFromAT,u=r.removeElement,h=r.removeChildNodes;return function(){function t(t){this.chart=t,this.domElementProvider=new n,this.groups={},this.groupOrder=[],this.beforeChartProxyPosContainer=this.createProxyPosContainer("before"),this.afterChartProxyPosContainer=this.createProxyPosContainer("after"),this.update()}return t.prototype.addProxyElement=function(t,e,i){var n=this.groups[t];if(!n)throw Error("ProxyProvider.addProxyElement: Invalid group key "+t);return t=new o(this.chart,e,n.type,i),n.proxyContainerElement.appendChild(t.element),n.proxyElements.push(t),t},t.prototype.addGroup=function(t,e,i){if(!this.groups[t]){var n=this.domElementProvider.createElement(e);if(i&&i.role&&"div"!==e){var r=this.domElementProvider.createElement("div");r.appendChild(n)}else r=n;r.className="highcharts-a11y-proxy-group highcharts-a11y-proxy-group-"+t.replace(/\W/g,"-"),this.groups[t]={proxyContainerElement:n,groupElement:r,type:e,proxyElements:[]},a(r,i||{}),"ul"===e&&n.setAttribute("role","list"),this.afterChartProxyPosContainer.appendChild(r),this.updateGroupOrder(this.groupOrder)}},t.prototype.updateGroupAttrs=function(t,e){var i=this.groups[t];if(!i)throw Error("ProxyProvider.updateGroupAttrs: Invalid group key "+t);a(i.groupElement,e)},t.prototype.updateGroupOrder=function(t){var e=this;if(this.groupOrder=t.slice(),!this.isDOMOrderGroupOrder()){var i=t.indexOf("series"),n=-1<i?t.slice(0,i):t,r=-1<i?t.slice(i+1):[];t=s.activeElement,["before","after"].forEach((function(t){var i=e["before"===t?"beforeChartProxyPosContainer":"afterChartProxyPosContainer"];t="before"===t?n:r,h(i),t.forEach((function(t){(t=e.groups[t])&&i.appendChild(t.groupElement)}))})),(this.beforeChartProxyPosContainer.contains(t)||this.afterChartProxyPosContainer.contains(t))&&t&&t.focus&&t.focus()}},t.prototype.clearGroup=function(t){var e=this.groups[t];if(!e)throw Error("ProxyProvider.clearGroup: Invalid group key "+t);h(e.proxyContainerElement)},t.prototype.removeGroup=function(t){var e=this.groups[t];e&&(u(e.groupElement),delete this.groups[t])},t.prototype.update=function(){this.updatePosContainerPositions(),this.updateGroupOrder(this.groupOrder),this.updateProxyElementPositions()},t.prototype.updateProxyElementPositions=function(){Object.keys(this.groups).forEach(this.updateGroupProxyElementPositions.bind(this))},t.prototype.updateGroupProxyElementPositions=function(t){(t=this.groups[t])&&t.proxyElements.forEach((function(t){return t.refreshPosition()}))},t.prototype.destroy=function(){this.domElementProvider.destroyCreatedElements()},t.prototype.createProxyPosContainer=function(t){var e=this.domElementProvider.createElement("div");return e.setAttribute("aria-hidden","false"),e.className="highcharts-a11y-proxy-container"+(t?"-"+t:""),l(e,{top:"0",left:"0"}),this.chart.styledMode||(e.style.whiteSpace="nowrap",e.style.position="absolute"),e},t.prototype.getCurrentGroupOrderInDOM=function(){var t=this,e=function(e){var i=[];e=e.children;for(var n=0;n<e.length;++n){t:{for(var r=e[n],o=Object.keys(t.groups),s=o.length;s--;){var a=o[s],l=t.groups[a];if(l&&r===l.groupElement){r=a;break t}}r=void 0}r&&i.push(r)}return i},i=e(this.beforeChartProxyPosContainer);return e=e(this.afterChartProxyPosContainer),i.push("series"),i.concat(e)},t.prototype.isDOMOrderGroupOrder=function(){var t=this,e=this.getCurrentGroupOrderInDOM(),i=this.groupOrder.filter((function(e){return"series"===e||!!t.groups[e]})),n=e.length;if(n!==i.length)return!1;for(;n--;)if(e[n]!==i[n])return!1;return!0},t.prototype.updatePosContainerPositions=function(){var t=this.chart,e=t.renderer.box;t.container.insertBefore(this.afterChartProxyPosContainer,e.nextSibling),t.container.insertBefore(this.beforeChartProxyPosContainer,e),c(this.chart,this.afterChartProxyPosContainer),c(this.chart,this.beforeChartProxyPosContainer)},t}()})),e(t,"Extensions/RangeSelector.js",[t["Core/Axis/Axis.js"],t["Core/Chart/Chart.js"],t["Core/Globals.js"],t["Core/DefaultOptions.js"],t["Core/Renderer/SVG/SVGElement.js"],t["Core/Utilities.js"]],(function(t,e,i,n,r,o){var s=n.defaultOptions,a=o.addEvent,l=o.createElement,c=o.css,u=o.defined,h=o.destroyObjectProperties,d=o.discardElement,p=o.extend,f=o.find,m=o.fireEvent,g=o.isNumber,y=o.merge,b=o.objectEach,v=o.pad,M=o.pick,x=o.pInt,_=o.splat;p(s,{rangeSelector:{allButtonsEnabled:!1,buttons:void 0,buttonSpacing:5,dropdown:"responsive",enabled:void 0,verticalAlign:"top",buttonTheme:{width:28,height:18,padding:2,zIndex:7},floating:!1,x:0,y:0,height:void 0,inputBoxBorderColor:"none",inputBoxHeight:17,inputBoxWidth:void 0,inputDateFormat:"%b %e, %Y",inputDateParser:void 0,inputEditDateFormat:"%Y-%m-%d",inputEnabled:!0,inputPosition:{align:"right",x:0,y:0},inputSpacing:5,selected:void 0,buttonPosition:{align:"left",x:0,y:0},inputStyle:{color:"#335cad",cursor:"pointer"},labelStyle:{color:"#666666"}}}),p(s.lang,{rangeSelectorZoom:"Zoom",rangeSelectorFrom:"",rangeSelectorTo:"→"});var A=function(){function e(t){this.buttons=void 0,this.buttonOptions=e.prototype.defaultButtons,this.initialButtonGroupWidth=0,this.options=void 0,this.chart=t,this.init(t)}return e.prototype.clickButton=function(e,i){var n=this.chart,r=this.buttonOptions[e],o=n.xAxis[0],s=n.scroller&&n.scroller.getUnionExtremes()||o||{},l=s.dataMin,c=s.dataMax,h=o&&Math.round(Math.min(o.max,M(c,o.max))),d=r.type;s=r._range;var p,f=r.dataGrouping;if(null!==l&&null!==c){if(n.fixedRange=s,this.setSelected(e),f&&(this.forcedDataGrouping=!0,t.prototype.setDataGrouping.call(o||{chart:this.chart},f,!1),this.frozenStates=r.preserveDataGrouping),"month"===d||"year"===d)if(o){d={range:r,max:h,chart:n,dataMin:l,dataMax:c};var y=o.minFromRange.call(d);g(d.newMax)&&(h=d.newMax)}else s=r;else if(s)y=Math.max(h-s,l),h=Math.min(y+s,c);else if("ytd"===d){if(!o)return void(this.deferredYTDClick=e);void 0===c&&(l=Number.MAX_VALUE,c=Number.MIN_VALUE,n.series.forEach((function(t){t=t.xData,l=Math.min(t[0],l),c=Math.max(t[t.length-1],c)})),i=!1),y=p=(h=this.getYTDExtremes(c,l,n.time.useUTC)).min,h=h.max}else"all"===d&&o&&(n.navigator&&n.navigator.baseSeries[0]&&(n.navigator.baseSeries[0].xAxis.options.range=void 0),y=l,h=c);if(u(y)&&(y+=r._offsetMin),u(h)&&(h+=r._offsetMax),this.dropdown&&(this.dropdown.selectedIndex=e+1),o)o.setExtremes(y,h,M(i,!0),void 0,{trigger:"rangeSelectorButton",rangeSelectorButton:r});else{var b=_(n.options.xAxis)[0],v=b.range;b.range=s;var x=b.min;b.min=p,a(n,"load",(function(){b.range=v,b.min=x}))}m(this,"afterBtnClick")}},e.prototype.setSelected=function(t){this.selected=this.options.selected=t},e.prototype.init=function(t){var e=this,i=t.options.rangeSelector,n=i.buttons||e.defaultButtons.slice(),r=i.selected,o=function(){var t=e.minInput,i=e.maxInput;t&&t.blur&&m(t,"blur"),i&&i.blur&&m(i,"blur")};e.chart=t,e.options=i,e.buttons=[],e.buttonOptions=n,this.eventsToUnbind=[],this.eventsToUnbind.push(a(t.container,"mousedown",o)),this.eventsToUnbind.push(a(t,"resize",o)),n.forEach(e.computeButtonRange),void 0!==r&&n[r]&&this.clickButton(r,!1),this.eventsToUnbind.push(a(t,"load",(function(){t.xAxis&&t.xAxis[0]&&a(t.xAxis[0],"setExtremes",(function(i){this.max-this.min!==t.fixedRange&&"rangeSelectorButton"!==i.trigger&&"updatedData"!==i.trigger&&e.forcedDataGrouping&&!e.frozenStates&&this.setDataGrouping(!1,!1)}))})))},e.prototype.updateButtonStates=function(){var t=this,e=this.chart,i=this.dropdown,n=e.xAxis[0],r=Math.round(n.max-n.min),o=!n.hasVisibleSeries,s=e.scroller&&e.scroller.getUnionExtremes()||n,a=s.dataMin,l=s.dataMax,c=(e=t.getYTDExtremes(l,a,e.time.useUTC)).min,u=e.max,h=t.selected,d=g(h),p=t.options.allButtonsEnabled,f=t.buttons;t.buttonOptions.forEach((function(e,s){var m=e._range,g=e.type,y=e.count||1,b=f[s],v=0,M=e._offsetMax-e._offsetMin;e=s===h;var x=m>l-a,_=m<n.minRange,A=!1,L=!1;m=m===r,("month"===g||"year"===g)&&r+36e5>=864e5*{month:28,year:365}[g]*y-M&&r-36e5<=864e5*{month:31,year:366}[g]*y+M?m=!0:"ytd"===g?(m=u-c+M===r,A=!e):"all"===g&&(m=n.max-n.min>=l-a,L=!e&&d&&m),g=!p&&(x||_||L||o),y=e&&m||m&&!d&&!A||e&&t.frozenStates,g?v=3:y&&(d=!0,v=2),b.state!==v&&(b.setState(v),i&&(i.options[s+1].disabled=g,2===v&&(i.selectedIndex=s+1)),0===v&&h===s&&t.setSelected())}))},e.prototype.computeButtonRange=function(t){var e=t.type,i=t.count||1,n={millisecond:1,second:1e3,minute:6e4,hour:36e5,day:864e5,week:6048e5};n[e]?t._range=n[e]*i:"month"!==e&&"year"!==e||(t._range=864e5*{month:30,year:365}[e]*i),t._offsetMin=M(t.offsetMin,0),t._offsetMax=M(t.offsetMax,0),t._range+=t._offsetMax-t._offsetMin},e.prototype.getInputValue=function(t){t="min"===t?this.minInput:this.maxInput;var e=this.chart.options.rangeSelector,i=this.chart.time;return t?("text"===t.type&&e.inputDateParser||this.defaultInputDateParser)(t.value,i.useUTC,i):0},e.prototype.setInputValue=function(t,e){var i=this.options,n=this.chart.time,r="min"===t?this.minInput:this.maxInput;if(t="min"===t?this.minDateBox:this.maxDateBox,r){var o=r.getAttribute("data-hc-time");o=u(o)?Number(o):void 0,u(e)&&(u(o)&&r.setAttribute("data-hc-time-previous",o),r.setAttribute("data-hc-time",e),o=e),r.value=n.dateFormat(this.inputTypeFormats[r.type]||i.inputEditDateFormat,o),t&&t.attr({text:n.dateFormat(i.inputDateFormat,o)})}},e.prototype.setInputExtremes=function(t,e,i){if(t="min"===t?this.minInput:this.maxInput){var n=this.inputTypeFormats[t.type],r=this.chart.time;n&&(e=r.dateFormat(n,e),t.min!==e&&(t.min=e),i=r.dateFormat(n,i),t.max!==i&&(t.max=i))}},e.prototype.showInput=function(t){var e="min"===t?this.minDateBox:this.maxDateBox;if((t="min"===t?this.minInput:this.maxInput)&&e&&this.inputGroup){var i="text"===t.type,n=this.inputGroup,r=n.translateX;n=n.translateY;var o=this.options.inputBoxWidth;c(t,{width:i?e.width+(o?-2:20)+"px":"auto",height:i?e.height-2+"px":"auto",border:"2px solid silver"}),c(t,i&&o?{left:r+e.x+"px",top:n+"px"}:{left:Math.min(Math.round(e.x+r-(t.offsetWidth-e.width)/2),this.chart.chartWidth-t.offsetWidth)+"px",top:n-(t.offsetHeight-e.height)/2+"px"})}},e.prototype.hideInput=function(t){(t="min"===t?this.minInput:this.maxInput)&&c(t,{top:"-9999em",border:0,width:"1px",height:"1px"})},e.prototype.defaultInputDateParser=function(t,e,n){var r,o=t.split("/").join("-").split(" ").join("T");(-1===o.indexOf("T")&&(o+="T00:00"),e)?o+="Z":((r=i.isSafari)&&(r=!(6<(r=o).length&&(r.lastIndexOf("-")===r.length-6||r.lastIndexOf("+")===r.length-6))),r&&(o+=0>=(r=new Date(o).getTimezoneOffset()/60)?"+"+v(-r)+":00":"-"+v(r)+":00"));return o=Date.parse(o),g(o)||(t=t.split("-"),o=Date.UTC(x(t[0]),x(t[1])-1,x(t[2]))),n&&e&&g(o)&&(o+=n.getTimezoneOffset(o)),o},e.prototype.drawInput=function(t){function e(){var e=a.getInputValue(t),i=n.xAxis[0],r=n.scroller&&n.scroller.xAxis?n.scroller.xAxis:i,o=r.dataMin;r=r.dataMax;var s=a.maxInput,l=a.minInput;e!==Number(b.getAttribute("data-hc-time-previous"))&&g(e)&&(b.setAttribute("data-hc-time-previous",e),f&&s&&g(o)?e>Number(s.getAttribute("data-hc-time"))?e=void 0:e<o&&(e=o):l&&g(r)&&(e<Number(l.getAttribute("data-hc-time"))?e=void 0:e>r&&(e=r)),void 0!==e&&i.setExtremes(f?e:i.min,f?i.max:e,void 0,void 0,{trigger:"rangeSelectorInput"}))}var n=this.chart,r=this.div,o=this.inputGroup,a=this,u=n.renderer.style||{},h=n.renderer,d=n.options.rangeSelector,f="min"===t,m=s.lang[f?"rangeSelectorFrom":"rangeSelectorTo"]||"";m=h.label(m,0).addClass("highcharts-range-label").attr({padding:m?2:0,height:m?d.inputBoxHeight:0}).add(o),h=h.label("",0).addClass("highcharts-range-input").attr({padding:2,width:d.inputBoxWidth,height:d.inputBoxHeight,"text-align":"center"}).on("click",(function(){a.showInput(t),a[t+"Input"].focus()})),n.styledMode||h.attr({stroke:d.inputBoxBorderColor,"stroke-width":1}),h.add(o);var b=l("input",{name:t,className:"highcharts-range-selector"},void 0,r);b.setAttribute("type",function(t){if(-1!==t.indexOf("%L"))return"text";var e="aAdewbBmoyY".split("").some((function(e){return-1!==t.indexOf("%"+e)})),i="HkIlMS".split("").some((function(e){return-1!==t.indexOf("%"+e)}));return e&&i?"datetime-local":e?"date":i?"time":"text"}(d.inputDateFormat||"%b %e, %Y")),n.styledMode||(m.css(y(u,d.labelStyle)),h.css(y({color:"#333333"},u,d.inputStyle)),c(b,p({position:"absolute",border:0,boxShadow:"0 0 15px rgba(0,0,0,0.3)",width:"1px",height:"1px",padding:0,textAlign:"center",fontSize:u.fontSize,fontFamily:u.fontFamily,top:"-9999em"},d.inputStyle))),b.onfocus=function(){a.showInput(t)},b.onblur=function(){b===i.doc.activeElement&&e(),a.hideInput(t),a.setInputValue(t),b.blur()};var v=!1;return b.onchange=function(){v||(e(),a.hideInput(t),b.blur())},b.onkeypress=function(t){13===t.keyCode&&e()},b.onkeydown=function(t){v=!0,38!==t.keyCode&&40!==t.keyCode||e()},b.onkeyup=function(){v=!1},{dateBox:h,input:b,label:m}},e.prototype.getPosition=function(){var t=this.chart,e=t.options.rangeSelector;return{buttonTop:(t="top"===e.verticalAlign?t.plotTop-t.axisOffset[0]:0)+e.buttonPosition.y,inputTop:t+e.inputPosition.y-10}},e.prototype.getYTDExtremes=function(t,e,i){var n=this.chart.time,r=new n.Date(t),o=n.get("FullYear",r);return i=i?n.Date.UTC(o,0,1):+new n.Date(o,0,1),e=Math.max(e,i),r=r.getTime(),{max:Math.min(t||r,r),min:e}},e.prototype.render=function(t,e){var i=this.chart,n=i.renderer,r=i.container,o=i.options,s=o.rangeSelector,a=M(o.chart.style&&o.chart.style.zIndex,0)+1;if(o=s.inputEnabled,!1!==s.enabled){if(this.rendered||(this.group=n.g("range-selector-group").attr({zIndex:7}).add(),this.div=l("div",void 0,{position:"relative",height:0,zIndex:a}),this.buttonOptions.length&&this.renderButtons(),r.parentNode&&r.parentNode.insertBefore(this.div,r),o&&(this.inputGroup=n.g("input-group").add(this.group),n=this.drawInput("min"),this.minDateBox=n.dateBox,this.minLabel=n.label,this.minInput=n.input,n=this.drawInput("max"),this.maxDateBox=n.dateBox,this.maxLabel=n.label,this.maxInput=n.input)),o&&(this.setInputValue("min",t),this.setInputValue("max",e),t=i.scroller&&i.scroller.getUnionExtremes()||i.xAxis[0]||{},u(t.dataMin)&&u(t.dataMax)&&(i=i.xAxis[0].minRange||0,this.setInputExtremes("min",t.dataMin,Math.min(t.dataMax,this.getInputValue("max"))-i),this.setInputExtremes("max",Math.max(t.dataMin,this.getInputValue("min"))+i,t.dataMax)),this.inputGroup)){var c=0;[this.minLabel,this.minDateBox,this.maxLabel,this.maxDateBox].forEach((function(t){if(t){var e=t.getBBox().width;e&&(t.attr({x:c}),c+=e+s.inputSpacing)}}))}this.alignElements(),this.rendered=!0}},e.prototype.renderButtons=function(){var t=this,e=this.buttons,n=this.options,r=s.lang,o=this.chart.renderer,c=y(n.buttonTheme),u=c&&c.states,h=c.width||28;delete c.width,delete c.states,this.buttonGroup=o.g("range-selector-buttons").add(this.group);var d=this.dropdown=l("select",void 0,{position:"absolute",width:"1px",height:"1px",padding:0,border:0,top:"-9999em",cursor:"pointer",opacity:1e-4},this.div);a(d,"touchstart",(function(){d.style.fontSize="16px"})),[[i.isMS?"mouseover":"mouseenter"],[i.isMS?"mouseout":"mouseleave"],["change","click"]].forEach((function(i){var n=i[0],r=i[1];a(d,n,(function(){var i=e[t.currentButtonIndex()];i&&m(i.element,r||n)}))})),this.zoomText=o.label(r&&r.rangeSelectorZoom||"",0).attr({padding:n.buttonTheme.padding,height:n.buttonTheme.height,paddingLeft:0,paddingRight:0}).add(this.buttonGroup),this.chart.styledMode||(this.zoomText.css(n.labelStyle),c["stroke-width"]=M(c["stroke-width"],0)),l("option",{textContent:this.zoomText.textStr,disabled:!0},void 0,d),this.buttonOptions.forEach((function(i,n){l("option",{textContent:i.title||i.text},void 0,d),e[n]=o.button(i.text,0,0,(function(e){var r,o=i.events&&i.events.click;o&&(r=o.call(i,e)),!1!==r&&t.clickButton(n),t.isActive=!0}),c,u&&u.hover,u&&u.select,u&&u.disabled).attr({"text-align":"center",width:h}).add(t.buttonGroup),i.title&&e[n].attr("title",i.title)}))},e.prototype.alignElements=function(){var t=this,e=this.buttonGroup,i=this.buttons,n=this.chart,r=this.group,o=this.inputGroup,s=this.options,a=this.zoomText,l=n.options,c=l.exporting&&!1!==l.exporting.enabled&&l.navigation&&l.navigation.buttonOptions;l=s.buttonPosition;var u=s.inputPosition,h=s.verticalAlign,d=function(e,i){return c&&t.titleCollision(n)&&"top"===h&&"right"===i.align&&i.y-e.getBBox().height-12<(c.y||0)+(c.height||0)+n.spacing[0]?-40:0},p=n.plotLeft;if(r&&l&&u){var f=l.x-n.spacing[3];if(e){if(this.positionButtons(),!this.initialButtonGroupWidth){var m=0;a&&(m+=a.getBBox().width+5),i.forEach((function(t,e){m+=t.width,e!==i.length-1&&(m+=s.buttonSpacing)})),this.initialButtonGroupWidth=m}p-=n.spacing[3],this.updateButtonStates(),a=d(e,l),this.alignButtonGroup(a),r.placed=e.placed=n.hasLoaded}e=0,o&&(e=d(o,u),"left"===u.align?f=p:"right"===u.align&&(f=-Math.max(n.axisOffset[1],-e)),o.align({y:u.y,width:o.getBBox().width,align:u.align,x:u.x+f-2},!0,n.spacingBox),o.placed=n.hasLoaded),this.handleCollision(e),r.align({verticalAlign:h},!0,n.spacingBox),o=r.alignAttr.translateY,e=r.getBBox().height+20,d=0,"bottom"===h&&(d=o-(e=e+(d=(d=n.legend&&n.legend.options)&&"bottom"===d.verticalAlign&&d.enabled&&!d.floating?n.legend.legendHeight+M(d.margin,10):0)-20)-(s.floating?0:s.y)-(n.titleOffset?n.titleOffset[2]:0)-10),"top"===h?(s.floating&&(d=0),n.titleOffset&&n.titleOffset[0]&&(d=n.titleOffset[0]),d+=n.margin[0]-n.spacing[0]||0):"middle"===h&&(u.y===l.y?d=o:(u.y||l.y)&&(d=0>u.y||0>l.y?d-Math.min(u.y,l.y):o-e)),r.translate(s.x,s.y+Math.floor(d)),l=this.minInput,u=this.maxInput,o=this.dropdown,s.inputEnabled&&l&&u&&(l.style.marginTop=r.translateY+"px",u.style.marginTop=r.translateY+"px"),o&&(o.style.marginTop=r.translateY+"px")}},e.prototype.alignButtonGroup=function(t,e){var i=this.chart,n=this.buttonGroup,r=this.options.buttonPosition,o=i.plotLeft-i.spacing[3],s=r.x-i.spacing[3];"right"===r.align?s+=t-o:"center"===r.align&&(s-=o/2),n&&n.align({y:r.y,width:M(e,this.initialButtonGroupWidth),align:r.align,x:s},!0,i.spacingBox)},e.prototype.positionButtons=function(){var t=this.buttons,e=this.chart,i=this.options,n=this.zoomText,r=e.hasLoaded?"animate":"attr",o=i.buttonPosition,s=e.plotLeft,a=s;n&&"hidden"!==n.visibility&&(n[r]({x:M(s+o.x,s)}),a+=o.x+n.getBBox().width+5),this.buttonOptions.forEach((function(e,n){"hidden"!==t[n].visibility?(t[n][r]({x:a}),a+=t[n].width+i.buttonSpacing):t[n][r]({x:s})}))},e.prototype.handleCollision=function(t){var e=this,i=this.chart,n=this.buttonGroup,r=this.inputGroup,o=this.options,s=o.buttonPosition,a=o.dropdown,l=o.inputPosition;o=function(){var t=0;return e.buttons.forEach((function(e){(e=e.getBBox()).width>t&&(t=e.width)})),t};var c=function(e){if(r&&n){var i=r.alignAttr.translateX+r.alignOptions.x-t+r.getBBox().x+2,o=r.alignOptions.width,a=n.alignAttr.translateX+n.getBBox().x;return a+e>i&&i+o>a&&s.y<l.y+r.getBBox().height}return!1},u=function(){r&&n&&r.attr({translateX:r.alignAttr.translateX+(i.axisOffset[1]>=-t?0:-t),translateY:r.alignAttr.translateY+n.getBBox().height+10})};if(n){if("always"===a)return this.collapseButtons(t),void(c(o())&&u());"never"===a&&this.expandButtons()}r&&n?l.align===s.align||c(this.initialButtonGroupWidth+20)?"responsive"===a?(this.collapseButtons(t),c(o())&&u()):u():"responsive"===a&&this.expandButtons():n&&"responsive"===a&&(this.initialButtonGroupWidth>i.plotWidth?this.collapseButtons(t):this.expandButtons())},e.prototype.collapseButtons=function(t){var e=this.buttons,i=this.buttonOptions,n=this.chart,r=this.dropdown,o=this.options,s=this.zoomText,a=n.userOptions.rangeSelector&&n.userOptions.rangeSelector.buttonTheme||{},l=function(t){return{text:t?t+" ▾":"▾",width:"auto",paddingLeft:M(o.buttonTheme.paddingLeft,a.padding,8),paddingRight:M(o.buttonTheme.paddingRight,a.padding,8)}};s&&s.hide();var c=!1;i.forEach((function(t,i){2!==(i=e[i]).state?i.hide():(i.show(),i.attr(l(t.text)),c=!0)})),c||(r&&(r.selectedIndex=0),e[0].show(),e[0].attr(l(this.zoomText&&this.zoomText.textStr))),i=o.buttonPosition.align,this.positionButtons(),"right"!==i&&"center"!==i||this.alignButtonGroup(t,e[this.currentButtonIndex()].getBBox().width),this.showDropdown()},e.prototype.expandButtons=function(){var t=this.buttons,e=this.buttonOptions,i=this.options,n=this.zoomText;this.hideDropdown(),n&&n.show(),e.forEach((function(e,n){(n=t[n]).show(),n.attr({text:e.text,width:i.buttonTheme.width||28,paddingLeft:M(i.buttonTheme.paddingLeft,"unset"),paddingRight:M(i.buttonTheme.paddingRight,"unset")}),2>n.state&&n.setState(0)})),this.positionButtons()},e.prototype.currentButtonIndex=function(){var t=this.dropdown;return t&&0<t.selectedIndex?t.selectedIndex-1:0},e.prototype.showDropdown=function(){var t=this.buttonGroup,e=this.buttons,i=this.chart,n=this.dropdown;if(t&&n){var r=t.translateX;t=t.translateY,e=e[this.currentButtonIndex()].getBBox(),c(n,{left:i.plotLeft+r+"px",top:t+.5+"px",width:e.width+"px",height:e.height+"px"}),this.hasVisibleDropdown=!0}},e.prototype.hideDropdown=function(){var t=this.dropdown;t&&(c(t,{top:"-9999em",width:"1px",height:"1px"}),this.hasVisibleDropdown=!1)},e.prototype.getHeight=function(){var t=this.options,e=this.group,i=t.y,n=t.buttonPosition.y,r=t.inputPosition.y;return t.height?t.height:(this.alignElements(),t=e?e.getBBox(!0).height+13+i:0,e=Math.min(r,n),(0>r&&0>n||0<r&&0<n)&&(t+=Math.abs(e)),t)},e.prototype.titleCollision=function(t){return!(t.options.title.text||t.options.subtitle.text)},e.prototype.update=function(t){var e=this.chart;y(!0,e.options.rangeSelector,t),this.destroy(),this.init(e),this.render()},e.prototype.destroy=function(){var t=this,i=t.minInput,n=t.maxInput;t.eventsToUnbind&&(t.eventsToUnbind.forEach((function(t){return t()})),t.eventsToUnbind=void 0),h(t.buttons),i&&(i.onfocus=i.onblur=i.onchange=null),n&&(n.onfocus=n.onblur=n.onchange=null),b(t,(function(i,n){i&&"chart"!==n&&(i instanceof r?i.destroy():i instanceof window.HTMLElement&&d(i)),i!==e.prototype[n]&&(t[n]=null)}),this)},e}();if(A.prototype.defaultButtons=[{type:"month",count:1,text:"1m",title:"View 1 month"},{type:"month",count:3,text:"3m",title:"View 3 months"},{type:"month",count:6,text:"6m",title:"View 6 months"},{type:"ytd",text:"YTD",title:"View year to date"},{type:"year",count:1,text:"1y",title:"View 1 year"},{type:"all",text:"All",title:"View all"}],A.prototype.inputTypeFormats={"datetime-local":"%Y-%m-%dT%H:%M:%S",date:"%Y-%m-%d",time:"%H:%M:%S"},t.prototype.minFromRange=function(){var t=this.range,e=t.type,i=this.max,n=this.chart.time,r=function(t,i){var r="year"===e?"FullYear":"Month",o=new n.Date(t),s=n.get(r,o);return n.set(r,o,s+i),s===n.get(r,o)&&n.set("Date",o,0),o.getTime()-t};if(g(t))var o=i-t,s=t;else o=i+r(i,-t.count),this.chart&&(this.chart.fixedRange=i-o);var a=M(this.dataMin,Number.MIN_VALUE);return g(o)||(o=a),o<=a&&(o=a,void 0===s&&(s=r(o,t.count)),this.newMax=Math.min(o+s,this.dataMax)),g(i)||(o=void 0),o},!i.RangeSelector){var L=[],w=function(t){function e(){s&&(i=t.xAxis[0].getExtremes(),n=t.legend,o=s&&s.options.verticalAlign,g(i.min)&&s.render(i.min,i.max),n.display&&"top"===o&&o===n.options.verticalAlign&&((r=y(t.spacingBox)).y="vertical"===n.options.layout?t.plotTop:r.y+s.getHeight(),n.group.placed=!1,n.align(r)))}var i,n,r,o,s=t.rangeSelector;s&&(f(L,(function(e){return e[0]===t}))||L.push([t,[a(t.xAxis[0],"afterSetExtremes",(function(t){s&&s.render(t.min,t.max)})),a(t,"redraw",e)]]),e())};a(e,"afterGetContainer",(function(){this.options.rangeSelector&&this.options.rangeSelector.enabled&&(this.rangeSelector=new A(this))})),a(e,"beforeRender",(function(){var t=this.axes,e=this.rangeSelector;e&&(g(e.deferredYTDClick)&&(e.clickButton(e.deferredYTDClick),delete e.deferredYTDClick),t.forEach((function(t){t.updateNames(),t.setScale()})),this.getAxisMargins(),e.render(),t=e.options.verticalAlign,e.options.floating||("bottom"===t?this.extraBottomMargin=!0:"middle"!==t&&(this.extraTopMargin=!0)))})),a(e,"update",(function(t){var e=t.options.rangeSelector;t=this.rangeSelector;var i=this.extraBottomMargin,n=this.extraTopMargin;e&&e.enabled&&!u(t)&&this.options.rangeSelector&&(this.options.rangeSelector.enabled=!0,this.rangeSelector=t=new A(this)),this.extraTopMargin=this.extraBottomMargin=!1,t&&(w(this),e=e&&e.verticalAlign||t.options&&t.options.verticalAlign,t.options.floating||("bottom"===e?this.extraBottomMargin=!0:"middle"!==e&&(this.extraTopMargin=!0)),this.extraBottomMargin!==i||this.extraTopMargin!==n)&&(this.isDirtyBox=!0)})),a(e,"render",(function(){var t=this.rangeSelector;t&&!t.options.floating&&(t.render(),"bottom"===(t=t.options.verticalAlign)?this.extraBottomMargin=!0:"middle"!==t&&(this.extraTopMargin=!0))})),a(e,"getMargins",(function(){var t=this.rangeSelector;t&&(t=t.getHeight(),this.extraTopMargin&&(this.plotTop+=t),this.extraBottomMargin&&(this.marginBottom+=t))})),e.prototype.callbacks.push(w),a(e,"destroy",(function(){for(var t=0;t<L.length;t++){var e=L[t];if(e[0]===this){e[1].forEach((function(t){return t()})),L.splice(t,1);break}}})),i.RangeSelector=A}return A})),e(t,"Accessibility/Components/RangeSelectorComponent.js",[t["Extensions/RangeSelector.js"],t["Accessibility/AccessibilityComponent.js"],t["Accessibility/Utils/ChartUtilities.js"],t["Accessibility/Utils/Announcer.js"],t["Accessibility/KeyboardNavigationHandler.js"],t["Core/Utilities.js"]],(function(t,e,i,n,r,o){var s=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),a=i.unhideChartElementFromAT,l=i.getAxisRangeDescription,c=o.addEvent,u=o.attr;return function(e){function i(t){var e=this.rangeSelector&&this.rangeSelector.buttons||[],i=this.highlightedRangeSelectorItemIx,n=this.rangeSelector&&this.rangeSelector.selected;return void 0!==i&&e[i]&&i!==n&&e[i].setState(this.oldRangeSelectorItemState||0),this.highlightedRangeSelectorItemIx=t,!!e[t]&&(this.setFocusToElement(e[t].box,e[t].element),t!==n&&(this.oldRangeSelectorItemState=e[t].state,e[t].setState(1)),!0)}function n(){var t=this.chart.accessibility;if(t&&t.components.rangeSelector)return t.components.rangeSelector.onAfterBtnClick()}var r=[];e.compose=function(e,o){-1===r.indexOf(e)&&(r.push(e),e.prototype.highlightRangeSelectorButton=i),-1===r.indexOf(o)&&(r.push(o),c(t,"afterBtnClick",n))}}((e=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.announcer=void 0,e}return s(e,t),e.prototype.init=function(){this.announcer=new n(this.chart,"polite")},e.prototype.onChartUpdate=function(){var t=this.chart,e=this,i=t.rangeSelector;i&&(this.updateSelectorVisibility(),this.setDropdownAttrs(),i.buttons&&i.buttons.length&&i.buttons.forEach((function(t){e.setRangeButtonAttrs(t)})),i.maxInput&&i.minInput&&["minInput","maxInput"].forEach((function(n,r){(n=i[n])&&(a(t,n),e.setRangeInputAttrs(n,"accessibility.rangeSelector."+(r?"max":"min")+"InputLabel"))})))},e.prototype.updateSelectorVisibility=function(){var t=this.chart,e=t.rangeSelector,i=e&&e.dropdown,n=e&&e.buttons||[];e&&e.hasVisibleDropdown&&i?(a(t,i),n.forEach((function(t){return t.element.setAttribute("aria-hidden",!0)}))):(i&&i.setAttribute("aria-hidden",!0),n.forEach((function(e){return a(t,e.element)})))},e.prototype.setDropdownAttrs=function(){var t=this.chart,e=t.rangeSelector&&t.rangeSelector.dropdown;e&&(t=t.langFormat("accessibility.rangeSelector.dropdownLabel",{rangeTitle:t.options.lang.rangeSelectorZoom}),e.setAttribute("aria-label",t),e.setAttribute("tabindex",-1))},e.prototype.setRangeButtonAttrs=function(t){u(t.element,{tabindex:-1,role:"button"})},e.prototype.setRangeInputAttrs=function(t,e){var i=this.chart;u(t,{tabindex:-1,"aria-label":i.langFormat(e,{chart:i})})},e.prototype.onButtonNavKbdArrowKey=function(t,e){var i=t.response,n=this.keyCodes,r=this.chart,o=r.options.accessibility.keyboardNavigation.wrapAround;return e=e===n.left||e===n.up?-1:1,r.highlightRangeSelectorButton(r.highlightedRangeSelectorItemIx+e)?i.success:o?(t.init(e),i.success):i[0<e?"next":"prev"]},e.prototype.onButtonNavKbdClick=function(t){t=t.response;var e=this.chart;return 3!==e.oldRangeSelectorItemState&&this.fakeClickEvent(e.rangeSelector.buttons[e.highlightedRangeSelectorItemIx].element),t.success},e.prototype.onAfterBtnClick=function(){var t=this.chart,e=l(t.xAxis[0]);(t=t.langFormat("accessibility.rangeSelector.clickButtonAnnouncement",{chart:t,axisRangeDescription:e}))&&this.announcer.announce(t)},e.prototype.onInputKbdMove=function(t){var e=this.chart,i=e.rangeSelector,n=e.highlightedInputRangeIx=(e.highlightedInputRangeIx||0)+t;1<n||0>n?e.accessibility&&(e.accessibility.keyboardNavigation.tabindexContainer.focus(),e.accessibility.keyboardNavigation[0>t?"prev":"next"]()):i&&(t=i[n?"maxDateBox":"minDateBox"],i=i[n?"maxInput":"minInput"],t&&i&&e.setFocusToElement(t,i))},e.prototype.onInputNavInit=function(t){var e=this,i=this,n=this.chart,r=0<t?0:1,o=n.rangeSelector,s=o&&o[r?"maxDateBox":"minDateBox"];if(t=o&&o.minInput,o=o&&o.maxInput,n.highlightedInputRangeIx=r,s&&t&&o){n.setFocusToElement(s,r?o:t),this.removeInputKeydownHandler&&this.removeInputKeydownHandler(),n=function(t){(t.which||t.keyCode)===e.keyCodes.tab&&(t.preventDefault(),t.stopPropagation(),i.onInputKbdMove(t.shiftKey?-1:1))};var a=c(t,"keydown",n),l=c(o,"keydown",n);this.removeInputKeydownHandler=function(){a(),l()}}},e.prototype.onInputNavTerminate=function(){var t=this.chart.rangeSelector||{};t.maxInput&&t.hideInput("max"),t.minInput&&t.hideInput("min"),this.removeInputKeydownHandler&&(this.removeInputKeydownHandler(),delete this.removeInputKeydownHandler)},e.prototype.initDropdownNav=function(){var t=this,e=this.chart,i=e.rangeSelector,n=i&&i.dropdown;i&&n&&(e.setFocusToElement(i.buttonGroup,n),this.removeDropdownKeydownHandler&&this.removeDropdownKeydownHandler(),this.removeDropdownKeydownHandler=c(n,"keydown",(function(i){var n=e.accessibility;(i.which||i.keyCode)===t.keyCodes.tab&&(i.preventDefault(),i.stopPropagation(),n&&(n.keyboardNavigation.tabindexContainer.focus(),n.keyboardNavigation[i.shiftKey?"prev":"next"]()))})))},e.prototype.getRangeSelectorButtonNavigation=function(){var t=this.chart,e=this.keyCodes,i=this;return new r(t,{keyCodeMap:[[[e.left,e.right,e.up,e.down],function(t){return i.onButtonNavKbdArrowKey(this,t)}],[[e.enter,e.space],function(){return i.onButtonNavKbdClick(this)}]],validate:function(){return!!(t.rangeSelector&&t.rangeSelector.buttons&&t.rangeSelector.buttons.length)},init:function(e){var n=t.rangeSelector;n&&n.hasVisibleDropdown?i.initDropdownNav():n&&(n=n.buttons.length-1,t.highlightRangeSelectorButton(0<e?0:n))},terminate:function(){i.removeDropdownKeydownHandler&&(i.removeDropdownKeydownHandler(),delete i.removeDropdownKeydownHandler)}})},e.prototype.getRangeSelectorInputNavigation=function(){var t=this.chart,e=this;return new r(t,{keyCodeMap:[],validate:function(){return!!(t.rangeSelector&&t.rangeSelector.inputGroup&&"hidden"!==t.rangeSelector.inputGroup.element.style.visibility&&!1!==t.options.rangeSelector.inputEnabled&&t.rangeSelector.minInput&&t.rangeSelector.maxInput)},init:function(t){e.onInputNavInit(t)},terminate:function(){e.onInputNavTerminate()}})},e.prototype.getKeyboardNavigation=function(){return[this.getRangeSelectorButtonNavigation(),this.getRangeSelectorInputNavigation()]},e.prototype.destroy=function(){this.removeDropdownKeydownHandler&&this.removeDropdownKeydownHandler(),this.removeInputKeydownHandler&&this.removeInputKeydownHandler(),this.announcer&&this.announcer.destroy()},e}(e))||(e={})),e})),e(t,"Accessibility/Components/SeriesComponent/ForcedMarkers.js",[t["Core/Utilities.js"]],(function(t){var e,i=t.addEvent,n=t.merge;return function(t){function e(t){n(!0,t,{marker:{enabled:!0,states:{normal:{opacity:0}}}})}function r(t){return t.marker.states&&t.marker.states.normal&&t.marker.states.normal.opacity}function o(){this.chart.styledMode&&(this.markerGroup&&this.markerGroup[this.a11yMarkersForced?"addClass":"removeClass"]("highcharts-a11y-markers-hidden"),this._hasPointMarkers&&this.points&&this.points.length&&this.points.forEach((function(t){t.graphic&&(t.graphic[t.hasForcedA11yMarker?"addClass":"removeClass"]("highcharts-a11y-marker-hidden"),t.graphic[!1===t.hasForcedA11yMarker?"addClass":"removeClass"]("highcharts-a11y-marker-visible"))})))}function s(t){this.resetA11yMarkerOptions=n(t.options.marker||{},this.userOptions.marker||{})}function a(){var t=this.options,i=!1!==(this.options.accessibility&&this.options.accessibility.enabled);if((i=this.chart.options.accessibility.enabled&&i)&&(i=this.chart.options.accessibility,i=this.points.length<i.series.pointDescriptionEnabledThreshold||!1===i.series.pointDescriptionEnabledThreshold),i){if(t.marker&&!1===t.marker.enabled&&(this.a11yMarkersForced=!0,e(this.options)),this._hasPointMarkers&&this.points&&this.points.length)for(t=this.points.length;t--;){var o=(i=this.points[t]).options,s=i.hasForcedA11yMarker;delete i.hasForcedA11yMarker,o.marker&&(s=s&&0===r(o),o.marker.enabled&&!s?(n(!0,o.marker,{states:{normal:{opacity:r(o)||1}}}),i.hasForcedA11yMarker=!1):!1===o.marker.enabled&&(e(o),i.hasForcedA11yMarker=!0))}}else this.a11yMarkersForced&&(delete this.a11yMarkersForced,(t=this.resetA11yMarkerOptions)&&n(!0,this.options,{marker:{enabled:t.enabled,states:{normal:{opacity:t.states&&t.states.normal&&t.states.normal.opacity}}}}))}var l=[];t.compose=function(t){-1===l.indexOf(t)&&(l.push(t),i(t,"afterSetOptions",s),i(t,"render",a),i(t,"afterRender",o))}}(e||(e={})),e})),e(t,"Accessibility/Components/SeriesComponent/SeriesKeyboardNavigation.js",[t["Core/Series/Point.js"],t["Core/Series/Series.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Globals.js"],t["Core/Utilities.js"],t["Accessibility/KeyboardNavigationHandler.js"],t["Accessibility/Utils/EventProvider.js"],t["Accessibility/Utils/ChartUtilities.js"]],(function(t,e,i,n,r,o,s,a){function l(t){var e=t.index,i=t.series.points,n=i.length;if(i[e]===t)return e;for(;n--;)if(i[n]===t)return n}function c(t){var e=t.chart.options.accessibility.keyboardNavigation.seriesNavigation,i=t.options.accessibility||{},n=i.keyboardNavigation;return n&&!1===n.enabled||!1===i.enabled||!1===t.options.enableMouseTracking||!t.visible||e.pointNavigationEnabledThreshold&&e.pointNavigationEnabledThreshold<=t.points.length}function u(t){var e=t.series.chart.options.accessibility,i=t.options.accessibility&&!1===t.options.accessibility.enabled;return t.isNull&&e.keyboardNavigation.seriesNavigation.skipNullPoints||!1===t.visible||!1===t.isInside||i||c(t.series)}function h(t){return delete t.highlightedPoint,t.series.reduce((function(t,e){return t||e.highlightFirstValidPoint()}),!1)}var d=i.seriesTypes,p=n.doc,f=r.defined,m=r.fireEvent,g=a.getPointFromXY,y=a.getSeriesFromName,b=a.scrollToPoint;return function(t){function e(t){var e=this.series,i=this.highlightedPoint,n=i&&l(i)||0,r=i&&i.series.points||[],o=this.series&&this.series[this.series.length-1];if(o=o&&o.points&&o.points[o.points.length-1],!e[0]||!e[0].points)return!1;if(i){if(e=e[i.series.index+(t?1:-1)],!(n=r[n+(t?1:-1)])&&e&&(n=e.points[t?0:e.points.length-1]),!n)return!1}else n=t?e[0].points[0]:o;return u(n)?(c(e=n.series)?this.highlightedPoint=t?e.points[e.points.length-1]:e.points[0]:this.highlightedPoint=n,this.highlightAdjacentPoint(t)):n.highlight()}function i(t){var e,i=this.highlightedPoint,n=1/0;return!(!f(i.plotX)||!f(i.plotY))&&(this.series.forEach((function(r){c(r)||r.points.forEach((function(o){if(f(o.plotY)&&f(o.plotX)&&o!==i){var s=o.plotY-i.plotY,a=Math.abs(o.plotX-i.plotX);a=Math.abs(s)*Math.abs(s)+a*a*4,r.yAxis&&r.yAxis.reversed&&(s*=-1),!(0>=s&&t||0<=s&&!t||5>a||u(o))&&a<n&&(n=a,e=o)}}))})),!!e&&e.highlight())}function n(t){var e=this.highlightedPoint,i=this.series&&this.series[this.series.length-1],n=i&&i.points&&i.points[i.points.length-1];return this.highlightedPoint?!!(i=this.series[e.series.index+(t?-1:1)])&&(!!(n=r(e,i,4))&&(c(i)?(n.highlight(),(t=this.highlightAdjacentSeries(t))||(e.highlight(),!1)):(n.highlight(),n.series.highlightFirstValidPoint()))):(i=t?this.series&&this.series[0]:i,!!(n=t?i&&i.points&&i.points[0]:n)&&n.highlight())}function r(t,e,i,n){var r=1/0,o=e.points.length,s=function(t){return!(f(t.plotX)&&f(t.plotY))};if(!s(t)){for(;o--;){var a=e.points[o];if(!s(a)&&(a=(t.plotX-a.plotX)*(t.plotX-a.plotX)*(i||1)+(t.plotY-a.plotY)*(t.plotY-a.plotY)*(n||1))<r){r=a;var l=o}}return f(l)?e.points[l]:void 0}}function o(){var t=this.series.chart;return this.isNull?t.tooltip&&t.tooltip.hide(0):this.onMouseOver(),b(this),this.graphic&&t.setFocusToElement(this.graphic),t.highlightedPoint=this,this}function s(){var t=this.chart.highlightedPoint,e=(t&&t.series)===this?l(t):0,i=(t=this.points).length;if(t&&i){for(var n=e;n<i;++n)if(!u(t[n]))return t[n].highlight();for(;0<=e;--e)if(!u(t[e]))return t[e].highlight()}return!1}var a=[];t.compose=function(t,r,l){-1===a.indexOf(t)&&(a.push(t),(t=t.prototype).highlightAdjacentPoint=e,t.highlightAdjacentPointVertical=i,t.highlightAdjacentSeries=n),-1===a.indexOf(r)&&(a.push(r),r.prototype.highlight=o),-1===a.indexOf(l)&&(a.push(l),(r=l.prototype).keyboardMoveVertical=!0,["column","gantt","pie"].forEach((function(t){d[t]&&(d[t].prototype.keyboardMoveVertical=!1)})),r.highlightFirstValidPoint=s)}}((i=function(){function i(t,e){this.keyCodes=e,this.chart=t}return i.prototype.init=function(){var i=this,n=this.chart,r=this.eventProvider=new s;r.addEvent(e,"destroy",(function(){return i.onSeriesDestroy(this)})),r.addEvent(n,"afterDrilldown",(function(){h(this),this.focusElement&&this.focusElement.removeFocusBorder()})),r.addEvent(n,"drilldown",(function(t){var e=(t=t.point).series;i.lastDrilledDownPoint={x:t.x,y:t.y,seriesName:e?e.name:""}})),r.addEvent(n,"drillupall",(function(){setTimeout((function(){i.onDrillupAll()}),10)})),r.addEvent(t,"afterSetState",(function(){var t=this.graphic&&this.graphic.element,e=p.activeElement,i=e&&e.getAttribute("class");i=i&&-1<i.indexOf("highcharts-a11y-proxy-button"),n.highlightedPoint===this&&e!==t&&!i&&t&&t.focus&&t.focus()}))},i.prototype.onDrillupAll=function(){var t,e=this.lastDrilledDownPoint,i=this.chart,n=e&&y(i,e.seriesName);e&&n&&f(e.x)&&f(e.y)&&(t=g(n,e.x,e.y)),i.container&&i.container.focus(),t&&t.highlight&&t.highlight(),i.focusElement&&i.focusElement.removeFocusBorder()},i.prototype.getKeyboardNavigationHandler=function(){var t=this,e=this.keyCodes,i=this.chart,n=i.inverted;return new o(i,{keyCodeMap:[[n?[e.up,e.down]:[e.left,e.right],function(e){return t.onKbdSideways(this,e)}],[n?[e.left,e.right]:[e.up,e.down],function(e){return t.onKbdVertical(this,e)}],[[e.enter,e.space],function(t,e){return(t=i.highlightedPoint)&&(e.point=t,m(t.series,"click",e),t.firePointEvent("click")),this.response.success}],[[e.home],function(){return h(i),this.response.success}],[[e.end],function(){for(var t=i.series.length;t--&&(i.highlightedPoint=i.series[t].points[i.series[t].points.length-1],!i.series[t].highlightFirstValidPoint()););return this.response.success}],[[e.pageDown,e.pageUp],function(t){return i.highlightAdjacentSeries(t===e.pageDown),this.response.success}]],init:function(){return h(i),this.response.success},terminate:function(){return t.onHandlerTerminate()}})},i.prototype.onKbdSideways=function(t,e){var i=this.keyCodes;return this.attemptHighlightAdjacentPoint(t,e===i.right||e===i.down)},i.prototype.onKbdVertical=function(t,e){var i=this.chart,n=this.keyCodes;return e=e===n.down||e===n.right,(n=i.options.accessibility.keyboardNavigation.seriesNavigation).mode&&"serialize"===n.mode?this.attemptHighlightAdjacentPoint(t,e):(i[i.highlightedPoint&&i.highlightedPoint.series.keyboardMoveVertical?"highlightAdjacentPointVertical":"highlightAdjacentSeries"](e),t.response.success)},i.prototype.onHandlerTerminate=function(){var t=this.chart;t.tooltip&&t.tooltip.hide(0);var e=t.highlightedPoint&&t.highlightedPoint.series;e&&e.onMouseOut&&e.onMouseOut(),t.highlightedPoint&&t.highlightedPoint.onMouseOut&&t.highlightedPoint.onMouseOut(),delete t.highlightedPoint},i.prototype.attemptHighlightAdjacentPoint=function(t,e){var i=this.chart,n=i.options.accessibility.keyboardNavigation.wrapAround;return i.highlightAdjacentPoint(e)?t.response.success:n?t.init(e?1:-1):t.response[e?"next":"prev"]},i.prototype.onSeriesDestroy=function(t){var e=this.chart;e.highlightedPoint&&e.highlightedPoint.series===t&&(delete e.highlightedPoint,e.focusElement&&e.focusElement.removeFocusBorder())},i.prototype.destroy=function(){this.eventProvider.removeAddedEvents()},i}())||(i={})),i})),e(t,"Accessibility/Components/SeriesComponent/SeriesComponent.js",[t["Accessibility/AccessibilityComponent.js"],t["Accessibility/Utils/ChartUtilities.js"],t["Accessibility/Components/SeriesComponent/ForcedMarkers.js"],t["Accessibility/Components/SeriesComponent/NewDataAnnouncer.js"],t["Accessibility/Components/SeriesComponent/SeriesDescriber.js"],t["Accessibility/Components/SeriesComponent/SeriesKeyboardNavigation.js"],t["Core/Tooltip.js"]],(function(t,e,i,n,r,o,s){var a=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),l=e.hideSeriesFromAT,c=r.describeSeries;return function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return a(e,t),e.compose=function(t,e,r){n.compose(r),i.compose(r),o.compose(t,e,r)},e.prototype.init=function(){this.newDataAnnouncer=new n(this.chart),this.newDataAnnouncer.init(),this.keyboardNavigation=new o(this.chart,this.keyCodes),this.keyboardNavigation.init(),this.hideTooltipFromATWhenShown(),this.hideSeriesLabelsFromATWhenShown()},e.prototype.hideTooltipFromATWhenShown=function(){var t=this;this.addEvent(s,"refresh",(function(){this.chart===t.chart&&this.label&&this.label.element&&this.label.element.setAttribute("aria-hidden",!0)}))},e.prototype.hideSeriesLabelsFromATWhenShown=function(){this.addEvent(this.chart,"afterDrawSeriesLabels",(function(){this.series.forEach((function(t){t.labelBySeries&&t.labelBySeries.attr("aria-hidden",!0)}))}))},e.prototype.onChartRender=function(){this.chart.series.forEach((function(t){!1!==(t.options.accessibility&&t.options.accessibility.enabled)&&t.visible?c(t):l(t)}))},e.prototype.getKeyboardNavigation=function(){return this.keyboardNavigation.getKeyboardNavigationHandler()},e.prototype.destroy=function(){this.newDataAnnouncer.destroy(),this.keyboardNavigation.destroy()},e}(t)})),e(t,"Accessibility/Components/ZoomComponent.js",[t["Accessibility/AccessibilityComponent.js"],t["Accessibility/Utils/ChartUtilities.js"],t["Core/Globals.js"],t["Accessibility/KeyboardNavigationHandler.js"],t["Core/Utilities.js"]],(function(t,e,i,n,r){var o=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),s=e.unhideChartElementFromAT,a=r.attr,l=r.pick;return function(t){function e(t,e){var i=e||3,n=((e=this.getExtremes()).max-e.min)/i*t,r=(i=e.max+n)-(n=e.min+n);0>t&&n<e.dataMin?i=(n=e.dataMin)+r:0<t&&i>e.dataMax&&(n=(i=e.dataMax)-r),this.setExtremes(n,i)}t.composedClasses=[],t.compose=function(i){-1===t.composedClasses.indexOf(i)&&(t.composedClasses.push(i),i.prototype.panStep=e)}}((t=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.focusedMapNavButtonIx=-1,e}return o(e,t),e.prototype.init=function(){var t=this,e=this.chart;this.proxyProvider.addGroup("zoom","div"),["afterShowResetZoom","afterDrilldown","drillupall"].forEach((function(i){t.addEvent(e,i,(function(){t.updateProxyOverlays()}))}))},e.prototype.onChartUpdate=function(){var t=this.chart,e=this;t.mapNavButtons&&t.mapNavButtons.forEach((function(i,n){s(t,i.element),e.setMapNavButtonAttrs(i.element,"accessibility.zoom.mapZoom"+(n?"Out":"In"))}))},e.prototype.setMapNavButtonAttrs=function(t,e){var i=this.chart;e=i.langFormat(e,{chart:i}),a(t,{tabindex:-1,role:"button","aria-label":e})},e.prototype.onChartRender=function(){this.updateProxyOverlays()},e.prototype.updateProxyOverlays=function(){var t=this.chart;this.proxyProvider.clearGroup("zoom"),t.resetZoomButton&&this.createZoomProxyButton(t.resetZoomButton,"resetZoomProxyButton",t.langFormat("accessibility.zoom.resetZoomButton",{chart:t})),t.drillUpButton&&this.createZoomProxyButton(t.drillUpButton,"drillUpProxyButton",t.langFormat("accessibility.drillUpButton",{chart:t,buttonText:t.getDrilldownBackText()}))},e.prototype.createZoomProxyButton=function(t,e,i){this[e]=this.proxyProvider.addProxyElement("zoom",{click:t},{"aria-label":i,tabindex:-1})},e.prototype.getMapZoomNavigation=function(){var t=this.keyCodes,e=this.chart,i=this;return new n(e,{keyCodeMap:[[[t.up,t.down,t.left,t.right],function(t){return i.onMapKbdArrow(this,t)}],[[t.tab],function(t,e){return i.onMapKbdTab(this,e)}],[[t.space,t.enter],function(){return i.onMapKbdClick(this)}]],validate:function(){return!!(e.mapZoom&&e.mapNavButtons&&e.mapNavButtons.length)},init:function(t){return i.onMapNavInit(t)}})},e.prototype.onMapKbdArrow=function(t,e){var i=this.keyCodes;return this.chart[e===i.up||e===i.down?"yAxis":"xAxis"][0].panStep(e===i.left||e===i.up?-1:1),t.response.success},e.prototype.onMapKbdTab=function(t,e){var i=this.chart;t=t.response;var n=(e=e.shiftKey)&&!this.focusedMapNavButtonIx||!e&&this.focusedMapNavButtonIx;return i.mapNavButtons[this.focusedMapNavButtonIx].setState(0),n?(i.mapZoom(),t[e?"prev":"next"]):(this.focusedMapNavButtonIx+=e?-1:1,e=i.mapNavButtons[this.focusedMapNavButtonIx],i.setFocusToElement(e.box,e.element),e.setState(2),t.success)},e.prototype.onMapKbdClick=function(t){return this.fakeClickEvent(this.chart.mapNavButtons[this.focusedMapNavButtonIx].element),t.response.success},e.prototype.onMapNavInit=function(t){var e=this.chart,i=e.mapNavButtons[0],n=e.mapNavButtons[1];i=0<t?i:n,e.setFocusToElement(i.box,i.element),i.setState(2),this.focusedMapNavButtonIx=0<t?0:1},e.prototype.simpleButtonNavigation=function(t,e,i){var r=this.keyCodes,o=this,s=this.chart;return new n(s,{keyCodeMap:[[[r.tab,r.up,r.down,r.left,r.right],function(t,e){return this.response[t===r.tab&&e.shiftKey||t===r.left||t===r.up?"prev":"next"]}],[[r.space,r.enter],function(){var t=i(this,s);return l(t,this.response.success)}]],validate:function(){return s[t]&&s[t].box&&o[e].buttonElement},init:function(){s.setFocusToElement(s[t].box,o[e].buttonElement)}})},e.prototype.getKeyboardNavigation=function(){return[this.simpleButtonNavigation("resetZoomButton","resetZoomProxyButton",(function(t,e){e.zoomOut()})),this.simpleButtonNavigation("drillUpButton","drillUpProxyButton",(function(t,e){return e.drillUp(),t.response.prev})),this.getMapZoomNavigation()]},e}(t))||(t={})),t})),e(t,"Accessibility/HighContrastMode.js",[t["Core/Globals.js"]],(function(t){var e=t.doc,i=t.isMS,n=t.win;return{isHighContrastModeActive:function(){var t=/(Edg)/.test(n.navigator.userAgent);if(n.matchMedia&&t)return n.matchMedia("(-ms-high-contrast: active)").matches;if(i&&n.getComputedStyle){(t=e.createElement("div")).style.backgroundImage="url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==)",e.body.appendChild(t);var r=(t.currentStyle||n.getComputedStyle(t)).backgroundImage;return e.body.removeChild(t),"none"===r}return!1},setHighContrastTheme:function(t){t.highContrastModeActive=!0;var e=t.options.accessibility.highContrastTheme;t.update(e,!1),t.series.forEach((function(t){var i=e.plotOptions[t.type]||{};t.update({color:i.color||"windowText",colors:[i.color||"windowText"],borderColor:i.borderColor||"window"}),t.points.forEach((function(t){t.options&&t.options.color&&t.update({color:i.color||"windowText",borderColor:i.borderColor||"window"},!1)}))})),t.redraw()}}})),e(t,"Accessibility/HighContrastTheme.js",[],(function(){return{chart:{backgroundColor:"window"},title:{style:{color:"windowText"}},subtitle:{style:{color:"windowText"}},colorAxis:{minColor:"windowText",maxColor:"windowText",stops:[]},colors:["windowText"],xAxis:{gridLineColor:"windowText",labels:{style:{color:"windowText"}},lineColor:"windowText",minorGridLineColor:"windowText",tickColor:"windowText",title:{style:{color:"windowText"}}},yAxis:{gridLineColor:"windowText",labels:{style:{color:"windowText"}},lineColor:"windowText",minorGridLineColor:"windowText",tickColor:"windowText",title:{style:{color:"windowText"}}},tooltip:{backgroundColor:"window",borderColor:"windowText",style:{color:"windowText"}},plotOptions:{series:{lineColor:"windowText",fillColor:"window",borderColor:"windowText",edgeColor:"windowText",borderWidth:1,dataLabels:{connectorColor:"windowText",color:"windowText",style:{color:"windowText",textOutline:"none"}},marker:{lineColor:"windowText",fillColor:"windowText"}},pie:{color:"window",colors:["window"],borderColor:"windowText",borderWidth:1},boxplot:{fillColor:"window"},candlestick:{lineColor:"windowText",fillColor:"window"},errorbar:{fillColor:"window"}},legend:{backgroundColor:"window",itemStyle:{color:"windowText"},itemHoverStyle:{color:"windowText"},itemHiddenStyle:{color:"#555"},title:{style:{color:"windowText"}}},credits:{style:{color:"windowText"}},labels:{style:{color:"windowText"}},drilldown:{activeAxisLabelStyle:{color:"windowText"},activeDataLabelStyle:{color:"windowText"}},navigation:{buttonOptions:{symbolStroke:"windowText",theme:{fill:"window"}}},rangeSelector:{buttonTheme:{fill:"window",stroke:"windowText",style:{color:"windowText"},states:{hover:{fill:"window",stroke:"windowText",style:{color:"windowText"}},select:{fill:"#444",stroke:"windowText",style:{color:"windowText"}}}},inputBoxBorderColor:"windowText",inputStyle:{backgroundColor:"window",color:"windowText"},labelStyle:{color:"windowText"}},navigator:{handles:{backgroundColor:"window",borderColor:"windowText"},outlineColor:"windowText",maskFill:"transparent",series:{color:"windowText",lineColor:"windowText"},xAxis:{gridLineColor:"windowText"}},scrollbar:{barBackgroundColor:"#444",barBorderColor:"windowText",buttonArrowColor:"windowText",buttonBackgroundColor:"window",buttonBorderColor:"windowText",rifleColor:"windowText",trackBackgroundColor:"window",trackBorderColor:"windowText"}}})),e(t,"Accessibility/Options/Options.js",[],(function(){return{accessibility:{enabled:!0,screenReaderSection:{beforeChartFormat:"<{headingTagName}>{chartTitle}</{headingTagName}><div>{typeDescription}</div><div>{chartSubtitle}</div><div>{chartLongdesc}</div><div>{playAsSoundButton}</div><div>{viewTableButton}</div><div>{xAxisDescription}</div><div>{yAxisDescription}</div><div>{annotationsTitle}{annotationsList}</div>",afterChartFormat:"{endOfChartMarker}",axisRangeDateFormat:"%Y-%m-%d %H:%M:%S"},series:{describeSingleSeries:!1,pointDescriptionEnabledThreshold:200},point:{valueDescriptionFormat:"{index}. {xDescription}{separator}{value}."},landmarkVerbosity:"all",linkedDescription:'*[data-highcharts-chart="{index}"] + .highcharts-description',keyboardNavigation:{enabled:!0,focusBorder:{enabled:!0,hideBrowserFocusOutline:!0,style:{color:"#335cad",lineWidth:2,borderRadius:3},margin:2},order:["series","zoom","rangeSelector","legend","chartMenu"],wrapAround:!0,seriesNavigation:{skipNullPoints:!0,pointNavigationEnabledThreshold:!1}},announceNewData:{enabled:!1,minAnnounceInterval:5e3,interruptUser:!1}},legend:{accessibility:{enabled:!0,keyboardNavigation:{enabled:!0}}},exporting:{accessibility:{enabled:!0}}}})),e(t,"Accessibility/Options/LangOptions.js",[],(function(){return{accessibility:{defaultChartTitle:"Chart",chartContainerLabel:"{title}. Highcharts interactive chart.",svgContainerLabel:"Interactive chart",drillUpButton:"{buttonText}",credits:"Chart credits: {creditsStr}",thousandsSep:",",svgContainerTitle:"",graphicContainerLabel:"",screenReaderSection:{beforeRegionLabel:"Chart screen reader information, {chartTitle}.",afterRegionLabel:"",annotations:{heading:"Chart annotations summary",descriptionSinglePoint:"{annotationText}. Related to {annotationPoint}",descriptionMultiplePoints:"{annotationText}. Related to {annotationPoint}{ Also related to, #each(additionalAnnotationPoints)}",descriptionNoPoints:"{annotationText}"},endOfChartMarker:"End of interactive chart."},sonification:{playAsSoundButtonText:"Play as sound, {chartTitle}",playAsSoundClickAnnouncement:"Play"},legend:{legendLabelNoTitle:"Toggle series visibility, {chartTitle}",legendLabel:"Chart legend: {legendTitle}",legendItem:"Show {itemName}"},zoom:{mapZoomIn:"Zoom chart",mapZoomOut:"Zoom out chart",resetZoomButton:"Reset zoom"},rangeSelector:{dropdownLabel:"{rangeTitle}",minInputLabel:"Select start date.",maxInputLabel:"Select end date.",clickButtonAnnouncement:"Viewing {axisRangeDescription}"},table:{viewAsDataTableButtonText:"View as data table, {chartTitle}",tableSummary:"Table representation of chart."},announceNewData:{newDataAnnounce:"Updated data for chart {chartTitle}",newSeriesAnnounceSingle:"New data series: {seriesDesc}",newPointAnnounceSingle:"New data point: {pointDesc}",newSeriesAnnounceMultiple:"New data series in chart {chartTitle}: {seriesDesc}",newPointAnnounceMultiple:"New data point in chart {chartTitle}: {pointDesc}"},seriesTypeDescriptions:{boxplot:"Box plot charts are typically used to display groups of statistical data. Each data point in the chart can have up to 5 values: minimum, lower quartile, median, upper quartile, and maximum.",arearange:"Arearange charts are line charts displaying a range between a lower and higher value for each point.",areasplinerange:"These charts are line charts displaying a range between a lower and higher value for each point.",bubble:"Bubble charts are scatter charts where each data point also has a size value.",columnrange:"Columnrange charts are column charts displaying a range between a lower and higher value for each point.",errorbar:"Errorbar series are used to display the variability of the data.",funnel:"Funnel charts are used to display reduction of data in stages.",pyramid:"Pyramid charts consist of a single pyramid with item heights corresponding to each point value.",waterfall:"A waterfall chart is a column chart where each column contributes towards a total end value."},chartTypes:{emptyChart:"Empty chart",mapTypeDescription:"Map of {mapTitle} with {numSeries} data series.",unknownMap:"Map of unspecified region with {numSeries} data series.",combinationChart:"Combination chart with {numSeries} data series.",defaultSingle:"Chart with {numPoints} data {#plural(numPoints, points, point)}.",defaultMultiple:"Chart with {numSeries} data series.",splineSingle:"Line chart with {numPoints} data {#plural(numPoints, points, point)}.",splineMultiple:"Line chart with {numSeries} lines.",lineSingle:"Line chart with {numPoints} data {#plural(numPoints, points, point)}.",lineMultiple:"Line chart with {numSeries} lines.",columnSingle:"Bar chart with {numPoints} {#plural(numPoints, bars, bar)}.",columnMultiple:"Bar chart with {numSeries} data series.",barSingle:"Bar chart with {numPoints} {#plural(numPoints, bars, bar)}.",barMultiple:"Bar chart with {numSeries} data series.",pieSingle:"Pie chart with {numPoints} {#plural(numPoints, slices, slice)}.",pieMultiple:"Pie chart with {numSeries} pies.",scatterSingle:"Scatter chart with {numPoints} {#plural(numPoints, points, point)}.",scatterMultiple:"Scatter chart with {numSeries} data series.",boxplotSingle:"Boxplot with {numPoints} {#plural(numPoints, boxes, box)}.",boxplotMultiple:"Boxplot with {numSeries} data series.",bubbleSingle:"Bubble chart with {numPoints} {#plural(numPoints, bubbles, bubble)}.",bubbleMultiple:"Bubble chart with {numSeries} data series."},axis:{xAxisDescriptionSingular:"The chart has 1 X axis displaying {names[0]}. {ranges[0]}",xAxisDescriptionPlural:"The chart has {numAxes} X axes displaying {#each(names, -1) }and {names[-1]}.",yAxisDescriptionSingular:"The chart has 1 Y axis displaying {names[0]}. {ranges[0]}",yAxisDescriptionPlural:"The chart has {numAxes} Y axes displaying {#each(names, -1) }and {names[-1]}.",timeRangeDays:"Range: {range} days.",timeRangeHours:"Range: {range} hours.",timeRangeMinutes:"Range: {range} minutes.",timeRangeSeconds:"Range: {range} seconds.",rangeFromTo:"Range: {rangeFrom} to {rangeTo}.",rangeCategories:"Range: {numCategories} categories."},exporting:{chartMenuLabel:"Chart menu",menuButtonLabel:"View chart menu, {chartTitle}"},series:{summary:{default:"{name}, series {ix} of {numSeries} with {numPoints} data {#plural(numPoints, points, point)}.",defaultCombination:"{name}, series {ix} of {numSeries} with {numPoints} data {#plural(numPoints, points, point)}.",line:"{name}, line {ix} of {numSeries} with {numPoints} data {#plural(numPoints, points, point)}.",lineCombination:"{name}, series {ix} of {numSeries}. Line with {numPoints} data {#plural(numPoints, points, point)}.",spline:"{name}, line {ix} of {numSeries} with {numPoints} data {#plural(numPoints, points, point)}.",splineCombination:"{name}, series {ix} of {numSeries}. Line with {numPoints} data {#plural(numPoints, points, point)}.",column:"{name}, bar series {ix} of {numSeries} with {numPoints} {#plural(numPoints, bars, bar)}.",columnCombination:"{name}, series {ix} of {numSeries}. Bar series with {numPoints} {#plural(numPoints, bars, bar)}.",bar:"{name}, bar series {ix} of {numSeries} with {numPoints} {#plural(numPoints, bars, bar)}.",barCombination:"{name}, series {ix} of {numSeries}. Bar series with {numPoints} {#plural(numPoints, bars, bar)}.",pie:"{name}, pie {ix} of {numSeries} with {numPoints} {#plural(numPoints, slices, slice)}.",pieCombination:"{name}, series {ix} of {numSeries}. Pie with {numPoints} {#plural(numPoints, slices, slice)}.",scatter:"{name}, scatter plot {ix} of {numSeries} with {numPoints} {#plural(numPoints, points, point)}.",scatterCombination:"{name}, series {ix} of {numSeries}, scatter plot with {numPoints} {#plural(numPoints, points, point)}.",boxplot:"{name}, boxplot {ix} of {numSeries} with {numPoints} {#plural(numPoints, boxes, box)}.",boxplotCombination:"{name}, series {ix} of {numSeries}. Boxplot with {numPoints} {#plural(numPoints, boxes, box)}.",bubble:"{name}, bubble series {ix} of {numSeries} with {numPoints} {#plural(numPoints, bubbles, bubble)}.",bubbleCombination:"{name}, series {ix} of {numSeries}. Bubble series with {numPoints} {#plural(numPoints, bubbles, bubble)}.",map:"{name}, map {ix} of {numSeries} with {numPoints} {#plural(numPoints, areas, area)}.",mapCombination:"{name}, series {ix} of {numSeries}. Map with {numPoints} {#plural(numPoints, areas, area)}.",mapline:"{name}, line {ix} of {numSeries} with {numPoints} data {#plural(numPoints, points, point)}.",maplineCombination:"{name}, series {ix} of {numSeries}. Line with {numPoints} data {#plural(numPoints, points, point)}.",mapbubble:"{name}, bubble series {ix} of {numSeries} with {numPoints} {#plural(numPoints, bubbles, bubble)}.",mapbubbleCombination:"{name}, series {ix} of {numSeries}. Bubble series with {numPoints} {#plural(numPoints, bubbles, bubble)}."},description:"{description}",xAxisDescription:"X axis, {name}",yAxisDescription:"Y axis, {name}",nullPointValue:"No value",pointAnnotationsDescription:"{Annotation: #each(annotations). }"}}}})),e(t,"Accessibility/Options/DeprecatedOptions.js",[t["Core/Utilities.js"]],(function(t){function e(t,e,i){for(var n,o=0;o<e.length-1;++o)t=t[n=e[o]]=r(t[n],{});t[e[e.length-1]]=i}function i(t,i,r,o){function s(t,e){return e.reduce((function(t,e){return t[e]}),t)}var a=s(t.options,i),l=s(t.options,r);Object.keys(o).forEach((function(s){var c,u=a[s];void 0!==u&&(e(l,o[s],u),n(32,!1,t,((c={})[i.join(".")+"."+s]=r.join(".")+"."+o[s].join("."),c)))}))}var n=t.error,r=t.pick;return function(t){!function(t){var e=t.options.chart,i=t.options.accessibility||{};["description","typeDescription"].forEach((function(r){var o;e[r]&&(i[r]=e[r],n(32,!1,t,((o={})["chart."+r]="use accessibility."+r,o)))}))}(t),function(t){t.axes.forEach((function(e){(e=e.options)&&e.description&&(e.accessibility=e.accessibility||{},e.accessibility.description=e.description,n(32,!1,t,{"axis.description":"use axis.accessibility.description"}))}))}(t),t.series&&function(t){var i={description:["accessibility","description"],exposeElementToA11y:["accessibility","exposeAsGroupOnly"],pointDescriptionFormatter:["accessibility","point","descriptionFormatter"],skipKeyboardNavigation:["accessibility","keyboardNavigation","enabled"],"accessibility.pointDescriptionFormatter":["accessibility","point","descriptionFormatter"]};t.series.forEach((function(r){Object.keys(i).forEach((function(o){var s,a=r.options[o];"accessibility.pointDescriptionFormatter"===o&&(a=r.options.accessibility&&r.options.accessibility.pointDescriptionFormatter),void 0!==a&&(e(r.options,i[o],"skipKeyboardNavigation"===o?!a:a),n(32,!1,t,((s={})["series."+o]="series."+i[o].join("."),s)))}))}))}(t),i(t,["accessibility"],["accessibility"],{pointDateFormat:["point","dateFormat"],pointDateFormatter:["point","dateFormatter"],pointDescriptionFormatter:["point","descriptionFormatter"],pointDescriptionThreshold:["series","pointDescriptionEnabledThreshold"],pointNavigationThreshold:["keyboardNavigation","seriesNavigation","pointNavigationEnabledThreshold"],pointValueDecimals:["point","valueDecimals"],pointValuePrefix:["point","valuePrefix"],pointValueSuffix:["point","valueSuffix"],screenReaderSectionFormatter:["screenReaderSection","beforeChartFormatter"],describeSingleSeries:["series","describeSingleSeries"],seriesDescriptionFormatter:["series","descriptionFormatter"],onTableAnchorClick:["screenReaderSection","onViewDataTableClick"],axisRangeDateFormat:["screenReaderSection","axisRangeDateFormat"]}),i(t,["accessibility","keyboardNavigation"],["accessibility","keyboardNavigation","seriesNavigation"],{skipNullPoints:["skipNullPoints"],mode:["mode"]}),i(t,["lang","accessibility"],["lang","accessibility"],{legendItem:["legend","legendItem"],legendLabel:["legend","legendLabel"],mapZoomIn:["zoom","mapZoomIn"],mapZoomOut:["zoom","mapZoomOut"],resetZoomButton:["zoom","resetZoomButton"],screenReaderRegionLabel:["screenReaderSection","beforeRegionLabel"],rangeSelectorButton:["rangeSelector","buttonText"],rangeSelectorMaxInput:["rangeSelector","maxInputLabel"],rangeSelectorMinInput:["rangeSelector","minInputLabel"],svgContainerEnd:["screenReaderSection","endOfChartMarker"],viewAsDataTable:["table","viewAsDataTableButtonText"],tableSummary:["table","tableSummary"]})}})),e(t,"Accessibility/Accessibility.js",[t["Core/DefaultOptions.js"],t["Core/Globals.js"],t["Core/Utilities.js"],t["Accessibility/A11yI18n.js"],t["Accessibility/Components/ContainerComponent.js"],t["Accessibility/FocusBorder.js"],t["Accessibility/Components/InfoRegionsComponent.js"],t["Accessibility/KeyboardNavigation.js"],t["Accessibility/Components/LegendComponent.js"],t["Accessibility/Components/MenuComponent.js"],t["Accessibility/Components/SeriesComponent/NewDataAnnouncer.js"],t["Accessibility/ProxyProvider.js"],t["Accessibility/Components/RangeSelectorComponent.js"],t["Accessibility/Components/SeriesComponent/SeriesComponent.js"],t["Accessibility/Components/ZoomComponent.js"],t["Accessibility/HighContrastMode.js"],t["Accessibility/HighContrastTheme.js"],t["Accessibility/Options/Options.js"],t["Accessibility/Options/LangOptions.js"],t["Accessibility/Options/DeprecatedOptions.js"]],(function(t,e,i,n,r,o,s,a,l,c,u,h,d,p,f,m,g,y,b,v){t=t.defaultOptions;var M=e.doc,x=i.addEvent,_=i.extend,A=i.fireEvent,L=i.merge;return function(t){function e(){this.accessibility&&this.accessibility.destroy()}function i(){this.a11yDirty&&this.renderTo&&(delete this.a11yDirty,this.updateA11yEnabled());var t=this.accessibility;t&&!t.zombie&&(t.proxyProvider.updateProxyElementPositions(),t.getComponentOrder().forEach((function(e){t.components[e].onChartRender()})))}function r(t){(t=t.options.accessibility)&&(t.customComponents&&(this.options.accessibility.customComponents=t.customComponents,delete t.customComponents),L(!0,this.options.accessibility,t),this.accessibility&&this.accessibility.destroy&&(this.accessibility.destroy(),delete this.accessibility)),this.a11yDirty=!0}function s(){var e=this.accessibility,i=this.options.accessibility;i&&i.enabled?e&&!e.zombie?e.update():(this.accessibility=e=new t(this),!e.zombie&&e.update()):e?(e.destroy&&e.destroy(),delete this.accessibility):this.renderTo.setAttribute("aria-hidden",!0)}function h(){this.series.chart.accessibility&&(this.series.chart.a11yDirty=!0)}var m=[];t.i18nFormat=n.i18nFormat,t.compose=function(t,g,y,b,v,M,_){a.compose(g),u.compose(v),l.compose(g,y),c.compose(g),p.compose(g,b,v),f.compose(t),n.compose(g),o.compose(g,M),_&&d.compose(g,_),-1===m.indexOf(g)&&(m.push(g),g.prototype.updateA11yEnabled=s,x(g,"destroy",e),x(g,"render",i),x(g,"update",r),["addSeries","init"].forEach((function(t){x(g,t,(function(){this.a11yDirty=!0}))})),["afterDrilldown","drillupall"].forEach((function(t){x(g,t,(function(){var t=this.accessibility;t&&!t.zombie&&t.update()}))}))),-1===m.indexOf(b)&&(m.push(b),x(b,"update",h)),-1===m.indexOf(v)&&(m.push(v),["update","updatedData","remove"].forEach((function(t){x(v,t,(function(){this.chart.accessibility&&(this.chart.a11yDirty=!0)}))})))}}((e=function(){function t(t){this.proxyProvider=this.keyboardNavigation=this.components=this.chart=void 0,this.init(t)}return t.prototype.init=function(t){this.chart=t,M.addEventListener&&t.renderer.isSVG?(v(t),this.proxyProvider=new h(this.chart),this.initComponents(),this.keyboardNavigation=new a(t,this.components)):(this.zombie=!0,this.components={},t.renderTo.setAttribute("aria-hidden",!0))},t.prototype.initComponents=function(){var t=this.chart,e=this.proxyProvider,i=t.options.accessibility;this.components={container:new r,infoRegions:new s,legend:new l,chartMenu:new c,rangeSelector:new d,series:new p,zoom:new f},i.customComponents&&_(this.components,i.customComponents);var n=this.components;this.getComponentOrder().forEach((function(i){n[i].initBase(t,e),n[i].init()}))},t.prototype.getComponentOrder=function(){if(!this.components)return[];if(!this.components.series)return Object.keys(this.components);var t=Object.keys(this.components).filter((function(t){return"series"!==t}));return["series"].concat(t)},t.prototype.update=function(){var t=this.components,e=this.chart,i=e.options.accessibility;A(e,"beforeA11yUpdate"),e.types=this.getChartTypes(),i=i.keyboardNavigation.order,this.proxyProvider.updateGroupOrder(i),this.getComponentOrder().forEach((function(i){t[i].onChartUpdate(),A(e,"afterA11yComponentUpdate",{name:i,component:t[i]})})),this.keyboardNavigation.update(i),!e.highContrastModeActive&&m.isHighContrastModeActive()&&m.setHighContrastTheme(e),A(e,"afterA11yUpdate",{accessibility:this})},t.prototype.destroy=function(){var t=this.chart||{},e=this.components;Object.keys(e).forEach((function(t){e[t].destroy(),e[t].destroyBase()})),this.proxyProvider&&this.proxyProvider.destroy(),this.keyboardNavigation&&this.keyboardNavigation.destroy(),t.renderTo&&t.renderTo.setAttribute("aria-hidden",!0),t.focusElement&&t.focusElement.removeFocusBorder()},t.prototype.getChartTypes=function(){var t={};return this.chart.series.forEach((function(e){t[e.type]=1})),Object.keys(t)},t}())||(e={})),L(!0,t,y,{accessibility:{highContrastTheme:g},lang:b}),e})),e(t,"masters/modules/accessibility.src.js",[t["Core/Globals.js"],t["Accessibility/Accessibility.js"],t["Accessibility/AccessibilityComponent.js"],t["Accessibility/Utils/ChartUtilities.js"],t["Accessibility/Utils/HTMLUtilities.js"],t["Accessibility/KeyboardNavigationHandler.js"],t["Accessibility/Components/SeriesComponent/SeriesDescriber.js"]],(function(t,e,i,n,r,o,s){t.i18nFormat=e.i18nFormat,t.A11yChartUtilities=n,t.A11yHTMLUtilities=r,t.AccessibilityComponent=i,t.KeyboardNavigationHandler=o,t.SeriesAccessibilityDescriber=s,e.compose(t.Axis,t.Chart,t.Legend,t.Point,t.Series,t.SVGElement,t.RangeSelector)}))}))}})},"./node_modules/@splunk/moment/convertSplunkTimezone.js":function(t,e){t.exports=function(t){var e={};function i(n){if(e[n])return e[n].exports;var r=e[n]={i:n,l:!1,exports:{}};return t[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},i.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},i.t=function(t,e){if(1&e&&(t=i(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(i.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)i.d(n,r,function(e){return t[e]}.bind(null,r));return n},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=6)}([,function(t,e,i){var n=i(2).isFinite;t.exports=function(t){return"number"==typeof t&&n(t)}},function(t,e,i){var n=i(8),r="object"==typeof self&&self&&self.Object===Object&&self,o=n||r||Function("return this")();t.exports=o},,,,function(t,e,i){"use strict";i.r(e);var n=i(1),r=i.n(n);function o(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function s(t){for(var e=1;e<arguments.length;e++){var i=null!=arguments[e]?arguments[e]:{};e%2?o(Object(i),!0).forEach((function(e){a(t,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):o(Object(i)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}function a(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}e.default=function(t,e){var i={abbrs:[],offsets:[],starts:[]};t.split(";").forEach((function(t){switch(t.charAt(0)){case"C":break;case"Y":i=function(t,e){var i=t.split(" ");if(i.length<5)return e;var n=parseInt(i[0],10);if(!r()(n))return e;var o=i.splice(2).reduce((function(t,e){var i=String.fromCharCode(parseInt(e,16));return"".concat(t).concat(i)}),"");return s(s({},e),{},{abbrs:e.abbrs.concat([o]),offsets:e.offsets.concat([-n/60])})}(t.substring(1,t.length),i);break;case"@":i=function(t,e){var i=t.split(" ");if(i.length<2)return e;var n=parseInt(i[0],10);if(!r()(n))return e;var o=parseInt(i[1],10);return!r()(o)||o<0||o>=e.offsets.length?e:s(s({},e),{},{starts:e.starts.concat([{time:1e3*n,abbr:e.abbrs[o],offset:e.offsets[o]}])})}(t.substring(1,t.length),i)}}));var n={name:e,abbrs:[],offsets:[],untils:[]};if(0===i.starts.length)return n.abbrs.push(i.abbrs[0]),n.offsets.push(i.offsets[0]),n.untils.push(null),n;var o=i.starts[0],a=i.starts[i.starts.length-1];return i.starts.forEach((function(t,e){t===o?(n.abbrs.push(a.abbr),n.offsets.push(a.offset),n.untils.push(t.time)):(n.abbrs.push(i.starts[e-1].abbr),n.offsets.push(i.starts[e-1].offset),n.untils.push(t.time)),t===a&&(n.abbrs.push(t.abbr),n.offsets.push(t.offset),n.untils.push(null))})),n}},,function(t,e,i){(function(e){var i="object"==typeof e&&e&&e.Object===Object&&e;t.exports=i}).call(this,i(9))},function(t,e){var i;i=function(){return this}();try{i=i||new Function("return this")()}catch(t){"object"==typeof window&&(i=window)}t.exports=i}])},"./node_modules/@splunk/moment/index.js":function(t,e,i){t.exports=function(t){var e={};function i(n){if(e[n])return e[n].exports;var r=e[n]={i:n,l:!1,exports:{}};return t[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},i.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},i.t=function(t,e){if(1&e&&(t=i(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(i.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)i.d(n,r,function(e){return t[e]}.bind(null,r));return n},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=178)}([function(t,e,i){(function(t){t.exports=function(){"use strict";var e,n;function r(){return e.apply(null,arguments)}function o(t){return t instanceof Array||"[object Array]"===Object.prototype.toString.call(t)}function s(t){return null!=t&&"[object Object]"===Object.prototype.toString.call(t)}function a(t){return void 0===t}function l(t){return"number"==typeof t||"[object Number]"===Object.prototype.toString.call(t)}function c(t){return t instanceof Date||"[object Date]"===Object.prototype.toString.call(t)}function u(t,e){var i,n=[];for(i=0;i<t.length;++i)n.push(e(t[i],i));return n}function h(t,e){return Object.prototype.hasOwnProperty.call(t,e)}function d(t,e){for(var i in e)h(e,i)&&(t[i]=e[i]);return h(e,"toString")&&(t.toString=e.toString),h(e,"valueOf")&&(t.valueOf=e.valueOf),t}function p(t,e,i,n){return Le(t,e,i,n,!0).utc()}function f(t){return null==t._pf&&(t._pf={empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],meridiem:null,rfc2822:!1,weekdayMismatch:!1}),t._pf}function m(t){if(null==t._isValid){var e=f(t),i=n.call(e.parsedDateParts,(function(t){return null!=t})),r=!isNaN(t._d.getTime())&&e.overflow<0&&!e.empty&&!e.invalidMonth&&!e.invalidWeekday&&!e.weekdayMismatch&&!e.nullInput&&!e.invalidFormat&&!e.userInvalidated&&(!e.meridiem||e.meridiem&&i);if(t._strict&&(r=r&&0===e.charsLeftOver&&0===e.unusedTokens.length&&void 0===e.bigHour),null!=Object.isFrozen&&Object.isFrozen(t))return r;t._isValid=r}return t._isValid}function g(t){var e=p(NaN);return null!=t?d(f(e),t):f(e).userInvalidated=!0,e}n=Array.prototype.some?Array.prototype.some:function(t){for(var e=Object(this),i=e.length>>>0,n=0;n<i;n++)if(n in e&&t.call(this,e[n],n,e))return!0;return!1};var y=r.momentProperties=[];function b(t,e){var i,n,r;if(a(e._isAMomentObject)||(t._isAMomentObject=e._isAMomentObject),a(e._i)||(t._i=e._i),a(e._f)||(t._f=e._f),a(e._l)||(t._l=e._l),a(e._strict)||(t._strict=e._strict),a(e._tzm)||(t._tzm=e._tzm),a(e._isUTC)||(t._isUTC=e._isUTC),a(e._offset)||(t._offset=e._offset),a(e._pf)||(t._pf=f(e)),a(e._locale)||(t._locale=e._locale),y.length>0)for(i=0;i<y.length;i++)a(r=e[n=y[i]])||(t[n]=r);return t}var v=!1;function M(t){b(this,t),this._d=new Date(null!=t._d?t._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===v&&(v=!0,r.updateOffset(this),v=!1)}function x(t){return t instanceof M||null!=t&&null!=t._isAMomentObject}function _(t){return t<0?Math.ceil(t)||0:Math.floor(t)}function A(t){var e=+t,i=0;return 0!==e&&isFinite(e)&&(i=_(e)),i}function L(t,e,i){var n,r=Math.min(t.length,e.length),o=Math.abs(t.length-e.length),s=0;for(n=0;n<r;n++)(i&&t[n]!==e[n]||!i&&A(t[n])!==A(e[n]))&&s++;return s+o}function w(t){!1===r.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+t)}function k(t,e){var i=!0;return d((function(){if(null!=r.deprecationHandler&&r.deprecationHandler(null,t),i){for(var n,o=[],s=0;s<arguments.length;s++){if(n="","object"==typeof arguments[s]){for(var a in n+="\n["+s+"] ",arguments[0])n+=a+": "+arguments[0][a]+", ";n=n.slice(0,-2)}else n=arguments[s];o.push(n)}w(t+"\nArguments: "+Array.prototype.slice.call(o).join("")+"\n"+(new Error).stack),i=!1}return e.apply(this,arguments)}),e)}var S,T={};function O(t,e){null!=r.deprecationHandler&&r.deprecationHandler(t,e),T[t]||(w(e),T[t]=!0)}function C(t){return t instanceof Function||"[object Function]"===Object.prototype.toString.call(t)}function j(t,e){var i,n=d({},t);for(i in e)h(e,i)&&(s(t[i])&&s(e[i])?(n[i]={},d(n[i],t[i]),d(n[i],e[i])):null!=e[i]?n[i]=e[i]:delete n[i]);for(i in t)h(t,i)&&!h(e,i)&&s(t[i])&&(n[i]=d({},n[i]));return n}function z(t){null!=t&&this.set(t)}r.suppressDeprecationWarnings=!1,r.deprecationHandler=null,S=Object.keys?Object.keys:function(t){var e,i=[];for(e in t)h(t,e)&&i.push(e);return i};var P={};function D(t,e){var i=t.toLowerCase();P[i]=P[i+"s"]=P[e]=t}function E(t){return"string"==typeof t?P[t]||P[t.toLowerCase()]:void 0}function N(t){var e,i,n={};for(i in t)h(t,i)&&(e=E(i))&&(n[e]=t[i]);return n}var Y={};function B(t,e){Y[t]=e}function W(t,e,i){var n=""+Math.abs(t),r=e-n.length;return(t>=0?i?"+":"":"-")+Math.pow(10,Math.max(0,r)).toString().substr(1)+n}var R=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,H=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,I={},X={};function q(t,e,i,n){var r=n;"string"==typeof n&&(r=function(){return this[n]()}),t&&(X[t]=r),e&&(X[e[0]]=function(){return W(r.apply(this,arguments),e[1],e[2])}),i&&(X[i]=function(){return this.localeData().ordinal(r.apply(this,arguments),t)})}function F(t,e){return t.isValid()?(e=G(e,t.localeData()),I[e]=I[e]||function(t){var e,i,n,r=t.match(R);for(e=0,i=r.length;e<i;e++)X[r[e]]?r[e]=X[r[e]]:r[e]=(n=r[e]).match(/\[[\s\S]/)?n.replace(/^\[|\]$/g,""):n.replace(/\\/g,"");return function(e){var n,o="";for(n=0;n<i;n++)o+=C(r[n])?r[n].call(e,t):r[n];return o}}(e),I[e](t)):t.localeData().invalidDate()}function G(t,e){var i=5;function n(t){return e.longDateFormat(t)||t}for(H.lastIndex=0;i>=0&&H.test(t);)t=t.replace(H,n),H.lastIndex=0,i-=1;return t}var U=/\d/,V=/\d\d/,K=/\d{3}/,$=/\d{4}/,J=/[+-]?\d{6}/,Z=/\d\d?/,Q=/\d\d\d\d?/,tt=/\d\d\d\d\d\d?/,et=/\d{1,3}/,it=/\d{1,4}/,nt=/[+-]?\d{1,6}/,rt=/\d+/,ot=/[+-]?\d+/,st=/Z|[+-]\d\d:?\d\d/gi,at=/Z|[+-]\d\d(?::?\d\d)?/gi,lt=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i,ct={};function ut(t,e,i){ct[t]=C(e)?e:function(t,n){return t&&i?i:e}}function ht(t,e){return h(ct,t)?ct[t](e._strict,e._locale):new RegExp(dt(t.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(t,e,i,n,r){return e||i||n||r}))))}function dt(t){return t.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}var pt={};function ft(t,e){var i,n=e;for("string"==typeof t&&(t=[t]),l(e)&&(n=function(t,i){i[e]=A(t)}),i=0;i<t.length;i++)pt[t[i]]=n}function mt(t,e){ft(t,(function(t,i,n,r){n._w=n._w||{},e(t,n._w,n,r)}))}function gt(t,e,i){null!=e&&h(pt,t)&&pt[t](e,i._a,i,t)}function yt(t){return bt(t)?366:365}function bt(t){return t%4==0&&t%100!=0||t%400==0}q("Y",0,0,(function(){var t=this.year();return t<=9999?""+t:"+"+t})),q(0,["YY",2],0,(function(){return this.year()%100})),q(0,["YYYY",4],0,"year"),q(0,["YYYYY",5],0,"year"),q(0,["YYYYYY",6,!0],0,"year"),D("year","y"),B("year",1),ut("Y",ot),ut("YY",Z,V),ut("YYYY",it,$),ut("YYYYY",nt,J),ut("YYYYYY",nt,J),ft(["YYYYY","YYYYYY"],0),ft("YYYY",(function(t,e){e[0]=2===t.length?r.parseTwoDigitYear(t):A(t)})),ft("YY",(function(t,e){e[0]=r.parseTwoDigitYear(t)})),ft("Y",(function(t,e){e[0]=parseInt(t,10)})),r.parseTwoDigitYear=function(t){return A(t)+(A(t)>68?1900:2e3)};var vt,Mt=xt("FullYear",!0);function xt(t,e){return function(i){return null!=i?(At(this,t,i),r.updateOffset(this,e),this):_t(this,t)}}function _t(t,e){return t.isValid()?t._d["get"+(t._isUTC?"UTC":"")+e]():NaN}function At(t,e,i){t.isValid()&&!isNaN(i)&&("FullYear"===e&&bt(t.year())&&1===t.month()&&29===t.date()?t._d["set"+(t._isUTC?"UTC":"")+e](i,t.month(),Lt(i,t.month())):t._d["set"+(t._isUTC?"UTC":"")+e](i))}function Lt(t,e){if(isNaN(t)||isNaN(e))return NaN;var i=(e%12+12)%12;return t+=(e-i)/12,1===i?bt(t)?29:28:31-i%7%2}vt=Array.prototype.indexOf?Array.prototype.indexOf:function(t){var e;for(e=0;e<this.length;++e)if(this[e]===t)return e;return-1},q("M",["MM",2],"Mo",(function(){return this.month()+1})),q("MMM",0,0,(function(t){return this.localeData().monthsShort(this,t)})),q("MMMM",0,0,(function(t){return this.localeData().months(this,t)})),D("month","M"),B("month",8),ut("M",Z),ut("MM",Z,V),ut("MMM",(function(t,e){return e.monthsShortRegex(t)})),ut("MMMM",(function(t,e){return e.monthsRegex(t)})),ft(["M","MM"],(function(t,e){e[1]=A(t)-1})),ft(["MMM","MMMM"],(function(t,e,i,n){var r=i._locale.monthsParse(t,n,i._strict);null!=r?e[1]=r:f(i).invalidMonth=t}));var wt=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,kt="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),St="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_");function Tt(t,e,i){var n,r,o,s=t.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],n=0;n<12;++n)o=p([2e3,n]),this._shortMonthsParse[n]=this.monthsShort(o,"").toLocaleLowerCase(),this._longMonthsParse[n]=this.months(o,"").toLocaleLowerCase();return i?"MMM"===e?-1!==(r=vt.call(this._shortMonthsParse,s))?r:null:-1!==(r=vt.call(this._longMonthsParse,s))?r:null:"MMM"===e?-1!==(r=vt.call(this._shortMonthsParse,s))||-1!==(r=vt.call(this._longMonthsParse,s))?r:null:-1!==(r=vt.call(this._longMonthsParse,s))||-1!==(r=vt.call(this._shortMonthsParse,s))?r:null}function Ot(t,e){var i;if(!t.isValid())return t;if("string"==typeof e)if(/^\d+$/.test(e))e=A(e);else if(!l(e=t.localeData().monthsParse(e)))return t;return i=Math.min(t.date(),Lt(t.year(),e)),t._d["set"+(t._isUTC?"UTC":"")+"Month"](e,i),t}function Ct(t){return null!=t?(Ot(this,t),r.updateOffset(this,!0),this):_t(this,"Month")}var jt=lt,zt=lt;function Pt(){function t(t,e){return e.length-t.length}var e,i,n=[],r=[],o=[];for(e=0;e<12;e++)i=p([2e3,e]),n.push(this.monthsShort(i,"")),r.push(this.months(i,"")),o.push(this.months(i,"")),o.push(this.monthsShort(i,""));for(n.sort(t),r.sort(t),o.sort(t),e=0;e<12;e++)n[e]=dt(n[e]),r[e]=dt(r[e]);for(e=0;e<24;e++)o[e]=dt(o[e]);this._monthsRegex=new RegExp("^("+o.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+r.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+n.join("|")+")","i")}function Dt(t,e,i,n,r,o,s){var a;return t<100&&t>=0?(a=new Date(t+400,e,i,n,r,o,s),isFinite(a.getFullYear())&&a.setFullYear(t)):a=new Date(t,e,i,n,r,o,s),a}function Et(t){var e;if(t<100&&t>=0){var i=Array.prototype.slice.call(arguments);i[0]=t+400,e=new Date(Date.UTC.apply(null,i)),isFinite(e.getUTCFullYear())&&e.setUTCFullYear(t)}else e=new Date(Date.UTC.apply(null,arguments));return e}function Nt(t,e,i){var n=7+e-i;return-(7+Et(t,0,n).getUTCDay()-e)%7+n-1}function Yt(t,e,i,n,r){var o,s,a=1+7*(e-1)+(7+i-n)%7+Nt(t,n,r);return a<=0?s=yt(o=t-1)+a:a>yt(t)?(o=t+1,s=a-yt(t)):(o=t,s=a),{year:o,dayOfYear:s}}function Bt(t,e,i){var n,r,o=Nt(t.year(),e,i),s=Math.floor((t.dayOfYear()-o-1)/7)+1;return s<1?n=s+Wt(r=t.year()-1,e,i):s>Wt(t.year(),e,i)?(n=s-Wt(t.year(),e,i),r=t.year()+1):(r=t.year(),n=s),{week:n,year:r}}function Wt(t,e,i){var n=Nt(t,e,i),r=Nt(t+1,e,i);return(yt(t)-n+r)/7}function Rt(t,e){return t.slice(e,7).concat(t.slice(0,e))}q("w",["ww",2],"wo","week"),q("W",["WW",2],"Wo","isoWeek"),D("week","w"),D("isoWeek","W"),B("week",5),B("isoWeek",5),ut("w",Z),ut("ww",Z,V),ut("W",Z),ut("WW",Z,V),mt(["w","ww","W","WW"],(function(t,e,i,n){e[n.substr(0,1)]=A(t)})),q("d",0,"do","day"),q("dd",0,0,(function(t){return this.localeData().weekdaysMin(this,t)})),q("ddd",0,0,(function(t){return this.localeData().weekdaysShort(this,t)})),q("dddd",0,0,(function(t){return this.localeData().weekdays(this,t)})),q("e",0,0,"weekday"),q("E",0,0,"isoWeekday"),D("day","d"),D("weekday","e"),D("isoWeekday","E"),B("day",11),B("weekday",11),B("isoWeekday",11),ut("d",Z),ut("e",Z),ut("E",Z),ut("dd",(function(t,e){return e.weekdaysMinRegex(t)})),ut("ddd",(function(t,e){return e.weekdaysShortRegex(t)})),ut("dddd",(function(t,e){return e.weekdaysRegex(t)})),mt(["dd","ddd","dddd"],(function(t,e,i,n){var r=i._locale.weekdaysParse(t,n,i._strict);null!=r?e.d=r:f(i).invalidWeekday=t})),mt(["d","e","E"],(function(t,e,i,n){e[n]=A(t)}));var Ht="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),It="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Xt="Su_Mo_Tu_We_Th_Fr_Sa".split("_");function qt(t,e,i){var n,r,o,s=t.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],n=0;n<7;++n)o=p([2e3,1]).day(n),this._minWeekdaysParse[n]=this.weekdaysMin(o,"").toLocaleLowerCase(),this._shortWeekdaysParse[n]=this.weekdaysShort(o,"").toLocaleLowerCase(),this._weekdaysParse[n]=this.weekdays(o,"").toLocaleLowerCase();return i?"dddd"===e?-1!==(r=vt.call(this._weekdaysParse,s))?r:null:"ddd"===e?-1!==(r=vt.call(this._shortWeekdaysParse,s))?r:null:-1!==(r=vt.call(this._minWeekdaysParse,s))?r:null:"dddd"===e?-1!==(r=vt.call(this._weekdaysParse,s))||-1!==(r=vt.call(this._shortWeekdaysParse,s))||-1!==(r=vt.call(this._minWeekdaysParse,s))?r:null:"ddd"===e?-1!==(r=vt.call(this._shortWeekdaysParse,s))||-1!==(r=vt.call(this._weekdaysParse,s))||-1!==(r=vt.call(this._minWeekdaysParse,s))?r:null:-1!==(r=vt.call(this._minWeekdaysParse,s))||-1!==(r=vt.call(this._weekdaysParse,s))||-1!==(r=vt.call(this._shortWeekdaysParse,s))?r:null}var Ft=lt,Gt=lt,Ut=lt;function Vt(){function t(t,e){return e.length-t.length}var e,i,n,r,o,s=[],a=[],l=[],c=[];for(e=0;e<7;e++)i=p([2e3,1]).day(e),n=this.weekdaysMin(i,""),r=this.weekdaysShort(i,""),o=this.weekdays(i,""),s.push(n),a.push(r),l.push(o),c.push(n),c.push(r),c.push(o);for(s.sort(t),a.sort(t),l.sort(t),c.sort(t),e=0;e<7;e++)a[e]=dt(a[e]),l[e]=dt(l[e]),c[e]=dt(c[e]);this._weekdaysRegex=new RegExp("^("+c.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+a.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+s.join("|")+")","i")}function Kt(){return this.hours()%12||12}function $t(t,e){q(t,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),e)}))}function Jt(t,e){return e._meridiemParse}q("H",["HH",2],0,"hour"),q("h",["hh",2],0,Kt),q("k",["kk",2],0,(function(){return this.hours()||24})),q("hmm",0,0,(function(){return""+Kt.apply(this)+W(this.minutes(),2)})),q("hmmss",0,0,(function(){return""+Kt.apply(this)+W(this.minutes(),2)+W(this.seconds(),2)})),q("Hmm",0,0,(function(){return""+this.hours()+W(this.minutes(),2)})),q("Hmmss",0,0,(function(){return""+this.hours()+W(this.minutes(),2)+W(this.seconds(),2)})),$t("a",!0),$t("A",!1),D("hour","h"),B("hour",13),ut("a",Jt),ut("A",Jt),ut("H",Z),ut("h",Z),ut("k",Z),ut("HH",Z,V),ut("hh",Z,V),ut("kk",Z,V),ut("hmm",Q),ut("hmmss",tt),ut("Hmm",Q),ut("Hmmss",tt),ft(["H","HH"],3),ft(["k","kk"],(function(t,e,i){var n=A(t);e[3]=24===n?0:n})),ft(["a","A"],(function(t,e,i){i._isPm=i._locale.isPM(t),i._meridiem=t})),ft(["h","hh"],(function(t,e,i){e[3]=A(t),f(i).bigHour=!0})),ft("hmm",(function(t,e,i){var n=t.length-2;e[3]=A(t.substr(0,n)),e[4]=A(t.substr(n)),f(i).bigHour=!0})),ft("hmmss",(function(t,e,i){var n=t.length-4,r=t.length-2;e[3]=A(t.substr(0,n)),e[4]=A(t.substr(n,2)),e[5]=A(t.substr(r)),f(i).bigHour=!0})),ft("Hmm",(function(t,e,i){var n=t.length-2;e[3]=A(t.substr(0,n)),e[4]=A(t.substr(n))})),ft("Hmmss",(function(t,e,i){var n=t.length-4,r=t.length-2;e[3]=A(t.substr(0,n)),e[4]=A(t.substr(n,2)),e[5]=A(t.substr(r))}));var Zt,Qt=xt("Hours",!0),te={calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:/\d{1,2}/,relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},months:kt,monthsShort:St,week:{dow:0,doy:6},weekdays:Ht,weekdaysMin:Xt,weekdaysShort:It,meridiemParse:/[ap]\.?m?\.?/i},ee={},ie={};function ne(t){return t?t.toLowerCase().replace("_","-"):t}function re(e){var n=null;if(!ee[e]&&void 0!==t&&t&&t.exports)try{n=Zt._abbr,i(144)("./"+e),oe(n)}catch(t){}return ee[e]}function oe(t,e){var i;return t&&((i=a(e)?ae(t):se(t,e))?Zt=i:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+t+" not found. Did you forget to load it?")),Zt._abbr}function se(t,e){if(null!==e){var i,n=te;if(e.abbr=t,null!=ee[t])O("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),n=ee[t]._config;else if(null!=e.parentLocale)if(null!=ee[e.parentLocale])n=ee[e.parentLocale]._config;else{if(null==(i=re(e.parentLocale)))return ie[e.parentLocale]||(ie[e.parentLocale]=[]),ie[e.parentLocale].push({name:t,config:e}),null;n=i._config}return ee[t]=new z(j(n,e)),ie[t]&&ie[t].forEach((function(t){se(t.name,t.config)})),oe(t),ee[t]}return delete ee[t],null}function ae(t){var e;if(t&&t._locale&&t._locale._abbr&&(t=t._locale._abbr),!t)return Zt;if(!o(t)){if(e=re(t))return e;t=[t]}return function(t){for(var e,i,n,r,o=0;o<t.length;){for(e=(r=ne(t[o]).split("-")).length,i=(i=ne(t[o+1]))?i.split("-"):null;e>0;){if(n=re(r.slice(0,e).join("-")))return n;if(i&&i.length>=e&&L(r,i,!0)>=e-1)break;e--}o++}return Zt}(t)}function le(t){var e,i=t._a;return i&&-2===f(t).overflow&&(e=i[1]<0||i[1]>11?1:i[2]<1||i[2]>Lt(i[0],i[1])?2:i[3]<0||i[3]>24||24===i[3]&&(0!==i[4]||0!==i[5]||0!==i[6])?3:i[4]<0||i[4]>59?4:i[5]<0||i[5]>59?5:i[6]<0||i[6]>999?6:-1,f(t)._overflowDayOfYear&&(e<0||e>2)&&(e=2),f(t)._overflowWeeks&&-1===e&&(e=7),f(t)._overflowWeekday&&-1===e&&(e=8),f(t).overflow=e),t}function ce(t,e,i){return null!=t?t:null!=e?e:i}function ue(t){var e,i,n,o,s,a=[];if(!t._d){for(n=function(t){var e=new Date(r.now());return t._useUTC?[e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()]:[e.getFullYear(),e.getMonth(),e.getDate()]}(t),t._w&&null==t._a[2]&&null==t._a[1]&&function(t){var e,i,n,r,o,s,a,l;if(null!=(e=t._w).GG||null!=e.W||null!=e.E)o=1,s=4,i=ce(e.GG,t._a[0],Bt(we(),1,4).year),n=ce(e.W,1),((r=ce(e.E,1))<1||r>7)&&(l=!0);else{o=t._locale._week.dow,s=t._locale._week.doy;var c=Bt(we(),o,s);i=ce(e.gg,t._a[0],c.year),n=ce(e.w,c.week),null!=e.d?((r=e.d)<0||r>6)&&(l=!0):null!=e.e?(r=e.e+o,(e.e<0||e.e>6)&&(l=!0)):r=o}n<1||n>Wt(i,o,s)?f(t)._overflowWeeks=!0:null!=l?f(t)._overflowWeekday=!0:(a=Yt(i,n,r,o,s),t._a[0]=a.year,t._dayOfYear=a.dayOfYear)}(t),null!=t._dayOfYear&&(s=ce(t._a[0],n[0]),(t._dayOfYear>yt(s)||0===t._dayOfYear)&&(f(t)._overflowDayOfYear=!0),i=Et(s,0,t._dayOfYear),t._a[1]=i.getUTCMonth(),t._a[2]=i.getUTCDate()),e=0;e<3&&null==t._a[e];++e)t._a[e]=a[e]=n[e];for(;e<7;e++)t._a[e]=a[e]=null==t._a[e]?2===e?1:0:t._a[e];24===t._a[3]&&0===t._a[4]&&0===t._a[5]&&0===t._a[6]&&(t._nextDay=!0,t._a[3]=0),t._d=(t._useUTC?Et:Dt).apply(null,a),o=t._useUTC?t._d.getUTCDay():t._d.getDay(),null!=t._tzm&&t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),t._nextDay&&(t._a[3]=24),t._w&&void 0!==t._w.d&&t._w.d!==o&&(f(t).weekdayMismatch=!0)}}var he=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,de=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,pe=/Z|[+-]\d\d(?::?\d\d)?/,fe=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/]],me=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],ge=/^\/?Date\((\-?\d+)/i;function ye(t){var e,i,n,r,o,s,a=t._i,l=he.exec(a)||de.exec(a);if(l){for(f(t).iso=!0,e=0,i=fe.length;e<i;e++)if(fe[e][1].exec(l[1])){r=fe[e][0],n=!1!==fe[e][2];break}if(null==r)return void(t._isValid=!1);if(l[3]){for(e=0,i=me.length;e<i;e++)if(me[e][1].exec(l[3])){o=(l[2]||" ")+me[e][0];break}if(null==o)return void(t._isValid=!1)}if(!n&&null!=o)return void(t._isValid=!1);if(l[4]){if(!pe.exec(l[4]))return void(t._isValid=!1);s="Z"}t._f=r+(o||"")+(s||""),_e(t)}else t._isValid=!1}var be=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/;function ve(t){var e=parseInt(t,10);return e<=49?2e3+e:e<=999?1900+e:e}var Me={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function xe(t){var e,i,n,r,o,s,a,l=be.exec(t._i.replace(/\([^)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,""));if(l){var c=(e=l[4],i=l[3],n=l[2],r=l[5],o=l[6],s=l[7],a=[ve(e),St.indexOf(i),parseInt(n,10),parseInt(r,10),parseInt(o,10)],s&&a.push(parseInt(s,10)),a);if(!function(t,e,i){return!t||It.indexOf(t)===new Date(e[0],e[1],e[2]).getDay()||(f(i).weekdayMismatch=!0,i._isValid=!1,!1)}(l[1],c,t))return;t._a=c,t._tzm=function(t,e,i){if(t)return Me[t];if(e)return 0;var n=parseInt(i,10),r=n%100;return(n-r)/100*60+r}(l[8],l[9],l[10]),t._d=Et.apply(null,t._a),t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),f(t).rfc2822=!0}else t._isValid=!1}function _e(t){if(t._f!==r.ISO_8601)if(t._f!==r.RFC_2822){t._a=[],f(t).empty=!0;var e,i,n,o,s,a=""+t._i,l=a.length,c=0;for(n=G(t._f,t._locale).match(R)||[],e=0;e<n.length;e++)o=n[e],(i=(a.match(ht(o,t))||[])[0])&&((s=a.substr(0,a.indexOf(i))).length>0&&f(t).unusedInput.push(s),a=a.slice(a.indexOf(i)+i.length),c+=i.length),X[o]?(i?f(t).empty=!1:f(t).unusedTokens.push(o),gt(o,i,t)):t._strict&&!i&&f(t).unusedTokens.push(o);f(t).charsLeftOver=l-c,a.length>0&&f(t).unusedInput.push(a),t._a[3]<=12&&!0===f(t).bigHour&&t._a[3]>0&&(f(t).bigHour=void 0),f(t).parsedDateParts=t._a.slice(0),f(t).meridiem=t._meridiem,t._a[3]=function(t,e,i){var n;return null==i?e:null!=t.meridiemHour?t.meridiemHour(e,i):null!=t.isPM?((n=t.isPM(i))&&e<12&&(e+=12),n||12!==e||(e=0),e):e}(t._locale,t._a[3],t._meridiem),ue(t),le(t)}else xe(t);else ye(t)}function Ae(t){var e=t._i,i=t._f;return t._locale=t._locale||ae(t._l),null===e||void 0===i&&""===e?g({nullInput:!0}):("string"==typeof e&&(t._i=e=t._locale.preparse(e)),x(e)?new M(le(e)):(c(e)?t._d=e:o(i)?function(t){var e,i,n,r,o;if(0===t._f.length)return f(t).invalidFormat=!0,void(t._d=new Date(NaN));for(r=0;r<t._f.length;r++)o=0,e=b({},t),null!=t._useUTC&&(e._useUTC=t._useUTC),e._f=t._f[r],_e(e),m(e)&&(o+=f(e).charsLeftOver,o+=10*f(e).unusedTokens.length,f(e).score=o,(null==n||o<n)&&(n=o,i=e));d(t,i||e)}(t):i?_e(t):function(t){var e=t._i;a(e)?t._d=new Date(r.now()):c(e)?t._d=new Date(e.valueOf()):"string"==typeof e?function(t){var e=ge.exec(t._i);null===e?(ye(t),!1===t._isValid&&(delete t._isValid,xe(t),!1===t._isValid&&(delete t._isValid,r.createFromInputFallback(t)))):t._d=new Date(+e[1])}(t):o(e)?(t._a=u(e.slice(0),(function(t){return parseInt(t,10)})),ue(t)):s(e)?function(t){if(!t._d){var e=N(t._i);t._a=u([e.year,e.month,e.day||e.date,e.hour,e.minute,e.second,e.millisecond],(function(t){return t&&parseInt(t,10)})),ue(t)}}(t):l(e)?t._d=new Date(e):r.createFromInputFallback(t)}(t),m(t)||(t._d=null),t))}function Le(t,e,i,n,r){var a,l={};return!0!==i&&!1!==i||(n=i,i=void 0),(s(t)&&function(t){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(t).length;var e;for(e in t)if(t.hasOwnProperty(e))return!1;return!0}(t)||o(t)&&0===t.length)&&(t=void 0),l._isAMomentObject=!0,l._useUTC=l._isUTC=r,l._l=i,l._i=t,l._f=e,l._strict=n,(a=new M(le(Ae(l))))._nextDay&&(a.add(1,"d"),a._nextDay=void 0),a}function we(t,e,i,n){return Le(t,e,i,n,!1)}r.createFromInputFallback=k("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged and will be removed in an upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",(function(t){t._d=new Date(t._i+(t._useUTC?" UTC":""))})),r.ISO_8601=function(){},r.RFC_2822=function(){};var ke=k("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var t=we.apply(null,arguments);return this.isValid()&&t.isValid()?t<this?this:t:g()})),Se=k("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var t=we.apply(null,arguments);return this.isValid()&&t.isValid()?t>this?this:t:g()}));function Te(t,e){var i,n;if(1===e.length&&o(e[0])&&(e=e[0]),!e.length)return we();for(i=e[0],n=1;n<e.length;++n)e[n].isValid()&&!e[n][t](i)||(i=e[n]);return i}var Oe=["year","quarter","month","week","day","hour","minute","second","millisecond"];function Ce(t){var e=N(t),i=e.year||0,n=e.quarter||0,r=e.month||0,o=e.week||e.isoWeek||0,s=e.day||0,a=e.hour||0,l=e.minute||0,c=e.second||0,u=e.millisecond||0;this._isValid=function(t){for(var e in t)if(-1===vt.call(Oe,e)||null!=t[e]&&isNaN(t[e]))return!1;for(var i=!1,n=0;n<Oe.length;++n)if(t[Oe[n]]){if(i)return!1;parseFloat(t[Oe[n]])!==A(t[Oe[n]])&&(i=!0)}return!0}(e),this._milliseconds=+u+1e3*c+6e4*l+1e3*a*60*60,this._days=+s+7*o,this._months=+r+3*n+12*i,this._data={},this._locale=ae(),this._bubble()}function je(t){return t instanceof Ce}function ze(t){return t<0?-1*Math.round(-1*t):Math.round(t)}function Pe(t,e){q(t,0,0,(function(){var t=this.utcOffset(),i="+";return t<0&&(t=-t,i="-"),i+W(~~(t/60),2)+e+W(~~t%60,2)}))}Pe("Z",":"),Pe("ZZ",""),ut("Z",at),ut("ZZ",at),ft(["Z","ZZ"],(function(t,e,i){i._useUTC=!0,i._tzm=Ee(at,t)}));var De=/([\+\-]|\d\d)/gi;function Ee(t,e){var i=(e||"").match(t);if(null===i)return null;var n=((i[i.length-1]||[])+"").match(De)||["-",0,0],r=60*n[1]+A(n[2]);return 0===r?0:"+"===n[0]?r:-r}function Ne(t,e){var i,n;return e._isUTC?(i=e.clone(),n=(x(t)||c(t)?t.valueOf():we(t).valueOf())-i.valueOf(),i._d.setTime(i._d.valueOf()+n),r.updateOffset(i,!1),i):we(t).local()}function Ye(t){return 15*-Math.round(t._d.getTimezoneOffset()/15)}function Be(){return!!this.isValid()&&this._isUTC&&0===this._offset}r.updateOffset=function(){};var We=/^(\-|\+)?(?:(\d*)[. ])?(\d+)\:(\d+)(?:\:(\d+)(\.\d*)?)?$/,Re=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function He(t,e){var i,n,r,o,s,a,c=t,u=null;return je(t)?c={ms:t._milliseconds,d:t._days,M:t._months}:l(t)?(c={},e?c[e]=t:c.milliseconds=t):(u=We.exec(t))?(i="-"===u[1]?-1:1,c={y:0,d:A(u[2])*i,h:A(u[3])*i,m:A(u[4])*i,s:A(u[5])*i,ms:A(ze(1e3*u[6]))*i}):(u=Re.exec(t))?(i="-"===u[1]?-1:1,c={y:Ie(u[2],i),M:Ie(u[3],i),w:Ie(u[4],i),d:Ie(u[5],i),h:Ie(u[6],i),m:Ie(u[7],i),s:Ie(u[8],i)}):null==c?c={}:"object"==typeof c&&("from"in c||"to"in c)&&(o=we(c.from),s=we(c.to),r=o.isValid()&&s.isValid()?(s=Ne(s,o),o.isBefore(s)?a=Xe(o,s):((a=Xe(s,o)).milliseconds=-a.milliseconds,a.months=-a.months),a):{milliseconds:0,months:0},(c={}).ms=r.milliseconds,c.M=r.months),n=new Ce(c),je(t)&&h(t,"_locale")&&(n._locale=t._locale),n}function Ie(t,e){var i=t&&parseFloat(t.replace(",","."));return(isNaN(i)?0:i)*e}function Xe(t,e){var i={};return i.months=e.month()-t.month()+12*(e.year()-t.year()),t.clone().add(i.months,"M").isAfter(e)&&--i.months,i.milliseconds=+e-+t.clone().add(i.months,"M"),i}function qe(t,e){return function(i,n){var r;return null===n||isNaN(+n)||(O(e,"moment()."+e+"(period, number) is deprecated. Please use moment()."+e+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),r=i,i=n,n=r),Fe(this,He(i="string"==typeof i?+i:i,n),t),this}}function Fe(t,e,i,n){var o=e._milliseconds,s=ze(e._days),a=ze(e._months);t.isValid()&&(n=null==n||n,a&&Ot(t,_t(t,"Month")+a*i),s&&At(t,"Date",_t(t,"Date")+s*i),o&&t._d.setTime(t._d.valueOf()+o*i),n&&r.updateOffset(t,s||a))}He.fn=Ce.prototype,He.invalid=function(){return He(NaN)};var Ge=qe(1,"add"),Ue=qe(-1,"subtract");function Ve(t,e){var i=12*(e.year()-t.year())+(e.month()-t.month()),n=t.clone().add(i,"months");return-(i+(e-n<0?(e-n)/(n-t.clone().add(i-1,"months")):(e-n)/(t.clone().add(i+1,"months")-n)))||0}function Ke(t){var e;return void 0===t?this._locale._abbr:(null!=(e=ae(t))&&(this._locale=e),this)}r.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",r.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var $e=k("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",(function(t){return void 0===t?this.localeData():this.locale(t)}));function Je(){return this._locale}function Ze(t,e){return(t%e+e)%e}function Qe(t,e,i){return t<100&&t>=0?new Date(t+400,e,i)-126227808e5:new Date(t,e,i).valueOf()}function ti(t,e,i){return t<100&&t>=0?Date.UTC(t+400,e,i)-126227808e5:Date.UTC(t,e,i)}function ei(t,e){q(0,[t,t.length],0,e)}function ii(t,e,i,n,r){var o;return null==t?Bt(this,n,r).year:(e>(o=Wt(t,n,r))&&(e=o),ni.call(this,t,e,i,n,r))}function ni(t,e,i,n,r){var o=Yt(t,e,i,n,r),s=Et(o.year,0,o.dayOfYear);return this.year(s.getUTCFullYear()),this.month(s.getUTCMonth()),this.date(s.getUTCDate()),this}q(0,["gg",2],0,(function(){return this.weekYear()%100})),q(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),ei("gggg","weekYear"),ei("ggggg","weekYear"),ei("GGGG","isoWeekYear"),ei("GGGGG","isoWeekYear"),D("weekYear","gg"),D("isoWeekYear","GG"),B("weekYear",1),B("isoWeekYear",1),ut("G",ot),ut("g",ot),ut("GG",Z,V),ut("gg",Z,V),ut("GGGG",it,$),ut("gggg",it,$),ut("GGGGG",nt,J),ut("ggggg",nt,J),mt(["gggg","ggggg","GGGG","GGGGG"],(function(t,e,i,n){e[n.substr(0,2)]=A(t)})),mt(["gg","GG"],(function(t,e,i,n){e[n]=r.parseTwoDigitYear(t)})),q("Q",0,"Qo","quarter"),D("quarter","Q"),B("quarter",7),ut("Q",U),ft("Q",(function(t,e){e[1]=3*(A(t)-1)})),q("D",["DD",2],"Do","date"),D("date","D"),B("date",9),ut("D",Z),ut("DD",Z,V),ut("Do",(function(t,e){return t?e._dayOfMonthOrdinalParse||e._ordinalParse:e._dayOfMonthOrdinalParseLenient})),ft(["D","DD"],2),ft("Do",(function(t,e){e[2]=A(t.match(Z)[0])}));var ri=xt("Date",!0);q("DDD",["DDDD",3],"DDDo","dayOfYear"),D("dayOfYear","DDD"),B("dayOfYear",4),ut("DDD",et),ut("DDDD",K),ft(["DDD","DDDD"],(function(t,e,i){i._dayOfYear=A(t)})),q("m",["mm",2],0,"minute"),D("minute","m"),B("minute",14),ut("m",Z),ut("mm",Z,V),ft(["m","mm"],4);var oi=xt("Minutes",!1);q("s",["ss",2],0,"second"),D("second","s"),B("second",15),ut("s",Z),ut("ss",Z,V),ft(["s","ss"],5);var si,ai=xt("Seconds",!1);for(q("S",0,0,(function(){return~~(this.millisecond()/100)})),q(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),q(0,["SSS",3],0,"millisecond"),q(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),q(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),q(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),q(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),q(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),q(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),D("millisecond","ms"),B("millisecond",16),ut("S",et,U),ut("SS",et,V),ut("SSS",et,K),si="SSSS";si.length<=9;si+="S")ut(si,rt);function li(t,e){e[6]=A(1e3*("0."+t))}for(si="S";si.length<=9;si+="S")ft(si,li);var ci=xt("Milliseconds",!1);q("z",0,0,"zoneAbbr"),q("zz",0,0,"zoneName");var ui=M.prototype;function hi(t){return t}ui.add=Ge,ui.calendar=function(t,e){var i=t||we(),n=Ne(i,this).startOf("day"),o=r.calendarFormat(this,n)||"sameElse",s=e&&(C(e[o])?e[o].call(this,i):e[o]);return this.format(s||this.localeData().calendar(o,this,we(i)))},ui.clone=function(){return new M(this)},ui.diff=function(t,e,i){var n,r,o;if(!this.isValid())return NaN;if(!(n=Ne(t,this)).isValid())return NaN;switch(r=6e4*(n.utcOffset()-this.utcOffset()),e=E(e)){case"year":o=Ve(this,n)/12;break;case"month":o=Ve(this,n);break;case"quarter":o=Ve(this,n)/3;break;case"second":o=(this-n)/1e3;break;case"minute":o=(this-n)/6e4;break;case"hour":o=(this-n)/36e5;break;case"day":o=(this-n-r)/864e5;break;case"week":o=(this-n-r)/6048e5;break;default:o=this-n}return i?o:_(o)},ui.endOf=function(t){var e;if(void 0===(t=E(t))||"millisecond"===t||!this.isValid())return this;var i=this._isUTC?ti:Qe;switch(t){case"year":e=i(this.year()+1,0,1)-1;break;case"quarter":e=i(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":e=i(this.year(),this.month()+1,1)-1;break;case"week":e=i(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":e=i(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":e=i(this.year(),this.month(),this.date()+1)-1;break;case"hour":e=this._d.valueOf(),e+=36e5-Ze(e+(this._isUTC?0:6e4*this.utcOffset()),36e5)-1;break;case"minute":e=this._d.valueOf(),e+=6e4-Ze(e,6e4)-1;break;case"second":e=this._d.valueOf(),e+=1e3-Ze(e,1e3)-1}return this._d.setTime(e),r.updateOffset(this,!0),this},ui.format=function(t){t||(t=this.isUtc()?r.defaultFormatUtc:r.defaultFormat);var e=F(this,t);return this.localeData().postformat(e)},ui.from=function(t,e){return this.isValid()&&(x(t)&&t.isValid()||we(t).isValid())?He({to:this,from:t}).locale(this.locale()).humanize(!e):this.localeData().invalidDate()},ui.fromNow=function(t){return this.from(we(),t)},ui.to=function(t,e){return this.isValid()&&(x(t)&&t.isValid()||we(t).isValid())?He({from:this,to:t}).locale(this.locale()).humanize(!e):this.localeData().invalidDate()},ui.toNow=function(t){return this.to(we(),t)},ui.get=function(t){return C(this[t=E(t)])?this[t]():this},ui.invalidAt=function(){return f(this).overflow},ui.isAfter=function(t,e){var i=x(t)?t:we(t);return!(!this.isValid()||!i.isValid())&&("millisecond"===(e=E(e)||"millisecond")?this.valueOf()>i.valueOf():i.valueOf()<this.clone().startOf(e).valueOf())},ui.isBefore=function(t,e){var i=x(t)?t:we(t);return!(!this.isValid()||!i.isValid())&&("millisecond"===(e=E(e)||"millisecond")?this.valueOf()<i.valueOf():this.clone().endOf(e).valueOf()<i.valueOf())},ui.isBetween=function(t,e,i,n){var r=x(t)?t:we(t),o=x(e)?e:we(e);return!!(this.isValid()&&r.isValid()&&o.isValid())&&("("===(n=n||"()")[0]?this.isAfter(r,i):!this.isBefore(r,i))&&(")"===n[1]?this.isBefore(o,i):!this.isAfter(o,i))},ui.isSame=function(t,e){var i,n=x(t)?t:we(t);return!(!this.isValid()||!n.isValid())&&("millisecond"===(e=E(e)||"millisecond")?this.valueOf()===n.valueOf():(i=n.valueOf(),this.clone().startOf(e).valueOf()<=i&&i<=this.clone().endOf(e).valueOf()))},ui.isSameOrAfter=function(t,e){return this.isSame(t,e)||this.isAfter(t,e)},ui.isSameOrBefore=function(t,e){return this.isSame(t,e)||this.isBefore(t,e)},ui.isValid=function(){return m(this)},ui.lang=$e,ui.locale=Ke,ui.localeData=Je,ui.max=Se,ui.min=ke,ui.parsingFlags=function(){return d({},f(this))},ui.set=function(t,e){if("object"==typeof t)for(var i=function(t){var e=[];for(var i in t)e.push({unit:i,priority:Y[i]});return e.sort((function(t,e){return t.priority-e.priority})),e}(t=N(t)),n=0;n<i.length;n++)this[i[n].unit](t[i[n].unit]);else if(C(this[t=E(t)]))return this[t](e);return this},ui.startOf=function(t){var e;if(void 0===(t=E(t))||"millisecond"===t||!this.isValid())return this;var i=this._isUTC?ti:Qe;switch(t){case"year":e=i(this.year(),0,1);break;case"quarter":e=i(this.year(),this.month()-this.month()%3,1);break;case"month":e=i(this.year(),this.month(),1);break;case"week":e=i(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":e=i(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":e=i(this.year(),this.month(),this.date());break;case"hour":e=this._d.valueOf(),e-=Ze(e+(this._isUTC?0:6e4*this.utcOffset()),36e5);break;case"minute":e=this._d.valueOf(),e-=Ze(e,6e4);break;case"second":e=this._d.valueOf(),e-=Ze(e,1e3)}return this._d.setTime(e),r.updateOffset(this,!0),this},ui.subtract=Ue,ui.toArray=function(){var t=this;return[t.year(),t.month(),t.date(),t.hour(),t.minute(),t.second(),t.millisecond()]},ui.toObject=function(){var t=this;return{years:t.year(),months:t.month(),date:t.date(),hours:t.hours(),minutes:t.minutes(),seconds:t.seconds(),milliseconds:t.milliseconds()}},ui.toDate=function(){return new Date(this.valueOf())},ui.toISOString=function(t){if(!this.isValid())return null;var e=!0!==t,i=e?this.clone().utc():this;return i.year()<0||i.year()>9999?F(i,e?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):C(Date.prototype.toISOString)?e?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",F(i,"Z")):F(i,e?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")},ui.inspect=function(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var t="moment",e="";this.isLocal()||(t=0===this.utcOffset()?"moment.utc":"moment.parseZone",e="Z");var i="["+t+'("]',n=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",r=e+'[")]';return this.format(i+n+"-MM-DD[T]HH:mm:ss.SSS"+r)},ui.toJSON=function(){return this.isValid()?this.toISOString():null},ui.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},ui.unix=function(){return Math.floor(this.valueOf()/1e3)},ui.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},ui.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},ui.year=Mt,ui.isLeapYear=function(){return bt(this.year())},ui.weekYear=function(t){return ii.call(this,t,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)},ui.isoWeekYear=function(t){return ii.call(this,t,this.isoWeek(),this.isoWeekday(),1,4)},ui.quarter=ui.quarters=function(t){return null==t?Math.ceil((this.month()+1)/3):this.month(3*(t-1)+this.month()%3)},ui.month=Ct,ui.daysInMonth=function(){return Lt(this.year(),this.month())},ui.week=ui.weeks=function(t){var e=this.localeData().week(this);return null==t?e:this.add(7*(t-e),"d")},ui.isoWeek=ui.isoWeeks=function(t){var e=Bt(this,1,4).week;return null==t?e:this.add(7*(t-e),"d")},ui.weeksInYear=function(){var t=this.localeData()._week;return Wt(this.year(),t.dow,t.doy)},ui.isoWeeksInYear=function(){return Wt(this.year(),1,4)},ui.date=ri,ui.day=ui.days=function(t){if(!this.isValid())return null!=t?this:NaN;var e=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=t?(t=function(t,e){return"string"!=typeof t?t:isNaN(t)?"number"==typeof(t=e.weekdaysParse(t))?t:null:parseInt(t,10)}(t,this.localeData()),this.add(t-e,"d")):e},ui.weekday=function(t){if(!this.isValid())return null!=t?this:NaN;var e=(this.day()+7-this.localeData()._week.dow)%7;return null==t?e:this.add(t-e,"d")},ui.isoWeekday=function(t){if(!this.isValid())return null!=t?this:NaN;if(null!=t){var e=function(t,e){return"string"==typeof t?e.weekdaysParse(t)%7||7:isNaN(t)?null:t}(t,this.localeData());return this.day(this.day()%7?e:e-7)}return this.day()||7},ui.dayOfYear=function(t){var e=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==t?e:this.add(t-e,"d")},ui.hour=ui.hours=Qt,ui.minute=ui.minutes=oi,ui.second=ui.seconds=ai,ui.millisecond=ui.milliseconds=ci,ui.utcOffset=function(t,e,i){var n,o=this._offset||0;if(!this.isValid())return null!=t?this:NaN;if(null!=t){if("string"==typeof t){if(null===(t=Ee(at,t)))return this}else Math.abs(t)<16&&!i&&(t*=60);return!this._isUTC&&e&&(n=Ye(this)),this._offset=t,this._isUTC=!0,null!=n&&this.add(n,"m"),o!==t&&(!e||this._changeInProgress?Fe(this,He(t-o,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,r.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?o:Ye(this)},ui.utc=function(t){return this.utcOffset(0,t)},ui.local=function(t){return this._isUTC&&(this.utcOffset(0,t),this._isUTC=!1,t&&this.subtract(Ye(this),"m")),this},ui.parseZone=function(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var t=Ee(st,this._i);null!=t?this.utcOffset(t):this.utcOffset(0,!0)}return this},ui.hasAlignedHourOffset=function(t){return!!this.isValid()&&(t=t?we(t).utcOffset():0,(this.utcOffset()-t)%60==0)},ui.isDST=function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},ui.isLocal=function(){return!!this.isValid()&&!this._isUTC},ui.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},ui.isUtc=Be,ui.isUTC=Be,ui.zoneAbbr=function(){return this._isUTC?"UTC":""},ui.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},ui.dates=k("dates accessor is deprecated. Use date instead.",ri),ui.months=k("months accessor is deprecated. Use month instead",Ct),ui.years=k("years accessor is deprecated. Use year instead",Mt),ui.zone=k("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",(function(t,e){return null!=t?("string"!=typeof t&&(t=-t),this.utcOffset(t,e),this):-this.utcOffset()})),ui.isDSTShifted=k("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",(function(){if(!a(this._isDSTShifted))return this._isDSTShifted;var t={};if(b(t,this),(t=Ae(t))._a){var e=t._isUTC?p(t._a):we(t._a);this._isDSTShifted=this.isValid()&&L(t._a,e.toArray())>0}else this._isDSTShifted=!1;return this._isDSTShifted}));var di=z.prototype;function pi(t,e,i,n){var r=ae(),o=p().set(n,e);return r[i](o,t)}function fi(t,e,i){if(l(t)&&(e=t,t=void 0),t=t||"",null!=e)return pi(t,e,i,"month");var n,r=[];for(n=0;n<12;n++)r[n]=pi(t,n,i,"month");return r}function mi(t,e,i,n){"boolean"==typeof t?(l(e)&&(i=e,e=void 0),e=e||""):(i=e=t,t=!1,l(e)&&(i=e,e=void 0),e=e||"");var r,o=ae(),s=t?o._week.dow:0;if(null!=i)return pi(e,(i+s)%7,n,"day");var a=[];for(r=0;r<7;r++)a[r]=pi(e,(r+s)%7,n,"day");return a}di.calendar=function(t,e,i){var n=this._calendar[t]||this._calendar.sameElse;return C(n)?n.call(e,i):n},di.longDateFormat=function(t){var e=this._longDateFormat[t],i=this._longDateFormat[t.toUpperCase()];return e||!i?e:(this._longDateFormat[t]=i.replace(/MMMM|MM|DD|dddd/g,(function(t){return t.slice(1)})),this._longDateFormat[t])},di.invalidDate=function(){return this._invalidDate},di.ordinal=function(t){return this._ordinal.replace("%d",t)},di.preparse=hi,di.postformat=hi,di.relativeTime=function(t,e,i,n){var r=this._relativeTime[i];return C(r)?r(t,e,i,n):r.replace(/%d/i,t)},di.pastFuture=function(t,e){var i=this._relativeTime[t>0?"future":"past"];return C(i)?i(e):i.replace(/%s/i,e)},di.set=function(t){var e,i;for(i in t)C(e=t[i])?this[i]=e:this["_"+i]=e;this._config=t,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)},di.months=function(t,e){return t?o(this._months)?this._months[t.month()]:this._months[(this._months.isFormat||wt).test(e)?"format":"standalone"][t.month()]:o(this._months)?this._months:this._months.standalone},di.monthsShort=function(t,e){return t?o(this._monthsShort)?this._monthsShort[t.month()]:this._monthsShort[wt.test(e)?"format":"standalone"][t.month()]:o(this._monthsShort)?this._monthsShort:this._monthsShort.standalone},di.monthsParse=function(t,e,i){var n,r,o;if(this._monthsParseExact)return Tt.call(this,t,e,i);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),n=0;n<12;n++){if(r=p([2e3,n]),i&&!this._longMonthsParse[n]&&(this._longMonthsParse[n]=new RegExp("^"+this.months(r,"").replace(".","")+"$","i"),this._shortMonthsParse[n]=new RegExp("^"+this.monthsShort(r,"").replace(".","")+"$","i")),i||this._monthsParse[n]||(o="^"+this.months(r,"")+"|^"+this.monthsShort(r,""),this._monthsParse[n]=new RegExp(o.replace(".",""),"i")),i&&"MMMM"===e&&this._longMonthsParse[n].test(t))return n;if(i&&"MMM"===e&&this._shortMonthsParse[n].test(t))return n;if(!i&&this._monthsParse[n].test(t))return n}},di.monthsRegex=function(t){return this._monthsParseExact?(h(this,"_monthsRegex")||Pt.call(this),t?this._monthsStrictRegex:this._monthsRegex):(h(this,"_monthsRegex")||(this._monthsRegex=zt),this._monthsStrictRegex&&t?this._monthsStrictRegex:this._monthsRegex)},di.monthsShortRegex=function(t){return this._monthsParseExact?(h(this,"_monthsRegex")||Pt.call(this),t?this._monthsShortStrictRegex:this._monthsShortRegex):(h(this,"_monthsShortRegex")||(this._monthsShortRegex=jt),this._monthsShortStrictRegex&&t?this._monthsShortStrictRegex:this._monthsShortRegex)},di.week=function(t){return Bt(t,this._week.dow,this._week.doy).week},di.firstDayOfYear=function(){return this._week.doy},di.firstDayOfWeek=function(){return this._week.dow},di.weekdays=function(t,e){var i=o(this._weekdays)?this._weekdays:this._weekdays[t&&!0!==t&&this._weekdays.isFormat.test(e)?"format":"standalone"];return!0===t?Rt(i,this._week.dow):t?i[t.day()]:i},di.weekdaysMin=function(t){return!0===t?Rt(this._weekdaysMin,this._week.dow):t?this._weekdaysMin[t.day()]:this._weekdaysMin},di.weekdaysShort=function(t){return!0===t?Rt(this._weekdaysShort,this._week.dow):t?this._weekdaysShort[t.day()]:this._weekdaysShort},di.weekdaysParse=function(t,e,i){var n,r,o;if(this._weekdaysParseExact)return qt.call(this,t,e,i);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),n=0;n<7;n++){if(r=p([2e3,1]).day(n),i&&!this._fullWeekdaysParse[n]&&(this._fullWeekdaysParse[n]=new RegExp("^"+this.weekdays(r,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[n]=new RegExp("^"+this.weekdaysShort(r,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[n]=new RegExp("^"+this.weekdaysMin(r,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[n]||(o="^"+this.weekdays(r,"")+"|^"+this.weekdaysShort(r,"")+"|^"+this.weekdaysMin(r,""),this._weekdaysParse[n]=new RegExp(o.replace(".",""),"i")),i&&"dddd"===e&&this._fullWeekdaysParse[n].test(t))return n;if(i&&"ddd"===e&&this._shortWeekdaysParse[n].test(t))return n;if(i&&"dd"===e&&this._minWeekdaysParse[n].test(t))return n;if(!i&&this._weekdaysParse[n].test(t))return n}},di.weekdaysRegex=function(t){return this._weekdaysParseExact?(h(this,"_weekdaysRegex")||Vt.call(this),t?this._weekdaysStrictRegex:this._weekdaysRegex):(h(this,"_weekdaysRegex")||(this._weekdaysRegex=Ft),this._weekdaysStrictRegex&&t?this._weekdaysStrictRegex:this._weekdaysRegex)},di.weekdaysShortRegex=function(t){return this._weekdaysParseExact?(h(this,"_weekdaysRegex")||Vt.call(this),t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(h(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Gt),this._weekdaysShortStrictRegex&&t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)},di.weekdaysMinRegex=function(t){return this._weekdaysParseExact?(h(this,"_weekdaysRegex")||Vt.call(this),t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(h(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Ut),this._weekdaysMinStrictRegex&&t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)},di.isPM=function(t){return"p"===(t+"").toLowerCase().charAt(0)},di.meridiem=function(t,e,i){return t>11?i?"pm":"PM":i?"am":"AM"},oe("en",{dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(t){var e=t%10;return t+(1===A(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")}}),r.lang=k("moment.lang is deprecated. Use moment.locale instead.",oe),r.langData=k("moment.langData is deprecated. Use moment.localeData instead.",ae);var gi=Math.abs;function yi(t,e,i,n){var r=He(e,i);return t._milliseconds+=n*r._milliseconds,t._days+=n*r._days,t._months+=n*r._months,t._bubble()}function bi(t){return t<0?Math.floor(t):Math.ceil(t)}function vi(t){return 4800*t/146097}function Mi(t){return 146097*t/4800}function xi(t){return function(){return this.as(t)}}var _i=xi("ms"),Ai=xi("s"),Li=xi("m"),wi=xi("h"),ki=xi("d"),Si=xi("w"),Ti=xi("M"),Oi=xi("Q"),Ci=xi("y");function ji(t){return function(){return this.isValid()?this._data[t]:NaN}}var zi=ji("milliseconds"),Pi=ji("seconds"),Di=ji("minutes"),Ei=ji("hours"),Ni=ji("days"),Yi=ji("months"),Bi=ji("years"),Wi=Math.round,Ri={ss:44,s:45,m:45,h:22,d:26,M:11};function Hi(t,e,i,n,r){return r.relativeTime(e||1,!!i,t,n)}var Ii=Math.abs;function Xi(t){return(t>0)-(t<0)||+t}function qi(){if(!this.isValid())return this.localeData().invalidDate();var t,e,i=Ii(this._milliseconds)/1e3,n=Ii(this._days),r=Ii(this._months);t=_(i/60),e=_(t/60),i%=60,t%=60;var o=_(r/12),s=r%=12,a=n,l=e,c=t,u=i?i.toFixed(3).replace(/\.?0+$/,""):"",h=this.asSeconds();if(!h)return"P0D";var d=h<0?"-":"",p=Xi(this._months)!==Xi(h)?"-":"",f=Xi(this._days)!==Xi(h)?"-":"",m=Xi(this._milliseconds)!==Xi(h)?"-":"";return d+"P"+(o?p+o+"Y":"")+(s?p+s+"M":"")+(a?f+a+"D":"")+(l||c||u?"T":"")+(l?m+l+"H":"")+(c?m+c+"M":"")+(u?m+u+"S":"")}var Fi=Ce.prototype;return Fi.isValid=function(){return this._isValid},Fi.abs=function(){var t=this._data;return this._milliseconds=gi(this._milliseconds),this._days=gi(this._days),this._months=gi(this._months),t.milliseconds=gi(t.milliseconds),t.seconds=gi(t.seconds),t.minutes=gi(t.minutes),t.hours=gi(t.hours),t.months=gi(t.months),t.years=gi(t.years),this},Fi.add=function(t,e){return yi(this,t,e,1)},Fi.subtract=function(t,e){return yi(this,t,e,-1)},Fi.as=function(t){if(!this.isValid())return NaN;var e,i,n=this._milliseconds;if("month"===(t=E(t))||"quarter"===t||"year"===t)switch(e=this._days+n/864e5,i=this._months+vi(e),t){case"month":return i;case"quarter":return i/3;case"year":return i/12}else switch(e=this._days+Math.round(Mi(this._months)),t){case"week":return e/7+n/6048e5;case"day":return e+n/864e5;case"hour":return 24*e+n/36e5;case"minute":return 1440*e+n/6e4;case"second":return 86400*e+n/1e3;case"millisecond":return Math.floor(864e5*e)+n;default:throw new Error("Unknown unit "+t)}},Fi.asMilliseconds=_i,Fi.asSeconds=Ai,Fi.asMinutes=Li,Fi.asHours=wi,Fi.asDays=ki,Fi.asWeeks=Si,Fi.asMonths=Ti,Fi.asQuarters=Oi,Fi.asYears=Ci,Fi.valueOf=function(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*A(this._months/12):NaN},Fi._bubble=function(){var t,e,i,n,r,o=this._milliseconds,s=this._days,a=this._months,l=this._data;return o>=0&&s>=0&&a>=0||o<=0&&s<=0&&a<=0||(o+=864e5*bi(Mi(a)+s),s=0,a=0),l.milliseconds=o%1e3,t=_(o/1e3),l.seconds=t%60,e=_(t/60),l.minutes=e%60,i=_(e/60),l.hours=i%24,s+=_(i/24),a+=r=_(vi(s)),s-=bi(Mi(r)),n=_(a/12),a%=12,l.days=s,l.months=a,l.years=n,this},Fi.clone=function(){return He(this)},Fi.get=function(t){return t=E(t),this.isValid()?this[t+"s"]():NaN},Fi.milliseconds=zi,Fi.seconds=Pi,Fi.minutes=Di,Fi.hours=Ei,Fi.days=Ni,Fi.weeks=function(){return _(this.days()/7)},Fi.months=Yi,Fi.years=Bi,Fi.humanize=function(t){if(!this.isValid())return this.localeData().invalidDate();var e=this.localeData(),i=function(t,e,i){var n=He(t).abs(),r=Wi(n.as("s")),o=Wi(n.as("m")),s=Wi(n.as("h")),a=Wi(n.as("d")),l=Wi(n.as("M")),c=Wi(n.as("y")),u=r<=Ri.ss&&["s",r]||r<Ri.s&&["ss",r]||o<=1&&["m"]||o<Ri.m&&["mm",o]||s<=1&&["h"]||s<Ri.h&&["hh",s]||a<=1&&["d"]||a<Ri.d&&["dd",a]||l<=1&&["M"]||l<Ri.M&&["MM",l]||c<=1&&["y"]||["yy",c];return u[2]=e,u[3]=+t>0,u[4]=i,Hi.apply(null,u)}(this,!t,e);return t&&(i=e.pastFuture(+this,i)),e.postformat(i)},Fi.toISOString=qi,Fi.toString=qi,Fi.toJSON=qi,Fi.locale=Ke,Fi.localeData=Je,Fi.toIsoString=k("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",qi),Fi.lang=$e,q("X",0,0,"unix"),q("x",0,0,"valueOf"),ut("x",ot),ut("X",/[+-]?\d+(\.\d{1,3})?/),ft("X",(function(t,e,i){i._d=new Date(1e3*parseFloat(t,10))})),ft("x",(function(t,e,i){i._d=new Date(A(t))})),r.version="2.24.0",e=we,r.fn=ui,r.min=function(){var t=[].slice.call(arguments,0);return Te("isBefore",t)},r.max=function(){var t=[].slice.call(arguments,0);return Te("isAfter",t)},r.now=function(){return Date.now?Date.now():+new Date},r.utc=p,r.unix=function(t){return we(1e3*t)},r.months=function(t,e){return fi(t,e,"months")},r.isDate=c,r.locale=oe,r.invalid=g,r.duration=He,r.isMoment=x,r.weekdays=function(t,e,i){return mi(t,e,i,"weekdays")},r.parseZone=function(){return we.apply(null,arguments).parseZone()},r.localeData=ae,r.isDuration=je,r.monthsShort=function(t,e){return fi(t,e,"monthsShort")},r.weekdaysMin=function(t,e,i){return mi(t,e,i,"weekdaysMin")},r.defineLocale=se,r.updateLocale=function(t,e){if(null!=e){var i,n,r=te;null!=(n=re(t))&&(r=n._config),(i=new z(e=j(r,e))).parentLocale=ee[t],ee[t]=i,oe(t)}else null!=ee[t]&&(null!=ee[t].parentLocale?ee[t]=ee[t].parentLocale:null!=ee[t]&&delete ee[t]);return ee[t]},r.locales=function(){return S(ee)},r.weekdaysShort=function(t,e,i){return mi(t,e,i,"weekdaysShort")},r.normalizeUnits=E,r.relativeTimeRounding=function(t){return void 0===t?Wi:"function"==typeof t&&(Wi=t,!0)},r.relativeTimeThreshold=function(t,e){return void 0!==Ri[t]&&(void 0===e?Ri[t]:(Ri[t]=e,"s"===t&&(Ri.ss=e-1),!0))},r.calendarFormat=function(t,e){var i=t.diff(e,"days",!0);return i<-6?"sameElse":i<-1?"lastWeek":i<0?"lastDay":i<1?"sameDay":i<2?"nextDay":i<7?"nextWeek":"sameElse"},r.prototype=ui,r.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},r}()}).call(this,i(143)(t))},function(t,e,i){var n=i(2).isFinite;t.exports=function(t){return"number"==typeof t&&n(t)}},function(t,e,i){var n=i(8),r="object"==typeof self&&self&&self.Object===Object&&self,o=n||r||Function("return this")();t.exports=o},function(t,e,i){var n=i(139)(Object,"create");t.exports=n},function(t,e,i){var n=i(168);t.exports=function(t,e){for(var i=t.length;i--;)if(n(t[i][0],e))return i;return-1}},function(t,e,i){var n=i(174);t.exports=function(t,e){var i=t.__data__;return n(e)?i["string"==typeof e?"string":"hash"]:i.map}},function(t,e,i){"use strict";i.r(e);var n=i(1),r=i.n(n);function o(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function s(t){for(var e=1;e<arguments.length;e++){var i=null!=arguments[e]?arguments[e]:{};e%2?o(Object(i),!0).forEach((function(e){a(t,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):o(Object(i)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}function a(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}e.default=function(t,e){var i={abbrs:[],offsets:[],starts:[]};t.split(";").forEach((function(t){switch(t.charAt(0)){case"C":break;case"Y":i=function(t,e){var i=t.split(" ");if(i.length<5)return e;var n=parseInt(i[0],10);if(!r()(n))return e;var o=i.splice(2).reduce((function(t,e){var i=String.fromCharCode(parseInt(e,16));return"".concat(t).concat(i)}),"");return s(s({},e),{},{abbrs:e.abbrs.concat([o]),offsets:e.offsets.concat([-n/60])})}(t.substring(1,t.length),i);break;case"@":i=function(t,e){var i=t.split(" ");if(i.length<2)return e;var n=parseInt(i[0],10);if(!r()(n))return e;var o=parseInt(i[1],10);return!r()(o)||o<0||o>=e.offsets.length?e:s(s({},e),{},{starts:e.starts.concat([{time:1e3*n,abbr:e.abbrs[o],offset:e.offsets[o]}])})}(t.substring(1,t.length),i)}}));var n={name:e,abbrs:[],offsets:[],untils:[]};if(0===i.starts.length)return n.abbrs.push(i.abbrs[0]),n.offsets.push(i.offsets[0]),n.untils.push(null),n;var o=i.starts[0],a=i.starts[i.starts.length-1];return i.starts.forEach((function(t,e){t===o?(n.abbrs.push(a.abbr),n.offsets.push(a.offset),n.untils.push(t.time)):(n.abbrs.push(i.starts[e-1].abbr),n.offsets.push(i.starts[e-1].offset),n.untils.push(t.time)),t===a&&(n.abbrs.push(t.abbr),n.offsets.push(t.offset),n.untils.push(null))})),n}},function(t,e){t.exports=i("./node_modules/@splunk/moment/node_modules/@splunk/splunk-utils/config.js")},function(t,e,i){(function(e){var i="object"==typeof e&&e&&e.Object===Object&&e;t.exports=i}).call(this,i(9))},function(t,e){var i;i=function(){return this}();try{i=i||new Function("return this")()}catch(t){"object"==typeof window&&(i=window)}t.exports=i},function(t,e,i){var n=i(148);function r(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var i=function(){var n=arguments,r=e?e.apply(this,n):n[0],o=i.cache;if(o.has(r))return o.get(r);var s=t.apply(this,n);return i.cache=o.set(r,s)||o,s};return i.cache=new(r.Cache||n),i}r.Cache=n,t.exports=r},function(t,e,i){!function(t){"use strict";t.defineLocale("af",{months:"Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des".split("_"),weekdays:"Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag".split("_"),weekdaysShort:"Son_Maa_Din_Woe_Don_Vry_Sat".split("_"),weekdaysMin:"So_Ma_Di_Wo_Do_Vr_Sa".split("_"),meridiemParse:/vm|nm/i,isPM:function(t){return/^nm$/i.test(t)},meridiem:function(t,e,i){return t<12?i?"vm":"VM":i?"nm":"NM"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Vandag om] LT",nextDay:"[Môre om] LT",nextWeek:"dddd [om] LT",lastDay:"[Gister om] LT",lastWeek:"[Laas] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oor %s",past:"%s gelede",s:"'n paar sekondes",ss:"%d sekondes",m:"'n minuut",mm:"%d minute",h:"'n uur",hh:"%d ure",d:"'n dag",dd:"%d dae",M:"'n maand",MM:"%d maande",y:"'n jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(t){return t+(1===t||8===t||t>=20?"ste":"de")},week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";var e={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},i={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},n=function(t){return 0===t?0:1===t?1:2===t?2:t%100>=3&&t%100<=10?3:t%100>=11?4:5},r={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},o=function(t){return function(e,i,o,s){var a=n(e),l=r[t][n(e)];return 2===a&&(l=l[i?0:1]),l.replace(/%d/i,e)}},s=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];t.defineLocale("ar",{months:s,monthsShort:s,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(t){return"م"===t},meridiem:function(t,e,i){return t<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:o("s"),ss:o("s"),m:o("m"),mm:o("m"),h:o("h"),hh:o("h"),d:o("d"),dd:o("d"),M:o("M"),MM:o("M"),y:o("y"),yy:o("y")},preparse:function(t){return t.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(t){return i[t]})).replace(/،/g,",")},postformat:function(t){return t.replace(/\d/g,(function(t){return e[t]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("ar-dz",{months:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"أح_إث_ثلا_أر_خم_جم_سب".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:0,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("ar-kw",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:0,doy:12}})}(i(0))},function(t,e,i){!function(t){"use strict";var e={1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",0:"0"},i=function(t){return 0===t?0:1===t?1:2===t?2:t%100>=3&&t%100<=10?3:t%100>=11?4:5},n={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},r=function(t){return function(e,r,o,s){var a=i(e),l=n[t][i(e)];return 2===a&&(l=l[r?0:1]),l.replace(/%d/i,e)}},o=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];t.defineLocale("ar-ly",{months:o,monthsShort:o,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(t){return"م"===t},meridiem:function(t,e,i){return t<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:r("s"),ss:r("s"),m:r("m"),mm:r("m"),h:r("h"),hh:r("h"),d:r("d"),dd:r("d"),M:r("M"),MM:r("M"),y:r("y"),yy:r("y")},preparse:function(t){return t.replace(/،/g,",")},postformat:function(t){return t.replace(/\d/g,(function(t){return e[t]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("ar-ma",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:6,doy:12}})}(i(0))},function(t,e,i){!function(t){"use strict";var e={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},i={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"};t.defineLocale("ar-sa",{months:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(t){return"م"===t},meridiem:function(t,e,i){return t<12?"ص":"م"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},preparse:function(t){return t.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(t){return i[t]})).replace(/،/g,",")},postformat:function(t){return t.replace(/\d/g,(function(t){return e[t]})).replace(/,/g,"،")},week:{dow:0,doy:6}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("ar-tn",{months:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";var e={1:"-inci",5:"-inci",8:"-inci",70:"-inci",80:"-inci",2:"-nci",7:"-nci",20:"-nci",50:"-nci",3:"-üncü",4:"-üncü",100:"-üncü",6:"-ncı",9:"-uncu",10:"-uncu",30:"-uncu",60:"-ıncı",90:"-ıncı"};t.defineLocale("az",{months:"yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr".split("_"),monthsShort:"yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek".split("_"),weekdays:"Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə".split("_"),weekdaysShort:"Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən".split("_"),weekdaysMin:"Bz_BE_ÇA_Çə_CA_Cü_Şə".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[sabah saat] LT",nextWeek:"[gələn həftə] dddd [saat] LT",lastDay:"[dünən] LT",lastWeek:"[keçən həftə] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s əvvəl",s:"birneçə saniyə",ss:"%d saniyə",m:"bir dəqiqə",mm:"%d dəqiqə",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir il",yy:"%d il"},meridiemParse:/gecə|səhər|gündüz|axşam/,isPM:function(t){return/^(gündüz|axşam)$/.test(t)},meridiem:function(t,e,i){return t<4?"gecə":t<12?"səhər":t<17?"gündüz":"axşam"},dayOfMonthOrdinalParse:/\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,ordinal:function(t){if(0===t)return t+"-ıncı";var i=t%10;return t+(e[i]||e[t%100-i]||e[t>=100?100:null])},week:{dow:1,doy:7}})}(i(0))},function(t,e,i){!function(t){"use strict";function e(t,e,i){var n,r;return"m"===i?e?"хвіліна":"хвіліну":"h"===i?e?"гадзіна":"гадзіну":t+" "+(n=+t,r={ss:e?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:e?"хвіліна_хвіліны_хвілін":"хвіліну_хвіліны_хвілін",hh:e?"гадзіна_гадзіны_гадзін":"гадзіну_гадзіны_гадзін",dd:"дзень_дні_дзён",MM:"месяц_месяцы_месяцаў",yy:"год_гады_гадоў"}[i].split("_"),n%10==1&&n%100!=11?r[0]:n%10>=2&&n%10<=4&&(n%100<10||n%100>=20)?r[1]:r[2])}t.defineLocale("be",{months:{format:"студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня".split("_"),standalone:"студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань".split("_")},monthsShort:"студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж".split("_"),weekdays:{format:"нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу".split("_"),standalone:"нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота".split("_"),isFormat:/\[ ?[Ууў] ?(?:мінулую|наступную)? ?\] ?dddd/},weekdaysShort:"нд_пн_ат_ср_чц_пт_сб".split("_"),weekdaysMin:"нд_пн_ат_ср_чц_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., HH:mm",LLLL:"dddd, D MMMM YYYY г., HH:mm"},calendar:{sameDay:"[Сёння ў] LT",nextDay:"[Заўтра ў] LT",lastDay:"[Учора ў] LT",nextWeek:function(){return"[У] dddd [ў] LT"},lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return"[У мінулую] dddd [ў] LT";case 1:case 2:case 4:return"[У мінулы] dddd [ў] LT"}},sameElse:"L"},relativeTime:{future:"праз %s",past:"%s таму",s:"некалькі секунд",m:e,mm:e,h:e,hh:e,d:"дзень",dd:e,M:"месяц",MM:e,y:"год",yy:e},meridiemParse:/ночы|раніцы|дня|вечара/,isPM:function(t){return/^(дня|вечара)$/.test(t)},meridiem:function(t,e,i){return t<4?"ночы":t<12?"раніцы":t<17?"дня":"вечара"},dayOfMonthOrdinalParse:/\d{1,2}-(і|ы|га)/,ordinal:function(t,e){switch(e){case"M":case"d":case"DDD":case"w":case"W":return t%10!=2&&t%10!=3||t%100==12||t%100==13?t+"-ы":t+"-і";case"D":return t+"-га";default:return t}},week:{dow:1,doy:7}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("bg",{months:"януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември".split("_"),monthsShort:"янр_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек".split("_"),weekdays:"неделя_понеделник_вторник_сряда_четвъртък_петък_събота".split("_"),weekdaysShort:"нед_пон_вто_сря_чет_пет_съб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Днес в] LT",nextDay:"[Утре в] LT",nextWeek:"dddd [в] LT",lastDay:"[Вчера в] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[В изминалата] dddd [в] LT";case 1:case 2:case 4:case 5:return"[В изминалия] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"след %s",past:"преди %s",s:"няколко секунди",ss:"%d секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дни",M:"месец",MM:"%d месеца",y:"година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(t){var e=t%10,i=t%100;return 0===t?t+"-ев":0===i?t+"-ен":i>10&&i<20?t+"-ти":1===e?t+"-ви":2===e?t+"-ри":7===e||8===e?t+"-ми":t+"-ти"},week:{dow:1,doy:7}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("bm",{months:"Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_Mɛkalo_Zuwɛnkalo_Zuluyekalo_Utikalo_Sɛtanburukalo_ɔkutɔburukalo_Nowanburukalo_Desanburukalo".split("_"),monthsShort:"Zan_Few_Mar_Awi_Mɛ_Zuw_Zul_Uti_Sɛt_ɔku_Now_Des".split("_"),weekdays:"Kari_Ntɛnɛn_Tarata_Araba_Alamisa_Juma_Sibiri".split("_"),weekdaysShort:"Kar_Ntɛ_Tar_Ara_Ala_Jum_Sib".split("_"),weekdaysMin:"Ka_Nt_Ta_Ar_Al_Ju_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"MMMM [tile] D [san] YYYY",LLL:"MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm",LLLL:"dddd MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm"},calendar:{sameDay:"[Bi lɛrɛ] LT",nextDay:"[Sini lɛrɛ] LT",nextWeek:"dddd [don lɛrɛ] LT",lastDay:"[Kunu lɛrɛ] LT",lastWeek:"dddd [tɛmɛnen lɛrɛ] LT",sameElse:"L"},relativeTime:{future:"%s kɔnɔ",past:"a bɛ %s bɔ",s:"sanga dama dama",ss:"sekondi %d",m:"miniti kelen",mm:"miniti %d",h:"lɛrɛ kelen",hh:"lɛrɛ %d",d:"tile kelen",dd:"tile %d",M:"kalo kelen",MM:"kalo %d",y:"san kelen",yy:"san %d"},week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";var e={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},i={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"};t.defineLocale("bn",{months:"জানুয়ারী_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব_মার্চ_এপ্র_মে_জুন_জুল_আগ_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গ_বুধ_বৃহঃ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(t){return t.replace(/[১২৩৪৫৬৭৮৯০]/g,(function(t){return i[t]}))},postformat:function(t){return t.replace(/\d/g,(function(t){return e[t]}))},meridiemParse:/রাত|সকাল|দুপুর|বিকাল|রাত/,meridiemHour:function(t,e){return 12===t&&(t=0),"রাত"===e&&t>=4||"দুপুর"===e&&t<5||"বিকাল"===e?t+12:t},meridiem:function(t,e,i){return t<4?"রাত":t<10?"সকাল":t<17?"দুপুর":t<20?"বিকাল":"রাত"},week:{dow:0,doy:6}})}(i(0))},function(t,e,i){!function(t){"use strict";var e={1:"༡",2:"༢",3:"༣",4:"༤",5:"༥",6:"༦",7:"༧",8:"༨",9:"༩",0:"༠"},i={"༡":"1","༢":"2","༣":"3","༤":"4","༥":"5","༦":"6","༧":"7","༨":"8","༩":"9","༠":"0"};t.defineLocale("bo",{months:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),monthsShort:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),weekdays:"གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་".split("_"),weekdaysShort:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),weekdaysMin:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[དི་རིང] LT",nextDay:"[སང་ཉིན] LT",nextWeek:"[བདུན་ཕྲག་རྗེས་མ], LT",lastDay:"[ཁ་སང] LT",lastWeek:"[བདུན་ཕྲག་མཐའ་མ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ལ་",past:"%s སྔན་ལ",s:"ལམ་སང",ss:"%d སྐར་ཆ།",m:"སྐར་མ་གཅིག",mm:"%d སྐར་མ",h:"ཆུ་ཚོད་གཅིག",hh:"%d ཆུ་ཚོད",d:"ཉིན་གཅིག",dd:"%d ཉིན་",M:"ཟླ་བ་གཅིག",MM:"%d ཟླ་བ",y:"ལོ་གཅིག",yy:"%d ལོ"},preparse:function(t){return t.replace(/[༡༢༣༤༥༦༧༨༩༠]/g,(function(t){return i[t]}))},postformat:function(t){return t.replace(/\d/g,(function(t){return e[t]}))},meridiemParse:/མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,meridiemHour:function(t,e){return 12===t&&(t=0),"མཚན་མོ"===e&&t>=4||"ཉིན་གུང"===e&&t<5||"དགོང་དག"===e?t+12:t},meridiem:function(t,e,i){return t<4?"མཚན་མོ":t<10?"ཞོགས་ཀས":t<17?"ཉིན་གུང":t<20?"དགོང་དག":"མཚན་མོ"},week:{dow:0,doy:6}})}(i(0))},function(t,e,i){!function(t){"use strict";function e(t,e,i){return t+" "+function(t,e){return 2===e?function(t){var e={m:"v",b:"v",d:"z"};return void 0===e[t.charAt(0)]?t:e[t.charAt(0)]+t.substring(1)}(t):t}({mm:"munutenn",MM:"miz",dd:"devezh"}[i],t)}t.defineLocale("br",{months:"Genver_C'hwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split("_"),monthsShort:"Gen_C'hwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split("_"),weekdays:"Sul_Lun_Meurzh_Merc'her_Yaou_Gwener_Sadorn".split("_"),weekdaysShort:"Sul_Lun_Meu_Mer_Yao_Gwe_Sad".split("_"),weekdaysMin:"Su_Lu_Me_Mer_Ya_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h[e]mm A",LTS:"h[e]mm:ss A",L:"DD/MM/YYYY",LL:"D [a viz] MMMM YYYY",LLL:"D [a viz] MMMM YYYY h[e]mm A",LLLL:"dddd, D [a viz] MMMM YYYY h[e]mm A"},calendar:{sameDay:"[Hiziv da] LT",nextDay:"[Warc'hoazh da] LT",nextWeek:"dddd [da] LT",lastDay:"[Dec'h da] LT",lastWeek:"dddd [paset da] LT",sameElse:"L"},relativeTime:{future:"a-benn %s",past:"%s 'zo",s:"un nebeud segondennoù",ss:"%d eilenn",m:"ur vunutenn",mm:e,h:"un eur",hh:"%d eur",d:"un devezh",dd:e,M:"ur miz",MM:e,y:"ur bloaz",yy:function(t){switch(function t(e){return e>9?t(e%10):e}(t)){case 1:case 3:case 4:case 5:case 9:return t+" bloaz";default:return t+" vloaz"}}},dayOfMonthOrdinalParse:/\d{1,2}(añ|vet)/,ordinal:function(t){return t+(1===t?"añ":"vet")},week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";function e(t,e,i){var n=t+" ";switch(i){case"ss":return n+(1===t?"sekunda":2===t||3===t||4===t?"sekunde":"sekundi");case"m":return e?"jedna minuta":"jedne minute";case"mm":return n+(1===t?"minuta":2===t||3===t||4===t?"minute":"minuta");case"h":return e?"jedan sat":"jednog sata";case"hh":return n+(1===t?"sat":2===t||3===t||4===t?"sata":"sati");case"dd":return n+(1===t?"dan":"dana");case"MM":return n+(1===t?"mjesec":2===t||3===t||4===t?"mjeseca":"mjeseci");case"yy":return n+(1===t?"godina":2===t||3===t||4===t?"godine":"godina")}}t.defineLocale("bs",{months:"januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:e,m:e,mm:e,h:e,hh:e,d:"dan",dd:e,M:"mjesec",MM:e,y:"godinu",yy:e},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("ca",{months:{standalone:"gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre".split("_"),format:"de gener_de febrer_de març_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._maig_juny_jul._ag._set._oct._nov._des.".split("_"),monthsParseExact:!0,weekdays:"diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dt._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dt_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a les] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a les] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:function(){return"[avui a "+(1!==this.hours()?"les":"la")+"] LT"},nextDay:function(){return"[demà a "+(1!==this.hours()?"les":"la")+"] LT"},nextWeek:function(){return"dddd [a "+(1!==this.hours()?"les":"la")+"] LT"},lastDay:function(){return"[ahir a "+(1!==this.hours()?"les":"la")+"] LT"},lastWeek:function(){return"[el] dddd [passat a "+(1!==this.hours()?"les":"la")+"] LT"},sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"uns segons",ss:"%d segons",m:"un minut",mm:"%d minuts",h:"una hora",hh:"%d hores",d:"un dia",dd:"%d dies",M:"un mes",MM:"%d mesos",y:"un any",yy:"%d anys"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(t,e){var i=1===t?"r":2===t?"n":3===t?"r":4===t?"t":"è";return"w"!==e&&"W"!==e||(i="a"),t+i},week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";var e="leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec".split("_"),i="led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro".split("_"),n=[/^led/i,/^úno/i,/^bře/i,/^dub/i,/^kvě/i,/^(čvn|červen$|června)/i,/^(čvc|červenec|července)/i,/^srp/i,/^zář/i,/^říj/i,/^lis/i,/^pro/i],r=/^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|prosinec|led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i;function o(t){return t>1&&t<5&&1!=~~(t/10)}function s(t,e,i,n){var r=t+" ";switch(i){case"s":return e||n?"pár sekund":"pár sekundami";case"ss":return e||n?r+(o(t)?"sekundy":"sekund"):r+"sekundami";case"m":return e?"minuta":n?"minutu":"minutou";case"mm":return e||n?r+(o(t)?"minuty":"minut"):r+"minutami";case"h":return e?"hodina":n?"hodinu":"hodinou";case"hh":return e||n?r+(o(t)?"hodiny":"hodin"):r+"hodinami";case"d":return e||n?"den":"dnem";case"dd":return e||n?r+(o(t)?"dny":"dní"):r+"dny";case"M":return e||n?"měsíc":"měsícem";case"MM":return e||n?r+(o(t)?"měsíce":"měsíců"):r+"měsíci";case"y":return e||n?"rok":"rokem";case"yy":return e||n?r+(o(t)?"roky":"let"):r+"lety"}}t.defineLocale("cs",{months:e,monthsShort:i,monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(leden|ledna|února|únor|březen|března|duben|dubna|květen|května|červenec|července|červen|června|srpen|srpna|září|říjen|října|listopadu|listopad|prosinec|prosince)/i,monthsShortStrictRegex:/^(led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i,monthsParse:n,longMonthsParse:n,shortMonthsParse:n,weekdays:"neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota".split("_"),weekdaysShort:"ne_po_út_st_čt_pá_so".split("_"),weekdaysMin:"ne_po_út_st_čt_pá_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm",l:"D. M. YYYY"},calendar:{sameDay:"[dnes v] LT",nextDay:"[zítra v] LT",nextWeek:function(){switch(this.day()){case 0:return"[v neděli v] LT";case 1:case 2:return"[v] dddd [v] LT";case 3:return"[ve středu v] LT";case 4:return"[ve čtvrtek v] LT";case 5:return"[v pátek v] LT";case 6:return"[v sobotu v] LT"}},lastDay:"[včera v] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulou neděli v] LT";case 1:case 2:return"[minulé] dddd [v] LT";case 3:return"[minulou středu v] LT";case 4:case 5:return"[minulý] dddd [v] LT";case 6:return"[minulou sobotu v] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"před %s",s:s,ss:s,m:s,mm:s,h:s,hh:s,d:s,dd:s,M:s,MM:s,y:s,yy:s},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("cv",{months:"кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав".split("_"),monthsShort:"кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш".split("_"),weekdays:"вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун".split("_"),weekdaysShort:"выр_тун_ытл_юн_кӗҫ_эрн_шӑм".split("_"),weekdaysMin:"вр_тн_ыт_юн_кҫ_эр_шм".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]",LLL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm",LLLL:"dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm"},calendar:{sameDay:"[Паян] LT [сехетре]",nextDay:"[Ыран] LT [сехетре]",lastDay:"[Ӗнер] LT [сехетре]",nextWeek:"[Ҫитес] dddd LT [сехетре]",lastWeek:"[Иртнӗ] dddd LT [сехетре]",sameElse:"L"},relativeTime:{future:function(t){return t+(/сехет$/i.exec(t)?"рен":/ҫул$/i.exec(t)?"тан":"ран")},past:"%s каялла",s:"пӗр-ик ҫеккунт",ss:"%d ҫеккунт",m:"пӗр минут",mm:"%d минут",h:"пӗр сехет",hh:"%d сехет",d:"пӗр кун",dd:"%d кун",M:"пӗр уйӑх",MM:"%d уйӑх",y:"пӗр ҫул",yy:"%d ҫул"},dayOfMonthOrdinalParse:/\d{1,2}-мӗш/,ordinal:"%d-мӗш",week:{dow:1,doy:7}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("cy",{months:"Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr".split("_"),monthsShort:"Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag".split("_"),weekdays:"Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn".split("_"),weekdaysShort:"Sul_Llun_Maw_Mer_Iau_Gwe_Sad".split("_"),weekdaysMin:"Su_Ll_Ma_Me_Ia_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Heddiw am] LT",nextDay:"[Yfory am] LT",nextWeek:"dddd [am] LT",lastDay:"[Ddoe am] LT",lastWeek:"dddd [diwethaf am] LT",sameElse:"L"},relativeTime:{future:"mewn %s",past:"%s yn ôl",s:"ychydig eiliadau",ss:"%d eiliad",m:"munud",mm:"%d munud",h:"awr",hh:"%d awr",d:"diwrnod",dd:"%d diwrnod",M:"mis",MM:"%d mis",y:"blwyddyn",yy:"%d flynedd"},dayOfMonthOrdinalParse:/\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,ordinal:function(t){var e="";return t>20?e=40===t||50===t||60===t||80===t||100===t?"fed":"ain":t>0&&(e=["","af","il","ydd","ydd","ed","ed","ed","fed","fed","fed","eg","fed","eg","eg","fed","eg","eg","fed","eg","fed"][t]),t+e},week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("da",{months:"januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"søn_man_tir_ons_tor_fre_lør".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd [d.] D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"på dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[i] dddd[s kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"få sekunder",ss:"%d sekunder",m:"et minut",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dage",M:"en måned",MM:"%d måneder",y:"et år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";function e(t,e,i,n){var r={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[t+" Tage",t+" Tagen"],M:["ein Monat","einem Monat"],MM:[t+" Monate",t+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[t+" Jahre",t+" Jahren"]};return e?r[i][0]:r[i][1]}t.defineLocale("de",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:e,mm:"%d Minuten",h:e,hh:"%d Stunden",d:e,dd:e,M:e,MM:e,y:e,yy:e},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";function e(t,e,i,n){var r={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[t+" Tage",t+" Tagen"],M:["ein Monat","einem Monat"],MM:[t+" Monate",t+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[t+" Jahre",t+" Jahren"]};return e?r[i][0]:r[i][1]}t.defineLocale("de-at",{months:"Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jän._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:e,mm:"%d Minuten",h:e,hh:"%d Stunden",d:e,dd:e,M:e,MM:e,y:e,yy:e},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";function e(t,e,i,n){var r={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[t+" Tage",t+" Tagen"],M:["ein Monat","einem Monat"],MM:[t+" Monate",t+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[t+" Jahre",t+" Jahren"]};return e?r[i][0]:r[i][1]}t.defineLocale("de-ch",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:e,mm:"%d Minuten",h:e,hh:"%d Stunden",d:e,dd:e,M:e,MM:e,y:e,yy:e},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";var e=["ޖެނުއަރީ","ފެބްރުއަރީ","މާރިޗު","އޭޕްރީލު","މޭ","ޖޫން","ޖުލައި","އޯގަސްޓު","ސެޕްޓެމްބަރު","އޮކްޓޯބަރު","ނޮވެމްބަރު","ޑިސެމްބަރު"],i=["އާދިއްތަ","ހޯމަ","އަންގާރަ","ބުދަ","ބުރާސްފަތި","ހުކުރު","ހޮނިހިރު"];t.defineLocale("dv",{months:e,monthsShort:e,weekdays:i,weekdaysShort:i,weekdaysMin:"އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/މކ|މފ/,isPM:function(t){return"މފ"===t},meridiem:function(t,e,i){return t<12?"މކ":"މފ"},calendar:{sameDay:"[މިއަދު] LT",nextDay:"[މާދަމާ] LT",nextWeek:"dddd LT",lastDay:"[އިއްޔެ] LT",lastWeek:"[ފާއިތުވި] dddd LT",sameElse:"L"},relativeTime:{future:"ތެރޭގައި %s",past:"ކުރިން %s",s:"ސިކުންތުކޮޅެއް",ss:"d% ސިކުންތު",m:"މިނިޓެއް",mm:"މިނިޓު %d",h:"ގަޑިއިރެއް",hh:"ގަޑިއިރު %d",d:"ދުވަހެއް",dd:"ދުވަސް %d",M:"މަހެއް",MM:"މަސް %d",y:"އަހަރެއް",yy:"އަހަރު %d"},preparse:function(t){return t.replace(/،/g,",")},postformat:function(t){return t.replace(/,/g,"،")},week:{dow:7,doy:12}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("el",{monthsNominativeEl:"Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος".split("_"),monthsGenitiveEl:"Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου".split("_"),months:function(t,e){return t?"string"==typeof e&&/D/.test(e.substring(0,e.indexOf("MMMM")))?this._monthsGenitiveEl[t.month()]:this._monthsNominativeEl[t.month()]:this._monthsNominativeEl},monthsShort:"Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ".split("_"),weekdays:"Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο".split("_"),weekdaysShort:"Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ".split("_"),weekdaysMin:"Κυ_Δε_Τρ_Τε_Πε_Πα_Σα".split("_"),meridiem:function(t,e,i){return t>11?i?"μμ":"ΜΜ":i?"πμ":"ΠΜ"},isPM:function(t){return"μ"===(t+"").toLowerCase()[0]},meridiemParse:/[ΠΜ]\.?Μ?\.?/i,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendarEl:{sameDay:"[Σήμερα {}] LT",nextDay:"[Αύριο {}] LT",nextWeek:"dddd [{}] LT",lastDay:"[Χθες {}] LT",lastWeek:function(){switch(this.day()){case 6:return"[το προηγούμενο] dddd [{}] LT";default:return"[την προηγούμενη] dddd [{}] LT"}},sameElse:"L"},calendar:function(t,e){var i,n=this._calendarEl[t],r=e&&e.hours();return((i=n)instanceof Function||"[object Function]"===Object.prototype.toString.call(i))&&(n=n.apply(e)),n.replace("{}",r%12==1?"στη":"στις")},relativeTime:{future:"σε %s",past:"%s πριν",s:"λίγα δευτερόλεπτα",ss:"%d δευτερόλεπτα",m:"ένα λεπτό",mm:"%d λεπτά",h:"μία ώρα",hh:"%d ώρες",d:"μία μέρα",dd:"%d μέρες",M:"ένας μήνας",MM:"%d μήνες",y:"ένας χρόνος",yy:"%d χρόνια"},dayOfMonthOrdinalParse:/\d{1,2}η/,ordinal:"%dη",week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("en-SG",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(t){var e=t%10;return t+(1==~~(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")},week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("en-au",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(t){var e=t%10;return t+(1==~~(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")},week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("en-ca",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"YYYY-MM-DD",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(t){var e=t%10;return t+(1==~~(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("en-gb",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(t){var e=t%10;return t+(1==~~(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")},week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("en-ie",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(t){var e=t%10;return t+(1==~~(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")},week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("en-il",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(t){var e=t%10;return t+(1==~~(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("en-nz",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(t){var e=t%10;return t+(1==~~(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")},week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("eo",{months:"januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aŭg_sep_okt_nov_dec".split("_"),weekdays:"dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato".split("_"),weekdaysShort:"dim_lun_mard_merk_ĵaŭ_ven_sab".split("_"),weekdaysMin:"di_lu_ma_me_ĵa_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D[-a de] MMMM, YYYY",LLL:"D[-a de] MMMM, YYYY HH:mm",LLLL:"dddd, [la] D[-a de] MMMM, YYYY HH:mm"},meridiemParse:/[ap]\.t\.m/i,isPM:function(t){return"p"===t.charAt(0).toLowerCase()},meridiem:function(t,e,i){return t>11?i?"p.t.m.":"P.T.M.":i?"a.t.m.":"A.T.M."},calendar:{sameDay:"[Hodiaŭ je] LT",nextDay:"[Morgaŭ je] LT",nextWeek:"dddd [je] LT",lastDay:"[Hieraŭ je] LT",lastWeek:"[pasinta] dddd [je] LT",sameElse:"L"},relativeTime:{future:"post %s",past:"antaŭ %s",s:"sekundoj",ss:"%d sekundoj",m:"minuto",mm:"%d minutoj",h:"horo",hh:"%d horoj",d:"tago",dd:"%d tagoj",M:"monato",MM:"%d monatoj",y:"jaro",yy:"%d jaroj"},dayOfMonthOrdinalParse:/\d{1,2}a/,ordinal:"%da",week:{dow:1,doy:7}})}(i(0))},function(t,e,i){!function(t){"use strict";var e="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),i="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),n=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],r=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;t.defineLocale("es",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(t,n){return t?/-MMM-/.test(n)?i[t.month()]:e[t.month()]:e},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:n,longMonthsParse:n,shortMonthsParse:n,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";var e="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),i="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),n=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],r=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;t.defineLocale("es-do",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(t,n){return t?/-MMM-/.test(n)?i[t.month()]:e[t.month()]:e},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:n,longMonthsParse:n,shortMonthsParse:n,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";var e="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),i="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),n=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],r=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;t.defineLocale("es-us",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(t,n){return t?/-MMM-/.test(n)?i[t.month()]:e[t.month()]:e},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:n,longMonthsParse:n,shortMonthsParse:n,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"MM/DD/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:6}})}(i(0))},function(t,e,i){!function(t){"use strict";function e(t,e,i,n){var r={s:["mõne sekundi","mõni sekund","paar sekundit"],ss:[t+"sekundi",t+"sekundit"],m:["ühe minuti","üks minut"],mm:[t+" minuti",t+" minutit"],h:["ühe tunni","tund aega","üks tund"],hh:[t+" tunni",t+" tundi"],d:["ühe päeva","üks päev"],M:["kuu aja","kuu aega","üks kuu"],MM:[t+" kuu",t+" kuud"],y:["ühe aasta","aasta","üks aasta"],yy:[t+" aasta",t+" aastat"]};return e?r[i][2]?r[i][2]:r[i][1]:n?r[i][0]:r[i][1]}t.defineLocale("et",{months:"jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember".split("_"),monthsShort:"jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets".split("_"),weekdays:"pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev".split("_"),weekdaysShort:"P_E_T_K_N_R_L".split("_"),weekdaysMin:"P_E_T_K_N_R_L".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[Täna,] LT",nextDay:"[Homme,] LT",nextWeek:"[Järgmine] dddd LT",lastDay:"[Eile,] LT",lastWeek:"[Eelmine] dddd LT",sameElse:"L"},relativeTime:{future:"%s pärast",past:"%s tagasi",s:e,ss:e,m:e,mm:e,h:e,hh:e,d:e,dd:"%d päeva",M:e,MM:e,y:e,yy:e},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("eu",{months:"urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua".split("_"),monthsShort:"urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.".split("_"),monthsParseExact:!0,weekdays:"igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata".split("_"),weekdaysShort:"ig._al._ar._az._og._ol._lr.".split("_"),weekdaysMin:"ig_al_ar_az_og_ol_lr".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY[ko] MMMM[ren] D[a]",LLL:"YYYY[ko] MMMM[ren] D[a] HH:mm",LLLL:"dddd, YYYY[ko] MMMM[ren] D[a] HH:mm",l:"YYYY-M-D",ll:"YYYY[ko] MMM D[a]",lll:"YYYY[ko] MMM D[a] HH:mm",llll:"ddd, YYYY[ko] MMM D[a] HH:mm"},calendar:{sameDay:"[gaur] LT[etan]",nextDay:"[bihar] LT[etan]",nextWeek:"dddd LT[etan]",lastDay:"[atzo] LT[etan]",lastWeek:"[aurreko] dddd LT[etan]",sameElse:"L"},relativeTime:{future:"%s barru",past:"duela %s",s:"segundo batzuk",ss:"%d segundo",m:"minutu bat",mm:"%d minutu",h:"ordu bat",hh:"%d ordu",d:"egun bat",dd:"%d egun",M:"hilabete bat",MM:"%d hilabete",y:"urte bat",yy:"%d urte"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(i(0))},function(t,e,i){!function(t){"use strict";var e={1:"۱",2:"۲",3:"۳",4:"۴",5:"۵",6:"۶",7:"۷",8:"۸",9:"۹",0:"۰"},i={"۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","۰":"0"};t.defineLocale("fa",{months:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),monthsShort:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),weekdays:"یکشنبه_دوشنبه_سهشنبه_چهارشنبه_پنجشنبه_جمعه_شنبه".split("_"),weekdaysShort:"یکشنبه_دوشنبه_سهشنبه_چهارشنبه_پنجشنبه_جمعه_شنبه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ج_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/قبل از ظهر|بعد از ظهر/,isPM:function(t){return/بعد از ظهر/.test(t)},meridiem:function(t,e,i){return t<12?"قبل از ظهر":"بعد از ظهر"},calendar:{sameDay:"[امروز ساعت] LT",nextDay:"[فردا ساعت] LT",nextWeek:"dddd [ساعت] LT",lastDay:"[دیروز ساعت] LT",lastWeek:"dddd [پیش] [ساعت] LT",sameElse:"L"},relativeTime:{future:"در %s",past:"%s پیش",s:"چند ثانیه",ss:"ثانیه d%",m:"یک دقیقه",mm:"%d دقیقه",h:"یک ساعت",hh:"%d ساعت",d:"یک روز",dd:"%d روز",M:"یک ماه",MM:"%d ماه",y:"یک سال",yy:"%d سال"},preparse:function(t){return t.replace(/[۰-۹]/g,(function(t){return i[t]})).replace(/،/g,",")},postformat:function(t){return t.replace(/\d/g,(function(t){return e[t]})).replace(/,/g,"،")},dayOfMonthOrdinalParse:/\d{1,2}م/,ordinal:"%dم",week:{dow:6,doy:12}})}(i(0))},function(t,e,i){!function(t){"use strict";var e="nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän".split(" "),i=["nolla","yhden","kahden","kolmen","neljän","viiden","kuuden",e[7],e[8],e[9]];function n(t,n,r,o){var s="";switch(r){case"s":return o?"muutaman sekunnin":"muutama sekunti";case"ss":return o?"sekunnin":"sekuntia";case"m":return o?"minuutin":"minuutti";case"mm":s=o?"minuutin":"minuuttia";break;case"h":return o?"tunnin":"tunti";case"hh":s=o?"tunnin":"tuntia";break;case"d":return o?"päivän":"päivä";case"dd":s=o?"päivän":"päivää";break;case"M":return o?"kuukauden":"kuukausi";case"MM":s=o?"kuukauden":"kuukautta";break;case"y":return o?"vuoden":"vuosi";case"yy":s=o?"vuoden":"vuotta"}return function(t,n){return t<10?n?i[t]:e[t]:t}(t,o)+" "+s}t.defineLocale("fi",{months:"tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu".split("_"),monthsShort:"tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu".split("_"),weekdays:"sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),weekdaysShort:"su_ma_ti_ke_to_pe_la".split("_"),weekdaysMin:"su_ma_ti_ke_to_pe_la".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"Do MMMM[ta] YYYY",LLL:"Do MMMM[ta] YYYY, [klo] HH.mm",LLLL:"dddd, Do MMMM[ta] YYYY, [klo] HH.mm",l:"D.M.YYYY",ll:"Do MMM YYYY",lll:"Do MMM YYYY, [klo] HH.mm",llll:"ddd, Do MMM YYYY, [klo] HH.mm"},calendar:{sameDay:"[tänään] [klo] LT",nextDay:"[huomenna] [klo] LT",nextWeek:"dddd [klo] LT",lastDay:"[eilen] [klo] LT",lastWeek:"[viime] dddd[na] [klo] LT",sameElse:"L"},relativeTime:{future:"%s päästä",past:"%s sitten",s:n,ss:n,m:n,mm:n,h:n,hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("fo",{months:"januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur".split("_"),weekdaysShort:"sun_mán_týs_mik_hós_frí_ley".split("_"),weekdaysMin:"su_má_tý_mi_hó_fr_le".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D. MMMM, YYYY HH:mm"},calendar:{sameDay:"[Í dag kl.] LT",nextDay:"[Í morgin kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[Í gjár kl.] LT",lastWeek:"[síðstu] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"um %s",past:"%s síðani",s:"fá sekund",ss:"%d sekundir",m:"ein minuttur",mm:"%d minuttir",h:"ein tími",hh:"%d tímar",d:"ein dagur",dd:"%d dagar",M:"ein mánaður",MM:"%d mánaðir",y:"eitt ár",yy:"%d ár"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("fr",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|)/,ordinal:function(t,e){switch(e){case"D":return t+(1===t?"er":"");default:case"M":case"Q":case"DDD":case"d":return t+(1===t?"er":"e");case"w":case"W":return t+(1===t?"re":"e")}},week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("fr-ca",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(t,e){switch(e){default:case"M":case"Q":case"D":case"DDD":case"d":return t+(1===t?"er":"e");case"w":case"W":return t+(1===t?"re":"e")}}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("fr-ch",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(t,e){switch(e){default:case"M":case"Q":case"D":case"DDD":case"d":return t+(1===t?"er":"e");case"w":case"W":return t+(1===t?"re":"e")}},week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";var e="jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.".split("_"),i="jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_");t.defineLocale("fy",{months:"jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber".split("_"),monthsShort:function(t,n){return t?/-MMM-/.test(n)?i[t.month()]:e[t.month()]:e},monthsParseExact:!0,weekdays:"snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon".split("_"),weekdaysShort:"si._mo._ti._wo._to._fr._so.".split("_"),weekdaysMin:"Si_Mo_Ti_Wo_To_Fr_So".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[hjoed om] LT",nextDay:"[moarn om] LT",nextWeek:"dddd [om] LT",lastDay:"[juster om] LT",lastWeek:"[ôfrûne] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oer %s",past:"%s lyn",s:"in pear sekonden",ss:"%d sekonden",m:"ien minút",mm:"%d minuten",h:"ien oere",hh:"%d oeren",d:"ien dei",dd:"%d dagen",M:"ien moanne",MM:"%d moannen",y:"ien jier",yy:"%d jierren"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(t){return t+(1===t||8===t||t>=20?"ste":"de")},week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("ga",{months:["Eanáir","Feabhra","Márta","Aibreán","Bealtaine","Méitheamh","Iúil","Lúnasa","Meán Fómhair","Deaireadh Fómhair","Samhain","Nollaig"],monthsShort:["Eaná","Feab","Márt","Aibr","Beal","Méit","Iúil","Lúna","Meán","Deai","Samh","Noll"],monthsParseExact:!0,weekdays:["Dé Domhnaigh","Dé Luain","Dé Máirt","Dé Céadaoin","Déardaoin","Dé hAoine","Dé Satharn"],weekdaysShort:["Dom","Lua","Mái","Céa","Déa","hAo","Sat"],weekdaysMin:["Do","Lu","Má","Ce","Dé","hA","Sa"],longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Inniu ag] LT",nextDay:"[Amárach ag] LT",nextWeek:"dddd [ag] LT",lastDay:"[Inné aig] LT",lastWeek:"dddd [seo caite] [ag] LT",sameElse:"L"},relativeTime:{future:"i %s",past:"%s ó shin",s:"cúpla soicind",ss:"%d soicind",m:"nóiméad",mm:"%d nóiméad",h:"uair an chloig",hh:"%d uair an chloig",d:"lá",dd:"%d lá",M:"mí",MM:"%d mí",y:"bliain",yy:"%d bliain"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(t){return t+(1===t?"d":t%10==2?"na":"mh")},week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("gd",{months:["Am Faoilleach","An Gearran","Am Màrt","An Giblean","An Cèitean","An t-Ògmhios","An t-Iuchar","An Lùnastal","An t-Sultain","An Dàmhair","An t-Samhain","An Dùbhlachd"],monthsShort:["Faoi","Gear","Màrt","Gibl","Cèit","Ògmh","Iuch","Lùn","Sult","Dàmh","Samh","Dùbh"],monthsParseExact:!0,weekdays:["Didòmhnaich","Diluain","Dimàirt","Diciadain","Diardaoin","Dihaoine","Disathairne"],weekdaysShort:["Did","Dil","Dim","Dic","Dia","Dih","Dis"],weekdaysMin:["Dò","Lu","Mà","Ci","Ar","Ha","Sa"],longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[An-diugh aig] LT",nextDay:"[A-màireach aig] LT",nextWeek:"dddd [aig] LT",lastDay:"[An-dè aig] LT",lastWeek:"dddd [seo chaidh] [aig] LT",sameElse:"L"},relativeTime:{future:"ann an %s",past:"bho chionn %s",s:"beagan diogan",ss:"%d diogan",m:"mionaid",mm:"%d mionaidean",h:"uair",hh:"%d uairean",d:"latha",dd:"%d latha",M:"mìos",MM:"%d mìosan",y:"bliadhna",yy:"%d bliadhna"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(t){return t+(1===t?"d":t%10==2?"na":"mh")},week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("gl",{months:"xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro".split("_"),monthsShort:"xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"domingo_luns_martes_mércores_xoves_venres_sábado".split("_"),weekdaysShort:"dom._lun._mar._mér._xov._ven._sáb.".split("_"),weekdaysMin:"do_lu_ma_mé_xo_ve_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoxe "+(1!==this.hours()?"ás":"á")+"] LT"},nextDay:function(){return"[mañá "+(1!==this.hours()?"ás":"á")+"] LT"},nextWeek:function(){return"dddd ["+(1!==this.hours()?"ás":"a")+"] LT"},lastDay:function(){return"[onte "+(1!==this.hours()?"á":"a")+"] LT"},lastWeek:function(){return"[o] dddd [pasado "+(1!==this.hours()?"ás":"a")+"] LT"},sameElse:"L"},relativeTime:{future:function(t){return 0===t.indexOf("un")?"n"+t:"en "+t},past:"hai %s",s:"uns segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"unha hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";function e(t,e,i,n){var r={s:["thodde secondanim","thodde second"],ss:[t+" secondanim",t+" second"],m:["eka mintan","ek minute"],mm:[t+" mintanim",t+" mintam"],h:["eka voran","ek vor"],hh:[t+" voranim",t+" voram"],d:["eka disan","ek dis"],dd:[t+" disanim",t+" dis"],M:["eka mhoinean","ek mhoino"],MM:[t+" mhoineanim",t+" mhoine"],y:["eka vorsan","ek voros"],yy:[t+" vorsanim",t+" vorsam"]};return e?r[i][0]:r[i][1]}t.defineLocale("gom-latn",{months:"Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr".split("_"),monthsShort:"Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Aitar_Somar_Mongllar_Budvar_Brestar_Sukrar_Son'var".split("_"),weekdaysShort:"Ait._Som._Mon._Bud._Bre._Suk._Son.".split("_"),weekdaysMin:"Ai_Sm_Mo_Bu_Br_Su_Sn".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [vazta]",LTS:"A h:mm:ss [vazta]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [vazta]",LLLL:"dddd, MMMM[achea] Do, YYYY, A h:mm [vazta]",llll:"ddd, D MMM YYYY, A h:mm [vazta]"},calendar:{sameDay:"[Aiz] LT",nextDay:"[Faleam] LT",nextWeek:"[Ieta to] dddd[,] LT",lastDay:"[Kal] LT",lastWeek:"[Fatlo] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s adim",s:e,ss:e,m:e,mm:e,h:e,hh:e,d:e,dd:e,M:e,MM:e,y:e,yy:e},dayOfMonthOrdinalParse:/\d{1,2}(er)/,ordinal:function(t,e){switch(e){case"D":return t+"er";default:case"M":case"Q":case"DDD":case"d":case"w":case"W":return t}},week:{dow:1,doy:4},meridiemParse:/rati|sokalli|donparam|sanje/,meridiemHour:function(t,e){return 12===t&&(t=0),"rati"===e?t<4?t:t+12:"sokalli"===e?t:"donparam"===e?t>12?t:t+12:"sanje"===e?t+12:void 0},meridiem:function(t,e,i){return t<4?"rati":t<12?"sokalli":t<16?"donparam":t<20?"sanje":"rati"}})}(i(0))},function(t,e,i){!function(t){"use strict";var e={1:"૧",2:"૨",3:"૩",4:"૪",5:"૫",6:"૬",7:"૭",8:"૮",9:"૯",0:"૦"},i={"૧":"1","૨":"2","૩":"3","૪":"4","૫":"5","૬":"6","૭":"7","૮":"8","૯":"9","૦":"0"};t.defineLocale("gu",{months:"જાન્યુઆરી_ફેબ્રુઆરી_માર્ચ_એપ્રિલ_મે_જૂન_જુલાઈ_ઑગસ્ટ_સપ્ટેમ્બર_ઑક્ટ્બર_નવેમ્બર_ડિસેમ્બર".split("_"),monthsShort:"જાન્યુ._ફેબ્રુ._માર્ચ_એપ્રિ._મે_જૂન_જુલા._ઑગ._સપ્ટે._ઑક્ટ્._નવે._ડિસે.".split("_"),monthsParseExact:!0,weekdays:"રવિવાર_સોમવાર_મંગળવાર_બુધ્વાર_ગુરુવાર_શુક્રવાર_શનિવાર".split("_"),weekdaysShort:"રવિ_સોમ_મંગળ_બુધ્_ગુરુ_શુક્ર_શનિ".split("_"),weekdaysMin:"ર_સો_મં_બુ_ગુ_શુ_શ".split("_"),longDateFormat:{LT:"A h:mm વાગ્યે",LTS:"A h:mm:ss વાગ્યે",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm વાગ્યે",LLLL:"dddd, D MMMM YYYY, A h:mm વાગ્યે"},calendar:{sameDay:"[આજ] LT",nextDay:"[કાલે] LT",nextWeek:"dddd, LT",lastDay:"[ગઇકાલે] LT",lastWeek:"[પાછલા] dddd, LT",sameElse:"L"},relativeTime:{future:"%s મા",past:"%s પેહલા",s:"અમુક પળો",ss:"%d સેકંડ",m:"એક મિનિટ",mm:"%d મિનિટ",h:"એક કલાક",hh:"%d કલાક",d:"એક દિવસ",dd:"%d દિવસ",M:"એક મહિનો",MM:"%d મહિનો",y:"એક વર્ષ",yy:"%d વર્ષ"},preparse:function(t){return t.replace(/[૧૨૩૪૫૬૭૮૯૦]/g,(function(t){return i[t]}))},postformat:function(t){return t.replace(/\d/g,(function(t){return e[t]}))},meridiemParse:/રાત|બપોર|સવાર|સાંજ/,meridiemHour:function(t,e){return 12===t&&(t=0),"રાત"===e?t<4?t:t+12:"સવાર"===e?t:"બપોર"===e?t>=10?t:t+12:"સાંજ"===e?t+12:void 0},meridiem:function(t,e,i){return t<4?"રાત":t<10?"સવાર":t<17?"બપોર":t<20?"સાંજ":"રાત"},week:{dow:0,doy:6}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("he",{months:"ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר".split("_"),monthsShort:"ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳".split("_"),weekdays:"ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת".split("_"),weekdaysShort:"א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳".split("_"),weekdaysMin:"א_ב_ג_ד_ה_ו_ש".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [ב]MMMM YYYY",LLL:"D [ב]MMMM YYYY HH:mm",LLLL:"dddd, D [ב]MMMM YYYY HH:mm",l:"D/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[היום ב־]LT",nextDay:"[מחר ב־]LT",nextWeek:"dddd [בשעה] LT",lastDay:"[אתמול ב־]LT",lastWeek:"[ביום] dddd [האחרון בשעה] LT",sameElse:"L"},relativeTime:{future:"בעוד %s",past:"לפני %s",s:"מספר שניות",ss:"%d שניות",m:"דקה",mm:"%d דקות",h:"שעה",hh:function(t){return 2===t?"שעתיים":t+" שעות"},d:"יום",dd:function(t){return 2===t?"יומיים":t+" ימים"},M:"חודש",MM:function(t){return 2===t?"חודשיים":t+" חודשים"},y:"שנה",yy:function(t){return 2===t?"שנתיים":t%10==0&&10!==t?t+" שנה":t+" שנים"}},meridiemParse:/אחה"צ|לפנה"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i,isPM:function(t){return/^(אחה"צ|אחרי הצהריים|בערב)$/.test(t)},meridiem:function(t,e,i){return t<5?"לפנות בוקר":t<10?"בבוקר":t<12?i?'לפנה"צ':"לפני הצהריים":t<18?i?'אחה"צ':"אחרי הצהריים":"בערב"}})}(i(0))},function(t,e,i){!function(t){"use strict";var e={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},i={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};t.defineLocale("hi",{months:"जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर".split("_"),monthsShort:"जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm बजे",LTS:"A h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm बजे",LLLL:"dddd, D MMMM YYYY, A h:mm बजे"},calendar:{sameDay:"[आज] LT",nextDay:"[कल] LT",nextWeek:"dddd, LT",lastDay:"[कल] LT",lastWeek:"[पिछले] dddd, LT",sameElse:"L"},relativeTime:{future:"%s में",past:"%s पहले",s:"कुछ ही क्षण",ss:"%d सेकंड",m:"एक मिनट",mm:"%d मिनट",h:"एक घंटा",hh:"%d घंटे",d:"एक दिन",dd:"%d दिन",M:"एक महीने",MM:"%d महीने",y:"एक वर्ष",yy:"%d वर्ष"},preparse:function(t){return t.replace(/[१२३४५६७८९०]/g,(function(t){return i[t]}))},postformat:function(t){return t.replace(/\d/g,(function(t){return e[t]}))},meridiemParse:/रात|सुबह|दोपहर|शाम/,meridiemHour:function(t,e){return 12===t&&(t=0),"रात"===e?t<4?t:t+12:"सुबह"===e?t:"दोपहर"===e?t>=10?t:t+12:"शाम"===e?t+12:void 0},meridiem:function(t,e,i){return t<4?"रात":t<10?"सुबह":t<17?"दोपहर":t<20?"शाम":"रात"},week:{dow:0,doy:6}})}(i(0))},function(t,e,i){!function(t){"use strict";function e(t,e,i){var n=t+" ";switch(i){case"ss":return n+(1===t?"sekunda":2===t||3===t||4===t?"sekunde":"sekundi");case"m":return e?"jedna minuta":"jedne minute";case"mm":return n+(1===t?"minuta":2===t||3===t||4===t?"minute":"minuta");case"h":return e?"jedan sat":"jednog sata";case"hh":return n+(1===t?"sat":2===t||3===t||4===t?"sata":"sati");case"dd":return n+(1===t?"dan":"dana");case"MM":return n+(1===t?"mjesec":2===t||3===t||4===t?"mjeseca":"mjeseci");case"yy":return n+(1===t?"godina":2===t||3===t||4===t?"godine":"godina")}}t.defineLocale("hr",{months:{format:"siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca".split("_"),standalone:"siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac".split("_")},monthsShort:"sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:e,m:e,mm:e,h:e,hh:e,d:"dan",dd:e,M:"mjesec",MM:e,y:"godinu",yy:e},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(i(0))},function(t,e,i){!function(t){"use strict";var e="vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton".split(" ");function i(t,e,i,n){var r=t;switch(i){case"s":return n||e?"néhány másodperc":"néhány másodperce";case"ss":return r+(n||e)?" másodperc":" másodperce";case"m":return"egy"+(n||e?" perc":" perce");case"mm":return r+(n||e?" perc":" perce");case"h":return"egy"+(n||e?" óra":" órája");case"hh":return r+(n||e?" óra":" órája");case"d":return"egy"+(n||e?" nap":" napja");case"dd":return r+(n||e?" nap":" napja");case"M":return"egy"+(n||e?" hónap":" hónapja");case"MM":return r+(n||e?" hónap":" hónapja");case"y":return"egy"+(n||e?" év":" éve");case"yy":return r+(n||e?" év":" éve")}return""}function n(t){return(t?"":"[múlt] ")+"["+e[this.day()]+"] LT[-kor]"}t.defineLocale("hu",{months:"január_február_március_április_május_június_július_augusztus_szeptember_október_november_december".split("_"),monthsShort:"jan_feb_márc_ápr_máj_jún_júl_aug_szept_okt_nov_dec".split("_"),weekdays:"vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat".split("_"),weekdaysShort:"vas_hét_kedd_sze_csüt_pén_szo".split("_"),weekdaysMin:"v_h_k_sze_cs_p_szo".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY. MMMM D.",LLL:"YYYY. MMMM D. H:mm",LLLL:"YYYY. MMMM D., dddd H:mm"},meridiemParse:/de|du/i,isPM:function(t){return"u"===t.charAt(1).toLowerCase()},meridiem:function(t,e,i){return t<12?!0===i?"de":"DE":!0===i?"du":"DU"},calendar:{sameDay:"[ma] LT[-kor]",nextDay:"[holnap] LT[-kor]",nextWeek:function(){return n.call(this,!0)},lastDay:"[tegnap] LT[-kor]",lastWeek:function(){return n.call(this,!1)},sameElse:"L"},relativeTime:{future:"%s múlva",past:"%s",s:i,ss:i,m:i,mm:i,h:i,hh:i,d:i,dd:i,M:i,MM:i,y:i,yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("hy-am",{months:{format:"հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի".split("_"),standalone:"հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր".split("_")},monthsShort:"հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ".split("_"),weekdays:"կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ".split("_"),weekdaysShort:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),weekdaysMin:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY թ.",LLL:"D MMMM YYYY թ., HH:mm",LLLL:"dddd, D MMMM YYYY թ., HH:mm"},calendar:{sameDay:"[այսօր] LT",nextDay:"[վաղը] LT",lastDay:"[երեկ] LT",nextWeek:function(){return"dddd [օրը ժամը] LT"},lastWeek:function(){return"[անցած] dddd [օրը ժամը] LT"},sameElse:"L"},relativeTime:{future:"%s հետո",past:"%s առաջ",s:"մի քանի վայրկյան",ss:"%d վայրկյան",m:"րոպե",mm:"%d րոպե",h:"ժամ",hh:"%d ժամ",d:"օր",dd:"%d օր",M:"ամիս",MM:"%d ամիս",y:"տարի",yy:"%d տարի"},meridiemParse:/գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,isPM:function(t){return/^(ցերեկվա|երեկոյան)$/.test(t)},meridiem:function(t){return t<4?"գիշերվա":t<12?"առավոտվա":t<17?"ցերեկվա":"երեկոյան"},dayOfMonthOrdinalParse:/\d{1,2}|\d{1,2}-(ին|րդ)/,ordinal:function(t,e){switch(e){case"DDD":case"w":case"W":case"DDDo":return 1===t?t+"-ին":t+"-րդ";default:return t}},week:{dow:1,doy:7}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("id",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des".split("_"),weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|siang|sore|malam/,meridiemHour:function(t,e){return 12===t&&(t=0),"pagi"===e?t:"siang"===e?t>=11?t:t+12:"sore"===e||"malam"===e?t+12:void 0},meridiem:function(t,e,i){return t<11?"pagi":t<15?"siang":t<19?"sore":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Besok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kemarin pukul] LT",lastWeek:"dddd [lalu pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",ss:"%d detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(i(0))},function(t,e,i){!function(t){"use strict";function e(t){return t%100==11||t%10!=1}function i(t,i,n,r){var o=t+" ";switch(n){case"s":return i||r?"nokkrar sekúndur":"nokkrum sekúndum";case"ss":return e(t)?o+(i||r?"sekúndur":"sekúndum"):o+"sekúnda";case"m":return i?"mínúta":"mínútu";case"mm":return e(t)?o+(i||r?"mínútur":"mínútum"):i?o+"mínúta":o+"mínútu";case"hh":return e(t)?o+(i||r?"klukkustundir":"klukkustundum"):o+"klukkustund";case"d":return i?"dagur":r?"dag":"degi";case"dd":return e(t)?i?o+"dagar":o+(r?"daga":"dögum"):i?o+"dagur":o+(r?"dag":"degi");case"M":return i?"mánuður":r?"mánuð":"mánuði";case"MM":return e(t)?i?o+"mánuðir":o+(r?"mánuði":"mánuðum"):i?o+"mánuður":o+(r?"mánuð":"mánuði");case"y":return i||r?"ár":"ári";case"yy":return e(t)?o+(i||r?"ár":"árum"):o+(i||r?"ár":"ári")}}t.defineLocale("is",{months:"janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember".split("_"),monthsShort:"jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des".split("_"),weekdays:"sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur".split("_"),weekdaysShort:"sun_mán_þri_mið_fim_fös_lau".split("_"),weekdaysMin:"Su_Má_Þr_Mi_Fi_Fö_La".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd, D. MMMM YYYY [kl.] H:mm"},calendar:{sameDay:"[í dag kl.] LT",nextDay:"[á morgun kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[í gær kl.] LT",lastWeek:"[síðasta] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"eftir %s",past:"fyrir %s síðan",s:i,ss:i,m:i,mm:i,h:"klukkustund",hh:i,d:i,dd:i,M:i,MM:i,y:i,yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("it",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){switch(this.day()){case 0:return"[la scorsa] dddd [alle] LT";default:return"[lo scorso] dddd [alle] LT"}},sameElse:"L"},relativeTime:{future:function(t){return(/^[0-9].+$/.test(t)?"tra":"in")+" "+t},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("it-ch",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){switch(this.day()){case 0:return"[la scorsa] dddd [alle] LT";default:return"[lo scorso] dddd [alle] LT"}},sameElse:"L"},relativeTime:{future:function(t){return(/^[0-9].+$/.test(t)?"tra":"in")+" "+t},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("ja",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),weekdaysShort:"日_月_火_水_木_金_土".split("_"),weekdaysMin:"日_月_火_水_木_金_土".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日 dddd HH:mm",l:"YYYY/MM/DD",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日(ddd) HH:mm"},meridiemParse:/午前|午後/i,isPM:function(t){return"午後"===t},meridiem:function(t,e,i){return t<12?"午前":"午後"},calendar:{sameDay:"[今日] LT",nextDay:"[明日] LT",nextWeek:function(t){return t.week()<this.week()?"[来週]dddd LT":"dddd LT"},lastDay:"[昨日] LT",lastWeek:function(t){return this.week()<t.week()?"[先週]dddd LT":"dddd LT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}日/,ordinal:function(t,e){switch(e){case"d":case"D":case"DDD":return t+"日";default:return t}},relativeTime:{future:"%s後",past:"%s前",s:"数秒",ss:"%d秒",m:"1分",mm:"%d分",h:"1時間",hh:"%d時間",d:"1日",dd:"%d日",M:"1ヶ月",MM:"%dヶ月",y:"1年",yy:"%d年"}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("jv",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des".split("_"),weekdays:"Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu".split("_"),weekdaysShort:"Min_Sen_Sel_Reb_Kem_Jem_Sep".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sp".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/enjing|siyang|sonten|ndalu/,meridiemHour:function(t,e){return 12===t&&(t=0),"enjing"===e?t:"siyang"===e?t>=11?t:t+12:"sonten"===e||"ndalu"===e?t+12:void 0},meridiem:function(t,e,i){return t<11?"enjing":t<15?"siyang":t<19?"sonten":"ndalu"},calendar:{sameDay:"[Dinten puniko pukul] LT",nextDay:"[Mbenjang pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kala wingi pukul] LT",lastWeek:"dddd [kepengker pukul] LT",sameElse:"L"},relativeTime:{future:"wonten ing %s",past:"%s ingkang kepengker",s:"sawetawis detik",ss:"%d detik",m:"setunggal menit",mm:"%d menit",h:"setunggal jam",hh:"%d jam",d:"sedinten",dd:"%d dinten",M:"sewulan",MM:"%d wulan",y:"setaun",yy:"%d taun"},week:{dow:1,doy:7}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("ka",{months:{standalone:"იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი".split("_"),format:"იანვარს_თებერვალს_მარტს_აპრილის_მაისს_ივნისს_ივლისს_აგვისტს_სექტემბერს_ოქტომბერს_ნოემბერს_დეკემბერს".split("_")},monthsShort:"იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ".split("_"),weekdays:{standalone:"კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი".split("_"),format:"კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს".split("_"),isFormat:/(წინა|შემდეგ)/},weekdaysShort:"კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ".split("_"),weekdaysMin:"კვ_ორ_სა_ოთ_ხუ_პა_შა".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[დღეს] LT[-ზე]",nextDay:"[ხვალ] LT[-ზე]",lastDay:"[გუშინ] LT[-ზე]",nextWeek:"[შემდეგ] dddd LT[-ზე]",lastWeek:"[წინა] dddd LT-ზე",sameElse:"L"},relativeTime:{future:function(t){return/(წამი|წუთი|საათი|წელი)/.test(t)?t.replace(/ი$/,"ში"):t+"ში"},past:function(t){return/(წამი|წუთი|საათი|დღე|თვე)/.test(t)?t.replace(/(ი|ე)$/,"ის წინ"):/წელი/.test(t)?t.replace(/წელი$/,"წლის წინ"):void 0},s:"რამდენიმე წამი",ss:"%d წამი",m:"წუთი",mm:"%d წუთი",h:"საათი",hh:"%d საათი",d:"დღე",dd:"%d დღე",M:"თვე",MM:"%d თვე",y:"წელი",yy:"%d წელი"},dayOfMonthOrdinalParse:/0|1-ლი|მე-\d{1,2}|\d{1,2}-ე/,ordinal:function(t){return 0===t?t:1===t?t+"-ლი":t<20||t<=100&&t%20==0||t%100==0?"მე-"+t:t+"-ე"},week:{dow:1,doy:7}})}(i(0))},function(t,e,i){!function(t){"use strict";var e={0:"-ші",1:"-ші",2:"-ші",3:"-ші",4:"-ші",5:"-ші",6:"-шы",7:"-ші",8:"-ші",9:"-шы",10:"-шы",20:"-шы",30:"-шы",40:"-шы",50:"-ші",60:"-шы",70:"-ші",80:"-ші",90:"-шы",100:"-ші"};t.defineLocale("kk",{months:"қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан".split("_"),monthsShort:"қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел".split("_"),weekdays:"жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі".split("_"),weekdaysShort:"жек_дүй_сей_сәр_бей_жұм_сен".split("_"),weekdaysMin:"жк_дй_сй_ср_бй_жм_сн".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгін сағат] LT",nextDay:"[Ертең сағат] LT",nextWeek:"dddd [сағат] LT",lastDay:"[Кеше сағат] LT",lastWeek:"[Өткен аптаның] dddd [сағат] LT",sameElse:"L"},relativeTime:{future:"%s ішінде",past:"%s бұрын",s:"бірнеше секунд",ss:"%d секунд",m:"бір минут",mm:"%d минут",h:"бір сағат",hh:"%d сағат",d:"бір күн",dd:"%d күн",M:"бір ай",MM:"%d ай",y:"бір жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(ші|шы)/,ordinal:function(t){return t+(e[t]||e[t%10]||e[t>=100?100:null])},week:{dow:1,doy:7}})}(i(0))},function(t,e,i){!function(t){"use strict";var e={1:"១",2:"២",3:"៣",4:"៤",5:"៥",6:"៦",7:"៧",8:"៨",9:"៩",0:"០"},i={"១":"1","២":"2","៣":"3","៤":"4","៥":"5","៦":"6","៧":"7","៨":"8","៩":"9","០":"0"};t.defineLocale("km",{months:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),monthsShort:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),weekdays:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),weekdaysShort:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysMin:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ព្រឹក|ល្ងាច/,isPM:function(t){return"ល្ងាច"===t},meridiem:function(t,e,i){return t<12?"ព្រឹក":"ល្ងាច"},calendar:{sameDay:"[ថ្ងៃនេះ ម៉ោង] LT",nextDay:"[ស្អែក ម៉ោង] LT",nextWeek:"dddd [ម៉ោង] LT",lastDay:"[ម្សិលមិញ ម៉ោង] LT",lastWeek:"dddd [សប្តាហ៍មុន] [ម៉ោង] LT",sameElse:"L"},relativeTime:{future:"%sទៀត",past:"%sមុន",s:"ប៉ុន្មានវិនាទី",ss:"%d វិនាទី",m:"មួយនាទី",mm:"%d នាទី",h:"មួយម៉ោង",hh:"%d ម៉ោង",d:"មួយថ្ងៃ",dd:"%d ថ្ងៃ",M:"មួយខែ",MM:"%d ខែ",y:"មួយឆ្នាំ",yy:"%d ឆ្នាំ"},dayOfMonthOrdinalParse:/ទី\d{1,2}/,ordinal:"ទី%d",preparse:function(t){return t.replace(/[១២៣៤៥៦៧៨៩០]/g,(function(t){return i[t]}))},postformat:function(t){return t.replace(/\d/g,(function(t){return e[t]}))},week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";var e={1:"೧",2:"೨",3:"೩",4:"೪",5:"೫",6:"೬",7:"೭",8:"೮",9:"೯",0:"೦"},i={"೧":"1","೨":"2","೩":"3","೪":"4","೫":"5","೬":"6","೭":"7","೮":"8","೯":"9","೦":"0"};t.defineLocale("kn",{months:"ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂಬರ್_ಅಕ್ಟೋಬರ್_ನವೆಂಬರ್_ಡಿಸೆಂಬರ್".split("_"),monthsShort:"ಜನ_ಫೆಬ್ರ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂ_ಅಕ್ಟೋ_ನವೆಂ_ಡಿಸೆಂ".split("_"),monthsParseExact:!0,weekdays:"ಭಾನುವಾರ_ಸೋಮವಾರ_ಮಂಗಳವಾರ_ಬುಧವಾರ_ಗುರುವಾರ_ಶುಕ್ರವಾರ_ಶನಿವಾರ".split("_"),weekdaysShort:"ಭಾನು_ಸೋಮ_ಮಂಗಳ_ಬುಧ_ಗುರು_ಶುಕ್ರ_ಶನಿ".split("_"),weekdaysMin:"ಭಾ_ಸೋ_ಮಂ_ಬು_ಗು_ಶು_ಶ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[ಇಂದು] LT",nextDay:"[ನಾಳೆ] LT",nextWeek:"dddd, LT",lastDay:"[ನಿನ್ನೆ] LT",lastWeek:"[ಕೊನೆಯ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ನಂತರ",past:"%s ಹಿಂದೆ",s:"ಕೆಲವು ಕ್ಷಣಗಳು",ss:"%d ಸೆಕೆಂಡುಗಳು",m:"ಒಂದು ನಿಮಿಷ",mm:"%d ನಿಮಿಷ",h:"ಒಂದು ಗಂಟೆ",hh:"%d ಗಂಟೆ",d:"ಒಂದು ದಿನ",dd:"%d ದಿನ",M:"ಒಂದು ತಿಂಗಳು",MM:"%d ತಿಂಗಳು",y:"ಒಂದು ವರ್ಷ",yy:"%d ವರ್ಷ"},preparse:function(t){return t.replace(/[೧೨೩೪೫೬೭೮೯೦]/g,(function(t){return i[t]}))},postformat:function(t){return t.replace(/\d/g,(function(t){return e[t]}))},meridiemParse:/ರಾತ್ರಿ|ಬೆಳಿಗ್ಗೆ|ಮಧ್ಯಾಹ್ನ|ಸಂಜೆ/,meridiemHour:function(t,e){return 12===t&&(t=0),"ರಾತ್ರಿ"===e?t<4?t:t+12:"ಬೆಳಿಗ್ಗೆ"===e?t:"ಮಧ್ಯಾಹ್ನ"===e?t>=10?t:t+12:"ಸಂಜೆ"===e?t+12:void 0},meridiem:function(t,e,i){return t<4?"ರಾತ್ರಿ":t<10?"ಬೆಳಿಗ್ಗೆ":t<17?"ಮಧ್ಯಾಹ್ನ":t<20?"ಸಂಜೆ":"ರಾತ್ರಿ"},dayOfMonthOrdinalParse:/\d{1,2}(ನೇ)/,ordinal:function(t){return t+"ನೇ"},week:{dow:0,doy:6}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("ko",{months:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),monthsShort:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),weekdays:"일요일_월요일_화요일_수요일_목요일_금요일_토요일".split("_"),weekdaysShort:"일_월_화_수_목_금_토".split("_"),weekdaysMin:"일_월_화_수_목_금_토".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY년 MMMM D일",LLL:"YYYY년 MMMM D일 A h:mm",LLLL:"YYYY년 MMMM D일 dddd A h:mm",l:"YYYY.MM.DD.",ll:"YYYY년 MMMM D일",lll:"YYYY년 MMMM D일 A h:mm",llll:"YYYY년 MMMM D일 dddd A h:mm"},calendar:{sameDay:"오늘 LT",nextDay:"내일 LT",nextWeek:"dddd LT",lastDay:"어제 LT",lastWeek:"지난주 dddd LT",sameElse:"L"},relativeTime:{future:"%s 후",past:"%s 전",s:"몇 초",ss:"%d초",m:"1분",mm:"%d분",h:"한 시간",hh:"%d시간",d:"하루",dd:"%d일",M:"한 달",MM:"%d달",y:"일 년",yy:"%d년"},dayOfMonthOrdinalParse:/\d{1,2}(일|월|주)/,ordinal:function(t,e){switch(e){case"d":case"D":case"DDD":return t+"일";case"M":return t+"월";case"w":case"W":return t+"주";default:return t}},meridiemParse:/오전|오후/,isPM:function(t){return"오후"===t},meridiem:function(t,e,i){return t<12?"오전":"오후"}})}(i(0))},function(t,e,i){!function(t){"use strict";var e={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},i={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},n=["کانونی دووەم","شوبات","ئازار","نیسان","ئایار","حوزەیران","تەمموز","ئاب","ئەیلوول","تشرینی یەكەم","تشرینی دووەم","كانونی یەکەم"];t.defineLocale("ku",{months:n,monthsShort:n,weekdays:"یهكشهممه_دووشهممه_سێشهممه_چوارشهممه_پێنجشهممه_ههینی_شهممه".split("_"),weekdaysShort:"یهكشهم_دووشهم_سێشهم_چوارشهم_پێنجشهم_ههینی_شهممه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ه_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ئێواره|بهیانی/,isPM:function(t){return/ئێواره/.test(t)},meridiem:function(t,e,i){return t<12?"بهیانی":"ئێواره"},calendar:{sameDay:"[ئهمرۆ كاتژمێر] LT",nextDay:"[بهیانی كاتژمێر] LT",nextWeek:"dddd [كاتژمێر] LT",lastDay:"[دوێنێ كاتژمێر] LT",lastWeek:"dddd [كاتژمێر] LT",sameElse:"L"},relativeTime:{future:"له %s",past:"%s",s:"چهند چركهیهك",ss:"چركه %d",m:"یهك خولهك",mm:"%d خولهك",h:"یهك كاتژمێر",hh:"%d كاتژمێر",d:"یهك ڕۆژ",dd:"%d ڕۆژ",M:"یهك مانگ",MM:"%d مانگ",y:"یهك ساڵ",yy:"%d ساڵ"},preparse:function(t){return t.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(t){return i[t]})).replace(/،/g,",")},postformat:function(t){return t.replace(/\d/g,(function(t){return e[t]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(i(0))},function(t,e,i){!function(t){"use strict";var e={0:"-чү",1:"-чи",2:"-чи",3:"-чү",4:"-чү",5:"-чи",6:"-чы",7:"-чи",8:"-чи",9:"-чу",10:"-чу",20:"-чы",30:"-чу",40:"-чы",50:"-чү",60:"-чы",70:"-чи",80:"-чи",90:"-чу",100:"-чү"};t.defineLocale("ky",{months:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),monthsShort:"янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек".split("_"),weekdays:"Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби".split("_"),weekdaysShort:"Жек_Дүй_Шей_Шар_Бей_Жум_Ише".split("_"),weekdaysMin:"Жк_Дй_Шй_Шр_Бй_Жм_Иш".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгүн саат] LT",nextDay:"[Эртең саат] LT",nextWeek:"dddd [саат] LT",lastDay:"[Кечээ саат] LT",lastWeek:"[Өткөн аптанын] dddd [күнү] [саат] LT",sameElse:"L"},relativeTime:{future:"%s ичинде",past:"%s мурун",s:"бирнече секунд",ss:"%d секунд",m:"бир мүнөт",mm:"%d мүнөт",h:"бир саат",hh:"%d саат",d:"бир күн",dd:"%d күн",M:"бир ай",MM:"%d ай",y:"бир жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(чи|чы|чү|чу)/,ordinal:function(t){return t+(e[t]||e[t%10]||e[t>=100?100:null])},week:{dow:1,doy:7}})}(i(0))},function(t,e,i){!function(t){"use strict";function e(t,e,i,n){var r={m:["eng Minutt","enger Minutt"],h:["eng Stonn","enger Stonn"],d:["een Dag","engem Dag"],M:["ee Mount","engem Mount"],y:["ee Joer","engem Joer"]};return e?r[i][0]:r[i][1]}function i(t){if(t=parseInt(t,10),isNaN(t))return!1;if(t<0)return!0;if(t<10)return 4<=t&&t<=7;if(t<100){var e=t%10;return i(0===e?t/10:e)}if(t<1e4){for(;t>=10;)t/=10;return i(t)}return i(t/=1e3)}t.defineLocale("lb",{months:"Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg".split("_"),weekdaysShort:"So._Mé._Dë._Më._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mé_Dë_Më_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm [Auer]",LTS:"H:mm:ss [Auer]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm [Auer]",LLLL:"dddd, D. MMMM YYYY H:mm [Auer]"},calendar:{sameDay:"[Haut um] LT",sameElse:"L",nextDay:"[Muer um] LT",nextWeek:"dddd [um] LT",lastDay:"[Gëschter um] LT",lastWeek:function(){switch(this.day()){case 2:case 4:return"[Leschten] dddd [um] LT";default:return"[Leschte] dddd [um] LT"}}},relativeTime:{future:function(t){return i(t.substr(0,t.indexOf(" ")))?"a "+t:"an "+t},past:function(t){return i(t.substr(0,t.indexOf(" ")))?"viru "+t:"virun "+t},s:"e puer Sekonnen",ss:"%d Sekonnen",m:e,mm:"%d Minutten",h:e,hh:"%d Stonnen",d:e,dd:"%d Deeg",M:e,MM:"%d Méint",y:e,yy:"%d Joer"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("lo",{months:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),monthsShort:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),weekdays:"ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysShort:"ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysMin:"ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"ວັນdddd D MMMM YYYY HH:mm"},meridiemParse:/ຕອນເຊົ້າ|ຕອນແລງ/,isPM:function(t){return"ຕອນແລງ"===t},meridiem:function(t,e,i){return t<12?"ຕອນເຊົ້າ":"ຕອນແລງ"},calendar:{sameDay:"[ມື້ນີ້ເວລາ] LT",nextDay:"[ມື້ອື່ນເວລາ] LT",nextWeek:"[ວັນ]dddd[ໜ້າເວລາ] LT",lastDay:"[ມື້ວານນີ້ເວລາ] LT",lastWeek:"[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT",sameElse:"L"},relativeTime:{future:"ອີກ %s",past:"%sຜ່ານມາ",s:"ບໍ່ເທົ່າໃດວິນາທີ",ss:"%d ວິນາທີ",m:"1 ນາທີ",mm:"%d ນາທີ",h:"1 ຊົ່ວໂມງ",hh:"%d ຊົ່ວໂມງ",d:"1 ມື້",dd:"%d ມື້",M:"1 ເດືອນ",MM:"%d ເດືອນ",y:"1 ປີ",yy:"%d ປີ"},dayOfMonthOrdinalParse:/(ທີ່)\d{1,2}/,ordinal:function(t){return"ທີ່"+t}})}(i(0))},function(t,e,i){!function(t){"use strict";var e={ss:"sekundė_sekundžių_sekundes",m:"minutė_minutės_minutę",mm:"minutės_minučių_minutes",h:"valanda_valandos_valandą",hh:"valandos_valandų_valandas",d:"diena_dienos_dieną",dd:"dienos_dienų_dienas",M:"mėnuo_mėnesio_mėnesį",MM:"mėnesiai_mėnesių_mėnesius",y:"metai_metų_metus",yy:"metai_metų_metus"};function i(t,e,i,n){return e?r(i)[0]:n?r(i)[1]:r(i)[2]}function n(t){return t%10==0||t>10&&t<20}function r(t){return e[t].split("_")}function o(t,e,o,s){var a=t+" ";return 1===t?a+i(0,e,o[0],s):e?a+(n(t)?r(o)[1]:r(o)[0]):s?a+r(o)[1]:a+(n(t)?r(o)[1]:r(o)[2])}t.defineLocale("lt",{months:{format:"sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio".split("_"),standalone:"sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis".split("_"),isFormat:/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?/},monthsShort:"sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd".split("_"),weekdays:{format:"sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį".split("_"),standalone:"sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis".split("_"),isFormat:/dddd HH:mm/},weekdaysShort:"Sek_Pir_Ant_Tre_Ket_Pen_Šeš".split("_"),weekdaysMin:"S_P_A_T_K_Pn_Š".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY [m.] MMMM D [d.]",LLL:"YYYY [m.] MMMM D [d.], HH:mm [val.]",LLLL:"YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]",l:"YYYY-MM-DD",ll:"YYYY [m.] MMMM D [d.]",lll:"YYYY [m.] MMMM D [d.], HH:mm [val.]",llll:"YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]"},calendar:{sameDay:"[Šiandien] LT",nextDay:"[Rytoj] LT",nextWeek:"dddd LT",lastDay:"[Vakar] LT",lastWeek:"[Praėjusį] dddd LT",sameElse:"L"},relativeTime:{future:"po %s",past:"prieš %s",s:function(t,e,i,n){return e?"kelios sekundės":n?"kelių sekundžių":"kelias sekundes"},ss:o,m:i,mm:o,h:i,hh:o,d:i,dd:o,M:i,MM:o,y:i,yy:o},dayOfMonthOrdinalParse:/\d{1,2}-oji/,ordinal:function(t){return t+"-oji"},week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";var e={ss:"sekundes_sekundēm_sekunde_sekundes".split("_"),m:"minūtes_minūtēm_minūte_minūtes".split("_"),mm:"minūtes_minūtēm_minūte_minūtes".split("_"),h:"stundas_stundām_stunda_stundas".split("_"),hh:"stundas_stundām_stunda_stundas".split("_"),d:"dienas_dienām_diena_dienas".split("_"),dd:"dienas_dienām_diena_dienas".split("_"),M:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),MM:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),y:"gada_gadiem_gads_gadi".split("_"),yy:"gada_gadiem_gads_gadi".split("_")};function i(t,e,i){return i?e%10==1&&e%100!=11?t[2]:t[3]:e%10==1&&e%100!=11?t[0]:t[1]}function n(t,n,r){return t+" "+i(e[r],t,n)}function r(t,n,r){return i(e[r],t,n)}t.defineLocale("lv",{months:"janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris".split("_"),monthsShort:"jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec".split("_"),weekdays:"svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena".split("_"),weekdaysShort:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysMin:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY.",LL:"YYYY. [gada] D. MMMM",LLL:"YYYY. [gada] D. MMMM, HH:mm",LLLL:"YYYY. [gada] D. MMMM, dddd, HH:mm"},calendar:{sameDay:"[Šodien pulksten] LT",nextDay:"[Rīt pulksten] LT",nextWeek:"dddd [pulksten] LT",lastDay:"[Vakar pulksten] LT",lastWeek:"[Pagājušā] dddd [pulksten] LT",sameElse:"L"},relativeTime:{future:"pēc %s",past:"pirms %s",s:function(t,e){return e?"dažas sekundes":"dažām sekundēm"},ss:n,m:r,mm:n,h:r,hh:n,d:r,dd:n,M:r,MM:n,y:r,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";var e={words:{ss:["sekund","sekunda","sekundi"],m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mjesec","mjeseca","mjeseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(t,e){return 1===t?e[0]:t>=2&&t<=4?e[1]:e[2]},translate:function(t,i,n){var r=e.words[n];return 1===n.length?i?r[0]:r[1]:t+" "+e.correctGrammaticalCase(t,r)}};t.defineLocale("me",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sjutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedjelje] [u] LT","[prošlog] [ponedjeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srijede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"nekoliko sekundi",ss:e.translate,m:e.translate,mm:e.translate,h:e.translate,hh:e.translate,d:"dan",dd:e.translate,M:"mjesec",MM:e.translate,y:"godinu",yy:e.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("mi",{months:"Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea".split("_"),monthsShort:"Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki".split("_"),monthsRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,2}/i,weekdays:"Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei".split("_"),weekdaysShort:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),weekdaysMin:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [i] HH:mm",LLLL:"dddd, D MMMM YYYY [i] HH:mm"},calendar:{sameDay:"[i teie mahana, i] LT",nextDay:"[apopo i] LT",nextWeek:"dddd [i] LT",lastDay:"[inanahi i] LT",lastWeek:"dddd [whakamutunga i] LT",sameElse:"L"},relativeTime:{future:"i roto i %s",past:"%s i mua",s:"te hēkona ruarua",ss:"%d hēkona",m:"he meneti",mm:"%d meneti",h:"te haora",hh:"%d haora",d:"he ra",dd:"%d ra",M:"he marama",MM:"%d marama",y:"he tau",yy:"%d tau"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("mk",{months:"јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември".split("_"),monthsShort:"јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек".split("_"),weekdays:"недела_понеделник_вторник_среда_четврток_петок_сабота".split("_"),weekdaysShort:"нед_пон_вто_сре_чет_пет_саб".split("_"),weekdaysMin:"нe_пo_вт_ср_че_пе_сa".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Денес во] LT",nextDay:"[Утре во] LT",nextWeek:"[Во] dddd [во] LT",lastDay:"[Вчера во] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Изминатата] dddd [во] LT";case 1:case 2:case 4:case 5:return"[Изминатиот] dddd [во] LT"}},sameElse:"L"},relativeTime:{future:"после %s",past:"пред %s",s:"неколку секунди",ss:"%d секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дена",M:"месец",MM:"%d месеци",y:"година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(t){var e=t%10,i=t%100;return 0===t?t+"-ев":0===i?t+"-ен":i>10&&i<20?t+"-ти":1===e?t+"-ви":2===e?t+"-ри":7===e||8===e?t+"-ми":t+"-ти"},week:{dow:1,doy:7}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("ml",{months:"ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ".split("_"),monthsShort:"ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.".split("_"),monthsParseExact:!0,weekdays:"ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച".split("_"),weekdaysShort:"ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി".split("_"),weekdaysMin:"ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ".split("_"),longDateFormat:{LT:"A h:mm -നു",LTS:"A h:mm:ss -നു",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm -നു",LLLL:"dddd, D MMMM YYYY, A h:mm -നു"},calendar:{sameDay:"[ഇന്ന്] LT",nextDay:"[നാളെ] LT",nextWeek:"dddd, LT",lastDay:"[ഇന്നലെ] LT",lastWeek:"[കഴിഞ്ഞ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s കഴിഞ്ഞ്",past:"%s മുൻപ്",s:"അൽപ നിമിഷങ്ങൾ",ss:"%d സെക്കൻഡ്",m:"ഒരു മിനിറ്റ്",mm:"%d മിനിറ്റ്",h:"ഒരു മണിക്കൂർ",hh:"%d മണിക്കൂർ",d:"ഒരു ദിവസം",dd:"%d ദിവസം",M:"ഒരു മാസം",MM:"%d മാസം",y:"ഒരു വർഷം",yy:"%d വർഷം"},meridiemParse:/രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,meridiemHour:function(t,e){return 12===t&&(t=0),"രാത്രി"===e&&t>=4||"ഉച്ച കഴിഞ്ഞ്"===e||"വൈകുന്നേരം"===e?t+12:t},meridiem:function(t,e,i){return t<4?"രാത്രി":t<12?"രാവിലെ":t<17?"ഉച്ച കഴിഞ്ഞ്":t<20?"വൈകുന്നേരം":"രാത്രി"}})}(i(0))},function(t,e,i){!function(t){"use strict";function e(t,e,i,n){switch(i){case"s":return e?"хэдхэн секунд":"хэдхэн секундын";case"ss":return t+(e?" секунд":" секундын");case"m":case"mm":return t+(e?" минут":" минутын");case"h":case"hh":return t+(e?" цаг":" цагийн");case"d":case"dd":return t+(e?" өдөр":" өдрийн");case"M":case"MM":return t+(e?" сар":" сарын");case"y":case"yy":return t+(e?" жил":" жилийн");default:return t}}t.defineLocale("mn",{months:"Нэгдүгээр сар_Хоёрдугаар сар_Гуравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар сар_Долдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар".split("_"),monthsShort:"1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар".split("_"),monthsParseExact:!0,weekdays:"Ням_Даваа_Мягмар_Лхагва_Пүрэв_Баасан_Бямба".split("_"),weekdaysShort:"Ням_Дав_Мяг_Лха_Пүр_Баа_Бям".split("_"),weekdaysMin:"Ня_Да_Мя_Лх_Пү_Ба_Бя".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY оны MMMMын D",LLL:"YYYY оны MMMMын D HH:mm",LLLL:"dddd, YYYY оны MMMMын D HH:mm"},meridiemParse:/ҮӨ|ҮХ/i,isPM:function(t){return"ҮХ"===t},meridiem:function(t,e,i){return t<12?"ҮӨ":"ҮХ"},calendar:{sameDay:"[Өнөөдөр] LT",nextDay:"[Маргааш] LT",nextWeek:"[Ирэх] dddd LT",lastDay:"[Өчигдөр] LT",lastWeek:"[Өнгөрсөн] dddd LT",sameElse:"L"},relativeTime:{future:"%s дараа",past:"%s өмнө",s:e,ss:e,m:e,mm:e,h:e,hh:e,d:e,dd:e,M:e,MM:e,y:e,yy:e},dayOfMonthOrdinalParse:/\d{1,2} өдөр/,ordinal:function(t,e){switch(e){case"d":case"D":case"DDD":return t+" өдөр";default:return t}}})}(i(0))},function(t,e,i){!function(t){"use strict";var e={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},i={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};function n(t,e,i,n){var r="";if(e)switch(i){case"s":r="काही सेकंद";break;case"ss":r="%d सेकंद";break;case"m":r="एक मिनिट";break;case"mm":r="%d मिनिटे";break;case"h":r="एक तास";break;case"hh":r="%d तास";break;case"d":r="एक दिवस";break;case"dd":r="%d दिवस";break;case"M":r="एक महिना";break;case"MM":r="%d महिने";break;case"y":r="एक वर्ष";break;case"yy":r="%d वर्षे"}else switch(i){case"s":r="काही सेकंदां";break;case"ss":r="%d सेकंदां";break;case"m":r="एका मिनिटा";break;case"mm":r="%d मिनिटां";break;case"h":r="एका तासा";break;case"hh":r="%d तासां";break;case"d":r="एका दिवसा";break;case"dd":r="%d दिवसां";break;case"M":r="एका महिन्या";break;case"MM":r="%d महिन्यां";break;case"y":r="एका वर्षा";break;case"yy":r="%d वर्षां"}return r.replace(/%d/i,t)}t.defineLocale("mr",{months:"जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),monthsShort:"जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm वाजता",LTS:"A h:mm:ss वाजता",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm वाजता",LLLL:"dddd, D MMMM YYYY, A h:mm वाजता"},calendar:{sameDay:"[आज] LT",nextDay:"[उद्या] LT",nextWeek:"dddd, LT",lastDay:"[काल] LT",lastWeek:"[मागील] dddd, LT",sameElse:"L"},relativeTime:{future:"%sमध्ये",past:"%sपूर्वी",s:n,ss:n,m:n,mm:n,h:n,hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},preparse:function(t){return t.replace(/[१२३४५६७८९०]/g,(function(t){return i[t]}))},postformat:function(t){return t.replace(/\d/g,(function(t){return e[t]}))},meridiemParse:/रात्री|सकाळी|दुपारी|सायंकाळी/,meridiemHour:function(t,e){return 12===t&&(t=0),"रात्री"===e?t<4?t:t+12:"सकाळी"===e?t:"दुपारी"===e?t>=10?t:t+12:"सायंकाळी"===e?t+12:void 0},meridiem:function(t,e,i){return t<4?"रात्री":t<10?"सकाळी":t<17?"दुपारी":t<20?"सायंकाळी":"रात्री"},week:{dow:0,doy:6}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("ms",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(t,e){return 12===t&&(t=0),"pagi"===e?t:"tengahari"===e?t>=11?t:t+12:"petang"===e||"malam"===e?t+12:void 0},meridiem:function(t,e,i){return t<11?"pagi":t<15?"tengahari":t<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("ms-my",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(t,e){return 12===t&&(t=0),"pagi"===e?t:"tengahari"===e?t>=11?t:t+12:"petang"===e||"malam"===e?t+12:void 0},meridiem:function(t,e,i){return t<11?"pagi":t<15?"tengahari":t<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("mt",{months:"Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru".split("_"),monthsShort:"Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ".split("_"),weekdays:"Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt".split("_"),weekdaysShort:"Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib".split("_"),weekdaysMin:"Ħa_Tn_Tl_Er_Ħa_Ġi_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Illum fil-]LT",nextDay:"[Għada fil-]LT",nextWeek:"dddd [fil-]LT",lastDay:"[Il-bieraħ fil-]LT",lastWeek:"dddd [li għadda] [fil-]LT",sameElse:"L"},relativeTime:{future:"f’ %s",past:"%s ilu",s:"ftit sekondi",ss:"%d sekondi",m:"minuta",mm:"%d minuti",h:"siegħa",hh:"%d siegħat",d:"ġurnata",dd:"%d ġranet",M:"xahar",MM:"%d xhur",y:"sena",yy:"%d sni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";var e={1:"၁",2:"၂",3:"၃",4:"၄",5:"၅",6:"၆",7:"၇",8:"၈",9:"၉",0:"၀"},i={"၁":"1","၂":"2","၃":"3","၄":"4","၅":"5","၆":"6","၇":"7","၈":"8","၉":"9","၀":"0"};t.defineLocale("my",{months:"ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ".split("_"),monthsShort:"ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ".split("_"),weekdays:"တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ".split("_"),weekdaysShort:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),weekdaysMin:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ယနေ.] LT [မှာ]",nextDay:"[မနက်ဖြန်] LT [မှာ]",nextWeek:"dddd LT [မှာ]",lastDay:"[မနေ.က] LT [မှာ]",lastWeek:"[ပြီးခဲ့သော] dddd LT [မှာ]",sameElse:"L"},relativeTime:{future:"လာမည့် %s မှာ",past:"လွန်ခဲ့သော %s က",s:"စက္ကန်.အနည်းငယ်",ss:"%d စက္ကန့်",m:"တစ်မိနစ်",mm:"%d မိနစ်",h:"တစ်နာရီ",hh:"%d နာရီ",d:"တစ်ရက်",dd:"%d ရက်",M:"တစ်လ",MM:"%d လ",y:"တစ်နှစ်",yy:"%d နှစ်"},preparse:function(t){return t.replace(/[၁၂၃၄၅၆၇၈၉၀]/g,(function(t){return i[t]}))},postformat:function(t){return t.replace(/\d/g,(function(t){return e[t]}))},week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("nb",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_april_mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"sø._ma._ti._on._to._fr._lø.".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] HH:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[forrige] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"noen sekunder",ss:"%d sekunder",m:"ett minutt",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dager",M:"en måned",MM:"%d måneder",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";var e={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},i={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};t.defineLocale("ne",{months:"जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर".split("_"),monthsShort:"जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.".split("_"),monthsParseExact:!0,weekdays:"आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार".split("_"),weekdaysShort:"आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.".split("_"),weekdaysMin:"आ._सो._मं._बु._बि._शु._श.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"Aको h:mm बजे",LTS:"Aको h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, Aको h:mm बजे",LLLL:"dddd, D MMMM YYYY, Aको h:mm बजे"},preparse:function(t){return t.replace(/[१२३४५६७८९०]/g,(function(t){return i[t]}))},postformat:function(t){return t.replace(/\d/g,(function(t){return e[t]}))},meridiemParse:/राति|बिहान|दिउँसो|साँझ/,meridiemHour:function(t,e){return 12===t&&(t=0),"राति"===e?t<4?t:t+12:"बिहान"===e?t:"दिउँसो"===e?t>=10?t:t+12:"साँझ"===e?t+12:void 0},meridiem:function(t,e,i){return t<3?"राति":t<12?"बिहान":t<16?"दिउँसो":t<20?"साँझ":"राति"},calendar:{sameDay:"[आज] LT",nextDay:"[भोलि] LT",nextWeek:"[आउँदो] dddd[,] LT",lastDay:"[हिजो] LT",lastWeek:"[गएको] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%sमा",past:"%s अगाडि",s:"केही क्षण",ss:"%d सेकेण्ड",m:"एक मिनेट",mm:"%d मिनेट",h:"एक घण्टा",hh:"%d घण्टा",d:"एक दिन",dd:"%d दिन",M:"एक महिना",MM:"%d महिना",y:"एक बर्ष",yy:"%d बर्ष"},week:{dow:0,doy:6}})}(i(0))},function(t,e,i){!function(t){"use strict";var e="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),i="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),n=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],r=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;t.defineLocale("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(t,n){return t?/-MMM-/.test(n)?i[t.month()]:e[t.month()]:e},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:n,longMonthsParse:n,shortMonthsParse:n,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(t){return t+(1===t||8===t||t>=20?"ste":"de")},week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";var e="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),i="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),n=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],r=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;t.defineLocale("nl-be",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(t,n){return t?/-MMM-/.test(n)?i[t.month()]:e[t.month()]:e},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:n,longMonthsParse:n,shortMonthsParse:n,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(t){return t+(1===t||8===t||t>=20?"ste":"de")},week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("nn",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"sun_mån_tys_ons_tor_fre_lau".split("_"),weekdaysMin:"su_må_ty_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[I dag klokka] LT",nextDay:"[I morgon klokka] LT",nextWeek:"dddd [klokka] LT",lastDay:"[I går klokka] LT",lastWeek:"[Føregåande] dddd [klokka] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s sidan",s:"nokre sekund",ss:"%d sekund",m:"eit minutt",mm:"%d minutt",h:"ein time",hh:"%d timar",d:"ein dag",dd:"%d dagar",M:"ein månad",MM:"%d månader",y:"eit år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";var e={1:"੧",2:"੨",3:"੩",4:"੪",5:"੫",6:"੬",7:"੭",8:"੮",9:"੯",0:"੦"},i={"੧":"1","੨":"2","੩":"3","੪":"4","੫":"5","੬":"6","੭":"7","੮":"8","੯":"9","੦":"0"};t.defineLocale("pa-in",{months:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),monthsShort:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),weekdays:"ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ".split("_"),weekdaysShort:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),weekdaysMin:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),longDateFormat:{LT:"A h:mm ਵਜੇ",LTS:"A h:mm:ss ਵਜੇ",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm ਵਜੇ",LLLL:"dddd, D MMMM YYYY, A h:mm ਵਜੇ"},calendar:{sameDay:"[ਅਜ] LT",nextDay:"[ਕਲ] LT",nextWeek:"[ਅਗਲਾ] dddd, LT",lastDay:"[ਕਲ] LT",lastWeek:"[ਪਿਛਲੇ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ਵਿੱਚ",past:"%s ਪਿਛਲੇ",s:"ਕੁਝ ਸਕਿੰਟ",ss:"%d ਸਕਿੰਟ",m:"ਇਕ ਮਿੰਟ",mm:"%d ਮਿੰਟ",h:"ਇੱਕ ਘੰਟਾ",hh:"%d ਘੰਟੇ",d:"ਇੱਕ ਦਿਨ",dd:"%d ਦਿਨ",M:"ਇੱਕ ਮਹੀਨਾ",MM:"%d ਮਹੀਨੇ",y:"ਇੱਕ ਸਾਲ",yy:"%d ਸਾਲ"},preparse:function(t){return t.replace(/[੧੨੩੪੫੬੭੮੯੦]/g,(function(t){return i[t]}))},postformat:function(t){return t.replace(/\d/g,(function(t){return e[t]}))},meridiemParse:/ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/,meridiemHour:function(t,e){return 12===t&&(t=0),"ਰਾਤ"===e?t<4?t:t+12:"ਸਵੇਰ"===e?t:"ਦੁਪਹਿਰ"===e?t>=10?t:t+12:"ਸ਼ਾਮ"===e?t+12:void 0},meridiem:function(t,e,i){return t<4?"ਰਾਤ":t<10?"ਸਵੇਰ":t<17?"ਦੁਪਹਿਰ":t<20?"ਸ਼ਾਮ":"ਰਾਤ"},week:{dow:0,doy:6}})}(i(0))},function(t,e,i){!function(t){"use strict";var e="styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_"),i="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split("_");function n(t){return t%10<5&&t%10>1&&~~(t/10)%10!=1}function r(t,e,i){var r=t+" ";switch(i){case"ss":return r+(n(t)?"sekundy":"sekund");case"m":return e?"minuta":"minutę";case"mm":return r+(n(t)?"minuty":"minut");case"h":return e?"godzina":"godzinę";case"hh":return r+(n(t)?"godziny":"godzin");case"MM":return r+(n(t)?"miesiące":"miesięcy");case"yy":return r+(n(t)?"lata":"lat")}}t.defineLocale("pl",{months:function(t,n){return t?""===n?"("+i[t.month()]+"|"+e[t.month()]+")":/D MMMM/.test(n)?i[t.month()]:e[t.month()]:e},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),weekdays:"niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),weekdaysShort:"ndz_pon_wt_śr_czw_pt_sob".split("_"),weekdaysMin:"Nd_Pn_Wt_Śr_Cz_Pt_So".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Dziś o] LT",nextDay:"[Jutro o] LT",nextWeek:function(){switch(this.day()){case 0:return"[W niedzielę o] LT";case 2:return"[We wtorek o] LT";case 3:return"[W środę o] LT";case 6:return"[W sobotę o] LT";default:return"[W] dddd [o] LT"}},lastDay:"[Wczoraj o] LT",lastWeek:function(){switch(this.day()){case 0:return"[W zeszłą niedzielę o] LT";case 3:return"[W zeszłą środę o] LT";case 6:return"[W zeszłą sobotę o] LT";default:return"[W zeszły] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",ss:r,m:r,mm:r,h:r,hh:r,d:"1 dzień",dd:"%d dni",M:"miesiąc",MM:r,y:"rok",yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("pt",{months:"Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("pt-br",{months:"Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [às] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [às] HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"poucos segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº"})}(i(0))},function(t,e,i){!function(t){"use strict";function e(t,e,i){var n=" ";return(t%100>=20||t>=100&&t%100==0)&&(n=" de "),t+n+{ss:"secunde",mm:"minute",hh:"ore",dd:"zile",MM:"luni",yy:"ani"}[i]}t.defineLocale("ro",{months:"ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie".split("_"),monthsShort:"ian._febr._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"duminică_luni_marți_miercuri_joi_vineri_sâmbătă".split("_"),weekdaysShort:"Dum_Lun_Mar_Mie_Joi_Vin_Sâm".split("_"),weekdaysMin:"Du_Lu_Ma_Mi_Jo_Vi_Sâ".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[azi la] LT",nextDay:"[mâine la] LT",nextWeek:"dddd [la] LT",lastDay:"[ieri la] LT",lastWeek:"[fosta] dddd [la] LT",sameElse:"L"},relativeTime:{future:"peste %s",past:"%s în urmă",s:"câteva secunde",ss:e,m:"un minut",mm:e,h:"o oră",hh:e,d:"o zi",dd:e,M:"o lună",MM:e,y:"un an",yy:e},week:{dow:1,doy:7}})}(i(0))},function(t,e,i){!function(t){"use strict";function e(t,e,i){var n,r;return"m"===i?e?"минута":"минуту":t+" "+(n=+t,r={ss:e?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:e?"минута_минуты_минут":"минуту_минуты_минут",hh:"час_часа_часов",dd:"день_дня_дней",MM:"месяц_месяца_месяцев",yy:"год_года_лет"}[i].split("_"),n%10==1&&n%100!=11?r[0]:n%10>=2&&n%10<=4&&(n%100<10||n%100>=20)?r[1]:r[2])}var i=[/^янв/i,/^фев/i,/^мар/i,/^апр/i,/^ма[йя]/i,/^июн/i,/^июл/i,/^авг/i,/^сен/i,/^окт/i,/^ноя/i,/^дек/i];t.defineLocale("ru",{months:{format:"января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"),standalone:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_")},monthsShort:{format:"янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"),standalone:"янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_")},weekdays:{standalone:"воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"),format:"воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу".split("_"),isFormat:/\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?\] ?dddd/},weekdaysShort:"вс_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"вс_пн_вт_ср_чт_пт_сб".split("_"),monthsParse:i,longMonthsParse:i,shortMonthsParse:i,monthsRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsShortRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsStrictRegex:/^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,monthsShortStrictRegex:/^(янв\.|февр?\.|мар[т.]|апр\.|ма[яй]|июн[ья.]|июл[ья.]|авг\.|сент?\.|окт\.|нояб?\.|дек\.)/i,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., H:mm",LLLL:"dddd, D MMMM YYYY г., H:mm"},calendar:{sameDay:"[Сегодня, в] LT",nextDay:"[Завтра, в] LT",lastDay:"[Вчера, в] LT",nextWeek:function(t){if(t.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В следующее] dddd, [в] LT";case 1:case 2:case 4:return"[В следующий] dddd, [в] LT";case 3:case 5:case 6:return"[В следующую] dddd, [в] LT"}},lastWeek:function(t){if(t.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В прошлое] dddd, [в] LT";case 1:case 2:case 4:return"[В прошлый] dddd, [в] LT";case 3:case 5:case 6:return"[В прошлую] dddd, [в] LT"}},sameElse:"L"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",ss:e,m:e,mm:e,h:"час",hh:e,d:"день",dd:e,M:"месяц",MM:e,y:"год",yy:e},meridiemParse:/ночи|утра|дня|вечера/i,isPM:function(t){return/^(дня|вечера)$/.test(t)},meridiem:function(t,e,i){return t<4?"ночи":t<12?"утра":t<17?"дня":"вечера"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го|я)/,ordinal:function(t,e){switch(e){case"M":case"d":case"DDD":return t+"-й";case"D":return t+"-го";case"w":case"W":return t+"-я";default:return t}},week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";var e=["جنوري","فيبروري","مارچ","اپريل","مئي","جون","جولاءِ","آگسٽ","سيپٽمبر","آڪٽوبر","نومبر","ڊسمبر"],i=["آچر","سومر","اڱارو","اربع","خميس","جمع","ڇنڇر"];t.defineLocale("sd",{months:e,monthsShort:e,weekdays:i,weekdaysShort:i,weekdaysMin:i,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(t){return"شام"===t},meridiem:function(t,e,i){return t<12?"صبح":"شام"},calendar:{sameDay:"[اڄ] LT",nextDay:"[سڀاڻي] LT",nextWeek:"dddd [اڳين هفتي تي] LT",lastDay:"[ڪالهه] LT",lastWeek:"[گزريل هفتي] dddd [تي] LT",sameElse:"L"},relativeTime:{future:"%s پوء",past:"%s اڳ",s:"چند سيڪنڊ",ss:"%d سيڪنڊ",m:"هڪ منٽ",mm:"%d منٽ",h:"هڪ ڪلاڪ",hh:"%d ڪلاڪ",d:"هڪ ڏينهن",dd:"%d ڏينهن",M:"هڪ مهينو",MM:"%d مهينا",y:"هڪ سال",yy:"%d سال"},preparse:function(t){return t.replace(/،/g,",")},postformat:function(t){return t.replace(/,/g,"،")},week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("se",{months:"ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu".split("_"),monthsShort:"ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov".split("_"),weekdays:"sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat".split("_"),weekdaysShort:"sotn_vuos_maŋ_gask_duor_bear_láv".split("_"),weekdaysMin:"s_v_m_g_d_b_L".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"MMMM D. [b.] YYYY",LLL:"MMMM D. [b.] YYYY [ti.] HH:mm",LLLL:"dddd, MMMM D. [b.] YYYY [ti.] HH:mm"},calendar:{sameDay:"[otne ti] LT",nextDay:"[ihttin ti] LT",nextWeek:"dddd [ti] LT",lastDay:"[ikte ti] LT",lastWeek:"[ovddit] dddd [ti] LT",sameElse:"L"},relativeTime:{future:"%s geažes",past:"maŋit %s",s:"moadde sekunddat",ss:"%d sekunddat",m:"okta minuhta",mm:"%d minuhtat",h:"okta diimmu",hh:"%d diimmut",d:"okta beaivi",dd:"%d beaivvit",M:"okta mánnu",MM:"%d mánut",y:"okta jahki",yy:"%d jagit"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("si",{months:"ජනවාරි_පෙබරවාරි_මාර්තු_අප්රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්".split("_"),monthsShort:"ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ".split("_"),weekdays:"ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා".split("_"),weekdaysShort:"ඉරි_සඳු_අඟ_බදා_බ්රහ_සිකු_සෙන".split("_"),weekdaysMin:"ඉ_ස_අ_බ_බ්ර_සි_සෙ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"a h:mm",LTS:"a h:mm:ss",L:"YYYY/MM/DD",LL:"YYYY MMMM D",LLL:"YYYY MMMM D, a h:mm",LLLL:"YYYY MMMM D [වැනි] dddd, a h:mm:ss"},calendar:{sameDay:"[අද] LT[ට]",nextDay:"[හෙට] LT[ට]",nextWeek:"dddd LT[ට]",lastDay:"[ඊයේ] LT[ට]",lastWeek:"[පසුගිය] dddd LT[ට]",sameElse:"L"},relativeTime:{future:"%sකින්",past:"%sකට පෙර",s:"තත්පර කිහිපය",ss:"තත්පර %d",m:"මිනිත්තුව",mm:"මිනිත්තු %d",h:"පැය",hh:"පැය %d",d:"දිනය",dd:"දින %d",M:"මාසය",MM:"මාස %d",y:"වසර",yy:"වසර %d"},dayOfMonthOrdinalParse:/\d{1,2} වැනි/,ordinal:function(t){return t+" වැනි"},meridiemParse:/පෙර වරු|පස් වරු|පෙ.ව|ප.ව./,isPM:function(t){return"ප.ව."===t||"පස් වරු"===t},meridiem:function(t,e,i){return t>11?i?"ප.ව.":"පස් වරු":i?"පෙ.ව.":"පෙර වරු"}})}(i(0))},function(t,e,i){!function(t){"use strict";var e="január_február_marec_apríl_máj_jún_júl_august_september_október_november_december".split("_"),i="jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec".split("_");function n(t){return t>1&&t<5}function r(t,e,i,r){var o=t+" ";switch(i){case"s":return e||r?"pár sekúnd":"pár sekundami";case"ss":return e||r?o+(n(t)?"sekundy":"sekúnd"):o+"sekundami";case"m":return e?"minúta":r?"minútu":"minútou";case"mm":return e||r?o+(n(t)?"minúty":"minút"):o+"minútami";case"h":return e?"hodina":r?"hodinu":"hodinou";case"hh":return e||r?o+(n(t)?"hodiny":"hodín"):o+"hodinami";case"d":return e||r?"deň":"dňom";case"dd":return e||r?o+(n(t)?"dni":"dní"):o+"dňami";case"M":return e||r?"mesiac":"mesiacom";case"MM":return e||r?o+(n(t)?"mesiace":"mesiacov"):o+"mesiacmi";case"y":return e||r?"rok":"rokom";case"yy":return e||r?o+(n(t)?"roky":"rokov"):o+"rokmi"}}t.defineLocale("sk",{months:e,monthsShort:i,weekdays:"nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota".split("_"),weekdaysShort:"ne_po_ut_st_št_pi_so".split("_"),weekdaysMin:"ne_po_ut_st_št_pi_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm"},calendar:{sameDay:"[dnes o] LT",nextDay:"[zajtra o] LT",nextWeek:function(){switch(this.day()){case 0:return"[v nedeľu o] LT";case 1:case 2:return"[v] dddd [o] LT";case 3:return"[v stredu o] LT";case 4:return"[vo štvrtok o] LT";case 5:return"[v piatok o] LT";case 6:return"[v sobotu o] LT"}},lastDay:"[včera o] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulú nedeľu o] LT";case 1:case 2:return"[minulý] dddd [o] LT";case 3:return"[minulú stredu o] LT";case 4:case 5:return"[minulý] dddd [o] LT";case 6:return"[minulú sobotu o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"pred %s",s:r,ss:r,m:r,mm:r,h:r,hh:r,d:r,dd:r,M:r,MM:r,y:r,yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";function e(t,e,i,n){var r=t+" ";switch(i){case"s":return e||n?"nekaj sekund":"nekaj sekundami";case"ss":return r+(1===t?e?"sekundo":"sekundi":2===t?e||n?"sekundi":"sekundah":t<5?e||n?"sekunde":"sekundah":"sekund");case"m":return e?"ena minuta":"eno minuto";case"mm":return r+(1===t?e?"minuta":"minuto":2===t?e||n?"minuti":"minutama":t<5?e||n?"minute":"minutami":e||n?"minut":"minutami");case"h":return e?"ena ura":"eno uro";case"hh":return r+(1===t?e?"ura":"uro":2===t?e||n?"uri":"urama":t<5?e||n?"ure":"urami":e||n?"ur":"urami");case"d":return e||n?"en dan":"enim dnem";case"dd":return r+(1===t?e||n?"dan":"dnem":2===t?e||n?"dni":"dnevoma":e||n?"dni":"dnevi");case"M":return e||n?"en mesec":"enim mesecem";case"MM":return r+(1===t?e||n?"mesec":"mesecem":2===t?e||n?"meseca":"mesecema":t<5?e||n?"mesece":"meseci":e||n?"mesecev":"meseci");case"y":return e||n?"eno leto":"enim letom";case"yy":return r+(1===t?e||n?"leto":"letom":2===t?e||n?"leti":"letoma":t<5?e||n?"leta":"leti":e||n?"let":"leti")}}t.defineLocale("sl",{months:"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota".split("_"),weekdaysShort:"ned._pon._tor._sre._čet._pet._sob.".split("_"),weekdaysMin:"ne_po_to_sr_če_pe_so".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danes ob] LT",nextDay:"[jutri ob] LT",nextWeek:function(){switch(this.day()){case 0:return"[v] [nedeljo] [ob] LT";case 3:return"[v] [sredo] [ob] LT";case 6:return"[v] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[v] dddd [ob] LT"}},lastDay:"[včeraj ob] LT",lastWeek:function(){switch(this.day()){case 0:return"[prejšnjo] [nedeljo] [ob] LT";case 3:return"[prejšnjo] [sredo] [ob] LT";case 6:return"[prejšnjo] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[prejšnji] dddd [ob] LT"}},sameElse:"L"},relativeTime:{future:"čez %s",past:"pred %s",s:e,ss:e,m:e,mm:e,h:e,hh:e,d:e,dd:e,M:e,MM:e,y:e,yy:e},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("sq",{months:"Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor".split("_"),monthsShort:"Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj".split("_"),weekdays:"E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë".split("_"),weekdaysShort:"Die_Hën_Mar_Mër_Enj_Pre_Sht".split("_"),weekdaysMin:"D_H_Ma_Më_E_P_Sh".split("_"),weekdaysParseExact:!0,meridiemParse:/PD|MD/,isPM:function(t){return"M"===t.charAt(0)},meridiem:function(t,e,i){return t<12?"PD":"MD"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Sot në] LT",nextDay:"[Nesër në] LT",nextWeek:"dddd [në] LT",lastDay:"[Dje në] LT",lastWeek:"dddd [e kaluar në] LT",sameElse:"L"},relativeTime:{future:"në %s",past:"%s më parë",s:"disa sekonda",ss:"%d sekonda",m:"një minutë",mm:"%d minuta",h:"një orë",hh:"%d orë",d:"një ditë",dd:"%d ditë",M:"një muaj",MM:"%d muaj",y:"një vit",yy:"%d vite"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";var e={words:{ss:["sekunda","sekunde","sekundi"],m:["jedan minut","jedne minute"],mm:["minut","minute","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mesec","meseca","meseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(t,e){return 1===t?e[0]:t>=2&&t<=4?e[1]:e[2]},translate:function(t,i,n){var r=e.words[n];return 1===n.length?i?r[0]:r[1]:t+" "+e.correctGrammaticalCase(t,r)}};t.defineLocale("sr",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sre._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedelju] [u] LT";case 3:return"[u] [sredu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedelje] [u] LT","[prošlog] [ponedeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"pre %s",s:"nekoliko sekundi",ss:e.translate,m:e.translate,mm:e.translate,h:e.translate,hh:e.translate,d:"dan",dd:e.translate,M:"mesec",MM:e.translate,y:"godinu",yy:e.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(i(0))},function(t,e,i){!function(t){"use strict";var e={words:{ss:["секунда","секунде","секунди"],m:["један минут","једне минуте"],mm:["минут","минуте","минута"],h:["један сат","једног сата"],hh:["сат","сата","сати"],dd:["дан","дана","дана"],MM:["месец","месеца","месеци"],yy:["година","године","година"]},correctGrammaticalCase:function(t,e){return 1===t?e[0]:t>=2&&t<=4?e[1]:e[2]},translate:function(t,i,n){var r=e.words[n];return 1===n.length?i?r[0]:r[1]:t+" "+e.correctGrammaticalCase(t,r)}};t.defineLocale("sr-cyrl",{months:"јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар".split("_"),monthsShort:"јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.".split("_"),monthsParseExact:!0,weekdays:"недеља_понедељак_уторак_среда_четвртак_петак_субота".split("_"),weekdaysShort:"нед._пон._уто._сре._чет._пет._суб.".split("_"),weekdaysMin:"не_по_ут_ср_че_пе_су".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[данас у] LT",nextDay:"[сутра у] LT",nextWeek:function(){switch(this.day()){case 0:return"[у] [недељу] [у] LT";case 3:return"[у] [среду] [у] LT";case 6:return"[у] [суботу] [у] LT";case 1:case 2:case 4:case 5:return"[у] dddd [у] LT"}},lastDay:"[јуче у] LT",lastWeek:function(){return["[прошле] [недеље] [у] LT","[прошлог] [понедељка] [у] LT","[прошлог] [уторка] [у] LT","[прошле] [среде] [у] LT","[прошлог] [четвртка] [у] LT","[прошлог] [петка] [у] LT","[прошле] [суботе] [у] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"за %s",past:"пре %s",s:"неколико секунди",ss:e.translate,m:e.translate,mm:e.translate,h:e.translate,hh:e.translate,d:"дан",dd:e.translate,M:"месец",MM:e.translate,y:"годину",yy:e.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("ss",{months:"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni".split("_"),monthsShort:"Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo".split("_"),weekdays:"Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo".split("_"),weekdaysShort:"Lis_Umb_Lsb_Les_Lsi_Lsh_Umg".split("_"),weekdaysMin:"Li_Us_Lb_Lt_Ls_Lh_Ug".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Namuhla nga] LT",nextDay:"[Kusasa nga] LT",nextWeek:"dddd [nga] LT",lastDay:"[Itolo nga] LT",lastWeek:"dddd [leliphelile] [nga] LT",sameElse:"L"},relativeTime:{future:"nga %s",past:"wenteka nga %s",s:"emizuzwana lomcane",ss:"%d mzuzwana",m:"umzuzu",mm:"%d emizuzu",h:"lihora",hh:"%d emahora",d:"lilanga",dd:"%d emalanga",M:"inyanga",MM:"%d tinyanga",y:"umnyaka",yy:"%d iminyaka"},meridiemParse:/ekuseni|emini|entsambama|ebusuku/,meridiem:function(t,e,i){return t<11?"ekuseni":t<15?"emini":t<19?"entsambama":"ebusuku"},meridiemHour:function(t,e){return 12===t&&(t=0),"ekuseni"===e?t:"emini"===e?t>=11?t:t+12:"entsambama"===e||"ebusuku"===e?0===t?0:t+12:void 0},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:"%d",week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("sv",{months:"januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag".split("_"),weekdaysShort:"sön_mån_tis_ons_tor_fre_lör".split("_"),weekdaysMin:"sö_må_ti_on_to_fr_lö".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [kl.] HH:mm",LLLL:"dddd D MMMM YYYY [kl.] HH:mm",lll:"D MMM YYYY HH:mm",llll:"ddd D MMM YYYY HH:mm"},calendar:{sameDay:"[Idag] LT",nextDay:"[Imorgon] LT",lastDay:"[Igår] LT",nextWeek:"[På] dddd LT",lastWeek:"[I] dddd[s] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"för %s sedan",s:"några sekunder",ss:"%d sekunder",m:"en minut",mm:"%d minuter",h:"en timme",hh:"%d timmar",d:"en dag",dd:"%d dagar",M:"en månad",MM:"%d månader",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}(e|a)/,ordinal:function(t){var e=t%10;return t+(1==~~(t%100/10)?"e":1===e||2===e?"a":"e")},week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("sw",{months:"Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des".split("_"),weekdays:"Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi".split("_"),weekdaysShort:"Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos".split("_"),weekdaysMin:"J2_J3_J4_J5_Al_Ij_J1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[leo saa] LT",nextDay:"[kesho saa] LT",nextWeek:"[wiki ijayo] dddd [saat] LT",lastDay:"[jana] LT",lastWeek:"[wiki iliyopita] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s baadaye",past:"tokea %s",s:"hivi punde",ss:"sekunde %d",m:"dakika moja",mm:"dakika %d",h:"saa limoja",hh:"masaa %d",d:"siku moja",dd:"masiku %d",M:"mwezi mmoja",MM:"miezi %d",y:"mwaka mmoja",yy:"miaka %d"},week:{dow:1,doy:7}})}(i(0))},function(t,e,i){!function(t){"use strict";var e={1:"௧",2:"௨",3:"௩",4:"௪",5:"௫",6:"௬",7:"௭",8:"௮",9:"௯",0:"௦"},i={"௧":"1","௨":"2","௩":"3","௪":"4","௫":"5","௬":"6","௭":"7","௮":"8","௯":"9","௦":"0"};t.defineLocale("ta",{months:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),monthsShort:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),weekdays:"ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை".split("_"),weekdaysShort:"ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி".split("_"),weekdaysMin:"ஞா_தி_செ_பு_வி_வெ_ச".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, HH:mm",LLLL:"dddd, D MMMM YYYY, HH:mm"},calendar:{sameDay:"[இன்று] LT",nextDay:"[நாளை] LT",nextWeek:"dddd, LT",lastDay:"[நேற்று] LT",lastWeek:"[கடந்த வாரம்] dddd, LT",sameElse:"L"},relativeTime:{future:"%s இல்",past:"%s முன்",s:"ஒரு சில விநாடிகள்",ss:"%d விநாடிகள்",m:"ஒரு நிமிடம்",mm:"%d நிமிடங்கள்",h:"ஒரு மணி நேரம்",hh:"%d மணி நேரம்",d:"ஒரு நாள்",dd:"%d நாட்கள்",M:"ஒரு மாதம்",MM:"%d மாதங்கள்",y:"ஒரு வருடம்",yy:"%d ஆண்டுகள்"},dayOfMonthOrdinalParse:/\d{1,2}வது/,ordinal:function(t){return t+"வது"},preparse:function(t){return t.replace(/[௧௨௩௪௫௬௭௮௯௦]/g,(function(t){return i[t]}))},postformat:function(t){return t.replace(/\d/g,(function(t){return e[t]}))},meridiemParse:/யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,meridiem:function(t,e,i){return t<2?" யாமம்":t<6?" வைகறை":t<10?" காலை":t<14?" நண்பகல்":t<18?" எற்பாடு":t<22?" மாலை":" யாமம்"},meridiemHour:function(t,e){return 12===t&&(t=0),"யாமம்"===e?t<2?t:t+12:"வைகறை"===e||"காலை"===e||"நண்பகல்"===e&&t>=10?t:t+12},week:{dow:0,doy:6}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("te",{months:"జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జులై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్".split("_"),monthsShort:"జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జులై_ఆగ._సెప్._అక్టో._నవ._డిసె.".split("_"),monthsParseExact:!0,weekdays:"ఆదివారం_సోమవారం_మంగళవారం_బుధవారం_గురువారం_శుక్రవారం_శనివారం".split("_"),weekdaysShort:"ఆది_సోమ_మంగళ_బుధ_గురు_శుక్ర_శని".split("_"),weekdaysMin:"ఆ_సో_మం_బు_గు_శు_శ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[నేడు] LT",nextDay:"[రేపు] LT",nextWeek:"dddd, LT",lastDay:"[నిన్న] LT",lastWeek:"[గత] dddd, LT",sameElse:"L"},relativeTime:{future:"%s లో",past:"%s క్రితం",s:"కొన్ని క్షణాలు",ss:"%d సెకన్లు",m:"ఒక నిమిషం",mm:"%d నిమిషాలు",h:"ఒక గంట",hh:"%d గంటలు",d:"ఒక రోజు",dd:"%d రోజులు",M:"ఒక నెల",MM:"%d నెలలు",y:"ఒక సంవత్సరం",yy:"%d సంవత్సరాలు"},dayOfMonthOrdinalParse:/\d{1,2}వ/,ordinal:"%dవ",meridiemParse:/రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/,meridiemHour:function(t,e){return 12===t&&(t=0),"రాత్రి"===e?t<4?t:t+12:"ఉదయం"===e?t:"మధ్యాహ్నం"===e?t>=10?t:t+12:"సాయంత్రం"===e?t+12:void 0},meridiem:function(t,e,i){return t<4?"రాత్రి":t<10?"ఉదయం":t<17?"మధ్యాహ్నం":t<20?"సాయంత్రం":"రాత్రి"},week:{dow:0,doy:6}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("tet",{months:"Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu".split("_"),weekdaysShort:"Dom_Seg_Ters_Kua_Kint_Sest_Sab".split("_"),weekdaysMin:"Do_Seg_Te_Ku_Ki_Ses_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Ohin iha] LT",nextDay:"[Aban iha] LT",nextWeek:"dddd [iha] LT",lastDay:"[Horiseik iha] LT",lastWeek:"dddd [semana kotuk] [iha] LT",sameElse:"L"},relativeTime:{future:"iha %s",past:"%s liuba",s:"minutu balun",ss:"minutu %d",m:"minutu ida",mm:"minutu %d",h:"oras ida",hh:"oras %d",d:"loron ida",dd:"loron %d",M:"fulan ida",MM:"fulan %d",y:"tinan ida",yy:"tinan %d"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(t){var e=t%10;return t+(1==~~(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")},week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";var e={0:"-ум",1:"-ум",2:"-юм",3:"-юм",4:"-ум",5:"-ум",6:"-ум",7:"-ум",8:"-ум",9:"-ум",10:"-ум",12:"-ум",13:"-ум",20:"-ум",30:"-юм",40:"-ум",50:"-ум",60:"-ум",70:"-ум",80:"-ум",90:"-ум",100:"-ум"};t.defineLocale("tg",{months:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_"),monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"якшанбе_душанбе_сешанбе_чоршанбе_панҷшанбе_ҷумъа_шанбе".split("_"),weekdaysShort:"яшб_дшб_сшб_чшб_пшб_ҷум_шнб".split("_"),weekdaysMin:"яш_дш_сш_чш_пш_ҷм_шб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Имрӯз соати] LT",nextDay:"[Пагоҳ соати] LT",lastDay:"[Дирӯз соати] LT",nextWeek:"dddd[и] [ҳафтаи оянда соати] LT",lastWeek:"dddd[и] [ҳафтаи гузашта соати] LT",sameElse:"L"},relativeTime:{future:"баъди %s",past:"%s пеш",s:"якчанд сония",m:"як дақиқа",mm:"%d дақиқа",h:"як соат",hh:"%d соат",d:"як рӯз",dd:"%d рӯз",M:"як моҳ",MM:"%d моҳ",y:"як сол",yy:"%d сол"},meridiemParse:/шаб|субҳ|рӯз|бегоҳ/,meridiemHour:function(t,e){return 12===t&&(t=0),"шаб"===e?t<4?t:t+12:"субҳ"===e?t:"рӯз"===e?t>=11?t:t+12:"бегоҳ"===e?t+12:void 0},meridiem:function(t,e,i){return t<4?"шаб":t<11?"субҳ":t<16?"рӯз":t<19?"бегоҳ":"шаб"},dayOfMonthOrdinalParse:/\d{1,2}-(ум|юм)/,ordinal:function(t){return t+(e[t]||e[t%10]||e[t>=100?100:null])},week:{dow:1,doy:7}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("th",{months:"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม".split("_"),monthsShort:"ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.".split("_"),monthsParseExact:!0,weekdays:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),weekdaysShort:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์".split("_"),weekdaysMin:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY เวลา H:mm",LLLL:"วันddddที่ D MMMM YYYY เวลา H:mm"},meridiemParse:/ก่อนเที่ยง|หลังเที่ยง/,isPM:function(t){return"หลังเที่ยง"===t},meridiem:function(t,e,i){return t<12?"ก่อนเที่ยง":"หลังเที่ยง"},calendar:{sameDay:"[วันนี้ เวลา] LT",nextDay:"[พรุ่งนี้ เวลา] LT",nextWeek:"dddd[หน้า เวลา] LT",lastDay:"[เมื่อวานนี้ เวลา] LT",lastWeek:"[วัน]dddd[ที่แล้ว เวลา] LT",sameElse:"L"},relativeTime:{future:"อีก %s",past:"%sที่แล้ว",s:"ไม่กี่วินาที",ss:"%d วินาที",m:"1 นาที",mm:"%d นาที",h:"1 ชั่วโมง",hh:"%d ชั่วโมง",d:"1 วัน",dd:"%d วัน",M:"1 เดือน",MM:"%d เดือน",y:"1 ปี",yy:"%d ปี"}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("tl-ph",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(t){return t},week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";var e="pagh_wa’_cha’_wej_loS_vagh_jav_Soch_chorgh_Hut".split("_");function i(t,i,n,r){var o=function(t){var i=Math.floor(t%1e3/100),n=Math.floor(t%100/10),r=t%10,o="";return i>0&&(o+=e[i]+"vatlh"),n>0&&(o+=(""!==o?" ":"")+e[n]+"maH"),r>0&&(o+=(""!==o?" ":"")+e[r]),""===o?"pagh":o}(t);switch(n){case"ss":return o+" lup";case"mm":return o+" tup";case"hh":return o+" rep";case"dd":return o+" jaj";case"MM":return o+" jar";case"yy":return o+" DIS"}}t.defineLocale("tlh",{months:"tera’ jar wa’_tera’ jar cha’_tera’ jar wej_tera’ jar loS_tera’ jar vagh_tera’ jar jav_tera’ jar Soch_tera’ jar chorgh_tera’ jar Hut_tera’ jar wa’maH_tera’ jar wa’maH wa’_tera’ jar wa’maH cha’".split("_"),monthsShort:"jar wa’_jar cha’_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa’maH_jar wa’maH wa’_jar wa’maH cha’".split("_"),monthsParseExact:!0,weekdays:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysShort:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysMin:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[DaHjaj] LT",nextDay:"[wa’leS] LT",nextWeek:"LLL",lastDay:"[wa’Hu’] LT",lastWeek:"LLL",sameElse:"L"},relativeTime:{future:function(t){var e=t;return-1!==t.indexOf("jaj")?e.slice(0,-3)+"leS":-1!==t.indexOf("jar")?e.slice(0,-3)+"waQ":-1!==t.indexOf("DIS")?e.slice(0,-3)+"nem":e+" pIq"},past:function(t){var e=t;return-1!==t.indexOf("jaj")?e.slice(0,-3)+"Hu’":-1!==t.indexOf("jar")?e.slice(0,-3)+"wen":-1!==t.indexOf("DIS")?e.slice(0,-3)+"ben":e+" ret"},s:"puS lup",ss:i,m:"wa’ tup",mm:i,h:"wa’ rep",hh:i,d:"wa’ jaj",dd:i,M:"wa’ jar",MM:i,y:"wa’ DIS",yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";var e={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'üncü",4:"'üncü",100:"'üncü",6:"'ncı",9:"'uncu",10:"'uncu",30:"'uncu",60:"'ıncı",90:"'ıncı"};t.defineLocale("tr",{months:"Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık".split("_"),monthsShort:"Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pts_Sal_Çar_Per_Cum_Cts".split("_"),weekdaysMin:"Pz_Pt_Sa_Ça_Pe_Cu_Ct".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[yarın saat] LT",nextWeek:"[gelecek] dddd [saat] LT",lastDay:"[dün] LT",lastWeek:"[geçen] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s önce",s:"birkaç saniye",ss:"%d saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir yıl",yy:"%d yıl"},ordinal:function(t,i){switch(i){case"d":case"D":case"Do":case"DD":return t;default:if(0===t)return t+"'ıncı";var n=t%10;return t+(e[n]||e[t%100-n]||e[t>=100?100:null])}},week:{dow:1,doy:7}})}(i(0))},function(t,e,i){!function(t){"use strict";function e(t,e,i,n){var r={s:["viensas secunds","'iensas secunds"],ss:[t+" secunds",t+" secunds"],m:["'n míut","'iens míut"],mm:[t+" míuts",t+" míuts"],h:["'n þora","'iensa þora"],hh:[t+" þoras",t+" þoras"],d:["'n ziua","'iensa ziua"],dd:[t+" ziuas",t+" ziuas"],M:["'n mes","'iens mes"],MM:[t+" mesen",t+" mesen"],y:["'n ar","'iens ar"],yy:[t+" ars",t+" ars"]};return n||e?r[i][0]:r[i][1]}t.defineLocale("tzl",{months:"Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar".split("_"),monthsShort:"Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec".split("_"),weekdays:"Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi".split("_"),weekdaysShort:"Súl_Lún_Mai_Már_Xhú_Vié_Sát".split("_"),weekdaysMin:"Sú_Lú_Ma_Má_Xh_Vi_Sá".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"D. MMMM [dallas] YYYY",LLL:"D. MMMM [dallas] YYYY HH.mm",LLLL:"dddd, [li] D. MMMM [dallas] YYYY HH.mm"},meridiemParse:/d\'o|d\'a/i,isPM:function(t){return"d'o"===t.toLowerCase()},meridiem:function(t,e,i){return t>11?i?"d'o":"D'O":i?"d'a":"D'A"},calendar:{sameDay:"[oxhi à] LT",nextDay:"[demà à] LT",nextWeek:"dddd [à] LT",lastDay:"[ieiri à] LT",lastWeek:"[sür el] dddd [lasteu à] LT",sameElse:"L"},relativeTime:{future:"osprei %s",past:"ja%s",s:e,ss:e,m:e,mm:e,h:e,hh:e,d:e,dd:e,M:e,MM:e,y:e,yy:e},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("tzm",{months:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),monthsShort:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),weekdays:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysShort:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysMin:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ⴰⵙⴷⵅ ⴴ] LT",nextDay:"[ⴰⵙⴽⴰ ⴴ] LT",nextWeek:"dddd [ⴴ] LT",lastDay:"[ⴰⵚⴰⵏⵜ ⴴ] LT",lastWeek:"dddd [ⴴ] LT",sameElse:"L"},relativeTime:{future:"ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s",past:"ⵢⴰⵏ %s",s:"ⵉⵎⵉⴽ",ss:"%d ⵉⵎⵉⴽ",m:"ⵎⵉⵏⵓⴺ",mm:"%d ⵎⵉⵏⵓⴺ",h:"ⵙⴰⵄⴰ",hh:"%d ⵜⴰⵙⵙⴰⵄⵉⵏ",d:"ⴰⵙⵙ",dd:"%d oⵙⵙⴰⵏ",M:"ⴰⵢoⵓⵔ",MM:"%d ⵉⵢⵢⵉⵔⵏ",y:"ⴰⵙⴳⴰⵙ",yy:"%d ⵉⵙⴳⴰⵙⵏ"},week:{dow:6,doy:12}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("tzm-latn",{months:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),monthsShort:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),weekdays:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysShort:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysMin:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[asdkh g] LT",nextDay:"[aska g] LT",nextWeek:"dddd [g] LT",lastDay:"[assant g] LT",lastWeek:"dddd [g] LT",sameElse:"L"},relativeTime:{future:"dadkh s yan %s",past:"yan %s",s:"imik",ss:"%d imik",m:"minuḍ",mm:"%d minuḍ",h:"saɛa",hh:"%d tassaɛin",d:"ass",dd:"%d ossan",M:"ayowr",MM:"%d iyyirn",y:"asgas",yy:"%d isgasn"},week:{dow:6,doy:12}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("ug-cn",{months:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),monthsShort:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),weekdays:"يەكشەنبە_دۈشەنبە_سەيشەنبە_چارشەنبە_پەيشەنبە_جۈمە_شەنبە".split("_"),weekdaysShort:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),weekdaysMin:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY-يىلىM-ئاينىڭD-كۈنى",LLL:"YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm",LLLL:"dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm"},meridiemParse:/يېرىم كېچە|سەھەر|چۈشتىن بۇرۇن|چۈش|چۈشتىن كېيىن|كەچ/,meridiemHour:function(t,e){return 12===t&&(t=0),"يېرىم كېچە"===e||"سەھەر"===e||"چۈشتىن بۇرۇن"===e?t:"چۈشتىن كېيىن"===e||"كەچ"===e?t+12:t>=11?t:t+12},meridiem:function(t,e,i){var n=100*t+e;return n<600?"يېرىم كېچە":n<900?"سەھەر":n<1130?"چۈشتىن بۇرۇن":n<1230?"چۈش":n<1800?"چۈشتىن كېيىن":"كەچ"},calendar:{sameDay:"[بۈگۈن سائەت] LT",nextDay:"[ئەتە سائەت] LT",nextWeek:"[كېلەركى] dddd [سائەت] LT",lastDay:"[تۆنۈگۈن] LT",lastWeek:"[ئالدىنقى] dddd [سائەت] LT",sameElse:"L"},relativeTime:{future:"%s كېيىن",past:"%s بۇرۇن",s:"نەچچە سېكونت",ss:"%d سېكونت",m:"بىر مىنۇت",mm:"%d مىنۇت",h:"بىر سائەت",hh:"%d سائەت",d:"بىر كۈن",dd:"%d كۈن",M:"بىر ئاي",MM:"%d ئاي",y:"بىر يىل",yy:"%d يىل"},dayOfMonthOrdinalParse:/\d{1,2}(-كۈنى|-ئاي|-ھەپتە)/,ordinal:function(t,e){switch(e){case"d":case"D":case"DDD":return t+"-كۈنى";case"w":case"W":return t+"-ھەپتە";default:return t}},preparse:function(t){return t.replace(/،/g,",")},postformat:function(t){return t.replace(/,/g,"،")},week:{dow:1,doy:7}})}(i(0))},function(t,e,i){!function(t){"use strict";function e(t,e,i){var n,r;return"m"===i?e?"хвилина":"хвилину":"h"===i?e?"година":"годину":t+" "+(n=+t,r={ss:e?"секунда_секунди_секунд":"секунду_секунди_секунд",mm:e?"хвилина_хвилини_хвилин":"хвилину_хвилини_хвилин",hh:e?"година_години_годин":"годину_години_годин",dd:"день_дні_днів",MM:"місяць_місяці_місяців",yy:"рік_роки_років"}[i].split("_"),n%10==1&&n%100!=11?r[0]:n%10>=2&&n%10<=4&&(n%100<10||n%100>=20)?r[1]:r[2])}function i(t){return function(){return t+"о"+(11===this.hours()?"б":"")+"] LT"}}t.defineLocale("uk",{months:{format:"січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня".split("_"),standalone:"січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень".split("_")},monthsShort:"січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд".split("_"),weekdays:function(t,e){var i={nominative:"неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота".split("_"),accusative:"неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу".split("_"),genitive:"неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи".split("_")};return!0===t?i.nominative.slice(1,7).concat(i.nominative.slice(0,1)):t?i[/(\[[ВвУу]\]) ?dddd/.test(e)?"accusative":/\[?(?:минулої|наступної)? ?\] ?dddd/.test(e)?"genitive":"nominative"][t.day()]:i.nominative},weekdaysShort:"нд_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY р.",LLL:"D MMMM YYYY р., HH:mm",LLLL:"dddd, D MMMM YYYY р., HH:mm"},calendar:{sameDay:i("[Сьогодні "),nextDay:i("[Завтра "),lastDay:i("[Вчора "),nextWeek:i("[У] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return i("[Минулої] dddd [").call(this);case 1:case 2:case 4:return i("[Минулого] dddd [").call(this)}},sameElse:"L"},relativeTime:{future:"за %s",past:"%s тому",s:"декілька секунд",ss:e,m:e,mm:e,h:"годину",hh:e,d:"день",dd:e,M:"місяць",MM:e,y:"рік",yy:e},meridiemParse:/ночі|ранку|дня|вечора/,isPM:function(t){return/^(дня|вечора)$/.test(t)},meridiem:function(t,e,i){return t<4?"ночі":t<12?"ранку":t<17?"дня":"вечора"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го)/,ordinal:function(t,e){switch(e){case"M":case"d":case"DDD":case"w":case"W":return t+"-й";case"D":return t+"-го";default:return t}},week:{dow:1,doy:7}})}(i(0))},function(t,e,i){!function(t){"use strict";var e=["جنوری","فروری","مارچ","اپریل","مئی","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"],i=["اتوار","پیر","منگل","بدھ","جمعرات","جمعہ","ہفتہ"];t.defineLocale("ur",{months:e,monthsShort:e,weekdays:i,weekdaysShort:i,weekdaysMin:i,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(t){return"شام"===t},meridiem:function(t,e,i){return t<12?"صبح":"شام"},calendar:{sameDay:"[آج بوقت] LT",nextDay:"[کل بوقت] LT",nextWeek:"dddd [بوقت] LT",lastDay:"[گذشتہ روز بوقت] LT",lastWeek:"[گذشتہ] dddd [بوقت] LT",sameElse:"L"},relativeTime:{future:"%s بعد",past:"%s قبل",s:"چند سیکنڈ",ss:"%d سیکنڈ",m:"ایک منٹ",mm:"%d منٹ",h:"ایک گھنٹہ",hh:"%d گھنٹے",d:"ایک دن",dd:"%d دن",M:"ایک ماہ",MM:"%d ماہ",y:"ایک سال",yy:"%d سال"},preparse:function(t){return t.replace(/،/g,",")},postformat:function(t){return t.replace(/,/g,"،")},week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("uz",{months:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_"),monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба".split("_"),weekdaysShort:"Якш_Душ_Сеш_Чор_Пай_Жум_Шан".split("_"),weekdaysMin:"Як_Ду_Се_Чо_Па_Жу_Ша".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Бугун соат] LT [да]",nextDay:"[Эртага] LT [да]",nextWeek:"dddd [куни соат] LT [да]",lastDay:"[Кеча соат] LT [да]",lastWeek:"[Утган] dddd [куни соат] LT [да]",sameElse:"L"},relativeTime:{future:"Якин %s ичида",past:"Бир неча %s олдин",s:"фурсат",ss:"%d фурсат",m:"бир дакика",mm:"%d дакика",h:"бир соат",hh:"%d соат",d:"бир кун",dd:"%d кун",M:"бир ой",MM:"%d ой",y:"бир йил",yy:"%d йил"},week:{dow:1,doy:7}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("uz-latn",{months:"Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr".split("_"),monthsShort:"Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek".split("_"),weekdays:"Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba".split("_"),weekdaysShort:"Yak_Dush_Sesh_Chor_Pay_Jum_Shan".split("_"),weekdaysMin:"Ya_Du_Se_Cho_Pa_Ju_Sha".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Bugun soat] LT [da]",nextDay:"[Ertaga] LT [da]",nextWeek:"dddd [kuni soat] LT [da]",lastDay:"[Kecha soat] LT [da]",lastWeek:"[O'tgan] dddd [kuni soat] LT [da]",sameElse:"L"},relativeTime:{future:"Yaqin %s ichida",past:"Bir necha %s oldin",s:"soniya",ss:"%d soniya",m:"bir daqiqa",mm:"%d daqiqa",h:"bir soat",hh:"%d soat",d:"bir kun",dd:"%d kun",M:"bir oy",MM:"%d oy",y:"bir yil",yy:"%d yil"},week:{dow:1,doy:7}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("vi",{months:"tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12".split("_"),monthsShort:"Th01_Th02_Th03_Th04_Th05_Th06_Th07_Th08_Th09_Th10_Th11_Th12".split("_"),monthsParseExact:!0,weekdays:"chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysParseExact:!0,meridiemParse:/sa|ch/i,isPM:function(t){return/^ch$/i.test(t)},meridiem:function(t,e,i){return t<12?i?"sa":"SA":i?"ch":"CH"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [năm] YYYY",LLL:"D MMMM [năm] YYYY HH:mm",LLLL:"dddd, D MMMM [năm] YYYY HH:mm",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[Hôm nay lúc] LT",nextDay:"[Ngày mai lúc] LT",nextWeek:"dddd [tuần tới lúc] LT",lastDay:"[Hôm qua lúc] LT",lastWeek:"dddd [tuần rồi lúc] LT",sameElse:"L"},relativeTime:{future:"%s tới",past:"%s trước",s:"vài giây",ss:"%d giây",m:"một phút",mm:"%d phút",h:"một giờ",hh:"%d giờ",d:"một ngày",dd:"%d ngày",M:"một tháng",MM:"%d tháng",y:"một năm",yy:"%d năm"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(t){return t},week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("x-pseudo",{months:"J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér".split("_"),monthsShort:"J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc".split("_"),monthsParseExact:!0,weekdays:"S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý".split("_"),weekdaysShort:"S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát".split("_"),weekdaysMin:"S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[T~ódá~ý át] LT",nextDay:"[T~ómó~rró~w át] LT",nextWeek:"dddd [át] LT",lastDay:"[Ý~ést~érdá~ý át] LT",lastWeek:"[L~ást] dddd [át] LT",sameElse:"L"},relativeTime:{future:"í~ñ %s",past:"%s á~gó",s:"á ~féw ~sécó~ñds",ss:"%d s~écóñ~ds",m:"á ~míñ~úté",mm:"%d m~íñú~tés",h:"á~ñ hó~úr",hh:"%d h~óúrs",d:"á ~dáý",dd:"%d d~áýs",M:"á ~móñ~th",MM:"%d m~óñt~hs",y:"á ~ýéár",yy:"%d ý~éárs"},dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(t){var e=t%10;return t+(1==~~(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")},week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("yo",{months:"Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀".split("_"),monthsShort:"Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀".split("_"),weekdays:"Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta".split("_"),weekdaysShort:"Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá".split("_"),weekdaysMin:"Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Ònì ni] LT",nextDay:"[Ọ̀la ni] LT",nextWeek:"dddd [Ọsẹ̀ tón'bọ] [ni] LT",lastDay:"[Àna ni] LT",lastWeek:"dddd [Ọsẹ̀ tólọ́] [ni] LT",sameElse:"L"},relativeTime:{future:"ní %s",past:"%s kọjá",s:"ìsẹjú aayá die",ss:"aayá %d",m:"ìsẹjú kan",mm:"ìsẹjú %d",h:"wákati kan",hh:"wákati %d",d:"ọjọ́ kan",dd:"ọjọ́ %d",M:"osù kan",MM:"osù %d",y:"ọdún kan",yy:"ọdún %d"},dayOfMonthOrdinalParse:/ọjọ́\s\d{1,2}/,ordinal:"ọjọ́ %d",week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("zh-cn",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(t,e){return 12===t&&(t=0),"凌晨"===e||"早上"===e||"上午"===e?t:"下午"===e||"晚上"===e?t+12:t>=11?t:t+12},meridiem:function(t,e,i){var n=100*t+e;return n<600?"凌晨":n<900?"早上":n<1130?"上午":n<1230?"中午":n<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|周)/,ordinal:function(t,e){switch(e){case"d":case"D":case"DDD":return t+"日";case"M":return t+"月";case"w":case"W":return t+"周";default:return t}},relativeTime:{future:"%s内",past:"%s前",s:"几秒",ss:"%d 秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},week:{dow:1,doy:4}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("zh-hk",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(t,e){return 12===t&&(t=0),"凌晨"===e||"早上"===e||"上午"===e?t:"中午"===e?t>=11?t:t+12:"下午"===e||"晚上"===e?t+12:void 0},meridiem:function(t,e,i){var n=100*t+e;return n<600?"凌晨":n<900?"早上":n<1130?"上午":n<1230?"中午":n<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(t,e){switch(e){case"d":case"D":case"DDD":return t+"日";case"M":return t+"月";case"w":case"W":return t+"週";default:return t}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(i(0))},function(t,e,i){!function(t){"use strict";t.defineLocale("zh-tw",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(t,e){return 12===t&&(t=0),"凌晨"===e||"早上"===e||"上午"===e?t:"中午"===e?t>=11?t:t+12:"下午"===e||"晚上"===e?t+12:void 0},meridiem:function(t,e,i){var n=100*t+e;return n<600?"凌晨":n<900?"早上":n<1130?"上午":n<1230?"中午":n<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(t,e){switch(e){case"d":case"D":case"DDD":return t+"日";case"M":return t+"月";case"w":case"W":return t+"週";default:return t}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(i(0))},function(t,e,i){var n,r,o;//! moment-timezone.js
|
|
|
//! version : 0.5.28
|
|
|
//! Copyright (c) JS Foundation and other contributors
|
|
|
//! license : MIT
|
|
|
//! github.com/moment/moment-timezone
|
|
|
!function(s,a){"use strict";t.exports?t.exports=a(i(0)):(r=[i(0)],void 0===(o="function"==typeof(n=a)?n.apply(e,r):n)||(t.exports=o))}(0,(function(t){"use strict";var e,i={},n={},r={},o={},s={};t&&"string"==typeof t.version||T("Moment Timezone requires Moment.js. See https://momentjs.com/timezone/docs/#/use-it/browser/");var a=t.version.split("."),l=+a[0],c=+a[1];function u(t){return t>96?t-87:t>64?t-29:t-48}function h(t){var e=0,i=t.split("."),n=i[0],r=i[1]||"",o=1,s=0,a=1;for(45===t.charCodeAt(0)&&(e=1,a=-1);e<n.length;e++)s=60*s+u(n.charCodeAt(e));for(e=0;e<r.length;e++)o/=60,s+=u(r.charCodeAt(e))*o;return s*a}function d(t){for(var e=0;e<t.length;e++)t[e]=h(t[e])}function p(t,e){var i,n=[];for(i=0;i<e.length;i++)n[i]=t[e[i]];return n}function f(t){var e=t.split("|"),i=e[2].split(" "),n=e[3].split(""),r=e[4].split(" ");return d(i),d(n),d(r),function(t,e){for(var i=0;i<e;i++)t[i]=Math.round((t[i-1]||0)+6e4*t[i]);t[e-1]=1/0}(r,n.length),{name:e[0],abbrs:p(e[1].split(" "),n),offsets:p(i,n),untils:r,population:0|e[5]}}function m(t){t&&this._set(f(t))}function g(t,e){this.name=t,this.zones=e}function y(t){var e=t.toTimeString(),i=e.match(/\([a-z ]+\)/i);"GMT"===(i=i&&i[0]?(i=i[0].match(/[A-Z]/g))?i.join(""):void 0:(i=e.match(/[A-Z]{3,5}/g))?i[0]:void 0)&&(i=void 0),this.at=+t,this.abbr=i,this.offset=t.getTimezoneOffset()}function b(t){this.zone=t,this.offsetScore=0,this.abbrScore=0}function v(t,e){for(var i,n;n=6e4*((e.at-t.at)/12e4|0);)(i=new y(new Date(t.at+n))).offset===t.offset?t=i:e=i;return t}function M(t,e){return t.offsetScore!==e.offsetScore?t.offsetScore-e.offsetScore:t.abbrScore!==e.abbrScore?t.abbrScore-e.abbrScore:t.zone.population!==e.zone.population?e.zone.population-t.zone.population:e.zone.name.localeCompare(t.zone.name)}function x(t,e){var i,n;for(d(e),i=0;i<e.length;i++)n=e[i],s[n]=s[n]||{},s[n][t]=!0}function _(t){var e,i,n,r=t.length,a={},l=[];for(e=0;e<r;e++)for(i in n=s[t[e].offset]||{})n.hasOwnProperty(i)&&(a[i]=!0);for(e in a)a.hasOwnProperty(e)&&l.push(o[e]);return l}function A(t){return(t||"").toLowerCase().replace(/\//g,"_")}function L(t){var e,n,r,s;for("string"==typeof t&&(t=[t]),e=0;e<t.length;e++)s=A(n=(r=t[e].split("|"))[0]),i[s]=t[e],o[s]=n,x(s,r[2].split(" "))}function w(t,e){t=A(t);var r,s=i[t];return s instanceof m?s:"string"==typeof s?(s=new m(s),i[t]=s,s):n[t]&&e!==w&&(r=w(n[t],w))?((s=i[t]=new m)._set(r),s.name=o[t],s):null}function k(t){var e,i,r,s;for("string"==typeof t&&(t=[t]),e=0;e<t.length;e++)r=A((i=t[e].split("|"))[0]),s=A(i[1]),n[r]=s,o[r]=i[0],n[s]=r,o[s]=i[1]}function S(t){var e="X"===t._f||"x"===t._f;return!(!t._a||void 0!==t._tzm||e)}function T(t){"undefined"!=typeof console&&"function"==typeof console.error&&console.error(t)}function O(e){var i=Array.prototype.slice.call(arguments,0,-1),n=arguments[arguments.length-1],r=w(n),o=t.utc.apply(null,i);return r&&!t.isMoment(e)&&S(o)&&o.add(r.parse(o),"minutes"),o.tz(n),o}(l<2||2===l&&c<6)&&T("Moment Timezone requires Moment.js >= 2.6.0. You are using Moment.js "+t.version+". See momentjs.com"),m.prototype={_set:function(t){this.name=t.name,this.abbrs=t.abbrs,this.untils=t.untils,this.offsets=t.offsets,this.population=t.population},_index:function(t){var e,i=+t,n=this.untils;for(e=0;e<n.length;e++)if(i<n[e])return e},countries:function(){var t=this.name;return Object.keys(r).filter((function(e){return-1!==r[e].zones.indexOf(t)}))},parse:function(t){var e,i,n,r,o=+t,s=this.offsets,a=this.untils,l=a.length-1;for(r=0;r<l;r++)if(e=s[r],i=s[r+1],n=s[r?r-1:r],e<i&&O.moveAmbiguousForward?e=i:e>n&&O.moveInvalidForward&&(e=n),o<a[r]-6e4*e)return s[r];return s[l]},abbr:function(t){return this.abbrs[this._index(t)]},offset:function(t){return T("zone.offset has been deprecated in favor of zone.utcOffset"),this.offsets[this._index(t)]},utcOffset:function(t){return this.offsets[this._index(t)]}},b.prototype.scoreOffsetAt=function(t){this.offsetScore+=Math.abs(this.zone.utcOffset(t.at)-t.offset),this.zone.abbr(t.at).replace(/[^A-Z]/g,"")!==t.abbr&&this.abbrScore++},O.version="0.5.28",O.dataVersion="",O._zones=i,O._links=n,O._names=o,O._countries=r,O.add=L,O.link=k,O.load=function(t){L(t.zones),k(t.links),function(t){var e,i,n,o;if(t&&t.length)for(e=0;e<t.length;e++)i=(o=t[e].split("|"))[0].toUpperCase(),n=o[1].split(" "),r[i]=new g(i,n)}(t.countries),O.dataVersion=t.version},O.zone=w,O.zoneExists=function t(e){return t.didShowError||(t.didShowError=!0,T("moment.tz.zoneExists('"+e+"') has been deprecated in favor of !moment.tz.zone('"+e+"')")),!!w(e)},O.guess=function(t){return e&&!t||(e=function(){try{var t=Intl.DateTimeFormat().resolvedOptions().timeZone;if(t&&t.length>3){var e=o[A(t)];if(e)return e;T("Moment Timezone found "+t+" from the Intl api, but did not have that data loaded.")}}catch(t){}var i,n,r,s=function(){var t,e,i,n=(new Date).getFullYear()-2,r=new y(new Date(n,0,1)),o=[r];for(i=1;i<48;i++)(e=new y(new Date(n,i,1))).offset!==r.offset&&(t=v(r,e),o.push(t),o.push(new y(new Date(t.at+6e4)))),r=e;for(i=0;i<4;i++)o.push(new y(new Date(n+i,0,1))),o.push(new y(new Date(n+i,6,1)));return o}(),a=s.length,l=_(s),c=[];for(n=0;n<l.length;n++){for(i=new b(w(l[n]),a),r=0;r<a;r++)i.scoreOffsetAt(s[r]);c.push(i)}return c.sort(M),c.length>0?c[0].zone.name:void 0}()),e},O.names=function(){var t,e=[];for(t in o)o.hasOwnProperty(t)&&(i[t]||i[n[t]])&&o[t]&&e.push(o[t]);return e.sort()},O.Zone=m,O.unpack=f,O.unpackBase60=h,O.needsOffset=S,O.moveInvalidForward=!0,O.moveAmbiguousForward=!1,O.countries=function(){return Object.keys(r)},O.zonesForCountry=function(t,e){var i;if(i=(i=t).toUpperCase(),!(t=r[i]||null))return null;var n=t.zones.sort();return e?n.map((function(t){return{name:t,offset:w(t).utcOffset(new Date)}})):n};var C,j=t.fn;function z(t){return function(){return this._z?this._z.abbr(this):t.call(this)}}function P(t){return function(){return this._z=null,t.apply(this,arguments)}}t.tz=O,t.defaultZone=null,t.updateOffset=function(e,i){var n,r=t.defaultZone;if(void 0===e._z&&(r&&S(e)&&!e._isUTC&&(e._d=t.utc(e._a)._d,e.utc().add(r.parse(e),"minutes")),e._z=r),e._z)if(n=e._z.utcOffset(e),Math.abs(n)<16&&(n/=60),void 0!==e.utcOffset){var o=e._z;e.utcOffset(-n,i),e._z=o}else e.zone(n,i)},j.tz=function(e,i){if(e){if("string"!=typeof e)throw new Error("Time zone name must be a string, got "+e+" ["+typeof e+"]");return this._z=w(e),this._z?t.updateOffset(this,i):T("Moment Timezone has no data for "+e+". See http://momentjs.com/timezone/docs/#/data-loading/."),this}if(this._z)return this._z.name},j.zoneName=z(j.zoneName),j.zoneAbbr=z(j.zoneAbbr),j.utc=P(j.utc),j.local=P(j.local),j.utcOffset=(C=j.utcOffset,function(){return arguments.length>0&&(this._z=null),C.apply(this,arguments)}),t.tz.setDefault=function(e){return(l<2||2===l&&c<9)&&T("Moment Timezone setDefault() requires Moment.js >= 2.9.0. You are using Moment.js "+t.version+"."),t.defaultZone=e?w(e):null,t};var D=t.momentProperties;return"[object Array]"===Object.prototype.toString.call(D)?(D.push("_z"),D.push("_a")):D&&(D._z=null),t}))},function(t,e,i){var n=i(152),r=i(160);t.exports=function(t,e){var i=r(t,e);return n(i)?i:void 0}},function(t,e,i){var n=i(2).Symbol;t.exports=n},function(t,e){t.exports=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}},function(t,e){t.exports=i("./node_modules/@splunk/ui-utils/id.js")},function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},function(t,e,i){var n={"./af":11,"./af.js":11,"./ar":12,"./ar-dz":13,"./ar-dz.js":13,"./ar-kw":14,"./ar-kw.js":14,"./ar-ly":15,"./ar-ly.js":15,"./ar-ma":16,"./ar-ma.js":16,"./ar-sa":17,"./ar-sa.js":17,"./ar-tn":18,"./ar-tn.js":18,"./ar.js":12,"./az":19,"./az.js":19,"./be":20,"./be.js":20,"./bg":21,"./bg.js":21,"./bm":22,"./bm.js":22,"./bn":23,"./bn.js":23,"./bo":24,"./bo.js":24,"./br":25,"./br.js":25,"./bs":26,"./bs.js":26,"./ca":27,"./ca.js":27,"./cs":28,"./cs.js":28,"./cv":29,"./cv.js":29,"./cy":30,"./cy.js":30,"./da":31,"./da.js":31,"./de":32,"./de-at":33,"./de-at.js":33,"./de-ch":34,"./de-ch.js":34,"./de.js":32,"./dv":35,"./dv.js":35,"./el":36,"./el.js":36,"./en-SG":37,"./en-SG.js":37,"./en-au":38,"./en-au.js":38,"./en-ca":39,"./en-ca.js":39,"./en-gb":40,"./en-gb.js":40,"./en-ie":41,"./en-ie.js":41,"./en-il":42,"./en-il.js":42,"./en-nz":43,"./en-nz.js":43,"./eo":44,"./eo.js":44,"./es":45,"./es-do":46,"./es-do.js":46,"./es-us":47,"./es-us.js":47,"./es.js":45,"./et":48,"./et.js":48,"./eu":49,"./eu.js":49,"./fa":50,"./fa.js":50,"./fi":51,"./fi.js":51,"./fo":52,"./fo.js":52,"./fr":53,"./fr-ca":54,"./fr-ca.js":54,"./fr-ch":55,"./fr-ch.js":55,"./fr.js":53,"./fy":56,"./fy.js":56,"./ga":57,"./ga.js":57,"./gd":58,"./gd.js":58,"./gl":59,"./gl.js":59,"./gom-latn":60,"./gom-latn.js":60,"./gu":61,"./gu.js":61,"./he":62,"./he.js":62,"./hi":63,"./hi.js":63,"./hr":64,"./hr.js":64,"./hu":65,"./hu.js":65,"./hy-am":66,"./hy-am.js":66,"./id":67,"./id.js":67,"./is":68,"./is.js":68,"./it":69,"./it-ch":70,"./it-ch.js":70,"./it.js":69,"./ja":71,"./ja.js":71,"./jv":72,"./jv.js":72,"./ka":73,"./ka.js":73,"./kk":74,"./kk.js":74,"./km":75,"./km.js":75,"./kn":76,"./kn.js":76,"./ko":77,"./ko.js":77,"./ku":78,"./ku.js":78,"./ky":79,"./ky.js":79,"./lb":80,"./lb.js":80,"./lo":81,"./lo.js":81,"./lt":82,"./lt.js":82,"./lv":83,"./lv.js":83,"./me":84,"./me.js":84,"./mi":85,"./mi.js":85,"./mk":86,"./mk.js":86,"./ml":87,"./ml.js":87,"./mn":88,"./mn.js":88,"./mr":89,"./mr.js":89,"./ms":90,"./ms-my":91,"./ms-my.js":91,"./ms.js":90,"./mt":92,"./mt.js":92,"./my":93,"./my.js":93,"./nb":94,"./nb.js":94,"./ne":95,"./ne.js":95,"./nl":96,"./nl-be":97,"./nl-be.js":97,"./nl.js":96,"./nn":98,"./nn.js":98,"./pa-in":99,"./pa-in.js":99,"./pl":100,"./pl.js":100,"./pt":101,"./pt-br":102,"./pt-br.js":102,"./pt.js":101,"./ro":103,"./ro.js":103,"./ru":104,"./ru.js":104,"./sd":105,"./sd.js":105,"./se":106,"./se.js":106,"./si":107,"./si.js":107,"./sk":108,"./sk.js":108,"./sl":109,"./sl.js":109,"./sq":110,"./sq.js":110,"./sr":111,"./sr-cyrl":112,"./sr-cyrl.js":112,"./sr.js":111,"./ss":113,"./ss.js":113,"./sv":114,"./sv.js":114,"./sw":115,"./sw.js":115,"./ta":116,"./ta.js":116,"./te":117,"./te.js":117,"./tet":118,"./tet.js":118,"./tg":119,"./tg.js":119,"./th":120,"./th.js":120,"./tl-ph":121,"./tl-ph.js":121,"./tlh":122,"./tlh.js":122,"./tr":123,"./tr.js":123,"./tzl":124,"./tzl.js":124,"./tzm":125,"./tzm-latn":126,"./tzm-latn.js":126,"./tzm.js":125,"./ug-cn":127,"./ug-cn.js":127,"./uk":128,"./uk.js":128,"./ur":129,"./ur.js":129,"./uz":130,"./uz-latn":131,"./uz-latn.js":131,"./uz.js":130,"./vi":132,"./vi.js":132,"./x-pseudo":133,"./x-pseudo.js":133,"./yo":134,"./yo.js":134,"./zh-cn":135,"./zh-cn.js":135,"./zh-hk":136,"./zh-hk.js":136,"./zh-tw":137,"./zh-tw.js":137};function r(t){var e=o(t);return i(e)}function o(t){if(!i.o(n,t)){var e=new Error("Cannot find module '"+t+"'");throw e.code="MODULE_NOT_FOUND",e}return n[t]}r.keys=function(){return Object.keys(n)},r.resolve=o,t.exports=r,r.id=144},function(t,e,i){var n,r,o;//! moment-timezone-utils.js
|
|
|
//! version : 0.5.28
|
|
|
//! Copyright (c) JS Foundation and other contributors
|
|
|
//! license : MIT
|
|
|
//! github.com/moment/moment-timezone
|
|
|
!function(s,a){"use strict";t.exports?t.exports=a(i(146)):(r=[i(0)],void 0===(o="function"==typeof(n=a)?n.apply(e,r):n)||(t.exports=o))}(0,(function(t){"use strict";if(!t.tz)throw new Error("moment-timezone-utils.js must be loaded after moment-timezone.js");var e="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX";function i(t,i){for(var n="",r=Math.abs(t),o=Math.floor(r),s=function(t,i){for(var n,r=".",o="";i>0;)i-=1,t*=60,n=Math.floor(t+1e-6),r+=e[n],t-=n,n&&(o+=r,r="");return o}(r-o,Math.min(~~i,10));o>0;)n=e[o%60]+n,o=Math.floor(o/60);return t<0&&(n="-"+n),n&&s?n+s:(s||"-"!==n)&&(n||s)||"0"}function n(t){var e,n=[],r=0;for(e=0;e<t.length-1;e++)n[e]=i(Math.round((t[e]-r)/1e3)/60,1),r=t[e];return n.join(" ")}function r(t){var e,n,r=0,o=[],s=[],a=[],l={};for(e=0;e<t.abbrs.length;e++)void 0===l[n=t.abbrs[e]+"|"+t.offsets[e]]&&(l[n]=r,o[r]=t.abbrs[e],s[r]=i(Math.round(60*t.offsets[e])/60,1),r++),a[e]=i(l[n],0);return o.join(" ")+"|"+s.join(" ")+"|"+a.join("")}function o(t){if(!t)return"";if(t<1e3)return t;var e=String(0|t).length-2;return Math.round(t/Math.pow(10,e))+"e"+e}function s(t){return function(t){if(!t.name)throw new Error("Missing name");if(!t.abbrs)throw new Error("Missing abbrs");if(!t.untils)throw new Error("Missing untils");if(!t.offsets)throw new Error("Missing offsets");if(t.offsets.length!==t.untils.length||t.offsets.length!==t.abbrs.length)throw new Error("Mismatched array lengths")}(t),[t.name,r(t),n(t.untils),o(t.population)].join("|")}function a(t){return[t.name,t.zones.join(" ")].join("|")}function l(t,e){var i;if(t.length!==e.length)return!1;for(i=0;i<t.length;i++)if(t[i]!==e[i])return!1;return!0}function c(t,e){return l(t.offsets,e.offsets)&&l(t.abbrs,e.abbrs)&&l(t.untils,e.untils)}function u(t,e){var i=[],n=[];return t.links&&(n=t.links.slice()),function(t,e,i,n){var r,o,s,a,l,u,h=[];for(r=0;r<t.length;r++){for(u=!1,s=t[r],o=0;o<h.length;o++)c(s,a=(l=h[o])[0])&&(s.population>a.population||s.population===a.population&&n&&n[s.name]?l.unshift(s):l.push(s),u=!0);u||h.push([s])}for(r=0;r<h.length;r++)for(l=h[r],e.push(l[0]),o=1;o<l.length;o++)i.push(l[0].name+"|"+l[o].name)}(t.zones,i,n,e),{version:t.version,zones:i,links:n.sort()}}function h(t,e,i){var n=Array.prototype.slice,r=function(t,e,i){var n,r,o=0,s=t.length+1;for(i||(i=e),e>i&&(r=e,e=i,i=r),r=0;r<t.length;r++)null!=t[r]&&((n=new Date(t[r]).getUTCFullYear())<e&&(o=r+1),n>i&&(s=Math.min(s,r+1)));return[o,s]}(t.untils,e,i),o=n.apply(t.untils,r);return o[o.length-1]=null,{name:t.name,abbrs:n.apply(t.abbrs,r),untils:o,offsets:n.apply(t.offsets,r),population:t.population,countries:t.countries}}return t.tz.pack=s,t.tz.packBase60=i,t.tz.createLinks=u,t.tz.filterYears=h,t.tz.filterLinkPack=function(t,e,i,n){var r,o,l=t.zones,c=[];for(r=0;r<l.length;r++)c[r]=h(l[r],e,i);for(o=u({zones:c,links:t.links.slice(),version:t.version},n),r=0;r<o.zones.length;r++)o.zones[r]=s(o.zones[r]);return o.countries=t.countries?t.countries.map((function(t){return a(t)})):[],o},t.tz.packCountry=a,t}))},function(t,e,i){(t.exports=i(138)).tz.load(i(147))},function(t){t.exports=JSON.parse('{"version":"2019c","zones":["Africa/Abidjan|LMT GMT|g.8 0|01|-2ldXH.Q|48e5","Africa/Accra|LMT GMT +0020|.Q 0 -k|012121212121212121212121212121212121212121212121|-26BbX.8 6tzX.8 MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE 1BAk MnE 1C0k MnE 1BAk MnE 1BAk MnE|41e5","Africa/Nairobi|LMT EAT +0230 +0245|-2r.g -30 -2u -2J|01231|-1F3Cr.g 3Dzr.g okMu MFXJ|47e5","Africa/Algiers|PMT WET WEST CET CEST|-9.l 0 -10 -10 -20|0121212121212121343431312123431213|-2nco9.l cNb9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 DA0 Imo0 rd0 De0 9Xz0 1fb0 1ap0 16K0 2yo0 mEp0 hwL0 jxA0 11A0 dDd0 17b0 11B0 1cN0 2Dy0 1cN0 1fB0 1cL0|26e5","Africa/Lagos|LMT WAT|-d.A -10|01|-22y0d.A|17e6","Africa/Bissau|LMT -01 GMT|12.k 10 0|012|-2ldX0 2xoo0|39e4","Africa/Maputo|LMT CAT|-2a.k -20|01|-2GJea.k|26e5","Africa/Cairo|EET EEST|-20 -30|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-1bIO0 vb0 1ip0 11z0 1iN0 1nz0 12p0 1pz0 10N0 1pz0 16p0 1jz0 s3d0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1WL0 rd0 1Rz0 wp0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1qL0 Xd0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1ny0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 WL0 1qN0 Rb0 1wp0 On0 1zd0 Lz0 1EN0 Fb0 c10 8n0 8Nd0 gL0 e10 mn0|15e6","Africa/Casablanca|LMT +00 +01|u.k 0 -10|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-2gMnt.E 130Lt.E rb0 Dd0 dVb0 b6p0 TX0 EoB0 LL0 gnd0 rz0 43d0 AL0 1Nd0 XX0 1Cp0 pz0 dEp0 4mn0 SyN0 AL0 1Nd0 wn0 1FB0 Db0 1zd0 Lz0 1Nf0 wM0 co0 go0 1o00 s00 dA0 vc0 11A0 A00 e00 y00 11A0 uM0 e00 Dc0 11A0 s00 e00 IM0 WM0 mo0 gM0 LA0 WM0 jA0 e00 28M0 e00 2600 e00 28M0 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 28M0 e00 2600 e00 28M0 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0|32e5","Africa/Ceuta|WET WEST CET CEST|0 -10 -10 -20|010101010101010101010232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-25KN0 11z0 drd0 18p0 3HX0 17d0 1fz0 1a10 1io0 1a00 1y7o0 LL0 gnd0 rz0 43d0 AL0 1Nd0 XX0 1Cp0 pz0 dEp0 4VB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|85e3","Africa/El_Aaiun|LMT -01 +00 +01|Q.M 10 0 -10|012323232323232323232323232323232323232323232323232323232323232323232323232323232323|-1rDz7.c 1GVA7.c 6L0 AL0 1Nd0 XX0 1Cp0 pz0 1cBB0 AL0 1Nd0 wn0 1FB0 Db0 1zd0 Lz0 1Nf0 wM0 co0 go0 1o00 s00 dA0 vc0 11A0 A00 e00 y00 11A0 uM0 e00 Dc0 11A0 s00 e00 IM0 WM0 mo0 gM0 LA0 WM0 jA0 e00 28M0 e00 2600 e00 28M0 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 28M0 e00 2600 e00 28M0 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0|20e4","Africa/Johannesburg|SAST SAST SAST|-1u -20 -30|012121|-2GJdu 1Ajdu 1cL0 1cN0 1cL0|84e5","Africa/Juba|LMT CAT CAST EAT|-26.s -20 -30 -30|01212121212121212121212121212121213|-1yW26.s 1zK06.s 16L0 1iN0 17b0 1jd0 17b0 1ip0 17z0 1i10 17X0 1hB0 18n0 1hd0 19b0 1gp0 19z0 1iN0 17b0 1ip0 17z0 1i10 18n0 1hd0 18L0 1gN0 19b0 1gp0 19z0 1iN0 17z0 1i10 17X0 yGd0|","Africa/Khartoum|LMT CAT CAST EAT|-2a.8 -20 -30 -30|012121212121212121212121212121212131|-1yW2a.8 1zK0a.8 16L0 1iN0 17b0 1jd0 17b0 1ip0 17z0 1i10 17X0 1hB0 18n0 1hd0 19b0 1gp0 19z0 1iN0 17b0 1ip0 17z0 1i10 18n0 1hd0 18L0 1gN0 19b0 1gp0 19z0 1iN0 17z0 1i10 17X0 yGd0 HjL0|51e5","Africa/Monrovia|MMT MMT GMT|H.8 I.u 0|012|-23Lzg.Q 28G01.m|11e5","Africa/Ndjamena|LMT WAT WAST|-10.c -10 -20|0121|-2le10.c 2J3c0.c Wn0|13e5","Africa/Sao_Tome|LMT GMT WAT|A.J 0 -10|0121|-2le00 4i6N0 2q00|","Africa/Tripoli|LMT CET CEST EET|-Q.I -10 -20 -20|012121213121212121212121213123123|-21JcQ.I 1hnBQ.I vx0 4iP0 xx0 4eN0 Bb0 7ip0 U0n0 A10 1db0 1cN0 1db0 1dd0 1db0 1eN0 1bb0 1e10 1cL0 1c10 1db0 1dd0 1db0 1cN0 1db0 1q10 fAn0 1ep0 1db0 AKq0 TA0 1o00|11e5","Africa/Tunis|PMT CET CEST|-9.l -10 -20|0121212121212121212121212121212121|-2nco9.l 18pa9.l 1qM0 DA0 3Tc0 11B0 1ze0 WM0 7z0 3d0 14L0 1cN0 1f90 1ar0 16J0 1gXB0 WM0 1rA0 11c0 nwo0 Ko0 1cM0 1cM0 1rA0 10M0 zuM0 10N0 1aN0 1qM0 WM0 1qM0 11A0 1o00|20e5","Africa/Windhoek|+0130 SAST SAST CAT WAT|-1u -20 -30 -20 -10|01213434343434343434343434343434343434343434343434343|-2GJdu 1Ajdu 1cL0 1SqL0 9Io0 16P0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0|32e4","America/Adak|NST NWT NPT BST BDT AHST HST HDT|b0 a0 a0 b0 a0 a0 a0 90|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17SX0 8wW0 iB0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cm0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|326","America/Anchorage|AST AWT APT AHST AHDT YST AKST AKDT|a0 90 90 a0 90 90 90 80|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17T00 8wX0 iA0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cm0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|30e4","America/Port_of_Spain|LMT AST|46.4 40|01|-2kNvR.U|43e3","America/Araguaina|LMT -03 -02|3c.M 30 20|0121212121212121212121212121212121212121212121212121|-2glwL.c HdKL.c 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 dMN0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 ny10 Lz0|14e4","America/Argentina/Buenos_Aires|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323232323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 A4p0 uL0 1qN0 WL0|","America/Argentina/Catamarca|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323132321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 rlB0 7B0 8zb0 uL0|","America/Argentina/Cordoba|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323132323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 A4p0 uL0 1qN0 WL0|","America/Argentina/Jujuy|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323121323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1ze0 TX0 1ld0 WK0 1wp0 TX0 A4p0 uL0|","America/Argentina/La_Rioja|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323231232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Qn0 qO0 16n0 Rb0 1wp0 TX0 rlB0 7B0 8zb0 uL0|","America/Argentina/Mendoza|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232312121321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1u20 SL0 1vd0 Tb0 1wp0 TW0 ri10 Op0 7TX0 uL0|","America/Argentina/Rio_Gallegos|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 rlB0 7B0 8zb0 uL0|","America/Argentina/Salta|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323231323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 A4p0 uL0|","America/Argentina/San_Juan|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323231232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Qn0 qO0 16n0 Rb0 1wp0 TX0 rld0 m10 8lb0 uL0|","America/Argentina/San_Luis|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323121212321212|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 XX0 1q20 SL0 AN0 vDb0 m10 8lb0 8L0 jd0 1qN0 WL0 1qN0|","America/Argentina/Tucuman|CMT -04 -03 -02|4g.M 40 30 20|0121212121212121212121212121212121212121212323232313232123232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 rlB0 4N0 8BX0 uL0 1qN0 WL0|","America/Argentina/Ushuaia|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 rkN0 8p0 8zb0 uL0|","America/Curacao|LMT -0430 AST|4z.L 4u 40|012|-2kV7o.d 28KLS.d|15e4","America/Asuncion|AMT -04 -03|3O.E 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-1x589.k 1DKM9.k 3CL0 3Dd0 10L0 1pB0 10n0 1pB0 10n0 1pB0 1cL0 1dd0 1db0 1dd0 1cL0 1dd0 1cL0 1dd0 1cL0 1dd0 1db0 1dd0 1cL0 1dd0 1cL0 1dd0 1cL0 1dd0 1db0 1dd0 1cL0 1lB0 14n0 1dd0 1cL0 1fd0 WL0 1rd0 1aL0 1dB0 Xz0 1qp0 Xb0 1qN0 10L0 1rB0 TX0 1tB0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 WN0 1qL0 11B0 1nX0 1ip0 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 TX0 1tB0 19X0 1a10 1fz0 1a10 1fz0 1cN0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0|28e5","America/Atikokan|CST CDT CWT CPT EST|60 50 50 50 50|0101234|-25TQ0 1in0 Rnb0 3je0 8x30 iw0|28e2","America/Bahia_Banderas|LMT MST CST PST MDT CDT|71 70 60 80 60 50|0121212131414141414141414141414141414152525252525252525252525252525252525252525252525252525252|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nW0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|84e3","America/Bahia|LMT -03 -02|2y.4 30 20|01212121212121212121212121212121212121212121212121212121212121|-2glxp.U HdLp.U 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 l5B0 Rb0|27e5","America/Barbados|LMT BMT AST ADT|3W.t 3W.t 40 30|01232323232|-1Q0I1.v jsM0 1ODC1.v IL0 1ip0 17b0 1ip0 17b0 1ld0 13b0|28e4","America/Belem|LMT -03 -02|3d.U 30 20|012121212121212121212121212121|-2glwK.4 HdKK.4 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0|20e5","America/Belize|LMT CST -0530 CDT|5Q.M 60 5u 50|01212121212121212121212121212121212121212121212121213131|-2kBu7.c fPA7.c Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1f0Mu qn0 lxB0 mn0|57e3","America/Blanc-Sablon|AST ADT AWT APT|40 30 30 30|010230|-25TS0 1in0 UGp0 8x50 iu0|11e2","America/Boa_Vista|LMT -04 -03|42.E 40 30|0121212121212121212121212121212121|-2glvV.k HdKV.k 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 smp0 WL0 1tB0 2L0|62e2","America/Bogota|BMT -05 -04|4U.g 50 40|0121|-2eb73.I 38yo3.I 2en0|90e5","America/Boise|PST PDT MST MWT MPT MDT|80 70 70 60 60 60|0101023425252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-261q0 1nX0 11B0 1nX0 8C10 JCL0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 Dd0 1Kn0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|21e4","America/Cambridge_Bay|-00 MST MWT MPT MDDT MDT CST CDT EST|0 70 60 60 50 60 60 50 50|0123141515151515151515151515151515151515151515678651515151515151515151515151515151515151515151515151515151515151515151515151|-21Jc0 RO90 8x20 ix0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11A0 1nX0 2K0 WQ0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|15e2","America/Campo_Grande|LMT -04 -03|3C.s 40 30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glwl.w HdLl.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 1C10 Lz0 1Ip0 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1HB0 FX0|77e4","America/Cancun|LMT CST EST EDT CDT|5L.4 60 50 40 50|0123232341414141414141414141414141414141412|-1UQG0 2q2o0 yLB0 1lb0 14p0 1lb0 14p0 Lz0 xB0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 Dd0|63e4","America/Caracas|CMT -0430 -04|4r.E 4u 40|01212|-2kV7w.k 28KM2.k 1IwOu kqo0|29e5","America/Cayenne|LMT -04 -03|3t.k 40 30|012|-2mrwu.E 2gWou.E|58e3","America/Panama|CMT EST|5j.A 50|01|-2uduE.o|15e5","America/Chicago|CST CDT EST CWT CPT|60 50 50 50 50|01010101010101010101010101010101010102010101010103401010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 1wp0 TX0 WN0 1qL0 1cN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 11B0 1Hz0 14p0 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 RB0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|92e5","America/Chihuahua|LMT MST CST CDT MDT|74.k 70 60 50 60|0121212323241414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 2zQN0 1lb0 14p0 1lb0 14q0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|81e4","America/Costa_Rica|SJMT CST CDT|5A.d 60 50|0121212121|-1Xd6n.L 2lu0n.L Db0 1Kp0 Db0 pRB0 15b0 1kp0 mL0|12e5","America/Creston|MST PST|70 80|010|-29DR0 43B0|53e2","America/Cuiaba|LMT -04 -03|3I.k 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glwf.E HdLf.E 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 4a10 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1HB0 FX0|54e4","America/Danmarkshavn|LMT -03 -02 GMT|1e.E 30 20 0|01212121212121212121212121212121213|-2a5WJ.k 2z5fJ.k 19U0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 DC0|8","America/Dawson_Creek|PST PDT PWT PPT MST|80 70 70 70 70|0102301010101010101010101010101010101010101010101010101014|-25TO0 1in0 UGp0 8x10 iy0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 ML0|12e3","America/Dawson|YST YDT YWT YPT YDDT PST PDT|90 80 80 80 70 80 70|0101023040565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-25TN0 1in0 1o10 13V0 Ser0 8x00 iz0 LCL0 1fA0 jrA0 fNd0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|13e2","America/Denver|MST MDT MWT MPT|70 60 60 60|01010101023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261r0 1nX0 11B0 1nX0 11B0 1qL0 WN0 mn0 Ord0 8x20 ix0 LCN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|26e5","America/Detroit|LMT CST EST EWT EPT EDT|5w.b 60 50 40 40 40|0123425252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-2Cgir.N peqr.N 156L0 8x40 iv0 6fd0 11z0 JxX1 SMX 1cN0 1cL0 aW10 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|37e5","America/Edmonton|LMT MST MDT MWT MPT|7x.Q 70 60 60 60|0121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2yd4q.8 shdq.8 1in0 17d0 hz0 2dB0 1fz0 1a10 11z0 1qN0 WL0 1qN0 11z0 IGN0 8x20 ix0 3NB0 11z0 XQp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|10e5","America/Eirunepe|LMT -05 -04|4D.s 50 40|0121212121212121212121212121212121|-2glvk.w HdLk.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 dPB0 On0 yTd0 d5X0|31e3","America/El_Salvador|LMT CST CDT|5U.M 60 50|012121|-1XiG3.c 2Fvc3.c WL0 1qN0 WL0|11e5","America/Tijuana|LMT MST PST PDT PWT PPT|7M.4 70 80 70 70 70|012123245232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UQE0 4PX0 8mM0 8lc0 SN0 1cL0 pHB0 83r0 zI0 5O10 1Rz0 cOO0 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 BUp0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|20e5","America/Fort_Nelson|PST PDT PWT PPT MST|80 70 70 70 70|01023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010104|-25TO0 1in0 UGp0 8x10 iy0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0|39e2","America/Fort_Wayne|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|010101023010101010101010101040454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 QI10 Db0 RB0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 5Tz0 1o10 qLb0 1cL0 1cN0 1cL0 1qhd0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Fortaleza|LMT -03 -02|2y 30 20|0121212121212121212121212121212121212121|-2glxq HdLq 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 5z0 2mN0 On0|34e5","America/Glace_Bay|LMT AST ADT AWT APT|3X.M 40 30 30 30|012134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsI0.c CwO0.c 1in0 UGp0 8x50 iu0 iq10 11z0 Jg10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|19e3","America/Godthab|LMT -03 -02|3q.U 30 20|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a5Ux.4 2z5dx.4 19U0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|17e3","America/Goose_Bay|NST NDT NST NDT NWT NPT AST ADT ADDT|3u.Q 2u.Q 3u 2u 2u 2u 40 30 20|010232323232323245232323232323232323232323232323232323232326767676767676767676767676767676767676767676768676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-25TSt.8 1in0 DXb0 2HbX.8 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 WL0 1qN0 WL0 1qN0 7UHu itu 1tB0 WL0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1tB0 WL0 1ld0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 S10 g0u 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14n1 1lb0 14p0 1nW0 11C0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zcX Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|76e2","America/Grand_Turk|KMT EST EDT AST|57.a 50 40 40|01212121212121212121212121212121212121212121212121212121212121212121212121232121212121212121212121212121212121212121|-2l1uQ.O 2HHBQ.O 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 5Ip0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|37e2","America/Guatemala|LMT CST CDT|62.4 60 50|0121212121|-24KhV.U 2efXV.U An0 mtd0 Nz0 ifB0 17b0 zDB0 11z0|13e5","America/Guayaquil|QMT -05 -04|5e 50 40|0121|-1yVSK 2uILK rz0|27e5","America/Guyana|LMT -0345 -03 -04|3Q.E 3J 30 40|0123|-2dvU7.k 2r6LQ.k Bxbf|80e4","America/Halifax|LMT AST ADT AWT APT|4e.o 40 30 30 30|0121212121212121212121212121212121212121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsHJ.A xzzJ.A 1db0 3I30 1in0 3HX0 IL0 1E10 ML0 1yN0 Pb0 1Bd0 Mn0 1Bd0 Rz0 1w10 Xb0 1w10 LX0 1w10 Xb0 1w10 Lz0 1C10 Jz0 1E10 OL0 1yN0 Un0 1qp0 Xb0 1qp0 11X0 1w10 Lz0 1HB0 LX0 1C10 FX0 1w10 Xb0 1qp0 Xb0 1BB0 LX0 1td0 Xb0 1qp0 Xb0 Rf0 8x50 iu0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 3Qp0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 3Qp0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 6i10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|39e4","America/Havana|HMT CST CDT|5t.A 50 40|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1Meuu.o 72zu.o ML0 sld0 An0 1Nd0 Db0 1Nd0 An0 6Ep0 An0 1Nd0 An0 JDd0 Mn0 1Ap0 On0 1fd0 11X0 1qN0 WL0 1wp0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 14n0 1ld0 14L0 1kN0 15b0 1kp0 1cL0 1cN0 1fz0 1a10 1fz0 1fB0 11z0 14p0 1nX0 11B0 1nX0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 14n0 1ld0 14n0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 1a10 1in0 1a10 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 17c0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 11A0 6i00 Rc0 1wo0 U00 1tA0 Rc0 1wo0 U00 1wo0 U00 1zc0 U00 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0|21e5","America/Hermosillo|LMT MST CST PST MDT|7n.Q 70 60 80 60|0121212131414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0|64e4","America/Indiana/Knox|CST CDT CWT CPT EST|60 50 50 50 50|0101023010101010101010101010101010101040101010101010101010101010101010101010101010101010141010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 11z0 1o10 11z0 1o10 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 3Cn0 8wp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 z8o0 1o00 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Marengo|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101023010101010101010104545454545414545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 dyN0 11z0 6fd0 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 jrz0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1VA0 LA0 1BX0 1e6p0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Petersburg|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010104010101010101010101010141014545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 njX0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 3Fb0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 19co0 1o00 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Tell_City|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010401054541010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 njX0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 8wn0 1cN0 1cL0 1cN0 1cK0 1cN0 1cL0 1qhd0 1o00 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Vevay|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|010102304545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 kPB0 Awn0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1lnd0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Vincennes|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010101010454541014545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 g0p0 11z0 1o10 11z0 1qL0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 caL0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Winamac|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010101010101010454541054545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 jrz0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1za0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Inuvik|-00 PST PDDT MST MDT|0 80 60 70 60|0121343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-FnA0 tWU0 1fA0 wPe0 2pz0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|35e2","America/Iqaluit|-00 EWT EPT EST EDDT EDT CST CDT|0 40 40 50 30 40 60 50|01234353535353535353535353535353535353535353567353535353535353535353535353535353535353535353535353535353535353535353535353|-16K00 7nX0 iv0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11C0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|67e2","America/Jamaica|KMT EST EDT|57.a 50 40|0121212121212121212121|-2l1uQ.O 2uM1Q.O 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0|94e4","America/Juneau|PST PWT PPT PDT YDT YST AKST AKDT|80 70 70 70 80 90 90 80|01203030303030303030303030403030356767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cM0 1cM0 1cL0 1cN0 1fz0 1a10 1fz0 co0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|33e3","America/Kentucky/Louisville|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101010102301010101010101010101010101454545454545414545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 3Fd0 Nb0 LPd0 11z0 RB0 8x30 iw0 1nX1 e0X 9vd0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 xz0 gso0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1VA0 LA0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Kentucky/Monticello|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101023010101010101010101010101010101010101010101010101010101010101010101454545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 SWp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/La_Paz|CMT BST -04|4w.A 3w.A 40|012|-1x37r.o 13b0|19e5","America/Lima|LMT -05 -04|58.A 50 40|0121212121212121|-2tyGP.o 1bDzP.o zX0 1aN0 1cL0 1cN0 1cL0 1PrB0 zX0 1O10 zX0 6Gp0 zX0 98p0 zX0|11e6","America/Los_Angeles|PST PDT PWT PPT|80 70 70 70|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261q0 1nX0 11B0 1nX0 SgN0 8x10 iy0 5Wp1 1VaX 3dA0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|15e6","America/Maceio|LMT -03 -02|2m.Q 30 20|012121212121212121212121212121212121212121|-2glxB.8 HdLB.8 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 dMN0 Lz0 8Q10 WL0 1tB0 5z0 2mN0 On0|93e4","America/Managua|MMT CST EST CDT|5J.c 60 50 50|0121313121213131|-1quie.M 1yAMe.M 4mn0 9Up0 Dz0 1K10 Dz0 s3F0 1KH0 DB0 9In0 k8p0 19X0 1o30 11y0|22e5","America/Manaus|LMT -04 -03|40.4 40 30|01212121212121212121212121212121|-2glvX.U HdKX.U 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 dPB0 On0|19e5","America/Martinique|FFMT AST ADT|44.k 40 30|0121|-2mPTT.E 2LPbT.E 19X0|39e4","America/Matamoros|LMT CST CDT|6E 60 50|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1UQG0 2FjC0 1nX0 i6p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|45e4","America/Mazatlan|LMT MST CST PST MDT|75.E 70 60 80 60|0121212131414141414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|44e4","America/Menominee|CST CDT CWT CPT EST|60 50 50 50 50|01010230101041010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 LCN0 1fz0 6410 9Jb0 1cM0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|85e2","America/Merida|LMT CST EST CDT|5W.s 60 50 50|0121313131313131313131313131313131313131313131313131313131313131313131313131313131313131|-1UQG0 2q2o0 2hz0 wu30 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|11e5","America/Metlakatla|PST PWT PPT PDT AKST AKDT|80 70 70 70 90 80|01203030303030303030303030303030304545450454545454545454545454545454545454545454|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1hU10 Rd0 1zb0 Op0 1zb0 Op0 1zb0 uM0 jB0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|14e2","America/Mexico_City|LMT MST CST CDT CWT|6A.A 70 60 50 50|012121232324232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 gEn0 TX0 3xd0 Jb0 6zB0 SL0 e5d0 17b0 1Pff0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|20e6","America/Miquelon|LMT AST -03 -02|3I.E 40 30 20|012323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2mKkf.k 2LTAf.k gQ10 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|61e2","America/Moncton|EST AST ADT AWT APT|50 40 30 30 30|012121212121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsH0 CwN0 1in0 zAo0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1K10 Lz0 1zB0 NX0 1u10 Wn0 S20 8x50 iu0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 3Cp0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14n1 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 ReX 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|64e3","America/Monterrey|LMT CST CDT|6F.g 60 50|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1UQG0 2FjC0 1nX0 i6p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|41e5","America/Montevideo|LMT MMT -04 -03 -0330 -0230 -02 -0130|3I.P 3I.P 40 30 3u 2u 20 1u|012343434343434343434343435353636353636375363636363636363636363636363636363636363636363|-2tRUf.9 sVc0 8jcf.9 1db0 1dcu 1cLu 1dcu 1cLu ircu 11zu 1o0u 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 1qMu WLu 1fAu 1cLu 1o0u 11zu NAu 3jXu zXu Dq0u 19Xu pcu jz0 cm10 19X0 6tB0 1fbu 3o0u jX0 4vB0 xz0 3Cp0 mmu 1a10 IMu Db0 4c10 uL0 1Nd0 An0 1SN0 uL0 mp0 28L0 iPB0 un0 1SN0 xz0 1zd0 Lz0 1zd0 Rb0 1zd0 On0 1wp0 Rb0 s8p0 1fB0 1ip0 11z0 1ld0 14n0 1o10 11z0 1o10 11z0 1o10 14n0 1ld0 14n0 1ld0 14n0 1o10 11z0 1o10 11z0 1o10 11z0|17e5","America/Toronto|EST EDT EWT EPT|50 40 40 40|01010101010101010101010101010101010101010101012301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TR0 1in0 11Wu 1nzu 1fD0 WJ0 1wr0 Nb0 1Ap0 On0 1zd0 On0 1wp0 TX0 1tB0 TX0 1tB0 TX0 1tB0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 4kM0 8x40 iv0 1o10 11z0 1nX0 11z0 1o10 11z0 1o10 1qL0 11D0 1nX0 11B0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|65e5","America/Nassau|LMT EST EDT|59.u 50 40|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2kNuO.u 26XdO.u 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|24e4","America/New_York|EST EDT EWT EPT|50 40 40 40|01010101010101010101010101010101010101010101010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261t0 1nX0 11B0 1nX0 11B0 1qL0 1a10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 RB0 8x40 iv0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|21e6","America/Nipigon|EST EDT EWT EPT|50 40 40 40|010123010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TR0 1in0 Rnb0 3je0 8x40 iv0 19yN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|16e2","America/Nome|NST NWT NPT BST BDT YST AKST AKDT|b0 a0 a0 b0 a0 90 90 80|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17SX0 8wW0 iB0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cl0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|38e2","America/Noronha|LMT -02 -01|29.E 20 10|0121212121212121212121212121212121212121|-2glxO.k HdKO.k 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 2L0 2pB0 On0|30e2","America/North_Dakota/Beulah|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101014545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/North_Dakota/Center|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101014545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14o0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/North_Dakota/New_Salem|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101454545454545454545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14o0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Ojinaga|LMT MST CST CDT MDT|6V.E 70 60 50 60|0121212323241414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 2zQN0 1lb0 14p0 1lb0 14q0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e3","America/Pangnirtung|-00 AST AWT APT ADDT ADT EDT EST CST CDT|0 40 30 30 20 30 40 50 60 50|012314151515151515151515151515151515167676767689767676767676767676767676767676767676767676767676767676767676767676767676767|-1XiM0 PnG0 8x50 iu0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1o00 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11C0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|14e2","America/Paramaribo|LMT PMT PMT -0330 -03|3E.E 3E.Q 3E.A 3u 30|01234|-2nDUj.k Wqo0.c qanX.I 1yVXN.o|24e4","America/Phoenix|MST MDT MWT|70 60 60|01010202010|-261r0 1nX0 11B0 1nX0 SgN0 4Al1 Ap0 1db0 SWqX 1cL0|42e5","America/Port-au-Prince|PPMT EST EDT|4N 50 40|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-28RHb 2FnMb 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14q0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 i6n0 1nX0 11B0 1nX0 d430 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 3iN0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e5","America/Rio_Branco|LMT -05 -04|4v.c 50 40|01212121212121212121212121212121|-2glvs.M HdLs.M 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 NBd0 d5X0|31e4","America/Porto_Velho|LMT -04 -03|4f.A 40 30|012121212121212121212121212121|-2glvI.o HdKI.o 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0|37e4","America/Puerto_Rico|AST AWT APT|40 30 30|0120|-17lU0 7XT0 iu0|24e5","America/Punta_Arenas|SMT -05 -04 -03|4G.K 50 40 30|0102021212121212121232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-2q2jh.e fJAh.e 5knG.K 1Vzh.e jRAG.K 1pbh.e 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 nHX0 op0 blz0 ko0 Qeo0 WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0|","America/Rainy_River|CST CDT CWT CPT|60 50 50 50|010123010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TQ0 1in0 Rnb0 3je0 8x30 iw0 19yN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|842","America/Rankin_Inlet|-00 CST CDDT CDT EST|0 60 40 50 50|012131313131313131313131313131313131313131313431313131313131313131313131313131313131313131313131313131313131313131313131|-vDc0 keu0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|26e2","America/Recife|LMT -03 -02|2j.A 30 20|0121212121212121212121212121212121212121|-2glxE.o HdLE.o 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 2L0 2pB0 On0|33e5","America/Regina|LMT MST MDT MWT MPT CST|6W.A 70 60 60 60 60|012121212121212121212121341212121212121212121212121215|-2AD51.o uHe1.o 1in0 s2L0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 66N0 1cL0 1cN0 19X0 1fB0 1cL0 1fB0 1cL0 1cN0 1cL0 M30 8x20 ix0 1ip0 1cL0 1ip0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 3NB0 1cL0 1cN0|19e4","America/Resolute|-00 CST CDDT CDT EST|0 60 40 50 50|012131313131313131313131313131313131313131313431313131313431313131313131313131313131313131313131313131313131313131313131|-SnA0 GWS0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|229","America/Santarem|LMT -04 -03|3C.M 40 30|0121212121212121212121212121212|-2glwl.c HdLl.c 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 NBd0|21e4","America/Santiago|SMT -05 -04 -03|4G.K 50 40 30|010202121212121212321232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-2q2jh.e fJAh.e 5knG.K 1Vzh.e jRAG.K 1pbh.e 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 nHX0 op0 9Bz0 jb0 1oN0 ko0 Qeo0 WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1zb0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0|62e5","America/Santo_Domingo|SDMT EST EDT -0430 AST|4E 50 40 4u 40|01213131313131414|-1ttjk 1lJMk Mn0 6sp0 Lbu 1Cou yLu 1RAu wLu 1QMu xzu 1Q0u xXu 1PAu 13jB0 e00|29e5","America/Sao_Paulo|LMT -03 -02|36.s 30 20|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glwR.w HdKR.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 pTd0 PX0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 1C10 Lz0 1Ip0 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1HB0 FX0|20e6","America/Scoresbysund|LMT -02 -01 +00|1r.Q 20 10 0|0121323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2a5Ww.8 2z5ew.8 1a00 1cK0 1cL0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|452","America/Sitka|PST PWT PPT PDT YST AKST AKDT|80 70 70 70 90 90 80|01203030303030303030303030303030345656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 co0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|90e2","America/St_Johns|NST NDT NST NDT NWT NPT NDDT|3u.Q 2u.Q 3u 2u 2u 2u 1u|01010101010101010101010101010101010102323232323232324523232323232323232323232323232323232323232323232323232323232323232323232323232323232326232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-28oit.8 14L0 1nB0 1in0 1gm0 Dz0 1JB0 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 1cL0 1fB0 19X0 1fB0 19X0 10O0 eKX.8 19X0 1iq0 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 WL0 1qN0 WL0 1qN0 7UHu itu 1tB0 WL0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1tB0 WL0 1ld0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14n1 1lb0 14p0 1nW0 11C0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zcX Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|11e4","America/Swift_Current|LMT MST MDT MWT MPT CST|7b.k 70 60 60 60 60|012134121212121212121215|-2AD4M.E uHdM.E 1in0 UGp0 8x20 ix0 1o10 17b0 1ip0 11z0 1o10 11z0 1o10 11z0 isN0 1cL0 3Cp0 1cL0 1cN0 11z0 1qN0 WL0 pMp0|16e3","America/Tegucigalpa|LMT CST CDT|5M.Q 60 50|01212121|-1WGGb.8 2ETcb.8 WL0 1qN0 WL0 GRd0 AL0|11e5","America/Thule|LMT AST ADT|4z.8 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a5To.Q 31NBo.Q 1cL0 1cN0 1cL0 1fB0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|656","America/Thunder_Bay|CST EST EWT EPT EDT|60 50 40 40 40|0123141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141|-2q5S0 1iaN0 8x40 iv0 XNB0 1cL0 1cN0 1fz0 1cN0 1cL0 3Cp0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|11e4","America/Vancouver|PST PDT PWT PPT|80 70 70 70|0102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TO0 1in0 UGp0 8x10 iy0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e5","America/Whitehorse|YST YDT YWT YPT YDDT PST PDT|90 80 80 80 70 80 70|0101023040565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-25TN0 1in0 1o10 13V0 Ser0 8x00 iz0 LCL0 1fA0 3NA0 vrd0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e3","America/Winnipeg|CST CDT CWT CPT|60 50 50 50|010101023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aIi0 WL0 3ND0 1in0 Jap0 Rb0 aCN0 8x30 iw0 1tB0 11z0 1ip0 11z0 1o10 11z0 1o10 11z0 1rd0 10L0 1op0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 1cL0 1cN0 11z0 6i10 WL0 6i10 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|66e4","America/Yakutat|YST YWT YPT YDT AKST AKDT|90 80 80 80 90 80|01203030303030303030303030303030304545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-17T10 8x00 iz0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cn0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|642","America/Yellowknife|-00 MST MWT MPT MDDT MDT|0 70 60 60 50 60|012314151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151|-1pdA0 hix0 8x20 ix0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|19e3","Antarctica/Casey|-00 +08 +11|0 -80 -b0|01212121|-2q00 1DjS0 T90 40P0 KL0 blz0 3m10|10","Antarctica/Davis|-00 +07 +05|0 -70 -50|01012121|-vyo0 iXt0 alj0 1D7v0 VB0 3Wn0 KN0|70","Antarctica/DumontDUrville|-00 +10|0 -a0|0101|-U0o0 cfq0 bFm0|80","Antarctica/Macquarie|AEST AEDT -00 +11|-a0 -b0 0 -b0|0102010101010101010101010101010101010101010101010101010101010101010101010101010101010101013|-29E80 19X0 4SL0 1ayy0 Lvs0 1cM0 1o00 Rc0 1wo0 Rc0 1wo0 U00 1wo0 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 1cM0|1","Antarctica/Mawson|-00 +06 +05|0 -60 -50|012|-CEo0 2fyk0|60","Pacific/Auckland|NZMT NZST NZST NZDT|-bu -cu -c0 -d0|01020202020202020202020202023232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-1GCVu Lz0 1tB0 11zu 1o0u 11zu 1o0u 11zu 1o0u 14nu 1lcu 14nu 1lcu 1lbu 11Au 1nXu 11Au 1nXu 11Au 1nXu 11Au 1nXu 11Au 1qLu WMu 1qLu 11Au 1n1bu IM0 1C00 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1qM0 14o0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1io0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00|14e5","Antarctica/Palmer|-00 -03 -04 -02|0 30 40 20|0121212121213121212121212121212121212121212121212121212121212121212121212121212121|-cao0 nD0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 jsN0 14N0 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0|40","Antarctica/Rothera|-00 -03|0 30|01|gOo0|130","Antarctica/Syowa|-00 +03|0 -30|01|-vs00|20","Antarctica/Troll|-00 +00 +02|0 0 -20|01212121212121212121212121212121212121212121212121212121212121212121|1puo0 hd0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|40","Antarctica/Vostok|-00 +06|0 -60|01|-tjA0|25","Europe/Oslo|CET CEST|-10 -20|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2awM0 Qm0 W6o0 5pf0 WM0 1fA0 1cM0 1cM0 1cM0 1cM0 wJc0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1qM0 WM0 zpc0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|62e4","Asia/Riyadh|LMT +03|-36.Q -30|01|-TvD6.Q|57e5","Asia/Almaty|LMT +05 +06 +07|-57.M -50 -60 -70|012323232323232323232321232323232323232323232323232|-1Pc57.M eUo7.M 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0|15e5","Asia/Amman|LMT EET EEST|-2n.I -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1yW2n.I 1HiMn.I KL0 1oN0 11b0 1oN0 11b0 1pd0 1dz0 1cp0 11b0 1op0 11b0 fO10 1db0 1e10 1cL0 1cN0 1cL0 1cN0 1fz0 1pd0 10n0 1ld0 14n0 1hB0 15b0 1ip0 19X0 1cN0 1cL0 1cN0 17b0 1ld0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1So0 y00 1fc0 1dc0 1co0 1dc0 1cM0 1cM0 1cM0 1o00 11A0 1lc0 17c0 1cM0 1cM0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 4bX0 Dd0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0|25e5","Asia/Anadyr|LMT +12 +13 +14 +11|-bN.U -c0 -d0 -e0 -b0|01232121212121212121214121212121212121212121212121212121212141|-1PcbN.U eUnN.U 23CL0 1db0 2q10 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|13e3","Asia/Aqtau|LMT +04 +05 +06|-3l.4 -40 -50 -60|012323232323232323232123232312121212121212121212|-1Pc3l.4 eUnl.4 24PX0 2pX0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|15e4","Asia/Aqtobe|LMT +04 +05 +06|-3M.E -40 -50 -60|0123232323232323232321232323232323232323232323232|-1Pc3M.E eUnM.E 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0|27e4","Asia/Ashgabat|LMT +04 +05 +06|-3R.w -40 -50 -60|0123232323232323232323212|-1Pc3R.w eUnR.w 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0|41e4","Asia/Atyrau|LMT +03 +05 +06 +04|-3r.I -30 -50 -60 -40|01232323232323232323242323232323232324242424242|-1Pc3r.I eUor.I 24PW0 2pX0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 2sp0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|","Asia/Baghdad|BMT +03 +04|-2V.A -30 -40|012121212121212121212121212121212121212121212121212121|-26BeV.A 2ACnV.A 11b0 1cp0 1dz0 1dd0 1db0 1cN0 1cp0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1de0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0|66e5","Asia/Qatar|LMT +04 +03|-3q.8 -40 -30|012|-21Jfq.8 27BXq.8|96e4","Asia/Baku|LMT +03 +04 +05|-3j.o -30 -40 -50|01232323232323232323232123232323232323232323232323232323232323232|-1Pc3j.o 1jUoj.o WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 1cM0 9Je0 1o00 11z0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|27e5","Asia/Bangkok|BMT +07|-6G.4 -70|01|-218SG.4|15e6","Asia/Barnaul|LMT +06 +07 +08|-5z -60 -70 -80|0123232323232323232323212323232321212121212121212121212121212121212|-21S5z pCnz 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 p90 LE0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|","Asia/Beirut|EET EEST|-20 -30|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-21aq0 1on0 1410 1db0 19B0 1in0 1ip0 WL0 1lQp0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 q6N0 En0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1op0 11b0 dA10 17b0 1iN0 17b0 1iN0 17b0 1iN0 17b0 1vB0 SL0 1mp0 13z0 1iN0 17b0 1iN0 17b0 1jd0 12n0 1a10 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0|22e5","Asia/Bishkek|LMT +05 +06 +07|-4W.o -50 -60 -70|012323232323232323232321212121212121212121212121212|-1Pc4W.o eUnW.o 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2e00 1tX0 17b0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1cPu 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0|87e4","Asia/Brunei|LMT +0730 +08|-7D.E -7u -80|012|-1KITD.E gDc9.E|42e4","Asia/Kolkata|MMT IST +0630|-5l.a -5u -6u|012121|-2zOtl.a 1r2LP.a 1un0 HB0 7zX0|15e6","Asia/Chita|LMT +08 +09 +10|-7x.Q -80 -90 -a0|012323232323232323232321232323232323232323232323232323232323232312|-21Q7x.Q pAnx.Q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3re0|33e4","Asia/Choibalsan|LMT +07 +08 +10 +09|-7C -70 -80 -a0 -90|0123434343434343434343434343434343434343434343424242|-2APHC 2UkoC cKn0 1da0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 3Db0 h1f0 1cJ0 1cP0 1cJ0|38e3","Asia/Shanghai|CST CDT|-80 -90|010101010101010101010101010|-1c2w0 Rz0 11d0 1wL0 A10 8HX0 1G10 Tz0 1ip0 1jX0 1cN0 11b0 1oN0 aL0 1tU30 Rb0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0|23e6","Asia/Colombo|MMT +0530 +06 +0630|-5j.w -5u -60 -6u|01231321|-2zOtj.w 1rFbN.w 1zzu 7Apu 23dz0 11zu n3cu|22e5","Asia/Dhaka|HMT +0630 +0530 +06 +07|-5R.k -6u -5u -60 -70|0121343|-18LFR.k 1unn.k HB0 m6n0 2kxbu 1i00|16e6","Asia/Damascus|LMT EET EEST|-2p.c -20 -30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-21Jep.c Hep.c 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1xRB0 11X0 1oN0 10L0 1pB0 11b0 1oN0 10L0 1mp0 13X0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 Nb0 1AN0 Nb0 bcp0 19X0 1gp0 19X0 3ld0 1xX0 Vd0 1Bz0 Sp0 1vX0 10p0 1dz0 1cN0 1cL0 1db0 1db0 1g10 1an0 1ap0 1db0 1fd0 1db0 1cN0 1db0 1dd0 1db0 1cp0 1dz0 1c10 1dX0 1cN0 1db0 1dd0 1db0 1cN0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1db0 1cN0 1db0 1cN0 19z0 1fB0 1qL0 11B0 1on0 Wp0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0|26e5","Asia/Dili|LMT +08 +09|-8m.k -80 -90|01212|-2le8m.k 1dnXm.k 1nfA0 Xld0|19e4","Asia/Dubai|LMT +04|-3F.c -40|01|-21JfF.c|39e5","Asia/Dushanbe|LMT +05 +06 +07|-4z.c -50 -60 -70|012323232323232323232321|-1Pc4z.c eUnz.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2hB0|76e4","Asia/Famagusta|LMT EET EEST +03|-2f.M -20 -30 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212312121212121212121212121212121212121212121|-1Vc2f.M 2a3cf.M 1cL0 1qp0 Xz0 19B0 19X0 1fB0 1db0 1cp0 1cL0 1fB0 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1o30 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 15U0 2Ks0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|","Asia/Gaza|EET EEST IST IDT|-20 -30 -20 -30|0101010101010101010101010101010123232323232323232323232323232320101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-1c2q0 5Rb0 10r0 1px0 10N0 1pz0 16p0 1jB0 16p0 1jx0 pBd0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 dW0 hfB0 Db0 1fB0 Rb0 bXd0 gM0 8Q00 IM0 1wM0 11z0 1C10 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 M10 C00 17c0 1io0 17c0 1io0 17c0 1o00 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 17c0 1io0 18N0 1bz0 19z0 1gp0 1610 1iL0 11z0 1o10 14o0 1lA1 SKX 1xd1 MKX 1AN0 1a00 1fA0 1cL0 1cN0 1nX0 1210 1nz0 1220 1qL0 WN0 1qL0 WN0 1qL0 11c0 1oo0 11c0 1rc0 Wo0 1rc0 Wo0 1rc0 11c0 1oo0 11c0 1oo0 11c0 1oo0 11c0 1rc0 Wo0 1rc0 11c0 1oo0 11c0 1oo0 11c0 1oo0 11c0 1oo0 11c0 1rc0 Wo0 1rc0 11c0 1oo0 11c0 1oo0 11c0 1oo0 11c0 1rc0|18e5","Asia/Hebron|EET EEST IST IDT|-20 -30 -20 -30|010101010101010101010101010101012323232323232323232323232323232010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-1c2q0 5Rb0 10r0 1px0 10N0 1pz0 16p0 1jB0 16p0 1jx0 pBd0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 dW0 hfB0 Db0 1fB0 Rb0 bXd0 gM0 8Q00 IM0 1wM0 11z0 1C10 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 M10 C00 17c0 1io0 17c0 1io0 17c0 1o00 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 17c0 1io0 18N0 1bz0 19z0 1gp0 1610 1iL0 12L0 1mN0 14o0 1lc0 Tb0 1xd1 MKX bB0 cn0 1cN0 1a00 1fA0 1cL0 1cN0 1nX0 1210 1nz0 1220 1qL0 WN0 1qL0 WN0 1qL0 11c0 1oo0 11c0 1rc0 Wo0 1rc0 Wo0 1rc0 11c0 1oo0 11c0 1oo0 11c0 1oo0 11c0 1rc0 Wo0 1rc0 11c0 1oo0 11c0 1oo0 11c0 1oo0 11c0 1oo0 11c0 1rc0 Wo0 1rc0 11c0 1oo0 11c0 1oo0 11c0 1oo0 11c0 1rc0|25e4","Asia/Ho_Chi_Minh|LMT PLMT +07 +08 +09|-76.E -76.u -70 -80 -90|0123423232|-2yC76.E bK00.a 1h7b6.u 5lz0 18o0 3Oq0 k5b0 aW00 BAM0|90e5","Asia/Hong_Kong|LMT HKT HKST HKWT JST|-7A.G -80 -90 -8u -90|0123412121212121212121212121212121212121212121212121212121212121212121|-2CFH0 1taO0 Hc0 xUu 9tBu 11z0 1tDu Rc0 1wo0 11A0 1cM0 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1nX0 U10 1tz0 U10 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 Rd0 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 17d0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1cL0 6fd0 14n0|73e5","Asia/Hovd|LMT +06 +07 +08|-66.A -60 -70 -80|012323232323232323232323232323232323232323232323232|-2APG6.A 2Uko6.A cKn0 1db0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 kEp0 1cJ0 1cP0 1cJ0|81e3","Asia/Irkutsk|IMT +07 +08 +09|-6V.5 -70 -80 -90|01232323232323232323232123232323232323232323232323232323232323232|-21zGV.5 pjXV.5 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|60e4","Europe/Istanbul|IMT EET EEST +03 +04|-1U.U -20 -30 -30 -40|0121212121212121212121212121212121212121212121234312121212121212121212121212121212121212121212121212121212121212123|-2ogNU.U dzzU.U 11b0 8tB0 1on0 1410 1db0 19B0 1in0 3Rd0 Un0 1oN0 11b0 zSN0 CL0 mp0 1Vz0 1gN0 8yn0 1yp0 ML0 1kp0 17b0 1ip0 17b0 1fB0 19X0 1ip0 19X0 1ip0 17b0 qdB0 38L0 1jd0 Tz0 l6O0 11A0 WN0 1qL0 TB0 1tX0 U10 1tz0 11B0 1in0 17d0 z90 cne0 pb0 2Cp0 1800 14o0 1dc0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1a00 1fA0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WO0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 Xc0 1qo0 WM0 1qM0 11A0 1o00 1200 1nA0 11A0 1tA0 U00 15w0|13e6","Asia/Jakarta|BMT +0720 +0730 +09 +08 WIB|-77.c -7k -7u -90 -80 -70|01232425|-1Q0Tk luM0 mPzO 8vWu 6kpu 4PXu xhcu|31e6","Asia/Jayapura|LMT +09 +0930 WIT|-9m.M -90 -9u -90|0123|-1uu9m.M sMMm.M L4nu|26e4","Asia/Jerusalem|JMT IST IDT IDDT|-2k.E -20 -30 -40|012121212121321212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-26Bek.E SyMk.E 5Rb0 10r0 1px0 10N0 1pz0 16p0 1jB0 16p0 1jx0 3LB0 Em0 or0 1cn0 1dB0 16n0 10O0 1ja0 1tC0 14o0 1cM0 1a00 11A0 1Na0 An0 1MP0 AJ0 1Kp0 LC0 1oo0 Wl0 EQN0 Db0 1fB0 Rb0 bXd0 gM0 8Q00 IM0 1wM0 11z0 1C10 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 1hB0 1dX0 1ep0 1aL0 1eN0 17X0 1nf0 11z0 1tB0 19W0 1e10 17b0 1ep0 1gL0 18N0 1fz0 1eN0 17b0 1gq0 1gn0 19d0 1dz0 1c10 17X0 1hB0 1gn0 19d0 1dz0 1c10 17X0 1kp0 1dz0 1c10 1aL0 1eN0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0|81e4","Asia/Kabul|+04 +0430|-40 -4u|01|-10Qs0|46e5","Asia/Kamchatka|LMT +11 +12 +13|-ay.A -b0 -c0 -d0|012323232323232323232321232323232323232323232323232323232323212|-1SLKy.A ivXy.A 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|18e4","Asia/Karachi|LMT +0530 +0630 +05 PKT PKST|-4s.c -5u -6u -50 -50 -60|012134545454|-2xoss.c 1qOKW.c 7zX0 eup0 LqMu 1fy00 1cL0 dK10 11b0 1610 1jX0|24e6","Asia/Urumqi|LMT +06|-5O.k -60|01|-1GgtO.k|32e5","Asia/Kathmandu|LMT +0530 +0545|-5F.g -5u -5J|012|-21JhF.g 2EGMb.g|12e5","Asia/Khandyga|LMT +08 +09 +10 +11|-92.d -80 -90 -a0 -b0|0123232323232323232323212323232323232323232323232343434343434343432|-21Q92.d pAp2.d 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 qK0 yN0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 17V0 7zD0|66e2","Asia/Krasnoyarsk|LMT +06 +07 +08|-6b.q -60 -70 -80|01232323232323232323232123232323232323232323232323232323232323232|-21Hib.q prAb.q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|10e5","Asia/Kuala_Lumpur|SMT +07 +0720 +0730 +09 +08|-6T.p -70 -7k -7u -90 -80|0123435|-2Bg6T.p 17anT.p l5XE 17bO 8Fyu 1so1u|71e5","Asia/Kuching|LMT +0730 +08 +0820 +09|-7l.k -7u -80 -8k -90|0123232323232323242|-1KITl.k gDbP.k 6ynu AnE 1O0k AnE 1NAk AnE 1NAk AnE 1NAk AnE 1O0k AnE 1NAk AnE pAk 8Fz0|13e4","Asia/Macau|LMT CST +09 +10 CDT|-7y.a -80 -90 -a0 -90|012323214141414141414141414141414141414141414141414141414141414141414141|-2CFHy.a 1uqKy.a PX0 1kn0 15B0 11b0 4Qq0 1oM0 11c0 1ko0 1u00 11A0 1cM0 11c0 1o00 11A0 1o00 11A0 1oo0 1400 1o00 11A0 1o00 U00 1tA0 U00 1wo0 Rc0 1wru U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 Rd0 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 17d0 1cK0 1cO0 1cK0 1cO0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1cL0 6fd0 14n0|57e4","Asia/Magadan|LMT +10 +11 +12|-a3.c -a0 -b0 -c0|012323232323232323232321232323232323232323232323232323232323232312|-1Pca3.c eUo3.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3Cq0|95e3","Asia/Makassar|LMT MMT +08 +09 WITA|-7V.A -7V.A -80 -90 -80|01234|-21JjV.A vfc0 myLV.A 8ML0|15e5","Asia/Manila|PST PDT JST|-80 -90 -90|010201010|-1kJI0 AL0 cK10 65X0 mXB0 vX0 VK10 1db0|24e6","Asia/Nicosia|LMT EET EEST|-2d.s -20 -30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1Vc2d.s 2a3cd.s 1cL0 1qp0 Xz0 19B0 19X0 1fB0 1db0 1cp0 1cL0 1fB0 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1o30 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|32e4","Asia/Novokuznetsk|LMT +06 +07 +08|-5M.M -60 -70 -80|012323232323232323232321232323232323232323232323232323232323212|-1PctM.M eULM.M 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|55e4","Asia/Novosibirsk|LMT +06 +07 +08|-5v.E -60 -70 -80|0123232323232323232323212323212121212121212121212121212121212121212|-21Qnv.E pAFv.E 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 ml0 Os0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 4eN0|15e5","Asia/Omsk|LMT +05 +06 +07|-4R.u -50 -60 -70|01232323232323232323232123232323232323232323232323232323232323232|-224sR.u pMLR.u 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|12e5","Asia/Oral|LMT +03 +05 +06 +04|-3p.o -30 -50 -60 -40|01232323232323232424242424242424242424242424242|-1Pc3p.o eUop.o 23CK0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 1cM0 IM0 1EM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|27e4","Asia/Pontianak|LMT PMT +0730 +09 +08 WITA WIB|-7h.k -7h.k -7u -90 -80 -80 -70|012324256|-2ua7h.k XE00 munL.k 8Rau 6kpu 4PXu xhcu Wqnu|23e4","Asia/Pyongyang|LMT KST JST KST|-8n -8u -90 -90|012313|-2um8n 97XR 1lTzu 2Onc0 6BA0|29e5","Asia/Qostanay|LMT +04 +05 +06|-4e.s -40 -50 -60|012323232323232323232123232323232323232323232323|-1Pc4e.s eUoe.s 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|","Asia/Qyzylorda|LMT +04 +05 +06|-4l.Q -40 -50 -60|01232323232323232323232323232323232323232323232|-1Pc4l.Q eUol.Q 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 3ao0 1EM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 zQl0|73e4","Asia/Rangoon|RMT +0630 +09|-6o.L -6u -90|0121|-21Jio.L SmnS.L 7j9u|48e5","Asia/Sakhalin|LMT +09 +11 +12 +10|-9u.M -90 -b0 -c0 -a0|01232323232323232323232423232323232424242424242424242424242424242|-2AGVu.M 1BoMu.M 1qFa0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 2pB0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|58e4","Asia/Samarkand|LMT +04 +05 +06|-4r.R -40 -50 -60|01232323232323232323232|-1Pc4r.R eUor.R 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0|36e4","Asia/Seoul|LMT KST JST KST KDT KDT|-8r.Q -8u -90 -90 -a0 -9u|012343434343151515151515134343|-2um8r.Q 97XV.Q 1m1zu 6CM0 Fz0 1kN0 14n0 1kN0 14L0 1zd0 On0 69B0 2I0u OL0 1FB0 Rb0 1qN0 TX0 1tB0 TX0 1tB0 TX0 1tB0 TX0 2ap0 12FBu 11A0 1o00 11A0|23e6","Asia/Srednekolymsk|LMT +10 +11 +12|-ae.Q -a0 -b0 -c0|01232323232323232323232123232323232323232323232323232323232323232|-1Pcae.Q eUoe.Q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|35e2","Asia/Taipei|CST JST CDT|-80 -90 -90|01020202020202020202020202020202020202020|-1iw80 joM0 1yo0 Tz0 1ip0 1jX0 1cN0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 10N0 1BX0 10p0 1pz0 10p0 1pz0 10p0 1db0 1dd0 1db0 1cN0 1db0 1cN0 1db0 1cN0 1db0 1BB0 ML0 1Bd0 ML0 uq10 1db0 1cN0 1db0 97B0 AL0|74e5","Asia/Tashkent|LMT +05 +06 +07|-4B.b -50 -60 -70|012323232323232323232321|-1Pc4B.b eUnB.b 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0|23e5","Asia/Tbilisi|TBMT +03 +04 +05|-2X.b -30 -40 -50|0123232323232323232323212121232323232323232323212|-1Pc2X.b 1jUnX.b WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 1cK0 1cL0 1cN0 1cL0 1cN0 2pz0 1cL0 1fB0 3Nz0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 An0 Os0 WM0|11e5","Asia/Tehran|LMT TMT +0330 +04 +05 +0430|-3p.I -3p.I -3u -40 -50 -4u|01234325252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-2btDp.I 1d3c0 1huLT.I TXu 1pz0 sN0 vAu 1cL0 1dB0 1en0 pNB0 UL0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 64p0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0|14e6","Asia/Thimphu|LMT +0530 +06|-5W.A -5u -60|012|-Su5W.A 1BGMs.A|79e3","Asia/Tokyo|JST JDT|-90 -a0|010101010|-QJJ0 Rc0 1lc0 14o0 1zc0 Oo0 1zc0 Oo0|38e6","Asia/Tomsk|LMT +06 +07 +08|-5D.P -60 -70 -80|0123232323232323232323212323232323232323232323212121212121212121212|-21NhD.P pxzD.P 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 co0 1bB0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3Qp0|10e5","Asia/Ulaanbaatar|LMT +07 +08 +09|-77.w -70 -80 -90|012323232323232323232323232323232323232323232323232|-2APH7.w 2Uko7.w cKn0 1db0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 kEp0 1cJ0 1cP0 1cJ0|12e5","Asia/Ust-Nera|LMT +08 +09 +12 +11 +10|-9w.S -80 -90 -c0 -b0 -a0|012343434343434343434345434343434343434343434343434343434343434345|-21Q9w.S pApw.S 23CL0 1d90 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 17V0 7zD0|65e2","Asia/Vladivostok|LMT +09 +10 +11|-8L.v -90 -a0 -b0|01232323232323232323232123232323232323232323232323232323232323232|-1SJIL.v itXL.v 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|60e4","Asia/Yakutsk|LMT +08 +09 +10|-8C.W -80 -90 -a0|01232323232323232323232123232323232323232323232323232323232323232|-21Q8C.W pAoC.W 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|28e4","Asia/Yekaterinburg|LMT PMT +04 +05 +06|-42.x -3J.5 -40 -50 -60|012343434343434343434343234343434343434343434343434343434343434343|-2ag42.x 7mQh.s qBvJ.5 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|14e5","Asia/Yerevan|LMT +03 +04 +05|-2W -30 -40 -50|0123232323232323232323212121212323232323232323232323232323232|-1Pc2W 1jUnW WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 4RX0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0|13e5","Atlantic/Azores|HMT -02 -01 +00 WET|1S.w 20 10 0 0|01212121212121212121212121212121212121212121232123212321232121212121212121212121212121212121212121232323232323232323232323232323234323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2ldW0 aPX0 Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 3Co0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 qIl0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cL0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|25e4","Atlantic/Bermuda|LMT AST ADT|4j.i 40 30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1BnRE.G 1LTbE.G 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|65e3","Atlantic/Canary|LMT -01 WET WEST|11.A 10 0 -10|01232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UtaW.o XPAW.o 1lAK0 1a10 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4","Atlantic/Cape_Verde|LMT -02 -01|1y.4 20 10|01212|-2ldW0 1eEo0 7zX0 1djf0|50e4","Atlantic/Faroe|LMT WET WEST|r.4 0 -10|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2uSnw.U 2Wgow.U 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|49e3","Atlantic/Madeira|FMT -01 +00 +01 WET WEST|17.A 10 0 -10 0 -10|01212121212121212121212121212121212121212121232123212321232121212121212121212121212121212121212121454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-2ldX0 aPX0 Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 3Co0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 qIl0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|27e4","Atlantic/Reykjavik|LMT -01 +00 GMT|1s 10 0 0|012121212121212121212121212121212121212121212121212121212121212121213|-2uWmw mfaw 1Bd0 ML0 1LB0 Cn0 1LB0 3fX0 C10 HrX0 1cO0 LB0 1EL0 LA0 1C00 Oo0 1wo0 Rc0 1wo0 Rc0 1wo0 Rc0 1zc0 Oo0 1zc0 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1lc0 14o0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 14o0|12e4","Atlantic/South_Georgia|-02|20|0||30","Atlantic/Stanley|SMT -04 -03 -02|3P.o 40 30 20|012121212121212323212121212121212121212121212121212121212121212121212|-2kJw8.A 12bA8.A 19X0 1fB0 19X0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 Cn0 1Cc10 WL0 1qL0 U10 1tz0 2mN0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1tz0 U10 1tz0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1tz0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qN0 U10 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 U10 1tz0 U10 1tz0 U10|21e2","Australia/Sydney|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293lX xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 14o0 1o00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 11A0 1o00 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|40e5","Australia/Adelaide|ACST ACDT|-9u -au|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293lt xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 Oo0 1zc0 WM0 1qM0 Rc0 1zc0 U00 1tA0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|11e5","Australia/Brisbane|AEST AEDT|-a0 -b0|01010101010101010|-293lX xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 H1A0 Oo0 1zc0 Oo0 1zc0 Oo0|20e5","Australia/Broken_Hill|ACST ACDT|-9u -au|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293lt xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 14o0 1o00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|18e3","Australia/Currie|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-29E80 19X0 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|746","Australia/Darwin|ACST ACDT|-9u -au|010101010|-293lt xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0|12e4","Australia/Eucla|+0845 +0945|-8J -9J|0101010101010101010|-293kI xcX 10jd0 yL0 1cN0 1cL0 1gSp0 Oo0 l5A0 Oo0 iJA0 G00 zU00 IM0 1qM0 11A0 1o00 11A0|368","Australia/Hobart|AEST AEDT|-a0 -b0|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-29E80 19X0 10jd0 yL0 1cN0 1cL0 1fB0 19X0 VfB0 1cM0 1o00 Rc0 1wo0 Rc0 1wo0 U00 1wo0 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|21e4","Australia/Lord_Howe|AEST +1030 +1130 +11|-a0 -au -bu -b0|0121212121313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313|raC0 1zdu Rb0 1zd0 On0 1zd0 On0 1zd0 On0 1zd0 TXu 1qMu WLu 1tAu WLu 1tAu TXu 1tAu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu 11zu 1o0u 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 11Au 1nXu 1qMu 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 1qMu 11zu 1o0u WLu 1qMu 14nu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu|347","Australia/Lindeman|AEST AEDT|-a0 -b0|010101010101010101010|-293lX xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 H1A0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0|10","Australia/Melbourne|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293lX xcX 10jd0 yL0 1cN0 1cL0 1fB0 19X0 17c10 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1qM0 11A0 1tA0 U00 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 11A0 1o00 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|39e5","Australia/Perth|AWST AWDT|-80 -90|0101010101010101010|-293jX xcX 10jd0 yL0 1cN0 1cL0 1gSp0 Oo0 l5A0 Oo0 iJA0 G00 zU00 IM0 1qM0 11A0 1o00 11A0|18e5","CET|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|","Pacific/Easter|EMT -07 -06 -05|7h.s 70 60 50|012121212121212121212121212123232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-1uSgG.w 1s4IG.w WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 2pA0 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1zb0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0|30e2","CST6CDT|CST CDT CWT CPT|60 50 50 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","EET|EET EEST|-20 -30|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|hDB0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|","Europe/Dublin|DMT IST GMT BST IST|p.l -y.D 0 -10 -10|01232323232324242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242|-2ax9y.D Rc0 1fzy.D 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 g600 14o0 1wo0 17c0 1io0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1a00 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1tA0 IM0 90o0 U00 1tA0 U00 1tA0 U00 1tA0 U00 1tA0 WM0 1qM0 WM0 1qM0 WM0 1tA0 U00 1tA0 U00 1tA0 11z0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","EST|EST|50|0||","EST5EDT|EST EDT EWT EPT|50 40 40 40|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261t0 1nX0 11B0 1nX0 SgN0 8x40 iv0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","Etc/GMT-0|GMT|0|0||","Etc/GMT-1|+01|-10|0||","Pacific/Port_Moresby|+10|-a0|0||25e4","Etc/GMT-11|+11|-b0|0||","Pacific/Tarawa|+12|-c0|0||29e3","Etc/GMT-13|+13|-d0|0||","Etc/GMT-14|+14|-e0|0||","Etc/GMT-2|+02|-20|0||","Etc/GMT-3|+03|-30|0||","Etc/GMT-4|+04|-40|0||","Etc/GMT-5|+05|-50|0||","Etc/GMT-6|+06|-60|0||","Indian/Christmas|+07|-70|0||21e2","Etc/GMT-8|+08|-80|0||","Pacific/Palau|+09|-90|0||21e3","Etc/GMT+1|-01|10|0||","Etc/GMT+10|-10|a0|0||","Etc/GMT+11|-11|b0|0||","Etc/GMT+12|-12|c0|0||","Etc/GMT+3|-03|30|0||","Etc/GMT+4|-04|40|0||","Etc/GMT+5|-05|50|0||","Etc/GMT+6|-06|60|0||","Etc/GMT+7|-07|70|0||","Etc/GMT+8|-08|80|0||","Etc/GMT+9|-09|90|0||","Etc/UTC|UTC|0|0||","Europe/Amsterdam|AMT NST +0120 +0020 CEST CET|-j.w -1j.w -1k -k -20 -10|010101010101010101010101010101010101010101012323234545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545|-2aFcj.w 11b0 1iP0 11A0 1io0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1co0 1io0 1yo0 Pc0 1a00 1fA0 1Bc0 Mo0 1tc0 Uo0 1tA0 U00 1uo0 W00 1s00 VA0 1so0 Vc0 1sM0 UM0 1wo0 Rc0 1u00 Wo0 1rA0 W00 1s00 VA0 1sM0 UM0 1w00 fV0 BCX.w 1tA0 U00 1u00 Wo0 1sm0 601k WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|16e5","Europe/Andorra|WET CET CEST|0 -10 -20|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-UBA0 1xIN0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|79e3","Europe/Astrakhan|LMT +03 +04 +05|-3c.c -30 -40 -50|012323232323232323212121212121212121212121212121212121212121212|-1Pcrc.c eUMc.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|10e5","Europe/Athens|AMT EET EEST CEST CET|-1y.Q -20 -30 -20 -10|012123434121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a61x.Q CNbx.Q mn0 kU10 9b0 3Es0 Xa0 1fb0 1dd0 k3X0 Nz0 SCp0 1vc0 SO0 1cM0 1a00 1ao0 1fc0 1a10 1fG0 1cg0 1dX0 1bX0 1cQ0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|35e5","Europe/London|GMT BST BDST|0 -10 -20|0101010101010101010101010101010101010101010101010121212121210101210101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2axa0 Rc0 1fA0 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 2Rz0 Dc0 1zc0 Oo0 1zc0 Rc0 1wo0 17c0 1iM0 FA0 xB0 1fA0 1a00 14o0 bb0 LA0 xB0 Rc0 1wo0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1a00 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1tA0 IM0 90o0 U00 1tA0 U00 1tA0 U00 1tA0 U00 1tA0 WM0 1qM0 WM0 1qM0 WM0 1tA0 U00 1tA0 U00 1tA0 11z0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|10e6","Europe/Belgrade|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-19RC0 3IP0 WM0 1fA0 1cM0 1cM0 1rc0 Qo0 1vmo0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Berlin|CET CEST CEMT|-10 -20 -30|01010101010101210101210101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 kL0 Nc0 m10 WM0 1ao0 1cp0 dX0 jz0 Dd0 1io0 17c0 1fA0 1a00 1ehA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|41e5","Europe/Prague|CET CEST GMT|-10 -20 0|01010101010101010201010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 1cM0 1qM0 11c0 mp0 xA0 mn0 17c0 1io0 17c0 1fc0 1ao0 1bNc0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|13e5","Europe/Brussels|WET CET CEST WEST|0 -10 -20 -10|0121212103030303030303030303030303030303030303030303212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2ehc0 3zX0 11c0 1iO0 11A0 1o00 11A0 my0 Ic0 1qM0 Rc0 1EM0 UM0 1u00 10o0 1io0 1io0 17c0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a30 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 y00 5Wn0 WM0 1fA0 1cM0 16M0 1iM0 16M0 1C00 Uo0 1eeo0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|21e5","Europe/Bucharest|BMT EET EEST|-1I.o -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1xApI.o 20LI.o RA0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Axc0 On0 1fA0 1a10 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cK0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cL0 1cN0 1cL0 1fB0 1nX0 11E0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|19e5","Europe/Budapest|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1ip0 17b0 1op0 1tb0 Q2m0 3Ne0 WM0 1fA0 1cM0 1cM0 1oJ0 1dc0 1030 1fA0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1iM0 1fA0 8Ha0 Rb0 1wN0 Rb0 1BB0 Lz0 1C20 LB0 SNX0 1a10 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|17e5","Europe/Zurich|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-19Lc0 11A0 1o00 11A0 1xG10 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|38e4","Europe/Chisinau|CMT BMT EET EEST CEST CET MSK MSD|-1T -1I.o -20 -30 -20 -10 -30 -40|012323232323232323234545467676767676767676767323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-26jdT wGMa.A 20LI.o RA0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 27A0 2en0 39g0 WM0 1fA0 1cM0 V90 1t7z0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 gL0 WO0 1cM0 1cM0 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1nX0 11D0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|67e4","Europe/Copenhagen|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2azC0 Tz0 VuO0 60q0 WM0 1fA0 1cM0 1cM0 1cM0 S00 1HA0 Nc0 1C00 Dc0 1Nc0 Ao0 1h5A0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Gibraltar|GMT BST BDST CET CEST|0 -10 -20 -10 -20|010101010101010101010101010101010101010101010101012121212121010121010101010101010101034343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-2axa0 Rc0 1fA0 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 2Rz0 Dc0 1zc0 Oo0 1zc0 Rc0 1wo0 17c0 1iM0 FA0 xB0 1fA0 1a00 14o0 bb0 LA0 xB0 Rc0 1wo0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 10Jz0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|30e3","Europe/Helsinki|HMT EET EEST|-1D.N -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1WuND.N OULD.N 1dA0 1xGq0 1cM0 1cM0 1cM0 1cN0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Kaliningrad|CET CEST EET EEST MSK MSD +03|-10 -20 -20 -30 -30 -40 -30|01010101010101232454545454545454543232323232323232323232323232323232323232323262|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 390 7A0 1en0 12N0 1pbb0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|44e4","Europe/Kiev|KMT EET MSK CEST CET MSD EEST|-22.4 -20 -30 -20 -10 -40 -30|0123434252525252525252525256161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161|-1Pc22.4 eUo2.4 rnz0 2Hg0 WM0 1fA0 da0 1v4m0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 Db0 3220 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cQ0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|34e5","Europe/Kirov|LMT +03 +04 +05|-3i.M -30 -40 -50|01232323232323232321212121212121212121212121212121212121212121|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|48e4","Europe/Lisbon|LMT WET WEST WEMT CET CEST|A.J 0 -10 -20 -10 -20|012121212121212121212121212121212121212121212321232123212321212121212121212121212121212121212121214121212121212121212121212121212124545454212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2le00 aPX0 Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 3Co0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 pvy0 1cM0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|27e5","Europe/Luxembourg|LMT CET CEST WET WEST WEST WET|-o.A -10 -20 0 -10 -20 -10|0121212134343434343434343434343434343434343434343434565651212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2DG0o.A t6mo.A TB0 1nX0 Up0 1o20 11A0 rW0 CM0 1qP0 R90 1EO0 UK0 1u20 10m0 1ip0 1in0 17e0 19W0 1fB0 1db0 1cp0 1in0 17d0 1fz0 1a10 1in0 1a10 1in0 17f0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 vA0 60L0 WM0 1fA0 1cM0 17c0 1io0 16M0 1C00 Uo0 1eeo0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4","Europe/Madrid|WET WEST WEMT CET CEST|0 -10 -20 -10 -20|010101010101010101210343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-25Td0 19B0 1cL0 1dd0 b1z0 18p0 3HX0 17d0 1fz0 1a10 1io0 1a00 1in0 17d0 iIn0 Hd0 1cL0 bb0 1200 2s20 14n0 5aL0 Mp0 1vz0 17d0 1in0 17d0 1in0 17d0 1in0 17d0 6hX0 11B0 XHX0 1a10 1fz0 1a10 19X0 1cN0 1fz0 1a10 1fC0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|62e5","Europe/Malta|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2arB0 Lz0 1cN0 1db0 1410 1on0 Wp0 1qL0 17d0 1cL0 M3B0 5M20 WM0 1fA0 1co0 17c0 1iM0 16m0 1de0 1lc0 14m0 1lc0 WO0 1qM0 GTW0 On0 1C10 LA0 1C00 LA0 1EM0 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1co0 1cM0 1lA0 Xc0 1qq0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1iN0 19z0 1fB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|42e4","Europe/Minsk|MMT EET MSK CEST CET MSD EEST +03|-1O -20 -30 -20 -10 -40 -30 -30|01234343252525252525252525261616161616161616161616161616161616161617|-1Pc1O eUnO qNX0 3gQ0 WM0 1fA0 1cM0 Al0 1tsn0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 3Fc0 1cN0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0|19e5","Europe/Monaco|PMT WET WEST WEMT CET CEST|-9.l 0 -10 -20 -10 -20|01212121212121212121212121212121212121212121212121232323232345454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-2nco9.l cNb9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 1u00 10o0 1io0 1wo0 Rc0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Df0 2RV0 11z0 11B0 1ze0 WM0 1fA0 1cM0 1fa0 1aq0 16M0 1ekn0 1cL0 1fC0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|38e3","Europe/Moscow|MMT MMT MST MDST MSD MSK +05 EET EEST MSK|-2u.h -2v.j -3v.j -4v.j -40 -30 -50 -20 -30 -40|012132345464575454545454545454545458754545454545454545454545454545454545454595|-2ag2u.h 2pyW.W 1bA0 11X0 GN0 1Hb0 c4v.j ik0 3DA0 dz0 15A0 c10 2q10 iM10 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|16e6","Europe/Paris|PMT WET WEST CEST CET WEMT|-9.l 0 -10 -20 -10 -20|0121212121212121212121212121212121212121212121212123434352543434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434|-2nco8.l cNb8.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 1u00 10o0 1io0 1wo0 Rc0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Df0 Ik0 5M30 WM0 1fA0 1cM0 Vx0 hB0 1aq0 16M0 1ekn0 1cL0 1fC0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|11e6","Europe/Riga|RMT LST EET MSK CEST CET MSD EEST|-1A.y -2A.y -20 -30 -20 -10 -40 -30|010102345454536363636363636363727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272|-25TzA.y 11A0 1iM0 ko0 gWm0 yDXA.y 2bX0 3fE0 WM0 1fA0 1cM0 1cM0 4m0 1sLy0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 1o00 11A0 1o00 11A0 1qM0 3oo0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|64e4","Europe/Rome|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2arB0 Lz0 1cN0 1db0 1410 1on0 Wp0 1qL0 17d0 1cL0 M3B0 5M20 WM0 1fA0 1cM0 16M0 1iM0 16m0 1de0 1lc0 14m0 1lc0 WO0 1qM0 GTW0 On0 1C10 LA0 1C00 LA0 1EM0 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1C00 LA0 1zc0 Oo0 1C00 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1zc0 Oo0 1fC0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|39e5","Europe/Samara|LMT +03 +04 +05|-3k.k -30 -40 -50|0123232323232323232121232323232323232323232323232323232323212|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 2y10 14m0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|12e5","Europe/Saratov|LMT +03 +04 +05|-34.i -30 -40 -50|012323232323232321212121212121212121212121212121212121212121212|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1cM0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 5810|","Europe/Simferopol|SMT EET MSK CEST CET MSD EEST MSK|-2g -20 -30 -20 -10 -40 -30 -40|012343432525252525252525252161616525252616161616161616161616161616161616172|-1Pc2g eUog rEn0 2qs0 WM0 1fA0 1cM0 3V0 1u0L0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Q00 4eL0 1cL0 1cN0 1cL0 1cN0 dX0 WL0 1cN0 1cL0 1fB0 1o30 11B0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11z0 1nW0|33e4","Europe/Sofia|EET CET CEST EEST|-20 -10 -20 -30|01212103030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030|-168L0 WM0 1fA0 1cM0 1cM0 1cN0 1mKH0 1dd0 1fb0 1ap0 1fb0 1a20 1fy0 1a30 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1nX0 11E0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Stockholm|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2azC0 TB0 2yDe0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|15e5","Europe/Tallinn|TMT CET CEST EET MSK MSD EEST|-1D -10 -20 -20 -30 -40 -30|012103421212454545454545454546363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363|-26oND teD 11A0 1Ta0 4rXl KSLD 2FX0 2Jg0 WM0 1fA0 1cM0 18J0 1sTX0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o10 11A0 1qM0 5QM0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|41e4","Europe/Tirane|LMT CET CEST|-1j.k -10 -20|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glBj.k 14pcj.k 5LC0 WM0 4M0 1fCK0 10n0 1op0 11z0 1pd0 11z0 1qN0 WL0 1qp0 Xb0 1qp0 Xb0 1qp0 11z0 1lB0 11z0 1qN0 11z0 1iN0 16n0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|42e4","Europe/Ulyanovsk|LMT +03 +04 +05 +02|-3d.A -30 -40 -50 -20|01232323232323232321214121212121212121212121212121212121212121212|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|13e5","Europe/Uzhgorod|CET CEST MSK MSD EET EEST|-10 -20 -30 -40 -20 -30|010101023232323232323232320454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-1cqL0 6i00 WM0 1fA0 1cM0 1ml0 1Cp0 1r3W0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Q00 1Nf0 2pw0 1cL0 1cN0 1cL0 1cN0 1cL0 1cQ0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|11e4","Europe/Vienna|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 3KM0 14o0 LA00 6i00 WM0 1fA0 1cM0 1cM0 1cM0 400 2qM0 1ao0 1co0 1cM0 1io0 17c0 1gHa0 19X0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|18e5","Europe/Vilnius|WMT KMT CET EET MSK CEST MSD EEST|-1o -1z.A -10 -20 -30 -20 -40 -30|012324525254646464646464646473737373737373737352537373737373737373737373737373737373737373737373737373737373737373737373|-293do 6ILM.o 1Ooz.A zz0 Mfd0 29W0 3is0 WM0 1fA0 1cM0 LV0 1tgL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11B0 1o00 11A0 1qM0 8io0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4","Europe/Volgograd|LMT +03 +04 +05|-2V.E -30 -40 -50|012323232323232321212121212121212121212121212121212121212121212|-21IqV.E psLV.E 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1cM0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 9Jd0|10e5","Europe/Warsaw|WMT CET CEST EET EEST|-1o -10 -20 -20 -30|012121234312121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2ctdo 1LXo 11d0 1iO0 11A0 1o00 11A0 1on0 11A0 6zy0 HWP0 5IM0 WM0 1fA0 1cM0 1dz0 1mL0 1en0 15B0 1aq0 1nA0 11A0 1io0 17c0 1fA0 1a00 iDX0 LA0 1cM0 1cM0 1C00 Oo0 1cM0 1cM0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1C00 LA0 uso0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|17e5","Europe/Zaporozhye|+0220 EET MSK CEST CET MSD EEST|-2k -20 -30 -20 -10 -40 -30|01234342525252525252525252526161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161|-1Pc2k eUok rdb0 2RE0 WM0 1fA0 8m0 1v9a0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cK0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cQ0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|77e4","HST|HST|a0|0||","Indian/Chagos|LMT +05 +06|-4N.E -50 -60|012|-2xosN.E 3AGLN.E|30e2","Indian/Cocos|+0630|-6u|0||596","Indian/Kerguelen|-00 +05|0 -50|01|-MG00|130","Indian/Mahe|LMT +04|-3F.M -40|01|-2yO3F.M|79e3","Indian/Maldives|MMT +05|-4S -50|01|-olgS|35e4","Indian/Mauritius|LMT +04 +05|-3O -40 -50|012121|-2xorO 34unO 14L0 12kr0 11z0|15e4","Indian/Reunion|LMT +04|-3F.Q -40|01|-2mDDF.Q|84e4","Pacific/Kwajalein|+11 +10 +09 -12 +12|-b0 -a0 -90 c0 -c0|012034|-1kln0 akp0 6Up0 12ry0 Wan0|14e3","MET|MET MEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|","MST|MST|70|0||","MST7MDT|MST MDT MWT MPT|70 60 60 60|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","Pacific/Chatham|+1215 +1245 +1345|-cf -cJ -dJ|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-WqAf 1adef IM0 1C00 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1qM0 14o0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1io0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00|600","Pacific/Apia|LMT -1130 -11 -10 +14 +13|bq.U bu b0 a0 -e0 -d0|01232345454545454545454545454545454545454545454545454545454|-2nDMx.4 1yW03.4 2rRbu 1ff0 1a00 CI0 AQ0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00|37e3","Pacific/Bougainville|+10 +09 +11|-a0 -90 -b0|0102|-16Wy0 7CN0 2MQp0|18e4","Pacific/Chuuk|+10 +09|-a0 -90|01010|-2ewy0 axB0 RVX0 axd0|49e3","Pacific/Efate|LMT +11 +12|-bd.g -b0 -c0|0121212121212121212121|-2l9nd.g 2Szcd.g 1cL0 1oN0 10L0 1fB0 19X0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 Lz0 1Nd0 An0|66e3","Pacific/Enderbury|-12 -11 +13|c0 b0 -d0|012|nIc0 B7X0|1","Pacific/Fakaofo|-11 +13|b0 -d0|01|1Gfn0|483","Pacific/Fiji|LMT +12 +13|-bT.I -c0 -d0|0121212121212121212121212121212121212121212121212121212121212121|-2bUzT.I 3m8NT.I LA0 1EM0 IM0 nJc0 LA0 1o00 Rc0 1wo0 Ao0 1Nc0 Ao0 1Q00 xz0 1SN0 uM0 1SM0 uM0 1VA0 s00 1VA0 s00 1VA0 s00 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00|88e4","Pacific/Galapagos|LMT -05 -06|5W.o 50 60|01212|-1yVS1.A 2dTz1.A gNd0 rz0|25e3","Pacific/Gambier|LMT -09|8X.M 90|01|-2jof0.c|125","Pacific/Guadalcanal|LMT +11|-aD.M -b0|01|-2joyD.M|11e4","Pacific/Guam|GST +09 GDT ChST|-a0 -90 -b0 -a0|01020202020202020203|-18jK0 6pB0 AhB0 3QL0 g2p0 3p91 WOX rX0 1zd0 Rb0 1wp0 Rb0 5xd0 rX0 5sN0 zb1 1C0X On0 ULb0|17e4","Pacific/Honolulu|HST HDT HWT HPT HST|au 9u 9u 9u a0|0102304|-1thLu 8x0 lef0 8wWu iAu 46p0|37e4","Pacific/Kiritimati|-1040 -10 +14|aE a0 -e0|012|nIaE B7Xk|51e2","Pacific/Kosrae|+11 +09 +10 +12|-b0 -90 -a0 -c0|01021030|-2ewz0 axC0 HBy0 akp0 axd0 WOK0 1bdz0|66e2","Pacific/Majuro|+11 +09 +10 +12|-b0 -90 -a0 -c0|0102103|-2ewz0 axC0 HBy0 akp0 6RB0 12um0|28e3","Pacific/Marquesas|LMT -0930|9i 9u|01|-2joeG|86e2","Pacific/Pago_Pago|LMT SST|bm.M b0|01|-2nDMB.c|37e2","Pacific/Nauru|LMT +1130 +09 +12|-b7.E -bu -90 -c0|01213|-1Xdn7.E QCnB.E 7mqu 1lnbu|10e3","Pacific/Niue|-1120 -1130 -11|bk bu b0|012|-KfME 17y0a|12e2","Pacific/Norfolk|+1112 +1130 +1230 +11 +12|-bc -bu -cu -b0 -c0|012134343434343434343434343434343434343434|-Kgbc W01G Oo0 1COo0 9Jcu 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|25e4","Pacific/Noumea|LMT +11 +12|-b5.M -b0 -c0|01212121|-2l9n5.M 2EqM5.M xX0 1PB0 yn0 HeP0 Ao0|98e3","Pacific/Pitcairn|-0830 -08|8u 80|01|18Vku|56","Pacific/Pohnpei|+11 +09 +10|-b0 -90 -a0|010210|-2ewz0 axC0 HBy0 akp0 axd0|34e3","Pacific/Rarotonga|-1030 -0930 -10|au 9u a0|012121212121212121212121212|lyWu IL0 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu Onu|13e3","Pacific/Tahiti|LMT -10|9W.g a0|01|-2joe1.I|18e4","Pacific/Tongatapu|+1220 +13 +14|-ck -d0 -e0|0121212121|-1aB0k 2n5dk 15A0 1wo0 xz0 1Q10 xz0 zWN0 s00|75e3","PST8PDT|PST PDT PWT PPT|80 70 70 70|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261q0 1nX0 11B0 1nX0 SgN0 8x10 iy0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","WET|WET WEST|0 -10|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|hDB0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|"],"links":["Africa/Abidjan|Africa/Bamako","Africa/Abidjan|Africa/Banjul","Africa/Abidjan|Africa/Conakry","Africa/Abidjan|Africa/Dakar","Africa/Abidjan|Africa/Freetown","Africa/Abidjan|Africa/Lome","Africa/Abidjan|Africa/Nouakchott","Africa/Abidjan|Africa/Ouagadougou","Africa/Abidjan|Africa/Timbuktu","Africa/Abidjan|Atlantic/St_Helena","Africa/Cairo|Egypt","Africa/Johannesburg|Africa/Maseru","Africa/Johannesburg|Africa/Mbabane","Africa/Lagos|Africa/Bangui","Africa/Lagos|Africa/Brazzaville","Africa/Lagos|Africa/Douala","Africa/Lagos|Africa/Kinshasa","Africa/Lagos|Africa/Libreville","Africa/Lagos|Africa/Luanda","Africa/Lagos|Africa/Malabo","Africa/Lagos|Africa/Niamey","Africa/Lagos|Africa/Porto-Novo","Africa/Maputo|Africa/Blantyre","Africa/Maputo|Africa/Bujumbura","Africa/Maputo|Africa/Gaborone","Africa/Maputo|Africa/Harare","Africa/Maputo|Africa/Kigali","Africa/Maputo|Africa/Lubumbashi","Africa/Maputo|Africa/Lusaka","Africa/Nairobi|Africa/Addis_Ababa","Africa/Nairobi|Africa/Asmara","Africa/Nairobi|Africa/Asmera","Africa/Nairobi|Africa/Dar_es_Salaam","Africa/Nairobi|Africa/Djibouti","Africa/Nairobi|Africa/Kampala","Africa/Nairobi|Africa/Mogadishu","Africa/Nairobi|Indian/Antananarivo","Africa/Nairobi|Indian/Comoro","Africa/Nairobi|Indian/Mayotte","Africa/Tripoli|Libya","America/Adak|America/Atka","America/Adak|US/Aleutian","America/Anchorage|US/Alaska","America/Argentina/Buenos_Aires|America/Buenos_Aires","America/Argentina/Catamarca|America/Argentina/ComodRivadavia","America/Argentina/Catamarca|America/Catamarca","America/Argentina/Cordoba|America/Cordoba","America/Argentina/Cordoba|America/Rosario","America/Argentina/Jujuy|America/Jujuy","America/Argentina/Mendoza|America/Mendoza","America/Atikokan|America/Coral_Harbour","America/Chicago|US/Central","America/Curacao|America/Aruba","America/Curacao|America/Kralendijk","America/Curacao|America/Lower_Princes","America/Denver|America/Shiprock","America/Denver|Navajo","America/Denver|US/Mountain","America/Detroit|US/Michigan","America/Edmonton|Canada/Mountain","America/Fort_Wayne|America/Indiana/Indianapolis","America/Fort_Wayne|America/Indianapolis","America/Fort_Wayne|US/East-Indiana","America/Halifax|Canada/Atlantic","America/Havana|Cuba","America/Indiana/Knox|America/Knox_IN","America/Indiana/Knox|US/Indiana-Starke","America/Jamaica|Jamaica","America/Kentucky/Louisville|America/Louisville","America/Los_Angeles|US/Pacific","America/Los_Angeles|US/Pacific-New","America/Manaus|Brazil/West","America/Mazatlan|Mexico/BajaSur","America/Mexico_City|Mexico/General","America/New_York|US/Eastern","America/Noronha|Brazil/DeNoronha","America/Panama|America/Cayman","America/Phoenix|US/Arizona","America/Port_of_Spain|America/Anguilla","America/Port_of_Spain|America/Antigua","America/Port_of_Spain|America/Dominica","America/Port_of_Spain|America/Grenada","America/Port_of_Spain|America/Guadeloupe","America/Port_of_Spain|America/Marigot","America/Port_of_Spain|America/Montserrat","America/Port_of_Spain|America/St_Barthelemy","America/Port_of_Spain|America/St_Kitts","America/Port_of_Spain|America/St_Lucia","America/Port_of_Spain|America/St_Thomas","America/Port_of_Spain|America/St_Vincent","America/Port_of_Spain|America/Tortola","America/Port_of_Spain|America/Virgin","America/Regina|Canada/Saskatchewan","America/Rio_Branco|America/Porto_Acre","America/Rio_Branco|Brazil/Acre","America/Santiago|Chile/Continental","America/Sao_Paulo|Brazil/East","America/St_Johns|Canada/Newfoundland","America/Tijuana|America/Ensenada","America/Tijuana|America/Santa_Isabel","America/Tijuana|Mexico/BajaNorte","America/Toronto|America/Montreal","America/Toronto|Canada/Eastern","America/Vancouver|Canada/Pacific","America/Whitehorse|Canada/Yukon","America/Winnipeg|Canada/Central","Asia/Ashgabat|Asia/Ashkhabad","Asia/Bangkok|Asia/Phnom_Penh","Asia/Bangkok|Asia/Vientiane","Asia/Dhaka|Asia/Dacca","Asia/Dubai|Asia/Muscat","Asia/Ho_Chi_Minh|Asia/Saigon","Asia/Hong_Kong|Hongkong","Asia/Jerusalem|Asia/Tel_Aviv","Asia/Jerusalem|Israel","Asia/Kathmandu|Asia/Katmandu","Asia/Kolkata|Asia/Calcutta","Asia/Kuala_Lumpur|Asia/Singapore","Asia/Kuala_Lumpur|Singapore","Asia/Macau|Asia/Macao","Asia/Makassar|Asia/Ujung_Pandang","Asia/Nicosia|Europe/Nicosia","Asia/Qatar|Asia/Bahrain","Asia/Rangoon|Asia/Yangon","Asia/Riyadh|Asia/Aden","Asia/Riyadh|Asia/Kuwait","Asia/Seoul|ROK","Asia/Shanghai|Asia/Chongqing","Asia/Shanghai|Asia/Chungking","Asia/Shanghai|Asia/Harbin","Asia/Shanghai|PRC","Asia/Taipei|ROC","Asia/Tehran|Iran","Asia/Thimphu|Asia/Thimbu","Asia/Tokyo|Japan","Asia/Ulaanbaatar|Asia/Ulan_Bator","Asia/Urumqi|Asia/Kashgar","Atlantic/Faroe|Atlantic/Faeroe","Atlantic/Reykjavik|Iceland","Atlantic/South_Georgia|Etc/GMT+2","Australia/Adelaide|Australia/South","Australia/Brisbane|Australia/Queensland","Australia/Broken_Hill|Australia/Yancowinna","Australia/Darwin|Australia/North","Australia/Hobart|Australia/Tasmania","Australia/Lord_Howe|Australia/LHI","Australia/Melbourne|Australia/Victoria","Australia/Perth|Australia/West","Australia/Sydney|Australia/ACT","Australia/Sydney|Australia/Canberra","Australia/Sydney|Australia/NSW","Etc/GMT-0|Etc/GMT","Etc/GMT-0|Etc/GMT+0","Etc/GMT-0|Etc/GMT0","Etc/GMT-0|Etc/Greenwich","Etc/GMT-0|GMT","Etc/GMT-0|GMT+0","Etc/GMT-0|GMT-0","Etc/GMT-0|GMT0","Etc/GMT-0|Greenwich","Etc/UTC|Etc/UCT","Etc/UTC|Etc/Universal","Etc/UTC|Etc/Zulu","Etc/UTC|UCT","Etc/UTC|UTC","Etc/UTC|Universal","Etc/UTC|Zulu","Europe/Belgrade|Europe/Ljubljana","Europe/Belgrade|Europe/Podgorica","Europe/Belgrade|Europe/Sarajevo","Europe/Belgrade|Europe/Skopje","Europe/Belgrade|Europe/Zagreb","Europe/Chisinau|Europe/Tiraspol","Europe/Dublin|Eire","Europe/Helsinki|Europe/Mariehamn","Europe/Istanbul|Asia/Istanbul","Europe/Istanbul|Turkey","Europe/Lisbon|Portugal","Europe/London|Europe/Belfast","Europe/London|Europe/Guernsey","Europe/London|Europe/Isle_of_Man","Europe/London|Europe/Jersey","Europe/London|GB","Europe/London|GB-Eire","Europe/Moscow|W-SU","Europe/Oslo|Arctic/Longyearbyen","Europe/Oslo|Atlantic/Jan_Mayen","Europe/Prague|Europe/Bratislava","Europe/Rome|Europe/San_Marino","Europe/Rome|Europe/Vatican","Europe/Warsaw|Poland","Europe/Zurich|Europe/Busingen","Europe/Zurich|Europe/Vaduz","Indian/Christmas|Etc/GMT-7","Pacific/Auckland|Antarctica/McMurdo","Pacific/Auckland|Antarctica/South_Pole","Pacific/Auckland|NZ","Pacific/Chatham|NZ-CHAT","Pacific/Chuuk|Pacific/Truk","Pacific/Chuuk|Pacific/Yap","Pacific/Easter|Chile/EasterIsland","Pacific/Guam|Pacific/Saipan","Pacific/Honolulu|Pacific/Johnston","Pacific/Honolulu|US/Hawaii","Pacific/Kwajalein|Kwajalein","Pacific/Pago_Pago|Pacific/Midway","Pacific/Pago_Pago|Pacific/Samoa","Pacific/Pago_Pago|US/Samoa","Pacific/Palau|Etc/GMT-9","Pacific/Pohnpei|Pacific/Ponape","Pacific/Port_Moresby|Etc/GMT-10","Pacific/Tarawa|Etc/GMT-12","Pacific/Tarawa|Pacific/Funafuti","Pacific/Tarawa|Pacific/Wake","Pacific/Tarawa|Pacific/Wallis"],"countries":["AD|Europe/Andorra","AE|Asia/Dubai","AF|Asia/Kabul","AG|America/Port_of_Spain America/Antigua","AI|America/Port_of_Spain America/Anguilla","AL|Europe/Tirane","AM|Asia/Yerevan","AO|Africa/Lagos Africa/Luanda","AQ|Antarctica/Casey Antarctica/Davis Antarctica/DumontDUrville Antarctica/Mawson Antarctica/Palmer Antarctica/Rothera Antarctica/Syowa Antarctica/Troll Antarctica/Vostok Pacific/Auckland Antarctica/McMurdo","AR|America/Argentina/Buenos_Aires America/Argentina/Cordoba America/Argentina/Salta America/Argentina/Jujuy America/Argentina/Tucuman America/Argentina/Catamarca America/Argentina/La_Rioja America/Argentina/San_Juan America/Argentina/Mendoza America/Argentina/San_Luis America/Argentina/Rio_Gallegos America/Argentina/Ushuaia","AS|Pacific/Pago_Pago","AT|Europe/Vienna","AU|Australia/Lord_Howe Antarctica/Macquarie Australia/Hobart Australia/Currie Australia/Melbourne Australia/Sydney Australia/Broken_Hill Australia/Brisbane Australia/Lindeman Australia/Adelaide Australia/Darwin Australia/Perth Australia/Eucla","AW|America/Curacao America/Aruba","AX|Europe/Helsinki Europe/Mariehamn","AZ|Asia/Baku","BA|Europe/Belgrade Europe/Sarajevo","BB|America/Barbados","BD|Asia/Dhaka","BE|Europe/Brussels","BF|Africa/Abidjan Africa/Ouagadougou","BG|Europe/Sofia","BH|Asia/Qatar Asia/Bahrain","BI|Africa/Maputo Africa/Bujumbura","BJ|Africa/Lagos Africa/Porto-Novo","BL|America/Port_of_Spain America/St_Barthelemy","BM|Atlantic/Bermuda","BN|Asia/Brunei","BO|America/La_Paz","BQ|America/Curacao America/Kralendijk","BR|America/Noronha America/Belem America/Fortaleza America/Recife America/Araguaina America/Maceio America/Bahia America/Sao_Paulo America/Campo_Grande America/Cuiaba America/Santarem America/Porto_Velho America/Boa_Vista America/Manaus America/Eirunepe America/Rio_Branco","BS|America/Nassau","BT|Asia/Thimphu","BW|Africa/Maputo Africa/Gaborone","BY|Europe/Minsk","BZ|America/Belize","CA|America/St_Johns America/Halifax America/Glace_Bay America/Moncton America/Goose_Bay America/Blanc-Sablon America/Toronto America/Nipigon America/Thunder_Bay America/Iqaluit America/Pangnirtung America/Atikokan America/Winnipeg America/Rainy_River America/Resolute America/Rankin_Inlet America/Regina America/Swift_Current America/Edmonton America/Cambridge_Bay America/Yellowknife America/Inuvik America/Creston America/Dawson_Creek America/Fort_Nelson America/Vancouver America/Whitehorse America/Dawson","CC|Indian/Cocos","CD|Africa/Maputo Africa/Lagos Africa/Kinshasa Africa/Lubumbashi","CF|Africa/Lagos Africa/Bangui","CG|Africa/Lagos Africa/Brazzaville","CH|Europe/Zurich","CI|Africa/Abidjan","CK|Pacific/Rarotonga","CL|America/Santiago America/Punta_Arenas Pacific/Easter","CM|Africa/Lagos Africa/Douala","CN|Asia/Shanghai Asia/Urumqi","CO|America/Bogota","CR|America/Costa_Rica","CU|America/Havana","CV|Atlantic/Cape_Verde","CW|America/Curacao","CX|Indian/Christmas","CY|Asia/Nicosia Asia/Famagusta","CZ|Europe/Prague","DE|Europe/Zurich Europe/Berlin Europe/Busingen","DJ|Africa/Nairobi Africa/Djibouti","DK|Europe/Copenhagen","DM|America/Port_of_Spain America/Dominica","DO|America/Santo_Domingo","DZ|Africa/Algiers","EC|America/Guayaquil Pacific/Galapagos","EE|Europe/Tallinn","EG|Africa/Cairo","EH|Africa/El_Aaiun","ER|Africa/Nairobi Africa/Asmara","ES|Europe/Madrid Africa/Ceuta Atlantic/Canary","ET|Africa/Nairobi Africa/Addis_Ababa","FI|Europe/Helsinki","FJ|Pacific/Fiji","FK|Atlantic/Stanley","FM|Pacific/Chuuk Pacific/Pohnpei Pacific/Kosrae","FO|Atlantic/Faroe","FR|Europe/Paris","GA|Africa/Lagos Africa/Libreville","GB|Europe/London","GD|America/Port_of_Spain America/Grenada","GE|Asia/Tbilisi","GF|America/Cayenne","GG|Europe/London Europe/Guernsey","GH|Africa/Accra","GI|Europe/Gibraltar","GL|America/Godthab America/Danmarkshavn America/Scoresbysund America/Thule","GM|Africa/Abidjan Africa/Banjul","GN|Africa/Abidjan Africa/Conakry","GP|America/Port_of_Spain America/Guadeloupe","GQ|Africa/Lagos Africa/Malabo","GR|Europe/Athens","GS|Atlantic/South_Georgia","GT|America/Guatemala","GU|Pacific/Guam","GW|Africa/Bissau","GY|America/Guyana","HK|Asia/Hong_Kong","HN|America/Tegucigalpa","HR|Europe/Belgrade Europe/Zagreb","HT|America/Port-au-Prince","HU|Europe/Budapest","ID|Asia/Jakarta Asia/Pontianak Asia/Makassar Asia/Jayapura","IE|Europe/Dublin","IL|Asia/Jerusalem","IM|Europe/London Europe/Isle_of_Man","IN|Asia/Kolkata","IO|Indian/Chagos","IQ|Asia/Baghdad","IR|Asia/Tehran","IS|Atlantic/Reykjavik","IT|Europe/Rome","JE|Europe/London Europe/Jersey","JM|America/Jamaica","JO|Asia/Amman","JP|Asia/Tokyo","KE|Africa/Nairobi","KG|Asia/Bishkek","KH|Asia/Bangkok Asia/Phnom_Penh","KI|Pacific/Tarawa Pacific/Enderbury Pacific/Kiritimati","KM|Africa/Nairobi Indian/Comoro","KN|America/Port_of_Spain America/St_Kitts","KP|Asia/Pyongyang","KR|Asia/Seoul","KW|Asia/Riyadh Asia/Kuwait","KY|America/Panama America/Cayman","KZ|Asia/Almaty Asia/Qyzylorda Asia/Qostanay Asia/Aqtobe Asia/Aqtau Asia/Atyrau Asia/Oral","LA|Asia/Bangkok Asia/Vientiane","LB|Asia/Beirut","LC|America/Port_of_Spain America/St_Lucia","LI|Europe/Zurich Europe/Vaduz","LK|Asia/Colombo","LR|Africa/Monrovia","LS|Africa/Johannesburg Africa/Maseru","LT|Europe/Vilnius","LU|Europe/Luxembourg","LV|Europe/Riga","LY|Africa/Tripoli","MA|Africa/Casablanca","MC|Europe/Monaco","MD|Europe/Chisinau","ME|Europe/Belgrade Europe/Podgorica","MF|America/Port_of_Spain America/Marigot","MG|Africa/Nairobi Indian/Antananarivo","MH|Pacific/Majuro Pacific/Kwajalein","MK|Europe/Belgrade Europe/Skopje","ML|Africa/Abidjan Africa/Bamako","MM|Asia/Yangon","MN|Asia/Ulaanbaatar Asia/Hovd Asia/Choibalsan","MO|Asia/Macau","MP|Pacific/Guam Pacific/Saipan","MQ|America/Martinique","MR|Africa/Abidjan Africa/Nouakchott","MS|America/Port_of_Spain America/Montserrat","MT|Europe/Malta","MU|Indian/Mauritius","MV|Indian/Maldives","MW|Africa/Maputo Africa/Blantyre","MX|America/Mexico_City America/Cancun America/Merida America/Monterrey America/Matamoros America/Mazatlan America/Chihuahua America/Ojinaga America/Hermosillo America/Tijuana America/Bahia_Banderas","MY|Asia/Kuala_Lumpur Asia/Kuching","MZ|Africa/Maputo","NA|Africa/Windhoek","NC|Pacific/Noumea","NE|Africa/Lagos Africa/Niamey","NF|Pacific/Norfolk","NG|Africa/Lagos","NI|America/Managua","NL|Europe/Amsterdam","NO|Europe/Oslo","NP|Asia/Kathmandu","NR|Pacific/Nauru","NU|Pacific/Niue","NZ|Pacific/Auckland Pacific/Chatham","OM|Asia/Dubai Asia/Muscat","PA|America/Panama","PE|America/Lima","PF|Pacific/Tahiti Pacific/Marquesas Pacific/Gambier","PG|Pacific/Port_Moresby Pacific/Bougainville","PH|Asia/Manila","PK|Asia/Karachi","PL|Europe/Warsaw","PM|America/Miquelon","PN|Pacific/Pitcairn","PR|America/Puerto_Rico","PS|Asia/Gaza Asia/Hebron","PT|Europe/Lisbon Atlantic/Madeira Atlantic/Azores","PW|Pacific/Palau","PY|America/Asuncion","QA|Asia/Qatar","RE|Indian/Reunion","RO|Europe/Bucharest","RS|Europe/Belgrade","RU|Europe/Kaliningrad Europe/Moscow Europe/Simferopol Europe/Kirov Europe/Astrakhan Europe/Volgograd Europe/Saratov Europe/Ulyanovsk Europe/Samara Asia/Yekaterinburg Asia/Omsk Asia/Novosibirsk Asia/Barnaul Asia/Tomsk Asia/Novokuznetsk Asia/Krasnoyarsk Asia/Irkutsk Asia/Chita Asia/Yakutsk Asia/Khandyga Asia/Vladivostok Asia/Ust-Nera Asia/Magadan Asia/Sakhalin Asia/Srednekolymsk Asia/Kamchatka Asia/Anadyr","RW|Africa/Maputo Africa/Kigali","SA|Asia/Riyadh","SB|Pacific/Guadalcanal","SC|Indian/Mahe","SD|Africa/Khartoum","SE|Europe/Stockholm","SG|Asia/Singapore","SH|Africa/Abidjan Atlantic/St_Helena","SI|Europe/Belgrade Europe/Ljubljana","SJ|Europe/Oslo Arctic/Longyearbyen","SK|Europe/Prague Europe/Bratislava","SL|Africa/Abidjan Africa/Freetown","SM|Europe/Rome Europe/San_Marino","SN|Africa/Abidjan Africa/Dakar","SO|Africa/Nairobi Africa/Mogadishu","SR|America/Paramaribo","SS|Africa/Juba","ST|Africa/Sao_Tome","SV|America/El_Salvador","SX|America/Curacao America/Lower_Princes","SY|Asia/Damascus","SZ|Africa/Johannesburg Africa/Mbabane","TC|America/Grand_Turk","TD|Africa/Ndjamena","TF|Indian/Reunion Indian/Kerguelen","TG|Africa/Abidjan Africa/Lome","TH|Asia/Bangkok","TJ|Asia/Dushanbe","TK|Pacific/Fakaofo","TL|Asia/Dili","TM|Asia/Ashgabat","TN|Africa/Tunis","TO|Pacific/Tongatapu","TR|Europe/Istanbul","TT|America/Port_of_Spain","TV|Pacific/Funafuti","TW|Asia/Taipei","TZ|Africa/Nairobi Africa/Dar_es_Salaam","UA|Europe/Simferopol Europe/Kiev Europe/Uzhgorod Europe/Zaporozhye","UG|Africa/Nairobi Africa/Kampala","UM|Pacific/Pago_Pago Pacific/Wake Pacific/Honolulu Pacific/Midway","US|America/New_York America/Detroit America/Kentucky/Louisville America/Kentucky/Monticello America/Indiana/Indianapolis America/Indiana/Vincennes America/Indiana/Winamac America/Indiana/Marengo America/Indiana/Petersburg America/Indiana/Vevay America/Chicago America/Indiana/Tell_City America/Indiana/Knox America/Menominee America/North_Dakota/Center America/North_Dakota/New_Salem America/North_Dakota/Beulah America/Denver America/Boise America/Phoenix America/Los_Angeles America/Anchorage America/Juneau America/Sitka America/Metlakatla America/Yakutat America/Nome America/Adak Pacific/Honolulu","UY|America/Montevideo","UZ|Asia/Samarkand Asia/Tashkent","VA|Europe/Rome Europe/Vatican","VC|America/Port_of_Spain America/St_Vincent","VE|America/Caracas","VG|America/Port_of_Spain America/Tortola","VI|America/Port_of_Spain America/St_Thomas","VN|Asia/Bangkok Asia/Ho_Chi_Minh","VU|Pacific/Efate","WF|Pacific/Wallis","WS|Pacific/Apia","YE|Asia/Riyadh Asia/Aden","YT|Africa/Nairobi Indian/Mayotte","ZA|Africa/Johannesburg","ZM|Africa/Maputo Africa/Lusaka","ZW|Africa/Maputo Africa/Harare"]}')},function(t,e,i){var n=i(149),r=i(173),o=i(175),s=i(176),a=i(177);function l(t){var e=-1,i=null==t?0:t.length;for(this.clear();++e<i;){var n=t[e];this.set(n[0],n[1])}}l.prototype.clear=n,l.prototype.delete=r,l.prototype.get=o,l.prototype.has=s,l.prototype.set=a,t.exports=l},function(t,e,i){var n=i(150),r=i(165),o=i(172);t.exports=function(){this.size=0,this.__data__={hash:new n,map:new(o||r),string:new n}}},function(t,e,i){var n=i(151),r=i(161),o=i(162),s=i(163),a=i(164);function l(t){var e=-1,i=null==t?0:t.length;for(this.clear();++e<i;){var n=t[e];this.set(n[0],n[1])}}l.prototype.clear=n,l.prototype.delete=r,l.prototype.get=o,l.prototype.has=s,l.prototype.set=a,t.exports=l},function(t,e,i){var n=i(3);t.exports=function(){this.__data__=n?n(null):{},this.size=0}},function(t,e,i){var n=i(153),r=i(157),o=i(141),s=i(159),a=/^\[object .+?Constructor\]$/,l=Function.prototype,c=Object.prototype,u=l.toString,h=c.hasOwnProperty,d=RegExp("^"+u.call(h).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");t.exports=function(t){return!(!o(t)||r(t))&&(n(t)?d:a).test(s(t))}},function(t,e,i){var n=i(154),r=i(141);t.exports=function(t){if(!r(t))return!1;var e=n(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e}},function(t,e,i){var n=i(140),r=i(155),o=i(156),s=n?n.toStringTag:void 0;t.exports=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":s&&s in Object(t)?r(t):o(t)}},function(t,e,i){var n=i(140),r=Object.prototype,o=r.hasOwnProperty,s=r.toString,a=n?n.toStringTag:void 0;t.exports=function(t){var e=o.call(t,a),i=t[a];try{t[a]=void 0;var n=!0}catch(t){}var r=s.call(t);return n&&(e?t[a]=i:delete t[a]),r}},function(t,e){var i=Object.prototype.toString;t.exports=function(t){return i.call(t)}},function(t,e,i){var n,r=i(158),o=(n=/[^.]+$/.exec(r&&r.keys&&r.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"";t.exports=function(t){return!!o&&o in t}},function(t,e,i){var n=i(2)["__core-js_shared__"];t.exports=n},function(t,e){var i=Function.prototype.toString;t.exports=function(t){if(null!=t){try{return i.call(t)}catch(t){}try{return t+""}catch(t){}}return""}},function(t,e){t.exports=function(t,e){return null==t?void 0:t[e]}},function(t,e){t.exports=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e}},function(t,e,i){var n=i(3),r=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;if(n){var i=e[t];return"__lodash_hash_undefined__"===i?void 0:i}return r.call(e,t)?e[t]:void 0}},function(t,e,i){var n=i(3),r=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;return n?void 0!==e[t]:r.call(e,t)}},function(t,e,i){var n=i(3);t.exports=function(t,e){var i=this.__data__;return this.size+=this.has(t)?0:1,i[t]=n&&void 0===e?"__lodash_hash_undefined__":e,this}},function(t,e,i){var n=i(166),r=i(167),o=i(169),s=i(170),a=i(171);function l(t){var e=-1,i=null==t?0:t.length;for(this.clear();++e<i;){var n=t[e];this.set(n[0],n[1])}}l.prototype.clear=n,l.prototype.delete=r,l.prototype.get=o,l.prototype.has=s,l.prototype.set=a,t.exports=l},function(t,e){t.exports=function(){this.__data__=[],this.size=0}},function(t,e,i){var n=i(4),r=Array.prototype.splice;t.exports=function(t){var e=this.__data__,i=n(e,t);return!(i<0||(i==e.length-1?e.pop():r.call(e,i,1),--this.size,0))}},function(t,e){t.exports=function(t,e){return t===e||t!=t&&e!=e}},function(t,e,i){var n=i(4);t.exports=function(t){var e=this.__data__,i=n(e,t);return i<0?void 0:e[i][1]}},function(t,e,i){var n=i(4);t.exports=function(t){return n(this.__data__,t)>-1}},function(t,e,i){var n=i(4);t.exports=function(t,e){var i=this.__data__,r=n(i,t);return r<0?(++this.size,i.push([t,e])):i[r][1]=e,this}},function(t,e,i){var n=i(139)(i(2),"Map");t.exports=n},function(t,e,i){var n=i(5);t.exports=function(t){var e=n(this,t).delete(t);return this.size-=e?1:0,e}},function(t,e){t.exports=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}},function(t,e,i){var n=i(5);t.exports=function(t){return n(this,t).get(t)}},function(t,e,i){var n=i(5);t.exports=function(t){return n(this,t).has(t)}},function(t,e,i){var n=i(5);t.exports=function(t,e){var i=n(this,t),r=i.size;return i.set(t,e),this.size+=i.size==r?0:1,this}},function(t,e,i){"use strict";i.r(e);var n=i(0),r=i.n(n),o={de:{LTMS:"HH:mm:ss,SSS",ls:"D.M.YYYY HH:mm:ss",lms:"D.M.YYYY HH:mm:ss,SSS",lls:"D. MMM YYYY HH:mm:ss",llms:"D. MMM YYYY HH:mm:ss,SSS",LLS:"D. MMMM YYYY HH:mm:ss",LLMS:"D. MMMM YYYY HH:mm:ss,SSS"},"en-gb":{LTMS:"HH:mm:ss.SSS",ls:"D/M/YYYY HH:mm:ss",lms:"D/M/YYYY HH:mm:ss.SSS",lls:"D MMM YYYY HH:mm:ss",llms:"D MMM YYYY HH:mm:ss.SSS",LLS:"D MMMM YYYY HH:mm:ss",LLMS:"D MMMM YYYY HH:mm:ss.SSS"},en:{LTMS:"h:mm:ss.SSS A",ls:"M/D/YYYY h:mm:ss A",lms:"M/D/YYYY h:mm:ss.SSS A",lls:"MMM D, YYYY h:mm:ss A",llms:"MMM D, YYYY h:mm:ss.SSS A",LLS:"MMMM D, YYYY h:mm:ss A",LLMS:"MMMM D, YYYY h:mm:ss.SSS A"},fr:{LTMS:"HH:mm:ss,SSS",ls:"D/M/YYYY HH:mm:ss",lms:"D/M/YYYY HH:mm:ss,SSS",lls:"D MMM YYYY HH:mm:ss",llms:"D MMM YYYY HH:mm:ss,SSS",LLS:"D MMMM YYYY HH:mm:ss",LLMS:"D MMMM YYYY HH:mm:ss,SSS"},it:{LTMS:"HH:mm:ss,SSS",ls:"D/M/YYYY HH:mm:ss",lms:"D/M/YYYY HH:mm:ss,SSS",lls:"D MMM YYYY HH:mm:ss",llms:"D MMM YYYY HH:mm:ss,SSS",LLS:"D MMMM YYYY HH:mm:ss",LLMS:"D MMMM YYYY HH:mm:ss,SSS"},ja:{LTMS:"HH:mm:ss.SSS",ls:"YYYY/MM/DD HH:mm:ss",lms:"YYYY/MM/DD HH:mm:ss.SSS",lls:"YYYY年M月D日 HH:mm:ss",llms:"YYYY年M月D日 HH:mm:ss.SSS",LLS:"YYYY年M月D日 HH:mm:ss",LLMS:"YYYY年M月D日 HH:mm:ss.SSS"},ko:{LTMS:"A h:mm:ss.SSS",ls:"YYYY.MM.DD A h:mm:ss",lms:"YYYY.MM.DD A h:mm:ss.SSS",lls:"YYYY년 MMMM D일 A h:mm:ss",llms:"YYYY년 MMMM D일 A h:mm:ss.SSS",LLS:"YYYY년 MMMM D일 A h:mm:ss",LLMS:"YYYY년 MMMM D일 A h:mm:ss.SSS"},"zh-cn":{LTMS:"HH:mm:ss.SSS",ls:"YYYY年MMMD日 HH:mm:ss",lms:"YYYY年MMMD日 HH:mm:ss.SSS",lls:"YYYY年MMMD日 HH:mm:ss",llms:"YYYY年MMMD日 HH:mm:ss.SSS",LLS:"YYYY年MMMD日Ah点mm分s秒",LLMS:"YYYY年MMMD日 HH:mm:ss.SSS"},"zh-tw":{LTMS:"HH:mm:ss.SSS",ls:"YYYY年MMMD日 HH:mm:ss",lms:"YYYY年MMMD日 HH:mm:ss.SSS",lls:"YYYY年MMMD日 HH:mm:ss",llms:"YYYY年MMMD日 HH:mm:ss.SSS",LLS:"YYYY年MMMD日 HH:mm:ss",LLMS:"YYYY年MMMD日 HH:mm:ss.SSS"}};i(138),i(145);var s,a=i(10),l=i.n(a),c=i(142),u=i(7),h=i(6),d=l()((function(t,e){if(!t)throw new Error("Serialized Splunk timezone is required when adding or setting time zones.");var i=e||Object(c.createGUID)();return r.a.tz.add(r.a.tz.pack(Object(h.default)(t,i))),i})),p=l()((function(t){return s=d(t)}));u.serverTimezoneInfo&&p(u.serverTimezoneInfo),r.a.newSplunkTime=function(t){var e=t||{},i=e.time,n=e.format,o=e.strict,a=void 0!==o&&o,l=t&&t.locale||u.locale;if(!s)throw new Error("The Splunk server timezone data is not available.");return r.a.tz(i,n,l,a,s)},r.a.addSplunkTimezone=d,r.a.setDefaultSplunkTimezone=p,r.a.getDefaultSplunkTimezone=function(){return s},r.a.fn.splunkFormat=function(t){var e=this,i=this.locale(),n=o[i],r=t||"";if(!n)throw new Error("moment().splunkFormat() does not support the locale ".concat(i));return["LLMS","LLS","lls","ls","llms","lms","LTMS"].some((function(i){var o=t.indexOf(i);if(o>-1){var s=e.format(n[i]);return r="".concat(r.substring(0,o),"[").concat(s,"]").concat(r.substring(o+i.length)),!0}return!1})),this.format(r)},e.default=r.a}])},"./node_modules/@splunk/moment/node_modules/@splunk/splunk-utils/config.js":function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.extractAppName=u,e.versionLabel=e.username=e.splunkdPath=e.serverTimezoneInfo=e.rootPath=e.portNumber=e.locale=e.config=e.buildPushNumber=e.buildNumber=e.appBuild=e.app=e.isAvailable=e.CSRFToken=void 0;var n,r=(n=i("./node_modules/lodash/get.js"))&&n.__esModule?n:{default:n},o=i("./node_modules/@splunk/ui-utils/cookie.js");var s="undefined"==typeof window?t:window;function a(t){return(0,r.default)(s,["$C",t])}var l=(0,o.getEntry)("splunkweb_csrf_token_".concat(a("MRSPARKLE_PORT_NUMBER")));e.CSRFToken=l;var c=!!a("SPLUNKD_PATH");function u(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:(0,r.default)(s,["document","location","pathname"],""),e=t.match(/\w\w.\w\w\/(app|manager)\/([^/]+)/);return e?e[2]:void 0}e.isAvailable=c;var h=u();e.app=h;var d=a("APP_BUILD");e.appBuild=d;var p=a("BUILD_NUMBER");e.buildNumber=p;var f=a("BUILD_PUSH_NUMBER");e.buildPushNumber=f;var m=(0,r.default)(s,"$C");e.config=m;var g=a("LOCALE");e.locale=g;var y=a("MRSPARKLE_PORT_NUMBER");e.portNumber=y;var b=a("MRSPARKLE_ROOT_PATH");e.rootPath=b;var v=a("SERVER_ZONEINFO");e.serverTimezoneInfo=v;var M=a("SPLUNKD_PATH");e.splunkdPath=M;var x=a("USERNAME");e.username=x;var _=a("VERSION_LABEL");e.versionLabel=_}).call(this,i("./node_modules/@splunk/swc-mltk/node_modules/webpack/buildin/global.js"))},"./node_modules/@splunk/splunk-utils/config.js":function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.getCSRFToken=function(){return(0,o.getEntry)("splunkweb_csrf_token_".concat(a("MRSPARKLE_PORT_NUMBER")))},e.extractAppName=u,e.versionLabel=e.username=e.splunkdPath=e.serverTimezoneInfo=e.rootPath=e.portNumber=e.locale=e.config=e.buildPushNumber=e.buildNumber=e.appBuild=e.app=e.isAvailable=e.CSRFToken=void 0;var n,r=(n=i("./node_modules/lodash/get.js"))&&n.__esModule?n:{default:n},o=i("./node_modules/@splunk/ui-utils/cookie.js");var s="undefined"==typeof window?t:window;function a(t){return(0,r.default)(s,["$C",t])}var l=(0,o.getEntry)("splunkweb_csrf_token_".concat(a("MRSPARKLE_PORT_NUMBER")));e.CSRFToken=l;var c=!!a("SPLUNKD_PATH");function u(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:(0,r.default)(s,["document","location","pathname"],""),e=t.match(/\w\w.\w\w\/(app|manager)\/([^/]+)/);return e?e[2]:void 0}e.isAvailable=c;var h=u();e.app=h;var d=a("APP_BUILD");e.appBuild=d;var p=a("BUILD_NUMBER");e.buildNumber=p;var f=a("BUILD_PUSH_NUMBER");e.buildPushNumber=f;var m=(0,r.default)(s,"$C");e.config=m;var g=a("LOCALE");e.locale=g;var y=a("MRSPARKLE_PORT_NUMBER");e.portNumber=y;var b=a("MRSPARKLE_ROOT_PATH");e.rootPath=b;var v=a("SERVER_ZONEINFO");e.serverTimezoneInfo=v;var M=a("SPLUNKD_PATH");e.splunkdPath=M;var x=a("USERNAME");e.username=x;var _=a("VERSION_LABEL");e.versionLabel=_}).call(this,i("./node_modules/@splunk/swc-mltk/node_modules/webpack/buildin/global.js"))},"./node_modules/@splunk/swc-mltk/dist/build_tools/web_loaders/splunk-public-path-injection-loader.js?/static/app/Splunk_ML_Toolkit/!./src/main/webapp/visualizations/LinesViz/visualization.es":function(t,e,i){var n,r;i.p=function(){function t(t,e){if(window.$C&&window.$C.hasOwnProperty(t))return window.$C[t];if(void 0!==e)return e;throw new Error("getConfigValue - "+t+" not set, no default provided")}return function(){for(var e,i,n="",r=0,o=arguments.length;r<o;r++)(i=(e=arguments[r].toString()).length)>1&&"/"==e.charAt(i-1)&&(e=e.substring(0,i-1)),"/"!=e.charAt(0)?n+="/"+e:n+=e;if("/"!=n){var s=n.split("/"),a=s[1];if("static"==a||"modules"==a){var l=n.substring(a.length+2,n.length);n="/"+a,window.$C.BUILD_NUMBER&&(n+="/@"+window.$C.BUILD_NUMBER),window.$C.BUILD_PUSH_NUMBER&&(n+="."+window.$C.BUILD_PUSH_NUMBER),"app"==s[2]&&(n+=":"+t("APP_BUILD",0)),n+="/"+l}}var c=t("MRSPARKLE_ROOT_PATH","/"),u=t("LOCALE","en-US"),h="/"+u+n;return""==c||"/"==c?h:c+h}("/static/app/Splunk_ML_Toolkit/")+"/"}(),i("./node_modules/core-js/modules/es.symbol.js"),i("./node_modules/core-js/modules/es.symbol.description.js"),i("./node_modules/core-js/modules/es.symbol.iterator.js"),i("./node_modules/core-js/modules/es.array.filter.js"),i("./node_modules/core-js/modules/es.array.iterator.js"),i("./node_modules/core-js/modules/es.object.get-own-property-descriptor.js"),i("./node_modules/core-js/modules/es.object.get-own-property-descriptors.js"),i("./node_modules/core-js/modules/es.object.keys.js"),i("./node_modules/core-js/modules/es.object.to-string.js"),i("./node_modules/core-js/modules/es.string.iterator.js"),i("./node_modules/core-js/modules/web.dom-collections.for-each.js"),i("./node_modules/core-js/modules/web.dom-collections.iterator.js"),n=[e,i("./node_modules/core-js/modules/es.symbol.to-primitive.js"),i("./node_modules/core-js/modules/es.array.map.js"),i("./node_modules/core-js/modules/es.date.to-primitive.js"),i("./node_modules/core-js/modules/es.function.name.js"),i("./node_modules/core-js/modules/es.number.constructor.js"),i("./node_modules/regenerator-runtime/runtime.js"),i("./node_modules/@splunk/ui-utils/boolean.js"),i("./src/main/webapp/contrib_shim/SplunkWebCore/vizapi/SplunkVisualizationBase.es"),i("./src/main/webapp/util/formatters/formatLinesData.es"),i("./src/main/webapp/plots/LinesPlot.es"),i("./src/main/webapp/util/visualizationUtil.es")],void 0===(r=function(i,n,r,o,s,a,l,c,u,h,d,p){"use strict";function f(t){return t&&t.__esModule?t:{default:t}}function m(t){return(m="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function g(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function y(t,e,i){return(e=function(t){var e=function(t,e){if("object"!=m(t)||!t)return t;var i=t[Symbol.toPrimitive];if(void 0!==i){var n=i.call(t,e||"default");if("object"!=m(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==m(e)?e:e+""}(e))in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}Object.defineProperty(i,"__esModule",{value:!0}),i.default=void 0,u=f(u),d=f(d);i.default=u.default.extend({initialize:function(){u.default.prototype.initialize.apply(this,arguments)},getInitialDataParams:function(){return{outputMode:u.default.ROW_MAJOR_OUTPUT_MODE,count:0}},formatData:function(t,e){if(null!=t&&null!=t.fields){var i=function(t){for(var e=1;e<arguments.length;e++){var i=null!=arguments[e]?arguments[e]:{};e%2?g(Object(i),!0).forEach((function(e){y(t,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):g(Object(i)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}({},t);return i.fields=t.fields.map((function(t){return t.name})),i}return t},setupView:function(){this.plot=new d.default(this.el),this.currentNavigatorToggle=!1,this.currentSortXAxisToggle=!1},updateView:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=this;if(null!=t&&null!=t.fields&&t.fields.length>0){var n=(0,c.normalizeBoolean)((0,p.getVisualizationConfig)(this,e,"sortXAxis","false")),r=(0,h.formatLinesData)(t,n),o=(0,p.getVisualizationConfig)(this,e,"xAxisLabel",null),s=(0,p.getVisualizationConfig)(this,e,"yAxisLabel",null);o&&(r.xAxisLabel=o),s&&(r.yAxisLabel=s);var a=(0,p.getVisualizationConfig)(this,e,"onClick"),l=(0,p.getVisualizationConfig)(this,e,"onLegendItemClick"),d="true"===(0,p.getVisualizationConfig)(this,e,"showNavigator","false");d!==this.currentNavigatorToggle&&(this.plot.toggleNavigatorPane(d),this.currentNavigatorToggle=d),n!==this.currentSortXAxisToggle&&(this.currentSortXAxisToggle=n);var f={xAxisType:r.type,showNavigator:d,sortXAxis:n,onClick:function(t){if(!1!==a){var e=r.seriesList[this.series.index],n=e.get(this.index);"function"==typeof a?a(e,n):i.drilldown({action:u.default.FIELD_VALUE_DRILLDOWN,data:y({},e.label,n.originalY)},t)}},onLegendItemClick:function(t){if(!1!==l){var e=r.seriesList[this.index];"function"==typeof l?l(e):i.drilldown({action:u.default.FIELD_VALUE_DRILLDOWN,data:y({},e.label,"*")},t)}},spacingLeft:(0,p.getVisualizationConfig)(this,e,"spacingLeft")};null==t.xAxisLabel&&(f.xAxisLabel=r.xAxisLabel),null==t.yAxisLabel&&(f.yAxisLabel=r.yAxisLabel),n&&(f.xAxisTooltipLabel=t.fields[0]),this.plot.setSeries(r.seriesList,f)}},reflow:function(){null!=this.plot&&this.plot.reflow()}});t.exports=e.default}.apply(e,n))||(t.exports=r)},"./node_modules/@splunk/swc-mltk/dist/splunkvisualizationbase.js":function(t,e,n){window,t.exports=function(t){var e={};function i(n){if(e[n])return e[n].exports;var r=e[n]={i:n,l:!1,exports:{}};return t[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},i.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},i.t=function(t,e){if(1&e&&(t=i(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(i.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)i.d(n,r,function(e){return t[e]}.bind(null,r));return n},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=1456)}({1456:function(t,e,i){"use strict";i.r(e);var n=i("api/SplunkVisualizationBase"),r=i.n(n);i.d(e,"SplunkVisualizationBase",(function(){return r.a}));var o=i("contrib/jg_lib/graphics/Color"),s=i.n(o);i.d(e,"JGColor",(function(){return s.a}))},291:function(t,e,i){var n;
|
|
|
/*!
|
|
|
* jQuery JavaScript Library v3.5.0
|
|
|
* https://jquery.com/
|
|
|
*
|
|
|
* Includes Sizzle.js
|
|
|
* https://sizzlejs.com/
|
|
|
*
|
|
|
* Copyright JS Foundation and other contributors
|
|
|
* Released under the MIT license
|
|
|
* https://jquery.org/license
|
|
|
*
|
|
|
* Date: 2020-04-10T15:07Z
|
|
|
*/!function(e,i){"use strict";"object"==typeof t.exports?t.exports=e.document?i(e,!0):function(t){if(!t.document)throw new Error("jQuery requires a window with a document");return i(t)}:i(e)}("undefined"!=typeof window?window:this,(function(i,r){"use strict";var o=[],s=Object.getPrototypeOf,a=o.slice,l=o.flat?function(t){return o.flat.call(t)}:function(t){return o.concat.apply([],t)},c=o.push,u=o.indexOf,h={},d=h.toString,p=h.hasOwnProperty,f=p.toString,m=f.call(Object),g={},y=function(t){return"function"==typeof t&&"number"!=typeof t.nodeType},b=function(t){return null!=t&&t===t.window},v=i.document,M={type:!0,src:!0,nonce:!0,noModule:!0};function x(t,e,i){var n,r,o=(i=i||v).createElement("script");if(o.text=t,e)for(n in M)(r=e[n]||e.getAttribute&&e.getAttribute(n))&&o.setAttribute(n,r);i.head.appendChild(o).parentNode.removeChild(o)}function _(t){return null==t?t+"":"object"==typeof t||"function"==typeof t?h[d.call(t)]||"object":typeof t}var A=function(t,e){return new A.fn.init(t,e)};function L(t){var e=!!t&&"length"in t&&t.length,i=_(t);return!y(t)&&!b(t)&&("array"===i||0===e||"number"==typeof e&&e>0&&e-1 in t)}A.fn=A.prototype={jquery:"3.5.0",constructor:A,length:0,toArray:function(){return a.call(this)},get:function(t){return null==t?a.call(this):t<0?this[t+this.length]:this[t]},pushStack:function(t){var e=A.merge(this.constructor(),t);return e.prevObject=this,e},each:function(t){return A.each(this,t)},map:function(t){return this.pushStack(A.map(this,(function(e,i){return t.call(e,i,e)})))},slice:function(){return this.pushStack(a.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(A.grep(this,(function(t,e){return(e+1)%2})))},odd:function(){return this.pushStack(A.grep(this,(function(t,e){return e%2})))},eq:function(t){var e=this.length,i=+t+(t<0?e:0);return this.pushStack(i>=0&&i<e?[this[i]]:[])},end:function(){return this.prevObject||this.constructor()},push:c,sort:o.sort,splice:o.splice},A.extend=A.fn.extend=function(){var t,e,i,n,r,o,s=arguments[0]||{},a=1,l=arguments.length,c=!1;for("boolean"==typeof s&&(c=s,s=arguments[a]||{},a++),"object"==typeof s||y(s)||(s={}),a===l&&(s=this,a--);a<l;a++)if(null!=(t=arguments[a]))for(e in t)n=t[e],"__proto__"!==e&&s!==n&&(c&&n&&(A.isPlainObject(n)||(r=Array.isArray(n)))?(i=s[e],o=r&&!Array.isArray(i)?[]:r||A.isPlainObject(i)?i:{},r=!1,s[e]=A.extend(c,o,n)):void 0!==n&&(s[e]=n));return s},A.extend({expando:"jQuery"+("3.5.0"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(t){throw new Error(t)},noop:function(){},isPlainObject:function(t){var e,i;return!(!t||"[object Object]"!==d.call(t)||(e=s(t))&&("function"!=typeof(i=p.call(e,"constructor")&&e.constructor)||f.call(i)!==m))},isEmptyObject:function(t){var e;for(e in t)return!1;return!0},globalEval:function(t,e,i){x(t,{nonce:e&&e.nonce},i)},each:function(t,e){var i,n=0;if(L(t))for(i=t.length;n<i&&!1!==e.call(t[n],n,t[n]);n++);else for(n in t)if(!1===e.call(t[n],n,t[n]))break;return t},makeArray:function(t,e){var i=e||[];return null!=t&&(L(Object(t))?A.merge(i,"string"==typeof t?[t]:t):c.call(i,t)),i},inArray:function(t,e,i){return null==e?-1:u.call(e,t,i)},merge:function(t,e){for(var i=+e.length,n=0,r=t.length;n<i;n++)t[r++]=e[n];return t.length=r,t},grep:function(t,e,i){for(var n=[],r=0,o=t.length,s=!i;r<o;r++)!e(t[r],r)!==s&&n.push(t[r]);return n},map:function(t,e,i){var n,r,o=0,s=[];if(L(t))for(n=t.length;o<n;o++)null!=(r=e(t[o],o,i))&&s.push(r);else for(o in t)null!=(r=e(t[o],o,i))&&s.push(r);return l(s)},guid:1,support:g}),"function"==typeof Symbol&&(A.fn[Symbol.iterator]=o[Symbol.iterator]),A.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),(function(t,e){h["[object "+e+"]"]=e.toLowerCase()}));var w=
|
|
|
/*!
|
|
|
* Sizzle CSS Selector Engine v2.3.5
|
|
|
* https://sizzlejs.com/
|
|
|
*
|
|
|
* Copyright JS Foundation and other contributors
|
|
|
* Released under the MIT license
|
|
|
* https://js.foundation/
|
|
|
*
|
|
|
* Date: 2020-03-14
|
|
|
*/
|
|
|
function(t){var e,i,n,r,o,s,a,l,c,u,h,d,p,f,m,g,y,b,v,M="sizzle"+1*new Date,x=t.document,_=0,A=0,L=lt(),w=lt(),k=lt(),S=lt(),T=function(t,e){return t===e&&(h=!0),0},O={}.hasOwnProperty,C=[],j=C.pop,z=C.push,P=C.push,D=C.slice,E=function(t,e){for(var i=0,n=t.length;i<n;i++)if(t[i]===e)return i;return-1},N="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",Y="[\\x20\\t\\r\\n\\f]",B="(?:\\\\[\\da-fA-F]{1,6}"+Y+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",W="\\["+Y+"*("+B+")(?:"+Y+"*([*^$|!~]?=)"+Y+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+B+"))|)"+Y+"*\\]",R=":("+B+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+W+")*)|.*)\\)|)",H=new RegExp(Y+"+","g"),I=new RegExp("^"+Y+"+|((?:^|[^\\\\])(?:\\\\.)*)"+Y+"+$","g"),X=new RegExp("^"+Y+"*,"+Y+"*"),q=new RegExp("^"+Y+"*([>+~]|"+Y+")"+Y+"*"),F=new RegExp(Y+"|>"),G=new RegExp(R),U=new RegExp("^"+B+"$"),V={ID:new RegExp("^#("+B+")"),CLASS:new RegExp("^\\.("+B+")"),TAG:new RegExp("^("+B+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+R),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+Y+"*(even|odd|(([+-]|)(\\d*)n|)"+Y+"*(?:([+-]|)"+Y+"*(\\d+)|))"+Y+"*\\)|)","i"),bool:new RegExp("^(?:"+N+")$","i"),needsContext:new RegExp("^"+Y+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+Y+"*((?:-\\d)?\\d*)"+Y+"*\\)|)(?=[^-]|$)","i")},K=/HTML$/i,$=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,Z=/^[^{]+\{\s*\[native \w/,Q=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,tt=/[+~]/,et=new RegExp("\\\\[\\da-fA-F]{1,6}"+Y+"?|\\\\([^\\r\\n\\f])","g"),it=function(t,e){var i="0x"+t.slice(1)-65536;return e||(i<0?String.fromCharCode(i+65536):String.fromCharCode(i>>10|55296,1023&i|56320))},nt=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,rt=function(t,e){return e?"\0"===t?"<22>":t.slice(0,-1)+"\\"+t.charCodeAt(t.length-1).toString(16)+" ":"\\"+t},ot=function(){d()},st=Mt((function(t){return!0===t.disabled&&"fieldset"===t.nodeName.toLowerCase()}),{dir:"parentNode",next:"legend"});try{P.apply(C=D.call(x.childNodes),x.childNodes),C[x.childNodes.length].nodeType}catch(t){P={apply:C.length?function(t,e){z.apply(t,D.call(e))}:function(t,e){for(var i=t.length,n=0;t[i++]=e[n++];);t.length=i-1}}}function at(t,e,n,r){var o,a,c,u,h,f,y,b=e&&e.ownerDocument,x=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==x&&9!==x&&11!==x)return n;if(!r&&(d(e),e=e||p,m)){if(11!==x&&(h=Q.exec(t)))if(o=h[1]){if(9===x){if(!(c=e.getElementById(o)))return n;if(c.id===o)return n.push(c),n}else if(b&&(c=b.getElementById(o))&&v(e,c)&&c.id===o)return n.push(c),n}else{if(h[2])return P.apply(n,e.getElementsByTagName(t)),n;if((o=h[3])&&i.getElementsByClassName&&e.getElementsByClassName)return P.apply(n,e.getElementsByClassName(o)),n}if(i.qsa&&!S[t+" "]&&(!g||!g.test(t))&&(1!==x||"object"!==e.nodeName.toLowerCase())){if(y=t,b=e,1===x&&(F.test(t)||q.test(t))){for((b=tt.test(t)&&yt(e.parentNode)||e)===e&&i.scope||((u=e.getAttribute("id"))?u=u.replace(nt,rt):e.setAttribute("id",u=M)),a=(f=s(t)).length;a--;)f[a]=(u?"#"+u:":scope")+" "+vt(f[a]);y=f.join(",")}try{return P.apply(n,b.querySelectorAll(y)),n}catch(e){S(t,!0)}finally{u===M&&e.removeAttribute("id")}}}return l(t.replace(I,"$1"),e,n,r)}function lt(){var t=[];return function e(i,r){return t.push(i+" ")>n.cacheLength&&delete e[t.shift()],e[i+" "]=r}}function ct(t){return t[M]=!0,t}function ut(t){var e=p.createElement("fieldset");try{return!!t(e)}catch(t){return!1}finally{e.parentNode&&e.parentNode.removeChild(e),e=null}}function ht(t,e){for(var i=t.split("|"),r=i.length;r--;)n.attrHandle[i[r]]=e}function dt(t,e){var i=e&&t,n=i&&1===t.nodeType&&1===e.nodeType&&t.sourceIndex-e.sourceIndex;if(n)return n;if(i)for(;i=i.nextSibling;)if(i===e)return-1;return t?1:-1}function pt(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function ft(t){return function(e){var i=e.nodeName.toLowerCase();return("input"===i||"button"===i)&&e.type===t}}function mt(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&st(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function gt(t){return ct((function(e){return e=+e,ct((function(i,n){for(var r,o=t([],i.length,e),s=o.length;s--;)i[r=o[s]]&&(i[r]=!(n[r]=i[r]))}))}))}function yt(t){return t&&void 0!==t.getElementsByTagName&&t}for(e in i=at.support={},o=at.isXML=function(t){var e=t.namespaceURI,i=(t.ownerDocument||t).documentElement;return!K.test(e||i&&i.nodeName||"HTML")},d=at.setDocument=function(t){var e,r,s=t?t.ownerDocument||t:x;return s!=p&&9===s.nodeType&&s.documentElement?(f=(p=s).documentElement,m=!o(p),x!=p&&(r=p.defaultView)&&r.top!==r&&(r.addEventListener?r.addEventListener("unload",ot,!1):r.attachEvent&&r.attachEvent("onunload",ot)),i.scope=ut((function(t){return f.appendChild(t).appendChild(p.createElement("div")),void 0!==t.querySelectorAll&&!t.querySelectorAll(":scope fieldset div").length})),i.attributes=ut((function(t){return t.className="i",!t.getAttribute("className")})),i.getElementsByTagName=ut((function(t){return t.appendChild(p.createComment("")),!t.getElementsByTagName("*").length})),i.getElementsByClassName=Z.test(p.getElementsByClassName),i.getById=ut((function(t){return f.appendChild(t).id=M,!p.getElementsByName||!p.getElementsByName(M).length})),i.getById?(n.filter.ID=function(t){var e=t.replace(et,it);return function(t){return t.getAttribute("id")===e}},n.find.ID=function(t,e){if(void 0!==e.getElementById&&m){var i=e.getElementById(t);return i?[i]:[]}}):(n.filter.ID=function(t){var e=t.replace(et,it);return function(t){var i=void 0!==t.getAttributeNode&&t.getAttributeNode("id");return i&&i.value===e}},n.find.ID=function(t,e){if(void 0!==e.getElementById&&m){var i,n,r,o=e.getElementById(t);if(o){if((i=o.getAttributeNode("id"))&&i.value===t)return[o];for(r=e.getElementsByName(t),n=0;o=r[n++];)if((i=o.getAttributeNode("id"))&&i.value===t)return[o]}return[]}}),n.find.TAG=i.getElementsByTagName?function(t,e){return void 0!==e.getElementsByTagName?e.getElementsByTagName(t):i.qsa?e.querySelectorAll(t):void 0}:function(t,e){var i,n=[],r=0,o=e.getElementsByTagName(t);if("*"===t){for(;i=o[r++];)1===i.nodeType&&n.push(i);return n}return o},n.find.CLASS=i.getElementsByClassName&&function(t,e){if(void 0!==e.getElementsByClassName&&m)return e.getElementsByClassName(t)},y=[],g=[],(i.qsa=Z.test(p.querySelectorAll))&&(ut((function(t){var e;f.appendChild(t).innerHTML="<a id='"+M+"'></a><select id='"+M+"-\r\\' msallowcapture=''><option selected=''></option></select>",t.querySelectorAll("[msallowcapture^='']").length&&g.push("[*^$]="+Y+"*(?:''|\"\")"),t.querySelectorAll("[selected]").length||g.push("\\["+Y+"*(?:value|"+N+")"),t.querySelectorAll("[id~="+M+"-]").length||g.push("~="),(e=p.createElement("input")).setAttribute("name",""),t.appendChild(e),t.querySelectorAll("[name='']").length||g.push("\\["+Y+"*name"+Y+"*="+Y+"*(?:''|\"\")"),t.querySelectorAll(":checked").length||g.push(":checked"),t.querySelectorAll("a#"+M+"+*").length||g.push(".#.+[+~]"),t.querySelectorAll("\\\f"),g.push("[\\r\\n\\f]")})),ut((function(t){t.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var e=p.createElement("input");e.setAttribute("type","hidden"),t.appendChild(e).setAttribute("name","D"),t.querySelectorAll("[name=d]").length&&g.push("name"+Y+"*[*^$|!~]?="),2!==t.querySelectorAll(":enabled").length&&g.push(":enabled",":disabled"),f.appendChild(t).disabled=!0,2!==t.querySelectorAll(":disabled").length&&g.push(":enabled",":disabled"),t.querySelectorAll("*,:x"),g.push(",.*:")}))),(i.matchesSelector=Z.test(b=f.matches||f.webkitMatchesSelector||f.mozMatchesSelector||f.oMatchesSelector||f.msMatchesSelector))&&ut((function(t){i.disconnectedMatch=b.call(t,"*"),b.call(t,"[s!='']:x"),y.push("!=",R)})),g=g.length&&new RegExp(g.join("|")),y=y.length&&new RegExp(y.join("|")),e=Z.test(f.compareDocumentPosition),v=e||Z.test(f.contains)?function(t,e){var i=9===t.nodeType?t.documentElement:t,n=e&&e.parentNode;return t===n||!(!n||1!==n.nodeType||!(i.contains?i.contains(n):t.compareDocumentPosition&&16&t.compareDocumentPosition(n)))}:function(t,e){if(e)for(;e=e.parentNode;)if(e===t)return!0;return!1},T=e?function(t,e){if(t===e)return h=!0,0;var n=!t.compareDocumentPosition-!e.compareDocumentPosition;return n||(1&(n=(t.ownerDocument||t)==(e.ownerDocument||e)?t.compareDocumentPosition(e):1)||!i.sortDetached&&e.compareDocumentPosition(t)===n?t==p||t.ownerDocument==x&&v(x,t)?-1:e==p||e.ownerDocument==x&&v(x,e)?1:u?E(u,t)-E(u,e):0:4&n?-1:1)}:function(t,e){if(t===e)return h=!0,0;var i,n=0,r=t.parentNode,o=e.parentNode,s=[t],a=[e];if(!r||!o)return t==p?-1:e==p?1:r?-1:o?1:u?E(u,t)-E(u,e):0;if(r===o)return dt(t,e);for(i=t;i=i.parentNode;)s.unshift(i);for(i=e;i=i.parentNode;)a.unshift(i);for(;s[n]===a[n];)n++;return n?dt(s[n],a[n]):s[n]==x?-1:a[n]==x?1:0},p):p},at.matches=function(t,e){return at(t,null,null,e)},at.matchesSelector=function(t,e){if(d(t),i.matchesSelector&&m&&!S[e+" "]&&(!y||!y.test(e))&&(!g||!g.test(e)))try{var n=b.call(t,e);if(n||i.disconnectedMatch||t.document&&11!==t.document.nodeType)return n}catch(t){S(e,!0)}return at(e,p,null,[t]).length>0},at.contains=function(t,e){return(t.ownerDocument||t)!=p&&d(t),v(t,e)},at.attr=function(t,e){(t.ownerDocument||t)!=p&&d(t);var r=n.attrHandle[e.toLowerCase()],o=r&&O.call(n.attrHandle,e.toLowerCase())?r(t,e,!m):void 0;return void 0!==o?o:i.attributes||!m?t.getAttribute(e):(o=t.getAttributeNode(e))&&o.specified?o.value:null},at.escape=function(t){return(t+"").replace(nt,rt)},at.error=function(t){throw new Error("Syntax error, unrecognized expression: "+t)},at.uniqueSort=function(t){var e,n=[],r=0,o=0;if(h=!i.detectDuplicates,u=!i.sortStable&&t.slice(0),t.sort(T),h){for(;e=t[o++];)e===t[o]&&(r=n.push(o));for(;r--;)t.splice(n[r],1)}return u=null,t},r=at.getText=function(t){var e,i="",n=0,o=t.nodeType;if(o){if(1===o||9===o||11===o){if("string"==typeof t.textContent)return t.textContent;for(t=t.firstChild;t;t=t.nextSibling)i+=r(t)}else if(3===o||4===o)return t.nodeValue}else for(;e=t[n++];)i+=r(e);return i},(n=at.selectors={cacheLength:50,createPseudo:ct,match:V,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(t){return t[1]=t[1].replace(et,it),t[3]=(t[3]||t[4]||t[5]||"").replace(et,it),"~="===t[2]&&(t[3]=" "+t[3]+" "),t.slice(0,4)},CHILD:function(t){return t[1]=t[1].toLowerCase(),"nth"===t[1].slice(0,3)?(t[3]||at.error(t[0]),t[4]=+(t[4]?t[5]+(t[6]||1):2*("even"===t[3]||"odd"===t[3])),t[5]=+(t[7]+t[8]||"odd"===t[3])):t[3]&&at.error(t[0]),t},PSEUDO:function(t){var e,i=!t[6]&&t[2];return V.CHILD.test(t[0])?null:(t[3]?t[2]=t[4]||t[5]||"":i&&G.test(i)&&(e=s(i,!0))&&(e=i.indexOf(")",i.length-e)-i.length)&&(t[0]=t[0].slice(0,e),t[2]=i.slice(0,e)),t.slice(0,3))}},filter:{TAG:function(t){var e=t.replace(et,it).toLowerCase();return"*"===t?function(){return!0}:function(t){return t.nodeName&&t.nodeName.toLowerCase()===e}},CLASS:function(t){var e=L[t+" "];return e||(e=new RegExp("(^|"+Y+")"+t+"("+Y+"|$)"))&&L(t,(function(t){return e.test("string"==typeof t.className&&t.className||void 0!==t.getAttribute&&t.getAttribute("class")||"")}))},ATTR:function(t,e,i){return function(n){var r=at.attr(n,t);return null==r?"!="===e:!e||(r+="","="===e?r===i:"!="===e?r!==i:"^="===e?i&&0===r.indexOf(i):"*="===e?i&&r.indexOf(i)>-1:"$="===e?i&&r.slice(-i.length)===i:"~="===e?(" "+r.replace(H," ")+" ").indexOf(i)>-1:"|="===e&&(r===i||r.slice(0,i.length+1)===i+"-"))}},CHILD:function(t,e,i,n,r){var o="nth"!==t.slice(0,3),s="last"!==t.slice(-4),a="of-type"===e;return 1===n&&0===r?function(t){return!!t.parentNode}:function(e,i,l){var c,u,h,d,p,f,m=o!==s?"nextSibling":"previousSibling",g=e.parentNode,y=a&&e.nodeName.toLowerCase(),b=!l&&!a,v=!1;if(g){if(o){for(;m;){for(d=e;d=d[m];)if(a?d.nodeName.toLowerCase()===y:1===d.nodeType)return!1;f=m="only"===t&&!f&&"nextSibling"}return!0}if(f=[s?g.firstChild:g.lastChild],s&&b){for(v=(p=(c=(u=(h=(d=g)[M]||(d[M]={}))[d.uniqueID]||(h[d.uniqueID]={}))[t]||[])[0]===_&&c[1])&&c[2],d=p&&g.childNodes[p];d=++p&&d&&d[m]||(v=p=0)||f.pop();)if(1===d.nodeType&&++v&&d===e){u[t]=[_,p,v];break}}else if(b&&(v=p=(c=(u=(h=(d=e)[M]||(d[M]={}))[d.uniqueID]||(h[d.uniqueID]={}))[t]||[])[0]===_&&c[1]),!1===v)for(;(d=++p&&d&&d[m]||(v=p=0)||f.pop())&&((a?d.nodeName.toLowerCase()!==y:1!==d.nodeType)||!++v||(b&&((u=(h=d[M]||(d[M]={}))[d.uniqueID]||(h[d.uniqueID]={}))[t]=[_,v]),d!==e)););return(v-=r)===n||v%n==0&&v/n>=0}}},PSEUDO:function(t,e){var i,r=n.pseudos[t]||n.setFilters[t.toLowerCase()]||at.error("unsupported pseudo: "+t);return r[M]?r(e):r.length>1?(i=[t,t,"",e],n.setFilters.hasOwnProperty(t.toLowerCase())?ct((function(t,i){for(var n,o=r(t,e),s=o.length;s--;)t[n=E(t,o[s])]=!(i[n]=o[s])})):function(t){return r(t,0,i)}):r}},pseudos:{not:ct((function(t){var e=[],i=[],n=a(t.replace(I,"$1"));return n[M]?ct((function(t,e,i,r){for(var o,s=n(t,null,r,[]),a=t.length;a--;)(o=s[a])&&(t[a]=!(e[a]=o))})):function(t,r,o){return e[0]=t,n(e,null,o,i),e[0]=null,!i.pop()}})),has:ct((function(t){return function(e){return at(t,e).length>0}})),contains:ct((function(t){return t=t.replace(et,it),function(e){return(e.textContent||r(e)).indexOf(t)>-1}})),lang:ct((function(t){return U.test(t||"")||at.error("unsupported lang: "+t),t=t.replace(et,it).toLowerCase(),function(e){var i;do{if(i=m?e.lang:e.getAttribute("xml:lang")||e.getAttribute("lang"))return(i=i.toLowerCase())===t||0===i.indexOf(t+"-")}while((e=e.parentNode)&&1===e.nodeType);return!1}})),target:function(e){var i=t.location&&t.location.hash;return i&&i.slice(1)===e.id},root:function(t){return t===f},focus:function(t){return t===p.activeElement&&(!p.hasFocus||p.hasFocus())&&!!(t.type||t.href||~t.tabIndex)},enabled:mt(!1),disabled:mt(!0),checked:function(t){var e=t.nodeName.toLowerCase();return"input"===e&&!!t.checked||"option"===e&&!!t.selected},selected:function(t){return t.parentNode&&t.parentNode.selectedIndex,!0===t.selected},empty:function(t){for(t=t.firstChild;t;t=t.nextSibling)if(t.nodeType<6)return!1;return!0},parent:function(t){return!n.pseudos.empty(t)},header:function(t){return J.test(t.nodeName)},input:function(t){return $.test(t.nodeName)},button:function(t){var e=t.nodeName.toLowerCase();return"input"===e&&"button"===t.type||"button"===e},text:function(t){var e;return"input"===t.nodeName.toLowerCase()&&"text"===t.type&&(null==(e=t.getAttribute("type"))||"text"===e.toLowerCase())},first:gt((function(){return[0]})),last:gt((function(t,e){return[e-1]})),eq:gt((function(t,e,i){return[i<0?i+e:i]})),even:gt((function(t,e){for(var i=0;i<e;i+=2)t.push(i);return t})),odd:gt((function(t,e){for(var i=1;i<e;i+=2)t.push(i);return t})),lt:gt((function(t,e,i){for(var n=i<0?i+e:i>e?e:i;--n>=0;)t.push(n);return t})),gt:gt((function(t,e,i){for(var n=i<0?i+e:i;++n<e;)t.push(n);return t}))}}).pseudos.nth=n.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})n.pseudos[e]=pt(e);for(e in{submit:!0,reset:!0})n.pseudos[e]=ft(e);function bt(){}function vt(t){for(var e=0,i=t.length,n="";e<i;e++)n+=t[e].value;return n}function Mt(t,e,i){var n=e.dir,r=e.next,o=r||n,s=i&&"parentNode"===o,a=A++;return e.first?function(e,i,r){for(;e=e[n];)if(1===e.nodeType||s)return t(e,i,r);return!1}:function(e,i,l){var c,u,h,d=[_,a];if(l){for(;e=e[n];)if((1===e.nodeType||s)&&t(e,i,l))return!0}else for(;e=e[n];)if(1===e.nodeType||s)if(u=(h=e[M]||(e[M]={}))[e.uniqueID]||(h[e.uniqueID]={}),r&&r===e.nodeName.toLowerCase())e=e[n]||e;else{if((c=u[o])&&c[0]===_&&c[1]===a)return d[2]=c[2];if(u[o]=d,d[2]=t(e,i,l))return!0}return!1}}function xt(t){return t.length>1?function(e,i,n){for(var r=t.length;r--;)if(!t[r](e,i,n))return!1;return!0}:t[0]}function _t(t,e,i,n,r){for(var o,s=[],a=0,l=t.length,c=null!=e;a<l;a++)(o=t[a])&&(i&&!i(o,n,r)||(s.push(o),c&&e.push(a)));return s}function At(t,e,i,n,r,o){return n&&!n[M]&&(n=At(n)),r&&!r[M]&&(r=At(r,o)),ct((function(o,s,a,l){var c,u,h,d=[],p=[],f=s.length,m=o||function(t,e,i){for(var n=0,r=e.length;n<r;n++)at(t,e[n],i);return i}(e||"*",a.nodeType?[a]:a,[]),g=!t||!o&&e?m:_t(m,d,t,a,l),y=i?r||(o?t:f||n)?[]:s:g;if(i&&i(g,y,a,l),n)for(c=_t(y,p),n(c,[],a,l),u=c.length;u--;)(h=c[u])&&(y[p[u]]=!(g[p[u]]=h));if(o){if(r||t){if(r){for(c=[],u=y.length;u--;)(h=y[u])&&c.push(g[u]=h);r(null,y=[],c,l)}for(u=y.length;u--;)(h=y[u])&&(c=r?E(o,h):d[u])>-1&&(o[c]=!(s[c]=h))}}else y=_t(y===s?y.splice(f,y.length):y),r?r(null,s,y,l):P.apply(s,y)}))}function Lt(t){for(var e,i,r,o=t.length,s=n.relative[t[0].type],a=s||n.relative[" "],l=s?1:0,u=Mt((function(t){return t===e}),a,!0),h=Mt((function(t){return E(e,t)>-1}),a,!0),d=[function(t,i,n){var r=!s&&(n||i!==c)||((e=i).nodeType?u(t,i,n):h(t,i,n));return e=null,r}];l<o;l++)if(i=n.relative[t[l].type])d=[Mt(xt(d),i)];else{if((i=n.filter[t[l].type].apply(null,t[l].matches))[M]){for(r=++l;r<o&&!n.relative[t[r].type];r++);return At(l>1&&xt(d),l>1&&vt(t.slice(0,l-1).concat({value:" "===t[l-2].type?"*":""})).replace(I,"$1"),i,l<r&&Lt(t.slice(l,r)),r<o&&Lt(t=t.slice(r)),r<o&&vt(t))}d.push(i)}return xt(d)}return bt.prototype=n.filters=n.pseudos,n.setFilters=new bt,s=at.tokenize=function(t,e){var i,r,o,s,a,l,c,u=w[t+" "];if(u)return e?0:u.slice(0);for(a=t,l=[],c=n.preFilter;a;){for(s in i&&!(r=X.exec(a))||(r&&(a=a.slice(r[0].length)||a),l.push(o=[])),i=!1,(r=q.exec(a))&&(i=r.shift(),o.push({value:i,type:r[0].replace(I," ")}),a=a.slice(i.length)),n.filter)!(r=V[s].exec(a))||c[s]&&!(r=c[s](r))||(i=r.shift(),o.push({value:i,type:s,matches:r}),a=a.slice(i.length));if(!i)break}return e?a.length:a?at.error(t):w(t,l).slice(0)},a=at.compile=function(t,e){var i,r=[],o=[],a=k[t+" "];if(!a){for(e||(e=s(t)),i=e.length;i--;)(a=Lt(e[i]))[M]?r.push(a):o.push(a);(a=k(t,function(t,e){var i=e.length>0,r=t.length>0,o=function(o,s,a,l,u){var h,f,g,y=0,b="0",v=o&&[],M=[],x=c,A=o||r&&n.find.TAG("*",u),L=_+=null==x?1:Math.random()||.1,w=A.length;for(u&&(c=s==p||s||u);b!==w&&null!=(h=A[b]);b++){if(r&&h){for(f=0,s||h.ownerDocument==p||(d(h),a=!m);g=t[f++];)if(g(h,s||p,a)){l.push(h);break}u&&(_=L)}i&&((h=!g&&h)&&y--,o&&v.push(h))}if(y+=b,i&&b!==y){for(f=0;g=e[f++];)g(v,M,s,a);if(o){if(y>0)for(;b--;)v[b]||M[b]||(M[b]=j.call(l));M=_t(M)}P.apply(l,M),u&&!o&&M.length>0&&y+e.length>1&&at.uniqueSort(l)}return u&&(_=L,c=x),v};return i?ct(o):o}(o,r))).selector=t}return a},l=at.select=function(t,e,i,r){var o,l,c,u,h,d="function"==typeof t&&t,p=!r&&s(t=d.selector||t);if(i=i||[],1===p.length){if((l=p[0]=p[0].slice(0)).length>2&&"ID"===(c=l[0]).type&&9===e.nodeType&&m&&n.relative[l[1].type]){if(!(e=(n.find.ID(c.matches[0].replace(et,it),e)||[])[0]))return i;d&&(e=e.parentNode),t=t.slice(l.shift().value.length)}for(o=V.needsContext.test(t)?0:l.length;o--&&(c=l[o],!n.relative[u=c.type]);)if((h=n.find[u])&&(r=h(c.matches[0].replace(et,it),tt.test(l[0].type)&&yt(e.parentNode)||e))){if(l.splice(o,1),!(t=r.length&&vt(l)))return P.apply(i,r),i;break}}return(d||a(t,p))(r,e,!m,i,!e||tt.test(t)&&yt(e.parentNode)||e),i},i.sortStable=M.split("").sort(T).join("")===M,i.detectDuplicates=!!h,d(),i.sortDetached=ut((function(t){return 1&t.compareDocumentPosition(p.createElement("fieldset"))})),ut((function(t){return t.innerHTML="<a href='#'></a>","#"===t.firstChild.getAttribute("href")}))||ht("type|href|height|width",(function(t,e,i){if(!i)return t.getAttribute(e,"type"===e.toLowerCase()?1:2)})),i.attributes&&ut((function(t){return t.innerHTML="<input/>",t.firstChild.setAttribute("value",""),""===t.firstChild.getAttribute("value")}))||ht("value",(function(t,e,i){if(!i&&"input"===t.nodeName.toLowerCase())return t.defaultValue})),ut((function(t){return null==t.getAttribute("disabled")}))||ht(N,(function(t,e,i){var n;if(!i)return!0===t[e]?e.toLowerCase():(n=t.getAttributeNode(e))&&n.specified?n.value:null})),at}(i);A.find=w,A.expr=w.selectors,A.expr[":"]=A.expr.pseudos,A.uniqueSort=A.unique=w.uniqueSort,A.text=w.getText,A.isXMLDoc=w.isXML,A.contains=w.contains,A.escapeSelector=w.escape;var k=function(t,e,i){for(var n=[],r=void 0!==i;(t=t[e])&&9!==t.nodeType;)if(1===t.nodeType){if(r&&A(t).is(i))break;n.push(t)}return n},S=function(t,e){for(var i=[];t;t=t.nextSibling)1===t.nodeType&&t!==e&&i.push(t);return i},T=A.expr.match.needsContext;function O(t,e){return t.nodeName&&t.nodeName.toLowerCase()===e.toLowerCase()}var C=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(t,e,i){return y(e)?A.grep(t,(function(t,n){return!!e.call(t,n,t)!==i})):e.nodeType?A.grep(t,(function(t){return t===e!==i})):"string"!=typeof e?A.grep(t,(function(t){return u.call(e,t)>-1!==i})):A.filter(e,t,i)}A.filter=function(t,e,i){var n=e[0];return i&&(t=":not("+t+")"),1===e.length&&1===n.nodeType?A.find.matchesSelector(n,t)?[n]:[]:A.find.matches(t,A.grep(e,(function(t){return 1===t.nodeType})))},A.fn.extend({find:function(t){var e,i,n=this.length,r=this;if("string"!=typeof t)return this.pushStack(A(t).filter((function(){for(e=0;e<n;e++)if(A.contains(r[e],this))return!0})));for(i=this.pushStack([]),e=0;e<n;e++)A.find(t,r[e],i);return n>1?A.uniqueSort(i):i},filter:function(t){return this.pushStack(j(this,t||[],!1))},not:function(t){return this.pushStack(j(this,t||[],!0))},is:function(t){return!!j(this,"string"==typeof t&&T.test(t)?A(t):t||[],!1).length}});var z,P=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(A.fn.init=function(t,e,i){var n,r;if(!t)return this;if(i=i||z,"string"==typeof t){if(!(n="<"===t[0]&&">"===t[t.length-1]&&t.length>=3?[null,t,null]:P.exec(t))||!n[1]&&e)return!e||e.jquery?(e||i).find(t):this.constructor(e).find(t);if(n[1]){if(e=e instanceof A?e[0]:e,A.merge(this,A.parseHTML(n[1],e&&e.nodeType?e.ownerDocument||e:v,!0)),C.test(n[1])&&A.isPlainObject(e))for(n in e)y(this[n])?this[n](e[n]):this.attr(n,e[n]);return this}return(r=v.getElementById(n[2]))&&(this[0]=r,this.length=1),this}return t.nodeType?(this[0]=t,this.length=1,this):y(t)?void 0!==i.ready?i.ready(t):t(A):A.makeArray(t,this)}).prototype=A.fn,z=A(v);var D=/^(?:parents|prev(?:Until|All))/,E={children:!0,contents:!0,next:!0,prev:!0};function N(t,e){for(;(t=t[e])&&1!==t.nodeType;);return t}A.fn.extend({has:function(t){var e=A(t,this),i=e.length;return this.filter((function(){for(var t=0;t<i;t++)if(A.contains(this,e[t]))return!0}))},closest:function(t,e){var i,n=0,r=this.length,o=[],s="string"!=typeof t&&A(t);if(!T.test(t))for(;n<r;n++)for(i=this[n];i&&i!==e;i=i.parentNode)if(i.nodeType<11&&(s?s.index(i)>-1:1===i.nodeType&&A.find.matchesSelector(i,t))){o.push(i);break}return this.pushStack(o.length>1?A.uniqueSort(o):o)},index:function(t){return t?"string"==typeof t?u.call(A(t),this[0]):u.call(this,t.jquery?t[0]:t):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(t,e){return this.pushStack(A.uniqueSort(A.merge(this.get(),A(t,e))))},addBack:function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}}),A.each({parent:function(t){var e=t.parentNode;return e&&11!==e.nodeType?e:null},parents:function(t){return k(t,"parentNode")},parentsUntil:function(t,e,i){return k(t,"parentNode",i)},next:function(t){return N(t,"nextSibling")},prev:function(t){return N(t,"previousSibling")},nextAll:function(t){return k(t,"nextSibling")},prevAll:function(t){return k(t,"previousSibling")},nextUntil:function(t,e,i){return k(t,"nextSibling",i)},prevUntil:function(t,e,i){return k(t,"previousSibling",i)},siblings:function(t){return S((t.parentNode||{}).firstChild,t)},children:function(t){return S(t.firstChild)},contents:function(t){return null!=t.contentDocument&&s(t.contentDocument)?t.contentDocument:(O(t,"template")&&(t=t.content||t),A.merge([],t.childNodes))}},(function(t,e){A.fn[t]=function(i,n){var r=A.map(this,e,i);return"Until"!==t.slice(-5)&&(n=i),n&&"string"==typeof n&&(r=A.filter(n,r)),this.length>1&&(E[t]||A.uniqueSort(r),D.test(t)&&r.reverse()),this.pushStack(r)}}));var Y=/[^\x20\t\r\n\f]+/g;function B(t){return t}function W(t){throw t}function R(t,e,i,n){var r;try{t&&y(r=t.promise)?r.call(t).done(e).fail(i):t&&y(r=t.then)?r.call(t,e,i):e.apply(void 0,[t].slice(n))}catch(t){i.apply(void 0,[t])}}A.Callbacks=function(t){t="string"==typeof t?function(t){var e={};return A.each(t.match(Y)||[],(function(t,i){e[i]=!0})),e}(t):A.extend({},t);var e,i,n,r,o=[],s=[],a=-1,l=function(){for(r=r||t.once,n=e=!0;s.length;a=-1)for(i=s.shift();++a<o.length;)!1===o[a].apply(i[0],i[1])&&t.stopOnFalse&&(a=o.length,i=!1);t.memory||(i=!1),e=!1,r&&(o=i?[]:"")},c={add:function(){return o&&(i&&!e&&(a=o.length-1,s.push(i)),function e(i){A.each(i,(function(i,n){y(n)?t.unique&&c.has(n)||o.push(n):n&&n.length&&"string"!==_(n)&&e(n)}))}(arguments),i&&!e&&l()),this},remove:function(){return A.each(arguments,(function(t,e){for(var i;(i=A.inArray(e,o,i))>-1;)o.splice(i,1),i<=a&&a--})),this},has:function(t){return t?A.inArray(t,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return r=s=[],o=i="",this},disabled:function(){return!o},lock:function(){return r=s=[],i||e||(o=i=""),this},locked:function(){return!!r},fireWith:function(t,i){return r||(i=[t,(i=i||[]).slice?i.slice():i],s.push(i),e||l()),this},fire:function(){return c.fireWith(this,arguments),this},fired:function(){return!!n}};return c},A.extend({Deferred:function(t){var e=[["notify","progress",A.Callbacks("memory"),A.Callbacks("memory"),2],["resolve","done",A.Callbacks("once memory"),A.Callbacks("once memory"),0,"resolved"],["reject","fail",A.Callbacks("once memory"),A.Callbacks("once memory"),1,"rejected"]],n="pending",r={state:function(){return n},always:function(){return o.done(arguments).fail(arguments),this},catch:function(t){return r.then(null,t)},pipe:function(){var t=arguments;return A.Deferred((function(i){A.each(e,(function(e,n){var r=y(t[n[4]])&&t[n[4]];o[n[1]]((function(){var t=r&&r.apply(this,arguments);t&&y(t.promise)?t.promise().progress(i.notify).done(i.resolve).fail(i.reject):i[n[0]+"With"](this,r?[t]:arguments)}))})),t=null})).promise()},then:function(t,n,r){var o=0;function s(t,e,n,r){return function(){var a=this,l=arguments,c=function(){var i,c;if(!(t<o)){if((i=n.apply(a,l))===e.promise())throw new TypeError("Thenable self-resolution");c=i&&("object"==typeof i||"function"==typeof i)&&i.then,y(c)?r?c.call(i,s(o,e,B,r),s(o,e,W,r)):(o++,c.call(i,s(o,e,B,r),s(o,e,W,r),s(o,e,B,e.notifyWith))):(n!==B&&(a=void 0,l=[i]),(r||e.resolveWith)(a,l))}},u=r?c:function(){try{c()}catch(i){A.Deferred.exceptionHook&&A.Deferred.exceptionHook(i,u.stackTrace),t+1>=o&&(n!==W&&(a=void 0,l=[i]),e.rejectWith(a,l))}};t?u():(A.Deferred.getStackHook&&(u.stackTrace=A.Deferred.getStackHook()),i.setTimeout(u))}}return A.Deferred((function(i){e[0][3].add(s(0,i,y(r)?r:B,i.notifyWith)),e[1][3].add(s(0,i,y(t)?t:B)),e[2][3].add(s(0,i,y(n)?n:W))})).promise()},promise:function(t){return null!=t?A.extend(t,r):r}},o={};return A.each(e,(function(t,i){var s=i[2],a=i[5];r[i[1]]=s.add,a&&s.add((function(){n=a}),e[3-t][2].disable,e[3-t][3].disable,e[0][2].lock,e[0][3].lock),s.add(i[3].fire),o[i[0]]=function(){return o[i[0]+"With"](this===o?void 0:this,arguments),this},o[i[0]+"With"]=s.fireWith})),r.promise(o),t&&t.call(o,o),o},when:function(t){var e=arguments.length,i=e,n=Array(i),r=a.call(arguments),o=A.Deferred(),s=function(t){return function(i){n[t]=this,r[t]=arguments.length>1?a.call(arguments):i,--e||o.resolveWith(n,r)}};if(e<=1&&(R(t,o.done(s(i)).resolve,o.reject,!e),"pending"===o.state()||y(r[i]&&r[i].then)))return o.then();for(;i--;)R(r[i],s(i),o.reject);return o.promise()}});var H=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;A.Deferred.exceptionHook=function(t,e){i.console&&i.console.warn&&t&&H.test(t.name)&&i.console.warn("jQuery.Deferred exception: "+t.message,t.stack,e)},A.readyException=function(t){i.setTimeout((function(){throw t}))};var I=A.Deferred();function X(){v.removeEventListener("DOMContentLoaded",X),i.removeEventListener("load",X),A.ready()}A.fn.ready=function(t){return I.then(t).catch((function(t){A.readyException(t)})),this},A.extend({isReady:!1,readyWait:1,ready:function(t){(!0===t?--A.readyWait:A.isReady)||(A.isReady=!0,!0!==t&&--A.readyWait>0||I.resolveWith(v,[A]))}}),A.ready.then=I.then,"complete"===v.readyState||"loading"!==v.readyState&&!v.documentElement.doScroll?i.setTimeout(A.ready):(v.addEventListener("DOMContentLoaded",X),i.addEventListener("load",X));var q=function(t,e,i,n,r,o,s){var a=0,l=t.length,c=null==i;if("object"===_(i))for(a in r=!0,i)q(t,e,a,i[a],!0,o,s);else if(void 0!==n&&(r=!0,y(n)||(s=!0),c&&(s?(e.call(t,n),e=null):(c=e,e=function(t,e,i){return c.call(A(t),i)})),e))for(;a<l;a++)e(t[a],i,s?n:n.call(t[a],a,e(t[a],i)));return r?t:c?e.call(t):l?e(t[0],i):o},F=/^-ms-/,G=/-([a-z])/g;function U(t,e){return e.toUpperCase()}function V(t){return t.replace(F,"ms-").replace(G,U)}var K=function(t){return 1===t.nodeType||9===t.nodeType||!+t.nodeType};function $(){this.expando=A.expando+$.uid++}$.uid=1,$.prototype={cache:function(t){var e=t[this.expando];return e||(e=Object.create(null),K(t)&&(t.nodeType?t[this.expando]=e:Object.defineProperty(t,this.expando,{value:e,configurable:!0}))),e},set:function(t,e,i){var n,r=this.cache(t);if("string"==typeof e)r[V(e)]=i;else for(n in e)r[V(n)]=e[n];return r},get:function(t,e){return void 0===e?this.cache(t):t[this.expando]&&t[this.expando][V(e)]},access:function(t,e,i){return void 0===e||e&&"string"==typeof e&&void 0===i?this.get(t,e):(this.set(t,e,i),void 0!==i?i:e)},remove:function(t,e){var i,n=t[this.expando];if(void 0!==n){if(void 0!==e){i=(e=Array.isArray(e)?e.map(V):(e=V(e))in n?[e]:e.match(Y)||[]).length;for(;i--;)delete n[e[i]]}(void 0===e||A.isEmptyObject(n))&&(t.nodeType?t[this.expando]=void 0:delete t[this.expando])}},hasData:function(t){var e=t[this.expando];return void 0!==e&&!A.isEmptyObject(e)}};var J=new $,Z=new $,Q=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,tt=/[A-Z]/g;function et(t,e,i){var n;if(void 0===i&&1===t.nodeType)if(n="data-"+e.replace(tt,"-$&").toLowerCase(),"string"==typeof(i=t.getAttribute(n))){try{i=function(t){return"true"===t||"false"!==t&&("null"===t?null:t===+t+""?+t:Q.test(t)?JSON.parse(t):t)}(i)}catch(t){}Z.set(t,e,i)}else i=void 0;return i}A.extend({hasData:function(t){return Z.hasData(t)||J.hasData(t)},data:function(t,e,i){return Z.access(t,e,i)},removeData:function(t,e){Z.remove(t,e)},_data:function(t,e,i){return J.access(t,e,i)},_removeData:function(t,e){J.remove(t,e)}}),A.fn.extend({data:function(t,e){var i,n,r,o=this[0],s=o&&o.attributes;if(void 0===t){if(this.length&&(r=Z.get(o),1===o.nodeType&&!J.get(o,"hasDataAttrs"))){for(i=s.length;i--;)s[i]&&0===(n=s[i].name).indexOf("data-")&&(n=V(n.slice(5)),et(o,n,r[n]));J.set(o,"hasDataAttrs",!0)}return r}return"object"==typeof t?this.each((function(){Z.set(this,t)})):q(this,(function(e){var i;if(o&&void 0===e)return void 0!==(i=Z.get(o,t))||void 0!==(i=et(o,t))?i:void 0;this.each((function(){Z.set(this,t,e)}))}),null,e,arguments.length>1,null,!0)},removeData:function(t){return this.each((function(){Z.remove(this,t)}))}}),A.extend({queue:function(t,e,i){var n;if(t)return e=(e||"fx")+"queue",n=J.get(t,e),i&&(!n||Array.isArray(i)?n=J.access(t,e,A.makeArray(i)):n.push(i)),n||[]},dequeue:function(t,e){e=e||"fx";var i=A.queue(t,e),n=i.length,r=i.shift(),o=A._queueHooks(t,e);"inprogress"===r&&(r=i.shift(),n--),r&&("fx"===e&&i.unshift("inprogress"),delete o.stop,r.call(t,(function(){A.dequeue(t,e)}),o)),!n&&o&&o.empty.fire()},_queueHooks:function(t,e){var i=e+"queueHooks";return J.get(t,i)||J.access(t,i,{empty:A.Callbacks("once memory").add((function(){J.remove(t,[e+"queue",i])}))})}}),A.fn.extend({queue:function(t,e){var i=2;return"string"!=typeof t&&(e=t,t="fx",i--),arguments.length<i?A.queue(this[0],t):void 0===e?this:this.each((function(){var i=A.queue(this,t,e);A._queueHooks(this,t),"fx"===t&&"inprogress"!==i[0]&&A.dequeue(this,t)}))},dequeue:function(t){return this.each((function(){A.dequeue(this,t)}))},clearQueue:function(t){return this.queue(t||"fx",[])},promise:function(t,e){var i,n=1,r=A.Deferred(),o=this,s=this.length,a=function(){--n||r.resolveWith(o,[o])};for("string"!=typeof t&&(e=t,t=void 0),t=t||"fx";s--;)(i=J.get(o[s],t+"queueHooks"))&&i.empty&&(n++,i.empty.add(a));return a(),r.promise(e)}});var it=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,nt=new RegExp("^(?:([+-])=|)("+it+")([a-z%]*)$","i"),rt=["Top","Right","Bottom","Left"],ot=v.documentElement,st=function(t){return A.contains(t.ownerDocument,t)},at={composed:!0};ot.getRootNode&&(st=function(t){return A.contains(t.ownerDocument,t)||t.getRootNode(at)===t.ownerDocument});var lt=function(t,e){return"none"===(t=e||t).style.display||""===t.style.display&&st(t)&&"none"===A.css(t,"display")};function ct(t,e,i,n){var r,o,s=20,a=n?function(){return n.cur()}:function(){return A.css(t,e,"")},l=a(),c=i&&i[3]||(A.cssNumber[e]?"":"px"),u=t.nodeType&&(A.cssNumber[e]||"px"!==c&&+l)&&nt.exec(A.css(t,e));if(u&&u[3]!==c){for(l/=2,c=c||u[3],u=+l||1;s--;)A.style(t,e,u+c),(1-o)*(1-(o=a()/l||.5))<=0&&(s=0),u/=o;u*=2,A.style(t,e,u+c),i=i||[]}return i&&(u=+u||+l||0,r=i[1]?u+(i[1]+1)*i[2]:+i[2],n&&(n.unit=c,n.start=u,n.end=r)),r}var ut={};function ht(t){var e,i=t.ownerDocument,n=t.nodeName,r=ut[n];return r||(e=i.body.appendChild(i.createElement(n)),r=A.css(e,"display"),e.parentNode.removeChild(e),"none"===r&&(r="block"),ut[n]=r,r)}function dt(t,e){for(var i,n,r=[],o=0,s=t.length;o<s;o++)(n=t[o]).style&&(i=n.style.display,e?("none"===i&&(r[o]=J.get(n,"display")||null,r[o]||(n.style.display="")),""===n.style.display&<(n)&&(r[o]=ht(n))):"none"!==i&&(r[o]="none",J.set(n,"display",i)));for(o=0;o<s;o++)null!=r[o]&&(t[o].style.display=r[o]);return t}A.fn.extend({show:function(){return dt(this,!0)},hide:function(){return dt(this)},toggle:function(t){return"boolean"==typeof t?t?this.show():this.hide():this.each((function(){lt(this)?A(this).show():A(this).hide()}))}});var pt,ft,mt=/^(?:checkbox|radio)$/i,gt=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,yt=/^$|^module$|\/(?:java|ecma)script/i;pt=v.createDocumentFragment().appendChild(v.createElement("div")),(ft=v.createElement("input")).setAttribute("type","radio"),ft.setAttribute("checked","checked"),ft.setAttribute("name","t"),pt.appendChild(ft),g.checkClone=pt.cloneNode(!0).cloneNode(!0).lastChild.checked,pt.innerHTML="<textarea>x</textarea>",g.noCloneChecked=!!pt.cloneNode(!0).lastChild.defaultValue,pt.innerHTML="<option></option>",g.option=!!pt.lastChild;var bt={thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function vt(t,e){var i;return i=void 0!==t.getElementsByTagName?t.getElementsByTagName(e||"*"):void 0!==t.querySelectorAll?t.querySelectorAll(e||"*"):[],void 0===e||e&&O(t,e)?A.merge([t],i):i}function Mt(t,e){for(var i=0,n=t.length;i<n;i++)J.set(t[i],"globalEval",!e||J.get(e[i],"globalEval"))}bt.tbody=bt.tfoot=bt.colgroup=bt.caption=bt.thead,bt.th=bt.td,g.option||(bt.optgroup=bt.option=[1,"<select multiple='multiple'>","</select>"]);var xt=/<|&#?\w+;/;function _t(t,e,i,n,r){for(var o,s,a,l,c,u,h=e.createDocumentFragment(),d=[],p=0,f=t.length;p<f;p++)if((o=t[p])||0===o)if("object"===_(o))A.merge(d,o.nodeType?[o]:o);else if(xt.test(o)){for(s=s||h.appendChild(e.createElement("div")),a=(gt.exec(o)||["",""])[1].toLowerCase(),l=bt[a]||bt._default,s.innerHTML=l[1]+A.htmlPrefilter(o)+l[2],u=l[0];u--;)s=s.lastChild;A.merge(d,s.childNodes),(s=h.firstChild).textContent=""}else d.push(e.createTextNode(o));for(h.textContent="",p=0;o=d[p++];)if(n&&A.inArray(o,n)>-1)r&&r.push(o);else if(c=st(o),s=vt(h.appendChild(o),"script"),c&&Mt(s),i)for(u=0;o=s[u++];)yt.test(o.type||"")&&i.push(o);return h}var At=/^key/,Lt=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,wt=/^([^.]*)(?:\.(.+)|)/;function kt(){return!0}function St(){return!1}function Tt(t,e){return t===function(){try{return v.activeElement}catch(t){}}()==("focus"===e)}function Ot(t,e,i,n,r,o){var s,a;if("object"==typeof e){for(a in"string"!=typeof i&&(n=n||i,i=void 0),e)Ot(t,a,i,n,e[a],o);return t}if(null==n&&null==r?(r=i,n=i=void 0):null==r&&("string"==typeof i?(r=n,n=void 0):(r=n,n=i,i=void 0)),!1===r)r=St;else if(!r)return t;return 1===o&&(s=r,(r=function(t){return A().off(t),s.apply(this,arguments)}).guid=s.guid||(s.guid=A.guid++)),t.each((function(){A.event.add(this,e,r,n,i)}))}function Ct(t,e,i){i?(J.set(t,e,!1),A.event.add(t,e,{namespace:!1,handler:function(t){var n,r,o=J.get(this,e);if(1&t.isTrigger&&this[e]){if(o.length)(A.event.special[e]||{}).delegateType&&t.stopPropagation();else if(o=a.call(arguments),J.set(this,e,o),n=i(this,e),this[e](),o!==(r=J.get(this,e))||n?J.set(this,e,!1):r={},o!==r)return t.stopImmediatePropagation(),t.preventDefault(),r.value}else o.length&&(J.set(this,e,{value:A.event.trigger(A.extend(o[0],A.Event.prototype),o.slice(1),this)}),t.stopImmediatePropagation())}})):void 0===J.get(t,e)&&A.event.add(t,e,kt)}A.event={global:{},add:function(t,e,i,n,r){var o,s,a,l,c,u,h,d,p,f,m,g=J.get(t);if(K(t))for(i.handler&&(i=(o=i).handler,r=o.selector),r&&A.find.matchesSelector(ot,r),i.guid||(i.guid=A.guid++),(l=g.events)||(l=g.events=Object.create(null)),(s=g.handle)||(s=g.handle=function(e){return void 0!==A&&A.event.triggered!==e.type?A.event.dispatch.apply(t,arguments):void 0}),c=(e=(e||"").match(Y)||[""]).length;c--;)p=m=(a=wt.exec(e[c])||[])[1],f=(a[2]||"").split(".").sort(),p&&(h=A.event.special[p]||{},p=(r?h.delegateType:h.bindType)||p,h=A.event.special[p]||{},u=A.extend({type:p,origType:m,data:n,handler:i,guid:i.guid,selector:r,needsContext:r&&A.expr.match.needsContext.test(r),namespace:f.join(".")},o),(d=l[p])||((d=l[p]=[]).delegateCount=0,h.setup&&!1!==h.setup.call(t,n,f,s)||t.addEventListener&&t.addEventListener(p,s)),h.add&&(h.add.call(t,u),u.handler.guid||(u.handler.guid=i.guid)),r?d.splice(d.delegateCount++,0,u):d.push(u),A.event.global[p]=!0)},remove:function(t,e,i,n,r){var o,s,a,l,c,u,h,d,p,f,m,g=J.hasData(t)&&J.get(t);if(g&&(l=g.events)){for(c=(e=(e||"").match(Y)||[""]).length;c--;)if(p=m=(a=wt.exec(e[c])||[])[1],f=(a[2]||"").split(".").sort(),p){for(h=A.event.special[p]||{},d=l[p=(n?h.delegateType:h.bindType)||p]||[],a=a[2]&&new RegExp("(^|\\.)"+f.join("\\.(?:.*\\.|)")+"(\\.|$)"),s=o=d.length;o--;)u=d[o],!r&&m!==u.origType||i&&i.guid!==u.guid||a&&!a.test(u.namespace)||n&&n!==u.selector&&("**"!==n||!u.selector)||(d.splice(o,1),u.selector&&d.delegateCount--,h.remove&&h.remove.call(t,u));s&&!d.length&&(h.teardown&&!1!==h.teardown.call(t,f,g.handle)||A.removeEvent(t,p,g.handle),delete l[p])}else for(p in l)A.event.remove(t,p+e[c],i,n,!0);A.isEmptyObject(l)&&J.remove(t,"handle events")}},dispatch:function(t){var e,i,n,r,o,s,a=new Array(arguments.length),l=A.event.fix(t),c=(J.get(this,"events")||Object.create(null))[l.type]||[],u=A.event.special[l.type]||{};for(a[0]=l,e=1;e<arguments.length;e++)a[e]=arguments[e];if(l.delegateTarget=this,!u.preDispatch||!1!==u.preDispatch.call(this,l)){for(s=A.event.handlers.call(this,l,c),e=0;(r=s[e++])&&!l.isPropagationStopped();)for(l.currentTarget=r.elem,i=0;(o=r.handlers[i++])&&!l.isImmediatePropagationStopped();)l.rnamespace&&!1!==o.namespace&&!l.rnamespace.test(o.namespace)||(l.handleObj=o,l.data=o.data,void 0!==(n=((A.event.special[o.origType]||{}).handle||o.handler).apply(r.elem,a))&&!1===(l.result=n)&&(l.preventDefault(),l.stopPropagation()));return u.postDispatch&&u.postDispatch.call(this,l),l.result}},handlers:function(t,e){var i,n,r,o,s,a=[],l=e.delegateCount,c=t.target;if(l&&c.nodeType&&!("click"===t.type&&t.button>=1))for(;c!==this;c=c.parentNode||this)if(1===c.nodeType&&("click"!==t.type||!0!==c.disabled)){for(o=[],s={},i=0;i<l;i++)void 0===s[r=(n=e[i]).selector+" "]&&(s[r]=n.needsContext?A(r,this).index(c)>-1:A.find(r,this,null,[c]).length),s[r]&&o.push(n);o.length&&a.push({elem:c,handlers:o})}return c=this,l<e.length&&a.push({elem:c,handlers:e.slice(l)}),a},addProp:function(t,e){Object.defineProperty(A.Event.prototype,t,{enumerable:!0,configurable:!0,get:y(e)?function(){if(this.originalEvent)return e(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[t]},set:function(e){Object.defineProperty(this,t,{enumerable:!0,configurable:!0,writable:!0,value:e})}})},fix:function(t){return t[A.expando]?t:new A.Event(t)},special:{load:{noBubble:!0},click:{setup:function(t){var e=this||t;return mt.test(e.type)&&e.click&&O(e,"input")&&Ct(e,"click",kt),!1},trigger:function(t){var e=this||t;return mt.test(e.type)&&e.click&&O(e,"input")&&Ct(e,"click"),!0},_default:function(t){var e=t.target;return mt.test(e.type)&&e.click&&O(e,"input")&&J.get(e,"click")||O(e,"a")}},beforeunload:{postDispatch:function(t){void 0!==t.result&&t.originalEvent&&(t.originalEvent.returnValue=t.result)}}}},A.removeEvent=function(t,e,i){t.removeEventListener&&t.removeEventListener(e,i)},A.Event=function(t,e){if(!(this instanceof A.Event))return new A.Event(t,e);t&&t.type?(this.originalEvent=t,this.type=t.type,this.isDefaultPrevented=t.defaultPrevented||void 0===t.defaultPrevented&&!1===t.returnValue?kt:St,this.target=t.target&&3===t.target.nodeType?t.target.parentNode:t.target,this.currentTarget=t.currentTarget,this.relatedTarget=t.relatedTarget):this.type=t,e&&A.extend(this,e),this.timeStamp=t&&t.timeStamp||Date.now(),this[A.expando]=!0},A.Event.prototype={constructor:A.Event,isDefaultPrevented:St,isPropagationStopped:St,isImmediatePropagationStopped:St,isSimulated:!1,preventDefault:function(){var t=this.originalEvent;this.isDefaultPrevented=kt,t&&!this.isSimulated&&t.preventDefault()},stopPropagation:function(){var t=this.originalEvent;this.isPropagationStopped=kt,t&&!this.isSimulated&&t.stopPropagation()},stopImmediatePropagation:function(){var t=this.originalEvent;this.isImmediatePropagationStopped=kt,t&&!this.isSimulated&&t.stopImmediatePropagation(),this.stopPropagation()}},A.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(t){var e=t.button;return null==t.which&&At.test(t.type)?null!=t.charCode?t.charCode:t.keyCode:!t.which&&void 0!==e&&Lt.test(t.type)?1&e?1:2&e?3:4&e?2:0:t.which}},A.event.addProp),A.each({focus:"focusin",blur:"focusout"},(function(t,e){A.event.special[t]={setup:function(){return Ct(this,t,Tt),!1},trigger:function(){return Ct(this,t),!0},delegateType:e}})),A.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},(function(t,e){A.event.special[t]={delegateType:e,bindType:e,handle:function(t){var i,n=this,r=t.relatedTarget,o=t.handleObj;return r&&(r===n||A.contains(n,r))||(t.type=o.origType,i=o.handler.apply(this,arguments),t.type=e),i}}})),A.fn.extend({on:function(t,e,i,n){return Ot(this,t,e,i,n)},one:function(t,e,i,n){return Ot(this,t,e,i,n,1)},off:function(t,e,i){var n,r;if(t&&t.preventDefault&&t.handleObj)return n=t.handleObj,A(t.delegateTarget).off(n.namespace?n.origType+"."+n.namespace:n.origType,n.selector,n.handler),this;if("object"==typeof t){for(r in t)this.off(r,e,t[r]);return this}return!1!==e&&"function"!=typeof e||(i=e,e=void 0),!1===i&&(i=St),this.each((function(){A.event.remove(this,t,i,e)}))}});var jt=/<script|<style|<link/i,zt=/checked\s*(?:[^=]|=\s*.checked.)/i,Pt=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function Dt(t,e){return O(t,"table")&&O(11!==e.nodeType?e:e.firstChild,"tr")&&A(t).children("tbody")[0]||t}function Et(t){return t.type=(null!==t.getAttribute("type"))+"/"+t.type,t}function Nt(t){return"true/"===(t.type||"").slice(0,5)?t.type=t.type.slice(5):t.removeAttribute("type"),t}function Yt(t,e){var i,n,r,o,s,a;if(1===e.nodeType){if(J.hasData(t)&&(a=J.get(t).events))for(r in J.remove(e,"handle events"),a)for(i=0,n=a[r].length;i<n;i++)A.event.add(e,r,a[r][i]);Z.hasData(t)&&(o=Z.access(t),s=A.extend({},o),Z.set(e,s))}}function Bt(t,e){var i=e.nodeName.toLowerCase();"input"===i&&mt.test(t.type)?e.checked=t.checked:"input"!==i&&"textarea"!==i||(e.defaultValue=t.defaultValue)}function Wt(t,e,i,n){e=l(e);var r,o,s,a,c,u,h=0,d=t.length,p=d-1,f=e[0],m=y(f);if(m||d>1&&"string"==typeof f&&!g.checkClone&&zt.test(f))return t.each((function(r){var o=t.eq(r);m&&(e[0]=f.call(this,r,o.html())),Wt(o,e,i,n)}));if(d&&(o=(r=_t(e,t[0].ownerDocument,!1,t,n)).firstChild,1===r.childNodes.length&&(r=o),o||n)){for(a=(s=A.map(vt(r,"script"),Et)).length;h<d;h++)c=r,h!==p&&(c=A.clone(c,!0,!0),a&&A.merge(s,vt(c,"script"))),i.call(t[h],c,h);if(a)for(u=s[s.length-1].ownerDocument,A.map(s,Nt),h=0;h<a;h++)c=s[h],yt.test(c.type||"")&&!J.access(c,"globalEval")&&A.contains(u,c)&&(c.src&&"module"!==(c.type||"").toLowerCase()?A._evalUrl&&!c.noModule&&A._evalUrl(c.src,{nonce:c.nonce||c.getAttribute("nonce")},u):x(c.textContent.replace(Pt,""),c,u))}return t}function Rt(t,e,i){for(var n,r=e?A.filter(e,t):t,o=0;null!=(n=r[o]);o++)i||1!==n.nodeType||A.cleanData(vt(n)),n.parentNode&&(i&&st(n)&&Mt(vt(n,"script")),n.parentNode.removeChild(n));return t}A.extend({htmlPrefilter:function(t){return t},clone:function(t,e,i){var n,r,o,s,a=t.cloneNode(!0),l=st(t);if(!(g.noCloneChecked||1!==t.nodeType&&11!==t.nodeType||A.isXMLDoc(t)))for(s=vt(a),n=0,r=(o=vt(t)).length;n<r;n++)Bt(o[n],s[n]);if(e)if(i)for(o=o||vt(t),s=s||vt(a),n=0,r=o.length;n<r;n++)Yt(o[n],s[n]);else Yt(t,a);return(s=vt(a,"script")).length>0&&Mt(s,!l&&vt(t,"script")),a},cleanData:function(t){for(var e,i,n,r=A.event.special,o=0;void 0!==(i=t[o]);o++)if(K(i)){if(e=i[J.expando]){if(e.events)for(n in e.events)r[n]?A.event.remove(i,n):A.removeEvent(i,n,e.handle);i[J.expando]=void 0}i[Z.expando]&&(i[Z.expando]=void 0)}}}),A.fn.extend({detach:function(t){return Rt(this,t,!0)},remove:function(t){return Rt(this,t)},text:function(t){return q(this,(function(t){return void 0===t?A.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=t)}))}),null,t,arguments.length)},append:function(){return Wt(this,arguments,(function(t){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Dt(this,t).appendChild(t)}))},prepend:function(){return Wt(this,arguments,(function(t){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var e=Dt(this,t);e.insertBefore(t,e.firstChild)}}))},before:function(){return Wt(this,arguments,(function(t){this.parentNode&&this.parentNode.insertBefore(t,this)}))},after:function(){return Wt(this,arguments,(function(t){this.parentNode&&this.parentNode.insertBefore(t,this.nextSibling)}))},empty:function(){for(var t,e=0;null!=(t=this[e]);e++)1===t.nodeType&&(A.cleanData(vt(t,!1)),t.textContent="");return this},clone:function(t,e){return t=null!=t&&t,e=null==e?t:e,this.map((function(){return A.clone(this,t,e)}))},html:function(t){return q(this,(function(t){var e=this[0]||{},i=0,n=this.length;if(void 0===t&&1===e.nodeType)return e.innerHTML;if("string"==typeof t&&!jt.test(t)&&!bt[(gt.exec(t)||["",""])[1].toLowerCase()]){t=A.htmlPrefilter(t);try{for(;i<n;i++)1===(e=this[i]||{}).nodeType&&(A.cleanData(vt(e,!1)),e.innerHTML=t);e=0}catch(t){}}e&&this.empty().append(t)}),null,t,arguments.length)},replaceWith:function(){var t=[];return Wt(this,arguments,(function(e){var i=this.parentNode;A.inArray(this,t)<0&&(A.cleanData(vt(this)),i&&i.replaceChild(e,this))}),t)}}),A.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},(function(t,e){A.fn[t]=function(t){for(var i,n=[],r=A(t),o=r.length-1,s=0;s<=o;s++)i=s===o?this:this.clone(!0),A(r[s])[e](i),c.apply(n,i.get());return this.pushStack(n)}}));var Ht=new RegExp("^("+it+")(?!px)[a-z%]+$","i"),It=function(t){var e=t.ownerDocument.defaultView;return e&&e.opener||(e=i),e.getComputedStyle(t)},Xt=function(t,e,i){var n,r,o={};for(r in e)o[r]=t.style[r],t.style[r]=e[r];for(r in n=i.call(t),e)t.style[r]=o[r];return n},qt=new RegExp(rt.join("|"),"i");function Ft(t,e,i){var n,r,o,s,a=t.style;return(i=i||It(t))&&(""!==(s=i.getPropertyValue(e)||i[e])||st(t)||(s=A.style(t,e)),!g.pixelBoxStyles()&&Ht.test(s)&&qt.test(e)&&(n=a.width,r=a.minWidth,o=a.maxWidth,a.minWidth=a.maxWidth=a.width=s,s=i.width,a.width=n,a.minWidth=r,a.maxWidth=o)),void 0!==s?s+"":s}function Gt(t,e){return{get:function(){if(!t())return(this.get=e).apply(this,arguments);delete this.get}}}!function(){function t(){if(u){c.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",u.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",ot.appendChild(c).appendChild(u);var t=i.getComputedStyle(u);n="1%"!==t.top,l=12===e(t.marginLeft),u.style.right="60%",s=36===e(t.right),r=36===e(t.width),u.style.position="absolute",o=12===e(u.offsetWidth/3),ot.removeChild(c),u=null}}function e(t){return Math.round(parseFloat(t))}var n,r,o,s,a,l,c=v.createElement("div"),u=v.createElement("div");u.style&&(u.style.backgroundClip="content-box",u.cloneNode(!0).style.backgroundClip="",g.clearCloneStyle="content-box"===u.style.backgroundClip,A.extend(g,{boxSizingReliable:function(){return t(),r},pixelBoxStyles:function(){return t(),s},pixelPosition:function(){return t(),n},reliableMarginLeft:function(){return t(),l},scrollboxSize:function(){return t(),o},reliableTrDimensions:function(){var t,e,n,r;return null==a&&(t=v.createElement("table"),e=v.createElement("tr"),n=v.createElement("div"),t.style.cssText="position:absolute;left:-11111px",e.style.height="1px",n.style.height="9px",ot.appendChild(t).appendChild(e).appendChild(n),r=i.getComputedStyle(e),a=parseInt(r.height)>3,ot.removeChild(t)),a}}))}();var Ut=["Webkit","Moz","ms"],Vt=v.createElement("div").style,Kt={};function $t(t){return A.cssProps[t]||Kt[t]||(t in Vt?t:Kt[t]=function(t){for(var e=t[0].toUpperCase()+t.slice(1),i=Ut.length;i--;)if((t=Ut[i]+e)in Vt)return t}(t)||t)}var Jt=/^(none|table(?!-c[ea]).+)/,Zt=/^--/,Qt={position:"absolute",visibility:"hidden",display:"block"},te={letterSpacing:"0",fontWeight:"400"};function ee(t,e,i){var n=nt.exec(e);return n?Math.max(0,n[2]-(i||0))+(n[3]||"px"):e}function ie(t,e,i,n,r,o){var s="width"===e?1:0,a=0,l=0;if(i===(n?"border":"content"))return 0;for(;s<4;s+=2)"margin"===i&&(l+=A.css(t,i+rt[s],!0,r)),n?("content"===i&&(l-=A.css(t,"padding"+rt[s],!0,r)),"margin"!==i&&(l-=A.css(t,"border"+rt[s]+"Width",!0,r))):(l+=A.css(t,"padding"+rt[s],!0,r),"padding"!==i?l+=A.css(t,"border"+rt[s]+"Width",!0,r):a+=A.css(t,"border"+rt[s]+"Width",!0,r));return!n&&o>=0&&(l+=Math.max(0,Math.ceil(t["offset"+e[0].toUpperCase()+e.slice(1)]-o-l-a-.5))||0),l}function ne(t,e,i){var n=It(t),r=(!g.boxSizingReliable()||i)&&"border-box"===A.css(t,"boxSizing",!1,n),o=r,s=Ft(t,e,n),a="offset"+e[0].toUpperCase()+e.slice(1);if(Ht.test(s)){if(!i)return s;s="auto"}return(!g.boxSizingReliable()&&r||!g.reliableTrDimensions()&&O(t,"tr")||"auto"===s||!parseFloat(s)&&"inline"===A.css(t,"display",!1,n))&&t.getClientRects().length&&(r="border-box"===A.css(t,"boxSizing",!1,n),(o=a in t)&&(s=t[a])),(s=parseFloat(s)||0)+ie(t,e,i||(r?"border":"content"),o,n,s)+"px"}function re(t,e,i,n,r){return new re.prototype.init(t,e,i,n,r)}A.extend({cssHooks:{opacity:{get:function(t,e){if(e){var i=Ft(t,"opacity");return""===i?"1":i}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(t,e,i,n){if(t&&3!==t.nodeType&&8!==t.nodeType&&t.style){var r,o,s,a=V(e),l=Zt.test(e),c=t.style;if(l||(e=$t(a)),s=A.cssHooks[e]||A.cssHooks[a],void 0===i)return s&&"get"in s&&void 0!==(r=s.get(t,!1,n))?r:c[e];"string"==(o=typeof i)&&(r=nt.exec(i))&&r[1]&&(i=ct(t,e,r),o="number"),null!=i&&i==i&&("number"!==o||l||(i+=r&&r[3]||(A.cssNumber[a]?"":"px")),g.clearCloneStyle||""!==i||0!==e.indexOf("background")||(c[e]="inherit"),s&&"set"in s&&void 0===(i=s.set(t,i,n))||(l?c.setProperty(e,i):c[e]=i))}},css:function(t,e,i,n){var r,o,s,a=V(e);return Zt.test(e)||(e=$t(a)),(s=A.cssHooks[e]||A.cssHooks[a])&&"get"in s&&(r=s.get(t,!0,i)),void 0===r&&(r=Ft(t,e,n)),"normal"===r&&e in te&&(r=te[e]),""===i||i?(o=parseFloat(r),!0===i||isFinite(o)?o||0:r):r}}),A.each(["height","width"],(function(t,e){A.cssHooks[e]={get:function(t,i,n){if(i)return!Jt.test(A.css(t,"display"))||t.getClientRects().length&&t.getBoundingClientRect().width?ne(t,e,n):Xt(t,Qt,(function(){return ne(t,e,n)}))},set:function(t,i,n){var r,o=It(t),s=!g.scrollboxSize()&&"absolute"===o.position,a=(s||n)&&"border-box"===A.css(t,"boxSizing",!1,o),l=n?ie(t,e,n,a,o):0;return a&&s&&(l-=Math.ceil(t["offset"+e[0].toUpperCase()+e.slice(1)]-parseFloat(o[e])-ie(t,e,"border",!1,o)-.5)),l&&(r=nt.exec(i))&&"px"!==(r[3]||"px")&&(t.style[e]=i,i=A.css(t,e)),ee(0,i,l)}}})),A.cssHooks.marginLeft=Gt(g.reliableMarginLeft,(function(t,e){if(e)return(parseFloat(Ft(t,"marginLeft"))||t.getBoundingClientRect().left-Xt(t,{marginLeft:0},(function(){return t.getBoundingClientRect().left})))+"px"})),A.each({margin:"",padding:"",border:"Width"},(function(t,e){A.cssHooks[t+e]={expand:function(i){for(var n=0,r={},o="string"==typeof i?i.split(" "):[i];n<4;n++)r[t+rt[n]+e]=o[n]||o[n-2]||o[0];return r}},"margin"!==t&&(A.cssHooks[t+e].set=ee)})),A.fn.extend({css:function(t,e){return q(this,(function(t,e,i){var n,r,o={},s=0;if(Array.isArray(e)){for(n=It(t),r=e.length;s<r;s++)o[e[s]]=A.css(t,e[s],!1,n);return o}return void 0!==i?A.style(t,e,i):A.css(t,e)}),t,e,arguments.length>1)}}),A.Tween=re,re.prototype={constructor:re,init:function(t,e,i,n,r,o){this.elem=t,this.prop=i,this.easing=r||A.easing._default,this.options=e,this.start=this.now=this.cur(),this.end=n,this.unit=o||(A.cssNumber[i]?"":"px")},cur:function(){var t=re.propHooks[this.prop];return t&&t.get?t.get(this):re.propHooks._default.get(this)},run:function(t){var e,i=re.propHooks[this.prop];return this.options.duration?this.pos=e=A.easing[this.easing](t,this.options.duration*t,0,1,this.options.duration):this.pos=e=t,this.now=(this.end-this.start)*e+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),i&&i.set?i.set(this):re.propHooks._default.set(this),this}},re.prototype.init.prototype=re.prototype,re.propHooks={_default:{get:function(t){var e;return 1!==t.elem.nodeType||null!=t.elem[t.prop]&&null==t.elem.style[t.prop]?t.elem[t.prop]:(e=A.css(t.elem,t.prop,""))&&"auto"!==e?e:0},set:function(t){A.fx.step[t.prop]?A.fx.step[t.prop](t):1!==t.elem.nodeType||!A.cssHooks[t.prop]&&null==t.elem.style[$t(t.prop)]?t.elem[t.prop]=t.now:A.style(t.elem,t.prop,t.now+t.unit)}}},re.propHooks.scrollTop=re.propHooks.scrollLeft={set:function(t){t.elem.nodeType&&t.elem.parentNode&&(t.elem[t.prop]=t.now)}},A.easing={linear:function(t){return t},swing:function(t){return.5-Math.cos(t*Math.PI)/2},_default:"swing"},A.fx=re.prototype.init,A.fx.step={};var oe,se,ae=/^(?:toggle|show|hide)$/,le=/queueHooks$/;function ce(){se&&(!1===v.hidden&&i.requestAnimationFrame?i.requestAnimationFrame(ce):i.setTimeout(ce,A.fx.interval),A.fx.tick())}function ue(){return i.setTimeout((function(){oe=void 0})),oe=Date.now()}function he(t,e){var i,n=0,r={height:t};for(e=e?1:0;n<4;n+=2-e)r["margin"+(i=rt[n])]=r["padding"+i]=t;return e&&(r.opacity=r.width=t),r}function de(t,e,i){for(var n,r=(pe.tweeners[e]||[]).concat(pe.tweeners["*"]),o=0,s=r.length;o<s;o++)if(n=r[o].call(i,e,t))return n}function pe(t,e,i){var n,r,o=0,s=pe.prefilters.length,a=A.Deferred().always((function(){delete l.elem})),l=function(){if(r)return!1;for(var e=oe||ue(),i=Math.max(0,c.startTime+c.duration-e),n=1-(i/c.duration||0),o=0,s=c.tweens.length;o<s;o++)c.tweens[o].run(n);return a.notifyWith(t,[c,n,i]),n<1&&s?i:(s||a.notifyWith(t,[c,1,0]),a.resolveWith(t,[c]),!1)},c=a.promise({elem:t,props:A.extend({},e),opts:A.extend(!0,{specialEasing:{},easing:A.easing._default},i),originalProperties:e,originalOptions:i,startTime:oe||ue(),duration:i.duration,tweens:[],createTween:function(e,i){var n=A.Tween(t,c.opts,e,i,c.opts.specialEasing[e]||c.opts.easing);return c.tweens.push(n),n},stop:function(e){var i=0,n=e?c.tweens.length:0;if(r)return this;for(r=!0;i<n;i++)c.tweens[i].run(1);return e?(a.notifyWith(t,[c,1,0]),a.resolveWith(t,[c,e])):a.rejectWith(t,[c,e]),this}}),u=c.props;for(function(t,e){var i,n,r,o,s;for(i in t)if(r=e[n=V(i)],o=t[i],Array.isArray(o)&&(r=o[1],o=t[i]=o[0]),i!==n&&(t[n]=o,delete t[i]),(s=A.cssHooks[n])&&"expand"in s)for(i in o=s.expand(o),delete t[n],o)i in t||(t[i]=o[i],e[i]=r);else e[n]=r}(u,c.opts.specialEasing);o<s;o++)if(n=pe.prefilters[o].call(c,t,u,c.opts))return y(n.stop)&&(A._queueHooks(c.elem,c.opts.queue).stop=n.stop.bind(n)),n;return A.map(u,de,c),y(c.opts.start)&&c.opts.start.call(t,c),c.progress(c.opts.progress).done(c.opts.done,c.opts.complete).fail(c.opts.fail).always(c.opts.always),A.fx.timer(A.extend(l,{elem:t,anim:c,queue:c.opts.queue})),c}A.Animation=A.extend(pe,{tweeners:{"*":[function(t,e){var i=this.createTween(t,e);return ct(i.elem,t,nt.exec(e),i),i}]},tweener:function(t,e){y(t)?(e=t,t=["*"]):t=t.match(Y);for(var i,n=0,r=t.length;n<r;n++)i=t[n],pe.tweeners[i]=pe.tweeners[i]||[],pe.tweeners[i].unshift(e)},prefilters:[function(t,e,i){var n,r,o,s,a,l,c,u,h="width"in e||"height"in e,d=this,p={},f=t.style,m=t.nodeType&<(t),g=J.get(t,"fxshow");for(n in i.queue||(null==(s=A._queueHooks(t,"fx")).unqueued&&(s.unqueued=0,a=s.empty.fire,s.empty.fire=function(){s.unqueued||a()}),s.unqueued++,d.always((function(){d.always((function(){s.unqueued--,A.queue(t,"fx").length||s.empty.fire()}))}))),e)if(r=e[n],ae.test(r)){if(delete e[n],o=o||"toggle"===r,r===(m?"hide":"show")){if("show"!==r||!g||void 0===g[n])continue;m=!0}p[n]=g&&g[n]||A.style(t,n)}if((l=!A.isEmptyObject(e))||!A.isEmptyObject(p))for(n in h&&1===t.nodeType&&(i.overflow=[f.overflow,f.overflowX,f.overflowY],null==(c=g&&g.display)&&(c=J.get(t,"display")),"none"===(u=A.css(t,"display"))&&(c?u=c:(dt([t],!0),c=t.style.display||c,u=A.css(t,"display"),dt([t]))),("inline"===u||"inline-block"===u&&null!=c)&&"none"===A.css(t,"float")&&(l||(d.done((function(){f.display=c})),null==c&&(u=f.display,c="none"===u?"":u)),f.display="inline-block")),i.overflow&&(f.overflow="hidden",d.always((function(){f.overflow=i.overflow[0],f.overflowX=i.overflow[1],f.overflowY=i.overflow[2]}))),l=!1,p)l||(g?"hidden"in g&&(m=g.hidden):g=J.access(t,"fxshow",{display:c}),o&&(g.hidden=!m),m&&dt([t],!0),d.done((function(){for(n in m||dt([t]),J.remove(t,"fxshow"),p)A.style(t,n,p[n])}))),l=de(m?g[n]:0,n,d),n in g||(g[n]=l.start,m&&(l.end=l.start,l.start=0))}],prefilter:function(t,e){e?pe.prefilters.unshift(t):pe.prefilters.push(t)}}),A.speed=function(t,e,i){var n=t&&"object"==typeof t?A.extend({},t):{complete:i||!i&&e||y(t)&&t,duration:t,easing:i&&e||e&&!y(e)&&e};return A.fx.off?n.duration=0:"number"!=typeof n.duration&&(n.duration in A.fx.speeds?n.duration=A.fx.speeds[n.duration]:n.duration=A.fx.speeds._default),null!=n.queue&&!0!==n.queue||(n.queue="fx"),n.old=n.complete,n.complete=function(){y(n.old)&&n.old.call(this),n.queue&&A.dequeue(this,n.queue)},n},A.fn.extend({fadeTo:function(t,e,i,n){return this.filter(lt).css("opacity",0).show().end().animate({opacity:e},t,i,n)},animate:function(t,e,i,n){var r=A.isEmptyObject(t),o=A.speed(e,i,n),s=function(){var e=pe(this,A.extend({},t),o);(r||J.get(this,"finish"))&&e.stop(!0)};return s.finish=s,r||!1===o.queue?this.each(s):this.queue(o.queue,s)},stop:function(t,e,i){var n=function(t){var e=t.stop;delete t.stop,e(i)};return"string"!=typeof t&&(i=e,e=t,t=void 0),e&&this.queue(t||"fx",[]),this.each((function(){var e=!0,r=null!=t&&t+"queueHooks",o=A.timers,s=J.get(this);if(r)s[r]&&s[r].stop&&n(s[r]);else for(r in s)s[r]&&s[r].stop&&le.test(r)&&n(s[r]);for(r=o.length;r--;)o[r].elem!==this||null!=t&&o[r].queue!==t||(o[r].anim.stop(i),e=!1,o.splice(r,1));!e&&i||A.dequeue(this,t)}))},finish:function(t){return!1!==t&&(t=t||"fx"),this.each((function(){var e,i=J.get(this),n=i[t+"queue"],r=i[t+"queueHooks"],o=A.timers,s=n?n.length:0;for(i.finish=!0,A.queue(this,t,[]),r&&r.stop&&r.stop.call(this,!0),e=o.length;e--;)o[e].elem===this&&o[e].queue===t&&(o[e].anim.stop(!0),o.splice(e,1));for(e=0;e<s;e++)n[e]&&n[e].finish&&n[e].finish.call(this);delete i.finish}))}}),A.each(["toggle","show","hide"],(function(t,e){var i=A.fn[e];A.fn[e]=function(t,n,r){return null==t||"boolean"==typeof t?i.apply(this,arguments):this.animate(he(e,!0),t,n,r)}})),A.each({slideDown:he("show"),slideUp:he("hide"),slideToggle:he("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},(function(t,e){A.fn[t]=function(t,i,n){return this.animate(e,t,i,n)}})),A.timers=[],A.fx.tick=function(){var t,e=0,i=A.timers;for(oe=Date.now();e<i.length;e++)(t=i[e])()||i[e]!==t||i.splice(e--,1);i.length||A.fx.stop(),oe=void 0},A.fx.timer=function(t){A.timers.push(t),A.fx.start()},A.fx.interval=13,A.fx.start=function(){se||(se=!0,ce())},A.fx.stop=function(){se=null},A.fx.speeds={slow:600,fast:200,_default:400},A.fn.delay=function(t,e){return t=A.fx&&A.fx.speeds[t]||t,e=e||"fx",this.queue(e,(function(e,n){var r=i.setTimeout(e,t);n.stop=function(){i.clearTimeout(r)}}))},function(){var t=v.createElement("input"),e=v.createElement("select").appendChild(v.createElement("option"));t.type="checkbox",g.checkOn=""!==t.value,g.optSelected=e.selected,(t=v.createElement("input")).value="t",t.type="radio",g.radioValue="t"===t.value}();var fe,me=A.expr.attrHandle;A.fn.extend({attr:function(t,e){return q(this,A.attr,t,e,arguments.length>1)},removeAttr:function(t){return this.each((function(){A.removeAttr(this,t)}))}}),A.extend({attr:function(t,e,i){var n,r,o=t.nodeType;if(3!==o&&8!==o&&2!==o)return void 0===t.getAttribute?A.prop(t,e,i):(1===o&&A.isXMLDoc(t)||(r=A.attrHooks[e.toLowerCase()]||(A.expr.match.bool.test(e)?fe:void 0)),void 0!==i?null===i?void A.removeAttr(t,e):r&&"set"in r&&void 0!==(n=r.set(t,i,e))?n:(t.setAttribute(e,i+""),i):r&&"get"in r&&null!==(n=r.get(t,e))?n:null==(n=A.find.attr(t,e))?void 0:n)},attrHooks:{type:{set:function(t,e){if(!g.radioValue&&"radio"===e&&O(t,"input")){var i=t.value;return t.setAttribute("type",e),i&&(t.value=i),e}}}},removeAttr:function(t,e){var i,n=0,r=e&&e.match(Y);if(r&&1===t.nodeType)for(;i=r[n++];)t.removeAttribute(i)}}),fe={set:function(t,e,i){return!1===e?A.removeAttr(t,i):t.setAttribute(i,i),i}},A.each(A.expr.match.bool.source.match(/\w+/g),(function(t,e){var i=me[e]||A.find.attr;me[e]=function(t,e,n){var r,o,s=e.toLowerCase();return n||(o=me[s],me[s]=r,r=null!=i(t,e,n)?s:null,me[s]=o),r}}));var ge=/^(?:input|select|textarea|button)$/i,ye=/^(?:a|area)$/i;function be(t){return(t.match(Y)||[]).join(" ")}function ve(t){return t.getAttribute&&t.getAttribute("class")||""}function Me(t){return Array.isArray(t)?t:"string"==typeof t&&t.match(Y)||[]}A.fn.extend({prop:function(t,e){return q(this,A.prop,t,e,arguments.length>1)},removeProp:function(t){return this.each((function(){delete this[A.propFix[t]||t]}))}}),A.extend({prop:function(t,e,i){var n,r,o=t.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&A.isXMLDoc(t)||(e=A.propFix[e]||e,r=A.propHooks[e]),void 0!==i?r&&"set"in r&&void 0!==(n=r.set(t,i,e))?n:t[e]=i:r&&"get"in r&&null!==(n=r.get(t,e))?n:t[e]},propHooks:{tabIndex:{get:function(t){var e=A.find.attr(t,"tabindex");return e?parseInt(e,10):ge.test(t.nodeName)||ye.test(t.nodeName)&&t.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),g.optSelected||(A.propHooks.selected={get:function(t){var e=t.parentNode;return e&&e.parentNode&&e.parentNode.selectedIndex,null},set:function(t){var e=t.parentNode;e&&(e.selectedIndex,e.parentNode&&e.parentNode.selectedIndex)}}),A.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){A.propFix[this.toLowerCase()]=this})),A.fn.extend({addClass:function(t){var e,i,n,r,o,s,a,l=0;if(y(t))return this.each((function(e){A(this).addClass(t.call(this,e,ve(this)))}));if((e=Me(t)).length)for(;i=this[l++];)if(r=ve(i),n=1===i.nodeType&&" "+be(r)+" "){for(s=0;o=e[s++];)n.indexOf(" "+o+" ")<0&&(n+=o+" ");r!==(a=be(n))&&i.setAttribute("class",a)}return this},removeClass:function(t){var e,i,n,r,o,s,a,l=0;if(y(t))return this.each((function(e){A(this).removeClass(t.call(this,e,ve(this)))}));if(!arguments.length)return this.attr("class","");if((e=Me(t)).length)for(;i=this[l++];)if(r=ve(i),n=1===i.nodeType&&" "+be(r)+" "){for(s=0;o=e[s++];)for(;n.indexOf(" "+o+" ")>-1;)n=n.replace(" "+o+" "," ");r!==(a=be(n))&&i.setAttribute("class",a)}return this},toggleClass:function(t,e){var i=typeof t,n="string"===i||Array.isArray(t);return"boolean"==typeof e&&n?e?this.addClass(t):this.removeClass(t):y(t)?this.each((function(i){A(this).toggleClass(t.call(this,i,ve(this),e),e)})):this.each((function(){var e,r,o,s;if(n)for(r=0,o=A(this),s=Me(t);e=s[r++];)o.hasClass(e)?o.removeClass(e):o.addClass(e);else void 0!==t&&"boolean"!==i||((e=ve(this))&&J.set(this,"__className__",e),this.setAttribute&&this.setAttribute("class",e||!1===t?"":J.get(this,"__className__")||""))}))},hasClass:function(t){var e,i,n=0;for(e=" "+t+" ";i=this[n++];)if(1===i.nodeType&&(" "+be(ve(i))+" ").indexOf(e)>-1)return!0;return!1}});var xe=/\r/g;A.fn.extend({val:function(t){var e,i,n,r=this[0];return arguments.length?(n=y(t),this.each((function(i){var r;1===this.nodeType&&(null==(r=n?t.call(this,i,A(this).val()):t)?r="":"number"==typeof r?r+="":Array.isArray(r)&&(r=A.map(r,(function(t){return null==t?"":t+""}))),(e=A.valHooks[this.type]||A.valHooks[this.nodeName.toLowerCase()])&&"set"in e&&void 0!==e.set(this,r,"value")||(this.value=r))}))):r?(e=A.valHooks[r.type]||A.valHooks[r.nodeName.toLowerCase()])&&"get"in e&&void 0!==(i=e.get(r,"value"))?i:"string"==typeof(i=r.value)?i.replace(xe,""):null==i?"":i:void 0}}),A.extend({valHooks:{option:{get:function(t){var e=A.find.attr(t,"value");return null!=e?e:be(A.text(t))}},select:{get:function(t){var e,i,n,r=t.options,o=t.selectedIndex,s="select-one"===t.type,a=s?null:[],l=s?o+1:r.length;for(n=o<0?l:s?o:0;n<l;n++)if(((i=r[n]).selected||n===o)&&!i.disabled&&(!i.parentNode.disabled||!O(i.parentNode,"optgroup"))){if(e=A(i).val(),s)return e;a.push(e)}return a},set:function(t,e){for(var i,n,r=t.options,o=A.makeArray(e),s=r.length;s--;)((n=r[s]).selected=A.inArray(A.valHooks.option.get(n),o)>-1)&&(i=!0);return i||(t.selectedIndex=-1),o}}}}),A.each(["radio","checkbox"],(function(){A.valHooks[this]={set:function(t,e){if(Array.isArray(e))return t.checked=A.inArray(A(t).val(),e)>-1}},g.checkOn||(A.valHooks[this].get=function(t){return null===t.getAttribute("value")?"on":t.value})})),g.focusin="onfocusin"in i;var _e=/^(?:focusinfocus|focusoutblur)$/,Ae=function(t){t.stopPropagation()};A.extend(A.event,{trigger:function(t,e,n,r){var o,s,a,l,c,u,h,d,f=[n||v],m=p.call(t,"type")?t.type:t,g=p.call(t,"namespace")?t.namespace.split("."):[];if(s=d=a=n=n||v,3!==n.nodeType&&8!==n.nodeType&&!_e.test(m+A.event.triggered)&&(m.indexOf(".")>-1&&(g=m.split("."),m=g.shift(),g.sort()),c=m.indexOf(":")<0&&"on"+m,(t=t[A.expando]?t:new A.Event(m,"object"==typeof t&&t)).isTrigger=r?2:3,t.namespace=g.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+g.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=n),e=null==e?[t]:A.makeArray(e,[t]),h=A.event.special[m]||{},r||!h.trigger||!1!==h.trigger.apply(n,e))){if(!r&&!h.noBubble&&!b(n)){for(l=h.delegateType||m,_e.test(l+m)||(s=s.parentNode);s;s=s.parentNode)f.push(s),a=s;a===(n.ownerDocument||v)&&f.push(a.defaultView||a.parentWindow||i)}for(o=0;(s=f[o++])&&!t.isPropagationStopped();)d=s,t.type=o>1?l:h.bindType||m,(u=(J.get(s,"events")||Object.create(null))[t.type]&&J.get(s,"handle"))&&u.apply(s,e),(u=c&&s[c])&&u.apply&&K(s)&&(t.result=u.apply(s,e),!1===t.result&&t.preventDefault());return t.type=m,r||t.isDefaultPrevented()||h._default&&!1!==h._default.apply(f.pop(),e)||!K(n)||c&&y(n[m])&&!b(n)&&((a=n[c])&&(n[c]=null),A.event.triggered=m,t.isPropagationStopped()&&d.addEventListener(m,Ae),n[m](),t.isPropagationStopped()&&d.removeEventListener(m,Ae),A.event.triggered=void 0,a&&(n[c]=a)),t.result}},simulate:function(t,e,i){var n=A.extend(new A.Event,i,{type:t,isSimulated:!0});A.event.trigger(n,null,e)}}),A.fn.extend({trigger:function(t,e){return this.each((function(){A.event.trigger(t,e,this)}))},triggerHandler:function(t,e){var i=this[0];if(i)return A.event.trigger(t,e,i,!0)}}),g.focusin||A.each({focus:"focusin",blur:"focusout"},(function(t,e){var i=function(t){A.event.simulate(e,t.target,A.event.fix(t))};A.event.special[e]={setup:function(){var n=this.ownerDocument||this.document||this,r=J.access(n,e);r||n.addEventListener(t,i,!0),J.access(n,e,(r||0)+1)},teardown:function(){var n=this.ownerDocument||this.document||this,r=J.access(n,e)-1;r?J.access(n,e,r):(n.removeEventListener(t,i,!0),J.remove(n,e))}}}));var Le=i.location,we={guid:Date.now()},ke=/\?/;A.parseXML=function(t){var e;if(!t||"string"!=typeof t)return null;try{e=(new i.DOMParser).parseFromString(t,"text/xml")}catch(t){e=void 0}return e&&!e.getElementsByTagName("parsererror").length||A.error("Invalid XML: "+t),e};var Se=/\[\]$/,Te=/\r?\n/g,Oe=/^(?:submit|button|image|reset|file)$/i,Ce=/^(?:input|select|textarea|keygen)/i;function je(t,e,i,n){var r;if(Array.isArray(e))A.each(e,(function(e,r){i||Se.test(t)?n(t,r):je(t+"["+("object"==typeof r&&null!=r?e:"")+"]",r,i,n)}));else if(i||"object"!==_(e))n(t,e);else for(r in e)je(t+"["+r+"]",e[r],i,n)}A.param=function(t,e){var i,n=[],r=function(t,e){var i=y(e)?e():e;n[n.length]=encodeURIComponent(t)+"="+encodeURIComponent(null==i?"":i)};if(null==t)return"";if(Array.isArray(t)||t.jquery&&!A.isPlainObject(t))A.each(t,(function(){r(this.name,this.value)}));else for(i in t)je(i,t[i],e,r);return n.join("&")},A.fn.extend({serialize:function(){return A.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var t=A.prop(this,"elements");return t?A.makeArray(t):this})).filter((function(){var t=this.type;return this.name&&!A(this).is(":disabled")&&Ce.test(this.nodeName)&&!Oe.test(t)&&(this.checked||!mt.test(t))})).map((function(t,e){var i=A(this).val();return null==i?null:Array.isArray(i)?A.map(i,(function(t){return{name:e.name,value:t.replace(Te,"\r\n")}})):{name:e.name,value:i.replace(Te,"\r\n")}})).get()}});var ze=/%20/g,Pe=/#.*$/,De=/([?&])_=[^&]*/,Ee=/^(.*?):[ \t]*([^\r\n]*)$/gm,Ne=/^(?:GET|HEAD)$/,Ye=/^\/\//,Be={},We={},Re="*/".concat("*"),He=v.createElement("a");function Ie(t){return function(e,i){"string"!=typeof e&&(i=e,e="*");var n,r=0,o=e.toLowerCase().match(Y)||[];if(y(i))for(;n=o[r++];)"+"===n[0]?(n=n.slice(1)||"*",(t[n]=t[n]||[]).unshift(i)):(t[n]=t[n]||[]).push(i)}}function Xe(t,e,i,n){var r={},o=t===We;function s(a){var l;return r[a]=!0,A.each(t[a]||[],(function(t,a){var c=a(e,i,n);return"string"!=typeof c||o||r[c]?o?!(l=c):void 0:(e.dataTypes.unshift(c),s(c),!1)})),l}return s(e.dataTypes[0])||!r["*"]&&s("*")}function qe(t,e){var i,n,r=A.ajaxSettings.flatOptions||{};for(i in e)void 0!==e[i]&&((r[i]?t:n||(n={}))[i]=e[i]);return n&&A.extend(!0,t,n),t}He.href=Le.href,A.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Le.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(Le.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Re,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":A.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(t,e){return e?qe(qe(t,A.ajaxSettings),e):qe(A.ajaxSettings,t)},ajaxPrefilter:Ie(Be),ajaxTransport:Ie(We),ajax:function(t,e){"object"==typeof t&&(e=t,t=void 0),e=e||{};var n,r,o,s,a,l,c,u,h,d,p=A.ajaxSetup({},e),f=p.context||p,m=p.context&&(f.nodeType||f.jquery)?A(f):A.event,g=A.Deferred(),y=A.Callbacks("once memory"),b=p.statusCode||{},M={},x={},_="canceled",L={readyState:0,getResponseHeader:function(t){var e;if(c){if(!s)for(s={};e=Ee.exec(o);)s[e[1].toLowerCase()+" "]=(s[e[1].toLowerCase()+" "]||[]).concat(e[2]);e=s[t.toLowerCase()+" "]}return null==e?null:e.join(", ")},getAllResponseHeaders:function(){return c?o:null},setRequestHeader:function(t,e){return null==c&&(t=x[t.toLowerCase()]=x[t.toLowerCase()]||t,M[t]=e),this},overrideMimeType:function(t){return null==c&&(p.mimeType=t),this},statusCode:function(t){var e;if(t)if(c)L.always(t[L.status]);else for(e in t)b[e]=[b[e],t[e]];return this},abort:function(t){var e=t||_;return n&&n.abort(e),w(0,e),this}};if(g.promise(L),p.url=((t||p.url||Le.href)+"").replace(Ye,Le.protocol+"//"),p.type=e.method||e.type||p.method||p.type,p.dataTypes=(p.dataType||"*").toLowerCase().match(Y)||[""],null==p.crossDomain){l=v.createElement("a");try{l.href=p.url,l.href=l.href,p.crossDomain=He.protocol+"//"+He.host!=l.protocol+"//"+l.host}catch(t){p.crossDomain=!0}}if(p.data&&p.processData&&"string"!=typeof p.data&&(p.data=A.param(p.data,p.traditional)),Xe(Be,p,e,L),c)return L;for(h in(u=A.event&&p.global)&&0==A.active++&&A.event.trigger("ajaxStart"),p.type=p.type.toUpperCase(),p.hasContent=!Ne.test(p.type),r=p.url.replace(Pe,""),p.hasContent?p.data&&p.processData&&0===(p.contentType||"").indexOf("application/x-www-form-urlencoded")&&(p.data=p.data.replace(ze,"+")):(d=p.url.slice(r.length),p.data&&(p.processData||"string"==typeof p.data)&&(r+=(ke.test(r)?"&":"?")+p.data,delete p.data),!1===p.cache&&(r=r.replace(De,"$1"),d=(ke.test(r)?"&":"?")+"_="+we.guid+++d),p.url=r+d),p.ifModified&&(A.lastModified[r]&&L.setRequestHeader("If-Modified-Since",A.lastModified[r]),A.etag[r]&&L.setRequestHeader("If-None-Match",A.etag[r])),(p.data&&p.hasContent&&!1!==p.contentType||e.contentType)&&L.setRequestHeader("Content-Type",p.contentType),L.setRequestHeader("Accept",p.dataTypes[0]&&p.accepts[p.dataTypes[0]]?p.accepts[p.dataTypes[0]]+("*"!==p.dataTypes[0]?", "+Re+"; q=0.01":""):p.accepts["*"]),p.headers)L.setRequestHeader(h,p.headers[h]);if(p.beforeSend&&(!1===p.beforeSend.call(f,L,p)||c))return L.abort();if(_="abort",y.add(p.complete),L.done(p.success),L.fail(p.error),n=Xe(We,p,e,L)){if(L.readyState=1,u&&m.trigger("ajaxSend",[L,p]),c)return L;p.async&&p.timeout>0&&(a=i.setTimeout((function(){L.abort("timeout")}),p.timeout));try{c=!1,n.send(M,w)}catch(t){if(c)throw t;w(-1,t)}}else w(-1,"No Transport");function w(t,e,s,l){var h,d,v,M,x,_=e;c||(c=!0,a&&i.clearTimeout(a),n=void 0,o=l||"",L.readyState=t>0?4:0,h=t>=200&&t<300||304===t,s&&(M=function(t,e,i){for(var n,r,o,s,a=t.contents,l=t.dataTypes;"*"===l[0];)l.shift(),void 0===n&&(n=t.mimeType||e.getResponseHeader("Content-Type"));if(n)for(r in a)if(a[r]&&a[r].test(n)){l.unshift(r);break}if(l[0]in i)o=l[0];else{for(r in i){if(!l[0]||t.converters[r+" "+l[0]]){o=r;break}s||(s=r)}o=o||s}if(o)return o!==l[0]&&l.unshift(o),i[o]}(p,L,s)),!h&&A.inArray("script",p.dataTypes)>-1&&(p.converters["text script"]=function(){}),M=function(t,e,i,n){var r,o,s,a,l,c={},u=t.dataTypes.slice();if(u[1])for(s in t.converters)c[s.toLowerCase()]=t.converters[s];for(o=u.shift();o;)if(t.responseFields[o]&&(i[t.responseFields[o]]=e),!l&&n&&t.dataFilter&&(e=t.dataFilter(e,t.dataType)),l=o,o=u.shift())if("*"===o)o=l;else if("*"!==l&&l!==o){if(!(s=c[l+" "+o]||c["* "+o]))for(r in c)if((a=r.split(" "))[1]===o&&(s=c[l+" "+a[0]]||c["* "+a[0]])){!0===s?s=c[r]:!0!==c[r]&&(o=a[0],u.unshift(a[1]));break}if(!0!==s)if(s&&t.throws)e=s(e);else try{e=s(e)}catch(t){return{state:"parsererror",error:s?t:"No conversion from "+l+" to "+o}}}return{state:"success",data:e}}(p,M,L,h),h?(p.ifModified&&((x=L.getResponseHeader("Last-Modified"))&&(A.lastModified[r]=x),(x=L.getResponseHeader("etag"))&&(A.etag[r]=x)),204===t||"HEAD"===p.type?_="nocontent":304===t?_="notmodified":(_=M.state,d=M.data,h=!(v=M.error))):(v=_,!t&&_||(_="error",t<0&&(t=0))),L.status=t,L.statusText=(e||_)+"",h?g.resolveWith(f,[d,_,L]):g.rejectWith(f,[L,_,v]),L.statusCode(b),b=void 0,u&&m.trigger(h?"ajaxSuccess":"ajaxError",[L,p,h?d:v]),y.fireWith(f,[L,_]),u&&(m.trigger("ajaxComplete",[L,p]),--A.active||A.event.trigger("ajaxStop")))}return L},getJSON:function(t,e,i){return A.get(t,e,i,"json")},getScript:function(t,e){return A.get(t,void 0,e,"script")}}),A.each(["get","post"],(function(t,e){A[e]=function(t,i,n,r){return y(i)&&(r=r||n,n=i,i=void 0),A.ajax(A.extend({url:t,type:e,dataType:r,data:i,success:n},A.isPlainObject(t)&&t))}})),A.ajaxPrefilter((function(t){var e;for(e in t.headers)"content-type"===e.toLowerCase()&&(t.contentType=t.headers[e]||"")})),A._evalUrl=function(t,e,i){return A.ajax({url:t,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(t){A.globalEval(t,e,i)}})},A.fn.extend({wrapAll:function(t){var e;return this[0]&&(y(t)&&(t=t.call(this[0])),e=A(t,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&e.insertBefore(this[0]),e.map((function(){for(var t=this;t.firstElementChild;)t=t.firstElementChild;return t})).append(this)),this},wrapInner:function(t){return y(t)?this.each((function(e){A(this).wrapInner(t.call(this,e))})):this.each((function(){var e=A(this),i=e.contents();i.length?i.wrapAll(t):e.append(t)}))},wrap:function(t){var e=y(t);return this.each((function(i){A(this).wrapAll(e?t.call(this,i):t)}))},unwrap:function(t){return this.parent(t).not("body").each((function(){A(this).replaceWith(this.childNodes)})),this}}),A.expr.pseudos.hidden=function(t){return!A.expr.pseudos.visible(t)},A.expr.pseudos.visible=function(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)},A.ajaxSettings.xhr=function(){try{return new i.XMLHttpRequest}catch(t){}};var Fe={0:200,1223:204},Ge=A.ajaxSettings.xhr();g.cors=!!Ge&&"withCredentials"in Ge,g.ajax=Ge=!!Ge,A.ajaxTransport((function(t){var e,n;if(g.cors||Ge&&!t.crossDomain)return{send:function(r,o){var s,a=t.xhr();if(a.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(s in t.xhrFields)a[s]=t.xhrFields[s];for(s in t.mimeType&&a.overrideMimeType&&a.overrideMimeType(t.mimeType),t.crossDomain||r["X-Requested-With"]||(r["X-Requested-With"]="XMLHttpRequest"),r)a.setRequestHeader(s,r[s]);e=function(t){return function(){e&&(e=n=a.onload=a.onerror=a.onabort=a.ontimeout=a.onreadystatechange=null,"abort"===t?a.abort():"error"===t?"number"!=typeof a.status?o(0,"error"):o(a.status,a.statusText):o(Fe[a.status]||a.status,a.statusText,"text"!==(a.responseType||"text")||"string"!=typeof a.responseText?{binary:a.response}:{text:a.responseText},a.getAllResponseHeaders()))}},a.onload=e(),n=a.onerror=a.ontimeout=e("error"),void 0!==a.onabort?a.onabort=n:a.onreadystatechange=function(){4===a.readyState&&i.setTimeout((function(){e&&n()}))},e=e("abort");try{a.send(t.hasContent&&t.data||null)}catch(t){if(e)throw t}},abort:function(){e&&e()}}})),A.ajaxPrefilter((function(t){t.crossDomain&&(t.contents.script=!1)})),A.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(t){return A.globalEval(t),t}}}),A.ajaxPrefilter("script",(function(t){void 0===t.cache&&(t.cache=!1),t.crossDomain&&(t.type="GET")})),A.ajaxTransport("script",(function(t){var e,i;if(t.crossDomain||t.scriptAttrs)return{send:function(n,r){e=A("<script>").attr(t.scriptAttrs||{}).prop({charset:t.scriptCharset,src:t.url}).on("load error",i=function(t){e.remove(),i=null,t&&r("error"===t.type?404:200,t.type)}),v.head.appendChild(e[0])},abort:function(){i&&i()}}}));var Ue,Ve=[],Ke=/(=)\?(?=&|$)|\?\?/;A.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var t=Ve.pop()||A.expando+"_"+we.guid++;return this[t]=!0,t}}),A.ajaxPrefilter("json jsonp",(function(t,e,n){var r,o,s,a=!1!==t.jsonp&&(Ke.test(t.url)?"url":"string"==typeof t.data&&0===(t.contentType||"").indexOf("application/x-www-form-urlencoded")&&Ke.test(t.data)&&"data");if(a||"jsonp"===t.dataTypes[0])return r=t.jsonpCallback=y(t.jsonpCallback)?t.jsonpCallback():t.jsonpCallback,a?t[a]=t[a].replace(Ke,"$1"+r):!1!==t.jsonp&&(t.url+=(ke.test(t.url)?"&":"?")+t.jsonp+"="+r),t.converters["script json"]=function(){return s||A.error(r+" was not called"),s[0]},t.dataTypes[0]="json",o=i[r],i[r]=function(){s=arguments},n.always((function(){void 0===o?A(i).removeProp(r):i[r]=o,t[r]&&(t.jsonpCallback=e.jsonpCallback,Ve.push(r)),s&&y(o)&&o(s[0]),s=o=void 0})),"script"})),g.createHTMLDocument=((Ue=v.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===Ue.childNodes.length),A.parseHTML=function(t,e,i){return"string"!=typeof t?[]:("boolean"==typeof e&&(i=e,e=!1),e||(g.createHTMLDocument?((n=(e=v.implementation.createHTMLDocument("")).createElement("base")).href=v.location.href,e.head.appendChild(n)):e=v),o=!i&&[],(r=C.exec(t))?[e.createElement(r[1])]:(r=_t([t],e,o),o&&o.length&&A(o).remove(),A.merge([],r.childNodes)));var n,r,o},A.fn.load=function(t,e,i){var n,r,o,s=this,a=t.indexOf(" ");return a>-1&&(n=be(t.slice(a)),t=t.slice(0,a)),y(e)?(i=e,e=void 0):e&&"object"==typeof e&&(r="POST"),s.length>0&&A.ajax({url:t,type:r||"GET",dataType:"html",data:e}).done((function(t){o=arguments,s.html(n?A("<div>").append(A.parseHTML(t)).find(n):t)})).always(i&&function(t,e){s.each((function(){i.apply(this,o||[t.responseText,e,t])}))}),this},A.expr.pseudos.animated=function(t){return A.grep(A.timers,(function(e){return t===e.elem})).length},A.offset={setOffset:function(t,e,i){var n,r,o,s,a,l,c=A.css(t,"position"),u=A(t),h={};"static"===c&&(t.style.position="relative"),a=u.offset(),o=A.css(t,"top"),l=A.css(t,"left"),("absolute"===c||"fixed"===c)&&(o+l).indexOf("auto")>-1?(s=(n=u.position()).top,r=n.left):(s=parseFloat(o)||0,r=parseFloat(l)||0),y(e)&&(e=e.call(t,i,A.extend({},a))),null!=e.top&&(h.top=e.top-a.top+s),null!=e.left&&(h.left=e.left-a.left+r),"using"in e?e.using.call(t,h):("number"==typeof h.top&&(h.top+="px"),"number"==typeof h.left&&(h.left+="px"),u.css(h))}},A.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each((function(e){A.offset.setOffset(this,t,e)}));var e,i,n=this[0];return n?n.getClientRects().length?(e=n.getBoundingClientRect(),i=n.ownerDocument.defaultView,{top:e.top+i.pageYOffset,left:e.left+i.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var t,e,i,n=this[0],r={top:0,left:0};if("fixed"===A.css(n,"position"))e=n.getBoundingClientRect();else{for(e=this.offset(),i=n.ownerDocument,t=n.offsetParent||i.documentElement;t&&(t===i.body||t===i.documentElement)&&"static"===A.css(t,"position");)t=t.parentNode;t&&t!==n&&1===t.nodeType&&((r=A(t).offset()).top+=A.css(t,"borderTopWidth",!0),r.left+=A.css(t,"borderLeftWidth",!0))}return{top:e.top-r.top-A.css(n,"marginTop",!0),left:e.left-r.left-A.css(n,"marginLeft",!0)}}},offsetParent:function(){return this.map((function(){for(var t=this.offsetParent;t&&"static"===A.css(t,"position");)t=t.offsetParent;return t||ot}))}}),A.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},(function(t,e){var i="pageYOffset"===e;A.fn[t]=function(n){return q(this,(function(t,n,r){var o;if(b(t)?o=t:9===t.nodeType&&(o=t.defaultView),void 0===r)return o?o[e]:t[n];o?o.scrollTo(i?o.pageXOffset:r,i?r:o.pageYOffset):t[n]=r}),t,n,arguments.length)}})),A.each(["top","left"],(function(t,e){A.cssHooks[e]=Gt(g.pixelPosition,(function(t,i){if(i)return i=Ft(t,e),Ht.test(i)?A(t).position()[e]+"px":i}))})),A.each({Height:"height",Width:"width"},(function(t,e){A.each({padding:"inner"+t,content:e,"":"outer"+t},(function(i,n){A.fn[n]=function(r,o){var s=arguments.length&&(i||"boolean"!=typeof r),a=i||(!0===r||!0===o?"margin":"border");return q(this,(function(e,i,r){var o;return b(e)?0===n.indexOf("outer")?e["inner"+t]:e.document.documentElement["client"+t]:9===e.nodeType?(o=e.documentElement,Math.max(e.body["scroll"+t],o["scroll"+t],e.body["offset"+t],o["offset"+t],o["client"+t])):void 0===r?A.css(e,i,a):A.style(e,i,r,a)}),e,s?r:void 0,s)}}))})),A.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],(function(t,e){A.fn[e]=function(t){return this.on(e,t)}})),A.fn.extend({bind:function(t,e,i){return this.on(t,null,e,i)},unbind:function(t,e){return this.off(t,null,e)},delegate:function(t,e,i,n){return this.on(e,t,i,n)},undelegate:function(t,e,i){return 1===arguments.length?this.off(t,"**"):this.off(e,t||"**",i)},hover:function(t,e){return this.mouseenter(t).mouseleave(e||t)}}),A.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),(function(t,e){A.fn[e]=function(t,i){return arguments.length>0?this.on(e,null,t,i):this.trigger(e)}}));var $e=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;A.proxy=function(t,e){var i,n,r;if("string"==typeof e&&(i=t[e],e=t,t=i),y(t))return n=a.call(arguments,2),(r=function(){return t.apply(e||this,n.concat(a.call(arguments)))}).guid=t.guid=t.guid||A.guid++,r},A.holdReady=function(t){t?A.readyWait++:A.ready(!0)},A.isArray=Array.isArray,A.parseJSON=JSON.parse,A.nodeName=O,A.isFunction=y,A.isWindow=b,A.camelCase=V,A.type=_,A.now=Date.now,A.isNumeric=function(t){var e=A.type(t);return("number"===e||"string"===e)&&!isNaN(t-parseFloat(t))},A.trim=function(t){return null==t?"":(t+"").replace($e,"")},void 0===(n=function(){return A}.apply(e,[]))||(t.exports=n);var Je=i.jQuery,Ze=i.$;return A.noConflict=function(t){return i.$===A&&(i.$=Ze),t&&i.jQuery===A&&(i.jQuery=Je),A},void 0===r&&(i.jQuery=i.$=A),A}))},292:function(t,e){(function(){var t;void 0!==(t=this).Splunk&&t.Splunk||(t.Splunk={}),t.Splunk.namespace=function(t){for(var e=t.split("."),i=Splunk,n="Splunk"==e[0]?1:0;n<e.length;n+=1)i[e[n]]=i[e[n]]||{},i=i[e[n]];return i}}).call(window)},293:function(t,e){t.exports=function(){var t=/%%|%(\d+\$)?(\([^)]+\))?([-+#0 ]*)(\*\d+\$|\*|\d+)?(\.(\*\d+\$|\*|\d+))?([scboxXuidfegEG])/g,e=arguments,i=0,n=e[i++],r=function(t,e,i,n){var r=t.length>=e?"":Array(1+e-t.length>>>0).join(i);return n?t+r:r+t},o=function(t,e,i,n,o){var s=n-t.length;return s>0&&(t=i||!o?r(t,n," ",i):t.slice(0,e.length)+r("",s,"0",!0)+t.slice(e.length)),t},s=function(t,e,i,n,s,a,l){var c=t>>>0;return t=(i=i&&c&&{2:"0b",8:"0",16:"0x"}[e]||"")+r(c.toString(e),a||0,"0",!1),o(t,i,n,s,l)},a=function(t,e,i,n,r){return null!=n&&(t=t.slice(0,n)),o(t,"",e,i,r)},l=function(t,n,l,c,u,h,d,p){if("%%"==t)return"%";for(var f=!1,m="",g=!1,y=!1,b=c.length,v=0;c&&v<b;v++)switch(c.charAt(v)){case" ":m=" ";break;case"+":m="+";break;case"-":f=!0;break;case"0":g=!0;break;case"#":y=!0}if((u=u?"*"==u?+e[i++]:"*"==u.charAt(0)?+e[u.slice(1,-1)]:+u:0)<0&&(u=-u,f=!0),!isFinite(u))throw new Error("sprintf: (minimum-)width must be finite");if(d=d?"*"==d?+e[i++]:"*"==d.charAt(0)?+e[d.slice(1,-1)]:+d:"fFeE".indexOf(p)>-1?6:"d"==p?0:void 0,l){l=l.substr(1,l.length-2);var M=e[1][l]}else M=n?e[n.slice(0,-1)]:e[i++];switch(p){case"s":return a(String(M),f,u,d,g);case"c":return a(String.fromCharCode(+M),f,u,d,g);case"b":return s(M,2,y,f,u,d,g);case"o":return s(M,8,y,f,u,d,g);case"x":return s(M,16,y,f,u,d,g);case"X":return s(M,16,y,f,u,d,g).toUpperCase();case"u":return s(M,10,y,f,u,d,g);case"i":case"d":return M=(_=(x=parseInt(+M))<0?"-":m)+r(String(Math.abs(x)),d,"0",!1),o(M,_,f,u,g);case"e":case"E":case"f":case"F":case"g":case"G":var x,_=(x=+M)<0?"-":m,A=["toExponential","toFixed","toPrecision"]["efg".indexOf(p.toLowerCase())],L=["toString","toUpperCase"]["eEfFgG".indexOf(p)%2];return M=_+Math.abs(x)[A](d),o(M,_,f,u,g)[L]();default:return t}};return n.replace(t,l)}},294:function(t,e,n){var r=n("shim/jquery");(function(){!function(t){if(Splunk.namespace("util"),Splunk.util={logger:{info:function(){},log:function(){},debug:function(){},warn:function(){},error:function(){}},propToQueryString:function(t){var e,i=[];for(var n in t)Array.isArray(t[n])?t[n].forEach((function(t){i.push(encodeURIComponent(n)+"="+encodeURIComponent(t))})):(e=t[n],i.push(encodeURIComponent(n)+"="+encodeURIComponent(e)));return i.join("&")},queryStringToProp:function(t){if(!(t=this.trim(t,"&?#"))||0==t.length)return{};for(var e,i,n,r=t.split("&"),o={},s=0;s<r.length;s++){n=r[s].split("=");try{e=decodeURIComponent(n.shift()),i=decodeURIComponent(n.join("=").replace(/\+/g," "))}catch(t){continue}if(o.hasOwnProperty(e))if(Array.isArray(o[e]))o[e].push(i);else{var a=[];a.push(o[e]),a.push(i),o[e]=a}else o[e]=i}return o},getHash:function(){var t=window.location.href.indexOf("#");if(-1==t)return"";var e=window.location.href.indexOf("?",t);return-1!=e?window.location.href.substr(e):window.location.href.substr(t)},parseDate:function(t,e){if(!t||!t.indexOf||0==t.indexOf("mm"))return null;var i=0,n=-1,r=0,o=t.split(/\W+/),s=e.match(/%./g),a=0,l=0,c=0,u=0;for(a=0;a<o.length;++a)if(o[a])switch(s[a]){case"%d":r=parseInt(o[a],10);break;case"%m":n=parseInt(o[a],10)-1;break;case"%Y":case"%y":(i=parseInt(o[a],10))<100&&(i+=i>29?1900:2e3);break;case"%H":l=parseInt(o[a],10);break;case"%M":c=parseInt(o[a],10);break;case"%S":u=parseInt(o[a],10)}return 0!=i&&-1!=n&&0!=r&&new Date(i,n,r,l,c,u)},getTimezoneOffsetDelta:function(t,e){return Splunk.util.isInt(t)?1e3*((t*=-60)-60*e.getTimezoneOffset()):0},getEpochTimeFromISO:function(t){this._isoTimeRegex||(this._isoTimeRegex=/([\+\-])?(\d{4,})(?:(?:\-(\d{2}))(?:(?:\-(\d{2}))(?:(?:[T ](\d{2}))(?:(?:\:(\d{2}))(?:(?:\:(\d{2}(?:\.\d+)?)))?)?(?:(Z)|([\+\-])(\d{2})[:]*(\d{2})?)?)?)?)?/);var e,i,r=this._isoTimeRegex.exec(t);r[7]?(e=r[7].substring(0,2),i=r[7].substring(2)):i="";var o=r[9]+(60*r[10]+parseInt(r[11]||0,10)),s=n("%s/%s/%s %s:%s:%s",r[3],r[4],r[2],r[5],r[6],e),a=new Date(s);return a.setTime(a.getTime()+this.getTimezoneOffsetDelta(o,a)),a.getTime()/1e3+i},getConfigValue:function(t,e){if(window.$C&&window.$C.hasOwnProperty(t))return window.$C[t];if("FORM_KEY"===t)return this.getFormKey();if(void 0!==e)return e;throw new Error("getConfigValue - "+t+" not set, no default provided")},getCookie:function(t){var e=null;if(document.cookie&&""!=document.cookie)for(var i=document.cookie.split(";"),n=0;n<i.length;n++){var o=r.trim(i[n]);if(o.substring(0,t.length+1)==t+"="){e=decodeURIComponent(o.substring(t.length+1));break}}return e},deleteCookie:function(t){var e=new Date;e.setTime(e.getTime()+-864e5),e.toUTCString(),document.cookie=n("%s=;expires=%s;path=/",t,e)},getFormKey:function(){var t="splunkweb_csrf_token_"+Splunk.util.getConfigValue("MRSPARKLE_PORT_NUMBER","");return Splunk.util.getCookie(t)||""},loginCheck:function(){return Splunk.util.getCookie("login")},getPlatform:function(){return window.navigator.platform},isWindowsPlatform:function(){return!!this.getPlatform()&&this.getPlatform().toLocaleLowerCase().indexOf("win")>=0},isLinuxPlatform:function(){return!!this.getPlatform()&&this.getPlatform().toLocaleLowerCase().indexOf("linux")>=0},isMacPlatform:function(){return!!this.getPlatform()&&this.getPlatform().toLocaleLowerCase().indexOf("mac")>=0},make_url:function(){for(var t,e,i="",n=0,r=arguments.length;n<r;n++)(e=(t=arguments[n].toString()).length)>1&&"/"==t.charAt(e-1)&&(t=t.substring(0,e-1)),"/"!=t.charAt(0)?i+="/"+t:i+=t;if("/"!=i){var o=i.split("/"),s=o[1];if("static"==s||"modules"==s){var a=i.substring(s.length+2,i.length);i="/"+s+"/@"+window.$C.BUILD_NUMBER,window.$C.BUILD_PUSH_NUMBER&&(i+="."+window.$C.BUILD_PUSH_NUMBER),"app"==o[2]&&(i+=":"+this.getConfigValue("APP_BUILD",0)),i+="/"+a}}var l=Splunk.util.getConfigValue("MRSPARKLE_ROOT_PATH","/"),c=Splunk.util.getConfigValue("LOCALE","en-US"),u="/"+c+i;return""==l||"/"==l?u:l+u},make_full_url:function(t,e){return t=this.make_url(t),e&&(t=t+"?"+this.propToQueryString(e)),t},redirect_to:function(t,e,i,n){t=this.make_full_url(t,e),i||(i=window),i.document.location=t,n&&i.focus&&i.focus()},getCurrentApp:function(){return r(document.body).attr("s:app")||"UNKNOWN_APP"},getCurrentView:function(){return r(document.body).attr("s:view")||"UNKNOWN_VIEW"},getCurrentDisplayView:function(){return r(document.body).attr("s:displayview")||this.getCurrentView()},getAutoCancelInterval:function(){var t=r(document.body).attr("s:autoCancelInterval");return t||(this.logger.error("no autoCancelInterval found. Returning 0"),t=0),t},getCurrentViewConfig:function(){return r.extend({},Splunk.ViewConfig)},getPath:function(t){void 0===t&&(t=document.location.pathname);var e=this.getConfigValue("LOCALE").toString();if(!this.getConfigValue("LOCALE")||-1==t.indexOf(e))return t;var i=e.length+t.indexOf(e);return t.slice(i)},getCumlativeOffsetTop:function(t){return t?t.offsetTop+this.getCumlativeOffsetTop(t.offsetParent):0},getCumlativeOffsetLeft:function(t){return t?t.offsetLeft+this.getCumlativeOffsetLeft(t.offsetParent):0},getPageYOffset:function(){var t=0;return window.pageYOffset?t=window.pageYOffset:document.documentElement&&document.documentElement.scrollTop&&(t=document.documentElement.scrollTop),t},getWindowDimensions:function(){return{width:isNaN(window.innerWidth)?document.documentElement.clientWidth||0:window.innerWidth,height:isNaN(window.innerHeight)?document.documentElement.clientHeight||0:window.innerHeight}},getComputedStyleHelper:function(t,e){if(t.currentStyle)return t.currentStyle[e];if(window.getComputedStyle){var i=e.replace(/([A-Z])/g,"-$1").toLowerCase();return window.getComputedStyle(t,"").getPropertyValue(i)}return""},getParameter:function(t,e){return(e=e||window.location.search)&&e.indexOf(t+"=")+1?e.split(t+"=")[1].split("&")[0]:null},getHEX:function(t){var e=t.match(/^rgb\((\d+),\s*(\d+),\s*(\d+)\)$/),i=(e[1]<<16|e[2]<<8|e[3]).toString(16);return"#"+Array(6-i.length).concat([i]).toString().replace(/,/g,0)},normalizeColor:function(t){if(normalizedColor=null,"#"===t.charAt(0))4===t.length?normalizedColor=t+t.charAt(1)+t.charAt(2)+t.charAt(3):normalizedColor=t;else try{normalizedColor=this.getHEX(t)}catch(t){}return normalizedColor},validateCronString:function(t){return!!/^((0*([0-9]|[1-5][0-9])|\*)(-0*([0-9]|[1-5][0-9]))?(\/\d+)?,)*(0*([0-9]|[1-5][0-9])|\*)(-0*([0-9]|[1-5][0-9]))?(\/\d+)?\s((0*([0-9]|1[0-9]|2[0-3])|\*)(-0*([0-9]|1[0-9]|2[0-3]))?(\/\d+)?,)*(0*([0-9]|1[0-9]|2[0-3])|\*)(-0*([0-9]|1[0-9]|2[0-3]))?(\/\d+)?\s((0*([1-9]|[1-2][0-9]|3[0-1])|\*)(-0*([1-9]|[1-2][0-9]|3[0-1]))?(\/\d+)?,)*(0*([1-9]|[1-2][0-9]|3[0-1])|\*)(-0*([1-9]|[1-2][0-9]|3[0-1]))?(\/\d+)?\s((0*([1-9]|1[0-2])|\*)(-0*([1-9]|1[0-2]))?(\/\d+)?,)*(0*([1-9]|1[0-2])|\*)(-0*([1-9]|1[0-2]))?(\/\d+)?\s((0*[0-7]|\*)(-0*[0-7])?(\/\d+)?,)*(0*[0-7]|\*)(-0*[0-7])?(\/\d+)?$/.test(t)},turboInnerHTML:function(t,e){
|
|
|
/* @cc_on //innerHTML is faster for IE
|
|
|
target.innerHTML = innerHTML;
|
|
|
return target;
|
|
|
@ */
|
|
|
var i=t.cloneNode(!1);return i.innerHTML=e,t.parentNode.replaceChild(i,t),i},normalizeBoolean:function(t,e){switch("string"==typeof t&&(t=t.toLowerCase()),t){case!0:case 1:case"1":case"yes":case"on":case"true":return!0;case!1:case 0:case"0":case"no":case"off":case"false":return!1;default:if(e)throw TypeError("Unable to cast value into boolean: "+t);return t}},getCommaFormattedNumber:function(t){for(var e=(t+="").split("."),i=e[0],n=e.length>1?"."+e[1]:"",r=/(\d+)(\d{3})/;r.test(i);)i=i.replace(r,"$1,$2");return i+n},reLTrim:/^[\s\t\r\n]+/,reLTrimCommand:/^[\s\t\r\n\|]+/,reRNormalize:/[\s\t\r\n]+$/,addLeadingSearchCommand:function(t,e){var i=""+t;return"|"==(i=i.replace(this.reLTrim,"").replace(this.reRNormalize," ")).substring(0,1)||!e&&"search "==i.substring(0,7)&&i.length>7?t:"search "+i},stripLeadingSearchCommand:function(t){var e=""+t;return"search "==(e=e.replace(this.reLTrimCommand,"")).substring(0,7)?e.substring(7).replace(this.reLTrimCommand,""):t},stringToFieldList:function(t){if("string"!=typeof t||!t)return[];for(var e=[],i=[],n=!1,o=r.trim(t),s=0,a=o.length;s<a;s++)if("\\"!=o.charAt(s))if('"'!=o.charAt(s))" "!=o.charAt(s)&&","!=o.charAt(s)||n?i.push(o.charAt(s)):(i.length>0&&e.push(i.join("")),i=[]);else{if(n){n=!1,e.push(i.join("")),i=[];continue}n=!0}else{var l=s+1;if(a>l&&("\\"==o.charAt(l)||'"'==o.charAt(l))){i.push(o.charAt(l)),s++;continue}i.push(o.charAt(s))}return i.length>0&&e.push(i.join("")),e},_sflQuotable:/([\\",\s])/,_sflEscapable:/([\\"])/g,fieldListToString:function(t){if(!t)return"";for(var e=[],i=0,n=t.length;i<n;i++){var o=r.trim(t[i]);""!=o&&(o.search(this._sflEscapable)>-1&&(o=o.replace(this._sflEscapable,"\\$1")),o.search(this._sflQuotable)>-1&&(o=['"',o,'"'].join("")),e.push(o))}return e.join(",")},searchEscape:function(t,e={}){return e.rexEscape||t.match(/[\s\,=|\[\]\"]/)?`"${t.replace(/(\"|\\)/g,"\\$1")}"`:e.forceQuotes?`"${t}"`:t},searchUnescape:function(t){return'"'!==t[0]||'"'!==t[t.length-1]?t:t.slice(1,-1).replace(/\\"/g,'"').replace(/\\\\/g,"\\")},objectSimilarity:function(t,e){if(t instanceof Array&&e instanceof Array){if(t.length!==e.length)return!1;for(var i=0;i<t.length;i++)if(!this.objectSimilarity(t[i],e[i]))return!1}else if(t instanceof Object&&e instanceof Object){if(t!=e){for(var n in e)if(!t.hasOwnProperty(n))return!1;for(var r in t)if(t.hasOwnProperty(r)){if(!e.hasOwnProperty(r))return!1;if(!this.objectSimilarity(t[r],e[r]))return!1}}}else if("function"==typeof t&&"function"==typeof e){if(t.toString()!==e.toString())return!1}else if(t!==e)return!1;return!0},StopWatch:function(){var t=this,e=null,n=null,r=[],o=function(t){return null!=t},s=function(){return o(e)},a=function(){return o(n)},l=function(){e=null,n=null};t.start=function(){if(s())throw new Error("cannot call start, start already invoked.");e=new Date},t.stop=function(){if(!s())throw new Error("cannot call stop, start not invoked.");if(a())throw new Error("cannot call stop, stop already invoked.");n=new Date,time=n-e,r.push(time)},t.pause=function(){if(!s())throw new Error("cannot call pause, start not invoked.");if(a())throw new Error("cannot call pause, stop already invoked.");t.stop(),l()},t.reset=function(){l(),r=[]},t.time=function(){var t=0;for(i=0;i<r.length;i++)t+=r[i];return s()&&!a()&&(t+=new Date-e),t/1e3}},isInt:function(t){return""!==t&&!isNaN(parseInt(t,10))&&parseInt(t,10)==t/1},smartTrim:function(t,e){if(!t)return t;if(e<1)return t;if(t.length<=e)return t;if(1==e)return t.substring(0,1)+"...";var i=Math.ceil(t.length/2),n=t.length-e,r=Math.ceil(n/2),o=n-r;return t.substring(0,i-r)+"..."+t.substring(i+o)},_tokenDiscoverer:/\$([^$]+)\$/g,discoverReplacementTokens:function(t){var e,i=[],n=Splunk.util._tokenDiscoverer;if("string"==typeof t){if(t.match(n)){e=t.match(n);for(var r=0;r<e.length;r++)e[r]=e[r].substring(1,e[r].length-1);return e}return[]}if("function"==typeof t)return[];for(var o in t){e=[],e=Splunk.util.discoverReplacementTokens(t[o]);for(var s=o.match(n)||[],a=0;a<s.length;a++)e.push(s[a].substring(1,s[a].length-1));for(var l=0;l<e.length;l++)-1==i.indexOf(e[l])&&i.push(e[l])}return i},replaceTokens:function(t,e,i){if("string"==typeof t)return t.match(e)&&(t=t.replace(e,i)),t;if("function"==typeof t)return t;var n={};for(var r in t)"object"==typeof t[r]?Splunk.util.replaceTokens(t[r],e,i):"string"==typeof t[r]&&t[r].match(e)&&(t[r]=t[r].replace(e,i)),r.match(e)&&(n[r]=r.replace(e,i));for(var o in n)t[n[o]]=t[o],delete t[o];return t},getServerTimezoneOffset:function(){return Splunk.util.getConfigValue("SERVER_TIMEZONE_OFFSET")},moduleLoadStates:{WAITING_FOR_INITIALIZATION:1,WAITING_FOR_HIERARCHY:2,WAITING_FOR_CONTEXT:6,HAS_CONTEXT:7},getRetryInterval:function(t,e,i,n){return t>=n?parseFloat(i):Math.min(i*Math.pow(t/parseFloat(n),3)+e,i)},escapeHtml:function(t){return(""+t).replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")},escapeBackslash:function(t){return(""+t).replace(/\\/g,"\\\\")},escapeQuotes:function(t){return(""+t).replace('"','\\"')},escapeRegex:function(t){return(t+"").replace(/([.?*+^$[\]\\(){}|-])/g,"\\$1")},escapeSelector:function(t){return(""+t).replace(/([;&,\.\+\*\~':"\!\^#$%@\[\]\(\)=>\|])/g,"\\$1")},trimToAlphaNumeric:function(t){return(""+t).replace(/([\s;&,\.\+\*\~':"\!\^#$%@\[\]\(\)=<>`\/\|\\])/g,"")},trim:function(t,e){return e?t.replace(new RegExp("^[\\s"+e+"]+"),"").replace(new RegExp("[\\s"+e+"]+$"),""):t.replace(/^\s\s*/,"").replace(/\s\s*$/,"")},lowerTrimStr:function(t,e){return t?this.trim(t).toLowerCase():e||t},focusFirstField:function(t){var e=r(":input:visible:enabled:first",t),i=r("select:visible:enabled:first",t);e.is(":button")&&e.hasClass("splButton-secondary")&&r(":input:button.splButton-primary:first",t).length&&(e=r(":input:button.splButton-primary:first",t));var n=!!e.length&&e.offset().top,o=!!i.length&&i.offset().top,s=e;n&&o&&o<n&&(s=i),s.focus(),s.is(":focus")||setTimeout((function(){s.focus()}),10)},getWikiTransform:function(t){var e=Splunk.util.escapeHtml(t);return(e=(e=(e=e.replace(/\[(\!?)(\w+\:\/\/[^\s]+)\s+([^\]]+)\]/g,'<a href="$2" #~#$1#~#>$3</a>')).replace(/\[\[(\!?)([^\|]+)\|([^\]]+)\]\]/g,Splunk.util._generateInternalLink)).replace(/#~#!#~#/g,'target="_blank" rel="noopener noreferrer"')).replace(/\s*#~##~#/g,"")},_generateInternalLink:function(t,e,i,n){return'<a href="'+(i=Splunk.util.make_url(i))+'"#~#'+e+"#~#>"+n+"</a>"},findMatchIndices:function(t,e){for(var i=e.match(t),n=0,r=[],o=i.length,s=0;s<o;s++){var a=i[s];-1!=(n=e.indexOf(a,n))&&r.push({match:a,start:n,end:n+a.length-1}),n++}return r},isRainmakr:function(t,e){return!t&&e},isStackmakr:function(t,e){return t&&e},getIEVersion:function(){var t=navigator.userAgent.toLowerCase();return-1!=t.indexOf("msie")?parseInt(t.split("msie")[1],10):-1!=t.indexOf("trident")?parseInt(t.split(" rv:")[1],10):-1},restart_server:function(t){var e,i,n,o=!1,s=0,a=!1,l=!1,c=[],u=function(t){Splunk.Messenger.System.getInstance().send("error","restart_server",t),r(document).trigger("restart_failed")},h=function(){var e;l||(l=!0,alert(_("Restart successful - close this dialog to redirect back to login page")),e=t?i+this.make_full_url("/account/login",{return_to:t}):i+this.make_url("/"),window.location.href=e)}.bind(this),d=function(){a||(s++>=180?u(_("Timed out waiting for restart")):(r.ajax({type:"GET",dataType:"json",cache:!1,url:i+this.make_url("/api/config/UI_UNIX_START_TIME"),success:function(t){t.start_time>e&&(a=!0,clearTimeout(o),h())}}),o=setTimeout(d,2e3)))}.bind(this),p=function(){a=!0,clearTimeout(o),h()},f=function(){if(!a){var t=new Image;t.onload=p,t.src=i+this.make_url("/config/img?proto="+n+"&_="+Math.random()),t.alt=_("Restart check status"),c.push(t),o=setTimeout(f,2e3)}}.bind(this);r.post(this.make_url("/api/manager/control"),{operation:"restart_server"},function(t){if("OK"==t.status){e=t.start_time,"window"==t.ssl&&(t.ssl="https:"==window.location.protocol),n=t.ssl?"https":"http",i=(t.ssl?"https://":"http://")+window.location.hostname+(80==t.port||t.ssl&&443==t.port?"":":"+t.port),Splunk.Logger.mode.Default=Splunk.Logger.mode.None,Splunk.Messenger&&(Splunk.Messenger.System.getInstance().abortRequests=!0),Splunk.Session.getInstance().signalRestart(),s=0;var o=window.location.port||("http:"==window.location.protocol?80:443),a="https:"==window.location.protocol;if(!a&&t.ssl||t.ssl&&o!=t.port)return void r(document).trigger({type:"restart_ssl",sslBase:i});t.ssl!=a||o!=t.port?f():d()}else"PERMS"==t.status?u(_("Permission Denied - You are not authorized to restart the server")):"AUTH"==t.status?u(_("Restart failed")):"FAIL"==t.status?u(_("Restart failed: "+t.reason)):u(_("Restart failed"))}.bind(this),"json")},trackEvent:function(t){window._splunk_metrics_events&&"object"==typeof t&&window._splunk_metrics_events.push(t)},assemblePageInteractionData:function(t,e,i){return{type:"page.interact",data:{app:t,action:e,custom:i||{}}}},trackPageInteraction:function(t,e,i){try{this.trackEvent(this.assemblePageInteractionData(t,e,i))}catch(t){console.log("Error in trackPageInteration. Error: "+t)}},debounce:function(t,e){let i=null;return n=>{clearTimeout(i),i=setTimeout(()=>t(n),e)}},constructNewSearchQuery:function({isIndexFieldSelected:t,indexValueFromEvent:e}){if(t)return"*";const i=e||[];return i.length?`index="${i[0]}"`:""}},!Function.prototype.bind){var e=function(t){if(!t)return[];if(t.toArray)return t.toArray();for(var e=[],i=0,n=t.length;i<n;i++)e.push(t[i]);return e};Function.prototype.bind=function(){var t=this,i=e(arguments),n=i.shift();return function(){return t.apply(n,i.concat(e(arguments)))}}}String.prototype.repeat||(String.prototype.repeat=function(t){return new Array(t+1).join(this)}),String.prototype.reverse||(String.prototype.reverse=function(){return this.split("").reverse().join("")}),String.prototype.rsplit||(String.prototype.rsplit=function(t,e){var i=this.split(t);if(e&&i.length>e){for(var n=[],r=0;r<e;r++)n[r]=i[i.length-e+r];return n}return i}),Array.prototype.indexOf||(Array.prototype.indexOf=function(t,e){e||(e=0);for(var i=0;i<this.length;i++)if(this[i]===t)return i;return-1}),Array.prototype.extend||(Array.prototype.extend=function(t){for(var e=0;e<t.length;e++)this.push(t[e])});var n=t.sprintf=function(){var t=/%%|%(\d+\$)?(\([^)]+\))?([-+#0 ]*)(\*\d+\$|\*|\d+)?(\.(\*\d+\$|\*|\d+))?([scboxXuidfegEG])/g,e=arguments,i=0,n=e[i];i++;var r=function(t,e,i,n){var r=t.length>=e?"":Array(1+e-t.length>>>0).join(i);return n?t+r:r+t},o=function(t,e,i,n,o){var s=n-t.length;return s>0&&(t=i||!o?r(t,n," ",i):t.slice(0,e.length)+r("",s,"0",!0)+t.slice(e.length)),t},s=function(t,e,i,n,s,a,l){var c=t>>>0;return t=(i=i&&c&&{2:"0b",8:"0",16:"0x"}[e]||"")+r(c.toString(e),a||0,"0",!1),o(t,i,n,s,l)},a=function(t,e,i,n,r){return null!=n&&(t=t.slice(0,n)),o(t,"",e,i,r)},l=function(t,n,l,c,u,h,d,p){if("%%"==t)return"%";for(var f,m,g,y=!1,b="",v=!1,M=!1,x=c.length,_=0;c&&_<x;_++)switch(c.charAt(_)){case" ":b=" ";break;case"+":b="+";break;case"-":y=!0;break;case"0":v=!0;break;case"#":M=!0}if(u?"*"==u?(u=+e[i],i++):u="*"==u.charAt(0)?+e[u.slice(1,-1)]:+u:u=0,u<0&&(u=-u,y=!0),!isFinite(u))throw new Error("sprintf: (minimum-)width must be finite");switch(d?"*"==d?(d=+e[i],i++):d="*"==d.charAt(0)?+e[d.slice(1,-1)]:+d:d="fFeE".indexOf(p)>-1?6:"d"==p?0:void 0,l?(l=l.substr(1,l.length-2),f=e[1].__getitem__?e[1].__getitem__(l):e[1][l]):n?f=e[n.slice(0,-1)]:(f=e[i],i++),p){case"s":return a(String(f),y,u,d,v);case"c":return a(String.fromCharCode(+f),y,u,d,v);case"b":return s(f,2,M,y,u,d,v);case"o":return s(f,8,M,y,u,d,v);case"x":return s(f,16,M,y,u,d,v);case"X":return s(f,16,M,y,u,d,v).toUpperCase();case"u":return s(f,10,M,y,u,d,v);case"i":case"d":return f=(g=(m=parseInt(+f,10))<0?"-":b)+r(String(Math.abs(m)),d,"0",!1),o(f,g,y,u,v);case"e":case"E":case"f":case"F":case"g":case"G":g=(m=+f)<0?"-":b;var A=["toExponential","toFixed","toPrecision"]["efg".indexOf(p.toLowerCase())],L=["toString","toUpperCase"]["eEfFgG".indexOf(p)%2];return f=g+Math.abs(m)[A](d),o(f,g,y,u,v)[L]();default:return t}};return n.replace(t,l)}}(this)}).call(window)},"api/SplunkVisualizationBase":function(t,e,i){var n,r;n=[i("require/underscore"),i("require/backbone")],void 0===(r=function(t,e){const i=function(t){this.name="SplunkVisualizationError",this.message=t||"",Error.apply(this,arguments)};i.prototype=new Error;const n=function(t,e,i,n){this.el=t,this._config=null,this._data=null,this._appName=e,this._vizName=i,this._dataSources=n||[],this.initialize()};return t.extend(n.prototype,e.Events,{initialize:function(){},getInitialDataParams:function(t){return{}},onConfigChange:function(t,e){this.invalidateFormatData()},combineData:function(t,e){if(this._dataSources.length>1)throw new Error("implement combineData to support multiple data sources");return t.primary||{}},formatData:function(t,e){return t},setupView:function(){},updateView:function(t,e,i){},onRefresh:function(){},reflow:function(){},remove:function(){},updateDataParams:function(t){this.trigger("updateDataParams",t)},drilldown:function(t,e){this.trigger("drilldown",t,e)},invalidateFormatData:function(){this.trigger("invalidateFormatData")},invalidateUpdateView:function(){this.trigger("invalidateUpdateView")},invalidateReflow:function(){this.trigger("invalidateReflow")},getCurrentData:function(){return this._data},getCurrentConfig:function(){return this._config},getPropertyNamespaceInfo:function(){return{appName:this._appName,vizName:this._vizName,propertyNamespace:"display.visualizations.custom."+this._appName+"."+this._vizName+"."}},setCurrentData:function(t){this._data=t},setCurrentConfig:function(t){this._config=t}}),t.extend(n,{extend:e.View.extend,COLUMN_MAJOR_OUTPUT_MODE:"json_cols",ROW_MAJOR_OUTPUT_MODE:"json_rows",RAW_OUTPUT_MODE:"json",FIELD_VALUE_DRILLDOWN:"fieldvalue",GEOSPATIAL_DRILLDOWN:"geoviz",SORT_ASCENDING:"asc",SORT_DESCENDING:"desc",VisualizationError:i}),n}.apply(e,n))||(t.exports=r)},"contrib/backbone":function(t,e,i){var n,r,o;o=this,n=[i("require/underscore"),i("shim/jquery"),e],void 0===(r=function(t,e,i){o.Backbone=function(t,e,i,n){var r=t.Backbone,o=[].slice;e.VERSION="1.1.2",e.$=n,e.noConflict=function(){return t.Backbone=r,this},e.emulateHTTP=!1,e.emulateJSON=!1;var s=e.Events={on:function(t,e,i){return l(this,"on",t,[e,i])&&e?(this._events||(this._events={}),(this._events[t]||(this._events[t]=[])).push({callback:e,context:i,ctx:i||this}),this):this},once:function(t,e,n){if(!l(this,"once",t,[e,n])||!e)return this;var r=this,o=i.once((function(){r.off(t,o),e.apply(this,arguments)}));return o._callback=e,this.on(t,o,n)},off:function(t,e,n){var r,o,s,a,c,u,h,d;if(!this._events||!l(this,"off",t,[e,n]))return this;if(!t&&!e&&!n)return this._events=void 0,this;for(c=0,u=(a=t?[t]:i.keys(this._events)).length;c<u;c++)if(t=a[c],s=this._events[t]){if(this._events[t]=r=[],e||n)for(h=0,d=s.length;h<d;h++)o=s[h],(e&&e!==o.callback&&e!==o.callback._callback||n&&n!==o.context)&&r.push(o);r.length||delete this._events[t]}return this},trigger:function(t){if(!this._events)return this;var e=o.call(arguments,1);if(!l(this,"trigger",t,e))return this;var i=this._events[t],n=this._events.all;return i&&c(i,e),n&&c(n,arguments),this},stopListening:function(t,e,n){var r=this._listeningTo;if(!r)return this;var o=!e&&!n;for(var s in n||"object"!=typeof e||(n=this),t&&((r={})[t._listenId]=t),r)(t=r[s]).off(e,n,this),(o||i.isEmpty(t._events))&&delete this._listeningTo[s];return this}},a=/\s+/,l=function(t,e,i,n){if(!i)return!0;if("object"==typeof i){for(var r in i)t[e].apply(t,[r,i[r]].concat(n));return!1}if(a.test(i)){for(var o=i.split(a),s=0,l=o.length;s<l;s++)t[e].apply(t,[o[s]].concat(n));return!1}return!0},c=function(t,e){var i,n=-1,r=t.length,o=e[0],s=e[1],a=e[2];switch(e.length){case 0:for(;++n<r;)(i=t[n]).callback.call(i.ctx);return;case 1:for(;++n<r;)(i=t[n]).callback.call(i.ctx,o);return;case 2:for(;++n<r;)(i=t[n]).callback.call(i.ctx,o,s);return;case 3:for(;++n<r;)(i=t[n]).callback.call(i.ctx,o,s,a);return;default:for(;++n<r;)(i=t[n]).callback.apply(i.ctx,e);return}};i.each({listenTo:"on",listenToOnce:"once"},(function(t,e){s[e]=function(e,n,r){return(this._listeningTo||(this._listeningTo={}))[e._listenId||(e._listenId=i.uniqueId("l"))]=e,r||"object"!=typeof n||(r=this),e[t](n,r,this),this}})),s.bind=s.on,s.unbind=s.off,i.extend(e,s);var u=e.Model=function(t,e){var n=t||{};e||(e={}),this.cid=i.uniqueId("c"),this.attributes={},e.collection&&(this.collection=e.collection),e.parse&&(n=this.parse(n,e)||{}),n=i.defaults({},n,i.result(this,"defaults")),this.set(n,e),this.changed={},this.initialize.apply(this,arguments)};i.extend(u.prototype,s,{changed:null,validationError:null,idAttribute:"id",initialize:function(){},toJSON:function(t){return i.clone(this.attributes)},sync:function(){return e.sync.apply(this,arguments)},get:function(t){return this.attributes[t]},escape:function(t){return i.escape(this.get(t))},has:function(t){return null!=this.get(t)},set:function(t,e,n){var r,o,s,a,l,c,u,h;if(null==t)return this;if("object"==typeof t?(o=t,n=e):(o={})[t]=e,n||(n={}),!this._validate(o,n))return!1;for(r in s=n.unset,l=n.silent,a=[],c=this._changing,this._changing=!0,c||(this._previousAttributes=i.clone(this.attributes),this.changed={}),h=this.attributes,u=this._previousAttributes,this.idAttribute in o&&(this.id=o[this.idAttribute]),o)e=o[r],i.isEqual(h[r],e)||a.push(r),i.isEqual(u[r],e)?delete this.changed[r]:this.changed[r]=e,s?delete h[r]:h[r]=e;if(!l){a.length&&(this._pending=n);for(var d=0,p=a.length;d<p;d++)this.trigger("change:"+a[d],this,h[a[d]],n)}if(c)return this;if(!l)for(;this._pending;)n=this._pending,this._pending=!1,this.trigger("change",this,n);return this._pending=!1,this._changing=!1,this},unset:function(t,e){return this.set(t,void 0,i.extend({},e,{unset:!0}))},clear:function(t){var e={};for(var n in this.attributes)e[n]=void 0;return this.set(e,i.extend({},t,{unset:!0}))},hasChanged:function(t){return null==t?!i.isEmpty(this.changed):i.has(this.changed,t)},changedAttributes:function(t){if(!t)return!!this.hasChanged()&&i.clone(this.changed);var e,n=!1,r=this._changing?this._previousAttributes:this.attributes;for(var o in t)i.isEqual(r[o],e=t[o])||((n||(n={}))[o]=e);return n},previous:function(t){return null!=t&&this._previousAttributes?this._previousAttributes[t]:null},previousAttributes:function(){return i.clone(this._previousAttributes)},fetch:function(t){void 0===(t=t?i.clone(t):{}).parse&&(t.parse=!0);var e=this,n=t.success;return t.success=function(i){if(!e.set(e.parse(i,t),t))return!1;n&&n(e,i,t),e.trigger("sync",e,i,t)},j(this,t),this.sync("read",this,t)},save:function(t,e,n){var r,o,s,a=this.attributes;if(null==t||"object"==typeof t?(r=t,n=e):(r={})[t]=e,n=i.extend({validate:!0},n),r&&!n.wait){if(!this.set(r,n))return!1}else if(!this._validate(r,n))return!1;r&&n.wait&&(this.attributes=i.extend({},a,r)),void 0===n.parse&&(n.parse=!0);var l=this,c=n.success;return n.success=function(t){l.attributes=a;var e=l.parse(t,n);if(n.wait&&(e=i.extend(r||{},e)),i.isObject(e)&&!l.set(e,n))return!1;c&&c(l,t,n),l.trigger("sync",l,t,n)},j(this,n),"patch"==(o=this.isNew()?"create":n.patch?"patch":"update")&&(n.attrs=r),s=this.sync(o,this,n),r&&n.wait&&(this.attributes=a),s},destroy:function(t){t=t?i.clone(t):{};var e=this,n=t.success,r=function(){e.trigger("destroy",e,e.collection,t)};if(t.success=function(i){(t.wait||e.isNew())&&r(),n&&n(e,i,t),e.isNew()||e.trigger("sync",e,i,t)},this.isNew())return t.success(),!1;j(this,t);var o=this.sync("delete",this,t);return t.wait||r(),o},url:function(){var t=i.result(this,"urlRoot")||i.result(this.collection,"url")||C();return this.isNew()?t:t.replace(/([^\/])$/,"$1/")+encodeURIComponent(this.id)},parse:function(t,e){return t},clone:function(){return new this.constructor(this.attributes)},isNew:function(){return!this.has(this.idAttribute)},isValid:function(t){return this._validate({},i.extend(t||{},{validate:!0}))},_validate:function(t,e){if(!e.validate||!this.validate)return!0;t=i.extend({},this.attributes,t);var n=this.validationError=this.validate(t,e)||null;return!n||(this.trigger("invalid",this,n,i.extend(e,{validationError:n})),!1)}}),i.each(["keys","values","pairs","invert","pick","omit"],(function(t){u.prototype[t]=function(){var e=o.call(arguments);return e.unshift(this.attributes),i[t].apply(i,e)}}));var h=e.Collection=function(t,e){e||(e={}),e.model&&(this.model=e.model),void 0!==e.comparator&&(this.comparator=e.comparator),this._reset(),this.initialize.apply(this,arguments),t&&this.reset(t,i.extend({silent:!0},e))},d={add:!0,remove:!0,merge:!0},p={add:!0,remove:!1};i.extend(h.prototype,s,{model:u,initialize:function(){},toJSON:function(t){return this.map((function(e){return e.toJSON(t)}))},sync:function(){return e.sync.apply(this,arguments)},add:function(t,e){return this.set(t,i.extend({merge:!1},e,p))},remove:function(t,e){var n,r,o,s,a=!i.isArray(t);for(e||(e={}),n=0,r=(t=a?[t]:i.clone(t)).length;n<r;n++)(s=t[n]=this.get(t[n]))&&(delete this._byId[s.id],delete this._byId[s.cid],o=this.indexOf(s),this.models.splice(o,1),this.length--,e.silent||(e.index=o,s.trigger("remove",s,this,e)),this._removeReference(s,e));return a?t[0]:t},set:function(t,e){(e=i.defaults({},e,d)).parse&&(t=this.parse(t,e));var n,r,o,s,a,l,c,h=!i.isArray(t);t=h?t?[t]:[]:i.clone(t);var p=e.at,f=this.model,m=this.comparator&&null==p&&!1!==e.sort,g=i.isString(this.comparator)?this.comparator:null,y=[],b=[],v={},M=e.add,x=e.merge,_=e.remove,A=!(m||!M||!_)&&[];for(n=0,r=t.length;n<r;n++){if(o=(a=t[n]||{})instanceof u?s=a:a[f.prototype.idAttribute||"id"],l=this.get(o))_&&(v[l.cid]=!0),x&&(a=a===s?s.attributes:a,e.parse&&(a=l.parse(a,e)),l.set(a,e),m&&!c&&l.hasChanged(g)&&(c=!0)),t[n]=l;else if(M){if(!(s=t[n]=this._prepareModel(a,e)))continue;y.push(s),this._addReference(s,e)}s=l||s,!A||!s.isNew()&&v[s.id]||A.push(s),v[s.id]=!0}if(_){for(n=0,r=this.length;n<r;++n)v[(s=this.models[n]).cid]||b.push(s);b.length&&this.remove(b,e)}if(y.length||A&&A.length)if(m&&(c=!0),this.length+=y.length,null!=p)for(n=0,r=y.length;n<r;n++)this.models.splice(p+n,0,y[n]);else{A&&(this.models.length=0);var L=A||y;for(n=0,r=L.length;n<r;n++)this.models.push(L[n])}if(c&&this.sort({silent:!0}),!e.silent){for(n=0,r=y.length;n<r;n++)(s=y[n]).trigger("add",s,this,e);(c||A&&A.length)&&this.trigger("sort",this,e)}return h?t[0]:t},reset:function(t,e){e||(e={});for(var n=0,r=this.models.length;n<r;n++)this._removeReference(this.models[n],e);return e.previousModels=this.models,this._reset(),t=this.add(t,i.extend({silent:!0},e)),e.silent||this.trigger("reset",this,e),t},push:function(t,e){return this.add(t,i.extend({at:this.length},e))},pop:function(t){var e=this.at(this.length-1);return this.remove(e,t),e},unshift:function(t,e){return this.add(t,i.extend({at:0},e))},shift:function(t){var e=this.at(0);return this.remove(e,t),e},slice:function(){return o.apply(this.models,arguments)},get:function(t){if(null!=t)return this._byId[t]||this._byId[t.id]||this._byId[t.cid]},at:function(t){return this.models[t]},where:function(t,e){return i.isEmpty(t)?e?void 0:[]:this[e?"find":"filter"]((function(e){for(var i in t)if(t[i]!==e.get(i))return!1;return!0}))},findWhere:function(t){return this.where(t,!0)},sort:function(t){if(!this.comparator)throw new Error("Cannot sort a set without a comparator");return t||(t={}),i.isString(this.comparator)||1===this.comparator.length?this.models=this.sortBy(this.comparator,this):this.models.sort(i.bind(this.comparator,this)),t.silent||this.trigger("sort",this,t),this},pluck:function(t){return i.invoke(this.models,"get",t)},fetch:function(t){void 0===(t=t?i.clone(t):{}).parse&&(t.parse=!0);var e=t.success,n=this;return t.success=function(i){var r=t.reset?"reset":"set";n[r](i,t),e&&e(n,i,t),n.trigger("sync",n,i,t)},j(this,t),this.sync("read",this,t)},create:function(t,e){if(e=e?i.clone(e):{},!(t=this._prepareModel(t,e)))return!1;e.wait||this.add(t,e);var n=this,r=e.success;return e.success=function(t,i){e.wait&&n.add(t,e),r&&r(t,i,e)},t.save(null,e),t},parse:function(t,e){return t},clone:function(){return new this.constructor(this.models)},_reset:function(){this.length=0,this.models=[],this._byId={}},_prepareModel:function(t,e){if(t instanceof u)return t;(e=e?i.clone(e):{}).collection=this;var n=new this.model(t,e);return n.validationError?(this.trigger("invalid",this,n.validationError,e),!1):n},_addReference:function(t,e){this._byId[t.cid]=t,null!=t.id&&(this._byId[t.id]=t),t.collection||(t.collection=this),t.on("all",this._onModelEvent,this)},_removeReference:function(t,e){this===t.collection&&delete t.collection,t.off("all",this._onModelEvent,this)},_onModelEvent:function(t,e,i,n){("add"!==t&&"remove"!==t||i===this)&&("destroy"===t&&this.remove(e,n),e&&t==="change:"+e.idAttribute&&(delete this._byId[e.previous(e.idAttribute)],null!=e.id&&(this._byId[e.id]=e)),this.trigger.apply(this,arguments))}}),i.each(["forEach","each","map","collect","reduce","foldl","inject","reduceRight","foldr","find","detect","filter","select","reject","every","all","some","any","include","contains","invoke","max","min","toArray","size","first","head","take","initial","rest","tail","drop","last","without","difference","indexOf","shuffle","lastIndexOf","isEmpty","chain","sample"],(function(t){h.prototype[t]=function(){var e=o.call(arguments);return e.unshift(this.models),i[t].apply(i,e)}})),i.each(["groupBy","countBy","sortBy","indexBy"],(function(t){h.prototype[t]=function(e,n){var r=i.isFunction(e)?e:function(t){return t.get(e)};return i[t](this.models,r,n)}}));var f=e.View=function(t){this.cid=i.uniqueId("view"),t||(t={}),i.extend(this,i.pick(t,g)),this._ensureElement(),this.initialize.apply(this,arguments),this.delegateEvents()},m=/^(\S+)\s*(.*)$/,g=["model","collection","el","id","attributes","className","tagName","events"];i.extend(f.prototype,s,{tagName:"div",$:function(t){return this.$el.find(t)},initialize:function(){},render:function(){return this},remove:function(){return this.$el.remove(),this.stopListening(),this},setElement:function(t,i){return this.$el&&this.undelegateEvents(),this.$el=t instanceof e.$?t:e.$(t),this.el=this.$el[0],!1!==i&&this.delegateEvents(),this},delegateEvents:function(t){if(!t&&!(t=i.result(this,"events")))return this;for(var e in this.undelegateEvents(),t){var n=t[e];if(i.isFunction(n)||(n=this[t[e]]),n){var r=e.match(m),o=r[1],s=r[2];n=i.bind(n,this),o+=".delegateEvents"+this.cid,""===s?this.$el.on(o,n):this.$el.on(o,s,n)}}return this},undelegateEvents:function(){return this.$el.off(".delegateEvents"+this.cid),this},_ensureElement:function(){if(this.el)this.setElement(i.result(this,"el"),!1);else{var t=i.extend({},i.result(this,"attributes"));this.id&&(t.id=i.result(this,"id")),this.className&&(t.class=i.result(this,"className"));var n=e.$("<"+i.result(this,"tagName")+">").attr(t);this.setElement(n,!1)}}}),e.sync=function(t,n,r){var o=b[t];i.defaults(r||(r={}),{emulateHTTP:e.emulateHTTP,emulateJSON:e.emulateJSON});var s={type:o,dataType:"json"};if(r.url||(s.url=i.result(n,"url")||C()),null!=r.data||!n||"create"!==t&&"update"!==t&&"patch"!==t||(s.contentType="application/json",s.data=JSON.stringify(r.attrs||n.toJSON(r))),r.emulateJSON&&(s.contentType="application/x-www-form-urlencoded",s.data=s.data?{model:s.data}:{}),r.emulateHTTP&&("PUT"===o||"DELETE"===o||"PATCH"===o)){s.type="POST",r.emulateJSON&&(s.data._method=o);var a=r.beforeSend;r.beforeSend=function(t){if(t.setRequestHeader("X-HTTP-Method-Override",o),a)return a.apply(this,arguments)}}"GET"===s.type||r.emulateJSON||(s.processData=!1),"PATCH"===s.type&&y&&(s.xhr=function(){return new ActiveXObject("Microsoft.XMLHTTP")});var l=r.xhr=e.ajax(i.extend(s,r));return n.trigger("request",n,l,r),l};var y=!("undefined"==typeof window||!window.ActiveXObject||window.XMLHttpRequest&&(new XMLHttpRequest).dispatchEvent),b={create:"POST",update:"PUT",patch:"PATCH",delete:"DELETE",read:"GET"};e.ajax=function(){return e.$.ajax.apply(e.$,arguments)};var v=e.Router=function(t){t||(t={}),t.routes&&(this.routes=t.routes),this._bindRoutes(),this.initialize.apply(this,arguments)},M=/\((.*?)\)/g,x=/(\(\?)?:\w+/g,_=/\*\w+/g,A=/[\-{}\[\]+?.,\\\^$|#\s]/g;i.extend(v.prototype,s,{initialize:function(){},route:function(t,n,r){i.isRegExp(t)||(t=this._routeToRegExp(t)),i.isFunction(n)&&(r=n,n=""),r||(r=this[n]);var o=this;return e.history.route(t,(function(i){var s=o._extractParameters(t,i);o.execute(r,s),o.trigger.apply(o,["route:"+n].concat(s)),o.trigger("route",n,s),e.history.trigger("route",o,n,s)})),this},execute:function(t,e){t&&t.apply(this,e)},navigate:function(t,i){return e.history.navigate(t,i),this},_bindRoutes:function(){if(this.routes){this.routes=i.result(this,"routes");for(var t,e=i.keys(this.routes);null!=(t=e.pop());)this.route(t,this.routes[t])}},_routeToRegExp:function(t){return t=t.replace(A,"\\$&").replace(M,"(?:$1)?").replace(x,(function(t,e){return e?t:"([^/?]+)"})).replace(_,"([^?]*?)"),new RegExp("^"+t+"(?:\\?([\\s\\S]*))?$")},_extractParameters:function(t,e){var n=t.exec(e).slice(1);return i.map(n,(function(t,e){return e===n.length-1?t||null:t?decodeURIComponent(t):null}))}});var L=e.History=function(){this.handlers=[],i.bindAll(this,"checkUrl"),"undefined"!=typeof window&&(this.location=window.location,this.history=window.history)},w=/^[#\/]|\s+$/g,k=/^\/+|\/+$/g,S=/msie [\w.]+/,T=/\/$/,O=/#.*$/;L.started=!1,i.extend(L.prototype,s,{interval:50,atRoot:function(){return this.location.pathname.replace(/[^\/]$/,"$&/")===this.root},getHash:function(t){var e=(t||this).location.href.match(/#(.*)$/);return e?e[1]:""},getFragment:function(t,e){if(null==t)if(this._hasPushState||!this._wantsHashChange||e){t=decodeURI(this.location.pathname+this.location.search);var i=this.root.replace(T,"");t.indexOf(i)||(t=t.slice(i.length))}else t=this.getHash();return t.replace(w,"")},start:function(t){if(L.started)throw new Error("Backbone.history has already been started");L.started=!0,this.options=i.extend({root:"/"},this.options,t),this.root=this.options.root,this._wantsHashChange=!1!==this.options.hashChange,this._wantsPushState=!!this.options.pushState,this._hasPushState=!!(this.options.pushState&&this.history&&this.history.pushState);var n=this.getFragment(),r=document.documentMode,o=S.exec(navigator.userAgent.toLowerCase())&&(!r||r<=7);if(this.root=("/"+this.root+"/").replace(k,"/"),o&&this._wantsHashChange){var s=e.$('<iframe src="javascript:0" tabindex="-1">');this.iframe=s.hide().appendTo("body")[0].contentWindow,this.navigate(n)}this._hasPushState?e.$(window).on("popstate",this.checkUrl):this._wantsHashChange&&"onhashchange"in window&&!o?e.$(window).on("hashchange",this.checkUrl):this._wantsHashChange&&(this._checkUrlInterval=setInterval(this.checkUrl,this.interval)),this.fragment=n;var a=this.location;if(this._wantsHashChange&&this._wantsPushState){if(!this._hasPushState&&!this.atRoot())return this.fragment=this.getFragment(null,!0),this.location.replace(this.root+"#"+this.fragment),!0;this._hasPushState&&this.atRoot()&&a.hash&&(this.fragment=this.getHash().replace(w,""),this.history.replaceState({},document.title,this.root+this.fragment))}if(!this.options.silent)return this.loadUrl()},stop:function(){e.$(window).off("popstate",this.checkUrl).off("hashchange",this.checkUrl),this._checkUrlInterval&&clearInterval(this._checkUrlInterval),L.started=!1},route:function(t,e){this.handlers.unshift({route:t,callback:e})},checkUrl:function(t){var e=this.getFragment();if(e===this.fragment&&this.iframe&&(e=this.getFragment(this.getHash(this.iframe))),e===this.fragment)return!1;this.iframe&&this.navigate(e),this.loadUrl()},loadUrl:function(t){return t=this.fragment=this.getFragment(t),i.any(this.handlers,(function(e){if(e.route.test(t))return e.callback(t),!0}))},navigate:function(t,e){if(!L.started)return!1;e&&!0!==e||(e={trigger:!!e});var i=this.root+(t=this.getFragment(t||""));if(t=t.replace(O,""),this.fragment!==t){if(this.fragment=t,""===t&&"/"!==i&&(i=i.slice(0,-1)),this._hasPushState)this.history[e.replace?"replaceState":"pushState"]({},document.title,i);else{if(!this._wantsHashChange)return this.location.assign(i);this._updateHash(this.location,t,e.replace),this.iframe&&t!==this.getFragment(this.getHash(this.iframe))&&(e.replace||this.iframe.document.open().close(),this._updateHash(this.iframe.location,t,e.replace))}return e.trigger?this.loadUrl(t):void 0}},_updateHash:function(t,e,i){if(i){var n=t.href.replace(/(javascript:|#).*$/,"");t.replace(n+"#"+e)}else t.hash="#"+e}}),e.history=new L,u.extend=h.extend=v.extend=f.extend=L.extend=function(t,e){var n,r=this;n=t&&i.has(t,"constructor")?t.constructor:function(){return r.apply(this,arguments)},i.extend(n,r,e);var o=function(){this.constructor=n};return o.prototype=r.prototype,n.prototype=new o,t&&i.extend(n.prototype,t),n.__super__=r.prototype,n};var C=function(){throw new Error('A "url" property or function must be specified')},j=function(t,e){var i=e.error;e.error=function(n){i&&i(t,n,e),e.manuallyHandleErrorTrigger||t.trigger("error",t,n,e)}};return e}(o,i,t,e)}.apply(e,n))||(t.exports=r)},"contrib/jg_lib/Class":function(t,e,i){var n;
|
|
|
/*!
|
|
|
* Copyright (c) 2007-2016 Jason Gatt
|
|
|
*
|
|
|
* Released under the MIT license:
|
|
|
* http://opensource.org/licenses/MIT
|
|
|
*/void 0===(n=function(t,e,i){var n=Object.prototype.hasOwnProperty,r=Object.prototype.toString,o=[],s=[],a={},l=0,c=function(t,e,i){o.push(t),s.push(e),n.call(a,e)||(a[e]=t),i&&l++},u=function(t,e,i){if(null!=i){if(null==t)throw new Error("Parameter name must be non-null.");if(!u.isString(t))throw new Error("Parameter name must be of type String.");if(null==e)throw new Error("Parameter baseClass must be non-null.");if(!u.isFunction(e))throw new Error("Parameter baseClass must be of type Function.");if(!u.isFunction(i))throw new Error("Parameter callback must be of type Function.")}else if(null!=e){if(i=e,e=t,null==t)throw new Error("Parameter 0 must be non-null.");if(u.isString(t))e=null;else{if(!u.isFunction(t))throw new Error("Parameter 0 must be of type String or Function.");t=null}if(!u.isFunction(i))throw new Error("Parameter callback must be of type Function.")}else{if(null==t)throw new Error("Expecting at least 1 parameter.");if(i=t,e=null,t=null,!u.isFunction(i))throw new Error("Parameter callback must be of type Function.")}if(null!=e){var n=e,r=function(){if(n!==e)return n.apply(this,arguments);n.apply(this,arguments)},o=function(){},s=o.prototype=e.prototype,a=r.prototype=new o;return a.constructor=r,i.call(a,r,s,a),a.constructor!==r&&(n=a.constructor,a.constructor=r),t&&c(r,t),r}var l={};return i.call(l,l),t&&c(l,t),l};return u.mixin=function(t,e){if(null==t)throw new Error("Parameter target must be non-null.");if(null==e)throw new Error("Parameter source must be non-null.");for(var i,r=1,o=arguments.length;r<o;r++){if(null==(e=arguments[r]))throw new Error("Parameter source must be non-null.");for(i in e)n.call(e,i)&&(t[i]=e[i])}return t},u.fromName=function(t){if(null==t)throw new Error("Parameter name must be non-null.");return n.call(a,t)?a[t]:null},u.getName=function(t){if(null==t)throw new Error("Parameter cls must be non-null.");for(var e=0,i=o.length;e<i;e++)if(o[e]===t)return s[e];return null},u.getClassList=function(){return o.slice(l)},u.getClassNameList=function(){return s.slice(l)},u.getTypeChecker=function(t){if(null==t)throw new Error("Parameter cls must be non-null.");switch(t){case Array:return u.isArray;case Boolean:return u.isBoolean;case Date:return u.isDate;case Function:return u.isFunction;case Number:return u.isNumber;case Object:return u.isObject;case RegExp:return u.isRegExp;case String:return u.isString;default:return function(e){return e instanceof t}}},u.getBaseClass=function(t){if(null==t)throw new Error("Parameter cls must be non-null.");if(t===Object)return null;var e=t.prototype;if(null==e)return null;var i=e.constructor;if(n.call(e,"constructor")){var r=i;delete e.constructor,i=e.constructor,e.constructor=r}return null==i||i===t?null:i},u.isSubclassOf=function(t,e){if(null==t)throw new Error("Parameter cls must be non-null.");if(null==e)throw new Error("Parameter baseClass must be non-null.");if(t===e)return!1;var i=t.prototype;return null!=i&&i instanceof e},u.isArray=function(t){return t instanceof Array||"[object Array]"===r.call(t)},u.isBoolean=function(t){return"boolean"==typeof t||"[object Boolean]"===r.call(t)},u.isDate=function(t){return t instanceof Date||"[object Date]"===r.call(t)},u.isFunction=function(t){return"function"==typeof t||!1},u.isNumber=function(t){return"number"==typeof t||"[object Number]"===r.call(t)},u.isObject=function(t){return null!=t&&("object"==typeof t||"function"==typeof t)},u.isRegExp=function(t){return t instanceof RegExp||"[object RegExp]"===r.call(t)},u.isString=function(t){return"string"==typeof t||"[object String]"===r.call(t)},c(Array,"Array",!0),c(Boolean,"Boolean",!0),c(Date,"Date",!0),c(Function,"Function",!0),c(Math,"Math",!0),c(Number,"Number",!0),c(Object,"Object",!0),c(RegExp,"RegExp",!0),c(String,"String",!0),c(u,i.i),u}.call(e,i,e,t))||(t.exports=n)},"contrib/jg_lib/graphics/Color":function(t,e,i){var n;
|
|
|
/*!
|
|
|
* Copyright (c) 2007-2016 Jason Gatt
|
|
|
*
|
|
|
* Released under the MIT license:
|
|
|
* http://opensource.org/licenses/MIT
|
|
|
*/void 0===(n=function(t,e,n){var r=i("contrib/jg_lib/Class"),o=i("contrib/jg_lib/utils/NumberUtil");return r(n.i,Object,(function(t,e){var i=/^\s*(?:(?:(?:#|0x)([0-9A-F]*))|([^\(\)]+)|(?:(?:(?:rgba|(rgb))\s*)?\(([^\(\)]*)\)))\s*$/i,n=/([^%]*)%\s*$/;t.interpolate=function(e,i,n){var r=o.interpolate(e.r,i.r,n),s=o.interpolate(e.g,i.g,n),a=o.interpolate(e.b,i.b,n),l=o.interpolate(e.a,i.a,n);return new t(r,s,a,l).normalize()},t.fromNumber=function(e){return e=(e=+e)>0?Math.min(Math.floor(e),16777215):0,new t(e>>16&255,e>>8&255,255&e)},t.fromArray=function(e){var i=e.length,n=i>0?e[0]:0,r=i>1?e[1]:0,o=i>2?e[2]:0,s=i>3?e[3]:1;return new t(n,r,o,s)},t.fromString=function(e){var n=(""+e).match(i);return n?null!=n[1]?t.fromNumber(r(n[1])):null!=n[2]?t.fromArray(s(n[2])):null!=n[4]?t.fromArray(s(n[4],null!=n[3])):new t:new t};var r=function(t){if(!t)return 0;if(3===t.length){var e=t.split("");e[0]=e[0]+e[0],e[1]=e[1]+e[1],e[2]=e[2]+e[2],t=e.join("")}return parseInt(t,16)},s=function(t,e){var i,r=t.split(","),o=r.length,s=!0===e?3:4;o>s&&(r.splice(s,o-s),o=s);for(var a=0;a<o;a++)i=(t=r[a]).match(n),r[a]=i?a<3?Math.round(i[1]/100*255):i[1]/100:+t;return r};this.r=0,this.g=0,this.b=0,this.a=1,this.constructor=function(t,e,i,n){this.r=null!=t?+t:0,this.g=null!=e?+e:0,this.b=null!=i?+i:0,this.a=null!=n?+n:1},this.lighten=function(t){t=Math.max(t,0);var e=o.interpolate(this.r,255,t),i=o.interpolate(this.g,255,t),n=o.interpolate(this.b,255,t);return this.r=e>0?Math.min(Math.round(e),255):0,this.g=i>0?Math.min(Math.round(i),255):0,this.b=n>0?Math.min(Math.round(n),255):0,this},this.darken=function(t){t=Math.max(t,0);var e=o.interpolate(this.r,0,t),i=o.interpolate(this.g,0,t),n=o.interpolate(this.b,0,t);return this.r=e>0?Math.min(Math.round(e),255):0,this.g=i>0?Math.min(Math.round(i),255):0,this.b=n>0?Math.min(Math.round(n),255):0,this},this.invert=function(){var t=255-this.r,e=255-this.g,i=255-this.b;return this.r=t>0?Math.min(Math.round(t),255):0,this.g=e>0?Math.min(Math.round(e),255):0,this.b=i>0?Math.min(Math.round(i),255):0,this},this.normalize=function(){var t=+this.r,e=+this.g,i=+this.b,n=+this.a;return this.r=t>0?Math.min(Math.round(t),255):0,this.g=e>0?Math.min(Math.round(e),255):0,this.b=i>0?Math.min(Math.round(i),255):0,this.a=n>0?Math.min(n,1):0,this},this.hasNaN=function(){return isNaN(this.r)||isNaN(this.g)||isNaN(this.b)||isNaN(this.a)},this.hasInfinity=function(){return this.r==1/0||this.r==-1/0||this.g==1/0||this.g==-1/0||this.b==1/0||this.b==-1/0||this.a==1/0||this.a==-1/0},this.isFinite=function(){return this.r-this.r==0&&this.g-this.g==0&&this.b-this.b==0&&this.a-this.a==0},this.approxEquals=function(t,e){return o.approxEqual(this.r,t.r,e)&&o.approxEqual(this.g,t.g,e)&&o.approxEqual(this.b,t.b,e)&&o.approxEqual(this.a,t.a,e)},this.equals=function(t){return this.r==t.r&&this.g==t.g&&this.b==t.b&&this.a==t.a},this.clone=function(){return new t(this.r,this.g,this.b,this.a)},this.toNumber=function(){var t=+this.r,e=+this.g,i=+this.b;return(t=t>0?Math.min(Math.round(t),255):0)<<16|(e=e>0?Math.min(Math.round(e),255):0)<<8|(i>0?Math.min(Math.round(i),255):0)},this.toArray=function(t){var e=+this.r,i=+this.g,n=+this.b,r=+this.a;return!0===t&&(e=e>0?Math.min(Math.round(e),255):0,i=i>0?Math.min(Math.round(i),255):0,n=n>0?Math.min(Math.round(n),255):0,r=r>0?Math.min(r,1):0),[e,i,n,r]},this.toString=function(t,e){if("hex"===t){for(var i=this.toNumber().toString(16).toUpperCase(),n=i.length;n<6;n++)i="0"+i;return"#"+i}var r=+this.r,o=+this.g,s=+this.b,a=+this.a;return!0!==t&&!0!==e||(r=r>0?Math.min(Math.round(r),255):0,o=o>0?Math.min(Math.round(o),255):0,s=s>0?Math.min(Math.round(s),255):0,a=a>0?Math.min(a,1):0),"rgba"===t?"rgba("+r+","+o+","+s+","+a+")":"rgb"===t?"rgb("+r+","+o+","+s+")":"("+r+","+o+","+s+","+a+")"}}))}.call(e,i,e,t))||(t.exports=n)},"contrib/jg_lib/utils/NumberUtil":function(t,e,i){var n;
|
|
|
/*!
|
|
|
* Copyright (c) 2007-2016 Jason Gatt
|
|
|
*
|
|
|
* Released under the MIT license:
|
|
|
* http://opensource.org/licenses/MIT
|
|
|
*/void 0===(n=function(t,e,n){return i("contrib/jg_lib/Class")(n.i,(function(t){t.PRECISION=function(){for(var t=0,e=9,i=0;e%10==9&&(t++,e=10*e+9,!(++i>100)););return t}(),t.EPSILON=function(){for(var t=1,e=1,i=0;1+e>1&&(t=e,e/=2,!(++i>100)););return t}(),t.interpolate=function(t,e,i){return t*(1-i)+e*i},t.minMax=function(t,e,i){return(t=+t)<(e=+e)&&(t=e),t>(i=+i)&&(t=i),t},t.maxMin=function(t,e,i){return(t=+t)>(e=+e)&&(t=e),t<(i=+i)&&(t=i),t},t.roundTo=function(e,i){return e=+e,(i=null!=i?+i:1)>0&&(e=Math.round(e/i)*i),t.toPrecision(e)},t.floorTo=function(e,i){return e=+e,(i=null!=i?+i:1)>0&&(e=Math.floor(e/i)*i),t.toPrecision(e)},t.ceilTo=function(e,i){return e=+e,(i=null!=i?+i:1)>0&&(e=Math.ceil(e/i)*i),t.toPrecision(e)},t.toPrecision=function(e,i){return e=+e,(i=(i=null!=i?+i:0)>0?Math.floor(i):i<0?t.PRECISION+Math.ceil(i):t.PRECISION)<1?i=1:i>21&&(i=21),+e.toPrecision(i)},t.approxZero=function(e,i){return 0==(e=+e)||(i=null!=i?+i:t.EPSILON,e<0?-e<i:e<i)},t.approxOne=function(e,i){return 1==(e=+e)||(i=null!=i?+i:t.EPSILON,(e-=1)<0?-e<i:e<i)},t.approxEqual=function(e,i,n){return(e=+e)==(i=+i)||(n=null!=n?+n:t.EPSILON,(e-=i)<0?-e<n:e<n)},t.approxLessThan=function(e,i,n){return(e=+e)<(i=+i)&&!t.approxEqual(e,i,n)},t.approxLessThanOrEqual=function(e,i,n){return(e=+e)<(i=+i)||t.approxEqual(e,i,n)},t.approxGreaterThan=function(e,i,n){return(e=+e)>(i=+i)&&!t.approxEqual(e,i,n)},t.approxGreaterThanOrEqual=function(e,i,n){return(e=+e)>(i=+i)||t.approxEqual(e,i,n)}}))}.call(e,i,e,t))||(t.exports=n)},"contrib/strftime":function(t,e){Number.prototype.pad=function(t,e){var i=""+this;for(e=e||"0";i.length<t;)i=e+i;return i},Date.prototype.months=["January","February","March","April","May","June","July","August","September","October","November","December"],Date.prototype.weekdays=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],Date.prototype.dpm=[31,28,31,30,31,30,31,31,30,31,30,31],Date.prototype.strftime_f={A:function(t){return t.weekdays[t.getDay()]},a:function(t){return t.weekdays[t.getDay()].substring(0,3)},B:function(t){return t.months[t.getMonth()]},b:function(t){return t.months[t.getMonth()].substring(0,3)},C:function(t){return Math.floor(t.getFullYear()/100)},c:function(t){return t.toString()},D:function(t){return t.strftime_f.m(t)+"/"+t.strftime_f.d(t)+"/"+t.strftime_f.y(t)},d:function(t){return t.getDate().pad(2,"0")},e:function(t){return t.getDate()},F:function(t){return t.strftime_f.Y(t)+"-"+t.strftime_f.m(t)+"-"+t.strftime_f.d(t)},H:function(t){return t.getHours().pad(2,"0")},I:function(t){return(t.getHours()%12||12).pad(2)},j:function(t){var e=t.getDate(),i=t.getMonth()-1;if(i>1){var n=t.getYear();(n%100==0&&n%400==0||n%4==0)&&++e}for(;i>-1;)e+=t.dpm[i--];return e.pad(3,"0")},k:function(t){return t.getHours().pad(2," ")},l:function(t){return t.getHours()%12||12},M:function(t){return t.getMinutes().pad(2,"0")},m:function(t){return(t.getMonth()+1).pad(2,"0")},n:function(t){return"\n"},p:function(t){return t.getHours()>11?"PM":"AM"},Q:function(t){return 0==t.getMilliseconds()?"000":t.getMilliseconds().pad(3,"0")},R:function(t){return t.strftime_f.H(t)+":"+t.strftime_f.M(t)},r:function(t){return t.strftime_f.I(t)+":"+t.strftime_f.M(t)+":"+t.strftime_f.S(t)+" "+t.strftime_f.p(t)},S:function(t){return t.getSeconds().pad(2,"0")},s:function(t){return Math.floor(t.getTime()/1e3)},T:function(t){return t.strftime_f.H(t)+":"+t.strftime_f.M(t)+":"+t.strftime_f.S(t)},t:function(t){return"\t"},u:function(t){return t.getDay()||7},v:function(t){return t.strftime_f.e(t)+"-"+t.strftime_f.b(t)+"-"+t.strftime_f.Y(t)},w:function(t){return t.getDay()},X:function(t){return t.toTimeString()},x:function(t){return t.toDateString()},Y:function(t){return t.getFullYear()},y:function(t){return(t.getYear()%100).pad(2)},z:function(t){return""},Z:function(t){return""},"%":function(t){return"%"}},Date.prototype.strftime_f["+"]=Date.prototype.strftime_f.c,Date.prototype.strftime_f.h=Date.prototype.strftime_f.b,Date.prototype.strftime=function(t){var e;if(e=this[t])return e;for(var i=[],n=0;n<t.length;){var r=t.charAt(n);"%"==r?(r=t.charAt(++n),i.push(this.strftime_f[r]?this.strftime_f[r](this):r)):i.push(r),++n}return this[t]=i.join("")}},"contrib/underscore":function(t,e,i){var n;(function(){var i=this,r=i._,o={},s=Array.prototype,a=Object.prototype,l=Function.prototype,c=s.push,u=s.slice,h=s.concat,d=a.toString,p=a.hasOwnProperty,f=s.forEach,m=s.map,g=s.reduce,y=s.reduceRight,b=s.filter,v=s.every,M=s.some,x=s.indexOf,_=s.lastIndexOf,A=Array.isArray,L=Object.keys,w=l.bind,k=function(t){return t instanceof k?t:this instanceof k?void(this._wrapped=t):new k(t)};t.exports&&(e=t.exports=k),e._=k,k.VERSION="1.6.0";var S=k.each=k.forEach=function(t,e,i){if(null==t)return t;if(f&&t.forEach===f)t.forEach(e,i);else if(t.length===+t.length){for(var n=0,r=t.length;n<r;n++)if(e.call(i,t[n],n,t)===o)return}else{var s=k.keys(t);for(n=0,r=s.length;n<r;n++)if(e.call(i,t[s[n]],s[n],t)===o)return}return t};k.map=k.collect=function(t,e,i){var n=[];return null==t?n:m&&t.map===m?t.map(e,i):(S(t,(function(t,r,o){n.push(e.call(i,t,r,o))})),n)};var T="Reduce of empty array with no initial value";k.reduce=k.foldl=k.inject=function(t,e,i,n){var r=arguments.length>2;if(null==t&&(t=[]),g&&t.reduce===g)return n&&(e=k.bind(e,n)),r?t.reduce(e,i):t.reduce(e);if(S(t,(function(t,o,s){r?i=e.call(n,i,t,o,s):(i=t,r=!0)})),!r)throw new TypeError(T);return i},k.reduceRight=k.foldr=function(t,e,i,n){var r=arguments.length>2;if(null==t&&(t=[]),y&&t.reduceRight===y)return n&&(e=k.bind(e,n)),r?t.reduceRight(e,i):t.reduceRight(e);var o=t.length;if(o!==+o){var s=k.keys(t);o=s.length}if(S(t,(function(a,l,c){l=s?s[--o]:--o,r?i=e.call(n,i,t[l],l,c):(i=t[l],r=!0)})),!r)throw new TypeError(T);return i},k.find=k.detect=function(t,e,i){var n;return O(t,(function(t,r,o){if(e.call(i,t,r,o))return n=t,!0})),n},k.filter=k.select=function(t,e,i){var n=[];return null==t?n:b&&t.filter===b?t.filter(e,i):(S(t,(function(t,r,o){e.call(i,t,r,o)&&n.push(t)})),n)},k.reject=function(t,e,i){return k.filter(t,(function(t,n,r){return!e.call(i,t,n,r)}),i)},k.every=k.all=function(t,e,i){e||(e=k.identity);var n=!0;return null==t?n:v&&t.every===v?t.every(e,i):(S(t,(function(t,r,s){if(!(n=n&&e.call(i,t,r,s)))return o})),!!n)};var O=k.some=k.any=function(t,e,i){e||(e=k.identity);var n=!1;return null==t?n:M&&t.some===M?t.some(e,i):(S(t,(function(t,r,s){if(n||(n=e.call(i,t,r,s)))return o})),!!n)};k.contains=k.include=function(t,e){return null!=t&&(x&&t.indexOf===x?-1!=t.indexOf(e):O(t,(function(t){return t===e})))},k.invoke=function(t,e){var i=u.call(arguments,2),n=k.isFunction(e);return k.map(t,(function(t){return(n?e:t[e]).apply(t,i)}))},k.pluck=function(t,e){return k.map(t,k.property(e))},k.where=function(t,e){return k.filter(t,k.matches(e))},k.findWhere=function(t,e){return k.find(t,k.matches(e))},k.max=function(t,e,i){if(!e&&k.isArray(t)&&t[0]===+t[0]&&t.length<65535)return Math.max.apply(Math,t);var n=-1/0,r=-1/0;return S(t,(function(t,o,s){var a=e?e.call(i,t,o,s):t;a>r&&(n=t,r=a)})),n},k.min=function(t,e,i){if(!e&&k.isArray(t)&&t[0]===+t[0]&&t.length<65535)return Math.min.apply(Math,t);var n=1/0,r=1/0;return S(t,(function(t,o,s){var a=e?e.call(i,t,o,s):t;a<r&&(n=t,r=a)})),n},k.shuffle=function(t){var e,i=0,n=[];return S(t,(function(t){e=k.random(i++),n[i-1]=n[e],n[e]=t})),n},k.sample=function(t,e,i){return null==e||i?(t.length!==+t.length&&(t=k.values(t)),t[k.random(t.length-1)]):k.shuffle(t).slice(0,Math.max(0,e))};var C=function(t){return null==t?k.identity:k.isFunction(t)?t:k.property(t)};k.sortBy=function(t,e,i){return e=C(e),k.pluck(k.map(t,(function(t,n,r){return{value:t,index:n,criteria:e.call(i,t,n,r)}})).sort((function(t,e){var i=t.criteria,n=e.criteria;if(i!==n){if(i>n||void 0===i)return 1;if(i<n||void 0===n)return-1}return t.index-e.index})),"value")};var j=function(t){return function(e,i,n){var r={};return i=C(i),S(e,(function(o,s){var a=i.call(n,o,s,e);t(r,a,o)})),r}};k.groupBy=j((function(t,e,i){k.has(t,e)?t[e].push(i):t[e]=[i]})),k.indexBy=j((function(t,e,i){t[e]=i})),k.countBy=j((function(t,e){k.has(t,e)?t[e]++:t[e]=1})),k.sortedIndex=function(t,e,i,n){for(var r=(i=C(i)).call(n,e),o=0,s=t.length;o<s;){var a=o+s>>>1;i.call(n,t[a])<r?o=a+1:s=a}return o},k.toArray=function(t){return t?k.isArray(t)?u.call(t):t.length===+t.length?k.map(t,k.identity):k.values(t):[]},k.size=function(t){return null==t?0:t.length===+t.length?t.length:k.keys(t).length},k.first=k.head=k.take=function(t,e,i){if(null!=t)return null==e||i?t[0]:e<0?[]:u.call(t,0,e)},k.initial=function(t,e,i){return u.call(t,0,t.length-(null==e||i?1:e))},k.last=function(t,e,i){if(null!=t)return null==e||i?t[t.length-1]:u.call(t,Math.max(t.length-e,0))},k.rest=k.tail=k.drop=function(t,e,i){return u.call(t,null==e||i?1:e)},k.compact=function(t){return k.filter(t,k.identity)};var z=function(t,e,i){return e&&k.every(t,k.isArray)?h.apply(i,t):(S(t,(function(t){k.isArray(t)||k.isArguments(t)?e?c.apply(i,t):z(t,e,i):i.push(t)})),i)};k.flatten=function(t,e){return z(t,e,[])},k.without=function(t){return k.difference(t,u.call(arguments,1))},k.partition=function(t,e,i){e=C(e);var n=[],r=[];return S(t,(function(t){(e.call(i,t)?n:r).push(t)})),[n,r]},k.uniq=k.unique=function(t,e,i,n){k.isFunction(e)&&(n=i,i=e,e=!1);var r=i?k.map(t,i,n):t,o=[],s=[];return S(r,(function(i,n){(e?n&&s[s.length-1]===i:k.contains(s,i))||(s.push(i),o.push(t[n]))})),o},k.union=function(){return k.uniq(k.flatten(arguments,!0))},k.intersection=function(t){var e=u.call(arguments,1);return k.filter(k.uniq(t),(function(t){return k.every(e,(function(e){return k.contains(e,t)}))}))},k.difference=function(t){var e=h.apply(s,u.call(arguments,1));return k.filter(t,(function(t){return!k.contains(e,t)}))},k.zip=function(){for(var t=k.max(k.pluck(arguments,"length").concat(0)),e=new Array(t),i=0;i<t;i++)e[i]=k.pluck(arguments,""+i);return e},k.object=function(t,e){if(null==t)return{};for(var i={},n=0,r=t.length;n<r;n++)e?i[t[n]]=e[n]:i[t[n][0]]=t[n][1];return i},k.indexOf=function(t,e,i){if(null==t)return-1;var n=0,r=t.length;if(i){if("number"!=typeof i)return t[n=k.sortedIndex(t,e)]===e?n:-1;n=i<0?Math.max(0,r+i):i}if(x&&t.indexOf===x)return t.indexOf(e,i);for(;n<r;n++)if(t[n]===e)return n;return-1},k.lastIndexOf=function(t,e,i){if(null==t)return-1;var n=null!=i;if(_&&t.lastIndexOf===_)return n?t.lastIndexOf(e,i):t.lastIndexOf(e);for(var r=n?i:t.length;r--;)if(t[r]===e)return r;return-1},k.range=function(t,e,i){arguments.length<=1&&(e=t||0,t=0),i=arguments[2]||1;for(var n=Math.max(Math.ceil((e-t)/i),0),r=0,o=new Array(n);r<n;)o[r++]=t,t+=i;return o};var P=function(){};k.bind=function(t,e){var i,n;if(w&&t.bind===w)return w.apply(t,u.call(arguments,1));if(!k.isFunction(t))throw new TypeError;return i=u.call(arguments,2),n=function(){if(!(this instanceof n))return t.apply(e,i.concat(u.call(arguments)));P.prototype=t.prototype;var r=new P;P.prototype=null;var o=t.apply(r,i.concat(u.call(arguments)));return Object(o)===o?o:r}},k.partial=function(t){var e=u.call(arguments,1);return function(){for(var i=0,n=e.slice(),r=0,o=n.length;r<o;r++)n[r]===k&&(n[r]=arguments[i++]);for(;i<arguments.length;)n.push(arguments[i++]);return t.apply(this,n)}},k.bindAll=function(t){var e=u.call(arguments,1);if(0===e.length)throw new Error("bindAll must be passed function names");return S(e,(function(e){t[e]=k.bind(t[e],t)})),t},k.memoize=function(t,e){var i={};return e||(e=k.identity),function(){var n=e.apply(this,arguments);return k.has(i,n)?i[n]:i[n]=t.apply(this,arguments)}},k.delay=function(t,e){var i=u.call(arguments,2);return setTimeout((function(){return t.apply(null,i)}),e)},k.defer=function(t){return k.delay.apply(k,[t,1].concat(u.call(arguments,1)))},k.throttle=function(t,e,i){var n,r,o,s=null,a=0;i||(i={});var l=function(){a=!1===i.leading?0:k.now(),s=null,o=t.apply(n,r),n=r=null};return function(){var c=k.now();a||!1!==i.leading||(a=c);var u=e-(c-a);return n=this,r=arguments,u<=0?(clearTimeout(s),s=null,a=c,o=t.apply(n,r),n=r=null):s||!1===i.trailing||(s=setTimeout(l,u)),o}},k.debounce=function(t,e,i){var n,r,o,s,a,l=function(){var c=k.now()-s;c<e?n=setTimeout(l,e-c):(n=null,i||(a=t.apply(o,r),o=r=null))};return function(){o=this,r=arguments,s=k.now();var c=i&&!n;return n||(n=setTimeout(l,e)),c&&(a=t.apply(o,r),o=r=null),a}},k.once=function(t){var e,i=!1;return function(){return i||(i=!0,e=t.apply(this,arguments),t=null),e}},k.wrap=function(t,e){return k.partial(e,t)},k.compose=function(){var t=arguments;return function(){for(var e=arguments,i=t.length-1;i>=0;i--)e=[t[i].apply(this,e)];return e[0]}},k.after=function(t,e){return function(){if(--t<1)return e.apply(this,arguments)}},k.keys=function(t){if(!k.isObject(t))return[];if(L)return L(t);var e=[];for(var i in t)k.has(t,i)&&e.push(i);return e},k.values=function(t){for(var e=k.keys(t),i=e.length,n=new Array(i),r=0;r<i;r++)n[r]=t[e[r]];return n},k.pairs=function(t){for(var e=k.keys(t),i=e.length,n=new Array(i),r=0;r<i;r++)n[r]=[e[r],t[e[r]]];return n},k.invert=function(t){for(var e={},i=k.keys(t),n=0,r=i.length;n<r;n++)e[t[i[n]]]=i[n];return e},k.functions=k.methods=function(t){var e=[];for(var i in t)k.isFunction(t[i])&&e.push(i);return e.sort()},k.extend=function(t){return S(u.call(arguments,1),(function(e){if(e)for(var i in e)t[i]=e[i]})),t},k.pick=function(t){var e={},i=h.apply(s,u.call(arguments,1));return S(i,(function(i){i in t&&(e[i]=t[i])})),e},k.omit=function(t){var e={},i=h.apply(s,u.call(arguments,1));for(var n in t)k.contains(i,n)||(e[n]=t[n]);return e},k.defaults=function(t){return S(u.call(arguments,1),(function(e){if(e)for(var i in e)void 0===t[i]&&(t[i]=e[i])})),t},k.clone=function(t){return k.isObject(t)?k.isArray(t)?t.slice():k.extend({},t):t},k.tap=function(t,e){return e(t),t};var D=function(t,e,i,n){if(t===e)return 0!==t||1/t==1/e;if(null==t||null==e)return t===e;t instanceof k&&(t=t._wrapped),e instanceof k&&(e=e._wrapped);var r=d.call(t);if(r!=d.call(e))return!1;switch(r){case"[object String]":return t==String(e);case"[object Number]":return t!=+t?e!=+e:0==t?1/t==1/e:t==+e;case"[object Date]":case"[object Boolean]":return+t==+e;case"[object RegExp]":return t.source==e.source&&t.global==e.global&&t.multiline==e.multiline&&t.ignoreCase==e.ignoreCase}if("object"!=typeof t||"object"!=typeof e)return!1;for(var o=i.length;o--;)if(i[o]==t)return n[o]==e;var s=t.constructor,a=e.constructor;if(s!==a&&!(k.isFunction(s)&&s instanceof s&&k.isFunction(a)&&a instanceof a)&&"constructor"in t&&"constructor"in e)return!1;i.push(t),n.push(e);var l=0,c=!0;if("[object Array]"==r){if(c=(l=t.length)==e.length)for(;l--&&(c=D(t[l],e[l],i,n)););}else{for(var u in t)if(k.has(t,u)&&(l++,!(c=k.has(e,u)&&D(t[u],e[u],i,n))))break;if(c){for(u in e)if(k.has(e,u)&&!l--)break;c=!l}}return i.pop(),n.pop(),c};k.isEqual=function(t,e){return D(t,e,[],[])},k.isEmpty=function(t){if(null==t)return!0;if(k.isArray(t)||k.isString(t))return 0===t.length;for(var e in t)if(k.has(t,e))return!1;return!0},k.isElement=function(t){return!(!t||1!==t.nodeType)},k.isArray=A||function(t){return"[object Array]"==d.call(t)},k.isObject=function(t){return t===Object(t)},S(["Arguments","Function","String","Number","Date","RegExp"],(function(t){k["is"+t]=function(e){return d.call(e)=="[object "+t+"]"}})),k.isArguments(arguments)||(k.isArguments=function(t){return!(!t||!k.has(t,"callee"))}),k.isFunction=function(t){return"function"==typeof t},k.isFinite=function(t){return isFinite(t)&&!isNaN(parseFloat(t))},k.isNaN=function(t){return k.isNumber(t)&&t!=+t},k.isBoolean=function(t){return!0===t||!1===t||"[object Boolean]"==d.call(t)},k.isNull=function(t){return null===t},k.isUndefined=function(t){return void 0===t},k.has=function(t,e){return p.call(t,e)},k.noConflict=function(){return i._=r,this},k.identity=function(t){return t},k.constant=function(t){return function(){return t}},k.property=function(t){return function(e){return e[t]}},k.matches=function(t){return function(e){if(e===t)return!0;for(var i in t)if(t[i]!==e[i])return!1;return!0}},k.times=function(t,e,i){for(var n=Array(Math.max(0,t)),r=0;r<t;r++)n[r]=e.call(i,r);return n},k.random=function(t,e){return null==e&&(e=t,t=0),t+Math.floor(Math.random()*(e-t+1))},k.now=Date.now||function(){return(new Date).getTime()};var E={escape:{"&":"&","<":"<",">":">",'"':""","'":"'"}};E.unescape=k.invert(E.escape);var N={escape:new RegExp("["+k.keys(E.escape).join("")+"]","g"),unescape:new RegExp("("+k.keys(E.unescape).join("|")+")","g")};k.each(["escape","unescape"],(function(t){k[t]=function(e){return null==e?"":(""+e).replace(N[t],(function(e){return E[t][e]}))}})),k.result=function(t,e){if(null!=t){var i=t[e];return k.isFunction(i)?i.call(t):i}},k.mixin=function(t){S(k.functions(t),(function(e){var i=k[e]=t[e];k.prototype[e]=function(){var t=[this._wrapped];return c.apply(t,arguments),I.call(this,i.apply(k,t))}}))};var Y=0;k.uniqueId=function(t){var e=++Y+"";return t?t+e:e},k.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var B=/(.)^/,W={"'":"'","\\":"\\","\r":"r","\n":"n","\t":"t","\u2028":"u2028","\u2029":"u2029"},R=/\\|'|\r|\n|\t|\u2028|\u2029/g,H=/^\s*(\w|\$)+\s*$/;k.template=function(t,e,i){var n;i=k.defaults({},i,k.templateSettings);var r=new RegExp([(i.escape||B).source,(i.interpolate||B).source,(i.evaluate||B).source].join("|")+"|$","g"),o=0,s="__p+='";t.replace(r,(function(e,i,n,r,a){return s+=t.slice(o,a).replace(R,(function(t){return"\\"+W[t]})),i&&(s+="'+\n((__t=("+i+"))==null?'':_.escape(__t))+\n'"),n&&(s+="'+\n((__t=("+n+"))==null?'':__t)+\n'"),r&&(s+="';\n"+r+"\n__p+='"),o=a+e.length,e})),s+="';\n";var a=i.variable;if(a){if(!H.test(a))throw new Error("variable is not a bare identifier: "+a)}else s="with(obj||{}){\n"+s+"}\n",a="obj";s="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+s+"return __p;\n";try{n=new Function(a,"_",s)}catch(t){throw t.source=s,t}if(e)return n(e,k);var l=function(t){return n.call(this,t,k)};return l.source="function("+a+"){\n"+s+"}",l},k.chain=function(t){return k(t).chain()};var I=function(t){return this._chain?k(t).chain():t};k.mixin(k),S(["pop","push","reverse","shift","sort","splice","unshift"],(function(t){var e=s[t];k.prototype[t]=function(){var i=this._wrapped;return e.apply(i,arguments),"shift"!=t&&"splice"!=t||0!==i.length||delete i[0],I.call(this,i)}})),S(["concat","join","slice"],(function(t){var e=s[t];k.prototype[t]=function(){return I.call(this,e.apply(this._wrapped,arguments))}})),k.extend(k.prototype,{chain:function(){return this._chain=!0,this},value:function(){return this._wrapped}}),void 0===(n=function(){return k}.apply(e,[]))||(t.exports=n)}).call(this)},"require/backbone":function(t,e,i){var n,r;n=[i("shim/jquery"),i("require/underscore"),i("contrib/backbone")],void 0===(r=function(t,e,i){return i.$=t,i.noConflict()}.apply(e,n))||(t.exports=r)},"require/underscore":function(t,e,i){var n,r;n=[i("contrib/underscore"),i("stubs/i18n")],void 0===(r=function(t,e){return t.mixin({t:function(t){return e._(t)}}),t.noConflict()}.apply(e,n))||(t.exports=r)},"shim/jquery":function(t,e,i){var n,r;n=[i(291)],void 0===(r=function(t){window.$||(window.$=t,window.jQuery=t);var e=setInterval((function(){window._splunk_metrics_events&&!Array.isArray(window._splunk_metrics_events)&&(clearInterval(e),window._splunk_metrics_events.push({type:"jquery",data:{library:"jquery-"+t.fn.jquery}}))}),500);return t}.apply(e,n))||(t.exports=r)},"shim/splunk":function(t,e,i){var n,r;n=[i(292)],void 0===(r=function(){return window.Splunk}.apply(e,n))||(t.exports=r)},"shim/splunk.util":function(t,e,i){var n,r;n=[i("shim/splunk"),i("util/sprintf"),i("shim/jquery"),i("stubs/splunk.config"),i(294)],void 0===(r=function(t,e){return t.util.sprintf=e,t.util}.apply(e,n))||(t.exports=r)},"stubs/i18n":function(t,e,i){var n,r;n=[i("contrib/strftime"),i("shim/splunk.util")],void 0===(r=function(){window.locale_name()in{ko_KR:!0,zh_CN:!0,zh_TW:!0}&&(window._i18n_locale.date_formats.short={pattern:"yy/MM/dd",format:"%(yy)s/%(MM)s/%(dd)s"},window._i18n_locale.date_formats.medium={pattern:"yyyy/MM/dd",format:"%(yyyy)s/%(MM)s/%(dd)s"},window._i18n_locale.time_formats.short={pattern:"H:mm",format:"%(H)s:%(mm)s"},window._i18n_locale.time_formats.medium={pattern:"H:mm:ss",format:"%(H)s:%(mm)s:%(ss)s"});var t=[[/^ccc MMM d$/,"M/d (ccc)"],[/^YYYY-MM/,"YYYY/MM"],[/MM-dd/,"MM/dd"]],e={ja_JP:t,ko_KR:t,zh_CN:t,zh_TW:t},i=[["MMM d","d MMM"]],n=window.format_date;return window.format_date=function(t,r){var o,s;r=r||"medium";var a=window.locale_name();if(r&&"string"==typeof r&&window.locale_uses_day_before_month())for(s=i,o=0;o<s.length;o++)r=r.replace(s[o][0],s[o][1]);if(r&&"string"==typeof r&&a in e)for(s=e[a],o=0;o<s.length;o++){var l=s[o];r=r.replace(l[0],l[1])}return n(t,r)},{_:window.gettext,ungettext:window.ungettext,format_decimal:window.format_decimal,format_number:window.format_number,format_percent:window.format_percent,format_scientific:window.format_scientific,format_date:window.format_date,format_datetime:window.format_datetime,format_time:window.format_time,format_datetime_microseconds:window.format_datetime_microseconds,format_time_microseconds:window.format_time_microseconds,locale_uses_day_before_month:window.locale_uses_day_before_month,format_datetime_range:window.format_datetime_range,locale_name:window.locale_name,DateTime:window.DateTime,moment_install:window.moment_install,numeral_install:window.numeral_install,jQuery_ui_datepicker_install:window.jQuery_ui_datepicker_install}}.apply(e,n))||(t.exports=r)},"stubs/splunk.config":function(t,e,i){var n;void 0===(n=function(){return window.$C}.call(e,i,e,t))||(t.exports=n)},"util/sprintf":function(t,e,i){var n,r;n=[i(293)],void 0===(r=function(t){return t}.apply(e,n))||(t.exports=r)}})},"./node_modules/@splunk/swc-mltk/node_modules/webpack/buildin/amd-define.js":function(t,e){t.exports=function(){throw new Error("define cannot be used indirect")}},"./node_modules/@splunk/swc-mltk/node_modules/webpack/buildin/global.js":function(t,e){var i;i=function(){return this}();try{i=i||new Function("return this")()}catch(t){"object"==typeof window&&(i=window)}t.exports=i},"./node_modules/@splunk/swc-mltk/node_modules/webpack/buildin/module.js":function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},"./node_modules/@splunk/themes/base.js":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n,r=(n=i("./node_modules/tinycolor2/cjs/tinycolor.js"))&&n.__esModule?n:{default:n};function o(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}var s={white:"#ffffff",gray98:"#f7f8fa",gray96:"#f2f4f5",gray92:"#e1e6eb",gray80:"#c3cbd4",gray60:"#818d99",gray45:"#5c6773",gray30:"#3c444d",gray25:"#31373e",gray22:"#2b3033",gray20:"#171d21",black:"#000000"},a={accentColorL50:"#ecf8ff",accentColorL40:"#bfe9ff",accentColorL30:"#7ed2ff",accentColorL20:"#3ebcff",accentColorL10:"#00a4fd",accentColor:"#007abd",accentColorD10:"#006eaa",accentColorD20:"#006297",accentColorD30:"#005684",accentColorD40:"#004a71",accentColorD50:"#003d5e"},l={textColor:s.gray30,textGray:"#6b7785",textDisabledColor:s.gray80,linkColor:a.accentColorD10,linkColorHover:a.accentColor,borderLightColor:s.gray92,borderColor:s.gray80,focusColor:a.accentColorL10,backgroundColorHover:s.gray96,backgroundColor:s.white},c={focusShadow:"0 0 1px 2px ".concat((0,r.default)(l.focusColor).setAlpha(.6).toRgbString()),focusShadowInset:"inset 0 0 2px 1px ".concat(s.white,", inset 0 0 0 2px ").concat(l.focusColor),overlayShadow:"0 4px 8px rgba(0, 0, 0, 0.2)"},u="'Splunk Platform Sans', 'Proxima Nova', Roboto, Droid, 'Helvetica Neue', Helvetica, Arial, sans-serif",h=function(t){for(var e=1;e<arguments.length;e++){var i=null!=arguments[e]?arguments[e]:{},n=Object.keys(i);"function"==typeof Object.getOwnPropertySymbols&&(n=n.concat(Object.getOwnPropertySymbols(i).filter((function(t){return Object.getOwnPropertyDescriptor(i,t).enumerable})))),n.forEach((function(e){o(t,e,i[e])}))}return t}({},s,a,{errorColorL50:"#fcedec",errorColorL40:"#f8dcd9",errorColorL30:"#f1b9b3",errorColorL20:"#ea958d",errorColorL10:"#e37267",errorColor:"#dc4e41",errorColorD10:"#c84535",errorColorD20:"#b23d30",errorColorD30:"#9c3529",errorColorD40:"#852d24",errorColorD50:"#6f261d"},{alertColorL50:"#fef3ec",alertColorL40:"#fde6d9",alertColorL30:"#facdb3",alertColorL20:"#f7b48c",alertColorL10:"#f49b66",alertColor:"#f1813f",alertColorD10:"#da742e",alertColorD20:"#c2672a",alertColorD30:"#aa5a25",alertColorD40:"#914d1f",alertColorD50:"#79401a"},{warningColorL50:"#fff9eb",warningColorL40:"#fef2d7",warningColorL30:"#fde5ae",warningColorL20:"#fbd886",warningColorL10:"#facb5d",warningColor:"#f8be34",warningColorD10:"#e0ac16",warningColorD20:"#c79915",warningColorD30:"#ae8613",warningColorD40:"#957312",warningColorD50:"#7d600f"},{successColorL50:"#eef6ee",successColorL40:"#ddecdd",successColorL30:"#bbd9ba",successColorL20:"#98c697",successColorL10:"#76b374",successColor:"#53a051",successColorD10:"#479144",successColorD20:"#40813d",successColorD30:"#387135",successColorD40:"#2f612e",successColorD50:"#275126"},{infoColorL50:"#e5f0f5",infoColorL40:"#cce2eb",infoColorL30:"#99c5d7",infoColorL20:"#66a7c4",infoColorL10:"#338ab0",infoColor:"#006d9c",infoColorD10:"#00577c",infoColorD20:"#004c6c",infoColorD30:"#00415d",infoColorD40:"#00364d",infoColorD50:"#002b3e"},{cat1Color:"#297ba5",cat1ColorL:"#78b9d6",cat2Color:"#4fa484",cat2ColorL:"#74d5c2",cat3Color:"#b6c75a",cat3ColorL:"#dce6a5",cat4Color:"#3c6188",cat4ColorL:"#a0b2ca",cat5Color:"#ec9960",cat5ColorL:"#fac9a7",cat6Color:"#a65c7d",cat6ColorL:"#d3a7ba",cat7Color:"#708794",cat7ColorL:"#b2c0c8",cat8Color:"#38b8bf",cat8ColorL:"#92dde2",cat9Color:"#ffde63",cat9ColorL:"#ffeeae",cat10Color:"#c19975",cat10ColorL:"#d7bfab",cat11Color:"#5a4575",cat11ColorL:"#b7acca",cat12Color:"#7ea77b",cat12ColorL:"#b2cab0",cat13Color:"#576d83",cat13ColorL:"#a5b2bf",cat14Color:"#d7c6b7",cat14ColorL:"#e9ddd4",cat15Color:"#339bb2",cat15ColorL:"#66c3d0",cat16Color:"#236d9b",cat16ColorL:"#66a7c2",cat17Color:"#e5dc80",cat17ColorL:"#f1eab7",cat18Color:"#96907f",cat18ColorL:"#c1bcb3",cat19Color:"#87bc65",cat19ColorL:"#b6d7a3",cat20Color:"#cf7e60",cat20ColorL:"#e1b2a1",cat21Color:"#7b5547",cat21ColorL:"#dec4ba",cat22Color:"#77d6d8",cat22ColorL:"#abe6e8",cat23Color:"#4a7f2c",cat23ColorL:"#91b282",cat24Color:"#f589ad",cat24ColorL:"#f8b7ce",cat25Color:"#6a2c5d",cat25ColorL:"#cba3c2",cat26Color:"#aaabae",cat26ColorL:"#cccdce",cat27Color:"#9a7438",cat27ColorL:"#c3ab89",cat28Color:"#a4d563",cat28ColorL:"#c7e6a3",cat29Color:"#7672a4",cat29ColorL:"#ada9c8",cat30Color:"#184b81",cat30ColorL:"#a4bbe0"},{diverging1ColorA:"#006d9c",diverging1ColorB:"#ec9960",diverging2ColorA:"#af575a",diverging2ColorB:"#62b3b2",diverging3ColorA:"#4fa484",diverging3ColorB:"#f8be34",diverging4ColorA:"#5a4575",diverging4ColorB:"#708794",diverging5ColorA:"#294e70",diverging5ColorB:"#b6c75a"},{syntaxBlue:"#2662fc",syntaxBlueLight:"#006d9c",syntaxBrown:"#a67f59",syntaxGray:"#8293a7",syntaxGreen:"#5ca300",syntaxGreenLight:"#5ba383",syntaxOrange:"#f58220",syntaxPink:"#cf00cf",syntaxPurple:"#7738ff",syntaxPurpleLight:"#b19cd9",syntaxRed:"#d90700",syntaxRedLight:"#af575a",syntaxTeal:"#00a8ab"},{spacing:"20px",spacingHalf:"10px",spacingQuarter:"5px",fontSize:"14px",fontSizeXSmall:"11px",fontSizeSmall:"12px",fontSizeLarge:"16px",fontSizeXLarge:"18px",fontSizeXXLarge:"24px",lineHeight:"20px",inputHeight:"32px",inputHeightSmall:"28px",inputHeightLarge:"38px",toastContainerWidth:"500px"},{sansFontFamily:u,serifFontFamily:"Georgia, 'Times New Roman', Times, serif",monoFontFamily:"'Splunk Platform Mono', Inconsolata, Consolas, 'Droid Sans Mono', Monaco, 'Courier New', Courier, monospace",fontFamily:u,fontWeightBold:"700",fontWeightSemiBold:"500"},l,{draggableBackground:"url('data:image/png;base64,".concat("iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAG0lEQVR4AWMAgioUjAoIyg9xAxBgFIymg1EAAD/iHoHfZJ8OAAAAAElFTkSuQmCC","') 0 0 / 8px 8px repeat")},c,{borderRadius:"3px",border:"1px solid ".concat(l.borderColor)},{zindexFixedNavbar:1030,zindexModalBackdrop:1040,zindexModal:1050,zindexPopover:1060,zindexToastMessages:2e3});e.default=h},"./node_modules/@splunk/themes/enterprise.js":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n,r=(n=i("./node_modules/@splunk/themes/base.js"))&&n.__esModule?n:{default:n},o=i("./node_modules/@splunk/themes/mixins.js");function s(t){for(var e=1;e<arguments.length;e++){var i=null!=arguments[e]?arguments[e]:{},n=Object.keys(i);"function"==typeof Object.getOwnPropertySymbols&&(n=n.concat(Object.getOwnPropertySymbols(i).filter((function(t){return Object.getOwnPropertyDescriptor(i,t).enumerable})))),n.forEach((function(e){a(t,e,i[e])}))}return t}function a(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}var l=s({},r.default,{brandColorL50:"#f5fbf5",brandColorL40:"#dff2df",brandColorL30:"#bee6be",brandColorL20:"#9ed99e",brandColorL10:"#7ecd7e",brandColor:"#5cc05c",brandColorD10:"#49b849",brandColorD20:"#40a540",brandColorD30:"#389038",brandColorD40:"#307b30",brandColorD50:"#286728"}),c=s({},l,{mixins:{reset:(0,o.createReset)(l),clearfix:o.clearfix,ellipsis:o.ellipsis,printWidth100Percent:o.printWidth100Percent,printHide:o.printHide,printNoBackground:o.printNoBackground,printWrapAll:o.printWrapAll,screenReaderContent:o.screenReaderContent}});e.default=c},"./node_modules/@splunk/themes/enterpriseDark.js":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n,r=(n=i("./node_modules/@splunk/themes/enterprise.js"))&&n.__esModule?n:{default:n},o=i("./node_modules/@splunk/themes/mixins.js");function s(t){for(var e=1;e<arguments.length;e++){var i=null!=arguments[e]?arguments[e]:{},n=Object.keys(i);"function"==typeof Object.getOwnPropertySymbols&&(n=n.concat(Object.getOwnPropertySymbols(i).filter((function(t){return Object.getOwnPropertyDescriptor(i,t).enumerable})))),n.forEach((function(e){a(t,e,i[e])}))}return t}function a(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}var l={backgroundColor:r.default.gray25,backgroundColorHover:r.default.gray30,borderColor:r.default.gray22,borderDarkColor:r.default.black,borderLightColor:r.default.gray60,textColor:r.default.white,textGray:r.default.gray92,textDisabledColor:r.default.gray45,linkColor:r.default.accentColorL10,linkColorHover:r.default.accentColorL20,border:"1px solid ".concat(r.default.gray22),borderDark:"1px solid ".concat(r.default.black),borderLight:"1px solid ".concat(r.default.gray60),focusShadowInset:"inset 0 0 2px 1px ".concat(r.default.gray25,", inset 0 0 0 2px ").concat(r.default.focusColor),draggableBackground:"url('data:image/png;base64,".concat("iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAXEgAAFxIBZ5/SUgAAAW5pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDUuNC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIj4KICAgICAgICAgPGRjOnN1YmplY3Q+CiAgICAgICAgICAgIDxyZGY6QmFnLz4KICAgICAgICAgPC9kYzpzdWJqZWN0PgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4K72CKvQAAADdJREFUOBFj/PDp00cGJCDAx8ePxGUgJM+ErJgc9sAbQI6rh5seRkLxTEh+4KORYhcMtzglxz8AtKEQD3hiWXMAAAAASUVORK5CYII=","') 0 0 / 8px 8px repeat")},c=s({},r.default,l),u=s({},c,{mixins:s({},c.mixins,{reset:(0,o.createReset)(c)})});e.default=u},"./node_modules/@splunk/themes/mixins.js":function(t,e,i){"use strict";function n(t){for(var e=1;e<arguments.length;e++){var i=null!=arguments[e]?arguments[e]:{},n=Object.keys(i);"function"==typeof Object.getOwnPropertySymbols&&(n=n.concat(Object.getOwnPropertySymbols(i).filter((function(t){return Object.getOwnPropertyDescriptor(i,t).enumerable})))),n.forEach((function(e){r(t,e,i[e])}))}return t}function r(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}Object.defineProperty(e,"__esModule",{value:!0}),e.createReset=function(t){var e={animation:"none 0s ease 0s 1 normal none running",backfaceVisibility:"visible",background:"transparent none repeat 0 0 / auto auto padding-box border-box scroll",border:"medium none currentColor",borderCollapse:"separate",borderImage:"none",borderRadius:0,borderSpacing:0,bottom:"auto",boxShadow:"none",captionSide:"top",clear:"none",clip:"auto",columns:"auto",columnCount:"auto",columnFill:"balance",columnGap:"normal",columnRule:"medium none currentColor",columnSpan:1,columnWidth:"auto",content:"normal",counterIncrement:"none",counterReset:"none",cursor:"auto",emptyCells:"show",float:"none",fontStyle:"normal",fontVariant:"normal",fontWeight:"normal",fontStretch:"normal",height:"auto",hyphens:"none",left:"auto",letterSpacing:"normal",listStyle:"disc outside none",margin:0,maxHeight:"none",maxWidth:"none",minHeight:0,minWidth:0,opacity:1,orphans:2,overflow:"visible",overflowX:"visible",overflowY:"visible",padding:0,pageBreakAfter:"auto",pageBreakBefore:"auto",pageBreakInside:"auto",perspective:"none",perspectiveOrigin:"50% 50%",pointerEvents:"auto",position:"static",right:"auto",tabSize:8,tableLayout:"auto",textAlign:"left",textAlignLast:"auto",textDecoration:"none",textIndent:0,textShadow:"none",textTransform:"none",top:"auto",transform:"none",transformOrigin:"50% 50% 0",transformStyle:"flat",transition:"none 0s ease 0s",userSelect:"auto",verticalAlign:"baseline",whiteSpace:"normal",widows:2,width:"auto",wordSpacing:"normal",zIndex:"auto"};return function(){var i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"inline",r=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],o=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return n({},r?e:{},o?{all:o}:{},{fontFamily:t.fontFamily,fontSize:t.fontSize,lineHeight:t.lineHeight,color:t.textColor,boxSizing:"border-box",display:i,borderWidth:"1px",visibility:"inherit",outline:"medium none ".concat(t.focusColor)})}},e.clearfix=function(){return{"&::after":{display:"table",content:'""',clear:"both"}}},e.ellipsis=function(){return{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"}},e.printWidth100Percent=function(){return{maxWidth:"100% !important",width:"100% !important",overflow:"hidden !important"}},e.printHide=function(){return{display:"none !important"}},e.printNoBackground=function(){return{background:"none !important"}},e.printWrapAll=function(){return{wordBreak:"break-all !important",wordWrap:"break-word !important",overflowWrap:"break-word !important",whiteSpace:"normal !important"}},e.screenReaderContent=function(){return{position:"absolute",overflow:"hidden",clip:"rect(0 0 0 0)",height:"1px",width:"1px",margin:"-1px",padding:0,border:0}}},"./node_modules/@splunk/ui-utils/boolean.js":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.normalizeBoolean=function(t){switch("string"==typeof t?t.toLowerCase():t){case!0:case 1:case"1":case"yes":case"on":case"true":return!0;case!1:case 0:case"0":case"no":case"off":case"false":return!1;default:return}}},"./node_modules/@splunk/ui-utils/cookie.js":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getEntry=function(t){if("undefined"==typeof document)return null;var e=new RegExp("(^|; ?)".concat(t,"=([^;]+)")),i=null;try{var n=document.cookie.match(e);i=n?n[2]:null}catch(t){}return i}},"./node_modules/@splunk/ui-utils/id.js":function(t,e,i){"use strict";function n(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(t){var e=Math.floor(16*Math.random());return("x"===t?e:e%4+8).toString(16)}))}Object.defineProperty(e,"__esModule",{value:!0}),e.createGUID=n,e.createDOMID=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"id";if(t.match(/^[a-zA-Z][\w-]*$/))return"".concat(t,"-").concat(n());throw new Error("createDOMID: Prefix must start with a letter and may only contain letters, digits, hyphens and underscores")}},"./node_modules/bowser/src/bowser.js":function(t,e,i){var n;n=function(){var t=!0;function e(e){function i(t){var i=e.match(t);return i&&i.length>1&&i[1]||""}function n(t){var i=e.match(t);return i&&i.length>1&&i[2]||""}var r,s=i(/(ipod|iphone|ipad)/i).toLowerCase(),a=!/like android/i.test(e)&&/android/i.test(e),l=/nexus\s*[0-6]\s*/i.test(e),c=!l&&/nexus\s*[0-9]+/i.test(e),u=/CrOS/.test(e),h=/silk/i.test(e),d=/sailfish/i.test(e),p=/tizen/i.test(e),f=/(web|hpw)(o|0)s/i.test(e),m=/windows phone/i.test(e),g=(/SamsungBrowser/i.test(e),!m&&/windows/i.test(e)),y=!s&&!h&&/macintosh/i.test(e),b=!a&&!d&&!p&&!f&&/linux/i.test(e),v=n(/edg([ea]|ios)\/(\d+(\.\d+)?)/i),M=i(/version\/(\d+(\.\d+)?)/i),x=/tablet/i.test(e)&&!/tablet pc/i.test(e),_=!x&&/[^-]mobi/i.test(e),A=/xbox/i.test(e);/opera/i.test(e)?r={name:"Opera",opera:t,version:M||i(/(?:opera|opr|opios)[\s\/](\d+(\.\d+)?)/i)}:/opr\/|opios/i.test(e)?r={name:"Opera",opera:t,version:i(/(?:opr|opios)[\s\/](\d+(\.\d+)?)/i)||M}:/SamsungBrowser/i.test(e)?r={name:"Samsung Internet for Android",samsungBrowser:t,version:M||i(/(?:SamsungBrowser)[\s\/](\d+(\.\d+)?)/i)}:/Whale/i.test(e)?r={name:"NAVER Whale browser",whale:t,version:i(/(?:whale)[\s\/](\d+(?:\.\d+)+)/i)}:/MZBrowser/i.test(e)?r={name:"MZ Browser",mzbrowser:t,version:i(/(?:MZBrowser)[\s\/](\d+(?:\.\d+)+)/i)}:/coast/i.test(e)?r={name:"Opera Coast",coast:t,version:M||i(/(?:coast)[\s\/](\d+(\.\d+)?)/i)}:/focus/i.test(e)?r={name:"Focus",focus:t,version:i(/(?:focus)[\s\/](\d+(?:\.\d+)+)/i)}:/yabrowser/i.test(e)?r={name:"Yandex Browser",yandexbrowser:t,version:M||i(/(?:yabrowser)[\s\/](\d+(\.\d+)?)/i)}:/ucbrowser/i.test(e)?r={name:"UC Browser",ucbrowser:t,version:i(/(?:ucbrowser)[\s\/](\d+(?:\.\d+)+)/i)}:/mxios/i.test(e)?r={name:"Maxthon",maxthon:t,version:i(/(?:mxios)[\s\/](\d+(?:\.\d+)+)/i)}:/epiphany/i.test(e)?r={name:"Epiphany",epiphany:t,version:i(/(?:epiphany)[\s\/](\d+(?:\.\d+)+)/i)}:/puffin/i.test(e)?r={name:"Puffin",puffin:t,version:i(/(?:puffin)[\s\/](\d+(?:\.\d+)?)/i)}:/sleipnir/i.test(e)?r={name:"Sleipnir",sleipnir:t,version:i(/(?:sleipnir)[\s\/](\d+(?:\.\d+)+)/i)}:/k-meleon/i.test(e)?r={name:"K-Meleon",kMeleon:t,version:i(/(?:k-meleon)[\s\/](\d+(?:\.\d+)+)/i)}:m?(r={name:"Windows Phone",osname:"Windows Phone",windowsphone:t},v?(r.msedge=t,r.version=v):(r.msie=t,r.version=i(/iemobile\/(\d+(\.\d+)?)/i))):/msie|trident/i.test(e)?r={name:"Internet Explorer",msie:t,version:i(/(?:msie |rv:)(\d+(\.\d+)?)/i)}:u?r={name:"Chrome",osname:"Chrome OS",chromeos:t,chromeBook:t,chrome:t,version:i(/(?:chrome|crios|crmo)\/(\d+(\.\d+)?)/i)}:/edg([ea]|ios)/i.test(e)?r={name:"Microsoft Edge",msedge:t,version:v}:/vivaldi/i.test(e)?r={name:"Vivaldi",vivaldi:t,version:i(/vivaldi\/(\d+(\.\d+)?)/i)||M}:d?r={name:"Sailfish",osname:"Sailfish OS",sailfish:t,version:i(/sailfish\s?browser\/(\d+(\.\d+)?)/i)}:/seamonkey\//i.test(e)?r={name:"SeaMonkey",seamonkey:t,version:i(/seamonkey\/(\d+(\.\d+)?)/i)}:/firefox|iceweasel|fxios/i.test(e)?(r={name:"Firefox",firefox:t,version:i(/(?:firefox|iceweasel|fxios)[ \/](\d+(\.\d+)?)/i)},/\((mobile|tablet);[^\)]*rv:[\d\.]+\)/i.test(e)&&(r.firefoxos=t,r.osname="Firefox OS")):h?r={name:"Amazon Silk",silk:t,version:i(/silk\/(\d+(\.\d+)?)/i)}:/phantom/i.test(e)?r={name:"PhantomJS",phantom:t,version:i(/phantomjs\/(\d+(\.\d+)?)/i)}:/slimerjs/i.test(e)?r={name:"SlimerJS",slimer:t,version:i(/slimerjs\/(\d+(\.\d+)?)/i)}:/blackberry|\bbb\d+/i.test(e)||/rim\stablet/i.test(e)?r={name:"BlackBerry",osname:"BlackBerry OS",blackberry:t,version:M||i(/blackberry[\d]+\/(\d+(\.\d+)?)/i)}:f?(r={name:"WebOS",osname:"WebOS",webos:t,version:M||i(/w(?:eb)?osbrowser\/(\d+(\.\d+)?)/i)},/touchpad\//i.test(e)&&(r.touchpad=t)):/bada/i.test(e)?r={name:"Bada",osname:"Bada",bada:t,version:i(/dolfin\/(\d+(\.\d+)?)/i)}:p?r={name:"Tizen",osname:"Tizen",tizen:t,version:i(/(?:tizen\s?)?browser\/(\d+(\.\d+)?)/i)||M}:/qupzilla/i.test(e)?r={name:"QupZilla",qupzilla:t,version:i(/(?:qupzilla)[\s\/](\d+(?:\.\d+)+)/i)||M}:/chromium/i.test(e)?r={name:"Chromium",chromium:t,version:i(/(?:chromium)[\s\/](\d+(?:\.\d+)?)/i)||M}:/chrome|crios|crmo/i.test(e)?r={name:"Chrome",chrome:t,version:i(/(?:chrome|crios|crmo)\/(\d+(\.\d+)?)/i)}:a?r={name:"Android",version:M}:/safari|applewebkit/i.test(e)?(r={name:"Safari",safari:t},M&&(r.version=M)):s?(r={name:"iphone"==s?"iPhone":"ipad"==s?"iPad":"iPod"},M&&(r.version=M)):r=/googlebot/i.test(e)?{name:"Googlebot",googlebot:t,version:i(/googlebot\/(\d+(\.\d+))/i)||M}:{name:i(/^(.*)\/(.*) /),version:n(/^(.*)\/(.*) /)},!r.msedge&&/(apple)?webkit/i.test(e)?(/(apple)?webkit\/537\.36/i.test(e)?(r.name=r.name||"Blink",r.blink=t):(r.name=r.name||"Webkit",r.webkit=t),!r.version&&M&&(r.version=M)):!r.opera&&/gecko\//i.test(e)&&(r.name=r.name||"Gecko",r.gecko=t,r.version=r.version||i(/gecko\/(\d+(\.\d+)?)/i)),r.windowsphone||!a&&!r.silk?!r.windowsphone&&s?(r[s]=t,r.ios=t,r.osname="iOS"):y?(r.mac=t,r.osname="macOS"):A?(r.xbox=t,r.osname="Xbox"):g?(r.windows=t,r.osname="Windows"):b&&(r.linux=t,r.osname="Linux"):(r.android=t,r.osname="Android");var L="";r.windows?L=function(t){switch(t){case"NT":return"NT";case"XP":return"XP";case"NT 5.0":return"2000";case"NT 5.1":return"XP";case"NT 5.2":return"2003";case"NT 6.0":return"Vista";case"NT 6.1":return"7";case"NT 6.2":return"8";case"NT 6.3":return"8.1";case"NT 10.0":return"10";default:return}}(i(/Windows ((NT|XP)( \d\d?.\d)?)/i)):r.windowsphone?L=i(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i):r.mac?L=(L=i(/Mac OS X (\d+([_\.\s]\d+)*)/i)).replace(/[_\s]/g,"."):s?L=(L=i(/os (\d+([_\s]\d+)*) like mac os x/i)).replace(/[_\s]/g,"."):a?L=i(/android[ \/-](\d+(\.\d+)*)/i):r.webos?L=i(/(?:web|hpw)os\/(\d+(\.\d+)*)/i):r.blackberry?L=i(/rim\stablet\sos\s(\d+(\.\d+)*)/i):r.bada?L=i(/bada\/(\d+(\.\d+)*)/i):r.tizen&&(L=i(/tizen[\/\s](\d+(\.\d+)*)/i)),L&&(r.osversion=L);var w=!r.windows&&L.split(".")[0];return x||c||"ipad"==s||a&&(3==w||w>=4&&!_)||r.silk?r.tablet=t:(_||"iphone"==s||"ipod"==s||a||l||r.blackberry||r.webos||r.bada)&&(r.mobile=t),r.msedge||r.msie&&r.version>=10||r.yandexbrowser&&r.version>=15||r.vivaldi&&r.version>=1||r.chrome&&r.version>=20||r.samsungBrowser&&r.version>=4||r.whale&&1===o([r.version,"1.0"])||r.mzbrowser&&1===o([r.version,"6.0"])||r.focus&&1===o([r.version,"1.0"])||r.firefox&&r.version>=20||r.safari&&r.version>=6||r.opera&&r.version>=10||r.ios&&r.osversion&&r.osversion.split(".")[0]>=6||r.blackberry&&r.version>=10.1||r.chromium&&r.version>=20?r.a=t:r.msie&&r.version<10||r.chrome&&r.version<20||r.firefox&&r.version<20||r.safari&&r.version<6||r.opera&&r.version<10||r.ios&&r.osversion&&r.osversion.split(".")[0]<6||r.chromium&&r.version<20?r.c=t:r.x=t,r}var i=e("undefined"!=typeof navigator&&navigator.userAgent||"");function n(t){return t.split(".").length}function r(t,e){var i,n=[];if(Array.prototype.map)return Array.prototype.map.call(t,e);for(i=0;i<t.length;i++)n.push(e(t[i]));return n}function o(t){for(var e=Math.max(n(t[0]),n(t[1])),i=r(t,(function(t){var i=e-n(t);return r((t+=new Array(i+1).join(".0")).split("."),(function(t){return new Array(20-t.length).join("0")+t})).reverse()}));--e>=0;){if(i[0][e]>i[1][e])return 1;if(i[0][e]!==i[1][e])return-1;if(0===e)return 0}}function s(t,n,r){var s=i;"string"==typeof n&&(r=n,n=void 0),void 0===n&&(n=!1),r&&(s=e(r));var a=""+s.version;for(var l in t)if(t.hasOwnProperty(l)&&s[l]){if("string"!=typeof t[l])throw new Error("Browser version in the minVersion map should be a string: "+l+": "+String(t));return o([a,t[l]])<0}return n}return i.test=function(t){for(var e=0;e<t.length;++e){var n=t[e];if("string"==typeof n&&n in i)return!0}return!1},i.isUnsupportedBrowser=s,i.compareVersions=o,i.check=function(t,e,i){return!s(t,e,i)},i._detect=e,i.detect=e,i},t.exports?t.exports=n():i("./node_modules/@splunk/swc-mltk/node_modules/webpack/buildin/amd-define.js")("bowser",n)},"./node_modules/core-js/internals/a-callable.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/is-callable.js"),r=i("./node_modules/core-js/internals/try-to-string.js"),o=TypeError;t.exports=function(t){if(n(t))return t;throw new o(r(t)+" is not a function")}},"./node_modules/core-js/internals/a-possible-prototype.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/is-possible-prototype.js"),r=String,o=TypeError;t.exports=function(t){if(n(t))return t;throw new o("Can't set "+r(t)+" as a prototype")}},"./node_modules/core-js/internals/add-to-unscopables.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/well-known-symbol.js"),r=i("./node_modules/core-js/internals/object-create.js"),o=i("./node_modules/core-js/internals/object-define-property.js").f,s=n("unscopables"),a=Array.prototype;void 0===a[s]&&o(a,s,{configurable:!0,value:r(null)}),t.exports=function(t){a[s][t]=!0}},"./node_modules/core-js/internals/advance-string-index.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/string-multibyte.js").charAt;t.exports=function(t,e,i){return e+(i?n(t,e).length:1)}},"./node_modules/core-js/internals/an-object.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/is-object.js"),r=String,o=TypeError;t.exports=function(t){if(n(t))return t;throw new o(r(t)+" is not an object")}},"./node_modules/core-js/internals/array-for-each.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/array-iteration.js").forEach,r=i("./node_modules/core-js/internals/array-method-is-strict.js")("forEach");t.exports=r?[].forEach:function(t){return n(this,t,arguments.length>1?arguments[1]:void 0)}},"./node_modules/core-js/internals/array-includes.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/to-indexed-object.js"),r=i("./node_modules/core-js/internals/to-absolute-index.js"),o=i("./node_modules/core-js/internals/length-of-array-like.js"),s=function(t){return function(e,i,s){var a=n(e),l=o(a);if(0===l)return!t&&-1;var c,u=r(s,l);if(t&&i!=i){for(;l>u;)if((c=a[u++])!=c)return!0}else for(;l>u;u++)if((t||u in a)&&a[u]===i)return t||u||0;return!t&&-1}};t.exports={includes:s(!0),indexOf:s(!1)}},"./node_modules/core-js/internals/array-iteration.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/function-bind-context.js"),r=i("./node_modules/core-js/internals/function-uncurry-this.js"),o=i("./node_modules/core-js/internals/indexed-object.js"),s=i("./node_modules/core-js/internals/to-object.js"),a=i("./node_modules/core-js/internals/length-of-array-like.js"),l=i("./node_modules/core-js/internals/array-species-create.js"),c=r([].push),u=function(t){var e=1===t,i=2===t,r=3===t,u=4===t,h=6===t,d=7===t,p=5===t||h;return function(f,m,g,y){for(var b,v,M=s(f),x=o(M),_=a(x),A=n(m,g),L=0,w=y||l,k=e?w(f,_):i||d?w(f,0):void 0;_>L;L++)if((p||L in x)&&(v=A(b=x[L],L,M),t))if(e)k[L]=v;else if(v)switch(t){case 3:return!0;case 5:return b;case 6:return L;case 2:c(k,b)}else switch(t){case 4:return!1;case 7:c(k,b)}return h?-1:r||u?u:k}};t.exports={forEach:u(0),map:u(1),filter:u(2),some:u(3),every:u(4),find:u(5),findIndex:u(6),filterReject:u(7)}},"./node_modules/core-js/internals/array-method-has-species-support.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/fails.js"),r=i("./node_modules/core-js/internals/well-known-symbol.js"),o=i("./node_modules/core-js/internals/engine-v8-version.js"),s=r("species");t.exports=function(t){return o>=51||!n((function(){var e=[];return(e.constructor={})[s]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},"./node_modules/core-js/internals/array-method-is-strict.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/fails.js");t.exports=function(t,e){var i=[][t];return!!i&&n((function(){i.call(null,e||function(){return 1},1)}))}},"./node_modules/core-js/internals/array-slice.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/function-uncurry-this.js");t.exports=n([].slice)},"./node_modules/core-js/internals/array-sort.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/array-slice.js"),r=Math.floor,o=function(t,e){var i=t.length;if(i<8)for(var s,a,l=1;l<i;){for(a=l,s=t[l];a&&e(t[a-1],s)>0;)t[a]=t[--a];a!==l++&&(t[a]=s)}else for(var c=r(i/2),u=o(n(t,0,c),e),h=o(n(t,c),e),d=u.length,p=h.length,f=0,m=0;f<d||m<p;)t[f+m]=f<d&&m<p?e(u[f],h[m])<=0?u[f++]:h[m++]:f<d?u[f++]:h[m++];return t};t.exports=o},"./node_modules/core-js/internals/array-species-constructor.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/is-array.js"),r=i("./node_modules/core-js/internals/is-constructor.js"),o=i("./node_modules/core-js/internals/is-object.js"),s=i("./node_modules/core-js/internals/well-known-symbol.js")("species"),a=Array;t.exports=function(t){var e;return n(t)&&(e=t.constructor,(r(e)&&(e===a||n(e.prototype))||o(e)&&null===(e=e[s]))&&(e=void 0)),void 0===e?a:e}},"./node_modules/core-js/internals/array-species-create.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/array-species-constructor.js");t.exports=function(t,e){return new(n(t))(0===e?0:e)}},"./node_modules/core-js/internals/classof-raw.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/function-uncurry-this.js"),r=n({}.toString),o=n("".slice);t.exports=function(t){return o(r(t),8,-1)}},"./node_modules/core-js/internals/classof.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/to-string-tag-support.js"),r=i("./node_modules/core-js/internals/is-callable.js"),o=i("./node_modules/core-js/internals/classof-raw.js"),s=i("./node_modules/core-js/internals/well-known-symbol.js")("toStringTag"),a=Object,l="Arguments"===o(function(){return arguments}());t.exports=n?o:function(t){var e,i,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(i=function(t,e){try{return t[e]}catch(t){}}(e=a(t),s))?i:l?o(e):"Object"===(n=o(e))&&r(e.callee)?"Arguments":n}},"./node_modules/core-js/internals/copy-constructor-properties.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/has-own-property.js"),r=i("./node_modules/core-js/internals/own-keys.js"),o=i("./node_modules/core-js/internals/object-get-own-property-descriptor.js"),s=i("./node_modules/core-js/internals/object-define-property.js");t.exports=function(t,e,i){for(var a=r(e),l=s.f,c=o.f,u=0;u<a.length;u++){var h=a[u];n(t,h)||i&&n(i,h)||l(t,h,c(e,h))}}},"./node_modules/core-js/internals/correct-prototype-getter.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/fails.js");t.exports=!n((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},"./node_modules/core-js/internals/create-iter-result-object.js":function(t,e,i){"use strict";t.exports=function(t,e){return{value:t,done:e}}},"./node_modules/core-js/internals/create-non-enumerable-property.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/descriptors.js"),r=i("./node_modules/core-js/internals/object-define-property.js"),o=i("./node_modules/core-js/internals/create-property-descriptor.js");t.exports=n?function(t,e,i){return r.f(t,e,o(1,i))}:function(t,e,i){return t[e]=i,t}},"./node_modules/core-js/internals/create-property-descriptor.js":function(t,e,i){"use strict";t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},"./node_modules/core-js/internals/create-property.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/descriptors.js"),r=i("./node_modules/core-js/internals/object-define-property.js"),o=i("./node_modules/core-js/internals/create-property-descriptor.js");t.exports=function(t,e,i){n?r.f(t,e,o(0,i)):t[e]=i}},"./node_modules/core-js/internals/date-to-primitive.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/an-object.js"),r=i("./node_modules/core-js/internals/ordinary-to-primitive.js"),o=TypeError;t.exports=function(t){if(n(this),"string"===t||"default"===t)t="string";else if("number"!==t)throw new o("Incorrect hint");return r(this,t)}},"./node_modules/core-js/internals/define-built-in-accessor.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/make-built-in.js"),r=i("./node_modules/core-js/internals/object-define-property.js");t.exports=function(t,e,i){return i.get&&n(i.get,e,{getter:!0}),i.set&&n(i.set,e,{setter:!0}),r.f(t,e,i)}},"./node_modules/core-js/internals/define-built-in.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/is-callable.js"),r=i("./node_modules/core-js/internals/object-define-property.js"),o=i("./node_modules/core-js/internals/make-built-in.js"),s=i("./node_modules/core-js/internals/define-global-property.js");t.exports=function(t,e,i,a){a||(a={});var l=a.enumerable,c=void 0!==a.name?a.name:e;if(n(i)&&o(i,c,a),a.global)l?t[e]=i:s(e,i);else{try{a.unsafe?t[e]&&(l=!0):delete t[e]}catch(t){}l?t[e]=i:r.f(t,e,{value:i,enumerable:!1,configurable:!a.nonConfigurable,writable:!a.nonWritable})}return t}},"./node_modules/core-js/internals/define-global-property.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/global.js"),r=Object.defineProperty;t.exports=function(t,e){try{r(n,t,{value:e,configurable:!0,writable:!0})}catch(i){n[t]=e}return e}},"./node_modules/core-js/internals/delete-property-or-throw.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/try-to-string.js"),r=TypeError;t.exports=function(t,e){if(!delete t[e])throw new r("Cannot delete property "+n(e)+" of "+n(t))}},"./node_modules/core-js/internals/descriptors.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/fails.js");t.exports=!n((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))},"./node_modules/core-js/internals/document-create-element.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/global.js"),r=i("./node_modules/core-js/internals/is-object.js"),o=n.document,s=r(o)&&r(o.createElement);t.exports=function(t){return s?o.createElement(t):{}}},"./node_modules/core-js/internals/does-not-exceed-safe-integer.js":function(t,e,i){"use strict";var n=TypeError;t.exports=function(t){if(t>9007199254740991)throw n("Maximum allowed index exceeded");return t}},"./node_modules/core-js/internals/dom-iterables.js":function(t,e,i){"use strict";t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},"./node_modules/core-js/internals/dom-token-list-prototype.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/document-create-element.js")("span").classList,r=n&&n.constructor&&n.constructor.prototype;t.exports=r===Object.prototype?void 0:r},"./node_modules/core-js/internals/engine-ff-version.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/engine-user-agent.js").match(/firefox\/(\d+)/i);t.exports=!!n&&+n[1]},"./node_modules/core-js/internals/engine-is-ie-or-edge.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/engine-user-agent.js");t.exports=/MSIE|Trident/.test(n)},"./node_modules/core-js/internals/engine-user-agent.js":function(t,e,i){"use strict";t.exports="undefined"!=typeof navigator&&String(navigator.userAgent)||""},"./node_modules/core-js/internals/engine-v8-version.js":function(t,e,i){"use strict";var n,r,o=i("./node_modules/core-js/internals/global.js"),s=i("./node_modules/core-js/internals/engine-user-agent.js"),a=o.process,l=o.Deno,c=a&&a.versions||l&&l.version,u=c&&c.v8;u&&(r=(n=u.split("."))[0]>0&&n[0]<4?1:+(n[0]+n[1])),!r&&s&&(!(n=s.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=s.match(/Chrome\/(\d+)/))&&(r=+n[1]),t.exports=r},"./node_modules/core-js/internals/engine-webkit-version.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/engine-user-agent.js").match(/AppleWebKit\/(\d+)\./);t.exports=!!n&&+n[1]},"./node_modules/core-js/internals/enum-bug-keys.js":function(t,e,i){"use strict";t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},"./node_modules/core-js/internals/export.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/global.js"),r=i("./node_modules/core-js/internals/object-get-own-property-descriptor.js").f,o=i("./node_modules/core-js/internals/create-non-enumerable-property.js"),s=i("./node_modules/core-js/internals/define-built-in.js"),a=i("./node_modules/core-js/internals/define-global-property.js"),l=i("./node_modules/core-js/internals/copy-constructor-properties.js"),c=i("./node_modules/core-js/internals/is-forced.js");t.exports=function(t,e){var i,u,h,d,p,f=t.target,m=t.global,g=t.stat;if(i=m?n:g?n[f]||a(f,{}):n[f]&&n[f].prototype)for(u in e){if(d=e[u],h=t.dontCallGetSet?(p=r(i,u))&&p.value:i[u],!c(m?u:f+(g?".":"#")+u,t.forced)&&void 0!==h){if(typeof d==typeof h)continue;l(d,h)}(t.sham||h&&h.sham)&&o(d,"sham",!0),s(i,u,d,t)}}},"./node_modules/core-js/internals/fails.js":function(t,e,i){"use strict";t.exports=function(t){try{return!!t()}catch(t){return!0}}},"./node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js":function(t,e,i){"use strict";i("./node_modules/core-js/modules/es.regexp.exec.js");var n=i("./node_modules/core-js/internals/function-call.js"),r=i("./node_modules/core-js/internals/define-built-in.js"),o=i("./node_modules/core-js/internals/regexp-exec.js"),s=i("./node_modules/core-js/internals/fails.js"),a=i("./node_modules/core-js/internals/well-known-symbol.js"),l=i("./node_modules/core-js/internals/create-non-enumerable-property.js"),c=a("species"),u=RegExp.prototype;t.exports=function(t,e,i,h){var d=a(t),p=!s((function(){var e={};return e[d]=function(){return 7},7!==""[t](e)})),f=p&&!s((function(){var e=!1,i=/a/;return"split"===t&&((i={}).constructor={},i.constructor[c]=function(){return i},i.flags="",i[d]=/./[d]),i.exec=function(){return e=!0,null},i[d](""),!e}));if(!p||!f||i){var m=/./[d],g=e(d,""[t],(function(t,e,i,r,s){var a=e.exec;return a===o||a===u.exec?p&&!s?{done:!0,value:n(m,e,i,r)}:{done:!0,value:n(t,i,e,r)}:{done:!1}}));r(String.prototype,t,g[0]),r(u,d,g[1])}h&&l(u[d],"sham",!0)}},"./node_modules/core-js/internals/flatten-into-array.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/is-array.js"),r=i("./node_modules/core-js/internals/length-of-array-like.js"),o=i("./node_modules/core-js/internals/does-not-exceed-safe-integer.js"),s=i("./node_modules/core-js/internals/function-bind-context.js"),a=function(t,e,i,l,c,u,h,d){for(var p,f,m=c,g=0,y=!!h&&s(h,d);g<l;)g in i&&(p=y?y(i[g],g,e):i[g],u>0&&n(p)?(f=r(p),m=a(t,e,p,f,m,u-1)-1):(o(m+1),t[m]=p),m++),g++;return m};t.exports=a},"./node_modules/core-js/internals/function-apply.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/function-bind-native.js"),r=Function.prototype,o=r.apply,s=r.call;t.exports="object"==typeof Reflect&&Reflect.apply||(n?s.bind(o):function(){return s.apply(o,arguments)})},"./node_modules/core-js/internals/function-bind-context.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/function-uncurry-this-clause.js"),r=i("./node_modules/core-js/internals/a-callable.js"),o=i("./node_modules/core-js/internals/function-bind-native.js"),s=n(n.bind);t.exports=function(t,e){return r(t),void 0===e?t:o?s(t,e):function(){return t.apply(e,arguments)}}},"./node_modules/core-js/internals/function-bind-native.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/fails.js");t.exports=!n((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))},"./node_modules/core-js/internals/function-call.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/function-bind-native.js"),r=Function.prototype.call;t.exports=n?r.bind(r):function(){return r.apply(r,arguments)}},"./node_modules/core-js/internals/function-name.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/descriptors.js"),r=i("./node_modules/core-js/internals/has-own-property.js"),o=Function.prototype,s=n&&Object.getOwnPropertyDescriptor,a=r(o,"name"),l=a&&"something"===function(){}.name,c=a&&(!n||n&&s(o,"name").configurable);t.exports={EXISTS:a,PROPER:l,CONFIGURABLE:c}},"./node_modules/core-js/internals/function-uncurry-this-accessor.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/function-uncurry-this.js"),r=i("./node_modules/core-js/internals/a-callable.js");t.exports=function(t,e,i){try{return n(r(Object.getOwnPropertyDescriptor(t,e)[i]))}catch(t){}}},"./node_modules/core-js/internals/function-uncurry-this-clause.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/classof-raw.js"),r=i("./node_modules/core-js/internals/function-uncurry-this.js");t.exports=function(t){if("Function"===n(t))return r(t)}},"./node_modules/core-js/internals/function-uncurry-this.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/function-bind-native.js"),r=Function.prototype,o=r.call,s=n&&r.bind.bind(o,o);t.exports=n?s:function(t){return function(){return o.apply(t,arguments)}}},"./node_modules/core-js/internals/get-built-in.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/global.js"),r=i("./node_modules/core-js/internals/is-callable.js"),o=function(t){return r(t)?t:void 0};t.exports=function(t,e){return arguments.length<2?o(n[t]):n[t]&&n[t][e]}},"./node_modules/core-js/internals/get-json-replacer-function.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/function-uncurry-this.js"),r=i("./node_modules/core-js/internals/is-array.js"),o=i("./node_modules/core-js/internals/is-callable.js"),s=i("./node_modules/core-js/internals/classof-raw.js"),a=i("./node_modules/core-js/internals/to-string.js"),l=n([].push);t.exports=function(t){if(o(t))return t;if(r(t)){for(var e=t.length,i=[],n=0;n<e;n++){var c=t[n];"string"==typeof c?l(i,c):"number"!=typeof c&&"Number"!==s(c)&&"String"!==s(c)||l(i,a(c))}var u=i.length,h=!0;return function(t,e){if(h)return h=!1,e;if(r(this))return e;for(var n=0;n<u;n++)if(i[n]===t)return e}}}},"./node_modules/core-js/internals/get-method.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/a-callable.js"),r=i("./node_modules/core-js/internals/is-null-or-undefined.js");t.exports=function(t,e){var i=t[e];return r(i)?void 0:n(i)}},"./node_modules/core-js/internals/get-substitution.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/function-uncurry-this.js"),r=i("./node_modules/core-js/internals/to-object.js"),o=Math.floor,s=n("".charAt),a=n("".replace),l=n("".slice),c=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,u=/\$([$&'`]|\d{1,2})/g;t.exports=function(t,e,i,n,h,d){var p=i+t.length,f=n.length,m=u;return void 0!==h&&(h=r(h),m=c),a(d,m,(function(r,a){var c;switch(s(a,0)){case"$":return"$";case"&":return t;case"`":return l(e,0,i);case"'":return l(e,p);case"<":c=h[l(a,1,-1)];break;default:var u=+a;if(0===u)return r;if(u>f){var d=o(u/10);return 0===d?r:d<=f?void 0===n[d-1]?s(a,1):n[d-1]+s(a,1):r}c=n[u-1]}return void 0===c?"":c}))}},"./node_modules/core-js/internals/global.js":function(t,e,i){"use strict";(function(e){var i=function(t){return t&&t.Math===Math&&t};t.exports=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof e&&e)||i("object"==typeof this&&this)||function(){return this}()||Function("return this")()}).call(this,i("./node_modules/@splunk/swc-mltk/node_modules/webpack/buildin/global.js"))},"./node_modules/core-js/internals/has-own-property.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/function-uncurry-this.js"),r=i("./node_modules/core-js/internals/to-object.js"),o=n({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,e){return o(r(t),e)}},"./node_modules/core-js/internals/hidden-keys.js":function(t,e,i){"use strict";t.exports={}},"./node_modules/core-js/internals/html.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/get-built-in.js");t.exports=n("document","documentElement")},"./node_modules/core-js/internals/ie8-dom-define.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/descriptors.js"),r=i("./node_modules/core-js/internals/fails.js"),o=i("./node_modules/core-js/internals/document-create-element.js");t.exports=!n&&!r((function(){return 7!==Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a}))},"./node_modules/core-js/internals/indexed-object.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/function-uncurry-this.js"),r=i("./node_modules/core-js/internals/fails.js"),o=i("./node_modules/core-js/internals/classof-raw.js"),s=Object,a=n("".split);t.exports=r((function(){return!s("z").propertyIsEnumerable(0)}))?function(t){return"String"===o(t)?a(t,""):s(t)}:s},"./node_modules/core-js/internals/inherit-if-required.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/is-callable.js"),r=i("./node_modules/core-js/internals/is-object.js"),o=i("./node_modules/core-js/internals/object-set-prototype-of.js");t.exports=function(t,e,i){var s,a;return o&&n(s=e.constructor)&&s!==i&&r(a=s.prototype)&&a!==i.prototype&&o(t,a),t}},"./node_modules/core-js/internals/inspect-source.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/function-uncurry-this.js"),r=i("./node_modules/core-js/internals/is-callable.js"),o=i("./node_modules/core-js/internals/shared-store.js"),s=n(Function.toString);r(o.inspectSource)||(o.inspectSource=function(t){return s(t)}),t.exports=o.inspectSource},"./node_modules/core-js/internals/internal-state.js":function(t,e,i){"use strict";var n,r,o,s=i("./node_modules/core-js/internals/weak-map-basic-detection.js"),a=i("./node_modules/core-js/internals/global.js"),l=i("./node_modules/core-js/internals/is-object.js"),c=i("./node_modules/core-js/internals/create-non-enumerable-property.js"),u=i("./node_modules/core-js/internals/has-own-property.js"),h=i("./node_modules/core-js/internals/shared-store.js"),d=i("./node_modules/core-js/internals/shared-key.js"),p=i("./node_modules/core-js/internals/hidden-keys.js"),f=a.TypeError,m=a.WeakMap;if(s||h.state){var g=h.state||(h.state=new m);g.get=g.get,g.has=g.has,g.set=g.set,n=function(t,e){if(g.has(t))throw new f("Object already initialized");return e.facade=t,g.set(t,e),e},r=function(t){return g.get(t)||{}},o=function(t){return g.has(t)}}else{var y=d("state");p[y]=!0,n=function(t,e){if(u(t,y))throw new f("Object already initialized");return e.facade=t,c(t,y,e),e},r=function(t){return u(t,y)?t[y]:{}},o=function(t){return u(t,y)}}t.exports={set:n,get:r,has:o,enforce:function(t){return o(t)?r(t):n(t,{})},getterFor:function(t){return function(e){var i;if(!l(e)||(i=r(e)).type!==t)throw new f("Incompatible receiver, "+t+" required");return i}}}},"./node_modules/core-js/internals/is-array.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/classof-raw.js");t.exports=Array.isArray||function(t){return"Array"===n(t)}},"./node_modules/core-js/internals/is-callable.js":function(t,e,i){"use strict";var n="object"==typeof document&&document.all;t.exports=void 0===n&&void 0!==n?function(t){return"function"==typeof t||t===n}:function(t){return"function"==typeof t}},"./node_modules/core-js/internals/is-constructor.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/function-uncurry-this.js"),r=i("./node_modules/core-js/internals/fails.js"),o=i("./node_modules/core-js/internals/is-callable.js"),s=i("./node_modules/core-js/internals/classof.js"),a=i("./node_modules/core-js/internals/get-built-in.js"),l=i("./node_modules/core-js/internals/inspect-source.js"),c=function(){},u=a("Reflect","construct"),h=/^\s*(?:class|function)\b/,d=n(h.exec),p=!h.test(c),f=function(t){if(!o(t))return!1;try{return u(c,[],t),!0}catch(t){return!1}},m=function(t){if(!o(t))return!1;switch(s(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return p||!!d(h,l(t))}catch(t){return!0}};m.sham=!0,t.exports=!u||r((function(){var t;return f(f.call)||!f(Object)||!f((function(){t=!0}))||t}))?m:f},"./node_modules/core-js/internals/is-forced.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/fails.js"),r=i("./node_modules/core-js/internals/is-callable.js"),o=/#|\.prototype\./,s=function(t,e){var i=l[a(t)];return i===u||i!==c&&(r(e)?n(e):!!e)},a=s.normalize=function(t){return String(t).replace(o,".").toLowerCase()},l=s.data={},c=s.NATIVE="N",u=s.POLYFILL="P";t.exports=s},"./node_modules/core-js/internals/is-null-or-undefined.js":function(t,e,i){"use strict";t.exports=function(t){return null==t}},"./node_modules/core-js/internals/is-object.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/is-callable.js");t.exports=function(t){return"object"==typeof t?null!==t:n(t)}},"./node_modules/core-js/internals/is-possible-prototype.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/is-object.js");t.exports=function(t){return n(t)||null===t}},"./node_modules/core-js/internals/is-pure.js":function(t,e,i){"use strict";t.exports=!1},"./node_modules/core-js/internals/is-symbol.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/get-built-in.js"),r=i("./node_modules/core-js/internals/is-callable.js"),o=i("./node_modules/core-js/internals/object-is-prototype-of.js"),s=i("./node_modules/core-js/internals/use-symbol-as-uid.js"),a=Object;t.exports=s?function(t){return"symbol"==typeof t}:function(t){var e=n("Symbol");return r(e)&&o(e.prototype,a(t))}},"./node_modules/core-js/internals/iterator-create-constructor.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/iterators-core.js").IteratorPrototype,r=i("./node_modules/core-js/internals/object-create.js"),o=i("./node_modules/core-js/internals/create-property-descriptor.js"),s=i("./node_modules/core-js/internals/set-to-string-tag.js"),a=i("./node_modules/core-js/internals/iterators.js"),l=function(){return this};t.exports=function(t,e,i,c){var u=e+" Iterator";return t.prototype=r(n,{next:o(+!c,i)}),s(t,u,!1,!0),a[u]=l,t}},"./node_modules/core-js/internals/iterator-define.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/export.js"),r=i("./node_modules/core-js/internals/function-call.js"),o=i("./node_modules/core-js/internals/is-pure.js"),s=i("./node_modules/core-js/internals/function-name.js"),a=i("./node_modules/core-js/internals/is-callable.js"),l=i("./node_modules/core-js/internals/iterator-create-constructor.js"),c=i("./node_modules/core-js/internals/object-get-prototype-of.js"),u=i("./node_modules/core-js/internals/object-set-prototype-of.js"),h=i("./node_modules/core-js/internals/set-to-string-tag.js"),d=i("./node_modules/core-js/internals/create-non-enumerable-property.js"),p=i("./node_modules/core-js/internals/define-built-in.js"),f=i("./node_modules/core-js/internals/well-known-symbol.js"),m=i("./node_modules/core-js/internals/iterators.js"),g=i("./node_modules/core-js/internals/iterators-core.js"),y=s.PROPER,b=s.CONFIGURABLE,v=g.IteratorPrototype,M=g.BUGGY_SAFARI_ITERATORS,x=f("iterator"),_=function(){return this};t.exports=function(t,e,i,s,f,g,A){l(i,e,s);var L,w,k,S=function(t){if(t===f&&z)return z;if(!M&&t&&t in C)return C[t];switch(t){case"keys":case"values":case"entries":return function(){return new i(this,t)}}return function(){return new i(this)}},T=e+" Iterator",O=!1,C=t.prototype,j=C[x]||C["@@iterator"]||f&&C[f],z=!M&&j||S(f),P="Array"===e&&C.entries||j;if(P&&(L=c(P.call(new t)))!==Object.prototype&&L.next&&(o||c(L)===v||(u?u(L,v):a(L[x])||p(L,x,_)),h(L,T,!0,!0),o&&(m[T]=_)),y&&"values"===f&&j&&"values"!==j.name&&(!o&&b?d(C,"name","values"):(O=!0,z=function(){return r(j,this)})),f)if(w={values:S("values"),keys:g?z:S("keys"),entries:S("entries")},A)for(k in w)(M||O||!(k in C))&&p(C,k,w[k]);else n({target:e,proto:!0,forced:M||O},w);return o&&!A||C[x]===z||p(C,x,z,{name:f}),m[e]=z,w}},"./node_modules/core-js/internals/iterators-core.js":function(t,e,i){"use strict";var n,r,o,s=i("./node_modules/core-js/internals/fails.js"),a=i("./node_modules/core-js/internals/is-callable.js"),l=i("./node_modules/core-js/internals/is-object.js"),c=i("./node_modules/core-js/internals/object-create.js"),u=i("./node_modules/core-js/internals/object-get-prototype-of.js"),h=i("./node_modules/core-js/internals/define-built-in.js"),d=i("./node_modules/core-js/internals/well-known-symbol.js"),p=i("./node_modules/core-js/internals/is-pure.js"),f=d("iterator"),m=!1;[].keys&&("next"in(o=[].keys())?(r=u(u(o)))!==Object.prototype&&(n=r):m=!0),!l(n)||s((function(){var t={};return n[f].call(t)!==t}))?n={}:p&&(n=c(n)),a(n[f])||h(n,f,(function(){return this})),t.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:m}},"./node_modules/core-js/internals/iterators.js":function(t,e,i){"use strict";t.exports={}},"./node_modules/core-js/internals/length-of-array-like.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/to-length.js");t.exports=function(t){return n(t.length)}},"./node_modules/core-js/internals/make-built-in.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/function-uncurry-this.js"),r=i("./node_modules/core-js/internals/fails.js"),o=i("./node_modules/core-js/internals/is-callable.js"),s=i("./node_modules/core-js/internals/has-own-property.js"),a=i("./node_modules/core-js/internals/descriptors.js"),l=i("./node_modules/core-js/internals/function-name.js").CONFIGURABLE,c=i("./node_modules/core-js/internals/inspect-source.js"),u=i("./node_modules/core-js/internals/internal-state.js"),h=u.enforce,d=u.get,p=String,f=Object.defineProperty,m=n("".slice),g=n("".replace),y=n([].join),b=a&&!r((function(){return 8!==f((function(){}),"length",{value:8}).length})),v=String(String).split("String"),M=t.exports=function(t,e,i){"Symbol("===m(p(e),0,7)&&(e="["+g(p(e),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),i&&i.getter&&(e="get "+e),i&&i.setter&&(e="set "+e),(!s(t,"name")||l&&t.name!==e)&&(a?f(t,"name",{value:e,configurable:!0}):t.name=e),b&&i&&s(i,"arity")&&t.length!==i.arity&&f(t,"length",{value:i.arity});try{i&&s(i,"constructor")&&i.constructor?a&&f(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var n=h(t);return s(n,"source")||(n.source=y(v,"string"==typeof e?e:"")),t};Function.prototype.toString=M((function(){return o(this)&&d(this).source||c(this)}),"toString")},"./node_modules/core-js/internals/math-trunc.js":function(t,e,i){"use strict";var n=Math.ceil,r=Math.floor;t.exports=Math.trunc||function(t){var e=+t;return(e>0?r:n)(e)}},"./node_modules/core-js/internals/object-create.js":function(t,e,i){"use strict";var n,r=i("./node_modules/core-js/internals/an-object.js"),o=i("./node_modules/core-js/internals/object-define-properties.js"),s=i("./node_modules/core-js/internals/enum-bug-keys.js"),a=i("./node_modules/core-js/internals/hidden-keys.js"),l=i("./node_modules/core-js/internals/html.js"),c=i("./node_modules/core-js/internals/document-create-element.js"),u=i("./node_modules/core-js/internals/shared-key.js"),h=u("IE_PROTO"),d=function(){},p=function(t){return"<script>"+t+"<\/script>"},f=function(t){t.write(p("")),t.close();var e=t.parentWindow.Object;return t=null,e},m=function(){try{n=new ActiveXObject("htmlfile")}catch(t){}var t,e;m="undefined"!=typeof document?document.domain&&n?f(n):((e=c("iframe")).style.display="none",l.appendChild(e),e.src=String("javascript:"),(t=e.contentWindow.document).open(),t.write(p("document.F=Object")),t.close(),t.F):f(n);for(var i=s.length;i--;)delete m.prototype[s[i]];return m()};a[h]=!0,t.exports=Object.create||function(t,e){var i;return null!==t?(d.prototype=r(t),i=new d,d.prototype=null,i[h]=t):i=m(),void 0===e?i:o.f(i,e)}},"./node_modules/core-js/internals/object-define-properties.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/descriptors.js"),r=i("./node_modules/core-js/internals/v8-prototype-define-bug.js"),o=i("./node_modules/core-js/internals/object-define-property.js"),s=i("./node_modules/core-js/internals/an-object.js"),a=i("./node_modules/core-js/internals/to-indexed-object.js"),l=i("./node_modules/core-js/internals/object-keys.js");e.f=n&&!r?Object.defineProperties:function(t,e){s(t);for(var i,n=a(e),r=l(e),c=r.length,u=0;c>u;)o.f(t,i=r[u++],n[i]);return t}},"./node_modules/core-js/internals/object-define-property.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/descriptors.js"),r=i("./node_modules/core-js/internals/ie8-dom-define.js"),o=i("./node_modules/core-js/internals/v8-prototype-define-bug.js"),s=i("./node_modules/core-js/internals/an-object.js"),a=i("./node_modules/core-js/internals/to-property-key.js"),l=TypeError,c=Object.defineProperty,u=Object.getOwnPropertyDescriptor;e.f=n?o?function(t,e,i){if(s(t),e=a(e),s(i),"function"==typeof t&&"prototype"===e&&"value"in i&&"writable"in i&&!i.writable){var n=u(t,e);n&&n.writable&&(t[e]=i.value,i={configurable:"configurable"in i?i.configurable:n.configurable,enumerable:"enumerable"in i?i.enumerable:n.enumerable,writable:!1})}return c(t,e,i)}:c:function(t,e,i){if(s(t),e=a(e),s(i),r)try{return c(t,e,i)}catch(t){}if("get"in i||"set"in i)throw new l("Accessors not supported");return"value"in i&&(t[e]=i.value),t}},"./node_modules/core-js/internals/object-get-own-property-descriptor.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/descriptors.js"),r=i("./node_modules/core-js/internals/function-call.js"),o=i("./node_modules/core-js/internals/object-property-is-enumerable.js"),s=i("./node_modules/core-js/internals/create-property-descriptor.js"),a=i("./node_modules/core-js/internals/to-indexed-object.js"),l=i("./node_modules/core-js/internals/to-property-key.js"),c=i("./node_modules/core-js/internals/has-own-property.js"),u=i("./node_modules/core-js/internals/ie8-dom-define.js"),h=Object.getOwnPropertyDescriptor;e.f=n?h:function(t,e){if(t=a(t),e=l(e),u)try{return h(t,e)}catch(t){}if(c(t,e))return s(!r(o.f,t,e),t[e])}},"./node_modules/core-js/internals/object-get-own-property-names-external.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/classof-raw.js"),r=i("./node_modules/core-js/internals/to-indexed-object.js"),o=i("./node_modules/core-js/internals/object-get-own-property-names.js").f,s=i("./node_modules/core-js/internals/array-slice.js"),a="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];t.exports.f=function(t){return a&&"Window"===n(t)?function(t){try{return o(t)}catch(t){return s(a)}}(t):o(r(t))}},"./node_modules/core-js/internals/object-get-own-property-names.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/object-keys-internal.js"),r=i("./node_modules/core-js/internals/enum-bug-keys.js").concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return n(t,r)}},"./node_modules/core-js/internals/object-get-own-property-symbols.js":function(t,e,i){"use strict";e.f=Object.getOwnPropertySymbols},"./node_modules/core-js/internals/object-get-prototype-of.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/has-own-property.js"),r=i("./node_modules/core-js/internals/is-callable.js"),o=i("./node_modules/core-js/internals/to-object.js"),s=i("./node_modules/core-js/internals/shared-key.js"),a=i("./node_modules/core-js/internals/correct-prototype-getter.js"),l=s("IE_PROTO"),c=Object,u=c.prototype;t.exports=a?c.getPrototypeOf:function(t){var e=o(t);if(n(e,l))return e[l];var i=e.constructor;return r(i)&&e instanceof i?i.prototype:e instanceof c?u:null}},"./node_modules/core-js/internals/object-is-prototype-of.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/function-uncurry-this.js");t.exports=n({}.isPrototypeOf)},"./node_modules/core-js/internals/object-keys-internal.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/function-uncurry-this.js"),r=i("./node_modules/core-js/internals/has-own-property.js"),o=i("./node_modules/core-js/internals/to-indexed-object.js"),s=i("./node_modules/core-js/internals/array-includes.js").indexOf,a=i("./node_modules/core-js/internals/hidden-keys.js"),l=n([].push);t.exports=function(t,e){var i,n=o(t),c=0,u=[];for(i in n)!r(a,i)&&r(n,i)&&l(u,i);for(;e.length>c;)r(n,i=e[c++])&&(~s(u,i)||l(u,i));return u}},"./node_modules/core-js/internals/object-keys.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/object-keys-internal.js"),r=i("./node_modules/core-js/internals/enum-bug-keys.js");t.exports=Object.keys||function(t){return n(t,r)}},"./node_modules/core-js/internals/object-property-is-enumerable.js":function(t,e,i){"use strict";var n={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,o=r&&!n.call({1:2},1);e.f=o?function(t){var e=r(this,t);return!!e&&e.enumerable}:n},"./node_modules/core-js/internals/object-set-prototype-of.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/function-uncurry-this-accessor.js"),r=i("./node_modules/core-js/internals/is-object.js"),o=i("./node_modules/core-js/internals/require-object-coercible.js"),s=i("./node_modules/core-js/internals/a-possible-prototype.js");t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,i={};try{(t=n(Object.prototype,"__proto__","set"))(i,[]),e=i instanceof Array}catch(t){}return function(i,n){return o(i),s(n),r(i)?(e?t(i,n):i.__proto__=n,i):i}}():void 0)},"./node_modules/core-js/internals/object-to-string.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/to-string-tag-support.js"),r=i("./node_modules/core-js/internals/classof.js");t.exports=n?{}.toString:function(){return"[object "+r(this)+"]"}},"./node_modules/core-js/internals/ordinary-to-primitive.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/function-call.js"),r=i("./node_modules/core-js/internals/is-callable.js"),o=i("./node_modules/core-js/internals/is-object.js"),s=TypeError;t.exports=function(t,e){var i,a;if("string"===e&&r(i=t.toString)&&!o(a=n(i,t)))return a;if(r(i=t.valueOf)&&!o(a=n(i,t)))return a;if("string"!==e&&r(i=t.toString)&&!o(a=n(i,t)))return a;throw new s("Can't convert object to primitive value")}},"./node_modules/core-js/internals/own-keys.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/get-built-in.js"),r=i("./node_modules/core-js/internals/function-uncurry-this.js"),o=i("./node_modules/core-js/internals/object-get-own-property-names.js"),s=i("./node_modules/core-js/internals/object-get-own-property-symbols.js"),a=i("./node_modules/core-js/internals/an-object.js"),l=r([].concat);t.exports=n("Reflect","ownKeys")||function(t){var e=o.f(a(t)),i=s.f;return i?l(e,i(t)):e}},"./node_modules/core-js/internals/path.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/global.js");t.exports=n},"./node_modules/core-js/internals/regexp-exec-abstract.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/function-call.js"),r=i("./node_modules/core-js/internals/an-object.js"),o=i("./node_modules/core-js/internals/is-callable.js"),s=i("./node_modules/core-js/internals/classof-raw.js"),a=i("./node_modules/core-js/internals/regexp-exec.js"),l=TypeError;t.exports=function(t,e){var i=t.exec;if(o(i)){var c=n(i,t,e);return null!==c&&r(c),c}if("RegExp"===s(t))return n(a,t,e);throw new l("RegExp#exec called on incompatible receiver")}},"./node_modules/core-js/internals/regexp-exec.js":function(t,e,i){"use strict";var n,r,o=i("./node_modules/core-js/internals/function-call.js"),s=i("./node_modules/core-js/internals/function-uncurry-this.js"),a=i("./node_modules/core-js/internals/to-string.js"),l=i("./node_modules/core-js/internals/regexp-flags.js"),c=i("./node_modules/core-js/internals/regexp-sticky-helpers.js"),u=i("./node_modules/core-js/internals/shared.js"),h=i("./node_modules/core-js/internals/object-create.js"),d=i("./node_modules/core-js/internals/internal-state.js").get,p=i("./node_modules/core-js/internals/regexp-unsupported-dot-all.js"),f=i("./node_modules/core-js/internals/regexp-unsupported-ncg.js"),m=u("native-string-replace",String.prototype.replace),g=RegExp.prototype.exec,y=g,b=s("".charAt),v=s("".indexOf),M=s("".replace),x=s("".slice),_=(r=/b*/g,o(g,n=/a/,"a"),o(g,r,"a"),0!==n.lastIndex||0!==r.lastIndex),A=c.BROKEN_CARET,L=void 0!==/()??/.exec("")[1];(_||L||A||p||f)&&(y=function(t){var e,i,n,r,s,c,u,p=this,f=d(p),w=a(t),k=f.raw;if(k)return k.lastIndex=p.lastIndex,e=o(y,k,w),p.lastIndex=k.lastIndex,e;var S=f.groups,T=A&&p.sticky,O=o(l,p),C=p.source,j=0,z=w;if(T&&(O=M(O,"y",""),-1===v(O,"g")&&(O+="g"),z=x(w,p.lastIndex),p.lastIndex>0&&(!p.multiline||p.multiline&&"\n"!==b(w,p.lastIndex-1))&&(C="(?: "+C+")",z=" "+z,j++),i=new RegExp("^(?:"+C+")",O)),L&&(i=new RegExp("^"+C+"$(?!\\s)",O)),_&&(n=p.lastIndex),r=o(g,T?i:p,z),T?r?(r.input=x(r.input,j),r[0]=x(r[0],j),r.index=p.lastIndex,p.lastIndex+=r[0].length):p.lastIndex=0:_&&r&&(p.lastIndex=p.global?r.index+r[0].length:n),L&&r&&r.length>1&&o(m,r[0],i,(function(){for(s=1;s<arguments.length-2;s++)void 0===arguments[s]&&(r[s]=void 0)})),r&&S)for(r.groups=c=h(null),s=0;s<S.length;s++)c[(u=S[s])[0]]=r[u[1]];return r}),t.exports=y},"./node_modules/core-js/internals/regexp-flags.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/an-object.js");t.exports=function(){var t=n(this),e="";return t.hasIndices&&(e+="d"),t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.unicodeSets&&(e+="v"),t.sticky&&(e+="y"),e}},"./node_modules/core-js/internals/regexp-get-flags.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/function-call.js"),r=i("./node_modules/core-js/internals/has-own-property.js"),o=i("./node_modules/core-js/internals/object-is-prototype-of.js"),s=i("./node_modules/core-js/internals/regexp-flags.js"),a=RegExp.prototype;t.exports=function(t){var e=t.flags;return void 0!==e||"flags"in a||r(t,"flags")||!o(a,t)?e:n(s,t)}},"./node_modules/core-js/internals/regexp-sticky-helpers.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/fails.js"),r=i("./node_modules/core-js/internals/global.js").RegExp,o=n((function(){var t=r("a","y");return t.lastIndex=2,null!==t.exec("abcd")})),s=o||n((function(){return!r("a","y").sticky})),a=o||n((function(){var t=r("^r","gy");return t.lastIndex=2,null!==t.exec("str")}));t.exports={BROKEN_CARET:a,MISSED_STICKY:s,UNSUPPORTED_Y:o}},"./node_modules/core-js/internals/regexp-unsupported-dot-all.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/fails.js"),r=i("./node_modules/core-js/internals/global.js").RegExp;t.exports=n((function(){var t=r(".","s");return!(t.dotAll&&t.test("\n")&&"s"===t.flags)}))},"./node_modules/core-js/internals/regexp-unsupported-ncg.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/fails.js"),r=i("./node_modules/core-js/internals/global.js").RegExp;t.exports=n((function(){var t=r("(?<a>b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$<a>c")}))},"./node_modules/core-js/internals/require-object-coercible.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/is-null-or-undefined.js"),r=TypeError;t.exports=function(t){if(n(t))throw new r("Can't call method on "+t);return t}},"./node_modules/core-js/internals/set-to-string-tag.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/object-define-property.js").f,r=i("./node_modules/core-js/internals/has-own-property.js"),o=i("./node_modules/core-js/internals/well-known-symbol.js")("toStringTag");t.exports=function(t,e,i){t&&!i&&(t=t.prototype),t&&!r(t,o)&&n(t,o,{configurable:!0,value:e})}},"./node_modules/core-js/internals/shared-key.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/shared.js"),r=i("./node_modules/core-js/internals/uid.js"),o=n("keys");t.exports=function(t){return o[t]||(o[t]=r(t))}},"./node_modules/core-js/internals/shared-store.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/is-pure.js"),r=i("./node_modules/core-js/internals/global.js"),o=i("./node_modules/core-js/internals/define-global-property.js"),s=t.exports=r["__core-js_shared__"]||o("__core-js_shared__",{});(s.versions||(s.versions=[])).push({version:"3.37.1",mode:n?"pure":"global",copyright:"© 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.37.1/LICENSE",source:"https://github.com/zloirock/core-js"})},"./node_modules/core-js/internals/shared.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/shared-store.js");t.exports=function(t,e){return n[t]||(n[t]=e||{})}},"./node_modules/core-js/internals/string-multibyte.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/function-uncurry-this.js"),r=i("./node_modules/core-js/internals/to-integer-or-infinity.js"),o=i("./node_modules/core-js/internals/to-string.js"),s=i("./node_modules/core-js/internals/require-object-coercible.js"),a=n("".charAt),l=n("".charCodeAt),c=n("".slice),u=function(t){return function(e,i){var n,u,h=o(s(e)),d=r(i),p=h.length;return d<0||d>=p?t?"":void 0:(n=l(h,d))<55296||n>56319||d+1===p||(u=l(h,d+1))<56320||u>57343?t?a(h,d):n:t?c(h,d,d+2):u-56320+(n-55296<<10)+65536}};t.exports={codeAt:u(!1),charAt:u(!0)}},"./node_modules/core-js/internals/string-trim.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/function-uncurry-this.js"),r=i("./node_modules/core-js/internals/require-object-coercible.js"),o=i("./node_modules/core-js/internals/to-string.js"),s=i("./node_modules/core-js/internals/whitespaces.js"),a=n("".replace),l=RegExp("^["+s+"]+"),c=RegExp("(^|[^"+s+"])["+s+"]+$"),u=function(t){return function(e){var i=o(r(e));return 1&t&&(i=a(i,l,"")),2&t&&(i=a(i,c,"$1")),i}};t.exports={start:u(1),end:u(2),trim:u(3)}},"./node_modules/core-js/internals/symbol-constructor-detection.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/engine-v8-version.js"),r=i("./node_modules/core-js/internals/fails.js"),o=i("./node_modules/core-js/internals/global.js").String;t.exports=!!Object.getOwnPropertySymbols&&!r((function(){var t=Symbol("symbol detection");return!o(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&n&&n<41}))},"./node_modules/core-js/internals/symbol-define-to-primitive.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/function-call.js"),r=i("./node_modules/core-js/internals/get-built-in.js"),o=i("./node_modules/core-js/internals/well-known-symbol.js"),s=i("./node_modules/core-js/internals/define-built-in.js");t.exports=function(){var t=r("Symbol"),e=t&&t.prototype,i=e&&e.valueOf,a=o("toPrimitive");e&&!e[a]&&s(e,a,(function(t){return n(i,this)}),{arity:1})}},"./node_modules/core-js/internals/symbol-registry-detection.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/symbol-constructor-detection.js");t.exports=n&&!!Symbol.for&&!!Symbol.keyFor},"./node_modules/core-js/internals/this-number-value.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/function-uncurry-this.js");t.exports=n(1..valueOf)},"./node_modules/core-js/internals/to-absolute-index.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/to-integer-or-infinity.js"),r=Math.max,o=Math.min;t.exports=function(t,e){var i=n(t);return i<0?r(i+e,0):o(i,e)}},"./node_modules/core-js/internals/to-indexed-object.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/indexed-object.js"),r=i("./node_modules/core-js/internals/require-object-coercible.js");t.exports=function(t){return n(r(t))}},"./node_modules/core-js/internals/to-integer-or-infinity.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/math-trunc.js");t.exports=function(t){var e=+t;return e!=e||0===e?0:n(e)}},"./node_modules/core-js/internals/to-length.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/to-integer-or-infinity.js"),r=Math.min;t.exports=function(t){var e=n(t);return e>0?r(e,9007199254740991):0}},"./node_modules/core-js/internals/to-object.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/require-object-coercible.js"),r=Object;t.exports=function(t){return r(n(t))}},"./node_modules/core-js/internals/to-primitive.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/function-call.js"),r=i("./node_modules/core-js/internals/is-object.js"),o=i("./node_modules/core-js/internals/is-symbol.js"),s=i("./node_modules/core-js/internals/get-method.js"),a=i("./node_modules/core-js/internals/ordinary-to-primitive.js"),l=i("./node_modules/core-js/internals/well-known-symbol.js"),c=TypeError,u=l("toPrimitive");t.exports=function(t,e){if(!r(t)||o(t))return t;var i,l=s(t,u);if(l){if(void 0===e&&(e="default"),i=n(l,t,e),!r(i)||o(i))return i;throw new c("Can't convert object to primitive value")}return void 0===e&&(e="number"),a(t,e)}},"./node_modules/core-js/internals/to-property-key.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/to-primitive.js"),r=i("./node_modules/core-js/internals/is-symbol.js");t.exports=function(t){var e=n(t,"string");return r(e)?e:e+""}},"./node_modules/core-js/internals/to-string-tag-support.js":function(t,e,i){"use strict";var n={};n[i("./node_modules/core-js/internals/well-known-symbol.js")("toStringTag")]="z",t.exports="[object z]"===String(n)},"./node_modules/core-js/internals/to-string.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/classof.js"),r=String;t.exports=function(t){if("Symbol"===n(t))throw new TypeError("Cannot convert a Symbol value to a string");return r(t)}},"./node_modules/core-js/internals/try-to-string.js":function(t,e,i){"use strict";var n=String;t.exports=function(t){try{return n(t)}catch(t){return"Object"}}},"./node_modules/core-js/internals/uid.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/function-uncurry-this.js"),r=0,o=Math.random(),s=n(1..toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+s(++r+o,36)}},"./node_modules/core-js/internals/use-symbol-as-uid.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/symbol-constructor-detection.js");t.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},"./node_modules/core-js/internals/v8-prototype-define-bug.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/descriptors.js"),r=i("./node_modules/core-js/internals/fails.js");t.exports=n&&r((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},"./node_modules/core-js/internals/weak-map-basic-detection.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/global.js"),r=i("./node_modules/core-js/internals/is-callable.js"),o=n.WeakMap;t.exports=r(o)&&/native code/.test(String(o))},"./node_modules/core-js/internals/well-known-symbol-define.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/path.js"),r=i("./node_modules/core-js/internals/has-own-property.js"),o=i("./node_modules/core-js/internals/well-known-symbol-wrapped.js"),s=i("./node_modules/core-js/internals/object-define-property.js").f;t.exports=function(t){var e=n.Symbol||(n.Symbol={});r(e,t)||s(e,t,{value:o.f(t)})}},"./node_modules/core-js/internals/well-known-symbol-wrapped.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/well-known-symbol.js");e.f=n},"./node_modules/core-js/internals/well-known-symbol.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/global.js"),r=i("./node_modules/core-js/internals/shared.js"),o=i("./node_modules/core-js/internals/has-own-property.js"),s=i("./node_modules/core-js/internals/uid.js"),a=i("./node_modules/core-js/internals/symbol-constructor-detection.js"),l=i("./node_modules/core-js/internals/use-symbol-as-uid.js"),c=n.Symbol,u=r("wks"),h=l?c.for||c:c&&c.withoutSetter||s;t.exports=function(t){return o(u,t)||(u[t]=a&&o(c,t)?c[t]:h("Symbol."+t)),u[t]}},"./node_modules/core-js/internals/whitespaces.js":function(t,e,i){"use strict";t.exports="\t\n\v\f\r \u2028\u2029\ufeff"},"./node_modules/core-js/modules/es.array.concat.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/export.js"),r=i("./node_modules/core-js/internals/fails.js"),o=i("./node_modules/core-js/internals/is-array.js"),s=i("./node_modules/core-js/internals/is-object.js"),a=i("./node_modules/core-js/internals/to-object.js"),l=i("./node_modules/core-js/internals/length-of-array-like.js"),c=i("./node_modules/core-js/internals/does-not-exceed-safe-integer.js"),u=i("./node_modules/core-js/internals/create-property.js"),h=i("./node_modules/core-js/internals/array-species-create.js"),d=i("./node_modules/core-js/internals/array-method-has-species-support.js"),p=i("./node_modules/core-js/internals/well-known-symbol.js"),f=i("./node_modules/core-js/internals/engine-v8-version.js"),m=p("isConcatSpreadable"),g=f>=51||!r((function(){var t=[];return t[m]=!1,t.concat()[0]!==t})),y=function(t){if(!s(t))return!1;var e=t[m];return void 0!==e?!!e:o(t)};n({target:"Array",proto:!0,arity:1,forced:!g||!d("concat")},{concat:function(t){var e,i,n,r,o,s=a(this),d=h(s,0),p=0;for(e=-1,n=arguments.length;e<n;e++)if(y(o=-1===e?s:arguments[e]))for(r=l(o),c(p+r),i=0;i<r;i++,p++)i in o&&u(d,p,o[i]);else c(p+1),u(d,p++,o);return d.length=p,d}})},"./node_modules/core-js/modules/es.array.filter.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/export.js"),r=i("./node_modules/core-js/internals/array-iteration.js").filter;n({target:"Array",proto:!0,forced:!i("./node_modules/core-js/internals/array-method-has-species-support.js")("filter")},{filter:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}})},"./node_modules/core-js/modules/es.array.flat.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/export.js"),r=i("./node_modules/core-js/internals/flatten-into-array.js"),o=i("./node_modules/core-js/internals/to-object.js"),s=i("./node_modules/core-js/internals/length-of-array-like.js"),a=i("./node_modules/core-js/internals/to-integer-or-infinity.js"),l=i("./node_modules/core-js/internals/array-species-create.js");n({target:"Array",proto:!0},{flat:function(){var t=arguments.length?arguments[0]:void 0,e=o(this),i=s(e),n=l(e,0);return n.length=r(n,e,e,i,0,void 0===t?1:a(t)),n}})},"./node_modules/core-js/modules/es.array.iterator.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/to-indexed-object.js"),r=i("./node_modules/core-js/internals/add-to-unscopables.js"),o=i("./node_modules/core-js/internals/iterators.js"),s=i("./node_modules/core-js/internals/internal-state.js"),a=i("./node_modules/core-js/internals/object-define-property.js").f,l=i("./node_modules/core-js/internals/iterator-define.js"),c=i("./node_modules/core-js/internals/create-iter-result-object.js"),u=i("./node_modules/core-js/internals/is-pure.js"),h=i("./node_modules/core-js/internals/descriptors.js"),d=s.set,p=s.getterFor("Array Iterator");t.exports=l(Array,"Array",(function(t,e){d(this,{type:"Array Iterator",target:n(t),index:0,kind:e})}),(function(){var t=p(this),e=t.target,i=t.index++;if(!e||i>=e.length)return t.target=void 0,c(void 0,!0);switch(t.kind){case"keys":return c(i,!1);case"values":return c(e[i],!1)}return c([i,e[i]],!1)}),"values");var f=o.Arguments=o.Array;if(r("keys"),r("values"),r("entries"),!u&&h&&"values"!==f.name)try{a(f,"name",{value:"values"})}catch(t){}},"./node_modules/core-js/modules/es.array.join.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/export.js"),r=i("./node_modules/core-js/internals/function-uncurry-this.js"),o=i("./node_modules/core-js/internals/indexed-object.js"),s=i("./node_modules/core-js/internals/to-indexed-object.js"),a=i("./node_modules/core-js/internals/array-method-is-strict.js"),l=r([].join);n({target:"Array",proto:!0,forced:o!==Object||!a("join",",")},{join:function(t){return l(s(this),void 0===t?",":t)}})},"./node_modules/core-js/modules/es.array.map.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/export.js"),r=i("./node_modules/core-js/internals/array-iteration.js").map;n({target:"Array",proto:!0,forced:!i("./node_modules/core-js/internals/array-method-has-species-support.js")("map")},{map:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}})},"./node_modules/core-js/modules/es.array.slice.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/export.js"),r=i("./node_modules/core-js/internals/is-array.js"),o=i("./node_modules/core-js/internals/is-constructor.js"),s=i("./node_modules/core-js/internals/is-object.js"),a=i("./node_modules/core-js/internals/to-absolute-index.js"),l=i("./node_modules/core-js/internals/length-of-array-like.js"),c=i("./node_modules/core-js/internals/to-indexed-object.js"),u=i("./node_modules/core-js/internals/create-property.js"),h=i("./node_modules/core-js/internals/well-known-symbol.js"),d=i("./node_modules/core-js/internals/array-method-has-species-support.js"),p=i("./node_modules/core-js/internals/array-slice.js"),f=d("slice"),m=h("species"),g=Array,y=Math.max;n({target:"Array",proto:!0,forced:!f},{slice:function(t,e){var i,n,h,d=c(this),f=l(d),b=a(t,f),v=a(void 0===e?f:e,f);if(r(d)&&(i=d.constructor,(o(i)&&(i===g||r(i.prototype))||s(i)&&null===(i=i[m]))&&(i=void 0),i===g||void 0===i))return p(d,b,v);for(n=new(void 0===i?g:i)(y(v-b,0)),h=0;b<v;b++,h++)b in d&&u(n,h,d[b]);return n.length=h,n}})},"./node_modules/core-js/modules/es.array.sort.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/export.js"),r=i("./node_modules/core-js/internals/function-uncurry-this.js"),o=i("./node_modules/core-js/internals/a-callable.js"),s=i("./node_modules/core-js/internals/to-object.js"),a=i("./node_modules/core-js/internals/length-of-array-like.js"),l=i("./node_modules/core-js/internals/delete-property-or-throw.js"),c=i("./node_modules/core-js/internals/to-string.js"),u=i("./node_modules/core-js/internals/fails.js"),h=i("./node_modules/core-js/internals/array-sort.js"),d=i("./node_modules/core-js/internals/array-method-is-strict.js"),p=i("./node_modules/core-js/internals/engine-ff-version.js"),f=i("./node_modules/core-js/internals/engine-is-ie-or-edge.js"),m=i("./node_modules/core-js/internals/engine-v8-version.js"),g=i("./node_modules/core-js/internals/engine-webkit-version.js"),y=[],b=r(y.sort),v=r(y.push),M=u((function(){y.sort(void 0)})),x=u((function(){y.sort(null)})),_=d("sort"),A=!u((function(){if(m)return m<70;if(!(p&&p>3)){if(f)return!0;if(g)return g<603;var t,e,i,n,r="";for(t=65;t<76;t++){switch(e=String.fromCharCode(t),t){case 66:case 69:case 70:case 72:i=3;break;case 68:case 71:i=4;break;default:i=2}for(n=0;n<47;n++)y.push({k:e+n,v:i})}for(y.sort((function(t,e){return e.v-t.v})),n=0;n<y.length;n++)e=y[n].k.charAt(0),r.charAt(r.length-1)!==e&&(r+=e);return"DGBEFHACIJK"!==r}}));n({target:"Array",proto:!0,forced:M||!x||!_||!A},{sort:function(t){void 0!==t&&o(t);var e=s(this);if(A)return void 0===t?b(e):b(e,t);var i,n,r=[],u=a(e);for(n=0;n<u;n++)n in e&&v(r,e[n]);for(h(r,function(t){return function(e,i){return void 0===i?-1:void 0===e?1:void 0!==t?+t(e,i)||0:c(e)>c(i)?1:-1}}(t)),i=a(r),n=0;n<i;)e[n]=r[n++];for(;n<u;)l(e,n++);return e}})},"./node_modules/core-js/modules/es.array.unscopables.flat.js":function(t,e,i){"use strict";i("./node_modules/core-js/internals/add-to-unscopables.js")("flat")},"./node_modules/core-js/modules/es.date.to-primitive.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/has-own-property.js"),r=i("./node_modules/core-js/internals/define-built-in.js"),o=i("./node_modules/core-js/internals/date-to-primitive.js"),s=i("./node_modules/core-js/internals/well-known-symbol.js")("toPrimitive"),a=Date.prototype;n(a,s)||r(a,s,o)},"./node_modules/core-js/modules/es.function.name.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/descriptors.js"),r=i("./node_modules/core-js/internals/function-name.js").EXISTS,o=i("./node_modules/core-js/internals/function-uncurry-this.js"),s=i("./node_modules/core-js/internals/define-built-in-accessor.js"),a=Function.prototype,l=o(a.toString),c=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,u=o(c.exec);n&&!r&&s(a,"name",{configurable:!0,get:function(){try{return u(c,l(this))[1]}catch(t){return""}}})},"./node_modules/core-js/modules/es.json.stringify.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/export.js"),r=i("./node_modules/core-js/internals/get-built-in.js"),o=i("./node_modules/core-js/internals/function-apply.js"),s=i("./node_modules/core-js/internals/function-call.js"),a=i("./node_modules/core-js/internals/function-uncurry-this.js"),l=i("./node_modules/core-js/internals/fails.js"),c=i("./node_modules/core-js/internals/is-callable.js"),u=i("./node_modules/core-js/internals/is-symbol.js"),h=i("./node_modules/core-js/internals/array-slice.js"),d=i("./node_modules/core-js/internals/get-json-replacer-function.js"),p=i("./node_modules/core-js/internals/symbol-constructor-detection.js"),f=String,m=r("JSON","stringify"),g=a(/./.exec),y=a("".charAt),b=a("".charCodeAt),v=a("".replace),M=a(1..toString),x=/[\uD800-\uDFFF]/g,_=/^[\uD800-\uDBFF]$/,A=/^[\uDC00-\uDFFF]$/,L=!p||l((function(){var t=r("Symbol")("stringify detection");return"[null]"!==m([t])||"{}"!==m({a:t})||"{}"!==m(Object(t))})),w=l((function(){return'"\\udf06\\ud834"'!==m("\udf06\ud834")||'"\\udead"'!==m("\udead")})),k=function(t,e){var i=h(arguments),n=d(e);if(c(n)||void 0!==t&&!u(t))return i[1]=function(t,e){if(c(n)&&(e=s(n,this,f(t),e)),!u(e))return e},o(m,null,i)},S=function(t,e,i){var n=y(i,e-1),r=y(i,e+1);return g(_,t)&&!g(A,r)||g(A,t)&&!g(_,n)?"\\u"+M(b(t,0),16):t};m&&n({target:"JSON",stat:!0,arity:3,forced:L||w},{stringify:function(t,e,i){var n=h(arguments),r=o(L?k:m,null,n);return w&&"string"==typeof r?v(r,x,S):r}})},"./node_modules/core-js/modules/es.number.constructor.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/export.js"),r=i("./node_modules/core-js/internals/is-pure.js"),o=i("./node_modules/core-js/internals/descriptors.js"),s=i("./node_modules/core-js/internals/global.js"),a=i("./node_modules/core-js/internals/path.js"),l=i("./node_modules/core-js/internals/function-uncurry-this.js"),c=i("./node_modules/core-js/internals/is-forced.js"),u=i("./node_modules/core-js/internals/has-own-property.js"),h=i("./node_modules/core-js/internals/inherit-if-required.js"),d=i("./node_modules/core-js/internals/object-is-prototype-of.js"),p=i("./node_modules/core-js/internals/is-symbol.js"),f=i("./node_modules/core-js/internals/to-primitive.js"),m=i("./node_modules/core-js/internals/fails.js"),g=i("./node_modules/core-js/internals/object-get-own-property-names.js").f,y=i("./node_modules/core-js/internals/object-get-own-property-descriptor.js").f,b=i("./node_modules/core-js/internals/object-define-property.js").f,v=i("./node_modules/core-js/internals/this-number-value.js"),M=i("./node_modules/core-js/internals/string-trim.js").trim,x=s.Number,_=a.Number,A=x.prototype,L=s.TypeError,w=l("".slice),k=l("".charCodeAt),S=function(t){var e=f(t,"number");return"bigint"==typeof e?e:T(e)},T=function(t){var e,i,n,r,o,s,a,l,c=f(t,"number");if(p(c))throw new L("Cannot convert a Symbol value to a number");if("string"==typeof c&&c.length>2)if(c=M(c),43===(e=k(c,0))||45===e){if(88===(i=k(c,2))||120===i)return NaN}else if(48===e){switch(k(c,1)){case 66:case 98:n=2,r=49;break;case 79:case 111:n=8,r=55;break;default:return+c}for(s=(o=w(c,2)).length,a=0;a<s;a++)if((l=k(o,a))<48||l>r)return NaN;return parseInt(o,n)}return+c},O=c("Number",!x(" 0o1")||!x("0b1")||x("+0x1")),C=function(t){return d(A,t)&&m((function(){v(t)}))},j=function(t){var e=arguments.length<1?0:x(S(t));return C(this)?h(Object(e),this,j):e};j.prototype=A,O&&!r&&(A.constructor=j),n({global:!0,constructor:!0,wrap:!0,forced:O},{Number:j});var z=function(t,e){for(var i,n=o?g(e):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),r=0;n.length>r;r++)u(e,i=n[r])&&!u(t,i)&&b(t,i,y(e,i))};r&&_&&z(a.Number,_),(O||r)&&z(a.Number,x)},"./node_modules/core-js/modules/es.object.get-own-property-descriptor.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/export.js"),r=i("./node_modules/core-js/internals/fails.js"),o=i("./node_modules/core-js/internals/to-indexed-object.js"),s=i("./node_modules/core-js/internals/object-get-own-property-descriptor.js").f,a=i("./node_modules/core-js/internals/descriptors.js");n({target:"Object",stat:!0,forced:!a||r((function(){s(1)})),sham:!a},{getOwnPropertyDescriptor:function(t,e){return s(o(t),e)}})},"./node_modules/core-js/modules/es.object.get-own-property-descriptors.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/export.js"),r=i("./node_modules/core-js/internals/descriptors.js"),o=i("./node_modules/core-js/internals/own-keys.js"),s=i("./node_modules/core-js/internals/to-indexed-object.js"),a=i("./node_modules/core-js/internals/object-get-own-property-descriptor.js"),l=i("./node_modules/core-js/internals/create-property.js");n({target:"Object",stat:!0,sham:!r},{getOwnPropertyDescriptors:function(t){for(var e,i,n=s(t),r=a.f,c=o(n),u={},h=0;c.length>h;)void 0!==(i=r(n,e=c[h++]))&&l(u,e,i);return u}})},"./node_modules/core-js/modules/es.object.get-own-property-symbols.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/export.js"),r=i("./node_modules/core-js/internals/symbol-constructor-detection.js"),o=i("./node_modules/core-js/internals/fails.js"),s=i("./node_modules/core-js/internals/object-get-own-property-symbols.js"),a=i("./node_modules/core-js/internals/to-object.js");n({target:"Object",stat:!0,forced:!r||o((function(){s.f(1)}))},{getOwnPropertySymbols:function(t){var e=s.f;return e?e(a(t)):[]}})},"./node_modules/core-js/modules/es.object.keys.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/export.js"),r=i("./node_modules/core-js/internals/to-object.js"),o=i("./node_modules/core-js/internals/object-keys.js");n({target:"Object",stat:!0,forced:i("./node_modules/core-js/internals/fails.js")((function(){o(1)}))},{keys:function(t){return o(r(t))}})},"./node_modules/core-js/modules/es.object.to-string.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/to-string-tag-support.js"),r=i("./node_modules/core-js/internals/define-built-in.js"),o=i("./node_modules/core-js/internals/object-to-string.js");n||r(Object.prototype,"toString",o,{unsafe:!0})},"./node_modules/core-js/modules/es.regexp.exec.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/export.js"),r=i("./node_modules/core-js/internals/regexp-exec.js");n({target:"RegExp",proto:!0,forced:/./.exec!==r},{exec:r})},"./node_modules/core-js/modules/es.regexp.to-string.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/function-name.js").PROPER,r=i("./node_modules/core-js/internals/define-built-in.js"),o=i("./node_modules/core-js/internals/an-object.js"),s=i("./node_modules/core-js/internals/to-string.js"),a=i("./node_modules/core-js/internals/fails.js"),l=i("./node_modules/core-js/internals/regexp-get-flags.js"),c=RegExp.prototype,u=c.toString,h=a((function(){return"/a/b"!==u.call({source:"a",flags:"b"})})),d=n&&"toString"!==u.name;(h||d)&&r(c,"toString",(function(){var t=o(this);return"/"+s(t.source)+"/"+s(l(t))}),{unsafe:!0})},"./node_modules/core-js/modules/es.string.iterator.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/string-multibyte.js").charAt,r=i("./node_modules/core-js/internals/to-string.js"),o=i("./node_modules/core-js/internals/internal-state.js"),s=i("./node_modules/core-js/internals/iterator-define.js"),a=i("./node_modules/core-js/internals/create-iter-result-object.js"),l=o.set,c=o.getterFor("String Iterator");s(String,"String",(function(t){l(this,{type:"String Iterator",string:r(t),index:0})}),(function(){var t,e=c(this),i=e.string,r=e.index;return r>=i.length?a(void 0,!0):(t=n(i,r),e.index+=t.length,a(t,!1))}))},"./node_modules/core-js/modules/es.string.match.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/function-call.js"),r=i("./node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js"),o=i("./node_modules/core-js/internals/an-object.js"),s=i("./node_modules/core-js/internals/is-null-or-undefined.js"),a=i("./node_modules/core-js/internals/to-length.js"),l=i("./node_modules/core-js/internals/to-string.js"),c=i("./node_modules/core-js/internals/require-object-coercible.js"),u=i("./node_modules/core-js/internals/get-method.js"),h=i("./node_modules/core-js/internals/advance-string-index.js"),d=i("./node_modules/core-js/internals/regexp-exec-abstract.js");r("match",(function(t,e,i){return[function(e){var i=c(this),r=s(e)?void 0:u(e,t);return r?n(r,e,i):new RegExp(e)[t](l(i))},function(t){var n=o(this),r=l(t),s=i(e,n,r);if(s.done)return s.value;if(!n.global)return d(n,r);var c=n.unicode;n.lastIndex=0;for(var u,p=[],f=0;null!==(u=d(n,r));){var m=l(u[0]);p[f]=m,""===m&&(n.lastIndex=h(r,a(n.lastIndex),c)),f++}return 0===f?null:p}]}))},"./node_modules/core-js/modules/es.string.replace.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/function-apply.js"),r=i("./node_modules/core-js/internals/function-call.js"),o=i("./node_modules/core-js/internals/function-uncurry-this.js"),s=i("./node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js"),a=i("./node_modules/core-js/internals/fails.js"),l=i("./node_modules/core-js/internals/an-object.js"),c=i("./node_modules/core-js/internals/is-callable.js"),u=i("./node_modules/core-js/internals/is-null-or-undefined.js"),h=i("./node_modules/core-js/internals/to-integer-or-infinity.js"),d=i("./node_modules/core-js/internals/to-length.js"),p=i("./node_modules/core-js/internals/to-string.js"),f=i("./node_modules/core-js/internals/require-object-coercible.js"),m=i("./node_modules/core-js/internals/advance-string-index.js"),g=i("./node_modules/core-js/internals/get-method.js"),y=i("./node_modules/core-js/internals/get-substitution.js"),b=i("./node_modules/core-js/internals/regexp-exec-abstract.js"),v=i("./node_modules/core-js/internals/well-known-symbol.js")("replace"),M=Math.max,x=Math.min,_=o([].concat),A=o([].push),L=o("".indexOf),w=o("".slice),k="$0"==="a".replace(/./,"$0"),S=!!/./[v]&&""===/./[v]("a","$0");s("replace",(function(t,e,i){var o=S?"$":"$0";return[function(t,i){var n=f(this),o=u(t)?void 0:g(t,v);return o?r(o,t,n,i):r(e,p(n),t,i)},function(t,r){var s=l(this),a=p(t);if("string"==typeof r&&-1===L(r,o)&&-1===L(r,"$<")){var u=i(e,s,a,r);if(u.done)return u.value}var f=c(r);f||(r=p(r));var g,v=s.global;v&&(g=s.unicode,s.lastIndex=0);for(var k,S=[];null!==(k=b(s,a))&&(A(S,k),v);){""===p(k[0])&&(s.lastIndex=m(a,d(s.lastIndex),g))}for(var T,O="",C=0,j=0;j<S.length;j++){for(var z,P=p((k=S[j])[0]),D=M(x(h(k.index),a.length),0),E=[],N=1;N<k.length;N++)A(E,void 0===(T=k[N])?T:String(T));var Y=k.groups;if(f){var B=_([P],E,D,a);void 0!==Y&&A(B,Y),z=p(n(r,void 0,B))}else z=y(P,a,D,E,Y,r);D>=C&&(O+=w(a,C,D)+z,C=D+P.length)}return O+w(a,C)}]}),!!a((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")}))||!k||S)},"./node_modules/core-js/modules/es.symbol.constructor.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/export.js"),r=i("./node_modules/core-js/internals/global.js"),o=i("./node_modules/core-js/internals/function-call.js"),s=i("./node_modules/core-js/internals/function-uncurry-this.js"),a=i("./node_modules/core-js/internals/is-pure.js"),l=i("./node_modules/core-js/internals/descriptors.js"),c=i("./node_modules/core-js/internals/symbol-constructor-detection.js"),u=i("./node_modules/core-js/internals/fails.js"),h=i("./node_modules/core-js/internals/has-own-property.js"),d=i("./node_modules/core-js/internals/object-is-prototype-of.js"),p=i("./node_modules/core-js/internals/an-object.js"),f=i("./node_modules/core-js/internals/to-indexed-object.js"),m=i("./node_modules/core-js/internals/to-property-key.js"),g=i("./node_modules/core-js/internals/to-string.js"),y=i("./node_modules/core-js/internals/create-property-descriptor.js"),b=i("./node_modules/core-js/internals/object-create.js"),v=i("./node_modules/core-js/internals/object-keys.js"),M=i("./node_modules/core-js/internals/object-get-own-property-names.js"),x=i("./node_modules/core-js/internals/object-get-own-property-names-external.js"),_=i("./node_modules/core-js/internals/object-get-own-property-symbols.js"),A=i("./node_modules/core-js/internals/object-get-own-property-descriptor.js"),L=i("./node_modules/core-js/internals/object-define-property.js"),w=i("./node_modules/core-js/internals/object-define-properties.js"),k=i("./node_modules/core-js/internals/object-property-is-enumerable.js"),S=i("./node_modules/core-js/internals/define-built-in.js"),T=i("./node_modules/core-js/internals/define-built-in-accessor.js"),O=i("./node_modules/core-js/internals/shared.js"),C=i("./node_modules/core-js/internals/shared-key.js"),j=i("./node_modules/core-js/internals/hidden-keys.js"),z=i("./node_modules/core-js/internals/uid.js"),P=i("./node_modules/core-js/internals/well-known-symbol.js"),D=i("./node_modules/core-js/internals/well-known-symbol-wrapped.js"),E=i("./node_modules/core-js/internals/well-known-symbol-define.js"),N=i("./node_modules/core-js/internals/symbol-define-to-primitive.js"),Y=i("./node_modules/core-js/internals/set-to-string-tag.js"),B=i("./node_modules/core-js/internals/internal-state.js"),W=i("./node_modules/core-js/internals/array-iteration.js").forEach,R=C("hidden"),H=B.set,I=B.getterFor("Symbol"),X=Object.prototype,q=r.Symbol,F=q&&q.prototype,G=r.RangeError,U=r.TypeError,V=r.QObject,K=A.f,$=L.f,J=x.f,Z=k.f,Q=s([].push),tt=O("symbols"),et=O("op-symbols"),it=O("wks"),nt=!V||!V.prototype||!V.prototype.findChild,rt=function(t,e,i){var n=K(X,e);n&&delete X[e],$(t,e,i),n&&t!==X&&$(X,e,n)},ot=l&&u((function(){return 7!==b($({},"a",{get:function(){return $(this,"a",{value:7}).a}})).a}))?rt:$,st=function(t,e){var i=tt[t]=b(F);return H(i,{type:"Symbol",tag:t,description:e}),l||(i.description=e),i},at=function(t,e,i){t===X&&at(et,e,i),p(t);var n=m(e);return p(i),h(tt,n)?(i.enumerable?(h(t,R)&&t[R][n]&&(t[R][n]=!1),i=b(i,{enumerable:y(0,!1)})):(h(t,R)||$(t,R,y(1,b(null))),t[R][n]=!0),ot(t,n,i)):$(t,n,i)},lt=function(t,e){p(t);var i=f(e),n=v(i).concat(dt(i));return W(n,(function(e){l&&!o(ct,i,e)||at(t,e,i[e])})),t},ct=function(t){var e=m(t),i=o(Z,this,e);return!(this===X&&h(tt,e)&&!h(et,e))&&(!(i||!h(this,e)||!h(tt,e)||h(this,R)&&this[R][e])||i)},ut=function(t,e){var i=f(t),n=m(e);if(i!==X||!h(tt,n)||h(et,n)){var r=K(i,n);return!r||!h(tt,n)||h(i,R)&&i[R][n]||(r.enumerable=!0),r}},ht=function(t){var e=J(f(t)),i=[];return W(e,(function(t){h(tt,t)||h(j,t)||Q(i,t)})),i},dt=function(t){var e=t===X,i=J(e?et:f(t)),n=[];return W(i,(function(t){!h(tt,t)||e&&!h(X,t)||Q(n,tt[t])})),n};c||(S(F=(q=function(){if(d(F,this))throw new U("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?g(arguments[0]):void 0,e=z(t),i=function(t){var n=void 0===this?r:this;n===X&&o(i,et,t),h(n,R)&&h(n[R],e)&&(n[R][e]=!1);var s=y(1,t);try{ot(n,e,s)}catch(t){if(!(t instanceof G))throw t;rt(n,e,s)}};return l&&nt&&ot(X,e,{configurable:!0,set:i}),st(e,t)}).prototype,"toString",(function(){return I(this).tag})),S(q,"withoutSetter",(function(t){return st(z(t),t)})),k.f=ct,L.f=at,w.f=lt,A.f=ut,M.f=x.f=ht,_.f=dt,D.f=function(t){return st(P(t),t)},l&&(T(F,"description",{configurable:!0,get:function(){return I(this).description}}),a||S(X,"propertyIsEnumerable",ct,{unsafe:!0}))),n({global:!0,constructor:!0,wrap:!0,forced:!c,sham:!c},{Symbol:q}),W(v(it),(function(t){E(t)})),n({target:"Symbol",stat:!0,forced:!c},{useSetter:function(){nt=!0},useSimple:function(){nt=!1}}),n({target:"Object",stat:!0,forced:!c,sham:!l},{create:function(t,e){return void 0===e?b(t):lt(b(t),e)},defineProperty:at,defineProperties:lt,getOwnPropertyDescriptor:ut}),n({target:"Object",stat:!0,forced:!c},{getOwnPropertyNames:ht}),N(),Y(q,"Symbol"),j[R]=!0},"./node_modules/core-js/modules/es.symbol.description.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/export.js"),r=i("./node_modules/core-js/internals/descriptors.js"),o=i("./node_modules/core-js/internals/global.js"),s=i("./node_modules/core-js/internals/function-uncurry-this.js"),a=i("./node_modules/core-js/internals/has-own-property.js"),l=i("./node_modules/core-js/internals/is-callable.js"),c=i("./node_modules/core-js/internals/object-is-prototype-of.js"),u=i("./node_modules/core-js/internals/to-string.js"),h=i("./node_modules/core-js/internals/define-built-in-accessor.js"),d=i("./node_modules/core-js/internals/copy-constructor-properties.js"),p=o.Symbol,f=p&&p.prototype;if(r&&l(p)&&(!("description"in f)||void 0!==p().description)){var m={},g=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:u(arguments[0]),e=c(f,this)?new p(t):void 0===t?p():p(t);return""===t&&(m[e]=!0),e};d(g,p),g.prototype=f,f.constructor=g;var y="Symbol(description detection)"===String(p("description detection")),b=s(f.valueOf),v=s(f.toString),M=/^Symbol\((.*)\)[^)]+$/,x=s("".replace),_=s("".slice);h(f,"description",{configurable:!0,get:function(){var t=b(this);if(a(m,t))return"";var e=v(t),i=y?_(e,7,-1):x(e,M,"$1");return""===i?void 0:i}}),n({global:!0,constructor:!0,forced:!0},{Symbol:g})}},"./node_modules/core-js/modules/es.symbol.for.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/export.js"),r=i("./node_modules/core-js/internals/get-built-in.js"),o=i("./node_modules/core-js/internals/has-own-property.js"),s=i("./node_modules/core-js/internals/to-string.js"),a=i("./node_modules/core-js/internals/shared.js"),l=i("./node_modules/core-js/internals/symbol-registry-detection.js"),c=a("string-to-symbol-registry"),u=a("symbol-to-string-registry");n({target:"Symbol",stat:!0,forced:!l},{for:function(t){var e=s(t);if(o(c,e))return c[e];var i=r("Symbol")(e);return c[e]=i,u[i]=e,i}})},"./node_modules/core-js/modules/es.symbol.iterator.js":function(t,e,i){"use strict";i("./node_modules/core-js/internals/well-known-symbol-define.js")("iterator")},"./node_modules/core-js/modules/es.symbol.js":function(t,e,i){"use strict";i("./node_modules/core-js/modules/es.symbol.constructor.js"),i("./node_modules/core-js/modules/es.symbol.for.js"),i("./node_modules/core-js/modules/es.symbol.key-for.js"),i("./node_modules/core-js/modules/es.json.stringify.js"),i("./node_modules/core-js/modules/es.object.get-own-property-symbols.js")},"./node_modules/core-js/modules/es.symbol.key-for.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/export.js"),r=i("./node_modules/core-js/internals/has-own-property.js"),o=i("./node_modules/core-js/internals/is-symbol.js"),s=i("./node_modules/core-js/internals/try-to-string.js"),a=i("./node_modules/core-js/internals/shared.js"),l=i("./node_modules/core-js/internals/symbol-registry-detection.js"),c=a("symbol-to-string-registry");n({target:"Symbol",stat:!0,forced:!l},{keyFor:function(t){if(!o(t))throw new TypeError(s(t)+" is not a symbol");if(r(c,t))return c[t]}})},"./node_modules/core-js/modules/es.symbol.to-primitive.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/well-known-symbol-define.js"),r=i("./node_modules/core-js/internals/symbol-define-to-primitive.js");n("toPrimitive"),r()},"./node_modules/core-js/modules/web.dom-collections.for-each.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/global.js"),r=i("./node_modules/core-js/internals/dom-iterables.js"),o=i("./node_modules/core-js/internals/dom-token-list-prototype.js"),s=i("./node_modules/core-js/internals/array-for-each.js"),a=i("./node_modules/core-js/internals/create-non-enumerable-property.js"),l=function(t){if(t&&t.forEach!==s)try{a(t,"forEach",s)}catch(e){t.forEach=s}};for(var c in r)r[c]&&l(n[c]&&n[c].prototype);l(o)},"./node_modules/core-js/modules/web.dom-collections.iterator.js":function(t,e,i){"use strict";var n=i("./node_modules/core-js/internals/global.js"),r=i("./node_modules/core-js/internals/dom-iterables.js"),o=i("./node_modules/core-js/internals/dom-token-list-prototype.js"),s=i("./node_modules/core-js/modules/es.array.iterator.js"),a=i("./node_modules/core-js/internals/create-non-enumerable-property.js"),l=i("./node_modules/core-js/internals/set-to-string-tag.js"),c=i("./node_modules/core-js/internals/well-known-symbol.js")("iterator"),u=s.values,h=function(t,e){if(t){if(t[c]!==u)try{a(t,c,u)}catch(e){t[c]=u}if(l(t,e,!0),r[e])for(var i in s)if(t[i]!==s[i])try{a(t,i,s[i])}catch(e){t[i]=s[i]}}};for(var d in r)h(n[d]&&n[d].prototype,d);h(o,"DOMTokenList")},"./node_modules/highcharts/highcharts.js":function(t,e,i){"use strict";var n;!function(r,o){t.exports?(o.default=o,t.exports=r.document?o(r):o):void 0===(n=function(){return o(r)}.call(e,i,e,t))||(t.exports=n)}("undefined"!=typeof window?window:this,(function(t){function e(t,e,i,n){t.hasOwnProperty(e)||(t[e]=n.apply(null,i))}var i={};return e(i,"Core/Globals.js",[],(function(){var e,i=void 0!==t?t:"undefined"!=typeof window?window:{};return function(t){t.SVG_NS="http://www.w3.org/2000/svg",t.product="Highcharts",t.version="9.3.3",t.win=i,t.doc=t.win.document,t.svg=t.doc&&t.doc.createElementNS&&!!t.doc.createElementNS(t.SVG_NS,"svg").createSVGRect,t.userAgent=t.win.navigator&&t.win.navigator.userAgent||"",t.isChrome=-1!==t.userAgent.indexOf("Chrome"),t.isFirefox=-1!==t.userAgent.indexOf("Firefox"),t.isMS=/(edge|msie|trident)/i.test(t.userAgent)&&!t.win.opera,t.isSafari=!t.isChrome&&-1!==t.userAgent.indexOf("Safari"),t.isTouchDevice=/(Mobile|Android|Windows Phone)/.test(t.userAgent),t.isWebKit=-1!==t.userAgent.indexOf("AppleWebKit"),t.deg2rad=2*Math.PI/360,t.hasBidiBug=t.isFirefox&&4>parseInt(t.userAgent.split("Firefox/")[1],10),t.hasTouch=!!t.win.TouchEvent,t.marginNames=["plotTop","marginRight","marginBottom","plotLeft"],t.noop=function(){},t.supportsPassiveEvents=function(){var e=!1;if(!t.isMS){var i=Object.defineProperty({},"passive",{get:function(){e=!0}});t.win.addEventListener&&t.win.removeEventListener&&(t.win.addEventListener("testPassive",t.noop,i),t.win.removeEventListener("testPassive",t.noop,i))}return e}(),t.charts=[],t.dateFormats={},t.seriesTypes={},t.symbolSizes={},t.chartCount=0}(e||(e={})),e})),e(i,"Core/Utilities.js",[i["Core/Globals.js"]],(function(t){function e(i,n,r,o){var s=n?"Highcharts error":"Highcharts warning";32===i&&(i=s+": Deprecated member");var a=l(i),c=a?s+" #"+i+": www.highcharts.com/errors/"+i+"/":i.toString();if(void 0!==o){var u="";a&&(c+="?"),m(o,(function(t,e){u+="\n - "+e+": "+t,a&&(c+=encodeURI(e)+"="+encodeURI(t))})),c+=u}y(t,"displayError",{chart:r,code:i,message:c,params:o},(function(){if(n)throw Error(c);M.console&&-1===e.messages.indexOf(c)&&console.warn(c)})),e.messages.push(c)}function i(t,e){return parseInt(t,e||10)}function n(t){return"string"==typeof t}function r(t){return"[object Array]"===(t=Object.prototype.toString.call(t))||"[object Array Iterator]"===t}function o(t,e){return!(!t||"object"!=typeof t||e&&r(t))}function s(t){return o(t)&&"number"==typeof t.nodeType}function a(t){var e=t&&t.constructor;return!(!o(t,!0)||s(t)||!e||!e.name||"Object"===e.name)}function l(t){return"number"==typeof t&&!isNaN(t)&&1/0>t&&-1/0<t}function c(t){return null!=t}function u(t,e,i){var r;return n(e)?c(i)?t.setAttribute(e,i):t&&t.getAttribute&&((r=t.getAttribute(e))||"class"!==e||(r=t.getAttribute(e+"Name"))):m(e,(function(e,i){c(e)?t.setAttribute(i,e):t.removeAttribute(i)})),r}function h(t,e){var i;for(i in t||(t={}),e)t[i]=e[i];return t}function d(){for(var t=arguments,e=t.length,i=0;i<e;i++){var n=t[i];if(null!=n)return n}}function p(e,i){t.isMS&&!t.svg&&i&&void 0!==i.opacity&&(i.filter="alpha(opacity="+100*i.opacity+")"),h(e.style,i)}function f(t,e){return 1e14<t?t:parseFloat(t.toPrecision(e||14))}function m(t,e,i){for(var n in t)Object.hasOwnProperty.call(t,n)&&e.call(i||t[n],t[n],n,t)}function g(e,i,n){function r(i,n){var r=e.removeEventListener||t.removeEventListenerPolyfill;r&&r.call(e,i,n,!1)}function o(t){var n;if(e.nodeName){if(i){var o={};o[i]=!0}else o=t;m(o,(function(e,i){if(t[i])for(n=t[i].length;n--;)r(i,t[i][n].fn)}))}}var s="function"==typeof e&&e.prototype||e;if(Object.hasOwnProperty.call(s,"hcEvents")){var a=s.hcEvents;i?(s=a[i]||[],n?(a[i]=s.filter((function(t){return n!==t.fn})),r(i,n)):(o(a),a[i]=[])):(o(a),delete s.hcEvents)}}function y(e,i,n,r){if(n=n||{},v.createEvent&&(e.dispatchEvent||e.fireEvent&&e!==t)){var o=v.createEvent("Events");o.initEvent(i,!0,!0),n=h(o,n),e.dispatchEvent?e.dispatchEvent(n):e.fireEvent(i,n)}else if(e.hcEvents){n.target||h(n,{preventDefault:function(){n.defaultPrevented=!0},target:e,type:i}),o=[];for(var s=e,a=!1;s.hcEvents;)Object.hasOwnProperty.call(s,"hcEvents")&&s.hcEvents[i]&&(o.length&&(a=!0),o.unshift.apply(o,s.hcEvents[i])),s=Object.getPrototypeOf(s);a&&o.sort((function(t,e){return t.order-e.order})),o.forEach((function(t){!1===t.fn.call(e,n)&&n.preventDefault()}))}r&&!n.defaultPrevented&&r.call(e,n)}var b=t.charts,v=t.doc,M=t.win;(e||(e={})).messages=[],Math.easeInOutSine=function(t){return-.5*(Math.cos(Math.PI*t)-1)};var x=Array.prototype.find?function(t,e){return t.find(e)}:function(t,e){var i,n=t.length;for(i=0;i<n;i++)if(e(t[i],i))return t[i]};m({map:"map",each:"forEach",grep:"filter",reduce:"reduce",some:"some"},(function(i,n){t[n]=function(t){var r;return e(32,!1,void 0,((r={})["Highcharts."+n]="use Array."+i,r)),Array.prototype[i].apply(t,[].slice.call(arguments,1))}}));var _,A=function(){var t=Math.random().toString(36).substring(2,9)+"-",e=0;return function(){return"highcharts-"+(_?"":t)+e++}}();return M.jQuery&&(M.jQuery.fn.highcharts=function(){var e=[].slice.call(arguments);if(this[0])return e[0]?(new(t[n(e[0])?e.shift():"Chart"])(this[0],e[0],e[1]),this):b[u(this[0],"data-highcharts-chart")]}),x={addEvent:function(e,i,n,r){void 0===r&&(r={});var o="function"==typeof e&&e.prototype||e;Object.hasOwnProperty.call(o,"hcEvents")||(o.hcEvents={}),o=o.hcEvents,t.Point&&e instanceof t.Point&&e.series&&e.series.chart&&(e.series.chart.runTrackerClick=!0);var s=e.addEventListener||t.addEventListenerPolyfill;return s&&s.call(e,i,n,!!t.supportsPassiveEvents&&{passive:void 0===r.passive?-1!==i.indexOf("touch"):r.passive,capture:!1}),o[i]||(o[i]=[]),o[i].push({fn:n,order:"number"==typeof r.order?r.order:1/0}),o[i].sort((function(t,e){return t.order-e.order})),function(){g(e,i,n)}},arrayMax:function(t){for(var e=t.length,i=t[0];e--;)t[e]>i&&(i=t[e]);return i},arrayMin:function(t){for(var e=t.length,i=t[0];e--;)t[e]<i&&(i=t[e]);return i},attr:u,clamp:function(t,e,i){return t>e?t<i?t:i:e},cleanRecursively:function t(e,i){var n={};return m(e,(function(r,s){o(e[s],!0)&&!e.nodeType&&i[s]?(r=t(e[s],i[s]),Object.keys(r).length&&(n[s]=r)):(o(e[s])||e[s]!==i[s])&&(n[s]=e[s])})),n},clearTimeout:function(t){c(t)&&clearTimeout(t)},correctFloat:f,createElement:function(t,e,i,n,r){return t=v.createElement(t),e&&h(t,e),r&&p(t,{padding:"0",border:"none",margin:"0"}),i&&p(t,i),n&&n.appendChild(t),t},css:p,defined:c,destroyObjectProperties:function(t,e){m(t,(function(i,n){i&&i!==e&&i.destroy&&i.destroy(),delete t[n]}))},discardElement:function(t){t&&t.parentElement&&t.parentElement.removeChild(t)},erase:function(t,e){for(var i=t.length;i--;)if(t[i]===e){t.splice(i,1);break}},error:e,extend:h,extendClass:function(t,e){var i=function(){};return h(i.prototype=new t,e),i},find:x,fireEvent:y,getMagnitude:function(t){return Math.pow(10,Math.floor(Math.log(t)/Math.LN10))},getNestedProperty:function(t,e){for(t=t.split(".");t.length&&c(e);){var i=t.shift();if(void 0===i||"__proto__"===i)return;if(!c(e=e[i])||"function"==typeof e||"number"==typeof e.nodeType||e===M)return}return e},getStyle:function n(r,o,s){var a=t.getStyle||n;if("width"===o)return o=Math.min(r.offsetWidth,r.scrollWidth),(s=r.getBoundingClientRect&&r.getBoundingClientRect().width)<o&&s>=o-1&&(o=Math.floor(s)),Math.max(0,o-(a(r,"padding-left",!0)||0)-(a(r,"padding-right",!0)||0));if("height"===o)return Math.max(0,Math.min(r.offsetHeight,r.scrollHeight)-(a(r,"padding-top",!0)||0)-(a(r,"padding-bottom",!0)||0));if(M.getComputedStyle||e(27,!0),r=M.getComputedStyle(r,void 0)){var l=r.getPropertyValue(o);d(s,"opacity"!==o)&&(l=i(l))}return l},inArray:function(t,i,n){return e(32,!1,void 0,{"Highcharts.inArray":"use Array.indexOf"}),i.indexOf(t,n)},isArray:r,isClass:a,isDOMElement:s,isFunction:function(t){return"function"==typeof t},isNumber:l,isObject:o,isString:n,keys:function(t){return e(32,!1,void 0,{"Highcharts.keys":"use Object.keys"}),Object.keys(t)},merge:function(){var t,e=arguments,i={},n=function(t,e){return"object"!=typeof t&&(t={}),m(e,(function(i,r){"__proto__"!==r&&"constructor"!==r&&(!o(i,!0)||a(i)||s(i)?t[r]=e[r]:t[r]=n(t[r]||{},i))})),t};!0===e[0]&&(i=e[1],e=Array.prototype.slice.call(e,2));var r=e.length;for(t=0;t<r;t++)i=n(i,e[t]);return i},normalizeTickInterval:function(t,e,i,n,r){var o=t,s=t/(i=d(i,1));for(e||(e=r?[1,1.2,1.5,2,2.5,3,4,5,6,8,10]:[1,2,2.5,5,10],!1===n&&(1===i?e=e.filter((function(t){return 0==t%1})):.1>=i&&(e=[1/i]))),n=0;n<e.length&&(o=e[n],!(r&&o*i>=t||!r&&s<=(e[n]+(e[n+1]||e[n]))/2));n++);return f(o*i,-Math.round(Math.log(.001)/Math.LN10))},objectEach:m,offset:function(t){var e=v.documentElement;return{top:(t=t.parentElement||t.parentNode?t.getBoundingClientRect():{top:0,left:0,width:0,height:0}).top+(M.pageYOffset||e.scrollTop)-(e.clientTop||0),left:t.left+(M.pageXOffset||e.scrollLeft)-(e.clientLeft||0),width:t.width,height:t.height}},pad:function(t,e,i){return Array((e||2)+1-String(t).replace("-","").length).join(i||"0")+t},pick:d,pInt:i,relativeLength:function(t,e,i){return/%$/.test(t)?e*parseFloat(t)/100+(i||0):parseFloat(t)},removeEvent:g,splat:function(t){return r(t)?t:[t]},stableSort:function(t,e){var i,n,r=t.length;for(n=0;n<r;n++)t[n].safeI=n;for(t.sort((function(t,n){return 0===(i=e(t,n))?t.safeI-n.safeI:i})),n=0;n<r;n++)delete t[n].safeI},syncTimeout:function(t,e,i){return 0<e?setTimeout(t,e,i):(t.call(0,i),-1)},timeUnits:{millisecond:1,second:1e3,minute:6e4,hour:36e5,day:864e5,week:6048e5,month:24192e5,year:314496e5},uniqueKey:A,useSerialIds:function(t){return _=d(t,_)},wrap:function(t,e,i){var n=t[e];t[e]=function(){var t=Array.prototype.slice.call(arguments),e=arguments,r=this;return r.proceed=function(){n.apply(r,arguments.length?arguments:e)},t.unshift(n),t=i.apply(this,t),r.proceed=null,t}}}})),e(i,"Core/Chart/ChartDefaults.js",[],(function(){return{panning:{enabled:!1,type:"x"},styledMode:!1,borderRadius:0,colorCount:10,defaultSeriesType:"line",ignoreHiddenSeries:!0,spacing:[10,10,15,10],resetZoomButton:{theme:{zIndex:6},position:{align:"right",x:-10,y:10}},zoomBySingleTouch:!1,width:null,height:null,borderColor:"#335cad",backgroundColor:"#ffffff",plotBorderColor:"#cccccc"}})),e(i,"Core/Color/Color.js",[i["Core/Globals.js"],i["Core/Utilities.js"]],(function(t,e){var i=e.isNumber,n=e.merge,r=e.pInt;return e=function(){function e(i){this.rgba=[NaN,NaN,NaN,NaN],this.input=i;var n=t.Color;return n&&n!==e?new n(i):this instanceof e?void this.init(i):new e(i)}return e.parse=function(t){return t?new e(t):e.None},e.prototype.init=function(t){var i;if("object"==typeof t&&void 0!==t.stops)this.stops=t.stops.map((function(t){return new e(t[1])}));else if("string"==typeof t){if(this.input=t=e.names[t.toLowerCase()]||t,"#"===t.charAt(0)){var n=t.length,r=parseInt(t.substr(1),16);7===n?i=[(16711680&r)>>16,(65280&r)>>8,255&r,1]:4===n&&(i=[(3840&r)>>4|(3840&r)>>8,(240&r)>>4|240&r,(15&r)<<4|15&r,1])}if(!i)for(r=e.parsers.length;r--&&!i;){var o=e.parsers[r];(n=o.regex.exec(t))&&(i=o.parse(n))}}i&&(this.rgba=i)},e.prototype.get=function(t){var e=this.input,r=this.rgba;if("object"==typeof e&&void 0!==this.stops){var o=n(e);return o.stops=[].slice.call(o.stops),this.stops.forEach((function(e,i){o.stops[i]=[o.stops[i][0],e.get(t)]})),o}return r&&i(r[0])?"rgb"===t||!t&&1===r[3]?"rgb("+r[0]+","+r[1]+","+r[2]+")":"a"===t?""+r[3]:"rgba("+r.join(",")+")":e},e.prototype.brighten=function(t){var e=this.rgba;if(this.stops)this.stops.forEach((function(e){e.brighten(t)}));else if(i(t)&&0!==t)for(var n=0;3>n;n++)e[n]+=r(255*t),0>e[n]&&(e[n]=0),255<e[n]&&(e[n]=255);return this},e.prototype.setOpacity=function(t){return this.rgba[3]=t,this},e.prototype.tweenTo=function(t,e){var n=this.rgba,r=t.rgba;return i(n[0])&&i(r[0])?((t=1!==r[3]||1!==n[3])?"rgba(":"rgb(")+Math.round(r[0]+(n[0]-r[0])*(1-e))+","+Math.round(r[1]+(n[1]-r[1])*(1-e))+","+Math.round(r[2]+(n[2]-r[2])*(1-e))+(t?","+(r[3]+(n[3]-r[3])*(1-e)):"")+")":t.input||"none"},e.names={white:"#ffffff",black:"#000000"},e.parsers=[{regex:/rgba\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]?(?:\.[0-9]+)?)\s*\)/,parse:function(t){return[r(t[1]),r(t[2]),r(t[3]),parseFloat(t[4],10)]}},{regex:/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/,parse:function(t){return[r(t[1]),r(t[2]),r(t[3]),1]}}],e.None=new e(""),e}()})),e(i,"Core/Color/Palettes.js",[],(function(){return{colors:"#7cb5ec #434348 #90ed7d #f7a35c #8085e9 #f15c80 #e4d354 #2b908f #f45b5b #91e8e1".split(" ")}})),e(i,"Core/Time.js",[i["Core/Globals.js"],i["Core/Utilities.js"]],(function(t,e){var i=t.win,n=e.defined,r=e.error,o=e.extend,s=e.isObject,a=e.merge,l=e.objectEach,c=e.pad,u=e.pick,h=e.splat,d=e.timeUnits,p=t.isSafari&&i.Intl&&i.Intl.DateTimeFormat.prototype.formatRange,f=t.isSafari&&i.Intl&&!i.Intl.DateTimeFormat.prototype.formatRange;return e=function(){function e(t){this.options={},this.variableTimezone=this.useUTC=!1,this.Date=i.Date,this.getTimezoneOffset=this.timezoneOffsetFunction(),this.update(t)}return e.prototype.get=function(t,e){if(this.variableTimezone||this.timezoneOffset){var i=e.getTime(),n=i-this.getTimezoneOffset(e);return e.setTime(n),t=e["getUTC"+t](),e.setTime(i),t}return this.useUTC?e["getUTC"+t]():e["get"+t]()},e.prototype.set=function(t,e,i){if(this.variableTimezone||this.timezoneOffset){if("Milliseconds"===t||"Seconds"===t||"Minutes"===t&&0==this.getTimezoneOffset(e)%36e5)return e["setUTC"+t](i);var n=this.getTimezoneOffset(e);return n=e.getTime()-n,e.setTime(n),e["setUTC"+t](i),t=this.getTimezoneOffset(e),n=e.getTime()+t,e.setTime(n)}return this.useUTC||p&&"FullYear"===t?e["setUTC"+t](i):e["set"+t](i)},e.prototype.update=function(t){var e=u(t&&t.useUTC,!0);this.options=t=a(!0,this.options||{},t),this.Date=t.Date||i.Date||Date,this.timezoneOffset=(this.useUTC=e)&&t.timezoneOffset,this.getTimezoneOffset=this.timezoneOffsetFunction(),this.variableTimezone=e&&!(!t.getTimezoneOffset&&!t.timezone)},e.prototype.makeTime=function(t,e,i,n,r,o){if(this.useUTC){var s=this.Date.UTC.apply(0,arguments),a=this.getTimezoneOffset(s);s+=a;var l=this.getTimezoneOffset(s);a!==l?s+=l-a:a-36e5!==this.getTimezoneOffset(s-36e5)||f||(s-=36e5)}else s=new this.Date(t,e,u(i,1),u(n,0),u(r,0),u(o,0)).getTime();return s},e.prototype.timezoneOffsetFunction=function(){var t=this,e=this.options,n=e.getTimezoneOffset,o=e.moment||i.moment;if(!this.useUTC)return function(t){return 6e4*new Date(t.toString()).getTimezoneOffset()};if(e.timezone){if(o)return function(t){return 6e4*-o.tz(t,e.timezone).utcOffset()};r(25)}return this.useUTC&&n?function(t){return 6e4*n(t.valueOf())}:function(){return 6e4*(t.timezoneOffset||0)}},e.prototype.dateFormat=function(e,i,r){if(!n(i)||isNaN(i))return t.defaultOptions.lang&&t.defaultOptions.lang.invalidDate||"";e=u(e,"%Y-%m-%d %H:%M:%S");var s=this,a=new this.Date(i),h=this.get("Hours",a),d=this.get("Day",a),p=this.get("Date",a),f=this.get("Month",a),m=this.get("FullYear",a),g=t.defaultOptions.lang,y=g&&g.weekdays,b=g&&g.shortWeekdays;return a=o({a:b?b[d]:y[d].substr(0,3),A:y[d],d:c(p),e:c(p,2," "),w:d,b:g.shortMonths[f],B:g.months[f],m:c(f+1),o:f+1,y:m.toString().substr(2,2),Y:m,H:c(h),k:h,I:c(h%12||12),l:h%12||12,M:c(this.get("Minutes",a)),p:12>h?"AM":"PM",P:12>h?"am":"pm",S:c(a.getSeconds()),L:c(Math.floor(i%1e3),3)},t.dateFormats),l(a,(function(t,n){for(;-1!==e.indexOf("%"+n);)e=e.replace("%"+n,"function"==typeof t?t.call(s,i):t)})),r?e.substr(0,1).toUpperCase()+e.substr(1):e},e.prototype.resolveDTLFormat=function(t){return s(t,!0)?t:{main:(t=h(t))[0],from:t[1],to:t[2]}},e.prototype.getTimeTicks=function(t,e,i,r){var s,a=this,l=[],c={},h=new a.Date(e),p=t.unitRange,f=t.count||1;if(r=u(r,1),n(e)){if(a.set("Milliseconds",h,p>=d.second?0:f*Math.floor(a.get("Milliseconds",h)/f)),p>=d.second&&a.set("Seconds",h,p>=d.minute?0:f*Math.floor(a.get("Seconds",h)/f)),p>=d.minute&&a.set("Minutes",h,p>=d.hour?0:f*Math.floor(a.get("Minutes",h)/f)),p>=d.hour&&a.set("Hours",h,p>=d.day?0:f*Math.floor(a.get("Hours",h)/f)),p>=d.day&&a.set("Date",h,p>=d.month?1:Math.max(1,f*Math.floor(a.get("Date",h)/f))),p>=d.month){a.set("Month",h,p>=d.year?0:f*Math.floor(a.get("Month",h)/f));var m=a.get("FullYear",h)}p>=d.year&&a.set("FullYear",h,m-m%f),p===d.week&&(m=a.get("Day",h),a.set("Date",h,a.get("Date",h)-m+r+(m<r?-7:0))),m=a.get("FullYear",h),r=a.get("Month",h);var g=a.get("Date",h),y=a.get("Hours",h);for(e=h.getTime(),!a.variableTimezone&&a.useUTC||!n(i)||(s=i-e>4*d.month||a.getTimezoneOffset(e)!==a.getTimezoneOffset(i)),e=h.getTime(),h=1;e<i;)l.push(e),e=p===d.year?a.makeTime(m+h*f,0):p===d.month?a.makeTime(m,r+h*f):!s||p!==d.day&&p!==d.week?s&&p===d.hour&&1<f?a.makeTime(m,r,g,y+h*f):e+p*f:a.makeTime(m,r,g+h*f*(p===d.day?1:7)),h++;l.push(e),p<=d.hour&&1e4>l.length&&l.forEach((function(t){0==t%18e5&&"000000000"===a.dateFormat("%H%M%S%L",t)&&(c[t]="day")}))}return l.info=o(t,{higherRanks:c,totalRange:p*f}),l},e.prototype.getDateFormat=function(t,e,i,n){var r=this.dateFormat("%m-%d %H:%M:%S.%L",e),o={millisecond:15,second:12,minute:9,hour:6,day:3},s="millisecond";for(a in d){if(t===d.week&&+this.dateFormat("%w",e)===i&&"00:00:00.000"===r.substr(6)){var a="week";break}if(d[a]>t){a=s;break}if(o[a]&&r.substr(o[a])!=="01-01 00:00:00.000".substr(o[a]))break;"week"!==a&&(s=a)}if(a)var l=this.resolveDTLFormat(n[a]).main;return l},e}()})),e(i,"Core/DefaultOptions.js",[i["Core/Chart/ChartDefaults.js"],i["Core/Color/Color.js"],i["Core/Globals.js"],i["Core/Color/Palettes.js"],i["Core/Time.js"],i["Core/Utilities.js"]],(function(t,e,i,n,r,o){e=e.parse;var s=o.merge,a={colors:n.colors,symbols:["circle","diamond","square","triangle","triangle-down"],lang:{loading:"Loading...",months:"January February March April May June July August September October November December".split(" "),shortMonths:"Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec".split(" "),weekdays:"Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),decimalPoint:".",numericSymbols:"kMGTPE".split(""),resetZoom:"Reset zoom",resetZoomTitle:"Reset zoom level 1:1",thousandsSep:" "},global:{},time:{Date:void 0,getTimezoneOffset:void 0,timezone:void 0,timezoneOffset:0,useUTC:!0},chart:t,title:{text:"Chart title",align:"center",margin:15,widthAdjust:-44},subtitle:{text:"",align:"center",widthAdjust:-44},caption:{margin:15,text:"",align:"left",verticalAlign:"bottom"},plotOptions:{},labels:{style:{position:"absolute",color:"#333333"}},legend:{enabled:!0,align:"center",alignColumns:!0,className:"highcharts-no-tooltip",layout:"horizontal",labelFormatter:function(){return this.name},borderColor:"#999999",borderRadius:0,navigation:{activeColor:"#003399",inactiveColor:"#cccccc"},itemStyle:{color:"#333333",cursor:"pointer",fontSize:"12px",fontWeight:"bold",textOverflow:"ellipsis"},itemHoverStyle:{color:"#000000"},itemHiddenStyle:{color:"#cccccc"},shadow:!1,itemCheckboxStyle:{position:"absolute",width:"13px",height:"13px"},squareSymbol:!0,symbolPadding:5,verticalAlign:"bottom",x:0,y:0,title:{style:{fontWeight:"bold"}}},loading:{labelStyle:{fontWeight:"bold",position:"relative",top:"45%"},style:{position:"absolute",backgroundColor:"#ffffff",opacity:.5,textAlign:"center"}},tooltip:{enabled:!0,animation:i.svg,borderRadius:3,dateTimeLabelFormats:{millisecond:"%A, %b %e, %H:%M:%S.%L",second:"%A, %b %e, %H:%M:%S",minute:"%A, %b %e, %H:%M",hour:"%A, %b %e, %H:%M",day:"%A, %b %e, %Y",week:"Week from %A, %b %e, %Y",month:"%B %Y",year:"%Y"},footerFormat:"",headerShape:"callout",hideDelay:500,padding:8,shape:"callout",shared:!1,snap:i.isTouchDevice?25:10,headerFormat:'<span style="font-size: 10px">{point.key}</span><br/>',pointFormat:'<span style="color:{point.color}">●</span> {series.name}: <b>{point.y}</b><br/>',backgroundColor:e("#f7f7f7").setOpacity(.85).get(),borderWidth:1,shadow:!0,stickOnContact:!1,style:{color:"#333333",cursor:"default",fontSize:"12px",whiteSpace:"nowrap"},useHTML:!1},credits:{enabled:!0,href:"https://www.highcharts.com?credits",position:{align:"right",x:-10,verticalAlign:"bottom",y:-5},style:{cursor:"pointer",color:"#999999",fontSize:"9px"},text:"Highcharts.com"}};a.chart.styledMode=!1;var l=new r(s(a.global,a.time));return t={defaultOptions:a,defaultTime:l,getOptions:function(){return a},setOptions:function(t){return s(!0,a,t),(t.time||t.global)&&(i.time?i.time.update(s(a.global,a.time,t.global,t.time)):i.time=l),a}}})),e(i,"Core/Animation/Fx.js",[i["Core/Color/Color.js"],i["Core/Globals.js"],i["Core/Utilities.js"]],(function(t,e,i){var n=t.parse,r=e.win,o=i.isNumber,s=i.objectEach;return function(){function t(t,e,i){this.pos=NaN,this.options=e,this.elem=t,this.prop=i}return t.prototype.dSetter=function(){var t=this.paths,e=t&&t[0];t=t&&t[1];var i=this.now||0,n=[];if(1!==i&&e&&t)if(e.length===t.length&&1>i)for(var r=0;r<t.length;r++){for(var s=e[r],a=t[r],l=[],c=0;c<a.length;c++){var u=s[c],h=a[c];o(u)&&o(h)&&("A"!==a[0]||4!==c&&5!==c)?l[c]=u+i*(h-u):l[c]=h}n.push(l)}else n=t;else n=this.toD||[];this.elem.attr("d",n,void 0,!0)},t.prototype.update=function(){var t=this.elem,e=this.prop,i=this.now,n=this.options.step;this[e+"Setter"]?this[e+"Setter"]():t.attr?t.element&&t.attr(e,i,null,!0):t.style[e]=i+this.unit,n&&n.call(t,i,this)},t.prototype.run=function(e,i,n){var o=this,s=o.options,a=function(t){return!a.stopped&&o.step(t)},l=r.requestAnimationFrame||function(t){setTimeout(t,13)},c=function(){for(var e=0;e<t.timers.length;e++)t.timers[e]()||t.timers.splice(e--,1);t.timers.length&&l(c)};e!==i||this.elem["forceAnimate:"+this.prop]?(this.startTime=+new Date,this.start=e,this.end=i,this.unit=n,this.now=this.start,this.pos=0,a.elem=this.elem,a.prop=this.prop,a()&&1===t.timers.push(a)&&l(c)):(delete s.curAnim[this.prop],s.complete&&0===Object.keys(s.curAnim).length&&s.complete.call(this.elem))},t.prototype.step=function(t){var e=+new Date,i=this.options,n=this.elem,r=i.complete,o=i.duration,a=i.curAnim;if(n.attr&&!n.element)t=!1;else if(t||e>=o+this.startTime){this.now=this.end,this.pos=1,this.update();var l=a[this.prop]=!0;s(a,(function(t){!0!==t&&(l=!1)})),l&&r&&r.call(n),t=!1}else this.pos=i.easing((e-this.startTime)/o),this.now=this.start+(this.end-this.start)*this.pos,this.update(),t=!0;return t},t.prototype.initPath=function(t,e,i){function n(t,e){for(;t.length<d;){var i=t[0],n=e[d-t.length];n&&"M"===i[0]&&(t[0]="C"===n[0]?["C",i[1],i[2],i[1],i[2],i[1],i[2]]:["L",i[1],i[2]]),t.unshift(i),l&&(i=t.pop(),t.push(t[t.length-1],i))}}function r(t,e){for(;t.length<d;)if("C"===(e=t[Math.floor(t.length/c)-1].slice())[0]&&(e[1]=e[5],e[2]=e[6]),l){var i=t[Math.floor(t.length/c)].slice();t.splice(t.length/2,0,e,i)}else t.push(e)}var s=t.startX,a=t.endX;i=i.slice();var l=t.isArea,c=l?2:1;if(!(e=e&&e.slice()))return[i,i];if(s&&a&&a.length){for(t=0;t<s.length;t++){if(s[t]===a[0]){var u=t;break}if(s[0]===a[a.length-s.length+t]){u=t;var h=!0;break}if(s[s.length-1]===a[a.length-s.length+t]){u=s.length-t;break}}void 0===u&&(e=[])}if(e.length&&o(u)){var d=i.length+u*c;h?(n(e,i),r(i,e)):(n(i,e),r(e,i))}return[e,i]},t.prototype.fillSetter=function(){t.prototype.strokeSetter.apply(this,arguments)},t.prototype.strokeSetter=function(){this.elem.attr(this.prop,n(this.start).tweenTo(n(this.end),this.pos),void 0,!0)},t.timers=[],t}()})),e(i,"Core/Animation/AnimationUtilities.js",[i["Core/Animation/Fx.js"],i["Core/Utilities.js"]],(function(t,e){function i(t){return l(t)?c({duration:500,defer:0},t):{duration:t?500:0,defer:0}}function n(e,i){for(var n=t.timers.length;n--;)t.timers[n].elem!==e||i&&i!==t.timers[n].prop||(t.timers[n].stopped=!0)}var r=e.defined,o=e.getStyle,s=e.isArray,a=e.isNumber,l=e.isObject,c=e.merge,u=e.objectEach,h=e.pick;return{animate:function(e,i,r){var h,d,p,f="";if(!l(r)){var m=arguments;r={duration:m[2],easing:m[3],complete:m[4]}}a(r.duration)||(r.duration=400),r.easing="function"==typeof r.easing?r.easing:Math[r.easing]||Math.easeInOutSine,r.curAnim=c(i),u(i,(function(a,l){n(e,l),p=new t(e,r,l),d=void 0,"d"===l&&s(i.d)?(p.paths=p.initPath(e,e.pathArray,i.d),p.toD=i.d,h=0,d=1):e.attr?h=e.attr(l):(h=parseFloat(o(e,l))||0,"opacity"!==l&&(f="px")),d||(d=a),"string"==typeof d&&d.match("px")&&(d=d.replace(/px/g,"")),p.run(h,d,f)}))},animObject:i,getDeferredAnimation:function(t,e,n){var o=i(e),s=0,a=0;return(n?[n]:t.series).forEach((function(t){t=i(t.options.animation),s=e&&r(e.defer)?o.defer:Math.max(s,t.duration+t.defer),a=Math.min(o.duration,t.duration)})),t.renderer.forExport&&(s=0),{defer:Math.max(0,s-a),duration:Math.min(s,a)}},setAnimation:function(t,e){e.renderer.globalAnimation=h(t,e.options.chart.animation,!0)},stop:n}})),e(i,"Core/Renderer/HTML/AST.js",[i["Core/Globals.js"],i["Core/Utilities.js"]],(function(t,e){var i=t.SVG_NS,n=e.attr,r=e.createElement,o=e.error,s=e.isFunction,a=e.isString,l=e.objectEach,c=e.splat,u=(e=t.win.trustedTypes)&&s(e.createPolicy)&&e.createPolicy("highcharts",{createHTML:function(t){return t}}),h=u?u.createHTML(""):"";try{var d=!!(new DOMParser).parseFromString(h,"text/html")}catch(t){d=!1}return s=function(){function e(t){this.nodes="string"==typeof t?this.parseMarkup(t):t}return e.filterUserAttributes=function(t){return l(t,(function(i,n){var r=!0;-1===e.allowedAttributes.indexOf(n)&&(r=!1),-1!==["background","dynsrc","href","lowsrc","src"].indexOf(n)&&(r=a(i)&&e.allowedReferences.some((function(t){return 0===i.indexOf(t)}))),r||(o("Highcharts warning: Invalid attribute '"+n+"' in config"),delete t[n])})),t},e.setElementHTML=function(t,i){t.innerHTML=e.emptyHTML,i&&new e(i).addToDOM(t)},e.prototype.addToDOM=function(r){return function r(s,a){var u;return c(s).forEach((function(s){var c=s.tagName,h=s.textContent?t.doc.createTextNode(s.textContent):void 0;if(c)if("#text"===c)var d=h;else if(-1!==e.allowedTags.indexOf(c)){c=t.doc.createElementNS("svg"===c?i:a.namespaceURI||i,c);var p=s.attributes||{};l(s,(function(t,e){"tagName"!==e&&"attributes"!==e&&"children"!==e&&"textContent"!==e&&(p[e]=t)})),n(c,e.filterUserAttributes(p)),h&&c.appendChild(h),r(s.children||[],c),d=c}else o("Highcharts warning: Invalid tagName "+c+" in config");d&&a.appendChild(d),u=d})),u}(this.nodes,r)},e.prototype.parseMarkup=function(t){var e=[];if(t=t.trim(),d)t=(new DOMParser).parseFromString(u?u.createHTML(t):t,"text/html");else{var i=r("div");i.innerHTML=t,t={body:i}}var n=function(t,e){var i=t.nodeName.toLowerCase(),r={tagName:i};if("#text"===i&&(r.textContent=t.textContent||""),i=t.attributes){var o={};[].forEach.call(i,(function(t){o[t.name]=t.value})),r.attributes=o}if(t.childNodes.length){var s=[];[].forEach.call(t.childNodes,(function(t){n(t,s)})),s.length&&(r.children=s)}e.push(r)};return[].forEach.call(t.body.childNodes,(function(t){return n(t,e)})),e},e.allowedAttributes="aria-controls aria-describedby aria-expanded aria-haspopup aria-hidden aria-label aria-labelledby aria-live aria-pressed aria-readonly aria-roledescription aria-selected class clip-path color colspan cx cy d dx dy disabled fill height href id in markerHeight markerWidth offset opacity orient padding paddingLeft paddingRight patternUnits r refX refY role scope slope src startOffset stdDeviation stroke stroke-linecap stroke-width style tableValues result rowspan summary target tabindex text-align textAnchor textLength title type valign width x x1 x2 y y1 y2 zIndex".split(" "),e.allowedReferences="https:// http:// mailto: / ../ ./ #".split(" "),e.allowedTags="a abbr b br button caption circle clipPath code dd defs div dl dt em feComponentTransfer feFuncA feFuncB feFuncG feFuncR feGaussianBlur feOffset feMerge feMergeNode filter h1 h2 h3 h4 h5 h6 hr i img li linearGradient marker ol p path pattern pre rect small span stop strong style sub sup svg table text thead tbody tspan td th tr u ul #text".split(" "),e.emptyHTML=h,e}()})),e(i,"Core/FormatUtilities.js",[i["Core/DefaultOptions.js"],i["Core/Utilities.js"]],(function(t,e){function i(t,e,i,r){t=+t||0,e=+e;var o=n.lang,c=(t.toString().split(".")[1]||"").split("e")[0].length,u=t.toString().split("e"),h=e;if(-1===e)e=Math.min(c,20);else if(s(e)){if(e&&u[1]&&0>u[1]){var d=e+ +u[1];0<=d?(u[0]=(+u[0]).toExponential(d).split("e")[0],e=d):(u[0]=u[0].split(".")[0]||0,t=20>e?(u[0]*Math.pow(10,u[1])).toFixed(e):0,u[1]=0)}}else e=2;d=(Math.abs(u[1]?u[0]:t)+Math.pow(10,-Math.max(e,c)-1)).toFixed(e);var p=3<(c=String(l(d))).length?c.length%3:0;return i=a(i,o.decimalPoint),r=a(r,o.thousandsSep),t=(0>t?"-":"")+(p?c.substr(0,p)+r:""),t=0>+u[1]&&!h?"0":t+c.substr(p).replace(/(\d{3})(?=\d)/g,"$1"+r),e&&(t+=i+d.slice(-e)),u[1]&&0!=+t&&(t+="e"+u[1]),t}var n=t.defaultOptions,r=t.defaultTime,o=e.getNestedProperty,s=e.isNumber,a=e.pick,l=e.pInt;return{dateFormat:function(t,e,i){return r.dateFormat(t,e,i)},format:function(t,e,s){var a="{",l=!1,c=/f$/,u=/\.([0-9])/,h=n.lang,d=s&&s.time||r;s=s&&s.numberFormatter||i;for(var p=[];t;){var f=t.indexOf(a);if(-1===f)break;var m=t.slice(0,f);if(l){if(m=m.split(":"),a=o(m.shift()||"",e),m.length&&"number"==typeof a)if(m=m.join(":"),c.test(m)){var g=parseInt((m.match(u)||["","-1"])[1],10);null!==a&&(a=s(a,g,h.decimalPoint,-1<m.indexOf(",")?h.thousandsSep:""))}else a=d.dateFormat(m,a);p.push(a)}else p.push(m);t=t.slice(f+1),a=(l=!l)?"}":"{"}return p.push(t),p.join("")},numberFormat:i}})),e(i,"Core/Renderer/RendererUtilities.js",[i["Core/Utilities.js"]],(function(t){var e,i=t.clamp,n=t.pick,r=t.stableSort;return function(t){t.distribute=function t(e,o,s){var a,l=e,c=l.reducedLen||o,u=function(t,e){return(e.rank||0)-(t.rank||0)},h=function(t,e){return t.target-e.target},d=!0,p=[],f=0;for(a=e.length;a--;)f+=e[a].size;if(f>c){for(r(e,u),f=a=0;f<=c;)f+=e[a].size,a++;p=e.splice(a-1,e.length)}for(r(e,h),e=e.map((function(t){return{size:t.size,targets:[t.target],align:n(t.align,.5)}}));d;){for(a=e.length;a--;)c=e[a],u=(Math.min.apply(0,c.targets)+Math.max.apply(0,c.targets))/2,c.pos=i(u-c.size*c.align,0,o-c.size);for(a=e.length,d=!1;a--;)0<a&&e[a-1].pos+e[a-1].size>e[a].pos&&(e[a-1].size+=e[a].size,e[a-1].targets=e[a-1].targets.concat(e[a].targets),e[a-1].align=.5,e[a-1].pos+e[a-1].size>o&&(e[a-1].pos=o-e[a-1].size),e.splice(a,1),d=!0)}return l.push.apply(l,p),a=0,e.some((function(e){var i=0;return(e.targets||[]).some((function(){return l[a].pos=e.pos+i,void 0!==s&&Math.abs(l[a].pos-l[a].target)>s?(l.slice(0,a+1).forEach((function(t){return delete t.pos})),l.reducedLen=(l.reducedLen||o)-.1*o,l.reducedLen>.1*o&&t(l,o,s),!0):(i+=l[a].size,a++,!1)}))})),r(l,h),l}}(e||(e={})),e})),e(i,"Core/Renderer/SVG/SVGElement.js",[i["Core/Animation/AnimationUtilities.js"],i["Core/Renderer/HTML/AST.js"],i["Core/Color/Color.js"],i["Core/Globals.js"],i["Core/Utilities.js"]],(function(t,e,i,n,r){var o=t.animate,s=t.animObject,a=t.stop,l=n.deg2rad,c=n.doc,u=n.noop,h=n.svg,d=n.SVG_NS,p=n.win,f=r.addEvent,m=r.attr,g=r.createElement,y=r.css,b=r.defined,v=r.erase,M=r.extend,x=r.fireEvent,_=r.isArray,A=r.isFunction,L=r.isNumber,w=r.isString,k=r.merge,S=r.objectEach,T=r.pick,O=r.pInt,C=r.syncTimeout,j=r.uniqueKey;return(t=function(){function t(){this.element=void 0,this.onEvents={},this.opacity=1,this.renderer=void 0,this.SVG_NS=d,this.symbolCustomAttribs="x y width height r start end innerR anchorX anchorY rounded".split(" ")}return t.prototype._defaultGetter=function(t){return t=T(this[t+"Value"],this[t],this.element?this.element.getAttribute(t):null,0),/^[\-0-9\.]+$/.test(t)&&(t=parseFloat(t)),t},t.prototype._defaultSetter=function(t,e,i){i.setAttribute(e,t)},t.prototype.add=function(t){var e=this.renderer,i=this.element;if(t&&(this.parentGroup=t),this.parentInverted=t&&t.inverted,void 0!==this.textStr&&"text"===this.element.nodeName&&e.buildText(this),this.added=!0,!t||t.handleZ||this.zIndex)var n=this.zIndexSetter();return n||(t?t.element:e.box).appendChild(i),this.onAdd&&this.onAdd(),this},t.prototype.addClass=function(t,e){var i=e?"":this.attr("class")||"";return(t=(t||"").split(/ /g).reduce((function(t,e){return-1===i.indexOf(e)&&t.push(e),t}),i?[i]:[]).join(" "))!==i&&this.attr("class",t),this},t.prototype.afterSetters=function(){this.doTransform&&(this.updateTransform(),this.doTransform=!1)},t.prototype.align=function(t,e,i){var n,r,o,s={},a=this.renderer,l=a.alignedObjects;t?(this.alignOptions=t,this.alignByTranslate=e,(!i||w(i))&&(this.alignTo=n=i||"renderer",v(l,this),l.push(this),i=void 0)):(t=this.alignOptions,e=this.alignByTranslate,n=this.alignTo),i=T(i,a[n],"scrollablePlotBox"===n?a.plotBox:void 0,a),n=t.align;var c=t.verticalAlign;return a=(i.x||0)+(t.x||0),l=(i.y||0)+(t.y||0),"right"===n?r=1:"center"===n&&(r=2),r&&(a+=(i.width-(t.width||0))/r),s[e?"translateX":"x"]=Math.round(a),"bottom"===c?o=1:"middle"===c&&(o=2),o&&(l+=(i.height-(t.height||0))/o),s[e?"translateY":"y"]=Math.round(l),this[this.placed?"animate":"attr"](s),this.placed=!0,this.alignAttr=s,this},t.prototype.alignSetter=function(t){var e={left:"start",center:"middle",right:"end"};e[t]&&(this.alignValue=t,this.element.setAttribute("text-anchor",e[t]))},t.prototype.animate=function(t,e,i){var n=this,r=s(T(e,this.renderer.globalAnimation,!0));return e=r.defer,T(c.hidden,c.msHidden,c.webkitHidden,!1)&&(r.duration=0),0!==r.duration?(i&&(r.complete=i),C((function(){n.element&&o(n,t,r)}),e)):(this.attr(t,void 0,i),S(t,(function(t,e){r.step&&r.step.call(this,t,{prop:e,pos:1,elem:this})}),this)),this},t.prototype.applyTextOutline=function(t){var e=this.element;-1!==t.indexOf("contrast")&&(t=t.replace(/contrast/g,this.renderer.getContrast(e.style.fill)));var i=t.split(" ");if(t=i[i.length-1],(i=i[0])&&"none"!==i&&n.svg){this.fakeTS=!0,this.ySetter=this.xSetter,i=i.replace(/(^[\d\.]+)(.*?)$/g,(function(t,e,i){return 2*Number(e)+i})),this.removeTextOutline();var r=c.createElementNS(d,"tspan");m(r,{class:"highcharts-text-outline",fill:t,stroke:t,"stroke-width":i,"stroke-linejoin":"round"}),[].forEach.call(e.childNodes,(function(t){var e=t.cloneNode(!0);e.removeAttribute&&["fill","stroke","stroke-width","stroke"].forEach((function(t){return e.removeAttribute(t)})),r.appendChild(e)}));var o=c.createElementNS(d,"tspan");o.textContent="",["x","y"].forEach((function(t){var i=e.getAttribute(t);i&&o.setAttribute(t,i)})),r.appendChild(o),e.insertBefore(r,e.firstChild)}},t.prototype.attr=function(t,e,i,n){var r,o,s,l=this.element,c=this.symbolCustomAttribs,u=this;if("string"==typeof t&&void 0!==e){var h=t;(t={})[h]=e}return"string"==typeof t?u=(this[t+"Getter"]||this._defaultGetter).call(this,t,l):(S(t,(function(e,i){o=!1,n||a(this,i),this.symbolName&&-1!==c.indexOf(i)&&(r||(this.symbolAttr(t),r=!0),o=!0),!this.rotation||"x"!==i&&"y"!==i||(this.doTransform=!0),o||((s=this[i+"Setter"]||this._defaultSetter).call(this,e,i,l),!this.styledMode&&this.shadows&&/^(width|height|visibility|x|y|d|transform|cx|cy|r)$/.test(i)&&this.updateShadows(i,e,s))}),this),this.afterSetters()),i&&i.call(this),u},t.prototype.clip=function(t){return this.attr("clip-path",t?"url("+this.renderer.url+"#"+t.id+")":"none")},t.prototype.crisp=function(t,e){e=e||t.strokeWidth||0;var i=Math.round(e)%2/2;return t.x=Math.floor(t.x||this.x||0)+i,t.y=Math.floor(t.y||this.y||0)+i,t.width=Math.floor((t.width||this.width||0)-2*i),t.height=Math.floor((t.height||this.height||0)-2*i),b(t.strokeWidth)&&(t.strokeWidth=e),t},t.prototype.complexColor=function(t,e,n){var r,o,s,a,l,c,u,h,d,p,f,m=this.renderer,g=[];x(this.renderer,"complexColor",{args:arguments},(function(){if(t.radialGradient?o="radialGradient":t.linearGradient&&(o="linearGradient"),o){if(s=t[o],l=m.gradients,c=t.stops,d=n.radialReference,_(s)&&(t[o]=s={x1:s[0],y1:s[1],x2:s[2],y2:s[3],gradientUnits:"userSpaceOnUse"}),"radialGradient"===o&&d&&!b(s.gradientUnits)&&(a=s,s=k(s,m.getRadialAttr(d,a),{gradientUnits:"userSpaceOnUse"})),S(s,(function(t,e){"id"!==e&&g.push(e,t)})),S(c,(function(t){g.push(t)})),g=g.join(","),l[g])p=l[g].attr("id");else{s.id=p=j();var y=l[g]=m.createElement(o).attr(s).add(m.defs);y.radAttr=a,y.stops=[],c.forEach((function(t){0===t[1].indexOf("rgba")?(r=i.parse(t[1]),u=r.get("rgb"),h=r.get("a")):(u=t[1],h=1),t=m.createElement("stop").attr({offset:t[0],"stop-color":u,"stop-opacity":h}).add(y),y.stops.push(t)}))}f="url("+m.url+"#"+p+")",n.setAttribute(e,f),n.gradient=g,t.toString=function(){return f}}}))},t.prototype.css=function(t){var e=this.styles,i={},n=this.element,r=["textOutline","textOverflow","width"],o="",s=!e;if(t&&t.color&&(t.fill=t.color),e&&S(t,(function(t,n){e&&e[n]!==t&&(i[n]=t,s=!0)})),s){if(e&&(t=M(e,i)),t)if(null===t.width||"auto"===t.width)delete this.textWidth;else if("text"===n.nodeName.toLowerCase()&&t.width)var a=this.textWidth=O(t.width);if(this.styles=t,a&&!h&&this.renderer.forExport&&delete t.width,n.namespaceURI===this.SVG_NS){var l=function(t,e){return"-"+e.toLowerCase()};S(t,(function(t,e){-1===r.indexOf(e)&&(o+=e.replace(/([A-Z])/g,l)+":"+t+";")})),o&&m(n,"style",o)}else y(n,t);this.added&&("text"===this.element.nodeName&&this.renderer.buildText(this),t&&t.textOutline&&this.applyTextOutline(t.textOutline))}return this},t.prototype.dashstyleSetter=function(t){var e=this["stroke-width"];if("inherit"===e&&(e=1),t=t&&t.toLowerCase()){var i=t.replace("shortdashdotdot","3,1,1,1,1,1,").replace("shortdashdot","3,1,1,1").replace("shortdot","1,1,").replace("shortdash","3,1,").replace("longdash","8,3,").replace(/dot/g,"1,3,").replace("dash","4,3,").replace(/,$/,"").split(",");for(t=i.length;t--;)i[t]=""+O(i[t])*T(e,NaN);t=i.join(",").replace(/NaN/g,"none"),this.element.setAttribute("stroke-dasharray",t)}},t.prototype.destroy=function(){var t=this,e=t.element||{},i=t.renderer,n=e.ownerSVGElement,r=i.isSVG&&"SPAN"===e.nodeName&&t.parentGroup||void 0;if(e.onclick=e.onmouseout=e.onmouseover=e.onmousemove=e.point=null,a(t),t.clipPath&&n){var o=t.clipPath;[].forEach.call(n.querySelectorAll("[clip-path],[CLIP-PATH]"),(function(t){-1<t.getAttribute("clip-path").indexOf(o.element.id)&&t.removeAttribute("clip-path")})),t.clipPath=o.destroy()}if(t.stops){for(n=0;n<t.stops.length;n++)t.stops[n].destroy();t.stops.length=0,t.stops=void 0}for(t.safeRemoveChild(e),i.styledMode||t.destroyShadows();r&&r.div&&0===r.div.childNodes.length;)e=r.parentGroup,t.safeRemoveChild(r.div),delete r.div,r=e;t.alignTo&&v(i.alignedObjects,t),S(t,(function(e,i){t[i]&&t[i].parentGroup===t&&t[i].destroy&&t[i].destroy(),delete t[i]}))},t.prototype.destroyShadows=function(){(this.shadows||[]).forEach((function(t){this.safeRemoveChild(t)}),this),this.shadows=void 0},t.prototype.destroyTextPath=function(t,e){var i=t.getElementsByTagName("text")[0];if(i){if(i.removeAttribute("dx"),i.removeAttribute("dy"),e.element.setAttribute("id",""),this.textPathWrapper&&i.getElementsByTagName("textPath").length){for(t=this.textPathWrapper.element.childNodes;t.length;)i.appendChild(t[0]);i.removeChild(this.textPathWrapper.element)}}else(t.getAttribute("dx")||t.getAttribute("dy"))&&(t.removeAttribute("dx"),t.removeAttribute("dy"));this.textPathWrapper&&(this.textPathWrapper=this.textPathWrapper.destroy())},t.prototype.dSetter=function(t,e,i){_(t)&&("string"==typeof t[0]&&(t=this.renderer.pathToSegments(t)),this.pathArray=t,t=t.reduce((function(t,e,i){return e&&e.join?(i?t+" ":"")+e.join(" "):(e||"").toString()}),"")),/(NaN| {2}|^$)/.test(t)&&(t="M 0 0"),this[e]!==t&&(i.setAttribute(e,t),this[e]=t)},t.prototype.fadeOut=function(t){var e=this;e.animate({opacity:0},{duration:T(t,150),complete:function(){e.attr({y:-9999}).hide()}})},t.prototype.fillSetter=function(t,e,i){"string"==typeof t?i.setAttribute(e,t):t&&this.complexColor(t,e,i)},t.prototype.getBBox=function(e,i){var n=this.renderer,r=this.element,o=this.styles,s=this.textStr,a=n.cache,c=n.cacheKeys,u=r.namespaceURI===this.SVG_NS;i=T(i,this.rotation,0);var h,d=n.styledMode?r&&t.prototype.getStyle.call(r,"font-size"):o&&o.fontSize;if(b(s)){var p=s.toString();-1===p.indexOf("<")&&(p=p.replace(/[0-9]/g,"0")),p+=["",i,d,this.textWidth,o&&o.textOverflow,o&&o.fontWeight].join()}if(p&&!e&&(h=a[p]),!h){if(u||n.forExport){try{var f=this.fakeTS&&function(t){var e=r.querySelector(".highcharts-text-outline");e&&y(e,{display:t})};A(f)&&f("none"),h=r.getBBox?M({},r.getBBox()):{width:r.offsetWidth,height:r.offsetHeight},A(f)&&f("")}catch(t){}(!h||0>h.width)&&(h={width:0,height:0})}else h=this.htmlGetBBox();if(n.isSVG&&(e=h.width,n=h.height,u&&(h.height=n={"11px,17":14,"13px,20":16}[(d||"")+","+Math.round(n)]||n),i&&(u=i*l,h.width=Math.abs(n*Math.sin(u))+Math.abs(e*Math.cos(u)),h.height=Math.abs(n*Math.cos(u))+Math.abs(e*Math.sin(u)))),p&&(""===s||0<h.height)){for(;250<c.length;)delete a[c.shift()];a[p]||c.push(p),a[p]=h}}return h},t.prototype.getStyle=function(t){return p.getComputedStyle(this.element||this,"").getPropertyValue(t)},t.prototype.hasClass=function(t){return-1!==(""+this.attr("class")).split(" ").indexOf(t)},t.prototype.hide=function(t){return t?this.attr({y:-9999}):this.attr({visibility:"hidden"}),this},t.prototype.htmlGetBBox=function(){return{height:0,width:0,x:0,y:0}},t.prototype.init=function(t,e){this.element="span"===e?g(e):c.createElementNS(this.SVG_NS,e),this.renderer=t,x(this,"afterInit")},t.prototype.invert=function(t){return this.inverted=t,this.updateTransform(),this},t.prototype.on=function(t,e){var i=this.onEvents;return i[t]&&i[t](),i[t]=f(this.element,t,e),this},t.prototype.opacitySetter=function(t,e,i){this.opacity=t=Number(Number(t).toFixed(3)),i.setAttribute(e,t)},t.prototype.removeClass=function(t){return this.attr("class",(""+this.attr("class")).replace(w(t)?new RegExp("(^| )"+t+"( |$)"):t," ").replace(/ +/g," ").trim())},t.prototype.removeTextOutline=function(){var t=this.element.querySelector("tspan.highcharts-text-outline");t&&this.safeRemoveChild(t)},t.prototype.safeRemoveChild=function(t){var e=t.parentNode;e&&e.removeChild(t)},t.prototype.setRadialReference=function(t){var e=this.element.gradient&&this.renderer.gradients[this.element.gradient];return this.element.radialReference=t,e&&e.radAttr&&e.animate(this.renderer.getRadialAttr(t,e.radAttr)),this},t.prototype.setTextPath=function(t,i){var n=this.element,r=this.text?this.text.element:n,o={textAnchor:"text-anchor"},s=!1,a=this.textPathWrapper,l=!a;i=k(!0,{enabled:!0,attributes:{dy:-5,startOffset:"50%",textAnchor:"middle"}},i);var c=e.filterUserAttributes(i.attributes);if(t&&i&&i.enabled){a&&null===a.element.parentNode?(l=!0,a=a.destroy()):a&&this.removeTextOutline.call(a.parentGroup),this.options&&this.options.padding&&(c.dx=-this.options.padding),a||(this.textPathWrapper=a=this.renderer.createElement("textPath"),s=!0);var h=a.element;if((i=t.element.getAttribute("id"))||t.element.setAttribute("id",i=j()),l)for(r.setAttribute("y",0),L(c.dx)&&r.setAttribute("x",-c.dx),t=[].slice.call(r.childNodes),l=0;l<t.length;l++){var d=t[l];d.nodeType!==p.Node.TEXT_NODE&&"tspan"!==d.nodeName||h.appendChild(d)}s&&a&&a.add({element:r}),h.setAttributeNS("http://www.w3.org/1999/xlink","href",this.renderer.url+"#"+i),b(c.dy)&&(h.parentNode.setAttribute("dy",c.dy),delete c.dy),b(c.dx)&&(h.parentNode.setAttribute("dx",c.dx),delete c.dx),S(c,(function(t,e){h.setAttribute(o[e]||e,t)})),n.removeAttribute("transform"),this.removeTextOutline.call(a),this.text&&!this.renderer.styledMode&&this.attr({fill:"none","stroke-width":0}),this.applyTextOutline=this.updateTransform=u}else a&&(delete this.updateTransform,delete this.applyTextOutline,this.destroyTextPath(n,t),this.updateTransform(),this.options&&this.options.rotation&&this.applyTextOutline(this.options.style.textOutline));return this},t.prototype.shadow=function(t,e,i){var n,r=[],o=this.element,s=this.oldShadowOptions,a={color:"#000000",offsetX:this.parentInverted?-1:1,offsetY:this.parentInverted?-1:1,opacity:.15,width:3},l=!1;if(!0===t?n=a:"object"==typeof t&&(n=M(a,t)),n&&(n&&s&&S(n,(function(t,e){t!==s[e]&&(l=!0)})),l&&this.destroyShadows(),this.oldShadowOptions=n),n){if(!this.shadows){var c=n.opacity/n.width,u=this.parentInverted?"translate("+n.offsetY+", "+n.offsetX+")":"translate("+n.offsetX+", "+n.offsetY+")";for(a=1;a<=n.width;a++){var h=o.cloneNode(!1),d=2*n.width+1-2*a;m(h,{stroke:t.color||"#000000","stroke-opacity":c*a,"stroke-width":d,transform:u,fill:"none"}),h.setAttribute("class",(h.getAttribute("class")||"")+" highcharts-shadow"),i&&(m(h,"height",Math.max(m(h,"height")-d,0)),h.cutHeight=d),e?e.element.appendChild(h):o.parentNode&&o.parentNode.insertBefore(h,o),r.push(h)}this.shadows=r}}else this.destroyShadows();return this},t.prototype.show=function(t){return this.attr({visibility:t?"inherit":"visible"})},t.prototype.strokeSetter=function(e,i,n){this[i]=e,this.stroke&&this["stroke-width"]?(t.prototype.fillSetter.call(this,this.stroke,"stroke",n),n.setAttribute("stroke-width",this["stroke-width"]),this.hasStroke=!0):"stroke-width"===i&&0===e&&this.hasStroke?(n.removeAttribute("stroke"),this.hasStroke=!1):this.renderer.styledMode&&this["stroke-width"]&&(n.setAttribute("stroke-width",this["stroke-width"]),this.hasStroke=!0)},t.prototype.strokeWidth=function(){if(!this.renderer.styledMode)return this["stroke-width"]||0;var t=this.getStyle("stroke-width"),e=0;if(t.indexOf("px")===t.length-2)e=O(t);else if(""!==t){var i=c.createElementNS(d,"rect");m(i,{width:t,"stroke-width":0}),this.element.parentNode.appendChild(i),e=i.getBBox().width,i.parentNode.removeChild(i)}return e},t.prototype.symbolAttr=function(t){var e=this;"x y r start end width height innerR anchorX anchorY clockwise".split(" ").forEach((function(i){e[i]=T(t[i],e[i])})),e.attr({d:e.renderer.symbols[e.symbolName](e.x,e.y,e.width,e.height,e)})},t.prototype.textSetter=function(t){t!==this.textStr&&(delete this.textPxLength,this.textStr=t,this.added&&this.renderer.buildText(this))},t.prototype.titleSetter=function(t){var e=this.element,i=e.getElementsByTagName("title")[0]||c.createElementNS(this.SVG_NS,"title");e.insertBefore?e.insertBefore(i,e.firstChild):e.appendChild(i),i.textContent=String(T(t,"")).replace(/<[^>]*>/g,"").replace(/</g,"<").replace(/>/g,">")},t.prototype.toFront=function(){var t=this.element;return t.parentNode.appendChild(t),this},t.prototype.translate=function(t,e){return this.attr({translateX:t,translateY:e})},t.prototype.updateShadows=function(t,e,i){var n=this.shadows;if(n)for(var r=n.length;r--;)i.call(n[r],"height"===t?Math.max(e-(n[r].cutHeight||0),0):"d"===t?this.d:e,t,n[r])},t.prototype.updateTransform=function(){var t=this.scaleX,e=this.scaleY,i=this.inverted,n=this.rotation,r=this.matrix,o=this.element,s=this.translateX||0,a=this.translateY||0;i&&(s+=this.width,a+=this.height),s=["translate("+s+","+a+")"],b(r)&&s.push("matrix("+r.join(",")+")"),i?s.push("rotate(90) scale(-1,1)"):n&&s.push("rotate("+n+" "+T(this.rotationOriginX,o.getAttribute("x"),0)+" "+T(this.rotationOriginY,o.getAttribute("y")||0)+")"),(b(t)||b(e))&&s.push("scale("+T(t,1)+" "+T(e,1)+")"),s.length&&o.setAttribute("transform",s.join(" "))},t.prototype.visibilitySetter=function(t,e,i){"inherit"===t?i.removeAttribute(e):this[e]!==t&&i.setAttribute(e,t),this[e]=t},t.prototype.xGetter=function(t){return"circle"===this.element.nodeName&&("x"===t?t="cx":"y"===t&&(t="cy")),this._defaultGetter(t)},t.prototype.zIndexSetter=function(t,e){var i=this.renderer,n=this.parentGroup,r=(n||i).element||i.box,o=this.element;i=r===i.box;var s,a=!1,l=this.added;if(b(t)?(o.setAttribute("data-z-index",t),t=+t,this[e]===t&&(l=!1)):b(this[e])&&o.removeAttribute("data-z-index"),this[e]=t,l){for((t=this.zIndex)&&n&&(n.handleZ=!0),s=(e=r.childNodes).length-1;0<=s&&!a;s--){l=(n=e[s]).getAttribute("data-z-index");var c=!b(l);n!==o&&(0>t&&c&&!i&&!s?(r.insertBefore(o,e[s]),a=!0):(O(l)<=t||c&&(!b(t)||0<=t))&&(r.insertBefore(o,e[s+1]||null),a=!0))}a||(r.insertBefore(o,e[i?3:0]||null),a=!0)}return a},t}()).prototype["stroke-widthSetter"]=t.prototype.strokeSetter,t.prototype.yGetter=t.prototype.xGetter,t.prototype.matrixSetter=t.prototype.rotationOriginXSetter=t.prototype.rotationOriginYSetter=t.prototype.rotationSetter=t.prototype.scaleXSetter=t.prototype.scaleYSetter=t.prototype.translateXSetter=t.prototype.translateYSetter=t.prototype.verticalAlignSetter=function(t,e){this[e]=t,this.doTransform=!0},t})),e(i,"Core/Renderer/RendererRegistry.js",[i["Core/Globals.js"]],(function(t){var e;return function(e){var i;e.rendererTypes={},e.getRendererType=function(t){return void 0===t&&(t=i),e.rendererTypes[t]||e.rendererTypes[i]},e.registerRendererType=function(n,r,o){e.rendererTypes[n]=r,i&&!o||(i=n,t.Renderer=r)}}(e||(e={})),e})),e(i,"Core/Renderer/SVG/SVGLabel.js",[i["Core/Renderer/SVG/SVGElement.js"],i["Core/Utilities.js"]],(function(t,e){var i=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),n=e.defined,r=e.extend,o=e.isNumber,s=e.merge,a=e.pick,l=e.removeEvent;return function(e){function c(t,i,n,r,o,s,a,l,u,h){var d,p=e.call(this)||this;return p.paddingLeftSetter=p.paddingSetter,p.paddingRightSetter=p.paddingSetter,p.init(t,"g"),p.textStr=i,p.x=n,p.y=r,p.anchorX=s,p.anchorY=a,p.baseline=u,p.className=h,p.addClass("button"===h?"highcharts-no-tooltip":"highcharts-label"),h&&p.addClass("highcharts-"+h),p.text=t.text(void 0,0,0,l).attr({zIndex:1}),"string"==typeof o&&((d=/^url\((.*?)\)$/.test(o))||p.renderer.symbols[o])&&(p.symbolKey=o),p.bBox=c.emptyBBox,p.padding=3,p.baselineOffset=0,p.needsBox=t.styledMode||d,p.deferredAttr={},p.alignFactor=0,p}return i(c,e),c.prototype.alignSetter=function(t){(t={left:0,center:.5,right:1}[t])!==this.alignFactor&&(this.alignFactor=t,this.bBox&&o(this.xSetting)&&this.attr({x:this.xSetting}))},c.prototype.anchorXSetter=function(t,e){this.anchorX=t,this.boxAttr(e,Math.round(t)-this.getCrispAdjust()-this.xSetting)},c.prototype.anchorYSetter=function(t,e){this.anchorY=t,this.boxAttr(e,t-this.ySetting)},c.prototype.boxAttr=function(t,e){this.box?this.box.attr(t,e):this.deferredAttr[t]=e},c.prototype.css=function(e){if(e){var i={};e=s(e),c.textProps.forEach((function(t){void 0!==e[t]&&(i[t]=e[t],delete e[t])})),this.text.css(i);var n="width"in i;"fontSize"in i||"fontWeight"in i?this.updateTextPadding():n&&this.updateBoxSize()}return t.prototype.css.call(this,e)},c.prototype.destroy=function(){l(this.element,"mouseenter"),l(this.element,"mouseleave"),this.text&&this.text.destroy(),this.box&&(this.box=this.box.destroy()),t.prototype.destroy.call(this)},c.prototype.fillSetter=function(t,e){t&&(this.needsBox=!0),this.fill=t,this.boxAttr(e,t)},c.prototype.getBBox=function(){this.textStr&&0===this.bBox.width&&0===this.bBox.height&&this.updateBoxSize();var t=this.padding,e=a(this.paddingLeft,t);return{width:this.width,height:this.height,x:this.bBox.x-e,y:this.bBox.y-t}},c.prototype.getCrispAdjust=function(){return this.renderer.styledMode&&this.box?this.box.strokeWidth()%2/2:(this["stroke-width"]?parseInt(this["stroke-width"],10):0)%2/2},c.prototype.heightSetter=function(t){this.heightSetting=t},c.prototype.onAdd=function(){var t=this.textStr;this.text.add(this),this.attr({text:n(t)?t:"",x:this.x,y:this.y}),this.box&&n(this.anchorX)&&this.attr({anchorX:this.anchorX,anchorY:this.anchorY})},c.prototype.paddingSetter=function(t,e){o(t)?t!==this[e]&&(this[e]=t,this.updateTextPadding()):this[e]=void 0},c.prototype.rSetter=function(t,e){this.boxAttr(e,t)},c.prototype.shadow=function(t){return t&&!this.renderer.styledMode&&(this.updateBoxSize(),this.box&&this.box.shadow(t)),this},c.prototype.strokeSetter=function(t,e){this.stroke=t,this.boxAttr(e,t)},c.prototype["stroke-widthSetter"]=function(t,e){t&&(this.needsBox=!0),this["stroke-width"]=t,this.boxAttr(e,t)},c.prototype["text-alignSetter"]=function(t){this.textAlign=t},c.prototype.textSetter=function(t){void 0!==t&&this.text.attr({text:t}),this.updateTextPadding()},c.prototype.updateBoxSize=function(){var t=this.text.element.style,e={},i=this.padding,s=this.bBox=o(this.widthSetting)&&o(this.heightSetting)&&!this.textAlign||!n(this.text.textStr)?c.emptyBBox:this.text.getBBox();this.width=this.getPaddedWidth(),this.height=(this.heightSetting||s.height||0)+2*i,t=this.renderer.fontMetrics(t&&t.fontSize,this.text),this.baselineOffset=i+Math.min((this.text.firstLineMetrics||t).b,s.height||1/0),this.heightSetting&&(this.baselineOffset+=(this.heightSetting-t.h)/2),this.needsBox&&(this.box||((i=this.box=this.symbolKey?this.renderer.symbol(this.symbolKey):this.renderer.rect()).addClass(("button"===this.className?"":"highcharts-label-box")+(this.className?" highcharts-"+this.className+"-box":"")),i.add(this)),i=this.getCrispAdjust(),e.x=i,e.y=(this.baseline?-this.baselineOffset:0)+i,e.width=Math.round(this.width),e.height=Math.round(this.height),this.box.attr(r(e,this.deferredAttr)),this.deferredAttr={})},c.prototype.updateTextPadding=function(){var t=this.text;this.updateBoxSize();var e=this.baseline?0:this.baselineOffset,i=a(this.paddingLeft,this.padding);n(this.widthSetting)&&this.bBox&&("center"===this.textAlign||"right"===this.textAlign)&&(i+={center:.5,right:1}[this.textAlign]*(this.widthSetting-this.bBox.width)),i===t.x&&e===t.y||(t.attr("x",i),t.hasBoxWidthChanged&&(this.bBox=t.getBBox(!0)),void 0!==e&&t.attr("y",e)),t.x=i,t.y=e},c.prototype.widthSetter=function(t){this.widthSetting=o(t)?t:void 0},c.prototype.getPaddedWidth=function(){var t=this.padding,e=a(this.paddingLeft,t);return t=a(this.paddingRight,t),(this.widthSetting||this.bBox.width||0)+e+t},c.prototype.xSetter=function(t){this.x=t,this.alignFactor&&(t-=this.alignFactor*this.getPaddedWidth(),this["forceAnimate:x"]=!0),this.xSetting=Math.round(t),this.attr("translateX",this.xSetting)},c.prototype.ySetter=function(t){this.ySetting=this.y=Math.round(t),this.attr("translateY",this.ySetting)},c.emptyBBox={width:0,height:0,x:0,y:0},c.textProps="color direction fontFamily fontSize fontStyle fontWeight lineHeight textAlign textDecoration textOutline textOverflow width".split(" "),c}(t)})),e(i,"Core/Renderer/SVG/Symbols.js",[i["Core/Utilities.js"]],(function(t){function e(t,e,i,n,o){var a=[];if(o){var l=o.start||0,c=s(o.r,i);i=s(o.r,n||i);var u=(o.end||0)-.001;n=o.innerR;var h=s(o.open,.001>Math.abs((o.end||0)-l-2*Math.PI)),d=Math.cos(l),p=Math.sin(l),f=Math.cos(u),m=Math.sin(u);l=s(o.longArc,.001>u-l-Math.PI?0:1),a.push(["M",t+c*d,e+i*p],["A",c,i,0,l,s(o.clockwise,1),t+c*f,e+i*m]),r(n)&&a.push(h?["M",t+n*f,e+n*m]:["L",t+n*f,e+n*m],["A",n,n,0,l,r(o.clockwise)?1-o.clockwise:0,t+n*d,e+n*p]),h||a.push(["Z"])}return a}function i(t,e,i,r,o){return o&&o.r?n(t,e,i,r,o):[["M",t,e],["L",t+i,e],["L",t+i,e+r],["L",t,e+r],["Z"]]}function n(t,e,i,n,r){return[["M",t+(r=r&&r.r||0),e],["L",t+i-r,e],["C",t+i,e,t+i,e,t+i,e+r],["L",t+i,e+n-r],["C",t+i,e+n,t+i,e+n,t+i-r,e+n],["L",t+r,e+n],["C",t,e+n,t,e+n,t,e+n-r],["L",t,e+r],["C",t,e,t,e,t+r,e]]}var r=t.defined,o=t.isNumber,s=t.pick;return{arc:e,callout:function(t,e,i,r,s){var a=Math.min(s&&s.r||0,i,r),l=a+6,c=s&&s.anchorX;s=s&&s.anchorY||0;var u=n(t,e,i,r,{r:a});return o(c)?(t+c>=i?s>e+l&&s<e+r-l?u.splice(3,1,["L",t+i,s-6],["L",t+i+6,s],["L",t+i,s+6],["L",t+i,e+r-a]):u.splice(3,1,["L",t+i,r/2],["L",c,s],["L",t+i,r/2],["L",t+i,e+r-a]):0>=t+c?s>e+l&&s<e+r-l?u.splice(7,1,["L",t,s+6],["L",t-6,s],["L",t,s-6],["L",t,e+a]):u.splice(7,1,["L",t,r/2],["L",c,s],["L",t,r/2],["L",t,e+a]):s&&s>r&&c>t+l&&c<t+i-l?u.splice(5,1,["L",c+6,e+r],["L",c,e+r+6],["L",c-6,e+r],["L",t+a,e+r]):s&&0>s&&c>t+l&&c<t+i-l&&u.splice(1,1,["L",c-6,e],["L",c,e-6],["L",c+6,e],["L",i-a,e]),u):u},circle:function(t,i,n,r){return e(t+n/2,i+r/2,n/2,r/2,{start:.5*Math.PI,end:2.5*Math.PI,open:!1})},diamond:function(t,e,i,n){return[["M",t+i/2,e],["L",t+i,e+n/2],["L",t+i/2,e+n],["L",t,e+n/2],["Z"]]},rect:i,roundedRect:n,square:i,triangle:function(t,e,i,n){return[["M",t+i/2,e],["L",t+i,e+n],["L",t,e+n],["Z"]]},"triangle-down":function(t,e,i,n){return[["M",t,e],["L",t+i,e],["L",t+i/2,e+n],["Z"]]}}})),e(i,"Core/Renderer/SVG/TextBuilder.js",[i["Core/Renderer/HTML/AST.js"],i["Core/Globals.js"],i["Core/Utilities.js"]],(function(t,e,i){var n=e.doc,r=e.SVG_NS,o=e.win,s=i.attr,a=i.isString,l=i.objectEach,c=i.pick;return function(){function e(t){var e=t.styles;this.renderer=t.renderer,this.svgElement=t,this.width=t.textWidth,this.textLineHeight=e&&e.lineHeight,this.textOutline=e&&e.textOutline,this.ellipsis=!(!e||"ellipsis"!==e.textOverflow),this.noWrap=!(!e||"nowrap"!==e.whiteSpace),this.fontSize=e&&e.fontSize}return e.prototype.buildSVG=function(){var e=this.svgElement,i=e.element,r=e.renderer,o=c(e.textStr,"").toString(),s=-1!==o.indexOf("<"),l=i.childNodes;r=this.width&&!e.added&&r.box;var u=[o,this.ellipsis,this.noWrap,this.textLineHeight,this.textOutline,this.fontSize,this.width].join();if(u!==e.textCache){for(e.textCache=u,delete e.actualWidth,u=l.length;u--;)i.removeChild(l[u]);s||this.ellipsis||this.width||-1!==o.indexOf(" ")&&(!this.noWrap||/<br.*?>/g.test(o))?""!==o&&(r&&r.appendChild(i),o=new t(o),this.modifyTree(o.nodes),o.addToDOM(e.element),this.modifyDOM(),this.ellipsis&&-1!==(i.textContent||"").indexOf("…")&&e.attr("title",this.unescapeEntities(e.textStr||"",["<",">"])),r&&r.removeChild(i)):i.appendChild(n.createTextNode(this.unescapeEntities(o))),a(this.textOutline)&&e.applyTextOutline&&e.applyTextOutline(this.textOutline)}},e.prototype.modifyDOM=function(){var t,e=this,i=this.svgElement,a=s(i.element,"x");for(i.firstLineMetrics=void 0;(t=i.element.firstChild)&&/^[\s\u200B]*$/.test(t.textContent||" ");)i.element.removeChild(t);[].forEach.call(i.element.querySelectorAll("tspan.highcharts-br"),(function(t,n){t.nextSibling&&t.previousSibling&&(0===n&&1===t.previousSibling.nodeType&&(i.firstLineMetrics=i.renderer.fontMetrics(void 0,t.previousSibling)),s(t,{dy:e.getLineHeight(t.nextSibling),x:a}))}));var l=this.width||0;if(l){var c=function(t,o){var c=t.textContent||"",u=c.replace(/([^\^])-/g,"$1- ").split(" "),h=!e.noWrap&&(1<u.length||1<i.element.childNodes.length),d=e.getLineHeight(o),p=0,f=i.actualWidth;if(e.ellipsis)c&&e.truncate(t,c,void 0,0,Math.max(0,l-parseInt(e.fontSize||12,10)),(function(t,e){return t.substring(0,e)+"…"}));else if(h){for(c=[],h=[];o.firstChild&&o.firstChild!==t;)h.push(o.firstChild),o.removeChild(o.firstChild);for(;u.length;)u.length&&!e.noWrap&&0<p&&(c.push(t.textContent||""),t.textContent=u.join(" ").replace(/- /g,"-")),e.truncate(t,void 0,u,0===p&&f||0,l,(function(t,e){return u.slice(0,e).join(" ").replace(/- /g,"-")})),f=i.actualWidth,p++;h.forEach((function(e){o.insertBefore(e,t)})),c.forEach((function(e){o.insertBefore(n.createTextNode(e),t),(e=n.createElementNS(r,"tspan")).textContent="",s(e,{dy:d,x:a}),o.insertBefore(e,t)}))}},u=function(t){[].slice.call(t.childNodes).forEach((function(e){e.nodeType===o.Node.TEXT_NODE?c(e,t):(-1!==e.className.baseVal.indexOf("highcharts-br")&&(i.actualWidth=0),u(e))}))};u(i.element)}},e.prototype.getLineHeight=function(t){var e;return t=t.nodeType===o.Node.TEXT_NODE?t.parentElement:t,this.renderer.styledMode||(e=t&&/(px|em)$/.test(t.style.fontSize)?t.style.fontSize:this.fontSize||this.renderer.style.fontSize||12),this.textLineHeight?parseInt(this.textLineHeight.toString(),10):this.renderer.fontMetrics(e,t||this.svgElement.element).h},e.prototype.modifyTree=function(t){var e=this,i=function(n,r){var o=n.attributes;o=void 0===o?{}:o;var s=n.children,l=n.tagName,c=e.renderer.styledMode;"b"===l||"strong"===l?c?o.class="highcharts-strong":o.style="font-weight:bold;"+(o.style||""):"i"!==l&&"em"!==l||(c?o.class="highcharts-emphasized":o.style="font-style:italic;"+(o.style||"")),a(o.style)&&(o.style=o.style.replace(/(;| |^)color([ :])/,"$1fill$2")),"br"===l?(o.class="highcharts-br",n.textContent="",(r=t[r+1])&&r.textContent&&(r.textContent=r.textContent.replace(/^ +/gm,""))):"a"===l&&s&&s.some((function(t){return"#text"===t.tagName}))&&(n.children=[{children:s,tagName:"tspan"}]),"#text"!==l&&"a"!==l&&(n.tagName="tspan"),n.attributes=o,s&&s.filter((function(t){return"#text"!==t.tagName})).forEach(i)};t.forEach(i)},e.prototype.truncate=function(t,e,i,n,r,o){var s,a=this.svgElement,l=a.renderer,c=a.rotation,u=[],h=i?1:0,d=(e||i||"").length,p=d,f=function(r,s){s=s||r;var c=t.parentNode;if(c&&void 0===u[s])if(c.getSubStringLength)try{u[s]=n+c.getSubStringLength(0,i?s+1:s)}catch(t){}else l.getSpanWidth&&(t.textContent=o(e||i,r),u[s]=n+l.getSpanWidth(a,t));return u[s]};a.rotation=0;var m=f(t.textContent.length);if(n+m>r){for(;h<=d;)p=Math.ceil((h+d)/2),i&&(s=o(i,p)),m=f(p,s&&s.length-1),h===d?h=d+1:m>r?d=p-1:h=p;0===d?t.textContent="":e&&d===e.length-1||(t.textContent=s||o(e||i,p))}i&&i.splice(0,p),a.actualWidth=m,a.rotation=c},e.prototype.unescapeEntities=function(t,e){return l(this.renderer.escapes,(function(i,n){e&&-1!==e.indexOf(i)||(t=t.toString().replace(new RegExp(i,"g"),n))})),t},e}()})),e(i,"Core/Renderer/SVG/SVGRenderer.js",[i["Core/Renderer/HTML/AST.js"],i["Core/Color/Color.js"],i["Core/Globals.js"],i["Core/Renderer/RendererRegistry.js"],i["Core/Renderer/SVG/SVGElement.js"],i["Core/Renderer/SVG/SVGLabel.js"],i["Core/Renderer/SVG/Symbols.js"],i["Core/Renderer/SVG/TextBuilder.js"],i["Core/Utilities.js"]],(function(t,e,i,n,r,o,s,a,l){var c,u=i.charts,h=i.deg2rad,d=i.doc,p=i.isFirefox,f=i.isMS,m=i.isWebKit,g=i.noop,y=i.SVG_NS,b=i.symbolSizes,v=i.win,M=l.addEvent,x=l.attr,_=l.createElement,A=l.css,L=l.defined,w=l.destroyObjectProperties,k=l.extend,S=l.isArray,T=l.isNumber,O=l.isObject,C=l.isString,j=l.merge,z=l.pick,P=l.pInt,D=l.uniqueKey;return i=function(){function i(t,e,i,n,r,o,s){this.width=this.url=this.style=this.isSVG=this.imgCount=this.height=this.gradients=this.globalAnimation=this.defs=this.chartIndex=this.cacheKeys=this.cache=this.boxWrapper=this.box=this.alignedObjects=void 0,this.init(t,e,i,n,r,o,s)}return i.prototype.init=function(t,e,i,n,r,o,s){var a,l=this.createElement("svg").attr({version:"1.1",class:"highcharts-root"}),c=l.element;s||l.css(this.getStyle(n)),t.appendChild(c),x(t,"dir","ltr"),-1===t.innerHTML.indexOf("xmlns")&&x(c,"xmlns",this.SVG_NS),this.isSVG=!0,this.box=c,this.boxWrapper=l,this.alignedObjects=[],this.url=this.getReferenceURL(),this.createElement("desc").add().element.appendChild(d.createTextNode("Created with Highcharts 9.3.3")),this.defs=this.createElement("defs").add(),this.allowHTML=o,this.forExport=r,this.styledMode=s,this.gradients={},this.cache={},this.cacheKeys=[],this.imgCount=0,this.setSize(e,i,!1),p&&t.getBoundingClientRect&&((e=function(){A(t,{left:0,top:0}),a=t.getBoundingClientRect(),A(t,{left:Math.ceil(a.left)-a.left+"px",top:Math.ceil(a.top)-a.top+"px"})})(),this.unSubPixelFix=M(v,"resize",e))},i.prototype.definition=function(e){return new t([e]).addToDOM(this.defs.element)},i.prototype.getReferenceURL=function(){if((p||m)&&d.getElementsByTagName("base").length){if(!L(c)){var e=D();e=new t([{tagName:"svg",attributes:{width:8,height:8},children:[{tagName:"defs",children:[{tagName:"clipPath",attributes:{id:e},children:[{tagName:"rect",attributes:{width:4,height:4}}]}]},{tagName:"rect",attributes:{id:"hitme",width:8,height:8,"clip-path":"url(#"+e+")",fill:"rgba(0,0,0,0.001)"}}]}]).addToDOM(d.body),A(e,{position:"fixed",top:0,left:0,zIndex:9e5});var i=d.elementFromPoint(6,6);c="hitme"===(i&&i.id),d.body.removeChild(e)}if(c)return v.location.href.split("#")[0].replace(/<[^>]*>/g,"").replace(/([\('\)])/g,"\\$1").replace(/ /g,"%20")}return""},i.prototype.getStyle=function(t){return this.style=k({fontFamily:'"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif',fontSize:"12px"},t)},i.prototype.setStyle=function(t){this.boxWrapper.css(this.getStyle(t))},i.prototype.isHidden=function(){return!this.boxWrapper.getBBox().width},i.prototype.destroy=function(){var t=this.defs;return this.box=null,this.boxWrapper=this.boxWrapper.destroy(),w(this.gradients||{}),this.gradients=null,t&&(this.defs=t.destroy()),this.unSubPixelFix&&this.unSubPixelFix(),this.alignedObjects=null},i.prototype.createElement=function(t){var e=new this.Element;return e.init(this,t),e},i.prototype.getRadialAttr=function(t,e){return{cx:t[0]-t[2]/2+(e.cx||0)*t[2],cy:t[1]-t[2]/2+(e.cy||0)*t[2],r:(e.r||0)*t[2]}},i.prototype.buildText=function(t){new a(t).buildSVG()},i.prototype.getContrast=function(t){return(t=e.parse(t).rgba)[0]*=1,t[1]*=1.2,t[2]*=.5,459<t[0]+t[1]+t[2]?"#000000":"#FFFFFF"},i.prototype.button=function(e,i,n,r,o,s,a,l,c,u){var h=this.label(e,i,n,c,void 0,void 0,u,void 0,"button"),d=this.styledMode,p=0,m=o?j(o):{};if(e=m&&m.style||{},m=t.filterUserAttributes(m),h.attr(j({padding:8,r:2},m)),!d){var g=(m=j({fill:"#f7f7f7",stroke:"#cccccc","stroke-width":1,style:{color:"#333333",cursor:"pointer",fontWeight:"normal"}},{style:e},m)).style;delete m.style;var y=(s=j(m,{fill:"#e6e6e6"},t.filterUserAttributes(s||{}))).style;delete s.style;var b=(a=j(m,{fill:"#e6ebf5",style:{color:"#000000",fontWeight:"bold"}},t.filterUserAttributes(a||{}))).style;delete a.style;var v=(l=j(m,{style:{color:"#cccccc"}},t.filterUserAttributes(l||{}))).style;delete l.style}return M(h.element,f?"mouseover":"mouseenter",(function(){3!==p&&h.setState(1)})),M(h.element,f?"mouseout":"mouseleave",(function(){3!==p&&h.setState(p)})),h.setState=function(t){1!==t&&(h.state=p=t),h.removeClass(/highcharts-button-(normal|hover|pressed|disabled)/).addClass("highcharts-button-"+["normal","hover","pressed","disabled"][t||0]),d||h.attr([m,s,a,l][t||0]).css([g,y,b,v][t||0])},d||h.attr(m).css(k({cursor:"default"},g)),h.on("touchstart",(function(t){return t.stopPropagation()})).on("click",(function(t){3!==p&&r.call(h,t)}))},i.prototype.crispLine=function(t,e,i){void 0===i&&(i="round");var n=t[0],r=t[1];return L(n[1])&&n[1]===r[1]&&(n[1]=r[1]=Math[i](n[1])-e%2/2),L(n[2])&&n[2]===r[2]&&(n[2]=r[2]=Math[i](n[2])+e%2/2),t},i.prototype.path=function(t){var e=this.styledMode?{}:{fill:"none"};return S(t)?e.d=t:O(t)&&k(e,t),this.createElement("path").attr(e)},i.prototype.circle=function(t,e,i){return t=O(t)?t:void 0===t?{}:{x:t,y:e,r:i},(e=this.createElement("circle")).xSetter=e.ySetter=function(t,e,i){i.setAttribute("c"+e,t)},e.attr(t)},i.prototype.arc=function(t,e,i,n,r,o){return O(t)?(e=(n=t).y,i=n.r,t=n.x):n={innerR:n,start:r,end:o},(t=this.symbol("arc",t,e,i,i,n)).r=i,t},i.prototype.rect=function(t,e,i,n,r,o){r=O(t)?t.r:r;var s=this.createElement("rect");return t=O(t)?t:void 0===t?{}:{x:t,y:e,width:Math.max(i,0),height:Math.max(n,0)},this.styledMode||(void 0!==o&&(t["stroke-width"]=o,t=s.crisp(t)),t.fill="none"),r&&(t.r=r),s.rSetter=function(t,e,i){s.r=t,x(i,{rx:t,ry:t})},s.rGetter=function(){return s.r||0},s.attr(t)},i.prototype.setSize=function(t,e,i){this.width=t,this.height=e,this.boxWrapper.animate({width:t,height:e},{step:function(){this.attr({viewBox:"0 0 "+this.attr("width")+" "+this.attr("height")})},duration:z(i,!0)?void 0:0}),this.alignElements()},i.prototype.g=function(t){var e=this.createElement("g");return t?e.attr({class:"highcharts-"+t}):e},i.prototype.image=function(t,e,i,n,r,o){var s={preserveAspectRatio:"none"},a=function(t,e){t.setAttributeNS?t.setAttributeNS("http://www.w3.org/1999/xlink","href",e):t.setAttribute("hc-svg-href",e)};T(e)&&(s.x=e),T(i)&&(s.y=i),T(n)&&(s.width=n),T(r)&&(s.height=r);var l=this.createElement("image").attr(s);return e=function(e){a(l.element,t),o.call(l,e)},o?(a(l.element,"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="),i=new v.Image,M(i,"load",e),i.src=t,i.complete&&e({})):a(l.element,t),l},i.prototype.symbol=function(t,e,i,n,r,o){var s,a=this,l=/^url\((.*?)\)$/,c=l.test(t),h=!c&&(this.symbols[t]?t:"circle"),p=h&&this.symbols[h];if(p){"number"==typeof e&&(s=p.call(this.symbols,Math.round(e||0),Math.round(i||0),n||0,r||0,o));var f=this.path(s);a.styledMode||f.attr("fill","none"),k(f,{symbolName:h||void 0,x:e,y:i,width:n,height:r}),o&&k(f,o)}else if(c){var m=t.match(l)[1],g=f=this.image(m);g.imgwidth=z(b[m]&&b[m].width,o&&o.width),g.imgheight=z(b[m]&&b[m].height,o&&o.height);var y=function(t){return t.attr({width:t.width,height:t.height})};["width","height"].forEach((function(t){g[t+"Setter"]=function(t,e){var i=this["img"+e];this[e]=t,L(i)&&(o&&"within"===o.backgroundSize&&this.width&&this.height&&(i=Math.round(i*Math.min(this.width/this.imgwidth,this.height/this.imgheight))),this.element&&this.element.setAttribute(e,i),this.alignByTranslate||(t=((this[e]||0)-i)/2,this.attr("width"===e?{translateX:t}:{translateY:t})))}})),L(e)&&g.attr({x:e,y:i}),g.isImg=!0,L(g.imgwidth)&&L(g.imgheight)?y(g):(g.attr({width:0,height:0}),_("img",{onload:function(){var t=u[a.chartIndex];0===this.width&&(A(this,{position:"absolute",top:"-999em"}),d.body.appendChild(this)),b[m]={width:this.width,height:this.height},g.imgwidth=this.width,g.imgheight=this.height,g.element&&y(g),this.parentNode&&this.parentNode.removeChild(this),a.imgCount--,a.imgCount||!t||t.hasLoaded||t.onload()},src:m}),this.imgCount++)}return f},i.prototype.clipRect=function(t,e,i,n){var r=D()+"-",o=this.createElement("clipPath").attr({id:r}).add(this.defs);return(t=this.rect(t,e,i,n,0).add(o)).id=r,t.clipPath=o,t.count=0,t},i.prototype.text=function(t,e,i,n){var r={};return!n||!this.allowHTML&&this.forExport?(r.x=Math.round(e||0),i&&(r.y=Math.round(i)),L(t)&&(r.text=t),t=this.createElement("text").attr(r),(!n||this.forExport&&!this.allowHTML)&&(t.xSetter=function(t,e,i){for(var n,r=i.getElementsByTagName("tspan"),o=i.getAttribute(e),s=0;s<r.length;s++)(n=r[s]).getAttribute(e)===o&&n.setAttribute(e,t);i.setAttribute(e,t)}),t):this.html(t,e,i)},i.prototype.fontMetrics=function(t,e){return t=!this.styledMode&&/px/.test(t)||!v.getComputedStyle?t||e&&e.style&&e.style.fontSize||this.style&&this.style.fontSize:e&&r.prototype.getStyle.call(e,"font-size"),{h:e=24>(t=/px/.test(t)?P(t):12)?t+3:Math.round(1.2*t),b:Math.round(.8*e),f:t}},i.prototype.rotCorr=function(t,e,i){var n=t;return e&&i&&(n=Math.max(n*Math.cos(e*h),4)),{x:-t/3*Math.sin(e*h),y:n}},i.prototype.pathToSegments=function(t){for(var e=[],i=[],n={A:8,C:7,H:2,L:3,M:3,Q:5,S:5,T:3,V:2},r=0;r<t.length;r++)C(i[0])&&T(t[r])&&i.length===n[i[0].toUpperCase()]&&t.splice(r,0,i[0].replace("M","L").replace("m","l")),"string"==typeof t[r]&&(i.length&&e.push(i.slice(0)),i.length=0),i.push(t[r]);return e.push(i.slice(0)),e},i.prototype.label=function(t,e,i,n,r,s,a,l,c){return new o(this,t,e,i,n,r,s,a,l,c)},i.prototype.alignElements=function(){this.alignedObjects.forEach((function(t){return t.align()}))},i}(),k(i.prototype,{Element:r,SVG_NS:y,escapes:{"&":"&","<":"<",">":">","'":"'",'"':"""},symbols:s,draw:g}),n.registerRendererType("svg",i,!0),i})),e(i,"Core/Renderer/HTML/HTMLElement.js",[i["Core/Globals.js"],i["Core/Renderer/SVG/SVGElement.js"],i["Core/Utilities.js"]],(function(t,e,i){var n=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),r=t.isFirefox,o=t.isMS,s=t.isWebKit,a=t.win,l=i.css,c=i.defined,u=i.extend,h=i.pick,d=i.pInt;return function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.compose=function(t){if(-1===e.composedClasses.indexOf(t)){e.composedClasses.push(t);var i=e.prototype,n=t.prototype;n.getSpanCorrection=i.getSpanCorrection,n.htmlCss=i.htmlCss,n.htmlGetBBox=i.htmlGetBBox,n.htmlUpdateTransform=i.htmlUpdateTransform,n.setSpanRotation=i.setSpanRotation}return t},e.prototype.getSpanCorrection=function(t,e,i){this.xCorr=-t*i,this.yCorr=-e},e.prototype.htmlCss=function(t){var e="SPAN"===this.element.tagName&&t&&"width"in t,i=h(e&&t.width,void 0);if(e){delete t.width,this.textWidth=i;var n=!0}return t&&"ellipsis"===t.textOverflow&&(t.whiteSpace="nowrap",t.overflow="hidden"),this.styles=u(this.styles,t),l(this.element,t),n&&this.htmlUpdateTransform(),this},e.prototype.htmlGetBBox=function(){var t=this.element;return{x:t.offsetLeft,y:t.offsetTop,width:t.offsetWidth,height:t.offsetHeight}},e.prototype.htmlUpdateTransform=function(){if(this.added){var t=this.renderer,e=this.element,i=this.translateX||0,n=this.translateY||0,r=this.x||0,o=this.y||0,s=this.textAlign||"left",a={left:0,center:.5,right:1}[s],u=this.styles;if(u=u&&u.whiteSpace,l(e,{marginLeft:i,marginTop:n}),!t.styledMode&&this.shadows&&this.shadows.forEach((function(t){l(t,{marginLeft:i+1,marginTop:n+1})})),this.inverted&&[].forEach.call(e.childNodes,(function(i){t.invertChild(i,e)})),"SPAN"===e.tagName){var h=this.rotation,p=this.textWidth&&d(this.textWidth),f=[h,s,e.innerHTML,this.textWidth,this.textAlign].join(),m=void 0;if(m=!1,p!==this.oldTextWidth){if(this.textPxLength)var g=this.textPxLength;else l(e,{width:"",whiteSpace:u||"nowrap"}),g=e.offsetWidth;(p>this.oldTextWidth||g>p)&&(/[ \-]/.test(e.textContent||e.innerText)||"ellipsis"===e.style.textOverflow)&&(l(e,{width:g>p||h?p+"px":"auto",display:"block",whiteSpace:u||"normal"}),this.oldTextWidth=p,m=!0)}this.hasBoxWidthChanged=m,f!==this.cTT&&(m=t.fontMetrics(e.style.fontSize,e).b,!c(h)||h===(this.oldRotation||0)&&s===this.oldAlign||this.setSpanRotation(h,a,m),this.getSpanCorrection(!c(h)&&this.textPxLength||e.offsetWidth,m,a,h,s)),l(e,{left:r+(this.xCorr||0)+"px",top:o+(this.yCorr||0)+"px"}),this.cTT=f,this.oldRotation=h,this.oldAlign=s}}else this.alignOnAdd=!0},e.prototype.setSpanRotation=function(t,e,i){var n={},c=o&&!/Edge/.test(a.navigator.userAgent)?"-ms-transform":s?"-webkit-transform":r?"MozTransform":a.opera?"-o-transform":void 0;c&&(n[c]=n.transform="rotate("+t+"deg)",n[c+(r?"Origin":"-origin")]=n.transformOrigin=100*e+"% "+i+"px",l(this.element,n))},e.composedClasses=[],e}(e)})),e(i,"Core/Renderer/HTML/HTMLRenderer.js",[i["Core/Renderer/HTML/AST.js"],i["Core/Renderer/SVG/SVGElement.js"],i["Core/Renderer/SVG/SVGRenderer.js"],i["Core/Utilities.js"]],(function(t,e,i,n){var r=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),o=n.attr,s=n.createElement,a=n.extend,l=n.pick;return function(i){function n(){return null!==i&&i.apply(this,arguments)||this}return r(n,i),n.compose=function(t){return-1===n.composedClasses.indexOf(t)&&(n.composedClasses.push(t),t.prototype.html=n.prototype.html),t},n.prototype.html=function(i,n,r){var c=this.createElement("span"),u=c.element,h=c.renderer,d=h.isSVG,p=function(t,i){["opacity","visibility"].forEach((function(n){t[n+"Setter"]=function(r,o,s){var a=t.div?t.div.style:i;e.prototype[n+"Setter"].call(this,r,o,s),a&&(a[o]=r)}})),t.addedSetters=!0};return c.textSetter=function(e){e!==this.textStr&&(delete this.bBox,delete this.oldTextWidth,t.setElementHTML(this.element,l(e,"")),this.textStr=e,c.doTransform=!0)},d&&p(c,c.element.style),c.xSetter=c.ySetter=c.alignSetter=c.rotationSetter=function(t,e){"align"===e?c.alignValue=c.textAlign=t:c[e]=t,c.doTransform=!0},c.afterSetters=function(){this.doTransform&&(this.htmlUpdateTransform(),this.doTransform=!1)},c.attr({text:i,x:Math.round(n),y:Math.round(r)}).css({position:"absolute"}),h.styledMode||c.css({fontFamily:this.style.fontFamily,fontSize:this.style.fontSize}),u.style.whiteSpace="nowrap",c.css=c.htmlCss,d&&(c.add=function(t){var e=h.box.parentNode,i=[];if(this.parentGroup=t){var n=t.div;if(!n){for(;t;)i.push(t),t=t.parentGroup;i.reverse().forEach((function(t){function r(e,i){t[i]=e,"translateX"===i?h.left=e+"px":h.top=e+"px",t.doTransform=!0}var l=o(t.element,"class"),u=t.styles||{},h=(n=t.div=t.div||s("div",l?{className:l}:void 0,{position:"absolute",left:(t.translateX||0)+"px",top:(t.translateY||0)+"px",display:t.display,opacity:t.opacity,cursor:u.cursor,pointerEvents:u.pointerEvents,visibility:t.visibility},n||e)).style;a(t,{classSetter:function(t){return function(e){this.element.setAttribute("class",e),t.className=e}}(n),on:function(){return i[0].div&&c.on.apply({element:i[0].div,onEvents:t.onEvents},arguments),t},translateXSetter:r,translateYSetter:r}),t.addedSetters||p(t)}))}}else n=e;return n.appendChild(u),c.added=!0,c.alignOnAdd&&c.htmlUpdateTransform(),c}),c},n.composedClasses=[],n}(i)})),e(i,"Core/Axis/AxisDefaults.js",[],(function(){var t;return function(t){t.defaultXAxisOptions={alignTicks:!0,allowDecimals:void 0,panningEnabled:!0,zIndex:2,zoomEnabled:!0,dateTimeLabelFormats:{millisecond:{main:"%H:%M:%S.%L",range:!1},second:{main:"%H:%M:%S",range:!1},minute:{main:"%H:%M",range:!1},hour:{main:"%H:%M",range:!1},day:{main:"%e. %b"},week:{main:"%e. %b"},month:{main:"%b '%y"},year:{main:"%Y"}},endOnTick:!1,gridLineDashStyle:"Solid",gridZIndex:1,labels:{autoRotation:void 0,autoRotationLimit:80,distance:void 0,enabled:!0,indentation:10,overflow:"justify",padding:5,reserveSpace:void 0,rotation:void 0,staggerLines:0,step:0,useHTML:!1,x:0,zIndex:7,style:{color:"#666666",cursor:"default",fontSize:"11px"}},maxPadding:.01,minorGridLineDashStyle:"Solid",minorTickLength:2,minorTickPosition:"outside",minPadding:.01,offset:void 0,opposite:!1,reversed:void 0,reversedStacks:!1,showEmpty:!0,showFirstLabel:!0,showLastLabel:!0,startOfWeek:1,startOnTick:!1,tickLength:10,tickPixelInterval:100,tickmarkPlacement:"between",tickPosition:"outside",title:{align:"middle",rotation:0,useHTML:!1,x:0,y:0,style:{color:"#666666"}},type:"linear",uniqueNames:!0,visible:!0,minorGridLineColor:"#f2f2f2",minorGridLineWidth:1,minorTickColor:"#999999",lineColor:"#ccd6eb",lineWidth:1,gridLineColor:"#e6e6e6",gridLineWidth:void 0,tickColor:"#ccd6eb"},t.defaultYAxisOptions={reversedStacks:!0,endOnTick:!0,maxPadding:.05,minPadding:.05,tickPixelInterval:72,showLastLabel:!0,labels:{x:-8},startOnTick:!0,title:{rotation:270,text:"Values"},stackLabels:{animation:{},allowOverlap:!1,enabled:!1,crop:!0,overflow:"justify",formatter:function(){return(0,this.axis.chart.numberFormatter)(this.total,-1)},style:{color:"#000000",fontSize:"11px",fontWeight:"bold",textOutline:"1px contrast"}},gridLineWidth:1,lineWidth:0},t.defaultLeftAxisOptions={labels:{x:-15},title:{rotation:270}},t.defaultRightAxisOptions={labels:{x:15},title:{rotation:90}},t.defaultBottomAxisOptions={labels:{autoRotation:[-45],x:0},margin:15,title:{rotation:0}},t.defaultTopAxisOptions={labels:{autoRotation:[-45],x:0},margin:15,title:{rotation:0}}}(t||(t={})),t})),e(i,"Core/Foundation.js",[i["Core/Utilities.js"]],(function(t){var e,i=t.addEvent,n=t.isFunction,r=t.objectEach,o=t.removeEvent;return function(t){t.registerEventOptions=function(t,e){t.eventOptions=t.eventOptions||{},r(e.events,(function(e,r){t.eventOptions[r]!==e&&(t.eventOptions[r]&&(o(t,r,t.eventOptions[r]),delete t.eventOptions[r]),n(e)&&(t.eventOptions[r]=e,i(t,r,e)))}))}}(e||(e={})),e})),e(i,"Core/Axis/Tick.js",[i["Core/FormatUtilities.js"],i["Core/Globals.js"],i["Core/Utilities.js"]],(function(t,e,i){var n=e.deg2rad,r=i.clamp,o=i.correctFloat,s=i.defined,a=i.destroyObjectProperties,l=i.extend,c=i.fireEvent,u=i.isNumber,h=i.merge,d=i.objectEach,p=i.pick;return e=function(){function e(t,e,i,n,r){this.isNewLabel=this.isNew=!0,this.axis=t,this.pos=e,this.type=i||"",this.parameters=r||{},this.tickmarkOffset=this.parameters.tickmarkOffset,this.options=this.parameters.options,c(this,"init"),i||n||this.addLabel()}return e.prototype.addLabel=function(){var e=this,i=e.axis,n=i.options,r=i.chart,a=i.categories,h=i.logarithmic,d=i.names,f=e.pos,m=p(e.options&&e.options.labels,n.labels),g=i.tickPositions,y=f===g[0],b=f===g[g.length-1],v=(!m.step||1===m.step)&&1===i.tickInterval;g=g.info;var M,x=e.label;if(a=this.parameters.category||(a?p(a[f],d[f],f):f),h&&u(a)&&(a=o(h.lin2log(a))),i.dateTime)if(g)var _=r.time.resolveDTLFormat(n.dateTimeLabelFormats[!n.grid&&g.higherRanks[f]||g.unitName]),A=_.main;else u(a)&&(A=i.dateTime.getXDateFormat(a,n.dateTimeLabelFormats||{}));e.isFirst=y,e.isLast=b;var L={axis:i,chart:r,dateTimeLabelFormat:A,isFirst:y,isLast:b,pos:f,tick:e,tickPositionInfo:g,value:a};c(this,"labelFormat",L);var w=function(e){return m.formatter?m.formatter.call(e,e):m.format?(e.text=i.defaultLabelFormatter.call(e),t.format(m.format,e,r)):i.defaultLabelFormatter.call(e,e)};n=w.call(L,L);var k=_&&_.list;e.shortenLabel=k?function(){for(M=0;M<k.length;M++)if(l(L,{dateTimeLabelFormat:k[M]}),x.attr({text:w.call(L,L)}),x.getBBox().width<i.getSlotWidth(e)-2*m.padding)return;x.attr({text:""})}:void 0,v&&i._addedPlotLB&&e.moveLabel(n,m),s(x)||e.movedLabel?x&&x.textStr!==n&&!v&&(!x.textWidth||m.style.width||x.styles.width||x.css({width:null}),x.attr({text:n}),x.textPxLength=x.getBBox().width):(e.label=x=e.createLabel({x:0,y:0},n,m),e.rotation=0)},e.prototype.createLabel=function(t,e,i){var n=this.axis,r=n.chart;return(t=s(e)&&i.enabled?r.renderer.text(e,t.x,t.y,i.useHTML).add(n.labelGroup):null)&&(r.styledMode||t.css(h(i.style)),t.textPxLength=t.getBBox().width),t},e.prototype.destroy=function(){a(this,this.axis)},e.prototype.getPosition=function(t,e,i,n){var s=this.axis,a=s.chart,l=n&&a.oldChartHeight||a.chartHeight;return(t={x:t?o(s.translate(e+i,null,null,n)+s.transB):s.left+s.offset+(s.opposite?(n&&a.oldChartWidth||a.chartWidth)-s.right-s.left:0),y:t?l-s.bottom+s.offset-(s.opposite?s.height:0):o(l-s.translate(e+i,null,null,n)-s.transB)}).y=r(t.y,-1e5,1e5),c(this,"afterGetPosition",{pos:t}),t},e.prototype.getLabelPosition=function(t,e,i,r,o,a,l,u){var h=this.axis,d=h.transA,p=h.isLinked&&h.linkedParent?h.linkedParent.reversed:h.reversed,f=h.staggerLines,m=h.tickRotCorr||{x:0,y:0},g=r||h.reserveSpaceDefault?0:-h.labelOffset*("center"===h.labelAlign?.5:1),y={},b=o.y;return s(b)||(b=0===h.side?i.rotation?-8:-i.getBBox().height:2===h.side?m.y+8:Math.cos(i.rotation*n)*(m.y-i.getBBox(!1,0).height/2)),t=t+o.x+g+m.x-(a&&r?a*d*(p?-1:1):0),e=e+b-(a&&!r?a*d*(p?1:-1):0),f&&(i=l/(u||1)%f,h.opposite&&(i=f-i-1),e+=h.labelOffset/f*i),y.x=t,y.y=Math.round(e),c(this,"afterGetLabelPosition",{pos:y,tickmarkOffset:a,index:l}),y},e.prototype.getLabelSize=function(){return this.label?this.label.getBBox()[this.axis.horiz?"height":"width"]:0},e.prototype.getMarkPath=function(t,e,i,n,r,o){return o.crispLine([["M",t,e],["L",t+(r?0:-i),e+(r?i:0)]],n)},e.prototype.handleOverflow=function(t){var e=this.axis,i=e.options.labels,r=t.x,o=e.chart.chartWidth,s=e.chart.spacing,a=p(e.labelLeft,Math.min(e.pos,s[3]));s=p(e.labelRight,Math.max(e.isRadial?0:e.pos+e.len,o-s[1]));var l,c=this.label,u=this.rotation,h={left:0,center:.5,right:1}[e.labelAlign||c.attr("align")],d=c.getBBox().width,f=e.getSlotWidth(this),m={},g=f,y=1;u||"justify"!==i.overflow?0>u&&r-h*d<a?l=Math.round(r/Math.cos(u*n)-a):0<u&&r+h*d>s&&(l=Math.round((o-r)/Math.cos(u*n))):(o=r+(1-h)*d,r-h*d<a?g=t.x+g*(1-h)-a:o>s&&(g=s-t.x+g*h,y=-1),(g=Math.min(f,g))<f&&"center"===e.labelAlign&&(t.x+=y*(f-g-h*(f-Math.min(d,g)))),(d>g||e.autoRotation&&(c.styles||{}).width)&&(l=g)),l&&(this.shortenLabel?this.shortenLabel():(m.width=Math.floor(l)+"px",(i.style||{}).textOverflow||(m.textOverflow="ellipsis"),c.css(m)))},e.prototype.moveLabel=function(t,e){var i=this,n=i.label,r=i.axis,o=r.reversed,s=!1;if(n&&n.textStr===t?(i.movedLabel=n,s=!0,delete i.label):d(r.ticks,(function(e){s||e.isNew||e===i||!e.label||e.label.textStr!==t||(i.movedLabel=e.label,s=!0,e.labelPos=i.movedLabel.xy,delete e.label)})),!s&&(i.labelPos||n)){var a=i.labelPos||n.xy;n=r.horiz?o?0:r.width+r.left:a.x,r=r.horiz?a.y:o?r.width+r.left:0,i.movedLabel=i.createLabel({x:n,y:r},t,e),i.movedLabel&&i.movedLabel.attr({opacity:0})}},e.prototype.render=function(t,e,i){var n=this.axis,r=n.horiz,o=this.pos,s=p(this.tickmarkOffset,n.tickmarkOffset);s=(o=this.getPosition(r,o,s,e)).x;var a=o.y;n=r&&s===n.pos+n.len||!r&&a===n.pos?-1:1,r=p(i,this.label&&this.label.newOpacity,1),i=p(i,1),this.isActive=!0,this.renderGridLine(e,i,n),this.renderMark(o,i,n),this.renderLabel(o,e,r,t),this.isNew=!1,c(this,"afterRender")},e.prototype.renderGridLine=function(t,e,i){var n=this.axis,r=n.options,o={},s=this.pos,a=this.type,l=p(this.tickmarkOffset,n.tickmarkOffset),c=n.chart.renderer,u=this.gridLine,h=r.gridLineWidth,d=r.gridLineColor,f=r.gridLineDashStyle;"minor"===this.type&&(h=r.minorGridLineWidth,d=r.minorGridLineColor,f=r.minorGridLineDashStyle),u||(n.chart.styledMode||(o.stroke=d,o["stroke-width"]=h||0,o.dashstyle=f),a||(o.zIndex=1),t&&(e=0),this.gridLine=u=c.path().attr(o).addClass("highcharts-"+(a?a+"-":"")+"grid-line").add(n.gridGroup)),u&&(i=n.getPlotLinePath({value:s+l,lineWidth:u.strokeWidth()*i,force:"pass",old:t}))&&u[t||this.isNew?"attr":"animate"]({d:i,opacity:e})},e.prototype.renderMark=function(t,e,i){var n=this.axis,r=n.options,o=n.chart.renderer,s=this.type,a=n.tickSize(s?s+"Tick":"tick"),l=t.x;t=t.y;var c=p(r["minor"!==s?"tickWidth":"minorTickWidth"],!s&&n.isXAxis?1:0);r=r["minor"!==s?"tickColor":"minorTickColor"];var u=this.mark,h=!u;a&&(n.opposite&&(a[0]=-a[0]),u||(this.mark=u=o.path().addClass("highcharts-"+(s?s+"-":"")+"tick").add(n.axisGroup),n.chart.styledMode||u.attr({stroke:r,"stroke-width":c})),u[h?"attr":"animate"]({d:this.getMarkPath(l,t,a[0],u.strokeWidth()*i,n.horiz,o),opacity:e}))},e.prototype.renderLabel=function(t,e,i,n){var r=this.axis,o=r.horiz,s=r.options,a=this.label,l=s.labels,c=l.step;r=p(this.tickmarkOffset,r.tickmarkOffset);var h=t.x;t=t.y;var d=!0;a&&u(h)&&(a.xy=t=this.getLabelPosition(h,t,a,o,l,r,n,c),this.isFirst&&!this.isLast&&!s.showFirstLabel||this.isLast&&!this.isFirst&&!s.showLastLabel?d=!1:!o||l.step||l.rotation||e||0===i||this.handleOverflow(t),c&&n%c&&(d=!1),d&&u(t.y)?(t.opacity=i,a[this.isNewLabel?"attr":"animate"](t),this.isNewLabel=!1):(a.attr("y",-9999),this.isNewLabel=!0))},e.prototype.replaceMovedLabel=function(){var t=this.label,e=this.axis,i=e.reversed;if(t&&!this.isNew){var n=e.horiz?i?e.left:e.width+e.left:t.xy.x;i=e.horiz?t.xy.y:i?e.width+e.top:e.top,t.animate({x:n,y:i,opacity:0},void 0,t.destroy),delete this.label}e.isDirty=!0,this.label=this.movedLabel,delete this.movedLabel},e}()})),e(i,"Core/Axis/Axis.js",[i["Core/Animation/AnimationUtilities.js"],i["Core/Axis/AxisDefaults.js"],i["Core/Color/Color.js"],i["Core/DefaultOptions.js"],i["Core/Foundation.js"],i["Core/Globals.js"],i["Core/Axis/Tick.js"],i["Core/Utilities.js"]],(function(t,e,i,n,r,o,s,a){var l=t.animObject,c=n.defaultOptions,u=r.registerEventOptions,h=o.deg2rad,d=a.arrayMax,p=a.arrayMin,f=a.clamp,m=a.correctFloat,g=a.defined,y=a.destroyObjectProperties,b=a.erase,v=a.error,M=a.extend,x=a.fireEvent,_=a.getMagnitude,A=a.isArray,L=a.isNumber,w=a.isString,k=a.merge,S=a.normalizeTickInterval,T=a.objectEach,O=a.pick,C=a.relativeLength,j=a.removeEvent,z=a.splat,P=a.syncTimeout;return t=function(){function t(t,e){this.zoomEnabled=this.width=this.visible=this.userOptions=this.translationSlope=this.transB=this.transA=this.top=this.ticks=this.tickRotCorr=this.tickPositions=this.tickmarkOffset=this.tickInterval=this.tickAmount=this.side=this.series=this.right=this.positiveValuesOnly=this.pos=this.pointRangePadding=this.pointRange=this.plotLinesAndBandsGroups=this.plotLinesAndBands=this.paddedTicks=this.overlap=this.options=this.offset=this.names=this.minPixelPadding=this.minorTicks=this.minorTickInterval=this.min=this.maxLabelLength=this.max=this.len=this.left=this.labelFormatter=this.labelEdge=this.isLinked=this.height=this.hasVisibleSeries=this.hasNames=this.eventOptions=this.coll=this.closestPointRange=this.chart=this.categories=this.bottom=this.alternateBands=void 0,this.init(t,e)}return t.prototype.init=function(t,e){var i=e.isX;this.chart=t,this.horiz=t.inverted&&!this.isZAxis?!i:i,this.isXAxis=i,this.coll=this.coll||(i?"xAxis":"yAxis"),x(this,"init",{userOptions:e}),this.opposite=O(e.opposite,this.opposite),this.side=O(e.side,this.side,this.horiz?this.opposite?0:2:this.opposite?1:3),this.setOptions(e);var n=this.options,r=n.labels,o=n.type;this.userOptions=e,this.minPixelPadding=0,this.reversed=O(n.reversed,this.reversed),this.visible=n.visible,this.zoomEnabled=n.zoomEnabled,this.hasNames="category"===o||!0===n.categories,this.categories=n.categories||this.hasNames,this.names||(this.names=[],this.names.keys={}),this.plotLinesAndBandsGroups={},this.positiveValuesOnly=!!this.logarithmic,this.isLinked=g(n.linkedTo),this.ticks={},this.labelEdge=[],this.minorTicks={},this.plotLinesAndBands=[],this.alternateBands={},this.len=0,this.minRange=this.userMinRange=n.minRange||n.maxZoom,this.range=n.range,this.offset=n.offset||0,this.min=this.max=null,e=O(n.crosshair,z(t.options.tooltip.crosshairs)[i?0:1]),this.crosshair=!0===e?{}:e,-1===t.axes.indexOf(this)&&(i?t.axes.splice(t.xAxis.length,0,this):t.axes.push(this),t[this.coll].push(this)),this.series=this.series||[],t.inverted&&!this.isZAxis&&i&&void 0===this.reversed&&(this.reversed=!0),this.labelRotation=L(r.rotation)?r.rotation:void 0,u(this,n),x(this,"afterInit")},t.prototype.setOptions=function(t){this.options=k(e.defaultXAxisOptions,"yAxis"===this.coll&&e.defaultYAxisOptions,[e.defaultTopAxisOptions,e.defaultRightAxisOptions,e.defaultBottomAxisOptions,e.defaultLeftAxisOptions][this.side],k(c[this.coll],t)),x(this,"afterSetOptions",{userOptions:t})},t.prototype.defaultLabelFormatter=function(t){var e=this.axis;t=this.chart.numberFormatter;var i=L(this.value)?this.value:NaN,n=e.chart.time,r=this.dateTimeLabelFormat,o=c.lang,s=o.numericSymbols;o=o.numericSymbolMagnitude||1e3;var a=e.logarithmic?Math.abs(i):e.tickInterval,l=s&&s.length;if(e.categories)var u=""+this.value;else if(r)u=n.dateFormat(r,i);else if(l&&1e3<=a)for(;l--&&void 0===u;)a>=(e=Math.pow(o,l+1))&&0==10*i%e&&null!==s[l]&&0!==i&&(u=t(i/e,-1)+s[l]);return void 0===u&&(u=1e4<=Math.abs(i)?t(i,-1):t(i,-1,void 0,"")),u},t.prototype.getSeriesExtremes=function(){var t,e=this,i=e.chart;x(this,"getSeriesExtremes",null,(function(){e.hasVisibleSeries=!1,e.dataMin=e.dataMax=e.threshold=null,e.softThreshold=!e.isXAxis,e.stacking&&e.stacking.buildStacks(),e.series.forEach((function(n){if(n.visible||!i.options.chart.ignoreHiddenSeries){var r=n.options,o=r.threshold;if(e.hasVisibleSeries=!0,e.positiveValuesOnly&&0>=o&&(o=null),e.isXAxis){if((r=n.xData).length){r=e.logarithmic?r.filter(e.validatePositiveValue):r;var s=(t=n.getXExtremes(r)).min,a=t.max;L(s)||s instanceof Date||(r=r.filter(L),s=(t=n.getXExtremes(r)).min,a=t.max),r.length&&(e.dataMin=Math.min(O(e.dataMin,s),s),e.dataMax=Math.max(O(e.dataMax,a),a))}}else n=n.applyExtremes(),L(n.dataMin)&&(s=n.dataMin,e.dataMin=Math.min(O(e.dataMin,s),s)),L(n.dataMax)&&(a=n.dataMax,e.dataMax=Math.max(O(e.dataMax,a),a)),g(o)&&(e.threshold=o),(!r.softThreshold||e.positiveValuesOnly)&&(e.softThreshold=!1)}}))})),x(this,"afterGetSeriesExtremes")},t.prototype.translate=function(t,e,i,n,r,o){var s=this.linkedParent||this,a=n&&s.old?s.old.min:s.min,l=s.minPixelPadding;r=(s.isOrdinal||s.brokenAxis&&s.brokenAxis.hasBreaks||s.logarithmic&&r)&&s.lin2val;var c=1,u=0;return(n=n&&s.old?s.old.transA:s.transA)||(n=s.transA),i&&(c*=-1,u=s.len),s.reversed&&(u-=(c*=-1)*(s.sector||s.len)),e?(t=(t*c+u-l)/n+a,r&&(t=s.lin2val(t))):(r&&(t=s.val2lin(t)),t=L(a)?c*(t-a)*n+u+c*l+(L(o)?n*o:0):void 0),t},t.prototype.toPixels=function(t,e){return this.translate(t,!1,!this.horiz,null,!0)+(e?0:this.pos)},t.prototype.toValue=function(t,e){return this.translate(t-(e?0:this.pos),!0,!this.horiz,null,!0)},t.prototype.getPlotLinePath=function(t){function e(t,e,i){return("pass"!==v&&t<e||t>i)&&(v?t=f(t,e,i):s=!0),t}var i,n,r,o,s,a=this,l=a.chart,c=a.left,u=a.top,h=t.old,d=t.value,p=t.lineWidth,m=h&&l.oldChartHeight||l.chartHeight,g=h&&l.oldChartWidth||l.chartWidth,y=a.transB,b=t.translatedValue,v=t.force;return t={value:d,lineWidth:p,old:h,force:v,acrossPanes:t.acrossPanes,translatedValue:b},x(this,"getPlotLinePath",t,(function(t){b=O(b,a.translate(d,null,null,h)),b=f(b,-1e5,1e5),i=r=Math.round(b+y),n=o=Math.round(m-b-y),L(b)?a.horiz?(n=u,o=m-a.bottom,i=r=e(i,c,c+a.width)):(i=c,r=g-a.right,n=o=e(n,u,u+a.height)):(s=!0,v=!1),t.path=s&&!v?null:l.renderer.crispLine([["M",i,n],["L",r,o]],p||1)})),t.path},t.prototype.getLinearTickPositions=function(t,e,i){var n=m(Math.floor(e/t)*t);i=m(Math.ceil(i/t)*t);var r,o=[];if(m(n+t)===n&&(r=20),this.single)return[e];for(e=n;e<=i&&(o.push(e),(e=m(e+t,r))!==s);)var s=e;return o},t.prototype.getMinorTickInterval=function(){var t=this.options;return!0===t.minorTicks?O(t.minorTickInterval,"auto"):!1===t.minorTicks?null:t.minorTickInterval},t.prototype.getMinorTickPositions=function(){var t=this.options,e=this.tickPositions,i=this.minorTickInterval,n=this.pointRangePadding||0,r=this.min-n,o=(n=this.max+n)-r,s=[];if(o&&o/i<this.len/3){var a=this.logarithmic;if(a)this.paddedTicks.forEach((function(t,e,n){e&&s.push.apply(s,a.getLogTickPositions(i,n[e-1],n[e],!0))}));else if(this.dateTime&&"auto"===this.getMinorTickInterval())s=s.concat(this.getTimeTicks(this.dateTime.normalizeTimeTickInterval(i),r,n,t.startOfWeek));else for(t=r+(e[0]-r)%i;t<=n&&t!==s[0];t+=i)s.push(t)}return 0!==s.length&&this.trimTicks(s),s},t.prototype.adjustForMinRange=function(){var t,e,i,n,r=this.options,o=this.logarithmic,s=this.min,a=this.max,l=0;if(this.isXAxis&&void 0===this.minRange&&!o&&(g(r.min)||g(r.max)||g(r.floor)||g(r.ceiling)?this.minRange=null:(this.series.forEach((function(r){if(i=r.xData,n=r.xIncrement?1:i.length-1,1<i.length)for(t=n;0<t;t--)e=i[t]-i[t-1],(!l||e<l)&&(l=e)})),this.minRange=Math.min(5*l,this.dataMax-this.dataMin))),a-s<this.minRange){var c=this.dataMax-this.dataMin>=this.minRange,u=this.minRange,h=(u-a+s)/2;h=[s-h,O(r.min,s-h)],c&&(h[2]=this.logarithmic?this.logarithmic.log2lin(this.dataMin):this.dataMin),a=[(s=d(h))+u,O(r.max,s+u)],c&&(a[2]=o?o.log2lin(this.dataMax):this.dataMax),(a=p(a))-s<u&&(h[0]=a-u,h[1]=O(r.min,a-u),s=d(h))}this.min=s,this.max=a},t.prototype.getClosest=function(){var t;return this.categories?t=1:this.series.forEach((function(e){var i=e.closestPointRange,n=e.visible||!e.chart.options.chart.ignoreHiddenSeries;!e.noSharedTooltip&&g(i)&&n&&(t=g(t)?Math.min(t,i):i)})),t},t.prototype.nameToX=function(t){var e=A(this.categories),i=e?this.categories:this.names,n=t.options.x;if(t.series.requireSorting=!1,g(n)||(n=this.options.uniqueNames?e?i.indexOf(t.name):O(i.keys[t.name],-1):t.series.autoIncrement()),-1===n){if(!e)var r=i.length}else r=n;return void 0!==r&&(this.names[r]=t.name,this.names.keys[t.name]=r),r},t.prototype.updateNames=function(){var t=this,e=this.names;0<e.length&&(Object.keys(e.keys).forEach((function(t){delete e.keys[t]})),e.length=0,this.minRange=this.userMinRange,(this.series||[]).forEach((function(e){e.xIncrement=null,e.points&&!e.isDirtyData||(t.max=Math.max(t.max,e.xData.length-1),e.processData(),e.generatePoints()),e.data.forEach((function(i,n){if(i&&i.options&&void 0!==i.name){var r=t.nameToX(i);void 0!==r&&r!==i.x&&(i.x=r,e.xData[n]=r)}}))})))},t.prototype.setAxisTranslation=function(){var t=this,e=t.max-t.min,i=t.linkedParent,n=!!t.categories,r=t.isXAxis,o=t.axisPointRange||0,s=0,a=0,l=t.transA;if(r||n||o){var c=t.getClosest();i?(s=i.minPointOffset,a=i.pointRangePadding):t.series.forEach((function(e){var i=n?1:r?O(e.options.pointRange,c,0):t.axisPointRange||0,l=e.options.pointPlacement;o=Math.max(o,i),t.single&&!n||(e=e.is("xrange")?!r:r,s=Math.max(s,e&&w(l)?0:i/2),a=Math.max(a,e&&"on"===l?0:i))})),i=t.ordinal&&t.ordinal.slope&&c?t.ordinal.slope/c:1,t.minPointOffset=s*=i,t.pointRangePadding=a*=i,t.pointRange=Math.min(o,t.single&&n?1:e),r&&(t.closestPointRange=c)}t.translationSlope=t.transA=l=t.staticScale||t.len/(e+a||1),t.transB=t.horiz?t.left:t.bottom,t.minPixelPadding=l*s,x(this,"afterSetAxisTranslation")},t.prototype.minFromRange=function(){return this.max-this.range},t.prototype.setTickInterval=function(t){var e=this.chart,i=this.logarithmic,n=this.options,r=this.isXAxis,o=this.isLinked,s=n.tickPixelInterval,a=this.categories,l=this.softThreshold,c=n.maxPadding,u=n.minPadding,h=L(n.tickInterval)&&0<=n.tickInterval?n.tickInterval:void 0,d=L(this.threshold)?this.threshold:null;this.dateTime||a||o||this.getTickAmount();var p=O(this.userMin,n.min),f=O(this.userMax,n.max);if(o){this.linkedParent=e[this.coll][n.linkedTo];var y=this.linkedParent.getExtremes();this.min=O(y.min,y.dataMin),this.max=O(y.max,y.dataMax),n.type!==this.linkedParent.options.type&&v(11,1,e)}else{if(l&&g(d))if(this.dataMin>=d)y=d,u=0;else if(this.dataMax<=d){var b=d;c=0}this.min=O(p,y,this.dataMin),this.max=O(f,b,this.dataMax)}if(i&&(this.positiveValuesOnly&&!t&&0>=Math.min(this.min,O(this.dataMin,this.min))&&v(10,1,e),this.min=m(i.log2lin(this.min),16),this.max=m(i.log2lin(this.max),16)),this.range&&g(this.max)&&(this.userMin=this.min=p=Math.max(this.dataMin,this.minFromRange()),this.userMax=f=this.max,this.range=null),x(this,"foundExtremes"),this.beforePadding&&this.beforePadding(),this.adjustForMinRange(),!(a||this.axisPointRange||this.stacking&&this.stacking.usePercentage||o)&&g(this.min)&&g(this.max)&&(e=this.max-this.min)&&(!g(p)&&u&&(this.min-=e*u),!g(f)&&c&&(this.max+=e*c)),L(this.userMin)||(L(n.softMin)&&n.softMin<this.min&&(this.min=p=n.softMin),L(n.floor)&&(this.min=Math.max(this.min,n.floor))),L(this.userMax)||(L(n.softMax)&&n.softMax>this.max&&(this.max=f=n.softMax),L(n.ceiling)&&(this.max=Math.min(this.max,n.ceiling))),l&&g(this.dataMin)&&(d=d||0,!g(p)&&this.min<d&&this.dataMin>=d?this.min=this.options.minRange?Math.min(d,this.max-this.minRange):d:!g(f)&&this.max>d&&this.dataMax<=d&&(this.max=this.options.minRange?Math.max(d,this.min+this.minRange):d)),L(this.min)&&L(this.max)&&!this.chart.polar&&this.min>this.max&&(g(this.options.min)?this.max=this.min:g(this.options.max)&&(this.min=this.max)),this.tickInterval=this.min===this.max||void 0===this.min||void 0===this.max?1:o&&this.linkedParent&&!h&&s===this.linkedParent.options.tickPixelInterval?h=this.linkedParent.tickInterval:O(h,this.tickAmount?(this.max-this.min)/Math.max(this.tickAmount-1,1):void 0,a?1:(this.max-this.min)*s/Math.max(this.len,s)),r&&!t){var M=this.min!==(this.old&&this.old.min)||this.max!==(this.old&&this.old.max);this.series.forEach((function(t){t.forceCrop=t.forceCropping&&t.forceCropping(),t.processData(M)})),x(this,"postProcessData",{hasExtemesChanged:M})}this.setAxisTranslation(),x(this,"initialAxisTranslation"),this.pointRange&&!h&&(this.tickInterval=Math.max(this.pointRange,this.tickInterval)),t=O(n.minTickInterval,this.dateTime&&!this.series.some((function(t){return t.noSharedTooltip}))?this.closestPointRange:0),!h&&this.tickInterval<t&&(this.tickInterval=t),this.dateTime||this.logarithmic||h||(this.tickInterval=S(this.tickInterval,void 0,_(this.tickInterval),O(n.allowDecimals,.5>this.tickInterval||void 0!==this.tickAmount),!!this.tickAmount)),this.tickAmount||(this.tickInterval=this.unsquish()),this.setTickPositions()},t.prototype.setTickPositions=function(){var t=this.options,e=t.tickPositions,i=this.getMinorTickInterval(),n=this.hasVerticalPanning(),r="colorAxis"===this.coll,o=(r||!n)&&t.startOnTick;n=(r||!n)&&t.endOnTick,r=t.tickPositioner,this.tickmarkOffset=this.categories&&"between"===t.tickmarkPlacement&&1===this.tickInterval?.5:0,this.minorTickInterval="auto"===i&&this.tickInterval?this.tickInterval/5:i,this.single=this.min===this.max&&g(this.min)&&!this.tickAmount&&(parseInt(this.min,10)===this.min||!1!==t.allowDecimals),this.tickPositions=i=e&&e.slice(),!i&&(this.ordinal&&this.ordinal.positions||!((this.max-this.min)/this.tickInterval>Math.max(2*this.len,200))?i=this.dateTime?this.getTimeTicks(this.dateTime.normalizeTimeTickInterval(this.tickInterval,t.units),this.min,this.max,t.startOfWeek,this.ordinal&&this.ordinal.positions,this.closestPointRange,!0):this.logarithmic?this.logarithmic.getLogTickPositions(this.tickInterval,this.min,this.max):this.getLinearTickPositions(this.tickInterval,this.min,this.max):(i=[this.min,this.max],v(19,!1,this.chart)),i.length>this.len&&((i=[i[0],i.pop()])[0]===i[1]&&(i.length=1)),this.tickPositions=i,r&&(r=r.apply(this,[this.min,this.max])))&&(this.tickPositions=i=r),this.paddedTicks=i.slice(0),this.trimTicks(i,o,n),this.isLinked||(this.single&&2>i.length&&!this.categories&&!this.series.some((function(t){return t.is("heatmap")&&"between"===t.options.pointPlacement}))&&(this.min-=.5,this.max+=.5),e||r||this.adjustTickAmount()),x(this,"afterSetTickPositions")},t.prototype.trimTicks=function(t,e,i){var n=t[0],r=t[t.length-1],o=!this.isOrdinal&&this.minPointOffset||0;if(x(this,"trimTicks"),!this.isLinked){if(e&&-1/0!==n)this.min=n;else for(;this.min-o>t[0];)t.shift();if(i)this.max=r;else for(;this.max+o<t[t.length-1];)t.pop();0===t.length&&g(n)&&!this.options.tickPositions&&t.push((r+n)/2)}},t.prototype.alignToOthers=function(){var t,e={},i=this.options;return!1!==this.chart.options.chart.alignTicks&&i.alignTicks&&!1!==i.startOnTick&&!1!==i.endOnTick&&!this.logarithmic&&this.chart[this.coll].forEach((function(i){var n=i.options;n=[i.horiz?n.left:n.top,n.width,n.height,n.pane].join(),i.series.length&&(e[n]?t=!0:e[n]=1)})),t},t.prototype.getTickAmount=function(){var t=this.options,e=t.tickPixelInterval,i=t.tickAmount;!g(t.tickInterval)&&!i&&this.len<e&&!this.isRadial&&!this.logarithmic&&t.startOnTick&&t.endOnTick&&(i=2),!i&&this.alignToOthers()&&(i=Math.ceil(this.len/e)+1),4>i&&(this.finalTickAmt=i,i=5),this.tickAmount=i},t.prototype.adjustTickAmount=function(){var t=this.options,e=this.tickInterval,i=this.tickPositions,n=this.tickAmount,r=this.finalTickAmt,o=i&&i.length,s=O(this.threshold,this.softThreshold?0:null);if(this.hasData()&&L(this.min)&&L(this.max)){if(o<n){for(;i.length<n;)i.length%2||this.min===s?i.push(m(i[i.length-1]+e)):i.unshift(m(i[0]-e));this.transA*=(o-1)/(n-1),this.min=t.startOnTick?i[0]:Math.min(this.min,i[0]),this.max=t.endOnTick?i[i.length-1]:Math.max(this.max,i[i.length-1])}else o>n&&(this.tickInterval*=2,this.setTickPositions());if(g(r)){for(e=t=i.length;e--;)(3===r&&1==e%2||2>=r&&0<e&&e<t-1)&&i.splice(e,1);this.finalTickAmt=void 0}}},t.prototype.setScale=function(){var t=!1,e=!1;this.series.forEach((function(i){t=t||i.isDirtyData||i.isDirty,e=e||i.xAxis&&i.xAxis.isDirty||!1})),this.setAxisSize();var i=this.len!==(this.old&&this.old.len);i||t||e||this.isLinked||this.forceRedraw||this.userMin!==(this.old&&this.old.userMin)||this.userMax!==(this.old&&this.old.userMax)||this.alignToOthers()?(this.stacking&&this.stacking.resetStacks(),this.forceRedraw=!1,this.getSeriesExtremes(),this.setTickInterval(),this.isDirty||(this.isDirty=i||this.min!==(this.old&&this.old.min)||this.max!==(this.old&&this.old.max))):this.stacking&&this.stacking.cleanStacks(),t&&this.panningState&&(this.panningState.isDirty=!0),x(this,"afterSetScale")},t.prototype.setExtremes=function(t,e,i,n,r){var o=this,s=o.chart;i=O(i,!0),o.series.forEach((function(t){delete t.kdTree})),r=M(r,{min:t,max:e}),x(o,"setExtremes",r,(function(){o.userMin=t,o.userMax=e,o.eventArgs=r,i&&s.redraw(n)}))},t.prototype.zoom=function(t,e){var i=this,n=this.dataMin,r=this.dataMax,o=this.options,s=Math.min(n,O(o.min,n)),a=Math.max(r,O(o.max,r));return x(this,"zoom",t={newMin:t,newMax:e},(function(t){var e=t.newMin,o=t.newMax;e===i.min&&o===i.max||(i.allowZoomOutside||(g(n)&&(e<s&&(e=s),e>a&&(e=a)),g(r)&&(o<s&&(o=s),o>a&&(o=a))),i.displayBtn=void 0!==e||void 0!==o,i.setExtremes(e,o,!1,void 0,{trigger:"zoom"})),t.zoomed=!0})),t.zoomed},t.prototype.setAxisSize=function(){var t=this.chart,e=this.options,i=e.offsets||[0,0,0,0],n=this.horiz,r=this.width=Math.round(C(O(e.width,t.plotWidth-i[3]+i[1]),t.plotWidth)),o=this.height=Math.round(C(O(e.height,t.plotHeight-i[0]+i[2]),t.plotHeight)),s=this.top=Math.round(C(O(e.top,t.plotTop+i[0]),t.plotHeight,t.plotTop));e=this.left=Math.round(C(O(e.left,t.plotLeft+i[3]),t.plotWidth,t.plotLeft)),this.bottom=t.chartHeight-o-s,this.right=t.chartWidth-r-e,this.len=Math.max(n?r:o,0),this.pos=n?e:s},t.prototype.getExtremes=function(){var t=this.logarithmic;return{min:t?m(t.lin2log(this.min)):this.min,max:t?m(t.lin2log(this.max)):this.max,dataMin:this.dataMin,dataMax:this.dataMax,userMin:this.userMin,userMax:this.userMax}},t.prototype.getThreshold=function(t){var e=this.logarithmic,i=e?e.lin2log(this.min):this.min;return e=e?e.lin2log(this.max):this.max,null===t||-1/0===t?t=i:1/0===t?t=e:i>t?t=i:e<t&&(t=e),this.translate(t,0,1,0,1)},t.prototype.autoLabelAlign=function(t){var e=(O(t,0)-90*this.side+720)%360;return x(this,"autoLabelAlign",t={align:"center"},(function(t){15<e&&165>e?t.align="right":195<e&&345>e&&(t.align="left")})),t.align},t.prototype.tickSize=function(t){var e=this.options,i=O(e["tick"===t?"tickWidth":"minorTickWidth"],"tick"===t&&this.isXAxis&&!this.categories?1:0),n=e["tick"===t?"tickLength":"minorTickLength"];if(i&&n){"inside"===e[t+"Position"]&&(n=-n);var r=[n,i]}return x(this,"afterTickSize",t={tickSize:r}),t.tickSize},t.prototype.labelMetrics=function(){var t=this.tickPositions&&this.tickPositions[0]||0;return this.chart.renderer.fontMetrics(this.options.labels.style.fontSize,this.ticks[t]&&this.ticks[t].label)},t.prototype.unsquish=function(){var t,e,i=this.options.labels,n=this.horiz,r=this.tickInterval,o=this.len/(((this.categories?1:0)+this.max-this.min)/r),s=i.rotation,a=this.labelMetrics(),l=Math.max(this.max-this.min,0),c=function(t){var e=t/(o||1);return(e=1<e?Math.ceil(e):1)*r>l&&1/0!==t&&1/0!==o&&l&&(e=Math.ceil(l/r)),m(e*r)},u=r,d=Number.MAX_VALUE;if(n){if(!i.staggerLines&&!i.step)if(L(s))var p=[s];else o<i.autoRotationLimit&&(p=i.autoRotation);p&&p.forEach((function(i){if(i===s||i&&-90<=i&&90>=i){var n=(e=c(Math.abs(a.h/Math.sin(h*i))))+Math.abs(i/360);n<d&&(d=n,t=i,u=e)}}))}else i.step||(u=c(a.h));return this.autoRotation=p,this.labelRotation=O(t,L(s)?s:0),u},t.prototype.getSlotWidth=function(t){var e=this.chart,i=this.horiz,n=this.options.labels,r=Math.max(this.tickPositions.length-(this.categories?0:1),1),o=e.margin[3];if(t&&L(t.slotWidth))return t.slotWidth;if(i&&2>n.step)return n.rotation?0:(this.staggerLines||1)*this.len/r;if(!i){if(void 0!==(t=n.style.width))return parseInt(String(t),10);if(o)return o-e.spacing[3]}return.33*e.chartWidth},t.prototype.renderUnsquish=function(){var t=this.chart,e=t.renderer,i=this.tickPositions,n=this.ticks,r=this.options.labels,o=r.style,s=this.horiz,a=this.getSlotWidth(),l=Math.max(1,Math.round(a-2*r.padding)),c={},u=this.labelMetrics(),h=o.textOverflow,d=0;if(w(r.rotation)||(c.rotation=r.rotation||0),i.forEach((function(t){(t=n[t]).movedLabel&&t.replaceMovedLabel(),t&&t.label&&t.label.textPxLength>d&&(d=t.label.textPxLength)})),this.maxLabelLength=d,this.autoRotation)d>l&&d>u.h?c.rotation=this.labelRotation:this.labelRotation=0;else if(a){var p=l;if(!h){var f="clip";for(l=i.length;!s&&l--;){var m=i[l];(m=n[m].label)&&(m.styles&&"ellipsis"===m.styles.textOverflow?m.css({textOverflow:"clip"}):m.textPxLength>a&&m.css({width:a+"px"}),m.getBBox().height>this.len/i.length-(u.h-u.f)&&(m.specificTextOverflow="ellipsis"))}}}c.rotation&&(p=d>.5*t.chartHeight?.33*t.chartHeight:d,h||(f="ellipsis")),(this.labelAlign=r.align||this.autoLabelAlign(this.labelRotation))&&(c.align=this.labelAlign),i.forEach((function(t){var e=(t=n[t])&&t.label,i=o.width,r={};e&&(e.attr(c),t.shortenLabel?t.shortenLabel():p&&!i&&"nowrap"!==o.whiteSpace&&(p<e.textPxLength||"SPAN"===e.element.tagName)?(r.width=p+"px",h||(r.textOverflow=e.specificTextOverflow||f),e.css(r)):e.styles&&e.styles.width&&!r.width&&!i&&e.css({width:null}),delete e.specificTextOverflow,t.rotation=c.rotation)}),this),this.tickRotCorr=e.rotCorr(u.b,this.labelRotation||0,0!==this.side)},t.prototype.hasData=function(){return this.series.some((function(t){return t.hasData()}))||this.options.showEmpty&&g(this.min)&&g(this.max)},t.prototype.addTitle=function(t){var e,i=this.chart.renderer,n=this.horiz,r=this.opposite,o=this.options.title,s=this.chart.styledMode;this.axisTitle||((e=o.textAlign)||(e=(n?{low:"left",middle:"center",high:"right"}:{low:r?"right":"left",middle:"center",high:r?"left":"right"})[o.align]),this.axisTitle=i.text(o.text||"",0,0,o.useHTML).attr({zIndex:7,rotation:o.rotation,align:e}).addClass("highcharts-axis-title"),s||this.axisTitle.css(k(o.style)),this.axisTitle.add(this.axisGroup),this.axisTitle.isNew=!0),s||o.style.width||this.isRadial||this.axisTitle.css({width:this.len+"px"}),this.axisTitle[t?"show":"hide"](t)},t.prototype.generateTick=function(t){var e=this.ticks;e[t]?e[t].addLabel():e[t]=new s(this,t)},t.prototype.getOffset=function(){var t=this,e=this,i=e.chart,n=e.horiz,r=e.options,o=e.side,s=e.ticks,a=e.tickPositions,l=e.coll,c=e.axisParent,u=i.renderer,h=i.inverted&&!e.isZAxis?[1,0,3,2][o]:o,d=e.hasData(),p=r.title,f=r.labels,m=i.axisOffset;i=i.clipOffset;var y,b=[-1,1,1,-1][o],v=r.className,M=0,_=0,A=0;if(e.showAxis=y=d||r.showEmpty,e.staggerLines=e.horiz&&f.staggerLines||void 0,!e.axisGroup){var L=function(e,i,n){return u.g(e).attr({zIndex:n}).addClass("highcharts-"+l.toLowerCase()+i+" "+(t.isRadial?"highcharts-radial-axis"+i+" ":"")+(v||"")).add(c)};e.gridGroup=L("grid","-grid",r.gridZIndex),e.axisGroup=L("axis","",r.zIndex),e.labelGroup=L("axis-labels","-labels",f.zIndex)}if(d||e.isLinked?(a.forEach((function(t){e.generateTick(t)})),e.renderUnsquish(),e.reserveSpaceDefault=0===o||2===o||{1:"left",3:"right"}[o]===e.labelAlign,O(f.reserveSpace,"center"===e.labelAlign||null,e.reserveSpaceDefault)&&a.forEach((function(t){A=Math.max(s[t].getLabelSize(),A)})),e.staggerLines&&(A*=e.staggerLines),e.labelOffset=A*(e.opposite?-1:1)):T(s,(function(t,e){t.destroy(),delete s[e]})),p&&p.text&&!1!==p.enabled&&(e.addTitle(y),y&&!1!==p.reserveSpace)){e.titleOffset=M=e.axisTitle.getBBox()[n?"height":"width"];var w=p.offset;_=g(w)?0:O(p.margin,n?5:10)}e.renderLine(),e.offset=b*O(r.offset,m[o]?m[o]+(r.margin||0):0),e.tickRotCorr=e.tickRotCorr||{x:0,y:0},p=0===o?-e.labelMetrics().h:2===o?e.tickRotCorr.y:0,d=Math.abs(A)+_,A&&(d=d-p+b*(n?O(f.y,e.tickRotCorr.y+8*b):f.x)),e.axisTitleMargin=O(w,d),e.getMaxLabelDimensions&&(e.maxLabelDimensions=e.getMaxLabelDimensions(s,a)),"colorAxis"!==l&&(n=this.tickSize("tick"),m[o]=Math.max(m[o],(e.axisTitleMargin||0)+M+b*e.offset,d,a&&a.length&&n?n[0]+b*e.offset:0),r=!e.axisLine||r.offset?0:2*Math.floor(e.axisLine.strokeWidth()/2),i[h]=Math.max(i[h],r)),x(this,"afterGetOffset")},t.prototype.getLinePath=function(t){var e=this.chart,i=this.opposite,n=this.offset,r=this.horiz,o=this.left+(i?this.width:0)+n;return n=e.chartHeight-this.bottom-(i?this.height:0)+n,i&&(t*=-1),e.renderer.crispLine([["M",r?this.left:o,r?n:this.top],["L",r?e.chartWidth-this.right:o,r?n:e.chartHeight-this.bottom]],t)},t.prototype.renderLine=function(){this.axisLine||(this.axisLine=this.chart.renderer.path().addClass("highcharts-axis-line").add(this.axisGroup),this.chart.styledMode||this.axisLine.attr({stroke:this.options.lineColor,"stroke-width":this.options.lineWidth,zIndex:7}))},t.prototype.getTitlePosition=function(){var t=this.horiz,e=this.left,i=this.top,n=this.len,r=this.options.title,o=t?e:i,s=this.opposite,a=this.offset,l=r.x,c=r.y,u=this.axisTitle,h=this.chart.renderer.fontMetrics(r.style.fontSize,u);return u=Math.max(u.getBBox(null,0).height-h.h-1,0),n={low:o+(t?0:n),middle:o+n/2,high:o+(t?n:0)}[r.align],e=(t?i+this.height:e)+(t?1:-1)*(s?-1:1)*this.axisTitleMargin+[-u,u,h.f,-u][this.side],t={x:t?n+l:e+(s?this.width:0)+a+l,y:t?e+c-(s?this.height:0)+a:n+c},x(this,"afterGetTitlePosition",{titlePosition:t}),t},t.prototype.renderMinorTick=function(t,e){var i=this.minorTicks;i[t]||(i[t]=new s(this,t,"minor")),e&&i[t].isNew&&i[t].render(null,!0),i[t].render(null,!1,1)},t.prototype.renderTick=function(t,e,i){var n=this.ticks;(!this.isLinked||t>=this.min&&t<=this.max||this.grid&&this.grid.isColumn)&&(n[t]||(n[t]=new s(this,t)),i&&n[t].isNew&&n[t].render(e,!0,-1),n[t].render(e))},t.prototype.render=function(){var t,e,i=this,n=i.chart,r=i.logarithmic,a=i.options,c=i.isLinked,u=i.tickPositions,h=i.axisTitle,d=i.ticks,p=i.minorTicks,f=i.alternateBands,m=a.stackLabels,g=a.alternateGridColor,y=i.tickmarkOffset,b=i.axisLine,v=i.showAxis,M=l(n.renderer.globalAnimation);if(i.labelEdge.length=0,i.overlap=!1,[d,p,f].forEach((function(t){T(t,(function(t){t.isActive=!1}))})),i.hasData()||c){var _=i.chart.hasRendered&&i.old&&L(i.old.min);i.minorTickInterval&&!i.categories&&i.getMinorTickPositions().forEach((function(t){i.renderMinorTick(t,_)})),u.length&&(u.forEach((function(t,e){i.renderTick(t,e,_)})),y&&(0===i.min||i.single)&&(d[-1]||(d[-1]=new s(i,-1,null,!0)),d[-1].render(-1))),g&&u.forEach((function(s,a){e=void 0!==u[a+1]?u[a+1]+y:i.max-y,0==a%2&&s<i.max&&e<=i.max+(n.polar?-y:y)&&(f[s]||(f[s]=new o.PlotLineOrBand(i)),t=s+y,f[s].options={from:r?r.lin2log(t):t,to:r?r.lin2log(e):e,color:g,className:"highcharts-alternate-grid"},f[s].render(),f[s].isActive=!0)})),i._addedPlotLB||(i._addedPlotLB=!0,(a.plotLines||[]).concat(a.plotBands||[]).forEach((function(t){i.addPlotBandOrLine(t)})))}[d,p,f].forEach((function(t){var e=[],i=M.duration;T(t,(function(t,i){t.isActive||(t.render(i,!1,0),t.isActive=!1,e.push(i))})),P((function(){for(var i=e.length;i--;)t[e[i]]&&!t[e[i]].isActive&&(t[e[i]].destroy(),delete t[e[i]])}),t!==f&&n.hasRendered&&i?i:0)})),b&&(b[b.isPlaced?"animate":"attr"]({d:this.getLinePath(b.strokeWidth())}),b.isPlaced=!0,b[v?"show":"hide"](v)),h&&v&&(a=i.getTitlePosition(),L(a.y)?(h[h.isNew?"attr":"animate"](a),h.isNew=!1):(h.attr("y",-9999),h.isNew=!0)),m&&m.enabled&&i.stacking&&i.stacking.renderStackTotals(),i.old={len:i.len,max:i.max,min:i.min,transA:i.transA,userMax:i.userMax,userMin:i.userMin},i.isDirty=!1,x(this,"afterRender")},t.prototype.redraw=function(){this.visible&&(this.render(),this.plotLinesAndBands.forEach((function(t){t.render()}))),this.series.forEach((function(t){t.isDirty=!0}))},t.prototype.getKeepProps=function(){return this.keepProps||t.keepProps},t.prototype.destroy=function(t){var e=this,i=e.plotLinesAndBands,n=this.eventOptions;if(x(this,"destroy",{keepEvents:t}),t||j(e),[e.ticks,e.minorTicks,e.alternateBands].forEach((function(t){y(t)})),i)for(t=i.length;t--;)i[t].destroy();for(var r in"axisLine axisTitle axisGroup gridGroup labelGroup cross scrollbar".split(" ").forEach((function(t){e[t]&&(e[t]=e[t].destroy())})),e.plotLinesAndBandsGroups)e.plotLinesAndBandsGroups[r]=e.plotLinesAndBandsGroups[r].destroy();T(e,(function(t,i){-1===e.getKeepProps().indexOf(i)&&delete e[i]})),this.eventOptions=n},t.prototype.drawCrosshair=function(t,e){var n,r=this.crosshair,o=O(r&&r.snap,!0),s=this.chart,a=this.cross;if(x(this,"drawCrosshair",{e:t,point:e}),t||(t=this.cross&&this.cross.e),r&&!1!==(g(e)||!o)){if(o?g(e)&&(n=O("colorAxis"!==this.coll?e.crosshairPos:null,this.isXAxis?e.plotX:this.len-e.plotY)):n=t&&(this.horiz?t.chartX-this.pos:this.len-t.chartY+this.pos),g(n)){var l={value:e&&(this.isXAxis?e.x:O(e.stackY,e.y)),translatedValue:n};s.polar&&M(l,{isCrosshair:!0,chartX:t&&t.chartX,chartY:t&&t.chartY,point:e}),l=this.getPlotLinePath(l)||null}if(!g(l))return void this.hideCrosshair();o=this.categories&&!this.isRadial,a||(this.cross=a=s.renderer.path().addClass("highcharts-crosshair highcharts-crosshair-"+(o?"category ":"thin ")+(r.className||"")).attr({zIndex:O(r.zIndex,2)}).add(),s.styledMode||(a.attr({stroke:r.color||(o?i.parse("#ccd6eb").setOpacity(.25).get():"#cccccc"),"stroke-width":O(r.width,1)}).css({"pointer-events":"none"}),r.dashStyle&&a.attr({dashstyle:r.dashStyle}))),a.show().attr({d:l}),o&&!r.width&&a.attr({"stroke-width":this.transA}),this.cross.e=t}else this.hideCrosshair();x(this,"afterDrawCrosshair",{e:t,point:e})},t.prototype.hideCrosshair=function(){this.cross&&this.cross.hide(),x(this,"afterHideCrosshair")},t.prototype.hasVerticalPanning=function(){var t=this.chart.options.chart.panning;return!!(t&&t.enabled&&/y/.test(t.type))},t.prototype.validatePositiveValue=function(t){return L(t)&&0<t},t.prototype.update=function(t,e){var i=this.chart;t=k(this.userOptions,t),this.destroy(!0),this.init(i,t),i.isDirtyBox=!0,O(e,!0)&&i.redraw()},t.prototype.remove=function(t){for(var e=this.chart,i=this.coll,n=this.series,r=n.length;r--;)n[r]&&n[r].remove(!1);b(e.axes,this),b(e[i],this),e[i].forEach((function(t,e){t.options.index=t.userOptions.index=e})),this.destroy(),e.isDirtyBox=!0,O(t,!0)&&e.redraw()},t.prototype.setTitle=function(t,e){this.update({title:t},e)},t.prototype.setCategories=function(t,e){this.update({categories:t},e)},t.defaultOptions=e.defaultXAxisOptions,t.keepProps="extKey hcEvents names series userMax userMin".split(" "),t}()})),e(i,"Core/Axis/DateTimeAxis.js",[i["Core/Utilities.js"]],(function(t){var e,i=t.addEvent,n=t.getMagnitude,r=t.normalizeTickInterval,o=t.timeUnits;return function(t){function e(){return this.chart.time.getTimeTicks.apply(this.chart.time,arguments)}function s(t){"datetime"!==t.userOptions.type?this.dateTime=void 0:this.dateTime||(this.dateTime=new l(this))}var a=[];t.compose=function(t){return-1===a.indexOf(t)&&(a.push(t),t.keepProps.push("dateTime"),t.prototype.getTimeTicks=e,i(t,"init",s)),t};var l=function(){function t(t){this.axis=t}return t.prototype.normalizeTimeTickInterval=function(t,e){var i=e||[["millisecond",[1,2,5,10,20,25,50,100,200,500]],["second",[1,2,5,10,15,30]],["minute",[1,2,5,10,15,30]],["hour",[1,2,3,4,6,8,12]],["day",[1,2]],["week",[1,2]],["month",[1,2,3,4,6]],["year",null]];e=i[i.length-1];var s,a=o[e[0]],l=e[1];for(s=0;s<i.length&&(e=i[s],a=o[e[0]],l=e[1],!(i[s+1]&&t<=(a*l[l.length-1]+o[i[s+1][0]])/2));s++);return a===o.year&&t<5*a&&(l=[1,2,5]),{unitRange:a,count:t=r(t/a,l,"year"===e[0]?Math.max(n(t/a),1):1),unitName:e[0]}},t.prototype.getXDateFormat=function(t,e){var i=this.axis;return i.closestPointRange?i.chart.time.getDateFormat(i.closestPointRange,t,i.options.startOfWeek,e)||e.year:e.day},t}();t.Additions=l}(e||(e={})),e})),e(i,"Core/Axis/LogarithmicAxis.js",[i["Core/Utilities.js"]],(function(t){var e,i=t.addEvent,n=t.getMagnitude,r=t.normalizeTickInterval,o=t.pick;return function(t){function e(t){var e=this.logarithmic;"logarithmic"!==t.userOptions.type?this.logarithmic=void 0:e||(this.logarithmic=new l(this))}function s(){var t=this.logarithmic;t&&(this.lin2val=function(e){return t.lin2log(e)},this.val2lin=function(e){return t.log2lin(e)})}var a=[];t.compose=function(t){return-1===a.indexOf(t)&&(a.push(t),t.keepProps.push("logarithmic"),i(t,"init",e),i(t,"afterInit",s)),t};var l=function(){function t(t){this.axis=t}return t.prototype.getLogTickPositions=function(t,e,i,s){var a=this.axis,l=a.len,c=a.options,u=[];if(s||(this.minorAutoInterval=void 0),.5<=t)t=Math.round(t),u=a.getLinearTickPositions(t,e,i);else if(.08<=t){var h,d=Math.floor(e),p=c=void 0;for(l=.3<t?[1,2,4]:.15<t?[1,2,4,6,8]:[1,2,3,4,5,6,7,8,9];d<i+1&&!p;d++){var f=l.length;for(h=0;h<f&&!p;h++){var m=this.log2lin(this.lin2log(d)*l[h]);m>e&&(!s||c<=i)&&void 0!==c&&u.push(c),c>i&&(p=!0),c=m}}}else e=this.lin2log(e),i=this.lin2log(i),t=s?a.getMinorTickInterval():c.tickInterval,t=o("auto"===t?null:t,this.minorAutoInterval,c.tickPixelInterval/(s?5:1)*(i-e)/((s?l/a.tickPositions.length:l)||1)),t=r(t,void 0,n(t)),u=a.getLinearTickPositions(t,e,i).map(this.log2lin),s||(this.minorAutoInterval=t/5);return s||(a.tickInterval=t),u},t.prototype.lin2log=function(t){return Math.pow(10,t)},t.prototype.log2lin=function(t){return Math.log(t)/Math.LN10},t}();t.Additions=l}(e||(e={})),e})),e(i,"Core/Axis/PlotLineOrBand/PlotLineOrBandAxis.js",[i["Core/Utilities.js"]],(function(t){var e,i=t.erase,n=t.extend,r=t.isNumber;return function(t){var e,o=[];t.compose=function(t,i){return e||(e=t),-1===o.indexOf(i)&&(o.push(i),n(i.prototype,s.prototype)),i};var s=function(){function t(){}return t.prototype.getPlotBandPath=function(t,e,i){void 0===i&&(i=this.options);var n=this.getPlotLinePath({value:e,force:!0,acrossPanes:i.acrossPanes}),o=[],s=this.horiz;if(e=!r(this.min)||!r(this.max)||t<this.min&&e<this.min||t>this.max&&e>this.max,t=this.getPlotLinePath({value:t,force:!0,acrossPanes:i.acrossPanes}),i=1,t&&n){if(e){var a=t.toString()===n.toString();i=0}for(e=0;e<t.length;e+=2){var l=t[e],c=t[e+1],u=n[e],h=n[e+1];"M"!==l[0]&&"L"!==l[0]||"M"!==c[0]&&"L"!==c[0]||"M"!==u[0]&&"L"!==u[0]||"M"!==h[0]&&"L"!==h[0]||(s&&u[1]===l[1]?(u[1]+=i,h[1]+=i):s||u[2]!==l[2]||(u[2]+=i,h[2]+=i),o.push(["M",l[1],l[2]],["L",c[1],c[2]],["L",h[1],h[2]],["L",u[1],u[2]],["Z"])),o.isFlat=a}}return o},t.prototype.addPlotBand=function(t){return this.addPlotBandOrLine(t,"plotBands")},t.prototype.addPlotLine=function(t){return this.addPlotBandOrLine(t,"plotLines")},t.prototype.addPlotBandOrLine=function(t,i){var n=this,r=this.userOptions,o=new e(this,t);if(this.visible&&(o=o.render()),o){if(this._addedPlotLB||(this._addedPlotLB=!0,(r.plotLines||[]).concat(r.plotBands||[]).forEach((function(t){n.addPlotBandOrLine(t)}))),i){var s=r[i]||[];s.push(t),r[i]=s}this.plotLinesAndBands.push(o)}return o},t.prototype.removePlotBandOrLine=function(t){var e=this.plotLinesAndBands,n=this.options,r=this.userOptions;if(e){for(var o=e.length;o--;)e[o].id===t&&e[o].destroy();[n.plotLines||[],r.plotLines||[],n.plotBands||[],r.plotBands||[]].forEach((function(e){for(o=e.length;o--;)(e[o]||{}).id===t&&i(e,e[o])}))}},t.prototype.removePlotBand=function(t){this.removePlotBandOrLine(t)},t.prototype.removePlotLine=function(t){this.removePlotBandOrLine(t)},t}()}(e||(e={})),e})),e(i,"Core/Axis/PlotLineOrBand/PlotLineOrBand.js",[i["Core/Axis/PlotLineOrBand/PlotLineOrBandAxis.js"],i["Core/Utilities.js"]],(function(t,e){var i=e.arrayMax,n=e.arrayMin,r=e.defined,o=e.destroyObjectProperties,s=e.erase,a=e.fireEvent,l=e.merge,c=e.objectEach,u=e.pick;return e=function(){function e(t,e){this.axis=t,e&&(this.options=e,this.id=e.id)}return e.compose=function(i){return t.compose(e,i)},e.prototype.render=function(){a(this,"render");var t=this,e=t.axis,i=e.horiz,n=e.logarithmic,o=t.options,s=o.color,h=u(o.zIndex,0),d=o.events,p={},f=e.chart.renderer,m=o.label,g=t.label,y=o.to,b=o.from,v=o.value,M=t.svgElem,x=[],_=r(b)&&r(y);x=r(v);var A=!M,L={class:"highcharts-plot-"+(_?"band ":"line ")+(o.className||"")},w=_?"bands":"lines";if(n&&(b=n.log2lin(b),y=n.log2lin(y),v=n.log2lin(v)),e.chart.styledMode||(x?(L.stroke=s||"#999999",L["stroke-width"]=u(o.width,1),o.dashStyle&&(L.dashstyle=o.dashStyle)):_&&(L.fill=s||"#e6ebf5",o.borderWidth&&(L.stroke=o.borderColor,L["stroke-width"]=o.borderWidth))),p.zIndex=h,w+="-"+h,(n=e.plotLinesAndBandsGroups[w])||(e.plotLinesAndBandsGroups[w]=n=f.g("plot-"+w).attr(p).add()),A&&(t.svgElem=M=f.path().attr(L).add(n)),x)x=e.getPlotLinePath({value:v,lineWidth:M.strokeWidth(),acrossPanes:o.acrossPanes});else{if(!_)return;x=e.getPlotBandPath(b,y,o)}return!t.eventsAdded&&d&&(c(d,(function(e,i){M.on(i,(function(e){d[i].apply(t,[e])}))})),t.eventsAdded=!0),(A||!M.d)&&x&&x.length?M.attr({d:x}):M&&(x?(M.show(!0),M.animate({d:x})):M.d&&(M.hide(),g&&(t.label=g=g.destroy()))),m&&(r(m.text)||r(m.formatter))&&x&&x.length&&0<e.width&&0<e.height&&!x.isFlat?(m=l({align:i&&_&&"center",x:i?!_&&4:10,verticalAlign:!i&&_&&"middle",y:i?_?16:10:_?6:-4,rotation:i&&!_&&90},m),this.renderLabel(m,x,_,h)):g&&g.hide(),t},e.prototype.renderLabel=function(t,e,r,o){var s=this.axis,a=s.chart.renderer,c=this.label;c||(this.label=c=a.text(this.getLabelText(t),0,0,t.useHTML).attr({align:t.textAlign||t.align,rotation:t.rotation,class:"highcharts-plot-"+(r?"band":"line")+"-label "+(t.className||""),zIndex:o}).add(),s.chart.styledMode||c.css(l({textOverflow:"ellipsis"},t.style))),o=e.xBounds||[e[0][1],e[1][1],r?e[2][1]:e[0][1]],e=e.yBounds||[e[0][2],e[1][2],r?e[2][2]:e[0][2]],r=n(o),a=n(e),c.align(t,!1,{x:r,y:a,width:i(o)-r,height:i(e)-a}),c.alignValue&&"left"!==c.alignValue||c.css({width:(90===c.rotation?s.height-(c.alignAttr.y-s.top):s.width-(c.alignAttr.x-s.left))+"px"}),c.show(!0)},e.prototype.getLabelText=function(t){return r(t.formatter)?t.formatter.call(this):t.text},e.prototype.destroy=function(){s(this.axis.plotLinesAndBands,this),delete this.axis,o(this)},e}()})),e(i,"Core/Tooltip.js",[i["Core/FormatUtilities.js"],i["Core/Globals.js"],i["Core/Renderer/RendererUtilities.js"],i["Core/Renderer/RendererRegistry.js"],i["Core/Utilities.js"]],(function(t,e,i,n,r){var o=t.format,s=e.doc,a=i.distribute,l=r.addEvent,c=r.clamp,u=r.css,h=r.defined,d=r.discardElement,p=r.extend,f=r.fireEvent,m=r.isArray,g=r.isNumber,y=r.isString,b=r.merge,v=r.pick,M=r.splat,x=r.syncTimeout;return t=function(){function t(t,e){this.allowShared=!0,this.container=void 0,this.crosshairs=[],this.distance=0,this.isHidden=!0,this.isSticky=!1,this.now={},this.options={},this.outside=!1,this.chart=t,this.init(t,e)}return t.prototype.applyFilter=function(){var t=this.chart;t.renderer.definition({tagName:"filter",attributes:{id:"drop-shadow-"+t.index,opacity:.5},children:[{tagName:"feGaussianBlur",attributes:{in:"SourceAlpha",stdDeviation:1}},{tagName:"feOffset",attributes:{dx:1,dy:1}},{tagName:"feComponentTransfer",children:[{tagName:"feFuncA",attributes:{type:"linear",slope:.3}}]},{tagName:"feMerge",children:[{tagName:"feMergeNode"},{tagName:"feMergeNode",attributes:{in:"SourceGraphic"}}]}]})},t.prototype.bodyFormatter=function(t){return t.map((function(t){var e=t.series.tooltipOptions;return(e[(t.point.formatPrefix||"point")+"Formatter"]||t.point.tooltipFormatter).call(t.point,e[(t.point.formatPrefix||"point")+"Format"]||"")}))},t.prototype.cleanSplit=function(t){this.chart.series.forEach((function(e){var i=e&&e.tt;i&&(!i.isActive||t?e.tt=i.destroy():i.isActive=!1)}))},t.prototype.defaultFormatter=function(t){var e=this.points||M(this),i=[t.tooltipFooterHeaderFormatter(e[0])];return(i=i.concat(t.bodyFormatter(e))).push(t.tooltipFooterHeaderFormatter(e[0],!0)),i},t.prototype.destroy=function(){this.label&&(this.label=this.label.destroy()),this.split&&this.tt&&(this.cleanSplit(!0),this.tt=this.tt.destroy()),this.renderer&&(this.renderer=this.renderer.destroy(),d(this.container)),r.clearTimeout(this.hideTimer),r.clearTimeout(this.tooltipTimeout)},t.prototype.getAnchor=function(t,e){var i,n,r=this.chart,o=r.pointer,s=r.inverted,a=r.plotTop,l=r.plotLeft,c=0,u=0;return t=M(t),this.followPointer&&e?(void 0===e.chartX&&(e=o.normalize(e)),o=[e.chartX-l,e.chartY-a]):t[0].tooltipPos?o=t[0].tooltipPos:(t.forEach((function(t){i=t.series.yAxis,n=t.series.xAxis,c+=t.plotX||0,u+=t.plotLow?(t.plotLow+(t.plotHigh||0))/2:t.plotY||0,n&&i&&(s?(c+=a+r.plotHeight-n.len-n.pos,u+=l+r.plotWidth-i.len-i.pos):(c+=n.pos-l,u+=i.pos-a))})),c/=t.length,u/=t.length,o=[s?r.plotWidth-u:c,s?r.plotHeight-c:u],this.shared&&1<t.length&&e&&(s?o[0]=e.chartX-l:o[1]=e.chartY-a)),o.map(Math.round)},t.prototype.getLabel=function(){var t,i=this,r=this.chart.styledMode,o=this.options,s=this.split&&this.allowShared,a="tooltip"+(h(o.className)?" "+o.className:""),c=o.style.pointerEvents||(!this.followPointer&&o.stickOnContact?"auto":"none"),d=function(){i.inContact=!0},p=function(t){var e=i.chart.hoverSeries;i.inContact=i.shouldStickOnContact()&&i.chart.pointer.inClass(t.relatedTarget,"highcharts-tooltip"),!i.inContact&&e&&e.onMouseOut&&e.onMouseOut()},f=this.chart.renderer;if(i.label){var m=!i.label.hasClass("highcharts-label");(s&&!m||!s&&m)&&i.destroy()}if(!this.label){if(this.outside){m=this.chart.options.chart.style;var g=n.getRendererType();this.container=t=e.doc.createElement("div"),t.className="highcharts-tooltip-container",u(t,{position:"absolute",top:"1px",pointerEvents:c,zIndex:Math.max(this.options.style.zIndex||0,(m&&m.zIndex||0)+3)}),l(t,"mouseenter",d),l(t,"mouseleave",p),e.doc.body.appendChild(t),this.renderer=f=new g(t,0,0,m,void 0,void 0,f.styledMode)}if(s?this.label=f.g(a):(this.label=f.label("",0,0,o.shape,void 0,void 0,o.useHTML,void 0,a).attr({padding:o.padding,r:o.borderRadius}),r||this.label.attr({fill:o.backgroundColor,"stroke-width":o.borderWidth}).css(o.style).css({pointerEvents:c}).shadow(o.shadow)),r&&o.shadow&&(this.applyFilter(),this.label.attr({filter:"url(#drop-shadow-"+this.chart.index+")"})),i.outside&&!i.split){var y=this.label,b=y.xSetter,v=y.ySetter;y.xSetter=function(e){b.call(y,i.distance),t.style.left=e+"px"},y.ySetter=function(e){v.call(y,i.distance),t.style.top=e+"px"}}this.label.on("mouseenter",d).on("mouseleave",p).attr({zIndex:8}).add()}return this.label},t.prototype.getPosition=function(t,e,i){var n,r=this.chart,o=this.distance,a={},l=r.inverted&&i.h||0,c=this.outside,u=c?s.documentElement.clientWidth-2*o:r.chartWidth,h=c?Math.max(s.body.scrollHeight,s.documentElement.scrollHeight,s.body.offsetHeight,s.documentElement.offsetHeight,s.documentElement.clientHeight):r.chartHeight,d=r.pointer.getChartPosition(),p=function(n){var s="x"===n;return[n,s?u:h,s?t:e].concat(c?[s?t*d.scaleX:e*d.scaleY,s?d.left-o+(i.plotX+r.plotLeft)*d.scaleX:d.top-o+(i.plotY+r.plotTop)*d.scaleY,0,s?u:h]:[s?t:e,s?i.plotX+r.plotLeft:i.plotY+r.plotTop,s?r.plotLeft:r.plotTop,s?r.plotLeft+r.plotWidth:r.plotTop+r.plotHeight])},f=p("y"),m=p("x");p=!!i.negative,!r.polar&&r.hoverSeries&&r.hoverSeries.yAxis&&r.hoverSeries.yAxis.reversed&&(p=!p);var g=!this.followPointer&&v(i.ttBelow,!r.inverted===p),y=function(t,e,i,n,r,s,u){var h=c?"y"===t?o*d.scaleY:o*d.scaleX:o,p=(i-n)/2,f=n<r-o,m=r+o+n<e,y=r-h-i+p;if(r=r+h-p,g&&m)a[t]=r;else if(!g&&f)a[t]=y;else if(f)a[t]=Math.min(u-n,0>y-l?y:y-l);else{if(!m)return!1;a[t]=Math.max(s,r+l+i>e?r:r+l)}},b=function(t,e,i,n,r){var s;return r<o||r>e-o?s=!1:a[t]=r<i/2?1:r>e-n/2?e-n-2:r-i/2,s},M=function(t){var e=f;f=m,m=e,n=t},x=function(){!1!==y.apply(0,f)?!1!==b.apply(0,m)||n||(M(!0),x()):n?a.x=a.y=0:(M(!0),x())};return(r.inverted||1<this.len)&&M(),x(),a},t.prototype.hide=function(t){var e=this;r.clearTimeout(this.hideTimer),t=v(t,this.options.hideDelay),this.isHidden||(this.hideTimer=x((function(){e.getLabel().fadeOut(t?void 0:t),e.isHidden=!0}),t))},t.prototype.init=function(t,e){this.chart=t,this.options=e,this.crosshairs=[],this.now={x:0,y:0},this.isHidden=!0,this.split=e.split&&!t.inverted&&!t.polar,this.shared=e.shared||this.split,this.outside=v(e.outside,!(!t.scrollablePixelsX&&!t.scrollablePixelsY))},t.prototype.shouldStickOnContact=function(){return!(this.followPointer||!this.options.stickOnContact)},t.prototype.isStickyOnContact=function(){return!(!this.shouldStickOnContact()||!this.inContact)},t.prototype.move=function(t,e,i,n){var o=this,s=o.now,a=!1!==o.options.animation&&!o.isHidden&&(1<Math.abs(t-s.x)||1<Math.abs(e-s.y)),l=o.followPointer||1<o.len;p(s,{x:a?(2*s.x+t)/3:t,y:a?(s.y+e)/2:e,anchorX:l?void 0:a?(2*s.anchorX+i)/3:i,anchorY:l?void 0:a?(s.anchorY+n)/2:n}),o.getLabel().attr(s),o.drawTracker(),a&&(r.clearTimeout(this.tooltipTimeout),this.tooltipTimeout=setTimeout((function(){o&&o.move(t,e,i,n)}),32))},t.prototype.refresh=function(t,e){var i=this.chart,n=this.options,o=M(t),s=o[0],a=[],l=n.formatter||this.defaultFormatter,c=this.shared,u=i.styledMode,h={};if(n.enabled){r.clearTimeout(this.hideTimer),this.allowShared=!(!m(t)&&t.series&&t.series.noSharedTooltip),this.followPointer=!this.split&&s.series.tooltipOptions.followPointer;var d=(t=this.getAnchor(t,e))[0],p=t[1];if(c&&this.allowShared?(i.pointer.applyInactiveState(o),o.forEach((function(t){t.setState("hover"),a.push(t.getLabelConfig())})),(h={x:s.category,y:s.y}).points=a):h=s.getLabelConfig(),this.len=a.length,l=l.call(h,this),c=s.series,this.distance=v(c.tooltipOptions.distance,16),!1===l)this.hide();else{if(this.split&&this.allowShared)this.renderSplit(l,o);else{var g=d,y=p;if(e&&i.pointer.isDirectTouch&&(g=e.chartX-i.plotLeft,y=e.chartY-i.plotTop),!i.polar&&!1!==c.options.clip&&!o.some((function(t){return t.series.shouldShowTooltip(g,y)})))return void this.hide();e=this.getLabel(),n.style.width&&!u||e.css({width:this.chart.spacingBox.width+"px"}),e.attr({text:l&&l.join?l.join(""):l}),e.removeClass(/highcharts-color-[\d]+/g).addClass("highcharts-color-"+v(s.colorIndex,c.colorIndex)),u||e.attr({stroke:n.borderColor||s.color||c.color||"#666666"}),this.updatePosition({plotX:d,plotY:p,negative:s.negative,ttBelow:s.ttBelow,h:t[2]||0})}this.isHidden&&this.label&&this.label.attr({opacity:1}).show(),this.isHidden=!1}f(this,"refresh")}},t.prototype.renderSplit=function(t,e){function i(t,e,i,r,o){return void 0===o&&(o=!0),i?(e=O?0:P,t=c(t-r/2,k.left,k.right-r-(n.outside?C:0))):(e-=j,t=c(t=o?t-r-A:t+A,o?t:k.left,k.right)),{x:t,y:e}}var n=this,r=n.chart,o=n.chart,l=o.chartWidth,u=o.chartHeight,h=o.plotHeight,d=o.plotLeft,f=o.plotTop,m=o.pointer,g=o.scrollablePixelsY;g=void 0===g?0:g;var b=o.scrollablePixelsX,M=o.scrollingContainer,x=(M=void 0===M?{scrollLeft:0,scrollTop:0}:M).scrollLeft;M=M.scrollTop;var _=o.styledMode,A=n.distance,L=n.options,w=n.options.positioner,k=n.outside&&"number"!=typeof b?s.documentElement.getBoundingClientRect():{left:x,right:x+l,top:M,bottom:M+u},S=n.getLabel(),T=this.renderer||r.renderer,O=!(!r.xAxis[0]||!r.xAxis[0].opposite),C=(r=m.getChartPosition()).left;r=r.top;var j=f+M,z=0,P=h-g;y(t)&&(t=[!1,t]),t=t.slice(0,e.length+1).reduce((function(t,r,o){if(!1!==r&&""!==r){var s=(o=e[o-1]||{isHeader:!0,plotX:e[0].plotX,plotY:h,series:{}}).isHeader,a=s?n:o.series;r=r.toString();var l=a.tt,u=o.isHeader,p=o.series,m="highcharts-color-"+v(o.colorIndex,p.colorIndex,"none");if(l||(l={padding:L.padding,r:L.borderRadius},_||(l.fill=L.backgroundColor,l["stroke-width"]=L.borderWidth),l=T.label("",0,0,L[u?"headerShape":"shape"],void 0,void 0,L.useHTML).addClass((u?"highcharts-tooltip-header ":"")+"highcharts-tooltip-box "+m).attr(l).add(S)),l.isActive=!0,l.attr({text:r}),_||l.css(L.style).shadow(L.shadow).attr({stroke:L.borderColor||o.color||p.color||"#333333"}),r=(u=(a=a.tt=l).getBBox()).width+a.strokeWidth(),s&&(z=u.height,P+=z,O&&(j-=z)),p=void 0===(p=o.plotX)?0:p,m=void 0===(m=o.plotY)?0:m,l=o.series,o.isHeader){p=d+p;var g=f+h/2}else{var y=l.xAxis,b=l.yAxis;p=y.pos+c(p,-A,y.len+A),l.shouldShowTooltip(0,b.pos-f+m,{ignoreX:!0})&&(g=b.pos+m)}p=c(p,k.left-A,k.right+A),"number"==typeof g?(u=u.height+1,m=w?w.call(n,r,u,o):i(p,g,s,r),t.push({align:w?0:void 0,anchorX:p,anchorY:g,boxWidth:r,point:o,rank:v(m.rank,s?1:0),size:u,target:m.y,tt:a,x:m.x})):a.isActive=!1}return t}),[]),!w&&t.some((function(t){var e=(n.outside?C:0)+t.anchorX;return e<k.left&&e+t.boxWidth<k.right||e<C-k.left+t.boxWidth&&k.right-e>e}))&&(t=t.map((function(t){var e=i(t.anchorX,t.anchorY,t.point.isHeader,t.boxWidth,!1);return p(t,{target:e.y,x:e.x})}))),n.cleanSplit(),a(t,P);var D=C,E=C;t.forEach((function(t){var e=t.x,i=t.boxWidth;(t=t.isHeader)||(n.outside&&C+e<D&&(D=C+e),!t&&n.outside&&D+i>E&&(E=C+e))})),t.forEach((function(t){var e=t.x,i=t.anchorX,r=t.pos,o=t.point.isHeader;if(r={visibility:void 0===r?"hidden":"inherit",x:e,y:r+j,anchorX:i,anchorY:t.anchorY},n.outside&&e<i){var s=C-D;0<s&&(o||(r.x=e+s,r.anchorX=i+s),o&&(r.x=(E-D)/2,r.anchorX=i+s))}t.tt.attr(r)})),t=n.container,g=n.renderer,n.outside&&t&&g&&(o=S.getBBox(),g.setSize(o.width+o.x,o.height+o.y,!1),t.style.left=D+"px",t.style.top=r+"px")},t.prototype.drawTracker=function(){if(this.followPointer||!this.options.stickOnContact)this.tracker&&this.tracker.destroy();else{var t=this.chart,e=this.label,i=this.shared?t.hoverPoints:t.hoverPoint;if(e&&i){var n={x:0,y:0,width:0,height:0};i=this.getAnchor(i);var r=e.getBBox();i[0]+=t.plotLeft-e.translateX,i[1]+=t.plotTop-e.translateY,n.x=Math.min(0,i[0]),n.y=Math.min(0,i[1]),n.width=0>i[0]?Math.max(Math.abs(i[0]),r.width-i[0]):Math.max(Math.abs(i[0]),r.width),n.height=0>i[1]?Math.max(Math.abs(i[1]),r.height-Math.abs(i[1])):Math.max(Math.abs(i[1]),r.height),this.tracker?this.tracker.attr(n):(this.tracker=e.renderer.rect(n).addClass("highcharts-tracker").add(e),t.styledMode||this.tracker.attr({fill:"rgba(0,0,0,0)"}))}}},t.prototype.styledModeFormat=function(t){return t.replace('style="font-size: 10px"','class="highcharts-header"').replace(/style="color:{(point|series)\.color}"/g,'class="highcharts-color-{$1.colorIndex}"')},t.prototype.tooltipFooterHeaderFormatter=function(t,e){var i=t.series,n=i.tooltipOptions,r=i.xAxis,s=r&&r.dateTime;r={isFooter:e,labelConfig:t};var a=n.xDateFormat,l=n[e?"footerFormat":"headerFormat"];return f(this,"headerFormatter",r,(function(e){s&&!a&&g(t.key)&&(a=s.getXDateFormat(t.key,n.dateTimeLabelFormats)),s&&a&&(t.point&&t.point.tooltipDateKeys||["key"]).forEach((function(t){l=l.replace("{point."+t+"}","{point."+t+":"+a+"}")})),i.chart.styledMode&&(l=this.styledModeFormat(l)),e.text=o(l,{point:t,series:i},this.chart)})),r.text},t.prototype.update=function(t){this.destroy(),b(!0,this.chart.options.tooltip.userOptions,t),this.init(this.chart,b(!0,this.options,t))},t.prototype.updatePosition=function(t){var e=this.chart,i=this.options,n=e.pointer,r=this.getLabel();n=n.getChartPosition();var o=(i.positioner||this.getPosition).call(this,r.width,r.height,t),s=t.plotX+e.plotLeft;t=t.plotY+e.plotTop,this.outside&&(i=i.borderWidth+2*this.distance,this.renderer.setSize(r.width+i,r.height+i,!1),1===n.scaleX&&1===n.scaleY||(u(this.container,{transform:"scale("+n.scaleX+", "+n.scaleY+")"}),s*=n.scaleX,t*=n.scaleY),s+=n.left-o.x,t+=n.top-o.y),this.move(Math.round(o.x),Math.round(o.y||0),s,t)},t}()})),e(i,"Core/Series/Point.js",[i["Core/Renderer/HTML/AST.js"],i["Core/Animation/AnimationUtilities.js"],i["Core/DefaultOptions.js"],i["Core/FormatUtilities.js"],i["Core/Utilities.js"]],(function(t,e,i,n,r){var o=e.animObject,s=i.defaultOptions,a=n.format,l=r.addEvent,c=r.defined,u=r.erase,h=r.extend,d=r.fireEvent,p=r.getNestedProperty,f=r.isArray,m=r.isFunction,g=r.isNumber,y=r.isObject,b=r.merge,v=r.objectEach,M=r.pick,x=r.syncTimeout,_=r.removeEvent,A=r.uniqueKey;return e=function(){function e(){this.colorIndex=this.category=void 0,this.formatPrefix="point",this.id=void 0,this.isNull=!1,this.percentage=this.options=this.name=void 0,this.selected=!1,this.total=this.series=void 0,this.visible=!0,this.x=void 0}return e.prototype.animateBeforeDestroy=function(){var t=this,e={x:t.startXPos,opacity:0},i=t.getGraphicalProps();i.singular.forEach((function(i){t[i]=t[i].animate("dataLabel"===i?{x:t[i].startXPos,y:t[i].startYPos,opacity:0}:e)})),i.plural.forEach((function(e){t[e].forEach((function(e){e.element&&e.animate(h({x:t.startXPos},e.startYPos?{x:e.startXPos,y:e.startYPos}:{}))}))}))},e.prototype.applyOptions=function(t,i){var n=this.series,r=n.options.pointValKey||n.pointValKey;return t=e.prototype.optionsToObject.call(this,t),h(this,t),this.options=this.options?h(this.options,t):t,t.group&&delete this.group,t.dataLabels&&delete this.dataLabels,r&&(this.y=e.prototype.getNestedProperty.call(this,r)),this.formatPrefix=(this.isNull=M(this.isValid&&!this.isValid(),null===this.x||!g(this.y)))?"null":"point",this.selected&&(this.state="select"),"name"in this&&void 0===i&&n.xAxis&&n.xAxis.hasNames&&(this.x=n.xAxis.nameToX(this)),void 0===this.x&&n?this.x=void 0===i?n.autoIncrement():i:g(t.x)&&n.options.relativeXValue&&(this.x=n.autoIncrement(t.x)),this},e.prototype.destroy=function(){function t(){for(r in(e.graphic||e.dataLabel||e.dataLabels)&&(_(e),e.destroyElements()),e)e[r]=null}var e=this,i=e.series,n=i.chart;i=i.options.dataSorting;var r,s=n.hoverPoints,a=o(e.series.chart.renderer.globalAnimation);e.legendItem&&n.legend.destroyItem(e),s&&(e.setState(),u(s,e),s.length||(n.hoverPoints=null)),e===n.hoverPoint&&e.onMouseOut(),i&&i.enabled?(this.animateBeforeDestroy(),x(t,a.duration)):t(),n.pointCount--},e.prototype.destroyElements=function(t){var e=this;(t=e.getGraphicalProps(t)).singular.forEach((function(t){e[t]=e[t].destroy()})),t.plural.forEach((function(t){e[t].forEach((function(t){t.element&&t.destroy()})),delete e[t]}))},e.prototype.firePointEvent=function(t,e,i){var n=this,r=this.series.options;(r.point.events[t]||n.options&&n.options.events&&n.options.events[t])&&n.importEvents(),"click"===t&&r.allowPointSelect&&(i=function(t){n.select&&n.select(null,t.ctrlKey||t.metaKey||t.shiftKey)}),d(n,t,e,i)},e.prototype.getClassName=function(){return"highcharts-point"+(this.selected?" highcharts-point-select":"")+(this.negative?" highcharts-negative":"")+(this.isNull?" highcharts-null-point":"")+(void 0!==this.colorIndex?" highcharts-color-"+this.colorIndex:"")+(this.options.className?" "+this.options.className:"")+(this.zone&&this.zone.className?" "+this.zone.className.replace("highcharts-negative",""):"")},e.prototype.getGraphicalProps=function(t){var e,i=this,n=[],r={singular:[],plural:[]};for((t=t||{graphic:1,dataLabel:1}).graphic&&n.push("graphic","upperGraphic","shadowGroup"),t.dataLabel&&n.push("dataLabel","dataLabelUpper","connector"),e=n.length;e--;){var o=n[e];i[o]&&r.singular.push(o)}return["dataLabel","connector"].forEach((function(e){var n=e+"s";t[e]&&i[n]&&r.plural.push(n)})),r},e.prototype.getLabelConfig=function(){return{x:this.category,y:this.y,color:this.color,colorIndex:this.colorIndex,key:this.name||this.category,series:this.series,point:this,percentage:this.percentage,total:this.total||this.stackTotal}},e.prototype.getNestedProperty=function(t){if(t)return 0===t.indexOf("custom.")?p(t,this.options):this[t]},e.prototype.getZone=function(){var t=this.series,e=t.zones;t=t.zoneAxis||"y";var i,n=0;for(i=e[n];this[t]>=i.value;)i=e[++n];return this.nonZonedColor||(this.nonZonedColor=this.color),this.color=i&&i.color&&!this.options.color?i.color:this.nonZonedColor,i},e.prototype.hasNewShapeType=function(){return(this.graphic&&(this.graphic.symbolName||this.graphic.element.nodeName))!==this.shapeType},e.prototype.init=function(t,e,i){return this.series=t,this.applyOptions(e,i),this.id=c(this.id)?this.id:A(),this.resolveColor(),t.chart.pointCount++,d(this,"afterInit"),this},e.prototype.optionsToObject=function(t){var i=this.series,n=i.options.keys,r=n||i.pointArrayMap||["y"],o=r.length,s={},a=0,l=0;if(g(t)||null===t)s[r[0]]=t;else if(f(t))for(!n&&t.length>o&&("string"===(i=typeof t[0])?s.name=t[0]:"number"===i&&(s.x=t[0]),a++);l<o;)n&&void 0===t[a]||(0<r[l].indexOf(".")?e.prototype.setNestedProperty(s,t[a],r[l]):s[r[l]]=t[a]),a++,l++;else"object"==typeof t&&(s=t,t.dataLabels&&(i._hasPointLabels=!0),t.marker&&(i._hasPointMarkers=!0));return s},e.prototype.resolveColor=function(){var t=this.series,e=t.chart.styledMode,i=t.chart.options.chart.colorCount;if(delete this.nonZonedColor,t.options.colorByPoint){if(!e){var n=(i=t.options.colors||t.chart.options.colors)[t.colorCounter];i=i.length}e=t.colorCounter,t.colorCounter++,t.colorCounter===i&&(t.colorCounter=0)}else e||(n=t.color),e=t.colorIndex;this.colorIndex=M(this.options.colorIndex,e),this.color=M(this.options.color,n)},e.prototype.setNestedProperty=function(t,e,i){return i.split(".").reduce((function(t,i,n,r){return t[i]=r.length-1===n?e:y(t[i],!0)?t[i]:{},t[i]}),t),t},e.prototype.tooltipFormatter=function(t){var e=this.series,i=e.tooltipOptions,n=M(i.valueDecimals,""),r=i.valuePrefix||"",o=i.valueSuffix||"";return e.chart.styledMode&&(t=e.chart.tooltip.styledModeFormat(t)),(e.pointArrayMap||["y"]).forEach((function(e){e="{point."+e,(r||o)&&(t=t.replace(RegExp(e+"}","g"),r+e+"}"+o)),t=t.replace(RegExp(e+"}","g"),e+":,."+n+"f}")})),a(t,{point:this,series:this.series},e.chart)},e.prototype.update=function(t,e,i,n){function r(){s.applyOptions(t);var n=l&&s.hasDummyGraphic;n=null===s.y?!n:n,l&&n&&(s.graphic=l.destroy(),delete s.hasDummyGraphic),y(t,!0)&&(l&&l.element&&t&&t.marker&&void 0!==t.marker.symbol&&(s.graphic=l.destroy()),t&&t.dataLabels&&s.dataLabel&&(s.dataLabel=s.dataLabel.destroy()),s.connector&&(s.connector=s.connector.destroy())),o=s.index,a.updateParallelArrays(s,o),u.data[o]=y(u.data[o],!0)||y(t,!0)?s.options:M(t,u.data[o]),a.isDirty=a.isDirtyData=!0,!a.fixedBox&&a.hasCartesianSeries&&(c.isDirtyBox=!0),"point"===u.legendType&&(c.isDirtyLegend=!0),e&&c.redraw(i)}var o,s=this,a=s.series,l=s.graphic,c=a.chart,u=a.options;e=M(e,!0),!1===n?r():s.firePointEvent("update",{options:t},r)},e.prototype.remove=function(t,e){this.series.removePoint(this.series.data.indexOf(this),t,e)},e.prototype.select=function(t,e){var i=this,n=i.series,r=n.chart;this.selectedStaging=t=M(t,!i.selected),i.firePointEvent(t?"select":"unselect",{accumulate:e},(function(){i.selected=i.options.selected=t,n.options.data[n.data.indexOf(i)]=i.options,i.setState(t&&"select"),e||r.getSelectedPoints().forEach((function(t){var e=t.series;t.selected&&t!==i&&(t.selected=t.options.selected=!1,e.options.data[e.data.indexOf(t)]=t.options,t.setState(r.hoverPoints&&e.options.inactiveOtherPoints?"inactive":""),t.firePointEvent("unselect"))}))})),delete this.selectedStaging},e.prototype.onMouseOver=function(t){var e=this.series.chart,i=e.pointer;t=t?i.normalize(t):i.getChartCoordinatesFromPoint(this,e.inverted),i.runPointActions(t,this)},e.prototype.onMouseOut=function(){var t=this.series.chart;this.firePointEvent("mouseOut"),this.series.options.inactiveOtherPoints||(t.hoverPoints||[]).forEach((function(t){t.setState()})),t.hoverPoints=t.hoverPoint=null},e.prototype.importEvents=function(){if(!this.hasImportedEvents){var t=this,e=b(t.series.options.point,t.options).events;t.events=e,v(e,(function(e,i){m(e)&&l(t,i,e)})),this.hasImportedEvents=!0}},e.prototype.setState=function(e,i){var n,r=this.series,o=this.state,a=r.options.states[e||"normal"]||{},l=s.plotOptions[r.type].marker&&r.options.marker,c=l&&!1===l.enabled,u=l&&l.states&&l.states[e||"normal"]||{},p=!1===u.enabled,f=this.marker||{},m=r.chart,y=l&&r.markerAttribs,b=r.halo,v=r.stateMarkerGraphic;if(!((e=e||"")===this.state&&!i||this.selected&&"select"!==e||!1===a.enabled||e&&(p||c&&!1===u.enabled)||e&&f.states&&f.states[e]&&!1===f.states[e].enabled)){if(this.state=e,y&&(n=r.markerAttribs(this,e)),this.graphic&&!this.hasDummyGraphic){if(o&&this.graphic.removeClass("highcharts-point-"+o),e&&this.graphic.addClass("highcharts-point-"+e),!m.styledMode){var x=r.pointAttribs(this,e),_=M(m.options.chart.animation,a.animation);r.options.inactiveOtherPoints&&g(x.opacity)&&((this.dataLabels||[]).forEach((function(t){t&&t.animate({opacity:x.opacity},_)})),this.connector&&this.connector.animate({opacity:x.opacity},_)),this.graphic.animate(x,_)}n&&this.graphic.animate(n,M(m.options.chart.animation,u.animation,l.animation)),v&&v.hide()}else e&&u&&(o=f.symbol||r.symbol,v&&v.currentSymbol!==o&&(v=v.destroy()),n&&(v?v[i?"animate":"attr"]({x:n.x,y:n.y}):o&&(r.stateMarkerGraphic=v=m.renderer.symbol(o,n.x,n.y,n.width,n.height).add(r.markerGroup),v.currentSymbol=o)),!m.styledMode&&v&&"inactive"!==this.state&&v.attr(r.pointAttribs(this,e))),v&&(v[e&&this.isInside?"show":"hide"](),v.element.point=this,v.addClass(this.getClassName(),!0));a=a.halo,n=(v=this.graphic||v)&&v.visibility||"inherit",a&&a.size&&v&&"hidden"!==n&&!this.isCluster?(b||(r.halo=b=m.renderer.path().add(v.parentGroup)),b.show()[i?"animate":"attr"]({d:this.haloPath(a.size)}),b.attr({class:"highcharts-halo highcharts-color-"+M(this.colorIndex,r.colorIndex)+(this.className?" "+this.className:""),visibility:n,zIndex:-1}),b.point=this,m.styledMode||b.attr(h({fill:this.color||r.color,"fill-opacity":a.opacity},t.filterUserAttributes(a.attributes||{})))):b&&b.point&&b.point.haloPath&&b.animate({d:b.point.haloPath(0)},null,b.hide),d(this,"afterSetState",{state:e})}},e.prototype.haloPath=function(t){return this.series.chart.renderer.symbols.circle(Math.floor(this.plotX)-t,this.plotY-t,2*t,2*t)},e}()})),e(i,"Core/Pointer.js",[i["Core/Color/Color.js"],i["Core/Globals.js"],i["Core/Tooltip.js"],i["Core/Utilities.js"]],(function(t,e,i,n){var r=t.parse,o=e.charts,s=e.noop,a=n.addEvent,l=n.attr,c=n.css,u=n.defined,h=n.extend,d=n.find,p=n.fireEvent,f=n.isNumber,m=n.isObject,g=n.objectEach,y=n.offset,b=n.pick,v=n.splat;return t=function(){function t(t,e){this.lastValidTouch={},this.pinchDown=[],this.runChartClick=!1,this.eventsToUnbind=[],this.chart=t,this.hasDragged=!1,this.options=e,this.init(t,e)}return t.prototype.applyInactiveState=function(t){var e,i=[];(t||[]).forEach((function(t){e=t.series,i.push(e),e.linkedParent&&i.push(e.linkedParent),e.linkedSeries&&(i=i.concat(e.linkedSeries)),e.navigatorSeries&&i.push(e.navigatorSeries)})),this.chart.series.forEach((function(t){-1===i.indexOf(t)?t.setState("inactive",!0):t.options.inactiveOtherPoints&&t.setAllPointsToState("inactive")}))},t.prototype.destroy=function(){var i=this;this.eventsToUnbind.forEach((function(t){return t()})),this.eventsToUnbind=[],e.chartCount||(t.unbindDocumentMouseUp&&(t.unbindDocumentMouseUp=t.unbindDocumentMouseUp()),t.unbindDocumentTouchEnd&&(t.unbindDocumentTouchEnd=t.unbindDocumentTouchEnd())),clearInterval(i.tooltipTimeout),g(i,(function(t,e){i[e]=void 0}))},t.prototype.drag=function(t){var e=this.chart,i=e.options.chart,n=this.zoomHor,o=this.zoomVert,s=e.plotLeft,a=e.plotTop,l=e.plotWidth,c=e.plotHeight,u=this.mouseDownX||0,h=this.mouseDownY||0,d=m(i.panning)?i.panning&&i.panning.enabled:i.panning,p=i.panKey&&t[i.panKey+"Key"],f=t.chartX,g=t.chartY,y=this.selectionMarker;if((!y||!y.touch)&&(f<s?f=s:f>s+l&&(f=s+l),g<a?g=a:g>a+c&&(g=a+c),this.hasDragged=Math.sqrt(Math.pow(u-f,2)+Math.pow(h-g,2)),10<this.hasDragged)){var b=e.isInsidePlot(u-s,h-a,{visiblePlotOnly:!0});!e.hasCartesianSeries&&!e.mapView||!this.zoomX&&!this.zoomY||!b||p||y||(this.selectionMarker=y=e.renderer.rect(s,a,n?1:l,o?1:c,0).attr({class:"highcharts-selection-marker",zIndex:7}).add(),e.styledMode||y.attr({fill:i.selectionMarkerFill||r("#335cad").setOpacity(.25).get()})),y&&n&&(n=f-u,y.attr({width:Math.abs(n),x:(0<n?0:n)+u})),y&&o&&(n=g-h,y.attr({height:Math.abs(n),y:(0<n?0:n)+h})),b&&!y&&d&&e.pan(t,i.panning)}},t.prototype.dragStart=function(t){var e=this.chart;e.mouseIsDown=t.type,e.cancelClick=!1,e.mouseDownX=this.mouseDownX=t.chartX,e.mouseDownY=this.mouseDownY=t.chartY},t.prototype.drop=function(t){var e=this,i=this.chart,n=this.hasPinched;if(this.selectionMarker){var r=this.selectionMarker,o=r.attr?r.attr("x"):r.x,s=r.attr?r.attr("y"):r.y,a=r.attr?r.attr("width"):r.width,l=r.attr?r.attr("height"):r.height,d={originalEvent:t,xAxis:[],yAxis:[],x:o,y:s,width:a,height:l},m=!!i.mapView;(this.hasDragged||n)&&(i.axes.forEach((function(i){if(i.zoomEnabled&&u(i.min)&&(n||e[{xAxis:"zoomX",yAxis:"zoomY"}[i.coll]])&&f(o)&&f(s)){var r=i.horiz,c="touchend"===t.type?i.minPixelPadding:0,h=i.toValue((r?o:s)+c);r=i.toValue((r?o+a:s+l)-c),d[i.coll].push({axis:i,min:Math.min(h,r),max:Math.max(h,r)}),m=!0}})),m&&p(i,"selection",d,(function(t){i.zoom(h(t,n?{animation:!1}:null))}))),f(i.index)&&(this.selectionMarker=this.selectionMarker.destroy()),n&&this.scaleGroups()}i&&f(i.index)&&(c(i.container,{cursor:i._cursor}),i.cancelClick=10<this.hasDragged,i.mouseIsDown=this.hasDragged=this.hasPinched=!1,this.pinchDown=[])},t.prototype.findNearestKDPoint=function(t,e,i){var n,r=this.chart,o=r.hoverPoint;return r=r.tooltip,o&&r&&r.isStickyOnContact()?o:(t.forEach((function(t){var r=!(t.noSharedTooltip&&e)&&0>t.options.findNearestPointBy.indexOf("y");if(t=t.searchPoint(i,r),(r=m(t,!0)&&t.series)&&!(r=!m(n,!0))){r=n.distX-t.distX;var o=n.dist-t.dist,s=(t.series.group&&t.series.group.zIndex)-(n.series.group&&n.series.group.zIndex);r=0<(0!==r&&e?r:0!==o?o:0!==s?s:n.series.index>t.series.index?-1:1)}r&&(n=t)})),n)},t.prototype.getChartCoordinatesFromPoint=function(t,e){var i=t.series,n=i.xAxis;i=i.yAxis;var r=t.shapeArgs;if(n&&i){var o=b(t.clientX,t.plotX),s=t.plotY||0;return t.isNode&&r&&f(r.x)&&f(r.y)&&(o=r.x,s=r.y),e?{chartX:i.len+i.pos-s,chartY:n.len+n.pos-o}:{chartX:o+n.pos,chartY:s+i.pos}}if(r&&r.x&&r.y)return{chartX:r.x,chartY:r.y}},t.prototype.getChartPosition=function(){if(this.chartPosition)return this.chartPosition;var t=this.chart.container,e=y(t);this.chartPosition={left:e.left,top:e.top,scaleX:1,scaleY:1};var i=t.offsetWidth;return t=t.offsetHeight,2<i&&2<t&&(this.chartPosition.scaleX=e.width/i,this.chartPosition.scaleY=e.height/t),this.chartPosition},t.prototype.getCoordinates=function(t){var e={xAxis:[],yAxis:[]};return this.chart.axes.forEach((function(i){e[i.isXAxis?"xAxis":"yAxis"].push({axis:i,value:i.toValue(t[i.horiz?"chartX":"chartY"])})})),e},t.prototype.getHoverData=function(t,e,i,n,r,o){var s=[];n=!(!n||!t);var a={chartX:o?o.chartX:void 0,chartY:o?o.chartY:void 0,shared:r};p(this,"beforeGetHoverData",a);var l=e&&!e.stickyTracking?[e]:i.filter((function(t){return a.filter?a.filter(t):t.visible&&!(!r&&t.directTouch)&&b(t.options.enableMouseTracking,!0)&&t.stickyTracking})),c=n||!o?t:this.findNearestKDPoint(l,r,o);return e=c&&c.series,c&&(r&&!e.noSharedTooltip?(l=i.filter((function(t){return a.filter?a.filter(t):t.visible&&!(!r&&t.directTouch)&&b(t.options.enableMouseTracking,!0)&&!t.noSharedTooltip}))).forEach((function(t){var e=d(t.points,(function(t){return t.x===c.x&&!t.isNull}));m(e)&&(t.chart.isBoosting&&(e=t.getPoint(e)),s.push(e))})):s.push(c)),p(this,"afterGetHoverData",a={hoverPoint:c}),{hoverPoint:a.hoverPoint,hoverSeries:e,hoverPoints:s}},t.prototype.getPointFromEvent=function(t){t=t.target;for(var e;t&&!e;)e=t.point,t=t.parentNode;return e},t.prototype.onTrackerMouseOut=function(t){t=t.relatedTarget||t.toElement;var e=this.chart.hoverSeries;this.isDirectTouch=!1,!e||!t||e.stickyTracking||this.inClass(t,"highcharts-tooltip")||this.inClass(t,"highcharts-series-"+e.index)&&this.inClass(t,"highcharts-tracker")||e.onMouseOut()},t.prototype.inClass=function(t,e){for(var i;t;){if(i=l(t,"class")){if(-1!==i.indexOf(e))return!0;if(-1!==i.indexOf("highcharts-container"))return!1}t=t.parentNode}},t.prototype.init=function(t,e){this.options=e,this.chart=t,this.runChartClick=!(!e.chart.events||!e.chart.events.click),this.pinchDown=[],this.lastValidTouch={},i&&(t.tooltip=new i(t,e.tooltip),this.followTouchMove=b(e.tooltip.followTouchMove,!0)),this.setDOMEvents()},t.prototype.normalize=function(t,e){var i=t.touches,n=i?i.length?i.item(0):b(i.changedTouches,t.changedTouches)[0]:t;return e||(e=this.getChartPosition()),i=n.pageX-e.left,n=n.pageY-e.top,i/=e.scaleX,n/=e.scaleY,h(t,{chartX:Math.round(i),chartY:Math.round(n)})},t.prototype.onContainerClick=function(t){var e=this.chart,i=e.hoverPoint;t=this.normalize(t);var n=e.plotLeft,r=e.plotTop;e.cancelClick||(i&&this.inClass(t.target,"highcharts-tracker")?(p(i.series,"click",h(t,{point:i})),e.hoverPoint&&i.firePointEvent("click",t)):(h(t,this.getCoordinates(t)),e.isInsidePlot(t.chartX-n,t.chartY-r,{visiblePlotOnly:!0})&&p(e,"click",t)))},t.prototype.onContainerMouseDown=function(t){var i=1==(1&(t.buttons||t.button));t=this.normalize(t),e.isFirefox&&0!==t.button&&this.onContainerMouseMove(t),(void 0===t.button||i)&&(this.zoomOption(t),i&&t.preventDefault&&t.preventDefault(),this.dragStart(t))},t.prototype.onContainerMouseLeave=function(e){var i=o[b(t.hoverChartIndex,-1)],n=this.chart.tooltip;n&&n.shouldStickOnContact()&&this.inClass(e.relatedTarget,"highcharts-tooltip-container")||(e=this.normalize(e),i&&(e.relatedTarget||e.toElement)&&(i.pointer.reset(),i.pointer.chartPosition=void 0),n&&!n.isHidden&&this.reset())},t.prototype.onContainerMouseEnter=function(t){delete this.chartPosition},t.prototype.onContainerMouseMove=function(t){var e=this.chart;t=this.normalize(t),this.setHoverChartIndex(),t.preventDefault||(t.returnValue=!1),("mousedown"===e.mouseIsDown||this.touchSelect(t))&&this.drag(t),e.openMenu||!this.inClass(t.target,"highcharts-tracker")&&!e.isInsidePlot(t.chartX-e.plotLeft,t.chartY-e.plotTop,{visiblePlotOnly:!0})||(this.inClass(t.target,"highcharts-no-tooltip")?this.reset(!1,0):this.runPointActions(t))},t.prototype.onDocumentTouchEnd=function(e){var i=o[b(t.hoverChartIndex,-1)];i&&i.pointer.drop(e)},t.prototype.onContainerTouchMove=function(t){this.touchSelect(t)?this.onContainerMouseMove(t):this.touch(t)},t.prototype.onContainerTouchStart=function(t){this.touchSelect(t)?this.onContainerMouseDown(t):(this.zoomOption(t),this.touch(t,!0))},t.prototype.onDocumentMouseMove=function(t){var e=this.chart,i=this.chartPosition;t=this.normalize(t,i);var n=e.tooltip;!i||n&&n.isStickyOnContact()||e.isInsidePlot(t.chartX-e.plotLeft,t.chartY-e.plotTop,{visiblePlotOnly:!0})||this.inClass(t.target,"highcharts-tracker")||this.reset()},t.prototype.onDocumentMouseUp=function(e){var i=o[b(t.hoverChartIndex,-1)];i&&i.pointer.drop(e)},t.prototype.pinch=function(t){var e=this,i=e.chart,n=e.pinchDown,r=t.touches||[],o=r.length,a=e.lastValidTouch,l=e.hasZoom,c={},u=1===o&&(e.inClass(t.target,"highcharts-tracker")&&i.runTrackerClick||e.runChartClick),d={},f=e.selectionMarker;1<o?e.initiated=!0:1===o&&this.followTouchMove&&(e.initiated=!1),l&&e.initiated&&!u&&!1!==t.cancelable&&t.preventDefault(),[].map.call(r,(function(t){return e.normalize(t)})),"touchstart"===t.type?([].forEach.call(r,(function(t,e){n[e]={chartX:t.chartX,chartY:t.chartY}})),a.x=[n[0].chartX,n[1]&&n[1].chartX],a.y=[n[0].chartY,n[1]&&n[1].chartY],i.axes.forEach((function(t){if(t.zoomEnabled){var e=i.bounds[t.horiz?"h":"v"],n=t.minPixelPadding,r=t.toPixels(Math.min(b(t.options.min,t.dataMin),t.dataMin)),o=t.toPixels(Math.max(b(t.options.max,t.dataMax),t.dataMax)),s=Math.max(r,o);e.min=Math.min(t.pos,Math.min(r,o)-n),e.max=Math.max(t.pos+t.len,s+n)}})),e.res=!0):e.followTouchMove&&1===o?this.runPointActions(e.normalize(t)):n.length&&(p(i,"touchpan",{originalEvent:t},(function(){f||(e.selectionMarker=f=h({destroy:s,touch:!0},i.plotBox)),e.pinchTranslate(n,r,c,f,d,a),e.hasPinched=l,e.scaleGroups(c,d)})),e.res&&(e.res=!1,this.reset(!1,0)))},t.prototype.pinchTranslate=function(t,e,i,n,r,o){this.zoomHor&&this.pinchTranslateDirection(!0,t,e,i,n,r,o),this.zoomVert&&this.pinchTranslateDirection(!1,t,e,i,n,r,o)},t.prototype.pinchTranslateDirection=function(t,e,i,n,r,o,s,a){var l=this.chart,c=t?"x":"y",u=t?"X":"Y",h="chart"+u,d=t?"width":"height",p=l["plot"+(t?"Left":"Top")],f=l.inverted,m=l.bounds[t?"h":"v"],g=1===e.length,y=e[0][h],b=!g&&e[1][h];e=function(){"number"==typeof A&&20<Math.abs(y-b)&&(x=a||Math.abs(_-A)/Math.abs(y-b)),M=(p-_)/x+y,v=l["plot"+(t?"Width":"Height")]/x};var v,M,x=a||1,_=i[0][h],A=!g&&i[1][h];if(e(),(i=M)<m.min){i=m.min;var L=!0}else i+v>m.max&&(i=m.max-v,L=!0);L?(_-=.8*(_-s[c][0]),"number"==typeof A&&(A-=.8*(A-s[c][1])),e()):s[c]=[_,A],f||(o[c]=M-p,o[d]=v),o=f?1/x:x,r[d]=v,r[c]=i,n[f?t?"scaleY":"scaleX":"scale"+u]=x,n["translate"+u]=o*p+(_-o*y)},t.prototype.reset=function(t,e){var i=this.chart,n=i.hoverSeries,r=i.hoverPoint,o=i.hoverPoints,s=i.tooltip,a=s&&s.shared?o:r;t&&a&&v(a).forEach((function(e){e.series.isCartesian&&void 0===e.plotX&&(t=!1)})),t?s&&a&&v(a).length&&(s.refresh(a),s.shared&&o?o.forEach((function(t){t.setState(t.state,!0),t.series.isCartesian&&(t.series.xAxis.crosshair&&t.series.xAxis.drawCrosshair(null,t),t.series.yAxis.crosshair&&t.series.yAxis.drawCrosshair(null,t))})):r&&(r.setState(r.state,!0),i.axes.forEach((function(t){t.crosshair&&r.series[t.coll]===t&&t.drawCrosshair(null,r)})))):(r&&r.onMouseOut(),o&&o.forEach((function(t){t.setState()})),n&&n.onMouseOut(),s&&s.hide(e),this.unDocMouseMove&&(this.unDocMouseMove=this.unDocMouseMove()),i.axes.forEach((function(t){t.hideCrosshair()})),this.hoverX=i.hoverPoints=i.hoverPoint=null)},t.prototype.runPointActions=function(e,i){var n=this.chart,r=n.tooltip&&n.tooltip.options.enabled?n.tooltip:void 0,s=!!r&&r.shared,l=i||n.hoverPoint,c=l&&l.series||n.hoverSeries;l=(i=this.getHoverData(l,c,n.series,(!e||"touchmove"!==e.type)&&(!!i||c&&c.directTouch&&this.isDirectTouch),s,e)).hoverPoint,c=i.hoverSeries;var u=i.hoverPoints;if(i=c&&c.tooltipOptions.followPointer&&!c.tooltipOptions.split,s=s&&c&&!c.noSharedTooltip,l&&(l!==n.hoverPoint||r&&r.isHidden)){if((n.hoverPoints||[]).forEach((function(t){-1===u.indexOf(t)&&t.setState()})),n.hoverSeries!==c&&c.onMouseOver(),this.applyInactiveState(u),(u||[]).forEach((function(t){t.setState("hover")})),n.hoverPoint&&n.hoverPoint.firePointEvent("mouseOut"),!l.series)return;n.hoverPoints=u,n.hoverPoint=l,l.firePointEvent("mouseOver"),r&&r.refresh(s?u:l,e)}else i&&r&&!r.isHidden&&(l=r.getAnchor([{}],e),n.isInsidePlot(l[0],l[1],{visiblePlotOnly:!0})&&r.updatePosition({plotX:l[0],plotY:l[1]}));this.unDocMouseMove||(this.unDocMouseMove=a(n.container.ownerDocument,"mousemove",(function(e){var i=o[t.hoverChartIndex];i&&i.pointer.onDocumentMouseMove(e)})),this.eventsToUnbind.push(this.unDocMouseMove)),n.axes.forEach((function(t){var i,r=b((t.crosshair||{}).snap,!0);r&&((i=n.hoverPoint)&&i.series[t.coll]===t||(i=d(u,(function(e){return e.series[t.coll]===t})))),i||!r?t.drawCrosshair(e,i):t.hideCrosshair()}))},t.prototype.scaleGroups=function(t,e){var i=this.chart;i.series.forEach((function(n){var r=t||n.getPlotBox();n.group&&(n.xAxis&&n.xAxis.zoomEnabled||i.mapView)&&(n.group.attr(r),n.markerGroup&&(n.markerGroup.attr(r),n.markerGroup.clip(e?i.clipRect:null)),n.dataLabelsGroup&&n.dataLabelsGroup.attr(r))})),i.clipRect.attr(e||i.clipBox)},t.prototype.setDOMEvents=function(){var i=this,n=this.chart.container,r=n.ownerDocument;n.onmousedown=this.onContainerMouseDown.bind(this),n.onmousemove=this.onContainerMouseMove.bind(this),n.onclick=this.onContainerClick.bind(this),this.eventsToUnbind.push(a(n,"mouseenter",this.onContainerMouseEnter.bind(this))),this.eventsToUnbind.push(a(n,"mouseleave",this.onContainerMouseLeave.bind(this))),t.unbindDocumentMouseUp||(t.unbindDocumentMouseUp=a(r,"mouseup",this.onDocumentMouseUp.bind(this)));for(var o=this.chart.renderTo.parentElement;o&&"BODY"!==o.tagName;)this.eventsToUnbind.push(a(o,"scroll",(function(){delete i.chartPosition}))),o=o.parentElement;e.hasTouch&&(this.eventsToUnbind.push(a(n,"touchstart",this.onContainerTouchStart.bind(this),{passive:!1})),this.eventsToUnbind.push(a(n,"touchmove",this.onContainerTouchMove.bind(this),{passive:!1})),t.unbindDocumentTouchEnd||(t.unbindDocumentTouchEnd=a(r,"touchend",this.onDocumentTouchEnd.bind(this),{passive:!1})))},t.prototype.setHoverChartIndex=function(){var i=this.chart,n=e.charts[b(t.hoverChartIndex,-1)];n&&n!==i&&n.pointer.onContainerMouseLeave({relatedTarget:!0}),n&&n.mouseIsDown||(t.hoverChartIndex=i.index)},t.prototype.touch=function(t,e){var i=this.chart;if(this.setHoverChartIndex(),1===t.touches.length)if(t=this.normalize(t),i.isInsidePlot(t.chartX-i.plotLeft,t.chartY-i.plotTop,{visiblePlotOnly:!0})&&!i.openMenu){if(e&&this.runPointActions(t),"touchmove"===t.type)var n=!!(e=this.pinchDown)[0]&&4<=Math.sqrt(Math.pow(e[0].chartX-t.chartX,2)+Math.pow(e[0].chartY-t.chartY,2));b(n,!0)&&this.pinch(t)}else e&&this.reset();else 2===t.touches.length&&this.pinch(t)},t.prototype.touchSelect=function(t){return!(!this.chart.options.chart.zoomBySingleTouch||!t.touches||1!==t.touches.length)},t.prototype.zoomOption=function(t){var e=this.chart,i=e.options.chart;e=e.inverted;var n=i.zoomType||"";/touch/.test(t.type)&&(n=b(i.pinchType,n)),this.zoomX=t=/x/.test(n),this.zoomY=i=/y/.test(n),this.zoomHor=t&&!e||i&&e,this.zoomVert=i&&!e||t&&e,this.hasZoom=t||i},t}()})),e(i,"Core/MSPointer.js",[i["Core/Globals.js"],i["Core/Pointer.js"],i["Core/Utilities.js"]],(function(t,e,i){function n(){var t=[];return t.item=function(t){return this[t]},d(f,(function(e){t.push({pageX:e.pageX,pageY:e.pageY,target:e.target})})),t}function r(t,i,r,o){var a=s[e.hoverChartIndex||NaN];"touch"!==t.pointerType&&t.pointerType!==t.MSPOINTER_TYPE_TOUCH||!a||(a=a.pointer,o(t),a[i]({type:r,target:t.currentTarget,preventDefault:l,touches:n()}))}var o=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),s=t.charts,a=t.doc,l=t.noop,c=t.win,u=i.addEvent,h=i.css,d=i.objectEach,p=i.removeEvent,f={},m=!!c.PointerEvent;return function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return o(i,e),i.isRequired=function(){return!(t.hasTouch||!c.PointerEvent&&!c.MSPointerEvent)},i.prototype.batchMSEvents=function(t){t(this.chart.container,m?"pointerdown":"MSPointerDown",this.onContainerPointerDown),t(this.chart.container,m?"pointermove":"MSPointerMove",this.onContainerPointerMove),t(a,m?"pointerup":"MSPointerUp",this.onDocumentPointerUp)},i.prototype.destroy=function(){this.batchMSEvents(p),e.prototype.destroy.call(this)},i.prototype.init=function(t,i){e.prototype.init.call(this,t,i),this.hasZoom&&h(t.container,{"-ms-touch-action":"none","touch-action":"none"})},i.prototype.onContainerPointerDown=function(t){r(t,"onContainerTouchStart","touchstart",(function(t){f[t.pointerId]={pageX:t.pageX,pageY:t.pageY,target:t.currentTarget}}))},i.prototype.onContainerPointerMove=function(t){r(t,"onContainerTouchMove","touchmove",(function(t){f[t.pointerId]={pageX:t.pageX,pageY:t.pageY},f[t.pointerId].target||(f[t.pointerId].target=t.currentTarget)}))},i.prototype.onDocumentPointerUp=function(t){r(t,"onDocumentTouchEnd","touchend",(function(t){delete f[t.pointerId]}))},i.prototype.setDOMEvents=function(){e.prototype.setDOMEvents.call(this),(this.hasZoom||this.followTouchMove)&&this.batchMSEvents(u)},i}(e)})),e(i,"Core/Legend/Legend.js",[i["Core/Animation/AnimationUtilities.js"],i["Core/FormatUtilities.js"],i["Core/Globals.js"],i["Core/Series/Point.js"],i["Core/Renderer/RendererUtilities.js"],i["Core/Utilities.js"]],(function(t,e,i,n,r,o){var s=t.animObject,a=t.setAnimation,l=e.format;t=i.isFirefox;var c=i.marginNames;i=i.win;var u=r.distribute,h=o.addEvent,d=o.createElement,p=o.css,f=o.defined,m=o.discardElement,g=o.find,y=o.fireEvent,b=o.isNumber,v=o.merge,M=o.pick,x=o.relativeLength,_=o.stableSort,A=o.syncTimeout;return r=o.wrap,o=function(){function t(t,e){this.allItems=[],this.contentGroup=this.box=void 0,this.display=!1,this.group=void 0,this.offsetWidth=this.maxLegendWidth=this.maxItemWidth=this.legendWidth=this.legendHeight=this.lastLineHeight=this.lastItemY=this.itemY=this.itemX=this.itemMarginTop=this.itemMarginBottom=this.itemHeight=this.initialItemY=0,this.options={},this.padding=0,this.pages=[],this.proximate=!1,this.scrollGroup=void 0,this.widthOption=this.totalItemWidth=this.titleHeight=this.symbolWidth=this.symbolHeight=0,this.chart=t,this.init(t,e)}return t.prototype.init=function(t,e){this.chart=t,this.setOptions(e),e.enabled&&(this.render(),h(this.chart,"endResize",(function(){this.legend.positionCheckboxes()})),this.proximate?this.unchartrender=h(this.chart,"render",(function(){this.legend.proximatePositions(),this.legend.positionItems()})):this.unchartrender&&this.unchartrender())},t.prototype.setOptions=function(t){var e=M(t.padding,8);this.options=t,this.chart.styledMode||(this.itemStyle=t.itemStyle,this.itemHiddenStyle=v(this.itemStyle,t.itemHiddenStyle)),this.itemMarginTop=t.itemMarginTop||0,this.itemMarginBottom=t.itemMarginBottom||0,this.padding=e,this.initialItemY=e-5,this.symbolWidth=M(t.symbolWidth,16),this.pages=[],this.proximate="proximate"===t.layout&&!this.chart.inverted,this.baseline=void 0},t.prototype.update=function(t,e){var i=this.chart;this.setOptions(v(!0,this.options,t)),this.destroy(),i.isDirtyLegend=i.isDirtyBox=!0,M(e,!0)&&i.redraw(),y(this,"afterUpdate")},t.prototype.colorizeItem=function(t,e){if(t.legendGroup[e?"removeClass":"addClass"]("highcharts-legend-item-hidden"),!this.chart.styledMode){var i=this.options,n=t.legendItem,r=t.legendLine,o=t.legendSymbol,s=this.itemHiddenStyle.color;i=e?i.itemStyle.color:s;var a=e&&t.color||s,l=t.options&&t.options.marker,c={fill:a};n&&n.css({fill:i,color:i}),r&&r.attr({stroke:a}),o&&(l&&o.isMarker&&(c=t.pointAttribs(),e||(c.stroke=c.fill=s)),o.attr(c))}y(this,"afterColorizeItem",{item:t,visible:e})},t.prototype.positionItems=function(){this.allItems.forEach(this.positionItem,this),this.chart.isResizing||this.positionCheckboxes()},t.prototype.positionItem=function(t){var e=this,i=this.options,n=i.symbolPadding,r=!i.rtl,o=t._legendItemPos;i=o[0],o=o[1];var s=t.checkbox,a=t.legendGroup;a&&a.element&&(n={translateX:r?i:this.legendWidth-i-2*n-4,translateY:o},r=function(){y(e,"afterPositionItem",{item:t})},f(a.translateY)?a.animate(n,void 0,r):(a.attr(n),r())),s&&(s.x=i,s.y=o)},t.prototype.destroyItem=function(t){var e=t.checkbox;["legendItem","legendLine","legendSymbol","legendGroup"].forEach((function(e){t[e]&&(t[e]=t[e].destroy())})),e&&m(t.checkbox)},t.prototype.destroy=function(){function t(t){this[t]&&(this[t]=this[t].destroy())}this.getAllItems().forEach((function(e){["legendItem","legendGroup"].forEach(t,e)})),"clipRect up down pager nav box title group".split(" ").forEach(t,this),this.display=null},t.prototype.positionCheckboxes=function(){var t=this.group&&this.group.alignAttr,e=this.clipHeight||this.legendHeight,i=this.titleHeight;if(t){var n=t.translateY;this.allItems.forEach((function(r){var o=r.checkbox;if(o){var s=n+i+o.y+(this.scrollOffset||0)+3;p(o,{left:t.translateX+r.checkboxOffset+o.x-20+"px",top:s+"px",display:this.proximate||s>n-6&&s<n+e-6?"":"none"})}}),this)}},t.prototype.renderTitle=function(){var t=this.options,e=this.padding,i=t.title,n=0;i.text&&(this.title||(this.title=this.chart.renderer.label(i.text,e-3,e-4,null,null,null,t.useHTML,null,"legend-title").attr({zIndex:1}),this.chart.styledMode||this.title.css(i.style),this.title.add(this.group)),i.width||this.title.css({width:this.maxLegendWidth+"px"}),n=(t=this.title.getBBox()).height,this.offsetWidth=t.width,this.contentGroup.attr({translateY:n})),this.titleHeight=n},t.prototype.setText=function(t){var e=this.options;t.legendItem.attr({text:e.labelFormat?l(e.labelFormat,t,this.chart):e.labelFormatter.call(t)})},t.prototype.renderItem=function(t){var e=this.chart,i=e.renderer,n=this.options,r=this.symbolWidth,o=n.symbolPadding||0,s=this.itemStyle,a=this.itemHiddenStyle,l="horizontal"===n.layout?M(n.itemDistance,20):0,c=!n.rtl,u=!t.series,h=!u&&t.series.drawLegendSymbol?t.series:t,d=h.options,p=this.createCheckboxForItem&&d&&d.showCheckbox,f=n.useHTML,m=t.options.className,g=t.legendItem;d=r+o+l+(p?20:0),g||(t.legendGroup=i.g("legend-item").addClass("highcharts-"+h.type+"-series highcharts-color-"+t.colorIndex+(m?" "+m:"")+(u?" highcharts-series-"+t.index:"")).attr({zIndex:1}).add(this.scrollGroup),t.legendItem=g=i.text("",c?r+o:-o,this.baseline||0,f),e.styledMode||g.css(v(t.visible?s:a)),g.attr({align:c?"left":"right",zIndex:2}).add(t.legendGroup),this.baseline||(this.fontMetrics=i.fontMetrics(e.styledMode?12:s.fontSize,g),this.baseline=this.fontMetrics.f+3+this.itemMarginTop,g.attr("y",this.baseline),this.symbolHeight=n.symbolHeight||this.fontMetrics.f,n.squareSymbol&&(this.symbolWidth=M(n.symbolWidth,Math.max(this.symbolHeight,16)),d=this.symbolWidth+o+l+(p?20:0),c&&g.attr("x",this.symbolWidth+o))),h.drawLegendSymbol(this,t),this.setItemEvents&&this.setItemEvents(t,g,f)),p&&!t.checkbox&&this.createCheckboxForItem&&this.createCheckboxForItem(t),this.colorizeItem(t,t.visible),!e.styledMode&&s.width||g.css({width:(n.itemWidth||this.widthOption||e.spacingBox.width)-d+"px"}),this.setText(t),e=g.getBBox(),i=this.fontMetrics&&this.fontMetrics.h||0,t.itemWidth=t.checkboxOffset=n.itemWidth||t.legendItemWidth||e.width+d,this.maxItemWidth=Math.max(this.maxItemWidth,t.itemWidth),this.totalItemWidth+=t.itemWidth,this.itemHeight=t.itemHeight=Math.round(t.legendItemHeight||(e.height>1.5*i?e.height:i))},t.prototype.layoutItem=function(t){var e=this.options,i=this.padding,n="horizontal"===e.layout,r=t.itemHeight,o=this.itemMarginBottom,s=this.itemMarginTop,a=n?M(e.itemDistance,20):0,l=this.maxLegendWidth;e=e.alignColumns&&this.totalItemWidth>l?this.maxItemWidth:t.itemWidth,n&&this.itemX-i+e>l&&(this.itemX=i,this.lastLineHeight&&(this.itemY+=s+this.lastLineHeight+o),this.lastLineHeight=0),this.lastItemY=s+this.itemY+o,this.lastLineHeight=Math.max(r,this.lastLineHeight),t._legendItemPos=[this.itemX,this.itemY],n?this.itemX+=e:(this.itemY+=s+r+o,this.lastLineHeight=r),this.offsetWidth=this.widthOption||Math.max((n?this.itemX-i-(t.checkbox?0:a):e)+i,this.offsetWidth)},t.prototype.getAllItems=function(){var t=[];return this.chart.series.forEach((function(e){var i=e&&e.options;e&&M(i.showInLegend,!f(i.linkedTo)&&void 0,!0)&&(t=t.concat(e.legendItems||("point"===i.legendType?e.data:e)))})),y(this,"afterGetAllItems",{allItems:t}),t},t.prototype.getAlignment=function(){var t=this.options;return this.proximate?t.align.charAt(0)+"tv":t.floating?"":t.align.charAt(0)+t.verticalAlign.charAt(0)+t.layout.charAt(0)},t.prototype.adjustMargins=function(t,e){var i=this.chart,n=this.options,r=this.getAlignment();r&&[/(lth|ct|rth)/,/(rtv|rm|rbv)/,/(rbh|cb|lbh)/,/(lbv|lm|ltv)/].forEach((function(o,s){o.test(r)&&!f(t[s])&&(i[c[s]]=Math.max(i[c[s]],i.legend[(s+1)%2?"legendHeight":"legendWidth"]+[1,-1,-1,1][s]*n[s%2?"x":"y"]+M(n.margin,12)+e[s]+(i.titleOffset[s]||0)))}))},t.prototype.proximatePositions=function(){var t=this.chart,e=[],i="left"===this.options.align;this.allItems.forEach((function(n){var r,o=i;if(n.yAxis){n.xAxis.options.reversed&&(o=!o),n.points&&(r=g(o?n.points:n.points.slice(0).reverse(),(function(t){return b(t.plotY)}))),o=this.itemMarginTop+n.legendItem.getBBox().height+this.itemMarginBottom;var s=n.yAxis.top-t.plotTop;n.visible?(r=r?r.plotY:n.yAxis.height,r+=s-.3*o):r=s+n.yAxis.height,e.push({target:r,size:o,item:n})}}),this),u(e,t.plotHeight).forEach((function(e){e.item._legendItemPos&&(e.item._legendItemPos[1]=t.plotTop-t.spacing[0]+e.pos)}))},t.prototype.render=function(){var t=this.chart,e=t.renderer,i=this.options,n=this.padding,r=this.getAllItems(),o=this.group,s=this.box;this.itemX=n,this.itemY=this.initialItemY,this.lastItemY=this.offsetWidth=0,this.widthOption=x(i.width,t.spacingBox.width-n);var a=t.spacingBox.width-2*n-i.x;-1<["rm","lm"].indexOf(this.getAlignment().substring(0,2))&&(a/=2),this.maxLegendWidth=this.widthOption||a,o||(this.group=o=e.g("legend").addClass(i.className||"").attr({zIndex:7}).add(),this.contentGroup=e.g().attr({zIndex:1}).add(o),this.scrollGroup=e.g().add(this.contentGroup)),this.renderTitle(),_(r,(function(t,e){return(t.options&&t.options.legendIndex||0)-(e.options&&e.options.legendIndex||0)})),i.reversed&&r.reverse(),this.allItems=r,this.display=a=!!r.length,this.itemHeight=this.totalItemWidth=this.maxItemWidth=this.lastLineHeight=0,r.forEach(this.renderItem,this),r.forEach(this.layoutItem,this),r=(this.widthOption||this.offsetWidth)+n;var l=this.lastItemY+this.lastLineHeight+this.titleHeight;l=this.handleOverflow(l),l+=n,s||(this.box=s=e.rect().addClass("highcharts-legend-box").attr({r:i.borderRadius}).add(o),s.isNew=!0),t.styledMode||s.attr({stroke:i.borderColor,"stroke-width":i.borderWidth||0,fill:i.backgroundColor||"none"}).shadow(i.shadow),0<r&&0<l&&(s[s.isNew?"attr":"animate"](s.crisp.call({},{x:0,y:0,width:r,height:l},s.strokeWidth())),s.isNew=!1),s[a?"show":"hide"](),t.styledMode&&"none"===o.getStyle("display")&&(r=l=0),this.legendWidth=r,this.legendHeight=l,a&&this.align(),this.proximate||this.positionItems(),y(this,"afterRender")},t.prototype.align=function(t){void 0===t&&(t=this.chart.spacingBox);var e=this.chart,i=this.options,n=t.y;/(lth|ct|rth)/.test(this.getAlignment())&&0<e.titleOffset[0]?n+=e.titleOffset[0]:/(lbh|cb|rbh)/.test(this.getAlignment())&&0<e.titleOffset[2]&&(n-=e.titleOffset[2]),n!==t.y&&(t=v(t,{y:n})),this.group.align(v(i,{width:this.legendWidth,height:this.legendHeight,verticalAlign:this.proximate?"top":i.verticalAlign}),!0,t)},t.prototype.handleOverflow=function(t){var e,i,n=this,r=this.chart,o=r.renderer,s=this.options,a=s.y,l="top"===s.verticalAlign,c=this.padding,u=s.maxHeight,h=s.navigation,d=M(h.animation,!0),p=h.arrowSize||12,f=this.pages,m=this.allItems,g=function(t){"number"==typeof t?v.attr({height:t}):v&&(n.clipRect=v.destroy(),n.contentGroup.clip()),n.contentGroup.div&&(n.contentGroup.div.style.clip=t?"rect("+c+"px,9999px,"+(c+t)+"px,0)":"auto")},y=function(t){return n[t]=o.circle(0,0,1.3*p).translate(p/2,p/2).add(b),r.styledMode||n[t].attr("fill","rgba(0,0,0,0.0001)"),n[t]};a=r.spacingBox.height+(l?-a:a)-c;var b=this.nav,v=this.clipRect;return"horizontal"!==s.layout||"middle"===s.verticalAlign||s.floating||(a/=2),u&&(a=Math.min(a,u)),f.length=0,t&&0<a&&t>a&&!1!==h.enabled?(this.clipHeight=e=Math.max(a-20-this.titleHeight-c,0),this.currentPage=M(this.currentPage,1),this.fullHeight=t,m.forEach((function(t,n){var r=t._legendItemPos[1],o=Math.round(t.legendItem.getBBox().height),s=f.length;(!s||r-f[s-1]>e&&(i||r)!==f[s-1])&&(f.push(i||r),s++),t.pageIx=s-1,i&&(m[n-1].pageIx=s-1),n===m.length-1&&r+o-f[s-1]>e&&o<=e&&(f.push(r),t.pageIx=s),r!==i&&(i=r)})),v||(v=n.clipRect=o.clipRect(0,c,9999,0),n.contentGroup.clip(v)),g(e),b||(this.nav=b=o.g().attr({zIndex:1}).add(this.group),this.up=o.symbol("triangle",0,0,p,p).add(b),y("upTracker").on("click",(function(){n.scroll(-1,d)})),this.pager=o.text("",15,10).addClass("highcharts-legend-navigation"),r.styledMode||this.pager.css(h.style),this.pager.add(b),this.down=o.symbol("triangle-down",0,0,p,p).add(b),y("downTracker").on("click",(function(){n.scroll(1,d)}))),n.scroll(0),t=a):b&&(g(),this.nav=b.destroy(),this.scrollGroup.attr({translateY:1}),this.clipHeight=0),t},t.prototype.scroll=function(t,e){var i=this,n=this.chart,r=this.pages,o=r.length,l=this.clipHeight,c=this.options.navigation,u=this.pager,h=this.padding,d=this.currentPage+t;d>o&&(d=o),0<d&&(void 0!==e&&a(e,n),this.nav.attr({translateX:h,translateY:l+this.padding+7+this.titleHeight,visibility:"visible"}),[this.up,this.upTracker].forEach((function(t){t.attr({class:1===d?"highcharts-legend-nav-inactive":"highcharts-legend-nav-active"})})),u.attr({text:d+"/"+o}),[this.down,this.downTracker].forEach((function(t){t.attr({x:18+this.pager.getBBox().width,class:d===o?"highcharts-legend-nav-inactive":"highcharts-legend-nav-active"})}),this),n.styledMode||(this.up.attr({fill:1===d?c.inactiveColor:c.activeColor}),this.upTracker.css({cursor:1===d?"default":"pointer"}),this.down.attr({fill:d===o?c.inactiveColor:c.activeColor}),this.downTracker.css({cursor:d===o?"default":"pointer"})),this.scrollOffset=-r[d-1]+this.initialItemY,this.scrollGroup.animate({translateY:this.scrollOffset}),this.currentPage=d,this.positionCheckboxes(),t=s(M(e,n.renderer.globalAnimation,!0)),A((function(){y(i,"afterScroll",{currentPage:d})}),t.duration))},t.prototype.setItemEvents=function(t,e,i){var r=this,o=r.chart.renderer.boxWrapper,s=t instanceof n,a="highcharts-legend-"+(s?"point":"series")+"-active",l=r.chart.styledMode,c=function(e){r.allItems.forEach((function(i){t!==i&&[i].concat(i.linkedSeries||[]).forEach((function(t){t.setState(e,!s)}))}))};(i?[e,t.legendSymbol]:[t.legendGroup]).forEach((function(i){i&&i.on("mouseover",(function(){t.visible&&c("inactive"),t.setState("hover"),t.visible&&o.addClass(a),l||e.css(r.options.itemHoverStyle)})).on("mouseout",(function(){r.chart.styledMode||e.css(v(t.visible?r.itemStyle:r.itemHiddenStyle)),c(""),o.removeClass(a),t.setState()})).on("click",(function(e){var i=function(){t.setVisible&&t.setVisible(),c(t.visible?"inactive":"")};o.removeClass(a),e={browserEvent:e},t.firePointEvent?t.firePointEvent("legendItemClick",e,i):y(t,"legendItemClick",e,i)}))}))},t.prototype.createCheckboxForItem=function(t){t.checkbox=d("input",{type:"checkbox",className:"highcharts-legend-checkbox",checked:t.selected,defaultChecked:t.selected},this.options.itemCheckboxStyle,this.chart.container),h(t.checkbox,"click",(function(e){y(t.series||t,"checkboxClick",{checked:e.target.checked,item:t},(function(){t.select()}))}))},t}(),(/Trident\/7\.0/.test(i.navigator&&i.navigator.userAgent)||t)&&r(o.prototype,"positionItem",(function(t,e){var i=this,n=function(){e._legendItemPos&&t.call(i,e)};n(),i.bubbleLegend||setTimeout(n)})),o})),e(i,"Core/Series/SeriesRegistry.js",[i["Core/Globals.js"],i["Core/DefaultOptions.js"],i["Core/Series/Point.js"],i["Core/Utilities.js"]],(function(t,e,i,n){var r,o=e.defaultOptions,s=n.error,a=n.extendClass,l=n.merge;return function(e){function n(t,n){var r=o.plotOptions||{},s=n.defaultOptions;n.prototype.pointClass||(n.prototype.pointClass=i),n.prototype.type=t,s&&(r[t]=s),e.seriesTypes[t]=n}e.seriesTypes=t.seriesTypes,e.getSeries=function(t,i){void 0===i&&(i={});var n=t.options.chart;n=i.type||n.type||n.defaultSeriesType||"";var r=e.seriesTypes[n];return e||s(17,!0,t,{missingModuleFor:n}),"function"==typeof(n=new r).init&&n.init(t,i),n},e.registerSeriesType=n,e.seriesType=function(t,r,s,c,u){var h=o.plotOptions||{};return r=r||"",h[t]=l(h[r],s),n(t,a(e.seriesTypes[r]||function(){},c)),e.seriesTypes[t].prototype.type=t,u&&(e.seriesTypes[t].prototype.pointClass=a(i,u)),e.seriesTypes[t]}}(r||(r={})),r})),e(i,"Core/Chart/Chart.js",[i["Core/Animation/AnimationUtilities.js"],i["Core/Axis/Axis.js"],i["Core/FormatUtilities.js"],i["Core/Foundation.js"],i["Core/Globals.js"],i["Core/Legend/Legend.js"],i["Core/MSPointer.js"],i["Core/DefaultOptions.js"],i["Core/Pointer.js"],i["Core/Renderer/RendererRegistry.js"],i["Core/Series/SeriesRegistry.js"],i["Core/Renderer/SVG/SVGRenderer.js"],i["Core/Time.js"],i["Core/Utilities.js"],i["Core/Renderer/HTML/AST.js"]],(function(t,e,i,n,r,o,s,a,l,c,u,h,d,p,f){var m=t.animate,g=t.animObject,y=t.setAnimation,b=i.numberFormat,v=n.registerEventOptions,M=r.charts,x=r.doc,_=r.marginNames,A=r.svg,L=r.win,w=a.defaultOptions,k=a.defaultTime,S=u.seriesTypes,T=p.addEvent,O=p.attr,C=p.cleanRecursively,j=p.createElement,z=p.css,P=p.defined,D=p.discardElement,E=p.erase,N=p.error,Y=p.extend,B=p.find,W=p.fireEvent,R=p.getStyle,H=p.isArray,I=p.isNumber,X=p.isObject,q=p.isString,F=p.merge,G=p.objectEach,U=p.pick,V=p.pInt,K=p.relativeLength,$=p.removeEvent,J=p.splat,Z=p.syncTimeout,Q=p.uniqueKey;return t=function(){function t(t,e,i){this.series=this.renderTo=this.renderer=this.pointer=this.pointCount=this.plotWidth=this.plotTop=this.plotLeft=this.plotHeight=this.plotBox=this.options=this.numberFormatter=this.margin=this.legend=this.labelCollectors=this.isResizing=this.index=this.eventOptions=this.container=this.colorCounter=this.clipBox=this.chartWidth=this.chartHeight=this.bounds=this.axisOffset=this.axes=void 0,this.sharedClips={},this.yAxis=this.xAxis=this.userOptions=this.titleOffset=this.time=this.symbolCounter=this.spacingBox=this.spacing=void 0,this.getArgs(t,e,i)}return t.chart=function(e,i,n){return new t(e,i,n)},t.prototype.getArgs=function(t,e,i){q(t)||t.nodeName?(this.renderTo=t,this.init(e,i)):this.init(t,e)},t.prototype.init=function(t,e){var i=t.plotOptions||{};W(this,"init",{args:arguments},(function(){var n=F(w,t),o=n.chart;G(n.plotOptions,(function(t,e){X(t)&&(t.tooltip=i[e]&&F(i[e].tooltip)||void 0)})),n.tooltip.userOptions=t.chart&&t.chart.forExport&&t.tooltip.userOptions||t.tooltip,this.userOptions=t,this.margin=[],this.spacing=[],this.bounds={h:{},v:{}},this.labelCollectors=[],this.callback=e,this.isResizing=0,this.options=n,this.axes=[],this.series=[],this.time=t.time&&Object.keys(t.time).length?new d(t.time):r.time,this.numberFormatter=o.numberFormatter||b,this.styledMode=o.styledMode,this.hasCartesianSeries=o.showAxes,this.index=M.length,M.push(this),r.chartCount++,v(this,o),this.xAxis=[],this.yAxis=[],this.pointCount=this.colorCounter=this.symbolCounter=0,W(this,"afterInit"),this.firstRender()}))},t.prototype.initSeries=function(t){var e=this.options.chart;e=t.type||e.type||e.defaultSeriesType;var i=S[e];return i||N(17,!0,this,{missingModuleFor:e}),"function"==typeof(e=new i).init&&e.init(this,t),e},t.prototype.setSeriesData=function(){this.getSeriesOrderByLinks().forEach((function(t){t.points||t.data||!t.enabledDataSorting||t.setData(t.options.data,!1)}))},t.prototype.getSeriesOrderByLinks=function(){return this.series.concat().sort((function(t,e){return t.linkedSeries.length||e.linkedSeries.length?e.linkedSeries.length-t.linkedSeries.length:0}))},t.prototype.orderSeries=function(t){var e=this.series;t=t||0;for(var i=e.length;t<i;++t)e[t]&&(e[t].index=t,e[t].name=e[t].getName())},t.prototype.isInsidePlot=function(t,e,i){void 0===i&&(i={});var n=this.inverted,r=this.plotBox,o=this.plotLeft,s=this.plotTop,a=this.scrollablePlotBox,l=0,c=0;i.visiblePlotOnly&&this.scrollingContainer&&(l=(c=this.scrollingContainer).scrollLeft,c=c.scrollTop);var u=i.series;if(r=i.visiblePlotOnly&&a||r,t={x:a=i.inverted?e:t,y:e=i.inverted?t:e,isInsidePlot:!0},!i.ignoreX){var h=u&&(n?u.yAxis:u.xAxis)||{pos:o,len:1/0};(a=i.paneCoordinates?h.pos+a:o+a)>=Math.max(l+o,h.pos)&&a<=Math.min(l+o+r.width,h.pos+h.len)||(t.isInsidePlot=!1)}return!i.ignoreY&&t.isInsidePlot&&(n=u&&(n?u.xAxis:u.yAxis)||{pos:s,len:1/0},(i=i.paneCoordinates?n.pos+e:s+e)>=Math.max(c+s,n.pos)&&i<=Math.min(c+s+r.height,n.pos+n.len)||(t.isInsidePlot=!1)),W(this,"afterIsInsidePlot",t),t.isInsidePlot},t.prototype.redraw=function(t){W(this,"beforeRedraw");var e=this.hasCartesianSeries?this.axes:this.colorAxis||[],i=this.series,n=this.pointer,r=this.legend,o=this.userOptions.legend,s=this.renderer,a=s.isHidden(),l=[],c=this.isDirtyBox,u=this.isDirtyLegend;for(this.setResponsive&&this.setResponsive(!1),y(!!this.hasRendered&&t,this),a&&this.temporaryDisplay(),this.layOutTitles(),t=i.length;t--;){var h=i[t];if(h.options.stacking||h.options.centerInCategory){var d=!0;if(h.isDirty){var p=!0;break}}}if(p)for(t=i.length;t--;)(h=i[t]).options.stacking&&(h.isDirty=!0);i.forEach((function(t){t.isDirty&&("point"===t.options.legendType?("function"==typeof t.updateTotals&&t.updateTotals(),u=!0):o&&(o.labelFormatter||o.labelFormat)&&(u=!0)),t.isDirtyData&&W(t,"updatedData")})),u&&r&&r.options.enabled&&(r.render(),this.isDirtyLegend=!1),d&&this.getStacks(),e.forEach((function(t){t.updateNames(),t.setScale()})),this.getMargins(),e.forEach((function(t){t.isDirty&&(c=!0)})),e.forEach((function(t){var e=t.min+","+t.max;t.extKey!==e&&(t.extKey=e,l.push((function(){W(t,"afterSetExtremes",Y(t.eventArgs,t.getExtremes())),delete t.eventArgs}))),(c||d)&&t.redraw()})),c&&this.drawChartBox(),W(this,"predraw"),i.forEach((function(t){(c||t.isDirty)&&t.visible&&t.redraw(),t.isDirtyData=!1})),n&&n.reset(!0),s.draw(),W(this,"redraw"),W(this,"render"),a&&this.temporaryDisplay(!0),l.forEach((function(t){t.call()}))},t.prototype.get=function(t){function e(e){return e.id===t||e.options&&e.options.id===t}for(var i=this.series,n=B(this.axes,e)||B(this.series,e),r=0;!n&&r<i.length;r++)n=B(i[r].points||[],e);return n},t.prototype.getAxes=function(){var t=this,i=this.options,n=i.xAxis=J(i.xAxis||{});i=i.yAxis=J(i.yAxis||{}),W(this,"getAxes"),n.forEach((function(t,e){t.index=e,t.isX=!0})),i.forEach((function(t,e){t.index=e})),n.concat(i).forEach((function(i){new e(t,i)})),W(this,"afterGetAxes")},t.prototype.getSelectedPoints=function(){return this.series.reduce((function(t,e){return e.getPointsCollection().forEach((function(e){U(e.selectedStaging,e.selected)&&t.push(e)})),t}),[])},t.prototype.getSelectedSeries=function(){return this.series.filter((function(t){return t.selected}))},t.prototype.setTitle=function(t,e,i){this.applyDescription("title",t),this.applyDescription("subtitle",e),this.applyDescription("caption",void 0),this.layOutTitles(i)},t.prototype.applyDescription=function(t,e){var i=this,n="title"===t?{color:"#333333",fontSize:this.options.isStock?"16px":"18px"}:{color:"#666666"};n=this.options[t]=F(!this.styledMode&&{style:n},this.options[t],e);var r=this[t];r&&e&&(this[t]=r=r.destroy()),n&&!r&&((r=this.renderer.text(n.text,0,0,n.useHTML).attr({align:n.align,class:"highcharts-"+t,zIndex:n.zIndex||4}).add()).update=function(e){i[{title:"setTitle",subtitle:"setSubtitle",caption:"setCaption"}[t]](e)},this.styledMode||r.css(n.style),this[t]=r)},t.prototype.layOutTitles=function(t){var e=[0,0,0],i=this.renderer,n=this.spacingBox;["title","subtitle","caption"].forEach((function(t){var r,o=this[t],s=this.options[t],a=s.verticalAlign||"top";if(t="title"===t?"top"===a?-3:0:"top"===a?e[0]+2:0,o){this.styledMode||(r=s.style&&s.style.fontSize),r=i.fontMetrics(r,o).b,o.css({width:(s.width||n.width+(s.widthAdjust||0))+"px"});var l=Math.round(o.getBBox(s.useHTML).height);o.align(Y({y:"bottom"===a?r:t+r,height:l},s),!1,"spacingBox"),s.floating||("top"===a?e[0]=Math.ceil(e[0]+l):"bottom"===a&&(e[2]=Math.ceil(e[2]+l)))}}),this),e[0]&&"top"===(this.options.title.verticalAlign||"top")&&(e[0]+=this.options.title.margin),e[2]&&"bottom"===this.options.caption.verticalAlign&&(e[2]+=this.options.caption.margin);var r=!this.titleOffset||this.titleOffset.join(",")!==e.join(",");this.titleOffset=e,W(this,"afterLayOutTitles"),!this.isDirtyBox&&r&&(this.isDirtyBox=this.isDirtyLegend=r,this.hasRendered&&U(t,!0)&&this.isDirtyBox&&this.redraw())},t.prototype.getChartSize=function(){var t=this.options.chart,e=t.width;t=t.height;var i=this.renderTo;P(e)||(this.containerWidth=R(i,"width")),P(t)||(this.containerHeight=R(i,"height")),this.chartWidth=Math.max(0,e||this.containerWidth||600),this.chartHeight=Math.max(0,K(t,this.chartWidth)||(1<this.containerHeight?this.containerHeight:400))},t.prototype.temporaryDisplay=function(t){var e=this.renderTo;if(t)for(;e&&e.style;)e.hcOrigStyle&&(z(e,e.hcOrigStyle),delete e.hcOrigStyle),e.hcOrigDetached&&(x.body.removeChild(e),e.hcOrigDetached=!1),e=e.parentNode;else for(;e&&e.style&&(x.body.contains(e)||e.parentNode||(e.hcOrigDetached=!0,x.body.appendChild(e)),("none"===R(e,"display",!1)||e.hcOricDetached)&&(e.hcOrigStyle={display:e.style.display,height:e.style.height,overflow:e.style.overflow},t={display:"block",overflow:"hidden"},e!==this.renderTo&&(t.height=0),z(e,t),e.offsetWidth||e.style.setProperty("display","block","important")),(e=e.parentNode)!==x.body););},t.prototype.setClassName=function(t){this.container.className="highcharts-container "+(t||"")},t.prototype.getContainer=function(){var t,e=this.options,i=e.chart,n=Q(),r=this.renderTo;r||(this.renderTo=r=i.renderTo),q(r)&&(this.renderTo=r=x.getElementById(r)),r||N(13,!0,this);var o=V(O(r,"data-highcharts-chart"));I(o)&&M[o]&&M[o].hasRendered&&M[o].destroy(),O(r,"data-highcharts-chart",this.index),r.innerHTML=f.emptyHTML,i.skipClone||r.offsetWidth||this.temporaryDisplay(),this.getChartSize(),o=this.chartWidth;var s=this.chartHeight;if(z(r,{overflow:"hidden"}),this.styledMode||(t=Y({position:"relative",overflow:"hidden",width:o+"px",height:s+"px",textAlign:"left",lineHeight:"normal",zIndex:0,"-webkit-tap-highlight-color":"rgba(0,0,0,0)",userSelect:"none","touch-action":"manipulation",outline:"none"},i.style||{})),this.container=n=j("div",{id:n},t,r),this._cursor=n.style.cursor,this.renderer=new(i.renderer||!A?c.getRendererType(i.renderer):h)(n,o,s,void 0,i.forExport,e.exporting&&e.exporting.allowHTML,this.styledMode),y(void 0,this),this.setClassName(i.className),this.styledMode)for(var a in e.defs)this.renderer.definition(e.defs[a]);else this.renderer.setStyle(i.style);this.renderer.chartIndex=this.index,W(this,"afterGetContainer")},t.prototype.getMargins=function(t){var e=this.spacing,i=this.margin,n=this.titleOffset;this.resetMargins(),n[0]&&!P(i[0])&&(this.plotTop=Math.max(this.plotTop,n[0]+e[0])),n[2]&&!P(i[2])&&(this.marginBottom=Math.max(this.marginBottom,n[2]+e[2])),this.legend&&this.legend.display&&this.legend.adjustMargins(i,e),W(this,"getMargins"),t||this.getAxisMargins()},t.prototype.getAxisMargins=function(){var t=this,e=t.axisOffset=[0,0,0,0],i=t.colorAxis,n=t.margin,r=function(t){t.forEach((function(t){t.visible&&t.getOffset()}))};t.hasCartesianSeries?r(t.axes):i&&i.length&&r(i),_.forEach((function(i,r){P(n[r])||(t[i]+=e[r])})),t.setChartSize()},t.prototype.reflow=function(t){var e=this,i=e.options.chart,n=e.renderTo,r=P(i.width)&&P(i.height),o=i.width||R(n,"width");i=i.height||R(n,"height"),n=t?t.target:L,delete e.pointer.chartPosition,r||e.isPrinting||!o||!i||n!==L&&n!==x||(o===e.containerWidth&&i===e.containerHeight||(p.clearTimeout(e.reflowTimeout),e.reflowTimeout=Z((function(){e.container&&e.setSize(void 0,void 0,!1)}),t?100:0)),e.containerWidth=o,e.containerHeight=i)},t.prototype.setReflow=function(t){var e=this;!1===t||this.unbindReflow?!1===t&&this.unbindReflow&&(this.unbindReflow=this.unbindReflow()):(this.unbindReflow=T(L,"resize",(function(t){e.options&&e.reflow(t)})),T(this,"destroy",this.unbindReflow))},t.prototype.setSize=function(t,e,i){var n=this,r=n.renderer;n.isResizing+=1,y(i,n),i=r.globalAnimation,n.oldChartHeight=n.chartHeight,n.oldChartWidth=n.chartWidth,void 0!==t&&(n.options.chart.width=t),void 0!==e&&(n.options.chart.height=e),n.getChartSize(),n.styledMode||(i?m:z)(n.container,{width:n.chartWidth+"px",height:n.chartHeight+"px"},i),n.setChartSize(!0),r.setSize(n.chartWidth,n.chartHeight,i),n.axes.forEach((function(t){t.isDirty=!0,t.setScale()})),n.isDirtyLegend=!0,n.isDirtyBox=!0,n.layOutTitles(),n.getMargins(),n.redraw(i),n.oldChartHeight=null,W(n,"resize"),Z((function(){n&&W(n,"endResize",null,(function(){--n.isResizing}))}),g(i).duration)},t.prototype.setChartSize=function(t){var e,i,n,r,o=this.inverted,s=this.renderer,a=this.chartWidth,l=this.chartHeight,c=this.options.chart,u=this.spacing,h=this.clipOffset;this.plotLeft=e=Math.round(this.plotLeft),this.plotTop=i=Math.round(this.plotTop),this.plotWidth=n=Math.max(0,Math.round(a-e-this.marginRight)),this.plotHeight=r=Math.max(0,Math.round(l-i-this.marginBottom)),this.plotSizeX=o?r:n,this.plotSizeY=o?n:r,this.plotBorderWidth=c.plotBorderWidth||0,this.spacingBox=s.spacingBox={x:u[3],y:u[0],width:a-u[3]-u[1],height:l-u[0]-u[2]},this.plotBox=s.plotBox={x:e,y:i,width:n,height:r},o=2*Math.floor(this.plotBorderWidth/2),a=Math.ceil(Math.max(o,h[3])/2),l=Math.ceil(Math.max(o,h[0])/2),this.clipBox={x:a,y:l,width:Math.floor(this.plotSizeX-Math.max(o,h[1])/2-a),height:Math.max(0,Math.floor(this.plotSizeY-Math.max(o,h[2])/2-l))},t||(this.axes.forEach((function(t){t.setAxisSize(),t.setAxisTranslation()})),s.alignElements()),W(this,"afterSetChartSize",{skipAxes:t})},t.prototype.resetMargins=function(){W(this,"resetMargins");var t=this,e=t.options.chart;["margin","spacing"].forEach((function(i){var n=e[i],r=X(n)?n:[n,n,n,n];["Top","Right","Bottom","Left"].forEach((function(n,o){t[i][o]=U(e[i+n],r[o])}))})),_.forEach((function(e,i){t[e]=U(t.margin[i],t.spacing[i])})),t.axisOffset=[0,0,0,0],t.clipOffset=[0,0,0,0]},t.prototype.drawChartBox=function(){var t,e=this.options.chart,i=this.renderer,n=this.chartWidth,r=this.chartHeight,o=this.styledMode,s=this.plotBGImage,a=e.backgroundColor,l=e.plotBackgroundColor,c=e.plotBackgroundImage,u=this.plotLeft,h=this.plotTop,d=this.plotWidth,p=this.plotHeight,f=this.plotBox,m=this.clipRect,g=this.clipBox,y=this.chartBackground,b=this.plotBackground,v=this.plotBorder,M="animate";if(y||(this.chartBackground=y=i.rect().addClass("highcharts-background").add(),M="attr"),o)var x=t=y.strokeWidth();else t=(x=e.borderWidth||0)+(e.shadow?8:0),a={fill:a||"none"},(x||y["stroke-width"])&&(a.stroke=e.borderColor,a["stroke-width"]=x),y.attr(a).shadow(e.shadow);y[M]({x:t/2,y:t/2,width:n-t-x%2,height:r-t-x%2,r:e.borderRadius}),M="animate",b||(M="attr",this.plotBackground=b=i.rect().addClass("highcharts-plot-background").add()),b[M](f),o||(b.attr({fill:l||"none"}).shadow(e.plotShadow),c&&(s?(c!==s.attr("href")&&s.attr("href",c),s.animate(f)):this.plotBGImage=i.image(c,u,h,d,p).add())),m?m.animate({width:g.width,height:g.height}):this.clipRect=i.clipRect(g),M="animate",v||(M="attr",this.plotBorder=v=i.rect().addClass("highcharts-plot-border").attr({zIndex:1}).add()),o||v.attr({stroke:e.plotBorderColor,"stroke-width":e.plotBorderWidth||0,fill:"none"}),v[M](v.crisp({x:u,y:h,width:d,height:p},-v.strokeWidth())),this.isDirtyBox=!1,W(this,"afterDrawChartBox")},t.prototype.propFromSeries=function(){var t,e,i,n=this,r=n.options.chart,o=n.options.series;["inverted","angular","polar"].forEach((function(s){for(e=S[r.type||r.defaultSeriesType],i=r[s]||e&&e.prototype[s],t=o&&o.length;!i&&t--;)(e=S[o[t].type])&&e.prototype[s]&&(i=!0);n[s]=i}))},t.prototype.linkSeries=function(){var t=this,e=t.series;e.forEach((function(t){t.linkedSeries.length=0})),e.forEach((function(e){var i=e.options.linkedTo;q(i)&&(i=":previous"===i?t.series[e.index-1]:t.get(i))&&i.linkedParent!==e&&(i.linkedSeries.push(e),e.linkedParent=i,i.enabledDataSorting&&e.setDataSortingOptions(),e.visible=U(e.options.visible,i.options.visible,e.visible))})),W(this,"afterLinkSeries")},t.prototype.renderSeries=function(){this.series.forEach((function(t){t.translate(),t.render()}))},t.prototype.renderLabels=function(){var t=this,e=t.options.labels;e.items&&e.items.forEach((function(i){var n=Y(e.style,i.style),r=V(n.left)+t.plotLeft,o=V(n.top)+t.plotTop+12;delete n.left,delete n.top,t.renderer.text(i.html,r,o).attr({zIndex:2}).css(n).add()}))},t.prototype.render=function(){var t=this.axes,e=this.colorAxis,i=this.renderer,n=this.options,r=function(t){t.forEach((function(t){t.visible&&t.render()}))},s=0;this.setTitle(),this.legend=new o(this,n.legend),this.getStacks&&this.getStacks(),this.getMargins(!0),this.setChartSize(),n=this.plotWidth,t.some((function(t){if(t.horiz&&t.visible&&t.options.labels.enabled&&t.series.length)return s=21,!0}));var a=this.plotHeight=Math.max(this.plotHeight-s,0);t.forEach((function(t){t.setScale()})),this.getAxisMargins();var l=1.1<n/this.plotWidth,c=1.05<a/this.plotHeight;(l||c)&&(t.forEach((function(t){(t.horiz&&l||!t.horiz&&c)&&t.setTickInterval(!0)})),this.getMargins()),this.drawChartBox(),this.hasCartesianSeries?r(t):e&&e.length&&r(e),this.seriesGroup||(this.seriesGroup=i.g("series-group").attr({zIndex:3}).add()),this.renderSeries(),this.renderLabels(),this.addCredits(),this.setResponsive&&this.setResponsive(),this.hasRendered=!0},t.prototype.addCredits=function(t){var e=this,i=F(!0,this.options.credits,t);i.enabled&&!this.credits&&(this.credits=this.renderer.text(i.text+(this.mapCredits||""),0,0).addClass("highcharts-credits").on("click",(function(){i.href&&(L.location.href=i.href)})).attr({align:i.position.align,zIndex:8}),e.styledMode||this.credits.css(i.style),this.credits.add().align(i.position),this.credits.update=function(t){e.credits=e.credits.destroy(),e.addCredits(t)})},t.prototype.destroy=function(){var t,e=this,i=e.axes,n=e.series,o=e.container,s=o&&o.parentNode;for(W(e,"destroy"),e.renderer.forExport?E(M,e):M[e.index]=void 0,r.chartCount--,e.renderTo.removeAttribute("data-highcharts-chart"),$(e),t=i.length;t--;)i[t]=i[t].destroy();for(this.scroller&&this.scroller.destroy&&this.scroller.destroy(),t=n.length;t--;)n[t]=n[t].destroy();"title subtitle chartBackground plotBackground plotBGImage plotBorder seriesGroup clipRect credits pointer rangeSelector legend resetZoomButton tooltip renderer".split(" ").forEach((function(t){var i=e[t];i&&i.destroy&&(e[t]=i.destroy())})),o&&(o.innerHTML=f.emptyHTML,$(o),s&&D(o)),G(e,(function(t,i){delete e[i]}))},t.prototype.firstRender=function(){var t=this,e=t.options;t.isReadyToRender&&!t.isReadyToRender()||(t.getContainer(),t.resetMargins(),t.setChartSize(),t.propFromSeries(),t.getAxes(),(H(e.series)?e.series:[]).forEach((function(e){t.initSeries(e)})),t.linkSeries(),t.setSeriesData(),W(t,"beforeRender"),l&&(s.isRequired()?t.pointer=new s(t,e):t.pointer=new l(t,e)),t.render(),t.pointer.getChartPosition(),t.renderer.imgCount||t.hasLoaded||t.onload(),t.temporaryDisplay(!0))},t.prototype.onload=function(){this.callbacks.concat([this.callback]).forEach((function(t){t&&void 0!==this.index&&t.apply(this,[this])}),this),W(this,"load"),W(this,"render"),P(this.index)&&this.setReflow(this.options.chart.reflow),this.hasLoaded=!0},t.prototype.addSeries=function(t,e,i){var n,r=this;return t&&(e=U(e,!0),W(r,"addSeries",{options:t},(function(){n=r.initSeries(t),r.isDirtyLegend=!0,r.linkSeries(),n.enabledDataSorting&&n.setData(t.data,!1),W(r,"afterAddSeries",{series:n}),e&&r.redraw(i)}))),n},t.prototype.addAxis=function(t,e,i,n){return this.createAxis(e?"xAxis":"yAxis",{axis:t,redraw:i,animation:n})},t.prototype.addColorAxis=function(t,e,i){return this.createAxis("colorAxis",{axis:t,redraw:e,animation:i})},t.prototype.createAxis=function(t,i){return t=new e(this,F(i.axis,{index:this[t].length,isX:"xAxis"===t})),U(i.redraw,!0)&&this.redraw(i.animation),t},t.prototype.showLoading=function(t){var e=this,i=e.options,n=i.loading,r=function(){o&&z(o,{left:e.plotLeft+"px",top:e.plotTop+"px",width:e.plotWidth+"px",height:e.plotHeight+"px"})},o=e.loadingDiv,s=e.loadingSpan;o||(e.loadingDiv=o=j("div",{className:"highcharts-loading highcharts-loading-hidden"},null,e.container)),s||(e.loadingSpan=s=j("span",{className:"highcharts-loading-inner"},null,o),T(e,"redraw",r)),o.className="highcharts-loading",f.setElementHTML(s,U(t,i.lang.loading,"")),e.styledMode||(z(o,Y(n.style,{zIndex:10})),z(s,n.labelStyle),e.loadingShown||(z(o,{opacity:0,display:""}),m(o,{opacity:n.style.opacity||.5},{duration:n.showDuration||0}))),e.loadingShown=!0,r()},t.prototype.hideLoading=function(){var t=this.options,e=this.loadingDiv;e&&(e.className="highcharts-loading highcharts-loading-hidden",this.styledMode||m(e,{opacity:0},{duration:t.loading.hideDuration||100,complete:function(){z(e,{display:"none"})}})),this.loadingShown=!1},t.prototype.update=function(t,e,i,n){var r,o,s=this,a={credits:"addCredits",title:"setTitle",subtitle:"setSubtitle",caption:"setCaption"},l=t.isResponsiveOptions,c=[];W(s,"update",{options:t}),l||s.setResponsive(!1,!0),t=C(t,s.options),s.userOptions=F(s.userOptions,t);var u=t.chart;if(u){if(F(!0,s.options.chart,u),"className"in u&&s.setClassName(u.className),"reflow"in u&&s.setReflow(u.reflow),"inverted"in u||"polar"in u||"type"in u){s.propFromSeries();var h=!0}"alignTicks"in u&&(h=!0),"events"in u&&v(this,u),G(u,(function(t,e){-1!==s.propsRequireUpdateSeries.indexOf("chart."+e)&&(r=!0),-1!==s.propsRequireDirtyBox.indexOf(e)&&(s.isDirtyBox=!0),-1!==s.propsRequireReflow.indexOf(e)&&(l?s.isDirtyBox=!0:o=!0)})),!s.styledMode&&u.style&&s.renderer.setStyle(s.options.chart.style||{})}!s.styledMode&&t.colors&&(this.options.colors=t.colors),t.time&&(this.time===k&&(this.time=new d(t.time)),F(!0,s.options.time,t.time)),G(t,(function(e,i){s[i]&&"function"==typeof s[i].update?s[i].update(e,!1):"function"==typeof s[a[i]]?s[a[i]](e):"colors"!==i&&-1===s.collectionsWithUpdate.indexOf(i)&&F(!0,s.options[i],t[i]),"chart"!==i&&-1!==s.propsRequireUpdateSeries.indexOf(i)&&(r=!0)})),this.collectionsWithUpdate.forEach((function(e){if(t[e]){var n=[];s[e].forEach((function(t,e){t.options.isInternal||n.push(U(t.options.index,e))})),J(t[e]).forEach((function(t,r){var o,a=P(t.id);a&&(o=s.get(t.id)),!o&&s[e]&&(o=s[e][n?n[r]:r])&&a&&P(o.options.id)&&(o=void 0),o&&o.coll===e&&(o.update(t,!1),i&&(o.touched=!0)),!o&&i&&s.collectionsWithInit[e]&&(s.collectionsWithInit[e][0].apply(s,[t].concat(s.collectionsWithInit[e][1]||[]).concat([!1])).touched=!0)})),i&&s[e].forEach((function(t){t.touched||t.options.isInternal?delete t.touched:c.push(t)}))}})),c.forEach((function(t){t.chart&&t.remove&&t.remove(!1)})),h&&s.axes.forEach((function(t){t.update({},!1)})),r&&s.getSeriesOrderByLinks().forEach((function(t){t.chart&&t.update({},!1)}),this),h=u&&u.width,u=u&&(q(u.height)?K(u.height,h||s.chartWidth):u.height),o||I(h)&&h!==s.chartWidth||I(u)&&u!==s.chartHeight?s.setSize(h,u,n):U(e,!0)&&s.redraw(n),W(s,"afterUpdate",{options:t,redraw:e,animation:n})},t.prototype.setSubtitle=function(t,e){this.applyDescription("subtitle",t),this.layOutTitles(e)},t.prototype.setCaption=function(t,e){this.applyDescription("caption",t),this.layOutTitles(e)},t.prototype.showResetZoom=function(){function t(){e.zoomOut()}var e=this,i=w.lang,n=e.options.chart.resetZoomButton,r=n.theme,o=r.states,s="chart"===n.relativeTo||"spacingBox"===n.relativeTo?null:"scrollablePlotBox";W(this,"beforeShowResetZoom",null,(function(){e.resetZoomButton=e.renderer.button(i.resetZoom,null,null,t,r,o&&o.hover).attr({align:n.position.align,title:i.resetZoomTitle}).addClass("highcharts-reset-zoom").add().align(n.position,!1,s)})),W(this,"afterShowResetZoom")},t.prototype.zoomOut=function(){W(this,"selection",{resetSelection:!0},this.zoom)},t.prototype.zoom=function(t){var e,i=this,n=i.pointer,r=i.inverted?n.mouseDownX:n.mouseDownY,o=!1;!t||t.resetSelection?(i.axes.forEach((function(t){e=t.zoom()})),n.initiated=!1):t.xAxis.concat(t.yAxis).forEach((function(t){var s=t.axis,a=i.inverted?s.left:s.top,l=i.inverted?a+s.width:a+s.height,c=s.isXAxis,u=!1;(!c&&r>=a&&r<=l||c||!P(r))&&(u=!0),n[c?"zoomX":"zoomY"]&&u&&(e=s.zoom(t.min,t.max),s.displayBtn&&(o=!0))}));var s=i.resetZoomButton;o&&!s?i.showResetZoom():!o&&X(s)&&(i.resetZoomButton=s.destroy()),e&&i.redraw(U(i.options.chart.animation,t&&t.animation,100>i.pointCount))},t.prototype.pan=function(t,e){var i=this,n=i.hoverPoints;e="object"==typeof e?e:{enabled:e,type:"x"};var r=i.options.chart,o=i.options.mapNavigation&&i.options.mapNavigation.enabled;r&&r.panning&&(r.panning=e);var s,a=e.type;W(this,"pan",{originalEvent:t},(function(){n&&n.forEach((function(t){t.setState()}));var e=i.xAxis;"xy"===a?e=e.concat(i.yAxis):"y"===a&&(e=i.yAxis);var r={};e.forEach((function(e){if(e.options.panningEnabled&&!e.options.isInternal){var n=e.horiz,l=t[n?"chartX":"chartY"],c=i[n=n?"mouseDownX":"mouseDownY"],u=e.minPointOffset||0,h=e.reversed&&!i.inverted||!e.reversed&&i.inverted?-1:1,d=e.getExtremes(),p=e.toValue(c-l,!0)+u*h,f=e.toValue(c+e.len-l,!0)-(u*h||e.isXAxis&&e.pointRangePadding||0),m=f<p;h=e.hasVerticalPanning(),c=m?f:p,p=m?p:f;var g=e.panningState;!h||e.isXAxis||g&&!g.isDirty||e.series.forEach((function(t){var e=t.getProcessedData(!0);e=t.getExtremes(e.yData,!0),g||(g={startMin:Number.MAX_VALUE,startMax:-Number.MAX_VALUE}),I(e.dataMin)&&I(e.dataMax)&&(g.startMin=Math.min(U(t.options.threshold,1/0),e.dataMin,g.startMin),g.startMax=Math.max(U(t.options.threshold,-1/0),e.dataMax,g.startMax))})),h=Math.min(U(g&&g.startMin,d.dataMin),u?d.min:e.toValue(e.toPixels(d.min)-e.minPixelPadding)),f=Math.max(U(g&&g.startMax,d.dataMax),u?d.max:e.toValue(e.toPixels(d.max)+e.minPixelPadding)),e.panningState=g,e.isOrdinal||(0<(u=h-c)&&(p+=u,c=h),0<(u=p-f)&&(p=f,c-=u),e.series.length&&c!==d.min&&p!==d.max&&c>=h&&p<=f&&(e.setExtremes(c,p,!1,!1,{trigger:"pan"}),i.resetZoomButton||o||c===h||p===f||!a.match("y")||(i.showResetZoom(),e.displayBtn=!1),s=!0),r[n]=l)}})),G(r,(function(t,e){i[e]=t})),s&&i.redraw(!1),z(i.container,{cursor:"move"})}))},t}(),Y(t.prototype,{callbacks:[],collectionsWithInit:{xAxis:[t.prototype.addAxis,[!0]],yAxis:[t.prototype.addAxis,[!1]],series:[t.prototype.addSeries]},collectionsWithUpdate:["xAxis","yAxis","series"],propsRequireDirtyBox:"backgroundColor borderColor borderWidth borderRadius plotBackgroundColor plotBackgroundImage plotBorderColor plotBorderWidth plotShadow shadow".split(" "),propsRequireReflow:"margin marginTop marginRight marginBottom marginLeft spacing spacingTop spacingRight spacingBottom spacingLeft".split(" "),propsRequireUpdateSeries:"chart.inverted chart.polar chart.ignoreHiddenSeries chart.type colors plotOptions time tooltip".split(" ")}),t})),e(i,"Core/Legend/LegendSymbol.js",[i["Core/Utilities.js"]],(function(t){var e,i=t.merge,n=t.pick;return function(t){t.drawLineMarker=function(t){var e=this.options,r=t.symbolWidth,o=t.symbolHeight,s=o/2,a=this.chart.renderer,l=this.legendGroup;t=t.baseline-Math.round(.3*t.fontMetrics.b);var c={},u=e.marker;this.chart.styledMode||(c={"stroke-width":e.lineWidth||0},e.dashStyle&&(c.dashstyle=e.dashStyle)),this.legendLine=a.path([["M",0,t],["L",r,t]]).addClass("highcharts-graph").attr(c).add(l),u&&!1!==u.enabled&&r&&(e=Math.min(n(u.radius,s),s),0===this.symbol.indexOf("url")&&(u=i(u,{width:o,height:o}),e=0),this.legendSymbol=r=a.symbol(this.symbol,r/2-e,t-e,2*e,2*e,u).addClass("highcharts-point").add(l),r.isMarker=!0)},t.drawRectangle=function(t,e){var i=t.symbolHeight,r=t.options.squareSymbol;e.legendSymbol=this.chart.renderer.rect(r?(t.symbolWidth-i)/2:0,t.baseline-i+1,r?i:t.symbolWidth,i,n(t.options.symbolRadius,i/2)).addClass("highcharts-point").attr({zIndex:3}).add(e.legendGroup)}}(e||(e={})),e})),e(i,"Core/Series/SeriesDefaults.js",[],(function(){return{lineWidth:2,allowPointSelect:!1,crisp:!0,showCheckbox:!1,animation:{duration:1e3},events:{},marker:{enabledThreshold:2,lineColor:"#ffffff",lineWidth:0,radius:4,states:{normal:{animation:!0},hover:{animation:{duration:50},enabled:!0,radiusPlus:2,lineWidthPlus:1},select:{fillColor:"#cccccc",lineColor:"#000000",lineWidth:2}}},point:{events:{}},dataLabels:{animation:{},align:"center",defer:!0,formatter:function(){var t=this.series.chart.numberFormatter;return"number"!=typeof this.y?"":t(this.y,-1)},padding:5,style:{fontSize:"11px",fontWeight:"bold",color:"contrast",textOutline:"1px contrast"},verticalAlign:"bottom",x:0,y:0},cropThreshold:300,opacity:1,pointRange:0,softThreshold:!0,states:{normal:{animation:!0},hover:{animation:{duration:50},lineWidthPlus:1,marker:{},halo:{size:10,opacity:.25}},select:{animation:{duration:0}},inactive:{animation:{duration:50},opacity:.2}},stickyTracking:!0,turboThreshold:1e3,findNearestPointBy:"x"}})),e(i,"Core/Series/Series.js",[i["Core/Animation/AnimationUtilities.js"],i["Core/DefaultOptions.js"],i["Core/Foundation.js"],i["Core/Globals.js"],i["Core/Legend/LegendSymbol.js"],i["Core/Series/Point.js"],i["Core/Series/SeriesDefaults.js"],i["Core/Series/SeriesRegistry.js"],i["Core/Renderer/SVG/SVGElement.js"],i["Core/Utilities.js"]],(function(t,e,i,n,r,o,s,a,l,c){var u=t.animObject,h=t.setAnimation,d=e.defaultOptions,p=i.registerEventOptions,f=n.hasTouch,m=n.svg,g=n.win,y=a.seriesTypes,b=c.addEvent,v=c.arrayMax,M=c.arrayMin,x=c.clamp,_=c.cleanRecursively,A=c.correctFloat,L=c.defined,w=c.erase,k=c.error,S=c.extend,T=c.find,O=c.fireEvent,C=c.getNestedProperty,j=c.isArray,z=c.isNumber,P=c.isString,D=c.merge,E=c.objectEach,N=c.pick,Y=c.removeEvent,B=c.splat,W=c.syncTimeout;return t=function(){function t(){this.zones=this.yAxis=this.xAxis=this.userOptions=this.tooltipOptions=this.processedYData=this.processedXData=this.points=this.options=this.linkedSeries=this.index=this.eventsToUnbind=this.eventOptions=this.data=this.chart=this._i=void 0}return t.prototype.init=function(t,e){O(this,"init",{options:e});var i=this,n=t.series;this.eventsToUnbind=[],i.chart=t,i.options=i.setOptions(e),e=i.options,i.linkedSeries=[],i.bindAxes(),S(i,{name:e.name,state:"",visible:!1!==e.visible,selected:!0===e.selected}),p(this,e);var r,o=e.events;(o&&o.click||e.point&&e.point.events&&e.point.events.click||e.allowPointSelect)&&(t.runTrackerClick=!0),i.getColor(),i.getSymbol(),i.parallelArrays.forEach((function(t){i[t+"Data"]||(i[t+"Data"]=[])})),i.isCartesian&&(t.hasCartesianSeries=!0),n.length&&(r=n[n.length-1]),i._i=N(r&&r._i,-1)+1,i.opacity=i.options.opacity,t.orderSeries(this.insert(n)),e.dataSorting&&e.dataSorting.enabled?i.setDataSortingOptions():i.points||i.data||i.setData(e.data,!1),O(this,"afterInit")},t.prototype.is=function(t){return y[t]&&this instanceof y[t]},t.prototype.insert=function(t){var e,i=this.options.index;if(z(i)){for(e=t.length;e--;)if(i>=N(t[e].options.index,t[e]._i)){t.splice(e+1,0,this);break}-1===e&&t.unshift(this),e+=1}else t.push(this);return N(e,t.length-1)},t.prototype.bindAxes=function(){var t,e=this,i=e.options,n=e.chart;O(this,"bindAxes",null,(function(){(e.axisTypes||[]).forEach((function(r){var o=0;n[r].forEach((function(n){t=n.options,(i[r]===o&&!t.isInternal||void 0!==i[r]&&i[r]===t.id||void 0===i[r]&&0===t.index)&&(e.insert(n.series),e[r]=n,n.isDirty=!0),t.isInternal||o++})),e[r]||e.optionalAxis===r||k(18,!0,n)}))})),O(this,"afterBindAxes")},t.prototype.updateParallelArrays=function(t,e){var i=t.series,n=arguments,r=z(e)?function(n){var r="y"===n&&i.toYData?i.toYData(t):t[n];i[n+"Data"][e]=r}:function(t){Array.prototype[e].apply(i[t+"Data"],Array.prototype.slice.call(n,2))};i.parallelArrays.forEach(r)},t.prototype.hasData=function(){return this.visible&&void 0!==this.dataMax&&void 0!==this.dataMin||this.visible&&this.yData&&0<this.yData.length},t.prototype.autoIncrement=function(t){var e,i=this.options,n=i.pointIntervalUnit,r=i.relativeXValue,o=this.chart.time,s=this.xIncrement;return s=N(s,i.pointStart,0),this.pointInterval=e=N(this.pointInterval,i.pointInterval,1),r&&z(t)&&(e*=t),n&&(i=new o.Date(s),"day"===n?o.set("Date",i,o.get("Date",i)+e):"month"===n?o.set("Month",i,o.get("Month",i)+e):"year"===n&&o.set("FullYear",i,o.get("FullYear",i)+e),e=i.getTime()-s),r&&z(t)?s+e:(this.xIncrement=s+e,s)},t.prototype.setDataSortingOptions=function(){var t=this.options;S(this,{requireSorting:!1,sorted:!1,enabledDataSorting:!0,allowDG:!1}),L(t.pointRange)||(t.pointRange=1)},t.prototype.setOptions=function(t){var e=this.chart,i=e.options,n=i.plotOptions,r=e.userOptions||{};t=D(t),e=e.styledMode;var o={plotOptions:n,userOptions:t};O(this,"setOptions",o);var s=o.plotOptions[this.type],a=r.plotOptions||{};return this.userOptions=o.userOptions,r=D(s,n.series,r.plotOptions&&r.plotOptions[this.type],t),this.tooltipOptions=D(d.tooltip,d.plotOptions.series&&d.plotOptions.series.tooltip,d.plotOptions[this.type].tooltip,i.tooltip.userOptions,n.series&&n.series.tooltip,n[this.type].tooltip,t.tooltip),this.stickyTracking=N(t.stickyTracking,a[this.type]&&a[this.type].stickyTracking,a.series&&a.series.stickyTracking,!(!this.tooltipOptions.shared||this.noSharedTooltip)||r.stickyTracking),null===s.marker&&delete r.marker,this.zoneAxis=r.zoneAxis,n=this.zones=(r.zones||[]).slice(),!r.negativeColor&&!r.negativeFillColor||r.zones||(i={value:r[this.zoneAxis+"Threshold"]||r.threshold||0,className:"highcharts-negative"},e||(i.color=r.negativeColor,i.fillColor=r.negativeFillColor),n.push(i)),n.length&&L(n[n.length-1].value)&&n.push(e?{}:{color:this.color,fillColor:this.fillColor}),O(this,"afterSetOptions",{options:r}),r},t.prototype.getName=function(){return N(this.options.name,"Series "+(this.index+1))},t.prototype.getCyclic=function(t,e,i){var n=this.chart,r=this.userOptions,o=t+"Index",s=t+"Counter",a=i?i.length:N(n.options.chart[t+"Count"],n[t+"Count"]);if(!e){var l=N(r[o],r["_"+o]);L(l)||(n.series.length||(n[s]=0),r["_"+o]=l=n[s]%a,n[s]+=1),i&&(e=i[l])}void 0!==l&&(this[o]=l),this[t]=e},t.prototype.getColor=function(){this.chart.styledMode?this.getCyclic("color"):this.options.colorByPoint?this.color="#cccccc":this.getCyclic("color",this.options.color||d.plotOptions[this.type].color,this.chart.options.colors)},t.prototype.getPointsCollection=function(){return(this.hasGroupedData?this.points:this.data)||[]},t.prototype.getSymbol=function(){this.getCyclic("symbol",this.options.marker.symbol,this.chart.options.symbols)},t.prototype.findPointIndex=function(t,e){var i,n,r=t.id,s=t.x,a=this.points,l=this.options.dataSorting;if(r)(l=this.chart.get(r))instanceof o&&(i=l);else if((this.linkedParent||this.enabledDataSorting||this.options.relativeXValue)&&(i=function(e){return!e.touched&&e.index===t.index},l&&l.matchByName?i=function(e){return!e.touched&&e.name===t.name}:this.options.relativeXValue&&(i=function(e){return!e.touched&&e.options.x===t.x}),!(i=T(a,i))))return;if(i){var c=i&&i.index;void 0!==c&&(n=!0)}return void 0===c&&z(s)&&(c=this.xData.indexOf(s,e)),-1!==c&&void 0!==c&&this.cropped&&(c=c>=this.cropStart?c-this.cropStart:c),!n&&z(c)&&a[c]&&a[c].touched&&(c=void 0),c},t.prototype.updateData=function(t,e){var i,n,r,o=this.options,s=o.dataSorting,a=this.points,l=[],c=this.requireSorting,u=t.length===a.length,h=!0;if(this.xIncrement=null,t.forEach((function(t,e){var n=L(t)&&this.pointClass.prototype.optionsToObject.call({series:this},t)||{},h=n.x;n.id||z(h)?(-1===(n=this.findPointIndex(n,r))||void 0===n?l.push(t):a[n]&&t!==o.data[n]?(a[n].update(t,!1,null,!1),a[n].touched=!0,c&&(r=n+1)):a[n]&&(a[n].touched=!0),(!u||e!==n||s&&s.enabled||this.hasDerivedData)&&(i=!0)):l.push(t)}),this),i)for(t=a.length;t--;)(n=a[t])&&!n.touched&&n.remove&&n.remove(!1,e);else!u||s&&s.enabled?h=!1:(t.forEach((function(t,e){t!==a[e].y&&a[e].update&&a[e].update(t,!1,null,!1)})),l.length=0);return a.forEach((function(t){t&&(t.touched=!1)})),!!h&&(l.forEach((function(t){this.addPoint(t,!1,null,null,!1)}),this),null===this.xIncrement&&this.xData&&this.xData.length&&(this.xIncrement=v(this.xData),this.autoIncrement()),!0)},t.prototype.setData=function(t,e,i,n){var r=this,o=r.points,s=o&&o.length||0,a=r.options,l=r.chart,c=a.dataSorting,u=r.xAxis,h=a.turboThreshold,d=this.xData,p=this.yData,f=r.pointArrayMap;f=f&&f.length;var m,g=a.keys,y=0,b=1,v=null,M=(t=t||[]).length;if(e=N(e,!0),c&&c.enabled&&(t=this.sortData(t)),!1!==n&&M&&s&&!r.cropped&&!r.hasGroupedData&&r.visible&&!r.isSeriesBoosting&&(m=this.updateData(t,i)),!m){if(r.xIncrement=null,r.colorCounter=0,this.parallelArrays.forEach((function(t){r[t+"Data"].length=0})),h&&M>h)if(v=r.getFirstValidPoint(t),z(v))for(i=0;i<M;i++)d[i]=this.autoIncrement(),p[i]=t[i];else if(j(v))if(f)if(v.length===f)for(i=0;i<M;i++)d[i]=this.autoIncrement(),p[i]=t[i];else for(i=0;i<M;i++)n=t[i],d[i]=n[0],p[i]=n.slice(1,f+1);else if(g&&(y=0<=(y=g.indexOf("x"))?y:0,b=0<=(b=g.indexOf("y"))?b:1),1===v.length&&(b=0),y===b)for(i=0;i<M;i++)d[i]=this.autoIncrement(),p[i]=t[i][b];else for(i=0;i<M;i++)n=t[i],d[i]=n[y],p[i]=n[b];else k(12,!1,l);else for(i=0;i<M;i++)void 0!==t[i]&&(n={series:r},r.pointClass.prototype.applyOptions.apply(n,[t[i]]),r.updateParallelArrays(n,i));for(p&&P(p[0])&&k(14,!0,l),r.data=[],r.options.data=r.userOptions.data=t,i=s;i--;)o[i]&&o[i].destroy&&o[i].destroy();u&&(u.minRange=u.userMinRange),r.isDirty=l.isDirtyBox=!0,r.isDirtyData=!!o,i=!1}"point"===a.legendType&&(this.processData(),this.generatePoints()),e&&l.redraw(i)},t.prototype.sortData=function(t){var e=this,i=e.options.dataSorting.sortKey||"y",n=function(t,e){return L(e)&&t.pointClass.prototype.optionsToObject.call({series:t},e)||{}};return t.forEach((function(i,r){t[r]=n(e,i),t[r].index=r}),this),t.concat().sort((function(t,e){return t=C(i,t),(e=C(i,e))<t?-1:e>t?1:0})).forEach((function(t,e){t.x=e}),this),e.linkedSeries&&e.linkedSeries.forEach((function(e){var i=e.options,r=i.data;i.dataSorting&&i.dataSorting.enabled||!r||(r.forEach((function(i,o){r[o]=n(e,i),t[o]&&(r[o].x=t[o].x,r[o].index=o)})),e.setData(r,!1))})),t},t.prototype.getProcessedData=function(t){var e=this.xAxis,i=this.options,n=i.cropThreshold,r=t||this.getExtremesFromAll||i.getExtremesFromAll,o=this.isCartesian;t=e&&e.val2lin,i=!(!e||!e.logarithmic);var s=0,a=this.xData,l=this.yData,c=this.requireSorting,u=!1,h=a.length;if(e){var d=(u=e.getExtremes()).min,p=u.max;u=e.categories&&!e.names.length}if(o&&this.sorted&&!r&&(!n||h>n||this.forceCrop))if(a[h-1]<d||a[0]>p)a=[],l=[];else if(this.yData&&(a[0]<d||a[h-1]>p)){var f=this.cropData(this.xData,this.yData,d,p);a=f.xData,l=f.yData,s=f.start,f=!0}for(n=a.length||1;--n;)if(0<(e=i?t(a[n])-t(a[n-1]):a[n]-a[n-1])&&(void 0===m||e<m))var m=e;else 0>e&&c&&!u&&(k(15,!1,this.chart),c=!1);return{xData:a,yData:l,cropped:f,cropStart:s,closestPointRange:m}},t.prototype.processData=function(t){var e=this.xAxis;if(this.isCartesian&&!this.isDirty&&!e.isDirty&&!this.yAxis.isDirty&&!t)return!1;t=this.getProcessedData(),this.cropped=t.cropped,this.cropStart=t.cropStart,this.processedXData=t.xData,this.processedYData=t.yData,this.closestPointRange=this.basePointRange=t.closestPointRange,O(this,"afterProcessData")},t.prototype.cropData=function(t,e,i,n,r){var o,s=t.length,a=0,l=s;for(r=N(r,this.cropShoulder),o=0;o<s;o++)if(t[o]>=i){a=Math.max(0,o-r);break}for(i=o;i<s;i++)if(t[i]>n){l=i+r;break}return{xData:t.slice(a,l),yData:e.slice(a,l),start:a,end:l}},t.prototype.generatePoints=function(){var t=this.options,e=t.data,i=this.processedXData,n=this.processedYData,r=this.pointClass,o=i.length,s=this.cropStart||0,a=this.hasGroupedData,l=t.keys,c=[];t=t.dataGrouping&&t.dataGrouping.groupAll?s:0;var u,h,d=this.data;if(!d&&!a){var p=[];p.length=e.length,d=this.data=p}for(l&&a&&(this.options.keys=!1),h=0;h<o;h++){if(p=s+h,a){var f=(new r).init(this,[i[h]].concat(B(n[h])));f.dataGroup=this.groupMap[t+h],f.dataGroup.options&&(f.options=f.dataGroup.options,S(f,f.dataGroup.options),delete f.dataLabels)}else(f=d[p])||void 0===e[p]||(d[p]=f=(new r).init(this,e[p],i[h]));f&&(f.index=a?t+h:p,c[h]=f)}if(this.options.keys=l,d&&(o!==(u=d.length)||a))for(h=0;h<u;h++)h!==s||a||(h+=o),d[h]&&(d[h].destroyElements(),d[h].plotX=void 0);this.data=d,this.points=c,O(this,"afterGeneratePoints")},t.prototype.getXExtremes=function(t){return{min:M(t),max:v(t)}},t.prototype.getExtremes=function(t,e){var i=this.xAxis,n=this.yAxis,r=this.processedXData||this.xData,o=[],s=this.requireSorting?this.cropShoulder:0;n=!!n&&n.positiveValuesOnly;var a,l=0,c=0,u=0,h=(t=t||this.stackedYData||this.processedYData||[]).length;if(i){var d=i.getExtremes();l=d.min,c=d.max}for(a=0;a<h;a++){var p=r[a];d=t[a];var f=(z(d)||j(d))&&(d.length||0<d||!n);if(p=e||this.getExtremesFromAll||this.options.getExtremesFromAll||this.cropped||!i||(r[a+s]||p)>=l&&(r[a-s]||p)<=c,f&&p)if(f=d.length)for(;f--;)z(d[f])&&(o[u++]=d[f]);else o[u++]=d}return t={activeYData:o,dataMin:M(o),dataMax:v(o)},O(this,"afterGetExtremes",{dataExtremes:t}),t},t.prototype.applyExtremes=function(){var t=this.getExtremes();return this.dataMin=t.dataMin,this.dataMax=t.dataMax,t},t.prototype.getFirstValidPoint=function(t){for(var e=t.length,i=0,n=null;null===n&&i<e;)n=t[i],i++;return n},t.prototype.translate=function(){this.processedXData||this.processData(),this.generatePoints();var t,e,i=this.options,n=i.stacking,r=this.xAxis,o=r.categories,s=this.enabledDataSorting,a=this.yAxis,l=this.points,c=l.length,u=this.pointPlacementToXValue(),h=!!u,d=i.threshold,p=i.startFromThreshold?d:0,f=this.zoneAxis||"y",m=Number.MAX_VALUE;for(t=0;t<c;t++){var g=l[t],y=g.x,b=void 0,v=void 0,M=g.y,_=g.low,w=n&&a.stacking&&a.stacking.stacks[(this.negStacks&&M<(p?0:d)?"-":"")+this.stackKey];if((a.positiveValuesOnly&&!a.validatePositiveValue(M)||r.positiveValuesOnly&&!r.validatePositiveValue(y))&&(g.isNull=!0),g.plotX=e=A(x(r.translate(y,0,0,0,1,u,"flags"===this.type),-1e5,1e5)),n&&this.visible&&w&&w[y]){var k=this.getStackIndicator(k,y,this.index);g.isNull||(v=(b=w[y]).points[k.key])}if(j(v)&&(_=v[0],M=v[1],_===p&&k.key===w[y].base&&(_=N(z(d)&&d,a.min)),a.positiveValuesOnly&&0>=_&&(_=null),g.total=g.stackTotal=b.total,g.percentage=b.total&&g.y/b.total*100,g.stackY=M,this.irregularWidths||b.setOffset(this.pointXOffset||0,this.barW||0)),g.yBottom=L(_)?x(a.translate(_,0,1,0,1),-1e5,1e5):null,this.dataModify&&(M=this.dataModify.modifyValue(M,t)),g.plotY=void 0,z(M)&&(void 0!==(b=a.translate(M,!1,!0,!1,!0))&&(g.plotY=x(b,-1e5,1e5))),g.isInside=this.isPointInside(g),g.clientX=h?A(r.translate(y,0,0,0,1,u)):e,g.negative=g[f]<(i[f+"Threshold"]||d||0),g.category=o&&void 0!==o[g.x]?o[g.x]:g.x,!g.isNull&&!1!==g.visible){void 0!==S&&(m=Math.min(m,Math.abs(e-S)));var S=e}g.zone=this.zones.length?g.getZone():void 0,!g.graphic&&this.group&&s&&(g.isNew=!0)}this.closestPointRangePx=m,O(this,"afterTranslate")},t.prototype.getValidPoints=function(t,e,i){var n=this.chart;return(t||this.points||[]).filter((function(t){return!(e&&!n.isInsidePlot(t.plotX,t.plotY,{inverted:n.inverted}))&&(!1!==t.visible&&(i||!t.isNull))}))},t.prototype.getClipBox=function(){var t=this.chart,e=this.xAxis,i=this.yAxis,n=D(t.clipBox);return e&&e.len!==t.plotSizeX&&(n.width=e.len),i&&i.len!==t.plotSizeY&&(n.height=i.len),n},t.prototype.getSharedClipKey=function(){return this.sharedClipKey=(this.options.xAxis||0)+","+(this.options.yAxis||0)},t.prototype.setClip=function(){var t=this.chart,e=this.group,i=this.markerGroup,n=t.sharedClips;t=t.renderer;var r=this.getClipBox(),o=this.getSharedClipKey(),s=n[o];s?s.animate(r):n[o]=s=t.clipRect(r),e&&e.clip(!1===this.options.clip?void 0:s),i&&i.clip()},t.prototype.animate=function(t){var e=this.chart,i=this.group,n=this.markerGroup,r=e.inverted,o=u(this.options.animation),s=[this.getSharedClipKey(),o.duration,o.easing,o.defer].join(),a=e.sharedClips[s],l=e.sharedClips[s+"m"];if(t&&i)o=this.getClipBox(),a?a.attr("height",o.height):(o.width=0,r&&(o.x=e.plotHeight),a=e.renderer.clipRect(o),e.sharedClips[s]=a,l=e.renderer.clipRect({x:r?(e.plotSizeX||0)+99:-99,y:r?-e.plotLeft:-e.plotTop,width:99,height:r?e.chartWidth:e.chartHeight}),e.sharedClips[s+"m"]=l),i.clip(a),n&&n.clip(l);else if(a&&!a.hasClass("highcharts-animating")){e=this.getClipBox();var c=o.step;n&&n.element.childNodes.length&&(o.step=function(t,e){c&&c.apply(e,arguments),l&&l.element&&l.attr(e.prop,"width"===e.prop?t+99:t)}),a.addClass("highcharts-animating").animate(e,o)}},t.prototype.afterAnimate=function(){var t=this;this.setClip(),E(this.chart.sharedClips,(function(e,i,n){e&&!t.chart.container.querySelector('[clip-path="url(#'+e.id+')"]')&&(e.destroy(),delete n[i])})),this.finishedAnimating=!0,O(this,"afterAnimate")},t.prototype.drawPoints=function(){var t,e,i=this.points,n=this.chart,r=this.options.marker,o=this[this.specialGroup]||this.markerGroup,s=this.xAxis,a=N(r.enabled,!(s&&!s.isRadial)||null,this.closestPointRangePx>=r.enabledThreshold*r.radius);if(!1!==r.enabled||this._hasPointMarkers)for(t=0;t<i.length;t++){var l=i[t],c=(e=l.graphic)?"animate":"attr",u=l.marker||{},h=!!l.marker;if((a&&void 0===u.enabled||u.enabled)&&!l.isNull&&!1!==l.visible){var d=N(u.symbol,this.symbol,"rect"),p=this.markerAttribs(l,l.selected&&"select");this.enabledDataSorting&&(l.startXPos=s.reversed?-(p.width||0):s.width);var f=!1!==l.isInside;e?e[f?"show":"hide"](f).animate(p):f&&(0<(p.width||0)||l.hasImage)&&(l.graphic=e=n.renderer.symbol(d,p.x,p.y,p.width,p.height,h?u:r).add(o),this.enabledDataSorting&&n.hasRendered&&(e.attr({x:l.startXPos}),c="animate")),e&&"animate"===c&&e[f?"show":"hide"](f).animate(p),e&&!n.styledMode&&e[c](this.pointAttribs(l,l.selected&&"select")),e&&e.addClass(l.getClassName(),!0)}else e&&(l.graphic=e.destroy())}},t.prototype.markerAttribs=function(t,e){var i=this.options,n=i.marker,r=t.marker||{},o=r.symbol||n.symbol,s=N(r.radius,n.radius);return e&&(n=n.states[e],e=r.states&&r.states[e],s=N(e&&e.radius,n&&n.radius,s+(n&&n.radiusPlus||0))),t.hasImage=o&&0===o.indexOf("url"),t.hasImage&&(s=0),t={x:i.crisp?Math.floor(t.plotX-s):t.plotX-s,y:t.plotY-s},s&&(t.width=t.height=2*s),t},t.prototype.pointAttribs=function(t,e){var i=this.options.marker,n=t&&t.options,r=n&&n.marker||{},o=n&&n.color,s=t&&t.color,a=t&&t.zone&&t.zone.color,l=this.color;return t=N(r.lineWidth,i.lineWidth),n=1,l=o||a||s||l,o=r.fillColor||i.fillColor||l,s=r.lineColor||i.lineColor||l,e=e||"normal",i=i.states[e]||{},e=r.states&&r.states[e]||{},t=N(e.lineWidth,i.lineWidth,t+N(e.lineWidthPlus,i.lineWidthPlus,0)),o=e.fillColor||i.fillColor||o,{stroke:s=e.lineColor||i.lineColor||s,"stroke-width":t,fill:o,opacity:n=N(e.opacity,i.opacity,n)}},t.prototype.destroy=function(t){var e,i,n,r=this,o=r.chart,s=/AppleWebKit\/533/.test(g.navigator.userAgent),a=r.data||[];for(O(r,"destroy"),this.removeEvents(t),(r.axisTypes||[]).forEach((function(t){(n=r[t])&&n.series&&(w(n.series,r),n.isDirty=n.forceRedraw=!0)})),r.legendItem&&r.chart.legend.destroyItem(r),e=a.length;e--;)(i=a[e])&&i.destroy&&i.destroy();r.clips&&r.clips.forEach((function(t){return t.destroy()})),c.clearTimeout(r.animationTimeout),E(r,(function(t,e){t instanceof l&&!t.survive&&t[s&&"group"===e?"hide":"destroy"]()})),o.hoverSeries===r&&(o.hoverSeries=void 0),w(o.series,r),o.orderSeries(),E(r,(function(e,i){t&&"hcEvents"===i||delete r[i]}))},t.prototype.applyZones=function(){var t,e,i,n,r,o,s,a,l=this,c=this.chart,u=c.renderer,h=this.zones,d=this.clips||[],p=this.graph,f=this.area,m=Math.max(c.chartWidth,c.chartHeight),g=this[(this.zoneAxis||"y")+"Axis"],y=c.inverted,b=!1;if(h.length&&(p||f)&&g&&void 0!==g.min){var v=g.reversed,M=g.horiz;p&&!this.showLine&&p.hide(),f&&f.hide();var _=g.getExtremes();h.forEach((function(h,A){t=v?M?c.plotWidth:0:M?0:g.toPixels(_.min)||0,t=x(N(e,t),0,m),e=x(Math.round(g.toPixels(N(h.value,_.max),!0)||0),0,m),b&&(t=e=g.toPixels(_.max)),n=Math.abs(t-e),r=Math.min(t,e),o=Math.max(t,e),g.isXAxis?(i={x:y?o:r,y:0,width:n,height:m},M||(i.x=c.plotHeight-i.x)):(i={x:0,y:y?o:r,width:m,height:n},M&&(i.y=c.plotWidth-i.y)),y&&u.isVML&&(i=g.isXAxis?{x:0,y:v?r:o,height:i.width,width:c.chartWidth}:{x:i.y-c.plotLeft-c.spacingBox.x,y:0,width:i.height,height:c.chartHeight}),d[A]?d[A].animate(i):d[A]=u.clipRect(i),s=l["zone-area-"+A],a=l["zone-graph-"+A],p&&a&&a.clip(d[A]),f&&s&&s.clip(d[A]),b=h.value>_.max,l.resetZones&&0===e&&(e=void 0)})),this.clips=d}else l.visible&&(p&&p.show(!0),f&&f.show(!0))},t.prototype.invertGroups=function(t){function e(){["group","markerGroup"].forEach((function(e){i[e]&&(n.renderer.isVML&&i[e].attr({width:i.yAxis.len,height:i.xAxis.len}),i[e].width=i.yAxis.len,i[e].height=i.xAxis.len,i[e].invert(!i.isRadialSeries&&t))}))}var i=this,n=i.chart;i.xAxis&&(i.eventsToUnbind.push(b(n,"resize",e)),e(),i.invertGroups=e)},t.prototype.plotGroup=function(t,e,i,n,r){var o=this[t],s=!o;return i={visibility:i,zIndex:n||.1},void 0===this.opacity||this.chart.styledMode||"inactive"===this.state||(i.opacity=this.opacity),s&&(this[t]=o=this.chart.renderer.g().add(r)),o.addClass("highcharts-"+e+" highcharts-series-"+this.index+" highcharts-"+this.type+"-series "+(L(this.colorIndex)?"highcharts-color-"+this.colorIndex+" ":"")+(this.options.className||"")+(o.hasClass("highcharts-tracker")?" highcharts-tracker":""),!0),o.attr(i)[s?"attr":"animate"](this.getPlotBox()),o},t.prototype.getPlotBox=function(){var t=this.chart,e=this.xAxis,i=this.yAxis;return t.inverted&&(e=i,i=this.xAxis),{translateX:e?e.left:t.plotLeft,translateY:i?i.top:t.plotTop,scaleX:1,scaleY:1}},t.prototype.removeEvents=function(t){t||Y(this),this.eventsToUnbind.length&&(this.eventsToUnbind.forEach((function(t){t()})),this.eventsToUnbind.length=0)},t.prototype.render=function(){var t=this,e=t.chart,i=t.options,n=u(i.animation),r=t.visible?"inherit":"hidden",o=i.zIndex,s=t.hasRendered,a=e.seriesGroup,l=e.inverted;e=!t.finishedAnimating&&e.renderer.isSVG?n.duration:0,O(this,"render");var c=t.plotGroup("group","series",r,o,a);t.markerGroup=t.plotGroup("markerGroup","markers",r,o,a),!1!==i.clip&&t.setClip(),t.animate&&e&&t.animate(!0),c.inverted=!!N(t.invertible,t.isCartesian)&&l,t.drawGraph&&(t.drawGraph(),t.applyZones()),t.visible&&t.drawPoints(),t.drawDataLabels&&t.drawDataLabels(),t.redrawPoints&&t.redrawPoints(),t.drawTracker&&!1!==t.options.enableMouseTracking&&t.drawTracker(),t.invertGroups(l),t.animate&&e&&t.animate(),s||(e&&n.defer&&(e+=n.defer),t.animationTimeout=W((function(){t.afterAnimate()}),e||0)),t.isDirty=!1,t.hasRendered=!0,O(t,"afterRender")},t.prototype.redraw=function(){var t=this.chart,e=this.isDirty||this.isDirtyData,i=this.group,n=this.xAxis,r=this.yAxis;i&&(t.inverted&&i.attr({width:t.plotWidth,height:t.plotHeight}),i.animate({translateX:N(n&&n.left,t.plotLeft),translateY:N(r&&r.top,t.plotTop)})),this.translate(),this.render(),e&&delete this.kdTree},t.prototype.searchPoint=function(t,e){var i=this.xAxis,n=this.yAxis,r=this.chart.inverted;return this.searchKDTree({clientX:r?i.len-t.chartY+i.pos:t.chartX-i.pos,plotY:r?n.len-t.chartX+n.pos:t.chartY-n.pos},e,t)},t.prototype.buildKDTree=function(t){this.buildingKdTree=!0;var e=this,i=-1<e.options.findNearestPointBy.indexOf("y")?2:1;delete e.kdTree,W((function(){e.kdTree=function t(i,n,r){var o=i&&i.length;if(o){var s=e.kdAxisArray[n%r];return i.sort((function(t,e){return t[s]-e[s]})),{point:i[o=Math.floor(o/2)],left:t(i.slice(0,o),n+1,r),right:t(i.slice(o+1),n+1,r)}}}(e.getValidPoints(null,!e.directTouch),i,i),e.buildingKdTree=!1}),e.options.kdNow||t&&"touchstart"===t.type?0:1)},t.prototype.searchKDTree=function(t,e,i){var n=this,r=this.kdAxisArray[0],o=this.kdAxisArray[1],s=e?"distX":"dist";if(e=-1<n.options.findNearestPointBy.indexOf("y")?2:1,this.kdTree||this.buildingKdTree||this.buildKDTree(i),this.kdTree)return function t(e,i,a,l){var c=i.point,u=n.kdAxisArray[a%l],h=c,d=L(e[r])&&L(c[r])?Math.pow(e[r]-c[r],2):null,p=L(e[o])&&L(c[o])?Math.pow(e[o]-c[o],2):null;return p=(d||0)+(p||0),c.dist=L(p)?Math.sqrt(p):Number.MAX_VALUE,c.distX=L(d)?Math.sqrt(d):Number.MAX_VALUE,d=0>(u=e[u]-c[u])?"right":"left",i[p=0>u?"left":"right"]&&(h=(p=t(e,i[p],a+1,l))[s]<h[s]?p:c),i[d]&&Math.sqrt(u*u)<h[s]&&(h=(e=t(e,i[d],a+1,l))[s]<h[s]?e:h),h}(t,this.kdTree,e,e)},t.prototype.pointPlacementToXValue=function(){var t=this.options,e=t.pointRange,i=this.xAxis;return"between"===(t=t.pointPlacement)&&(t=i.reversed?-.5:.5),z(t)?t*(e||i.pointRange):0},t.prototype.isPointInside=function(t){var e=this.chart,i=this.xAxis,n=this.yAxis;return void 0!==t.plotY&&void 0!==t.plotX&&0<=t.plotY&&t.plotY<=(n?n.len:e.plotHeight)&&0<=t.plotX&&t.plotX<=(i?i.len:e.plotWidth)},t.prototype.drawTracker=function(){var t=this,e=t.options,i=e.trackByArea,n=[].concat(i?t.areaPath:t.graphPath),r=t.chart,o=r.pointer,s=r.renderer,a=r.options.tooltip.snap,l=t.tracker,c=function(e){r.hoverSeries!==t&&t.onMouseOver()},u="rgba(192,192,192,"+(m?1e-4:.002)+")";l?l.attr({d:n}):t.graph&&(t.tracker=s.path(n).attr({visibility:t.visible?"visible":"hidden",zIndex:2}).addClass(i?"highcharts-tracker-area":"highcharts-tracker-line").add(t.group),r.styledMode||t.tracker.attr({"stroke-linecap":"round","stroke-linejoin":"round",stroke:u,fill:i?u:"none","stroke-width":t.graph.strokeWidth()+(i?0:2*a)}),[t.tracker,t.markerGroup,t.dataLabelsGroup].forEach((function(t){t&&(t.addClass("highcharts-tracker").on("mouseover",c).on("mouseout",(function(t){o.onTrackerMouseOut(t)})),e.cursor&&!r.styledMode&&t.css({cursor:e.cursor}),f)&&t.on("touchstart",c)}))),O(this,"afterDrawTracker")},t.prototype.addPoint=function(t,e,i,n,r){var o=this.options,s=this.data,a=this.chart,l=this.xAxis;l=l&&l.hasNames&&l.names;var c,u=o.data,h=this.xData;e=N(e,!0);var d={series:this};this.pointClass.prototype.applyOptions.apply(d,[t]);var p=d.x,f=h.length;if(this.requireSorting&&p<h[f-1])for(c=!0;f&&h[f-1]>p;)f--;this.updateParallelArrays(d,"splice",f,0,0),this.updateParallelArrays(d,f),l&&d.name&&(l[p]=d.name),u.splice(f,0,t),c&&(this.data.splice(f,0,null),this.processData()),"point"===o.legendType&&this.generatePoints(),i&&(s[0]&&s[0].remove?s[0].remove(!1):(s.shift(),this.updateParallelArrays(d,"shift"),u.shift())),!1!==r&&O(this,"addPoint",{point:d}),this.isDirtyData=this.isDirty=!0,e&&a.redraw(n)},t.prototype.removePoint=function(t,e,i){var n=this,r=n.data,o=r[t],s=n.points,a=n.chart,l=function(){s&&s.length===r.length&&s.splice(t,1),r.splice(t,1),n.options.data.splice(t,1),n.updateParallelArrays(o||{series:n},"splice",t,1),o&&o.destroy(),n.isDirty=!0,n.isDirtyData=!0,e&&a.redraw()};h(i,a),e=N(e,!0),o?o.firePointEvent("remove",null,l):l()},t.prototype.remove=function(t,e,i,n){function r(){o.destroy(n),s.isDirtyLegend=s.isDirtyBox=!0,s.linkSeries(),N(t,!0)&&s.redraw(e)}var o=this,s=o.chart;!1!==i?O(o,"remove",null,r):r()},t.prototype.update=function(t,e){t=_(t,this.userOptions),O(this,"update",{options:t});var i,n=this,r=n.chart,o=n.userOptions,s=n.initialType||n.type,a=r.options.plotOptions,l=y[s].prototype,c=n.finishedAnimating&&{animation:!1},u={},h=["eventOptions","navigatorSeries","baseSeries"],d=t.type||o.type||r.options.chart.type,p=!(this.hasDerivedData||d&&d!==this.type||void 0!==t.pointStart||void 0!==t.pointInterval||void 0!==t.relativeXValue||n.hasOptionChanged("dataGrouping")||n.hasOptionChanged("pointStart")||n.hasOptionChanged("pointInterval")||n.hasOptionChanged("pointIntervalUnit")||n.hasOptionChanged("keys"));if(d=d||s,p&&(h.push("data","isDirtyData","points","processedXData","processedYData","xIncrement","cropped","_hasPointMarkers","_hasPointLabels","clips","nodes","layout","mapMap","mapData","minY","maxY","minX","maxX"),!1!==t.visible&&h.push("area","graph"),n.parallelArrays.forEach((function(t){h.push(t+"Data")})),t.data&&(t.dataSorting&&S(n.options.dataSorting,t.dataSorting),this.setData(t.data,!1))),t=D(o,c,{index:void 0===o.index?n.index:o.index,pointStart:N(a&&a.series&&a.series.pointStart,o.pointStart,n.xData[0])},!p&&{data:n.options.data},t),p&&t.data&&(t.data=n.options.data),(h=["group","markerGroup","dataLabelsGroup","transformGroup"].concat(h)).forEach((function(t){h[t]=n[t],delete n[t]})),a=!1,y[d]){if(a=d!==n.type,n.remove(!1,!1,!1,!0),a)if(Object.setPrototypeOf)Object.setPrototypeOf(n,y[d].prototype);else{for(i in c=Object.hasOwnProperty.call(n,"hcEvents")&&n.hcEvents,l)n[i]=void 0;S(n,y[d].prototype),c?n.hcEvents=c:delete n.hcEvents}}else k(17,!0,r,{missingModuleFor:d});if(h.forEach((function(t){n[t]=h[t]})),n.init(r,t),p&&this.points){var f=n.options;!1===f.visible?(u.graphic=1,u.dataLabel=1):n._hasPointLabels||(t=f.marker,l=f.dataLabels,!t||!1!==t.enabled&&(o.marker&&o.marker.symbol)===t.symbol||(u.graphic=1),l&&!1===l.enabled&&(u.dataLabel=1)),this.points.forEach((function(t){t&&t.series&&(t.resolveColor(),Object.keys(u).length&&t.destroyElements(u),!1===f.showInLegend&&t.legendItem&&r.legend.destroyItem(t))}),this)}n.initialType=s,r.linkSeries(),a&&n.linkedSeries.length&&(n.isDirtyData=!0),O(this,"afterUpdate"),N(e,!0)&&r.redraw(!!p&&void 0)},t.prototype.setName=function(t){this.name=this.options.name=this.userOptions.name=t,this.chart.isDirtyLegend=!0},t.prototype.hasOptionChanged=function(t){var e=this.options[t],i=this.chart.options.plotOptions,n=this.userOptions[t];return n?e!==n:e!==N(i&&i[this.type]&&i[this.type][t],i&&i.series&&i.series[t],e)},t.prototype.onMouseOver=function(){var t=this.chart,e=t.hoverSeries;t.pointer.setHoverChartIndex(),e&&e!==this&&e.onMouseOut(),this.options.events.mouseOver&&O(this,"mouseOver"),this.setState("hover"),t.hoverSeries=this},t.prototype.onMouseOut=function(){var t=this.options,e=this.chart,i=e.tooltip,n=e.hoverPoint;e.hoverSeries=null,n&&n.onMouseOut(),this&&t.events.mouseOut&&O(this,"mouseOut"),!i||this.stickyTracking||i.shared&&!this.noSharedTooltip||i.hide(),e.series.forEach((function(t){t.setState("",!0)}))},t.prototype.setState=function(t,e){var i=this,n=i.options,r=i.graph,o=n.inactiveOtherPoints,s=n.states,a=N(s[t||"normal"]&&s[t||"normal"].animation,i.chart.options.chart.animation),l=n.lineWidth,c=0,u=n.opacity;if(t=t||"",i.state!==t&&([i.group,i.markerGroup,i.dataLabelsGroup].forEach((function(e){e&&(i.state&&e.removeClass("highcharts-series-"+i.state),t&&e.addClass("highcharts-series-"+t))})),i.state=t,!i.chart.styledMode)){if(s[t]&&!1===s[t].enabled)return;if(t&&(l=s[t].lineWidth||l+(s[t].lineWidthPlus||0),u=N(s[t].opacity,u)),r&&!r.dashstyle)for(n={"stroke-width":l},r.animate(n,a);i["zone-graph-"+c];)i["zone-graph-"+c].animate(n,a),c+=1;o||[i.group,i.markerGroup,i.dataLabelsGroup,i.labelBySeries].forEach((function(t){t&&t.animate({opacity:u},a)}))}e&&o&&i.points&&i.setAllPointsToState(t||void 0)},t.prototype.setAllPointsToState=function(t){this.points.forEach((function(e){e.setState&&e.setState(t)}))},t.prototype.setVisible=function(t,e){var i=this,n=i.chart,r=i.legendItem,o=n.options.chart.ignoreHiddenSeries,s=i.visible,a=(i.visible=t=i.options.visible=i.userOptions.visible=void 0===t?!s:t)?"show":"hide";["group","dataLabelsGroup","markerGroup","tracker","tt"].forEach((function(t){i[t]&&i[t][a]()})),n.hoverSeries!==i&&(n.hoverPoint&&n.hoverPoint.series)!==i||i.onMouseOut(),r&&n.legend.colorizeItem(i,t),i.isDirty=!0,i.options.stacking&&n.series.forEach((function(t){t.options.stacking&&t.visible&&(t.isDirty=!0)})),i.linkedSeries.forEach((function(e){e.setVisible(t,!1)})),o&&(n.isDirtyBox=!0),O(i,a),!1!==e&&n.redraw()},t.prototype.show=function(){this.setVisible(!0)},t.prototype.hide=function(){this.setVisible(!1)},t.prototype.select=function(t){this.selected=t=this.options.selected=void 0===t?!this.selected:t,this.checkbox&&(this.checkbox.checked=t),O(this,t?"select":"unselect")},t.prototype.shouldShowTooltip=function(t,e,i){return void 0===i&&(i={}),i.series=this,i.visiblePlotOnly=!0,this.chart.isInsidePlot(t,e,i)},t.defaultOptions=s,t}(),S(t.prototype,{axisTypes:["xAxis","yAxis"],coll:"series",colorCounter:0,cropShoulder:1,directTouch:!1,drawLegendSymbol:r.drawLineMarker,isCartesian:!0,kdAxisArray:["clientX","plotY"],parallelArrays:["x","y"],pointClass:o,requireSorting:!0,sorted:!0}),a.series=t,t})),e(i,"Extensions/ScrollablePlotArea.js",[i["Core/Animation/AnimationUtilities.js"],i["Core/Axis/Axis.js"],i["Core/Chart/Chart.js"],i["Core/Series/Series.js"],i["Core/Renderer/RendererRegistry.js"],i["Core/Utilities.js"]],(function(t,e,i,n,r,o){var s=t.stop,a=o.addEvent,l=o.createElement,c=o.merge,u=o.pick;a(i,"afterSetChartSize",(function(t){var i=this.options.chart.scrollablePlotArea,n=i&&i.minWidth;if(i=i&&i.minHeight,!this.renderer.forExport){if(n){if(this.scrollablePixelsX=n=Math.max(0,n-this.chartWidth)){this.scrollablePlotBox=this.renderer.scrollablePlotBox=c(this.plotBox),this.plotBox.width=this.plotWidth+=n,this.inverted?this.clipBox.height+=n:this.clipBox.width+=n;var r={1:{name:"right",value:n}}}}else i&&(this.scrollablePixelsY=n=Math.max(0,i-this.chartHeight))&&(this.scrollablePlotBox=this.renderer.scrollablePlotBox=c(this.plotBox),this.plotBox.height=this.plotHeight+=n,this.inverted?this.clipBox.width+=n:this.clipBox.height+=n,r={2:{name:"bottom",value:n}});r&&!t.skipAxes&&this.axes.forEach((function(t){r[t.side]?t.getPlotLinePath=function(){var i=r[t.side].name,n=this[i];this[i]=n-r[t.side].value;var o=e.prototype.getPlotLinePath.apply(this,arguments);return this[i]=n,o}:(t.setAxisSize(),t.setAxisTranslation())}))}})),a(i,"render",(function(){this.scrollablePixelsX||this.scrollablePixelsY?(this.setUpScrolling&&this.setUpScrolling(),this.applyFixed()):this.fixedDiv&&this.applyFixed()})),i.prototype.setUpScrolling=function(){var t=this,e={WebkitOverflowScrolling:"touch",overflowX:"hidden",overflowY:"hidden"};this.scrollablePixelsX&&(e.overflowX="auto"),this.scrollablePixelsY&&(e.overflowY="auto"),this.scrollingParent=l("div",{className:"highcharts-scrolling-parent"},{position:"relative"},this.renderTo),this.scrollingContainer=l("div",{className:"highcharts-scrolling"},e,this.scrollingParent),a(this.scrollingContainer,"scroll",(function(){t.pointer&&delete t.pointer.chartPosition})),this.innerContainer=l("div",{className:"highcharts-inner-container"},null,this.scrollingContainer),this.innerContainer.appendChild(this.container),this.setUpScrolling=null},i.prototype.moveFixedElements=function(){var t,e=this.container,i=this.fixedRenderer,n=".highcharts-contextbutton .highcharts-credits .highcharts-legend .highcharts-legend-checkbox .highcharts-navigator-series .highcharts-navigator-xaxis .highcharts-navigator-yaxis .highcharts-navigator .highcharts-reset-zoom .highcharts-drillup-button .highcharts-scrollbar .highcharts-subtitle .highcharts-title".split(" ");this.scrollablePixelsX&&!this.inverted?t=".highcharts-yaxis":this.scrollablePixelsX&&this.inverted||this.scrollablePixelsY&&!this.inverted?t=".highcharts-xaxis":this.scrollablePixelsY&&this.inverted&&(t=".highcharts-yaxis"),t&&n.push(t+":not(.highcharts-radial-axis)",t+"-labels:not(.highcharts-radial-axis-labels)"),n.forEach((function(t){[].forEach.call(e.querySelectorAll(t),(function(t){(t.namespaceURI===i.SVG_NS?i.box:i.box.parentNode).appendChild(t),t.style.pointerEvents="auto"}))}))},i.prototype.applyFixed=function(){var t=!this.fixedDiv,e=this.options.chart,i=e.scrollablePlotArea,n=r.getRendererType();t?(this.fixedDiv=l("div",{className:"highcharts-fixed"},{position:"absolute",overflow:"hidden",pointerEvents:"none",zIndex:(e.style&&e.style.zIndex||0)+2,top:0},null,!0),this.scrollingContainer&&this.scrollingContainer.parentNode.insertBefore(this.fixedDiv,this.scrollingContainer),this.renderTo.style.overflow="visible",this.fixedRenderer=e=new n(this.fixedDiv,this.chartWidth,this.chartHeight,this.options.chart.style),this.scrollableMask=e.path().attr({fill:this.options.chart.backgroundColor||"#fff","fill-opacity":u(i.opacity,.85),zIndex:-1}).addClass("highcharts-scrollable-mask").add(),a(this,"afterShowResetZoom",this.moveFixedElements),a(this,"afterDrilldown",this.moveFixedElements),a(this,"afterLayOutTitles",this.moveFixedElements)):this.fixedRenderer.setSize(this.chartWidth,this.chartHeight),(this.scrollableDirty||t)&&(this.scrollableDirty=!1,this.moveFixedElements()),e=this.chartWidth+(this.scrollablePixelsX||0),n=this.chartHeight+(this.scrollablePixelsY||0),s(this.container),this.container.style.width=e+"px",this.container.style.height=n+"px",this.renderer.boxWrapper.attr({width:e,height:n,viewBox:[0,0,e,n].join(" ")}),this.chartBackground.attr({width:e,height:n}),this.scrollingContainer.style.height=this.chartHeight+"px",t&&(i.scrollPositionX&&(this.scrollingContainer.scrollLeft=this.scrollablePixelsX*i.scrollPositionX),i.scrollPositionY&&(this.scrollingContainer.scrollTop=this.scrollablePixelsY*i.scrollPositionY)),n=this.axisOffset,t=this.plotTop-n[0]-1,i=this.plotLeft-n[3]-1,e=this.plotTop+this.plotHeight+n[2]+1,n=this.plotLeft+this.plotWidth+n[1]+1;var o=this.plotLeft+this.plotWidth-(this.scrollablePixelsX||0),c=this.plotTop+this.plotHeight-(this.scrollablePixelsY||0);t=this.scrollablePixelsX?[["M",0,t],["L",this.plotLeft-1,t],["L",this.plotLeft-1,e],["L",0,e],["Z"],["M",o,t],["L",this.chartWidth,t],["L",this.chartWidth,e],["L",o,e],["Z"]]:this.scrollablePixelsY?[["M",i,0],["L",i,this.plotTop-1],["L",n,this.plotTop-1],["L",n,0],["Z"],["M",i,c],["L",i,this.chartHeight],["L",n,this.chartHeight],["L",n,c],["Z"]]:[["M",0,0]],"adjustHeight"!==this.redrawTrigger&&this.scrollableMask.attr({d:t})},a(e,"afterInit",(function(){this.chart.scrollableDirty=!0})),a(n,"show",(function(){this.chart.scrollableDirty=!0}))})),e(i,"Core/Axis/StackingAxis.js",[i["Core/Animation/AnimationUtilities.js"],i["Core/Axis/Axis.js"],i["Core/Utilities.js"]],(function(t,e,i){var n,r=t.getDeferredAnimation,o=i.addEvent,s=i.destroyObjectProperties,a=i.fireEvent,l=i.isNumber,c=i.objectEach;return function(t){function e(){var t=this.stacking;if(t){var e=t.stacks;c(e,(function(t,i){s(t),e[i]=null})),t&&t.stackTotalGroup&&t.stackTotalGroup.destroy()}}function i(){this.stacking||(this.stacking=new u(this))}var n=[];t.compose=function(t){return-1===n.indexOf(t)&&(n.push(t),o(t,"init",i),o(t,"destroy",e)),t};var u=function(){function t(t){this.oldStacks={},this.stacks={},this.stacksTouched=0,this.axis=t}return t.prototype.buildStacks=function(){var t,e=this.axis,i=e.series,n=e.options.reversedStacks,r=i.length;if(!e.isXAxis){for(this.usePercentage=!1,t=r;t--;){var o=i[n?t:r-t-1];o.setStackedPoints(),o.setGroupedPoints()}for(t=0;t<r;t++)i[t].modifyStacks();a(e,"afterBuildStacks")}},t.prototype.cleanStacks=function(){if(!this.axis.isXAxis){if(this.oldStacks)var t=this.stacks=this.oldStacks;c(t,(function(t){c(t,(function(t){t.cumulative=t.total}))}))}},t.prototype.resetStacks=function(){var t=this,e=t.stacks;t.axis.isXAxis||c(e,(function(e){c(e,(function(i,n){l(i.touched)&&i.touched<t.stacksTouched?(i.destroy(),delete e[n]):(i.total=null,i.cumulative=null)}))}))},t.prototype.renderStackTotals=function(){var t=this.axis,e=t.chart,i=e.renderer,n=this.stacks;t=r(e,t.options.stackLabels&&t.options.stackLabels.animation||!1);var o=this.stackTotalGroup=this.stackTotalGroup||i.g("stack-labels").attr({visibility:"visible",zIndex:6,opacity:0}).add();o.translate(e.plotLeft,e.plotTop),c(n,(function(t){c(t,(function(t){t.render(o)}))})),o.animate({opacity:1},t)},t}();t.Additions=u}(n||(n={})),n})),e(i,"Extensions/Stacking.js",[i["Core/Axis/Axis.js"],i["Core/Chart/Chart.js"],i["Core/FormatUtilities.js"],i["Core/Globals.js"],i["Core/Series/Series.js"],i["Core/Axis/StackingAxis.js"],i["Core/Utilities.js"]],(function(t,e,i,n,r,o,s){var a=i.format,l=s.correctFloat,c=s.defined,u=s.destroyObjectProperties,h=s.isArray,d=s.isNumber,p=s.objectEach,f=s.pick,m=function(){function t(t,e,i,n,r){var o=t.chart.inverted;this.axis=t,this.isNegative=i,this.options=e=e||{},this.x=n,this.total=null,this.points={},this.hasValidPoints=!1,this.stack=r,this.rightCliff=this.leftCliff=0,this.alignOptions={align:e.align||(o?i?"left":"right":"center"),verticalAlign:e.verticalAlign||(o?"middle":i?"bottom":"top"),y:e.y,x:e.x},this.textAlign=e.textAlign||(o?i?"right":"left":"center")}return t.prototype.destroy=function(){u(this,this.axis)},t.prototype.render=function(t){var e=this.axis.chart,i=this.options,n=i.format;n=n?a(n,this,e):i.formatter.call(this),this.label?this.label.attr({text:n,visibility:"hidden"}):(this.label=e.renderer.label(n,null,null,i.shape,null,null,i.useHTML,!1,"stack-labels"),n={r:i.borderRadius||0,text:n,rotation:i.rotation,padding:f(i.padding,5),visibility:"hidden"},e.styledMode||(n.fill=i.backgroundColor,n.stroke=i.borderColor,n["stroke-width"]=i.borderWidth,this.label.css(i.style)),this.label.attr(n),this.label.added||this.label.add(t)),this.label.labelrank=e.plotSizeY},t.prototype.setOffset=function(t,e,i,n,o){var s=this.axis,a=s.chart;n=s.translate(s.stacking.usePercentage?100:n||this.total,0,0,0,1),i=s.translate(i||0),i=c(n)&&Math.abs(n-i),t=f(o,a.xAxis[0].translate(this.x))+t,s=c(n)&&this.getStackBox(a,this,t,n,e,i,s),e=this.label,i=this.isNegative,t="justify"===f(this.options.overflow,"justify");var l=this.textAlign;e&&s&&(o=e.getBBox(),n=e.padding,l="left"===l?a.inverted?-n:n:"right"===l?o.width:a.inverted&&"center"===l?o.width/2:a.inverted?i?o.width+n:-n:o.width/2,i=a.inverted?o.height/2:i?-n:o.height,this.alignOptions.x=f(this.options.x,0),this.alignOptions.y=f(this.options.y,0),s.x-=l,s.y-=i,e.align(this.alignOptions,null,s),a.isInsidePlot(e.alignAttr.x+l-this.alignOptions.x,e.alignAttr.y+i-this.alignOptions.y)?e.show():(e.alignAttr.y=-9999,t=!1),t&&r.prototype.justifyDataLabel.call(this.axis,e,this.alignOptions,e.alignAttr,o,s),e.attr({x:e.alignAttr.x,y:e.alignAttr.y}),f(!t&&this.options.crop,!0)&&((a=d(e.x)&&d(e.y)&&a.isInsidePlot(e.x-n+e.width,e.y)&&a.isInsidePlot(e.x+n,e.y))||e.hide()))},t.prototype.getStackBox=function(t,e,i,n,r,o,s){var a=e.axis.reversed,l=t.inverted,c=s.height+s.pos-(l?t.plotLeft:t.plotTop);return e=e.isNegative&&!a||!e.isNegative&&a,{x:l?e?n-s.right:n-o+s.pos-t.plotLeft:i+t.xAxis[0].transB-t.plotLeft,y:l?s.height-i-r:e?c-n-o:c-n,width:l?o:r,height:l?r:o}},t}();return e.prototype.getStacks=function(){var t=this,e=t.inverted;t.yAxis.forEach((function(t){t.stacking&&t.stacking.stacks&&t.hasVisibleSeries&&(t.stacking.oldStacks=t.stacking.stacks)})),t.series.forEach((function(i){var n=i.xAxis&&i.xAxis.options||{};!i.options.stacking||!0!==i.visible&&!1!==t.options.chart.ignoreHiddenSeries||(i.stackKey=[i.type,f(i.options.stack,""),e?n.top:n.left,e?n.height:n.width].join())}))},o.compose(t),r.prototype.setGroupedPoints=function(){var t=this.yAxis.stacking;this.options.centerInCategory&&(this.is("column")||this.is("columnrange"))&&!this.options.stacking&&1<this.chart.series.length?r.prototype.setStackedPoints.call(this,"group"):t&&p(t.stacks,(function(e,i){"group"===i.slice(-5)&&(p(e,(function(t){return t.destroy()})),delete t.stacks[i])}))},r.prototype.setStackedPoints=function(t){var e=t||this.options.stacking;if(e&&(!0===this.visible||!1===this.chart.options.chart.ignoreHiddenSeries)){var i=this.processedXData,n=this.processedYData,r=[],o=n.length,s=this.options,a=s.threshold,u=f(s.startFromThreshold&&a,0);s=s.stack;var d,p,g="-"+(t=t?this.type+","+e:this.stackKey),y=this.negStacks,b=this.yAxis,v=b.stacking.stacks,M=b.stacking.oldStacks;for(b.stacking.stacksTouched+=1,p=0;p<o;p++){var x=i[p],_=n[p],A=this.getStackIndicator(A,x,this.index),L=A.key,w=(d=y&&_<(u?0:a))?g:t;v[w]||(v[w]={}),v[w][x]||(M[w]&&M[w][x]?(v[w][x]=M[w][x],v[w][x].total=null):v[w][x]=new m(b,b.options.stackLabels,d,x,s)),w=v[w][x],null!==_?(w.points[L]=w.points[this.index]=[f(w.cumulative,u)],c(w.cumulative)||(w.base=L),w.touched=b.stacking.stacksTouched,0<A.index&&!1===this.singleStacks&&(w.points[L][0]=w.points[this.index+","+x+",0"][0])):w.points[L]=w.points[this.index]=null,"percent"===e?(d=d?t:g,y&&v[d]&&v[d][x]?(d=v[d][x],w.total=d.total=Math.max(d.total,w.total)+Math.abs(_)||0):w.total=l(w.total+(Math.abs(_)||0))):"group"===e?(h(_)&&(_=_[0]),null!==_&&(w.total=(w.total||0)+1)):w.total=l(w.total+(_||0)),w.cumulative="group"===e?(w.total||1)-1:f(w.cumulative,u)+(_||0),null!==_&&(w.points[L].push(w.cumulative),r[p]=w.cumulative,w.hasValidPoints=!0)}"percent"===e&&(b.stacking.usePercentage=!0),"group"!==e&&(this.stackedYData=r),b.stacking.oldStacks={}}},r.prototype.modifyStacks=function(){var t,e=this,i=e.stackKey,n=e.yAxis.stacking.stacks,r=e.processedXData,o=e.options.stacking;e[o+"Stacker"]&&[i,"-"+i].forEach((function(i){for(var s,a,l=r.length;l--;)s=r[l],t=e.getStackIndicator(t,s,e.index,i),(a=(s=n[i]&&n[i][s])&&s.points[t.key])&&e[o+"Stacker"](a,s,l)}))},r.prototype.percentStacker=function(t,e,i){e=e.total?100/e.total:0,t[0]=l(t[0]*e),t[1]=l(t[1]*e),this.stackedYData[i]=t[1]},r.prototype.getStackIndicator=function(t,e,i,n){return!c(t)||t.x!==e||n&&t.key!==n?t={x:e,index:0,key:n}:t.index++,t.key=[i,e,t.index].join(),t},n.StackItem=m,n.StackItem})),e(i,"Series/Line/LineSeries.js",[i["Core/Series/Series.js"],i["Core/Series/SeriesRegistry.js"],i["Core/Utilities.js"]],(function(t,e,i){var n=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),r=i.defined,o=i.merge;return i=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t.data=void 0,t.options=void 0,t.points=void 0,t}return n(i,e),i.prototype.drawGraph=function(){var t=this,e=this.options,i=(this.gappedPath||this.getGraphPath).call(this),n=this.chart.styledMode,r=[["graph","highcharts-graph"]];n||r[0].push(e.lineColor||this.color||"#cccccc",e.dashStyle),(r=t.getZonesGraphs(r)).forEach((function(r,o){var s=r[0],a=t[s],l=a?"animate":"attr";a?(a.endX=t.preventGraphAnimation?null:i.xMap,a.animate({d:i})):i.length&&(t[s]=a=t.chart.renderer.path(i).addClass(r[1]).attr({zIndex:1}).add(t.group)),a&&!n&&(s={stroke:r[2],"stroke-width":e.lineWidth,fill:t.fillGraph&&t.color||"none"},r[3]?s.dashstyle=r[3]:"square"!==e.linecap&&(s["stroke-linecap"]=s["stroke-linejoin"]="round"),a[l](s).shadow(2>o&&e.shadow)),a&&(a.startX=i.xMap,a.isArea=i.isArea)}))},i.prototype.getGraphPath=function(t,e,i){var n,o=this,s=o.options,a=[],l=[],c=s.step,u=(t=t||o.points).reversed;return u&&t.reverse(),(c={right:1,center:2}[c]||c&&3)&&u&&(c=4-c),(t=this.getValidPoints(t,!1,!(s.connectNulls&&!e&&!i))).forEach((function(u,h){var d=u.plotX,p=u.plotY,f=t[h-1];(u.leftCliff||f&&f.rightCliff)&&!i&&(n=!0),u.isNull&&!r(e)&&0<h?n=!s.connectNulls:u.isNull&&!e?n=!0:(0===h||n?h=[["M",u.plotX,u.plotY]]:o.getPointSpline?h=[o.getPointSpline(t,u,h)]:c?(h=1===c?[["L",f.plotX,p]]:2===c?[["L",(f.plotX+d)/2,f.plotY],["L",(f.plotX+d)/2,p]]:[["L",d,f.plotY]]).push(["L",d,p]):h=[["L",d,p]],l.push(u.x),c&&(l.push(u.x),2===c&&l.push(u.x)),a.push.apply(a,h),n=!1)})),a.xMap=l,o.graphPath=a},i.prototype.getZonesGraphs=function(t){return this.zones.forEach((function(e,i){i=["zone-graph-"+i,"highcharts-graph highcharts-zone-graph-"+i+" "+(e.className||"")],this.chart.styledMode||i.push(e.color||this.color,e.dashStyle||this.options.dashStyle),t.push(i)}),this),t},i.defaultOptions=o(t.defaultOptions,{}),i}(t),e.registerSeriesType("line",i),i})),e(i,"Series/Area/AreaSeries.js",[i["Core/Color/Color.js"],i["Core/Legend/LegendSymbol.js"],i["Core/Series/SeriesRegistry.js"],i["Core/Utilities.js"]],(function(t,e,i,n){var r=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),o=t.parse,s=i.seriesTypes.line;t=n.extend;var a=n.merge,l=n.objectEach,c=n.pick;return n=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.options=void 0,e.points=void 0,e}return r(e,t),e.prototype.drawGraph=function(){this.areaPath=[],t.prototype.drawGraph.apply(this);var e=this,i=this.areaPath,n=this.options,r=[["area","highcharts-area",this.color,n.fillColor]];this.zones.forEach((function(t,i){r.push(["zone-area-"+i,"highcharts-area highcharts-zone-area-"+i+" "+t.className,t.color||e.color,t.fillColor||n.fillColor])})),r.forEach((function(t){var r=t[0],s=e[r],a=s?"animate":"attr",l={};s?(s.endX=e.preventGraphAnimation?null:i.xMap,s.animate({d:i})):(l.zIndex=0,(s=e[r]=e.chart.renderer.path(i).addClass(t[1]).add(e.group)).isArea=!0),e.chart.styledMode||(l.fill=c(t[3],o(t[2]).setOpacity(c(n.fillOpacity,.75)).get())),s[a](l),s.startX=i.xMap,s.shiftUnit=n.step?2:1}))},e.prototype.getGraphPath=function(t){var e,i=s.prototype.getGraphPath,n=this.options,r=n.stacking,o=this.yAxis,a=[],l=[],u=this.index,h=o.stacking.stacks[this.stackKey],d=n.threshold,p=Math.round(o.getThreshold(n.threshold));n=c(n.connectNulls,"percent"===r);var f=function(e,i,n){var s=t[e];e=r&&h[s.x].points[u];var c=s[n+"Null"]||0;if(n=s[n+"Cliff"]||0,s=!0,n||c){var f=(c?e[0]:e[1])+n,m=e[0]+n;s=!!c}else!r&&t[i]&&t[i].isNull&&(f=m=d);void 0!==f&&(l.push({plotX:g,plotY:null===f?p:o.getThreshold(f),isNull:s,isCliff:!0}),a.push({plotX:g,plotY:null===m?p:o.getThreshold(m),doCurve:!1}))};for(t=t||this.points,r&&(t=this.getStackPoints(t)),e=0;e<t.length;e++){r||(t[e].leftCliff=t[e].rightCliff=t[e].leftNull=t[e].rightNull=void 0);var m=t[e].isNull,g=c(t[e].rectPlotX,t[e].plotX),y=r?c(t[e].yBottom,p):p;m&&!n||(n||f(e,e-1,"left"),m&&!r&&n||(l.push(t[e]),a.push({x:e,plotX:g,plotY:y})),n||f(e,e+1,"right"))}return e=i.call(this,l,!0,!0),a.reversed=!0,(y=(m=i.call(this,a,!0,!0))[0])&&"M"===y[0]&&(m[0]=["L",y[1],y[2]]),(m=e.concat(m)).length&&m.push(["Z"]),i=i.call(this,l,!1,n),m.xMap=e.xMap,this.areaPath=m,i},e.prototype.getStackPoints=function(t){var e=this,i=[],n=[],r=this.xAxis,o=this.yAxis,s=o.stacking.stacks[this.stackKey],a={},u=o.series,h=u.length,d=o.options.reversedStacks?1:-1,p=u.indexOf(e);if(t=t||this.points,this.options.stacking){for(var f=0;f<t.length;f++)t[f].leftNull=t[f].rightNull=void 0,a[t[f].x]=t[f];l(s,(function(t,e){null!==t.total&&n.push(e)})),n.sort((function(t,e){return t-e}));var m=u.map((function(t){return t.visible}));n.forEach((function(t,l){var f,g,y=0;if(a[t]&&!a[t].isNull)i.push(a[t]),[-1,1].forEach((function(i){var r=1===i?"rightNull":"leftNull",o=0,c=s[n[l+i]];if(c)for(var y=p;0<=y&&y<h;){var b=u[y].index;(f=c.points[b])||(b===e.index?a[t][r]=!0:m[y]&&(g=s[t].points[b])&&(o-=g[1]-g[0])),y+=d}a[t][1===i?"rightCliff":"leftCliff"]=o}));else{for(var b=p;0<=b&&b<h;){if(f=s[t].points[u[b].index]){y=f[1];break}b+=d}y=c(y,0),y=o.translate(y,0,1,0,1),i.push({isNull:!0,plotX:r.translate(t,0,0,0,1),x:t,plotY:y,yBottom:y})}}))}return i},e.defaultOptions=a(s.defaultOptions,{threshold:0}),e}(s),t(n.prototype,{singleStacks:!1,drawLegendSymbol:e.drawRectangle}),i.registerSeriesType("area",n),n})),e(i,"Series/Spline/SplineSeries.js",[i["Core/Series/SeriesRegistry.js"],i["Core/Utilities.js"]],(function(t,e){var i=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),n=t.seriesTypes.line,r=e.merge,o=e.pick;return e=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.options=void 0,e.points=void 0,e}return i(e,t),e.prototype.getPointSpline=function(t,e,i){var n=e.plotX||0,r=e.plotY||0,s=t[i-1];if(i=t[i+1],s&&!s.isNull&&!1!==s.doCurve&&!e.isCliff&&i&&!i.isNull&&!1!==i.doCurve&&!e.isCliff){t=s.plotY||0;var a=i.plotX||0;i=i.plotY||0;var l=0,c=(1.5*n+(s.plotX||0))/2.5,u=(1.5*r+t)/2.5,h=(1.5*r+i)/2.5;(a=(1.5*n+a)/2.5)!==c&&(l=(h-u)*(a-n)/(a-c)+r-h),h+=l,(u+=l)>t&&u>r?h=2*r-(u=Math.max(t,r)):u<t&&u<r&&(h=2*r-(u=Math.min(t,r))),h>i&&h>r?u=2*r-(h=Math.max(i,r)):h<i&&h<r&&(u=2*r-(h=Math.min(i,r))),e.rightContX=a,e.rightContY=h}return e=["C",o(s.rightContX,s.plotX,0),o(s.rightContY,s.plotY,0),o(c,n,0),o(u,r,0),n,r],s.rightContX=s.rightContY=void 0,e},e.defaultOptions=r(n.defaultOptions),e}(n),t.registerSeriesType("spline",e),e})),e(i,"Series/AreaSpline/AreaSplineSeries.js",[i["Series/Area/AreaSeries.js"],i["Series/Spline/SplineSeries.js"],i["Core/Legend/LegendSymbol.js"],i["Core/Series/SeriesRegistry.js"],i["Core/Utilities.js"]],(function(t,e,i,n,r){var o=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),s=t.prototype,a=r.extend,l=r.merge;return a((r=function(i){function n(){var t=null!==i&&i.apply(this,arguments)||this;return t.data=void 0,t.points=void 0,t.options=void 0,t}return o(n,i),n.defaultOptions=l(e.defaultOptions,t.defaultOptions),n}(e)).prototype,{getGraphPath:s.getGraphPath,getStackPoints:s.getStackPoints,drawGraph:s.drawGraph,drawLegendSymbol:i.drawRectangle}),n.registerSeriesType("areaspline",r),r})),e(i,"Series/Column/ColumnSeries.js",[i["Core/Animation/AnimationUtilities.js"],i["Core/Color/Color.js"],i["Core/Globals.js"],i["Core/Legend/LegendSymbol.js"],i["Core/Series/Series.js"],i["Core/Series/SeriesRegistry.js"],i["Core/Utilities.js"]],(function(t,e,i,n,r,o,s){var a=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),l=t.animObject,c=e.parse,u=i.hasTouch;t=i.noop;var h=s.clamp,d=s.css,p=s.defined,f=s.extend,m=s.fireEvent,g=s.isArray,y=s.isNumber,b=s.merge,v=s.pick,M=s.objectEach;return s=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.borderWidth=void 0,e.data=void 0,e.group=void 0,e.options=void 0,e.points=void 0,e}return a(e,t),e.prototype.animate=function(t){var e=this,i=this.yAxis,n=e.options,r=this.chart.inverted,o={},s=r?"translateX":"translateY";if(t)o.scaleY=.001,t=h(i.toPixels(n.threshold),i.pos,i.pos+i.len),r?o.translateX=t-i.len:o.translateY=t,e.clipBox&&e.setClip(),e.group.attr(o);else{var a=Number(e.group.attr(s));e.group.animate({scaleY:1},f(l(e.options.animation),{step:function(t,n){e.group&&(o[s]=a+n.pos*(i.pos-a),e.group.attr(o))}}))}},e.prototype.init=function(e,i){t.prototype.init.apply(this,arguments);var n=this;(e=n.chart).hasRendered&&e.series.forEach((function(t){t.type===n.type&&(t.isDirty=!0)}))},e.prototype.getColumnMetrics=function(){var t=this,e=t.options,i=t.xAxis,n=t.yAxis,r=i.options.reversedStacks;r=i.reversed&&!r||!i.reversed&&r;var o,s={},a=0;!1===e.grouping?a=1:t.chart.series.forEach((function(e){var i=e.yAxis,r=e.options;if(e.type===t.type&&(e.visible||!t.chart.options.chart.ignoreHiddenSeries)&&n.len===i.len&&n.pos===i.pos){if(r.stacking&&"group"!==r.stacking){o=e.stackKey,void 0===s[o]&&(s[o]=a++);var l=s[o]}else!1!==r.grouping&&(l=a++);e.columnIndex=l}}));var l=Math.min(Math.abs(i.transA)*(i.ordinal&&i.ordinal.slope||e.pointRange||i.closestPointRange||i.tickInterval||1),i.len),c=l*e.groupPadding,u=(l-2*c)/(a||1);return e=Math.min(e.maxPointWidth||i.len,v(e.pointWidth,u*(1-2*e.pointPadding))),t.columnMetrics={width:e,offset:(u-e)/2+(c+((t.columnIndex||0)+(r?1:0))*u-l/2)*(r?-1:1),paddedWidth:u,columnCount:a},t.columnMetrics},e.prototype.crispCol=function(t,e,i,n){var r=this.chart,o=this.borderWidth,s=-(o%2?.5:0);return o=o%2?.5:1,r.inverted&&r.renderer.isVML&&(o+=1),this.options.crisp&&(i=Math.round(t+i)+s,i-=t=Math.round(t)+s),n=Math.round(e+n)+o,s=.5>=Math.abs(e)&&.5<n,n-=e=Math.round(e)+o,s&&n&&(--e,n+=1),{x:t,y:e,width:i,height:n}},e.prototype.adjustForMissingColumns=function(t,e,i,n){var r=this,o=this.options.stacking;if(!i.isNull&&1<n.columnCount){var s=0,a=0;M(this.yAxis.stacking&&this.yAxis.stacking.stacks,(function(t){if("number"==typeof i.x&&(t=t[i.x.toString()])){var e=t.points[r.index],n=t.total;o?(e&&(s=a),t.hasValidPoints&&a++):g(e)&&(s=e[1],a=n||0)}})),t=(i.plotX||0)+((a-1)*n.paddedWidth+e)/2-e-s*n.paddedWidth}return t},e.prototype.translate=function(){var t=this,e=t.chart,i=t.options,n=t.dense=2>t.closestPointRange*t.xAxis.transA;n=t.borderWidth=v(i.borderWidth,n?0:1);var o=t.xAxis,s=t.yAxis,a=i.threshold,l=t.translatedThreshold=s.getThreshold(a),c=v(i.minPointLength,5),u=t.getColumnMetrics(),d=u.width,f=t.pointXOffset=u.offset,m=t.dataMin,g=t.dataMax,b=t.barW=Math.max(d,1+2*n);e.inverted&&(l-=.5),i.pointPadding&&(b=Math.ceil(b)),r.prototype.translate.apply(t),t.points.forEach((function(n){var r=v(n.yBottom,l),M=999+Math.abs(r),x=n.plotX||0;M=h(n.plotY,-M,s.len+M);var _=Math.min(M,r),A=Math.max(M,r)-_,L=d,w=x+f,k=b;c&&Math.abs(A)<c&&(A=c,x=!s.reversed&&!n.negative||s.reversed&&n.negative,y(a)&&y(g)&&n.y===a&&g<=a&&(s.min||0)<a&&(m!==g||(s.max||0)<=a)&&(x=!x),_=Math.abs(_-l)>c?r-c:l-(x?c:0)),p(n.options.pointWidth)&&(L=k=Math.ceil(n.options.pointWidth),w-=Math.round((L-d)/2)),i.centerInCategory&&(w=t.adjustForMissingColumns(w,L,n,u)),n.barX=w,n.pointWidth=L,n.tooltipPos=e.inverted?[h(s.len+s.pos-e.plotLeft-M,s.pos-e.plotLeft,s.len+s.pos-e.plotLeft),o.len+o.pos-e.plotTop-w-k/2,A]:[o.left-e.plotLeft+w+k/2,h(M+s.pos-e.plotTop,s.pos-e.plotTop,s.len+s.pos-e.plotTop),A],n.shapeType=t.pointClass.prototype.shapeType||"rect",n.shapeArgs=t.crispCol.apply(t,n.isNull?[w,l,k,0]:[w,_,k,A])}))},e.prototype.drawGraph=function(){this.group[this.dense?"addClass":"removeClass"]("highcharts-dense-data")},e.prototype.pointAttribs=function(t,e){var i=this.options,n=this.pointAttrToOptions||{},r=n.stroke||"borderColor",o=n["stroke-width"]||"borderWidth",s=t&&t.color||this.color,a=t&&t[r]||i[r]||s;n=t&&t.options.dashStyle||i.dashStyle;var l=t&&t[o]||i[o]||this[o]||0,u=v(t&&t.opacity,i.opacity,1);if(t&&this.zones.length){var h=t.getZone();s=t.options.color||h&&(h.color||t.nonZonedColor)||this.color,h&&(a=h.borderColor||a,n=h.dashStyle||n,l=h.borderWidth||l)}return e&&t&&(e=(t=b(i.states[e],t.options.states&&t.options.states[e]||{})).brightness,s=t.color||void 0!==e&&c(s).brighten(t.brightness).get()||s,a=t[r]||a,l=t[o]||l,n=t.dashStyle||n,u=v(t.opacity,u)),r={fill:s,stroke:a,"stroke-width":l,opacity:u},n&&(r.dashstyle=n),r},e.prototype.drawPoints=function(){var t,e=this,i=this.chart,n=e.options,r=i.renderer,o=n.animationLimit||250;e.points.forEach((function(s){var a=s.graphic,l=!!a,c=a&&i.pointCount<o?"animate":"attr";y(s.plotY)&&null!==s.y?(t=s.shapeArgs,a&&s.hasNewShapeType()&&(a=a.destroy()),e.enabledDataSorting&&(s.startXPos=e.xAxis.reversed?-(t&&t.width||0):e.xAxis.width),a||(s.graphic=a=r[s.shapeType](t).add(s.group||e.group))&&e.enabledDataSorting&&i.hasRendered&&i.pointCount<o&&(a.attr({x:s.startXPos}),l=!0,c="animate"),a&&l&&a[c](b(t)),n.borderRadius&&a[c]({r:n.borderRadius}),i.styledMode||a[c](e.pointAttribs(s,s.selected&&"select")).shadow(!1!==s.allowShadow&&n.shadow,null,n.stacking&&!n.borderRadius),a&&(a.addClass(s.getClassName(),!0),a.attr({visibility:s.visible?"inherit":"hidden"}))):a&&(s.graphic=a.destroy())}))},e.prototype.drawTracker=function(){var t,e=this,i=e.chart,n=i.pointer,r=function(t){var e=n.getPointFromEvent(t);void 0!==e&&(n.isDirectTouch=!0,e.onMouseOver(t))};e.points.forEach((function(e){t=g(e.dataLabels)?e.dataLabels:e.dataLabel?[e.dataLabel]:[],e.graphic&&(e.graphic.element.point=e),t.forEach((function(t){t.div?t.div.point=e:t.element.point=e}))})),e._hasTracking||(e.trackerGroups.forEach((function(t){e[t]&&(e[t].addClass("highcharts-tracker").on("mouseover",r).on("mouseout",(function(t){n.onTrackerMouseOut(t)})),u&&e[t].on("touchstart",r),!i.styledMode&&e.options.cursor&&e[t].css(d).css({cursor:e.options.cursor}))})),e._hasTracking=!0),m(this,"afterDrawTracker")},e.prototype.remove=function(){var t=this,e=t.chart;e.hasRendered&&e.series.forEach((function(e){e.type===t.type&&(e.isDirty=!0)})),r.prototype.remove.apply(t,arguments)},e.defaultOptions=b(r.defaultOptions,{borderRadius:0,centerInCategory:!1,groupPadding:.2,marker:null,pointPadding:.1,minPointLength:0,cropThreshold:50,pointRange:null,states:{hover:{halo:!1,brightness:.1},select:{color:"#cccccc",borderColor:"#000000"}},dataLabels:{align:void 0,verticalAlign:void 0,y:void 0},startFromThreshold:!0,stickyTracking:!1,tooltip:{distance:6},threshold:0,borderColor:"#ffffff"}),e}(r),f(s.prototype,{cropShoulder:0,directTouch:!0,drawLegendSymbol:n.drawRectangle,getSymbol:t,negStacks:!0,trackerGroups:["group","dataLabelsGroup"]}),o.registerSeriesType("column",s),s})),e(i,"Core/Series/DataLabel.js",[i["Core/Animation/AnimationUtilities.js"],i["Core/FormatUtilities.js"],i["Core/Utilities.js"]],(function(t,e,i){var n,r=t.getDeferredAnimation,o=e.format,s=i.defined,a=i.extend,l=i.fireEvent,c=i.isArray,u=i.merge,h=i.objectEach,d=i.pick,p=i.splat;return function(t){function e(t,e,i,n,r){var o=this,s=this.chart,l=this.isCartesian&&s.inverted,c=this.enabledDataSorting,u=d(t.dlBox&&t.dlBox.centerX,t.plotX,-9999),h=d(t.plotY,-9999),p=e.getBBox(),f=i.rotation,m=i.align,g=s.isInsidePlot(u,Math.round(h),{inverted:l,paneCoordinates:!0,series:o}),y=function(i){c&&o.xAxis&&!b&&o.setDataLabelStartPos(t,e,r,g,i)},b="justify"===d(i.overflow,c?"none":"justify"),v=this.visible&&!1!==t.visible&&(t.series.forceDL||c&&!b||g||d(i.inside,!!this.options.stacking)&&n&&s.isInsidePlot(u,l?n.x+1:n.y+n.height-1,{inverted:l,paneCoordinates:!0,series:o}));if(v){var M=s.renderer.fontMetrics(s.styledMode?void 0:i.style.fontSize,e).b;n=a({x:l?this.yAxis.len-h:u,y:Math.round(l?this.xAxis.len-u:h),width:0,height:0},n),a(i,{width:p.width,height:p.height}),f?(b=!1,u=s.renderer.rotCorr(M,f),y(u={x:n.x+(i.x||0)+n.width/2+u.x,y:n.y+(i.y||0)+{top:0,middle:.5,bottom:1}[i.verticalAlign]*n.height}),e[r?"attr":"animate"](u).attr({align:m}),y=180<(y=(f+720)%360)&&360>y,"left"===m?u.y-=y?p.height:0:"center"===m?(u.x-=p.width/2,u.y-=p.height/2):"right"===m&&(u.x-=p.width,u.y-=y?0:p.height),e.placed=!0,e.alignAttr=u):(y(n),e.align(i,void 0,n),u=e.alignAttr),b&&0<=n.height?this.justifyDataLabel(e,i,u,p,n,r):d(i.crop,!0)&&(v=s.isInsidePlot(u.x,u.y,{paneCoordinates:!0,series:o})&&s.isInsidePlot(u.x+p.width,u.y+p.height,{paneCoordinates:!0,series:o})),i.shape&&!f&&e[r?"attr":"animate"]({anchorX:l?s.plotWidth-t.plotY:t.plotX,anchorY:l?s.plotHeight-t.plotX:t.plotY})}r&&c&&(e.placed=!1),v||c&&!b||(e.hide(!0),e.placed=!1)}function i(){var t=this,e=t.chart,i=t.options,n=t.points,a=t.hasRendered||0,u=e.renderer,m=i.dataLabels,g=m.animation;if(g=m.defer?r(e,g,t):{defer:0,duration:0},m=f(f(e.options.plotOptions&&e.options.plotOptions.series&&e.options.plotOptions.series.dataLabels,e.options.plotOptions&&e.options.plotOptions[t.type]&&e.options.plotOptions[t.type].dataLabels),m),l(this,"drawDataLabels"),c(m)||m.enabled||t._hasPointLabels){var y=t.plotGroup("dataLabelsGroup","data-labels",a?"inherit":"hidden",m.zIndex||6);y.attr({opacity:+a}),!a&&(a=t.dataLabelsGroup)&&(t.visible&&y.show(!0),a[i.animation?"animate":"attr"]({opacity:1},g)),n.forEach((function(n){p(f(m,n.dlOptions||n.options&&n.options.dataLabels)).forEach((function(r,a){var l=r.enabled&&(!n.isNull||n.dataLabelOnNull)&&function(t,e){var i=e.filter;return!i||(e=i.operator,t=t[i.property],i=i.value,">"===e&&t>i||"<"===e&&t<i||">="===e&&t>=i||"<="===e&&t<=i||"=="===e&&t==i||"==="===e&&t===i)}(n,r),c=n.connectors?n.connectors[a]:n.connector,p=n.dataLabels?n.dataLabels[a]:n.dataLabel,f=d(r.distance,n.labelDistance),m=!p;if(l){var g=n.getLabelConfig(),b=d(r[n.formatPrefix+"Format"],r.format);g=s(b)?o(b,g,e):(r[n.formatPrefix+"Formatter"]||r.formatter).call(g,r),b=r.style;var v=r.rotation;e.styledMode||(b.color=d(r.color,b.color,t.color,"#000000"),"contrast"===b.color?(n.contrastColor=u.getContrast(n.color||t.color),b.color=!s(f)&&r.inside||0>f||i.stacking?n.contrastColor:"#000000"):delete n.contrastColor,i.cursor&&(b.cursor=i.cursor));var M={r:r.borderRadius||0,rotation:v,padding:r.padding,zIndex:1};e.styledMode||(M.fill=r.backgroundColor,M.stroke=r.borderColor,M["stroke-width"]=r.borderWidth),h(M,(function(t,e){void 0===t&&delete M[e]}))}!p||l&&s(g)&&!!p.div==!!r.useHTML||(n.dataLabel=p=n.dataLabel&&n.dataLabel.destroy(),n.dataLabels&&(1===n.dataLabels.length?delete n.dataLabels:delete n.dataLabels[a]),a||delete n.dataLabel,c&&(n.connector=n.connector.destroy(),n.connectors&&(1===n.connectors.length?delete n.connectors:delete n.connectors[a]))),l&&s(g)&&(p?M.text=g:(n.dataLabels=n.dataLabels||[],p=n.dataLabels[a]=v?u.text(g,0,-9999,r.useHTML).addClass("highcharts-data-label"):u.label(g,0,-9999,r.shape,null,null,r.useHTML,null,"data-label"),a||(n.dataLabel=p),p.addClass(" highcharts-data-label-color-"+n.colorIndex+" "+(r.className||"")+(r.useHTML?" highcharts-tracker":""))),p.options=r,p.attr(M),e.styledMode||p.css(b).shadow(r.shadow),p.added||p.add(y),r.textPath&&!r.useHTML&&(p.setTextPath(n.getDataLabelPath&&n.getDataLabelPath(p)||n.graphic,r.textPath),n.dataLabelPath&&!r.textPath.enabled&&(n.dataLabelPath=n.dataLabelPath.destroy())),t.alignDataLabel(n,p,r,null,m))}))}))}l(this,"afterDrawDataLabels")}function n(t,e,i,n,r,o){var s=this.chart,a=e.align,l=e.verticalAlign,c=t.box?0:t.padding||0,u=e.x;u=void 0===u?0:u;var h=e.y;h=void 0===h?0:h;var d=(i.x||0)+c;if(0>d){"right"===a&&0<=u?(e.align="left",e.inside=!0):u-=d;var p=!0}return(d=(i.x||0)+n.width-c)>s.plotWidth&&("left"===a&&0>=u?(e.align="right",e.inside=!0):u+=s.plotWidth-d,p=!0),0>(d=i.y+c)&&("bottom"===l&&0<=h?(e.verticalAlign="top",e.inside=!0):h-=d,p=!0),(d=(i.y||0)+n.height-c)>s.plotHeight&&("top"===l&&0>=h?(e.verticalAlign="bottom",e.inside=!0):h+=s.plotHeight-d,p=!0),p&&(e.x=u,e.y=h,t.placed=!o,t.align(e,void 0,r)),p}function f(t,e){var i,n=[];if(c(t)&&!c(e))n=t.map((function(t){return u(t,e)}));else if(c(e)&&!c(t))n=e.map((function(e){return u(t,e)}));else if(c(t)||c(e))for(i=Math.max(t.length,e.length);i--;)n[i]=u(t[i],e[i]);else n=u(t,e);return n}function m(t,e,i,n,r){var o=this.chart,s=o.inverted,a=this.xAxis,l=a.reversed,c=s?e.height/2:e.width/2;t=(t=t.pointWidth)?t/2:0,e.startXPos=s?r.x:l?-c-t:a.width-c+t,e.startYPos=s?l?this.yAxis.height-c+t:-c-t:r.y,n?"hidden"===e.visibility&&(e.show(),e.attr({opacity:0}).animate({opacity:1})):e.attr({opacity:1}).animate({opacity:0},void 0,e.hide),o.hasRendered&&(i&&e.attr({x:e.startXPos,y:e.startYPos}),e.placed=!0)}var g=[];t.compose=function(t){if(-1===g.indexOf(t)){var r=t.prototype;g.push(t),r.alignDataLabel=e,r.drawDataLabels=i,r.justifyDataLabel=n,r.setDataLabelStartPos=m}}}(n||(n={})),n})),e(i,"Series/Column/ColumnDataLabel.js",[i["Core/Series/DataLabel.js"],i["Core/Series/SeriesRegistry.js"],i["Core/Utilities.js"]],(function(t,e,i){var n,r=e.series,o=i.merge,s=i.pick;return function(e){function i(t,e,i,n,a){var l=this.chart.inverted,c=t.series,u=(c.xAxis?c.xAxis.len:this.chart.plotSizeX)||0;c=(c.yAxis?c.yAxis.len:this.chart.plotSizeY)||0;var h=t.dlBox||t.shapeArgs,d=s(t.below,t.plotY>s(this.translatedThreshold,c)),p=s(i.inside,!!this.options.stacking);h&&(0>(n=o(h)).y&&(n.height+=n.y,n.y=0),0<(h=n.y+n.height-c)&&h<n.height&&(n.height-=h),l&&(n={x:c-n.y-n.height,y:u-n.x-n.width,width:n.height,height:n.width}),p||(l?(n.x+=d?0:n.width,n.width=0):(n.y+=d?n.height:0,n.height=0))),i.align=s(i.align,!l||p?"center":d?"right":"left"),i.verticalAlign=s(i.verticalAlign,l||p?"middle":d?"top":"bottom"),r.prototype.alignDataLabel.call(this,t,e,i,n,a),i.inside&&t.contrastColor&&e.css({color:t.contrastColor})}var n=[];e.compose=function(e){t.compose(r),-1===n.indexOf(e)&&(n.push(e),e.prototype.alignDataLabel=i)}}(n||(n={})),n})),e(i,"Series/Bar/BarSeries.js",[i["Series/Column/ColumnSeries.js"],i["Core/Series/SeriesRegistry.js"],i["Core/Utilities.js"]],(function(t,e,i){var n=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),r=i.extend,o=i.merge;return i=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t.data=void 0,t.options=void 0,t.points=void 0,t}return n(i,e),i.defaultOptions=o(t.defaultOptions,{}),i}(t),r(i.prototype,{inverted:!0}),e.registerSeriesType("bar",i),i})),e(i,"Series/Scatter/ScatterSeries.js",[i["Series/Column/ColumnSeries.js"],i["Series/Line/LineSeries.js"],i["Core/Series/SeriesRegistry.js"],i["Core/Utilities.js"]],(function(t,e,i,n){var r=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),o=n.addEvent,s=n.extend,a=n.merge;return s((n=function(t){function i(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.options=void 0,e.points=void 0,e}return r(i,t),i.prototype.applyJitter=function(){var t=this,e=this.options.jitter,i=this.points.length;e&&this.points.forEach((function(n,r){["x","y"].forEach((function(o,s){var a="plot"+o.toUpperCase();if(e[o]&&!n.isNull){var l=t[o+"Axis"],c=e[o]*l.transA;if(l&&!l.isLog){var u=Math.max(0,n[a]-c);l=Math.min(l.len,n[a]+c),s=1e4*Math.sin(r+s*i),n[a]=u+(l-u)*(s-Math.floor(s)),"x"===o&&(n.clientX=n.plotX)}}}))}))},i.prototype.drawGraph=function(){this.options.lineWidth?t.prototype.drawGraph.call(this):this.graph&&(this.graph=this.graph.destroy())},i.defaultOptions=a(e.defaultOptions,{lineWidth:0,findNearestPointBy:"xy",jitter:{x:0,y:0},marker:{enabled:!0},tooltip:{headerFormat:'<span style="color:{point.color}">●</span> <span style="font-size: 10px"> {series.name}</span><br/>',pointFormat:"x: <b>{point.x}</b><br/>y: <b>{point.y}</b><br/>"}}),i}(e)).prototype,{drawTracker:t.prototype.drawTracker,sorted:!1,requireSorting:!1,noSharedTooltip:!0,trackerGroups:["group","markerGroup","dataLabelsGroup"],takeOrdinalPosition:!1}),o(n,"afterTranslate",(function(){this.applyJitter()})),i.registerSeriesType("scatter",n),n})),e(i,"Series/CenteredUtilities.js",[i["Core/Globals.js"],i["Core/Series/Series.js"],i["Core/Utilities.js"]],(function(t,e,i){var n,r=t.deg2rad,o=i.isNumber,s=i.pick,a=i.relativeLength;return function(t){t.getCenter=function(){var t=this.options,i=this.chart,n=2*(t.slicedOffset||0),r=i.plotWidth-2*n,o=i.plotHeight-2*n,l=t.center,c=Math.min(r,o),u=t.size,h=t.innerSize||0;for("string"==typeof u&&(u=parseFloat(u)),"string"==typeof h&&(h=parseFloat(h)),t=[s(l[0],"50%"),s(l[1],"50%"),s(u&&0>u?void 0:t.size,"100%"),s(h&&0>h?void 0:t.innerSize||0,"0%")],!i.angular||this instanceof e||(t[3]=0),l=0;4>l;++l)u=t[l],i=2>l||2===l&&/%$/.test(u),t[l]=a(u,[r,o,c,t[2]][l])+(i?n:0);return t[3]>t[2]&&(t[3]=t[2]),t},t.getStartAndEndRadians=function(t,e){return t=o(t)?t:0,e=o(e)&&e>t&&360>e-t?e:t+360,{start:r*(t+-90),end:r*(e+-90)}}}(n||(n={})),n})),e(i,"Series/Pie/PiePoint.js",[i["Core/Animation/AnimationUtilities.js"],i["Core/Series/Point.js"],i["Core/Utilities.js"]],(function(t,e,i){var n=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),r=t.setAnimation,o=i.addEvent,s=i.defined;t=i.extend;var a=i.isNumber,l=i.pick,c=i.relativeLength;return e=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.labelDistance=void 0,e.options=void 0,e.series=void 0,e}return n(e,t),e.prototype.getConnectorPath=function(){var t=this.labelPosition,e=this.series.options.dataLabels,i=this.connectorShapes,n=e.connectorShape;return i[n]&&(n=i[n]),n.call(this,{x:t.final.x,y:t.final.y,alignment:t.alignment},t.connectorPosition,e)},e.prototype.getTranslate=function(){return this.sliced?this.slicedTranslation:{translateX:0,translateY:0}},e.prototype.haloPath=function(t){var e=this.shapeArgs;return this.sliced||!this.visible?[]:this.series.chart.renderer.symbols.arc(e.x,e.y,e.r+t,e.r+t,{innerR:e.r-1,start:e.start,end:e.end})},e.prototype.init=function(){var e=this;t.prototype.init.apply(this,arguments),this.name=l(this.name,"Slice");var i=function(t){e.slice("select"===t.type)};return o(this,"select",i),o(this,"unselect",i),this},e.prototype.isValid=function(){return a(this.y)&&0<=this.y},e.prototype.setVisible=function(t,e){var i=this,n=this.series,r=n.chart,o=n.options.ignoreHiddenPoint;e=l(e,o),t!==this.visible&&(this.visible=this.options.visible=t=void 0===t?!this.visible:t,n.options.data[n.data.indexOf(this)]=this.options,["graphic","dataLabel","connector","shadowGroup"].forEach((function(e){i[e]&&i[e][t?"show":"hide"](t)})),this.legendItem&&r.legend.colorizeItem(this,t),t||"hover"!==this.state||this.setState(""),o&&(n.isDirty=!0),e&&r.redraw())},e.prototype.slice=function(t,e,i){var n=this.series;r(i,n.chart),l(e,!0),this.sliced=this.options.sliced=s(t)?t:!this.sliced,n.options.data[n.data.indexOf(this)]=this.options,this.graphic&&this.graphic.animate(this.getTranslate()),this.shadowGroup&&this.shadowGroup.animate(this.getTranslate())},e}(e),t(e.prototype,{connectorShapes:{fixedOffset:function(t,e,i){var n=e.breakAt;return e=e.touchingSliceAt,[["M",t.x,t.y],i.softConnector?["C",t.x+("left"===t.alignment?-5:5),t.y,2*n.x-e.x,2*n.y-e.y,n.x,n.y]:["L",n.x,n.y],["L",e.x,e.y]]},straight:function(t,e){return e=e.touchingSliceAt,[["M",t.x,t.y],["L",e.x,e.y]]},crookedLine:function(t,e,i){e=e.touchingSliceAt;var n=this.series,r=n.center[0],o=n.chart.plotWidth,s=n.chart.plotLeft;n=t.alignment;var a=this.shapeArgs.r;return i=c(i.crookDistance,1),i=["L",o="left"===n?r+a+(o+s-r-a)*(1-i):s+(r-a)*i,t.y],r=!0,("left"===n?o>t.x||o<e.x:o<t.x||o>e.x)&&(r=!1),t=[["M",t.x,t.y]],r&&t.push(i),t.push(["L",e.x,e.y]),t}}}),e})),e(i,"Series/Pie/PieSeries.js",[i["Series/CenteredUtilities.js"],i["Series/Column/ColumnSeries.js"],i["Core/Globals.js"],i["Core/Legend/LegendSymbol.js"],i["Series/Pie/PiePoint.js"],i["Core/Series/Series.js"],i["Core/Series/SeriesRegistry.js"],i["Core/Renderer/SVG/Symbols.js"],i["Core/Utilities.js"]],(function(t,e,i,n,r,o,s,a,l){var c=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),u=t.getStartAndEndRadians;i=i.noop;var h=l.clamp,d=l.extend,p=l.fireEvent,f=l.merge,m=l.pick,g=l.relativeLength;return l=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.center=void 0,e.data=void 0,e.maxLabelDistance=void 0,e.options=void 0,e.points=void 0,e}return c(e,t),e.prototype.animate=function(t){var e=this,i=e.points,n=e.startAngleRad;t||i.forEach((function(t){var i=t.graphic,r=t.shapeArgs;i&&r&&(i.attr({r:m(t.startR,e.center&&e.center[3]/2),start:n,end:n}),i.animate({r:r.r,start:r.start,end:r.end},e.options.animation))}))},e.prototype.drawEmpty=function(){var t=this.startAngleRad,e=this.endAngleRad,i=this.options;if(0===this.total&&this.center){var n=this.center[0],r=this.center[1];this.graph||(this.graph=this.chart.renderer.arc(n,r,this.center[1]/2,0,t,e).addClass("highcharts-empty-series").add(this.group)),this.graph.attr({d:a.arc(n,r,this.center[2]/2,0,{start:t,end:e,innerR:this.center[3]/2})}),this.chart.styledMode||this.graph.attr({"stroke-width":i.borderWidth,fill:i.fillColor||"none",stroke:i.color||"#cccccc"})}else this.graph&&(this.graph=this.graph.destroy())},e.prototype.drawPoints=function(){var t=this.chart.renderer;this.points.forEach((function(e){e.graphic&&e.hasNewShapeType()&&(e.graphic=e.graphic.destroy()),e.graphic||(e.graphic=t[e.shapeType](e.shapeArgs).add(e.series.group),e.delayedRendering=!0)}))},e.prototype.generatePoints=function(){t.prototype.generatePoints.call(this),this.updateTotals()},e.prototype.getX=function(t,e,i){var n=this.center,r=this.radii?this.radii[i.index]||0:n[2]/2;return t=Math.asin(h((t-n[1])/(r+i.labelDistance),-1,1)),n[0]+(e?-1:1)*Math.cos(t)*(r+i.labelDistance)+(0<i.labelDistance?(e?-1:1)*this.options.dataLabels.padding:0)},e.prototype.hasData=function(){return!!this.processedXData.length},e.prototype.redrawPoints=function(){var t,e,i,n,r=this,o=r.chart,s=o.renderer,a=r.options.shadow;this.drawEmpty(),!a||r.shadowGroup||o.styledMode||(r.shadowGroup=s.g("shadow").attr({zIndex:-1}).add(r.group)),r.points.forEach((function(l){var c={};if(e=l.graphic,!l.isNull&&e){var u=void 0;n=l.shapeArgs,t=l.getTranslate(),o.styledMode||(u=l.shadowGroup,a&&!u&&(u=l.shadowGroup=s.g("shadow").add(r.shadowGroup)),u&&u.attr(t),i=r.pointAttribs(l,l.selected&&"select")),l.delayedRendering?(e.setRadialReference(r.center).attr(n).attr(t),o.styledMode||e.attr(i).attr({"stroke-linejoin":"round"}).shadow(a,u),l.delayedRendering=!1):(e.setRadialReference(r.center),o.styledMode||f(!0,c,i),f(!0,c,n,t),e.animate(c)),e.attr({visibility:l.visible?"inherit":"hidden"}),e.addClass(l.getClassName(),!0)}else e&&(l.graphic=e.destroy())}))},e.prototype.sortByAngle=function(t,e){t.sort((function(t,i){return void 0!==t.angle&&(i.angle-t.angle)*e}))},e.prototype.translate=function(t){this.generatePoints();var e=this.options,i=e.slicedOffset,n=i+(e.borderWidth||0),r=u(e.startAngle,e.endAngle),o=this.startAngleRad=r.start;r=(this.endAngleRad=r.end)-o;var s=this.points,a=e.dataLabels.distance;e=e.ignoreHiddenPoint;var l,c=s.length,h=0;for(t||(this.center=t=this.getCenter()),l=0;l<c;l++){var d=s[l],f=o+h*r;!d.isValid()||e&&!d.visible||(h+=d.percentage/100);var y=o+h*r,b={x:t[0],y:t[1],r:t[2]/2,innerR:t[3]/2,start:Math.round(1e3*f)/1e3,end:Math.round(1e3*y)/1e3};d.shapeType="arc",d.shapeArgs=b,d.labelDistance=m(d.options.dataLabels&&d.options.dataLabels.distance,a),d.labelDistance=g(d.labelDistance,b.r),this.maxLabelDistance=Math.max(this.maxLabelDistance||0,d.labelDistance),(y=(y+f)/2)>1.5*Math.PI?y-=2*Math.PI:y<-Math.PI/2&&(y+=2*Math.PI),d.slicedTranslation={translateX:Math.round(Math.cos(y)*i),translateY:Math.round(Math.sin(y)*i)},b=Math.cos(y)*t[2]/2;var v=Math.sin(y)*t[2]/2;d.tooltipPos=[t[0]+.7*b,t[1]+.7*v],d.half=y<-Math.PI/2||y>Math.PI/2?1:0,d.angle=y,f=Math.min(n,d.labelDistance/5),d.labelPosition={natural:{x:t[0]+b+Math.cos(y)*d.labelDistance,y:t[1]+v+Math.sin(y)*d.labelDistance},final:{},alignment:0>d.labelDistance?"center":d.half?"right":"left",connectorPosition:{breakAt:{x:t[0]+b+Math.cos(y)*f,y:t[1]+v+Math.sin(y)*f},touchingSliceAt:{x:t[0]+b,y:t[1]+v}}}}p(this,"afterTranslate")},e.prototype.updateTotals=function(){var t,e=this.points,i=e.length,n=this.options.ignoreHiddenPoint,r=0;for(t=0;t<i;t++){var o=e[t];!o.isValid()||n&&!o.visible||(r+=o.y)}for(this.total=r,t=0;t<i;t++)(o=e[t]).percentage=0<r&&(o.visible||!n)?o.y/r*100:0,o.total=r},e.defaultOptions=f(o.defaultOptions,{center:[null,null],clip:!1,colorByPoint:!0,dataLabels:{allowOverlap:!0,connectorPadding:5,connectorShape:"fixedOffset",crookDistance:"70%",distance:30,enabled:!0,formatter:function(){return this.point.isNull?void 0:this.point.name},softConnector:!0,x:0},fillColor:void 0,ignoreHiddenPoint:!0,inactiveOtherPoints:!0,legendType:"point",marker:null,size:null,showInLegend:!1,slicedOffset:10,stickyTracking:!1,tooltip:{followPointer:!0},borderColor:"#ffffff",borderWidth:1,lineWidth:void 0,states:{hover:{brightness:.1}}}),e}(o),d(l.prototype,{axisTypes:[],directTouch:!0,drawGraph:void 0,drawLegendSymbol:n.drawRectangle,drawTracker:e.prototype.drawTracker,getCenter:t.getCenter,getSymbol:i,isCartesian:!1,noSharedTooltip:!0,pointAttribs:e.prototype.pointAttribs,pointClass:r,requireSorting:!1,searchPoint:i,trackerGroups:["group","dataLabelsGroup"]}),s.registerSeriesType("pie",l),l})),e(i,"Series/Pie/PieDataLabel.js",[i["Core/Series/DataLabel.js"],i["Core/Globals.js"],i["Core/Renderer/RendererUtilities.js"],i["Core/Series/SeriesRegistry.js"],i["Core/Utilities.js"]],(function(t,e,i,n,r){var o,s=e.noop,a=i.distribute,l=n.series,c=r.arrayMax,u=r.clamp,h=r.defined,d=r.merge,p=r.pick,f=r.relativeLength;return function(e){function i(){var t,e,i,n,r,o,s,u,f,m,g,y,b=this,v=b.data,M=b.chart,x=b.options.dataLabels||{},_=x.connectorPadding,A=M.plotWidth,L=M.plotHeight,w=M.plotLeft,k=Math.round(M.chartWidth/3),S=b.center,T=S[2]/2,O=S[1],C=[[],[]],j=[0,0,0,0],z=b.dataLabelPositioners;b.visible&&(x.enabled||b._hasPointLabels)&&(v.forEach((function(t){t.dataLabel&&t.visible&&t.dataLabel.shortened&&(t.dataLabel.attr({width:"auto"}).css({width:"auto",textOverflow:"clip"}),t.dataLabel.shortened=!1)})),l.prototype.drawDataLabels.apply(b),v.forEach((function(t){t.dataLabel&&(t.visible?(C[t.half].push(t),t.dataLabel._pos=null,!h(x.style.width)&&!h(t.options.dataLabels&&t.options.dataLabels.style&&t.options.dataLabels.style.width)&&t.dataLabel.getBBox().width>k&&(t.dataLabel.css({width:Math.round(.7*k)+"px"}),t.dataLabel.shortened=!0)):(t.dataLabel=t.dataLabel.destroy(),t.dataLabels&&1===t.dataLabels.length&&delete t.dataLabels))})),C.forEach((function(e,i){var l,c=e.length,d=[];if(c){if(b.sortByAngle(e,i-.5),0<b.maxLabelDistance){var v=Math.max(0,O-T-b.maxLabelDistance),k=Math.min(O+T+b.maxLabelDistance,M.plotHeight);e.forEach((function(t){0<t.labelDistance&&t.dataLabel&&(t.top=Math.max(0,O-T-t.labelDistance),t.bottom=Math.min(O+T+t.labelDistance,M.plotHeight),l=t.dataLabel.getBBox().height||21,t.distributeBox={target:t.labelPosition.natural.y-t.top+l/2,size:l,rank:t.y},d.push(t.distributeBox))})),a(d,v=k+l-v,v/5)}for(g=0;g<c;g++){if(t=e[g],o=t.labelPosition,n=t.dataLabel,m=!1===t.visible?"hidden":"inherit",f=v=o.natural.y,d&&h(t.distributeBox)&&(void 0===t.distributeBox.pos?m="hidden":(s=t.distributeBox.size,f=z.radialDistributionY(t))),delete t.positionIndex,x.justify)u=z.justify(t,T,S);else switch(x.alignTo){case"connectors":u=z.alignToConnectors(e,i,A,w);break;case"plotEdges":u=z.alignToPlotEdges(n,i,A,w);break;default:u=z.radialDistributionX(b,t,f,v)}n._attr={visibility:m,align:o.alignment},y=t.options.dataLabels||{},n._pos={x:u+p(y.x,x.x)+({left:_,right:-_}[o.alignment]||0),y:f+p(y.y,x.y)-10},o.final.x=u,o.final.y=f,p(x.crop,!0)&&(r=n.getBBox().width,v=null,u-r<_&&1===i?(v=Math.round(r-u+_),j[3]=Math.max(v,j[3])):u+r>A-_&&0===i&&(v=Math.round(u+r-A+_),j[1]=Math.max(v,j[1])),0>f-s/2?j[0]=Math.max(Math.round(s/2-f),j[0]):f+s/2>L&&(j[2]=Math.max(Math.round(f+s/2-L),j[2])),n.sideOverflow=v)}}})),0===c(j)||this.verifyDataLabelOverflow(j))&&(this.placeDataLabels(),this.points.forEach((function(t){var r;(y=d(x,t.options.dataLabels),e=p(y.connectorWidth,1))&&(i=t.connector,(n=t.dataLabel)&&n._pos&&t.visible&&0<t.labelDistance?(m=n._attr.visibility,(r=!i)&&(t.connector=i=M.renderer.path().addClass("highcharts-data-label-connector highcharts-color-"+t.colorIndex+(t.className?" "+t.className:"")).add(b.dataLabelsGroup),M.styledMode||i.attr({"stroke-width":e,stroke:y.connectorColor||t.color||"#666666"})),i[r?"attr":"animate"]({d:t.getConnectorPath()}),i.attr("visibility",m)):i&&(t.connector=i.destroy()))})))}function n(){this.points.forEach((function(t){var e,i=t.dataLabel;i&&t.visible&&((e=i._pos)?(i.sideOverflow&&(i._attr.width=Math.max(i.getBBox().width-i.sideOverflow,0),i.css({width:i._attr.width+"px",textOverflow:(this.options.dataLabels.style||{}).textOverflow||"ellipsis"}),i.shortened=!0),i.attr(i._attr),i[i.moved?"animate":"attr"](e),i.moved=!0):i&&i.attr({y:-9999})),delete t.distributeBox}),this)}function r(t){var e=this.center,i=this.options,n=i.center,r=i.minSize||80,o=null!==i.size;if(!o){if(null!==n[0])var s=Math.max(e[2]-Math.max(t[1],t[3]),r);else s=Math.max(e[2]-t[1]-t[3],r),e[0]+=(t[3]-t[1])/2;null!==n[1]?s=u(s,r,e[2]-Math.max(t[0],t[2])):(s=u(s,r,e[2]-t[0]-t[2]),e[1]+=(t[0]-t[2])/2),s<e[2]?(e[2]=s,e[3]=Math.min(f(i.innerSize||0,s),s),this.translate(e),this.drawDataLabels&&this.drawDataLabels()):o=!0}return o}var o=[],m={radialDistributionY:function(t){return t.top+t.distributeBox.pos},radialDistributionX:function(t,e,i,n){return t.getX(i<e.top+2||i>e.bottom-2?n:i,e.half,e)},justify:function(t,e,i){return i[0]+(t.half?-1:1)*(e+t.labelDistance)},alignToPlotEdges:function(t,e,i,n){return t=t.getBBox().width,e?t+n:i-t-n},alignToConnectors:function(t,e,i,n){var r,o=0;return t.forEach((function(t){(r=t.dataLabel.getBBox().width)>o&&(o=r)})),e?o+n:i-o-n}};e.compose=function(e){t.compose(l),-1===o.indexOf(e)&&(o.push(e),(e=e.prototype).dataLabelPositioners=m,e.alignDataLabel=s,e.drawDataLabels=i,e.placeDataLabels=n,e.verifyDataLabelOverflow=r)}}(o||(o={})),o})),e(i,"Extensions/OverlappingDataLabels.js",[i["Core/Chart/Chart.js"],i["Core/Utilities.js"]],(function(t,e){function i(t,e){var i=!1;if(t){var n=t.newOpacity;t.oldOpacity!==n&&(t.alignAttr&&t.placed?(t[n?"removeClass":"addClass"]("highcharts-data-label-hidden"),i=!0,t.alignAttr.opacity=n,t[t.isOld?"animate":"attr"](t.alignAttr,null,(function(){e.styledMode||t.css({pointerEvents:n?"auto":"none"})})),r(e,"afterHideOverlappingLabel")):t.attr({opacity:n})),t.isOld=!0}return i}var n=e.addEvent,r=e.fireEvent,o=e.isArray,s=e.isNumber,a=e.objectEach,l=e.pick;n(t,"render",(function(){var t=this,e=[];(this.labelCollectors||[]).forEach((function(t){e=e.concat(t())})),(this.yAxis||[]).forEach((function(t){t.stacking&&t.options.stackLabels&&!t.options.stackLabels.allowOverlap&&a(t.stacking.stacks,(function(t){a(t,(function(t){t.label&&"hidden"!==t.label.visibility&&e.push(t.label)}))}))})),(this.series||[]).forEach((function(n){var r=n.options.dataLabels;n.visible&&(!1!==r.enabled||n._hasPointLabels)&&((r=function(n){return n.forEach((function(n){n.visible&&(o(n.dataLabels)?n.dataLabels:n.dataLabel?[n.dataLabel]:[]).forEach((function(r){var o=r.options;r.labelrank=l(o.labelrank,n.labelrank,n.shapeArgs&&n.shapeArgs.height),o.allowOverlap?(r.oldOpacity=r.opacity,r.newOpacity=1,i(r,t)):e.push(r)}))}))})(n.nodes||[]),r(n.points))})),this.hideOverlappingLabels(e)})),t.prototype.hideOverlappingLabels=function(t){var e,n,o,a=this,l=t.length,c=a.renderer,u=!1,h=function(t){var e,i,n=t.box?0:t.padding||0,r=e=0;if(t&&(!t.alignAttr||t.placed)){var o=t.alignAttr||{x:t.attr("x"),y:t.attr("y")},a=t.parentGroup;t.width||(e=t.getBBox(),t.width=e.width,t.height=e.height,e=c.fontMetrics(null,t.element).h);var l=t.width-2*n;return(i={left:"0",center:"0.5",right:"1"}[t.alignValue])?r=+i*l:s(t.x)&&Math.round(t.x)!==t.translateX&&(r=t.x-t.translateX),{x:o.x+(a.translateX||0)+n-(r||0),y:o.y+(a.translateY||0)+n-e,width:t.width-2*n,height:t.height-2*n}}};for(n=0;n<l;n++)(e=t[n])&&(e.oldOpacity=e.opacity,e.newOpacity=1,e.absoluteBox=h(e));for(t.sort((function(t,e){return(e.labelrank||0)-(t.labelrank||0)})),n=0;n<l;n++){var d=(h=t[n])&&h.absoluteBox;for(e=n+1;e<l;++e){var p=(o=t[e])&&o.absoluteBox;!d||!p||h===o||0===h.newOpacity||0===o.newOpacity||p.x>=d.x+d.width||p.x+p.width<=d.x||p.y>=d.y+d.height||p.y+p.height<=d.y||((h.labelrank<o.labelrank?h:o).newOpacity=0)}}t.forEach((function(t){i(t,a)&&(u=!0)})),u&&r(a,"afterHideAllOverlappingLabels")}})),e(i,"Core/Responsive.js",[i["Core/Utilities.js"]],(function(t){var e,i=t.extend,n=t.find,r=t.isArray,o=t.isObject,s=t.merge,a=t.objectEach,l=t.pick,c=t.splat,u=t.uniqueKey;return function(t){var e=[];t.compose=function(t){return-1===e.indexOf(t)&&(e.push(t),i(t.prototype,h.prototype)),t};var h=function(){function t(){}return t.prototype.currentOptions=function(t){var e=this,i={};return function t(i,n,s,l){var u;a(i,(function(i,a){if(!l&&-1<e.collectionsWithUpdate.indexOf(a)&&n[a])for(i=c(i),s[a]=[],u=0;u<Math.max(i.length,n[a].length);u++)n[a][u]&&(void 0===i[u]?s[a][u]=n[a][u]:(s[a][u]={},t(i[u],n[a][u],s[a][u],l+1)));else o(i)?(s[a]=r(i)?[]:{},t(i,n[a]||{},s[a],l+1)):s[a]=void 0===n[a]?null:n[a]}))}(t,this.options,i,0),i},t.prototype.matchResponsiveRule=function(t,e){var i=t.condition;(i.callback||function(){return this.chartWidth<=l(i.maxWidth,Number.MAX_VALUE)&&this.chartHeight<=l(i.maxHeight,Number.MAX_VALUE)&&this.chartWidth>=l(i.minWidth,0)&&this.chartHeight>=l(i.minHeight,0)}).call(this)&&e.push(t._id)},t.prototype.setResponsive=function(t,e){var i=this,r=this.options.responsive,o=this.currentResponsive,a=[];!e&&r&&r.rules&&r.rules.forEach((function(t){void 0===t._id&&(t._id=u()),i.matchResponsiveRule(t,a)}),this),(e=s.apply(void 0,a.map((function(t){return n((r||{}).rules||[],(function(e){return e._id===t}))})).map((function(t){return t&&t.chartOptions})))).isResponsiveOptions=!0,(a=a.toString()||void 0)!==(o&&o.ruleIds)&&(o&&this.update(o.undoOptions,t,!0),a?((o=this.currentOptions(e)).isResponsiveOptions=!0,this.currentResponsive={ruleIds:a,mergedOptions:e,undoOptions:o},this.update(e,t,!0)):this.currentResponsive=void 0)},t}()}(e||(e={})),e})),e(i,"masters/highcharts.src.js",[i["Core/Globals.js"],i["Core/Utilities.js"],i["Core/DefaultOptions.js"],i["Core/Animation/Fx.js"],i["Core/Animation/AnimationUtilities.js"],i["Core/Renderer/HTML/AST.js"],i["Core/FormatUtilities.js"],i["Core/Renderer/RendererUtilities.js"],i["Core/Renderer/SVG/SVGElement.js"],i["Core/Renderer/SVG/SVGRenderer.js"],i["Core/Renderer/HTML/HTMLElement.js"],i["Core/Renderer/HTML/HTMLRenderer.js"],i["Core/Axis/Axis.js"],i["Core/Axis/DateTimeAxis.js"],i["Core/Axis/LogarithmicAxis.js"],i["Core/Axis/PlotLineOrBand/PlotLineOrBand.js"],i["Core/Axis/Tick.js"],i["Core/Tooltip.js"],i["Core/Series/Point.js"],i["Core/Pointer.js"],i["Core/MSPointer.js"],i["Core/Legend/Legend.js"],i["Core/Chart/Chart.js"],i["Core/Series/Series.js"],i["Core/Series/SeriesRegistry.js"],i["Series/Column/ColumnSeries.js"],i["Series/Column/ColumnDataLabel.js"],i["Series/Pie/PieSeries.js"],i["Series/Pie/PieDataLabel.js"],i["Core/Series/DataLabel.js"],i["Core/Responsive.js"],i["Core/Color/Color.js"],i["Core/Time.js"]],(function(t,e,i,n,r,o,s,a,l,c,u,h,d,p,f,m,g,y,b,v,M,x,_,A,L,w,k,S,T,O,C,j,z){return t.animate=r.animate,t.animObject=r.animObject,t.getDeferredAnimation=r.getDeferredAnimation,t.setAnimation=r.setAnimation,t.stop=r.stop,t.timers=n.timers,t.AST=o,t.Axis=d,t.Chart=_,t.chart=_.chart,t.Fx=n,t.Legend=x,t.PlotLineOrBand=m,t.Point=b,t.Pointer=M.isRequired()?M:v,t.Series=A,t.SVGElement=l,t.SVGRenderer=c,t.Tick=g,t.Time=z,t.Tooltip=y,t.Color=j,t.color=j.parse,h.compose(c),u.compose(l),t.defaultOptions=i.defaultOptions,t.getOptions=i.getOptions,t.time=i.defaultTime,t.setOptions=i.setOptions,t.dateFormat=s.dateFormat,t.format=s.format,t.numberFormat=s.numberFormat,t.addEvent=e.addEvent,t.arrayMax=e.arrayMax,t.arrayMin=e.arrayMin,t.attr=e.attr,t.clearTimeout=e.clearTimeout,t.correctFloat=e.correctFloat,t.createElement=e.createElement,t.css=e.css,t.defined=e.defined,t.destroyObjectProperties=e.destroyObjectProperties,t.discardElement=e.discardElement,t.distribute=a.distribute,t.erase=e.erase,t.error=e.error,t.extend=e.extend,t.extendClass=e.extendClass,t.find=e.find,t.fireEvent=e.fireEvent,t.getMagnitude=e.getMagnitude,t.getStyle=e.getStyle,t.inArray=e.inArray,t.isArray=e.isArray,t.isClass=e.isClass,t.isDOMElement=e.isDOMElement,t.isFunction=e.isFunction,t.isNumber=e.isNumber,t.isObject=e.isObject,t.isString=e.isString,t.keys=e.keys,t.merge=e.merge,t.normalizeTickInterval=e.normalizeTickInterval,t.objectEach=e.objectEach,t.offset=e.offset,t.pad=e.pad,t.pick=e.pick,t.pInt=e.pInt,t.relativeLength=e.relativeLength,t.removeEvent=e.removeEvent,t.seriesType=L.seriesType,t.splat=e.splat,t.stableSort=e.stableSort,t.syncTimeout=e.syncTimeout,t.timeUnits=e.timeUnits,t.uniqueKey=e.uniqueKey,t.useSerialIds=e.useSerialIds,t.wrap=e.wrap,k.compose(w),O.compose(A),p.compose(d),f.compose(d),T.compose(S),m.compose(d),C.compose(_),t})),i["masters/highcharts.src.js"]._modules=i,i["masters/highcharts.src.js"]}))},"./node_modules/highcharts/highstock.js":function(t,e,i){"use strict";var n;!function(r,o){t.exports?(o.default=o,t.exports=r.document?o(r):o):void 0===(n=function(){return o(r)}.call(e,i,e,t))||(t.exports=n)}("undefined"!=typeof window?window:this,(function(t){function e(t,e,i,n){t.hasOwnProperty(e)||(t[e]=n.apply(null,i))}var i={};return e(i,"Core/Globals.js",[],(function(){var e,i,n=void 0!==t?t:"undefined"!=typeof window?window:{};return(i=e||(e={})).SVG_NS="http://www.w3.org/2000/svg",i.product="Highcharts",i.version="9.3.3",i.win=n,i.doc=i.win.document,i.svg=i.doc&&i.doc.createElementNS&&!!i.doc.createElementNS(i.SVG_NS,"svg").createSVGRect,i.userAgent=i.win.navigator&&i.win.navigator.userAgent||"",i.isChrome=-1!==i.userAgent.indexOf("Chrome"),i.isFirefox=-1!==i.userAgent.indexOf("Firefox"),i.isMS=/(edge|msie|trident)/i.test(i.userAgent)&&!i.win.opera,i.isSafari=!i.isChrome&&-1!==i.userAgent.indexOf("Safari"),i.isTouchDevice=/(Mobile|Android|Windows Phone)/.test(i.userAgent),i.isWebKit=-1!==i.userAgent.indexOf("AppleWebKit"),i.deg2rad=2*Math.PI/360,i.hasBidiBug=i.isFirefox&&4>parseInt(i.userAgent.split("Firefox/")[1],10),i.hasTouch=!!i.win.TouchEvent,i.marginNames=["plotTop","marginRight","marginBottom","plotLeft"],i.noop=function(){},i.supportsPassiveEvents=function(){var t=!1;if(!i.isMS){var e=Object.defineProperty({},"passive",{get:function(){t=!0}});i.win.addEventListener&&i.win.removeEventListener&&(i.win.addEventListener("testPassive",i.noop,e),i.win.removeEventListener("testPassive",i.noop,e))}return t}(),i.charts=[],i.dateFormats={},i.seriesTypes={},i.symbolSizes={},i.chartCount=0,e})),e(i,"Core/Utilities.js",[i["Core/Globals.js"]],(function(t){function e(i,n,r,o){var s=n?"Highcharts error":"Highcharts warning";32===i&&(i=s+": Deprecated member");var a=l(i),c=a?s+" #"+i+": www.highcharts.com/errors/"+i+"/":i.toString();if(void 0!==o){var u="";a&&(c+="?"),m(o,(function(t,e){u+="\n - "+e+": "+t,a&&(c+=encodeURI(e)+"="+encodeURI(t))})),c+=u}y(t,"displayError",{chart:r,code:i,message:c,params:o},(function(){if(n)throw Error(c);M.console&&-1===e.messages.indexOf(c)&&console.warn(c)})),e.messages.push(c)}function i(t,e){return parseInt(t,e||10)}function n(t){return"string"==typeof t}function r(t){return"[object Array]"===(t=Object.prototype.toString.call(t))||"[object Array Iterator]"===t}function o(t,e){return!(!t||"object"!=typeof t||e&&r(t))}function s(t){return o(t)&&"number"==typeof t.nodeType}function a(t){var e=t&&t.constructor;return!(!o(t,!0)||s(t)||!e||!e.name||"Object"===e.name)}function l(t){return"number"==typeof t&&!isNaN(t)&&1/0>t&&-1/0<t}function c(t){return null!=t}function u(t,e,i){var r;return n(e)?c(i)?t.setAttribute(e,i):t&&t.getAttribute&&((r=t.getAttribute(e))||"class"!==e||(r=t.getAttribute(e+"Name"))):m(e,(function(e,i){c(e)?t.setAttribute(i,e):t.removeAttribute(i)})),r}function h(t,e){var i;for(i in t||(t={}),e)t[i]=e[i];return t}function d(){for(var t=arguments,e=t.length,i=0;i<e;i++){var n=t[i];if(null!=n)return n}}function p(e,i){t.isMS&&!t.svg&&i&&void 0!==i.opacity&&(i.filter="alpha(opacity="+100*i.opacity+")"),h(e.style,i)}function f(t,e){return 1e14<t?t:parseFloat(t.toPrecision(e||14))}function m(t,e,i){for(var n in t)Object.hasOwnProperty.call(t,n)&&e.call(i||t[n],t[n],n,t)}function g(e,i,n){function r(i,n){var r=e.removeEventListener||t.removeEventListenerPolyfill;r&&r.call(e,i,n,!1)}function o(t){var n;if(e.nodeName){if(i){var o={};o[i]=!0}else o=t;m(o,(function(e,i){if(t[i])for(n=t[i].length;n--;)r(i,t[i][n].fn)}))}}var s="function"==typeof e&&e.prototype||e;if(Object.hasOwnProperty.call(s,"hcEvents")){var a=s.hcEvents;i?(s=a[i]||[],n?(a[i]=s.filter((function(t){return n!==t.fn})),r(i,n)):(o(a),a[i]=[])):(o(a),delete s.hcEvents)}}function y(e,i,n,r){if(n=n||{},v.createEvent&&(e.dispatchEvent||e.fireEvent&&e!==t)){var o=v.createEvent("Events");o.initEvent(i,!0,!0),n=h(o,n),e.dispatchEvent?e.dispatchEvent(n):e.fireEvent(i,n)}else if(e.hcEvents){n.target||h(n,{preventDefault:function(){n.defaultPrevented=!0},target:e,type:i}),o=[];for(var s=e,a=!1;s.hcEvents;)Object.hasOwnProperty.call(s,"hcEvents")&&s.hcEvents[i]&&(o.length&&(a=!0),o.unshift.apply(o,s.hcEvents[i])),s=Object.getPrototypeOf(s);a&&o.sort((function(t,e){return t.order-e.order})),o.forEach((function(t){!1===t.fn.call(e,n)&&n.preventDefault()}))}r&&!n.defaultPrevented&&r.call(e,n)}var b=t.charts,v=t.doc,M=t.win;(e||(e={})).messages=[],Math.easeInOutSine=function(t){return-.5*(Math.cos(Math.PI*t)-1)};var x=Array.prototype.find?function(t,e){return t.find(e)}:function(t,e){var i,n=t.length;for(i=0;i<n;i++)if(e(t[i],i))return t[i]};m({map:"map",each:"forEach",grep:"filter",reduce:"reduce",some:"some"},(function(i,n){t[n]=function(t){var r;return e(32,!1,void 0,((r={})["Highcharts."+n]="use Array."+i,r)),Array.prototype[i].apply(t,[].slice.call(arguments,1))}}));var _,A,L,w=(A=Math.random().toString(36).substring(2,9)+"-",L=0,function(){return"highcharts-"+(_?"":A)+L++});return M.jQuery&&(M.jQuery.fn.highcharts=function(){var e=[].slice.call(arguments);if(this[0])return e[0]?(new(t[n(e[0])?e.shift():"Chart"])(this[0],e[0],e[1]),this):b[u(this[0],"data-highcharts-chart")]}),x={addEvent:function(e,i,n,r){void 0===r&&(r={});var o="function"==typeof e&&e.prototype||e;Object.hasOwnProperty.call(o,"hcEvents")||(o.hcEvents={}),o=o.hcEvents,t.Point&&e instanceof t.Point&&e.series&&e.series.chart&&(e.series.chart.runTrackerClick=!0);var s=e.addEventListener||t.addEventListenerPolyfill;return s&&s.call(e,i,n,!!t.supportsPassiveEvents&&{passive:void 0===r.passive?-1!==i.indexOf("touch"):r.passive,capture:!1}),o[i]||(o[i]=[]),o[i].push({fn:n,order:"number"==typeof r.order?r.order:1/0}),o[i].sort((function(t,e){return t.order-e.order})),function(){g(e,i,n)}},arrayMax:function(t){for(var e=t.length,i=t[0];e--;)t[e]>i&&(i=t[e]);return i},arrayMin:function(t){for(var e=t.length,i=t[0];e--;)t[e]<i&&(i=t[e]);return i},attr:u,clamp:function(t,e,i){return t>e?t<i?t:i:e},cleanRecursively:function t(e,i){var n={};return m(e,(function(r,s){o(e[s],!0)&&!e.nodeType&&i[s]?(r=t(e[s],i[s]),Object.keys(r).length&&(n[s]=r)):(o(e[s])||e[s]!==i[s])&&(n[s]=e[s])})),n},clearTimeout:function(t){c(t)&&clearTimeout(t)},correctFloat:f,createElement:function(t,e,i,n,r){return t=v.createElement(t),e&&h(t,e),r&&p(t,{padding:"0",border:"none",margin:"0"}),i&&p(t,i),n&&n.appendChild(t),t},css:p,defined:c,destroyObjectProperties:function(t,e){m(t,(function(i,n){i&&i!==e&&i.destroy&&i.destroy(),delete t[n]}))},discardElement:function(t){t&&t.parentElement&&t.parentElement.removeChild(t)},erase:function(t,e){for(var i=t.length;i--;)if(t[i]===e){t.splice(i,1);break}},error:e,extend:h,extendClass:function(t,e){var i=function(){};return h(i.prototype=new t,e),i},find:x,fireEvent:y,getMagnitude:function(t){return Math.pow(10,Math.floor(Math.log(t)/Math.LN10))},getNestedProperty:function(t,e){for(t=t.split(".");t.length&&c(e);){var i=t.shift();if(void 0===i||"__proto__"===i)return;if(!c(e=e[i])||"function"==typeof e||"number"==typeof e.nodeType||e===M)return}return e},getStyle:function n(r,o,s){var a=t.getStyle||n;if("width"===o)return o=Math.min(r.offsetWidth,r.scrollWidth),(s=r.getBoundingClientRect&&r.getBoundingClientRect().width)<o&&s>=o-1&&(o=Math.floor(s)),Math.max(0,o-(a(r,"padding-left",!0)||0)-(a(r,"padding-right",!0)||0));if("height"===o)return Math.max(0,Math.min(r.offsetHeight,r.scrollHeight)-(a(r,"padding-top",!0)||0)-(a(r,"padding-bottom",!0)||0));if(M.getComputedStyle||e(27,!0),r=M.getComputedStyle(r,void 0)){var l=r.getPropertyValue(o);d(s,"opacity"!==o)&&(l=i(l))}return l},inArray:function(t,i,n){return e(32,!1,void 0,{"Highcharts.inArray":"use Array.indexOf"}),i.indexOf(t,n)},isArray:r,isClass:a,isDOMElement:s,isFunction:function(t){return"function"==typeof t},isNumber:l,isObject:o,isString:n,keys:function(t){return e(32,!1,void 0,{"Highcharts.keys":"use Object.keys"}),Object.keys(t)},merge:function(){var t,e=arguments,i={},n=function(t,e){return"object"!=typeof t&&(t={}),m(e,(function(i,r){"__proto__"!==r&&"constructor"!==r&&(!o(i,!0)||a(i)||s(i)?t[r]=e[r]:t[r]=n(t[r]||{},i))})),t};!0===e[0]&&(i=e[1],e=Array.prototype.slice.call(e,2));var r=e.length;for(t=0;t<r;t++)i=n(i,e[t]);return i},normalizeTickInterval:function(t,e,i,n,r){var o=t,s=t/(i=d(i,1));for(e||(e=r?[1,1.2,1.5,2,2.5,3,4,5,6,8,10]:[1,2,2.5,5,10],!1===n&&(1===i?e=e.filter((function(t){return 0==t%1})):.1>=i&&(e=[1/i]))),n=0;n<e.length&&(o=e[n],!(r&&o*i>=t||!r&&s<=(e[n]+(e[n+1]||e[n]))/2));n++);return f(o*i,-Math.round(Math.log(.001)/Math.LN10))},objectEach:m,offset:function(t){var e=v.documentElement;return{top:(t=t.parentElement||t.parentNode?t.getBoundingClientRect():{top:0,left:0,width:0,height:0}).top+(M.pageYOffset||e.scrollTop)-(e.clientTop||0),left:t.left+(M.pageXOffset||e.scrollLeft)-(e.clientLeft||0),width:t.width,height:t.height}},pad:function(t,e,i){return Array((e||2)+1-String(t).replace("-","").length).join(i||"0")+t},pick:d,pInt:i,relativeLength:function(t,e,i){return/%$/.test(t)?e*parseFloat(t)/100+(i||0):parseFloat(t)},removeEvent:g,splat:function(t){return r(t)?t:[t]},stableSort:function(t,e){var i,n,r=t.length;for(n=0;n<r;n++)t[n].safeI=n;for(t.sort((function(t,n){return 0===(i=e(t,n))?t.safeI-n.safeI:i})),n=0;n<r;n++)delete t[n].safeI},syncTimeout:function(t,e,i){return 0<e?setTimeout(t,e,i):(t.call(0,i),-1)},timeUnits:{millisecond:1,second:1e3,minute:6e4,hour:36e5,day:864e5,week:6048e5,month:24192e5,year:314496e5},uniqueKey:w,useSerialIds:function(t){return _=d(t,_)},wrap:function(t,e,i){var n=t[e];t[e]=function(){var t=Array.prototype.slice.call(arguments),e=arguments,r=this;return r.proceed=function(){n.apply(r,arguments.length?arguments:e)},t.unshift(n),t=i.apply(this,t),r.proceed=null,t}}}})),e(i,"Core/Chart/ChartDefaults.js",[],(function(){return{panning:{enabled:!1,type:"x"},styledMode:!1,borderRadius:0,colorCount:10,defaultSeriesType:"line",ignoreHiddenSeries:!0,spacing:[10,10,15,10],resetZoomButton:{theme:{zIndex:6},position:{align:"right",x:-10,y:10}},zoomBySingleTouch:!1,width:null,height:null,borderColor:"#335cad",backgroundColor:"#ffffff",plotBorderColor:"#cccccc"}})),e(i,"Core/Color/Color.js",[i["Core/Globals.js"],i["Core/Utilities.js"]],(function(t,e){var i=e.isNumber,n=e.merge,r=e.pInt;return e=function(){function e(i){this.rgba=[NaN,NaN,NaN,NaN],this.input=i;var n=t.Color;return n&&n!==e?new n(i):this instanceof e?void this.init(i):new e(i)}return e.parse=function(t){return t?new e(t):e.None},e.prototype.init=function(t){var i;if("object"==typeof t&&void 0!==t.stops)this.stops=t.stops.map((function(t){return new e(t[1])}));else if("string"==typeof t){if(this.input=t=e.names[t.toLowerCase()]||t,"#"===t.charAt(0)){var n=t.length,r=parseInt(t.substr(1),16);7===n?i=[(16711680&r)>>16,(65280&r)>>8,255&r,1]:4===n&&(i=[(3840&r)>>4|(3840&r)>>8,(240&r)>>4|240&r,(15&r)<<4|15&r,1])}if(!i)for(r=e.parsers.length;r--&&!i;){var o=e.parsers[r];(n=o.regex.exec(t))&&(i=o.parse(n))}}i&&(this.rgba=i)},e.prototype.get=function(t){var e=this.input,r=this.rgba;if("object"==typeof e&&void 0!==this.stops){var o=n(e);return o.stops=[].slice.call(o.stops),this.stops.forEach((function(e,i){o.stops[i]=[o.stops[i][0],e.get(t)]})),o}return r&&i(r[0])?"rgb"===t||!t&&1===r[3]?"rgb("+r[0]+","+r[1]+","+r[2]+")":"a"===t?""+r[3]:"rgba("+r.join(",")+")":e},e.prototype.brighten=function(t){var e=this.rgba;if(this.stops)this.stops.forEach((function(e){e.brighten(t)}));else if(i(t)&&0!==t)for(var n=0;3>n;n++)e[n]+=r(255*t),0>e[n]&&(e[n]=0),255<e[n]&&(e[n]=255);return this},e.prototype.setOpacity=function(t){return this.rgba[3]=t,this},e.prototype.tweenTo=function(t,e){var n=this.rgba,r=t.rgba;return i(n[0])&&i(r[0])?((t=1!==r[3]||1!==n[3])?"rgba(":"rgb(")+Math.round(r[0]+(n[0]-r[0])*(1-e))+","+Math.round(r[1]+(n[1]-r[1])*(1-e))+","+Math.round(r[2]+(n[2]-r[2])*(1-e))+(t?","+(r[3]+(n[3]-r[3])*(1-e)):"")+")":t.input||"none"},e.names={white:"#ffffff",black:"#000000"},e.parsers=[{regex:/rgba\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]?(?:\.[0-9]+)?)\s*\)/,parse:function(t){return[r(t[1]),r(t[2]),r(t[3]),parseFloat(t[4],10)]}},{regex:/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/,parse:function(t){return[r(t[1]),r(t[2]),r(t[3]),1]}}],e.None=new e(""),e}()})),e(i,"Core/Color/Palettes.js",[],(function(){return{colors:"#7cb5ec #434348 #90ed7d #f7a35c #8085e9 #f15c80 #e4d354 #2b908f #f45b5b #91e8e1".split(" ")}})),e(i,"Core/Time.js",[i["Core/Globals.js"],i["Core/Utilities.js"]],(function(t,e){var i=t.win,n=e.defined,r=e.error,o=e.extend,s=e.isObject,a=e.merge,l=e.objectEach,c=e.pad,u=e.pick,h=e.splat,d=e.timeUnits,p=t.isSafari&&i.Intl&&i.Intl.DateTimeFormat.prototype.formatRange,f=t.isSafari&&i.Intl&&!i.Intl.DateTimeFormat.prototype.formatRange;return e=function(){function e(t){this.options={},this.variableTimezone=this.useUTC=!1,this.Date=i.Date,this.getTimezoneOffset=this.timezoneOffsetFunction(),this.update(t)}return e.prototype.get=function(t,e){if(this.variableTimezone||this.timezoneOffset){var i=e.getTime(),n=i-this.getTimezoneOffset(e);return e.setTime(n),t=e["getUTC"+t](),e.setTime(i),t}return this.useUTC?e["getUTC"+t]():e["get"+t]()},e.prototype.set=function(t,e,i){if(this.variableTimezone||this.timezoneOffset){if("Milliseconds"===t||"Seconds"===t||"Minutes"===t&&0==this.getTimezoneOffset(e)%36e5)return e["setUTC"+t](i);var n=this.getTimezoneOffset(e);return n=e.getTime()-n,e.setTime(n),e["setUTC"+t](i),t=this.getTimezoneOffset(e),n=e.getTime()+t,e.setTime(n)}return this.useUTC||p&&"FullYear"===t?e["setUTC"+t](i):e["set"+t](i)},e.prototype.update=function(t){var e=u(t&&t.useUTC,!0);this.options=t=a(!0,this.options||{},t),this.Date=t.Date||i.Date||Date,this.timezoneOffset=(this.useUTC=e)&&t.timezoneOffset,this.getTimezoneOffset=this.timezoneOffsetFunction(),this.variableTimezone=e&&!(!t.getTimezoneOffset&&!t.timezone)},e.prototype.makeTime=function(t,e,i,n,r,o){if(this.useUTC){var s=this.Date.UTC.apply(0,arguments),a=this.getTimezoneOffset(s);s+=a;var l=this.getTimezoneOffset(s);a!==l?s+=l-a:a-36e5!==this.getTimezoneOffset(s-36e5)||f||(s-=36e5)}else s=new this.Date(t,e,u(i,1),u(n,0),u(r,0),u(o,0)).getTime();return s},e.prototype.timezoneOffsetFunction=function(){var t=this,e=this.options,n=e.getTimezoneOffset,o=e.moment||i.moment;if(!this.useUTC)return function(t){return 6e4*new Date(t.toString()).getTimezoneOffset()};if(e.timezone){if(o)return function(t){return 6e4*-o.tz(t,e.timezone).utcOffset()};r(25)}return this.useUTC&&n?function(t){return 6e4*n(t.valueOf())}:function(){return 6e4*(t.timezoneOffset||0)}},e.prototype.dateFormat=function(e,i,r){if(!n(i)||isNaN(i))return t.defaultOptions.lang&&t.defaultOptions.lang.invalidDate||"";e=u(e,"%Y-%m-%d %H:%M:%S");var s=this,a=new this.Date(i),h=this.get("Hours",a),d=this.get("Day",a),p=this.get("Date",a),f=this.get("Month",a),m=this.get("FullYear",a),g=t.defaultOptions.lang,y=g&&g.weekdays,b=g&&g.shortWeekdays;return a=o({a:b?b[d]:y[d].substr(0,3),A:y[d],d:c(p),e:c(p,2," "),w:d,b:g.shortMonths[f],B:g.months[f],m:c(f+1),o:f+1,y:m.toString().substr(2,2),Y:m,H:c(h),k:h,I:c(h%12||12),l:h%12||12,M:c(this.get("Minutes",a)),p:12>h?"AM":"PM",P:12>h?"am":"pm",S:c(a.getSeconds()),L:c(Math.floor(i%1e3),3)},t.dateFormats),l(a,(function(t,n){for(;-1!==e.indexOf("%"+n);)e=e.replace("%"+n,"function"==typeof t?t.call(s,i):t)})),r?e.substr(0,1).toUpperCase()+e.substr(1):e},e.prototype.resolveDTLFormat=function(t){return s(t,!0)?t:{main:(t=h(t))[0],from:t[1],to:t[2]}},e.prototype.getTimeTicks=function(t,e,i,r){var s,a=this,l=[],c={},h=new a.Date(e),p=t.unitRange,f=t.count||1;if(r=u(r,1),n(e)){if(a.set("Milliseconds",h,p>=d.second?0:f*Math.floor(a.get("Milliseconds",h)/f)),p>=d.second&&a.set("Seconds",h,p>=d.minute?0:f*Math.floor(a.get("Seconds",h)/f)),p>=d.minute&&a.set("Minutes",h,p>=d.hour?0:f*Math.floor(a.get("Minutes",h)/f)),p>=d.hour&&a.set("Hours",h,p>=d.day?0:f*Math.floor(a.get("Hours",h)/f)),p>=d.day&&a.set("Date",h,p>=d.month?1:Math.max(1,f*Math.floor(a.get("Date",h)/f))),p>=d.month){a.set("Month",h,p>=d.year?0:f*Math.floor(a.get("Month",h)/f));var m=a.get("FullYear",h)}p>=d.year&&a.set("FullYear",h,m-m%f),p===d.week&&(m=a.get("Day",h),a.set("Date",h,a.get("Date",h)-m+r+(m<r?-7:0))),m=a.get("FullYear",h),r=a.get("Month",h);var g=a.get("Date",h),y=a.get("Hours",h);for(e=h.getTime(),!a.variableTimezone&&a.useUTC||!n(i)||(s=i-e>4*d.month||a.getTimezoneOffset(e)!==a.getTimezoneOffset(i)),e=h.getTime(),h=1;e<i;)l.push(e),e=p===d.year?a.makeTime(m+h*f,0):p===d.month?a.makeTime(m,r+h*f):!s||p!==d.day&&p!==d.week?s&&p===d.hour&&1<f?a.makeTime(m,r,g,y+h*f):e+p*f:a.makeTime(m,r,g+h*f*(p===d.day?1:7)),h++;l.push(e),p<=d.hour&&1e4>l.length&&l.forEach((function(t){0==t%18e5&&"000000000"===a.dateFormat("%H%M%S%L",t)&&(c[t]="day")}))}return l.info=o(t,{higherRanks:c,totalRange:p*f}),l},e.prototype.getDateFormat=function(t,e,i,n){var r=this.dateFormat("%m-%d %H:%M:%S.%L",e),o={millisecond:15,second:12,minute:9,hour:6,day:3},s="millisecond";for(a in d){if(t===d.week&&+this.dateFormat("%w",e)===i&&"00:00:00.000"===r.substr(6)){var a="week";break}if(d[a]>t){a=s;break}if(o[a]&&r.substr(o[a])!=="01-01 00:00:00.000".substr(o[a]))break;"week"!==a&&(s=a)}if(a)var l=this.resolveDTLFormat(n[a]).main;return l},e}()})),e(i,"Core/DefaultOptions.js",[i["Core/Chart/ChartDefaults.js"],i["Core/Color/Color.js"],i["Core/Globals.js"],i["Core/Color/Palettes.js"],i["Core/Time.js"],i["Core/Utilities.js"]],(function(t,e,i,n,r,o){e=e.parse;var s=o.merge,a={colors:n.colors,symbols:["circle","diamond","square","triangle","triangle-down"],lang:{loading:"Loading...",months:"January February March April May June July August September October November December".split(" "),shortMonths:"Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec".split(" "),weekdays:"Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),decimalPoint:".",numericSymbols:"kMGTPE".split(""),resetZoom:"Reset zoom",resetZoomTitle:"Reset zoom level 1:1",thousandsSep:" "},global:{},time:{Date:void 0,getTimezoneOffset:void 0,timezone:void 0,timezoneOffset:0,useUTC:!0},chart:t,title:{text:"Chart title",align:"center",margin:15,widthAdjust:-44},subtitle:{text:"",align:"center",widthAdjust:-44},caption:{margin:15,text:"",align:"left",verticalAlign:"bottom"},plotOptions:{},labels:{style:{position:"absolute",color:"#333333"}},legend:{enabled:!0,align:"center",alignColumns:!0,className:"highcharts-no-tooltip",layout:"horizontal",labelFormatter:function(){return this.name},borderColor:"#999999",borderRadius:0,navigation:{activeColor:"#003399",inactiveColor:"#cccccc"},itemStyle:{color:"#333333",cursor:"pointer",fontSize:"12px",fontWeight:"bold",textOverflow:"ellipsis"},itemHoverStyle:{color:"#000000"},itemHiddenStyle:{color:"#cccccc"},shadow:!1,itemCheckboxStyle:{position:"absolute",width:"13px",height:"13px"},squareSymbol:!0,symbolPadding:5,verticalAlign:"bottom",x:0,y:0,title:{style:{fontWeight:"bold"}}},loading:{labelStyle:{fontWeight:"bold",position:"relative",top:"45%"},style:{position:"absolute",backgroundColor:"#ffffff",opacity:.5,textAlign:"center"}},tooltip:{enabled:!0,animation:i.svg,borderRadius:3,dateTimeLabelFormats:{millisecond:"%A, %b %e, %H:%M:%S.%L",second:"%A, %b %e, %H:%M:%S",minute:"%A, %b %e, %H:%M",hour:"%A, %b %e, %H:%M",day:"%A, %b %e, %Y",week:"Week from %A, %b %e, %Y",month:"%B %Y",year:"%Y"},footerFormat:"",headerShape:"callout",hideDelay:500,padding:8,shape:"callout",shared:!1,snap:i.isTouchDevice?25:10,headerFormat:'<span style="font-size: 10px">{point.key}</span><br/>',pointFormat:'<span style="color:{point.color}">●</span> {series.name}: <b>{point.y}</b><br/>',backgroundColor:e("#f7f7f7").setOpacity(.85).get(),borderWidth:1,shadow:!0,stickOnContact:!1,style:{color:"#333333",cursor:"default",fontSize:"12px",whiteSpace:"nowrap"},useHTML:!1},credits:{enabled:!0,href:"https://www.highcharts.com?credits",position:{align:"right",x:-10,verticalAlign:"bottom",y:-5},style:{cursor:"pointer",color:"#999999",fontSize:"9px"},text:"Highcharts.com"}};a.chart.styledMode=!1;var l=new r(s(a.global,a.time));return t={defaultOptions:a,defaultTime:l,getOptions:function(){return a},setOptions:function(t){return s(!0,a,t),(t.time||t.global)&&(i.time?i.time.update(s(a.global,a.time,t.global,t.time)):i.time=l),a}}})),e(i,"Core/Animation/Fx.js",[i["Core/Color/Color.js"],i["Core/Globals.js"],i["Core/Utilities.js"]],(function(t,e,i){var n=t.parse,r=e.win,o=i.isNumber,s=i.objectEach;return function(){function t(t,e,i){this.pos=NaN,this.options=e,this.elem=t,this.prop=i}return t.prototype.dSetter=function(){var t=this.paths,e=t&&t[0];t=t&&t[1];var i=this.now||0,n=[];if(1!==i&&e&&t)if(e.length===t.length&&1>i)for(var r=0;r<t.length;r++){for(var s=e[r],a=t[r],l=[],c=0;c<a.length;c++){var u=s[c],h=a[c];o(u)&&o(h)&&("A"!==a[0]||4!==c&&5!==c)?l[c]=u+i*(h-u):l[c]=h}n.push(l)}else n=t;else n=this.toD||[];this.elem.attr("d",n,void 0,!0)},t.prototype.update=function(){var t=this.elem,e=this.prop,i=this.now,n=this.options.step;this[e+"Setter"]?this[e+"Setter"]():t.attr?t.element&&t.attr(e,i,null,!0):t.style[e]=i+this.unit,n&&n.call(t,i,this)},t.prototype.run=function(e,i,n){var o=this,s=o.options,a=function(t){return!a.stopped&&o.step(t)},l=r.requestAnimationFrame||function(t){setTimeout(t,13)},c=function(){for(var e=0;e<t.timers.length;e++)t.timers[e]()||t.timers.splice(e--,1);t.timers.length&&l(c)};e!==i||this.elem["forceAnimate:"+this.prop]?(this.startTime=+new Date,this.start=e,this.end=i,this.unit=n,this.now=this.start,this.pos=0,a.elem=this.elem,a.prop=this.prop,a()&&1===t.timers.push(a)&&l(c)):(delete s.curAnim[this.prop],s.complete&&0===Object.keys(s.curAnim).length&&s.complete.call(this.elem))},t.prototype.step=function(t){var e=+new Date,i=this.options,n=this.elem,r=i.complete,o=i.duration,a=i.curAnim;if(n.attr&&!n.element)t=!1;else if(t||e>=o+this.startTime){this.now=this.end,this.pos=1,this.update();var l=a[this.prop]=!0;s(a,(function(t){!0!==t&&(l=!1)})),l&&r&&r.call(n),t=!1}else this.pos=i.easing((e-this.startTime)/o),this.now=this.start+(this.end-this.start)*this.pos,this.update(),t=!0;return t},t.prototype.initPath=function(t,e,i){function n(t,e){for(;t.length<d;){var i=t[0],n=e[d-t.length];n&&"M"===i[0]&&(t[0]="C"===n[0]?["C",i[1],i[2],i[1],i[2],i[1],i[2]]:["L",i[1],i[2]]),t.unshift(i),l&&(i=t.pop(),t.push(t[t.length-1],i))}}function r(t,e){for(;t.length<d;)if("C"===(e=t[Math.floor(t.length/c)-1].slice())[0]&&(e[1]=e[5],e[2]=e[6]),l){var i=t[Math.floor(t.length/c)].slice();t.splice(t.length/2,0,e,i)}else t.push(e)}var s=t.startX,a=t.endX;i=i.slice();var l=t.isArea,c=l?2:1;if(!(e=e&&e.slice()))return[i,i];if(s&&a&&a.length){for(t=0;t<s.length;t++){if(s[t]===a[0]){var u=t;break}if(s[0]===a[a.length-s.length+t]){u=t;var h=!0;break}if(s[s.length-1]===a[a.length-s.length+t]){u=s.length-t;break}}void 0===u&&(e=[])}if(e.length&&o(u)){var d=i.length+u*c;h?(n(e,i),r(i,e)):(n(i,e),r(e,i))}return[e,i]},t.prototype.fillSetter=function(){t.prototype.strokeSetter.apply(this,arguments)},t.prototype.strokeSetter=function(){this.elem.attr(this.prop,n(this.start).tweenTo(n(this.end),this.pos),void 0,!0)},t.timers=[],t}()})),e(i,"Core/Animation/AnimationUtilities.js",[i["Core/Animation/Fx.js"],i["Core/Utilities.js"]],(function(t,e){function i(t){return l(t)?c({duration:500,defer:0},t):{duration:t?500:0,defer:0}}function n(e,i){for(var n=t.timers.length;n--;)t.timers[n].elem!==e||i&&i!==t.timers[n].prop||(t.timers[n].stopped=!0)}var r=e.defined,o=e.getStyle,s=e.isArray,a=e.isNumber,l=e.isObject,c=e.merge,u=e.objectEach,h=e.pick;return{animate:function(e,i,r){var h,d,p,f="";if(!l(r)){var m=arguments;r={duration:m[2],easing:m[3],complete:m[4]}}a(r.duration)||(r.duration=400),r.easing="function"==typeof r.easing?r.easing:Math[r.easing]||Math.easeInOutSine,r.curAnim=c(i),u(i,(function(a,l){n(e,l),p=new t(e,r,l),d=void 0,"d"===l&&s(i.d)?(p.paths=p.initPath(e,e.pathArray,i.d),p.toD=i.d,h=0,d=1):e.attr?h=e.attr(l):(h=parseFloat(o(e,l))||0,"opacity"!==l&&(f="px")),d||(d=a),"string"==typeof d&&d.match("px")&&(d=d.replace(/px/g,"")),p.run(h,d,f)}))},animObject:i,getDeferredAnimation:function(t,e,n){var o=i(e),s=0,a=0;return(n?[n]:t.series).forEach((function(t){t=i(t.options.animation),s=e&&r(e.defer)?o.defer:Math.max(s,t.duration+t.defer),a=Math.min(o.duration,t.duration)})),t.renderer.forExport&&(s=0),{defer:Math.max(0,s-a),duration:Math.min(s,a)}},setAnimation:function(t,e){e.renderer.globalAnimation=h(t,e.options.chart.animation,!0)},stop:n}})),e(i,"Core/Renderer/HTML/AST.js",[i["Core/Globals.js"],i["Core/Utilities.js"]],(function(t,e){var i=t.SVG_NS,n=e.attr,r=e.createElement,o=e.error,s=e.isFunction,a=e.isString,l=e.objectEach,c=e.splat,u=(e=t.win.trustedTypes)&&s(e.createPolicy)&&e.createPolicy("highcharts",{createHTML:function(t){return t}}),h=u?u.createHTML(""):"";try{var d=!!(new DOMParser).parseFromString(h,"text/html")}catch(t){d=!1}return s=function(){function e(t){this.nodes="string"==typeof t?this.parseMarkup(t):t}return e.filterUserAttributes=function(t){return l(t,(function(i,n){var r=!0;-1===e.allowedAttributes.indexOf(n)&&(r=!1),-1!==["background","dynsrc","href","lowsrc","src"].indexOf(n)&&(r=a(i)&&e.allowedReferences.some((function(t){return 0===i.indexOf(t)}))),r||(o("Highcharts warning: Invalid attribute '"+n+"' in config"),delete t[n])})),t},e.setElementHTML=function(t,i){t.innerHTML=e.emptyHTML,i&&new e(i).addToDOM(t)},e.prototype.addToDOM=function(r){return function r(s,a){var u;return c(s).forEach((function(s){var c=s.tagName,h=s.textContent?t.doc.createTextNode(s.textContent):void 0;if(c)if("#text"===c)var d=h;else if(-1!==e.allowedTags.indexOf(c)){c=t.doc.createElementNS("svg"===c?i:a.namespaceURI||i,c);var p=s.attributes||{};l(s,(function(t,e){"tagName"!==e&&"attributes"!==e&&"children"!==e&&"textContent"!==e&&(p[e]=t)})),n(c,e.filterUserAttributes(p)),h&&c.appendChild(h),r(s.children||[],c),d=c}else o("Highcharts warning: Invalid tagName "+c+" in config");d&&a.appendChild(d),u=d})),u}(this.nodes,r)},e.prototype.parseMarkup=function(t){var e=[];if(t=t.trim(),d)t=(new DOMParser).parseFromString(u?u.createHTML(t):t,"text/html");else{var i=r("div");i.innerHTML=t,t={body:i}}var n=function(t,e){var i=t.nodeName.toLowerCase(),r={tagName:i};if("#text"===i&&(r.textContent=t.textContent||""),i=t.attributes){var o={};[].forEach.call(i,(function(t){o[t.name]=t.value})),r.attributes=o}if(t.childNodes.length){var s=[];[].forEach.call(t.childNodes,(function(t){n(t,s)})),s.length&&(r.children=s)}e.push(r)};return[].forEach.call(t.body.childNodes,(function(t){return n(t,e)})),e},e.allowedAttributes="aria-controls aria-describedby aria-expanded aria-haspopup aria-hidden aria-label aria-labelledby aria-live aria-pressed aria-readonly aria-roledescription aria-selected class clip-path color colspan cx cy d dx dy disabled fill height href id in markerHeight markerWidth offset opacity orient padding paddingLeft paddingRight patternUnits r refX refY role scope slope src startOffset stdDeviation stroke stroke-linecap stroke-width style tableValues result rowspan summary target tabindex text-align textAnchor textLength title type valign width x x1 x2 y y1 y2 zIndex".split(" "),e.allowedReferences="https:// http:// mailto: / ../ ./ #".split(" "),e.allowedTags="a abbr b br button caption circle clipPath code dd defs div dl dt em feComponentTransfer feFuncA feFuncB feFuncG feFuncR feGaussianBlur feOffset feMerge feMergeNode filter h1 h2 h3 h4 h5 h6 hr i img li linearGradient marker ol p path pattern pre rect small span stop strong style sub sup svg table text thead tbody tspan td th tr u ul #text".split(" "),e.emptyHTML=h,e}()})),e(i,"Core/FormatUtilities.js",[i["Core/DefaultOptions.js"],i["Core/Utilities.js"]],(function(t,e){function i(t,e,i,r){t=+t||0,e=+e;var o=n.lang,c=(t.toString().split(".")[1]||"").split("e")[0].length,u=t.toString().split("e"),h=e;if(-1===e)e=Math.min(c,20);else if(s(e)){if(e&&u[1]&&0>u[1]){var d=e+ +u[1];0<=d?(u[0]=(+u[0]).toExponential(d).split("e")[0],e=d):(u[0]=u[0].split(".")[0]||0,t=20>e?(u[0]*Math.pow(10,u[1])).toFixed(e):0,u[1]=0)}}else e=2;d=(Math.abs(u[1]?u[0]:t)+Math.pow(10,-Math.max(e,c)-1)).toFixed(e);var p=3<(c=String(l(d))).length?c.length%3:0;return i=a(i,o.decimalPoint),r=a(r,o.thousandsSep),t=(0>t?"-":"")+(p?c.substr(0,p)+r:""),t=0>+u[1]&&!h?"0":t+c.substr(p).replace(/(\d{3})(?=\d)/g,"$1"+r),e&&(t+=i+d.slice(-e)),u[1]&&0!=+t&&(t+="e"+u[1]),t}var n=t.defaultOptions,r=t.defaultTime,o=e.getNestedProperty,s=e.isNumber,a=e.pick,l=e.pInt;return{dateFormat:function(t,e,i){return r.dateFormat(t,e,i)},format:function(t,e,s){var a="{",l=!1,c=/f$/,u=/\.([0-9])/,h=n.lang,d=s&&s.time||r;s=s&&s.numberFormatter||i;for(var p=[];t;){var f=t.indexOf(a);if(-1===f)break;var m=t.slice(0,f);if(l){if(m=m.split(":"),a=o(m.shift()||"",e),m.length&&"number"==typeof a)if(m=m.join(":"),c.test(m)){var g=parseInt((m.match(u)||["","-1"])[1],10);null!==a&&(a=s(a,g,h.decimalPoint,-1<m.indexOf(",")?h.thousandsSep:""))}else a=d.dateFormat(m,a);p.push(a)}else p.push(m);t=t.slice(f+1),a=(l=!l)?"}":"{"}return p.push(t),p.join("")},numberFormat:i}})),e(i,"Core/Renderer/RendererUtilities.js",[i["Core/Utilities.js"]],(function(t){var e,i=t.clamp,n=t.pick,r=t.stableSort;return function(t){t.distribute=function t(e,o,s){var a,l=e,c=l.reducedLen||o,u=function(t,e){return(e.rank||0)-(t.rank||0)},h=function(t,e){return t.target-e.target},d=!0,p=[],f=0;for(a=e.length;a--;)f+=e[a].size;if(f>c){for(r(e,u),f=a=0;f<=c;)f+=e[a].size,a++;p=e.splice(a-1,e.length)}for(r(e,h),e=e.map((function(t){return{size:t.size,targets:[t.target],align:n(t.align,.5)}}));d;){for(a=e.length;a--;)c=e[a],u=(Math.min.apply(0,c.targets)+Math.max.apply(0,c.targets))/2,c.pos=i(u-c.size*c.align,0,o-c.size);for(a=e.length,d=!1;a--;)0<a&&e[a-1].pos+e[a-1].size>e[a].pos&&(e[a-1].size+=e[a].size,e[a-1].targets=e[a-1].targets.concat(e[a].targets),e[a-1].align=.5,e[a-1].pos+e[a-1].size>o&&(e[a-1].pos=o-e[a-1].size),e.splice(a,1),d=!0)}return l.push.apply(l,p),a=0,e.some((function(e){var i=0;return(e.targets||[]).some((function(){return l[a].pos=e.pos+i,void 0!==s&&Math.abs(l[a].pos-l[a].target)>s?(l.slice(0,a+1).forEach((function(t){return delete t.pos})),l.reducedLen=(l.reducedLen||o)-.1*o,l.reducedLen>.1*o&&t(l,o,s),!0):(i+=l[a].size,a++,!1)}))})),r(l,h),l}}(e||(e={})),e})),e(i,"Core/Renderer/SVG/SVGElement.js",[i["Core/Animation/AnimationUtilities.js"],i["Core/Renderer/HTML/AST.js"],i["Core/Color/Color.js"],i["Core/Globals.js"],i["Core/Utilities.js"]],(function(t,e,i,n,r){var o=t.animate,s=t.animObject,a=t.stop,l=n.deg2rad,c=n.doc,u=n.noop,h=n.svg,d=n.SVG_NS,p=n.win,f=r.addEvent,m=r.attr,g=r.createElement,y=r.css,b=r.defined,v=r.erase,M=r.extend,x=r.fireEvent,_=r.isArray,A=r.isFunction,L=r.isNumber,w=r.isString,k=r.merge,S=r.objectEach,T=r.pick,O=r.pInt,C=r.syncTimeout,j=r.uniqueKey;return(t=function(){function t(){this.element=void 0,this.onEvents={},this.opacity=1,this.renderer=void 0,this.SVG_NS=d,this.symbolCustomAttribs="x y width height r start end innerR anchorX anchorY rounded".split(" ")}return t.prototype._defaultGetter=function(t){return t=T(this[t+"Value"],this[t],this.element?this.element.getAttribute(t):null,0),/^[\-0-9\.]+$/.test(t)&&(t=parseFloat(t)),t},t.prototype._defaultSetter=function(t,e,i){i.setAttribute(e,t)},t.prototype.add=function(t){var e=this.renderer,i=this.element;if(t&&(this.parentGroup=t),this.parentInverted=t&&t.inverted,void 0!==this.textStr&&"text"===this.element.nodeName&&e.buildText(this),this.added=!0,!t||t.handleZ||this.zIndex)var n=this.zIndexSetter();return n||(t?t.element:e.box).appendChild(i),this.onAdd&&this.onAdd(),this},t.prototype.addClass=function(t,e){var i=e?"":this.attr("class")||"";return(t=(t||"").split(/ /g).reduce((function(t,e){return-1===i.indexOf(e)&&t.push(e),t}),i?[i]:[]).join(" "))!==i&&this.attr("class",t),this},t.prototype.afterSetters=function(){this.doTransform&&(this.updateTransform(),this.doTransform=!1)},t.prototype.align=function(t,e,i){var n,r,o,s={},a=this.renderer,l=a.alignedObjects;t?(this.alignOptions=t,this.alignByTranslate=e,(!i||w(i))&&(this.alignTo=n=i||"renderer",v(l,this),l.push(this),i=void 0)):(t=this.alignOptions,e=this.alignByTranslate,n=this.alignTo),i=T(i,a[n],"scrollablePlotBox"===n?a.plotBox:void 0,a),n=t.align;var c=t.verticalAlign;return a=(i.x||0)+(t.x||0),l=(i.y||0)+(t.y||0),"right"===n?r=1:"center"===n&&(r=2),r&&(a+=(i.width-(t.width||0))/r),s[e?"translateX":"x"]=Math.round(a),"bottom"===c?o=1:"middle"===c&&(o=2),o&&(l+=(i.height-(t.height||0))/o),s[e?"translateY":"y"]=Math.round(l),this[this.placed?"animate":"attr"](s),this.placed=!0,this.alignAttr=s,this},t.prototype.alignSetter=function(t){var e={left:"start",center:"middle",right:"end"};e[t]&&(this.alignValue=t,this.element.setAttribute("text-anchor",e[t]))},t.prototype.animate=function(t,e,i){var n=this,r=s(T(e,this.renderer.globalAnimation,!0));return e=r.defer,T(c.hidden,c.msHidden,c.webkitHidden,!1)&&(r.duration=0),0!==r.duration?(i&&(r.complete=i),C((function(){n.element&&o(n,t,r)}),e)):(this.attr(t,void 0,i),S(t,(function(t,e){r.step&&r.step.call(this,t,{prop:e,pos:1,elem:this})}),this)),this},t.prototype.applyTextOutline=function(t){var e=this.element;-1!==t.indexOf("contrast")&&(t=t.replace(/contrast/g,this.renderer.getContrast(e.style.fill)));var i=t.split(" ");if(t=i[i.length-1],(i=i[0])&&"none"!==i&&n.svg){this.fakeTS=!0,this.ySetter=this.xSetter,i=i.replace(/(^[\d\.]+)(.*?)$/g,(function(t,e,i){return 2*Number(e)+i})),this.removeTextOutline();var r=c.createElementNS(d,"tspan");m(r,{class:"highcharts-text-outline",fill:t,stroke:t,"stroke-width":i,"stroke-linejoin":"round"}),[].forEach.call(e.childNodes,(function(t){var e=t.cloneNode(!0);e.removeAttribute&&["fill","stroke","stroke-width","stroke"].forEach((function(t){return e.removeAttribute(t)})),r.appendChild(e)}));var o=c.createElementNS(d,"tspan");o.textContent="",["x","y"].forEach((function(t){var i=e.getAttribute(t);i&&o.setAttribute(t,i)})),r.appendChild(o),e.insertBefore(r,e.firstChild)}},t.prototype.attr=function(t,e,i,n){var r,o,s,l=this.element,c=this.symbolCustomAttribs,u=this;if("string"==typeof t&&void 0!==e){var h=t;(t={})[h]=e}return"string"==typeof t?u=(this[t+"Getter"]||this._defaultGetter).call(this,t,l):(S(t,(function(e,i){o=!1,n||a(this,i),this.symbolName&&-1!==c.indexOf(i)&&(r||(this.symbolAttr(t),r=!0),o=!0),!this.rotation||"x"!==i&&"y"!==i||(this.doTransform=!0),o||((s=this[i+"Setter"]||this._defaultSetter).call(this,e,i,l),!this.styledMode&&this.shadows&&/^(width|height|visibility|x|y|d|transform|cx|cy|r)$/.test(i)&&this.updateShadows(i,e,s))}),this),this.afterSetters()),i&&i.call(this),u},t.prototype.clip=function(t){return this.attr("clip-path",t?"url("+this.renderer.url+"#"+t.id+")":"none")},t.prototype.crisp=function(t,e){e=e||t.strokeWidth||0;var i=Math.round(e)%2/2;return t.x=Math.floor(t.x||this.x||0)+i,t.y=Math.floor(t.y||this.y||0)+i,t.width=Math.floor((t.width||this.width||0)-2*i),t.height=Math.floor((t.height||this.height||0)-2*i),b(t.strokeWidth)&&(t.strokeWidth=e),t},t.prototype.complexColor=function(t,e,n){var r,o,s,a,l,c,u,h,d,p,f,m=this.renderer,g=[];x(this.renderer,"complexColor",{args:arguments},(function(){if(t.radialGradient?o="radialGradient":t.linearGradient&&(o="linearGradient"),o){if(s=t[o],l=m.gradients,c=t.stops,d=n.radialReference,_(s)&&(t[o]=s={x1:s[0],y1:s[1],x2:s[2],y2:s[3],gradientUnits:"userSpaceOnUse"}),"radialGradient"===o&&d&&!b(s.gradientUnits)&&(a=s,s=k(s,m.getRadialAttr(d,a),{gradientUnits:"userSpaceOnUse"})),S(s,(function(t,e){"id"!==e&&g.push(e,t)})),S(c,(function(t){g.push(t)})),g=g.join(","),l[g])p=l[g].attr("id");else{s.id=p=j();var y=l[g]=m.createElement(o).attr(s).add(m.defs);y.radAttr=a,y.stops=[],c.forEach((function(t){0===t[1].indexOf("rgba")?(r=i.parse(t[1]),u=r.get("rgb"),h=r.get("a")):(u=t[1],h=1),t=m.createElement("stop").attr({offset:t[0],"stop-color":u,"stop-opacity":h}).add(y),y.stops.push(t)}))}f="url("+m.url+"#"+p+")",n.setAttribute(e,f),n.gradient=g,t.toString=function(){return f}}}))},t.prototype.css=function(t){var e=this.styles,i={},n=this.element,r=["textOutline","textOverflow","width"],o="",s=!e;if(t&&t.color&&(t.fill=t.color),e&&S(t,(function(t,n){e&&e[n]!==t&&(i[n]=t,s=!0)})),s){if(e&&(t=M(e,i)),t)if(null===t.width||"auto"===t.width)delete this.textWidth;else if("text"===n.nodeName.toLowerCase()&&t.width)var a=this.textWidth=O(t.width);if(this.styles=t,a&&!h&&this.renderer.forExport&&delete t.width,n.namespaceURI===this.SVG_NS){var l=function(t,e){return"-"+e.toLowerCase()};S(t,(function(t,e){-1===r.indexOf(e)&&(o+=e.replace(/([A-Z])/g,l)+":"+t+";")})),o&&m(n,"style",o)}else y(n,t);this.added&&("text"===this.element.nodeName&&this.renderer.buildText(this),t&&t.textOutline&&this.applyTextOutline(t.textOutline))}return this},t.prototype.dashstyleSetter=function(t){var e=this["stroke-width"];if("inherit"===e&&(e=1),t=t&&t.toLowerCase()){var i=t.replace("shortdashdotdot","3,1,1,1,1,1,").replace("shortdashdot","3,1,1,1").replace("shortdot","1,1,").replace("shortdash","3,1,").replace("longdash","8,3,").replace(/dot/g,"1,3,").replace("dash","4,3,").replace(/,$/,"").split(",");for(t=i.length;t--;)i[t]=""+O(i[t])*T(e,NaN);t=i.join(",").replace(/NaN/g,"none"),this.element.setAttribute("stroke-dasharray",t)}},t.prototype.destroy=function(){var t=this,e=t.element||{},i=t.renderer,n=e.ownerSVGElement,r=i.isSVG&&"SPAN"===e.nodeName&&t.parentGroup||void 0;if(e.onclick=e.onmouseout=e.onmouseover=e.onmousemove=e.point=null,a(t),t.clipPath&&n){var o=t.clipPath;[].forEach.call(n.querySelectorAll("[clip-path],[CLIP-PATH]"),(function(t){-1<t.getAttribute("clip-path").indexOf(o.element.id)&&t.removeAttribute("clip-path")})),t.clipPath=o.destroy()}if(t.stops){for(n=0;n<t.stops.length;n++)t.stops[n].destroy();t.stops.length=0,t.stops=void 0}for(t.safeRemoveChild(e),i.styledMode||t.destroyShadows();r&&r.div&&0===r.div.childNodes.length;)e=r.parentGroup,t.safeRemoveChild(r.div),delete r.div,r=e;t.alignTo&&v(i.alignedObjects,t),S(t,(function(e,i){t[i]&&t[i].parentGroup===t&&t[i].destroy&&t[i].destroy(),delete t[i]}))},t.prototype.destroyShadows=function(){(this.shadows||[]).forEach((function(t){this.safeRemoveChild(t)}),this),this.shadows=void 0},t.prototype.destroyTextPath=function(t,e){var i=t.getElementsByTagName("text")[0];if(i){if(i.removeAttribute("dx"),i.removeAttribute("dy"),e.element.setAttribute("id",""),this.textPathWrapper&&i.getElementsByTagName("textPath").length){for(t=this.textPathWrapper.element.childNodes;t.length;)i.appendChild(t[0]);i.removeChild(this.textPathWrapper.element)}}else(t.getAttribute("dx")||t.getAttribute("dy"))&&(t.removeAttribute("dx"),t.removeAttribute("dy"));this.textPathWrapper&&(this.textPathWrapper=this.textPathWrapper.destroy())},t.prototype.dSetter=function(t,e,i){_(t)&&("string"==typeof t[0]&&(t=this.renderer.pathToSegments(t)),this.pathArray=t,t=t.reduce((function(t,e,i){return e&&e.join?(i?t+" ":"")+e.join(" "):(e||"").toString()}),"")),/(NaN| {2}|^$)/.test(t)&&(t="M 0 0"),this[e]!==t&&(i.setAttribute(e,t),this[e]=t)},t.prototype.fadeOut=function(t){var e=this;e.animate({opacity:0},{duration:T(t,150),complete:function(){e.attr({y:-9999}).hide()}})},t.prototype.fillSetter=function(t,e,i){"string"==typeof t?i.setAttribute(e,t):t&&this.complexColor(t,e,i)},t.prototype.getBBox=function(e,i){var n=this.renderer,r=this.element,o=this.styles,s=this.textStr,a=n.cache,c=n.cacheKeys,u=r.namespaceURI===this.SVG_NS;i=T(i,this.rotation,0);var h,d=n.styledMode?r&&t.prototype.getStyle.call(r,"font-size"):o&&o.fontSize;if(b(s)){var p=s.toString();-1===p.indexOf("<")&&(p=p.replace(/[0-9]/g,"0")),p+=["",i,d,this.textWidth,o&&o.textOverflow,o&&o.fontWeight].join()}if(p&&!e&&(h=a[p]),!h){if(u||n.forExport){try{var f=this.fakeTS&&function(t){var e=r.querySelector(".highcharts-text-outline");e&&y(e,{display:t})};A(f)&&f("none"),h=r.getBBox?M({},r.getBBox()):{width:r.offsetWidth,height:r.offsetHeight},A(f)&&f("")}catch(t){}(!h||0>h.width)&&(h={width:0,height:0})}else h=this.htmlGetBBox();if(n.isSVG&&(e=h.width,n=h.height,u&&(h.height=n={"11px,17":14,"13px,20":16}[(d||"")+","+Math.round(n)]||n),i&&(u=i*l,h.width=Math.abs(n*Math.sin(u))+Math.abs(e*Math.cos(u)),h.height=Math.abs(n*Math.cos(u))+Math.abs(e*Math.sin(u)))),p&&(""===s||0<h.height)){for(;250<c.length;)delete a[c.shift()];a[p]||c.push(p),a[p]=h}}return h},t.prototype.getStyle=function(t){return p.getComputedStyle(this.element||this,"").getPropertyValue(t)},t.prototype.hasClass=function(t){return-1!==(""+this.attr("class")).split(" ").indexOf(t)},t.prototype.hide=function(t){return t?this.attr({y:-9999}):this.attr({visibility:"hidden"}),this},t.prototype.htmlGetBBox=function(){return{height:0,width:0,x:0,y:0}},t.prototype.init=function(t,e){this.element="span"===e?g(e):c.createElementNS(this.SVG_NS,e),this.renderer=t,x(this,"afterInit")},t.prototype.invert=function(t){return this.inverted=t,this.updateTransform(),this},t.prototype.on=function(t,e){var i=this.onEvents;return i[t]&&i[t](),i[t]=f(this.element,t,e),this},t.prototype.opacitySetter=function(t,e,i){this.opacity=t=Number(Number(t).toFixed(3)),i.setAttribute(e,t)},t.prototype.removeClass=function(t){return this.attr("class",(""+this.attr("class")).replace(w(t)?new RegExp("(^| )"+t+"( |$)"):t," ").replace(/ +/g," ").trim())},t.prototype.removeTextOutline=function(){var t=this.element.querySelector("tspan.highcharts-text-outline");t&&this.safeRemoveChild(t)},t.prototype.safeRemoveChild=function(t){var e=t.parentNode;e&&e.removeChild(t)},t.prototype.setRadialReference=function(t){var e=this.element.gradient&&this.renderer.gradients[this.element.gradient];return this.element.radialReference=t,e&&e.radAttr&&e.animate(this.renderer.getRadialAttr(t,e.radAttr)),this},t.prototype.setTextPath=function(t,i){var n=this.element,r=this.text?this.text.element:n,o={textAnchor:"text-anchor"},s=!1,a=this.textPathWrapper,l=!a;i=k(!0,{enabled:!0,attributes:{dy:-5,startOffset:"50%",textAnchor:"middle"}},i);var c=e.filterUserAttributes(i.attributes);if(t&&i&&i.enabled){a&&null===a.element.parentNode?(l=!0,a=a.destroy()):a&&this.removeTextOutline.call(a.parentGroup),this.options&&this.options.padding&&(c.dx=-this.options.padding),a||(this.textPathWrapper=a=this.renderer.createElement("textPath"),s=!0);var h=a.element;if((i=t.element.getAttribute("id"))||t.element.setAttribute("id",i=j()),l)for(r.setAttribute("y",0),L(c.dx)&&r.setAttribute("x",-c.dx),t=[].slice.call(r.childNodes),l=0;l<t.length;l++){var d=t[l];d.nodeType!==p.Node.TEXT_NODE&&"tspan"!==d.nodeName||h.appendChild(d)}s&&a&&a.add({element:r}),h.setAttributeNS("http://www.w3.org/1999/xlink","href",this.renderer.url+"#"+i),b(c.dy)&&(h.parentNode.setAttribute("dy",c.dy),delete c.dy),b(c.dx)&&(h.parentNode.setAttribute("dx",c.dx),delete c.dx),S(c,(function(t,e){h.setAttribute(o[e]||e,t)})),n.removeAttribute("transform"),this.removeTextOutline.call(a),this.text&&!this.renderer.styledMode&&this.attr({fill:"none","stroke-width":0}),this.applyTextOutline=this.updateTransform=u}else a&&(delete this.updateTransform,delete this.applyTextOutline,this.destroyTextPath(n,t),this.updateTransform(),this.options&&this.options.rotation&&this.applyTextOutline(this.options.style.textOutline));return this},t.prototype.shadow=function(t,e,i){var n,r=[],o=this.element,s=this.oldShadowOptions,a={color:"#000000",offsetX:this.parentInverted?-1:1,offsetY:this.parentInverted?-1:1,opacity:.15,width:3},l=!1;if(!0===t?n=a:"object"==typeof t&&(n=M(a,t)),n&&(n&&s&&S(n,(function(t,e){t!==s[e]&&(l=!0)})),l&&this.destroyShadows(),this.oldShadowOptions=n),n){if(!this.shadows){var c=n.opacity/n.width,u=this.parentInverted?"translate("+n.offsetY+", "+n.offsetX+")":"translate("+n.offsetX+", "+n.offsetY+")";for(a=1;a<=n.width;a++){var h=o.cloneNode(!1),d=2*n.width+1-2*a;m(h,{stroke:t.color||"#000000","stroke-opacity":c*a,"stroke-width":d,transform:u,fill:"none"}),h.setAttribute("class",(h.getAttribute("class")||"")+" highcharts-shadow"),i&&(m(h,"height",Math.max(m(h,"height")-d,0)),h.cutHeight=d),e?e.element.appendChild(h):o.parentNode&&o.parentNode.insertBefore(h,o),r.push(h)}this.shadows=r}}else this.destroyShadows();return this},t.prototype.show=function(t){return this.attr({visibility:t?"inherit":"visible"})},t.prototype.strokeSetter=function(e,i,n){this[i]=e,this.stroke&&this["stroke-width"]?(t.prototype.fillSetter.call(this,this.stroke,"stroke",n),n.setAttribute("stroke-width",this["stroke-width"]),this.hasStroke=!0):"stroke-width"===i&&0===e&&this.hasStroke?(n.removeAttribute("stroke"),this.hasStroke=!1):this.renderer.styledMode&&this["stroke-width"]&&(n.setAttribute("stroke-width",this["stroke-width"]),this.hasStroke=!0)},t.prototype.strokeWidth=function(){if(!this.renderer.styledMode)return this["stroke-width"]||0;var t=this.getStyle("stroke-width"),e=0;if(t.indexOf("px")===t.length-2)e=O(t);else if(""!==t){var i=c.createElementNS(d,"rect");m(i,{width:t,"stroke-width":0}),this.element.parentNode.appendChild(i),e=i.getBBox().width,i.parentNode.removeChild(i)}return e},t.prototype.symbolAttr=function(t){var e=this;"x y r start end width height innerR anchorX anchorY clockwise".split(" ").forEach((function(i){e[i]=T(t[i],e[i])})),e.attr({d:e.renderer.symbols[e.symbolName](e.x,e.y,e.width,e.height,e)})},t.prototype.textSetter=function(t){t!==this.textStr&&(delete this.textPxLength,this.textStr=t,this.added&&this.renderer.buildText(this))},t.prototype.titleSetter=function(t){var e=this.element,i=e.getElementsByTagName("title")[0]||c.createElementNS(this.SVG_NS,"title");e.insertBefore?e.insertBefore(i,e.firstChild):e.appendChild(i),i.textContent=String(T(t,"")).replace(/<[^>]*>/g,"").replace(/</g,"<").replace(/>/g,">")},t.prototype.toFront=function(){var t=this.element;return t.parentNode.appendChild(t),this},t.prototype.translate=function(t,e){return this.attr({translateX:t,translateY:e})},t.prototype.updateShadows=function(t,e,i){var n=this.shadows;if(n)for(var r=n.length;r--;)i.call(n[r],"height"===t?Math.max(e-(n[r].cutHeight||0),0):"d"===t?this.d:e,t,n[r])},t.prototype.updateTransform=function(){var t=this.scaleX,e=this.scaleY,i=this.inverted,n=this.rotation,r=this.matrix,o=this.element,s=this.translateX||0,a=this.translateY||0;i&&(s+=this.width,a+=this.height),s=["translate("+s+","+a+")"],b(r)&&s.push("matrix("+r.join(",")+")"),i?s.push("rotate(90) scale(-1,1)"):n&&s.push("rotate("+n+" "+T(this.rotationOriginX,o.getAttribute("x"),0)+" "+T(this.rotationOriginY,o.getAttribute("y")||0)+")"),(b(t)||b(e))&&s.push("scale("+T(t,1)+" "+T(e,1)+")"),s.length&&o.setAttribute("transform",s.join(" "))},t.prototype.visibilitySetter=function(t,e,i){"inherit"===t?i.removeAttribute(e):this[e]!==t&&i.setAttribute(e,t),this[e]=t},t.prototype.xGetter=function(t){return"circle"===this.element.nodeName&&("x"===t?t="cx":"y"===t&&(t="cy")),this._defaultGetter(t)},t.prototype.zIndexSetter=function(t,e){var i=this.renderer,n=this.parentGroup,r=(n||i).element||i.box,o=this.element;i=r===i.box;var s,a=!1,l=this.added;if(b(t)?(o.setAttribute("data-z-index",t),t=+t,this[e]===t&&(l=!1)):b(this[e])&&o.removeAttribute("data-z-index"),this[e]=t,l){for((t=this.zIndex)&&n&&(n.handleZ=!0),s=(e=r.childNodes).length-1;0<=s&&!a;s--){l=(n=e[s]).getAttribute("data-z-index");var c=!b(l);n!==o&&(0>t&&c&&!i&&!s?(r.insertBefore(o,e[s]),a=!0):(O(l)<=t||c&&(!b(t)||0<=t))&&(r.insertBefore(o,e[s+1]||null),a=!0))}a||(r.insertBefore(o,e[i?3:0]||null),a=!0)}return a},t}()).prototype["stroke-widthSetter"]=t.prototype.strokeSetter,t.prototype.yGetter=t.prototype.xGetter,t.prototype.matrixSetter=t.prototype.rotationOriginXSetter=t.prototype.rotationOriginYSetter=t.prototype.rotationSetter=t.prototype.scaleXSetter=t.prototype.scaleYSetter=t.prototype.translateXSetter=t.prototype.translateYSetter=t.prototype.verticalAlignSetter=function(t,e){this[e]=t,this.doTransform=!0},t})),e(i,"Core/Renderer/RendererRegistry.js",[i["Core/Globals.js"]],(function(t){var e;return function(e){var i;e.rendererTypes={},e.getRendererType=function(t){return void 0===t&&(t=i),e.rendererTypes[t]||e.rendererTypes[i]},e.registerRendererType=function(n,r,o){e.rendererTypes[n]=r,i&&!o||(i=n,t.Renderer=r)}}(e||(e={})),e})),e(i,"Core/Renderer/SVG/SVGLabel.js",[i["Core/Renderer/SVG/SVGElement.js"],i["Core/Utilities.js"]],(function(t,e){var i,n=this&&this.__extends||(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(t,e)},function(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),r=e.defined,o=e.extend,s=e.isNumber,a=e.merge,l=e.pick,c=e.removeEvent;return function(e){function i(t,n,r,o,s,a,l,c,u,h){var d,p=e.call(this)||this;return p.paddingLeftSetter=p.paddingSetter,p.paddingRightSetter=p.paddingSetter,p.init(t,"g"),p.textStr=n,p.x=r,p.y=o,p.anchorX=a,p.anchorY=l,p.baseline=u,p.className=h,p.addClass("button"===h?"highcharts-no-tooltip":"highcharts-label"),h&&p.addClass("highcharts-"+h),p.text=t.text(void 0,0,0,c).attr({zIndex:1}),"string"==typeof s&&((d=/^url\((.*?)\)$/.test(s))||p.renderer.symbols[s])&&(p.symbolKey=s),p.bBox=i.emptyBBox,p.padding=3,p.baselineOffset=0,p.needsBox=t.styledMode||d,p.deferredAttr={},p.alignFactor=0,p}return n(i,e),i.prototype.alignSetter=function(t){(t={left:0,center:.5,right:1}[t])!==this.alignFactor&&(this.alignFactor=t,this.bBox&&s(this.xSetting)&&this.attr({x:this.xSetting}))},i.prototype.anchorXSetter=function(t,e){this.anchorX=t,this.boxAttr(e,Math.round(t)-this.getCrispAdjust()-this.xSetting)},i.prototype.anchorYSetter=function(t,e){this.anchorY=t,this.boxAttr(e,t-this.ySetting)},i.prototype.boxAttr=function(t,e){this.box?this.box.attr(t,e):this.deferredAttr[t]=e},i.prototype.css=function(e){if(e){var n={};e=a(e),i.textProps.forEach((function(t){void 0!==e[t]&&(n[t]=e[t],delete e[t])})),this.text.css(n);var r="width"in n;"fontSize"in n||"fontWeight"in n?this.updateTextPadding():r&&this.updateBoxSize()}return t.prototype.css.call(this,e)},i.prototype.destroy=function(){c(this.element,"mouseenter"),c(this.element,"mouseleave"),this.text&&this.text.destroy(),this.box&&(this.box=this.box.destroy()),t.prototype.destroy.call(this)},i.prototype.fillSetter=function(t,e){t&&(this.needsBox=!0),this.fill=t,this.boxAttr(e,t)},i.prototype.getBBox=function(){this.textStr&&0===this.bBox.width&&0===this.bBox.height&&this.updateBoxSize();var t=this.padding,e=l(this.paddingLeft,t);return{width:this.width,height:this.height,x:this.bBox.x-e,y:this.bBox.y-t}},i.prototype.getCrispAdjust=function(){return this.renderer.styledMode&&this.box?this.box.strokeWidth()%2/2:(this["stroke-width"]?parseInt(this["stroke-width"],10):0)%2/2},i.prototype.heightSetter=function(t){this.heightSetting=t},i.prototype.onAdd=function(){var t=this.textStr;this.text.add(this),this.attr({text:r(t)?t:"",x:this.x,y:this.y}),this.box&&r(this.anchorX)&&this.attr({anchorX:this.anchorX,anchorY:this.anchorY})},i.prototype.paddingSetter=function(t,e){s(t)?t!==this[e]&&(this[e]=t,this.updateTextPadding()):this[e]=void 0},i.prototype.rSetter=function(t,e){this.boxAttr(e,t)},i.prototype.shadow=function(t){return t&&!this.renderer.styledMode&&(this.updateBoxSize(),this.box&&this.box.shadow(t)),this},i.prototype.strokeSetter=function(t,e){this.stroke=t,this.boxAttr(e,t)},i.prototype["stroke-widthSetter"]=function(t,e){t&&(this.needsBox=!0),this["stroke-width"]=t,this.boxAttr(e,t)},i.prototype["text-alignSetter"]=function(t){this.textAlign=t},i.prototype.textSetter=function(t){void 0!==t&&this.text.attr({text:t}),this.updateTextPadding()},i.prototype.updateBoxSize=function(){var t=this.text.element.style,e={},n=this.padding,a=this.bBox=s(this.widthSetting)&&s(this.heightSetting)&&!this.textAlign||!r(this.text.textStr)?i.emptyBBox:this.text.getBBox();this.width=this.getPaddedWidth(),this.height=(this.heightSetting||a.height||0)+2*n,t=this.renderer.fontMetrics(t&&t.fontSize,this.text),this.baselineOffset=n+Math.min((this.text.firstLineMetrics||t).b,a.height||1/0),this.heightSetting&&(this.baselineOffset+=(this.heightSetting-t.h)/2),this.needsBox&&(this.box||((n=this.box=this.symbolKey?this.renderer.symbol(this.symbolKey):this.renderer.rect()).addClass(("button"===this.className?"":"highcharts-label-box")+(this.className?" highcharts-"+this.className+"-box":"")),n.add(this)),n=this.getCrispAdjust(),e.x=n,e.y=(this.baseline?-this.baselineOffset:0)+n,e.width=Math.round(this.width),e.height=Math.round(this.height),this.box.attr(o(e,this.deferredAttr)),this.deferredAttr={})},i.prototype.updateTextPadding=function(){var t=this.text;this.updateBoxSize();var e=this.baseline?0:this.baselineOffset,i=l(this.paddingLeft,this.padding);r(this.widthSetting)&&this.bBox&&("center"===this.textAlign||"right"===this.textAlign)&&(i+={center:.5,right:1}[this.textAlign]*(this.widthSetting-this.bBox.width)),i===t.x&&e===t.y||(t.attr("x",i),t.hasBoxWidthChanged&&(this.bBox=t.getBBox(!0)),void 0!==e&&t.attr("y",e)),t.x=i,t.y=e},i.prototype.widthSetter=function(t){this.widthSetting=s(t)?t:void 0},i.prototype.getPaddedWidth=function(){var t=this.padding,e=l(this.paddingLeft,t);return t=l(this.paddingRight,t),(this.widthSetting||this.bBox.width||0)+e+t},i.prototype.xSetter=function(t){this.x=t,this.alignFactor&&(t-=this.alignFactor*this.getPaddedWidth(),this["forceAnimate:x"]=!0),this.xSetting=Math.round(t),this.attr("translateX",this.xSetting)},i.prototype.ySetter=function(t){this.ySetting=this.y=Math.round(t),this.attr("translateY",this.ySetting)},i.emptyBBox={width:0,height:0,x:0,y:0},i.textProps="color direction fontFamily fontSize fontStyle fontWeight lineHeight textAlign textDecoration textOutline textOverflow width".split(" "),i}(t)})),e(i,"Core/Renderer/SVG/Symbols.js",[i["Core/Utilities.js"]],(function(t){function e(t,e,i,n,o){var a=[];if(o){var l=o.start||0,c=s(o.r,i);i=s(o.r,n||i);var u=(o.end||0)-.001;n=o.innerR;var h=s(o.open,.001>Math.abs((o.end||0)-l-2*Math.PI)),d=Math.cos(l),p=Math.sin(l),f=Math.cos(u),m=Math.sin(u);l=s(o.longArc,.001>u-l-Math.PI?0:1),a.push(["M",t+c*d,e+i*p],["A",c,i,0,l,s(o.clockwise,1),t+c*f,e+i*m]),r(n)&&a.push(h?["M",t+n*f,e+n*m]:["L",t+n*f,e+n*m],["A",n,n,0,l,r(o.clockwise)?1-o.clockwise:0,t+n*d,e+n*p]),h||a.push(["Z"])}return a}function i(t,e,i,r,o){return o&&o.r?n(t,e,i,r,o):[["M",t,e],["L",t+i,e],["L",t+i,e+r],["L",t,e+r],["Z"]]}function n(t,e,i,n,r){return[["M",t+(r=r&&r.r||0),e],["L",t+i-r,e],["C",t+i,e,t+i,e,t+i,e+r],["L",t+i,e+n-r],["C",t+i,e+n,t+i,e+n,t+i-r,e+n],["L",t+r,e+n],["C",t,e+n,t,e+n,t,e+n-r],["L",t,e+r],["C",t,e,t,e,t+r,e]]}var r=t.defined,o=t.isNumber,s=t.pick;return{arc:e,callout:function(t,e,i,r,s){var a=Math.min(s&&s.r||0,i,r),l=a+6,c=s&&s.anchorX;s=s&&s.anchorY||0;var u=n(t,e,i,r,{r:a});return o(c)?(t+c>=i?s>e+l&&s<e+r-l?u.splice(3,1,["L",t+i,s-6],["L",t+i+6,s],["L",t+i,s+6],["L",t+i,e+r-a]):u.splice(3,1,["L",t+i,r/2],["L",c,s],["L",t+i,r/2],["L",t+i,e+r-a]):0>=t+c?s>e+l&&s<e+r-l?u.splice(7,1,["L",t,s+6],["L",t-6,s],["L",t,s-6],["L",t,e+a]):u.splice(7,1,["L",t,r/2],["L",c,s],["L",t,r/2],["L",t,e+a]):s&&s>r&&c>t+l&&c<t+i-l?u.splice(5,1,["L",c+6,e+r],["L",c,e+r+6],["L",c-6,e+r],["L",t+a,e+r]):s&&0>s&&c>t+l&&c<t+i-l&&u.splice(1,1,["L",c-6,e],["L",c,e-6],["L",c+6,e],["L",i-a,e]),u):u},circle:function(t,i,n,r){return e(t+n/2,i+r/2,n/2,r/2,{start:.5*Math.PI,end:2.5*Math.PI,open:!1})},diamond:function(t,e,i,n){return[["M",t+i/2,e],["L",t+i,e+n/2],["L",t+i/2,e+n],["L",t,e+n/2],["Z"]]},rect:i,roundedRect:n,square:i,triangle:function(t,e,i,n){return[["M",t+i/2,e],["L",t+i,e+n],["L",t,e+n],["Z"]]},"triangle-down":function(t,e,i,n){return[["M",t,e],["L",t+i,e],["L",t+i/2,e+n],["Z"]]}}})),e(i,"Core/Renderer/SVG/TextBuilder.js",[i["Core/Renderer/HTML/AST.js"],i["Core/Globals.js"],i["Core/Utilities.js"]],(function(t,e,i){var n=e.doc,r=e.SVG_NS,o=e.win,s=i.attr,a=i.isString,l=i.objectEach,c=i.pick;return function(){function e(t){var e=t.styles;this.renderer=t.renderer,this.svgElement=t,this.width=t.textWidth,this.textLineHeight=e&&e.lineHeight,this.textOutline=e&&e.textOutline,this.ellipsis=!(!e||"ellipsis"!==e.textOverflow),this.noWrap=!(!e||"nowrap"!==e.whiteSpace),this.fontSize=e&&e.fontSize}return e.prototype.buildSVG=function(){var e=this.svgElement,i=e.element,r=e.renderer,o=c(e.textStr,"").toString(),s=-1!==o.indexOf("<"),l=i.childNodes;r=this.width&&!e.added&&r.box;var u=[o,this.ellipsis,this.noWrap,this.textLineHeight,this.textOutline,this.fontSize,this.width].join();if(u!==e.textCache){for(e.textCache=u,delete e.actualWidth,u=l.length;u--;)i.removeChild(l[u]);s||this.ellipsis||this.width||-1!==o.indexOf(" ")&&(!this.noWrap||/<br.*?>/g.test(o))?""!==o&&(r&&r.appendChild(i),o=new t(o),this.modifyTree(o.nodes),o.addToDOM(e.element),this.modifyDOM(),this.ellipsis&&-1!==(i.textContent||"").indexOf("…")&&e.attr("title",this.unescapeEntities(e.textStr||"",["<",">"])),r&&r.removeChild(i)):i.appendChild(n.createTextNode(this.unescapeEntities(o))),a(this.textOutline)&&e.applyTextOutline&&e.applyTextOutline(this.textOutline)}},e.prototype.modifyDOM=function(){var t,e=this,i=this.svgElement,a=s(i.element,"x");for(i.firstLineMetrics=void 0;(t=i.element.firstChild)&&/^[\s\u200B]*$/.test(t.textContent||" ");)i.element.removeChild(t);[].forEach.call(i.element.querySelectorAll("tspan.highcharts-br"),(function(t,n){t.nextSibling&&t.previousSibling&&(0===n&&1===t.previousSibling.nodeType&&(i.firstLineMetrics=i.renderer.fontMetrics(void 0,t.previousSibling)),s(t,{dy:e.getLineHeight(t.nextSibling),x:a}))}));var l=this.width||0;if(l){var c=function(t,o){var c=t.textContent||"",u=c.replace(/([^\^])-/g,"$1- ").split(" "),h=!e.noWrap&&(1<u.length||1<i.element.childNodes.length),d=e.getLineHeight(o),p=0,f=i.actualWidth;if(e.ellipsis)c&&e.truncate(t,c,void 0,0,Math.max(0,l-parseInt(e.fontSize||12,10)),(function(t,e){return t.substring(0,e)+"…"}));else if(h){for(c=[],h=[];o.firstChild&&o.firstChild!==t;)h.push(o.firstChild),o.removeChild(o.firstChild);for(;u.length;)u.length&&!e.noWrap&&0<p&&(c.push(t.textContent||""),t.textContent=u.join(" ").replace(/- /g,"-")),e.truncate(t,void 0,u,0===p&&f||0,l,(function(t,e){return u.slice(0,e).join(" ").replace(/- /g,"-")})),f=i.actualWidth,p++;h.forEach((function(e){o.insertBefore(e,t)})),c.forEach((function(e){o.insertBefore(n.createTextNode(e),t),(e=n.createElementNS(r,"tspan")).textContent="",s(e,{dy:d,x:a}),o.insertBefore(e,t)}))}},u=function(t){[].slice.call(t.childNodes).forEach((function(e){e.nodeType===o.Node.TEXT_NODE?c(e,t):(-1!==e.className.baseVal.indexOf("highcharts-br")&&(i.actualWidth=0),u(e))}))};u(i.element)}},e.prototype.getLineHeight=function(t){var e;return t=t.nodeType===o.Node.TEXT_NODE?t.parentElement:t,this.renderer.styledMode||(e=t&&/(px|em)$/.test(t.style.fontSize)?t.style.fontSize:this.fontSize||this.renderer.style.fontSize||12),this.textLineHeight?parseInt(this.textLineHeight.toString(),10):this.renderer.fontMetrics(e,t||this.svgElement.element).h},e.prototype.modifyTree=function(t){var e=this,i=function(n,r){var o=n.attributes;o=void 0===o?{}:o;var s=n.children,l=n.tagName,c=e.renderer.styledMode;"b"===l||"strong"===l?c?o.class="highcharts-strong":o.style="font-weight:bold;"+(o.style||""):"i"!==l&&"em"!==l||(c?o.class="highcharts-emphasized":o.style="font-style:italic;"+(o.style||"")),a(o.style)&&(o.style=o.style.replace(/(;| |^)color([ :])/,"$1fill$2")),"br"===l?(o.class="highcharts-br",n.textContent="",(r=t[r+1])&&r.textContent&&(r.textContent=r.textContent.replace(/^ +/gm,""))):"a"===l&&s&&s.some((function(t){return"#text"===t.tagName}))&&(n.children=[{children:s,tagName:"tspan"}]),"#text"!==l&&"a"!==l&&(n.tagName="tspan"),n.attributes=o,s&&s.filter((function(t){return"#text"!==t.tagName})).forEach(i)};t.forEach(i)},e.prototype.truncate=function(t,e,i,n,r,o){var s,a=this.svgElement,l=a.renderer,c=a.rotation,u=[],h=i?1:0,d=(e||i||"").length,p=d,f=function(r,s){s=s||r;var c=t.parentNode;if(c&&void 0===u[s])if(c.getSubStringLength)try{u[s]=n+c.getSubStringLength(0,i?s+1:s)}catch(t){}else l.getSpanWidth&&(t.textContent=o(e||i,r),u[s]=n+l.getSpanWidth(a,t));return u[s]};a.rotation=0;var m=f(t.textContent.length);if(n+m>r){for(;h<=d;)p=Math.ceil((h+d)/2),i&&(s=o(i,p)),m=f(p,s&&s.length-1),h===d?h=d+1:m>r?d=p-1:h=p;0===d?t.textContent="":e&&d===e.length-1||(t.textContent=s||o(e||i,p))}i&&i.splice(0,p),a.actualWidth=m,a.rotation=c},e.prototype.unescapeEntities=function(t,e){return l(this.renderer.escapes,(function(i,n){e&&-1!==e.indexOf(i)||(t=t.toString().replace(new RegExp(i,"g"),n))})),t},e}()})),e(i,"Core/Renderer/SVG/SVGRenderer.js",[i["Core/Renderer/HTML/AST.js"],i["Core/Color/Color.js"],i["Core/Globals.js"],i["Core/Renderer/RendererRegistry.js"],i["Core/Renderer/SVG/SVGElement.js"],i["Core/Renderer/SVG/SVGLabel.js"],i["Core/Renderer/SVG/Symbols.js"],i["Core/Renderer/SVG/TextBuilder.js"],i["Core/Utilities.js"]],(function(t,e,i,n,r,o,s,a,l){var c,u=i.charts,h=i.deg2rad,d=i.doc,p=i.isFirefox,f=i.isMS,m=i.isWebKit,g=i.noop,y=i.SVG_NS,b=i.symbolSizes,v=i.win,M=l.addEvent,x=l.attr,_=l.createElement,A=l.css,L=l.defined,w=l.destroyObjectProperties,k=l.extend,S=l.isArray,T=l.isNumber,O=l.isObject,C=l.isString,j=l.merge,z=l.pick,P=l.pInt,D=l.uniqueKey;return i=function(){function i(t,e,i,n,r,o,s){this.width=this.url=this.style=this.isSVG=this.imgCount=this.height=this.gradients=this.globalAnimation=this.defs=this.chartIndex=this.cacheKeys=this.cache=this.boxWrapper=this.box=this.alignedObjects=void 0,this.init(t,e,i,n,r,o,s)}return i.prototype.init=function(t,e,i,n,r,o,s){var a,l=this.createElement("svg").attr({version:"1.1",class:"highcharts-root"}),c=l.element;s||l.css(this.getStyle(n)),t.appendChild(c),x(t,"dir","ltr"),-1===t.innerHTML.indexOf("xmlns")&&x(c,"xmlns",this.SVG_NS),this.isSVG=!0,this.box=c,this.boxWrapper=l,this.alignedObjects=[],this.url=this.getReferenceURL(),this.createElement("desc").add().element.appendChild(d.createTextNode("Created with Highcharts 9.3.3")),this.defs=this.createElement("defs").add(),this.allowHTML=o,this.forExport=r,this.styledMode=s,this.gradients={},this.cache={},this.cacheKeys=[],this.imgCount=0,this.setSize(e,i,!1),p&&t.getBoundingClientRect&&((e=function(){A(t,{left:0,top:0}),a=t.getBoundingClientRect(),A(t,{left:Math.ceil(a.left)-a.left+"px",top:Math.ceil(a.top)-a.top+"px"})})(),this.unSubPixelFix=M(v,"resize",e))},i.prototype.definition=function(e){return new t([e]).addToDOM(this.defs.element)},i.prototype.getReferenceURL=function(){if((p||m)&&d.getElementsByTagName("base").length){if(!L(c)){var e=D();e=new t([{tagName:"svg",attributes:{width:8,height:8},children:[{tagName:"defs",children:[{tagName:"clipPath",attributes:{id:e},children:[{tagName:"rect",attributes:{width:4,height:4}}]}]},{tagName:"rect",attributes:{id:"hitme",width:8,height:8,"clip-path":"url(#"+e+")",fill:"rgba(0,0,0,0.001)"}}]}]).addToDOM(d.body),A(e,{position:"fixed",top:0,left:0,zIndex:9e5});var i=d.elementFromPoint(6,6);c="hitme"===(i&&i.id),d.body.removeChild(e)}if(c)return v.location.href.split("#")[0].replace(/<[^>]*>/g,"").replace(/([\('\)])/g,"\\$1").replace(/ /g,"%20")}return""},i.prototype.getStyle=function(t){return this.style=k({fontFamily:'"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif',fontSize:"12px"},t)},i.prototype.setStyle=function(t){this.boxWrapper.css(this.getStyle(t))},i.prototype.isHidden=function(){return!this.boxWrapper.getBBox().width},i.prototype.destroy=function(){var t=this.defs;return this.box=null,this.boxWrapper=this.boxWrapper.destroy(),w(this.gradients||{}),this.gradients=null,t&&(this.defs=t.destroy()),this.unSubPixelFix&&this.unSubPixelFix(),this.alignedObjects=null},i.prototype.createElement=function(t){var e=new this.Element;return e.init(this,t),e},i.prototype.getRadialAttr=function(t,e){return{cx:t[0]-t[2]/2+(e.cx||0)*t[2],cy:t[1]-t[2]/2+(e.cy||0)*t[2],r:(e.r||0)*t[2]}},i.prototype.buildText=function(t){new a(t).buildSVG()},i.prototype.getContrast=function(t){return(t=e.parse(t).rgba)[0]*=1,t[1]*=1.2,t[2]*=.5,459<t[0]+t[1]+t[2]?"#000000":"#FFFFFF"},i.prototype.button=function(e,i,n,r,o,s,a,l,c,u){var h=this.label(e,i,n,c,void 0,void 0,u,void 0,"button"),d=this.styledMode,p=0,m=o?j(o):{};if(e=m&&m.style||{},m=t.filterUserAttributes(m),h.attr(j({padding:8,r:2},m)),!d){var g=(m=j({fill:"#f7f7f7",stroke:"#cccccc","stroke-width":1,style:{color:"#333333",cursor:"pointer",fontWeight:"normal"}},{style:e},m)).style;delete m.style;var y=(s=j(m,{fill:"#e6e6e6"},t.filterUserAttributes(s||{}))).style;delete s.style;var b=(a=j(m,{fill:"#e6ebf5",style:{color:"#000000",fontWeight:"bold"}},t.filterUserAttributes(a||{}))).style;delete a.style;var v=(l=j(m,{style:{color:"#cccccc"}},t.filterUserAttributes(l||{}))).style;delete l.style}return M(h.element,f?"mouseover":"mouseenter",(function(){3!==p&&h.setState(1)})),M(h.element,f?"mouseout":"mouseleave",(function(){3!==p&&h.setState(p)})),h.setState=function(t){1!==t&&(h.state=p=t),h.removeClass(/highcharts-button-(normal|hover|pressed|disabled)/).addClass("highcharts-button-"+["normal","hover","pressed","disabled"][t||0]),d||h.attr([m,s,a,l][t||0]).css([g,y,b,v][t||0])},d||h.attr(m).css(k({cursor:"default"},g)),h.on("touchstart",(function(t){return t.stopPropagation()})).on("click",(function(t){3!==p&&r.call(h,t)}))},i.prototype.crispLine=function(t,e,i){void 0===i&&(i="round");var n=t[0],r=t[1];return L(n[1])&&n[1]===r[1]&&(n[1]=r[1]=Math[i](n[1])-e%2/2),L(n[2])&&n[2]===r[2]&&(n[2]=r[2]=Math[i](n[2])+e%2/2),t},i.prototype.path=function(t){var e=this.styledMode?{}:{fill:"none"};return S(t)?e.d=t:O(t)&&k(e,t),this.createElement("path").attr(e)},i.prototype.circle=function(t,e,i){return t=O(t)?t:void 0===t?{}:{x:t,y:e,r:i},(e=this.createElement("circle")).xSetter=e.ySetter=function(t,e,i){i.setAttribute("c"+e,t)},e.attr(t)},i.prototype.arc=function(t,e,i,n,r,o){return O(t)?(e=(n=t).y,i=n.r,t=n.x):n={innerR:n,start:r,end:o},(t=this.symbol("arc",t,e,i,i,n)).r=i,t},i.prototype.rect=function(t,e,i,n,r,o){r=O(t)?t.r:r;var s=this.createElement("rect");return t=O(t)?t:void 0===t?{}:{x:t,y:e,width:Math.max(i,0),height:Math.max(n,0)},this.styledMode||(void 0!==o&&(t["stroke-width"]=o,t=s.crisp(t)),t.fill="none"),r&&(t.r=r),s.rSetter=function(t,e,i){s.r=t,x(i,{rx:t,ry:t})},s.rGetter=function(){return s.r||0},s.attr(t)},i.prototype.setSize=function(t,e,i){this.width=t,this.height=e,this.boxWrapper.animate({width:t,height:e},{step:function(){this.attr({viewBox:"0 0 "+this.attr("width")+" "+this.attr("height")})},duration:z(i,!0)?void 0:0}),this.alignElements()},i.prototype.g=function(t){var e=this.createElement("g");return t?e.attr({class:"highcharts-"+t}):e},i.prototype.image=function(t,e,i,n,r,o){var s={preserveAspectRatio:"none"},a=function(t,e){t.setAttributeNS?t.setAttributeNS("http://www.w3.org/1999/xlink","href",e):t.setAttribute("hc-svg-href",e)};T(e)&&(s.x=e),T(i)&&(s.y=i),T(n)&&(s.width=n),T(r)&&(s.height=r);var l=this.createElement("image").attr(s);return e=function(e){a(l.element,t),o.call(l,e)},o?(a(l.element,"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="),i=new v.Image,M(i,"load",e),i.src=t,i.complete&&e({})):a(l.element,t),l},i.prototype.symbol=function(t,e,i,n,r,o){var s,a=this,l=/^url\((.*?)\)$/,c=l.test(t),h=!c&&(this.symbols[t]?t:"circle"),p=h&&this.symbols[h];if(p){"number"==typeof e&&(s=p.call(this.symbols,Math.round(e||0),Math.round(i||0),n||0,r||0,o));var f=this.path(s);a.styledMode||f.attr("fill","none"),k(f,{symbolName:h||void 0,x:e,y:i,width:n,height:r}),o&&k(f,o)}else if(c){var m=t.match(l)[1],g=f=this.image(m);g.imgwidth=z(b[m]&&b[m].width,o&&o.width),g.imgheight=z(b[m]&&b[m].height,o&&o.height);var y=function(t){return t.attr({width:t.width,height:t.height})};["width","height"].forEach((function(t){g[t+"Setter"]=function(t,e){var i=this["img"+e];this[e]=t,L(i)&&(o&&"within"===o.backgroundSize&&this.width&&this.height&&(i=Math.round(i*Math.min(this.width/this.imgwidth,this.height/this.imgheight))),this.element&&this.element.setAttribute(e,i),this.alignByTranslate||(t=((this[e]||0)-i)/2,this.attr("width"===e?{translateX:t}:{translateY:t})))}})),L(e)&&g.attr({x:e,y:i}),g.isImg=!0,L(g.imgwidth)&&L(g.imgheight)?y(g):(g.attr({width:0,height:0}),_("img",{onload:function(){var t=u[a.chartIndex];0===this.width&&(A(this,{position:"absolute",top:"-999em"}),d.body.appendChild(this)),b[m]={width:this.width,height:this.height},g.imgwidth=this.width,g.imgheight=this.height,g.element&&y(g),this.parentNode&&this.parentNode.removeChild(this),a.imgCount--,a.imgCount||!t||t.hasLoaded||t.onload()},src:m}),this.imgCount++)}return f},i.prototype.clipRect=function(t,e,i,n){var r=D()+"-",o=this.createElement("clipPath").attr({id:r}).add(this.defs);return(t=this.rect(t,e,i,n,0).add(o)).id=r,t.clipPath=o,t.count=0,t},i.prototype.text=function(t,e,i,n){var r={};return!n||!this.allowHTML&&this.forExport?(r.x=Math.round(e||0),i&&(r.y=Math.round(i)),L(t)&&(r.text=t),t=this.createElement("text").attr(r),(!n||this.forExport&&!this.allowHTML)&&(t.xSetter=function(t,e,i){for(var n,r=i.getElementsByTagName("tspan"),o=i.getAttribute(e),s=0;s<r.length;s++)(n=r[s]).getAttribute(e)===o&&n.setAttribute(e,t);i.setAttribute(e,t)}),t):this.html(t,e,i)},i.prototype.fontMetrics=function(t,e){return t=!this.styledMode&&/px/.test(t)||!v.getComputedStyle?t||e&&e.style&&e.style.fontSize||this.style&&this.style.fontSize:e&&r.prototype.getStyle.call(e,"font-size"),{h:e=24>(t=/px/.test(t)?P(t):12)?t+3:Math.round(1.2*t),b:Math.round(.8*e),f:t}},i.prototype.rotCorr=function(t,e,i){var n=t;return e&&i&&(n=Math.max(n*Math.cos(e*h),4)),{x:-t/3*Math.sin(e*h),y:n}},i.prototype.pathToSegments=function(t){for(var e=[],i=[],n={A:8,C:7,H:2,L:3,M:3,Q:5,S:5,T:3,V:2},r=0;r<t.length;r++)C(i[0])&&T(t[r])&&i.length===n[i[0].toUpperCase()]&&t.splice(r,0,i[0].replace("M","L").replace("m","l")),"string"==typeof t[r]&&(i.length&&e.push(i.slice(0)),i.length=0),i.push(t[r]);return e.push(i.slice(0)),e},i.prototype.label=function(t,e,i,n,r,s,a,l,c){return new o(this,t,e,i,n,r,s,a,l,c)},i.prototype.alignElements=function(){this.alignedObjects.forEach((function(t){return t.align()}))},i}(),k(i.prototype,{Element:r,SVG_NS:y,escapes:{"&":"&","<":"<",">":">","'":"'",'"':"""},symbols:s,draw:g}),n.registerRendererType("svg",i,!0),i})),e(i,"Core/Renderer/HTML/HTMLElement.js",[i["Core/Globals.js"],i["Core/Renderer/SVG/SVGElement.js"],i["Core/Utilities.js"]],(function(t,e,i){var n=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),r=t.isFirefox,o=t.isMS,s=t.isWebKit,a=t.win,l=i.css,c=i.defined,u=i.extend,h=i.pick,d=i.pInt;return function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.compose=function(t){if(-1===e.composedClasses.indexOf(t)){e.composedClasses.push(t);var i=e.prototype,n=t.prototype;n.getSpanCorrection=i.getSpanCorrection,n.htmlCss=i.htmlCss,n.htmlGetBBox=i.htmlGetBBox,n.htmlUpdateTransform=i.htmlUpdateTransform,n.setSpanRotation=i.setSpanRotation}return t},e.prototype.getSpanCorrection=function(t,e,i){this.xCorr=-t*i,this.yCorr=-e},e.prototype.htmlCss=function(t){var e="SPAN"===this.element.tagName&&t&&"width"in t,i=h(e&&t.width,void 0);if(e){delete t.width,this.textWidth=i;var n=!0}return t&&"ellipsis"===t.textOverflow&&(t.whiteSpace="nowrap",t.overflow="hidden"),this.styles=u(this.styles,t),l(this.element,t),n&&this.htmlUpdateTransform(),this},e.prototype.htmlGetBBox=function(){var t=this.element;return{x:t.offsetLeft,y:t.offsetTop,width:t.offsetWidth,height:t.offsetHeight}},e.prototype.htmlUpdateTransform=function(){if(this.added){var t=this.renderer,e=this.element,i=this.translateX||0,n=this.translateY||0,r=this.x||0,o=this.y||0,s=this.textAlign||"left",a={left:0,center:.5,right:1}[s],u=this.styles;if(u=u&&u.whiteSpace,l(e,{marginLeft:i,marginTop:n}),!t.styledMode&&this.shadows&&this.shadows.forEach((function(t){l(t,{marginLeft:i+1,marginTop:n+1})})),this.inverted&&[].forEach.call(e.childNodes,(function(i){t.invertChild(i,e)})),"SPAN"===e.tagName){var h=this.rotation,p=this.textWidth&&d(this.textWidth),f=[h,s,e.innerHTML,this.textWidth,this.textAlign].join(),m=void 0;if(m=!1,p!==this.oldTextWidth){if(this.textPxLength)var g=this.textPxLength;else l(e,{width:"",whiteSpace:u||"nowrap"}),g=e.offsetWidth;(p>this.oldTextWidth||g>p)&&(/[ \-]/.test(e.textContent||e.innerText)||"ellipsis"===e.style.textOverflow)&&(l(e,{width:g>p||h?p+"px":"auto",display:"block",whiteSpace:u||"normal"}),this.oldTextWidth=p,m=!0)}this.hasBoxWidthChanged=m,f!==this.cTT&&(m=t.fontMetrics(e.style.fontSize,e).b,!c(h)||h===(this.oldRotation||0)&&s===this.oldAlign||this.setSpanRotation(h,a,m),this.getSpanCorrection(!c(h)&&this.textPxLength||e.offsetWidth,m,a,h,s)),l(e,{left:r+(this.xCorr||0)+"px",top:o+(this.yCorr||0)+"px"}),this.cTT=f,this.oldRotation=h,this.oldAlign=s}}else this.alignOnAdd=!0},e.prototype.setSpanRotation=function(t,e,i){var n={},c=o&&!/Edge/.test(a.navigator.userAgent)?"-ms-transform":s?"-webkit-transform":r?"MozTransform":a.opera?"-o-transform":void 0;c&&(n[c]=n.transform="rotate("+t+"deg)",n[c+(r?"Origin":"-origin")]=n.transformOrigin=100*e+"% "+i+"px",l(this.element,n))},e.composedClasses=[],e}(e)})),e(i,"Core/Renderer/HTML/HTMLRenderer.js",[i["Core/Renderer/HTML/AST.js"],i["Core/Renderer/SVG/SVGElement.js"],i["Core/Renderer/SVG/SVGRenderer.js"],i["Core/Utilities.js"]],(function(t,e,i,n){var r=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),o=n.attr,s=n.createElement,a=n.extend,l=n.pick;return function(i){function n(){return null!==i&&i.apply(this,arguments)||this}return r(n,i),n.compose=function(t){return-1===n.composedClasses.indexOf(t)&&(n.composedClasses.push(t),t.prototype.html=n.prototype.html),t},n.prototype.html=function(i,n,r){var c=this.createElement("span"),u=c.element,h=c.renderer,d=h.isSVG,p=function(t,i){["opacity","visibility"].forEach((function(n){t[n+"Setter"]=function(r,o,s){var a=t.div?t.div.style:i;e.prototype[n+"Setter"].call(this,r,o,s),a&&(a[o]=r)}})),t.addedSetters=!0};return c.textSetter=function(e){e!==this.textStr&&(delete this.bBox,delete this.oldTextWidth,t.setElementHTML(this.element,l(e,"")),this.textStr=e,c.doTransform=!0)},d&&p(c,c.element.style),c.xSetter=c.ySetter=c.alignSetter=c.rotationSetter=function(t,e){"align"===e?c.alignValue=c.textAlign=t:c[e]=t,c.doTransform=!0},c.afterSetters=function(){this.doTransform&&(this.htmlUpdateTransform(),this.doTransform=!1)},c.attr({text:i,x:Math.round(n),y:Math.round(r)}).css({position:"absolute"}),h.styledMode||c.css({fontFamily:this.style.fontFamily,fontSize:this.style.fontSize}),u.style.whiteSpace="nowrap",c.css=c.htmlCss,d&&(c.add=function(t){var e=h.box.parentNode,i=[];if(this.parentGroup=t){var n=t.div;if(!n){for(;t;)i.push(t),t=t.parentGroup;i.reverse().forEach((function(t){function r(e,i){t[i]=e,"translateX"===i?d.left=e+"px":d.top=e+"px",t.doTransform=!0}var l,u=o(t.element,"class"),h=t.styles||{},d=(n=t.div=t.div||s("div",u?{className:u}:void 0,{position:"absolute",left:(t.translateX||0)+"px",top:(t.translateY||0)+"px",display:t.display,opacity:t.opacity,cursor:h.cursor,pointerEvents:h.pointerEvents,visibility:t.visibility},n||e)).style;a(t,{classSetter:(l=n,function(t){this.element.setAttribute("class",t),l.className=t}),on:function(){return i[0].div&&c.on.apply({element:i[0].div,onEvents:t.onEvents},arguments),t},translateXSetter:r,translateYSetter:r}),t.addedSetters||p(t)}))}}else n=e;return n.appendChild(u),c.added=!0,c.alignOnAdd&&c.htmlUpdateTransform(),c}),c},n.composedClasses=[],n}(i)})),e(i,"Core/Axis/AxisDefaults.js",[],(function(){var t;return function(t){t.defaultXAxisOptions={alignTicks:!0,allowDecimals:void 0,panningEnabled:!0,zIndex:2,zoomEnabled:!0,dateTimeLabelFormats:{millisecond:{main:"%H:%M:%S.%L",range:!1},second:{main:"%H:%M:%S",range:!1},minute:{main:"%H:%M",range:!1},hour:{main:"%H:%M",range:!1},day:{main:"%e. %b"},week:{main:"%e. %b"},month:{main:"%b '%y"},year:{main:"%Y"}},endOnTick:!1,gridLineDashStyle:"Solid",gridZIndex:1,labels:{autoRotation:void 0,autoRotationLimit:80,distance:void 0,enabled:!0,indentation:10,overflow:"justify",padding:5,reserveSpace:void 0,rotation:void 0,staggerLines:0,step:0,useHTML:!1,x:0,zIndex:7,style:{color:"#666666",cursor:"default",fontSize:"11px"}},maxPadding:.01,minorGridLineDashStyle:"Solid",minorTickLength:2,minorTickPosition:"outside",minPadding:.01,offset:void 0,opposite:!1,reversed:void 0,reversedStacks:!1,showEmpty:!0,showFirstLabel:!0,showLastLabel:!0,startOfWeek:1,startOnTick:!1,tickLength:10,tickPixelInterval:100,tickmarkPlacement:"between",tickPosition:"outside",title:{align:"middle",rotation:0,useHTML:!1,x:0,y:0,style:{color:"#666666"}},type:"linear",uniqueNames:!0,visible:!0,minorGridLineColor:"#f2f2f2",minorGridLineWidth:1,minorTickColor:"#999999",lineColor:"#ccd6eb",lineWidth:1,gridLineColor:"#e6e6e6",gridLineWidth:void 0,tickColor:"#ccd6eb"},t.defaultYAxisOptions={reversedStacks:!0,endOnTick:!0,maxPadding:.05,minPadding:.05,tickPixelInterval:72,showLastLabel:!0,labels:{x:-8},startOnTick:!0,title:{rotation:270,text:"Values"},stackLabels:{animation:{},allowOverlap:!1,enabled:!1,crop:!0,overflow:"justify",formatter:function(){return(0,this.axis.chart.numberFormatter)(this.total,-1)},style:{color:"#000000",fontSize:"11px",fontWeight:"bold",textOutline:"1px contrast"}},gridLineWidth:1,lineWidth:0},t.defaultLeftAxisOptions={labels:{x:-15},title:{rotation:270}},t.defaultRightAxisOptions={labels:{x:15},title:{rotation:90}},t.defaultBottomAxisOptions={labels:{autoRotation:[-45],x:0},margin:15,title:{rotation:0}},t.defaultTopAxisOptions={labels:{autoRotation:[-45],x:0},margin:15,title:{rotation:0}}}(t||(t={})),t})),e(i,"Core/Foundation.js",[i["Core/Utilities.js"]],(function(t){var e,i=t.addEvent,n=t.isFunction,r=t.objectEach,o=t.removeEvent;return function(t){t.registerEventOptions=function(t,e){t.eventOptions=t.eventOptions||{},r(e.events,(function(e,r){t.eventOptions[r]!==e&&(t.eventOptions[r]&&(o(t,r,t.eventOptions[r]),delete t.eventOptions[r]),n(e)&&(t.eventOptions[r]=e,i(t,r,e)))}))}}(e||(e={})),e})),e(i,"Core/Axis/Tick.js",[i["Core/FormatUtilities.js"],i["Core/Globals.js"],i["Core/Utilities.js"]],(function(t,e,i){var n=e.deg2rad,r=i.clamp,o=i.correctFloat,s=i.defined,a=i.destroyObjectProperties,l=i.extend,c=i.fireEvent,u=i.isNumber,h=i.merge,d=i.objectEach,p=i.pick;return e=function(){function e(t,e,i,n,r){this.isNewLabel=this.isNew=!0,this.axis=t,this.pos=e,this.type=i||"",this.parameters=r||{},this.tickmarkOffset=this.parameters.tickmarkOffset,this.options=this.parameters.options,c(this,"init"),i||n||this.addLabel()}return e.prototype.addLabel=function(){var e=this,i=e.axis,n=i.options,r=i.chart,a=i.categories,h=i.logarithmic,d=i.names,f=e.pos,m=p(e.options&&e.options.labels,n.labels),g=i.tickPositions,y=f===g[0],b=f===g[g.length-1],v=(!m.step||1===m.step)&&1===i.tickInterval;g=g.info;var M,x=e.label;if(a=this.parameters.category||(a?p(a[f],d[f],f):f),h&&u(a)&&(a=o(h.lin2log(a))),i.dateTime)if(g)var _=r.time.resolveDTLFormat(n.dateTimeLabelFormats[!n.grid&&g.higherRanks[f]||g.unitName]),A=_.main;else u(a)&&(A=i.dateTime.getXDateFormat(a,n.dateTimeLabelFormats||{}));e.isFirst=y,e.isLast=b;var L={axis:i,chart:r,dateTimeLabelFormat:A,isFirst:y,isLast:b,pos:f,tick:e,tickPositionInfo:g,value:a};c(this,"labelFormat",L);var w=function(e){return m.formatter?m.formatter.call(e,e):m.format?(e.text=i.defaultLabelFormatter.call(e),t.format(m.format,e,r)):i.defaultLabelFormatter.call(e,e)};n=w.call(L,L);var k=_&&_.list;e.shortenLabel=k?function(){for(M=0;M<k.length;M++)if(l(L,{dateTimeLabelFormat:k[M]}),x.attr({text:w.call(L,L)}),x.getBBox().width<i.getSlotWidth(e)-2*m.padding)return;x.attr({text:""})}:void 0,v&&i._addedPlotLB&&e.moveLabel(n,m),s(x)||e.movedLabel?x&&x.textStr!==n&&!v&&(!x.textWidth||m.style.width||x.styles.width||x.css({width:null}),x.attr({text:n}),x.textPxLength=x.getBBox().width):(e.label=x=e.createLabel({x:0,y:0},n,m),e.rotation=0)},e.prototype.createLabel=function(t,e,i){var n=this.axis,r=n.chart;return(t=s(e)&&i.enabled?r.renderer.text(e,t.x,t.y,i.useHTML).add(n.labelGroup):null)&&(r.styledMode||t.css(h(i.style)),t.textPxLength=t.getBBox().width),t},e.prototype.destroy=function(){a(this,this.axis)},e.prototype.getPosition=function(t,e,i,n){var s=this.axis,a=s.chart,l=n&&a.oldChartHeight||a.chartHeight;return(t={x:t?o(s.translate(e+i,null,null,n)+s.transB):s.left+s.offset+(s.opposite?(n&&a.oldChartWidth||a.chartWidth)-s.right-s.left:0),y:t?l-s.bottom+s.offset-(s.opposite?s.height:0):o(l-s.translate(e+i,null,null,n)-s.transB)}).y=r(t.y,-1e5,1e5),c(this,"afterGetPosition",{pos:t}),t},e.prototype.getLabelPosition=function(t,e,i,r,o,a,l,u){var h=this.axis,d=h.transA,p=h.isLinked&&h.linkedParent?h.linkedParent.reversed:h.reversed,f=h.staggerLines,m=h.tickRotCorr||{x:0,y:0},g=r||h.reserveSpaceDefault?0:-h.labelOffset*("center"===h.labelAlign?.5:1),y={},b=o.y;return s(b)||(b=0===h.side?i.rotation?-8:-i.getBBox().height:2===h.side?m.y+8:Math.cos(i.rotation*n)*(m.y-i.getBBox(!1,0).height/2)),t=t+o.x+g+m.x-(a&&r?a*d*(p?-1:1):0),e=e+b-(a&&!r?a*d*(p?1:-1):0),f&&(i=l/(u||1)%f,h.opposite&&(i=f-i-1),e+=h.labelOffset/f*i),y.x=t,y.y=Math.round(e),c(this,"afterGetLabelPosition",{pos:y,tickmarkOffset:a,index:l}),y},e.prototype.getLabelSize=function(){return this.label?this.label.getBBox()[this.axis.horiz?"height":"width"]:0},e.prototype.getMarkPath=function(t,e,i,n,r,o){return o.crispLine([["M",t,e],["L",t+(r?0:-i),e+(r?i:0)]],n)},e.prototype.handleOverflow=function(t){var e=this.axis,i=e.options.labels,r=t.x,o=e.chart.chartWidth,s=e.chart.spacing,a=p(e.labelLeft,Math.min(e.pos,s[3]));s=p(e.labelRight,Math.max(e.isRadial?0:e.pos+e.len,o-s[1]));var l,c=this.label,u=this.rotation,h={left:0,center:.5,right:1}[e.labelAlign||c.attr("align")],d=c.getBBox().width,f=e.getSlotWidth(this),m={},g=f,y=1;u||"justify"!==i.overflow?0>u&&r-h*d<a?l=Math.round(r/Math.cos(u*n)-a):0<u&&r+h*d>s&&(l=Math.round((o-r)/Math.cos(u*n))):(o=r+(1-h)*d,r-h*d<a?g=t.x+g*(1-h)-a:o>s&&(g=s-t.x+g*h,y=-1),(g=Math.min(f,g))<f&&"center"===e.labelAlign&&(t.x+=y*(f-g-h*(f-Math.min(d,g)))),(d>g||e.autoRotation&&(c.styles||{}).width)&&(l=g)),l&&(this.shortenLabel?this.shortenLabel():(m.width=Math.floor(l)+"px",(i.style||{}).textOverflow||(m.textOverflow="ellipsis"),c.css(m)))},e.prototype.moveLabel=function(t,e){var i=this,n=i.label,r=i.axis,o=r.reversed,s=!1;if(n&&n.textStr===t?(i.movedLabel=n,s=!0,delete i.label):d(r.ticks,(function(e){s||e.isNew||e===i||!e.label||e.label.textStr!==t||(i.movedLabel=e.label,s=!0,e.labelPos=i.movedLabel.xy,delete e.label)})),!s&&(i.labelPos||n)){var a=i.labelPos||n.xy;n=r.horiz?o?0:r.width+r.left:a.x,r=r.horiz?a.y:o?r.width+r.left:0,i.movedLabel=i.createLabel({x:n,y:r},t,e),i.movedLabel&&i.movedLabel.attr({opacity:0})}},e.prototype.render=function(t,e,i){var n=this.axis,r=n.horiz,o=this.pos,s=p(this.tickmarkOffset,n.tickmarkOffset);s=(o=this.getPosition(r,o,s,e)).x;var a=o.y;n=r&&s===n.pos+n.len||!r&&a===n.pos?-1:1,r=p(i,this.label&&this.label.newOpacity,1),i=p(i,1),this.isActive=!0,this.renderGridLine(e,i,n),this.renderMark(o,i,n),this.renderLabel(o,e,r,t),this.isNew=!1,c(this,"afterRender")},e.prototype.renderGridLine=function(t,e,i){var n=this.axis,r=n.options,o={},s=this.pos,a=this.type,l=p(this.tickmarkOffset,n.tickmarkOffset),c=n.chart.renderer,u=this.gridLine,h=r.gridLineWidth,d=r.gridLineColor,f=r.gridLineDashStyle;"minor"===this.type&&(h=r.minorGridLineWidth,d=r.minorGridLineColor,f=r.minorGridLineDashStyle),u||(n.chart.styledMode||(o.stroke=d,o["stroke-width"]=h||0,o.dashstyle=f),a||(o.zIndex=1),t&&(e=0),this.gridLine=u=c.path().attr(o).addClass("highcharts-"+(a?a+"-":"")+"grid-line").add(n.gridGroup)),u&&(i=n.getPlotLinePath({value:s+l,lineWidth:u.strokeWidth()*i,force:"pass",old:t}))&&u[t||this.isNew?"attr":"animate"]({d:i,opacity:e})},e.prototype.renderMark=function(t,e,i){var n=this.axis,r=n.options,o=n.chart.renderer,s=this.type,a=n.tickSize(s?s+"Tick":"tick"),l=t.x;t=t.y;var c=p(r["minor"!==s?"tickWidth":"minorTickWidth"],!s&&n.isXAxis?1:0);r=r["minor"!==s?"tickColor":"minorTickColor"];var u=this.mark,h=!u;a&&(n.opposite&&(a[0]=-a[0]),u||(this.mark=u=o.path().addClass("highcharts-"+(s?s+"-":"")+"tick").add(n.axisGroup),n.chart.styledMode||u.attr({stroke:r,"stroke-width":c})),u[h?"attr":"animate"]({d:this.getMarkPath(l,t,a[0],u.strokeWidth()*i,n.horiz,o),opacity:e}))},e.prototype.renderLabel=function(t,e,i,n){var r=this.axis,o=r.horiz,s=r.options,a=this.label,l=s.labels,c=l.step;r=p(this.tickmarkOffset,r.tickmarkOffset);var h=t.x;t=t.y;var d=!0;a&&u(h)&&(a.xy=t=this.getLabelPosition(h,t,a,o,l,r,n,c),this.isFirst&&!this.isLast&&!s.showFirstLabel||this.isLast&&!this.isFirst&&!s.showLastLabel?d=!1:!o||l.step||l.rotation||e||0===i||this.handleOverflow(t),c&&n%c&&(d=!1),d&&u(t.y)?(t.opacity=i,a[this.isNewLabel?"attr":"animate"](t),this.isNewLabel=!1):(a.attr("y",-9999),this.isNewLabel=!0))},e.prototype.replaceMovedLabel=function(){var t=this.label,e=this.axis,i=e.reversed;if(t&&!this.isNew){var n=e.horiz?i?e.left:e.width+e.left:t.xy.x;i=e.horiz?t.xy.y:i?e.width+e.top:e.top,t.animate({x:n,y:i,opacity:0},void 0,t.destroy),delete this.label}e.isDirty=!0,this.label=this.movedLabel,delete this.movedLabel},e}()})),e(i,"Core/Axis/Axis.js",[i["Core/Animation/AnimationUtilities.js"],i["Core/Axis/AxisDefaults.js"],i["Core/Color/Color.js"],i["Core/DefaultOptions.js"],i["Core/Foundation.js"],i["Core/Globals.js"],i["Core/Axis/Tick.js"],i["Core/Utilities.js"]],(function(t,e,i,n,r,o,s,a){var l=t.animObject,c=n.defaultOptions,u=r.registerEventOptions,h=o.deg2rad,d=a.arrayMax,p=a.arrayMin,f=a.clamp,m=a.correctFloat,g=a.defined,y=a.destroyObjectProperties,b=a.erase,v=a.error,M=a.extend,x=a.fireEvent,_=a.getMagnitude,A=a.isArray,L=a.isNumber,w=a.isString,k=a.merge,S=a.normalizeTickInterval,T=a.objectEach,O=a.pick,C=a.relativeLength,j=a.removeEvent,z=a.splat,P=a.syncTimeout;return t=function(){function t(t,e){this.zoomEnabled=this.width=this.visible=this.userOptions=this.translationSlope=this.transB=this.transA=this.top=this.ticks=this.tickRotCorr=this.tickPositions=this.tickmarkOffset=this.tickInterval=this.tickAmount=this.side=this.series=this.right=this.positiveValuesOnly=this.pos=this.pointRangePadding=this.pointRange=this.plotLinesAndBandsGroups=this.plotLinesAndBands=this.paddedTicks=this.overlap=this.options=this.offset=this.names=this.minPixelPadding=this.minorTicks=this.minorTickInterval=this.min=this.maxLabelLength=this.max=this.len=this.left=this.labelFormatter=this.labelEdge=this.isLinked=this.height=this.hasVisibleSeries=this.hasNames=this.eventOptions=this.coll=this.closestPointRange=this.chart=this.categories=this.bottom=this.alternateBands=void 0,this.init(t,e)}return t.prototype.init=function(t,e){var i=e.isX;this.chart=t,this.horiz=t.inverted&&!this.isZAxis?!i:i,this.isXAxis=i,this.coll=this.coll||(i?"xAxis":"yAxis"),x(this,"init",{userOptions:e}),this.opposite=O(e.opposite,this.opposite),this.side=O(e.side,this.side,this.horiz?this.opposite?0:2:this.opposite?1:3),this.setOptions(e);var n=this.options,r=n.labels,o=n.type;this.userOptions=e,this.minPixelPadding=0,this.reversed=O(n.reversed,this.reversed),this.visible=n.visible,this.zoomEnabled=n.zoomEnabled,this.hasNames="category"===o||!0===n.categories,this.categories=n.categories||this.hasNames,this.names||(this.names=[],this.names.keys={}),this.plotLinesAndBandsGroups={},this.positiveValuesOnly=!!this.logarithmic,this.isLinked=g(n.linkedTo),this.ticks={},this.labelEdge=[],this.minorTicks={},this.plotLinesAndBands=[],this.alternateBands={},this.len=0,this.minRange=this.userMinRange=n.minRange||n.maxZoom,this.range=n.range,this.offset=n.offset||0,this.min=this.max=null,e=O(n.crosshair,z(t.options.tooltip.crosshairs)[i?0:1]),this.crosshair=!0===e?{}:e,-1===t.axes.indexOf(this)&&(i?t.axes.splice(t.xAxis.length,0,this):t.axes.push(this),t[this.coll].push(this)),this.series=this.series||[],t.inverted&&!this.isZAxis&&i&&void 0===this.reversed&&(this.reversed=!0),this.labelRotation=L(r.rotation)?r.rotation:void 0,u(this,n),x(this,"afterInit")},t.prototype.setOptions=function(t){this.options=k(e.defaultXAxisOptions,"yAxis"===this.coll&&e.defaultYAxisOptions,[e.defaultTopAxisOptions,e.defaultRightAxisOptions,e.defaultBottomAxisOptions,e.defaultLeftAxisOptions][this.side],k(c[this.coll],t)),x(this,"afterSetOptions",{userOptions:t})},t.prototype.defaultLabelFormatter=function(t){var e=this.axis;t=this.chart.numberFormatter;var i=L(this.value)?this.value:NaN,n=e.chart.time,r=this.dateTimeLabelFormat,o=c.lang,s=o.numericSymbols;o=o.numericSymbolMagnitude||1e3;var a=e.logarithmic?Math.abs(i):e.tickInterval,l=s&&s.length;if(e.categories)var u=""+this.value;else if(r)u=n.dateFormat(r,i);else if(l&&1e3<=a)for(;l--&&void 0===u;)a>=(e=Math.pow(o,l+1))&&0==10*i%e&&null!==s[l]&&0!==i&&(u=t(i/e,-1)+s[l]);return void 0===u&&(u=1e4<=Math.abs(i)?t(i,-1):t(i,-1,void 0,"")),u},t.prototype.getSeriesExtremes=function(){var t,e=this,i=e.chart;x(this,"getSeriesExtremes",null,(function(){e.hasVisibleSeries=!1,e.dataMin=e.dataMax=e.threshold=null,e.softThreshold=!e.isXAxis,e.stacking&&e.stacking.buildStacks(),e.series.forEach((function(n){if(n.visible||!i.options.chart.ignoreHiddenSeries){var r=n.options,o=r.threshold;if(e.hasVisibleSeries=!0,e.positiveValuesOnly&&0>=o&&(o=null),e.isXAxis){if((r=n.xData).length){r=e.logarithmic?r.filter(e.validatePositiveValue):r;var s=(t=n.getXExtremes(r)).min,a=t.max;L(s)||s instanceof Date||(r=r.filter(L),s=(t=n.getXExtremes(r)).min,a=t.max),r.length&&(e.dataMin=Math.min(O(e.dataMin,s),s),e.dataMax=Math.max(O(e.dataMax,a),a))}}else n=n.applyExtremes(),L(n.dataMin)&&(s=n.dataMin,e.dataMin=Math.min(O(e.dataMin,s),s)),L(n.dataMax)&&(a=n.dataMax,e.dataMax=Math.max(O(e.dataMax,a),a)),g(o)&&(e.threshold=o),(!r.softThreshold||e.positiveValuesOnly)&&(e.softThreshold=!1)}}))})),x(this,"afterGetSeriesExtremes")},t.prototype.translate=function(t,e,i,n,r,o){var s=this.linkedParent||this,a=n&&s.old?s.old.min:s.min,l=s.minPixelPadding;r=(s.isOrdinal||s.brokenAxis&&s.brokenAxis.hasBreaks||s.logarithmic&&r)&&s.lin2val;var c=1,u=0;return(n=n&&s.old?s.old.transA:s.transA)||(n=s.transA),i&&(c*=-1,u=s.len),s.reversed&&(u-=(c*=-1)*(s.sector||s.len)),e?(t=(t*c+u-l)/n+a,r&&(t=s.lin2val(t))):(r&&(t=s.val2lin(t)),t=L(a)?c*(t-a)*n+u+c*l+(L(o)?n*o:0):void 0),t},t.prototype.toPixels=function(t,e){return this.translate(t,!1,!this.horiz,null,!0)+(e?0:this.pos)},t.prototype.toValue=function(t,e){return this.translate(t-(e?0:this.pos),!0,!this.horiz,null,!0)},t.prototype.getPlotLinePath=function(t){function e(t,e,i){return("pass"!==v&&t<e||t>i)&&(v?t=f(t,e,i):s=!0),t}var i,n,r,o,s,a=this,l=a.chart,c=a.left,u=a.top,h=t.old,d=t.value,p=t.lineWidth,m=h&&l.oldChartHeight||l.chartHeight,g=h&&l.oldChartWidth||l.chartWidth,y=a.transB,b=t.translatedValue,v=t.force;return t={value:d,lineWidth:p,old:h,force:v,acrossPanes:t.acrossPanes,translatedValue:b},x(this,"getPlotLinePath",t,(function(t){b=O(b,a.translate(d,null,null,h)),b=f(b,-1e5,1e5),i=r=Math.round(b+y),n=o=Math.round(m-b-y),L(b)?a.horiz?(n=u,o=m-a.bottom,i=r=e(i,c,c+a.width)):(i=c,r=g-a.right,n=o=e(n,u,u+a.height)):(s=!0,v=!1),t.path=s&&!v?null:l.renderer.crispLine([["M",i,n],["L",r,o]],p||1)})),t.path},t.prototype.getLinearTickPositions=function(t,e,i){var n=m(Math.floor(e/t)*t);i=m(Math.ceil(i/t)*t);var r,o=[];if(m(n+t)===n&&(r=20),this.single)return[e];for(e=n;e<=i&&(o.push(e),(e=m(e+t,r))!==s);)var s=e;return o},t.prototype.getMinorTickInterval=function(){var t=this.options;return!0===t.minorTicks?O(t.minorTickInterval,"auto"):!1===t.minorTicks?null:t.minorTickInterval},t.prototype.getMinorTickPositions=function(){var t=this.options,e=this.tickPositions,i=this.minorTickInterval,n=this.pointRangePadding||0,r=this.min-n,o=(n=this.max+n)-r,s=[];if(o&&o/i<this.len/3){var a=this.logarithmic;if(a)this.paddedTicks.forEach((function(t,e,n){e&&s.push.apply(s,a.getLogTickPositions(i,n[e-1],n[e],!0))}));else if(this.dateTime&&"auto"===this.getMinorTickInterval())s=s.concat(this.getTimeTicks(this.dateTime.normalizeTimeTickInterval(i),r,n,t.startOfWeek));else for(t=r+(e[0]-r)%i;t<=n&&t!==s[0];t+=i)s.push(t)}return 0!==s.length&&this.trimTicks(s),s},t.prototype.adjustForMinRange=function(){var t,e,i,n,r=this.options,o=this.logarithmic,s=this.min,a=this.max,l=0;if(this.isXAxis&&void 0===this.minRange&&!o&&(g(r.min)||g(r.max)||g(r.floor)||g(r.ceiling)?this.minRange=null:(this.series.forEach((function(r){if(i=r.xData,n=r.xIncrement?1:i.length-1,1<i.length)for(t=n;0<t;t--)e=i[t]-i[t-1],(!l||e<l)&&(l=e)})),this.minRange=Math.min(5*l,this.dataMax-this.dataMin))),a-s<this.minRange){var c=this.dataMax-this.dataMin>=this.minRange,u=this.minRange,h=(u-a+s)/2;h=[s-h,O(r.min,s-h)],c&&(h[2]=this.logarithmic?this.logarithmic.log2lin(this.dataMin):this.dataMin),a=[(s=d(h))+u,O(r.max,s+u)],c&&(a[2]=o?o.log2lin(this.dataMax):this.dataMax),(a=p(a))-s<u&&(h[0]=a-u,h[1]=O(r.min,a-u),s=d(h))}this.min=s,this.max=a},t.prototype.getClosest=function(){var t;return this.categories?t=1:this.series.forEach((function(e){var i=e.closestPointRange,n=e.visible||!e.chart.options.chart.ignoreHiddenSeries;!e.noSharedTooltip&&g(i)&&n&&(t=g(t)?Math.min(t,i):i)})),t},t.prototype.nameToX=function(t){var e=A(this.categories),i=e?this.categories:this.names,n=t.options.x;if(t.series.requireSorting=!1,g(n)||(n=this.options.uniqueNames?e?i.indexOf(t.name):O(i.keys[t.name],-1):t.series.autoIncrement()),-1===n){if(!e)var r=i.length}else r=n;return void 0!==r&&(this.names[r]=t.name,this.names.keys[t.name]=r),r},t.prototype.updateNames=function(){var t=this,e=this.names;0<e.length&&(Object.keys(e.keys).forEach((function(t){delete e.keys[t]})),e.length=0,this.minRange=this.userMinRange,(this.series||[]).forEach((function(e){e.xIncrement=null,e.points&&!e.isDirtyData||(t.max=Math.max(t.max,e.xData.length-1),e.processData(),e.generatePoints()),e.data.forEach((function(i,n){if(i&&i.options&&void 0!==i.name){var r=t.nameToX(i);void 0!==r&&r!==i.x&&(i.x=r,e.xData[n]=r)}}))})))},t.prototype.setAxisTranslation=function(){var t=this,e=t.max-t.min,i=t.linkedParent,n=!!t.categories,r=t.isXAxis,o=t.axisPointRange||0,s=0,a=0,l=t.transA;if(r||n||o){var c=t.getClosest();i?(s=i.minPointOffset,a=i.pointRangePadding):t.series.forEach((function(e){var i=n?1:r?O(e.options.pointRange,c,0):t.axisPointRange||0,l=e.options.pointPlacement;o=Math.max(o,i),t.single&&!n||(e=e.is("xrange")?!r:r,s=Math.max(s,e&&w(l)?0:i/2),a=Math.max(a,e&&"on"===l?0:i))})),i=t.ordinal&&t.ordinal.slope&&c?t.ordinal.slope/c:1,t.minPointOffset=s*=i,t.pointRangePadding=a*=i,t.pointRange=Math.min(o,t.single&&n?1:e),r&&(t.closestPointRange=c)}t.translationSlope=t.transA=l=t.staticScale||t.len/(e+a||1),t.transB=t.horiz?t.left:t.bottom,t.minPixelPadding=l*s,x(this,"afterSetAxisTranslation")},t.prototype.minFromRange=function(){return this.max-this.range},t.prototype.setTickInterval=function(t){var e=this.chart,i=this.logarithmic,n=this.options,r=this.isXAxis,o=this.isLinked,s=n.tickPixelInterval,a=this.categories,l=this.softThreshold,c=n.maxPadding,u=n.minPadding,h=L(n.tickInterval)&&0<=n.tickInterval?n.tickInterval:void 0,d=L(this.threshold)?this.threshold:null;this.dateTime||a||o||this.getTickAmount();var p=O(this.userMin,n.min),f=O(this.userMax,n.max);if(o){this.linkedParent=e[this.coll][n.linkedTo];var y=this.linkedParent.getExtremes();this.min=O(y.min,y.dataMin),this.max=O(y.max,y.dataMax),n.type!==this.linkedParent.options.type&&v(11,1,e)}else{if(l&&g(d))if(this.dataMin>=d)y=d,u=0;else if(this.dataMax<=d){var b=d;c=0}this.min=O(p,y,this.dataMin),this.max=O(f,b,this.dataMax)}if(i&&(this.positiveValuesOnly&&!t&&0>=Math.min(this.min,O(this.dataMin,this.min))&&v(10,1,e),this.min=m(i.log2lin(this.min),16),this.max=m(i.log2lin(this.max),16)),this.range&&g(this.max)&&(this.userMin=this.min=p=Math.max(this.dataMin,this.minFromRange()),this.userMax=f=this.max,this.range=null),x(this,"foundExtremes"),this.beforePadding&&this.beforePadding(),this.adjustForMinRange(),!(a||this.axisPointRange||this.stacking&&this.stacking.usePercentage||o)&&g(this.min)&&g(this.max)&&(e=this.max-this.min)&&(!g(p)&&u&&(this.min-=e*u),!g(f)&&c&&(this.max+=e*c)),L(this.userMin)||(L(n.softMin)&&n.softMin<this.min&&(this.min=p=n.softMin),L(n.floor)&&(this.min=Math.max(this.min,n.floor))),L(this.userMax)||(L(n.softMax)&&n.softMax>this.max&&(this.max=f=n.softMax),L(n.ceiling)&&(this.max=Math.min(this.max,n.ceiling))),l&&g(this.dataMin)&&(d=d||0,!g(p)&&this.min<d&&this.dataMin>=d?this.min=this.options.minRange?Math.min(d,this.max-this.minRange):d:!g(f)&&this.max>d&&this.dataMax<=d&&(this.max=this.options.minRange?Math.max(d,this.min+this.minRange):d)),L(this.min)&&L(this.max)&&!this.chart.polar&&this.min>this.max&&(g(this.options.min)?this.max=this.min:g(this.options.max)&&(this.min=this.max)),this.tickInterval=this.min===this.max||void 0===this.min||void 0===this.max?1:o&&this.linkedParent&&!h&&s===this.linkedParent.options.tickPixelInterval?h=this.linkedParent.tickInterval:O(h,this.tickAmount?(this.max-this.min)/Math.max(this.tickAmount-1,1):void 0,a?1:(this.max-this.min)*s/Math.max(this.len,s)),r&&!t){var M=this.min!==(this.old&&this.old.min)||this.max!==(this.old&&this.old.max);this.series.forEach((function(t){t.forceCrop=t.forceCropping&&t.forceCropping(),t.processData(M)})),x(this,"postProcessData",{hasExtemesChanged:M})}this.setAxisTranslation(),x(this,"initialAxisTranslation"),this.pointRange&&!h&&(this.tickInterval=Math.max(this.pointRange,this.tickInterval)),t=O(n.minTickInterval,this.dateTime&&!this.series.some((function(t){return t.noSharedTooltip}))?this.closestPointRange:0),!h&&this.tickInterval<t&&(this.tickInterval=t),this.dateTime||this.logarithmic||h||(this.tickInterval=S(this.tickInterval,void 0,_(this.tickInterval),O(n.allowDecimals,.5>this.tickInterval||void 0!==this.tickAmount),!!this.tickAmount)),this.tickAmount||(this.tickInterval=this.unsquish()),this.setTickPositions()},t.prototype.setTickPositions=function(){var t=this.options,e=t.tickPositions,i=this.getMinorTickInterval(),n=this.hasVerticalPanning(),r="colorAxis"===this.coll,o=(r||!n)&&t.startOnTick;n=(r||!n)&&t.endOnTick,r=t.tickPositioner,this.tickmarkOffset=this.categories&&"between"===t.tickmarkPlacement&&1===this.tickInterval?.5:0,this.minorTickInterval="auto"===i&&this.tickInterval?this.tickInterval/5:i,this.single=this.min===this.max&&g(this.min)&&!this.tickAmount&&(parseInt(this.min,10)===this.min||!1!==t.allowDecimals),this.tickPositions=i=e&&e.slice(),!i&&(this.ordinal&&this.ordinal.positions||!((this.max-this.min)/this.tickInterval>Math.max(2*this.len,200))?i=this.dateTime?this.getTimeTicks(this.dateTime.normalizeTimeTickInterval(this.tickInterval,t.units),this.min,this.max,t.startOfWeek,this.ordinal&&this.ordinal.positions,this.closestPointRange,!0):this.logarithmic?this.logarithmic.getLogTickPositions(this.tickInterval,this.min,this.max):this.getLinearTickPositions(this.tickInterval,this.min,this.max):(i=[this.min,this.max],v(19,!1,this.chart)),i.length>this.len&&((i=[i[0],i.pop()])[0]===i[1]&&(i.length=1)),this.tickPositions=i,r&&(r=r.apply(this,[this.min,this.max])))&&(this.tickPositions=i=r),this.paddedTicks=i.slice(0),this.trimTicks(i,o,n),this.isLinked||(this.single&&2>i.length&&!this.categories&&!this.series.some((function(t){return t.is("heatmap")&&"between"===t.options.pointPlacement}))&&(this.min-=.5,this.max+=.5),e||r||this.adjustTickAmount()),x(this,"afterSetTickPositions")},t.prototype.trimTicks=function(t,e,i){var n=t[0],r=t[t.length-1],o=!this.isOrdinal&&this.minPointOffset||0;if(x(this,"trimTicks"),!this.isLinked){if(e&&-1/0!==n)this.min=n;else for(;this.min-o>t[0];)t.shift();if(i)this.max=r;else for(;this.max+o<t[t.length-1];)t.pop();0===t.length&&g(n)&&!this.options.tickPositions&&t.push((r+n)/2)}},t.prototype.alignToOthers=function(){var t,e={},i=this.options;return!1!==this.chart.options.chart.alignTicks&&i.alignTicks&&!1!==i.startOnTick&&!1!==i.endOnTick&&!this.logarithmic&&this.chart[this.coll].forEach((function(i){var n=i.options;n=[i.horiz?n.left:n.top,n.width,n.height,n.pane].join(),i.series.length&&(e[n]?t=!0:e[n]=1)})),t},t.prototype.getTickAmount=function(){var t=this.options,e=t.tickPixelInterval,i=t.tickAmount;!g(t.tickInterval)&&!i&&this.len<e&&!this.isRadial&&!this.logarithmic&&t.startOnTick&&t.endOnTick&&(i=2),!i&&this.alignToOthers()&&(i=Math.ceil(this.len/e)+1),4>i&&(this.finalTickAmt=i,i=5),this.tickAmount=i},t.prototype.adjustTickAmount=function(){var t=this.options,e=this.tickInterval,i=this.tickPositions,n=this.tickAmount,r=this.finalTickAmt,o=i&&i.length,s=O(this.threshold,this.softThreshold?0:null);if(this.hasData()&&L(this.min)&&L(this.max)){if(o<n){for(;i.length<n;)i.length%2||this.min===s?i.push(m(i[i.length-1]+e)):i.unshift(m(i[0]-e));this.transA*=(o-1)/(n-1),this.min=t.startOnTick?i[0]:Math.min(this.min,i[0]),this.max=t.endOnTick?i[i.length-1]:Math.max(this.max,i[i.length-1])}else o>n&&(this.tickInterval*=2,this.setTickPositions());if(g(r)){for(e=t=i.length;e--;)(3===r&&1==e%2||2>=r&&0<e&&e<t-1)&&i.splice(e,1);this.finalTickAmt=void 0}}},t.prototype.setScale=function(){var t=!1,e=!1;this.series.forEach((function(i){t=t||i.isDirtyData||i.isDirty,e=e||i.xAxis&&i.xAxis.isDirty||!1})),this.setAxisSize();var i=this.len!==(this.old&&this.old.len);i||t||e||this.isLinked||this.forceRedraw||this.userMin!==(this.old&&this.old.userMin)||this.userMax!==(this.old&&this.old.userMax)||this.alignToOthers()?(this.stacking&&this.stacking.resetStacks(),this.forceRedraw=!1,this.getSeriesExtremes(),this.setTickInterval(),this.isDirty||(this.isDirty=i||this.min!==(this.old&&this.old.min)||this.max!==(this.old&&this.old.max))):this.stacking&&this.stacking.cleanStacks(),t&&this.panningState&&(this.panningState.isDirty=!0),x(this,"afterSetScale")},t.prototype.setExtremes=function(t,e,i,n,r){var o=this,s=o.chart;i=O(i,!0),o.series.forEach((function(t){delete t.kdTree})),r=M(r,{min:t,max:e}),x(o,"setExtremes",r,(function(){o.userMin=t,o.userMax=e,o.eventArgs=r,i&&s.redraw(n)}))},t.prototype.zoom=function(t,e){var i=this,n=this.dataMin,r=this.dataMax,o=this.options,s=Math.min(n,O(o.min,n)),a=Math.max(r,O(o.max,r));return x(this,"zoom",t={newMin:t,newMax:e},(function(t){var e=t.newMin,o=t.newMax;e===i.min&&o===i.max||(i.allowZoomOutside||(g(n)&&(e<s&&(e=s),e>a&&(e=a)),g(r)&&(o<s&&(o=s),o>a&&(o=a))),i.displayBtn=void 0!==e||void 0!==o,i.setExtremes(e,o,!1,void 0,{trigger:"zoom"})),t.zoomed=!0})),t.zoomed},t.prototype.setAxisSize=function(){var t=this.chart,e=this.options,i=e.offsets||[0,0,0,0],n=this.horiz,r=this.width=Math.round(C(O(e.width,t.plotWidth-i[3]+i[1]),t.plotWidth)),o=this.height=Math.round(C(O(e.height,t.plotHeight-i[0]+i[2]),t.plotHeight)),s=this.top=Math.round(C(O(e.top,t.plotTop+i[0]),t.plotHeight,t.plotTop));e=this.left=Math.round(C(O(e.left,t.plotLeft+i[3]),t.plotWidth,t.plotLeft)),this.bottom=t.chartHeight-o-s,this.right=t.chartWidth-r-e,this.len=Math.max(n?r:o,0),this.pos=n?e:s},t.prototype.getExtremes=function(){var t=this.logarithmic;return{min:t?m(t.lin2log(this.min)):this.min,max:t?m(t.lin2log(this.max)):this.max,dataMin:this.dataMin,dataMax:this.dataMax,userMin:this.userMin,userMax:this.userMax}},t.prototype.getThreshold=function(t){var e=this.logarithmic,i=e?e.lin2log(this.min):this.min;return e=e?e.lin2log(this.max):this.max,null===t||-1/0===t?t=i:1/0===t?t=e:i>t?t=i:e<t&&(t=e),this.translate(t,0,1,0,1)},t.prototype.autoLabelAlign=function(t){var e=(O(t,0)-90*this.side+720)%360;return x(this,"autoLabelAlign",t={align:"center"},(function(t){15<e&&165>e?t.align="right":195<e&&345>e&&(t.align="left")})),t.align},t.prototype.tickSize=function(t){var e=this.options,i=O(e["tick"===t?"tickWidth":"minorTickWidth"],"tick"===t&&this.isXAxis&&!this.categories?1:0),n=e["tick"===t?"tickLength":"minorTickLength"];if(i&&n){"inside"===e[t+"Position"]&&(n=-n);var r=[n,i]}return x(this,"afterTickSize",t={tickSize:r}),t.tickSize},t.prototype.labelMetrics=function(){var t=this.tickPositions&&this.tickPositions[0]||0;return this.chart.renderer.fontMetrics(this.options.labels.style.fontSize,this.ticks[t]&&this.ticks[t].label)},t.prototype.unsquish=function(){var t,e,i=this.options.labels,n=this.horiz,r=this.tickInterval,o=this.len/(((this.categories?1:0)+this.max-this.min)/r),s=i.rotation,a=this.labelMetrics(),l=Math.max(this.max-this.min,0),c=function(t){var e=t/(o||1);return(e=1<e?Math.ceil(e):1)*r>l&&1/0!==t&&1/0!==o&&l&&(e=Math.ceil(l/r)),m(e*r)},u=r,d=Number.MAX_VALUE;if(n){if(!i.staggerLines&&!i.step)if(L(s))var p=[s];else o<i.autoRotationLimit&&(p=i.autoRotation);p&&p.forEach((function(i){if(i===s||i&&-90<=i&&90>=i){var n=(e=c(Math.abs(a.h/Math.sin(h*i))))+Math.abs(i/360);n<d&&(d=n,t=i,u=e)}}))}else i.step||(u=c(a.h));return this.autoRotation=p,this.labelRotation=O(t,L(s)?s:0),u},t.prototype.getSlotWidth=function(t){var e=this.chart,i=this.horiz,n=this.options.labels,r=Math.max(this.tickPositions.length-(this.categories?0:1),1),o=e.margin[3];if(t&&L(t.slotWidth))return t.slotWidth;if(i&&2>n.step)return n.rotation?0:(this.staggerLines||1)*this.len/r;if(!i){if(void 0!==(t=n.style.width))return parseInt(String(t),10);if(o)return o-e.spacing[3]}return.33*e.chartWidth},t.prototype.renderUnsquish=function(){var t=this.chart,e=t.renderer,i=this.tickPositions,n=this.ticks,r=this.options.labels,o=r.style,s=this.horiz,a=this.getSlotWidth(),l=Math.max(1,Math.round(a-2*r.padding)),c={},u=this.labelMetrics(),h=o.textOverflow,d=0;if(w(r.rotation)||(c.rotation=r.rotation||0),i.forEach((function(t){(t=n[t]).movedLabel&&t.replaceMovedLabel(),t&&t.label&&t.label.textPxLength>d&&(d=t.label.textPxLength)})),this.maxLabelLength=d,this.autoRotation)d>l&&d>u.h?c.rotation=this.labelRotation:this.labelRotation=0;else if(a){var p=l;if(!h){var f="clip";for(l=i.length;!s&&l--;){var m=i[l];(m=n[m].label)&&(m.styles&&"ellipsis"===m.styles.textOverflow?m.css({textOverflow:"clip"}):m.textPxLength>a&&m.css({width:a+"px"}),m.getBBox().height>this.len/i.length-(u.h-u.f)&&(m.specificTextOverflow="ellipsis"))}}}c.rotation&&(p=d>.5*t.chartHeight?.33*t.chartHeight:d,h||(f="ellipsis")),(this.labelAlign=r.align||this.autoLabelAlign(this.labelRotation))&&(c.align=this.labelAlign),i.forEach((function(t){var e=(t=n[t])&&t.label,i=o.width,r={};e&&(e.attr(c),t.shortenLabel?t.shortenLabel():p&&!i&&"nowrap"!==o.whiteSpace&&(p<e.textPxLength||"SPAN"===e.element.tagName)?(r.width=p+"px",h||(r.textOverflow=e.specificTextOverflow||f),e.css(r)):e.styles&&e.styles.width&&!r.width&&!i&&e.css({width:null}),delete e.specificTextOverflow,t.rotation=c.rotation)}),this),this.tickRotCorr=e.rotCorr(u.b,this.labelRotation||0,0!==this.side)},t.prototype.hasData=function(){return this.series.some((function(t){return t.hasData()}))||this.options.showEmpty&&g(this.min)&&g(this.max)},t.prototype.addTitle=function(t){var e,i=this.chart.renderer,n=this.horiz,r=this.opposite,o=this.options.title,s=this.chart.styledMode;this.axisTitle||((e=o.textAlign)||(e=(n?{low:"left",middle:"center",high:"right"}:{low:r?"right":"left",middle:"center",high:r?"left":"right"})[o.align]),this.axisTitle=i.text(o.text||"",0,0,o.useHTML).attr({zIndex:7,rotation:o.rotation,align:e}).addClass("highcharts-axis-title"),s||this.axisTitle.css(k(o.style)),this.axisTitle.add(this.axisGroup),this.axisTitle.isNew=!0),s||o.style.width||this.isRadial||this.axisTitle.css({width:this.len+"px"}),this.axisTitle[t?"show":"hide"](t)},t.prototype.generateTick=function(t){var e=this.ticks;e[t]?e[t].addLabel():e[t]=new s(this,t)},t.prototype.getOffset=function(){var t=this,e=this,i=e.chart,n=e.horiz,r=e.options,o=e.side,s=e.ticks,a=e.tickPositions,l=e.coll,c=e.axisParent,u=i.renderer,h=i.inverted&&!e.isZAxis?[1,0,3,2][o]:o,d=e.hasData(),p=r.title,f=r.labels,m=i.axisOffset;i=i.clipOffset;var y,b=[-1,1,1,-1][o],v=r.className,M=0,_=0,A=0;if(e.showAxis=y=d||r.showEmpty,e.staggerLines=e.horiz&&f.staggerLines||void 0,!e.axisGroup){var L=function(e,i,n){return u.g(e).attr({zIndex:n}).addClass("highcharts-"+l.toLowerCase()+i+" "+(t.isRadial?"highcharts-radial-axis"+i+" ":"")+(v||"")).add(c)};e.gridGroup=L("grid","-grid",r.gridZIndex),e.axisGroup=L("axis","",r.zIndex),e.labelGroup=L("axis-labels","-labels",f.zIndex)}if(d||e.isLinked?(a.forEach((function(t){e.generateTick(t)})),e.renderUnsquish(),e.reserveSpaceDefault=0===o||2===o||{1:"left",3:"right"}[o]===e.labelAlign,O(f.reserveSpace,"center"===e.labelAlign||null,e.reserveSpaceDefault)&&a.forEach((function(t){A=Math.max(s[t].getLabelSize(),A)})),e.staggerLines&&(A*=e.staggerLines),e.labelOffset=A*(e.opposite?-1:1)):T(s,(function(t,e){t.destroy(),delete s[e]})),p&&p.text&&!1!==p.enabled&&(e.addTitle(y),y&&!1!==p.reserveSpace)){e.titleOffset=M=e.axisTitle.getBBox()[n?"height":"width"];var w=p.offset;_=g(w)?0:O(p.margin,n?5:10)}e.renderLine(),e.offset=b*O(r.offset,m[o]?m[o]+(r.margin||0):0),e.tickRotCorr=e.tickRotCorr||{x:0,y:0},p=0===o?-e.labelMetrics().h:2===o?e.tickRotCorr.y:0,d=Math.abs(A)+_,A&&(d=d-p+b*(n?O(f.y,e.tickRotCorr.y+8*b):f.x)),e.axisTitleMargin=O(w,d),e.getMaxLabelDimensions&&(e.maxLabelDimensions=e.getMaxLabelDimensions(s,a)),"colorAxis"!==l&&(n=this.tickSize("tick"),m[o]=Math.max(m[o],(e.axisTitleMargin||0)+M+b*e.offset,d,a&&a.length&&n?n[0]+b*e.offset:0),r=!e.axisLine||r.offset?0:2*Math.floor(e.axisLine.strokeWidth()/2),i[h]=Math.max(i[h],r)),x(this,"afterGetOffset")},t.prototype.getLinePath=function(t){var e=this.chart,i=this.opposite,n=this.offset,r=this.horiz,o=this.left+(i?this.width:0)+n;return n=e.chartHeight-this.bottom-(i?this.height:0)+n,i&&(t*=-1),e.renderer.crispLine([["M",r?this.left:o,r?n:this.top],["L",r?e.chartWidth-this.right:o,r?n:e.chartHeight-this.bottom]],t)},t.prototype.renderLine=function(){this.axisLine||(this.axisLine=this.chart.renderer.path().addClass("highcharts-axis-line").add(this.axisGroup),this.chart.styledMode||this.axisLine.attr({stroke:this.options.lineColor,"stroke-width":this.options.lineWidth,zIndex:7}))},t.prototype.getTitlePosition=function(){var t=this.horiz,e=this.left,i=this.top,n=this.len,r=this.options.title,o=t?e:i,s=this.opposite,a=this.offset,l=r.x,c=r.y,u=this.axisTitle,h=this.chart.renderer.fontMetrics(r.style.fontSize,u);return u=Math.max(u.getBBox(null,0).height-h.h-1,0),n={low:o+(t?0:n),middle:o+n/2,high:o+(t?n:0)}[r.align],e=(t?i+this.height:e)+(t?1:-1)*(s?-1:1)*this.axisTitleMargin+[-u,u,h.f,-u][this.side],t={x:t?n+l:e+(s?this.width:0)+a+l,y:t?e+c-(s?this.height:0)+a:n+c},x(this,"afterGetTitlePosition",{titlePosition:t}),t},t.prototype.renderMinorTick=function(t,e){var i=this.minorTicks;i[t]||(i[t]=new s(this,t,"minor")),e&&i[t].isNew&&i[t].render(null,!0),i[t].render(null,!1,1)},t.prototype.renderTick=function(t,e,i){var n=this.ticks;(!this.isLinked||t>=this.min&&t<=this.max||this.grid&&this.grid.isColumn)&&(n[t]||(n[t]=new s(this,t)),i&&n[t].isNew&&n[t].render(e,!0,-1),n[t].render(e))},t.prototype.render=function(){var t,e,i=this,n=i.chart,r=i.logarithmic,a=i.options,c=i.isLinked,u=i.tickPositions,h=i.axisTitle,d=i.ticks,p=i.minorTicks,f=i.alternateBands,m=a.stackLabels,g=a.alternateGridColor,y=i.tickmarkOffset,b=i.axisLine,v=i.showAxis,M=l(n.renderer.globalAnimation);if(i.labelEdge.length=0,i.overlap=!1,[d,p,f].forEach((function(t){T(t,(function(t){t.isActive=!1}))})),i.hasData()||c){var _=i.chart.hasRendered&&i.old&&L(i.old.min);i.minorTickInterval&&!i.categories&&i.getMinorTickPositions().forEach((function(t){i.renderMinorTick(t,_)})),u.length&&(u.forEach((function(t,e){i.renderTick(t,e,_)})),y&&(0===i.min||i.single)&&(d[-1]||(d[-1]=new s(i,-1,null,!0)),d[-1].render(-1))),g&&u.forEach((function(s,a){e=void 0!==u[a+1]?u[a+1]+y:i.max-y,0==a%2&&s<i.max&&e<=i.max+(n.polar?-y:y)&&(f[s]||(f[s]=new o.PlotLineOrBand(i)),t=s+y,f[s].options={from:r?r.lin2log(t):t,to:r?r.lin2log(e):e,color:g,className:"highcharts-alternate-grid"},f[s].render(),f[s].isActive=!0)})),i._addedPlotLB||(i._addedPlotLB=!0,(a.plotLines||[]).concat(a.plotBands||[]).forEach((function(t){i.addPlotBandOrLine(t)})))}[d,p,f].forEach((function(t){var e=[],i=M.duration;T(t,(function(t,i){t.isActive||(t.render(i,!1,0),t.isActive=!1,e.push(i))})),P((function(){for(var i=e.length;i--;)t[e[i]]&&!t[e[i]].isActive&&(t[e[i]].destroy(),delete t[e[i]])}),t!==f&&n.hasRendered&&i?i:0)})),b&&(b[b.isPlaced?"animate":"attr"]({d:this.getLinePath(b.strokeWidth())}),b.isPlaced=!0,b[v?"show":"hide"](v)),h&&v&&(a=i.getTitlePosition(),L(a.y)?(h[h.isNew?"attr":"animate"](a),h.isNew=!1):(h.attr("y",-9999),h.isNew=!0)),m&&m.enabled&&i.stacking&&i.stacking.renderStackTotals(),i.old={len:i.len,max:i.max,min:i.min,transA:i.transA,userMax:i.userMax,userMin:i.userMin},i.isDirty=!1,x(this,"afterRender")},t.prototype.redraw=function(){this.visible&&(this.render(),this.plotLinesAndBands.forEach((function(t){t.render()}))),this.series.forEach((function(t){t.isDirty=!0}))},t.prototype.getKeepProps=function(){return this.keepProps||t.keepProps},t.prototype.destroy=function(t){var e=this,i=e.plotLinesAndBands,n=this.eventOptions;if(x(this,"destroy",{keepEvents:t}),t||j(e),[e.ticks,e.minorTicks,e.alternateBands].forEach((function(t){y(t)})),i)for(t=i.length;t--;)i[t].destroy();for(var r in"axisLine axisTitle axisGroup gridGroup labelGroup cross scrollbar".split(" ").forEach((function(t){e[t]&&(e[t]=e[t].destroy())})),e.plotLinesAndBandsGroups)e.plotLinesAndBandsGroups[r]=e.plotLinesAndBandsGroups[r].destroy();T(e,(function(t,i){-1===e.getKeepProps().indexOf(i)&&delete e[i]})),this.eventOptions=n},t.prototype.drawCrosshair=function(t,e){var n,r=this.crosshair,o=O(r&&r.snap,!0),s=this.chart,a=this.cross;if(x(this,"drawCrosshair",{e:t,point:e}),t||(t=this.cross&&this.cross.e),r&&!1!==(g(e)||!o)){if(o?g(e)&&(n=O("colorAxis"!==this.coll?e.crosshairPos:null,this.isXAxis?e.plotX:this.len-e.plotY)):n=t&&(this.horiz?t.chartX-this.pos:this.len-t.chartY+this.pos),g(n)){var l={value:e&&(this.isXAxis?e.x:O(e.stackY,e.y)),translatedValue:n};s.polar&&M(l,{isCrosshair:!0,chartX:t&&t.chartX,chartY:t&&t.chartY,point:e}),l=this.getPlotLinePath(l)||null}if(!g(l))return void this.hideCrosshair();o=this.categories&&!this.isRadial,a||(this.cross=a=s.renderer.path().addClass("highcharts-crosshair highcharts-crosshair-"+(o?"category ":"thin ")+(r.className||"")).attr({zIndex:O(r.zIndex,2)}).add(),s.styledMode||(a.attr({stroke:r.color||(o?i.parse("#ccd6eb").setOpacity(.25).get():"#cccccc"),"stroke-width":O(r.width,1)}).css({"pointer-events":"none"}),r.dashStyle&&a.attr({dashstyle:r.dashStyle}))),a.show().attr({d:l}),o&&!r.width&&a.attr({"stroke-width":this.transA}),this.cross.e=t}else this.hideCrosshair();x(this,"afterDrawCrosshair",{e:t,point:e})},t.prototype.hideCrosshair=function(){this.cross&&this.cross.hide(),x(this,"afterHideCrosshair")},t.prototype.hasVerticalPanning=function(){var t=this.chart.options.chart.panning;return!!(t&&t.enabled&&/y/.test(t.type))},t.prototype.validatePositiveValue=function(t){return L(t)&&0<t},t.prototype.update=function(t,e){var i=this.chart;t=k(this.userOptions,t),this.destroy(!0),this.init(i,t),i.isDirtyBox=!0,O(e,!0)&&i.redraw()},t.prototype.remove=function(t){for(var e=this.chart,i=this.coll,n=this.series,r=n.length;r--;)n[r]&&n[r].remove(!1);b(e.axes,this),b(e[i],this),e[i].forEach((function(t,e){t.options.index=t.userOptions.index=e})),this.destroy(),e.isDirtyBox=!0,O(t,!0)&&e.redraw()},t.prototype.setTitle=function(t,e){this.update({title:t},e)},t.prototype.setCategories=function(t,e){this.update({categories:t},e)},t.defaultOptions=e.defaultXAxisOptions,t.keepProps="extKey hcEvents names series userMax userMin".split(" "),t}()})),e(i,"Core/Axis/DateTimeAxis.js",[i["Core/Utilities.js"]],(function(t){var e,i=t.addEvent,n=t.getMagnitude,r=t.normalizeTickInterval,o=t.timeUnits;return function(t){function e(){return this.chart.time.getTimeTicks.apply(this.chart.time,arguments)}function s(t){"datetime"!==t.userOptions.type?this.dateTime=void 0:this.dateTime||(this.dateTime=new l(this))}var a=[];t.compose=function(t){return-1===a.indexOf(t)&&(a.push(t),t.keepProps.push("dateTime"),t.prototype.getTimeTicks=e,i(t,"init",s)),t};var l=function(){function t(t){this.axis=t}return t.prototype.normalizeTimeTickInterval=function(t,e){var i=e||[["millisecond",[1,2,5,10,20,25,50,100,200,500]],["second",[1,2,5,10,15,30]],["minute",[1,2,5,10,15,30]],["hour",[1,2,3,4,6,8,12]],["day",[1,2]],["week",[1,2]],["month",[1,2,3,4,6]],["year",null]];e=i[i.length-1];var s,a=o[e[0]],l=e[1];for(s=0;s<i.length&&(e=i[s],a=o[e[0]],l=e[1],!(i[s+1]&&t<=(a*l[l.length-1]+o[i[s+1][0]])/2));s++);return a===o.year&&t<5*a&&(l=[1,2,5]),{unitRange:a,count:t=r(t/a,l,"year"===e[0]?Math.max(n(t/a),1):1),unitName:e[0]}},t.prototype.getXDateFormat=function(t,e){var i=this.axis;return i.closestPointRange?i.chart.time.getDateFormat(i.closestPointRange,t,i.options.startOfWeek,e)||e.year:e.day},t}();t.Additions=l}(e||(e={})),e})),e(i,"Core/Axis/LogarithmicAxis.js",[i["Core/Utilities.js"]],(function(t){var e,i=t.addEvent,n=t.getMagnitude,r=t.normalizeTickInterval,o=t.pick;return function(t){function e(t){var e=this.logarithmic;"logarithmic"!==t.userOptions.type?this.logarithmic=void 0:e||(this.logarithmic=new l(this))}function s(){var t=this.logarithmic;t&&(this.lin2val=function(e){return t.lin2log(e)},this.val2lin=function(e){return t.log2lin(e)})}var a=[];t.compose=function(t){return-1===a.indexOf(t)&&(a.push(t),t.keepProps.push("logarithmic"),i(t,"init",e),i(t,"afterInit",s)),t};var l=function(){function t(t){this.axis=t}return t.prototype.getLogTickPositions=function(t,e,i,s){var a=this.axis,l=a.len,c=a.options,u=[];if(s||(this.minorAutoInterval=void 0),.5<=t)t=Math.round(t),u=a.getLinearTickPositions(t,e,i);else if(.08<=t){var h,d=Math.floor(e),p=c=void 0;for(l=.3<t?[1,2,4]:.15<t?[1,2,4,6,8]:[1,2,3,4,5,6,7,8,9];d<i+1&&!p;d++){var f=l.length;for(h=0;h<f&&!p;h++){var m=this.log2lin(this.lin2log(d)*l[h]);m>e&&(!s||c<=i)&&void 0!==c&&u.push(c),c>i&&(p=!0),c=m}}}else e=this.lin2log(e),i=this.lin2log(i),t=s?a.getMinorTickInterval():c.tickInterval,t=o("auto"===t?null:t,this.minorAutoInterval,c.tickPixelInterval/(s?5:1)*(i-e)/((s?l/a.tickPositions.length:l)||1)),t=r(t,void 0,n(t)),u=a.getLinearTickPositions(t,e,i).map(this.log2lin),s||(this.minorAutoInterval=t/5);return s||(a.tickInterval=t),u},t.prototype.lin2log=function(t){return Math.pow(10,t)},t.prototype.log2lin=function(t){return Math.log(t)/Math.LN10},t}();t.Additions=l}(e||(e={})),e})),e(i,"Core/Axis/PlotLineOrBand/PlotLineOrBandAxis.js",[i["Core/Utilities.js"]],(function(t){var e,i=t.erase,n=t.extend,r=t.isNumber;return function(t){var e,o=[];t.compose=function(t,i){return e||(e=t),-1===o.indexOf(i)&&(o.push(i),n(i.prototype,s.prototype)),i};var s=function(){function t(){}return t.prototype.getPlotBandPath=function(t,e,i){void 0===i&&(i=this.options);var n=this.getPlotLinePath({value:e,force:!0,acrossPanes:i.acrossPanes}),o=[],s=this.horiz;if(e=!r(this.min)||!r(this.max)||t<this.min&&e<this.min||t>this.max&&e>this.max,t=this.getPlotLinePath({value:t,force:!0,acrossPanes:i.acrossPanes}),i=1,t&&n){if(e){var a=t.toString()===n.toString();i=0}for(e=0;e<t.length;e+=2){var l=t[e],c=t[e+1],u=n[e],h=n[e+1];"M"!==l[0]&&"L"!==l[0]||"M"!==c[0]&&"L"!==c[0]||"M"!==u[0]&&"L"!==u[0]||"M"!==h[0]&&"L"!==h[0]||(s&&u[1]===l[1]?(u[1]+=i,h[1]+=i):s||u[2]!==l[2]||(u[2]+=i,h[2]+=i),o.push(["M",l[1],l[2]],["L",c[1],c[2]],["L",h[1],h[2]],["L",u[1],u[2]],["Z"])),o.isFlat=a}}return o},t.prototype.addPlotBand=function(t){return this.addPlotBandOrLine(t,"plotBands")},t.prototype.addPlotLine=function(t){return this.addPlotBandOrLine(t,"plotLines")},t.prototype.addPlotBandOrLine=function(t,i){var n=this,r=this.userOptions,o=new e(this,t);if(this.visible&&(o=o.render()),o){if(this._addedPlotLB||(this._addedPlotLB=!0,(r.plotLines||[]).concat(r.plotBands||[]).forEach((function(t){n.addPlotBandOrLine(t)}))),i){var s=r[i]||[];s.push(t),r[i]=s}this.plotLinesAndBands.push(o)}return o},t.prototype.removePlotBandOrLine=function(t){var e=this.plotLinesAndBands,n=this.options,r=this.userOptions;if(e){for(var o=e.length;o--;)e[o].id===t&&e[o].destroy();[n.plotLines||[],r.plotLines||[],n.plotBands||[],r.plotBands||[]].forEach((function(e){for(o=e.length;o--;)(e[o]||{}).id===t&&i(e,e[o])}))}},t.prototype.removePlotBand=function(t){this.removePlotBandOrLine(t)},t.prototype.removePlotLine=function(t){this.removePlotBandOrLine(t)},t}()}(e||(e={})),e})),e(i,"Core/Axis/PlotLineOrBand/PlotLineOrBand.js",[i["Core/Axis/PlotLineOrBand/PlotLineOrBandAxis.js"],i["Core/Utilities.js"]],(function(t,e){var i=e.arrayMax,n=e.arrayMin,r=e.defined,o=e.destroyObjectProperties,s=e.erase,a=e.fireEvent,l=e.merge,c=e.objectEach,u=e.pick;return e=function(){function e(t,e){this.axis=t,e&&(this.options=e,this.id=e.id)}return e.compose=function(i){return t.compose(e,i)},e.prototype.render=function(){a(this,"render");var t=this,e=t.axis,i=e.horiz,n=e.logarithmic,o=t.options,s=o.color,h=u(o.zIndex,0),d=o.events,p={},f=e.chart.renderer,m=o.label,g=t.label,y=o.to,b=o.from,v=o.value,M=t.svgElem,x=[],_=r(b)&&r(y);x=r(v);var A=!M,L={class:"highcharts-plot-"+(_?"band ":"line ")+(o.className||"")},w=_?"bands":"lines";if(n&&(b=n.log2lin(b),y=n.log2lin(y),v=n.log2lin(v)),e.chart.styledMode||(x?(L.stroke=s||"#999999",L["stroke-width"]=u(o.width,1),o.dashStyle&&(L.dashstyle=o.dashStyle)):_&&(L.fill=s||"#e6ebf5",o.borderWidth&&(L.stroke=o.borderColor,L["stroke-width"]=o.borderWidth))),p.zIndex=h,w+="-"+h,(n=e.plotLinesAndBandsGroups[w])||(e.plotLinesAndBandsGroups[w]=n=f.g("plot-"+w).attr(p).add()),A&&(t.svgElem=M=f.path().attr(L).add(n)),x)x=e.getPlotLinePath({value:v,lineWidth:M.strokeWidth(),acrossPanes:o.acrossPanes});else{if(!_)return;x=e.getPlotBandPath(b,y,o)}return!t.eventsAdded&&d&&(c(d,(function(e,i){M.on(i,(function(e){d[i].apply(t,[e])}))})),t.eventsAdded=!0),(A||!M.d)&&x&&x.length?M.attr({d:x}):M&&(x?(M.show(!0),M.animate({d:x})):M.d&&(M.hide(),g&&(t.label=g=g.destroy()))),m&&(r(m.text)||r(m.formatter))&&x&&x.length&&0<e.width&&0<e.height&&!x.isFlat?(m=l({align:i&&_&&"center",x:i?!_&&4:10,verticalAlign:!i&&_&&"middle",y:i?_?16:10:_?6:-4,rotation:i&&!_&&90},m),this.renderLabel(m,x,_,h)):g&&g.hide(),t},e.prototype.renderLabel=function(t,e,r,o){var s=this.axis,a=s.chart.renderer,c=this.label;c||(this.label=c=a.text(this.getLabelText(t),0,0,t.useHTML).attr({align:t.textAlign||t.align,rotation:t.rotation,class:"highcharts-plot-"+(r?"band":"line")+"-label "+(t.className||""),zIndex:o}).add(),s.chart.styledMode||c.css(l({textOverflow:"ellipsis"},t.style))),o=e.xBounds||[e[0][1],e[1][1],r?e[2][1]:e[0][1]],e=e.yBounds||[e[0][2],e[1][2],r?e[2][2]:e[0][2]],r=n(o),a=n(e),c.align(t,!1,{x:r,y:a,width:i(o)-r,height:i(e)-a}),c.alignValue&&"left"!==c.alignValue||c.css({width:(90===c.rotation?s.height-(c.alignAttr.y-s.top):s.width-(c.alignAttr.x-s.left))+"px"}),c.show(!0)},e.prototype.getLabelText=function(t){return r(t.formatter)?t.formatter.call(this):t.text},e.prototype.destroy=function(){s(this.axis.plotLinesAndBands,this),delete this.axis,o(this)},e}()})),e(i,"Core/Tooltip.js",[i["Core/FormatUtilities.js"],i["Core/Globals.js"],i["Core/Renderer/RendererUtilities.js"],i["Core/Renderer/RendererRegistry.js"],i["Core/Utilities.js"]],(function(t,e,i,n,r){var o=t.format,s=e.doc,a=i.distribute,l=r.addEvent,c=r.clamp,u=r.css,h=r.defined,d=r.discardElement,p=r.extend,f=r.fireEvent,m=r.isArray,g=r.isNumber,y=r.isString,b=r.merge,v=r.pick,M=r.splat,x=r.syncTimeout;return t=function(){function t(t,e){this.allowShared=!0,this.container=void 0,this.crosshairs=[],this.distance=0,this.isHidden=!0,this.isSticky=!1,this.now={},this.options={},this.outside=!1,this.chart=t,this.init(t,e)}return t.prototype.applyFilter=function(){var t=this.chart;t.renderer.definition({tagName:"filter",attributes:{id:"drop-shadow-"+t.index,opacity:.5},children:[{tagName:"feGaussianBlur",attributes:{in:"SourceAlpha",stdDeviation:1}},{tagName:"feOffset",attributes:{dx:1,dy:1}},{tagName:"feComponentTransfer",children:[{tagName:"feFuncA",attributes:{type:"linear",slope:.3}}]},{tagName:"feMerge",children:[{tagName:"feMergeNode"},{tagName:"feMergeNode",attributes:{in:"SourceGraphic"}}]}]})},t.prototype.bodyFormatter=function(t){return t.map((function(t){var e=t.series.tooltipOptions;return(e[(t.point.formatPrefix||"point")+"Formatter"]||t.point.tooltipFormatter).call(t.point,e[(t.point.formatPrefix||"point")+"Format"]||"")}))},t.prototype.cleanSplit=function(t){this.chart.series.forEach((function(e){var i=e&&e.tt;i&&(!i.isActive||t?e.tt=i.destroy():i.isActive=!1)}))},t.prototype.defaultFormatter=function(t){var e=this.points||M(this),i=[t.tooltipFooterHeaderFormatter(e[0])];return(i=i.concat(t.bodyFormatter(e))).push(t.tooltipFooterHeaderFormatter(e[0],!0)),i},t.prototype.destroy=function(){this.label&&(this.label=this.label.destroy()),this.split&&this.tt&&(this.cleanSplit(!0),this.tt=this.tt.destroy()),this.renderer&&(this.renderer=this.renderer.destroy(),d(this.container)),r.clearTimeout(this.hideTimer),r.clearTimeout(this.tooltipTimeout)},t.prototype.getAnchor=function(t,e){var i,n,r=this.chart,o=r.pointer,s=r.inverted,a=r.plotTop,l=r.plotLeft,c=0,u=0;return t=M(t),this.followPointer&&e?(void 0===e.chartX&&(e=o.normalize(e)),o=[e.chartX-l,e.chartY-a]):t[0].tooltipPos?o=t[0].tooltipPos:(t.forEach((function(t){i=t.series.yAxis,n=t.series.xAxis,c+=t.plotX||0,u+=t.plotLow?(t.plotLow+(t.plotHigh||0))/2:t.plotY||0,n&&i&&(s?(c+=a+r.plotHeight-n.len-n.pos,u+=l+r.plotWidth-i.len-i.pos):(c+=n.pos-l,u+=i.pos-a))})),c/=t.length,u/=t.length,o=[s?r.plotWidth-u:c,s?r.plotHeight-c:u],this.shared&&1<t.length&&e&&(s?o[0]=e.chartX-l:o[1]=e.chartY-a)),o.map(Math.round)},t.prototype.getLabel=function(){var t,i=this,r=this.chart.styledMode,o=this.options,s=this.split&&this.allowShared,a="tooltip"+(h(o.className)?" "+o.className:""),c=o.style.pointerEvents||(!this.followPointer&&o.stickOnContact?"auto":"none"),d=function(){i.inContact=!0},p=function(t){var e=i.chart.hoverSeries;i.inContact=i.shouldStickOnContact()&&i.chart.pointer.inClass(t.relatedTarget,"highcharts-tooltip"),!i.inContact&&e&&e.onMouseOut&&e.onMouseOut()},f=this.chart.renderer;if(i.label){var m=!i.label.hasClass("highcharts-label");(s&&!m||!s&&m)&&i.destroy()}if(!this.label){if(this.outside){m=this.chart.options.chart.style;var g=n.getRendererType();this.container=t=e.doc.createElement("div"),t.className="highcharts-tooltip-container",u(t,{position:"absolute",top:"1px",pointerEvents:c,zIndex:Math.max(this.options.style.zIndex||0,(m&&m.zIndex||0)+3)}),l(t,"mouseenter",d),l(t,"mouseleave",p),e.doc.body.appendChild(t),this.renderer=f=new g(t,0,0,m,void 0,void 0,f.styledMode)}if(s?this.label=f.g(a):(this.label=f.label("",0,0,o.shape,void 0,void 0,o.useHTML,void 0,a).attr({padding:o.padding,r:o.borderRadius}),r||this.label.attr({fill:o.backgroundColor,"stroke-width":o.borderWidth}).css(o.style).css({pointerEvents:c}).shadow(o.shadow)),r&&o.shadow&&(this.applyFilter(),this.label.attr({filter:"url(#drop-shadow-"+this.chart.index+")"})),i.outside&&!i.split){var y=this.label,b=y.xSetter,v=y.ySetter;y.xSetter=function(e){b.call(y,i.distance),t.style.left=e+"px"},y.ySetter=function(e){v.call(y,i.distance),t.style.top=e+"px"}}this.label.on("mouseenter",d).on("mouseleave",p).attr({zIndex:8}).add()}return this.label},t.prototype.getPosition=function(t,e,i){var n,r=this.chart,o=this.distance,a={},l=r.inverted&&i.h||0,c=this.outside,u=c?s.documentElement.clientWidth-2*o:r.chartWidth,h=c?Math.max(s.body.scrollHeight,s.documentElement.scrollHeight,s.body.offsetHeight,s.documentElement.offsetHeight,s.documentElement.clientHeight):r.chartHeight,d=r.pointer.getChartPosition(),p=function(n){var s="x"===n;return[n,s?u:h,s?t:e].concat(c?[s?t*d.scaleX:e*d.scaleY,s?d.left-o+(i.plotX+r.plotLeft)*d.scaleX:d.top-o+(i.plotY+r.plotTop)*d.scaleY,0,s?u:h]:[s?t:e,s?i.plotX+r.plotLeft:i.plotY+r.plotTop,s?r.plotLeft:r.plotTop,s?r.plotLeft+r.plotWidth:r.plotTop+r.plotHeight])},f=p("y"),m=p("x");p=!!i.negative,!r.polar&&r.hoverSeries&&r.hoverSeries.yAxis&&r.hoverSeries.yAxis.reversed&&(p=!p);var g=!this.followPointer&&v(i.ttBelow,!r.inverted===p),y=function(t,e,i,n,r,s,u){var h=c?"y"===t?o*d.scaleY:o*d.scaleX:o,p=(i-n)/2,f=n<r-o,m=r+o+n<e,y=r-h-i+p;if(r=r+h-p,g&&m)a[t]=r;else if(!g&&f)a[t]=y;else if(f)a[t]=Math.min(u-n,0>y-l?y:y-l);else{if(!m)return!1;a[t]=Math.max(s,r+l+i>e?r:r+l)}},b=function(t,e,i,n,r){var s;return r<o||r>e-o?s=!1:a[t]=r<i/2?1:r>e-n/2?e-n-2:r-i/2,s},M=function(t){var e=f;f=m,m=e,n=t},x=function(){!1!==y.apply(0,f)?!1!==b.apply(0,m)||n||(M(!0),x()):n?a.x=a.y=0:(M(!0),x())};return(r.inverted||1<this.len)&&M(),x(),a},t.prototype.hide=function(t){var e=this;r.clearTimeout(this.hideTimer),t=v(t,this.options.hideDelay),this.isHidden||(this.hideTimer=x((function(){e.getLabel().fadeOut(t?void 0:t),e.isHidden=!0}),t))},t.prototype.init=function(t,e){this.chart=t,this.options=e,this.crosshairs=[],this.now={x:0,y:0},this.isHidden=!0,this.split=e.split&&!t.inverted&&!t.polar,this.shared=e.shared||this.split,this.outside=v(e.outside,!(!t.scrollablePixelsX&&!t.scrollablePixelsY))},t.prototype.shouldStickOnContact=function(){return!(this.followPointer||!this.options.stickOnContact)},t.prototype.isStickyOnContact=function(){return!(!this.shouldStickOnContact()||!this.inContact)},t.prototype.move=function(t,e,i,n){var o=this,s=o.now,a=!1!==o.options.animation&&!o.isHidden&&(1<Math.abs(t-s.x)||1<Math.abs(e-s.y)),l=o.followPointer||1<o.len;p(s,{x:a?(2*s.x+t)/3:t,y:a?(s.y+e)/2:e,anchorX:l?void 0:a?(2*s.anchorX+i)/3:i,anchorY:l?void 0:a?(s.anchorY+n)/2:n}),o.getLabel().attr(s),o.drawTracker(),a&&(r.clearTimeout(this.tooltipTimeout),this.tooltipTimeout=setTimeout((function(){o&&o.move(t,e,i,n)}),32))},t.prototype.refresh=function(t,e){var i=this.chart,n=this.options,o=M(t),s=o[0],a=[],l=n.formatter||this.defaultFormatter,c=this.shared,u=i.styledMode,h={};if(n.enabled){r.clearTimeout(this.hideTimer),this.allowShared=!(!m(t)&&t.series&&t.series.noSharedTooltip),this.followPointer=!this.split&&s.series.tooltipOptions.followPointer;var d=(t=this.getAnchor(t,e))[0],p=t[1];if(c&&this.allowShared?(i.pointer.applyInactiveState(o),o.forEach((function(t){t.setState("hover"),a.push(t.getLabelConfig())})),(h={x:s.category,y:s.y}).points=a):h=s.getLabelConfig(),this.len=a.length,l=l.call(h,this),c=s.series,this.distance=v(c.tooltipOptions.distance,16),!1===l)this.hide();else{if(this.split&&this.allowShared)this.renderSplit(l,o);else{var g=d,y=p;if(e&&i.pointer.isDirectTouch&&(g=e.chartX-i.plotLeft,y=e.chartY-i.plotTop),!i.polar&&!1!==c.options.clip&&!o.some((function(t){return t.series.shouldShowTooltip(g,y)})))return void this.hide();e=this.getLabel(),n.style.width&&!u||e.css({width:this.chart.spacingBox.width+"px"}),e.attr({text:l&&l.join?l.join(""):l}),e.removeClass(/highcharts-color-[\d]+/g).addClass("highcharts-color-"+v(s.colorIndex,c.colorIndex)),u||e.attr({stroke:n.borderColor||s.color||c.color||"#666666"}),this.updatePosition({plotX:d,plotY:p,negative:s.negative,ttBelow:s.ttBelow,h:t[2]||0})}this.isHidden&&this.label&&this.label.attr({opacity:1}).show(),this.isHidden=!1}f(this,"refresh")}},t.prototype.renderSplit=function(t,e){function i(t,e,i,r,o){return void 0===o&&(o=!0),i?(e=O?0:P,t=c(t-r/2,k.left,k.right-r-(n.outside?C:0))):(e-=j,t=c(t=o?t-r-A:t+A,o?t:k.left,k.right)),{x:t,y:e}}var n=this,r=n.chart,o=n.chart,l=o.chartWidth,u=o.chartHeight,h=o.plotHeight,d=o.plotLeft,f=o.plotTop,m=o.pointer,g=o.scrollablePixelsY;g=void 0===g?0:g;var b=o.scrollablePixelsX,M=o.scrollingContainer,x=(M=void 0===M?{scrollLeft:0,scrollTop:0}:M).scrollLeft;M=M.scrollTop;var _=o.styledMode,A=n.distance,L=n.options,w=n.options.positioner,k=n.outside&&"number"!=typeof b?s.documentElement.getBoundingClientRect():{left:x,right:x+l,top:M,bottom:M+u},S=n.getLabel(),T=this.renderer||r.renderer,O=!(!r.xAxis[0]||!r.xAxis[0].opposite),C=(r=m.getChartPosition()).left;r=r.top;var j=f+M,z=0,P=h-g;y(t)&&(t=[!1,t]),t=t.slice(0,e.length+1).reduce((function(t,r,o){if(!1!==r&&""!==r){var s=(o=e[o-1]||{isHeader:!0,plotX:e[0].plotX,plotY:h,series:{}}).isHeader,a=s?n:o.series;r=r.toString();var l=a.tt,u=o.isHeader,p=o.series,m="highcharts-color-"+v(o.colorIndex,p.colorIndex,"none");if(l||(l={padding:L.padding,r:L.borderRadius},_||(l.fill=L.backgroundColor,l["stroke-width"]=L.borderWidth),l=T.label("",0,0,L[u?"headerShape":"shape"],void 0,void 0,L.useHTML).addClass((u?"highcharts-tooltip-header ":"")+"highcharts-tooltip-box "+m).attr(l).add(S)),l.isActive=!0,l.attr({text:r}),_||l.css(L.style).shadow(L.shadow).attr({stroke:L.borderColor||o.color||p.color||"#333333"}),r=(u=(a=a.tt=l).getBBox()).width+a.strokeWidth(),s&&(z=u.height,P+=z,O&&(j-=z)),p=void 0===(p=o.plotX)?0:p,m=void 0===(m=o.plotY)?0:m,l=o.series,o.isHeader){p=d+p;var g=f+h/2}else{var y=l.xAxis,b=l.yAxis;p=y.pos+c(p,-A,y.len+A),l.shouldShowTooltip(0,b.pos-f+m,{ignoreX:!0})&&(g=b.pos+m)}p=c(p,k.left-A,k.right+A),"number"==typeof g?(u=u.height+1,m=w?w.call(n,r,u,o):i(p,g,s,r),t.push({align:w?0:void 0,anchorX:p,anchorY:g,boxWidth:r,point:o,rank:v(m.rank,s?1:0),size:u,target:m.y,tt:a,x:m.x})):a.isActive=!1}return t}),[]),!w&&t.some((function(t){var e=(n.outside?C:0)+t.anchorX;return e<k.left&&e+t.boxWidth<k.right||e<C-k.left+t.boxWidth&&k.right-e>e}))&&(t=t.map((function(t){var e=i(t.anchorX,t.anchorY,t.point.isHeader,t.boxWidth,!1);return p(t,{target:e.y,x:e.x})}))),n.cleanSplit(),a(t,P);var D=C,E=C;t.forEach((function(t){var e=t.x,i=t.boxWidth;(t=t.isHeader)||(n.outside&&C+e<D&&(D=C+e),!t&&n.outside&&D+i>E&&(E=C+e))})),t.forEach((function(t){var e=t.x,i=t.anchorX,r=t.pos,o=t.point.isHeader;if(r={visibility:void 0===r?"hidden":"inherit",x:e,y:r+j,anchorX:i,anchorY:t.anchorY},n.outside&&e<i){var s=C-D;0<s&&(o||(r.x=e+s,r.anchorX=i+s),o&&(r.x=(E-D)/2,r.anchorX=i+s))}t.tt.attr(r)})),t=n.container,g=n.renderer,n.outside&&t&&g&&(o=S.getBBox(),g.setSize(o.width+o.x,o.height+o.y,!1),t.style.left=D+"px",t.style.top=r+"px")},t.prototype.drawTracker=function(){if(this.followPointer||!this.options.stickOnContact)this.tracker&&this.tracker.destroy();else{var t=this.chart,e=this.label,i=this.shared?t.hoverPoints:t.hoverPoint;if(e&&i){var n={x:0,y:0,width:0,height:0};i=this.getAnchor(i);var r=e.getBBox();i[0]+=t.plotLeft-e.translateX,i[1]+=t.plotTop-e.translateY,n.x=Math.min(0,i[0]),n.y=Math.min(0,i[1]),n.width=0>i[0]?Math.max(Math.abs(i[0]),r.width-i[0]):Math.max(Math.abs(i[0]),r.width),n.height=0>i[1]?Math.max(Math.abs(i[1]),r.height-Math.abs(i[1])):Math.max(Math.abs(i[1]),r.height),this.tracker?this.tracker.attr(n):(this.tracker=e.renderer.rect(n).addClass("highcharts-tracker").add(e),t.styledMode||this.tracker.attr({fill:"rgba(0,0,0,0)"}))}}},t.prototype.styledModeFormat=function(t){return t.replace('style="font-size: 10px"','class="highcharts-header"').replace(/style="color:{(point|series)\.color}"/g,'class="highcharts-color-{$1.colorIndex}"')},t.prototype.tooltipFooterHeaderFormatter=function(t,e){var i=t.series,n=i.tooltipOptions,r=i.xAxis,s=r&&r.dateTime;r={isFooter:e,labelConfig:t};var a=n.xDateFormat,l=n[e?"footerFormat":"headerFormat"];return f(this,"headerFormatter",r,(function(e){s&&!a&&g(t.key)&&(a=s.getXDateFormat(t.key,n.dateTimeLabelFormats)),s&&a&&(t.point&&t.point.tooltipDateKeys||["key"]).forEach((function(t){l=l.replace("{point."+t+"}","{point."+t+":"+a+"}")})),i.chart.styledMode&&(l=this.styledModeFormat(l)),e.text=o(l,{point:t,series:i},this.chart)})),r.text},t.prototype.update=function(t){this.destroy(),b(!0,this.chart.options.tooltip.userOptions,t),this.init(this.chart,b(!0,this.options,t))},t.prototype.updatePosition=function(t){var e=this.chart,i=this.options,n=e.pointer,r=this.getLabel();n=n.getChartPosition();var o=(i.positioner||this.getPosition).call(this,r.width,r.height,t),s=t.plotX+e.plotLeft;t=t.plotY+e.plotTop,this.outside&&(i=i.borderWidth+2*this.distance,this.renderer.setSize(r.width+i,r.height+i,!1),1===n.scaleX&&1===n.scaleY||(u(this.container,{transform:"scale("+n.scaleX+", "+n.scaleY+")"}),s*=n.scaleX,t*=n.scaleY),s+=n.left-o.x,t+=n.top-o.y),this.move(Math.round(o.x),Math.round(o.y||0),s,t)},t}()})),e(i,"Core/Series/Point.js",[i["Core/Renderer/HTML/AST.js"],i["Core/Animation/AnimationUtilities.js"],i["Core/DefaultOptions.js"],i["Core/FormatUtilities.js"],i["Core/Utilities.js"]],(function(t,e,i,n,r){var o=e.animObject,s=i.defaultOptions,a=n.format,l=r.addEvent,c=r.defined,u=r.erase,h=r.extend,d=r.fireEvent,p=r.getNestedProperty,f=r.isArray,m=r.isFunction,g=r.isNumber,y=r.isObject,b=r.merge,v=r.objectEach,M=r.pick,x=r.syncTimeout,_=r.removeEvent,A=r.uniqueKey;return e=function(){function e(){this.colorIndex=this.category=void 0,this.formatPrefix="point",this.id=void 0,this.isNull=!1,this.percentage=this.options=this.name=void 0,this.selected=!1,this.total=this.series=void 0,this.visible=!0,this.x=void 0}return e.prototype.animateBeforeDestroy=function(){var t=this,e={x:t.startXPos,opacity:0},i=t.getGraphicalProps();i.singular.forEach((function(i){t[i]=t[i].animate("dataLabel"===i?{x:t[i].startXPos,y:t[i].startYPos,opacity:0}:e)})),i.plural.forEach((function(e){t[e].forEach((function(e){e.element&&e.animate(h({x:t.startXPos},e.startYPos?{x:e.startXPos,y:e.startYPos}:{}))}))}))},e.prototype.applyOptions=function(t,i){var n=this.series,r=n.options.pointValKey||n.pointValKey;return t=e.prototype.optionsToObject.call(this,t),h(this,t),this.options=this.options?h(this.options,t):t,t.group&&delete this.group,t.dataLabels&&delete this.dataLabels,r&&(this.y=e.prototype.getNestedProperty.call(this,r)),this.formatPrefix=(this.isNull=M(this.isValid&&!this.isValid(),null===this.x||!g(this.y)))?"null":"point",this.selected&&(this.state="select"),"name"in this&&void 0===i&&n.xAxis&&n.xAxis.hasNames&&(this.x=n.xAxis.nameToX(this)),void 0===this.x&&n?this.x=void 0===i?n.autoIncrement():i:g(t.x)&&n.options.relativeXValue&&(this.x=n.autoIncrement(t.x)),this},e.prototype.destroy=function(){function t(){for(r in(e.graphic||e.dataLabel||e.dataLabels)&&(_(e),e.destroyElements()),e)e[r]=null}var e=this,i=e.series,n=i.chart;i=i.options.dataSorting;var r,s=n.hoverPoints,a=o(e.series.chart.renderer.globalAnimation);e.legendItem&&n.legend.destroyItem(e),s&&(e.setState(),u(s,e),s.length||(n.hoverPoints=null)),e===n.hoverPoint&&e.onMouseOut(),i&&i.enabled?(this.animateBeforeDestroy(),x(t,a.duration)):t(),n.pointCount--},e.prototype.destroyElements=function(t){var e=this;(t=e.getGraphicalProps(t)).singular.forEach((function(t){e[t]=e[t].destroy()})),t.plural.forEach((function(t){e[t].forEach((function(t){t.element&&t.destroy()})),delete e[t]}))},e.prototype.firePointEvent=function(t,e,i){var n=this,r=this.series.options;(r.point.events[t]||n.options&&n.options.events&&n.options.events[t])&&n.importEvents(),"click"===t&&r.allowPointSelect&&(i=function(t){n.select&&n.select(null,t.ctrlKey||t.metaKey||t.shiftKey)}),d(n,t,e,i)},e.prototype.getClassName=function(){return"highcharts-point"+(this.selected?" highcharts-point-select":"")+(this.negative?" highcharts-negative":"")+(this.isNull?" highcharts-null-point":"")+(void 0!==this.colorIndex?" highcharts-color-"+this.colorIndex:"")+(this.options.className?" "+this.options.className:"")+(this.zone&&this.zone.className?" "+this.zone.className.replace("highcharts-negative",""):"")},e.prototype.getGraphicalProps=function(t){var e,i=this,n=[],r={singular:[],plural:[]};for((t=t||{graphic:1,dataLabel:1}).graphic&&n.push("graphic","upperGraphic","shadowGroup"),t.dataLabel&&n.push("dataLabel","dataLabelUpper","connector"),e=n.length;e--;){var o=n[e];i[o]&&r.singular.push(o)}return["dataLabel","connector"].forEach((function(e){var n=e+"s";t[e]&&i[n]&&r.plural.push(n)})),r},e.prototype.getLabelConfig=function(){return{x:this.category,y:this.y,color:this.color,colorIndex:this.colorIndex,key:this.name||this.category,series:this.series,point:this,percentage:this.percentage,total:this.total||this.stackTotal}},e.prototype.getNestedProperty=function(t){if(t)return 0===t.indexOf("custom.")?p(t,this.options):this[t]},e.prototype.getZone=function(){var t=this.series,e=t.zones;t=t.zoneAxis||"y";var i,n=0;for(i=e[n];this[t]>=i.value;)i=e[++n];return this.nonZonedColor||(this.nonZonedColor=this.color),this.color=i&&i.color&&!this.options.color?i.color:this.nonZonedColor,i},e.prototype.hasNewShapeType=function(){return(this.graphic&&(this.graphic.symbolName||this.graphic.element.nodeName))!==this.shapeType},e.prototype.init=function(t,e,i){return this.series=t,this.applyOptions(e,i),this.id=c(this.id)?this.id:A(),this.resolveColor(),t.chart.pointCount++,d(this,"afterInit"),this},e.prototype.optionsToObject=function(t){var i=this.series,n=i.options.keys,r=n||i.pointArrayMap||["y"],o=r.length,s={},a=0,l=0;if(g(t)||null===t)s[r[0]]=t;else if(f(t))for(!n&&t.length>o&&("string"===(i=typeof t[0])?s.name=t[0]:"number"===i&&(s.x=t[0]),a++);l<o;)n&&void 0===t[a]||(0<r[l].indexOf(".")?e.prototype.setNestedProperty(s,t[a],r[l]):s[r[l]]=t[a]),a++,l++;else"object"==typeof t&&(s=t,t.dataLabels&&(i._hasPointLabels=!0),t.marker&&(i._hasPointMarkers=!0));return s},e.prototype.resolveColor=function(){var t=this.series,e=t.chart.styledMode,i=t.chart.options.chart.colorCount;if(delete this.nonZonedColor,t.options.colorByPoint){if(!e){var n=(i=t.options.colors||t.chart.options.colors)[t.colorCounter];i=i.length}e=t.colorCounter,t.colorCounter++,t.colorCounter===i&&(t.colorCounter=0)}else e||(n=t.color),e=t.colorIndex;this.colorIndex=M(this.options.colorIndex,e),this.color=M(this.options.color,n)},e.prototype.setNestedProperty=function(t,e,i){return i.split(".").reduce((function(t,i,n,r){return t[i]=r.length-1===n?e:y(t[i],!0)?t[i]:{},t[i]}),t),t},e.prototype.tooltipFormatter=function(t){var e=this.series,i=e.tooltipOptions,n=M(i.valueDecimals,""),r=i.valuePrefix||"",o=i.valueSuffix||"";return e.chart.styledMode&&(t=e.chart.tooltip.styledModeFormat(t)),(e.pointArrayMap||["y"]).forEach((function(e){e="{point."+e,(r||o)&&(t=t.replace(RegExp(e+"}","g"),r+e+"}"+o)),t=t.replace(RegExp(e+"}","g"),e+":,."+n+"f}")})),a(t,{point:this,series:this.series},e.chart)},e.prototype.update=function(t,e,i,n){function r(){s.applyOptions(t);var n=l&&s.hasDummyGraphic;n=null===s.y?!n:n,l&&n&&(s.graphic=l.destroy(),delete s.hasDummyGraphic),y(t,!0)&&(l&&l.element&&t&&t.marker&&void 0!==t.marker.symbol&&(s.graphic=l.destroy()),t&&t.dataLabels&&s.dataLabel&&(s.dataLabel=s.dataLabel.destroy()),s.connector&&(s.connector=s.connector.destroy())),o=s.index,a.updateParallelArrays(s,o),u.data[o]=y(u.data[o],!0)||y(t,!0)?s.options:M(t,u.data[o]),a.isDirty=a.isDirtyData=!0,!a.fixedBox&&a.hasCartesianSeries&&(c.isDirtyBox=!0),"point"===u.legendType&&(c.isDirtyLegend=!0),e&&c.redraw(i)}var o,s=this,a=s.series,l=s.graphic,c=a.chart,u=a.options;e=M(e,!0),!1===n?r():s.firePointEvent("update",{options:t},r)},e.prototype.remove=function(t,e){this.series.removePoint(this.series.data.indexOf(this),t,e)},e.prototype.select=function(t,e){var i=this,n=i.series,r=n.chart;this.selectedStaging=t=M(t,!i.selected),i.firePointEvent(t?"select":"unselect",{accumulate:e},(function(){i.selected=i.options.selected=t,n.options.data[n.data.indexOf(i)]=i.options,i.setState(t&&"select"),e||r.getSelectedPoints().forEach((function(t){var e=t.series;t.selected&&t!==i&&(t.selected=t.options.selected=!1,e.options.data[e.data.indexOf(t)]=t.options,t.setState(r.hoverPoints&&e.options.inactiveOtherPoints?"inactive":""),t.firePointEvent("unselect"))}))})),delete this.selectedStaging},e.prototype.onMouseOver=function(t){var e=this.series.chart,i=e.pointer;t=t?i.normalize(t):i.getChartCoordinatesFromPoint(this,e.inverted),i.runPointActions(t,this)},e.prototype.onMouseOut=function(){var t=this.series.chart;this.firePointEvent("mouseOut"),this.series.options.inactiveOtherPoints||(t.hoverPoints||[]).forEach((function(t){t.setState()})),t.hoverPoints=t.hoverPoint=null},e.prototype.importEvents=function(){if(!this.hasImportedEvents){var t=this,e=b(t.series.options.point,t.options).events;t.events=e,v(e,(function(e,i){m(e)&&l(t,i,e)})),this.hasImportedEvents=!0}},e.prototype.setState=function(e,i){var n,r=this.series,o=this.state,a=r.options.states[e||"normal"]||{},l=s.plotOptions[r.type].marker&&r.options.marker,c=l&&!1===l.enabled,u=l&&l.states&&l.states[e||"normal"]||{},p=!1===u.enabled,f=this.marker||{},m=r.chart,y=l&&r.markerAttribs,b=r.halo,v=r.stateMarkerGraphic;if(!((e=e||"")===this.state&&!i||this.selected&&"select"!==e||!1===a.enabled||e&&(p||c&&!1===u.enabled)||e&&f.states&&f.states[e]&&!1===f.states[e].enabled)){if(this.state=e,y&&(n=r.markerAttribs(this,e)),this.graphic&&!this.hasDummyGraphic){if(o&&this.graphic.removeClass("highcharts-point-"+o),e&&this.graphic.addClass("highcharts-point-"+e),!m.styledMode){var x=r.pointAttribs(this,e),_=M(m.options.chart.animation,a.animation);r.options.inactiveOtherPoints&&g(x.opacity)&&((this.dataLabels||[]).forEach((function(t){t&&t.animate({opacity:x.opacity},_)})),this.connector&&this.connector.animate({opacity:x.opacity},_)),this.graphic.animate(x,_)}n&&this.graphic.animate(n,M(m.options.chart.animation,u.animation,l.animation)),v&&v.hide()}else e&&u&&(o=f.symbol||r.symbol,v&&v.currentSymbol!==o&&(v=v.destroy()),n&&(v?v[i?"animate":"attr"]({x:n.x,y:n.y}):o&&(r.stateMarkerGraphic=v=m.renderer.symbol(o,n.x,n.y,n.width,n.height).add(r.markerGroup),v.currentSymbol=o)),!m.styledMode&&v&&"inactive"!==this.state&&v.attr(r.pointAttribs(this,e))),v&&(v[e&&this.isInside?"show":"hide"](),v.element.point=this,v.addClass(this.getClassName(),!0));a=a.halo,n=(v=this.graphic||v)&&v.visibility||"inherit",a&&a.size&&v&&"hidden"!==n&&!this.isCluster?(b||(r.halo=b=m.renderer.path().add(v.parentGroup)),b.show()[i?"animate":"attr"]({d:this.haloPath(a.size)}),b.attr({class:"highcharts-halo highcharts-color-"+M(this.colorIndex,r.colorIndex)+(this.className?" "+this.className:""),visibility:n,zIndex:-1}),b.point=this,m.styledMode||b.attr(h({fill:this.color||r.color,"fill-opacity":a.opacity},t.filterUserAttributes(a.attributes||{})))):b&&b.point&&b.point.haloPath&&b.animate({d:b.point.haloPath(0)},null,b.hide),d(this,"afterSetState",{state:e})}},e.prototype.haloPath=function(t){return this.series.chart.renderer.symbols.circle(Math.floor(this.plotX)-t,this.plotY-t,2*t,2*t)},e}()})),e(i,"Core/Pointer.js",[i["Core/Color/Color.js"],i["Core/Globals.js"],i["Core/Tooltip.js"],i["Core/Utilities.js"]],(function(t,e,i,n){var r=t.parse,o=e.charts,s=e.noop,a=n.addEvent,l=n.attr,c=n.css,u=n.defined,h=n.extend,d=n.find,p=n.fireEvent,f=n.isNumber,m=n.isObject,g=n.objectEach,y=n.offset,b=n.pick,v=n.splat;return t=function(){function t(t,e){this.lastValidTouch={},this.pinchDown=[],this.runChartClick=!1,this.eventsToUnbind=[],this.chart=t,this.hasDragged=!1,this.options=e,this.init(t,e)}return t.prototype.applyInactiveState=function(t){var e,i=[];(t||[]).forEach((function(t){e=t.series,i.push(e),e.linkedParent&&i.push(e.linkedParent),e.linkedSeries&&(i=i.concat(e.linkedSeries)),e.navigatorSeries&&i.push(e.navigatorSeries)})),this.chart.series.forEach((function(t){-1===i.indexOf(t)?t.setState("inactive",!0):t.options.inactiveOtherPoints&&t.setAllPointsToState("inactive")}))},t.prototype.destroy=function(){var i=this;this.eventsToUnbind.forEach((function(t){return t()})),this.eventsToUnbind=[],e.chartCount||(t.unbindDocumentMouseUp&&(t.unbindDocumentMouseUp=t.unbindDocumentMouseUp()),t.unbindDocumentTouchEnd&&(t.unbindDocumentTouchEnd=t.unbindDocumentTouchEnd())),clearInterval(i.tooltipTimeout),g(i,(function(t,e){i[e]=void 0}))},t.prototype.drag=function(t){var e=this.chart,i=e.options.chart,n=this.zoomHor,o=this.zoomVert,s=e.plotLeft,a=e.plotTop,l=e.plotWidth,c=e.plotHeight,u=this.mouseDownX||0,h=this.mouseDownY||0,d=m(i.panning)?i.panning&&i.panning.enabled:i.panning,p=i.panKey&&t[i.panKey+"Key"],f=t.chartX,g=t.chartY,y=this.selectionMarker;if((!y||!y.touch)&&(f<s?f=s:f>s+l&&(f=s+l),g<a?g=a:g>a+c&&(g=a+c),this.hasDragged=Math.sqrt(Math.pow(u-f,2)+Math.pow(h-g,2)),10<this.hasDragged)){var b=e.isInsidePlot(u-s,h-a,{visiblePlotOnly:!0});!e.hasCartesianSeries&&!e.mapView||!this.zoomX&&!this.zoomY||!b||p||y||(this.selectionMarker=y=e.renderer.rect(s,a,n?1:l,o?1:c,0).attr({class:"highcharts-selection-marker",zIndex:7}).add(),e.styledMode||y.attr({fill:i.selectionMarkerFill||r("#335cad").setOpacity(.25).get()})),y&&n&&(n=f-u,y.attr({width:Math.abs(n),x:(0<n?0:n)+u})),y&&o&&(n=g-h,y.attr({height:Math.abs(n),y:(0<n?0:n)+h})),b&&!y&&d&&e.pan(t,i.panning)}},t.prototype.dragStart=function(t){var e=this.chart;e.mouseIsDown=t.type,e.cancelClick=!1,e.mouseDownX=this.mouseDownX=t.chartX,e.mouseDownY=this.mouseDownY=t.chartY},t.prototype.drop=function(t){var e=this,i=this.chart,n=this.hasPinched;if(this.selectionMarker){var r=this.selectionMarker,o=r.attr?r.attr("x"):r.x,s=r.attr?r.attr("y"):r.y,a=r.attr?r.attr("width"):r.width,l=r.attr?r.attr("height"):r.height,d={originalEvent:t,xAxis:[],yAxis:[],x:o,y:s,width:a,height:l},m=!!i.mapView;(this.hasDragged||n)&&(i.axes.forEach((function(i){if(i.zoomEnabled&&u(i.min)&&(n||e[{xAxis:"zoomX",yAxis:"zoomY"}[i.coll]])&&f(o)&&f(s)){var r=i.horiz,c="touchend"===t.type?i.minPixelPadding:0,h=i.toValue((r?o:s)+c);r=i.toValue((r?o+a:s+l)-c),d[i.coll].push({axis:i,min:Math.min(h,r),max:Math.max(h,r)}),m=!0}})),m&&p(i,"selection",d,(function(t){i.zoom(h(t,n?{animation:!1}:null))}))),f(i.index)&&(this.selectionMarker=this.selectionMarker.destroy()),n&&this.scaleGroups()}i&&f(i.index)&&(c(i.container,{cursor:i._cursor}),i.cancelClick=10<this.hasDragged,i.mouseIsDown=this.hasDragged=this.hasPinched=!1,this.pinchDown=[])},t.prototype.findNearestKDPoint=function(t,e,i){var n,r=this.chart,o=r.hoverPoint;return r=r.tooltip,o&&r&&r.isStickyOnContact()?o:(t.forEach((function(t){var r=!(t.noSharedTooltip&&e)&&0>t.options.findNearestPointBy.indexOf("y");if(t=t.searchPoint(i,r),(r=m(t,!0)&&t.series)&&!(r=!m(n,!0))){r=n.distX-t.distX;var o=n.dist-t.dist,s=(t.series.group&&t.series.group.zIndex)-(n.series.group&&n.series.group.zIndex);r=0<(0!==r&&e?r:0!==o?o:0!==s?s:n.series.index>t.series.index?-1:1)}r&&(n=t)})),n)},t.prototype.getChartCoordinatesFromPoint=function(t,e){var i=t.series,n=i.xAxis;i=i.yAxis;var r=t.shapeArgs;if(n&&i){var o=b(t.clientX,t.plotX),s=t.plotY||0;return t.isNode&&r&&f(r.x)&&f(r.y)&&(o=r.x,s=r.y),e?{chartX:i.len+i.pos-s,chartY:n.len+n.pos-o}:{chartX:o+n.pos,chartY:s+i.pos}}if(r&&r.x&&r.y)return{chartX:r.x,chartY:r.y}},t.prototype.getChartPosition=function(){if(this.chartPosition)return this.chartPosition;var t=this.chart.container,e=y(t);this.chartPosition={left:e.left,top:e.top,scaleX:1,scaleY:1};var i=t.offsetWidth;return t=t.offsetHeight,2<i&&2<t&&(this.chartPosition.scaleX=e.width/i,this.chartPosition.scaleY=e.height/t),this.chartPosition},t.prototype.getCoordinates=function(t){var e={xAxis:[],yAxis:[]};return this.chart.axes.forEach((function(i){e[i.isXAxis?"xAxis":"yAxis"].push({axis:i,value:i.toValue(t[i.horiz?"chartX":"chartY"])})})),e},t.prototype.getHoverData=function(t,e,i,n,r,o){var s=[];n=!(!n||!t);var a={chartX:o?o.chartX:void 0,chartY:o?o.chartY:void 0,shared:r};p(this,"beforeGetHoverData",a);var l=e&&!e.stickyTracking?[e]:i.filter((function(t){return a.filter?a.filter(t):t.visible&&!(!r&&t.directTouch)&&b(t.options.enableMouseTracking,!0)&&t.stickyTracking})),c=n||!o?t:this.findNearestKDPoint(l,r,o);return e=c&&c.series,c&&(r&&!e.noSharedTooltip?(l=i.filter((function(t){return a.filter?a.filter(t):t.visible&&!(!r&&t.directTouch)&&b(t.options.enableMouseTracking,!0)&&!t.noSharedTooltip}))).forEach((function(t){var e=d(t.points,(function(t){return t.x===c.x&&!t.isNull}));m(e)&&(t.chart.isBoosting&&(e=t.getPoint(e)),s.push(e))})):s.push(c)),p(this,"afterGetHoverData",a={hoverPoint:c}),{hoverPoint:a.hoverPoint,hoverSeries:e,hoverPoints:s}},t.prototype.getPointFromEvent=function(t){t=t.target;for(var e;t&&!e;)e=t.point,t=t.parentNode;return e},t.prototype.onTrackerMouseOut=function(t){t=t.relatedTarget||t.toElement;var e=this.chart.hoverSeries;this.isDirectTouch=!1,!e||!t||e.stickyTracking||this.inClass(t,"highcharts-tooltip")||this.inClass(t,"highcharts-series-"+e.index)&&this.inClass(t,"highcharts-tracker")||e.onMouseOut()},t.prototype.inClass=function(t,e){for(var i;t;){if(i=l(t,"class")){if(-1!==i.indexOf(e))return!0;if(-1!==i.indexOf("highcharts-container"))return!1}t=t.parentNode}},t.prototype.init=function(t,e){this.options=e,this.chart=t,this.runChartClick=!(!e.chart.events||!e.chart.events.click),this.pinchDown=[],this.lastValidTouch={},i&&(t.tooltip=new i(t,e.tooltip),this.followTouchMove=b(e.tooltip.followTouchMove,!0)),this.setDOMEvents()},t.prototype.normalize=function(t,e){var i=t.touches,n=i?i.length?i.item(0):b(i.changedTouches,t.changedTouches)[0]:t;return e||(e=this.getChartPosition()),i=n.pageX-e.left,n=n.pageY-e.top,i/=e.scaleX,n/=e.scaleY,h(t,{chartX:Math.round(i),chartY:Math.round(n)})},t.prototype.onContainerClick=function(t){var e=this.chart,i=e.hoverPoint;t=this.normalize(t);var n=e.plotLeft,r=e.plotTop;e.cancelClick||(i&&this.inClass(t.target,"highcharts-tracker")?(p(i.series,"click",h(t,{point:i})),e.hoverPoint&&i.firePointEvent("click",t)):(h(t,this.getCoordinates(t)),e.isInsidePlot(t.chartX-n,t.chartY-r,{visiblePlotOnly:!0})&&p(e,"click",t)))},t.prototype.onContainerMouseDown=function(t){var i=1==(1&(t.buttons||t.button));t=this.normalize(t),e.isFirefox&&0!==t.button&&this.onContainerMouseMove(t),(void 0===t.button||i)&&(this.zoomOption(t),i&&t.preventDefault&&t.preventDefault(),this.dragStart(t))},t.prototype.onContainerMouseLeave=function(e){var i=o[b(t.hoverChartIndex,-1)],n=this.chart.tooltip;n&&n.shouldStickOnContact()&&this.inClass(e.relatedTarget,"highcharts-tooltip-container")||(e=this.normalize(e),i&&(e.relatedTarget||e.toElement)&&(i.pointer.reset(),i.pointer.chartPosition=void 0),n&&!n.isHidden&&this.reset())},t.prototype.onContainerMouseEnter=function(t){delete this.chartPosition},t.prototype.onContainerMouseMove=function(t){var e=this.chart;t=this.normalize(t),this.setHoverChartIndex(),t.preventDefault||(t.returnValue=!1),("mousedown"===e.mouseIsDown||this.touchSelect(t))&&this.drag(t),e.openMenu||!this.inClass(t.target,"highcharts-tracker")&&!e.isInsidePlot(t.chartX-e.plotLeft,t.chartY-e.plotTop,{visiblePlotOnly:!0})||(this.inClass(t.target,"highcharts-no-tooltip")?this.reset(!1,0):this.runPointActions(t))},t.prototype.onDocumentTouchEnd=function(e){var i=o[b(t.hoverChartIndex,-1)];i&&i.pointer.drop(e)},t.prototype.onContainerTouchMove=function(t){this.touchSelect(t)?this.onContainerMouseMove(t):this.touch(t)},t.prototype.onContainerTouchStart=function(t){this.touchSelect(t)?this.onContainerMouseDown(t):(this.zoomOption(t),this.touch(t,!0))},t.prototype.onDocumentMouseMove=function(t){var e=this.chart,i=this.chartPosition;t=this.normalize(t,i);var n=e.tooltip;!i||n&&n.isStickyOnContact()||e.isInsidePlot(t.chartX-e.plotLeft,t.chartY-e.plotTop,{visiblePlotOnly:!0})||this.inClass(t.target,"highcharts-tracker")||this.reset()},t.prototype.onDocumentMouseUp=function(e){var i=o[b(t.hoverChartIndex,-1)];i&&i.pointer.drop(e)},t.prototype.pinch=function(t){var e=this,i=e.chart,n=e.pinchDown,r=t.touches||[],o=r.length,a=e.lastValidTouch,l=e.hasZoom,c={},u=1===o&&(e.inClass(t.target,"highcharts-tracker")&&i.runTrackerClick||e.runChartClick),d={},f=e.selectionMarker;1<o?e.initiated=!0:1===o&&this.followTouchMove&&(e.initiated=!1),l&&e.initiated&&!u&&!1!==t.cancelable&&t.preventDefault(),[].map.call(r,(function(t){return e.normalize(t)})),"touchstart"===t.type?([].forEach.call(r,(function(t,e){n[e]={chartX:t.chartX,chartY:t.chartY}})),a.x=[n[0].chartX,n[1]&&n[1].chartX],a.y=[n[0].chartY,n[1]&&n[1].chartY],i.axes.forEach((function(t){if(t.zoomEnabled){var e=i.bounds[t.horiz?"h":"v"],n=t.minPixelPadding,r=t.toPixels(Math.min(b(t.options.min,t.dataMin),t.dataMin)),o=t.toPixels(Math.max(b(t.options.max,t.dataMax),t.dataMax)),s=Math.max(r,o);e.min=Math.min(t.pos,Math.min(r,o)-n),e.max=Math.max(t.pos+t.len,s+n)}})),e.res=!0):e.followTouchMove&&1===o?this.runPointActions(e.normalize(t)):n.length&&(p(i,"touchpan",{originalEvent:t},(function(){f||(e.selectionMarker=f=h({destroy:s,touch:!0},i.plotBox)),e.pinchTranslate(n,r,c,f,d,a),e.hasPinched=l,e.scaleGroups(c,d)})),e.res&&(e.res=!1,this.reset(!1,0)))},t.prototype.pinchTranslate=function(t,e,i,n,r,o){this.zoomHor&&this.pinchTranslateDirection(!0,t,e,i,n,r,o),this.zoomVert&&this.pinchTranslateDirection(!1,t,e,i,n,r,o)},t.prototype.pinchTranslateDirection=function(t,e,i,n,r,o,s,a){var l=this.chart,c=t?"x":"y",u=t?"X":"Y",h="chart"+u,d=t?"width":"height",p=l["plot"+(t?"Left":"Top")],f=l.inverted,m=l.bounds[t?"h":"v"],g=1===e.length,y=e[0][h],b=!g&&e[1][h];e=function(){"number"==typeof A&&20<Math.abs(y-b)&&(x=a||Math.abs(_-A)/Math.abs(y-b)),M=(p-_)/x+y,v=l["plot"+(t?"Width":"Height")]/x};var v,M,x=a||1,_=i[0][h],A=!g&&i[1][h];if(e(),(i=M)<m.min){i=m.min;var L=!0}else i+v>m.max&&(i=m.max-v,L=!0);L?(_-=.8*(_-s[c][0]),"number"==typeof A&&(A-=.8*(A-s[c][1])),e()):s[c]=[_,A],f||(o[c]=M-p,o[d]=v),o=f?1/x:x,r[d]=v,r[c]=i,n[f?t?"scaleY":"scaleX":"scale"+u]=x,n["translate"+u]=o*p+(_-o*y)},t.prototype.reset=function(t,e){var i=this.chart,n=i.hoverSeries,r=i.hoverPoint,o=i.hoverPoints,s=i.tooltip,a=s&&s.shared?o:r;t&&a&&v(a).forEach((function(e){e.series.isCartesian&&void 0===e.plotX&&(t=!1)})),t?s&&a&&v(a).length&&(s.refresh(a),s.shared&&o?o.forEach((function(t){t.setState(t.state,!0),t.series.isCartesian&&(t.series.xAxis.crosshair&&t.series.xAxis.drawCrosshair(null,t),t.series.yAxis.crosshair&&t.series.yAxis.drawCrosshair(null,t))})):r&&(r.setState(r.state,!0),i.axes.forEach((function(t){t.crosshair&&r.series[t.coll]===t&&t.drawCrosshair(null,r)})))):(r&&r.onMouseOut(),o&&o.forEach((function(t){t.setState()})),n&&n.onMouseOut(),s&&s.hide(e),this.unDocMouseMove&&(this.unDocMouseMove=this.unDocMouseMove()),i.axes.forEach((function(t){t.hideCrosshair()})),this.hoverX=i.hoverPoints=i.hoverPoint=null)},t.prototype.runPointActions=function(e,i){var n=this.chart,r=n.tooltip&&n.tooltip.options.enabled?n.tooltip:void 0,s=!!r&&r.shared,l=i||n.hoverPoint,c=l&&l.series||n.hoverSeries;l=(i=this.getHoverData(l,c,n.series,(!e||"touchmove"!==e.type)&&(!!i||c&&c.directTouch&&this.isDirectTouch),s,e)).hoverPoint,c=i.hoverSeries;var u=i.hoverPoints;if(i=c&&c.tooltipOptions.followPointer&&!c.tooltipOptions.split,s=s&&c&&!c.noSharedTooltip,l&&(l!==n.hoverPoint||r&&r.isHidden)){if((n.hoverPoints||[]).forEach((function(t){-1===u.indexOf(t)&&t.setState()})),n.hoverSeries!==c&&c.onMouseOver(),this.applyInactiveState(u),(u||[]).forEach((function(t){t.setState("hover")})),n.hoverPoint&&n.hoverPoint.firePointEvent("mouseOut"),!l.series)return;n.hoverPoints=u,n.hoverPoint=l,l.firePointEvent("mouseOver"),r&&r.refresh(s?u:l,e)}else i&&r&&!r.isHidden&&(l=r.getAnchor([{}],e),n.isInsidePlot(l[0],l[1],{visiblePlotOnly:!0})&&r.updatePosition({plotX:l[0],plotY:l[1]}));this.unDocMouseMove||(this.unDocMouseMove=a(n.container.ownerDocument,"mousemove",(function(e){var i=o[t.hoverChartIndex];i&&i.pointer.onDocumentMouseMove(e)})),this.eventsToUnbind.push(this.unDocMouseMove)),n.axes.forEach((function(t){var i,r=b((t.crosshair||{}).snap,!0);r&&((i=n.hoverPoint)&&i.series[t.coll]===t||(i=d(u,(function(e){return e.series[t.coll]===t})))),i||!r?t.drawCrosshair(e,i):t.hideCrosshair()}))},t.prototype.scaleGroups=function(t,e){var i=this.chart;i.series.forEach((function(n){var r=t||n.getPlotBox();n.group&&(n.xAxis&&n.xAxis.zoomEnabled||i.mapView)&&(n.group.attr(r),n.markerGroup&&(n.markerGroup.attr(r),n.markerGroup.clip(e?i.clipRect:null)),n.dataLabelsGroup&&n.dataLabelsGroup.attr(r))})),i.clipRect.attr(e||i.clipBox)},t.prototype.setDOMEvents=function(){var i=this,n=this.chart.container,r=n.ownerDocument;n.onmousedown=this.onContainerMouseDown.bind(this),n.onmousemove=this.onContainerMouseMove.bind(this),n.onclick=this.onContainerClick.bind(this),this.eventsToUnbind.push(a(n,"mouseenter",this.onContainerMouseEnter.bind(this))),this.eventsToUnbind.push(a(n,"mouseleave",this.onContainerMouseLeave.bind(this))),t.unbindDocumentMouseUp||(t.unbindDocumentMouseUp=a(r,"mouseup",this.onDocumentMouseUp.bind(this)));for(var o=this.chart.renderTo.parentElement;o&&"BODY"!==o.tagName;)this.eventsToUnbind.push(a(o,"scroll",(function(){delete i.chartPosition}))),o=o.parentElement;e.hasTouch&&(this.eventsToUnbind.push(a(n,"touchstart",this.onContainerTouchStart.bind(this),{passive:!1})),this.eventsToUnbind.push(a(n,"touchmove",this.onContainerTouchMove.bind(this),{passive:!1})),t.unbindDocumentTouchEnd||(t.unbindDocumentTouchEnd=a(r,"touchend",this.onDocumentTouchEnd.bind(this),{passive:!1})))},t.prototype.setHoverChartIndex=function(){var i=this.chart,n=e.charts[b(t.hoverChartIndex,-1)];n&&n!==i&&n.pointer.onContainerMouseLeave({relatedTarget:!0}),n&&n.mouseIsDown||(t.hoverChartIndex=i.index)},t.prototype.touch=function(t,e){var i=this.chart;if(this.setHoverChartIndex(),1===t.touches.length)if(t=this.normalize(t),i.isInsidePlot(t.chartX-i.plotLeft,t.chartY-i.plotTop,{visiblePlotOnly:!0})&&!i.openMenu){if(e&&this.runPointActions(t),"touchmove"===t.type)var n=!!(e=this.pinchDown)[0]&&4<=Math.sqrt(Math.pow(e[0].chartX-t.chartX,2)+Math.pow(e[0].chartY-t.chartY,2));b(n,!0)&&this.pinch(t)}else e&&this.reset();else 2===t.touches.length&&this.pinch(t)},t.prototype.touchSelect=function(t){return!(!this.chart.options.chart.zoomBySingleTouch||!t.touches||1!==t.touches.length)},t.prototype.zoomOption=function(t){var e=this.chart,i=e.options.chart;e=e.inverted;var n=i.zoomType||"";/touch/.test(t.type)&&(n=b(i.pinchType,n)),this.zoomX=t=/x/.test(n),this.zoomY=i=/y/.test(n),this.zoomHor=t&&!e||i&&e,this.zoomVert=i&&!e||t&&e,this.hasZoom=t||i},t}()})),e(i,"Core/MSPointer.js",[i["Core/Globals.js"],i["Core/Pointer.js"],i["Core/Utilities.js"]],(function(t,e,i){function n(){var t=[];return t.item=function(t){return this[t]},d(f,(function(e){t.push({pageX:e.pageX,pageY:e.pageY,target:e.target})})),t}function r(t,i,r,o){var a=s[e.hoverChartIndex||NaN];"touch"!==t.pointerType&&t.pointerType!==t.MSPOINTER_TYPE_TOUCH||!a||(a=a.pointer,o(t),a[i]({type:r,target:t.currentTarget,preventDefault:l,touches:n()}))}var o=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),s=t.charts,a=t.doc,l=t.noop,c=t.win,u=i.addEvent,h=i.css,d=i.objectEach,p=i.removeEvent,f={},m=!!c.PointerEvent;return function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return o(i,e),i.isRequired=function(){return!(t.hasTouch||!c.PointerEvent&&!c.MSPointerEvent)},i.prototype.batchMSEvents=function(t){t(this.chart.container,m?"pointerdown":"MSPointerDown",this.onContainerPointerDown),t(this.chart.container,m?"pointermove":"MSPointerMove",this.onContainerPointerMove),t(a,m?"pointerup":"MSPointerUp",this.onDocumentPointerUp)},i.prototype.destroy=function(){this.batchMSEvents(p),e.prototype.destroy.call(this)},i.prototype.init=function(t,i){e.prototype.init.call(this,t,i),this.hasZoom&&h(t.container,{"-ms-touch-action":"none","touch-action":"none"})},i.prototype.onContainerPointerDown=function(t){r(t,"onContainerTouchStart","touchstart",(function(t){f[t.pointerId]={pageX:t.pageX,pageY:t.pageY,target:t.currentTarget}}))},i.prototype.onContainerPointerMove=function(t){r(t,"onContainerTouchMove","touchmove",(function(t){f[t.pointerId]={pageX:t.pageX,pageY:t.pageY},f[t.pointerId].target||(f[t.pointerId].target=t.currentTarget)}))},i.prototype.onDocumentPointerUp=function(t){r(t,"onDocumentTouchEnd","touchend",(function(t){delete f[t.pointerId]}))},i.prototype.setDOMEvents=function(){e.prototype.setDOMEvents.call(this),(this.hasZoom||this.followTouchMove)&&this.batchMSEvents(u)},i}(e)})),e(i,"Core/Legend/Legend.js",[i["Core/Animation/AnimationUtilities.js"],i["Core/FormatUtilities.js"],i["Core/Globals.js"],i["Core/Series/Point.js"],i["Core/Renderer/RendererUtilities.js"],i["Core/Utilities.js"]],(function(t,e,i,n,r,o){var s=t.animObject,a=t.setAnimation,l=e.format;t=i.isFirefox;var c=i.marginNames;i=i.win;var u=r.distribute,h=o.addEvent,d=o.createElement,p=o.css,f=o.defined,m=o.discardElement,g=o.find,y=o.fireEvent,b=o.isNumber,v=o.merge,M=o.pick,x=o.relativeLength,_=o.stableSort,A=o.syncTimeout;return r=o.wrap,o=function(){function t(t,e){this.allItems=[],this.contentGroup=this.box=void 0,this.display=!1,this.group=void 0,this.offsetWidth=this.maxLegendWidth=this.maxItemWidth=this.legendWidth=this.legendHeight=this.lastLineHeight=this.lastItemY=this.itemY=this.itemX=this.itemMarginTop=this.itemMarginBottom=this.itemHeight=this.initialItemY=0,this.options={},this.padding=0,this.pages=[],this.proximate=!1,this.scrollGroup=void 0,this.widthOption=this.totalItemWidth=this.titleHeight=this.symbolWidth=this.symbolHeight=0,this.chart=t,this.init(t,e)}return t.prototype.init=function(t,e){this.chart=t,this.setOptions(e),e.enabled&&(this.render(),h(this.chart,"endResize",(function(){this.legend.positionCheckboxes()})),this.proximate?this.unchartrender=h(this.chart,"render",(function(){this.legend.proximatePositions(),this.legend.positionItems()})):this.unchartrender&&this.unchartrender())},t.prototype.setOptions=function(t){var e=M(t.padding,8);this.options=t,this.chart.styledMode||(this.itemStyle=t.itemStyle,this.itemHiddenStyle=v(this.itemStyle,t.itemHiddenStyle)),this.itemMarginTop=t.itemMarginTop||0,this.itemMarginBottom=t.itemMarginBottom||0,this.padding=e,this.initialItemY=e-5,this.symbolWidth=M(t.symbolWidth,16),this.pages=[],this.proximate="proximate"===t.layout&&!this.chart.inverted,this.baseline=void 0},t.prototype.update=function(t,e){var i=this.chart;this.setOptions(v(!0,this.options,t)),this.destroy(),i.isDirtyLegend=i.isDirtyBox=!0,M(e,!0)&&i.redraw(),y(this,"afterUpdate")},t.prototype.colorizeItem=function(t,e){if(t.legendGroup[e?"removeClass":"addClass"]("highcharts-legend-item-hidden"),!this.chart.styledMode){var i=this.options,n=t.legendItem,r=t.legendLine,o=t.legendSymbol,s=this.itemHiddenStyle.color;i=e?i.itemStyle.color:s;var a=e&&t.color||s,l=t.options&&t.options.marker,c={fill:a};n&&n.css({fill:i,color:i}),r&&r.attr({stroke:a}),o&&(l&&o.isMarker&&(c=t.pointAttribs(),e||(c.stroke=c.fill=s)),o.attr(c))}y(this,"afterColorizeItem",{item:t,visible:e})},t.prototype.positionItems=function(){this.allItems.forEach(this.positionItem,this),this.chart.isResizing||this.positionCheckboxes()},t.prototype.positionItem=function(t){var e=this,i=this.options,n=i.symbolPadding,r=!i.rtl,o=t._legendItemPos;i=o[0],o=o[1];var s=t.checkbox,a=t.legendGroup;a&&a.element&&(n={translateX:r?i:this.legendWidth-i-2*n-4,translateY:o},r=function(){y(e,"afterPositionItem",{item:t})},f(a.translateY)?a.animate(n,void 0,r):(a.attr(n),r())),s&&(s.x=i,s.y=o)},t.prototype.destroyItem=function(t){var e=t.checkbox;["legendItem","legendLine","legendSymbol","legendGroup"].forEach((function(e){t[e]&&(t[e]=t[e].destroy())})),e&&m(t.checkbox)},t.prototype.destroy=function(){function t(t){this[t]&&(this[t]=this[t].destroy())}this.getAllItems().forEach((function(e){["legendItem","legendGroup"].forEach(t,e)})),"clipRect up down pager nav box title group".split(" ").forEach(t,this),this.display=null},t.prototype.positionCheckboxes=function(){var t=this.group&&this.group.alignAttr,e=this.clipHeight||this.legendHeight,i=this.titleHeight;if(t){var n=t.translateY;this.allItems.forEach((function(r){var o=r.checkbox;if(o){var s=n+i+o.y+(this.scrollOffset||0)+3;p(o,{left:t.translateX+r.checkboxOffset+o.x-20+"px",top:s+"px",display:this.proximate||s>n-6&&s<n+e-6?"":"none"})}}),this)}},t.prototype.renderTitle=function(){var t=this.options,e=this.padding,i=t.title,n=0;i.text&&(this.title||(this.title=this.chart.renderer.label(i.text,e-3,e-4,null,null,null,t.useHTML,null,"legend-title").attr({zIndex:1}),this.chart.styledMode||this.title.css(i.style),this.title.add(this.group)),i.width||this.title.css({width:this.maxLegendWidth+"px"}),n=(t=this.title.getBBox()).height,this.offsetWidth=t.width,this.contentGroup.attr({translateY:n})),this.titleHeight=n},t.prototype.setText=function(t){var e=this.options;t.legendItem.attr({text:e.labelFormat?l(e.labelFormat,t,this.chart):e.labelFormatter.call(t)})},t.prototype.renderItem=function(t){var e=this.chart,i=e.renderer,n=this.options,r=this.symbolWidth,o=n.symbolPadding||0,s=this.itemStyle,a=this.itemHiddenStyle,l="horizontal"===n.layout?M(n.itemDistance,20):0,c=!n.rtl,u=!t.series,h=!u&&t.series.drawLegendSymbol?t.series:t,d=h.options,p=this.createCheckboxForItem&&d&&d.showCheckbox,f=n.useHTML,m=t.options.className,g=t.legendItem;d=r+o+l+(p?20:0),g||(t.legendGroup=i.g("legend-item").addClass("highcharts-"+h.type+"-series highcharts-color-"+t.colorIndex+(m?" "+m:"")+(u?" highcharts-series-"+t.index:"")).attr({zIndex:1}).add(this.scrollGroup),t.legendItem=g=i.text("",c?r+o:-o,this.baseline||0,f),e.styledMode||g.css(v(t.visible?s:a)),g.attr({align:c?"left":"right",zIndex:2}).add(t.legendGroup),this.baseline||(this.fontMetrics=i.fontMetrics(e.styledMode?12:s.fontSize,g),this.baseline=this.fontMetrics.f+3+this.itemMarginTop,g.attr("y",this.baseline),this.symbolHeight=n.symbolHeight||this.fontMetrics.f,n.squareSymbol&&(this.symbolWidth=M(n.symbolWidth,Math.max(this.symbolHeight,16)),d=this.symbolWidth+o+l+(p?20:0),c&&g.attr("x",this.symbolWidth+o))),h.drawLegendSymbol(this,t),this.setItemEvents&&this.setItemEvents(t,g,f)),p&&!t.checkbox&&this.createCheckboxForItem&&this.createCheckboxForItem(t),this.colorizeItem(t,t.visible),!e.styledMode&&s.width||g.css({width:(n.itemWidth||this.widthOption||e.spacingBox.width)-d+"px"}),this.setText(t),e=g.getBBox(),i=this.fontMetrics&&this.fontMetrics.h||0,t.itemWidth=t.checkboxOffset=n.itemWidth||t.legendItemWidth||e.width+d,this.maxItemWidth=Math.max(this.maxItemWidth,t.itemWidth),this.totalItemWidth+=t.itemWidth,this.itemHeight=t.itemHeight=Math.round(t.legendItemHeight||(e.height>1.5*i?e.height:i))},t.prototype.layoutItem=function(t){var e=this.options,i=this.padding,n="horizontal"===e.layout,r=t.itemHeight,o=this.itemMarginBottom,s=this.itemMarginTop,a=n?M(e.itemDistance,20):0,l=this.maxLegendWidth;e=e.alignColumns&&this.totalItemWidth>l?this.maxItemWidth:t.itemWidth,n&&this.itemX-i+e>l&&(this.itemX=i,this.lastLineHeight&&(this.itemY+=s+this.lastLineHeight+o),this.lastLineHeight=0),this.lastItemY=s+this.itemY+o,this.lastLineHeight=Math.max(r,this.lastLineHeight),t._legendItemPos=[this.itemX,this.itemY],n?this.itemX+=e:(this.itemY+=s+r+o,this.lastLineHeight=r),this.offsetWidth=this.widthOption||Math.max((n?this.itemX-i-(t.checkbox?0:a):e)+i,this.offsetWidth)},t.prototype.getAllItems=function(){var t=[];return this.chart.series.forEach((function(e){var i=e&&e.options;e&&M(i.showInLegend,!f(i.linkedTo)&&void 0,!0)&&(t=t.concat(e.legendItems||("point"===i.legendType?e.data:e)))})),y(this,"afterGetAllItems",{allItems:t}),t},t.prototype.getAlignment=function(){var t=this.options;return this.proximate?t.align.charAt(0)+"tv":t.floating?"":t.align.charAt(0)+t.verticalAlign.charAt(0)+t.layout.charAt(0)},t.prototype.adjustMargins=function(t,e){var i=this.chart,n=this.options,r=this.getAlignment();r&&[/(lth|ct|rth)/,/(rtv|rm|rbv)/,/(rbh|cb|lbh)/,/(lbv|lm|ltv)/].forEach((function(o,s){o.test(r)&&!f(t[s])&&(i[c[s]]=Math.max(i[c[s]],i.legend[(s+1)%2?"legendHeight":"legendWidth"]+[1,-1,-1,1][s]*n[s%2?"x":"y"]+M(n.margin,12)+e[s]+(i.titleOffset[s]||0)))}))},t.prototype.proximatePositions=function(){var t=this.chart,e=[],i="left"===this.options.align;this.allItems.forEach((function(n){var r,o=i;if(n.yAxis){n.xAxis.options.reversed&&(o=!o),n.points&&(r=g(o?n.points:n.points.slice(0).reverse(),(function(t){return b(t.plotY)}))),o=this.itemMarginTop+n.legendItem.getBBox().height+this.itemMarginBottom;var s=n.yAxis.top-t.plotTop;n.visible?(r=r?r.plotY:n.yAxis.height,r+=s-.3*o):r=s+n.yAxis.height,e.push({target:r,size:o,item:n})}}),this),u(e,t.plotHeight).forEach((function(e){e.item._legendItemPos&&(e.item._legendItemPos[1]=t.plotTop-t.spacing[0]+e.pos)}))},t.prototype.render=function(){var t=this.chart,e=t.renderer,i=this.options,n=this.padding,r=this.getAllItems(),o=this.group,s=this.box;this.itemX=n,this.itemY=this.initialItemY,this.lastItemY=this.offsetWidth=0,this.widthOption=x(i.width,t.spacingBox.width-n);var a=t.spacingBox.width-2*n-i.x;-1<["rm","lm"].indexOf(this.getAlignment().substring(0,2))&&(a/=2),this.maxLegendWidth=this.widthOption||a,o||(this.group=o=e.g("legend").addClass(i.className||"").attr({zIndex:7}).add(),this.contentGroup=e.g().attr({zIndex:1}).add(o),this.scrollGroup=e.g().add(this.contentGroup)),this.renderTitle(),_(r,(function(t,e){return(t.options&&t.options.legendIndex||0)-(e.options&&e.options.legendIndex||0)})),i.reversed&&r.reverse(),this.allItems=r,this.display=a=!!r.length,this.itemHeight=this.totalItemWidth=this.maxItemWidth=this.lastLineHeight=0,r.forEach(this.renderItem,this),r.forEach(this.layoutItem,this),r=(this.widthOption||this.offsetWidth)+n;var l=this.lastItemY+this.lastLineHeight+this.titleHeight;l=this.handleOverflow(l),l+=n,s||(this.box=s=e.rect().addClass("highcharts-legend-box").attr({r:i.borderRadius}).add(o),s.isNew=!0),t.styledMode||s.attr({stroke:i.borderColor,"stroke-width":i.borderWidth||0,fill:i.backgroundColor||"none"}).shadow(i.shadow),0<r&&0<l&&(s[s.isNew?"attr":"animate"](s.crisp.call({},{x:0,y:0,width:r,height:l},s.strokeWidth())),s.isNew=!1),s[a?"show":"hide"](),t.styledMode&&"none"===o.getStyle("display")&&(r=l=0),this.legendWidth=r,this.legendHeight=l,a&&this.align(),this.proximate||this.positionItems(),y(this,"afterRender")},t.prototype.align=function(t){void 0===t&&(t=this.chart.spacingBox);var e=this.chart,i=this.options,n=t.y;/(lth|ct|rth)/.test(this.getAlignment())&&0<e.titleOffset[0]?n+=e.titleOffset[0]:/(lbh|cb|rbh)/.test(this.getAlignment())&&0<e.titleOffset[2]&&(n-=e.titleOffset[2]),n!==t.y&&(t=v(t,{y:n})),this.group.align(v(i,{width:this.legendWidth,height:this.legendHeight,verticalAlign:this.proximate?"top":i.verticalAlign}),!0,t)},t.prototype.handleOverflow=function(t){var e,i,n=this,r=this.chart,o=r.renderer,s=this.options,a=s.y,l="top"===s.verticalAlign,c=this.padding,u=s.maxHeight,h=s.navigation,d=M(h.animation,!0),p=h.arrowSize||12,f=this.pages,m=this.allItems,g=function(t){"number"==typeof t?v.attr({height:t}):v&&(n.clipRect=v.destroy(),n.contentGroup.clip()),n.contentGroup.div&&(n.contentGroup.div.style.clip=t?"rect("+c+"px,9999px,"+(c+t)+"px,0)":"auto")},y=function(t){return n[t]=o.circle(0,0,1.3*p).translate(p/2,p/2).add(b),r.styledMode||n[t].attr("fill","rgba(0,0,0,0.0001)"),n[t]};a=r.spacingBox.height+(l?-a:a)-c;var b=this.nav,v=this.clipRect;return"horizontal"!==s.layout||"middle"===s.verticalAlign||s.floating||(a/=2),u&&(a=Math.min(a,u)),f.length=0,t&&0<a&&t>a&&!1!==h.enabled?(this.clipHeight=e=Math.max(a-20-this.titleHeight-c,0),this.currentPage=M(this.currentPage,1),this.fullHeight=t,m.forEach((function(t,n){var r=t._legendItemPos[1],o=Math.round(t.legendItem.getBBox().height),s=f.length;(!s||r-f[s-1]>e&&(i||r)!==f[s-1])&&(f.push(i||r),s++),t.pageIx=s-1,i&&(m[n-1].pageIx=s-1),n===m.length-1&&r+o-f[s-1]>e&&o<=e&&(f.push(r),t.pageIx=s),r!==i&&(i=r)})),v||(v=n.clipRect=o.clipRect(0,c,9999,0),n.contentGroup.clip(v)),g(e),b||(this.nav=b=o.g().attr({zIndex:1}).add(this.group),this.up=o.symbol("triangle",0,0,p,p).add(b),y("upTracker").on("click",(function(){n.scroll(-1,d)})),this.pager=o.text("",15,10).addClass("highcharts-legend-navigation"),r.styledMode||this.pager.css(h.style),this.pager.add(b),this.down=o.symbol("triangle-down",0,0,p,p).add(b),y("downTracker").on("click",(function(){n.scroll(1,d)}))),n.scroll(0),t=a):b&&(g(),this.nav=b.destroy(),this.scrollGroup.attr({translateY:1}),this.clipHeight=0),t},t.prototype.scroll=function(t,e){var i=this,n=this.chart,r=this.pages,o=r.length,l=this.clipHeight,c=this.options.navigation,u=this.pager,h=this.padding,d=this.currentPage+t;d>o&&(d=o),0<d&&(void 0!==e&&a(e,n),this.nav.attr({translateX:h,translateY:l+this.padding+7+this.titleHeight,visibility:"visible"}),[this.up,this.upTracker].forEach((function(t){t.attr({class:1===d?"highcharts-legend-nav-inactive":"highcharts-legend-nav-active"})})),u.attr({text:d+"/"+o}),[this.down,this.downTracker].forEach((function(t){t.attr({x:18+this.pager.getBBox().width,class:d===o?"highcharts-legend-nav-inactive":"highcharts-legend-nav-active"})}),this),n.styledMode||(this.up.attr({fill:1===d?c.inactiveColor:c.activeColor}),this.upTracker.css({cursor:1===d?"default":"pointer"}),this.down.attr({fill:d===o?c.inactiveColor:c.activeColor}),this.downTracker.css({cursor:d===o?"default":"pointer"})),this.scrollOffset=-r[d-1]+this.initialItemY,this.scrollGroup.animate({translateY:this.scrollOffset}),this.currentPage=d,this.positionCheckboxes(),t=s(M(e,n.renderer.globalAnimation,!0)),A((function(){y(i,"afterScroll",{currentPage:d})}),t.duration))},t.prototype.setItemEvents=function(t,e,i){var r=this,o=r.chart.renderer.boxWrapper,s=t instanceof n,a="highcharts-legend-"+(s?"point":"series")+"-active",l=r.chart.styledMode,c=function(e){r.allItems.forEach((function(i){t!==i&&[i].concat(i.linkedSeries||[]).forEach((function(t){t.setState(e,!s)}))}))};(i?[e,t.legendSymbol]:[t.legendGroup]).forEach((function(i){i&&i.on("mouseover",(function(){t.visible&&c("inactive"),t.setState("hover"),t.visible&&o.addClass(a),l||e.css(r.options.itemHoverStyle)})).on("mouseout",(function(){r.chart.styledMode||e.css(v(t.visible?r.itemStyle:r.itemHiddenStyle)),c(""),o.removeClass(a),t.setState()})).on("click",(function(e){var i=function(){t.setVisible&&t.setVisible(),c(t.visible?"inactive":"")};o.removeClass(a),e={browserEvent:e},t.firePointEvent?t.firePointEvent("legendItemClick",e,i):y(t,"legendItemClick",e,i)}))}))},t.prototype.createCheckboxForItem=function(t){t.checkbox=d("input",{type:"checkbox",className:"highcharts-legend-checkbox",checked:t.selected,defaultChecked:t.selected},this.options.itemCheckboxStyle,this.chart.container),h(t.checkbox,"click",(function(e){y(t.series||t,"checkboxClick",{checked:e.target.checked,item:t},(function(){t.select()}))}))},t}(),(/Trident\/7\.0/.test(i.navigator&&i.navigator.userAgent)||t)&&r(o.prototype,"positionItem",(function(t,e){var i=this,n=function(){e._legendItemPos&&t.call(i,e)};n(),i.bubbleLegend||setTimeout(n)})),o})),e(i,"Core/Series/SeriesRegistry.js",[i["Core/Globals.js"],i["Core/DefaultOptions.js"],i["Core/Series/Point.js"],i["Core/Utilities.js"]],(function(t,e,i,n){var r,o=e.defaultOptions,s=n.error,a=n.extendClass,l=n.merge;return function(e){function n(t,n){var r=o.plotOptions||{},s=n.defaultOptions;n.prototype.pointClass||(n.prototype.pointClass=i),n.prototype.type=t,s&&(r[t]=s),e.seriesTypes[t]=n}e.seriesTypes=t.seriesTypes,e.getSeries=function(t,i){void 0===i&&(i={});var n=t.options.chart;n=i.type||n.type||n.defaultSeriesType||"";var r=e.seriesTypes[n];return e||s(17,!0,t,{missingModuleFor:n}),"function"==typeof(n=new r).init&&n.init(t,i),n},e.registerSeriesType=n,e.seriesType=function(t,r,s,c,u){var h=o.plotOptions||{};return r=r||"",h[t]=l(h[r],s),n(t,a(e.seriesTypes[r]||function(){},c)),e.seriesTypes[t].prototype.type=t,u&&(e.seriesTypes[t].prototype.pointClass=a(i,u)),e.seriesTypes[t]}}(r||(r={})),r})),e(i,"Core/Chart/Chart.js",[i["Core/Animation/AnimationUtilities.js"],i["Core/Axis/Axis.js"],i["Core/FormatUtilities.js"],i["Core/Foundation.js"],i["Core/Globals.js"],i["Core/Legend/Legend.js"],i["Core/MSPointer.js"],i["Core/DefaultOptions.js"],i["Core/Pointer.js"],i["Core/Renderer/RendererRegistry.js"],i["Core/Series/SeriesRegistry.js"],i["Core/Renderer/SVG/SVGRenderer.js"],i["Core/Time.js"],i["Core/Utilities.js"],i["Core/Renderer/HTML/AST.js"]],(function(t,e,i,n,r,o,s,a,l,c,u,h,d,p,f){var m=t.animate,g=t.animObject,y=t.setAnimation,b=i.numberFormat,v=n.registerEventOptions,M=r.charts,x=r.doc,_=r.marginNames,A=r.svg,L=r.win,w=a.defaultOptions,k=a.defaultTime,S=u.seriesTypes,T=p.addEvent,O=p.attr,C=p.cleanRecursively,j=p.createElement,z=p.css,P=p.defined,D=p.discardElement,E=p.erase,N=p.error,Y=p.extend,B=p.find,W=p.fireEvent,R=p.getStyle,H=p.isArray,I=p.isNumber,X=p.isObject,q=p.isString,F=p.merge,G=p.objectEach,U=p.pick,V=p.pInt,K=p.relativeLength,$=p.removeEvent,J=p.splat,Z=p.syncTimeout,Q=p.uniqueKey;return t=function(){function t(t,e,i){this.series=this.renderTo=this.renderer=this.pointer=this.pointCount=this.plotWidth=this.plotTop=this.plotLeft=this.plotHeight=this.plotBox=this.options=this.numberFormatter=this.margin=this.legend=this.labelCollectors=this.isResizing=this.index=this.eventOptions=this.container=this.colorCounter=this.clipBox=this.chartWidth=this.chartHeight=this.bounds=this.axisOffset=this.axes=void 0,this.sharedClips={},this.yAxis=this.xAxis=this.userOptions=this.titleOffset=this.time=this.symbolCounter=this.spacingBox=this.spacing=void 0,this.getArgs(t,e,i)}return t.chart=function(e,i,n){return new t(e,i,n)},t.prototype.getArgs=function(t,e,i){q(t)||t.nodeName?(this.renderTo=t,this.init(e,i)):this.init(t,e)},t.prototype.init=function(t,e){var i=t.plotOptions||{};W(this,"init",{args:arguments},(function(){var n=F(w,t),o=n.chart;G(n.plotOptions,(function(t,e){X(t)&&(t.tooltip=i[e]&&F(i[e].tooltip)||void 0)})),n.tooltip.userOptions=t.chart&&t.chart.forExport&&t.tooltip.userOptions||t.tooltip,this.userOptions=t,this.margin=[],this.spacing=[],this.bounds={h:{},v:{}},this.labelCollectors=[],this.callback=e,this.isResizing=0,this.options=n,this.axes=[],this.series=[],this.time=t.time&&Object.keys(t.time).length?new d(t.time):r.time,this.numberFormatter=o.numberFormatter||b,this.styledMode=o.styledMode,this.hasCartesianSeries=o.showAxes,this.index=M.length,M.push(this),r.chartCount++,v(this,o),this.xAxis=[],this.yAxis=[],this.pointCount=this.colorCounter=this.symbolCounter=0,W(this,"afterInit"),this.firstRender()}))},t.prototype.initSeries=function(t){var e=this.options.chart;e=t.type||e.type||e.defaultSeriesType;var i=S[e];return i||N(17,!0,this,{missingModuleFor:e}),"function"==typeof(e=new i).init&&e.init(this,t),e},t.prototype.setSeriesData=function(){this.getSeriesOrderByLinks().forEach((function(t){t.points||t.data||!t.enabledDataSorting||t.setData(t.options.data,!1)}))},t.prototype.getSeriesOrderByLinks=function(){return this.series.concat().sort((function(t,e){return t.linkedSeries.length||e.linkedSeries.length?e.linkedSeries.length-t.linkedSeries.length:0}))},t.prototype.orderSeries=function(t){var e=this.series;t=t||0;for(var i=e.length;t<i;++t)e[t]&&(e[t].index=t,e[t].name=e[t].getName())},t.prototype.isInsidePlot=function(t,e,i){void 0===i&&(i={});var n=this.inverted,r=this.plotBox,o=this.plotLeft,s=this.plotTop,a=this.scrollablePlotBox,l=0,c=0;i.visiblePlotOnly&&this.scrollingContainer&&(l=(c=this.scrollingContainer).scrollLeft,c=c.scrollTop);var u=i.series;if(r=i.visiblePlotOnly&&a||r,t={x:a=i.inverted?e:t,y:e=i.inverted?t:e,isInsidePlot:!0},!i.ignoreX){var h=u&&(n?u.yAxis:u.xAxis)||{pos:o,len:1/0};(a=i.paneCoordinates?h.pos+a:o+a)>=Math.max(l+o,h.pos)&&a<=Math.min(l+o+r.width,h.pos+h.len)||(t.isInsidePlot=!1)}return!i.ignoreY&&t.isInsidePlot&&(n=u&&(n?u.xAxis:u.yAxis)||{pos:s,len:1/0},(i=i.paneCoordinates?n.pos+e:s+e)>=Math.max(c+s,n.pos)&&i<=Math.min(c+s+r.height,n.pos+n.len)||(t.isInsidePlot=!1)),W(this,"afterIsInsidePlot",t),t.isInsidePlot},t.prototype.redraw=function(t){W(this,"beforeRedraw");var e=this.hasCartesianSeries?this.axes:this.colorAxis||[],i=this.series,n=this.pointer,r=this.legend,o=this.userOptions.legend,s=this.renderer,a=s.isHidden(),l=[],c=this.isDirtyBox,u=this.isDirtyLegend;for(this.setResponsive&&this.setResponsive(!1),y(!!this.hasRendered&&t,this),a&&this.temporaryDisplay(),this.layOutTitles(),t=i.length;t--;){var h=i[t];if(h.options.stacking||h.options.centerInCategory){var d=!0;if(h.isDirty){var p=!0;break}}}if(p)for(t=i.length;t--;)(h=i[t]).options.stacking&&(h.isDirty=!0);i.forEach((function(t){t.isDirty&&("point"===t.options.legendType?("function"==typeof t.updateTotals&&t.updateTotals(),u=!0):o&&(o.labelFormatter||o.labelFormat)&&(u=!0)),t.isDirtyData&&W(t,"updatedData")})),u&&r&&r.options.enabled&&(r.render(),this.isDirtyLegend=!1),d&&this.getStacks(),e.forEach((function(t){t.updateNames(),t.setScale()})),this.getMargins(),e.forEach((function(t){t.isDirty&&(c=!0)})),e.forEach((function(t){var e=t.min+","+t.max;t.extKey!==e&&(t.extKey=e,l.push((function(){W(t,"afterSetExtremes",Y(t.eventArgs,t.getExtremes())),delete t.eventArgs}))),(c||d)&&t.redraw()})),c&&this.drawChartBox(),W(this,"predraw"),i.forEach((function(t){(c||t.isDirty)&&t.visible&&t.redraw(),t.isDirtyData=!1})),n&&n.reset(!0),s.draw(),W(this,"redraw"),W(this,"render"),a&&this.temporaryDisplay(!0),l.forEach((function(t){t.call()}))},t.prototype.get=function(t){function e(e){return e.id===t||e.options&&e.options.id===t}for(var i=this.series,n=B(this.axes,e)||B(this.series,e),r=0;!n&&r<i.length;r++)n=B(i[r].points||[],e);return n},t.prototype.getAxes=function(){var t=this,i=this.options,n=i.xAxis=J(i.xAxis||{});i=i.yAxis=J(i.yAxis||{}),W(this,"getAxes"),n.forEach((function(t,e){t.index=e,t.isX=!0})),i.forEach((function(t,e){t.index=e})),n.concat(i).forEach((function(i){new e(t,i)})),W(this,"afterGetAxes")},t.prototype.getSelectedPoints=function(){return this.series.reduce((function(t,e){return e.getPointsCollection().forEach((function(e){U(e.selectedStaging,e.selected)&&t.push(e)})),t}),[])},t.prototype.getSelectedSeries=function(){return this.series.filter((function(t){return t.selected}))},t.prototype.setTitle=function(t,e,i){this.applyDescription("title",t),this.applyDescription("subtitle",e),this.applyDescription("caption",void 0),this.layOutTitles(i)},t.prototype.applyDescription=function(t,e){var i=this,n="title"===t?{color:"#333333",fontSize:this.options.isStock?"16px":"18px"}:{color:"#666666"};n=this.options[t]=F(!this.styledMode&&{style:n},this.options[t],e);var r=this[t];r&&e&&(this[t]=r=r.destroy()),n&&!r&&((r=this.renderer.text(n.text,0,0,n.useHTML).attr({align:n.align,class:"highcharts-"+t,zIndex:n.zIndex||4}).add()).update=function(e){i[{title:"setTitle",subtitle:"setSubtitle",caption:"setCaption"}[t]](e)},this.styledMode||r.css(n.style),this[t]=r)},t.prototype.layOutTitles=function(t){var e=[0,0,0],i=this.renderer,n=this.spacingBox;["title","subtitle","caption"].forEach((function(t){var r,o=this[t],s=this.options[t],a=s.verticalAlign||"top";if(t="title"===t?"top"===a?-3:0:"top"===a?e[0]+2:0,o){this.styledMode||(r=s.style&&s.style.fontSize),r=i.fontMetrics(r,o).b,o.css({width:(s.width||n.width+(s.widthAdjust||0))+"px"});var l=Math.round(o.getBBox(s.useHTML).height);o.align(Y({y:"bottom"===a?r:t+r,height:l},s),!1,"spacingBox"),s.floating||("top"===a?e[0]=Math.ceil(e[0]+l):"bottom"===a&&(e[2]=Math.ceil(e[2]+l)))}}),this),e[0]&&"top"===(this.options.title.verticalAlign||"top")&&(e[0]+=this.options.title.margin),e[2]&&"bottom"===this.options.caption.verticalAlign&&(e[2]+=this.options.caption.margin);var r=!this.titleOffset||this.titleOffset.join(",")!==e.join(",");this.titleOffset=e,W(this,"afterLayOutTitles"),!this.isDirtyBox&&r&&(this.isDirtyBox=this.isDirtyLegend=r,this.hasRendered&&U(t,!0)&&this.isDirtyBox&&this.redraw())},t.prototype.getChartSize=function(){var t=this.options.chart,e=t.width;t=t.height;var i=this.renderTo;P(e)||(this.containerWidth=R(i,"width")),P(t)||(this.containerHeight=R(i,"height")),this.chartWidth=Math.max(0,e||this.containerWidth||600),this.chartHeight=Math.max(0,K(t,this.chartWidth)||(1<this.containerHeight?this.containerHeight:400))},t.prototype.temporaryDisplay=function(t){var e=this.renderTo;if(t)for(;e&&e.style;)e.hcOrigStyle&&(z(e,e.hcOrigStyle),delete e.hcOrigStyle),e.hcOrigDetached&&(x.body.removeChild(e),e.hcOrigDetached=!1),e=e.parentNode;else for(;e&&e.style&&(x.body.contains(e)||e.parentNode||(e.hcOrigDetached=!0,x.body.appendChild(e)),("none"===R(e,"display",!1)||e.hcOricDetached)&&(e.hcOrigStyle={display:e.style.display,height:e.style.height,overflow:e.style.overflow},t={display:"block",overflow:"hidden"},e!==this.renderTo&&(t.height=0),z(e,t),e.offsetWidth||e.style.setProperty("display","block","important")),(e=e.parentNode)!==x.body););},t.prototype.setClassName=function(t){this.container.className="highcharts-container "+(t||"")},t.prototype.getContainer=function(){var t,e=this.options,i=e.chart,n=Q(),r=this.renderTo;r||(this.renderTo=r=i.renderTo),q(r)&&(this.renderTo=r=x.getElementById(r)),r||N(13,!0,this);var o=V(O(r,"data-highcharts-chart"));I(o)&&M[o]&&M[o].hasRendered&&M[o].destroy(),O(r,"data-highcharts-chart",this.index),r.innerHTML=f.emptyHTML,i.skipClone||r.offsetWidth||this.temporaryDisplay(),this.getChartSize(),o=this.chartWidth;var s=this.chartHeight;if(z(r,{overflow:"hidden"}),this.styledMode||(t=Y({position:"relative",overflow:"hidden",width:o+"px",height:s+"px",textAlign:"left",lineHeight:"normal",zIndex:0,"-webkit-tap-highlight-color":"rgba(0,0,0,0)",userSelect:"none","touch-action":"manipulation",outline:"none"},i.style||{})),this.container=n=j("div",{id:n},t,r),this._cursor=n.style.cursor,this.renderer=new(i.renderer||!A?c.getRendererType(i.renderer):h)(n,o,s,void 0,i.forExport,e.exporting&&e.exporting.allowHTML,this.styledMode),y(void 0,this),this.setClassName(i.className),this.styledMode)for(var a in e.defs)this.renderer.definition(e.defs[a]);else this.renderer.setStyle(i.style);this.renderer.chartIndex=this.index,W(this,"afterGetContainer")},t.prototype.getMargins=function(t){var e=this.spacing,i=this.margin,n=this.titleOffset;this.resetMargins(),n[0]&&!P(i[0])&&(this.plotTop=Math.max(this.plotTop,n[0]+e[0])),n[2]&&!P(i[2])&&(this.marginBottom=Math.max(this.marginBottom,n[2]+e[2])),this.legend&&this.legend.display&&this.legend.adjustMargins(i,e),W(this,"getMargins"),t||this.getAxisMargins()},t.prototype.getAxisMargins=function(){var t=this,e=t.axisOffset=[0,0,0,0],i=t.colorAxis,n=t.margin,r=function(t){t.forEach((function(t){t.visible&&t.getOffset()}))};t.hasCartesianSeries?r(t.axes):i&&i.length&&r(i),_.forEach((function(i,r){P(n[r])||(t[i]+=e[r])})),t.setChartSize()},t.prototype.reflow=function(t){var e=this,i=e.options.chart,n=e.renderTo,r=P(i.width)&&P(i.height),o=i.width||R(n,"width");i=i.height||R(n,"height"),n=t?t.target:L,delete e.pointer.chartPosition,r||e.isPrinting||!o||!i||n!==L&&n!==x||(o===e.containerWidth&&i===e.containerHeight||(p.clearTimeout(e.reflowTimeout),e.reflowTimeout=Z((function(){e.container&&e.setSize(void 0,void 0,!1)}),t?100:0)),e.containerWidth=o,e.containerHeight=i)},t.prototype.setReflow=function(t){var e=this;!1===t||this.unbindReflow?!1===t&&this.unbindReflow&&(this.unbindReflow=this.unbindReflow()):(this.unbindReflow=T(L,"resize",(function(t){e.options&&e.reflow(t)})),T(this,"destroy",this.unbindReflow))},t.prototype.setSize=function(t,e,i){var n=this,r=n.renderer;n.isResizing+=1,y(i,n),i=r.globalAnimation,n.oldChartHeight=n.chartHeight,n.oldChartWidth=n.chartWidth,void 0!==t&&(n.options.chart.width=t),void 0!==e&&(n.options.chart.height=e),n.getChartSize(),n.styledMode||(i?m:z)(n.container,{width:n.chartWidth+"px",height:n.chartHeight+"px"},i),n.setChartSize(!0),r.setSize(n.chartWidth,n.chartHeight,i),n.axes.forEach((function(t){t.isDirty=!0,t.setScale()})),n.isDirtyLegend=!0,n.isDirtyBox=!0,n.layOutTitles(),n.getMargins(),n.redraw(i),n.oldChartHeight=null,W(n,"resize"),Z((function(){n&&W(n,"endResize",null,(function(){--n.isResizing}))}),g(i).duration)},t.prototype.setChartSize=function(t){var e,i,n,r,o=this.inverted,s=this.renderer,a=this.chartWidth,l=this.chartHeight,c=this.options.chart,u=this.spacing,h=this.clipOffset;this.plotLeft=e=Math.round(this.plotLeft),this.plotTop=i=Math.round(this.plotTop),this.plotWidth=n=Math.max(0,Math.round(a-e-this.marginRight)),this.plotHeight=r=Math.max(0,Math.round(l-i-this.marginBottom)),this.plotSizeX=o?r:n,this.plotSizeY=o?n:r,this.plotBorderWidth=c.plotBorderWidth||0,this.spacingBox=s.spacingBox={x:u[3],y:u[0],width:a-u[3]-u[1],height:l-u[0]-u[2]},this.plotBox=s.plotBox={x:e,y:i,width:n,height:r},o=2*Math.floor(this.plotBorderWidth/2),a=Math.ceil(Math.max(o,h[3])/2),l=Math.ceil(Math.max(o,h[0])/2),this.clipBox={x:a,y:l,width:Math.floor(this.plotSizeX-Math.max(o,h[1])/2-a),height:Math.max(0,Math.floor(this.plotSizeY-Math.max(o,h[2])/2-l))},t||(this.axes.forEach((function(t){t.setAxisSize(),t.setAxisTranslation()})),s.alignElements()),W(this,"afterSetChartSize",{skipAxes:t})},t.prototype.resetMargins=function(){W(this,"resetMargins");var t=this,e=t.options.chart;["margin","spacing"].forEach((function(i){var n=e[i],r=X(n)?n:[n,n,n,n];["Top","Right","Bottom","Left"].forEach((function(n,o){t[i][o]=U(e[i+n],r[o])}))})),_.forEach((function(e,i){t[e]=U(t.margin[i],t.spacing[i])})),t.axisOffset=[0,0,0,0],t.clipOffset=[0,0,0,0]},t.prototype.drawChartBox=function(){var t,e=this.options.chart,i=this.renderer,n=this.chartWidth,r=this.chartHeight,o=this.styledMode,s=this.plotBGImage,a=e.backgroundColor,l=e.plotBackgroundColor,c=e.plotBackgroundImage,u=this.plotLeft,h=this.plotTop,d=this.plotWidth,p=this.plotHeight,f=this.plotBox,m=this.clipRect,g=this.clipBox,y=this.chartBackground,b=this.plotBackground,v=this.plotBorder,M="animate";if(y||(this.chartBackground=y=i.rect().addClass("highcharts-background").add(),M="attr"),o)var x=t=y.strokeWidth();else t=(x=e.borderWidth||0)+(e.shadow?8:0),a={fill:a||"none"},(x||y["stroke-width"])&&(a.stroke=e.borderColor,a["stroke-width"]=x),y.attr(a).shadow(e.shadow);y[M]({x:t/2,y:t/2,width:n-t-x%2,height:r-t-x%2,r:e.borderRadius}),M="animate",b||(M="attr",this.plotBackground=b=i.rect().addClass("highcharts-plot-background").add()),b[M](f),o||(b.attr({fill:l||"none"}).shadow(e.plotShadow),c&&(s?(c!==s.attr("href")&&s.attr("href",c),s.animate(f)):this.plotBGImage=i.image(c,u,h,d,p).add())),m?m.animate({width:g.width,height:g.height}):this.clipRect=i.clipRect(g),M="animate",v||(M="attr",this.plotBorder=v=i.rect().addClass("highcharts-plot-border").attr({zIndex:1}).add()),o||v.attr({stroke:e.plotBorderColor,"stroke-width":e.plotBorderWidth||0,fill:"none"}),v[M](v.crisp({x:u,y:h,width:d,height:p},-v.strokeWidth())),this.isDirtyBox=!1,W(this,"afterDrawChartBox")},t.prototype.propFromSeries=function(){var t,e,i,n=this,r=n.options.chart,o=n.options.series;["inverted","angular","polar"].forEach((function(s){for(e=S[r.type||r.defaultSeriesType],i=r[s]||e&&e.prototype[s],t=o&&o.length;!i&&t--;)(e=S[o[t].type])&&e.prototype[s]&&(i=!0);n[s]=i}))},t.prototype.linkSeries=function(){var t=this,e=t.series;e.forEach((function(t){t.linkedSeries.length=0})),e.forEach((function(e){var i=e.options.linkedTo;q(i)&&(i=":previous"===i?t.series[e.index-1]:t.get(i))&&i.linkedParent!==e&&(i.linkedSeries.push(e),e.linkedParent=i,i.enabledDataSorting&&e.setDataSortingOptions(),e.visible=U(e.options.visible,i.options.visible,e.visible))})),W(this,"afterLinkSeries")},t.prototype.renderSeries=function(){this.series.forEach((function(t){t.translate(),t.render()}))},t.prototype.renderLabels=function(){var t=this,e=t.options.labels;e.items&&e.items.forEach((function(i){var n=Y(e.style,i.style),r=V(n.left)+t.plotLeft,o=V(n.top)+t.plotTop+12;delete n.left,delete n.top,t.renderer.text(i.html,r,o).attr({zIndex:2}).css(n).add()}))},t.prototype.render=function(){var t=this.axes,e=this.colorAxis,i=this.renderer,n=this.options,r=function(t){t.forEach((function(t){t.visible&&t.render()}))},s=0;this.setTitle(),this.legend=new o(this,n.legend),this.getStacks&&this.getStacks(),this.getMargins(!0),this.setChartSize(),n=this.plotWidth,t.some((function(t){if(t.horiz&&t.visible&&t.options.labels.enabled&&t.series.length)return s=21,!0}));var a=this.plotHeight=Math.max(this.plotHeight-s,0);t.forEach((function(t){t.setScale()})),this.getAxisMargins();var l=1.1<n/this.plotWidth,c=1.05<a/this.plotHeight;(l||c)&&(t.forEach((function(t){(t.horiz&&l||!t.horiz&&c)&&t.setTickInterval(!0)})),this.getMargins()),this.drawChartBox(),this.hasCartesianSeries?r(t):e&&e.length&&r(e),this.seriesGroup||(this.seriesGroup=i.g("series-group").attr({zIndex:3}).add()),this.renderSeries(),this.renderLabels(),this.addCredits(),this.setResponsive&&this.setResponsive(),this.hasRendered=!0},t.prototype.addCredits=function(t){var e=this,i=F(!0,this.options.credits,t);i.enabled&&!this.credits&&(this.credits=this.renderer.text(i.text+(this.mapCredits||""),0,0).addClass("highcharts-credits").on("click",(function(){i.href&&(L.location.href=i.href)})).attr({align:i.position.align,zIndex:8}),e.styledMode||this.credits.css(i.style),this.credits.add().align(i.position),this.credits.update=function(t){e.credits=e.credits.destroy(),e.addCredits(t)})},t.prototype.destroy=function(){var t,e=this,i=e.axes,n=e.series,o=e.container,s=o&&o.parentNode;for(W(e,"destroy"),e.renderer.forExport?E(M,e):M[e.index]=void 0,r.chartCount--,e.renderTo.removeAttribute("data-highcharts-chart"),$(e),t=i.length;t--;)i[t]=i[t].destroy();for(this.scroller&&this.scroller.destroy&&this.scroller.destroy(),t=n.length;t--;)n[t]=n[t].destroy();"title subtitle chartBackground plotBackground plotBGImage plotBorder seriesGroup clipRect credits pointer rangeSelector legend resetZoomButton tooltip renderer".split(" ").forEach((function(t){var i=e[t];i&&i.destroy&&(e[t]=i.destroy())})),o&&(o.innerHTML=f.emptyHTML,$(o),s&&D(o)),G(e,(function(t,i){delete e[i]}))},t.prototype.firstRender=function(){var t=this,e=t.options;t.isReadyToRender&&!t.isReadyToRender()||(t.getContainer(),t.resetMargins(),t.setChartSize(),t.propFromSeries(),t.getAxes(),(H(e.series)?e.series:[]).forEach((function(e){t.initSeries(e)})),t.linkSeries(),t.setSeriesData(),W(t,"beforeRender"),l&&(s.isRequired()?t.pointer=new s(t,e):t.pointer=new l(t,e)),t.render(),t.pointer.getChartPosition(),t.renderer.imgCount||t.hasLoaded||t.onload(),t.temporaryDisplay(!0))},t.prototype.onload=function(){this.callbacks.concat([this.callback]).forEach((function(t){t&&void 0!==this.index&&t.apply(this,[this])}),this),W(this,"load"),W(this,"render"),P(this.index)&&this.setReflow(this.options.chart.reflow),this.hasLoaded=!0},t.prototype.addSeries=function(t,e,i){var n,r=this;return t&&(e=U(e,!0),W(r,"addSeries",{options:t},(function(){n=r.initSeries(t),r.isDirtyLegend=!0,r.linkSeries(),n.enabledDataSorting&&n.setData(t.data,!1),W(r,"afterAddSeries",{series:n}),e&&r.redraw(i)}))),n},t.prototype.addAxis=function(t,e,i,n){return this.createAxis(e?"xAxis":"yAxis",{axis:t,redraw:i,animation:n})},t.prototype.addColorAxis=function(t,e,i){return this.createAxis("colorAxis",{axis:t,redraw:e,animation:i})},t.prototype.createAxis=function(t,i){return t=new e(this,F(i.axis,{index:this[t].length,isX:"xAxis"===t})),U(i.redraw,!0)&&this.redraw(i.animation),t},t.prototype.showLoading=function(t){var e=this,i=e.options,n=i.loading,r=function(){o&&z(o,{left:e.plotLeft+"px",top:e.plotTop+"px",width:e.plotWidth+"px",height:e.plotHeight+"px"})},o=e.loadingDiv,s=e.loadingSpan;o||(e.loadingDiv=o=j("div",{className:"highcharts-loading highcharts-loading-hidden"},null,e.container)),s||(e.loadingSpan=s=j("span",{className:"highcharts-loading-inner"},null,o),T(e,"redraw",r)),o.className="highcharts-loading",f.setElementHTML(s,U(t,i.lang.loading,"")),e.styledMode||(z(o,Y(n.style,{zIndex:10})),z(s,n.labelStyle),e.loadingShown||(z(o,{opacity:0,display:""}),m(o,{opacity:n.style.opacity||.5},{duration:n.showDuration||0}))),e.loadingShown=!0,r()},t.prototype.hideLoading=function(){var t=this.options,e=this.loadingDiv;e&&(e.className="highcharts-loading highcharts-loading-hidden",this.styledMode||m(e,{opacity:0},{duration:t.loading.hideDuration||100,complete:function(){z(e,{display:"none"})}})),this.loadingShown=!1},t.prototype.update=function(t,e,i,n){var r,o,s=this,a={credits:"addCredits",title:"setTitle",subtitle:"setSubtitle",caption:"setCaption"},l=t.isResponsiveOptions,c=[];W(s,"update",{options:t}),l||s.setResponsive(!1,!0),t=C(t,s.options),s.userOptions=F(s.userOptions,t);var u=t.chart;if(u){if(F(!0,s.options.chart,u),"className"in u&&s.setClassName(u.className),"reflow"in u&&s.setReflow(u.reflow),"inverted"in u||"polar"in u||"type"in u){s.propFromSeries();var h=!0}"alignTicks"in u&&(h=!0),"events"in u&&v(this,u),G(u,(function(t,e){-1!==s.propsRequireUpdateSeries.indexOf("chart."+e)&&(r=!0),-1!==s.propsRequireDirtyBox.indexOf(e)&&(s.isDirtyBox=!0),-1!==s.propsRequireReflow.indexOf(e)&&(l?s.isDirtyBox=!0:o=!0)})),!s.styledMode&&u.style&&s.renderer.setStyle(s.options.chart.style||{})}!s.styledMode&&t.colors&&(this.options.colors=t.colors),t.time&&(this.time===k&&(this.time=new d(t.time)),F(!0,s.options.time,t.time)),G(t,(function(e,i){s[i]&&"function"==typeof s[i].update?s[i].update(e,!1):"function"==typeof s[a[i]]?s[a[i]](e):"colors"!==i&&-1===s.collectionsWithUpdate.indexOf(i)&&F(!0,s.options[i],t[i]),"chart"!==i&&-1!==s.propsRequireUpdateSeries.indexOf(i)&&(r=!0)})),this.collectionsWithUpdate.forEach((function(e){if(t[e]){var n=[];s[e].forEach((function(t,e){t.options.isInternal||n.push(U(t.options.index,e))})),J(t[e]).forEach((function(t,r){var o,a=P(t.id);a&&(o=s.get(t.id)),!o&&s[e]&&(o=s[e][n?n[r]:r])&&a&&P(o.options.id)&&(o=void 0),o&&o.coll===e&&(o.update(t,!1),i&&(o.touched=!0)),!o&&i&&s.collectionsWithInit[e]&&(s.collectionsWithInit[e][0].apply(s,[t].concat(s.collectionsWithInit[e][1]||[]).concat([!1])).touched=!0)})),i&&s[e].forEach((function(t){t.touched||t.options.isInternal?delete t.touched:c.push(t)}))}})),c.forEach((function(t){t.chart&&t.remove&&t.remove(!1)})),h&&s.axes.forEach((function(t){t.update({},!1)})),r&&s.getSeriesOrderByLinks().forEach((function(t){t.chart&&t.update({},!1)}),this),h=u&&u.width,u=u&&(q(u.height)?K(u.height,h||s.chartWidth):u.height),o||I(h)&&h!==s.chartWidth||I(u)&&u!==s.chartHeight?s.setSize(h,u,n):U(e,!0)&&s.redraw(n),W(s,"afterUpdate",{options:t,redraw:e,animation:n})},t.prototype.setSubtitle=function(t,e){this.applyDescription("subtitle",t),this.layOutTitles(e)},t.prototype.setCaption=function(t,e){this.applyDescription("caption",t),this.layOutTitles(e)},t.prototype.showResetZoom=function(){function t(){e.zoomOut()}var e=this,i=w.lang,n=e.options.chart.resetZoomButton,r=n.theme,o=r.states,s="chart"===n.relativeTo||"spacingBox"===n.relativeTo?null:"scrollablePlotBox";W(this,"beforeShowResetZoom",null,(function(){e.resetZoomButton=e.renderer.button(i.resetZoom,null,null,t,r,o&&o.hover).attr({align:n.position.align,title:i.resetZoomTitle}).addClass("highcharts-reset-zoom").add().align(n.position,!1,s)})),W(this,"afterShowResetZoom")},t.prototype.zoomOut=function(){W(this,"selection",{resetSelection:!0},this.zoom)},t.prototype.zoom=function(t){var e,i=this,n=i.pointer,r=i.inverted?n.mouseDownX:n.mouseDownY,o=!1;!t||t.resetSelection?(i.axes.forEach((function(t){e=t.zoom()})),n.initiated=!1):t.xAxis.concat(t.yAxis).forEach((function(t){var s=t.axis,a=i.inverted?s.left:s.top,l=i.inverted?a+s.width:a+s.height,c=s.isXAxis,u=!1;(!c&&r>=a&&r<=l||c||!P(r))&&(u=!0),n[c?"zoomX":"zoomY"]&&u&&(e=s.zoom(t.min,t.max),s.displayBtn&&(o=!0))}));var s=i.resetZoomButton;o&&!s?i.showResetZoom():!o&&X(s)&&(i.resetZoomButton=s.destroy()),e&&i.redraw(U(i.options.chart.animation,t&&t.animation,100>i.pointCount))},t.prototype.pan=function(t,e){var i=this,n=i.hoverPoints;e="object"==typeof e?e:{enabled:e,type:"x"};var r=i.options.chart,o=i.options.mapNavigation&&i.options.mapNavigation.enabled;r&&r.panning&&(r.panning=e);var s,a=e.type;W(this,"pan",{originalEvent:t},(function(){n&&n.forEach((function(t){t.setState()}));var e=i.xAxis;"xy"===a?e=e.concat(i.yAxis):"y"===a&&(e=i.yAxis);var r={};e.forEach((function(e){if(e.options.panningEnabled&&!e.options.isInternal){var n=e.horiz,l=t[n?"chartX":"chartY"],c=i[n=n?"mouseDownX":"mouseDownY"],u=e.minPointOffset||0,h=e.reversed&&!i.inverted||!e.reversed&&i.inverted?-1:1,d=e.getExtremes(),p=e.toValue(c-l,!0)+u*h,f=e.toValue(c+e.len-l,!0)-(u*h||e.isXAxis&&e.pointRangePadding||0),m=f<p;h=e.hasVerticalPanning(),c=m?f:p,p=m?p:f;var g=e.panningState;!h||e.isXAxis||g&&!g.isDirty||e.series.forEach((function(t){var e=t.getProcessedData(!0);e=t.getExtremes(e.yData,!0),g||(g={startMin:Number.MAX_VALUE,startMax:-Number.MAX_VALUE}),I(e.dataMin)&&I(e.dataMax)&&(g.startMin=Math.min(U(t.options.threshold,1/0),e.dataMin,g.startMin),g.startMax=Math.max(U(t.options.threshold,-1/0),e.dataMax,g.startMax))})),h=Math.min(U(g&&g.startMin,d.dataMin),u?d.min:e.toValue(e.toPixels(d.min)-e.minPixelPadding)),f=Math.max(U(g&&g.startMax,d.dataMax),u?d.max:e.toValue(e.toPixels(d.max)+e.minPixelPadding)),e.panningState=g,e.isOrdinal||(0<(u=h-c)&&(p+=u,c=h),0<(u=p-f)&&(p=f,c-=u),e.series.length&&c!==d.min&&p!==d.max&&c>=h&&p<=f&&(e.setExtremes(c,p,!1,!1,{trigger:"pan"}),i.resetZoomButton||o||c===h||p===f||!a.match("y")||(i.showResetZoom(),e.displayBtn=!1),s=!0),r[n]=l)}})),G(r,(function(t,e){i[e]=t})),s&&i.redraw(!1),z(i.container,{cursor:"move"})}))},t}(),Y(t.prototype,{callbacks:[],collectionsWithInit:{xAxis:[t.prototype.addAxis,[!0]],yAxis:[t.prototype.addAxis,[!1]],series:[t.prototype.addSeries]},collectionsWithUpdate:["xAxis","yAxis","series"],propsRequireDirtyBox:"backgroundColor borderColor borderWidth borderRadius plotBackgroundColor plotBackgroundImage plotBorderColor plotBorderWidth plotShadow shadow".split(" "),propsRequireReflow:"margin marginTop marginRight marginBottom marginLeft spacing spacingTop spacingRight spacingBottom spacingLeft".split(" "),propsRequireUpdateSeries:"chart.inverted chart.polar chart.ignoreHiddenSeries chart.type colors plotOptions time tooltip".split(" ")}),t})),e(i,"Core/Legend/LegendSymbol.js",[i["Core/Utilities.js"]],(function(t){var e,i=t.merge,n=t.pick;return function(t){t.drawLineMarker=function(t){var e=this.options,r=t.symbolWidth,o=t.symbolHeight,s=o/2,a=this.chart.renderer,l=this.legendGroup;t=t.baseline-Math.round(.3*t.fontMetrics.b);var c={},u=e.marker;this.chart.styledMode||(c={"stroke-width":e.lineWidth||0},e.dashStyle&&(c.dashstyle=e.dashStyle)),this.legendLine=a.path([["M",0,t],["L",r,t]]).addClass("highcharts-graph").attr(c).add(l),u&&!1!==u.enabled&&r&&(e=Math.min(n(u.radius,s),s),0===this.symbol.indexOf("url")&&(u=i(u,{width:o,height:o}),e=0),this.legendSymbol=r=a.symbol(this.symbol,r/2-e,t-e,2*e,2*e,u).addClass("highcharts-point").add(l),r.isMarker=!0)},t.drawRectangle=function(t,e){var i=t.symbolHeight,r=t.options.squareSymbol;e.legendSymbol=this.chart.renderer.rect(r?(t.symbolWidth-i)/2:0,t.baseline-i+1,r?i:t.symbolWidth,i,n(t.options.symbolRadius,i/2)).addClass("highcharts-point").attr({zIndex:3}).add(e.legendGroup)}}(e||(e={})),e})),e(i,"Core/Series/SeriesDefaults.js",[],(function(){return{lineWidth:2,allowPointSelect:!1,crisp:!0,showCheckbox:!1,animation:{duration:1e3},events:{},marker:{enabledThreshold:2,lineColor:"#ffffff",lineWidth:0,radius:4,states:{normal:{animation:!0},hover:{animation:{duration:50},enabled:!0,radiusPlus:2,lineWidthPlus:1},select:{fillColor:"#cccccc",lineColor:"#000000",lineWidth:2}}},point:{events:{}},dataLabels:{animation:{},align:"center",defer:!0,formatter:function(){var t=this.series.chart.numberFormatter;return"number"!=typeof this.y?"":t(this.y,-1)},padding:5,style:{fontSize:"11px",fontWeight:"bold",color:"contrast",textOutline:"1px contrast"},verticalAlign:"bottom",x:0,y:0},cropThreshold:300,opacity:1,pointRange:0,softThreshold:!0,states:{normal:{animation:!0},hover:{animation:{duration:50},lineWidthPlus:1,marker:{},halo:{size:10,opacity:.25}},select:{animation:{duration:0}},inactive:{animation:{duration:50},opacity:.2}},stickyTracking:!0,turboThreshold:1e3,findNearestPointBy:"x"}})),e(i,"Core/Series/Series.js",[i["Core/Animation/AnimationUtilities.js"],i["Core/DefaultOptions.js"],i["Core/Foundation.js"],i["Core/Globals.js"],i["Core/Legend/LegendSymbol.js"],i["Core/Series/Point.js"],i["Core/Series/SeriesDefaults.js"],i["Core/Series/SeriesRegistry.js"],i["Core/Renderer/SVG/SVGElement.js"],i["Core/Utilities.js"]],(function(t,e,i,n,r,o,s,a,l,c){var u=t.animObject,h=t.setAnimation,d=e.defaultOptions,p=i.registerEventOptions,f=n.hasTouch,m=n.svg,g=n.win,y=a.seriesTypes,b=c.addEvent,v=c.arrayMax,M=c.arrayMin,x=c.clamp,_=c.cleanRecursively,A=c.correctFloat,L=c.defined,w=c.erase,k=c.error,S=c.extend,T=c.find,O=c.fireEvent,C=c.getNestedProperty,j=c.isArray,z=c.isNumber,P=c.isString,D=c.merge,E=c.objectEach,N=c.pick,Y=c.removeEvent,B=c.splat,W=c.syncTimeout;return t=function(){function t(){this.zones=this.yAxis=this.xAxis=this.userOptions=this.tooltipOptions=this.processedYData=this.processedXData=this.points=this.options=this.linkedSeries=this.index=this.eventsToUnbind=this.eventOptions=this.data=this.chart=this._i=void 0}return t.prototype.init=function(t,e){O(this,"init",{options:e});var i=this,n=t.series;this.eventsToUnbind=[],i.chart=t,i.options=i.setOptions(e),e=i.options,i.linkedSeries=[],i.bindAxes(),S(i,{name:e.name,state:"",visible:!1!==e.visible,selected:!0===e.selected}),p(this,e);var r,o=e.events;(o&&o.click||e.point&&e.point.events&&e.point.events.click||e.allowPointSelect)&&(t.runTrackerClick=!0),i.getColor(),i.getSymbol(),i.parallelArrays.forEach((function(t){i[t+"Data"]||(i[t+"Data"]=[])})),i.isCartesian&&(t.hasCartesianSeries=!0),n.length&&(r=n[n.length-1]),i._i=N(r&&r._i,-1)+1,i.opacity=i.options.opacity,t.orderSeries(this.insert(n)),e.dataSorting&&e.dataSorting.enabled?i.setDataSortingOptions():i.points||i.data||i.setData(e.data,!1),O(this,"afterInit")},t.prototype.is=function(t){return y[t]&&this instanceof y[t]},t.prototype.insert=function(t){var e,i=this.options.index;if(z(i)){for(e=t.length;e--;)if(i>=N(t[e].options.index,t[e]._i)){t.splice(e+1,0,this);break}-1===e&&t.unshift(this),e+=1}else t.push(this);return N(e,t.length-1)},t.prototype.bindAxes=function(){var t,e=this,i=e.options,n=e.chart;O(this,"bindAxes",null,(function(){(e.axisTypes||[]).forEach((function(r){var o=0;n[r].forEach((function(n){t=n.options,(i[r]===o&&!t.isInternal||void 0!==i[r]&&i[r]===t.id||void 0===i[r]&&0===t.index)&&(e.insert(n.series),e[r]=n,n.isDirty=!0),t.isInternal||o++})),e[r]||e.optionalAxis===r||k(18,!0,n)}))})),O(this,"afterBindAxes")},t.prototype.updateParallelArrays=function(t,e){var i=t.series,n=arguments,r=z(e)?function(n){var r="y"===n&&i.toYData?i.toYData(t):t[n];i[n+"Data"][e]=r}:function(t){Array.prototype[e].apply(i[t+"Data"],Array.prototype.slice.call(n,2))};i.parallelArrays.forEach(r)},t.prototype.hasData=function(){return this.visible&&void 0!==this.dataMax&&void 0!==this.dataMin||this.visible&&this.yData&&0<this.yData.length},t.prototype.autoIncrement=function(t){var e,i=this.options,n=i.pointIntervalUnit,r=i.relativeXValue,o=this.chart.time,s=this.xIncrement;return s=N(s,i.pointStart,0),this.pointInterval=e=N(this.pointInterval,i.pointInterval,1),r&&z(t)&&(e*=t),n&&(i=new o.Date(s),"day"===n?o.set("Date",i,o.get("Date",i)+e):"month"===n?o.set("Month",i,o.get("Month",i)+e):"year"===n&&o.set("FullYear",i,o.get("FullYear",i)+e),e=i.getTime()-s),r&&z(t)?s+e:(this.xIncrement=s+e,s)},t.prototype.setDataSortingOptions=function(){var t=this.options;S(this,{requireSorting:!1,sorted:!1,enabledDataSorting:!0,allowDG:!1}),L(t.pointRange)||(t.pointRange=1)},t.prototype.setOptions=function(t){var e=this.chart,i=e.options,n=i.plotOptions,r=e.userOptions||{};t=D(t),e=e.styledMode;var o={plotOptions:n,userOptions:t};O(this,"setOptions",o);var s=o.plotOptions[this.type],a=r.plotOptions||{};return this.userOptions=o.userOptions,r=D(s,n.series,r.plotOptions&&r.plotOptions[this.type],t),this.tooltipOptions=D(d.tooltip,d.plotOptions.series&&d.plotOptions.series.tooltip,d.plotOptions[this.type].tooltip,i.tooltip.userOptions,n.series&&n.series.tooltip,n[this.type].tooltip,t.tooltip),this.stickyTracking=N(t.stickyTracking,a[this.type]&&a[this.type].stickyTracking,a.series&&a.series.stickyTracking,!(!this.tooltipOptions.shared||this.noSharedTooltip)||r.stickyTracking),null===s.marker&&delete r.marker,this.zoneAxis=r.zoneAxis,n=this.zones=(r.zones||[]).slice(),!r.negativeColor&&!r.negativeFillColor||r.zones||(i={value:r[this.zoneAxis+"Threshold"]||r.threshold||0,className:"highcharts-negative"},e||(i.color=r.negativeColor,i.fillColor=r.negativeFillColor),n.push(i)),n.length&&L(n[n.length-1].value)&&n.push(e?{}:{color:this.color,fillColor:this.fillColor}),O(this,"afterSetOptions",{options:r}),r},t.prototype.getName=function(){return N(this.options.name,"Series "+(this.index+1))},t.prototype.getCyclic=function(t,e,i){var n=this.chart,r=this.userOptions,o=t+"Index",s=t+"Counter",a=i?i.length:N(n.options.chart[t+"Count"],n[t+"Count"]);if(!e){var l=N(r[o],r["_"+o]);L(l)||(n.series.length||(n[s]=0),r["_"+o]=l=n[s]%a,n[s]+=1),i&&(e=i[l])}void 0!==l&&(this[o]=l),this[t]=e},t.prototype.getColor=function(){this.chart.styledMode?this.getCyclic("color"):this.options.colorByPoint?this.color="#cccccc":this.getCyclic("color",this.options.color||d.plotOptions[this.type].color,this.chart.options.colors)},t.prototype.getPointsCollection=function(){return(this.hasGroupedData?this.points:this.data)||[]},t.prototype.getSymbol=function(){this.getCyclic("symbol",this.options.marker.symbol,this.chart.options.symbols)},t.prototype.findPointIndex=function(t,e){var i,n,r=t.id,s=t.x,a=this.points,l=this.options.dataSorting;if(r)(l=this.chart.get(r))instanceof o&&(i=l);else if((this.linkedParent||this.enabledDataSorting||this.options.relativeXValue)&&(i=function(e){return!e.touched&&e.index===t.index},l&&l.matchByName?i=function(e){return!e.touched&&e.name===t.name}:this.options.relativeXValue&&(i=function(e){return!e.touched&&e.options.x===t.x}),!(i=T(a,i))))return;if(i){var c=i&&i.index;void 0!==c&&(n=!0)}return void 0===c&&z(s)&&(c=this.xData.indexOf(s,e)),-1!==c&&void 0!==c&&this.cropped&&(c=c>=this.cropStart?c-this.cropStart:c),!n&&z(c)&&a[c]&&a[c].touched&&(c=void 0),c},t.prototype.updateData=function(t,e){var i,n,r,o=this.options,s=o.dataSorting,a=this.points,l=[],c=this.requireSorting,u=t.length===a.length,h=!0;if(this.xIncrement=null,t.forEach((function(t,e){var n=L(t)&&this.pointClass.prototype.optionsToObject.call({series:this},t)||{},h=n.x;n.id||z(h)?(-1===(n=this.findPointIndex(n,r))||void 0===n?l.push(t):a[n]&&t!==o.data[n]?(a[n].update(t,!1,null,!1),a[n].touched=!0,c&&(r=n+1)):a[n]&&(a[n].touched=!0),(!u||e!==n||s&&s.enabled||this.hasDerivedData)&&(i=!0)):l.push(t)}),this),i)for(t=a.length;t--;)(n=a[t])&&!n.touched&&n.remove&&n.remove(!1,e);else!u||s&&s.enabled?h=!1:(t.forEach((function(t,e){t!==a[e].y&&a[e].update&&a[e].update(t,!1,null,!1)})),l.length=0);return a.forEach((function(t){t&&(t.touched=!1)})),!!h&&(l.forEach((function(t){this.addPoint(t,!1,null,null,!1)}),this),null===this.xIncrement&&this.xData&&this.xData.length&&(this.xIncrement=v(this.xData),this.autoIncrement()),!0)},t.prototype.setData=function(t,e,i,n){var r=this,o=r.points,s=o&&o.length||0,a=r.options,l=r.chart,c=a.dataSorting,u=r.xAxis,h=a.turboThreshold,d=this.xData,p=this.yData,f=r.pointArrayMap;f=f&&f.length;var m,g=a.keys,y=0,b=1,v=null,M=(t=t||[]).length;if(e=N(e,!0),c&&c.enabled&&(t=this.sortData(t)),!1!==n&&M&&s&&!r.cropped&&!r.hasGroupedData&&r.visible&&!r.isSeriesBoosting&&(m=this.updateData(t,i)),!m){if(r.xIncrement=null,r.colorCounter=0,this.parallelArrays.forEach((function(t){r[t+"Data"].length=0})),h&&M>h)if(v=r.getFirstValidPoint(t),z(v))for(i=0;i<M;i++)d[i]=this.autoIncrement(),p[i]=t[i];else if(j(v))if(f)if(v.length===f)for(i=0;i<M;i++)d[i]=this.autoIncrement(),p[i]=t[i];else for(i=0;i<M;i++)n=t[i],d[i]=n[0],p[i]=n.slice(1,f+1);else if(g&&(y=0<=(y=g.indexOf("x"))?y:0,b=0<=(b=g.indexOf("y"))?b:1),1===v.length&&(b=0),y===b)for(i=0;i<M;i++)d[i]=this.autoIncrement(),p[i]=t[i][b];else for(i=0;i<M;i++)n=t[i],d[i]=n[y],p[i]=n[b];else k(12,!1,l);else for(i=0;i<M;i++)void 0!==t[i]&&(n={series:r},r.pointClass.prototype.applyOptions.apply(n,[t[i]]),r.updateParallelArrays(n,i));for(p&&P(p[0])&&k(14,!0,l),r.data=[],r.options.data=r.userOptions.data=t,i=s;i--;)o[i]&&o[i].destroy&&o[i].destroy();u&&(u.minRange=u.userMinRange),r.isDirty=l.isDirtyBox=!0,r.isDirtyData=!!o,i=!1}"point"===a.legendType&&(this.processData(),this.generatePoints()),e&&l.redraw(i)},t.prototype.sortData=function(t){var e=this,i=e.options.dataSorting.sortKey||"y",n=function(t,e){return L(e)&&t.pointClass.prototype.optionsToObject.call({series:t},e)||{}};return t.forEach((function(i,r){t[r]=n(e,i),t[r].index=r}),this),t.concat().sort((function(t,e){return t=C(i,t),(e=C(i,e))<t?-1:e>t?1:0})).forEach((function(t,e){t.x=e}),this),e.linkedSeries&&e.linkedSeries.forEach((function(e){var i=e.options,r=i.data;i.dataSorting&&i.dataSorting.enabled||!r||(r.forEach((function(i,o){r[o]=n(e,i),t[o]&&(r[o].x=t[o].x,r[o].index=o)})),e.setData(r,!1))})),t},t.prototype.getProcessedData=function(t){var e=this.xAxis,i=this.options,n=i.cropThreshold,r=t||this.getExtremesFromAll||i.getExtremesFromAll,o=this.isCartesian;t=e&&e.val2lin,i=!(!e||!e.logarithmic);var s=0,a=this.xData,l=this.yData,c=this.requireSorting,u=!1,h=a.length;if(e){var d=(u=e.getExtremes()).min,p=u.max;u=e.categories&&!e.names.length}if(o&&this.sorted&&!r&&(!n||h>n||this.forceCrop))if(a[h-1]<d||a[0]>p)a=[],l=[];else if(this.yData&&(a[0]<d||a[h-1]>p)){var f=this.cropData(this.xData,this.yData,d,p);a=f.xData,l=f.yData,s=f.start,f=!0}for(n=a.length||1;--n;)if(0<(e=i?t(a[n])-t(a[n-1]):a[n]-a[n-1])&&(void 0===m||e<m))var m=e;else 0>e&&c&&!u&&(k(15,!1,this.chart),c=!1);return{xData:a,yData:l,cropped:f,cropStart:s,closestPointRange:m}},t.prototype.processData=function(t){var e=this.xAxis;if(this.isCartesian&&!this.isDirty&&!e.isDirty&&!this.yAxis.isDirty&&!t)return!1;t=this.getProcessedData(),this.cropped=t.cropped,this.cropStart=t.cropStart,this.processedXData=t.xData,this.processedYData=t.yData,this.closestPointRange=this.basePointRange=t.closestPointRange,O(this,"afterProcessData")},t.prototype.cropData=function(t,e,i,n,r){var o,s=t.length,a=0,l=s;for(r=N(r,this.cropShoulder),o=0;o<s;o++)if(t[o]>=i){a=Math.max(0,o-r);break}for(i=o;i<s;i++)if(t[i]>n){l=i+r;break}return{xData:t.slice(a,l),yData:e.slice(a,l),start:a,end:l}},t.prototype.generatePoints=function(){var t=this.options,e=t.data,i=this.processedXData,n=this.processedYData,r=this.pointClass,o=i.length,s=this.cropStart||0,a=this.hasGroupedData,l=t.keys,c=[];t=t.dataGrouping&&t.dataGrouping.groupAll?s:0;var u,h,d=this.data;if(!d&&!a){var p=[];p.length=e.length,d=this.data=p}for(l&&a&&(this.options.keys=!1),h=0;h<o;h++){if(p=s+h,a){var f=(new r).init(this,[i[h]].concat(B(n[h])));f.dataGroup=this.groupMap[t+h],f.dataGroup.options&&(f.options=f.dataGroup.options,S(f,f.dataGroup.options),delete f.dataLabels)}else(f=d[p])||void 0===e[p]||(d[p]=f=(new r).init(this,e[p],i[h]));f&&(f.index=a?t+h:p,c[h]=f)}if(this.options.keys=l,d&&(o!==(u=d.length)||a))for(h=0;h<u;h++)h!==s||a||(h+=o),d[h]&&(d[h].destroyElements(),d[h].plotX=void 0);this.data=d,this.points=c,O(this,"afterGeneratePoints")},t.prototype.getXExtremes=function(t){return{min:M(t),max:v(t)}},t.prototype.getExtremes=function(t,e){var i=this.xAxis,n=this.yAxis,r=this.processedXData||this.xData,o=[],s=this.requireSorting?this.cropShoulder:0;n=!!n&&n.positiveValuesOnly;var a,l=0,c=0,u=0,h=(t=t||this.stackedYData||this.processedYData||[]).length;if(i){var d=i.getExtremes();l=d.min,c=d.max}for(a=0;a<h;a++){var p=r[a];d=t[a];var f=(z(d)||j(d))&&(d.length||0<d||!n);if(p=e||this.getExtremesFromAll||this.options.getExtremesFromAll||this.cropped||!i||(r[a+s]||p)>=l&&(r[a-s]||p)<=c,f&&p)if(f=d.length)for(;f--;)z(d[f])&&(o[u++]=d[f]);else o[u++]=d}return t={activeYData:o,dataMin:M(o),dataMax:v(o)},O(this,"afterGetExtremes",{dataExtremes:t}),t},t.prototype.applyExtremes=function(){var t=this.getExtremes();return this.dataMin=t.dataMin,this.dataMax=t.dataMax,t},t.prototype.getFirstValidPoint=function(t){for(var e=t.length,i=0,n=null;null===n&&i<e;)n=t[i],i++;return n},t.prototype.translate=function(){this.processedXData||this.processData(),this.generatePoints();var t,e,i=this.options,n=i.stacking,r=this.xAxis,o=r.categories,s=this.enabledDataSorting,a=this.yAxis,l=this.points,c=l.length,u=this.pointPlacementToXValue(),h=!!u,d=i.threshold,p=i.startFromThreshold?d:0,f=this.zoneAxis||"y",m=Number.MAX_VALUE;for(t=0;t<c;t++){var g=l[t],y=g.x,b=void 0,v=void 0,M=g.y,_=g.low,w=n&&a.stacking&&a.stacking.stacks[(this.negStacks&&M<(p?0:d)?"-":"")+this.stackKey];if((a.positiveValuesOnly&&!a.validatePositiveValue(M)||r.positiveValuesOnly&&!r.validatePositiveValue(y))&&(g.isNull=!0),g.plotX=e=A(x(r.translate(y,0,0,0,1,u,"flags"===this.type),-1e5,1e5)),n&&this.visible&&w&&w[y]){var k=this.getStackIndicator(k,y,this.index);g.isNull||(v=(b=w[y]).points[k.key])}if(j(v)&&(_=v[0],M=v[1],_===p&&k.key===w[y].base&&(_=N(z(d)&&d,a.min)),a.positiveValuesOnly&&0>=_&&(_=null),g.total=g.stackTotal=b.total,g.percentage=b.total&&g.y/b.total*100,g.stackY=M,this.irregularWidths||b.setOffset(this.pointXOffset||0,this.barW||0)),g.yBottom=L(_)?x(a.translate(_,0,1,0,1),-1e5,1e5):null,this.dataModify&&(M=this.dataModify.modifyValue(M,t)),g.plotY=void 0,z(M)&&(void 0!==(b=a.translate(M,!1,!0,!1,!0))&&(g.plotY=x(b,-1e5,1e5))),g.isInside=this.isPointInside(g),g.clientX=h?A(r.translate(y,0,0,0,1,u)):e,g.negative=g[f]<(i[f+"Threshold"]||d||0),g.category=o&&void 0!==o[g.x]?o[g.x]:g.x,!g.isNull&&!1!==g.visible){void 0!==S&&(m=Math.min(m,Math.abs(e-S)));var S=e}g.zone=this.zones.length?g.getZone():void 0,!g.graphic&&this.group&&s&&(g.isNew=!0)}this.closestPointRangePx=m,O(this,"afterTranslate")},t.prototype.getValidPoints=function(t,e,i){var n=this.chart;return(t||this.points||[]).filter((function(t){return!(e&&!n.isInsidePlot(t.plotX,t.plotY,{inverted:n.inverted}))&&(!1!==t.visible&&(i||!t.isNull))}))},t.prototype.getClipBox=function(){var t=this.chart,e=this.xAxis,i=this.yAxis,n=D(t.clipBox);return e&&e.len!==t.plotSizeX&&(n.width=e.len),i&&i.len!==t.plotSizeY&&(n.height=i.len),n},t.prototype.getSharedClipKey=function(){return this.sharedClipKey=(this.options.xAxis||0)+","+(this.options.yAxis||0)},t.prototype.setClip=function(){var t=this.chart,e=this.group,i=this.markerGroup,n=t.sharedClips;t=t.renderer;var r=this.getClipBox(),o=this.getSharedClipKey(),s=n[o];s?s.animate(r):n[o]=s=t.clipRect(r),e&&e.clip(!1===this.options.clip?void 0:s),i&&i.clip()},t.prototype.animate=function(t){var e=this.chart,i=this.group,n=this.markerGroup,r=e.inverted,o=u(this.options.animation),s=[this.getSharedClipKey(),o.duration,o.easing,o.defer].join(),a=e.sharedClips[s],l=e.sharedClips[s+"m"];if(t&&i)o=this.getClipBox(),a?a.attr("height",o.height):(o.width=0,r&&(o.x=e.plotHeight),a=e.renderer.clipRect(o),e.sharedClips[s]=a,l=e.renderer.clipRect({x:r?(e.plotSizeX||0)+99:-99,y:r?-e.plotLeft:-e.plotTop,width:99,height:r?e.chartWidth:e.chartHeight}),e.sharedClips[s+"m"]=l),i.clip(a),n&&n.clip(l);else if(a&&!a.hasClass("highcharts-animating")){e=this.getClipBox();var c=o.step;n&&n.element.childNodes.length&&(o.step=function(t,e){c&&c.apply(e,arguments),l&&l.element&&l.attr(e.prop,"width"===e.prop?t+99:t)}),a.addClass("highcharts-animating").animate(e,o)}},t.prototype.afterAnimate=function(){var t=this;this.setClip(),E(this.chart.sharedClips,(function(e,i,n){e&&!t.chart.container.querySelector('[clip-path="url(#'+e.id+')"]')&&(e.destroy(),delete n[i])})),this.finishedAnimating=!0,O(this,"afterAnimate")},t.prototype.drawPoints=function(){var t,e,i=this.points,n=this.chart,r=this.options.marker,o=this[this.specialGroup]||this.markerGroup,s=this.xAxis,a=N(r.enabled,!(s&&!s.isRadial)||null,this.closestPointRangePx>=r.enabledThreshold*r.radius);if(!1!==r.enabled||this._hasPointMarkers)for(t=0;t<i.length;t++){var l=i[t],c=(e=l.graphic)?"animate":"attr",u=l.marker||{},h=!!l.marker;if((a&&void 0===u.enabled||u.enabled)&&!l.isNull&&!1!==l.visible){var d=N(u.symbol,this.symbol,"rect"),p=this.markerAttribs(l,l.selected&&"select");this.enabledDataSorting&&(l.startXPos=s.reversed?-(p.width||0):s.width);var f=!1!==l.isInside;e?e[f?"show":"hide"](f).animate(p):f&&(0<(p.width||0)||l.hasImage)&&(l.graphic=e=n.renderer.symbol(d,p.x,p.y,p.width,p.height,h?u:r).add(o),this.enabledDataSorting&&n.hasRendered&&(e.attr({x:l.startXPos}),c="animate")),e&&"animate"===c&&e[f?"show":"hide"](f).animate(p),e&&!n.styledMode&&e[c](this.pointAttribs(l,l.selected&&"select")),e&&e.addClass(l.getClassName(),!0)}else e&&(l.graphic=e.destroy())}},t.prototype.markerAttribs=function(t,e){var i=this.options,n=i.marker,r=t.marker||{},o=r.symbol||n.symbol,s=N(r.radius,n.radius);return e&&(n=n.states[e],e=r.states&&r.states[e],s=N(e&&e.radius,n&&n.radius,s+(n&&n.radiusPlus||0))),t.hasImage=o&&0===o.indexOf("url"),t.hasImage&&(s=0),t={x:i.crisp?Math.floor(t.plotX-s):t.plotX-s,y:t.plotY-s},s&&(t.width=t.height=2*s),t},t.prototype.pointAttribs=function(t,e){var i=this.options.marker,n=t&&t.options,r=n&&n.marker||{},o=n&&n.color,s=t&&t.color,a=t&&t.zone&&t.zone.color,l=this.color;return t=N(r.lineWidth,i.lineWidth),n=1,l=o||a||s||l,o=r.fillColor||i.fillColor||l,s=r.lineColor||i.lineColor||l,e=e||"normal",i=i.states[e]||{},e=r.states&&r.states[e]||{},t=N(e.lineWidth,i.lineWidth,t+N(e.lineWidthPlus,i.lineWidthPlus,0)),o=e.fillColor||i.fillColor||o,{stroke:s=e.lineColor||i.lineColor||s,"stroke-width":t,fill:o,opacity:n=N(e.opacity,i.opacity,n)}},t.prototype.destroy=function(t){var e,i,n,r=this,o=r.chart,s=/AppleWebKit\/533/.test(g.navigator.userAgent),a=r.data||[];for(O(r,"destroy"),this.removeEvents(t),(r.axisTypes||[]).forEach((function(t){(n=r[t])&&n.series&&(w(n.series,r),n.isDirty=n.forceRedraw=!0)})),r.legendItem&&r.chart.legend.destroyItem(r),e=a.length;e--;)(i=a[e])&&i.destroy&&i.destroy();r.clips&&r.clips.forEach((function(t){return t.destroy()})),c.clearTimeout(r.animationTimeout),E(r,(function(t,e){t instanceof l&&!t.survive&&t[s&&"group"===e?"hide":"destroy"]()})),o.hoverSeries===r&&(o.hoverSeries=void 0),w(o.series,r),o.orderSeries(),E(r,(function(e,i){t&&"hcEvents"===i||delete r[i]}))},t.prototype.applyZones=function(){var t,e,i,n,r,o,s,a,l=this,c=this.chart,u=c.renderer,h=this.zones,d=this.clips||[],p=this.graph,f=this.area,m=Math.max(c.chartWidth,c.chartHeight),g=this[(this.zoneAxis||"y")+"Axis"],y=c.inverted,b=!1;if(h.length&&(p||f)&&g&&void 0!==g.min){var v=g.reversed,M=g.horiz;p&&!this.showLine&&p.hide(),f&&f.hide();var _=g.getExtremes();h.forEach((function(h,A){t=v?M?c.plotWidth:0:M?0:g.toPixels(_.min)||0,t=x(N(e,t),0,m),e=x(Math.round(g.toPixels(N(h.value,_.max),!0)||0),0,m),b&&(t=e=g.toPixels(_.max)),n=Math.abs(t-e),r=Math.min(t,e),o=Math.max(t,e),g.isXAxis?(i={x:y?o:r,y:0,width:n,height:m},M||(i.x=c.plotHeight-i.x)):(i={x:0,y:y?o:r,width:m,height:n},M&&(i.y=c.plotWidth-i.y)),y&&u.isVML&&(i=g.isXAxis?{x:0,y:v?r:o,height:i.width,width:c.chartWidth}:{x:i.y-c.plotLeft-c.spacingBox.x,y:0,width:i.height,height:c.chartHeight}),d[A]?d[A].animate(i):d[A]=u.clipRect(i),s=l["zone-area-"+A],a=l["zone-graph-"+A],p&&a&&a.clip(d[A]),f&&s&&s.clip(d[A]),b=h.value>_.max,l.resetZones&&0===e&&(e=void 0)})),this.clips=d}else l.visible&&(p&&p.show(!0),f&&f.show(!0))},t.prototype.invertGroups=function(t){function e(){["group","markerGroup"].forEach((function(e){i[e]&&(n.renderer.isVML&&i[e].attr({width:i.yAxis.len,height:i.xAxis.len}),i[e].width=i.yAxis.len,i[e].height=i.xAxis.len,i[e].invert(!i.isRadialSeries&&t))}))}var i=this,n=i.chart;i.xAxis&&(i.eventsToUnbind.push(b(n,"resize",e)),e(),i.invertGroups=e)},t.prototype.plotGroup=function(t,e,i,n,r){var o=this[t],s=!o;return i={visibility:i,zIndex:n||.1},void 0===this.opacity||this.chart.styledMode||"inactive"===this.state||(i.opacity=this.opacity),s&&(this[t]=o=this.chart.renderer.g().add(r)),o.addClass("highcharts-"+e+" highcharts-series-"+this.index+" highcharts-"+this.type+"-series "+(L(this.colorIndex)?"highcharts-color-"+this.colorIndex+" ":"")+(this.options.className||"")+(o.hasClass("highcharts-tracker")?" highcharts-tracker":""),!0),o.attr(i)[s?"attr":"animate"](this.getPlotBox()),o},t.prototype.getPlotBox=function(){var t=this.chart,e=this.xAxis,i=this.yAxis;return t.inverted&&(e=i,i=this.xAxis),{translateX:e?e.left:t.plotLeft,translateY:i?i.top:t.plotTop,scaleX:1,scaleY:1}},t.prototype.removeEvents=function(t){t||Y(this),this.eventsToUnbind.length&&(this.eventsToUnbind.forEach((function(t){t()})),this.eventsToUnbind.length=0)},t.prototype.render=function(){var t=this,e=t.chart,i=t.options,n=u(i.animation),r=t.visible?"inherit":"hidden",o=i.zIndex,s=t.hasRendered,a=e.seriesGroup,l=e.inverted;e=!t.finishedAnimating&&e.renderer.isSVG?n.duration:0,O(this,"render");var c=t.plotGroup("group","series",r,o,a);t.markerGroup=t.plotGroup("markerGroup","markers",r,o,a),!1!==i.clip&&t.setClip(),t.animate&&e&&t.animate(!0),c.inverted=!!N(t.invertible,t.isCartesian)&&l,t.drawGraph&&(t.drawGraph(),t.applyZones()),t.visible&&t.drawPoints(),t.drawDataLabels&&t.drawDataLabels(),t.redrawPoints&&t.redrawPoints(),t.drawTracker&&!1!==t.options.enableMouseTracking&&t.drawTracker(),t.invertGroups(l),t.animate&&e&&t.animate(),s||(e&&n.defer&&(e+=n.defer),t.animationTimeout=W((function(){t.afterAnimate()}),e||0)),t.isDirty=!1,t.hasRendered=!0,O(t,"afterRender")},t.prototype.redraw=function(){var t=this.chart,e=this.isDirty||this.isDirtyData,i=this.group,n=this.xAxis,r=this.yAxis;i&&(t.inverted&&i.attr({width:t.plotWidth,height:t.plotHeight}),i.animate({translateX:N(n&&n.left,t.plotLeft),translateY:N(r&&r.top,t.plotTop)})),this.translate(),this.render(),e&&delete this.kdTree},t.prototype.searchPoint=function(t,e){var i=this.xAxis,n=this.yAxis,r=this.chart.inverted;return this.searchKDTree({clientX:r?i.len-t.chartY+i.pos:t.chartX-i.pos,plotY:r?n.len-t.chartX+n.pos:t.chartY-n.pos},e,t)},t.prototype.buildKDTree=function(t){this.buildingKdTree=!0;var e=this,i=-1<e.options.findNearestPointBy.indexOf("y")?2:1;delete e.kdTree,W((function(){e.kdTree=function t(i,n,r){var o=i&&i.length;if(o){var s=e.kdAxisArray[n%r];return i.sort((function(t,e){return t[s]-e[s]})),{point:i[o=Math.floor(o/2)],left:t(i.slice(0,o),n+1,r),right:t(i.slice(o+1),n+1,r)}}}(e.getValidPoints(null,!e.directTouch),i,i),e.buildingKdTree=!1}),e.options.kdNow||t&&"touchstart"===t.type?0:1)},t.prototype.searchKDTree=function(t,e,i){var n=this,r=this.kdAxisArray[0],o=this.kdAxisArray[1],s=e?"distX":"dist";if(e=-1<n.options.findNearestPointBy.indexOf("y")?2:1,this.kdTree||this.buildingKdTree||this.buildKDTree(i),this.kdTree)return function t(e,i,a,l){var c=i.point,u=n.kdAxisArray[a%l],h=c,d=L(e[r])&&L(c[r])?Math.pow(e[r]-c[r],2):null,p=L(e[o])&&L(c[o])?Math.pow(e[o]-c[o],2):null;return p=(d||0)+(p||0),c.dist=L(p)?Math.sqrt(p):Number.MAX_VALUE,c.distX=L(d)?Math.sqrt(d):Number.MAX_VALUE,d=0>(u=e[u]-c[u])?"right":"left",i[p=0>u?"left":"right"]&&(h=(p=t(e,i[p],a+1,l))[s]<h[s]?p:c),i[d]&&Math.sqrt(u*u)<h[s]&&(h=(e=t(e,i[d],a+1,l))[s]<h[s]?e:h),h}(t,this.kdTree,e,e)},t.prototype.pointPlacementToXValue=function(){var t=this.options,e=t.pointRange,i=this.xAxis;return"between"===(t=t.pointPlacement)&&(t=i.reversed?-.5:.5),z(t)?t*(e||i.pointRange):0},t.prototype.isPointInside=function(t){var e=this.chart,i=this.xAxis,n=this.yAxis;return void 0!==t.plotY&&void 0!==t.plotX&&0<=t.plotY&&t.plotY<=(n?n.len:e.plotHeight)&&0<=t.plotX&&t.plotX<=(i?i.len:e.plotWidth)},t.prototype.drawTracker=function(){var t=this,e=t.options,i=e.trackByArea,n=[].concat(i?t.areaPath:t.graphPath),r=t.chart,o=r.pointer,s=r.renderer,a=r.options.tooltip.snap,l=t.tracker,c=function(e){r.hoverSeries!==t&&t.onMouseOver()},u="rgba(192,192,192,"+(m?1e-4:.002)+")";l?l.attr({d:n}):t.graph&&(t.tracker=s.path(n).attr({visibility:t.visible?"visible":"hidden",zIndex:2}).addClass(i?"highcharts-tracker-area":"highcharts-tracker-line").add(t.group),r.styledMode||t.tracker.attr({"stroke-linecap":"round","stroke-linejoin":"round",stroke:u,fill:i?u:"none","stroke-width":t.graph.strokeWidth()+(i?0:2*a)}),[t.tracker,t.markerGroup,t.dataLabelsGroup].forEach((function(t){t&&(t.addClass("highcharts-tracker").on("mouseover",c).on("mouseout",(function(t){o.onTrackerMouseOut(t)})),e.cursor&&!r.styledMode&&t.css({cursor:e.cursor}),f)&&t.on("touchstart",c)}))),O(this,"afterDrawTracker")},t.prototype.addPoint=function(t,e,i,n,r){var o=this.options,s=this.data,a=this.chart,l=this.xAxis;l=l&&l.hasNames&&l.names;var c,u=o.data,h=this.xData;e=N(e,!0);var d={series:this};this.pointClass.prototype.applyOptions.apply(d,[t]);var p=d.x,f=h.length;if(this.requireSorting&&p<h[f-1])for(c=!0;f&&h[f-1]>p;)f--;this.updateParallelArrays(d,"splice",f,0,0),this.updateParallelArrays(d,f),l&&d.name&&(l[p]=d.name),u.splice(f,0,t),c&&(this.data.splice(f,0,null),this.processData()),"point"===o.legendType&&this.generatePoints(),i&&(s[0]&&s[0].remove?s[0].remove(!1):(s.shift(),this.updateParallelArrays(d,"shift"),u.shift())),!1!==r&&O(this,"addPoint",{point:d}),this.isDirtyData=this.isDirty=!0,e&&a.redraw(n)},t.prototype.removePoint=function(t,e,i){var n=this,r=n.data,o=r[t],s=n.points,a=n.chart,l=function(){s&&s.length===r.length&&s.splice(t,1),r.splice(t,1),n.options.data.splice(t,1),n.updateParallelArrays(o||{series:n},"splice",t,1),o&&o.destroy(),n.isDirty=!0,n.isDirtyData=!0,e&&a.redraw()};h(i,a),e=N(e,!0),o?o.firePointEvent("remove",null,l):l()},t.prototype.remove=function(t,e,i,n){function r(){o.destroy(n),s.isDirtyLegend=s.isDirtyBox=!0,s.linkSeries(),N(t,!0)&&s.redraw(e)}var o=this,s=o.chart;!1!==i?O(o,"remove",null,r):r()},t.prototype.update=function(t,e){t=_(t,this.userOptions),O(this,"update",{options:t});var i,n=this,r=n.chart,o=n.userOptions,s=n.initialType||n.type,a=r.options.plotOptions,l=y[s].prototype,c=n.finishedAnimating&&{animation:!1},u={},h=["eventOptions","navigatorSeries","baseSeries"],d=t.type||o.type||r.options.chart.type,p=!(this.hasDerivedData||d&&d!==this.type||void 0!==t.pointStart||void 0!==t.pointInterval||void 0!==t.relativeXValue||n.hasOptionChanged("dataGrouping")||n.hasOptionChanged("pointStart")||n.hasOptionChanged("pointInterval")||n.hasOptionChanged("pointIntervalUnit")||n.hasOptionChanged("keys"));if(d=d||s,p&&(h.push("data","isDirtyData","points","processedXData","processedYData","xIncrement","cropped","_hasPointMarkers","_hasPointLabels","clips","nodes","layout","mapMap","mapData","minY","maxY","minX","maxX"),!1!==t.visible&&h.push("area","graph"),n.parallelArrays.forEach((function(t){h.push(t+"Data")})),t.data&&(t.dataSorting&&S(n.options.dataSorting,t.dataSorting),this.setData(t.data,!1))),t=D(o,c,{index:void 0===o.index?n.index:o.index,pointStart:N(a&&a.series&&a.series.pointStart,o.pointStart,n.xData[0])},!p&&{data:n.options.data},t),p&&t.data&&(t.data=n.options.data),(h=["group","markerGroup","dataLabelsGroup","transformGroup"].concat(h)).forEach((function(t){h[t]=n[t],delete n[t]})),a=!1,y[d]){if(a=d!==n.type,n.remove(!1,!1,!1,!0),a)if(Object.setPrototypeOf)Object.setPrototypeOf(n,y[d].prototype);else{for(i in c=Object.hasOwnProperty.call(n,"hcEvents")&&n.hcEvents,l)n[i]=void 0;S(n,y[d].prototype),c?n.hcEvents=c:delete n.hcEvents}}else k(17,!0,r,{missingModuleFor:d});if(h.forEach((function(t){n[t]=h[t]})),n.init(r,t),p&&this.points){var f=n.options;!1===f.visible?(u.graphic=1,u.dataLabel=1):n._hasPointLabels||(t=f.marker,l=f.dataLabels,!t||!1!==t.enabled&&(o.marker&&o.marker.symbol)===t.symbol||(u.graphic=1),l&&!1===l.enabled&&(u.dataLabel=1)),this.points.forEach((function(t){t&&t.series&&(t.resolveColor(),Object.keys(u).length&&t.destroyElements(u),!1===f.showInLegend&&t.legendItem&&r.legend.destroyItem(t))}),this)}n.initialType=s,r.linkSeries(),a&&n.linkedSeries.length&&(n.isDirtyData=!0),O(this,"afterUpdate"),N(e,!0)&&r.redraw(!!p&&void 0)},t.prototype.setName=function(t){this.name=this.options.name=this.userOptions.name=t,this.chart.isDirtyLegend=!0},t.prototype.hasOptionChanged=function(t){var e=this.options[t],i=this.chart.options.plotOptions,n=this.userOptions[t];return n?e!==n:e!==N(i&&i[this.type]&&i[this.type][t],i&&i.series&&i.series[t],e)},t.prototype.onMouseOver=function(){var t=this.chart,e=t.hoverSeries;t.pointer.setHoverChartIndex(),e&&e!==this&&e.onMouseOut(),this.options.events.mouseOver&&O(this,"mouseOver"),this.setState("hover"),t.hoverSeries=this},t.prototype.onMouseOut=function(){var t=this.options,e=this.chart,i=e.tooltip,n=e.hoverPoint;e.hoverSeries=null,n&&n.onMouseOut(),this&&t.events.mouseOut&&O(this,"mouseOut"),!i||this.stickyTracking||i.shared&&!this.noSharedTooltip||i.hide(),e.series.forEach((function(t){t.setState("",!0)}))},t.prototype.setState=function(t,e){var i=this,n=i.options,r=i.graph,o=n.inactiveOtherPoints,s=n.states,a=N(s[t||"normal"]&&s[t||"normal"].animation,i.chart.options.chart.animation),l=n.lineWidth,c=0,u=n.opacity;if(t=t||"",i.state!==t&&([i.group,i.markerGroup,i.dataLabelsGroup].forEach((function(e){e&&(i.state&&e.removeClass("highcharts-series-"+i.state),t&&e.addClass("highcharts-series-"+t))})),i.state=t,!i.chart.styledMode)){if(s[t]&&!1===s[t].enabled)return;if(t&&(l=s[t].lineWidth||l+(s[t].lineWidthPlus||0),u=N(s[t].opacity,u)),r&&!r.dashstyle)for(n={"stroke-width":l},r.animate(n,a);i["zone-graph-"+c];)i["zone-graph-"+c].animate(n,a),c+=1;o||[i.group,i.markerGroup,i.dataLabelsGroup,i.labelBySeries].forEach((function(t){t&&t.animate({opacity:u},a)}))}e&&o&&i.points&&i.setAllPointsToState(t||void 0)},t.prototype.setAllPointsToState=function(t){this.points.forEach((function(e){e.setState&&e.setState(t)}))},t.prototype.setVisible=function(t,e){var i=this,n=i.chart,r=i.legendItem,o=n.options.chart.ignoreHiddenSeries,s=i.visible,a=(i.visible=t=i.options.visible=i.userOptions.visible=void 0===t?!s:t)?"show":"hide";["group","dataLabelsGroup","markerGroup","tracker","tt"].forEach((function(t){i[t]&&i[t][a]()})),n.hoverSeries!==i&&(n.hoverPoint&&n.hoverPoint.series)!==i||i.onMouseOut(),r&&n.legend.colorizeItem(i,t),i.isDirty=!0,i.options.stacking&&n.series.forEach((function(t){t.options.stacking&&t.visible&&(t.isDirty=!0)})),i.linkedSeries.forEach((function(e){e.setVisible(t,!1)})),o&&(n.isDirtyBox=!0),O(i,a),!1!==e&&n.redraw()},t.prototype.show=function(){this.setVisible(!0)},t.prototype.hide=function(){this.setVisible(!1)},t.prototype.select=function(t){this.selected=t=this.options.selected=void 0===t?!this.selected:t,this.checkbox&&(this.checkbox.checked=t),O(this,t?"select":"unselect")},t.prototype.shouldShowTooltip=function(t,e,i){return void 0===i&&(i={}),i.series=this,i.visiblePlotOnly=!0,this.chart.isInsidePlot(t,e,i)},t.defaultOptions=s,t}(),S(t.prototype,{axisTypes:["xAxis","yAxis"],coll:"series",colorCounter:0,cropShoulder:1,directTouch:!1,drawLegendSymbol:r.drawLineMarker,isCartesian:!0,kdAxisArray:["clientX","plotY"],parallelArrays:["x","y"],pointClass:o,requireSorting:!0,sorted:!0}),a.series=t,t})),e(i,"Extensions/ScrollablePlotArea.js",[i["Core/Animation/AnimationUtilities.js"],i["Core/Axis/Axis.js"],i["Core/Chart/Chart.js"],i["Core/Series/Series.js"],i["Core/Renderer/RendererRegistry.js"],i["Core/Utilities.js"]],(function(t,e,i,n,r,o){var s=t.stop,a=o.addEvent,l=o.createElement,c=o.merge,u=o.pick;a(i,"afterSetChartSize",(function(t){var i=this.options.chart.scrollablePlotArea,n=i&&i.minWidth;if(i=i&&i.minHeight,!this.renderer.forExport){if(n){if(this.scrollablePixelsX=n=Math.max(0,n-this.chartWidth)){this.scrollablePlotBox=this.renderer.scrollablePlotBox=c(this.plotBox),this.plotBox.width=this.plotWidth+=n,this.inverted?this.clipBox.height+=n:this.clipBox.width+=n;var r={1:{name:"right",value:n}}}}else i&&(this.scrollablePixelsY=n=Math.max(0,i-this.chartHeight))&&(this.scrollablePlotBox=this.renderer.scrollablePlotBox=c(this.plotBox),this.plotBox.height=this.plotHeight+=n,this.inverted?this.clipBox.width+=n:this.clipBox.height+=n,r={2:{name:"bottom",value:n}});r&&!t.skipAxes&&this.axes.forEach((function(t){r[t.side]?t.getPlotLinePath=function(){var i=r[t.side].name,n=this[i];this[i]=n-r[t.side].value;var o=e.prototype.getPlotLinePath.apply(this,arguments);return this[i]=n,o}:(t.setAxisSize(),t.setAxisTranslation())}))}})),a(i,"render",(function(){this.scrollablePixelsX||this.scrollablePixelsY?(this.setUpScrolling&&this.setUpScrolling(),this.applyFixed()):this.fixedDiv&&this.applyFixed()})),i.prototype.setUpScrolling=function(){var t=this,e={WebkitOverflowScrolling:"touch",overflowX:"hidden",overflowY:"hidden"};this.scrollablePixelsX&&(e.overflowX="auto"),this.scrollablePixelsY&&(e.overflowY="auto"),this.scrollingParent=l("div",{className:"highcharts-scrolling-parent"},{position:"relative"},this.renderTo),this.scrollingContainer=l("div",{className:"highcharts-scrolling"},e,this.scrollingParent),a(this.scrollingContainer,"scroll",(function(){t.pointer&&delete t.pointer.chartPosition})),this.innerContainer=l("div",{className:"highcharts-inner-container"},null,this.scrollingContainer),this.innerContainer.appendChild(this.container),this.setUpScrolling=null},i.prototype.moveFixedElements=function(){var t,e=this.container,i=this.fixedRenderer,n=".highcharts-contextbutton .highcharts-credits .highcharts-legend .highcharts-legend-checkbox .highcharts-navigator-series .highcharts-navigator-xaxis .highcharts-navigator-yaxis .highcharts-navigator .highcharts-reset-zoom .highcharts-drillup-button .highcharts-scrollbar .highcharts-subtitle .highcharts-title".split(" ");this.scrollablePixelsX&&!this.inverted?t=".highcharts-yaxis":this.scrollablePixelsX&&this.inverted||this.scrollablePixelsY&&!this.inverted?t=".highcharts-xaxis":this.scrollablePixelsY&&this.inverted&&(t=".highcharts-yaxis"),t&&n.push(t+":not(.highcharts-radial-axis)",t+"-labels:not(.highcharts-radial-axis-labels)"),n.forEach((function(t){[].forEach.call(e.querySelectorAll(t),(function(t){(t.namespaceURI===i.SVG_NS?i.box:i.box.parentNode).appendChild(t),t.style.pointerEvents="auto"}))}))},i.prototype.applyFixed=function(){var t=!this.fixedDiv,e=this.options.chart,i=e.scrollablePlotArea,n=r.getRendererType();t?(this.fixedDiv=l("div",{className:"highcharts-fixed"},{position:"absolute",overflow:"hidden",pointerEvents:"none",zIndex:(e.style&&e.style.zIndex||0)+2,top:0},null,!0),this.scrollingContainer&&this.scrollingContainer.parentNode.insertBefore(this.fixedDiv,this.scrollingContainer),this.renderTo.style.overflow="visible",this.fixedRenderer=e=new n(this.fixedDiv,this.chartWidth,this.chartHeight,this.options.chart.style),this.scrollableMask=e.path().attr({fill:this.options.chart.backgroundColor||"#fff","fill-opacity":u(i.opacity,.85),zIndex:-1}).addClass("highcharts-scrollable-mask").add(),a(this,"afterShowResetZoom",this.moveFixedElements),a(this,"afterDrilldown",this.moveFixedElements),a(this,"afterLayOutTitles",this.moveFixedElements)):this.fixedRenderer.setSize(this.chartWidth,this.chartHeight),(this.scrollableDirty||t)&&(this.scrollableDirty=!1,this.moveFixedElements()),e=this.chartWidth+(this.scrollablePixelsX||0),n=this.chartHeight+(this.scrollablePixelsY||0),s(this.container),this.container.style.width=e+"px",this.container.style.height=n+"px",this.renderer.boxWrapper.attr({width:e,height:n,viewBox:[0,0,e,n].join(" ")}),this.chartBackground.attr({width:e,height:n}),this.scrollingContainer.style.height=this.chartHeight+"px",t&&(i.scrollPositionX&&(this.scrollingContainer.scrollLeft=this.scrollablePixelsX*i.scrollPositionX),i.scrollPositionY&&(this.scrollingContainer.scrollTop=this.scrollablePixelsY*i.scrollPositionY)),n=this.axisOffset,t=this.plotTop-n[0]-1,i=this.plotLeft-n[3]-1,e=this.plotTop+this.plotHeight+n[2]+1,n=this.plotLeft+this.plotWidth+n[1]+1;var o=this.plotLeft+this.plotWidth-(this.scrollablePixelsX||0),c=this.plotTop+this.plotHeight-(this.scrollablePixelsY||0);t=this.scrollablePixelsX?[["M",0,t],["L",this.plotLeft-1,t],["L",this.plotLeft-1,e],["L",0,e],["Z"],["M",o,t],["L",this.chartWidth,t],["L",this.chartWidth,e],["L",o,e],["Z"]]:this.scrollablePixelsY?[["M",i,0],["L",i,this.plotTop-1],["L",n,this.plotTop-1],["L",n,0],["Z"],["M",i,c],["L",i,this.chartHeight],["L",n,this.chartHeight],["L",n,c],["Z"]]:[["M",0,0]],"adjustHeight"!==this.redrawTrigger&&this.scrollableMask.attr({d:t})},a(e,"afterInit",(function(){this.chart.scrollableDirty=!0})),a(n,"show",(function(){this.chart.scrollableDirty=!0}))})),e(i,"Core/Axis/StackingAxis.js",[i["Core/Animation/AnimationUtilities.js"],i["Core/Axis/Axis.js"],i["Core/Utilities.js"]],(function(t,e,i){var n,r=t.getDeferredAnimation,o=i.addEvent,s=i.destroyObjectProperties,a=i.fireEvent,l=i.isNumber,c=i.objectEach;return function(t){function e(){var t=this.stacking;if(t){var e=t.stacks;c(e,(function(t,i){s(t),e[i]=null})),t&&t.stackTotalGroup&&t.stackTotalGroup.destroy()}}function i(){this.stacking||(this.stacking=new u(this))}var n=[];t.compose=function(t){return-1===n.indexOf(t)&&(n.push(t),o(t,"init",i),o(t,"destroy",e)),t};var u=function(){function t(t){this.oldStacks={},this.stacks={},this.stacksTouched=0,this.axis=t}return t.prototype.buildStacks=function(){var t,e=this.axis,i=e.series,n=e.options.reversedStacks,r=i.length;if(!e.isXAxis){for(this.usePercentage=!1,t=r;t--;){var o=i[n?t:r-t-1];o.setStackedPoints(),o.setGroupedPoints()}for(t=0;t<r;t++)i[t].modifyStacks();a(e,"afterBuildStacks")}},t.prototype.cleanStacks=function(){if(!this.axis.isXAxis){if(this.oldStacks)var t=this.stacks=this.oldStacks;c(t,(function(t){c(t,(function(t){t.cumulative=t.total}))}))}},t.prototype.resetStacks=function(){var t=this,e=t.stacks;t.axis.isXAxis||c(e,(function(e){c(e,(function(i,n){l(i.touched)&&i.touched<t.stacksTouched?(i.destroy(),delete e[n]):(i.total=null,i.cumulative=null)}))}))},t.prototype.renderStackTotals=function(){var t=this.axis,e=t.chart,i=e.renderer,n=this.stacks;t=r(e,t.options.stackLabels&&t.options.stackLabels.animation||!1);var o=this.stackTotalGroup=this.stackTotalGroup||i.g("stack-labels").attr({visibility:"visible",zIndex:6,opacity:0}).add();o.translate(e.plotLeft,e.plotTop),c(n,(function(t){c(t,(function(t){t.render(o)}))})),o.animate({opacity:1},t)},t}();t.Additions=u}(n||(n={})),n})),e(i,"Extensions/Stacking.js",[i["Core/Axis/Axis.js"],i["Core/Chart/Chart.js"],i["Core/FormatUtilities.js"],i["Core/Globals.js"],i["Core/Series/Series.js"],i["Core/Axis/StackingAxis.js"],i["Core/Utilities.js"]],(function(t,e,i,n,r,o,s){var a=i.format,l=s.correctFloat,c=s.defined,u=s.destroyObjectProperties,h=s.isArray,d=s.isNumber,p=s.objectEach,f=s.pick,m=function(){function t(t,e,i,n,r){var o=t.chart.inverted;this.axis=t,this.isNegative=i,this.options=e=e||{},this.x=n,this.total=null,this.points={},this.hasValidPoints=!1,this.stack=r,this.rightCliff=this.leftCliff=0,this.alignOptions={align:e.align||(o?i?"left":"right":"center"),verticalAlign:e.verticalAlign||(o?"middle":i?"bottom":"top"),y:e.y,x:e.x},this.textAlign=e.textAlign||(o?i?"right":"left":"center")}return t.prototype.destroy=function(){u(this,this.axis)},t.prototype.render=function(t){var e=this.axis.chart,i=this.options,n=i.format;n=n?a(n,this,e):i.formatter.call(this),this.label?this.label.attr({text:n,visibility:"hidden"}):(this.label=e.renderer.label(n,null,null,i.shape,null,null,i.useHTML,!1,"stack-labels"),n={r:i.borderRadius||0,text:n,rotation:i.rotation,padding:f(i.padding,5),visibility:"hidden"},e.styledMode||(n.fill=i.backgroundColor,n.stroke=i.borderColor,n["stroke-width"]=i.borderWidth,this.label.css(i.style)),this.label.attr(n),this.label.added||this.label.add(t)),this.label.labelrank=e.plotSizeY},t.prototype.setOffset=function(t,e,i,n,o){var s=this.axis,a=s.chart;n=s.translate(s.stacking.usePercentage?100:n||this.total,0,0,0,1),i=s.translate(i||0),i=c(n)&&Math.abs(n-i),t=f(o,a.xAxis[0].translate(this.x))+t,s=c(n)&&this.getStackBox(a,this,t,n,e,i,s),e=this.label,i=this.isNegative,t="justify"===f(this.options.overflow,"justify");var l=this.textAlign;e&&s&&(o=e.getBBox(),n=e.padding,l="left"===l?a.inverted?-n:n:"right"===l?o.width:a.inverted&&"center"===l?o.width/2:a.inverted?i?o.width+n:-n:o.width/2,i=a.inverted?o.height/2:i?-n:o.height,this.alignOptions.x=f(this.options.x,0),this.alignOptions.y=f(this.options.y,0),s.x-=l,s.y-=i,e.align(this.alignOptions,null,s),a.isInsidePlot(e.alignAttr.x+l-this.alignOptions.x,e.alignAttr.y+i-this.alignOptions.y)?e.show():(e.alignAttr.y=-9999,t=!1),t&&r.prototype.justifyDataLabel.call(this.axis,e,this.alignOptions,e.alignAttr,o,s),e.attr({x:e.alignAttr.x,y:e.alignAttr.y}),f(!t&&this.options.crop,!0)&&((a=d(e.x)&&d(e.y)&&a.isInsidePlot(e.x-n+e.width,e.y)&&a.isInsidePlot(e.x+n,e.y))||e.hide()))},t.prototype.getStackBox=function(t,e,i,n,r,o,s){var a=e.axis.reversed,l=t.inverted,c=s.height+s.pos-(l?t.plotLeft:t.plotTop);return e=e.isNegative&&!a||!e.isNegative&&a,{x:l?e?n-s.right:n-o+s.pos-t.plotLeft:i+t.xAxis[0].transB-t.plotLeft,y:l?s.height-i-r:e?c-n-o:c-n,width:l?o:r,height:l?r:o}},t}();return e.prototype.getStacks=function(){var t=this,e=t.inverted;t.yAxis.forEach((function(t){t.stacking&&t.stacking.stacks&&t.hasVisibleSeries&&(t.stacking.oldStacks=t.stacking.stacks)})),t.series.forEach((function(i){var n=i.xAxis&&i.xAxis.options||{};!i.options.stacking||!0!==i.visible&&!1!==t.options.chart.ignoreHiddenSeries||(i.stackKey=[i.type,f(i.options.stack,""),e?n.top:n.left,e?n.height:n.width].join())}))},o.compose(t),r.prototype.setGroupedPoints=function(){var t=this.yAxis.stacking;this.options.centerInCategory&&(this.is("column")||this.is("columnrange"))&&!this.options.stacking&&1<this.chart.series.length?r.prototype.setStackedPoints.call(this,"group"):t&&p(t.stacks,(function(e,i){"group"===i.slice(-5)&&(p(e,(function(t){return t.destroy()})),delete t.stacks[i])}))},r.prototype.setStackedPoints=function(t){var e=t||this.options.stacking;if(e&&(!0===this.visible||!1===this.chart.options.chart.ignoreHiddenSeries)){var i=this.processedXData,n=this.processedYData,r=[],o=n.length,s=this.options,a=s.threshold,u=f(s.startFromThreshold&&a,0);s=s.stack;var d,p,g="-"+(t=t?this.type+","+e:this.stackKey),y=this.negStacks,b=this.yAxis,v=b.stacking.stacks,M=b.stacking.oldStacks;for(b.stacking.stacksTouched+=1,p=0;p<o;p++){var x=i[p],_=n[p],A=this.getStackIndicator(A,x,this.index),L=A.key,w=(d=y&&_<(u?0:a))?g:t;v[w]||(v[w]={}),v[w][x]||(M[w]&&M[w][x]?(v[w][x]=M[w][x],v[w][x].total=null):v[w][x]=new m(b,b.options.stackLabels,d,x,s)),w=v[w][x],null!==_?(w.points[L]=w.points[this.index]=[f(w.cumulative,u)],c(w.cumulative)||(w.base=L),w.touched=b.stacking.stacksTouched,0<A.index&&!1===this.singleStacks&&(w.points[L][0]=w.points[this.index+","+x+",0"][0])):w.points[L]=w.points[this.index]=null,"percent"===e?(d=d?t:g,y&&v[d]&&v[d][x]?(d=v[d][x],w.total=d.total=Math.max(d.total,w.total)+Math.abs(_)||0):w.total=l(w.total+(Math.abs(_)||0))):"group"===e?(h(_)&&(_=_[0]),null!==_&&(w.total=(w.total||0)+1)):w.total=l(w.total+(_||0)),w.cumulative="group"===e?(w.total||1)-1:f(w.cumulative,u)+(_||0),null!==_&&(w.points[L].push(w.cumulative),r[p]=w.cumulative,w.hasValidPoints=!0)}"percent"===e&&(b.stacking.usePercentage=!0),"group"!==e&&(this.stackedYData=r),b.stacking.oldStacks={}}},r.prototype.modifyStacks=function(){var t,e=this,i=e.stackKey,n=e.yAxis.stacking.stacks,r=e.processedXData,o=e.options.stacking;e[o+"Stacker"]&&[i,"-"+i].forEach((function(i){for(var s,a,l=r.length;l--;)s=r[l],t=e.getStackIndicator(t,s,e.index,i),(a=(s=n[i]&&n[i][s])&&s.points[t.key])&&e[o+"Stacker"](a,s,l)}))},r.prototype.percentStacker=function(t,e,i){e=e.total?100/e.total:0,t[0]=l(t[0]*e),t[1]=l(t[1]*e),this.stackedYData[i]=t[1]},r.prototype.getStackIndicator=function(t,e,i,n){return!c(t)||t.x!==e||n&&t.key!==n?t={x:e,index:0,key:n}:t.index++,t.key=[i,e,t.index].join(),t},n.StackItem=m,n.StackItem})),e(i,"Series/Line/LineSeries.js",[i["Core/Series/Series.js"],i["Core/Series/SeriesRegistry.js"],i["Core/Utilities.js"]],(function(t,e,i){var n=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),r=i.defined,o=i.merge;return i=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t.data=void 0,t.options=void 0,t.points=void 0,t}return n(i,e),i.prototype.drawGraph=function(){var t=this,e=this.options,i=(this.gappedPath||this.getGraphPath).call(this),n=this.chart.styledMode,r=[["graph","highcharts-graph"]];n||r[0].push(e.lineColor||this.color||"#cccccc",e.dashStyle),(r=t.getZonesGraphs(r)).forEach((function(r,o){var s=r[0],a=t[s],l=a?"animate":"attr";a?(a.endX=t.preventGraphAnimation?null:i.xMap,a.animate({d:i})):i.length&&(t[s]=a=t.chart.renderer.path(i).addClass(r[1]).attr({zIndex:1}).add(t.group)),a&&!n&&(s={stroke:r[2],"stroke-width":e.lineWidth,fill:t.fillGraph&&t.color||"none"},r[3]?s.dashstyle=r[3]:"square"!==e.linecap&&(s["stroke-linecap"]=s["stroke-linejoin"]="round"),a[l](s).shadow(2>o&&e.shadow)),a&&(a.startX=i.xMap,a.isArea=i.isArea)}))},i.prototype.getGraphPath=function(t,e,i){var n,o=this,s=o.options,a=[],l=[],c=s.step,u=(t=t||o.points).reversed;return u&&t.reverse(),(c={right:1,center:2}[c]||c&&3)&&u&&(c=4-c),(t=this.getValidPoints(t,!1,!(s.connectNulls&&!e&&!i))).forEach((function(u,h){var d=u.plotX,p=u.plotY,f=t[h-1];(u.leftCliff||f&&f.rightCliff)&&!i&&(n=!0),u.isNull&&!r(e)&&0<h?n=!s.connectNulls:u.isNull&&!e?n=!0:(0===h||n?h=[["M",u.plotX,u.plotY]]:o.getPointSpline?h=[o.getPointSpline(t,u,h)]:c?(h=1===c?[["L",f.plotX,p]]:2===c?[["L",(f.plotX+d)/2,f.plotY],["L",(f.plotX+d)/2,p]]:[["L",d,f.plotY]]).push(["L",d,p]):h=[["L",d,p]],l.push(u.x),c&&(l.push(u.x),2===c&&l.push(u.x)),a.push.apply(a,h),n=!1)})),a.xMap=l,o.graphPath=a},i.prototype.getZonesGraphs=function(t){return this.zones.forEach((function(e,i){i=["zone-graph-"+i,"highcharts-graph highcharts-zone-graph-"+i+" "+(e.className||"")],this.chart.styledMode||i.push(e.color||this.color,e.dashStyle||this.options.dashStyle),t.push(i)}),this),t},i.defaultOptions=o(t.defaultOptions,{}),i}(t),e.registerSeriesType("line",i),i})),e(i,"Series/Area/AreaSeries.js",[i["Core/Color/Color.js"],i["Core/Legend/LegendSymbol.js"],i["Core/Series/SeriesRegistry.js"],i["Core/Utilities.js"]],(function(t,e,i,n){var r,o=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(t,e)},function(t,e){function i(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)}),s=t.parse,a=i.seriesTypes.line;t=n.extend;var l=n.merge,c=n.objectEach,u=n.pick;return n=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.options=void 0,e.points=void 0,e}return o(e,t),e.prototype.drawGraph=function(){this.areaPath=[],t.prototype.drawGraph.apply(this);var e=this,i=this.areaPath,n=this.options,r=[["area","highcharts-area",this.color,n.fillColor]];this.zones.forEach((function(t,i){r.push(["zone-area-"+i,"highcharts-area highcharts-zone-area-"+i+" "+t.className,t.color||e.color,t.fillColor||n.fillColor])})),r.forEach((function(t){var r=t[0],o=e[r],a=o?"animate":"attr",l={};o?(o.endX=e.preventGraphAnimation?null:i.xMap,o.animate({d:i})):(l.zIndex=0,(o=e[r]=e.chart.renderer.path(i).addClass(t[1]).add(e.group)).isArea=!0),e.chart.styledMode||(l.fill=u(t[3],s(t[2]).setOpacity(u(n.fillOpacity,.75)).get())),o[a](l),o.startX=i.xMap,o.shiftUnit=n.step?2:1}))},e.prototype.getGraphPath=function(t){var e,i=a.prototype.getGraphPath,n=this.options,r=n.stacking,o=this.yAxis,s=[],l=[],c=this.index,h=o.stacking.stacks[this.stackKey],d=n.threshold,p=Math.round(o.getThreshold(n.threshold));n=u(n.connectNulls,"percent"===r);var f=function(e,i,n){var a=t[e];e=r&&h[a.x].points[c];var u=a[n+"Null"]||0;if(n=a[n+"Cliff"]||0,a=!0,n||u){var f=(u?e[0]:e[1])+n,m=e[0]+n;a=!!u}else!r&&t[i]&&t[i].isNull&&(f=m=d);void 0!==f&&(l.push({plotX:g,plotY:null===f?p:o.getThreshold(f),isNull:a,isCliff:!0}),s.push({plotX:g,plotY:null===m?p:o.getThreshold(m),doCurve:!1}))};for(t=t||this.points,r&&(t=this.getStackPoints(t)),e=0;e<t.length;e++){r||(t[e].leftCliff=t[e].rightCliff=t[e].leftNull=t[e].rightNull=void 0);var m=t[e].isNull,g=u(t[e].rectPlotX,t[e].plotX),y=r?u(t[e].yBottom,p):p;m&&!n||(n||f(e,e-1,"left"),m&&!r&&n||(l.push(t[e]),s.push({x:e,plotX:g,plotY:y})),n||f(e,e+1,"right"))}return e=i.call(this,l,!0,!0),s.reversed=!0,(y=(m=i.call(this,s,!0,!0))[0])&&"M"===y[0]&&(m[0]=["L",y[1],y[2]]),(m=e.concat(m)).length&&m.push(["Z"]),i=i.call(this,l,!1,n),m.xMap=e.xMap,this.areaPath=m,i},e.prototype.getStackPoints=function(t){var e=this,i=[],n=[],r=this.xAxis,o=this.yAxis,s=o.stacking.stacks[this.stackKey],a={},l=o.series,h=l.length,d=o.options.reversedStacks?1:-1,p=l.indexOf(e);if(t=t||this.points,this.options.stacking){for(var f=0;f<t.length;f++)t[f].leftNull=t[f].rightNull=void 0,a[t[f].x]=t[f];c(s,(function(t,e){null!==t.total&&n.push(e)})),n.sort((function(t,e){return t-e}));var m=l.map((function(t){return t.visible}));n.forEach((function(t,c){var f,g,y=0;if(a[t]&&!a[t].isNull)i.push(a[t]),[-1,1].forEach((function(i){var r=1===i?"rightNull":"leftNull",o=0,u=s[n[c+i]];if(u)for(var y=p;0<=y&&y<h;){var b=l[y].index;(f=u.points[b])||(b===e.index?a[t][r]=!0:m[y]&&(g=s[t].points[b])&&(o-=g[1]-g[0])),y+=d}a[t][1===i?"rightCliff":"leftCliff"]=o}));else{for(var b=p;0<=b&&b<h;){if(f=s[t].points[l[b].index]){y=f[1];break}b+=d}y=u(y,0),y=o.translate(y,0,1,0,1),i.push({isNull:!0,plotX:r.translate(t,0,0,0,1),x:t,plotY:y,yBottom:y})}}))}return i},e.defaultOptions=l(a.defaultOptions,{threshold:0}),e}(a),t(n.prototype,{singleStacks:!1,drawLegendSymbol:e.drawRectangle}),i.registerSeriesType("area",n),n})),e(i,"Series/Spline/SplineSeries.js",[i["Core/Series/SeriesRegistry.js"],i["Core/Utilities.js"]],(function(t,e){var i=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),n=t.seriesTypes.line,r=e.merge,o=e.pick;return e=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.options=void 0,e.points=void 0,e}return i(e,t),e.prototype.getPointSpline=function(t,e,i){var n=e.plotX||0,r=e.plotY||0,s=t[i-1];if(i=t[i+1],s&&!s.isNull&&!1!==s.doCurve&&!e.isCliff&&i&&!i.isNull&&!1!==i.doCurve&&!e.isCliff){t=s.plotY||0;var a=i.plotX||0;i=i.plotY||0;var l=0,c=(1.5*n+(s.plotX||0))/2.5,u=(1.5*r+t)/2.5,h=(1.5*r+i)/2.5;(a=(1.5*n+a)/2.5)!==c&&(l=(h-u)*(a-n)/(a-c)+r-h),h+=l,(u+=l)>t&&u>r?h=2*r-(u=Math.max(t,r)):u<t&&u<r&&(h=2*r-(u=Math.min(t,r))),h>i&&h>r?u=2*r-(h=Math.max(i,r)):h<i&&h<r&&(u=2*r-(h=Math.min(i,r))),e.rightContX=a,e.rightContY=h}return e=["C",o(s.rightContX,s.plotX,0),o(s.rightContY,s.plotY,0),o(c,n,0),o(u,r,0),n,r],s.rightContX=s.rightContY=void 0,e},e.defaultOptions=r(n.defaultOptions),e}(n),t.registerSeriesType("spline",e),e})),e(i,"Series/AreaSpline/AreaSplineSeries.js",[i["Series/Area/AreaSeries.js"],i["Series/Spline/SplineSeries.js"],i["Core/Legend/LegendSymbol.js"],i["Core/Series/SeriesRegistry.js"],i["Core/Utilities.js"]],(function(t,e,i,n,r){var o=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),s=t.prototype,a=r.extend,l=r.merge;return a((r=function(i){function n(){var t=null!==i&&i.apply(this,arguments)||this;return t.data=void 0,t.points=void 0,t.options=void 0,t}return o(n,i),n.defaultOptions=l(e.defaultOptions,t.defaultOptions),n}(e)).prototype,{getGraphPath:s.getGraphPath,getStackPoints:s.getStackPoints,drawGraph:s.drawGraph,drawLegendSymbol:i.drawRectangle}),n.registerSeriesType("areaspline",r),r})),e(i,"Series/Column/ColumnSeries.js",[i["Core/Animation/AnimationUtilities.js"],i["Core/Color/Color.js"],i["Core/Globals.js"],i["Core/Legend/LegendSymbol.js"],i["Core/Series/Series.js"],i["Core/Series/SeriesRegistry.js"],i["Core/Utilities.js"]],(function(t,e,i,n,r,o,s){var a=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),l=t.animObject,c=e.parse,u=i.hasTouch;t=i.noop;var h=s.clamp,d=s.css,p=s.defined,f=s.extend,m=s.fireEvent,g=s.isArray,y=s.isNumber,b=s.merge,v=s.pick,M=s.objectEach;return s=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.borderWidth=void 0,e.data=void 0,e.group=void 0,e.options=void 0,e.points=void 0,e}return a(e,t),e.prototype.animate=function(t){var e=this,i=this.yAxis,n=e.options,r=this.chart.inverted,o={},s=r?"translateX":"translateY";if(t)o.scaleY=.001,t=h(i.toPixels(n.threshold),i.pos,i.pos+i.len),r?o.translateX=t-i.len:o.translateY=t,e.clipBox&&e.setClip(),e.group.attr(o);else{var a=Number(e.group.attr(s));e.group.animate({scaleY:1},f(l(e.options.animation),{step:function(t,n){e.group&&(o[s]=a+n.pos*(i.pos-a),e.group.attr(o))}}))}},e.prototype.init=function(e,i){t.prototype.init.apply(this,arguments);var n=this;(e=n.chart).hasRendered&&e.series.forEach((function(t){t.type===n.type&&(t.isDirty=!0)}))},e.prototype.getColumnMetrics=function(){var t=this,e=t.options,i=t.xAxis,n=t.yAxis,r=i.options.reversedStacks;r=i.reversed&&!r||!i.reversed&&r;var o,s={},a=0;!1===e.grouping?a=1:t.chart.series.forEach((function(e){var i=e.yAxis,r=e.options;if(e.type===t.type&&(e.visible||!t.chart.options.chart.ignoreHiddenSeries)&&n.len===i.len&&n.pos===i.pos){if(r.stacking&&"group"!==r.stacking){o=e.stackKey,void 0===s[o]&&(s[o]=a++);var l=s[o]}else!1!==r.grouping&&(l=a++);e.columnIndex=l}}));var l=Math.min(Math.abs(i.transA)*(i.ordinal&&i.ordinal.slope||e.pointRange||i.closestPointRange||i.tickInterval||1),i.len),c=l*e.groupPadding,u=(l-2*c)/(a||1);return e=Math.min(e.maxPointWidth||i.len,v(e.pointWidth,u*(1-2*e.pointPadding))),t.columnMetrics={width:e,offset:(u-e)/2+(c+((t.columnIndex||0)+(r?1:0))*u-l/2)*(r?-1:1),paddedWidth:u,columnCount:a},t.columnMetrics},e.prototype.crispCol=function(t,e,i,n){var r=this.chart,o=this.borderWidth,s=-(o%2?.5:0);return o=o%2?.5:1,r.inverted&&r.renderer.isVML&&(o+=1),this.options.crisp&&(i=Math.round(t+i)+s,i-=t=Math.round(t)+s),n=Math.round(e+n)+o,s=.5>=Math.abs(e)&&.5<n,n-=e=Math.round(e)+o,s&&n&&(--e,n+=1),{x:t,y:e,width:i,height:n}},e.prototype.adjustForMissingColumns=function(t,e,i,n){var r=this,o=this.options.stacking;if(!i.isNull&&1<n.columnCount){var s=0,a=0;M(this.yAxis.stacking&&this.yAxis.stacking.stacks,(function(t){if("number"==typeof i.x&&(t=t[i.x.toString()])){var e=t.points[r.index],n=t.total;o?(e&&(s=a),t.hasValidPoints&&a++):g(e)&&(s=e[1],a=n||0)}})),t=(i.plotX||0)+((a-1)*n.paddedWidth+e)/2-e-s*n.paddedWidth}return t},e.prototype.translate=function(){var t=this,e=t.chart,i=t.options,n=t.dense=2>t.closestPointRange*t.xAxis.transA;n=t.borderWidth=v(i.borderWidth,n?0:1);var o=t.xAxis,s=t.yAxis,a=i.threshold,l=t.translatedThreshold=s.getThreshold(a),c=v(i.minPointLength,5),u=t.getColumnMetrics(),d=u.width,f=t.pointXOffset=u.offset,m=t.dataMin,g=t.dataMax,b=t.barW=Math.max(d,1+2*n);e.inverted&&(l-=.5),i.pointPadding&&(b=Math.ceil(b)),r.prototype.translate.apply(t),t.points.forEach((function(n){var r=v(n.yBottom,l),M=999+Math.abs(r),x=n.plotX||0;M=h(n.plotY,-M,s.len+M);var _=Math.min(M,r),A=Math.max(M,r)-_,L=d,w=x+f,k=b;c&&Math.abs(A)<c&&(A=c,x=!s.reversed&&!n.negative||s.reversed&&n.negative,y(a)&&y(g)&&n.y===a&&g<=a&&(s.min||0)<a&&(m!==g||(s.max||0)<=a)&&(x=!x),_=Math.abs(_-l)>c?r-c:l-(x?c:0)),p(n.options.pointWidth)&&(L=k=Math.ceil(n.options.pointWidth),w-=Math.round((L-d)/2)),i.centerInCategory&&(w=t.adjustForMissingColumns(w,L,n,u)),n.barX=w,n.pointWidth=L,n.tooltipPos=e.inverted?[h(s.len+s.pos-e.plotLeft-M,s.pos-e.plotLeft,s.len+s.pos-e.plotLeft),o.len+o.pos-e.plotTop-w-k/2,A]:[o.left-e.plotLeft+w+k/2,h(M+s.pos-e.plotTop,s.pos-e.plotTop,s.len+s.pos-e.plotTop),A],n.shapeType=t.pointClass.prototype.shapeType||"rect",n.shapeArgs=t.crispCol.apply(t,n.isNull?[w,l,k,0]:[w,_,k,A])}))},e.prototype.drawGraph=function(){this.group[this.dense?"addClass":"removeClass"]("highcharts-dense-data")},e.prototype.pointAttribs=function(t,e){var i=this.options,n=this.pointAttrToOptions||{},r=n.stroke||"borderColor",o=n["stroke-width"]||"borderWidth",s=t&&t.color||this.color,a=t&&t[r]||i[r]||s;n=t&&t.options.dashStyle||i.dashStyle;var l=t&&t[o]||i[o]||this[o]||0,u=v(t&&t.opacity,i.opacity,1);if(t&&this.zones.length){var h=t.getZone();s=t.options.color||h&&(h.color||t.nonZonedColor)||this.color,h&&(a=h.borderColor||a,n=h.dashStyle||n,l=h.borderWidth||l)}return e&&t&&(e=(t=b(i.states[e],t.options.states&&t.options.states[e]||{})).brightness,s=t.color||void 0!==e&&c(s).brighten(t.brightness).get()||s,a=t[r]||a,l=t[o]||l,n=t.dashStyle||n,u=v(t.opacity,u)),r={fill:s,stroke:a,"stroke-width":l,opacity:u},n&&(r.dashstyle=n),r},e.prototype.drawPoints=function(){var t,e=this,i=this.chart,n=e.options,r=i.renderer,o=n.animationLimit||250;e.points.forEach((function(s){var a=s.graphic,l=!!a,c=a&&i.pointCount<o?"animate":"attr";y(s.plotY)&&null!==s.y?(t=s.shapeArgs,a&&s.hasNewShapeType()&&(a=a.destroy()),e.enabledDataSorting&&(s.startXPos=e.xAxis.reversed?-(t&&t.width||0):e.xAxis.width),a||(s.graphic=a=r[s.shapeType](t).add(s.group||e.group))&&e.enabledDataSorting&&i.hasRendered&&i.pointCount<o&&(a.attr({x:s.startXPos}),l=!0,c="animate"),a&&l&&a[c](b(t)),n.borderRadius&&a[c]({r:n.borderRadius}),i.styledMode||a[c](e.pointAttribs(s,s.selected&&"select")).shadow(!1!==s.allowShadow&&n.shadow,null,n.stacking&&!n.borderRadius),a&&(a.addClass(s.getClassName(),!0),a.attr({visibility:s.visible?"inherit":"hidden"}))):a&&(s.graphic=a.destroy())}))},e.prototype.drawTracker=function(){var t,e=this,i=e.chart,n=i.pointer,r=function(t){var e=n.getPointFromEvent(t);void 0!==e&&(n.isDirectTouch=!0,e.onMouseOver(t))};e.points.forEach((function(e){t=g(e.dataLabels)?e.dataLabels:e.dataLabel?[e.dataLabel]:[],e.graphic&&(e.graphic.element.point=e),t.forEach((function(t){t.div?t.div.point=e:t.element.point=e}))})),e._hasTracking||(e.trackerGroups.forEach((function(t){e[t]&&(e[t].addClass("highcharts-tracker").on("mouseover",r).on("mouseout",(function(t){n.onTrackerMouseOut(t)})),u&&e[t].on("touchstart",r),!i.styledMode&&e.options.cursor&&e[t].css(d).css({cursor:e.options.cursor}))})),e._hasTracking=!0),m(this,"afterDrawTracker")},e.prototype.remove=function(){var t=this,e=t.chart;e.hasRendered&&e.series.forEach((function(e){e.type===t.type&&(e.isDirty=!0)})),r.prototype.remove.apply(t,arguments)},e.defaultOptions=b(r.defaultOptions,{borderRadius:0,centerInCategory:!1,groupPadding:.2,marker:null,pointPadding:.1,minPointLength:0,cropThreshold:50,pointRange:null,states:{hover:{halo:!1,brightness:.1},select:{color:"#cccccc",borderColor:"#000000"}},dataLabels:{align:void 0,verticalAlign:void 0,y:void 0},startFromThreshold:!0,stickyTracking:!1,tooltip:{distance:6},threshold:0,borderColor:"#ffffff"}),e}(r),f(s.prototype,{cropShoulder:0,directTouch:!0,drawLegendSymbol:n.drawRectangle,getSymbol:t,negStacks:!0,trackerGroups:["group","dataLabelsGroup"]}),o.registerSeriesType("column",s),s})),e(i,"Core/Series/DataLabel.js",[i["Core/Animation/AnimationUtilities.js"],i["Core/FormatUtilities.js"],i["Core/Utilities.js"]],(function(t,e,i){var n,r=t.getDeferredAnimation,o=e.format,s=i.defined,a=i.extend,l=i.fireEvent,c=i.isArray,u=i.merge,h=i.objectEach,d=i.pick,p=i.splat;return function(t){function e(t,e,i,n,r){var o=this,s=this.chart,l=this.isCartesian&&s.inverted,c=this.enabledDataSorting,u=d(t.dlBox&&t.dlBox.centerX,t.plotX,-9999),h=d(t.plotY,-9999),p=e.getBBox(),f=i.rotation,m=i.align,g=s.isInsidePlot(u,Math.round(h),{inverted:l,paneCoordinates:!0,series:o}),y=function(i){c&&o.xAxis&&!b&&o.setDataLabelStartPos(t,e,r,g,i)},b="justify"===d(i.overflow,c?"none":"justify"),v=this.visible&&!1!==t.visible&&(t.series.forceDL||c&&!b||g||d(i.inside,!!this.options.stacking)&&n&&s.isInsidePlot(u,l?n.x+1:n.y+n.height-1,{inverted:l,paneCoordinates:!0,series:o}));if(v){var M=s.renderer.fontMetrics(s.styledMode?void 0:i.style.fontSize,e).b;n=a({x:l?this.yAxis.len-h:u,y:Math.round(l?this.xAxis.len-u:h),width:0,height:0},n),a(i,{width:p.width,height:p.height}),f?(b=!1,u=s.renderer.rotCorr(M,f),y(u={x:n.x+(i.x||0)+n.width/2+u.x,y:n.y+(i.y||0)+{top:0,middle:.5,bottom:1}[i.verticalAlign]*n.height}),e[r?"attr":"animate"](u).attr({align:m}),y=180<(y=(f+720)%360)&&360>y,"left"===m?u.y-=y?p.height:0:"center"===m?(u.x-=p.width/2,u.y-=p.height/2):"right"===m&&(u.x-=p.width,u.y-=y?0:p.height),e.placed=!0,e.alignAttr=u):(y(n),e.align(i,void 0,n),u=e.alignAttr),b&&0<=n.height?this.justifyDataLabel(e,i,u,p,n,r):d(i.crop,!0)&&(v=s.isInsidePlot(u.x,u.y,{paneCoordinates:!0,series:o})&&s.isInsidePlot(u.x+p.width,u.y+p.height,{paneCoordinates:!0,series:o})),i.shape&&!f&&e[r?"attr":"animate"]({anchorX:l?s.plotWidth-t.plotY:t.plotX,anchorY:l?s.plotHeight-t.plotX:t.plotY})}r&&c&&(e.placed=!1),v||c&&!b||(e.hide(!0),e.placed=!1)}function i(){var t=this,e=t.chart,i=t.options,n=t.points,a=t.hasRendered||0,u=e.renderer,m=i.dataLabels,g=m.animation;if(g=m.defer?r(e,g,t):{defer:0,duration:0},m=f(f(e.options.plotOptions&&e.options.plotOptions.series&&e.options.plotOptions.series.dataLabels,e.options.plotOptions&&e.options.plotOptions[t.type]&&e.options.plotOptions[t.type].dataLabels),m),l(this,"drawDataLabels"),c(m)||m.enabled||t._hasPointLabels){var y=t.plotGroup("dataLabelsGroup","data-labels",a?"inherit":"hidden",m.zIndex||6);y.attr({opacity:+a}),!a&&(a=t.dataLabelsGroup)&&(t.visible&&y.show(!0),a[i.animation?"animate":"attr"]({opacity:1},g)),n.forEach((function(n){p(f(m,n.dlOptions||n.options&&n.options.dataLabels)).forEach((function(r,a){var l=r.enabled&&(!n.isNull||n.dataLabelOnNull)&&function(t,e){var i=e.filter;return!i||(e=i.operator,t=t[i.property],i=i.value,">"===e&&t>i||"<"===e&&t<i||">="===e&&t>=i||"<="===e&&t<=i||"=="===e&&t==i||"==="===e&&t===i)}(n,r),c=n.connectors?n.connectors[a]:n.connector,p=n.dataLabels?n.dataLabels[a]:n.dataLabel,f=d(r.distance,n.labelDistance),m=!p;if(l){var g=n.getLabelConfig(),b=d(r[n.formatPrefix+"Format"],r.format);g=s(b)?o(b,g,e):(r[n.formatPrefix+"Formatter"]||r.formatter).call(g,r),b=r.style;var v=r.rotation;e.styledMode||(b.color=d(r.color,b.color,t.color,"#000000"),"contrast"===b.color?(n.contrastColor=u.getContrast(n.color||t.color),b.color=!s(f)&&r.inside||0>f||i.stacking?n.contrastColor:"#000000"):delete n.contrastColor,i.cursor&&(b.cursor=i.cursor));var M={r:r.borderRadius||0,rotation:v,padding:r.padding,zIndex:1};e.styledMode||(M.fill=r.backgroundColor,M.stroke=r.borderColor,M["stroke-width"]=r.borderWidth),h(M,(function(t,e){void 0===t&&delete M[e]}))}!p||l&&s(g)&&!!p.div==!!r.useHTML||(n.dataLabel=p=n.dataLabel&&n.dataLabel.destroy(),n.dataLabels&&(1===n.dataLabels.length?delete n.dataLabels:delete n.dataLabels[a]),a||delete n.dataLabel,c&&(n.connector=n.connector.destroy(),n.connectors&&(1===n.connectors.length?delete n.connectors:delete n.connectors[a]))),l&&s(g)&&(p?M.text=g:(n.dataLabels=n.dataLabels||[],p=n.dataLabels[a]=v?u.text(g,0,-9999,r.useHTML).addClass("highcharts-data-label"):u.label(g,0,-9999,r.shape,null,null,r.useHTML,null,"data-label"),a||(n.dataLabel=p),p.addClass(" highcharts-data-label-color-"+n.colorIndex+" "+(r.className||"")+(r.useHTML?" highcharts-tracker":""))),p.options=r,p.attr(M),e.styledMode||p.css(b).shadow(r.shadow),p.added||p.add(y),r.textPath&&!r.useHTML&&(p.setTextPath(n.getDataLabelPath&&n.getDataLabelPath(p)||n.graphic,r.textPath),n.dataLabelPath&&!r.textPath.enabled&&(n.dataLabelPath=n.dataLabelPath.destroy())),t.alignDataLabel(n,p,r,null,m))}))}))}l(this,"afterDrawDataLabels")}function n(t,e,i,n,r,o){var s=this.chart,a=e.align,l=e.verticalAlign,c=t.box?0:t.padding||0,u=e.x;u=void 0===u?0:u;var h=e.y;h=void 0===h?0:h;var d=(i.x||0)+c;if(0>d){"right"===a&&0<=u?(e.align="left",e.inside=!0):u-=d;var p=!0}return(d=(i.x||0)+n.width-c)>s.plotWidth&&("left"===a&&0>=u?(e.align="right",e.inside=!0):u+=s.plotWidth-d,p=!0),0>(d=i.y+c)&&("bottom"===l&&0<=h?(e.verticalAlign="top",e.inside=!0):h-=d,p=!0),(d=(i.y||0)+n.height-c)>s.plotHeight&&("top"===l&&0>=h?(e.verticalAlign="bottom",e.inside=!0):h+=s.plotHeight-d,p=!0),p&&(e.x=u,e.y=h,t.placed=!o,t.align(e,void 0,r)),p}function f(t,e){var i,n=[];if(c(t)&&!c(e))n=t.map((function(t){return u(t,e)}));else if(c(e)&&!c(t))n=e.map((function(e){return u(t,e)}));else if(c(t)||c(e))for(i=Math.max(t.length,e.length);i--;)n[i]=u(t[i],e[i]);else n=u(t,e);return n}function m(t,e,i,n,r){var o=this.chart,s=o.inverted,a=this.xAxis,l=a.reversed,c=s?e.height/2:e.width/2;t=(t=t.pointWidth)?t/2:0,e.startXPos=s?r.x:l?-c-t:a.width-c+t,e.startYPos=s?l?this.yAxis.height-c+t:-c-t:r.y,n?"hidden"===e.visibility&&(e.show(),e.attr({opacity:0}).animate({opacity:1})):e.attr({opacity:1}).animate({opacity:0},void 0,e.hide),o.hasRendered&&(i&&e.attr({x:e.startXPos,y:e.startYPos}),e.placed=!0)}var g=[];t.compose=function(t){if(-1===g.indexOf(t)){var r=t.prototype;g.push(t),r.alignDataLabel=e,r.drawDataLabels=i,r.justifyDataLabel=n,r.setDataLabelStartPos=m}}}(n||(n={})),n})),e(i,"Series/Column/ColumnDataLabel.js",[i["Core/Series/DataLabel.js"],i["Core/Series/SeriesRegistry.js"],i["Core/Utilities.js"]],(function(t,e,i){var n,r=e.series,o=i.merge,s=i.pick;return function(e){function i(t,e,i,n,a){var l=this.chart.inverted,c=t.series,u=(c.xAxis?c.xAxis.len:this.chart.plotSizeX)||0;c=(c.yAxis?c.yAxis.len:this.chart.plotSizeY)||0;var h=t.dlBox||t.shapeArgs,d=s(t.below,t.plotY>s(this.translatedThreshold,c)),p=s(i.inside,!!this.options.stacking);h&&(0>(n=o(h)).y&&(n.height+=n.y,n.y=0),0<(h=n.y+n.height-c)&&h<n.height&&(n.height-=h),l&&(n={x:c-n.y-n.height,y:u-n.x-n.width,width:n.height,height:n.width}),p||(l?(n.x+=d?0:n.width,n.width=0):(n.y+=d?n.height:0,n.height=0))),i.align=s(i.align,!l||p?"center":d?"right":"left"),i.verticalAlign=s(i.verticalAlign,l||p?"middle":d?"top":"bottom"),r.prototype.alignDataLabel.call(this,t,e,i,n,a),i.inside&&t.contrastColor&&e.css({color:t.contrastColor})}var n=[];e.compose=function(e){t.compose(r),-1===n.indexOf(e)&&(n.push(e),e.prototype.alignDataLabel=i)}}(n||(n={})),n})),e(i,"Series/Bar/BarSeries.js",[i["Series/Column/ColumnSeries.js"],i["Core/Series/SeriesRegistry.js"],i["Core/Utilities.js"]],(function(t,e,i){var n=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),r=i.extend,o=i.merge;return i=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t.data=void 0,t.options=void 0,t.points=void 0,t}return n(i,e),i.defaultOptions=o(t.defaultOptions,{}),i}(t),r(i.prototype,{inverted:!0}),e.registerSeriesType("bar",i),i})),e(i,"Series/Scatter/ScatterSeries.js",[i["Series/Column/ColumnSeries.js"],i["Series/Line/LineSeries.js"],i["Core/Series/SeriesRegistry.js"],i["Core/Utilities.js"]],(function(t,e,i,n){var r=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),o=n.addEvent,s=n.extend,a=n.merge;return s((n=function(t){function i(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.options=void 0,e.points=void 0,e}return r(i,t),i.prototype.applyJitter=function(){var t=this,e=this.options.jitter,i=this.points.length;e&&this.points.forEach((function(n,r){["x","y"].forEach((function(o,s){var a="plot"+o.toUpperCase();if(e[o]&&!n.isNull){var l=t[o+"Axis"],c=e[o]*l.transA;if(l&&!l.isLog){var u=Math.max(0,n[a]-c);l=Math.min(l.len,n[a]+c),s=1e4*Math.sin(r+s*i),n[a]=u+(l-u)*(s-Math.floor(s)),"x"===o&&(n.clientX=n.plotX)}}}))}))},i.prototype.drawGraph=function(){this.options.lineWidth?t.prototype.drawGraph.call(this):this.graph&&(this.graph=this.graph.destroy())},i.defaultOptions=a(e.defaultOptions,{lineWidth:0,findNearestPointBy:"xy",jitter:{x:0,y:0},marker:{enabled:!0},tooltip:{headerFormat:'<span style="color:{point.color}">●</span> <span style="font-size: 10px"> {series.name}</span><br/>',pointFormat:"x: <b>{point.x}</b><br/>y: <b>{point.y}</b><br/>"}}),i}(e)).prototype,{drawTracker:t.prototype.drawTracker,sorted:!1,requireSorting:!1,noSharedTooltip:!0,trackerGroups:["group","markerGroup","dataLabelsGroup"],takeOrdinalPosition:!1}),o(n,"afterTranslate",(function(){this.applyJitter()})),i.registerSeriesType("scatter",n),n})),e(i,"Series/CenteredUtilities.js",[i["Core/Globals.js"],i["Core/Series/Series.js"],i["Core/Utilities.js"]],(function(t,e,i){var n,r=t.deg2rad,o=i.isNumber,s=i.pick,a=i.relativeLength;return function(t){t.getCenter=function(){var t=this.options,i=this.chart,n=2*(t.slicedOffset||0),r=i.plotWidth-2*n,o=i.plotHeight-2*n,l=t.center,c=Math.min(r,o),u=t.size,h=t.innerSize||0;for("string"==typeof u&&(u=parseFloat(u)),"string"==typeof h&&(h=parseFloat(h)),t=[s(l[0],"50%"),s(l[1],"50%"),s(u&&0>u?void 0:t.size,"100%"),s(h&&0>h?void 0:t.innerSize||0,"0%")],!i.angular||this instanceof e||(t[3]=0),l=0;4>l;++l)u=t[l],i=2>l||2===l&&/%$/.test(u),t[l]=a(u,[r,o,c,t[2]][l])+(i?n:0);return t[3]>t[2]&&(t[3]=t[2]),t},t.getStartAndEndRadians=function(t,e){return t=o(t)?t:0,e=o(e)&&e>t&&360>e-t?e:t+360,{start:r*(t+-90),end:r*(e+-90)}}}(n||(n={})),n})),e(i,"Series/Pie/PiePoint.js",[i["Core/Animation/AnimationUtilities.js"],i["Core/Series/Point.js"],i["Core/Utilities.js"]],(function(t,e,i){var n,r=this&&this.__extends||(n=function(t,e){return(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(t,e)},function(t,e){function i(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)}),o=t.setAnimation,s=i.addEvent,a=i.defined;t=i.extend;var l=i.isNumber,c=i.pick,u=i.relativeLength;return e=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.labelDistance=void 0,e.options=void 0,e.series=void 0,e}return r(e,t),e.prototype.getConnectorPath=function(){var t=this.labelPosition,e=this.series.options.dataLabels,i=this.connectorShapes,n=e.connectorShape;return i[n]&&(n=i[n]),n.call(this,{x:t.final.x,y:t.final.y,alignment:t.alignment},t.connectorPosition,e)},e.prototype.getTranslate=function(){return this.sliced?this.slicedTranslation:{translateX:0,translateY:0}},e.prototype.haloPath=function(t){var e=this.shapeArgs;return this.sliced||!this.visible?[]:this.series.chart.renderer.symbols.arc(e.x,e.y,e.r+t,e.r+t,{innerR:e.r-1,start:e.start,end:e.end})},e.prototype.init=function(){var e=this;t.prototype.init.apply(this,arguments),this.name=c(this.name,"Slice");var i=function(t){e.slice("select"===t.type)};return s(this,"select",i),s(this,"unselect",i),this},e.prototype.isValid=function(){return l(this.y)&&0<=this.y},e.prototype.setVisible=function(t,e){var i=this,n=this.series,r=n.chart,o=n.options.ignoreHiddenPoint;e=c(e,o),t!==this.visible&&(this.visible=this.options.visible=t=void 0===t?!this.visible:t,n.options.data[n.data.indexOf(this)]=this.options,["graphic","dataLabel","connector","shadowGroup"].forEach((function(e){i[e]&&i[e][t?"show":"hide"](t)})),this.legendItem&&r.legend.colorizeItem(this,t),t||"hover"!==this.state||this.setState(""),o&&(n.isDirty=!0),e&&r.redraw())},e.prototype.slice=function(t,e,i){var n=this.series;o(i,n.chart),c(e,!0),this.sliced=this.options.sliced=a(t)?t:!this.sliced,n.options.data[n.data.indexOf(this)]=this.options,this.graphic&&this.graphic.animate(this.getTranslate()),this.shadowGroup&&this.shadowGroup.animate(this.getTranslate())},e}(e),t(e.prototype,{connectorShapes:{fixedOffset:function(t,e,i){var n=e.breakAt;return e=e.touchingSliceAt,[["M",t.x,t.y],i.softConnector?["C",t.x+("left"===t.alignment?-5:5),t.y,2*n.x-e.x,2*n.y-e.y,n.x,n.y]:["L",n.x,n.y],["L",e.x,e.y]]},straight:function(t,e){return e=e.touchingSliceAt,[["M",t.x,t.y],["L",e.x,e.y]]},crookedLine:function(t,e,i){e=e.touchingSliceAt;var n=this.series,r=n.center[0],o=n.chart.plotWidth,s=n.chart.plotLeft;n=t.alignment;var a=this.shapeArgs.r;return i=u(i.crookDistance,1),i=["L",o="left"===n?r+a+(o+s-r-a)*(1-i):s+(r-a)*i,t.y],r=!0,("left"===n?o>t.x||o<e.x:o<t.x||o>e.x)&&(r=!1),t=[["M",t.x,t.y]],r&&t.push(i),t.push(["L",e.x,e.y]),t}}}),e})),e(i,"Series/Pie/PieSeries.js",[i["Series/CenteredUtilities.js"],i["Series/Column/ColumnSeries.js"],i["Core/Globals.js"],i["Core/Legend/LegendSymbol.js"],i["Series/Pie/PiePoint.js"],i["Core/Series/Series.js"],i["Core/Series/SeriesRegistry.js"],i["Core/Renderer/SVG/Symbols.js"],i["Core/Utilities.js"]],(function(t,e,i,n,r,o,s,a,l){var c=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),u=t.getStartAndEndRadians;i=i.noop;var h=l.clamp,d=l.extend,p=l.fireEvent,f=l.merge,m=l.pick,g=l.relativeLength;return l=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.center=void 0,e.data=void 0,e.maxLabelDistance=void 0,e.options=void 0,e.points=void 0,e}return c(e,t),e.prototype.animate=function(t){var e=this,i=e.points,n=e.startAngleRad;t||i.forEach((function(t){var i=t.graphic,r=t.shapeArgs;i&&r&&(i.attr({r:m(t.startR,e.center&&e.center[3]/2),start:n,end:n}),i.animate({r:r.r,start:r.start,end:r.end},e.options.animation))}))},e.prototype.drawEmpty=function(){var t=this.startAngleRad,e=this.endAngleRad,i=this.options;if(0===this.total&&this.center){var n=this.center[0],r=this.center[1];this.graph||(this.graph=this.chart.renderer.arc(n,r,this.center[1]/2,0,t,e).addClass("highcharts-empty-series").add(this.group)),this.graph.attr({d:a.arc(n,r,this.center[2]/2,0,{start:t,end:e,innerR:this.center[3]/2})}),this.chart.styledMode||this.graph.attr({"stroke-width":i.borderWidth,fill:i.fillColor||"none",stroke:i.color||"#cccccc"})}else this.graph&&(this.graph=this.graph.destroy())},e.prototype.drawPoints=function(){var t=this.chart.renderer;this.points.forEach((function(e){e.graphic&&e.hasNewShapeType()&&(e.graphic=e.graphic.destroy()),e.graphic||(e.graphic=t[e.shapeType](e.shapeArgs).add(e.series.group),e.delayedRendering=!0)}))},e.prototype.generatePoints=function(){t.prototype.generatePoints.call(this),this.updateTotals()},e.prototype.getX=function(t,e,i){var n=this.center,r=this.radii?this.radii[i.index]||0:n[2]/2;return t=Math.asin(h((t-n[1])/(r+i.labelDistance),-1,1)),n[0]+(e?-1:1)*Math.cos(t)*(r+i.labelDistance)+(0<i.labelDistance?(e?-1:1)*this.options.dataLabels.padding:0)},e.prototype.hasData=function(){return!!this.processedXData.length},e.prototype.redrawPoints=function(){var t,e,i,n,r=this,o=r.chart,s=o.renderer,a=r.options.shadow;this.drawEmpty(),!a||r.shadowGroup||o.styledMode||(r.shadowGroup=s.g("shadow").attr({zIndex:-1}).add(r.group)),r.points.forEach((function(l){var c={};if(e=l.graphic,!l.isNull&&e){var u=void 0;n=l.shapeArgs,t=l.getTranslate(),o.styledMode||(u=l.shadowGroup,a&&!u&&(u=l.shadowGroup=s.g("shadow").add(r.shadowGroup)),u&&u.attr(t),i=r.pointAttribs(l,l.selected&&"select")),l.delayedRendering?(e.setRadialReference(r.center).attr(n).attr(t),o.styledMode||e.attr(i).attr({"stroke-linejoin":"round"}).shadow(a,u),l.delayedRendering=!1):(e.setRadialReference(r.center),o.styledMode||f(!0,c,i),f(!0,c,n,t),e.animate(c)),e.attr({visibility:l.visible?"inherit":"hidden"}),e.addClass(l.getClassName(),!0)}else e&&(l.graphic=e.destroy())}))},e.prototype.sortByAngle=function(t,e){t.sort((function(t,i){return void 0!==t.angle&&(i.angle-t.angle)*e}))},e.prototype.translate=function(t){this.generatePoints();var e=this.options,i=e.slicedOffset,n=i+(e.borderWidth||0),r=u(e.startAngle,e.endAngle),o=this.startAngleRad=r.start;r=(this.endAngleRad=r.end)-o;var s=this.points,a=e.dataLabels.distance;e=e.ignoreHiddenPoint;var l,c=s.length,h=0;for(t||(this.center=t=this.getCenter()),l=0;l<c;l++){var d=s[l],f=o+h*r;!d.isValid()||e&&!d.visible||(h+=d.percentage/100);var y=o+h*r,b={x:t[0],y:t[1],r:t[2]/2,innerR:t[3]/2,start:Math.round(1e3*f)/1e3,end:Math.round(1e3*y)/1e3};d.shapeType="arc",d.shapeArgs=b,d.labelDistance=m(d.options.dataLabels&&d.options.dataLabels.distance,a),d.labelDistance=g(d.labelDistance,b.r),this.maxLabelDistance=Math.max(this.maxLabelDistance||0,d.labelDistance),(y=(y+f)/2)>1.5*Math.PI?y-=2*Math.PI:y<-Math.PI/2&&(y+=2*Math.PI),d.slicedTranslation={translateX:Math.round(Math.cos(y)*i),translateY:Math.round(Math.sin(y)*i)},b=Math.cos(y)*t[2]/2;var v=Math.sin(y)*t[2]/2;d.tooltipPos=[t[0]+.7*b,t[1]+.7*v],d.half=y<-Math.PI/2||y>Math.PI/2?1:0,d.angle=y,f=Math.min(n,d.labelDistance/5),d.labelPosition={natural:{x:t[0]+b+Math.cos(y)*d.labelDistance,y:t[1]+v+Math.sin(y)*d.labelDistance},final:{},alignment:0>d.labelDistance?"center":d.half?"right":"left",connectorPosition:{breakAt:{x:t[0]+b+Math.cos(y)*f,y:t[1]+v+Math.sin(y)*f},touchingSliceAt:{x:t[0]+b,y:t[1]+v}}}}p(this,"afterTranslate")},e.prototype.updateTotals=function(){var t,e=this.points,i=e.length,n=this.options.ignoreHiddenPoint,r=0;for(t=0;t<i;t++){var o=e[t];!o.isValid()||n&&!o.visible||(r+=o.y)}for(this.total=r,t=0;t<i;t++)(o=e[t]).percentage=0<r&&(o.visible||!n)?o.y/r*100:0,o.total=r},e.defaultOptions=f(o.defaultOptions,{center:[null,null],clip:!1,colorByPoint:!0,dataLabels:{allowOverlap:!0,connectorPadding:5,connectorShape:"fixedOffset",crookDistance:"70%",distance:30,enabled:!0,formatter:function(){return this.point.isNull?void 0:this.point.name},softConnector:!0,x:0},fillColor:void 0,ignoreHiddenPoint:!0,inactiveOtherPoints:!0,legendType:"point",marker:null,size:null,showInLegend:!1,slicedOffset:10,stickyTracking:!1,tooltip:{followPointer:!0},borderColor:"#ffffff",borderWidth:1,lineWidth:void 0,states:{hover:{brightness:.1}}}),e}(o),d(l.prototype,{axisTypes:[],directTouch:!0,drawGraph:void 0,drawLegendSymbol:n.drawRectangle,drawTracker:e.prototype.drawTracker,getCenter:t.getCenter,getSymbol:i,isCartesian:!1,noSharedTooltip:!0,pointAttribs:e.prototype.pointAttribs,pointClass:r,requireSorting:!1,searchPoint:i,trackerGroups:["group","dataLabelsGroup"]}),s.registerSeriesType("pie",l),l})),e(i,"Series/Pie/PieDataLabel.js",[i["Core/Series/DataLabel.js"],i["Core/Globals.js"],i["Core/Renderer/RendererUtilities.js"],i["Core/Series/SeriesRegistry.js"],i["Core/Utilities.js"]],(function(t,e,i,n,r){var o,s=e.noop,a=i.distribute,l=n.series,c=r.arrayMax,u=r.clamp,h=r.defined,d=r.merge,p=r.pick,f=r.relativeLength;return function(e){function i(){var t,e,i,n,r,o,s,u,f,m,g,y,b=this,v=b.data,M=b.chart,x=b.options.dataLabels||{},_=x.connectorPadding,A=M.plotWidth,L=M.plotHeight,w=M.plotLeft,k=Math.round(M.chartWidth/3),S=b.center,T=S[2]/2,O=S[1],C=[[],[]],j=[0,0,0,0],z=b.dataLabelPositioners;b.visible&&(x.enabled||b._hasPointLabels)&&(v.forEach((function(t){t.dataLabel&&t.visible&&t.dataLabel.shortened&&(t.dataLabel.attr({width:"auto"}).css({width:"auto",textOverflow:"clip"}),t.dataLabel.shortened=!1)})),l.prototype.drawDataLabels.apply(b),v.forEach((function(t){t.dataLabel&&(t.visible?(C[t.half].push(t),t.dataLabel._pos=null,!h(x.style.width)&&!h(t.options.dataLabels&&t.options.dataLabels.style&&t.options.dataLabels.style.width)&&t.dataLabel.getBBox().width>k&&(t.dataLabel.css({width:Math.round(.7*k)+"px"}),t.dataLabel.shortened=!0)):(t.dataLabel=t.dataLabel.destroy(),t.dataLabels&&1===t.dataLabels.length&&delete t.dataLabels))})),C.forEach((function(e,i){var l,c=e.length,d=[];if(c){if(b.sortByAngle(e,i-.5),0<b.maxLabelDistance){var v=Math.max(0,O-T-b.maxLabelDistance),k=Math.min(O+T+b.maxLabelDistance,M.plotHeight);e.forEach((function(t){0<t.labelDistance&&t.dataLabel&&(t.top=Math.max(0,O-T-t.labelDistance),t.bottom=Math.min(O+T+t.labelDistance,M.plotHeight),l=t.dataLabel.getBBox().height||21,t.distributeBox={target:t.labelPosition.natural.y-t.top+l/2,size:l,rank:t.y},d.push(t.distributeBox))})),a(d,v=k+l-v,v/5)}for(g=0;g<c;g++){if(t=e[g],o=t.labelPosition,n=t.dataLabel,m=!1===t.visible?"hidden":"inherit",f=v=o.natural.y,d&&h(t.distributeBox)&&(void 0===t.distributeBox.pos?m="hidden":(s=t.distributeBox.size,f=z.radialDistributionY(t))),delete t.positionIndex,x.justify)u=z.justify(t,T,S);else switch(x.alignTo){case"connectors":u=z.alignToConnectors(e,i,A,w);break;case"plotEdges":u=z.alignToPlotEdges(n,i,A,w);break;default:u=z.radialDistributionX(b,t,f,v)}n._attr={visibility:m,align:o.alignment},y=t.options.dataLabels||{},n._pos={x:u+p(y.x,x.x)+({left:_,right:-_}[o.alignment]||0),y:f+p(y.y,x.y)-10},o.final.x=u,o.final.y=f,p(x.crop,!0)&&(r=n.getBBox().width,v=null,u-r<_&&1===i?(v=Math.round(r-u+_),j[3]=Math.max(v,j[3])):u+r>A-_&&0===i&&(v=Math.round(u+r-A+_),j[1]=Math.max(v,j[1])),0>f-s/2?j[0]=Math.max(Math.round(s/2-f),j[0]):f+s/2>L&&(j[2]=Math.max(Math.round(f+s/2-L),j[2])),n.sideOverflow=v)}}})),0===c(j)||this.verifyDataLabelOverflow(j))&&(this.placeDataLabels(),this.points.forEach((function(t){var r;(y=d(x,t.options.dataLabels),e=p(y.connectorWidth,1))&&(i=t.connector,(n=t.dataLabel)&&n._pos&&t.visible&&0<t.labelDistance?(m=n._attr.visibility,(r=!i)&&(t.connector=i=M.renderer.path().addClass("highcharts-data-label-connector highcharts-color-"+t.colorIndex+(t.className?" "+t.className:"")).add(b.dataLabelsGroup),M.styledMode||i.attr({"stroke-width":e,stroke:y.connectorColor||t.color||"#666666"})),i[r?"attr":"animate"]({d:t.getConnectorPath()}),i.attr("visibility",m)):i&&(t.connector=i.destroy()))})))}function n(){this.points.forEach((function(t){var e,i=t.dataLabel;i&&t.visible&&((e=i._pos)?(i.sideOverflow&&(i._attr.width=Math.max(i.getBBox().width-i.sideOverflow,0),i.css({width:i._attr.width+"px",textOverflow:(this.options.dataLabels.style||{}).textOverflow||"ellipsis"}),i.shortened=!0),i.attr(i._attr),i[i.moved?"animate":"attr"](e),i.moved=!0):i&&i.attr({y:-9999})),delete t.distributeBox}),this)}function r(t){var e=this.center,i=this.options,n=i.center,r=i.minSize||80,o=null!==i.size;if(!o){if(null!==n[0])var s=Math.max(e[2]-Math.max(t[1],t[3]),r);else s=Math.max(e[2]-t[1]-t[3],r),e[0]+=(t[3]-t[1])/2;null!==n[1]?s=u(s,r,e[2]-Math.max(t[0],t[2])):(s=u(s,r,e[2]-t[0]-t[2]),e[1]+=(t[0]-t[2])/2),s<e[2]?(e[2]=s,e[3]=Math.min(f(i.innerSize||0,s),s),this.translate(e),this.drawDataLabels&&this.drawDataLabels()):o=!0}return o}var o=[],m={radialDistributionY:function(t){return t.top+t.distributeBox.pos},radialDistributionX:function(t,e,i,n){return t.getX(i<e.top+2||i>e.bottom-2?n:i,e.half,e)},justify:function(t,e,i){return i[0]+(t.half?-1:1)*(e+t.labelDistance)},alignToPlotEdges:function(t,e,i,n){return t=t.getBBox().width,e?t+n:i-t-n},alignToConnectors:function(t,e,i,n){var r,o=0;return t.forEach((function(t){(r=t.dataLabel.getBBox().width)>o&&(o=r)})),e?o+n:i-o-n}};e.compose=function(e){t.compose(l),-1===o.indexOf(e)&&(o.push(e),(e=e.prototype).dataLabelPositioners=m,e.alignDataLabel=s,e.drawDataLabels=i,e.placeDataLabels=n,e.verifyDataLabelOverflow=r)}}(o||(o={})),o})),e(i,"Extensions/OverlappingDataLabels.js",[i["Core/Chart/Chart.js"],i["Core/Utilities.js"]],(function(t,e){function i(t,e){var i=!1;if(t){var n=t.newOpacity;t.oldOpacity!==n&&(t.alignAttr&&t.placed?(t[n?"removeClass":"addClass"]("highcharts-data-label-hidden"),i=!0,t.alignAttr.opacity=n,t[t.isOld?"animate":"attr"](t.alignAttr,null,(function(){e.styledMode||t.css({pointerEvents:n?"auto":"none"})})),r(e,"afterHideOverlappingLabel")):t.attr({opacity:n})),t.isOld=!0}return i}var n=e.addEvent,r=e.fireEvent,o=e.isArray,s=e.isNumber,a=e.objectEach,l=e.pick;n(t,"render",(function(){var t=this,e=[];(this.labelCollectors||[]).forEach((function(t){e=e.concat(t())})),(this.yAxis||[]).forEach((function(t){t.stacking&&t.options.stackLabels&&!t.options.stackLabels.allowOverlap&&a(t.stacking.stacks,(function(t){a(t,(function(t){t.label&&"hidden"!==t.label.visibility&&e.push(t.label)}))}))})),(this.series||[]).forEach((function(n){var r=n.options.dataLabels;n.visible&&(!1!==r.enabled||n._hasPointLabels)&&((r=function(n){return n.forEach((function(n){n.visible&&(o(n.dataLabels)?n.dataLabels:n.dataLabel?[n.dataLabel]:[]).forEach((function(r){var o=r.options;r.labelrank=l(o.labelrank,n.labelrank,n.shapeArgs&&n.shapeArgs.height),o.allowOverlap?(r.oldOpacity=r.opacity,r.newOpacity=1,i(r,t)):e.push(r)}))}))})(n.nodes||[]),r(n.points))})),this.hideOverlappingLabels(e)})),t.prototype.hideOverlappingLabels=function(t){var e,n,o,a=this,l=t.length,c=a.renderer,u=!1,h=function(t){var e,i,n=t.box?0:t.padding||0,r=e=0;if(t&&(!t.alignAttr||t.placed)){var o=t.alignAttr||{x:t.attr("x"),y:t.attr("y")},a=t.parentGroup;t.width||(e=t.getBBox(),t.width=e.width,t.height=e.height,e=c.fontMetrics(null,t.element).h);var l=t.width-2*n;return(i={left:"0",center:"0.5",right:"1"}[t.alignValue])?r=+i*l:s(t.x)&&Math.round(t.x)!==t.translateX&&(r=t.x-t.translateX),{x:o.x+(a.translateX||0)+n-(r||0),y:o.y+(a.translateY||0)+n-e,width:t.width-2*n,height:t.height-2*n}}};for(n=0;n<l;n++)(e=t[n])&&(e.oldOpacity=e.opacity,e.newOpacity=1,e.absoluteBox=h(e));for(t.sort((function(t,e){return(e.labelrank||0)-(t.labelrank||0)})),n=0;n<l;n++){var d=(h=t[n])&&h.absoluteBox;for(e=n+1;e<l;++e){var p=(o=t[e])&&o.absoluteBox;!d||!p||h===o||0===h.newOpacity||0===o.newOpacity||p.x>=d.x+d.width||p.x+p.width<=d.x||p.y>=d.y+d.height||p.y+p.height<=d.y||((h.labelrank<o.labelrank?h:o).newOpacity=0)}}t.forEach((function(t){i(t,a)&&(u=!0)})),u&&r(a,"afterHideAllOverlappingLabels")}})),e(i,"Core/Responsive.js",[i["Core/Utilities.js"]],(function(t){var e,i=t.extend,n=t.find,r=t.isArray,o=t.isObject,s=t.merge,a=t.objectEach,l=t.pick,c=t.splat,u=t.uniqueKey;return function(t){var e=[];t.compose=function(t){return-1===e.indexOf(t)&&(e.push(t),i(t.prototype,h.prototype)),t};var h=function(){function t(){}return t.prototype.currentOptions=function(t){var e=this,i={};return function t(i,n,s,l){var u;a(i,(function(i,a){if(!l&&-1<e.collectionsWithUpdate.indexOf(a)&&n[a])for(i=c(i),s[a]=[],u=0;u<Math.max(i.length,n[a].length);u++)n[a][u]&&(void 0===i[u]?s[a][u]=n[a][u]:(s[a][u]={},t(i[u],n[a][u],s[a][u],l+1)));else o(i)?(s[a]=r(i)?[]:{},t(i,n[a]||{},s[a],l+1)):s[a]=void 0===n[a]?null:n[a]}))}(t,this.options,i,0),i},t.prototype.matchResponsiveRule=function(t,e){var i=t.condition;(i.callback||function(){return this.chartWidth<=l(i.maxWidth,Number.MAX_VALUE)&&this.chartHeight<=l(i.maxHeight,Number.MAX_VALUE)&&this.chartWidth>=l(i.minWidth,0)&&this.chartHeight>=l(i.minHeight,0)}).call(this)&&e.push(t._id)},t.prototype.setResponsive=function(t,e){var i=this,r=this.options.responsive,o=this.currentResponsive,a=[];!e&&r&&r.rules&&r.rules.forEach((function(t){void 0===t._id&&(t._id=u()),i.matchResponsiveRule(t,a)}),this),(e=s.apply(void 0,a.map((function(t){return n((r||{}).rules||[],(function(e){return e._id===t}))})).map((function(t){return t&&t.chartOptions})))).isResponsiveOptions=!0,(a=a.toString()||void 0)!==(o&&o.ruleIds)&&(o&&this.update(o.undoOptions,t,!0),a?((o=this.currentOptions(e)).isResponsiveOptions=!0,this.currentResponsive={ruleIds:a,mergedOptions:e,undoOptions:o},this.update(e,t,!0)):this.currentResponsive=void 0)},t}()}(e||(e={})),e})),e(i,"masters/highcharts.src.js",[i["Core/Globals.js"],i["Core/Utilities.js"],i["Core/DefaultOptions.js"],i["Core/Animation/Fx.js"],i["Core/Animation/AnimationUtilities.js"],i["Core/Renderer/HTML/AST.js"],i["Core/FormatUtilities.js"],i["Core/Renderer/RendererUtilities.js"],i["Core/Renderer/SVG/SVGElement.js"],i["Core/Renderer/SVG/SVGRenderer.js"],i["Core/Renderer/HTML/HTMLElement.js"],i["Core/Renderer/HTML/HTMLRenderer.js"],i["Core/Axis/Axis.js"],i["Core/Axis/DateTimeAxis.js"],i["Core/Axis/LogarithmicAxis.js"],i["Core/Axis/PlotLineOrBand/PlotLineOrBand.js"],i["Core/Axis/Tick.js"],i["Core/Tooltip.js"],i["Core/Series/Point.js"],i["Core/Pointer.js"],i["Core/MSPointer.js"],i["Core/Legend/Legend.js"],i["Core/Chart/Chart.js"],i["Core/Series/Series.js"],i["Core/Series/SeriesRegistry.js"],i["Series/Column/ColumnSeries.js"],i["Series/Column/ColumnDataLabel.js"],i["Series/Pie/PieSeries.js"],i["Series/Pie/PieDataLabel.js"],i["Core/Series/DataLabel.js"],i["Core/Responsive.js"],i["Core/Color/Color.js"],i["Core/Time.js"]],(function(t,e,i,n,r,o,s,a,l,c,u,h,d,p,f,m,g,y,b,v,M,x,_,A,L,w,k,S,T,O,C,j,z){return t.animate=r.animate,t.animObject=r.animObject,t.getDeferredAnimation=r.getDeferredAnimation,t.setAnimation=r.setAnimation,t.stop=r.stop,t.timers=n.timers,t.AST=o,t.Axis=d,t.Chart=_,t.chart=_.chart,t.Fx=n,t.Legend=x,t.PlotLineOrBand=m,t.Point=b,t.Pointer=M.isRequired()?M:v,t.Series=A,t.SVGElement=l,t.SVGRenderer=c,t.Tick=g,t.Time=z,t.Tooltip=y,t.Color=j,t.color=j.parse,h.compose(c),u.compose(l),t.defaultOptions=i.defaultOptions,t.getOptions=i.getOptions,t.time=i.defaultTime,t.setOptions=i.setOptions,t.dateFormat=s.dateFormat,t.format=s.format,t.numberFormat=s.numberFormat,t.addEvent=e.addEvent,t.arrayMax=e.arrayMax,t.arrayMin=e.arrayMin,t.attr=e.attr,t.clearTimeout=e.clearTimeout,t.correctFloat=e.correctFloat,t.createElement=e.createElement,t.css=e.css,t.defined=e.defined,t.destroyObjectProperties=e.destroyObjectProperties,t.discardElement=e.discardElement,t.distribute=a.distribute,t.erase=e.erase,t.error=e.error,t.extend=e.extend,t.extendClass=e.extendClass,t.find=e.find,t.fireEvent=e.fireEvent,t.getMagnitude=e.getMagnitude,t.getStyle=e.getStyle,t.inArray=e.inArray,t.isArray=e.isArray,t.isClass=e.isClass,t.isDOMElement=e.isDOMElement,t.isFunction=e.isFunction,t.isNumber=e.isNumber,t.isObject=e.isObject,t.isString=e.isString,t.keys=e.keys,t.merge=e.merge,t.normalizeTickInterval=e.normalizeTickInterval,t.objectEach=e.objectEach,t.offset=e.offset,t.pad=e.pad,t.pick=e.pick,t.pInt=e.pInt,t.relativeLength=e.relativeLength,t.removeEvent=e.removeEvent,t.seriesType=L.seriesType,t.splat=e.splat,t.stableSort=e.stableSort,t.syncTimeout=e.syncTimeout,t.timeUnits=e.timeUnits,t.uniqueKey=e.uniqueKey,t.useSerialIds=e.useSerialIds,t.wrap=e.wrap,k.compose(w),O.compose(A),p.compose(d),f.compose(d),T.compose(S),m.compose(d),C.compose(_),t})),e(i,"Core/Axis/OrdinalAxis.js",[i["Core/Axis/Axis.js"],i["Core/Globals.js"],i["Core/Series/Series.js"],i["Core/Utilities.js"]],(function(t,e,i,n){var r,o=n.addEvent,s=n.correctFloat,a=n.css,l=n.defined,c=n.error,u=n.pick,h=n.timeUnits,d=[];return function(t){function n(t,e,i,n,r,o,s){void 0===r&&(r=[]),void 0===o&&(o=0);var a,u,d={},p=this.options.tickPixelInterval,f=this.chart.time,m=[],g=0,y=[],b=-Number.MAX_VALUE;if(!this.options.ordinal&&!this.options.breaks||!r||3>r.length||void 0===e)return f.getTimeTicks.apply(f,arguments);var v=r.length;for(a=0;a<v;a++){var M=a&&r[a-1]>i;if(r[a]<e&&(g=a),a===v-1||r[a+1]-r[a]>5*o||M){if(r[a]>b){for(u=f.getTimeTicks(t,r[g],r[a],n);u.length&&u[0]<=b;)u.shift();u.length&&(b=u[u.length-1]),m.push(y.length),y=y.concat(u)}g=a+1}if(M)break}if(u){if(u=u.info,s&&u.unitRange<=h.hour){for(a=y.length-1,g=1;g<a;g++)if(f.dateFormat("%d",y[g])!==f.dateFormat("%d",y[g-1])){d[y[g]]="day";var x=!0}x&&(d[y[0]]="day"),u.higherRanks=d}u.segmentStarts=m,y.info=u}else c(12,!1,this.chart);if(s&&l(p)){for(f=[],g=[],a=void 0,x=u=y.length;x--;)m=this.translate(y[x]),a&&(g[x]=a-m),f[x]=a=m;for(g.sort(),(g=g[Math.floor(g.length/2)])<.6*p&&(g=null),x=y[u-1]>i?u-1:u,a=void 0;x--;)m=f[x],u=Math.abs(a-m),a&&u<.8*p&&(null===g||u<.8*g)?(d[y[x]]&&!d[y[x+1]]?(u=x+1,a=m):u=x,y.splice(u,1)):a=m}return y}function r(t){var e=this.ordinal.positions;if(!e)return t;var i=e.length-1;if(0>t)t=e[0];else if(t>i)t=e[i];else var n=t-(i=Math.floor(t));return void 0!==n&&void 0!==e[i]?e[i]+(n?n*(e[i+1]-e[i]):0):t}function p(t){var e=this.ordinal,i=e.positions;if(!i)return t;var n=(t-(this.old?this.old.min:this.min))*(this.old?this.old.transA:this.transA)+this.minPixelPadding;if(0<n&&n<this.left+this.len||(e.extendedOrdinalPositions||(e.extendedOrdinalPositions=e.getExtendedPositions()),i=e.extendedOrdinalPositions),i&&i.length){if(t=e.getIndexOfPoint(n,i),e=s(t%1),0<=t&&t<i.length-1)return i[Math.floor(t)]+e*(i[Math.ceil(t)]-i[Math.floor(t)]);e=i.length,n=i[0];var r=((i=i[e-1])-n)/(e-1);return 0>t?n+r*t:i+r*(t-e)}return t}function f(e,i){var n=t.Additions.findIndexOf(e,i,!0);return e[n]===i?n:n+(i-e[n])/(e[n+1]-e[n])}function m(){this.ordinal||(this.ordinal=new t.Additions(this))}function g(){this.isXAxis&&l(this.options.overscroll)&&this.max===this.dataMax&&(!this.chart.mouseIsDown||this.isInternal)&&(!this.eventArgs||this.eventArgs&&"navigator"!==this.eventArgs.trigger)&&(this.max+=this.options.overscroll,!this.isInternal&&l(this.userMin)&&(this.min+=this.options.overscroll))}function y(){this.horiz&&!this.isDirty&&(this.isDirty=this.isOrdinal&&this.chart.navigator&&!this.chart.navigator.adaptToUpdatedData)}function b(){this.ordinal&&(this.ordinal.beforeSetTickPositions(),this.tickInterval=this.ordinal.postProcessTickInterval(this.tickInterval))}function v(t){var e=this.xAxis[0],i=e.options.overscroll,n=t.originalEvent.chartX,r=this.options.chart.panning,o=!1;if(r&&"y"!==r.type&&e.options.ordinal&&e.series.length){var s=this.mouseDownX,l=e.getExtremes(),c=l.dataMax,u=l.min,h=l.max,d=this.hoverPoints,p=e.closestPointRange||e.ordinal&&e.ordinal.overscrollPointsRange;s=(s-n)/(e.translationSlope*(e.ordinal.slope||p)),p={ordinal:{positions:e.ordinal.getExtendedPositions()}};var f=e.index2val,m=e.val2lin,g=void 0,y=g=void 0,b=void 0;p.ordinal.positions?1<Math.abs(s)&&(d&&d.forEach((function(t){t.setState()})),0>s?(y=p,b=e.ordinal.positions?e:p):(y=e.ordinal.positions?e:p,b=p),c>(g=b.ordinal.positions)[g.length-1]&&g.push(c),this.fixedRange=h-u,(g=e.navigatorAxis.toFixedRange(void 0,void 0,f.apply(y,[m.apply(y,[u,!0])+s]),f.apply(b,[m.apply(b,[h,!0])+s]))).min>=Math.min(l.dataMin,u)&&g.max<=Math.max(c,h)+i&&e.setExtremes(g.min,g.max,!0,!1,{trigger:"pan"}),this.mouseDownX=n,a(this.container,{cursor:"move"})):o=!0}else o=!0;o||r&&/y/.test(r.type)?i&&(e.max=e.dataMax+i):t.preventDefault()}function M(){var t=this.xAxis;t&&t.options.ordinal&&(delete t.ordinal.index,delete t.ordinal.extendedOrdinalPositions)}function x(t,e){var i=this.ordinal,n=i.positions,r=i.slope,o=i.extendedOrdinalPositions;if(!n)return t;var s=n.length;if(n[0]<=t&&n[s-1]>=t)t=f(n,t);else{if(o||(o=i.getExtendedPositions&&i.getExtendedPositions(),i.extendedOrdinalPositions=o),!o||!o.length)return t;s=o.length,r||(r=(o[s-1]-o[0])/s),n=f(o,n[0]),t>=o[0]&&t<=o[s-1]?t=f(o,t)-n:t<o[0]?t=-n-(t=o[0]-t)/r:t=(t-=o[s-1])/r+s-n}return e?t:r*(t||0)+i.offset}t.compose=function(t,e,i){if(-1===d.indexOf(t)){d.push(t);var s=t.prototype;s.getTimeTicks=n,s.index2val=r,s.lin2val=p,s.val2lin=x,s.ordinal2lin=s.val2lin,o(t,"afterInit",m),o(t,"foundExtremes",g),o(t,"afterSetScale",y),o(t,"initialAxisTranslation",b)}return-1===d.indexOf(i)&&(d.push(i),o(i,"pan",v)),-1===d.indexOf(e)&&(d.push(e),o(e,"updatedData",M)),t};var _=function(){function t(t){this.index={},this.axis=t}return t.prototype.beforeSetTickPositions=function(){var t=this.axis,e=t.ordinal,i=t.getExtremes(),n=i.min,r=i.max,o=t.isXAxis&&!!t.options.breaks;i=t.options.ordinal;var s,a,l=t.chart.options.chart.ignoreHiddenSeries,c=[],h=Number.MAX_VALUE,d=!1;if(i||o){t.series.forEach((function(t,e){if(s=[],!(l&&!1===t.visible||!1===t.takeOrdinalPosition&&!o)&&(c=c.concat(t.processedXData),p=c.length,c.sort((function(t,e){return t-e})),h=Math.min(h,u(t.closestPointRange,h)),p)){for(e=0;e<p-1;)c[e]!==c[e+1]&&s.push(c[e+1]),e++;s[0]!==c[0]&&s.unshift(c[0]),c=s}}));var p=c.length;if(2<p){var f=c[1]-c[0];for(a=p-1;a--&&!d;)c[a+1]-c[a]!==f&&(d=!0);!t.options.keepOrdinalPadding&&(c[0]-n>f||r-c[c.length-1]>f)&&(d=!0)}else t.options.overscroll&&(2===p?h=c[1]-c[0]:1===p?(h=t.options.overscroll,c=[c[0],c[0]+h]):h=e.overscrollPointsRange);d||t.forceOrdinal?(t.options.overscroll&&(e.overscrollPointsRange=h,c=c.concat(e.getOverscrollPositions())),e.positions=c,f=t.ordinal2lin(Math.max(n,c[0]),!0),a=Math.max(t.ordinal2lin(Math.min(r,c[c.length-1]),!0),1),e.slope=r=(r-n)/(a-f),e.offset=n-f*r):(e.overscrollPointsRange=u(t.closestPointRange,e.overscrollPointsRange),e.positions=t.ordinal.slope=e.offset=void 0)}t.isOrdinal=i&&d,e.groupIntervalFactor=null},t.findIndexOf=function(t,e,i){for(var n,r=0,o=t.length-1;r<o;)t[n=Math.ceil((r+o)/2)]<=e?r=n:o=n-1;return t[r]===e||i?r:-1},t.prototype.getExtendedPositions=function(){var t=this,n=t.axis,r=n.constructor.prototype,o=n.chart,s=n.series[0].currentDataGrouping,a=s?s.count+s.unitName:"raw",l=n.options.overscroll,c=n.getExtremes(),u=void 0,h=t.index;if(h||(h=t.index={}),!h[a]){var d={series:[],chart:o,forceOrdinal:!1,getExtremes:function(){return{min:c.dataMin,max:c.dataMax+l}},getGroupPixelWidth:r.getGroupPixelWidth,getTimeTicks:r.getTimeTicks,options:{ordinal:!0},ordinal:{getGroupIntervalFactor:this.getGroupIntervalFactor},ordinal2lin:r.ordinal2lin,getIndexOfPoint:r.getIndexOfPoint,val2lin:r.val2lin};d.ordinal.axis=d,n.series.forEach((function(n){(u={xAxis:d,xData:n.xData.slice(),chart:o,destroyGroupedData:e.noop,getProcessedData:i.prototype.getProcessedData,applyGrouping:i.prototype.applyGrouping}).xData=u.xData.concat(t.getOverscrollPositions()),u.options={dataGrouping:s?{firstAnchor:"firstPoint",anchor:"middle",lastAnchor:"lastPoint",enabled:!0,forced:!0,approximation:"open",units:[[s.unitName,[s.count]]]}:{enabled:!1}},d.series.push(u),n.processData.apply(u)})),u.closestPointRange!==u.basePointRange&&u.currentDataGrouping&&(d.forceOrdinal=!0),n.ordinal.beforeSetTickPositions.apply({axis:d}),h[a]=d.ordinal.positions}return h[a]},t.prototype.getGroupIntervalFactor=function(t,e,i){var n=(i=i.processedXData).length,r=[],o=this.groupIntervalFactor;if(!o){for(o=0;o<n-1;o++)r[o]=i[o+1]-i[o];r.sort((function(t,e){return t-e})),r=r[Math.floor(n/2)],t=Math.max(t,i[0]),e=Math.min(e,i[n-1]),this.groupIntervalFactor=o=n*r/(e-t)}return o},t.prototype.getIndexOfPoint=function(e,i){var n=this.axis,r=this.positions?this.positions[0]:0,o=n.series[0].points&&n.series[0].points[0]&&n.series[0].points[0].plotX||n.minPixelPadding;return 1<n.series.length&&n.series.forEach((function(t){t.points&&l(t.points[0])&&l(t.points[0].plotX)&&t.points[0].plotX<o&&(o=t.points[0].plotX)})),e=(e-o)/(n.translationSlope*(this.slope||n.closestPointRange||this.overscrollPointsRange)),t.findIndexOf(i,r)+e},t.prototype.getOverscrollPositions=function(){var t=this.axis,e=t.options.overscroll,i=this.overscrollPointsRange,n=[],r=t.dataMax;if(l(i))for(;r<=t.dataMax+e;)r+=i,n.push(r);return n},t.prototype.postProcessTickInterval=function(t){var e=this.axis,i=this.slope;return i?e.options.breaks?e.closestPointRange||t:t/(i/e.closestPointRange):t},t}();t.Additions=_}(r||(r={})),r})),e(i,"Series/DataModifyComposition.js",[i["Core/Axis/Axis.js"],i["Core/Series/Point.js"],i["Core/Series/Series.js"],i["Core/Utilities.js"]],(function(t,e,i,n){var r,o=e.prototype.tooltipFormatter,s=n.addEvent,a=n.arrayMax,l=n.arrayMin,c=n.correctFloat,u=n.defined,h=n.isArray,d=n.isNumber,p=n.isString,f=n.pick;return function(t){function e(t,e,i){this.isXAxis||(this.series.forEach((function(i){"compare"===t&&"boolean"!=typeof e?i.setCompare(e,!1):"cumulative"!==t||p(e)||i.setCumulative(e,!1)})),f(i,!0)&&this.chart.redraw())}function i(t){var e=this,i=e.series.chart.numberFormatter,n=function(n){t=t.replace("{point."+n+"}",(0<e[n]&&"change"===n?"+":"")+i(e[n],f(e.series.tooltipOptions.changeDecimals,2)))};return u(e.change)&&n("change"),u(e.cumulativeSum)&&n("cumulativeSum"),o.apply(this,[t])}function n(){var t=this.options.compare;if("percent"===t||"value"===t||this.options.cumulative){var e=new x(this);"percent"===t||"value"===t?e.initCompare(t):e.initCumulative()}this.dataModify=e}function r(t){var e=(t=t.dataExtremes).activeYData;if(this.dataModify&&t){var i=void 0;this.options.compare?i=[this.dataModify.modifyValue(t.dataMin),this.dataModify.modifyValue(t.dataMax)]:this.options.cumulative&&h(e)&&2<=e.length&&(i=x.getCumulativeExtremes(e)),i&&(t.dataMin=l(i),t.dataMax=a(i))}}function m(t,e){this.options.compare=this.userOptions.compare=t,this.update({},f(e,!0)),!this.dataModify||"value"!==t&&"percent"!==t?this.points.forEach((function(t){delete t.change})):this.dataModify.initCompare(t)}function g(){if(this.xAxis&&this.processedYData&&this.dataModify){var t,e=this.processedXData,i=this.processedYData,n=i.length,r=!0===this.options.compareStart?0:1,o=-1;for(this.pointArrayMap&&(o=this.pointArrayMap.indexOf(this.options.pointValKey||this.pointValKey||"y")),t=0;t<n-r;t++){var s=i[t]&&-1<o?i[t][o]:i[t];if(d(s)&&0!==s&&e[t+r]>=(this.xAxis.min||0)){this.dataModify.compareValue=s;break}}}}function y(t,e){this.setModifier("compare",t,e)}function b(t,e){t=f(t,!1),this.options.cumulative=this.userOptions.cumulative=t,this.update({},f(e,!0)),this.dataModify?this.dataModify.initCumulative():this.points.forEach((function(t){delete t.cumulativeSum}))}function v(t,e){this.setModifier("cumulative",t,e)}var M=[];t.compose=function(t,o,a){if(-1===M.indexOf(t)){M.push(t);var l=t.prototype;l.setCompare=m,l.setCumulative=b,s(t,"afterInit",n),s(t,"afterGetExtremes",r),s(t,"afterProcessData",g)}return-1===M.indexOf(o)&&(M.push(o),(o=o.prototype).setCompare=y,o.setModifier=e,o.setCumulative=v),-1===M.indexOf(a)&&(M.push(a),a.prototype.tooltipFormatter=i),t};var x=function(){function t(t){this.series=t}return t.prototype.modifyValue=function(){return 0},t.getCumulativeExtremes=function(t){var e=1/0,i=-1/0;return t.reduce((function(t,n){return n=t+n,e=Math.min(e,n,t),i=Math.max(i,n,t),n})),[e,i]},t.prototype.initCompare=function(t){this.modifyValue=function(e,i){null===e&&(e=0);var n=this.compareValue;return void 0!==e&&void 0!==n?(e="value"===t?e-n:e/n*100-(100===this.series.options.compareBase?0:100),void 0!==i&&(i=this.series.points[i])&&(i.change=e),e):0}},t.prototype.initCumulative=function(){this.modifyValue=function(t,e){if(null===t&&(t=0),void 0!==t&&void 0!==e){var i=0<e?this.series.points[e-1]:null;return i&&i.cumulativeSum&&(t=c(i.cumulativeSum+t)),(e=this.series.points[e])&&(e.cumulativeSum=t),t}return 0}},t}();t.Additions=x}(r||(r={})),r})),e(i,"Core/Axis/BrokenAxis.js",[i["Extensions/Stacking.js"],i["Core/Utilities.js"]],(function(t,e){var i,n=e.addEvent,r=e.find,o=e.fireEvent,s=e.isArray,a=e.isNumber,l=e.pick;return function(e){function i(){void 0!==this.brokenAxis&&this.brokenAxis.setBreaks(this.options.breaks,!1)}function c(){this.brokenAxis&&this.brokenAxis.hasBreaks&&(this.options.ordinal=!1)}function u(){var t=this.brokenAxis;if(t&&t.hasBreaks){for(var e=this.tickPositions,i=this.tickPositions.info,n=[],r=0;r<e.length;r++)t.isInAnyBreak(e[r])||n.push(e[r]);this.tickPositions=n,this.tickPositions.info=i}}function h(){this.brokenAxis||(this.brokenAxis=new y(this))}function d(){var t=this.options.connectNulls,e=this.points,i=this.xAxis,n=this.yAxis;if(this.isDirty)for(var r=e.length;r--;){var o=e[r],s=!(null===o.y&&!1===t)&&(i&&i.brokenAxis&&i.brokenAxis.isInAnyBreak(o.x,!0)||n&&n.brokenAxis&&n.brokenAxis.isInAnyBreak(o.y,!0));o.visible=!s&&!1!==o.options.visible}}function p(){this.drawBreaks(this.xAxis,["x"]),this.drawBreaks(this.yAxis,l(this.pointArrayMap,["y"]))}function f(t,e){var i,n,r,s,c=this,u=c.points;if(t&&t.brokenAxis&&t.brokenAxis.hasBreaks){var h=t.brokenAxis;e.forEach((function(e){i=h&&h.breakArray||[],n=t.isXAxis?t.min:l(c.options.threshold,t.min),u.forEach((function(c){s=l(c["stack"+e.toUpperCase()],c[e]),i.forEach((function(e){a(n)&&a(s)&&(r=!1,n<e.from&&s>e.to||n>e.from&&s<e.from?r="pointBreak":(n<e.from&&s>e.from&&s<e.to||n>e.from&&s>e.to&&s<e.from)&&(r="pointInBreak"),r&&o(t,r,{point:c,brk:e}))}))}))}))}}function m(){var e=this.currentDataGrouping,i=e&&e.gapSize;e=this.points.slice();var n,r=this.yAxis,o=this.options.gapSize,s=e.length-1;if(o&&0<s)for("value"!==this.options.gapUnit&&(o*=this.basePointRange),i&&i>o&&i>=this.basePointRange&&(o=i),n=void 0;s--;)n&&!1!==n.visible||(n=e[s+1]),i=e[s],!1!==n.visible&&!1!==i.visible&&(n.x-i.x>o&&(n=(i.x+n.x)/2,e.splice(s+1,0,{isNull:!0,x:n}),r.stacking&&this.options.stacking&&((n=r.stacking.stacks[this.stackKey][n]=new t(r,r.options.stackLabels,!1,n,this.stack)).total=0)),n=i);return this.getGraphPath(e)}var g=[];e.compose=function(t,e){if(-1===g.indexOf(t)&&(g.push(t),t.keepProps.push("brokenAxis"),n(t,"init",h),n(t,"afterInit",i),n(t,"afterSetTickPositions",u),n(t,"afterSetOptions",c)),-1===g.indexOf(e)){g.push(e);var r=e.prototype;r.drawBreaks=f,r.gappedPath=m,n(e,"afterGeneratePoints",d),n(e,"afterRender",p)}return t};var y=function(){function t(t){this.hasBreaks=!1,this.axis=t}return t.isInBreak=function(t,e){var i=t.repeat||1/0,n=t.from,r=t.to-t.from;return e=e>=n?(e-n)%i:i-(n-e)%i,t.inclusive?e<=r:e<r&&0!==e},t.lin2Val=function(e){var i,n=this.brokenAxis;if(!(n=n&&n.breakArray)||!a(e))return e;for(i=0;i<n.length;i++){var r=n[i];if(r.from>=e)break;(r.to<e||t.isInBreak(r,e))&&(e+=r.len)}return e},t.val2Lin=function(e){var i=this.brokenAxis;if(!(i=i&&i.breakArray)||!a(e))return e;var n,r=e;for(n=0;n<i.length;n++){var o=i[n];if(o.to<=e)r-=o.len;else{if(o.from>=e)break;if(t.isInBreak(o,e)){r-=e-o.from;break}}}return r},t.prototype.findBreakAt=function(t,e){return r(e,(function(e){return e.from<t&&t<e.to}))},t.prototype.isInAnyBreak=function(e,i){var n,r=this.axis,o=r.options.breaks||[],s=o.length;if(s&&a(e)){for(;s--;)if(t.isInBreak(o[s],e)){var c=!0;n||(n=l(o[s].showPoints,!r.isXAxis))}var u=c&&i?c&&!n:c}return u},t.prototype.setBreaks=function(e,i){var n=this,r=n.axis,c=s(e)&&!!e.length;r.isDirty=n.hasBreaks!==c,n.hasBreaks=c,r.options.breaks=r.userOptions.breaks=e,r.forceRedraw=!0,r.series.forEach((function(t){t.isDirty=!0})),c||r.val2lin!==t.val2Lin||(delete r.val2lin,delete r.lin2val),c&&(r.userOptions.ordinal=!1,r.lin2val=t.lin2Val,r.val2lin=t.val2Lin,r.setExtremes=function(t,e,i,o,s){if(n.hasBreaks){for(var a,l=this.options.breaks||[];a=n.findBreakAt(t,l);)t=a.to;for(;a=n.findBreakAt(e,l);)e=a.from;e<t&&(e=t)}r.constructor.prototype.setExtremes.call(this,t,e,i,o,s)},r.setAxisTranslation=function(){if(r.constructor.prototype.setAxisTranslation.call(this),n.unitLength=void 0,n.hasBreaks){var e,i,s=r.options.breaks||[],c=[],u=[],h=l(r.pointRangePadding,0),d=0,p=r.userMin||r.min,f=r.userMax||r.max;s.forEach((function(i){e=i.repeat||1/0,a(p)&&a(f)&&(t.isInBreak(i,p)&&(p+=i.to%e-p%e),t.isInBreak(i,f)&&(f-=f%e-i.from%e))})),s.forEach((function(t){if(g=t.from,e=t.repeat||1/0,a(p)&&a(f)){for(;g-e>p;)g-=e;for(;g<p;)g+=e;for(i=g;i<f;i+=e)c.push({value:i,move:"in"}),c.push({value:i+t.to-t.from,move:"out",size:t.breakSize})}})),c.sort((function(t,e){return t.value===e.value?("in"===t.move?0:1)-("in"===e.move?0:1):t.value-e.value}));var m=0,g=p;c.forEach((function(t){1===(m+="in"===t.move?1:-1)&&"in"===t.move&&(g=t.value),0===m&&a(g)&&(u.push({from:g,to:t.value,len:t.value-g-(t.size||0)}),d+=t.value-g-(t.size||0))})),n.breakArray=u,a(p)&&a(f)&&a(r.min)&&(n.unitLength=f-p-d+h,o(r,"afterBreaks"),r.staticScale?r.transA=r.staticScale:n.unitLength&&(r.transA*=(f-r.min+h)/n.unitLength),h&&(r.minPixelPadding=r.transA*(r.minPointOffset||0)),r.min=p,r.max=f)}}),l(i,!0)&&r.chart.redraw()},t}();e.Additions=y}(i||(i={})),i})),e(i,"masters/modules/broken-axis.src.js",[i["Core/Globals.js"],i["Core/Axis/BrokenAxis.js"]],(function(t,e){e.compose(t.Axis,t.Series)})),e(i,"Extensions/DataGrouping.js",[i["Core/Axis/Axis.js"],i["Core/Axis/DateTimeAxis.js"],i["Core/FormatUtilities.js"],i["Core/Globals.js"],i["Core/Series/Point.js"],i["Core/Series/Series.js"],i["Core/Tooltip.js"],i["Core/DefaultOptions.js"],i["Core/Utilities.js"]],(function(t,e,i,n,r,o,s,a,l){var c=i.format,u=o.prototype;i=l.addEvent;var h=l.arrayMax,d=l.arrayMin,p=l.correctFloat,f=l.defined,m=l.error,g=l.extend,y=l.isNumber,b=l.merge,v=l.pick,M=n.approximations={sum:function(t){var e=t.length;if(!e&&t.hasNulls)var i=null;else if(e)for(i=0;e--;)i+=t[e];return i},average:function(t){var e=t.length;return t=M.sum(t),y(t)&&e&&(t=p(t/e)),t},averages:function(){var t=[];return[].forEach.call(arguments,(function(e){t.push(M.average(e))})),void 0===t[0]?void 0:t},open:function(t){return t.length?t[0]:t.hasNulls?null:void 0},high:function(t){return t.length?h(t):t.hasNulls?null:void 0},low:function(t){return t.length?d(t):t.hasNulls?null:void 0},close:function(t){return t.length?t[t.length-1]:t.hasNulls?null:void 0},hlc:function(t,e,i){if(t=M.high(t),e=M.low(e),i=M.close(i),y(t)||y(e)||y(i))return[t,e,i]},ohlc:function(t,e,i,n){if(t=M.open(t),e=M.high(e),i=M.low(i),n=M.close(n),y(t)||y(e)||y(i)||y(n))return[t,e,i,n]},range:function(t,e){return t=M.low(t),e=M.high(e),y(t)||y(e)?[t,e]:null===t&&null===e?null:void 0}},x={approximations:M,groupData:l=function(t,e,i,n){var r,o=this,s=o.data,a=o.options&&o.options.data,l=[],c=[],u=[],h=t.length,d=!!e,p=[],m=o.pointArrayMap,g=m&&m.length,v=["x"].concat(m||["y"]),x=this.options.dataGrouping&&this.options.dataGrouping.groupAll,_=0,A=0;n="function"==typeof n?n:M[n]?M[n]:M[o.getDGApproximation&&o.getDGApproximation()||"average"],g?m.forEach((function(){p.push([])})):p.push([]);var L=g||1;for(r=0;r<=h&&!(t[r]>=i[0]);r++);for(;r<=h;r++){for(;void 0!==i[_+1]&&t[r]>=i[_+1]||r===h;){var w=i[_];o.dataGroupInfo={start:x?A:o.cropStart+A,length:p[0].length};var k=n.apply(o,p);for(o.pointClass&&!f(o.dataGroupInfo.options)&&(o.dataGroupInfo.options=b(o.pointClass.prototype.optionsToObject.call({series:o},o.options.data[o.cropStart+A])),v.forEach((function(t){delete o.dataGroupInfo.options[t]}))),void 0!==k&&(l.push(w),c.push(k),u.push(o.dataGroupInfo)),A=r,w=0;w<L;w++)p[w].length=0,p[w].hasNulls=!1;if(_+=1,r===h)break}if(r===h)break;if(m){w=o.options.dataGrouping&&o.options.dataGrouping.groupAll?r:o.cropStart+r,k=s&&s[w]||o.pointClass.prototype.applyOptions.apply({series:o},[a[w]]);var S=void 0;for(w=0;w<g;w++)S=k[m[w]],y(S)?p[w].push(S):null===S&&(p[w].hasNulls=!0)}else w=d?e[r]:null,y(w)?p[0].push(w):null===w&&(p[0].hasNulls=!0)}return{groupedXData:l,groupedYData:c,groupMap:u}}},_=u.generatePoints,A={groupPixelWidth:2,dateTimeLabelFormats:{millisecond:["%A, %b %e, %H:%M:%S.%L","%A, %b %e, %H:%M:%S.%L","-%H:%M:%S.%L"],second:["%A, %b %e, %H:%M:%S","%A, %b %e, %H:%M:%S","-%H:%M:%S"],minute:["%A, %b %e, %H:%M","%A, %b %e, %H:%M","-%H:%M"],hour:["%A, %b %e, %H:%M","%A, %b %e, %H:%M","-%H:%M"],day:["%A, %b %e, %Y","%A, %b %e","-%A, %b %e, %Y"],week:["Week from %A, %b %e, %Y","%A, %b %e","-%A, %b %e, %Y"],month:["%B %Y","%B","-%B %Y"],year:["%Y","%Y","-%Y"]}},L={line:{},spline:{},area:{},areaspline:{},arearange:{},column:{groupPixelWidth:10},columnrange:{groupPixelWidth:10},candlestick:{groupPixelWidth:10},ohlc:{groupPixelWidth:5},hlc:{groupPixelWidth:5},heikinashi:{groupPixelWidth:10}},w=n.defaultDataGroupingUnits=[["millisecond",[1,2,5,10,20,25,50,100,200,500]],["second",[1,2,5,10,15,30]],["minute",[1,2,5,10,15,30]],["hour",[1,2,3,4,6,8,12]],["day",[1]],["week",[1]],["month",[1,3,6]],["year",null]];return u.getDGApproximation=function(){return this.is("arearange")?"range":this.is("ohlc")?"ohlc":this.is("hlc")?"hlc":this.is("column")?"sum":"average"},u.groupData=l,u.applyGrouping=function(t){var i,n=this.chart,r=this.options.dataGrouping,o=!1!==this.allowDG&&r&&v(r.enabled,n.options.isStock),s=this.visible||!n.options.chart.ignoreHiddenSeries,a=this.currentDataGrouping,l=!1;if(o&&!this.requireSorting&&(this.requireSorting=l=!0),t=!1==!(this.isCartesian&&!this.isDirty&&!this.xAxis.isDirty&&!this.yAxis.isDirty&&!t)||!o,l&&(this.requireSorting=!1),!t){this.destroyGroupedData(),o=r.groupAll?this.xData:this.processedXData;var c=r.groupAll?this.yData:this.processedYData;t=n.plotSizeX;var h=(l=this.xAxis).options.ordinal,d=this.groupPixelWidth;if(d&&o&&o.length){this.isDirty=i=!0,this.points=null;var p=l.getExtremes(),g=p.min;p=p.max,h=h&&l.ordinal&&l.ordinal.getGroupIntervalFactor(g,p,this)||1,t=l.getTimeTicks(e.Additions.prototype.normalizeTimeTickInterval(d*(p-g)/t*h,r.units||w),Math.min(g,o[0]),Math.max(p,o[o.length-1]),l.options.startOfWeek,o,this.closestPointRange),o=(d=u.groupData.apply(this,[o,c,t,r.approximation])).groupedXData,c=d.groupedYData,h=0,r&&r.smoothed&&o.length&&(r.firstAnchor="firstPoint",r.anchor="middle",r.lastAnchor="lastPoint",m(32,!1,n,{"dataGrouping.smoothed":"use dataGrouping.anchor"})),n=o;var b=this.options.dataGrouping;if(g=this.currentDataGrouping&&this.currentDataGrouping.gapSize,b&&this.xData&&g&&this.groupMap){var M=n.length-1,x=b.anchor,_=v(b.firstAnchor,x);if(b=v(b.lastAnchor,x),x&&"start"!==x){var A=g*{middle:.5,end:1}[x];for(x=n.length-1;x--&&0<x;)n[x]+=A}if(_&&"start"!==_&&this.xData[0]>=n[0]){x=this.groupMap[0].start,A=this.groupMap[0].length;var L=void 0;y(x)&&y(A)&&(L=x+(A-1)),n[0]={middle:n[0]+.5*g,end:n[0]+g,firstPoint:this.xData[0],lastPoint:L&&this.xData[L]}[_]}b&&"start"!==b&&g&&n[M]>=p-g&&(p=this.groupMap[this.groupMap.length-1].start,n[M]={middle:n[M]+.5*g,end:n[M]+g,firstPoint:p&&this.xData[p],lastPoint:this.xData[this.xData.length-1]}[b])}for(p=1;p<t.length;p++)t.info.segmentStarts&&-1!==t.info.segmentStarts.indexOf(p)||(h=Math.max(t[p]-t[p-1],h));(p=t.info).gapSize=h,this.closestPointRange=t.info.totalRange,this.groupMap=d.groupMap,s&&(f((s=o)[0])&&y(l.min)&&y(l.dataMin)&&s[0]<l.min&&((!f(l.options.min)&&l.min<=l.dataMin||l.min===l.dataMin)&&(l.min=Math.min(s[0],l.min)),l.dataMin=Math.min(s[0],l.dataMin)),f(s[s.length-1])&&y(l.max)&&y(l.dataMax)&&s[s.length-1]>l.max&&((!f(l.options.max)&&y(l.dataMax)&&l.max>=l.dataMax||l.max===l.dataMax)&&(l.max=Math.max(s[s.length-1],l.max)),l.dataMax=Math.max(s[s.length-1],l.dataMax))),r.groupAll&&(this.allGroupedData=c,o=(r=this.cropData(o,c,l.min,l.max,1)).xData,c=r.yData,this.cropStart=r.start),this.processedXData=o,this.processedYData=c}else this.groupMap=null;this.hasGroupedData=i,this.currentDataGrouping=p,this.preventGraphAnimation=(a&&a.totalRange)!==(p&&p.totalRange)}},u.destroyGroupedData=function(){this.groupedData&&(this.groupedData.forEach((function(t,e){t&&(this.groupedData[e]=t.destroy?t.destroy():null)}),this),this.groupedData.length=0)},u.generatePoints=function(){_.apply(this),this.destroyGroupedData(),this.groupedData=this.hasGroupedData?this.points:null},t.prototype.applyGrouping=function(t){var e=this;e.series.forEach((function(i){i.groupPixelWidth=void 0,i.groupPixelWidth=e.getGroupPixelWidth&&e.getGroupPixelWidth(),i.groupPixelWidth&&(i.hasProcessed=!0),i.applyGrouping(!!t.hasExtemesChanged)}))},t.prototype.getGroupPixelWidth=function(){var t,e,i=this.series,n=i.length,r=0,o=!1;for(t=n;t--;)(e=i[t].options.dataGrouping)&&(r=Math.max(r,v(e.groupPixelWidth,A.groupPixelWidth)));for(t=n;t--;)(e=i[t].options.dataGrouping)&&(n=(i[t].processedXData||i[t].data).length,(i[t].groupPixelWidth||n>this.chart.plotSizeX/r||n&&e.forced)&&(o=!0));return o?r:0},t.prototype.setDataGrouping=function(e,i){var n;if(i=v(i,!0),e||(e={forced:!1,units:null}),this instanceof t)for(n=this.series.length;n--;)this.series[n].update({dataGrouping:e},!1);else this.chart.options.series.forEach((function(t){t.dataGrouping=e}),!1);this.ordinal&&(this.ordinal.slope=void 0),i&&this.chart.redraw()},i(t,"postProcessData",t.prototype.applyGrouping),i(r,"update",(function(){if(this.dataGroup)return m(24,!1,this.series.chart),!1})),i(s,"headerFormatter",(function(t){var e=this.chart,i=e.time,n=t.labelConfig,r=n.series,o=r.tooltipOptions,s=r.options.dataGrouping,a=o.xDateFormat,l=r.xAxis,u=o[t.isFooter?"footerFormat":"headerFormat"];if(l&&"datetime"===l.options.type&&s&&y(n.key)){var h=r.currentDataGrouping;if(s=s.dateTimeLabelFormats||A.dateTimeLabelFormats,h)if(o=s[h.unitName],1===h.count)a=o[0];else{a=o[1];var d=o[2]}else!a&&s&&l.dateTime&&(a=l.dateTime.getXDateFormat(n.x,o.dateTimeLabelFormats));a=i.dateFormat(a,n.key),d&&(a+=i.dateFormat(d,n.key+h.totalRange-1)),r.chart.styledMode&&(u=this.styledModeFormat(u)),t.text=c(u,{point:g(n.point,{key:a}),series:r},e),t.preventDefault()}})),i(o,"destroy",u.destroyGroupedData),i(o,"afterSetOptions",(function(t){t=t.options;var e=this.type,i=this.chart.options.plotOptions,n=a.defaultOptions.plotOptions[e].dataGrouping,r=this.useCommonDataGrouping&&A;if(i&&(L[e]||r)){n||(n=b(A,L[e]));var o=this.chart.rangeSelector;t.dataGrouping=b(r,n,i.series&&i.series.dataGrouping,i[e].dataGrouping,this.userOptions.dataGrouping,!t.isInternal&&o&&y(o.selected)&&o.buttonOptions[o.selected].dataGrouping)}})),i(t,"afterSetScale",(function(){this.series.forEach((function(t){t.hasProcessed=!1}))})),n.dataGrouping=x,x})),e(i,"Series/HLC/HLCPoint.js",[i["Core/Series/SeriesRegistry.js"]],(function(t){var e=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}();return function(t){function i(){var e=null!==t&&t.apply(this,arguments)||this;return e.close=void 0,e.high=void 0,e.low=void 0,e.options=void 0,e.plotClose=void 0,e.series=void 0,e}return e(i,t),i}(t.seriesTypes.column.prototype.pointClass)})),e(i,"Series/HLC/HLCSeries.js",[i["Series/HLC/HLCPoint.js"],i["Core/Series/SeriesRegistry.js"],i["Core/Utilities.js"]],(function(t,e,i){var n=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),r=e.seriesTypes.column,o=i.extend,s=i.merge;return o((i=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.options=void 0,e.points=void 0,e.yData=void 0,e}return n(e,t),e.prototype.extendStem=function(t,e,i){var n=t[0];t=t[1],"number"==typeof n[2]&&(n[2]=Math.max(i+e,n[2])),"number"==typeof t[2]&&(t[2]=Math.min(i-e,t[2]))},e.prototype.getPointPath=function(t,e){e=e.strokeWidth();var i=t.series,n=e%2/2,r=Math.round(t.plotX)-n,o=Math.round(t.shapeArgs.width/2),s=[["M",r,Math.round(t.yBottom)],["L",r,Math.round(t.plotHigh)]];return null!==t.close&&(t=Math.round(t.plotClose)+n,s.push(["M",r,t],["L",r+o,t]),i.extendStem(s,e/2,t)),s},e.prototype.drawSinglePoint=function(t){var e=t.series,i=e.chart,n=t.graphic,r=!n;void 0!==t.plotY&&(n||(t.graphic=n=i.renderer.path().add(e.group)),i.styledMode||n.attr(e.pointAttribs(t,t.selected&&"select")),e=e.getPointPath(t,n),n[r?"attr":"animate"]({d:e}).addClass(t.getClassName(),!0))},e.prototype.drawPoints=function(){this.points.forEach(this.drawSinglePoint)},e.prototype.init=function(){t.prototype.init.apply(this,arguments),this.options.stacking=void 0},e.prototype.pointAttribs=function(e,i){return delete(e=t.prototype.pointAttribs.call(this,e,i)).fill,e},e.prototype.toYData=function(t){return[t.high,t.low,t.close]},e.prototype.translate=function(){var e=this,i=e.yAxis,n=this.pointArrayMap&&this.pointArrayMap.slice()||[],r=n.map((function(t){return"plot"+(t.charAt(0).toUpperCase()+t.slice(1))}));r.push("yBottom"),n.push("low"),t.prototype.translate.apply(e),e.points.forEach((function(t){n.forEach((function(n,o){null!==(n=t[n])&&(e.dataModify&&(n=e.dataModify.modifyValue(n)),t[r[o]]=i.toPixels(n,!0))})),t.tooltipPos[1]=t.plotHigh+i.pos-e.chart.plotTop}))},e.defaultOptions=s(r.defaultOptions,{lineWidth:1,tooltip:{pointFormat:'<span style="color:{point.color}">●</span> <b> {series.name}</b><br/>High: {point.high}<br/>Low: {point.low}<br/>Close: {point.close}<br/>'},threshold:null,states:{hover:{lineWidth:3}},stickyTracking:!0}),e}(r)).prototype,{animate:null,directTouch:!1,pointArrayMap:["high","low","close"],pointAttrToOptions:{stroke:"color","stroke-width":"lineWidth"},pointValKey:"close"}),i.prototype.pointClass=t,e.registerSeriesType("hlc",i),i})),e(i,"Series/OHLC/OHLCPoint.js",[i["Core/Series/SeriesRegistry.js"]],(function(t){var e=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}();return function(t){function i(){var e=null!==t&&t.apply(this,arguments)||this;return e.open=void 0,e.options=void 0,e.plotOpen=void 0,e.series=void 0,e}return e(i,t),i.prototype.getClassName=function(){return t.prototype.getClassName.call(this)+(this.open<this.close?" highcharts-point-up":" highcharts-point-down")},i.prototype.resolveUpColor=function(){this.open<this.close&&!this.options.color&&this.series.options.upColor&&(this.color=this.series.options.upColor)},i.prototype.resolveColor=function(){t.prototype.resolveColor.call(this),this.resolveUpColor()},i.prototype.getZone=function(){var e=t.prototype.getZone.call(this);return this.resolveUpColor(),e},i.prototype.applyOptions=function(){return t.prototype.applyOptions.apply(this,arguments),this.resolveColor&&this.resolveColor(),this},i}(t.seriesTypes.hlc.prototype.pointClass)})),e(i,"Series/OHLC/OHLCSeries.js",[i["Series/OHLC/OHLCPoint.js"],i["Core/Series/SeriesRegistry.js"],i["Core/Utilities.js"]],(function(t,e,i){var n=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),r=e.series,o=e.seriesTypes.hlc,s=i.addEvent,a=i.extend,l=i.merge,c=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.options=void 0,e.points=void 0,e}return n(e,t),e.prototype.getPointPath=function(e,i){var n=t.prototype.getPointPath.call(this,e,i),r=(i=i.strokeWidth())%2/2,o=Math.round(e.plotX)-r,s=Math.round(e.shapeArgs.width/2);return null!==e.open&&(e=Math.round(e.plotOpen)+r,n.push(["M",o,e],["L",o-s,e]),t.prototype.extendStem.call(this,n,i/2,e)),n},e.prototype.pointAttribs=function(e,i){i=t.prototype.pointAttribs.call(this,e,i);var n=this.options;return delete i.fill,!e.options.color&&n.upColor&&e.open<e.close&&(i.stroke=n.upColor),i},e.prototype.toYData=function(t){return[t.open,t.high,t.low,t.close]},e.defaultOptions=l(o.defaultOptions,{tooltip:{pointFormat:'<span style="color:{point.color}">●</span> <b> {series.name}</b><br/>Open: {point.open}<br/>High: {point.high}<br/>Low: {point.low}<br/>Close: {point.close}<br/>'}}),e}(o);return a(c.prototype,{pointArrayMap:["open","high","low","close"]}),c.prototype.pointClass=t,e.registerSeriesType("ohlc",c),s(r,"init",(function(t){(t=t.options).useOhlcData&&"highcharts-navigator-series"!==t.id&&a(this,{pointValKey:c.prototype.pointValKey,pointArrayMap:c.prototype.pointArrayMap,toYData:c.prototype.toYData})})),s(r,"afterSetOptions",(function(t){var e=(t=t.options).dataGrouping;e&&t.useOhlcData&&"highcharts-navigator-series"!==t.id&&(e.approximation="ohlc")})),c})),e(i,"Series/Candlestick/CandlestickSeries.js",[i["Core/DefaultOptions.js"],i["Core/Series/SeriesRegistry.js"],i["Core/Utilities.js"]],(function(t,e,i){var n=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),r=t.defaultOptions,o=(t=e.seriesTypes).column,s=t.ohlc,a=i.merge;return i=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.options=void 0,e.points=void 0,e}return n(e,t),e.prototype.pointAttribs=function(t,e){var i=o.prototype.pointAttribs.call(this,t,e),n=this.options,r=t.open<t.close,s=n.lineColor||this.color,a=t.color||this.color;return i["stroke-width"]=n.lineWidth,i.fill=t.options.color||r&&n.upColor||a,i.stroke=t.options.lineColor||r&&n.upLineColor||s,e&&(t=n.states[e],i.fill=t.color||i.fill,i.stroke=t.lineColor||i.stroke,i["stroke-width"]=t.lineWidth||i["stroke-width"]),i},e.prototype.drawPoints=function(){var t=this,e=t.chart,i=t.yAxis.reversed;t.points.forEach((function(n){var r=n.graphic,o=!r;if(void 0!==n.plotY){r||(n.graphic=r=e.renderer.path().add(t.group)),t.chart.styledMode||r.attr(t.pointAttribs(n,n.selected&&"select")).shadow(t.options.shadow);var s=r.strokeWidth()%2/2,a=Math.round(n.plotX)-s,l=n.plotOpen,c=n.plotClose,u=Math.min(l,c);l=Math.max(l,c);var h=Math.round(n.shapeArgs.width/2);c=i?l!==n.yBottom:Math.round(u)!==Math.round(n.plotHigh);var d=i?Math.round(u)!==Math.round(n.plotHigh):l!==n.yBottom;u=Math.round(u)+s,l=Math.round(l)+s,(s=[]).push(["M",a-h,l],["L",a-h,u],["L",a+h,u],["L",a+h,l],["Z"],["M",a,u],["L",a,c?Math.round(i?n.yBottom:n.plotHigh):u],["M",a,l],["L",a,d?Math.round(i?n.plotHigh:n.yBottom):l]),r[o?"attr":"animate"]({d:s}).addClass(n.getClassName(),!0)}}))},e.defaultOptions=a(s.defaultOptions,r.plotOptions,{states:{hover:{lineWidth:2}},tooltip:r.plotOptions.ohlc.tooltip,threshold:null,lineColor:"#000000",lineWidth:1,upColor:"#ffffff",stickyTracking:!0}),e}(s),e.registerSeriesType("candlestick",i),i})),e(i,"Series/Flags/FlagsPoint.js",[i["Core/Series/SeriesRegistry.js"],i["Core/Utilities.js"]],(function(t,e){var i=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),n=e.isNumber;return function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.options=void 0,e.series=void 0,e}return i(e,t),e.prototype.isValid=function(){return n(this.y)||void 0===this.y},e.prototype.hasNewShapeType=function(){var t=this.options.shape||this.series.options.shape;return this.graphic&&t&&t!==this.graphic.symbolKey},e}(t.seriesTypes.column.prototype.pointClass)})),e(i,"Series/OnSeriesComposition.js",[i["Series/Column/ColumnSeries.js"],i["Core/Series/Series.js"],i["Core/Utilities.js"]],(function(t,e,i){var n,r=t.prototype,o=e.prototype,s=i.defined,a=i.stableSort;return function(t){function e(){return o.getPlotBox.call(this.options.onSeries&&this.chart.get(this.options.onSeries)||this)}function i(){r.translate.apply(this);var t,e=this,i=e.options,n=e.chart,o=e.points,l=i.onSeries,c=(l=l&&n.get(l))&&l.options.step,u=l&&l.points,h=n.inverted,d=e.xAxis,p=e.yAxis;n=o.length-1,i=i.onKey||"y";var f,m=u&&u.length,g=0;if(l&&l.visible&&m){g=(l.pointXOffset||0)+(l.barW||0)/2;var y=l.currentDataGrouping,b=u[m-1].x+(y?y.totalRange:0);for(a(o,(function(t,e){return t.x-e.x})),i="plot"+i[0].toUpperCase()+i.substr(1);m--&&o[n];){var v=u[m];if((y=o[n]).y=v.y,v.x<=y.x&&void 0!==v[i]){if(y.x<=b&&(y.plotY=v[i],v.x<y.x&&!c&&(f=u[m+1])&&void 0!==f[i])){var M=(y.x-v.x)/(f.x-v.x);y.plotY+=M*(f[i]-v[i]),y.y+=M*(f.y-v.y)}if(m++,0>--n)break}}}o.forEach((function(i,n){if(i.plotX+=g,(void 0===i.plotY||h)&&(0<=i.plotX&&i.plotX<=d.len?h?(i.plotY=d.translate(i.x,0,1,0,1),i.plotX=s(i.y)?p.translate(i.y,0,0,0,1):0):i.plotY=(d.opposite?0:e.yAxis.len)+d.offset:i.shapeArgs={}),(t=o[n-1])&&t.plotX===i.plotX){void 0===t.stackIndex&&(t.stackIndex=0);var r=t.stackIndex+1}i.stackIndex=r})),this.onSeries=l}var n=[];t.compose=function(t){if(-1===n.indexOf(t)){n.push(t);var r=t.prototype;r.getPlotBox=e,r.translate=i}return t},t.getPlotBox=e,t.translate=i}(n||(n={})),n})),e(i,"Series/Flags/FlagsSymbols.js",[i["Core/Renderer/RendererRegistry.js"],i["Core/Renderer/SVG/SVGRenderer.js"]],(function(t,e){function i(t){n[t+"pin"]=function(e,i,r,o,s){var a=s&&s.anchorX;s=s&&s.anchorY,"circle"===t&&o>r&&(e-=Math.round((o-r)/2),r=o);var l=n[t](e,i,r,o);if(a&&s){var c=a;"circle"===t?c=e+r/2:(e=l[0],r=l[1],"M"===e[0]&&"L"===r[0]&&(c=(e[1]+r[1])/2)),l.push(["M",c,i>s?i:i+o],["L",a,s]),l=l.concat(n.circle(a-1,s-1,2,2))}return l}}var n=e.prototype.symbols;return n.flag=function(t,e,i,r,o){var s=o&&o.anchorX||t;o=o&&o.anchorY||e;var a=n.circle(s-1,o-1,2,2);return a.push(["M",s,o],["L",t,e+r],["L",t,e],["L",t+i,e],["L",t+i,e+r],["L",t,e+r],["Z"]),a},i("circle"),i("square"),(t=t.getRendererType())!==e&&(t.prototype.symbols.circlepin=n.circlepin,t.prototype.symbols.flag=n.flag,t.prototype.symbols.squarepin=n.squarepin),n})),e(i,"Series/Flags/FlagsSeries.js",[i["Series/Flags/FlagsPoint.js"],i["Core/Globals.js"],i["Series/OnSeriesComposition.js"],i["Core/Renderer/RendererUtilities.js"],i["Core/Series/SeriesRegistry.js"],i["Core/Renderer/SVG/SVGElement.js"],i["Core/Utilities.js"]],(function(t,e,i,n,r,o,s){var a=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}();e=e.noop;var l=n.distribute,c=r.series,u=r.seriesTypes.column,h=s.addEvent,d=s.defined;n=s.extend;var p=s.merge,f=s.objectEach,m=s.wrap;return s=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.options=void 0,e.points=void 0,e}return a(e,t),e.prototype.animate=function(t){t&&this.setClip()},e.prototype.drawPoints=function(){var t,e=this.points,i=this.chart,n=i.renderer,r=i.inverted,s=this.options,a=s.y,c=this.yAxis,u={},h=[];for(t=e.length;t--;){var g=e[t],y=(r?g.plotY:g.plotX)>this.xAxis.len,b=g.plotX,v=g.stackIndex,M=g.options.shape||s.shape,x=g.plotY;void 0!==x&&(x=g.plotY+a-(void 0!==v&&v*s.stackDistance)),g.anchorX=v?void 0:g.plotX;var _=v?void 0:g.plotY,A="flag"!==M;v=g.graphic,void 0!==x&&0<=b&&!y?(v&&g.hasNewShapeType()&&(v=v.destroy()),v||(v=g.graphic=n.label("",null,null,M,null,null,s.useHTML).addClass("highcharts-point").add(this.markerGroup),g.graphic.div&&(g.graphic.div.point=g),v.isNew=!0),v.attr({align:A?"center":"left",width:s.width,height:s.height,"text-align":s.textAlign}),i.styledMode||v.attr(this.pointAttribs(g)).css(p(s.style,g.style)).shadow(s.shadow),0<b&&(b-=v.strokeWidth()%2),M={y:x,anchorY:_},s.allowOverlapX&&(M.x=b,M.anchorX=g.anchorX),v.attr({text:g.options.title||s.title||"A"})[v.isNew?"attr":"animate"](M),s.allowOverlapX||(u[g.plotX]?u[g.plotX].size=Math.max(u[g.plotX].size,v.width):u[g.plotX]={align:A?.5:0,size:v.width,target:b,anchorX:b}),g.tooltipPos=[b,x+c.pos-i.plotTop]):v&&(g.graphic=v.destroy())}if(!s.allowOverlapX){var L=100;f(u,(function(t){t.plotX=t.anchorX,h.push(t),L=Math.max(t.size,L)})),l(h,r?c.len:this.xAxis.len,L),e.forEach((function(t){var e=t.graphic&&u[t.plotX];e&&(t.graphic[t.graphic.isNew?"attr":"animate"]({x:e.pos+e.align*e.size,anchorX:t.anchorX}),d(e.pos)?t.graphic.isNew=!1:(t.graphic.attr({x:-9999,anchorX:-9999}),t.graphic.isNew=!0))}))}s.useHTML&&m(this.markerGroup,"on",(function(t){return o.prototype.on.apply(t.apply(this,[].slice.call(arguments,1)),[].slice.call(arguments,1))}))},e.prototype.drawTracker=function(){var e=this.points;t.prototype.drawTracker.call(this),e.forEach((function(t){var i=t.graphic;i&&(t.unbindMouseOver&&t.unbindMouseOver(),t.unbindMouseOver=h(i.element,"mouseover",(function(){0<t.stackIndex&&!t.raised&&(t._y=i.y,i.attr({y:t._y-8}),t.raised=!0),e.forEach((function(e){e!==t&&e.raised&&e.graphic&&(e.graphic.attr({y:e._y}),e.raised=!1)}))})))}))},e.prototype.pointAttribs=function(t,e){var i=this.options,n=t&&t.color||this.color,r=i.lineColor,o=t&&t.lineWidth;return t=t&&t.fillColor||i.fillColor,e&&(t=i.states[e].fillColor,r=i.states[e].lineColor,o=i.states[e].lineWidth),{fill:t||n,stroke:r||n,"stroke-width":o||i.lineWidth||0}},e.prototype.setClip=function(){c.prototype.setClip.apply(this,arguments),!1!==this.options.clip&&this.sharedClipKey&&this.markerGroup&&this.markerGroup.clip(this.chart.sharedClips[this.sharedClipKey])},e.defaultOptions=p(u.defaultOptions,{pointRange:0,allowOverlapX:!1,shape:"flag",stackDistance:12,textAlign:"center",tooltip:{pointFormat:"{point.text}"},threshold:null,y:-30,fillColor:"#ffffff",lineWidth:1,states:{hover:{lineColor:"#000000",fillColor:"#ccd6eb"}},style:{fontSize:"11px",fontWeight:"bold"}}),e}(u),i.compose(s),n(s.prototype,{allowDG:!1,forceCrop:!0,invertible:!1,noSharedTooltip:!0,pointClass:t,sorted:!1,takeOrdinalPosition:!1,trackerGroups:["markerGroup"],buildKDTree:e,init:c.prototype.init,invertGroups:e}),r.registerSeriesType("flags",s),s})),e(i,"Core/Axis/ScrollbarAxis.js",[i["Core/Utilities.js"]],(function(t){var e=t.addEvent,i=t.defined,n=t.pick;return function(){function t(){}return t.compose=function(r,o){if(-1!==t.composed.indexOf(r))return r;t.composed.push(r);var s=function(t){var e=n(t.options&&t.options.min,t.min),r=n(t.options&&t.options.max,t.max);return{axisMin:e,axisMax:r,scrollMin:i(t.dataMin)?Math.min(e,t.min,t.dataMin,n(t.threshold,1/0)):e,scrollMax:i(t.dataMax)?Math.max(r,t.max,t.dataMax,n(t.threshold,-1/0)):r}};return e(r,"afterInit",(function(){var t=this;t.options&&t.options.scrollbar&&t.options.scrollbar.enabled&&(t.options.scrollbar.vertical=!t.horiz,t.options.startOnTick=t.options.endOnTick=!1,t.scrollbar=new o(t.chart.renderer,t.options.scrollbar,t.chart),e(t.scrollbar,"changed",(function(e){var n=s(t),r=n.axisMax,o=n.scrollMin,a=n.scrollMax-o;i(n.axisMin)&&i(r)&&(t.horiz&&!t.reversed||!t.horiz&&t.reversed?(n=o+a*this.to,o+=a*this.from):(n=o+a*(1-this.from),o+=a*(1-this.to)),this.shouldUpdateExtremes(e.DOMType)?t.setExtremes(o,n,!0,"mousemove"!==e.DOMType&&"touchmove"!==e.DOMType,e):this.setRange(this.from,this.to))})))})),e(r,"afterRender",(function(){var t=s(this),e=t.scrollMin,n=t.scrollMax;t=this.scrollbar;var r=this.axisTitleMargin+(this.titleOffset||0),o=this.chart.scrollbarsOffsets,a=this.options.margin||0;t&&(this.horiz?(this.opposite||(o[1]+=r),t.position(this.left,this.top+this.height+2+o[1]-(this.opposite?a:0),this.width,this.height),this.opposite||(o[1]+=a),r=1):(this.opposite&&(o[0]+=r),t.position(t.options.opposite?this.left+this.width+2+o[0]-(this.opposite?0:a):this.opposite?0:a,this.top,this.width,this.height),this.opposite&&(o[0]+=a),r=0),o[r]+=t.size+t.options.margin,isNaN(e)||isNaN(n)||!i(this.min)||!i(this.max)||this.min===this.max?t.setRange(0,1):(o=(this.min-e)/(n-e),e=(this.max-e)/(n-e),this.horiz&&!this.reversed||!this.horiz&&this.reversed?t.setRange(o,e):t.setRange(1-e,1-o)))})),e(r,"afterGetOffset",(function(){var t=this.scrollbar&&!this.scrollbar.options.opposite;t=this.horiz?2:t?3:1;var e=this.scrollbar;e&&(this.chart.scrollbarsOffsets=[0,0],this.chart.axisOffset[t]+=e.size+e.options.margin)})),r},t.composed=[],t}()})),e(i,"Core/ScrollbarDefaults.js",[i["Core/Globals.js"]],(function(t){return{height:t.isTouchDevice?20:14,barBorderRadius:0,buttonBorderRadius:0,liveRedraw:void 0,margin:10,minWidth:6,opposite:!0,step:.2,zIndex:3,barBackgroundColor:"#cccccc",barBorderWidth:1,barBorderColor:"#cccccc",buttonArrowColor:"#333333",buttonBackgroundColor:"#e6e6e6",buttonBorderColor:"#cccccc",buttonBorderWidth:1,rifleColor:"#333333",trackBackgroundColor:"#f2f2f2",trackBorderColor:"#f2f2f2",trackBorderWidth:1}})),e(i,"Core/Scrollbar.js",[i["Core/DefaultOptions.js"],i["Core/Globals.js"],i["Core/Axis/ScrollbarAxis.js"],i["Core/ScrollbarDefaults.js"],i["Core/Utilities.js"]],(function(t,e,i,n,r){var o=t.defaultOptions,s=r.addEvent,a=r.correctFloat,l=r.defined,c=r.destroyObjectProperties,u=r.fireEvent,h=r.merge,d=r.pick,p=r.removeEvent;return t=function(){function t(t,e,i){this._events=[],this.chart=void 0,this.from=this.chartY=this.chartX=0,this.scrollbar=this.renderer=this.options=this.group=void 0,this.scrollbarButtons=[],this.scrollbarGroup=void 0,this.scrollbarLeft=0,this.scrollbarRifles=void 0,this.scrollbarStrokeWidth=1,this.to=this.size=this.scrollbarTop=0,this.track=void 0,this.trackBorderWidth=1,this.userOptions=void 0,this.y=this.x=0,this.init(t,e,i)}return t.compose=function(e){i.compose(e,t)},t.swapXY=function(t,e){return e&&t.forEach((function(t){for(var e,i=t.length,n=0;n<i;n+=2)"number"==typeof(e=t[n+1])&&(t[n+1]=t[n+2],t[n+2]=e)})),t},t.prototype.addEvents=function(){var t=this.options.inverted?[1,0]:[0,1],i=this.scrollbarButtons,n=this.scrollbarGroup.element,r=this.track.element,o=this.mouseDownHandler.bind(this),a=this.mouseMoveHandler.bind(this),l=this.mouseUpHandler.bind(this);t=[[i[t[0]].element,"click",this.buttonToMinClick.bind(this)],[i[t[1]].element,"click",this.buttonToMaxClick.bind(this)],[r,"click",this.trackClick.bind(this)],[n,"mousedown",o],[n.ownerDocument,"mousemove",a],[n.ownerDocument,"mouseup",l]],e.hasTouch&&t.push([n,"touchstart",o],[n.ownerDocument,"touchmove",a],[n.ownerDocument,"touchend",l]),t.forEach((function(t){s.apply(null,t)})),this._events=t},t.prototype.buttonToMaxClick=function(t){var e=(this.to-this.from)*d(this.options.step,.2);this.updatePosition(this.from+e,this.to+e),u(this,"changed",{from:this.from,to:this.to,trigger:"scrollbar",DOMEvent:t})},t.prototype.buttonToMinClick=function(t){var e=a(this.to-this.from)*d(this.options.step,.2);this.updatePosition(a(this.from-e),a(this.to-e)),u(this,"changed",{from:this.from,to:this.to,trigger:"scrollbar",DOMEvent:t})},t.prototype.cursorToScrollbarPosition=function(t){var e=this.options;return e=e.minWidth>this.calculatedWidth?e.minWidth:0,{chartX:(t.chartX-this.x-this.xOffset)/(this.barWidth-e),chartY:(t.chartY-this.y-this.yOffset)/(this.barWidth-e)}},t.prototype.destroy=function(){var t=this,e=t.chart.scroller;t.removeEvents(),["track","scrollbarRifles","scrollbar","scrollbarGroup","group"].forEach((function(e){t[e]&&t[e].destroy&&(t[e]=t[e].destroy())})),e&&t===e.scrollbar&&(e.scrollbar=null,c(e.scrollbarButtons))},t.prototype.drawScrollbarButton=function(e){var i=this.renderer,n=this.scrollbarButtons,r=this.options,o=this.size,s=i.g().add(this.group);n.push(s),s=i.rect().addClass("highcharts-scrollbar-button").add(s),this.chart.styledMode||s.attr({stroke:r.buttonBorderColor,"stroke-width":r.buttonBorderWidth,fill:r.buttonBackgroundColor}),s.attr(s.crisp({x:-.5,y:-.5,width:o+1,height:o+1,r:r.buttonBorderRadius},s.strokeWidth())),s=i.path(t.swapXY([["M",o/2+(e?-1:1),o/2-3],["L",o/2+(e?-1:1),o/2+3],["L",o/2+(e?2:-2),o/2]],r.vertical)).addClass("highcharts-scrollbar-arrow").add(n[e]),this.chart.styledMode||s.attr({fill:r.buttonArrowColor})},t.prototype.init=function(t,e,i){this.scrollbarButtons=[],this.renderer=t,this.userOptions=e,this.options=h(n,o.scrollbar,e),this.chart=i,this.size=d(this.options.size,this.options.height),e.enabled&&(this.render(),this.addEvents())},t.prototype.mouseDownHandler=function(t){t=this.chart.pointer.normalize(t),t=this.cursorToScrollbarPosition(t),this.chartX=t.chartX,this.chartY=t.chartY,this.initPositions=[this.from,this.to],this.grabbedCenter=!0},t.prototype.mouseMoveHandler=function(t){var e=this.chart.pointer.normalize(t),i=this.options.vertical?"chartY":"chartX",n=this.initPositions||[];!this.grabbedCenter||t.touches&&0===t.touches[0][i]||(i=(e=this.cursorToScrollbarPosition(e)[i])-(i=this[i]),this.hasDragged=!0,this.updatePosition(n[0]+i,n[1]+i),this.hasDragged&&u(this,"changed",{from:this.from,to:this.to,trigger:"scrollbar",DOMType:t.type,DOMEvent:t}))},t.prototype.mouseUpHandler=function(t){this.hasDragged&&u(this,"changed",{from:this.from,to:this.to,trigger:"scrollbar",DOMType:t.type,DOMEvent:t}),this.grabbedCenter=this.hasDragged=this.chartX=this.chartY=null},t.prototype.position=function(t,e,i,n){var r=this.options.vertical,o=this.rendered?"animate":"attr",s=0;this.x=t,this.y=e+this.trackBorderWidth,this.width=i,this.xOffset=this.height=n,this.yOffset=s,r?(this.width=this.yOffset=i=s=this.size,this.xOffset=e=0,this.barWidth=n-2*i,this.x=t+=this.options.margin):(this.height=this.xOffset=n=e=this.size,this.barWidth=i-2*n,this.y+=this.options.margin),this.group[o]({translateX:t,translateY:this.y}),this.track[o]({width:i,height:n}),this.scrollbarButtons[1][o]({translateX:r?0:i-e,translateY:r?n-s:0})},t.prototype.removeEvents=function(){this._events.forEach((function(t){p.apply(null,t)})),this._events.length=0},t.prototype.render=function(){var e=this.renderer,i=this.options,n=this.size,r=this.chart.styledMode,o=e.g("scrollbar").attr({zIndex:i.zIndex,translateY:-99999}).add();this.group=o,this.track=e.rect().addClass("highcharts-scrollbar-track").attr({x:0,r:i.trackBorderRadius||0,height:n,width:n}).add(o),r||this.track.attr({fill:i.trackBackgroundColor,stroke:i.trackBorderColor,"stroke-width":i.trackBorderWidth}),this.trackBorderWidth=this.track.strokeWidth(),this.track.attr({y:-this.trackBorderWidth%2/2}),this.scrollbarGroup=e.g().add(o),this.scrollbar=e.rect().addClass("highcharts-scrollbar-thumb").attr({height:n,width:n,r:i.barBorderRadius||0}).add(this.scrollbarGroup),this.scrollbarRifles=e.path(t.swapXY([["M",-3,n/4],["L",-3,2*n/3],["M",0,n/4],["L",0,2*n/3],["M",3,n/4],["L",3,2*n/3]],i.vertical)).addClass("highcharts-scrollbar-rifles").add(this.scrollbarGroup),r||(this.scrollbar.attr({fill:i.barBackgroundColor,stroke:i.barBorderColor,"stroke-width":i.barBorderWidth}),this.scrollbarRifles.attr({stroke:i.rifleColor,"stroke-width":1})),this.scrollbarStrokeWidth=this.scrollbar.strokeWidth(),this.scrollbarGroup.translate(-this.scrollbarStrokeWidth%2/2,-this.scrollbarStrokeWidth%2/2),this.drawScrollbarButton(0),this.drawScrollbarButton(1)},t.prototype.setRange=function(t,e){var i=this.options,n=i.vertical,r=i.minWidth,o=this.barWidth,s=!this.rendered||this.hasDragged||this.chart.navigator&&this.chart.navigator.hasDragged?"attr":"animate";if(l(o)){var c=o*Math.min(e,1);t=Math.max(t,0);var u=Math.ceil(o*t);this.calculatedWidth=c=a(c-u),c<r&&(u=(o-r+c)*t,c=r),r=Math.floor(u+this.xOffset+this.yOffset),o=c/2-.5,this.from=t,this.to=e,n?(this.scrollbarGroup[s]({translateY:r}),this.scrollbar[s]({height:c}),this.scrollbarRifles[s]({translateY:o}),this.scrollbarTop=r,this.scrollbarLeft=0):(this.scrollbarGroup[s]({translateX:r}),this.scrollbar[s]({width:c}),this.scrollbarRifles[s]({translateX:o}),this.scrollbarLeft=r,this.scrollbarTop=0),12>=c?this.scrollbarRifles.hide():this.scrollbarRifles.show(!0),!1===i.showFull&&(0>=t&&1<=e?this.group.hide():this.group.show()),this.rendered=!0}},t.prototype.shouldUpdateExtremes=function(t){return d(this.options.liveRedraw,e.svg&&!e.isTouchDevice&&!this.chart.isBoosting)||"mouseup"===t||"touchend"===t||!l(t)},t.prototype.trackClick=function(t){var e=this.chart.pointer.normalize(t),i=this.to-this.from,n=this.y+this.scrollbarTop,r=this.x+this.scrollbarLeft;this.options.vertical&&e.chartY>n||!this.options.vertical&&e.chartX>r?this.updatePosition(this.from+i,this.to+i):this.updatePosition(this.from-i,this.to-i),u(this,"changed",{from:this.from,to:this.to,trigger:"scrollbar",DOMEvent:t})},t.prototype.update=function(t){this.destroy(),this.init(this.chart.renderer,h(!0,this.options,t),this.chart)},t.prototype.updatePosition=function(t,e){1<e&&(t=a(1-a(e-t)),e=1),0>t&&(e=a(e-t),t=0),this.from=t,this.to=e},t.defaultOptions=n,t}(),o.scrollbar=h(!0,t.defaultOptions,o.scrollbar),t})),e(i,"Core/Axis/NavigatorAxis.js",[i["Core/Globals.js"],i["Core/Utilities.js"]],(function(t,e){var i=t.isTouchDevice,n=e.addEvent,r=e.correctFloat,o=e.defined,s=e.isNumber,a=e.pick,l=function(){function t(t){this.axis=t}return t.prototype.destroy=function(){this.axis=void 0},t.prototype.toFixedRange=function(t,e,i,n){var l=this.axis,c=l.chart;c=c&&c.fixedRange;var u=(l.pointRange||0)/2;return t=a(i,l.translate(t,!0,!l.horiz)),e=a(n,l.translate(e,!0,!l.horiz)),l=c&&(e-t)/c,o(i)||(t=r(t+u)),o(n)||(e=r(e-u)),.7<l&&1.3>l&&(n?t=e-c:e=t+c),s(t)&&s(e)||(t=e=void 0),{min:t,max:e}},t}();return function(){function t(){}return t.compose=function(t){t.keepProps.push("navigatorAxis"),n(t,"init",(function(){this.navigatorAxis||(this.navigatorAxis=new l(this))})),n(t,"zoom",(function(t){var e=this.chart.options,n=e.navigator,r=this.navigatorAxis,s=e.chart.pinchType,a=e.rangeSelector;e=e.chart.zoomType,this.isXAxis&&(n&&n.enabled||a&&a.enabled)&&("y"===e?t.zoomed=!1:(!i&&"xy"===e||i&&"xy"===s)&&this.options.range&&(n=r.previousZoom,o(t.newMin)?r.previousZoom=[this.min,this.max]:n&&(t.newMin=n[0],t.newMax=n[1],r.previousZoom=void 0))),void 0!==t.zoomed&&t.preventDefault()}))},t.AdditionsClass=l,t}()})),e(i,"Core/Navigator.js",[i["Core/Axis/Axis.js"],i["Core/Chart/Chart.js"],i["Core/Color/Color.js"],i["Core/Globals.js"],i["Core/Axis/NavigatorAxis.js"],i["Core/DefaultOptions.js"],i["Core/Renderer/RendererRegistry.js"],i["Core/Scrollbar.js"],i["Core/Series/Series.js"],i["Core/Series/SeriesRegistry.js"],i["Core/Utilities.js"]],(function(t,e,i,n,r,o,s,a,l,c,u){i=i.parse;var h=n.hasTouch,d=n.isTouchDevice,p=o.defaultOptions,f=u.addEvent,m=u.clamp,g=u.correctFloat,y=u.defined,b=u.destroyObjectProperties,v=u.erase,M=u.extend,x=u.find,_=u.isArray,A=u.isNumber,L=u.merge,w=u.pick,k=u.removeEvent,S=u.splat,T=function(t){for(var e=[],i=1;i<arguments.length;i++)e[i-1]=arguments[i];if((e=[].filter.call(e,A)).length)return Math[t].apply(0,e)};o=void 0===c.seriesTypes.areaspline?"line":"areaspline",M(p,{navigator:{height:40,margin:25,maskInside:!0,handles:{width:7,height:15,symbols:["navigator-handle","navigator-handle"],enabled:!0,lineWidth:1,backgroundColor:"#f2f2f2",borderColor:"#999999"},maskFill:i("#6685c2").setOpacity(.3).get(),outlineColor:"#cccccc",outlineWidth:1,series:{type:o,fillOpacity:.05,lineWidth:1,compare:null,dataGrouping:{approximation:"average",enabled:!0,groupPixelWidth:2,firstAnchor:"firstPoint",anchor:"middle",lastAnchor:"lastPoint",units:[["millisecond",[1,2,5,10,20,25,50,100,200,500]],["second",[1,2,5,10,15,30]],["minute",[1,2,5,10,15,30]],["hour",[1,2,3,4,6,8,12]],["day",[1,2,3,4]],["week",[1,2,3]],["month",[1,3,6]],["year",null]]},dataLabels:{enabled:!1,zIndex:2},id:"highcharts-navigator-series",className:"highcharts-navigator-series",lineColor:null,marker:{enabled:!1},threshold:null},xAxis:{overscroll:0,className:"highcharts-navigator-xaxis",tickLength:0,lineWidth:0,gridLineColor:"#e6e6e6",gridLineWidth:1,tickPixelInterval:200,labels:{align:"left",style:{color:"#999999"},x:3,y:-4},crosshair:!1},yAxis:{className:"highcharts-navigator-yaxis",gridLineWidth:0,startOnTick:!1,endOnTick:!1,minPadding:.1,maxPadding:.1,labels:{enabled:!1},crosshair:!1,title:{text:null},tickLength:0,tickWidth:0}}}),s.getRendererType().prototype.symbols["navigator-handle"]=function(t,e,i,n,r){return t=(r&&r.width||0)/2,e=Math.round(t/3)+.5,[["M",-t-1,.5],["L",t,.5],["L",t,(r=r&&r.height||0)+.5],["L",-t-1,r+.5],["L",-t-1,.5],["M",-e,4],["L",-e,r-3],["M",e-1,4],["L",e-1,r-3]]};var O=function(){function e(t){this.zoomedMin=this.zoomedMax=this.yAxis=this.xAxis=this.top=this.size=this.shades=this.rendered=this.range=this.outlineHeight=this.outline=this.opposite=this.navigatorSize=this.navigatorSeries=this.navigatorOptions=this.navigatorGroup=this.navigatorEnabled=this.left=this.height=this.handles=this.chart=this.baseSeries=void 0,this.init(t)}return e.prototype.drawHandle=function(t,e,i,n){var r=this.navigatorOptions.handles.height;this.handles[e][n](i?{translateX:Math.round(this.left+this.height/2),translateY:Math.round(this.top+parseInt(t,10)+.5-r)}:{translateX:Math.round(this.left+parseInt(t,10)),translateY:Math.round(this.top+this.height/2-r/2-1)})},e.prototype.drawOutline=function(t,e,i,n){var r=this.navigatorOptions.maskInside,o=this.outline.strokeWidth(),s=o/2,a=o%2/2;o=this.outlineHeight;var l=this.scrollbarHeight||0,c=this.size,u=this.left-l,h=this.top;i?(a=[["M",(u-=s)+o,h-l-a],["L",u+o,i=h+e+a],["L",u,i],["L",u,e=h+t+a],["L",u+o,e],["L",u+o,h+c+l]],r&&a.push(["M",u+o,i-s],["L",u+o,e+s])):(a=[["M",u,h+=s],["L",t+=u+l-a,h],["L",t,h+o],["L",e+=u+l-a,h+o],["L",e,h],["L",u+c+2*l,h]],r&&a.push(["M",t-s,h],["L",e+s,h])),this.outline[n]({d:a})},e.prototype.drawMasks=function(t,e,i,n){var r=this.left,o=this.top,s=this.height;if(i)var a=[r,r,r],l=[o,o+t,o+e],c=[s,s,s],u=[t,e-t,this.size-e];else a=[r,r+t,r+e],l=[o,o,o],c=[t,e-t,this.size-e],u=[s,s,s];this.shades.forEach((function(t,e){t[n]({x:a[e],y:l[e],width:c[e],height:u[e]})}))},e.prototype.renderElements=function(){var t,e=this,i=e.navigatorOptions,n=i.maskInside,r=e.chart,o=r.renderer,s={cursor:r.inverted?"ns-resize":"ew-resize"};e.navigatorGroup=t=o.g("navigator").attr({zIndex:8,visibility:"hidden"}).add(),[!n,n,!n].forEach((function(n,a){e.shades[a]=o.rect().addClass("highcharts-navigator-mask"+(1===a?"-inside":"-outside")).add(t),r.styledMode||e.shades[a].attr({fill:n?i.maskFill:"rgba(0,0,0,0)"}).css(1===a&&s)})),e.outline=o.path().addClass("highcharts-navigator-outline").add(t),r.styledMode||e.outline.attr({"stroke-width":i.outlineWidth,stroke:i.outlineColor}),i.handles.enabled&&[0,1].forEach((function(n){if(i.handles.inverted=r.inverted,e.handles[n]=o.symbol(i.handles.symbols[n],-i.handles.width/2-1,0,i.handles.width,i.handles.height,i.handles),e.handles[n].attr({zIndex:7-n}).addClass("highcharts-navigator-handle highcharts-navigator-handle-"+["left","right"][n]).add(t),!r.styledMode){var a=i.handles;e.handles[n].attr({fill:a.backgroundColor,stroke:a.borderColor,"stroke-width":a.lineWidth}).css(s)}}))},e.prototype.update=function(t){(this.series||[]).forEach((function(t){t.baseSeries&&delete t.baseSeries.navigatorSeries})),this.destroy(),L(!0,this.chart.options.navigator,this.options,t),this.init(this.chart)},e.prototype.render=function(t,e,i,n){var r,o,s=this.chart,a=this.scrollbarHeight,l=this.xAxis,c=l.pointRange||0,u=l.navigatorAxis.fake?s.xAxis[0]:l,h=this.navigatorEnabled,d=this.rendered,p=s.inverted,f=s.xAxis[0].minRange,b=s.xAxis[0].options.maxRange;if(!this.hasDragged||y(i)){if(t=g(t-c/2),e=g(e+c/2),!A(t)||!A(e)){if(!d)return;i=0,n=w(l.width,u.width)}this.left=w(l.left,s.plotLeft+a+(p?s.plotWidth:0)),this.size=o=r=w(l.len,(p?s.plotHeight:s.plotWidth)-2*a),s=p?a:r+2*a,i=w(i,l.toPixels(t,!0)),n=w(n,l.toPixels(e,!0)),A(i)&&1/0!==Math.abs(i)||(i=0,n=s),t=l.toValue(i,!0),e=l.toValue(n,!0);var v=Math.abs(g(e-t));v<f?this.grabbedLeft?i=l.toPixels(e-f-c,!0):this.grabbedRight&&(n=l.toPixels(t+f+c,!0)):y(b)&&g(v-c)>b&&(this.grabbedLeft?i=l.toPixels(e-b-c,!0):this.grabbedRight&&(n=l.toPixels(t+b+c,!0))),this.zoomedMax=m(Math.max(i,n),0,o),this.zoomedMin=m(this.fixedWidth?this.zoomedMax-this.fixedWidth:Math.min(i,n),0,o),this.range=this.zoomedMax-this.zoomedMin,o=Math.round(this.zoomedMax),i=Math.round(this.zoomedMin),h&&(this.navigatorGroup.attr({visibility:"visible"}),d=d&&!this.hasDragged?"animate":"attr",this.drawMasks(i,o,p,d),this.drawOutline(i,o,p,d),this.navigatorOptions.handles.enabled&&(this.drawHandle(i,0,p,d),this.drawHandle(o,1,p,d))),this.scrollbar&&(p?(p=this.top-a,u=this.left-a+(h||!u.opposite?0:(u.titleOffset||0)+u.axisTitleMargin),a=r+2*a):(p=this.top+(h?this.height:-a),u=this.left-a),this.scrollbar.position(u,p,s,a),this.scrollbar.setRange(this.zoomedMin/(r||1),this.zoomedMax/(r||1))),this.rendered=!0}},e.prototype.addMouseEvents=function(){var t,e,i=this,n=i.chart,r=n.container,o=[];i.mouseMoveHandler=t=function(t){i.onMouseMove(t)},i.mouseUpHandler=e=function(t){i.onMouseUp(t)},(o=i.getPartsEvents("mousedown")).push(f(n.renderTo,"mousemove",t),f(r.ownerDocument,"mouseup",e)),h&&(o.push(f(n.renderTo,"touchmove",t),f(r.ownerDocument,"touchend",e)),o.concat(i.getPartsEvents("touchstart"))),i.eventsToUnbind=o,i.series&&i.series[0]&&o.push(f(i.series[0].xAxis,"foundExtremes",(function(){n.navigator.modifyNavigatorAxisExtremes()})))},e.prototype.getPartsEvents=function(t){var e=this,i=[];return["shades","handles"].forEach((function(n){e[n].forEach((function(r,o){i.push(f(r.element,t,(function(t){e[n+"Mousedown"](t,o)})))}))})),i},e.prototype.shadesMousedown=function(t,e){t=this.chart.pointer.normalize(t);var i=this.chart,n=this.xAxis,r=this.zoomedMin,o=this.left,s=this.size,a=this.range,l=t.chartX;if(i.inverted&&(l=t.chartY,o=this.top),1===e)this.grabbedCenter=l,this.fixedWidth=a,this.dragOffset=l-r;else{if(t=l-o-a/2,0===e)t=Math.max(0,t);else if(2===e&&t+a>=s)if(t=s-a,this.reversedExtremes){t-=a;var c=this.getUnionExtremes().dataMin}else var u=this.getUnionExtremes().dataMax;t!==r&&(this.fixedWidth=a,e=n.navigatorAxis.toFixedRange(t,t+a,c,u),y(e.min)&&i.xAxis[0].setExtremes(Math.min(e.min,e.max),Math.max(e.min,e.max),!0,null,{trigger:"navigator"}))}},e.prototype.handlesMousedown=function(t,e){this.chart.pointer.normalize(t);var i=(t=this.chart).xAxis[0],n=this.reversedExtremes;0===e?(this.grabbedLeft=!0,this.otherHandlePos=this.zoomedMax,this.fixedExtreme=n?i.min:i.max):(this.grabbedRight=!0,this.otherHandlePos=this.zoomedMin,this.fixedExtreme=n?i.max:i.min),t.fixedRange=null},e.prototype.onMouseMove=function(t){var e=this,i=e.chart,r=e.left,o=e.navigatorSize,s=e.range,a=e.dragOffset,l=i.inverted;t.touches&&0===t.touches[0].pageX||(t=i.pointer.normalize(t),i=t.chartX,l&&(r=e.top,i=t.chartY),e.grabbedLeft?(e.hasDragged=!0,e.render(0,0,i-r,e.otherHandlePos)):e.grabbedRight?(e.hasDragged=!0,e.render(0,0,e.otherHandlePos,i-r)):e.grabbedCenter&&(e.hasDragged=!0,i<a?i=a:i>o+a-s&&(i=o+a-s),e.render(0,0,i-a,i-a+s)),e.hasDragged&&e.scrollbar&&w(e.scrollbar.options.liveRedraw,n.svg&&!d&&!this.chart.isBoosting)&&(t.DOMType=t.type,setTimeout((function(){e.onMouseUp(t)}),0)))},e.prototype.onMouseUp=function(t){var e=this.chart,i=this.xAxis,n=this.scrollbar,r=t.DOMEvent||t,o=e.inverted,s=this.rendered&&!this.hasDragged?"animate":"attr";if(this.hasDragged&&(!n||!n.hasDragged)||"scrollbar"===t.trigger){if(n=this.getUnionExtremes(),this.zoomedMin===this.otherHandlePos)var a=this.fixedExtreme;else if(this.zoomedMax===this.otherHandlePos)var l=this.fixedExtreme;this.zoomedMax===this.size&&(l=this.reversedExtremes?n.dataMin:n.dataMax),0===this.zoomedMin&&(a=this.reversedExtremes?n.dataMax:n.dataMin),i=i.navigatorAxis.toFixedRange(this.zoomedMin,this.zoomedMax,a,l),y(i.min)&&e.xAxis[0].setExtremes(Math.min(i.min,i.max),Math.max(i.min,i.max),!0,!this.hasDragged&&null,{trigger:"navigator",triggerOp:"navigator-drag",DOMEvent:r})}"mousemove"!==t.DOMType&&"touchmove"!==t.DOMType&&(this.grabbedLeft=this.grabbedRight=this.grabbedCenter=this.fixedWidth=this.fixedExtreme=this.otherHandlePos=this.hasDragged=this.dragOffset=null),this.navigatorEnabled&&A(this.zoomedMin)&&A(this.zoomedMax)&&(e=Math.round(this.zoomedMin),t=Math.round(this.zoomedMax),this.shades&&this.drawMasks(e,t,o,s),this.outline&&this.drawOutline(e,t,o,s),this.navigatorOptions.handles.enabled&&Object.keys(this.handles).length===this.handles.length&&(this.drawHandle(e,0,o,s),this.drawHandle(t,1,o,s)))},e.prototype.removeEvents=function(){this.eventsToUnbind&&(this.eventsToUnbind.forEach((function(t){t()})),this.eventsToUnbind=void 0),this.removeBaseSeriesEvents()},e.prototype.removeBaseSeriesEvents=function(){var t=this.baseSeries||[];this.navigatorEnabled&&t[0]&&(!1!==this.navigatorOptions.adaptToUpdatedData&&t.forEach((function(t){k(t,"updatedData",this.updatedDataHandler)}),this),t[0].xAxis&&k(t[0].xAxis,"foundExtremes",this.modifyBaseAxisExtremes))},e.prototype.init=function(e){var i=e.options,n=i.navigator,o=n.enabled,s=i.scrollbar,l=s.enabled;i=o?n.height:0;var c=l?s.height:0;this.handles=[],this.shades=[],this.chart=e,this.setBaseSeries(),this.height=i,this.scrollbarHeight=c,this.scrollbarEnabled=l,this.navigatorEnabled=o,this.navigatorOptions=n,this.scrollbarOptions=s,this.outlineHeight=i+c,this.opposite=w(n.opposite,!(o||!e.inverted));var u=this;o=u.baseSeries,s=e.xAxis.length,l=e.yAxis.length;var h=o&&o[0]&&o[0].xAxis||e.xAxis[0]||{options:{}};e.isDirtyBox=!0,u.navigatorEnabled?(u.xAxis=new t(e,L({breaks:h.options.breaks,ordinal:h.options.ordinal},n.xAxis,{id:"navigator-x-axis",yAxis:"navigator-y-axis",isX:!0,type:"datetime",index:s,isInternal:!0,offset:0,keepOrdinalPadding:!0,startOnTick:!1,endOnTick:!1,minPadding:0,maxPadding:0,zoomEnabled:!1},e.inverted?{offsets:[c,0,-c,0],width:i}:{offsets:[0,-c,0,c],height:i})),u.yAxis=new t(e,L(n.yAxis,{id:"navigator-y-axis",alignTicks:!1,offset:0,index:l,isInternal:!0,reversed:w(n.yAxis&&n.yAxis.reversed,e.yAxis[0]&&e.yAxis[0].reversed,!1),zoomEnabled:!1},e.inverted?{width:i}:{height:i})),o||n.series.data?u.updateNavigatorSeries(!1):0===e.series.length&&(u.unbindRedraw=f(e,"beforeRedraw",(function(){0<e.series.length&&!u.series&&(u.setBaseSeries(),u.unbindRedraw())}))),u.reversedExtremes=e.inverted&&!u.xAxis.reversed||!e.inverted&&u.xAxis.reversed,u.renderElements(),u.addMouseEvents()):(u.xAxis={chart:e,navigatorAxis:{fake:!0},translate:function(t,i){var n=e.xAxis[0],r=n.getExtremes(),o=n.len-2*c,s=T("min",n.options.min,r.dataMin);return n=T("max",n.options.max,r.dataMax)-s,i?t*n/o+s:o*(t-s)/n},toPixels:function(t){return this.translate(t)},toValue:function(t){return this.translate(t,!0)}},u.xAxis.navigatorAxis.axis=u.xAxis,u.xAxis.navigatorAxis.toFixedRange=r.AdditionsClass.prototype.toFixedRange.bind(u.xAxis.navigatorAxis)),e.options.scrollbar.enabled&&(e.scrollbar=u.scrollbar=new a(e.renderer,L(e.options.scrollbar,{margin:u.navigatorEnabled?0:10,vertical:e.inverted}),e),f(u.scrollbar,"changed",(function(t){var e=u.size,i=e*this.to;e*=this.from,u.hasDragged=u.scrollbar.hasDragged,u.render(0,0,e,i),this.shouldUpdateExtremes(t.DOMType)&&setTimeout((function(){u.onMouseUp(t)}))}))),u.addBaseSeriesEvents(),u.addChartEvents()},e.prototype.getUnionExtremes=function(t){var e,i=this.chart.xAxis[0],n=this.xAxis,r=n.options,o=i.options;return t&&null===i.dataMin||(e={dataMin:w(r&&r.min,T("min",o.min,i.dataMin,n.dataMin,n.min)),dataMax:w(r&&r.max,T("max",o.max,i.dataMax,n.dataMax,n.max))}),e},e.prototype.setBaseSeries=function(t,e){var i=this.chart,n=this.baseSeries=[];t=t||i.options&&i.options.navigator.baseSeries||(i.series.length?x(i.series,(function(t){return!t.options.isInternal})).index:0),(i.series||[]).forEach((function(e,i){e.options.isInternal||!e.options.showInNavigator&&(i!==t&&e.options.id!==t||!1===e.options.showInNavigator)||n.push(e)})),this.xAxis&&!this.xAxis.navigatorAxis.fake&&this.updateNavigatorSeries(!0,e)},e.prototype.updateNavigatorSeries=function(t,e){var i,n,r,o=this,s=o.chart,a=o.baseSeries,l=o.navigatorOptions.series,c={enableMouseTracking:!1,index:null,linkedTo:null,group:"nav",padXAxis:!1,xAxis:"navigator-x-axis",yAxis:"navigator-y-axis",showInLegend:!1,stacking:void 0,isInternal:!0,states:{inactive:{opacity:1}}},u=o.series=(o.series||[]).filter((function(t){var e=t.baseSeries;return!(0>a.indexOf(e))||(e&&(k(e,"updatedData",o.updatedDataHandler),delete e.navigatorSeries),t.chart&&t.destroy(),!1)}));a&&a.length&&a.forEach((function(t){var h=t.navigatorSeries,d=M({color:t.color,visible:t.visible},_(l)?p.navigator.series:l);h&&!1===o.navigatorOptions.adaptToUpdatedData||(c.name="Navigator "+a.length,i=t.options||{},r=i.navigatorOptions||{},d.dataLabels=S(d.dataLabels),(n=L(i,c,d,r)).pointRange=w(d.pointRange,r.pointRange,p.plotOptions[n.type||"line"].pointRange),d=r.data||d.data,o.hasNavigatorData=o.hasNavigatorData||!!d,n.data=d||i.data&&i.data.slice(0),h&&h.options?h.update(n,e):(t.navigatorSeries=s.initSeries(n),t.navigatorSeries.baseSeries=t,u.push(t.navigatorSeries)))})),(!l.data||a&&a.length)&&!_(l)||(o.hasNavigatorData=!1,(l=S(l)).forEach((function(t,e){c.name="Navigator "+(u.length+1),(n=L(p.navigator.series,{color:s.series[e]&&!s.series[e].options.isInternal&&s.series[e].color||s.options.colors[e]||s.options.colors[0]},c,t)).data=t.data,n.data&&(o.hasNavigatorData=!0,u.push(s.initSeries(n)))}))),t&&this.addBaseSeriesEvents()},e.prototype.addBaseSeriesEvents=function(){var t=this,e=t.baseSeries||[];e[0]&&e[0].xAxis&&e[0].eventsToUnbind.push(f(e[0].xAxis,"foundExtremes",this.modifyBaseAxisExtremes)),e.forEach((function(e){e.eventsToUnbind.push(f(e,"show",(function(){this.navigatorSeries&&this.navigatorSeries.setVisible(!0,!1)}))),e.eventsToUnbind.push(f(e,"hide",(function(){this.navigatorSeries&&this.navigatorSeries.setVisible(!1,!1)}))),!1!==this.navigatorOptions.adaptToUpdatedData&&e.xAxis&&e.eventsToUnbind.push(f(e,"updatedData",this.updatedDataHandler)),e.eventsToUnbind.push(f(e,"remove",(function(){this.navigatorSeries&&(v(t.series,this.navigatorSeries),y(this.navigatorSeries.options)&&this.navigatorSeries.remove(!1),delete this.navigatorSeries)})))}),this)},e.prototype.getBaseSeriesMin=function(t){return this.baseSeries.reduce((function(t,e){return Math.min(t,e.xData?e.xData[0]:t)}),t)},e.prototype.modifyNavigatorAxisExtremes=function(){var t,e=this.xAxis;void 0!==e.getExtremes&&(!(t=this.getUnionExtremes(!0))||t.dataMin===e.min&&t.dataMax===e.max||(e.min=t.dataMin,e.max=t.dataMax))},e.prototype.modifyBaseAxisExtremes=function(){var t=this.chart.navigator,e=this.getExtremes(),i=e.dataMin,n=e.dataMax;e=e.max-e.min;var r=t.stickToMin,o=t.stickToMax,s=w(this.options.overscroll,0),a=t.series&&t.series[0],l=!!this.setExtremes;if(!this.eventArgs||"rangeSelectorButton"!==this.eventArgs.trigger){if(r)var c=i,u=i+e;o&&(u=n+s,r||(c=Math.max(i,u-e,t.getBaseSeriesMin(a&&a.xData?a.xData[0]:-Number.MAX_VALUE)))),l&&(r||o)&&A(c)&&(this.min=this.userMin=c,this.max=this.userMax=u)}t.stickToMin=t.stickToMax=null},e.prototype.updatedDataHandler=function(){var t=this.chart.navigator,e=this.navigatorSeries;t.stickToMax=t.reversedExtremes?0===Math.round(t.zoomedMin):Math.round(t.zoomedMax)>=Math.round(t.size),t.stickToMin=t.shouldStickToMin(this,t),e&&!t.hasNavigatorData&&(e.options.pointStart=this.xData[0],e.setData(this.options.data,!1,null,!1))},e.prototype.shouldStickToMin=function(t,e){e=e.getBaseSeriesMin(t.xData[0]);var i=t.xAxis;t=i.max;var n=i.min;return i=i.options.range,!(!A(t)||!A(n))&&(i&&0<t-e?t-e<i:n<=e)},e.prototype.addChartEvents=function(){this.eventsToUnbind||(this.eventsToUnbind=[]),this.eventsToUnbind.push(f(this.chart,"redraw",(function(){var t=this.navigator,e=t&&(t.baseSeries&&t.baseSeries[0]&&t.baseSeries[0].xAxis||this.xAxis[0]);e&&t.render(e.min,e.max)})),f(this.chart,"getMargins",(function(){var t=this.navigator,e=t.opposite?"plotTop":"marginBottom";this.inverted&&(e=t.opposite?"marginRight":"plotLeft"),this[e]=(this[e]||0)+(t.navigatorEnabled||!this.inverted?t.outlineHeight:0)+t.navigatorOptions.margin})))},e.prototype.destroy=function(){this.removeEvents(),this.xAxis&&(v(this.chart.xAxis,this.xAxis),v(this.chart.axes,this.xAxis)),this.yAxis&&(v(this.chart.yAxis,this.yAxis),v(this.chart.axes,this.yAxis)),(this.series||[]).forEach((function(t){t.destroy&&t.destroy()})),"series xAxis yAxis shades outline scrollbarTrack scrollbarRifles scrollbarGroup scrollbar navigatorGroup rendered".split(" ").forEach((function(t){this[t]&&this[t].destroy&&this[t].destroy(),this[t]=null}),this),[this.handles].forEach((function(t){b(t)}),this)},e}();return n.Navigator||(n.Navigator=O,r.compose(t),f(e,"beforeShowResetZoom",(function(){var t=this.options,e=t.navigator,i=t.rangeSelector;if((e&&e.enabled||i&&i.enabled)&&(!d&&"x"===t.chart.zoomType||d&&"x"===t.chart.pinchType))return!1})),f(e,"beforeRender",(function(){var t=this.options;(t.navigator.enabled||t.scrollbar.enabled)&&(this.scroller=this.navigator=new O(this))})),f(e,"afterSetChartSize",(function(){var t=this.legend,e=this.navigator;if(e){var i=t&&t.options,n=e.xAxis,r=e.yAxis,o=e.scrollbarHeight;this.inverted?(e.left=e.opposite?this.chartWidth-o-e.height:this.spacing[3]+o,e.top=this.plotTop+o):(e.left=w(n.left,this.plotLeft+o),e.top=e.navigatorOptions.top||this.chartHeight-e.height-o-this.spacing[2]-(this.rangeSelector&&this.extraBottomMargin?this.rangeSelector.getHeight():0)-(i&&"bottom"===i.verticalAlign&&"proximate"!==i.layout&&i.enabled&&!i.floating?t.legendHeight+w(i.margin,10):0)-(this.titleOffset?this.titleOffset[2]:0)),n&&r&&(this.inverted?n.options.left=r.options.left=e.left:n.options.top=r.options.top=e.top,n.setAxisSize(),r.setAxisSize())}})),f(e,"update",(function(t){var e=t.options.navigator||{},i=t.options.scrollbar||{};this.navigator||this.scroller||!e.enabled&&!i.enabled||(L(!0,this.options.navigator,e),L(!0,this.options.scrollbar,i),delete t.options.navigator,delete t.options.scrollbar)})),f(e,"afterUpdate",(function(t){this.navigator||this.scroller||!this.options.navigator.enabled&&!this.options.scrollbar.enabled||(this.scroller=this.navigator=new O(this),w(t.redraw,!0)&&this.redraw(t.animation))})),f(e,"afterAddSeries",(function(){this.navigator&&this.navigator.setBaseSeries(null,!1)})),f(l,"afterUpdate",(function(){this.chart.navigator&&!this.options.isInternal&&this.chart.navigator.setBaseSeries(null,!1)})),e.prototype.callbacks.push((function(t){var e=t.navigator;e&&t.xAxis[0]&&(t=t.xAxis[0].getExtremes(),e.render(t.min,t.max))}))),n.Navigator=O,n.Navigator})),e(i,"Extensions/RangeSelector.js",[i["Core/Axis/Axis.js"],i["Core/Chart/Chart.js"],i["Core/Globals.js"],i["Core/DefaultOptions.js"],i["Core/Renderer/SVG/SVGElement.js"],i["Core/Utilities.js"]],(function(t,e,i,n,r,o){var s=n.defaultOptions,a=o.addEvent,l=o.createElement,c=o.css,u=o.defined,h=o.destroyObjectProperties,d=o.discardElement,p=o.extend,f=o.find,m=o.fireEvent,g=o.isNumber,y=o.merge,b=o.objectEach,v=o.pad,M=o.pick,x=o.pInt,_=o.splat;p(s,{rangeSelector:{allButtonsEnabled:!1,buttons:void 0,buttonSpacing:5,dropdown:"responsive",enabled:void 0,verticalAlign:"top",buttonTheme:{width:28,height:18,padding:2,zIndex:7},floating:!1,x:0,y:0,height:void 0,inputBoxBorderColor:"none",inputBoxHeight:17,inputBoxWidth:void 0,inputDateFormat:"%b %e, %Y",inputDateParser:void 0,inputEditDateFormat:"%Y-%m-%d",inputEnabled:!0,inputPosition:{align:"right",x:0,y:0},inputSpacing:5,selected:void 0,buttonPosition:{align:"left",x:0,y:0},inputStyle:{color:"#335cad",cursor:"pointer"},labelStyle:{color:"#666666"}}}),p(s.lang,{rangeSelectorZoom:"Zoom",rangeSelectorFrom:"",rangeSelectorTo:"→"});var A=function(){function e(t){this.buttons=void 0,this.buttonOptions=e.prototype.defaultButtons,this.initialButtonGroupWidth=0,this.options=void 0,this.chart=t,this.init(t)}return e.prototype.clickButton=function(e,i){var n=this.chart,r=this.buttonOptions[e],o=n.xAxis[0],s=n.scroller&&n.scroller.getUnionExtremes()||o||{},l=s.dataMin,c=s.dataMax,h=o&&Math.round(Math.min(o.max,M(c,o.max))),d=r.type;s=r._range;var p,f=r.dataGrouping;if(null!==l&&null!==c){if(n.fixedRange=s,this.setSelected(e),f&&(this.forcedDataGrouping=!0,t.prototype.setDataGrouping.call(o||{chart:this.chart},f,!1),this.frozenStates=r.preserveDataGrouping),"month"===d||"year"===d)if(o){d={range:r,max:h,chart:n,dataMin:l,dataMax:c};var y=o.minFromRange.call(d);g(d.newMax)&&(h=d.newMax)}else s=r;else if(s)y=Math.max(h-s,l),h=Math.min(y+s,c);else if("ytd"===d){if(!o)return void(this.deferredYTDClick=e);void 0===c&&(l=Number.MAX_VALUE,c=Number.MIN_VALUE,n.series.forEach((function(t){t=t.xData,l=Math.min(t[0],l),c=Math.max(t[t.length-1],c)})),i=!1),y=p=(h=this.getYTDExtremes(c,l,n.time.useUTC)).min,h=h.max}else"all"===d&&o&&(n.navigator&&n.navigator.baseSeries[0]&&(n.navigator.baseSeries[0].xAxis.options.range=void 0),y=l,h=c);if(u(y)&&(y+=r._offsetMin),u(h)&&(h+=r._offsetMax),this.dropdown&&(this.dropdown.selectedIndex=e+1),o)o.setExtremes(y,h,M(i,!0),void 0,{trigger:"rangeSelectorButton",rangeSelectorButton:r});else{var b=_(n.options.xAxis)[0],v=b.range;b.range=s;var x=b.min;b.min=p,a(n,"load",(function(){b.range=v,b.min=x}))}m(this,"afterBtnClick")}},e.prototype.setSelected=function(t){this.selected=this.options.selected=t},e.prototype.init=function(t){var e=this,i=t.options.rangeSelector,n=i.buttons||e.defaultButtons.slice(),r=i.selected,o=function(){var t=e.minInput,i=e.maxInput;t&&t.blur&&m(t,"blur"),i&&i.blur&&m(i,"blur")};e.chart=t,e.options=i,e.buttons=[],e.buttonOptions=n,this.eventsToUnbind=[],this.eventsToUnbind.push(a(t.container,"mousedown",o)),this.eventsToUnbind.push(a(t,"resize",o)),n.forEach(e.computeButtonRange),void 0!==r&&n[r]&&this.clickButton(r,!1),this.eventsToUnbind.push(a(t,"load",(function(){t.xAxis&&t.xAxis[0]&&a(t.xAxis[0],"setExtremes",(function(i){this.max-this.min!==t.fixedRange&&"rangeSelectorButton"!==i.trigger&&"updatedData"!==i.trigger&&e.forcedDataGrouping&&!e.frozenStates&&this.setDataGrouping(!1,!1)}))})))},e.prototype.updateButtonStates=function(){var t=this,e=this.chart,i=this.dropdown,n=e.xAxis[0],r=Math.round(n.max-n.min),o=!n.hasVisibleSeries,s=e.scroller&&e.scroller.getUnionExtremes()||n,a=s.dataMin,l=s.dataMax,c=(e=t.getYTDExtremes(l,a,e.time.useUTC)).min,u=e.max,h=t.selected,d=g(h),p=t.options.allButtonsEnabled,f=t.buttons;t.buttonOptions.forEach((function(e,s){var m=e._range,g=e.type,y=e.count||1,b=f[s],v=0,M=e._offsetMax-e._offsetMin;e=s===h;var x=m>l-a,_=m<n.minRange,A=!1,L=!1;m=m===r,("month"===g||"year"===g)&&r+36e5>=864e5*{month:28,year:365}[g]*y-M&&r-36e5<=864e5*{month:31,year:366}[g]*y+M?m=!0:"ytd"===g?(m=u-c+M===r,A=!e):"all"===g&&(m=n.max-n.min>=l-a,L=!e&&d&&m),g=!p&&(x||_||L||o),y=e&&m||m&&!d&&!A||e&&t.frozenStates,g?v=3:y&&(d=!0,v=2),b.state!==v&&(b.setState(v),i&&(i.options[s+1].disabled=g,2===v&&(i.selectedIndex=s+1)),0===v&&h===s&&t.setSelected())}))},e.prototype.computeButtonRange=function(t){var e=t.type,i=t.count||1,n={millisecond:1,second:1e3,minute:6e4,hour:36e5,day:864e5,week:6048e5};n[e]?t._range=n[e]*i:"month"!==e&&"year"!==e||(t._range=864e5*{month:30,year:365}[e]*i),t._offsetMin=M(t.offsetMin,0),t._offsetMax=M(t.offsetMax,0),t._range+=t._offsetMax-t._offsetMin},e.prototype.getInputValue=function(t){t="min"===t?this.minInput:this.maxInput;var e=this.chart.options.rangeSelector,i=this.chart.time;return t?("text"===t.type&&e.inputDateParser||this.defaultInputDateParser)(t.value,i.useUTC,i):0},e.prototype.setInputValue=function(t,e){var i=this.options,n=this.chart.time,r="min"===t?this.minInput:this.maxInput;if(t="min"===t?this.minDateBox:this.maxDateBox,r){var o=r.getAttribute("data-hc-time");o=u(o)?Number(o):void 0,u(e)&&(u(o)&&r.setAttribute("data-hc-time-previous",o),r.setAttribute("data-hc-time",e),o=e),r.value=n.dateFormat(this.inputTypeFormats[r.type]||i.inputEditDateFormat,o),t&&t.attr({text:n.dateFormat(i.inputDateFormat,o)})}},e.prototype.setInputExtremes=function(t,e,i){if(t="min"===t?this.minInput:this.maxInput){var n=this.inputTypeFormats[t.type],r=this.chart.time;n&&(e=r.dateFormat(n,e),t.min!==e&&(t.min=e),i=r.dateFormat(n,i),t.max!==i&&(t.max=i))}},e.prototype.showInput=function(t){var e="min"===t?this.minDateBox:this.maxDateBox;if((t="min"===t?this.minInput:this.maxInput)&&e&&this.inputGroup){var i="text"===t.type,n=this.inputGroup,r=n.translateX;n=n.translateY;var o=this.options.inputBoxWidth;c(t,{width:i?e.width+(o?-2:20)+"px":"auto",height:i?e.height-2+"px":"auto",border:"2px solid silver"}),c(t,i&&o?{left:r+e.x+"px",top:n+"px"}:{left:Math.min(Math.round(e.x+r-(t.offsetWidth-e.width)/2),this.chart.chartWidth-t.offsetWidth)+"px",top:n-(t.offsetHeight-e.height)/2+"px"})}},e.prototype.hideInput=function(t){(t="min"===t?this.minInput:this.maxInput)&&c(t,{top:"-9999em",border:0,width:"1px",height:"1px"})},e.prototype.defaultInputDateParser=function(t,e,n){var r,o=t.split("/").join("-").split(" ").join("T");(-1===o.indexOf("T")&&(o+="T00:00"),e)?o+="Z":((r=i.isSafari)&&(r=!(6<(r=o).length&&(r.lastIndexOf("-")===r.length-6||r.lastIndexOf("+")===r.length-6))),r&&(o+=0>=(r=new Date(o).getTimezoneOffset()/60)?"+"+v(-r)+":00":"-"+v(r)+":00"));return o=Date.parse(o),g(o)||(t=t.split("-"),o=Date.UTC(x(t[0]),x(t[1])-1,x(t[2]))),n&&e&&g(o)&&(o+=n.getTimezoneOffset(o)),o},e.prototype.drawInput=function(t){function e(){var e=a.getInputValue(t),i=n.xAxis[0],r=n.scroller&&n.scroller.xAxis?n.scroller.xAxis:i,o=r.dataMin;r=r.dataMax;var s=a.maxInput,l=a.minInput;e!==Number(b.getAttribute("data-hc-time-previous"))&&g(e)&&(b.setAttribute("data-hc-time-previous",e),f&&s&&g(o)?e>Number(s.getAttribute("data-hc-time"))?e=void 0:e<o&&(e=o):l&&g(r)&&(e<Number(l.getAttribute("data-hc-time"))?e=void 0:e>r&&(e=r)),void 0!==e&&i.setExtremes(f?e:i.min,f?i.max:e,void 0,void 0,{trigger:"rangeSelectorInput"}))}var n=this.chart,r=this.div,o=this.inputGroup,a=this,u=n.renderer.style||{},h=n.renderer,d=n.options.rangeSelector,f="min"===t,m=s.lang[f?"rangeSelectorFrom":"rangeSelectorTo"]||"";m=h.label(m,0).addClass("highcharts-range-label").attr({padding:m?2:0,height:m?d.inputBoxHeight:0}).add(o),h=h.label("",0).addClass("highcharts-range-input").attr({padding:2,width:d.inputBoxWidth,height:d.inputBoxHeight,"text-align":"center"}).on("click",(function(){a.showInput(t),a[t+"Input"].focus()})),n.styledMode||h.attr({stroke:d.inputBoxBorderColor,"stroke-width":1}),h.add(o);var b=l("input",{name:t,className:"highcharts-range-selector"},void 0,r);b.setAttribute("type",function(t){if(-1!==t.indexOf("%L"))return"text";var e="aAdewbBmoyY".split("").some((function(e){return-1!==t.indexOf("%"+e)})),i="HkIlMS".split("").some((function(e){return-1!==t.indexOf("%"+e)}));return e&&i?"datetime-local":e?"date":i?"time":"text"}(d.inputDateFormat||"%b %e, %Y")),n.styledMode||(m.css(y(u,d.labelStyle)),h.css(y({color:"#333333"},u,d.inputStyle)),c(b,p({position:"absolute",border:0,boxShadow:"0 0 15px rgba(0,0,0,0.3)",width:"1px",height:"1px",padding:0,textAlign:"center",fontSize:u.fontSize,fontFamily:u.fontFamily,top:"-9999em"},d.inputStyle))),b.onfocus=function(){a.showInput(t)},b.onblur=function(){b===i.doc.activeElement&&e(),a.hideInput(t),a.setInputValue(t),b.blur()};var v=!1;return b.onchange=function(){v||(e(),a.hideInput(t),b.blur())},b.onkeypress=function(t){13===t.keyCode&&e()},b.onkeydown=function(t){v=!0,38!==t.keyCode&&40!==t.keyCode||e()},b.onkeyup=function(){v=!1},{dateBox:h,input:b,label:m}},e.prototype.getPosition=function(){var t=this.chart,e=t.options.rangeSelector;return{buttonTop:(t="top"===e.verticalAlign?t.plotTop-t.axisOffset[0]:0)+e.buttonPosition.y,inputTop:t+e.inputPosition.y-10}},e.prototype.getYTDExtremes=function(t,e,i){var n=this.chart.time,r=new n.Date(t),o=n.get("FullYear",r);return i=i?n.Date.UTC(o,0,1):+new n.Date(o,0,1),e=Math.max(e,i),r=r.getTime(),{max:Math.min(t||r,r),min:e}},e.prototype.render=function(t,e){var i=this.chart,n=i.renderer,r=i.container,o=i.options,s=o.rangeSelector,a=M(o.chart.style&&o.chart.style.zIndex,0)+1;if(o=s.inputEnabled,!1!==s.enabled){if(this.rendered||(this.group=n.g("range-selector-group").attr({zIndex:7}).add(),this.div=l("div",void 0,{position:"relative",height:0,zIndex:a}),this.buttonOptions.length&&this.renderButtons(),r.parentNode&&r.parentNode.insertBefore(this.div,r),o&&(this.inputGroup=n.g("input-group").add(this.group),n=this.drawInput("min"),this.minDateBox=n.dateBox,this.minLabel=n.label,this.minInput=n.input,n=this.drawInput("max"),this.maxDateBox=n.dateBox,this.maxLabel=n.label,this.maxInput=n.input)),o&&(this.setInputValue("min",t),this.setInputValue("max",e),t=i.scroller&&i.scroller.getUnionExtremes()||i.xAxis[0]||{},u(t.dataMin)&&u(t.dataMax)&&(i=i.xAxis[0].minRange||0,this.setInputExtremes("min",t.dataMin,Math.min(t.dataMax,this.getInputValue("max"))-i),this.setInputExtremes("max",Math.max(t.dataMin,this.getInputValue("min"))+i,t.dataMax)),this.inputGroup)){var c=0;[this.minLabel,this.minDateBox,this.maxLabel,this.maxDateBox].forEach((function(t){if(t){var e=t.getBBox().width;e&&(t.attr({x:c}),c+=e+s.inputSpacing)}}))}this.alignElements(),this.rendered=!0}},e.prototype.renderButtons=function(){var t=this,e=this.buttons,n=this.options,r=s.lang,o=this.chart.renderer,c=y(n.buttonTheme),u=c&&c.states,h=c.width||28;delete c.width,delete c.states,this.buttonGroup=o.g("range-selector-buttons").add(this.group);var d=this.dropdown=l("select",void 0,{position:"absolute",width:"1px",height:"1px",padding:0,border:0,top:"-9999em",cursor:"pointer",opacity:1e-4},this.div);a(d,"touchstart",(function(){d.style.fontSize="16px"})),[[i.isMS?"mouseover":"mouseenter"],[i.isMS?"mouseout":"mouseleave"],["change","click"]].forEach((function(i){var n=i[0],r=i[1];a(d,n,(function(){var i=e[t.currentButtonIndex()];i&&m(i.element,r||n)}))})),this.zoomText=o.label(r&&r.rangeSelectorZoom||"",0).attr({padding:n.buttonTheme.padding,height:n.buttonTheme.height,paddingLeft:0,paddingRight:0}).add(this.buttonGroup),this.chart.styledMode||(this.zoomText.css(n.labelStyle),c["stroke-width"]=M(c["stroke-width"],0)),l("option",{textContent:this.zoomText.textStr,disabled:!0},void 0,d),this.buttonOptions.forEach((function(i,n){l("option",{textContent:i.title||i.text},void 0,d),e[n]=o.button(i.text,0,0,(function(e){var r,o=i.events&&i.events.click;o&&(r=o.call(i,e)),!1!==r&&t.clickButton(n),t.isActive=!0}),c,u&&u.hover,u&&u.select,u&&u.disabled).attr({"text-align":"center",width:h}).add(t.buttonGroup),i.title&&e[n].attr("title",i.title)}))},e.prototype.alignElements=function(){var t=this,e=this.buttonGroup,i=this.buttons,n=this.chart,r=this.group,o=this.inputGroup,s=this.options,a=this.zoomText,l=n.options,c=l.exporting&&!1!==l.exporting.enabled&&l.navigation&&l.navigation.buttonOptions;l=s.buttonPosition;var u=s.inputPosition,h=s.verticalAlign,d=function(e,i){return c&&t.titleCollision(n)&&"top"===h&&"right"===i.align&&i.y-e.getBBox().height-12<(c.y||0)+(c.height||0)+n.spacing[0]?-40:0},p=n.plotLeft;if(r&&l&&u){var f=l.x-n.spacing[3];if(e){if(this.positionButtons(),!this.initialButtonGroupWidth){var m=0;a&&(m+=a.getBBox().width+5),i.forEach((function(t,e){m+=t.width,e!==i.length-1&&(m+=s.buttonSpacing)})),this.initialButtonGroupWidth=m}p-=n.spacing[3],this.updateButtonStates(),a=d(e,l),this.alignButtonGroup(a),r.placed=e.placed=n.hasLoaded}e=0,o&&(e=d(o,u),"left"===u.align?f=p:"right"===u.align&&(f=-Math.max(n.axisOffset[1],-e)),o.align({y:u.y,width:o.getBBox().width,align:u.align,x:u.x+f-2},!0,n.spacingBox),o.placed=n.hasLoaded),this.handleCollision(e),r.align({verticalAlign:h},!0,n.spacingBox),o=r.alignAttr.translateY,e=r.getBBox().height+20,d=0,"bottom"===h&&(d=o-(e=e+(d=(d=n.legend&&n.legend.options)&&"bottom"===d.verticalAlign&&d.enabled&&!d.floating?n.legend.legendHeight+M(d.margin,10):0)-20)-(s.floating?0:s.y)-(n.titleOffset?n.titleOffset[2]:0)-10),"top"===h?(s.floating&&(d=0),n.titleOffset&&n.titleOffset[0]&&(d=n.titleOffset[0]),d+=n.margin[0]-n.spacing[0]||0):"middle"===h&&(u.y===l.y?d=o:(u.y||l.y)&&(d=0>u.y||0>l.y?d-Math.min(u.y,l.y):o-e)),r.translate(s.x,s.y+Math.floor(d)),l=this.minInput,u=this.maxInput,o=this.dropdown,s.inputEnabled&&l&&u&&(l.style.marginTop=r.translateY+"px",u.style.marginTop=r.translateY+"px"),o&&(o.style.marginTop=r.translateY+"px")}},e.prototype.alignButtonGroup=function(t,e){var i=this.chart,n=this.buttonGroup,r=this.options.buttonPosition,o=i.plotLeft-i.spacing[3],s=r.x-i.spacing[3];"right"===r.align?s+=t-o:"center"===r.align&&(s-=o/2),n&&n.align({y:r.y,width:M(e,this.initialButtonGroupWidth),align:r.align,x:s},!0,i.spacingBox)},e.prototype.positionButtons=function(){var t=this.buttons,e=this.chart,i=this.options,n=this.zoomText,r=e.hasLoaded?"animate":"attr",o=i.buttonPosition,s=e.plotLeft,a=s;n&&"hidden"!==n.visibility&&(n[r]({x:M(s+o.x,s)}),a+=o.x+n.getBBox().width+5),this.buttonOptions.forEach((function(e,n){"hidden"!==t[n].visibility?(t[n][r]({x:a}),a+=t[n].width+i.buttonSpacing):t[n][r]({x:s})}))},e.prototype.handleCollision=function(t){var e=this,i=this.chart,n=this.buttonGroup,r=this.inputGroup,o=this.options,s=o.buttonPosition,a=o.dropdown,l=o.inputPosition;o=function(){var t=0;return e.buttons.forEach((function(e){(e=e.getBBox()).width>t&&(t=e.width)})),t};var c=function(e){if(r&&n){var i=r.alignAttr.translateX+r.alignOptions.x-t+r.getBBox().x+2,o=r.alignOptions.width,a=n.alignAttr.translateX+n.getBBox().x;return a+e>i&&i+o>a&&s.y<l.y+r.getBBox().height}return!1},u=function(){r&&n&&r.attr({translateX:r.alignAttr.translateX+(i.axisOffset[1]>=-t?0:-t),translateY:r.alignAttr.translateY+n.getBBox().height+10})};if(n){if("always"===a)return this.collapseButtons(t),void(c(o())&&u());"never"===a&&this.expandButtons()}r&&n?l.align===s.align||c(this.initialButtonGroupWidth+20)?"responsive"===a?(this.collapseButtons(t),c(o())&&u()):u():"responsive"===a&&this.expandButtons():n&&"responsive"===a&&(this.initialButtonGroupWidth>i.plotWidth?this.collapseButtons(t):this.expandButtons())},e.prototype.collapseButtons=function(t){var e=this.buttons,i=this.buttonOptions,n=this.chart,r=this.dropdown,o=this.options,s=this.zoomText,a=n.userOptions.rangeSelector&&n.userOptions.rangeSelector.buttonTheme||{},l=function(t){return{text:t?t+" ▾":"▾",width:"auto",paddingLeft:M(o.buttonTheme.paddingLeft,a.padding,8),paddingRight:M(o.buttonTheme.paddingRight,a.padding,8)}};s&&s.hide();var c=!1;i.forEach((function(t,i){2!==(i=e[i]).state?i.hide():(i.show(),i.attr(l(t.text)),c=!0)})),c||(r&&(r.selectedIndex=0),e[0].show(),e[0].attr(l(this.zoomText&&this.zoomText.textStr))),i=o.buttonPosition.align,this.positionButtons(),"right"!==i&&"center"!==i||this.alignButtonGroup(t,e[this.currentButtonIndex()].getBBox().width),this.showDropdown()},e.prototype.expandButtons=function(){var t=this.buttons,e=this.buttonOptions,i=this.options,n=this.zoomText;this.hideDropdown(),n&&n.show(),e.forEach((function(e,n){(n=t[n]).show(),n.attr({text:e.text,width:i.buttonTheme.width||28,paddingLeft:M(i.buttonTheme.paddingLeft,"unset"),paddingRight:M(i.buttonTheme.paddingRight,"unset")}),2>n.state&&n.setState(0)})),this.positionButtons()},e.prototype.currentButtonIndex=function(){var t=this.dropdown;return t&&0<t.selectedIndex?t.selectedIndex-1:0},e.prototype.showDropdown=function(){var t=this.buttonGroup,e=this.buttons,i=this.chart,n=this.dropdown;if(t&&n){var r=t.translateX;t=t.translateY,e=e[this.currentButtonIndex()].getBBox(),c(n,{left:i.plotLeft+r+"px",top:t+.5+"px",width:e.width+"px",height:e.height+"px"}),this.hasVisibleDropdown=!0}},e.prototype.hideDropdown=function(){var t=this.dropdown;t&&(c(t,{top:"-9999em",width:"1px",height:"1px"}),this.hasVisibleDropdown=!1)},e.prototype.getHeight=function(){var t=this.options,e=this.group,i=t.y,n=t.buttonPosition.y,r=t.inputPosition.y;return t.height?t.height:(this.alignElements(),t=e?e.getBBox(!0).height+13+i:0,e=Math.min(r,n),(0>r&&0>n||0<r&&0<n)&&(t+=Math.abs(e)),t)},e.prototype.titleCollision=function(t){return!(t.options.title.text||t.options.subtitle.text)},e.prototype.update=function(t){var e=this.chart;y(!0,e.options.rangeSelector,t),this.destroy(),this.init(e),this.render()},e.prototype.destroy=function(){var t=this,i=t.minInput,n=t.maxInput;t.eventsToUnbind&&(t.eventsToUnbind.forEach((function(t){return t()})),t.eventsToUnbind=void 0),h(t.buttons),i&&(i.onfocus=i.onblur=i.onchange=null),n&&(n.onfocus=n.onblur=n.onchange=null),b(t,(function(i,n){i&&"chart"!==n&&(i instanceof r?i.destroy():i instanceof window.HTMLElement&&d(i)),i!==e.prototype[n]&&(t[n]=null)}),this)},e}();if(A.prototype.defaultButtons=[{type:"month",count:1,text:"1m",title:"View 1 month"},{type:"month",count:3,text:"3m",title:"View 3 months"},{type:"month",count:6,text:"6m",title:"View 6 months"},{type:"ytd",text:"YTD",title:"View year to date"},{type:"year",count:1,text:"1y",title:"View 1 year"},{type:"all",text:"All",title:"View all"}],A.prototype.inputTypeFormats={"datetime-local":"%Y-%m-%dT%H:%M:%S",date:"%Y-%m-%d",time:"%H:%M:%S"},t.prototype.minFromRange=function(){var t=this.range,e=t.type,i=this.max,n=this.chart.time,r=function(t,i){var r="year"===e?"FullYear":"Month",o=new n.Date(t),s=n.get(r,o);return n.set(r,o,s+i),s===n.get(r,o)&&n.set("Date",o,0),o.getTime()-t};if(g(t))var o=i-t,s=t;else o=i+r(i,-t.count),this.chart&&(this.chart.fixedRange=i-o);var a=M(this.dataMin,Number.MIN_VALUE);return g(o)||(o=a),o<=a&&(o=a,void 0===s&&(s=r(o,t.count)),this.newMax=Math.min(o+s,this.dataMax)),g(i)||(o=void 0),o},!i.RangeSelector){var L=[],w=function(t){function e(){s&&(i=t.xAxis[0].getExtremes(),n=t.legend,o=s&&s.options.verticalAlign,g(i.min)&&s.render(i.min,i.max),n.display&&"top"===o&&o===n.options.verticalAlign&&((r=y(t.spacingBox)).y="vertical"===n.options.layout?t.plotTop:r.y+s.getHeight(),n.group.placed=!1,n.align(r)))}var i,n,r,o,s=t.rangeSelector;s&&(f(L,(function(e){return e[0]===t}))||L.push([t,[a(t.xAxis[0],"afterSetExtremes",(function(t){s&&s.render(t.min,t.max)})),a(t,"redraw",e)]]),e())};a(e,"afterGetContainer",(function(){this.options.rangeSelector&&this.options.rangeSelector.enabled&&(this.rangeSelector=new A(this))})),a(e,"beforeRender",(function(){var t=this.axes,e=this.rangeSelector;e&&(g(e.deferredYTDClick)&&(e.clickButton(e.deferredYTDClick),delete e.deferredYTDClick),t.forEach((function(t){t.updateNames(),t.setScale()})),this.getAxisMargins(),e.render(),t=e.options.verticalAlign,e.options.floating||("bottom"===t?this.extraBottomMargin=!0:"middle"!==t&&(this.extraTopMargin=!0)))})),a(e,"update",(function(t){var e=t.options.rangeSelector;t=this.rangeSelector;var i=this.extraBottomMargin,n=this.extraTopMargin;e&&e.enabled&&!u(t)&&this.options.rangeSelector&&(this.options.rangeSelector.enabled=!0,this.rangeSelector=t=new A(this)),this.extraTopMargin=this.extraBottomMargin=!1,t&&(w(this),e=e&&e.verticalAlign||t.options&&t.options.verticalAlign,t.options.floating||("bottom"===e?this.extraBottomMargin=!0:"middle"!==e&&(this.extraTopMargin=!0)),this.extraBottomMargin!==i||this.extraTopMargin!==n)&&(this.isDirtyBox=!0)})),a(e,"render",(function(){var t=this.rangeSelector;t&&!t.options.floating&&(t.render(),"bottom"===(t=t.options.verticalAlign)?this.extraBottomMargin=!0:"middle"!==t&&(this.extraTopMargin=!0))})),a(e,"getMargins",(function(){var t=this.rangeSelector;t&&(t=t.getHeight(),this.extraTopMargin&&(this.plotTop+=t),this.extraBottomMargin&&(this.marginBottom+=t))})),e.prototype.callbacks.push(w),a(e,"destroy",(function(){for(var t=0;t<L.length;t++){var e=L[t];if(e[0]===this){e[1].forEach((function(t){return t()})),L.splice(t,1);break}}})),i.RangeSelector=A}return A})),e(i,"Core/Chart/StockChart.js",[i["Core/Animation/AnimationUtilities.js"],i["Core/Axis/Axis.js"],i["Core/Chart/Chart.js"],i["Core/FormatUtilities.js"],i["Core/DefaultOptions.js"],i["Core/Series/Series.js"],i["Core/Renderer/SVG/SVGRenderer.js"],i["Core/Utilities.js"]],(function(t,e,i,n,r,o,s,a){function l(t,e){return"xAxis"===t?{minPadding:0,maxPadding:0,overscroll:0,ordinal:!0,title:{text:null},labels:{overflow:"justify"},showLastLabel:!0}:"yAxis"===t?{labels:{y:-2},opposite:M(e.opposite,!0),showLastLabel:!(!e.categories&&"category"!==e.type),title:{text:null}}:{}}function c(t,e){if("xAxis"===t){t=d();var i={type:"datetime",categories:void 0};return M(e.navigator&&e.navigator.enabled,t.navigator.enabled,!0)&&(i.startOnTick=!1,i.endOnTick=!1),i}return{}}var u=this&&this.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(e,i)};return function(e,i){function n(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),h=n.format,d=r.getOptions;t=a.addEvent;var p=a.clamp,f=a.defined,m=a.extend,g=a.find,y=a.isNumber,b=a.isString,v=a.merge,M=a.pick,x=a.splat;return function(t){t.stockChart=function(e,i,n){return new t(e,i,n)}}((a=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return u(e,t),e.prototype.init=function(e,i){var n=d(),r=e.xAxis,o=e.yAxis,s=M(e.navigator&&e.navigator.enabled,n.navigator.enabled,!0);e.xAxis=e.yAxis=void 0,s=v({chart:{panning:{enabled:!0,type:"x"},pinchType:"x"},navigator:{enabled:s},scrollbar:{enabled:M(n.scrollbar&&n.scrollbar.enabled,!0)},rangeSelector:{enabled:M(n.rangeSelector.enabled,!0)},title:{text:null},tooltip:{split:M(n.tooltip.split,!0),crosshairs:!0},legend:{enabled:!1}},e,{isStock:!0}),e.xAxis=r,e.yAxis=o,s.xAxis=x(e.xAxis||{}).map((function(t,i){return v(l("xAxis",t),n.xAxis,n.xAxis&&n.xAxis[i],t,c("xAxis",e))})),s.yAxis=x(e.yAxis||{}).map((function(t,e){return v(l("yAxis",t),n.yAxis,n.yAxis&&n.yAxis[e],t)})),t.prototype.init.call(this,s,i)},e.prototype.createAxis=function(e,i){return i.axis=v(l(e,i.axis),i.axis,c(e,this.userOptions)),t.prototype.createAxis.call(this,e,i)},e}(i))||(a={})),t(o,"setOptions",(function(t){var e;this.chart.options.isStock&&(this.is("column")||this.is("columnrange")?e={borderWidth:0,shadow:!1}:this.is("scatter")||this.is("sma")||(e={marker:{enabled:!1,radius:2}}),e&&(t.plotOptions[this.type]=v(t.plotOptions[this.type],e)))})),t(e,"autoLabelAlign",(function(t){var e=this.chart,i=this.options;e=e._labelPanes=e._labelPanes||{};var n=this.options.labels;this.chart.options.isStock&&"yAxis"===this.coll&&(!e[i=i.top+","+i.height]&&n.enabled&&(15===n.x&&(n.x=0),void 0===n.align&&(n.align="right"),e[i]=this,t.align="right",t.preventDefault()))})),t(e,"destroy",(function(){var t=this.chart,e=this.options&&this.options.top+","+this.options.height;e&&t._labelPanes&&t._labelPanes[e]===this&&delete t._labelPanes[e]})),t(e,"getPlotLinePath",(function(t){var e,i,n,r,o=this,s=this.isLinked&&!this.series?this.linkedParent.series:this.series,a=o.chart,l=a.renderer,c=o.left,u=o.top,h=[],d=[],m=t.translatedValue,v=t.value,x=t.force;if(a.options.isStock&&!1!==t.acrossPanes&&"xAxis"===o.coll||"yAxis"===o.coll){t.preventDefault(),d=function(t){var e="xAxis"===t?"yAxis":"xAxis";return t=o.options[e],y(t)?[a[e][t]]:b(t)?[a.get(t)]:s.map((function(t){return t[e]}))}(o.coll),(o.isXAxis?a.yAxis:a.xAxis).forEach((function(t){if(!f(t.options.id)||-1===t.options.id.indexOf("navigator")){var e=t.isXAxis?"yAxis":"xAxis";e=f(t.options[e])?a[e][t.options[e]]:a[e][0],o===e&&d.push(t)}}));var _=d.length?[]:[o.isXAxis?a.yAxis[0]:a.xAxis[0]];d.forEach((function(t){-1!==_.indexOf(t)||g(_,(function(e){return e.pos===t.pos&&e.len===t.len}))||_.push(t)}));var A=M(m,o.translate(v,null,null,t.old));y(A)&&(o.horiz?_.forEach((function(t){var s;i=t.pos,r=i+t.len,e=n=Math.round(A+o.transB),"pass"!==x&&(e<c||e>c+o.width)&&(x?e=n=p(e,c,c+o.width):s=!0),s||h.push(["M",e,i],["L",n,r])})):_.forEach((function(t){var s;e=t.pos,n=e+t.len,i=r=Math.round(u+o.height-A),"pass"!==x&&(i<u||i>u+o.height)&&(x?i=r=p(i,u,u+o.height):s=!0),s||h.push(["M",e,i],["L",n,r])}))),t.path=0<h.length?l.crispPolyLine(h,t.lineWidth||1):null}})),s.prototype.crispPolyLine=function(t,e){for(var i=0;i<t.length;i+=2){var n=t[i],r=t[i+1];n[1]===r[1]&&(n[1]=r[1]=Math.round(n[1])-e%2/2),n[2]===r[2]&&(n[2]=r[2]=Math.round(n[2])+e%2/2)}return t},t(e,"afterHideCrosshair",(function(){this.crossLabel&&(this.crossLabel=this.crossLabel.hide())})),t(e,"afterDrawCrosshair",(function(t){var e,i;if(this.crosshair&&this.crosshair.label&&this.crosshair.label.enabled&&this.cross&&y(this.min)&&y(this.max)){var n=this.chart,r=this.logarithmic,o=this.crosshair.label,s=this.horiz,a=this.opposite,l=this.left,c=this.top,u=this.crossLabel,d=o.format,p="",f="inside"===this.options.tickPosition,g=!1!==this.crosshair.snap,b=0,v=t.e||this.cross&&this.cross.e;t=t.point;var x=this.min,_=this.max;r&&(x=r.lin2log(x),_=r.lin2log(_)),r=s?"center":a?"right"===this.labelAlign?"right":"left":"left"===this.labelAlign?"left":"center",u||(u=this.crossLabel=n.renderer.label("",0,void 0,o.shape||"callout").addClass("highcharts-crosshair-label highcharts-color-"+(t?t.series.colorIndex:this.series[0]&&this.series[0].colorIndex)).attr({align:o.align||r,padding:M(o.padding,8),r:M(o.borderRadius,3),zIndex:2}).add(this.labelGroup),n.styledMode||u.attr({fill:o.backgroundColor||t&&t.series&&t.series.color||"#666666",stroke:o.borderColor||"","stroke-width":o.borderWidth||0}).css(m({color:"#ffffff",fontWeight:"normal",fontSize:"11px",textAlign:"center"},o.style||{}))),s?(r=g?(t.plotX||0)+l:v.chartX,c+=a?0:this.height):(r=a?this.width+l:0,c=g?(t.plotY||0)+c:v.chartY),d||o.formatter||(this.dateTime&&(p="%b %d, %Y"),d="{value"+(p?":"+p:"")+"}"),p=g?this.isXAxis?t.x:t.y:this.toValue(s?v.chartX:v.chartY),g=t?t.series.isPointInside(t):y(p)&&p>x&&p<_,v="",d?v=h(d,{value:p},n):o.formatter&&y(p)&&(v=o.formatter.call(this,p)),u.attr({text:v,x:r,y:c,visibility:g?"visible":"hidden"}),o=u.getBBox(),y(u.y)&&(s?(f&&!a||!f&&a)&&(c=u.y-o.height):c=u.y-o.height/2),s?(e=l-o.x,i=l+this.width-o.x):(e="left"===this.labelAlign?l:0,i="right"===this.labelAlign?l+this.width:n.chartWidth),u.translateX<e&&(b=e-u.translateX),u.translateX+o.width>=i&&(b=-(u.translateX+o.width-i)),u.attr({x:r+b,y:c,anchorX:s?r:this.opposite?0:n.chartWidth,anchorY:s?this.opposite?n.chartHeight:0:c+o.height/2})}})),o.prototype.forceCropping=function(){var t=this.chart,e=this.options.dataGrouping;return!1!==this.allowDG&&e&&M(e.enabled,t.options.isStock)},t(i,"update",(function(t){"scrollbar"in(t=t.options)&&this.navigator&&(v(!0,this.options.scrollbar,t.scrollbar),this.navigator.update({},!1),delete t.scrollbar)})),a})),e(i,"masters/modules/stock.src.js",[i["Core/Globals.js"],i["Core/Axis/OrdinalAxis.js"],i["Series/DataModifyComposition.js"],i["Core/Scrollbar.js"],i["Core/Chart/StockChart.js"]],(function(t,e,i,n,r){t.Scrollbar=n,t.StockChart=t.stockChart=r.stockChart,n.compose(t.Axis),e.compose(t.Axis,t.Series,t.Chart),i.compose(t.Series,t.Axis,t.Point)})),e(i,"masters/highstock.src.js",[i["masters/highcharts.src.js"]],(function(t){return t.product="Highstock",t})),i["masters/highstock.src.js"]._modules=i,i["masters/highstock.src.js"]}))},"./node_modules/highcharts/modules/no-data-to-display.js":function(t,e,i){"use strict";var n,r;!function(o){t.exports?(o.default=o,t.exports=o):(n=[i("./node_modules/highcharts/highcharts.js")],void 0===(r=function(t){return o(t),o.Highcharts=t,o}.apply(e,n))||(t.exports=r))}((function(t){function e(t,e,i,n){t.hasOwnProperty(e)||(t[e]=n.apply(null,i))}e(t=t?t._modules:{},"Extensions/NoDataToDisplay.js",[t["Core/Renderer/HTML/AST.js"],t["Core/Chart/Chart.js"],t["Core/DefaultOptions.js"],t["Core/Utilities.js"]],(function(t,e,i,n){var r=i.getOptions;i=n.addEvent;var o=n.extend;n=e.prototype,r=r(),o(r.lang,{noData:"No data to display"}),r.noData={attr:{zIndex:1},position:{x:0,y:0,align:"center",verticalAlign:"middle"},style:{fontWeight:"bold",fontSize:"12px",color:"#666666"}},n.showNoData=function(e){var i=this.options;e=e||i&&i.lang.noData||"",i=i&&(i.noData||{}),this.renderer&&(this.noDataLabel||(this.noDataLabel=this.renderer.label(e,0,0,void 0,void 0,void 0,i.useHTML,void 0,"no-data").add()),this.styledMode||this.noDataLabel.attr(t.filterUserAttributes(i.attr||{})).css(i.style||{}),this.noDataLabel.align(o(this.noDataLabel.getBBox(),i.position||{}),!1,"plotBox"))},n.hideNoData=function(){this.noDataLabel&&(this.noDataLabel=this.noDataLabel.destroy())},n.hasData=function(){for(var t=this.series||[],e=t.length;e--;)if(t[e].hasData()&&!t[e].options.isInternal)return!0;return this.loadingShown},i(e,"render",(function(){this.hasData()?this.hideNoData():this.showNoData()}))})),e(t,"masters/modules/no-data-to-display.src.js",[],(function(){}))}))},"./node_modules/jquery/dist/jquery.js":function(t,e,i){var n;
|
|
|
/*!
|
|
|
* jQuery JavaScript Library v3.7.1
|
|
|
* https://jquery.com/
|
|
|
*
|
|
|
* Copyright OpenJS Foundation and other contributors
|
|
|
* Released under the MIT license
|
|
|
* https://jquery.org/license
|
|
|
*
|
|
|
* Date: 2023-08-28T13:37Z
|
|
|
*/!function(e,i){"use strict";"object"==typeof t.exports?t.exports=e.document?i(e,!0):function(t){if(!t.document)throw new Error("jQuery requires a window with a document");return i(t)}:i(e)}("undefined"!=typeof window?window:this,(function(i,r){"use strict";var o=[],s=Object.getPrototypeOf,a=o.slice,l=o.flat?function(t){return o.flat.call(t)}:function(t){return o.concat.apply([],t)},c=o.push,u=o.indexOf,h={},d=h.toString,p=h.hasOwnProperty,f=p.toString,m=f.call(Object),g={},y=function(t){return"function"==typeof t&&"number"!=typeof t.nodeType&&"function"!=typeof t.item},b=function(t){return null!=t&&t===t.window},v=i.document,M={type:!0,src:!0,nonce:!0,noModule:!0};function x(t,e,i){var n,r,o=(i=i||v).createElement("script");if(o.text=t,e)for(n in M)(r=e[n]||e.getAttribute&&e.getAttribute(n))&&o.setAttribute(n,r);i.head.appendChild(o).parentNode.removeChild(o)}function _(t){return null==t?t+"":"object"==typeof t||"function"==typeof t?h[d.call(t)]||"object":typeof t}var A=/HTML$/i,L=function(t,e){return new L.fn.init(t,e)};function w(t){var e=!!t&&"length"in t&&t.length,i=_(t);return!y(t)&&!b(t)&&("array"===i||0===e||"number"==typeof e&&e>0&&e-1 in t)}function k(t,e){return t.nodeName&&t.nodeName.toLowerCase()===e.toLowerCase()}L.fn=L.prototype={jquery:"3.7.1",constructor:L,length:0,toArray:function(){return a.call(this)},get:function(t){return null==t?a.call(this):t<0?this[t+this.length]:this[t]},pushStack:function(t){var e=L.merge(this.constructor(),t);return e.prevObject=this,e},each:function(t){return L.each(this,t)},map:function(t){return this.pushStack(L.map(this,(function(e,i){return t.call(e,i,e)})))},slice:function(){return this.pushStack(a.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(L.grep(this,(function(t,e){return(e+1)%2})))},odd:function(){return this.pushStack(L.grep(this,(function(t,e){return e%2})))},eq:function(t){var e=this.length,i=+t+(t<0?e:0);return this.pushStack(i>=0&&i<e?[this[i]]:[])},end:function(){return this.prevObject||this.constructor()},push:c,sort:o.sort,splice:o.splice},L.extend=L.fn.extend=function(){var t,e,i,n,r,o,s=arguments[0]||{},a=1,l=arguments.length,c=!1;for("boolean"==typeof s&&(c=s,s=arguments[a]||{},a++),"object"==typeof s||y(s)||(s={}),a===l&&(s=this,a--);a<l;a++)if(null!=(t=arguments[a]))for(e in t)n=t[e],"__proto__"!==e&&s!==n&&(c&&n&&(L.isPlainObject(n)||(r=Array.isArray(n)))?(i=s[e],o=r&&!Array.isArray(i)?[]:r||L.isPlainObject(i)?i:{},r=!1,s[e]=L.extend(c,o,n)):void 0!==n&&(s[e]=n));return s},L.extend({expando:"jQuery"+("3.7.1"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(t){throw new Error(t)},noop:function(){},isPlainObject:function(t){var e,i;return!(!t||"[object Object]"!==d.call(t))&&(!(e=s(t))||"function"==typeof(i=p.call(e,"constructor")&&e.constructor)&&f.call(i)===m)},isEmptyObject:function(t){var e;for(e in t)return!1;return!0},globalEval:function(t,e,i){x(t,{nonce:e&&e.nonce},i)},each:function(t,e){var i,n=0;if(w(t))for(i=t.length;n<i&&!1!==e.call(t[n],n,t[n]);n++);else for(n in t)if(!1===e.call(t[n],n,t[n]))break;return t},text:function(t){var e,i="",n=0,r=t.nodeType;if(!r)for(;e=t[n++];)i+=L.text(e);return 1===r||11===r?t.textContent:9===r?t.documentElement.textContent:3===r||4===r?t.nodeValue:i},makeArray:function(t,e){var i=e||[];return null!=t&&(w(Object(t))?L.merge(i,"string"==typeof t?[t]:t):c.call(i,t)),i},inArray:function(t,e,i){return null==e?-1:u.call(e,t,i)},isXMLDoc:function(t){var e=t&&t.namespaceURI,i=t&&(t.ownerDocument||t).documentElement;return!A.test(e||i&&i.nodeName||"HTML")},merge:function(t,e){for(var i=+e.length,n=0,r=t.length;n<i;n++)t[r++]=e[n];return t.length=r,t},grep:function(t,e,i){for(var n=[],r=0,o=t.length,s=!i;r<o;r++)!e(t[r],r)!==s&&n.push(t[r]);return n},map:function(t,e,i){var n,r,o=0,s=[];if(w(t))for(n=t.length;o<n;o++)null!=(r=e(t[o],o,i))&&s.push(r);else for(o in t)null!=(r=e(t[o],o,i))&&s.push(r);return l(s)},guid:1,support:g}),"function"==typeof Symbol&&(L.fn[Symbol.iterator]=o[Symbol.iterator]),L.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),(function(t,e){h["[object "+e+"]"]=e.toLowerCase()}));var S=o.pop,T=o.sort,O=o.splice,C="[\\x20\\t\\r\\n\\f]",j=new RegExp("^"+C+"+|((?:^|[^\\\\])(?:\\\\.)*)"+C+"+$","g");L.contains=function(t,e){var i=e&&e.parentNode;return t===i||!(!i||1!==i.nodeType||!(t.contains?t.contains(i):t.compareDocumentPosition&&16&t.compareDocumentPosition(i)))};var z=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g;function P(t,e){return e?"\0"===t?"<22>":t.slice(0,-1)+"\\"+t.charCodeAt(t.length-1).toString(16)+" ":"\\"+t}L.escapeSelector=function(t){return(t+"").replace(z,P)};var D=v,E=c;!function(){var t,e,n,r,s,l,c,h,d,f,m=E,y=L.expando,b=0,v=0,M=tt(),x=tt(),_=tt(),A=tt(),w=function(t,e){return t===e&&(s=!0),0},z="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",P="(?:\\\\[\\da-fA-F]{1,6}"+C+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",N="\\["+C+"*("+P+")(?:"+C+"*([*^$|!~]?=)"+C+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+P+"))|)"+C+"*\\]",Y=":("+P+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+N+")*)|.*)\\)|)",B=new RegExp(C+"+","g"),W=new RegExp("^"+C+"*,"+C+"*"),R=new RegExp("^"+C+"*([>+~]|"+C+")"+C+"*"),H=new RegExp(C+"|>"),I=new RegExp(Y),X=new RegExp("^"+P+"$"),q={ID:new RegExp("^#("+P+")"),CLASS:new RegExp("^\\.("+P+")"),TAG:new RegExp("^("+P+"|[*])"),ATTR:new RegExp("^"+N),PSEUDO:new RegExp("^"+Y),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+C+"*(even|odd|(([+-]|)(\\d*)n|)"+C+"*(?:([+-]|)"+C+"*(\\d+)|))"+C+"*\\)|)","i"),bool:new RegExp("^(?:"+z+")$","i"),needsContext:new RegExp("^"+C+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+C+"*((?:-\\d)?\\d*)"+C+"*\\)|)(?=[^-]|$)","i")},F=/^(?:input|select|textarea|button)$/i,G=/^h\d$/i,U=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,V=/[+~]/,K=new RegExp("\\\\[\\da-fA-F]{1,6}"+C+"?|\\\\([^\\r\\n\\f])","g"),$=function(t,e){var i="0x"+t.slice(1)-65536;return e||(i<0?String.fromCharCode(i+65536):String.fromCharCode(i>>10|55296,1023&i|56320))},J=function(){lt()},Z=dt((function(t){return!0===t.disabled&&k(t,"fieldset")}),{dir:"parentNode",next:"legend"});try{m.apply(o=a.call(D.childNodes),D.childNodes),o[D.childNodes.length].nodeType}catch(t){m={apply:function(t,e){E.apply(t,a.call(e))},call:function(t){E.apply(t,a.call(arguments,1))}}}function Q(t,e,i,n){var r,o,s,a,c,u,p,f=e&&e.ownerDocument,b=e?e.nodeType:9;if(i=i||[],"string"!=typeof t||!t||1!==b&&9!==b&&11!==b)return i;if(!n&&(lt(e),e=e||l,h)){if(11!==b&&(c=U.exec(t)))if(r=c[1]){if(9===b){if(!(s=e.getElementById(r)))return i;if(s.id===r)return m.call(i,s),i}else if(f&&(s=f.getElementById(r))&&Q.contains(e,s)&&s.id===r)return m.call(i,s),i}else{if(c[2])return m.apply(i,e.getElementsByTagName(t)),i;if((r=c[3])&&e.getElementsByClassName)return m.apply(i,e.getElementsByClassName(r)),i}if(!(A[t+" "]||d&&d.test(t))){if(p=t,f=e,1===b&&(H.test(t)||R.test(t))){for((f=V.test(t)&&at(e.parentNode)||e)==e&&g.scope||((a=e.getAttribute("id"))?a=L.escapeSelector(a):e.setAttribute("id",a=y)),o=(u=ut(t)).length;o--;)u[o]=(a?"#"+a:":scope")+" "+ht(u[o]);p=u.join(",")}try{return m.apply(i,f.querySelectorAll(p)),i}catch(e){A(t,!0)}finally{a===y&&e.removeAttribute("id")}}}return bt(t.replace(j,"$1"),e,i,n)}function tt(){var t=[];return function i(n,r){return t.push(n+" ")>e.cacheLength&&delete i[t.shift()],i[n+" "]=r}}function et(t){return t[y]=!0,t}function it(t){var e=l.createElement("fieldset");try{return!!t(e)}catch(t){return!1}finally{e.parentNode&&e.parentNode.removeChild(e),e=null}}function nt(t){return function(e){return k(e,"input")&&e.type===t}}function rt(t){return function(e){return(k(e,"input")||k(e,"button"))&&e.type===t}}function ot(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&Z(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function st(t){return et((function(e){return e=+e,et((function(i,n){for(var r,o=t([],i.length,e),s=o.length;s--;)i[r=o[s]]&&(i[r]=!(n[r]=i[r]))}))}))}function at(t){return t&&void 0!==t.getElementsByTagName&&t}function lt(t){var i,n=t?t.ownerDocument||t:D;return n!=l&&9===n.nodeType&&n.documentElement?(c=(l=n).documentElement,h=!L.isXMLDoc(l),f=c.matches||c.webkitMatchesSelector||c.msMatchesSelector,c.msMatchesSelector&&D!=l&&(i=l.defaultView)&&i.top!==i&&i.addEventListener("unload",J),g.getById=it((function(t){return c.appendChild(t).id=L.expando,!l.getElementsByName||!l.getElementsByName(L.expando).length})),g.disconnectedMatch=it((function(t){return f.call(t,"*")})),g.scope=it((function(){return l.querySelectorAll(":scope")})),g.cssHas=it((function(){try{return l.querySelector(":has(*,:jqfake)"),!1}catch(t){return!0}})),g.getById?(e.filter.ID=function(t){var e=t.replace(K,$);return function(t){return t.getAttribute("id")===e}},e.find.ID=function(t,e){if(void 0!==e.getElementById&&h){var i=e.getElementById(t);return i?[i]:[]}}):(e.filter.ID=function(t){var e=t.replace(K,$);return function(t){var i=void 0!==t.getAttributeNode&&t.getAttributeNode("id");return i&&i.value===e}},e.find.ID=function(t,e){if(void 0!==e.getElementById&&h){var i,n,r,o=e.getElementById(t);if(o){if((i=o.getAttributeNode("id"))&&i.value===t)return[o];for(r=e.getElementsByName(t),n=0;o=r[n++];)if((i=o.getAttributeNode("id"))&&i.value===t)return[o]}return[]}}),e.find.TAG=function(t,e){return void 0!==e.getElementsByTagName?e.getElementsByTagName(t):e.querySelectorAll(t)},e.find.CLASS=function(t,e){if(void 0!==e.getElementsByClassName&&h)return e.getElementsByClassName(t)},d=[],it((function(t){var e;c.appendChild(t).innerHTML="<a id='"+y+"' href='' disabled='disabled'></a><select id='"+y+"-\r\\' disabled='disabled'><option selected=''></option></select>",t.querySelectorAll("[selected]").length||d.push("\\["+C+"*(?:value|"+z+")"),t.querySelectorAll("[id~="+y+"-]").length||d.push("~="),t.querySelectorAll("a#"+y+"+*").length||d.push(".#.+[+~]"),t.querySelectorAll(":checked").length||d.push(":checked"),(e=l.createElement("input")).setAttribute("type","hidden"),t.appendChild(e).setAttribute("name","D"),c.appendChild(t).disabled=!0,2!==t.querySelectorAll(":disabled").length&&d.push(":enabled",":disabled"),(e=l.createElement("input")).setAttribute("name",""),t.appendChild(e),t.querySelectorAll("[name='']").length||d.push("\\["+C+"*name"+C+"*="+C+"*(?:''|\"\")")})),g.cssHas||d.push(":has"),d=d.length&&new RegExp(d.join("|")),w=function(t,e){if(t===e)return s=!0,0;var i=!t.compareDocumentPosition-!e.compareDocumentPosition;return i||(1&(i=(t.ownerDocument||t)==(e.ownerDocument||e)?t.compareDocumentPosition(e):1)||!g.sortDetached&&e.compareDocumentPosition(t)===i?t===l||t.ownerDocument==D&&Q.contains(D,t)?-1:e===l||e.ownerDocument==D&&Q.contains(D,e)?1:r?u.call(r,t)-u.call(r,e):0:4&i?-1:1)},l):l}for(t in Q.matches=function(t,e){return Q(t,null,null,e)},Q.matchesSelector=function(t,e){if(lt(t),h&&!A[e+" "]&&(!d||!d.test(e)))try{var i=f.call(t,e);if(i||g.disconnectedMatch||t.document&&11!==t.document.nodeType)return i}catch(t){A(e,!0)}return Q(e,l,null,[t]).length>0},Q.contains=function(t,e){return(t.ownerDocument||t)!=l&<(t),L.contains(t,e)},Q.attr=function(t,i){(t.ownerDocument||t)!=l&<(t);var n=e.attrHandle[i.toLowerCase()],r=n&&p.call(e.attrHandle,i.toLowerCase())?n(t,i,!h):void 0;return void 0!==r?r:t.getAttribute(i)},Q.error=function(t){throw new Error("Syntax error, unrecognized expression: "+t)},L.uniqueSort=function(t){var e,i=[],n=0,o=0;if(s=!g.sortStable,r=!g.sortStable&&a.call(t,0),T.call(t,w),s){for(;e=t[o++];)e===t[o]&&(n=i.push(o));for(;n--;)O.call(t,i[n],1)}return r=null,t},L.fn.uniqueSort=function(){return this.pushStack(L.uniqueSort(a.apply(this)))},(e=L.expr={cacheLength:50,createPseudo:et,match:q,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(t){return t[1]=t[1].replace(K,$),t[3]=(t[3]||t[4]||t[5]||"").replace(K,$),"~="===t[2]&&(t[3]=" "+t[3]+" "),t.slice(0,4)},CHILD:function(t){return t[1]=t[1].toLowerCase(),"nth"===t[1].slice(0,3)?(t[3]||Q.error(t[0]),t[4]=+(t[4]?t[5]+(t[6]||1):2*("even"===t[3]||"odd"===t[3])),t[5]=+(t[7]+t[8]||"odd"===t[3])):t[3]&&Q.error(t[0]),t},PSEUDO:function(t){var e,i=!t[6]&&t[2];return q.CHILD.test(t[0])?null:(t[3]?t[2]=t[4]||t[5]||"":i&&I.test(i)&&(e=ut(i,!0))&&(e=i.indexOf(")",i.length-e)-i.length)&&(t[0]=t[0].slice(0,e),t[2]=i.slice(0,e)),t.slice(0,3))}},filter:{TAG:function(t){var e=t.replace(K,$).toLowerCase();return"*"===t?function(){return!0}:function(t){return k(t,e)}},CLASS:function(t){var e=M[t+" "];return e||(e=new RegExp("(^|"+C+")"+t+"("+C+"|$)"))&&M(t,(function(t){return e.test("string"==typeof t.className&&t.className||void 0!==t.getAttribute&&t.getAttribute("class")||"")}))},ATTR:function(t,e,i){return function(n){var r=Q.attr(n,t);return null==r?"!="===e:!e||(r+="","="===e?r===i:"!="===e?r!==i:"^="===e?i&&0===r.indexOf(i):"*="===e?i&&r.indexOf(i)>-1:"$="===e?i&&r.slice(-i.length)===i:"~="===e?(" "+r.replace(B," ")+" ").indexOf(i)>-1:"|="===e&&(r===i||r.slice(0,i.length+1)===i+"-"))}},CHILD:function(t,e,i,n,r){var o="nth"!==t.slice(0,3),s="last"!==t.slice(-4),a="of-type"===e;return 1===n&&0===r?function(t){return!!t.parentNode}:function(e,i,l){var c,u,h,d,p,f=o!==s?"nextSibling":"previousSibling",m=e.parentNode,g=a&&e.nodeName.toLowerCase(),v=!l&&!a,M=!1;if(m){if(o){for(;f;){for(h=e;h=h[f];)if(a?k(h,g):1===h.nodeType)return!1;p=f="only"===t&&!p&&"nextSibling"}return!0}if(p=[s?m.firstChild:m.lastChild],s&&v){for(M=(d=(c=(u=m[y]||(m[y]={}))[t]||[])[0]===b&&c[1])&&c[2],h=d&&m.childNodes[d];h=++d&&h&&h[f]||(M=d=0)||p.pop();)if(1===h.nodeType&&++M&&h===e){u[t]=[b,d,M];break}}else if(v&&(M=d=(c=(u=e[y]||(e[y]={}))[t]||[])[0]===b&&c[1]),!1===M)for(;(h=++d&&h&&h[f]||(M=d=0)||p.pop())&&(!(a?k(h,g):1===h.nodeType)||!++M||(v&&((u=h[y]||(h[y]={}))[t]=[b,M]),h!==e)););return(M-=r)===n||M%n==0&&M/n>=0}}},PSEUDO:function(t,i){var n,r=e.pseudos[t]||e.setFilters[t.toLowerCase()]||Q.error("unsupported pseudo: "+t);return r[y]?r(i):r.length>1?(n=[t,t,"",i],e.setFilters.hasOwnProperty(t.toLowerCase())?et((function(t,e){for(var n,o=r(t,i),s=o.length;s--;)t[n=u.call(t,o[s])]=!(e[n]=o[s])})):function(t){return r(t,0,n)}):r}},pseudos:{not:et((function(t){var e=[],i=[],n=yt(t.replace(j,"$1"));return n[y]?et((function(t,e,i,r){for(var o,s=n(t,null,r,[]),a=t.length;a--;)(o=s[a])&&(t[a]=!(e[a]=o))})):function(t,r,o){return e[0]=t,n(e,null,o,i),e[0]=null,!i.pop()}})),has:et((function(t){return function(e){return Q(t,e).length>0}})),contains:et((function(t){return t=t.replace(K,$),function(e){return(e.textContent||L.text(e)).indexOf(t)>-1}})),lang:et((function(t){return X.test(t||"")||Q.error("unsupported lang: "+t),t=t.replace(K,$).toLowerCase(),function(e){var i;do{if(i=h?e.lang:e.getAttribute("xml:lang")||e.getAttribute("lang"))return(i=i.toLowerCase())===t||0===i.indexOf(t+"-")}while((e=e.parentNode)&&1===e.nodeType);return!1}})),target:function(t){var e=i.location&&i.location.hash;return e&&e.slice(1)===t.id},root:function(t){return t===c},focus:function(t){return t===function(){try{return l.activeElement}catch(t){}}()&&l.hasFocus()&&!!(t.type||t.href||~t.tabIndex)},enabled:ot(!1),disabled:ot(!0),checked:function(t){return k(t,"input")&&!!t.checked||k(t,"option")&&!!t.selected},selected:function(t){return t.parentNode&&t.parentNode.selectedIndex,!0===t.selected},empty:function(t){for(t=t.firstChild;t;t=t.nextSibling)if(t.nodeType<6)return!1;return!0},parent:function(t){return!e.pseudos.empty(t)},header:function(t){return G.test(t.nodeName)},input:function(t){return F.test(t.nodeName)},button:function(t){return k(t,"input")&&"button"===t.type||k(t,"button")},text:function(t){var e;return k(t,"input")&&"text"===t.type&&(null==(e=t.getAttribute("type"))||"text"===e.toLowerCase())},first:st((function(){return[0]})),last:st((function(t,e){return[e-1]})),eq:st((function(t,e,i){return[i<0?i+e:i]})),even:st((function(t,e){for(var i=0;i<e;i+=2)t.push(i);return t})),odd:st((function(t,e){for(var i=1;i<e;i+=2)t.push(i);return t})),lt:st((function(t,e,i){var n;for(n=i<0?i+e:i>e?e:i;--n>=0;)t.push(n);return t})),gt:st((function(t,e,i){for(var n=i<0?i+e:i;++n<e;)t.push(n);return t}))}}).pseudos.nth=e.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})e.pseudos[t]=nt(t);for(t in{submit:!0,reset:!0})e.pseudos[t]=rt(t);function ct(){}function ut(t,i){var n,r,o,s,a,l,c,u=x[t+" "];if(u)return i?0:u.slice(0);for(a=t,l=[],c=e.preFilter;a;){for(s in n&&!(r=W.exec(a))||(r&&(a=a.slice(r[0].length)||a),l.push(o=[])),n=!1,(r=R.exec(a))&&(n=r.shift(),o.push({value:n,type:r[0].replace(j," ")}),a=a.slice(n.length)),e.filter)!(r=q[s].exec(a))||c[s]&&!(r=c[s](r))||(n=r.shift(),o.push({value:n,type:s,matches:r}),a=a.slice(n.length));if(!n)break}return i?a.length:a?Q.error(t):x(t,l).slice(0)}function ht(t){for(var e=0,i=t.length,n="";e<i;e++)n+=t[e].value;return n}function dt(t,e,i){var n=e.dir,r=e.next,o=r||n,s=i&&"parentNode"===o,a=v++;return e.first?function(e,i,r){for(;e=e[n];)if(1===e.nodeType||s)return t(e,i,r);return!1}:function(e,i,l){var c,u,h=[b,a];if(l){for(;e=e[n];)if((1===e.nodeType||s)&&t(e,i,l))return!0}else for(;e=e[n];)if(1===e.nodeType||s)if(u=e[y]||(e[y]={}),r&&k(e,r))e=e[n]||e;else{if((c=u[o])&&c[0]===b&&c[1]===a)return h[2]=c[2];if(u[o]=h,h[2]=t(e,i,l))return!0}return!1}}function pt(t){return t.length>1?function(e,i,n){for(var r=t.length;r--;)if(!t[r](e,i,n))return!1;return!0}:t[0]}function ft(t,e,i,n,r){for(var o,s=[],a=0,l=t.length,c=null!=e;a<l;a++)(o=t[a])&&(i&&!i(o,n,r)||(s.push(o),c&&e.push(a)));return s}function mt(t,e,i,n,r,o){return n&&!n[y]&&(n=mt(n)),r&&!r[y]&&(r=mt(r,o)),et((function(o,s,a,l){var c,h,d,p,f=[],g=[],y=s.length,b=o||function(t,e,i){for(var n=0,r=e.length;n<r;n++)Q(t,e[n],i);return i}(e||"*",a.nodeType?[a]:a,[]),v=!t||!o&&e?b:ft(b,f,t,a,l);if(i?i(v,p=r||(o?t:y||n)?[]:s,a,l):p=v,n)for(c=ft(p,g),n(c,[],a,l),h=c.length;h--;)(d=c[h])&&(p[g[h]]=!(v[g[h]]=d));if(o){if(r||t){if(r){for(c=[],h=p.length;h--;)(d=p[h])&&c.push(v[h]=d);r(null,p=[],c,l)}for(h=p.length;h--;)(d=p[h])&&(c=r?u.call(o,d):f[h])>-1&&(o[c]=!(s[c]=d))}}else p=ft(p===s?p.splice(y,p.length):p),r?r(null,s,p,l):m.apply(s,p)}))}function gt(t){for(var i,r,o,s=t.length,a=e.relative[t[0].type],l=a||e.relative[" "],c=a?1:0,h=dt((function(t){return t===i}),l,!0),d=dt((function(t){return u.call(i,t)>-1}),l,!0),p=[function(t,e,r){var o=!a&&(r||e!=n)||((i=e).nodeType?h(t,e,r):d(t,e,r));return i=null,o}];c<s;c++)if(r=e.relative[t[c].type])p=[dt(pt(p),r)];else{if((r=e.filter[t[c].type].apply(null,t[c].matches))[y]){for(o=++c;o<s&&!e.relative[t[o].type];o++);return mt(c>1&&pt(p),c>1&&ht(t.slice(0,c-1).concat({value:" "===t[c-2].type?"*":""})).replace(j,"$1"),r,c<o&>(t.slice(c,o)),o<s&>(t=t.slice(o)),o<s&&ht(t))}p.push(r)}return pt(p)}function yt(t,i){var r,o=[],s=[],a=_[t+" "];if(!a){for(i||(i=ut(t)),r=i.length;r--;)(a=gt(i[r]))[y]?o.push(a):s.push(a);(a=_(t,function(t,i){var r=i.length>0,o=t.length>0,s=function(s,a,c,u,d){var p,f,g,y=0,v="0",M=s&&[],x=[],_=n,A=s||o&&e.find.TAG("*",d),w=b+=null==_?1:Math.random()||.1,k=A.length;for(d&&(n=a==l||a||d);v!==k&&null!=(p=A[v]);v++){if(o&&p){for(f=0,a||p.ownerDocument==l||(lt(p),c=!h);g=t[f++];)if(g(p,a||l,c)){m.call(u,p);break}d&&(b=w)}r&&((p=!g&&p)&&y--,s&&M.push(p))}if(y+=v,r&&v!==y){for(f=0;g=i[f++];)g(M,x,a,c);if(s){if(y>0)for(;v--;)M[v]||x[v]||(x[v]=S.call(u));x=ft(x)}m.apply(u,x),d&&!s&&x.length>0&&y+i.length>1&&L.uniqueSort(u)}return d&&(b=w,n=_),M};return r?et(s):s}(s,o))).selector=t}return a}function bt(t,i,n,r){var o,s,a,l,c,u="function"==typeof t&&t,d=!r&&ut(t=u.selector||t);if(n=n||[],1===d.length){if((s=d[0]=d[0].slice(0)).length>2&&"ID"===(a=s[0]).type&&9===i.nodeType&&h&&e.relative[s[1].type]){if(!(i=(e.find.ID(a.matches[0].replace(K,$),i)||[])[0]))return n;u&&(i=i.parentNode),t=t.slice(s.shift().value.length)}for(o=q.needsContext.test(t)?0:s.length;o--&&(a=s[o],!e.relative[l=a.type]);)if((c=e.find[l])&&(r=c(a.matches[0].replace(K,$),V.test(s[0].type)&&at(i.parentNode)||i))){if(s.splice(o,1),!(t=r.length&&ht(s)))return m.apply(n,r),n;break}}return(u||yt(t,d))(r,i,!h,n,!i||V.test(t)&&at(i.parentNode)||i),n}ct.prototype=e.filters=e.pseudos,e.setFilters=new ct,g.sortStable=y.split("").sort(w).join("")===y,lt(),g.sortDetached=it((function(t){return 1&t.compareDocumentPosition(l.createElement("fieldset"))})),L.find=Q,L.expr[":"]=L.expr.pseudos,L.unique=L.uniqueSort,Q.compile=yt,Q.select=bt,Q.setDocument=lt,Q.tokenize=ut,Q.escape=L.escapeSelector,Q.getText=L.text,Q.isXML=L.isXMLDoc,Q.selectors=L.expr,Q.support=L.support,Q.uniqueSort=L.uniqueSort}();var N=function(t,e,i){for(var n=[],r=void 0!==i;(t=t[e])&&9!==t.nodeType;)if(1===t.nodeType){if(r&&L(t).is(i))break;n.push(t)}return n},Y=function(t,e){for(var i=[];t;t=t.nextSibling)1===t.nodeType&&t!==e&&i.push(t);return i},B=L.expr.match.needsContext,W=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function R(t,e,i){return y(e)?L.grep(t,(function(t,n){return!!e.call(t,n,t)!==i})):e.nodeType?L.grep(t,(function(t){return t===e!==i})):"string"!=typeof e?L.grep(t,(function(t){return u.call(e,t)>-1!==i})):L.filter(e,t,i)}L.filter=function(t,e,i){var n=e[0];return i&&(t=":not("+t+")"),1===e.length&&1===n.nodeType?L.find.matchesSelector(n,t)?[n]:[]:L.find.matches(t,L.grep(e,(function(t){return 1===t.nodeType})))},L.fn.extend({find:function(t){var e,i,n=this.length,r=this;if("string"!=typeof t)return this.pushStack(L(t).filter((function(){for(e=0;e<n;e++)if(L.contains(r[e],this))return!0})));for(i=this.pushStack([]),e=0;e<n;e++)L.find(t,r[e],i);return n>1?L.uniqueSort(i):i},filter:function(t){return this.pushStack(R(this,t||[],!1))},not:function(t){return this.pushStack(R(this,t||[],!0))},is:function(t){return!!R(this,"string"==typeof t&&B.test(t)?L(t):t||[],!1).length}});var H,I=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(L.fn.init=function(t,e,i){var n,r;if(!t)return this;if(i=i||H,"string"==typeof t){if(!(n="<"===t[0]&&">"===t[t.length-1]&&t.length>=3?[null,t,null]:I.exec(t))||!n[1]&&e)return!e||e.jquery?(e||i).find(t):this.constructor(e).find(t);if(n[1]){if(e=e instanceof L?e[0]:e,L.merge(this,L.parseHTML(n[1],e&&e.nodeType?e.ownerDocument||e:v,!0)),W.test(n[1])&&L.isPlainObject(e))for(n in e)y(this[n])?this[n](e[n]):this.attr(n,e[n]);return this}return(r=v.getElementById(n[2]))&&(this[0]=r,this.length=1),this}return t.nodeType?(this[0]=t,this.length=1,this):y(t)?void 0!==i.ready?i.ready(t):t(L):L.makeArray(t,this)}).prototype=L.fn,H=L(v);var X=/^(?:parents|prev(?:Until|All))/,q={children:!0,contents:!0,next:!0,prev:!0};function F(t,e){for(;(t=t[e])&&1!==t.nodeType;);return t}L.fn.extend({has:function(t){var e=L(t,this),i=e.length;return this.filter((function(){for(var t=0;t<i;t++)if(L.contains(this,e[t]))return!0}))},closest:function(t,e){var i,n=0,r=this.length,o=[],s="string"!=typeof t&&L(t);if(!B.test(t))for(;n<r;n++)for(i=this[n];i&&i!==e;i=i.parentNode)if(i.nodeType<11&&(s?s.index(i)>-1:1===i.nodeType&&L.find.matchesSelector(i,t))){o.push(i);break}return this.pushStack(o.length>1?L.uniqueSort(o):o)},index:function(t){return t?"string"==typeof t?u.call(L(t),this[0]):u.call(this,t.jquery?t[0]:t):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(t,e){return this.pushStack(L.uniqueSort(L.merge(this.get(),L(t,e))))},addBack:function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}}),L.each({parent:function(t){var e=t.parentNode;return e&&11!==e.nodeType?e:null},parents:function(t){return N(t,"parentNode")},parentsUntil:function(t,e,i){return N(t,"parentNode",i)},next:function(t){return F(t,"nextSibling")},prev:function(t){return F(t,"previousSibling")},nextAll:function(t){return N(t,"nextSibling")},prevAll:function(t){return N(t,"previousSibling")},nextUntil:function(t,e,i){return N(t,"nextSibling",i)},prevUntil:function(t,e,i){return N(t,"previousSibling",i)},siblings:function(t){return Y((t.parentNode||{}).firstChild,t)},children:function(t){return Y(t.firstChild)},contents:function(t){return null!=t.contentDocument&&s(t.contentDocument)?t.contentDocument:(k(t,"template")&&(t=t.content||t),L.merge([],t.childNodes))}},(function(t,e){L.fn[t]=function(i,n){var r=L.map(this,e,i);return"Until"!==t.slice(-5)&&(n=i),n&&"string"==typeof n&&(r=L.filter(n,r)),this.length>1&&(q[t]||L.uniqueSort(r),X.test(t)&&r.reverse()),this.pushStack(r)}}));var G=/[^\x20\t\r\n\f]+/g;function U(t){return t}function V(t){throw t}function K(t,e,i,n){var r;try{t&&y(r=t.promise)?r.call(t).done(e).fail(i):t&&y(r=t.then)?r.call(t,e,i):e.apply(void 0,[t].slice(n))}catch(t){i.apply(void 0,[t])}}L.Callbacks=function(t){t="string"==typeof t?function(t){var e={};return L.each(t.match(G)||[],(function(t,i){e[i]=!0})),e}(t):L.extend({},t);var e,i,n,r,o=[],s=[],a=-1,l=function(){for(r=r||t.once,n=e=!0;s.length;a=-1)for(i=s.shift();++a<o.length;)!1===o[a].apply(i[0],i[1])&&t.stopOnFalse&&(a=o.length,i=!1);t.memory||(i=!1),e=!1,r&&(o=i?[]:"")},c={add:function(){return o&&(i&&!e&&(a=o.length-1,s.push(i)),function e(i){L.each(i,(function(i,n){y(n)?t.unique&&c.has(n)||o.push(n):n&&n.length&&"string"!==_(n)&&e(n)}))}(arguments),i&&!e&&l()),this},remove:function(){return L.each(arguments,(function(t,e){for(var i;(i=L.inArray(e,o,i))>-1;)o.splice(i,1),i<=a&&a--})),this},has:function(t){return t?L.inArray(t,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return r=s=[],o=i="",this},disabled:function(){return!o},lock:function(){return r=s=[],i||e||(o=i=""),this},locked:function(){return!!r},fireWith:function(t,i){return r||(i=[t,(i=i||[]).slice?i.slice():i],s.push(i),e||l()),this},fire:function(){return c.fireWith(this,arguments),this},fired:function(){return!!n}};return c},L.extend({Deferred:function(t){var e=[["notify","progress",L.Callbacks("memory"),L.Callbacks("memory"),2],["resolve","done",L.Callbacks("once memory"),L.Callbacks("once memory"),0,"resolved"],["reject","fail",L.Callbacks("once memory"),L.Callbacks("once memory"),1,"rejected"]],n="pending",r={state:function(){return n},always:function(){return o.done(arguments).fail(arguments),this},catch:function(t){return r.then(null,t)},pipe:function(){var t=arguments;return L.Deferred((function(i){L.each(e,(function(e,n){var r=y(t[n[4]])&&t[n[4]];o[n[1]]((function(){var t=r&&r.apply(this,arguments);t&&y(t.promise)?t.promise().progress(i.notify).done(i.resolve).fail(i.reject):i[n[0]+"With"](this,r?[t]:arguments)}))})),t=null})).promise()},then:function(t,n,r){var o=0;function s(t,e,n,r){return function(){var a=this,l=arguments,c=function(){var i,c;if(!(t<o)){if((i=n.apply(a,l))===e.promise())throw new TypeError("Thenable self-resolution");c=i&&("object"==typeof i||"function"==typeof i)&&i.then,y(c)?r?c.call(i,s(o,e,U,r),s(o,e,V,r)):(o++,c.call(i,s(o,e,U,r),s(o,e,V,r),s(o,e,U,e.notifyWith))):(n!==U&&(a=void 0,l=[i]),(r||e.resolveWith)(a,l))}},u=r?c:function(){try{c()}catch(i){L.Deferred.exceptionHook&&L.Deferred.exceptionHook(i,u.error),t+1>=o&&(n!==V&&(a=void 0,l=[i]),e.rejectWith(a,l))}};t?u():(L.Deferred.getErrorHook?u.error=L.Deferred.getErrorHook():L.Deferred.getStackHook&&(u.error=L.Deferred.getStackHook()),i.setTimeout(u))}}return L.Deferred((function(i){e[0][3].add(s(0,i,y(r)?r:U,i.notifyWith)),e[1][3].add(s(0,i,y(t)?t:U)),e[2][3].add(s(0,i,y(n)?n:V))})).promise()},promise:function(t){return null!=t?L.extend(t,r):r}},o={};return L.each(e,(function(t,i){var s=i[2],a=i[5];r[i[1]]=s.add,a&&s.add((function(){n=a}),e[3-t][2].disable,e[3-t][3].disable,e[0][2].lock,e[0][3].lock),s.add(i[3].fire),o[i[0]]=function(){return o[i[0]+"With"](this===o?void 0:this,arguments),this},o[i[0]+"With"]=s.fireWith})),r.promise(o),t&&t.call(o,o),o},when:function(t){var e=arguments.length,i=e,n=Array(i),r=a.call(arguments),o=L.Deferred(),s=function(t){return function(i){n[t]=this,r[t]=arguments.length>1?a.call(arguments):i,--e||o.resolveWith(n,r)}};if(e<=1&&(K(t,o.done(s(i)).resolve,o.reject,!e),"pending"===o.state()||y(r[i]&&r[i].then)))return o.then();for(;i--;)K(r[i],s(i),o.reject);return o.promise()}});var $=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;L.Deferred.exceptionHook=function(t,e){i.console&&i.console.warn&&t&&$.test(t.name)&&i.console.warn("jQuery.Deferred exception: "+t.message,t.stack,e)},L.readyException=function(t){i.setTimeout((function(){throw t}))};var J=L.Deferred();function Z(){v.removeEventListener("DOMContentLoaded",Z),i.removeEventListener("load",Z),L.ready()}L.fn.ready=function(t){return J.then(t).catch((function(t){L.readyException(t)})),this},L.extend({isReady:!1,readyWait:1,ready:function(t){(!0===t?--L.readyWait:L.isReady)||(L.isReady=!0,!0!==t&&--L.readyWait>0||J.resolveWith(v,[L]))}}),L.ready.then=J.then,"complete"===v.readyState||"loading"!==v.readyState&&!v.documentElement.doScroll?i.setTimeout(L.ready):(v.addEventListener("DOMContentLoaded",Z),i.addEventListener("load",Z));var Q=function(t,e,i,n,r,o,s){var a=0,l=t.length,c=null==i;if("object"===_(i))for(a in r=!0,i)Q(t,e,a,i[a],!0,o,s);else if(void 0!==n&&(r=!0,y(n)||(s=!0),c&&(s?(e.call(t,n),e=null):(c=e,e=function(t,e,i){return c.call(L(t),i)})),e))for(;a<l;a++)e(t[a],i,s?n:n.call(t[a],a,e(t[a],i)));return r?t:c?e.call(t):l?e(t[0],i):o},tt=/^-ms-/,et=/-([a-z])/g;function it(t,e){return e.toUpperCase()}function nt(t){return t.replace(tt,"ms-").replace(et,it)}var rt=function(t){return 1===t.nodeType||9===t.nodeType||!+t.nodeType};function ot(){this.expando=L.expando+ot.uid++}ot.uid=1,ot.prototype={cache:function(t){var e=t[this.expando];return e||(e={},rt(t)&&(t.nodeType?t[this.expando]=e:Object.defineProperty(t,this.expando,{value:e,configurable:!0}))),e},set:function(t,e,i){var n,r=this.cache(t);if("string"==typeof e)r[nt(e)]=i;else for(n in e)r[nt(n)]=e[n];return r},get:function(t,e){return void 0===e?this.cache(t):t[this.expando]&&t[this.expando][nt(e)]},access:function(t,e,i){return void 0===e||e&&"string"==typeof e&&void 0===i?this.get(t,e):(this.set(t,e,i),void 0!==i?i:e)},remove:function(t,e){var i,n=t[this.expando];if(void 0!==n){if(void 0!==e){i=(e=Array.isArray(e)?e.map(nt):(e=nt(e))in n?[e]:e.match(G)||[]).length;for(;i--;)delete n[e[i]]}(void 0===e||L.isEmptyObject(n))&&(t.nodeType?t[this.expando]=void 0:delete t[this.expando])}},hasData:function(t){var e=t[this.expando];return void 0!==e&&!L.isEmptyObject(e)}};var st=new ot,at=new ot,lt=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,ct=/[A-Z]/g;function ut(t,e,i){var n;if(void 0===i&&1===t.nodeType)if(n="data-"+e.replace(ct,"-$&").toLowerCase(),"string"==typeof(i=t.getAttribute(n))){try{i=function(t){return"true"===t||"false"!==t&&("null"===t?null:t===+t+""?+t:lt.test(t)?JSON.parse(t):t)}(i)}catch(t){}at.set(t,e,i)}else i=void 0;return i}L.extend({hasData:function(t){return at.hasData(t)||st.hasData(t)},data:function(t,e,i){return at.access(t,e,i)},removeData:function(t,e){at.remove(t,e)},_data:function(t,e,i){return st.access(t,e,i)},_removeData:function(t,e){st.remove(t,e)}}),L.fn.extend({data:function(t,e){var i,n,r,o=this[0],s=o&&o.attributes;if(void 0===t){if(this.length&&(r=at.get(o),1===o.nodeType&&!st.get(o,"hasDataAttrs"))){for(i=s.length;i--;)s[i]&&0===(n=s[i].name).indexOf("data-")&&(n=nt(n.slice(5)),ut(o,n,r[n]));st.set(o,"hasDataAttrs",!0)}return r}return"object"==typeof t?this.each((function(){at.set(this,t)})):Q(this,(function(e){var i;if(o&&void 0===e)return void 0!==(i=at.get(o,t))||void 0!==(i=ut(o,t))?i:void 0;this.each((function(){at.set(this,t,e)}))}),null,e,arguments.length>1,null,!0)},removeData:function(t){return this.each((function(){at.remove(this,t)}))}}),L.extend({queue:function(t,e,i){var n;if(t)return e=(e||"fx")+"queue",n=st.get(t,e),i&&(!n||Array.isArray(i)?n=st.access(t,e,L.makeArray(i)):n.push(i)),n||[]},dequeue:function(t,e){e=e||"fx";var i=L.queue(t,e),n=i.length,r=i.shift(),o=L._queueHooks(t,e);"inprogress"===r&&(r=i.shift(),n--),r&&("fx"===e&&i.unshift("inprogress"),delete o.stop,r.call(t,(function(){L.dequeue(t,e)}),o)),!n&&o&&o.empty.fire()},_queueHooks:function(t,e){var i=e+"queueHooks";return st.get(t,i)||st.access(t,i,{empty:L.Callbacks("once memory").add((function(){st.remove(t,[e+"queue",i])}))})}}),L.fn.extend({queue:function(t,e){var i=2;return"string"!=typeof t&&(e=t,t="fx",i--),arguments.length<i?L.queue(this[0],t):void 0===e?this:this.each((function(){var i=L.queue(this,t,e);L._queueHooks(this,t),"fx"===t&&"inprogress"!==i[0]&&L.dequeue(this,t)}))},dequeue:function(t){return this.each((function(){L.dequeue(this,t)}))},clearQueue:function(t){return this.queue(t||"fx",[])},promise:function(t,e){var i,n=1,r=L.Deferred(),o=this,s=this.length,a=function(){--n||r.resolveWith(o,[o])};for("string"!=typeof t&&(e=t,t=void 0),t=t||"fx";s--;)(i=st.get(o[s],t+"queueHooks"))&&i.empty&&(n++,i.empty.add(a));return a(),r.promise(e)}});var ht=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,dt=new RegExp("^(?:([+-])=|)("+ht+")([a-z%]*)$","i"),pt=["Top","Right","Bottom","Left"],ft=v.documentElement,mt=function(t){return L.contains(t.ownerDocument,t)},gt={composed:!0};ft.getRootNode&&(mt=function(t){return L.contains(t.ownerDocument,t)||t.getRootNode(gt)===t.ownerDocument});var yt=function(t,e){return"none"===(t=e||t).style.display||""===t.style.display&&mt(t)&&"none"===L.css(t,"display")};function bt(t,e,i,n){var r,o,s=20,a=n?function(){return n.cur()}:function(){return L.css(t,e,"")},l=a(),c=i&&i[3]||(L.cssNumber[e]?"":"px"),u=t.nodeType&&(L.cssNumber[e]||"px"!==c&&+l)&&dt.exec(L.css(t,e));if(u&&u[3]!==c){for(l/=2,c=c||u[3],u=+l||1;s--;)L.style(t,e,u+c),(1-o)*(1-(o=a()/l||.5))<=0&&(s=0),u/=o;u*=2,L.style(t,e,u+c),i=i||[]}return i&&(u=+u||+l||0,r=i[1]?u+(i[1]+1)*i[2]:+i[2],n&&(n.unit=c,n.start=u,n.end=r)),r}var vt={};function Mt(t){var e,i=t.ownerDocument,n=t.nodeName,r=vt[n];return r||(e=i.body.appendChild(i.createElement(n)),r=L.css(e,"display"),e.parentNode.removeChild(e),"none"===r&&(r="block"),vt[n]=r,r)}function xt(t,e){for(var i,n,r=[],o=0,s=t.length;o<s;o++)(n=t[o]).style&&(i=n.style.display,e?("none"===i&&(r[o]=st.get(n,"display")||null,r[o]||(n.style.display="")),""===n.style.display&&yt(n)&&(r[o]=Mt(n))):"none"!==i&&(r[o]="none",st.set(n,"display",i)));for(o=0;o<s;o++)null!=r[o]&&(t[o].style.display=r[o]);return t}L.fn.extend({show:function(){return xt(this,!0)},hide:function(){return xt(this)},toggle:function(t){return"boolean"==typeof t?t?this.show():this.hide():this.each((function(){yt(this)?L(this).show():L(this).hide()}))}});var _t,At,Lt=/^(?:checkbox|radio)$/i,wt=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,kt=/^$|^module$|\/(?:java|ecma)script/i;_t=v.createDocumentFragment().appendChild(v.createElement("div")),(At=v.createElement("input")).setAttribute("type","radio"),At.setAttribute("checked","checked"),At.setAttribute("name","t"),_t.appendChild(At),g.checkClone=_t.cloneNode(!0).cloneNode(!0).lastChild.checked,_t.innerHTML="<textarea>x</textarea>",g.noCloneChecked=!!_t.cloneNode(!0).lastChild.defaultValue,_t.innerHTML="<option></option>",g.option=!!_t.lastChild;var St={thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function Tt(t,e){var i;return i=void 0!==t.getElementsByTagName?t.getElementsByTagName(e||"*"):void 0!==t.querySelectorAll?t.querySelectorAll(e||"*"):[],void 0===e||e&&k(t,e)?L.merge([t],i):i}function Ot(t,e){for(var i=0,n=t.length;i<n;i++)st.set(t[i],"globalEval",!e||st.get(e[i],"globalEval"))}St.tbody=St.tfoot=St.colgroup=St.caption=St.thead,St.th=St.td,g.option||(St.optgroup=St.option=[1,"<select multiple='multiple'>","</select>"]);var Ct=/<|&#?\w+;/;function jt(t,e,i,n,r){for(var o,s,a,l,c,u,h=e.createDocumentFragment(),d=[],p=0,f=t.length;p<f;p++)if((o=t[p])||0===o)if("object"===_(o))L.merge(d,o.nodeType?[o]:o);else if(Ct.test(o)){for(s=s||h.appendChild(e.createElement("div")),a=(wt.exec(o)||["",""])[1].toLowerCase(),l=St[a]||St._default,s.innerHTML=l[1]+L.htmlPrefilter(o)+l[2],u=l[0];u--;)s=s.lastChild;L.merge(d,s.childNodes),(s=h.firstChild).textContent=""}else d.push(e.createTextNode(o));for(h.textContent="",p=0;o=d[p++];)if(n&&L.inArray(o,n)>-1)r&&r.push(o);else if(c=mt(o),s=Tt(h.appendChild(o),"script"),c&&Ot(s),i)for(u=0;o=s[u++];)kt.test(o.type||"")&&i.push(o);return h}var zt=/^([^.]*)(?:\.(.+)|)/;function Pt(){return!0}function Dt(){return!1}function Et(t,e,i,n,r,o){var s,a;if("object"==typeof e){for(a in"string"!=typeof i&&(n=n||i,i=void 0),e)Et(t,a,i,n,e[a],o);return t}if(null==n&&null==r?(r=i,n=i=void 0):null==r&&("string"==typeof i?(r=n,n=void 0):(r=n,n=i,i=void 0)),!1===r)r=Dt;else if(!r)return t;return 1===o&&(s=r,(r=function(t){return L().off(t),s.apply(this,arguments)}).guid=s.guid||(s.guid=L.guid++)),t.each((function(){L.event.add(this,e,r,n,i)}))}function Nt(t,e,i){i?(st.set(t,e,!1),L.event.add(t,e,{namespace:!1,handler:function(t){var i,n=st.get(this,e);if(1&t.isTrigger&&this[e]){if(n)(L.event.special[e]||{}).delegateType&&t.stopPropagation();else if(n=a.call(arguments),st.set(this,e,n),this[e](),i=st.get(this,e),st.set(this,e,!1),n!==i)return t.stopImmediatePropagation(),t.preventDefault(),i}else n&&(st.set(this,e,L.event.trigger(n[0],n.slice(1),this)),t.stopPropagation(),t.isImmediatePropagationStopped=Pt)}})):void 0===st.get(t,e)&&L.event.add(t,e,Pt)}L.event={global:{},add:function(t,e,i,n,r){var o,s,a,l,c,u,h,d,p,f,m,g=st.get(t);if(rt(t))for(i.handler&&(i=(o=i).handler,r=o.selector),r&&L.find.matchesSelector(ft,r),i.guid||(i.guid=L.guid++),(l=g.events)||(l=g.events=Object.create(null)),(s=g.handle)||(s=g.handle=function(e){return void 0!==L&&L.event.triggered!==e.type?L.event.dispatch.apply(t,arguments):void 0}),c=(e=(e||"").match(G)||[""]).length;c--;)p=m=(a=zt.exec(e[c])||[])[1],f=(a[2]||"").split(".").sort(),p&&(h=L.event.special[p]||{},p=(r?h.delegateType:h.bindType)||p,h=L.event.special[p]||{},u=L.extend({type:p,origType:m,data:n,handler:i,guid:i.guid,selector:r,needsContext:r&&L.expr.match.needsContext.test(r),namespace:f.join(".")},o),(d=l[p])||((d=l[p]=[]).delegateCount=0,h.setup&&!1!==h.setup.call(t,n,f,s)||t.addEventListener&&t.addEventListener(p,s)),h.add&&(h.add.call(t,u),u.handler.guid||(u.handler.guid=i.guid)),r?d.splice(d.delegateCount++,0,u):d.push(u),L.event.global[p]=!0)},remove:function(t,e,i,n,r){var o,s,a,l,c,u,h,d,p,f,m,g=st.hasData(t)&&st.get(t);if(g&&(l=g.events)){for(c=(e=(e||"").match(G)||[""]).length;c--;)if(p=m=(a=zt.exec(e[c])||[])[1],f=(a[2]||"").split(".").sort(),p){for(h=L.event.special[p]||{},d=l[p=(n?h.delegateType:h.bindType)||p]||[],a=a[2]&&new RegExp("(^|\\.)"+f.join("\\.(?:.*\\.|)")+"(\\.|$)"),s=o=d.length;o--;)u=d[o],!r&&m!==u.origType||i&&i.guid!==u.guid||a&&!a.test(u.namespace)||n&&n!==u.selector&&("**"!==n||!u.selector)||(d.splice(o,1),u.selector&&d.delegateCount--,h.remove&&h.remove.call(t,u));s&&!d.length&&(h.teardown&&!1!==h.teardown.call(t,f,g.handle)||L.removeEvent(t,p,g.handle),delete l[p])}else for(p in l)L.event.remove(t,p+e[c],i,n,!0);L.isEmptyObject(l)&&st.remove(t,"handle events")}},dispatch:function(t){var e,i,n,r,o,s,a=new Array(arguments.length),l=L.event.fix(t),c=(st.get(this,"events")||Object.create(null))[l.type]||[],u=L.event.special[l.type]||{};for(a[0]=l,e=1;e<arguments.length;e++)a[e]=arguments[e];if(l.delegateTarget=this,!u.preDispatch||!1!==u.preDispatch.call(this,l)){for(s=L.event.handlers.call(this,l,c),e=0;(r=s[e++])&&!l.isPropagationStopped();)for(l.currentTarget=r.elem,i=0;(o=r.handlers[i++])&&!l.isImmediatePropagationStopped();)l.rnamespace&&!1!==o.namespace&&!l.rnamespace.test(o.namespace)||(l.handleObj=o,l.data=o.data,void 0!==(n=((L.event.special[o.origType]||{}).handle||o.handler).apply(r.elem,a))&&!1===(l.result=n)&&(l.preventDefault(),l.stopPropagation()));return u.postDispatch&&u.postDispatch.call(this,l),l.result}},handlers:function(t,e){var i,n,r,o,s,a=[],l=e.delegateCount,c=t.target;if(l&&c.nodeType&&!("click"===t.type&&t.button>=1))for(;c!==this;c=c.parentNode||this)if(1===c.nodeType&&("click"!==t.type||!0!==c.disabled)){for(o=[],s={},i=0;i<l;i++)void 0===s[r=(n=e[i]).selector+" "]&&(s[r]=n.needsContext?L(r,this).index(c)>-1:L.find(r,this,null,[c]).length),s[r]&&o.push(n);o.length&&a.push({elem:c,handlers:o})}return c=this,l<e.length&&a.push({elem:c,handlers:e.slice(l)}),a},addProp:function(t,e){Object.defineProperty(L.Event.prototype,t,{enumerable:!0,configurable:!0,get:y(e)?function(){if(this.originalEvent)return e(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[t]},set:function(e){Object.defineProperty(this,t,{enumerable:!0,configurable:!0,writable:!0,value:e})}})},fix:function(t){return t[L.expando]?t:new L.Event(t)},special:{load:{noBubble:!0},click:{setup:function(t){var e=this||t;return Lt.test(e.type)&&e.click&&k(e,"input")&&Nt(e,"click",!0),!1},trigger:function(t){var e=this||t;return Lt.test(e.type)&&e.click&&k(e,"input")&&Nt(e,"click"),!0},_default:function(t){var e=t.target;return Lt.test(e.type)&&e.click&&k(e,"input")&&st.get(e,"click")||k(e,"a")}},beforeunload:{postDispatch:function(t){void 0!==t.result&&t.originalEvent&&(t.originalEvent.returnValue=t.result)}}}},L.removeEvent=function(t,e,i){t.removeEventListener&&t.removeEventListener(e,i)},L.Event=function(t,e){if(!(this instanceof L.Event))return new L.Event(t,e);t&&t.type?(this.originalEvent=t,this.type=t.type,this.isDefaultPrevented=t.defaultPrevented||void 0===t.defaultPrevented&&!1===t.returnValue?Pt:Dt,this.target=t.target&&3===t.target.nodeType?t.target.parentNode:t.target,this.currentTarget=t.currentTarget,this.relatedTarget=t.relatedTarget):this.type=t,e&&L.extend(this,e),this.timeStamp=t&&t.timeStamp||Date.now(),this[L.expando]=!0},L.Event.prototype={constructor:L.Event,isDefaultPrevented:Dt,isPropagationStopped:Dt,isImmediatePropagationStopped:Dt,isSimulated:!1,preventDefault:function(){var t=this.originalEvent;this.isDefaultPrevented=Pt,t&&!this.isSimulated&&t.preventDefault()},stopPropagation:function(){var t=this.originalEvent;this.isPropagationStopped=Pt,t&&!this.isSimulated&&t.stopPropagation()},stopImmediatePropagation:function(){var t=this.originalEvent;this.isImmediatePropagationStopped=Pt,t&&!this.isSimulated&&t.stopImmediatePropagation(),this.stopPropagation()}},L.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:!0},L.event.addProp),L.each({focus:"focusin",blur:"focusout"},(function(t,e){function i(t){if(v.documentMode){var i=st.get(this,"handle"),n=L.event.fix(t);n.type="focusin"===t.type?"focus":"blur",n.isSimulated=!0,i(t),n.target===n.currentTarget&&i(n)}else L.event.simulate(e,t.target,L.event.fix(t))}L.event.special[t]={setup:function(){var n;if(Nt(this,t,!0),!v.documentMode)return!1;(n=st.get(this,e))||this.addEventListener(e,i),st.set(this,e,(n||0)+1)},trigger:function(){return Nt(this,t),!0},teardown:function(){var t;if(!v.documentMode)return!1;(t=st.get(this,e)-1)?st.set(this,e,t):(this.removeEventListener(e,i),st.remove(this,e))},_default:function(e){return st.get(e.target,t)},delegateType:e},L.event.special[e]={setup:function(){var n=this.ownerDocument||this.document||this,r=v.documentMode?this:n,o=st.get(r,e);o||(v.documentMode?this.addEventListener(e,i):n.addEventListener(t,i,!0)),st.set(r,e,(o||0)+1)},teardown:function(){var n=this.ownerDocument||this.document||this,r=v.documentMode?this:n,o=st.get(r,e)-1;o?st.set(r,e,o):(v.documentMode?this.removeEventListener(e,i):n.removeEventListener(t,i,!0),st.remove(r,e))}}})),L.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},(function(t,e){L.event.special[t]={delegateType:e,bindType:e,handle:function(t){var i,n=this,r=t.relatedTarget,o=t.handleObj;return r&&(r===n||L.contains(n,r))||(t.type=o.origType,i=o.handler.apply(this,arguments),t.type=e),i}}})),L.fn.extend({on:function(t,e,i,n){return Et(this,t,e,i,n)},one:function(t,e,i,n){return Et(this,t,e,i,n,1)},off:function(t,e,i){var n,r;if(t&&t.preventDefault&&t.handleObj)return n=t.handleObj,L(t.delegateTarget).off(n.namespace?n.origType+"."+n.namespace:n.origType,n.selector,n.handler),this;if("object"==typeof t){for(r in t)this.off(r,e,t[r]);return this}return!1!==e&&"function"!=typeof e||(i=e,e=void 0),!1===i&&(i=Dt),this.each((function(){L.event.remove(this,t,i,e)}))}});var Yt=/<script|<style|<link/i,Bt=/checked\s*(?:[^=]|=\s*.checked.)/i,Wt=/^\s*<!\[CDATA\[|\]\]>\s*$/g;function Rt(t,e){return k(t,"table")&&k(11!==e.nodeType?e:e.firstChild,"tr")&&L(t).children("tbody")[0]||t}function Ht(t){return t.type=(null!==t.getAttribute("type"))+"/"+t.type,t}function It(t){return"true/"===(t.type||"").slice(0,5)?t.type=t.type.slice(5):t.removeAttribute("type"),t}function Xt(t,e){var i,n,r,o,s,a;if(1===e.nodeType){if(st.hasData(t)&&(a=st.get(t).events))for(r in st.remove(e,"handle events"),a)for(i=0,n=a[r].length;i<n;i++)L.event.add(e,r,a[r][i]);at.hasData(t)&&(o=at.access(t),s=L.extend({},o),at.set(e,s))}}function qt(t,e){var i=e.nodeName.toLowerCase();"input"===i&&Lt.test(t.type)?e.checked=t.checked:"input"!==i&&"textarea"!==i||(e.defaultValue=t.defaultValue)}function Ft(t,e,i,n){e=l(e);var r,o,s,a,c,u,h=0,d=t.length,p=d-1,f=e[0],m=y(f);if(m||d>1&&"string"==typeof f&&!g.checkClone&&Bt.test(f))return t.each((function(r){var o=t.eq(r);m&&(e[0]=f.call(this,r,o.html())),Ft(o,e,i,n)}));if(d&&(o=(r=jt(e,t[0].ownerDocument,!1,t,n)).firstChild,1===r.childNodes.length&&(r=o),o||n)){for(a=(s=L.map(Tt(r,"script"),Ht)).length;h<d;h++)c=r,h!==p&&(c=L.clone(c,!0,!0),a&&L.merge(s,Tt(c,"script"))),i.call(t[h],c,h);if(a)for(u=s[s.length-1].ownerDocument,L.map(s,It),h=0;h<a;h++)c=s[h],kt.test(c.type||"")&&!st.access(c,"globalEval")&&L.contains(u,c)&&(c.src&&"module"!==(c.type||"").toLowerCase()?L._evalUrl&&!c.noModule&&L._evalUrl(c.src,{nonce:c.nonce||c.getAttribute("nonce")},u):x(c.textContent.replace(Wt,""),c,u))}return t}function Gt(t,e,i){for(var n,r=e?L.filter(e,t):t,o=0;null!=(n=r[o]);o++)i||1!==n.nodeType||L.cleanData(Tt(n)),n.parentNode&&(i&&mt(n)&&Ot(Tt(n,"script")),n.parentNode.removeChild(n));return t}L.extend({htmlPrefilter:function(t){return t},clone:function(t,e,i){var n,r,o,s,a=t.cloneNode(!0),l=mt(t);if(!(g.noCloneChecked||1!==t.nodeType&&11!==t.nodeType||L.isXMLDoc(t)))for(s=Tt(a),n=0,r=(o=Tt(t)).length;n<r;n++)qt(o[n],s[n]);if(e)if(i)for(o=o||Tt(t),s=s||Tt(a),n=0,r=o.length;n<r;n++)Xt(o[n],s[n]);else Xt(t,a);return(s=Tt(a,"script")).length>0&&Ot(s,!l&&Tt(t,"script")),a},cleanData:function(t){for(var e,i,n,r=L.event.special,o=0;void 0!==(i=t[o]);o++)if(rt(i)){if(e=i[st.expando]){if(e.events)for(n in e.events)r[n]?L.event.remove(i,n):L.removeEvent(i,n,e.handle);i[st.expando]=void 0}i[at.expando]&&(i[at.expando]=void 0)}}}),L.fn.extend({detach:function(t){return Gt(this,t,!0)},remove:function(t){return Gt(this,t)},text:function(t){return Q(this,(function(t){return void 0===t?L.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=t)}))}),null,t,arguments.length)},append:function(){return Ft(this,arguments,(function(t){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Rt(this,t).appendChild(t)}))},prepend:function(){return Ft(this,arguments,(function(t){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var e=Rt(this,t);e.insertBefore(t,e.firstChild)}}))},before:function(){return Ft(this,arguments,(function(t){this.parentNode&&this.parentNode.insertBefore(t,this)}))},after:function(){return Ft(this,arguments,(function(t){this.parentNode&&this.parentNode.insertBefore(t,this.nextSibling)}))},empty:function(){for(var t,e=0;null!=(t=this[e]);e++)1===t.nodeType&&(L.cleanData(Tt(t,!1)),t.textContent="");return this},clone:function(t,e){return t=null!=t&&t,e=null==e?t:e,this.map((function(){return L.clone(this,t,e)}))},html:function(t){return Q(this,(function(t){var e=this[0]||{},i=0,n=this.length;if(void 0===t&&1===e.nodeType)return e.innerHTML;if("string"==typeof t&&!Yt.test(t)&&!St[(wt.exec(t)||["",""])[1].toLowerCase()]){t=L.htmlPrefilter(t);try{for(;i<n;i++)1===(e=this[i]||{}).nodeType&&(L.cleanData(Tt(e,!1)),e.innerHTML=t);e=0}catch(t){}}e&&this.empty().append(t)}),null,t,arguments.length)},replaceWith:function(){var t=[];return Ft(this,arguments,(function(e){var i=this.parentNode;L.inArray(this,t)<0&&(L.cleanData(Tt(this)),i&&i.replaceChild(e,this))}),t)}}),L.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},(function(t,e){L.fn[t]=function(t){for(var i,n=[],r=L(t),o=r.length-1,s=0;s<=o;s++)i=s===o?this:this.clone(!0),L(r[s])[e](i),c.apply(n,i.get());return this.pushStack(n)}}));var Ut=new RegExp("^("+ht+")(?!px)[a-z%]+$","i"),Vt=/^--/,Kt=function(t){var e=t.ownerDocument.defaultView;return e&&e.opener||(e=i),e.getComputedStyle(t)},$t=function(t,e,i){var n,r,o={};for(r in e)o[r]=t.style[r],t.style[r]=e[r];for(r in n=i.call(t),e)t.style[r]=o[r];return n},Jt=new RegExp(pt.join("|"),"i");function Zt(t,e,i){var n,r,o,s,a=Vt.test(e),l=t.style;return(i=i||Kt(t))&&(s=i.getPropertyValue(e)||i[e],a&&s&&(s=s.replace(j,"$1")||void 0),""!==s||mt(t)||(s=L.style(t,e)),!g.pixelBoxStyles()&&Ut.test(s)&&Jt.test(e)&&(n=l.width,r=l.minWidth,o=l.maxWidth,l.minWidth=l.maxWidth=l.width=s,s=i.width,l.width=n,l.minWidth=r,l.maxWidth=o)),void 0!==s?s+"":s}function Qt(t,e){return{get:function(){if(!t())return(this.get=e).apply(this,arguments);delete this.get}}}!function(){function t(){if(u){c.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",u.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",ft.appendChild(c).appendChild(u);var t=i.getComputedStyle(u);n="1%"!==t.top,l=12===e(t.marginLeft),u.style.right="60%",s=36===e(t.right),r=36===e(t.width),u.style.position="absolute",o=12===e(u.offsetWidth/3),ft.removeChild(c),u=null}}function e(t){return Math.round(parseFloat(t))}var n,r,o,s,a,l,c=v.createElement("div"),u=v.createElement("div");u.style&&(u.style.backgroundClip="content-box",u.cloneNode(!0).style.backgroundClip="",g.clearCloneStyle="content-box"===u.style.backgroundClip,L.extend(g,{boxSizingReliable:function(){return t(),r},pixelBoxStyles:function(){return t(),s},pixelPosition:function(){return t(),n},reliableMarginLeft:function(){return t(),l},scrollboxSize:function(){return t(),o},reliableTrDimensions:function(){var t,e,n,r;return null==a&&(t=v.createElement("table"),e=v.createElement("tr"),n=v.createElement("div"),t.style.cssText="position:absolute;left:-11111px;border-collapse:separate",e.style.cssText="box-sizing:content-box;border:1px solid",e.style.height="1px",n.style.height="9px",n.style.display="block",ft.appendChild(t).appendChild(e).appendChild(n),r=i.getComputedStyle(e),a=parseInt(r.height,10)+parseInt(r.borderTopWidth,10)+parseInt(r.borderBottomWidth,10)===e.offsetHeight,ft.removeChild(t)),a}}))}();var te=["Webkit","Moz","ms"],ee=v.createElement("div").style,ie={};function ne(t){var e=L.cssProps[t]||ie[t];return e||(t in ee?t:ie[t]=function(t){for(var e=t[0].toUpperCase()+t.slice(1),i=te.length;i--;)if((t=te[i]+e)in ee)return t}(t)||t)}var re=/^(none|table(?!-c[ea]).+)/,oe={position:"absolute",visibility:"hidden",display:"block"},se={letterSpacing:"0",fontWeight:"400"};function ae(t,e,i){var n=dt.exec(e);return n?Math.max(0,n[2]-(i||0))+(n[3]||"px"):e}function le(t,e,i,n,r,o){var s="width"===e?1:0,a=0,l=0,c=0;if(i===(n?"border":"content"))return 0;for(;s<4;s+=2)"margin"===i&&(c+=L.css(t,i+pt[s],!0,r)),n?("content"===i&&(l-=L.css(t,"padding"+pt[s],!0,r)),"margin"!==i&&(l-=L.css(t,"border"+pt[s]+"Width",!0,r))):(l+=L.css(t,"padding"+pt[s],!0,r),"padding"!==i?l+=L.css(t,"border"+pt[s]+"Width",!0,r):a+=L.css(t,"border"+pt[s]+"Width",!0,r));return!n&&o>=0&&(l+=Math.max(0,Math.ceil(t["offset"+e[0].toUpperCase()+e.slice(1)]-o-l-a-.5))||0),l+c}function ce(t,e,i){var n=Kt(t),r=(!g.boxSizingReliable()||i)&&"border-box"===L.css(t,"boxSizing",!1,n),o=r,s=Zt(t,e,n),a="offset"+e[0].toUpperCase()+e.slice(1);if(Ut.test(s)){if(!i)return s;s="auto"}return(!g.boxSizingReliable()&&r||!g.reliableTrDimensions()&&k(t,"tr")||"auto"===s||!parseFloat(s)&&"inline"===L.css(t,"display",!1,n))&&t.getClientRects().length&&(r="border-box"===L.css(t,"boxSizing",!1,n),(o=a in t)&&(s=t[a])),(s=parseFloat(s)||0)+le(t,e,i||(r?"border":"content"),o,n,s)+"px"}function ue(t,e,i,n,r){return new ue.prototype.init(t,e,i,n,r)}L.extend({cssHooks:{opacity:{get:function(t,e){if(e){var i=Zt(t,"opacity");return""===i?"1":i}}}},cssNumber:{animationIterationCount:!0,aspectRatio:!0,borderImageSlice:!0,columnCount:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,scale:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeMiterlimit:!0,strokeOpacity:!0},cssProps:{},style:function(t,e,i,n){if(t&&3!==t.nodeType&&8!==t.nodeType&&t.style){var r,o,s,a=nt(e),l=Vt.test(e),c=t.style;if(l||(e=ne(a)),s=L.cssHooks[e]||L.cssHooks[a],void 0===i)return s&&"get"in s&&void 0!==(r=s.get(t,!1,n))?r:c[e];"string"===(o=typeof i)&&(r=dt.exec(i))&&r[1]&&(i=bt(t,e,r),o="number"),null!=i&&i==i&&("number"!==o||l||(i+=r&&r[3]||(L.cssNumber[a]?"":"px")),g.clearCloneStyle||""!==i||0!==e.indexOf("background")||(c[e]="inherit"),s&&"set"in s&&void 0===(i=s.set(t,i,n))||(l?c.setProperty(e,i):c[e]=i))}},css:function(t,e,i,n){var r,o,s,a=nt(e);return Vt.test(e)||(e=ne(a)),(s=L.cssHooks[e]||L.cssHooks[a])&&"get"in s&&(r=s.get(t,!0,i)),void 0===r&&(r=Zt(t,e,n)),"normal"===r&&e in se&&(r=se[e]),""===i||i?(o=parseFloat(r),!0===i||isFinite(o)?o||0:r):r}}),L.each(["height","width"],(function(t,e){L.cssHooks[e]={get:function(t,i,n){if(i)return!re.test(L.css(t,"display"))||t.getClientRects().length&&t.getBoundingClientRect().width?ce(t,e,n):$t(t,oe,(function(){return ce(t,e,n)}))},set:function(t,i,n){var r,o=Kt(t),s=!g.scrollboxSize()&&"absolute"===o.position,a=(s||n)&&"border-box"===L.css(t,"boxSizing",!1,o),l=n?le(t,e,n,a,o):0;return a&&s&&(l-=Math.ceil(t["offset"+e[0].toUpperCase()+e.slice(1)]-parseFloat(o[e])-le(t,e,"border",!1,o)-.5)),l&&(r=dt.exec(i))&&"px"!==(r[3]||"px")&&(t.style[e]=i,i=L.css(t,e)),ae(0,i,l)}}})),L.cssHooks.marginLeft=Qt(g.reliableMarginLeft,(function(t,e){if(e)return(parseFloat(Zt(t,"marginLeft"))||t.getBoundingClientRect().left-$t(t,{marginLeft:0},(function(){return t.getBoundingClientRect().left})))+"px"})),L.each({margin:"",padding:"",border:"Width"},(function(t,e){L.cssHooks[t+e]={expand:function(i){for(var n=0,r={},o="string"==typeof i?i.split(" "):[i];n<4;n++)r[t+pt[n]+e]=o[n]||o[n-2]||o[0];return r}},"margin"!==t&&(L.cssHooks[t+e].set=ae)})),L.fn.extend({css:function(t,e){return Q(this,(function(t,e,i){var n,r,o={},s=0;if(Array.isArray(e)){for(n=Kt(t),r=e.length;s<r;s++)o[e[s]]=L.css(t,e[s],!1,n);return o}return void 0!==i?L.style(t,e,i):L.css(t,e)}),t,e,arguments.length>1)}}),L.Tween=ue,ue.prototype={constructor:ue,init:function(t,e,i,n,r,o){this.elem=t,this.prop=i,this.easing=r||L.easing._default,this.options=e,this.start=this.now=this.cur(),this.end=n,this.unit=o||(L.cssNumber[i]?"":"px")},cur:function(){var t=ue.propHooks[this.prop];return t&&t.get?t.get(this):ue.propHooks._default.get(this)},run:function(t){var e,i=ue.propHooks[this.prop];return this.options.duration?this.pos=e=L.easing[this.easing](t,this.options.duration*t,0,1,this.options.duration):this.pos=e=t,this.now=(this.end-this.start)*e+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),i&&i.set?i.set(this):ue.propHooks._default.set(this),this}},ue.prototype.init.prototype=ue.prototype,ue.propHooks={_default:{get:function(t){var e;return 1!==t.elem.nodeType||null!=t.elem[t.prop]&&null==t.elem.style[t.prop]?t.elem[t.prop]:(e=L.css(t.elem,t.prop,""))&&"auto"!==e?e:0},set:function(t){L.fx.step[t.prop]?L.fx.step[t.prop](t):1!==t.elem.nodeType||!L.cssHooks[t.prop]&&null==t.elem.style[ne(t.prop)]?t.elem[t.prop]=t.now:L.style(t.elem,t.prop,t.now+t.unit)}}},ue.propHooks.scrollTop=ue.propHooks.scrollLeft={set:function(t){t.elem.nodeType&&t.elem.parentNode&&(t.elem[t.prop]=t.now)}},L.easing={linear:function(t){return t},swing:function(t){return.5-Math.cos(t*Math.PI)/2},_default:"swing"},L.fx=ue.prototype.init,L.fx.step={};var he,de,pe=/^(?:toggle|show|hide)$/,fe=/queueHooks$/;function me(){de&&(!1===v.hidden&&i.requestAnimationFrame?i.requestAnimationFrame(me):i.setTimeout(me,L.fx.interval),L.fx.tick())}function ge(){return i.setTimeout((function(){he=void 0})),he=Date.now()}function ye(t,e){var i,n=0,r={height:t};for(e=e?1:0;n<4;n+=2-e)r["margin"+(i=pt[n])]=r["padding"+i]=t;return e&&(r.opacity=r.width=t),r}function be(t,e,i){for(var n,r=(ve.tweeners[e]||[]).concat(ve.tweeners["*"]),o=0,s=r.length;o<s;o++)if(n=r[o].call(i,e,t))return n}function ve(t,e,i){var n,r,o=0,s=ve.prefilters.length,a=L.Deferred().always((function(){delete l.elem})),l=function(){if(r)return!1;for(var e=he||ge(),i=Math.max(0,c.startTime+c.duration-e),n=1-(i/c.duration||0),o=0,s=c.tweens.length;o<s;o++)c.tweens[o].run(n);return a.notifyWith(t,[c,n,i]),n<1&&s?i:(s||a.notifyWith(t,[c,1,0]),a.resolveWith(t,[c]),!1)},c=a.promise({elem:t,props:L.extend({},e),opts:L.extend(!0,{specialEasing:{},easing:L.easing._default},i),originalProperties:e,originalOptions:i,startTime:he||ge(),duration:i.duration,tweens:[],createTween:function(e,i){var n=L.Tween(t,c.opts,e,i,c.opts.specialEasing[e]||c.opts.easing);return c.tweens.push(n),n},stop:function(e){var i=0,n=e?c.tweens.length:0;if(r)return this;for(r=!0;i<n;i++)c.tweens[i].run(1);return e?(a.notifyWith(t,[c,1,0]),a.resolveWith(t,[c,e])):a.rejectWith(t,[c,e]),this}}),u=c.props;for(!function(t,e){var i,n,r,o,s;for(i in t)if(r=e[n=nt(i)],o=t[i],Array.isArray(o)&&(r=o[1],o=t[i]=o[0]),i!==n&&(t[n]=o,delete t[i]),(s=L.cssHooks[n])&&"expand"in s)for(i in o=s.expand(o),delete t[n],o)i in t||(t[i]=o[i],e[i]=r);else e[n]=r}(u,c.opts.specialEasing);o<s;o++)if(n=ve.prefilters[o].call(c,t,u,c.opts))return y(n.stop)&&(L._queueHooks(c.elem,c.opts.queue).stop=n.stop.bind(n)),n;return L.map(u,be,c),y(c.opts.start)&&c.opts.start.call(t,c),c.progress(c.opts.progress).done(c.opts.done,c.opts.complete).fail(c.opts.fail).always(c.opts.always),L.fx.timer(L.extend(l,{elem:t,anim:c,queue:c.opts.queue})),c}L.Animation=L.extend(ve,{tweeners:{"*":[function(t,e){var i=this.createTween(t,e);return bt(i.elem,t,dt.exec(e),i),i}]},tweener:function(t,e){y(t)?(e=t,t=["*"]):t=t.match(G);for(var i,n=0,r=t.length;n<r;n++)i=t[n],ve.tweeners[i]=ve.tweeners[i]||[],ve.tweeners[i].unshift(e)},prefilters:[function(t,e,i){var n,r,o,s,a,l,c,u,h="width"in e||"height"in e,d=this,p={},f=t.style,m=t.nodeType&&yt(t),g=st.get(t,"fxshow");for(n in i.queue||(null==(s=L._queueHooks(t,"fx")).unqueued&&(s.unqueued=0,a=s.empty.fire,s.empty.fire=function(){s.unqueued||a()}),s.unqueued++,d.always((function(){d.always((function(){s.unqueued--,L.queue(t,"fx").length||s.empty.fire()}))}))),e)if(r=e[n],pe.test(r)){if(delete e[n],o=o||"toggle"===r,r===(m?"hide":"show")){if("show"!==r||!g||void 0===g[n])continue;m=!0}p[n]=g&&g[n]||L.style(t,n)}if((l=!L.isEmptyObject(e))||!L.isEmptyObject(p))for(n in h&&1===t.nodeType&&(i.overflow=[f.overflow,f.overflowX,f.overflowY],null==(c=g&&g.display)&&(c=st.get(t,"display")),"none"===(u=L.css(t,"display"))&&(c?u=c:(xt([t],!0),c=t.style.display||c,u=L.css(t,"display"),xt([t]))),("inline"===u||"inline-block"===u&&null!=c)&&"none"===L.css(t,"float")&&(l||(d.done((function(){f.display=c})),null==c&&(u=f.display,c="none"===u?"":u)),f.display="inline-block")),i.overflow&&(f.overflow="hidden",d.always((function(){f.overflow=i.overflow[0],f.overflowX=i.overflow[1],f.overflowY=i.overflow[2]}))),l=!1,p)l||(g?"hidden"in g&&(m=g.hidden):g=st.access(t,"fxshow",{display:c}),o&&(g.hidden=!m),m&&xt([t],!0),d.done((function(){for(n in m||xt([t]),st.remove(t,"fxshow"),p)L.style(t,n,p[n])}))),l=be(m?g[n]:0,n,d),n in g||(g[n]=l.start,m&&(l.end=l.start,l.start=0))}],prefilter:function(t,e){e?ve.prefilters.unshift(t):ve.prefilters.push(t)}}),L.speed=function(t,e,i){var n=t&&"object"==typeof t?L.extend({},t):{complete:i||!i&&e||y(t)&&t,duration:t,easing:i&&e||e&&!y(e)&&e};return L.fx.off?n.duration=0:"number"!=typeof n.duration&&(n.duration in L.fx.speeds?n.duration=L.fx.speeds[n.duration]:n.duration=L.fx.speeds._default),null!=n.queue&&!0!==n.queue||(n.queue="fx"),n.old=n.complete,n.complete=function(){y(n.old)&&n.old.call(this),n.queue&&L.dequeue(this,n.queue)},n},L.fn.extend({fadeTo:function(t,e,i,n){return this.filter(yt).css("opacity",0).show().end().animate({opacity:e},t,i,n)},animate:function(t,e,i,n){var r=L.isEmptyObject(t),o=L.speed(e,i,n),s=function(){var e=ve(this,L.extend({},t),o);(r||st.get(this,"finish"))&&e.stop(!0)};return s.finish=s,r||!1===o.queue?this.each(s):this.queue(o.queue,s)},stop:function(t,e,i){var n=function(t){var e=t.stop;delete t.stop,e(i)};return"string"!=typeof t&&(i=e,e=t,t=void 0),e&&this.queue(t||"fx",[]),this.each((function(){var e=!0,r=null!=t&&t+"queueHooks",o=L.timers,s=st.get(this);if(r)s[r]&&s[r].stop&&n(s[r]);else for(r in s)s[r]&&s[r].stop&&fe.test(r)&&n(s[r]);for(r=o.length;r--;)o[r].elem!==this||null!=t&&o[r].queue!==t||(o[r].anim.stop(i),e=!1,o.splice(r,1));!e&&i||L.dequeue(this,t)}))},finish:function(t){return!1!==t&&(t=t||"fx"),this.each((function(){var e,i=st.get(this),n=i[t+"queue"],r=i[t+"queueHooks"],o=L.timers,s=n?n.length:0;for(i.finish=!0,L.queue(this,t,[]),r&&r.stop&&r.stop.call(this,!0),e=o.length;e--;)o[e].elem===this&&o[e].queue===t&&(o[e].anim.stop(!0),o.splice(e,1));for(e=0;e<s;e++)n[e]&&n[e].finish&&n[e].finish.call(this);delete i.finish}))}}),L.each(["toggle","show","hide"],(function(t,e){var i=L.fn[e];L.fn[e]=function(t,n,r){return null==t||"boolean"==typeof t?i.apply(this,arguments):this.animate(ye(e,!0),t,n,r)}})),L.each({slideDown:ye("show"),slideUp:ye("hide"),slideToggle:ye("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},(function(t,e){L.fn[t]=function(t,i,n){return this.animate(e,t,i,n)}})),L.timers=[],L.fx.tick=function(){var t,e=0,i=L.timers;for(he=Date.now();e<i.length;e++)(t=i[e])()||i[e]!==t||i.splice(e--,1);i.length||L.fx.stop(),he=void 0},L.fx.timer=function(t){L.timers.push(t),L.fx.start()},L.fx.interval=13,L.fx.start=function(){de||(de=!0,me())},L.fx.stop=function(){de=null},L.fx.speeds={slow:600,fast:200,_default:400},L.fn.delay=function(t,e){return t=L.fx&&L.fx.speeds[t]||t,e=e||"fx",this.queue(e,(function(e,n){var r=i.setTimeout(e,t);n.stop=function(){i.clearTimeout(r)}}))},function(){var t=v.createElement("input"),e=v.createElement("select").appendChild(v.createElement("option"));t.type="checkbox",g.checkOn=""!==t.value,g.optSelected=e.selected,(t=v.createElement("input")).value="t",t.type="radio",g.radioValue="t"===t.value}();var Me,xe=L.expr.attrHandle;L.fn.extend({attr:function(t,e){return Q(this,L.attr,t,e,arguments.length>1)},removeAttr:function(t){return this.each((function(){L.removeAttr(this,t)}))}}),L.extend({attr:function(t,e,i){var n,r,o=t.nodeType;if(3!==o&&8!==o&&2!==o)return void 0===t.getAttribute?L.prop(t,e,i):(1===o&&L.isXMLDoc(t)||(r=L.attrHooks[e.toLowerCase()]||(L.expr.match.bool.test(e)?Me:void 0)),void 0!==i?null===i?void L.removeAttr(t,e):r&&"set"in r&&void 0!==(n=r.set(t,i,e))?n:(t.setAttribute(e,i+""),i):r&&"get"in r&&null!==(n=r.get(t,e))?n:null==(n=L.find.attr(t,e))?void 0:n)},attrHooks:{type:{set:function(t,e){if(!g.radioValue&&"radio"===e&&k(t,"input")){var i=t.value;return t.setAttribute("type",e),i&&(t.value=i),e}}}},removeAttr:function(t,e){var i,n=0,r=e&&e.match(G);if(r&&1===t.nodeType)for(;i=r[n++];)t.removeAttribute(i)}}),Me={set:function(t,e,i){return!1===e?L.removeAttr(t,i):t.setAttribute(i,i),i}},L.each(L.expr.match.bool.source.match(/\w+/g),(function(t,e){var i=xe[e]||L.find.attr;xe[e]=function(t,e,n){var r,o,s=e.toLowerCase();return n||(o=xe[s],xe[s]=r,r=null!=i(t,e,n)?s:null,xe[s]=o),r}}));var _e=/^(?:input|select|textarea|button)$/i,Ae=/^(?:a|area)$/i;function Le(t){return(t.match(G)||[]).join(" ")}function we(t){return t.getAttribute&&t.getAttribute("class")||""}function ke(t){return Array.isArray(t)?t:"string"==typeof t&&t.match(G)||[]}L.fn.extend({prop:function(t,e){return Q(this,L.prop,t,e,arguments.length>1)},removeProp:function(t){return this.each((function(){delete this[L.propFix[t]||t]}))}}),L.extend({prop:function(t,e,i){var n,r,o=t.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&L.isXMLDoc(t)||(e=L.propFix[e]||e,r=L.propHooks[e]),void 0!==i?r&&"set"in r&&void 0!==(n=r.set(t,i,e))?n:t[e]=i:r&&"get"in r&&null!==(n=r.get(t,e))?n:t[e]},propHooks:{tabIndex:{get:function(t){var e=L.find.attr(t,"tabindex");return e?parseInt(e,10):_e.test(t.nodeName)||Ae.test(t.nodeName)&&t.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),g.optSelected||(L.propHooks.selected={get:function(t){var e=t.parentNode;return e&&e.parentNode&&e.parentNode.selectedIndex,null},set:function(t){var e=t.parentNode;e&&(e.selectedIndex,e.parentNode&&e.parentNode.selectedIndex)}}),L.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){L.propFix[this.toLowerCase()]=this})),L.fn.extend({addClass:function(t){var e,i,n,r,o,s;return y(t)?this.each((function(e){L(this).addClass(t.call(this,e,we(this)))})):(e=ke(t)).length?this.each((function(){if(n=we(this),i=1===this.nodeType&&" "+Le(n)+" "){for(o=0;o<e.length;o++)r=e[o],i.indexOf(" "+r+" ")<0&&(i+=r+" ");s=Le(i),n!==s&&this.setAttribute("class",s)}})):this},removeClass:function(t){var e,i,n,r,o,s;return y(t)?this.each((function(e){L(this).removeClass(t.call(this,e,we(this)))})):arguments.length?(e=ke(t)).length?this.each((function(){if(n=we(this),i=1===this.nodeType&&" "+Le(n)+" "){for(o=0;o<e.length;o++)for(r=e[o];i.indexOf(" "+r+" ")>-1;)i=i.replace(" "+r+" "," ");s=Le(i),n!==s&&this.setAttribute("class",s)}})):this:this.attr("class","")},toggleClass:function(t,e){var i,n,r,o,s=typeof t,a="string"===s||Array.isArray(t);return y(t)?this.each((function(i){L(this).toggleClass(t.call(this,i,we(this),e),e)})):"boolean"==typeof e&&a?e?this.addClass(t):this.removeClass(t):(i=ke(t),this.each((function(){if(a)for(o=L(this),r=0;r<i.length;r++)n=i[r],o.hasClass(n)?o.removeClass(n):o.addClass(n);else void 0!==t&&"boolean"!==s||((n=we(this))&&st.set(this,"__className__",n),this.setAttribute&&this.setAttribute("class",n||!1===t?"":st.get(this,"__className__")||""))})))},hasClass:function(t){var e,i,n=0;for(e=" "+t+" ";i=this[n++];)if(1===i.nodeType&&(" "+Le(we(i))+" ").indexOf(e)>-1)return!0;return!1}});var Se=/\r/g;L.fn.extend({val:function(t){var e,i,n,r=this[0];return arguments.length?(n=y(t),this.each((function(i){var r;1===this.nodeType&&(null==(r=n?t.call(this,i,L(this).val()):t)?r="":"number"==typeof r?r+="":Array.isArray(r)&&(r=L.map(r,(function(t){return null==t?"":t+""}))),(e=L.valHooks[this.type]||L.valHooks[this.nodeName.toLowerCase()])&&"set"in e&&void 0!==e.set(this,r,"value")||(this.value=r))}))):r?(e=L.valHooks[r.type]||L.valHooks[r.nodeName.toLowerCase()])&&"get"in e&&void 0!==(i=e.get(r,"value"))?i:"string"==typeof(i=r.value)?i.replace(Se,""):null==i?"":i:void 0}}),L.extend({valHooks:{option:{get:function(t){var e=L.find.attr(t,"value");return null!=e?e:Le(L.text(t))}},select:{get:function(t){var e,i,n,r=t.options,o=t.selectedIndex,s="select-one"===t.type,a=s?null:[],l=s?o+1:r.length;for(n=o<0?l:s?o:0;n<l;n++)if(((i=r[n]).selected||n===o)&&!i.disabled&&(!i.parentNode.disabled||!k(i.parentNode,"optgroup"))){if(e=L(i).val(),s)return e;a.push(e)}return a},set:function(t,e){for(var i,n,r=t.options,o=L.makeArray(e),s=r.length;s--;)((n=r[s]).selected=L.inArray(L.valHooks.option.get(n),o)>-1)&&(i=!0);return i||(t.selectedIndex=-1),o}}}}),L.each(["radio","checkbox"],(function(){L.valHooks[this]={set:function(t,e){if(Array.isArray(e))return t.checked=L.inArray(L(t).val(),e)>-1}},g.checkOn||(L.valHooks[this].get=function(t){return null===t.getAttribute("value")?"on":t.value})}));var Te=i.location,Oe={guid:Date.now()},Ce=/\?/;L.parseXML=function(t){var e,n;if(!t||"string"!=typeof t)return null;try{e=(new i.DOMParser).parseFromString(t,"text/xml")}catch(t){}return n=e&&e.getElementsByTagName("parsererror")[0],e&&!n||L.error("Invalid XML: "+(n?L.map(n.childNodes,(function(t){return t.textContent})).join("\n"):t)),e};var je=/^(?:focusinfocus|focusoutblur)$/,ze=function(t){t.stopPropagation()};L.extend(L.event,{trigger:function(t,e,n,r){var o,s,a,l,c,u,h,d,f=[n||v],m=p.call(t,"type")?t.type:t,g=p.call(t,"namespace")?t.namespace.split("."):[];if(s=d=a=n=n||v,3!==n.nodeType&&8!==n.nodeType&&!je.test(m+L.event.triggered)&&(m.indexOf(".")>-1&&(g=m.split("."),m=g.shift(),g.sort()),c=m.indexOf(":")<0&&"on"+m,(t=t[L.expando]?t:new L.Event(m,"object"==typeof t&&t)).isTrigger=r?2:3,t.namespace=g.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+g.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=n),e=null==e?[t]:L.makeArray(e,[t]),h=L.event.special[m]||{},r||!h.trigger||!1!==h.trigger.apply(n,e))){if(!r&&!h.noBubble&&!b(n)){for(l=h.delegateType||m,je.test(l+m)||(s=s.parentNode);s;s=s.parentNode)f.push(s),a=s;a===(n.ownerDocument||v)&&f.push(a.defaultView||a.parentWindow||i)}for(o=0;(s=f[o++])&&!t.isPropagationStopped();)d=s,t.type=o>1?l:h.bindType||m,(u=(st.get(s,"events")||Object.create(null))[t.type]&&st.get(s,"handle"))&&u.apply(s,e),(u=c&&s[c])&&u.apply&&rt(s)&&(t.result=u.apply(s,e),!1===t.result&&t.preventDefault());return t.type=m,r||t.isDefaultPrevented()||h._default&&!1!==h._default.apply(f.pop(),e)||!rt(n)||c&&y(n[m])&&!b(n)&&((a=n[c])&&(n[c]=null),L.event.triggered=m,t.isPropagationStopped()&&d.addEventListener(m,ze),n[m](),t.isPropagationStopped()&&d.removeEventListener(m,ze),L.event.triggered=void 0,a&&(n[c]=a)),t.result}},simulate:function(t,e,i){var n=L.extend(new L.Event,i,{type:t,isSimulated:!0});L.event.trigger(n,null,e)}}),L.fn.extend({trigger:function(t,e){return this.each((function(){L.event.trigger(t,e,this)}))},triggerHandler:function(t,e){var i=this[0];if(i)return L.event.trigger(t,e,i,!0)}});var Pe=/\[\]$/,De=/\r?\n/g,Ee=/^(?:submit|button|image|reset|file)$/i,Ne=/^(?:input|select|textarea|keygen)/i;function Ye(t,e,i,n){var r;if(Array.isArray(e))L.each(e,(function(e,r){i||Pe.test(t)?n(t,r):Ye(t+"["+("object"==typeof r&&null!=r?e:"")+"]",r,i,n)}));else if(i||"object"!==_(e))n(t,e);else for(r in e)Ye(t+"["+r+"]",e[r],i,n)}L.param=function(t,e){var i,n=[],r=function(t,e){var i=y(e)?e():e;n[n.length]=encodeURIComponent(t)+"="+encodeURIComponent(null==i?"":i)};if(null==t)return"";if(Array.isArray(t)||t.jquery&&!L.isPlainObject(t))L.each(t,(function(){r(this.name,this.value)}));else for(i in t)Ye(i,t[i],e,r);return n.join("&")},L.fn.extend({serialize:function(){return L.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var t=L.prop(this,"elements");return t?L.makeArray(t):this})).filter((function(){var t=this.type;return this.name&&!L(this).is(":disabled")&&Ne.test(this.nodeName)&&!Ee.test(t)&&(this.checked||!Lt.test(t))})).map((function(t,e){var i=L(this).val();return null==i?null:Array.isArray(i)?L.map(i,(function(t){return{name:e.name,value:t.replace(De,"\r\n")}})):{name:e.name,value:i.replace(De,"\r\n")}})).get()}});var Be=/%20/g,We=/#.*$/,Re=/([?&])_=[^&]*/,He=/^(.*?):[ \t]*([^\r\n]*)$/gm,Ie=/^(?:GET|HEAD)$/,Xe=/^\/\//,qe={},Fe={},Ge="*/".concat("*"),Ue=v.createElement("a");function Ve(t){return function(e,i){"string"!=typeof e&&(i=e,e="*");var n,r=0,o=e.toLowerCase().match(G)||[];if(y(i))for(;n=o[r++];)"+"===n[0]?(n=n.slice(1)||"*",(t[n]=t[n]||[]).unshift(i)):(t[n]=t[n]||[]).push(i)}}function Ke(t,e,i,n){var r={},o=t===Fe;function s(a){var l;return r[a]=!0,L.each(t[a]||[],(function(t,a){var c=a(e,i,n);return"string"!=typeof c||o||r[c]?o?!(l=c):void 0:(e.dataTypes.unshift(c),s(c),!1)})),l}return s(e.dataTypes[0])||!r["*"]&&s("*")}function $e(t,e){var i,n,r=L.ajaxSettings.flatOptions||{};for(i in e)void 0!==e[i]&&((r[i]?t:n||(n={}))[i]=e[i]);return n&&L.extend(!0,t,n),t}Ue.href=Te.href,L.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Te.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(Te.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Ge,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":L.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(t,e){return e?$e($e(t,L.ajaxSettings),e):$e(L.ajaxSettings,t)},ajaxPrefilter:Ve(qe),ajaxTransport:Ve(Fe),ajax:function(t,e){"object"==typeof t&&(e=t,t=void 0),e=e||{};var n,r,o,s,a,l,c,u,h,d,p=L.ajaxSetup({},e),f=p.context||p,m=p.context&&(f.nodeType||f.jquery)?L(f):L.event,g=L.Deferred(),y=L.Callbacks("once memory"),b=p.statusCode||{},M={},x={},_="canceled",A={readyState:0,getResponseHeader:function(t){var e;if(c){if(!s)for(s={};e=He.exec(o);)s[e[1].toLowerCase()+" "]=(s[e[1].toLowerCase()+" "]||[]).concat(e[2]);e=s[t.toLowerCase()+" "]}return null==e?null:e.join(", ")},getAllResponseHeaders:function(){return c?o:null},setRequestHeader:function(t,e){return null==c&&(t=x[t.toLowerCase()]=x[t.toLowerCase()]||t,M[t]=e),this},overrideMimeType:function(t){return null==c&&(p.mimeType=t),this},statusCode:function(t){var e;if(t)if(c)A.always(t[A.status]);else for(e in t)b[e]=[b[e],t[e]];return this},abort:function(t){var e=t||_;return n&&n.abort(e),w(0,e),this}};if(g.promise(A),p.url=((t||p.url||Te.href)+"").replace(Xe,Te.protocol+"//"),p.type=e.method||e.type||p.method||p.type,p.dataTypes=(p.dataType||"*").toLowerCase().match(G)||[""],null==p.crossDomain){l=v.createElement("a");try{l.href=p.url,l.href=l.href,p.crossDomain=Ue.protocol+"//"+Ue.host!=l.protocol+"//"+l.host}catch(t){p.crossDomain=!0}}if(p.data&&p.processData&&"string"!=typeof p.data&&(p.data=L.param(p.data,p.traditional)),Ke(qe,p,e,A),c)return A;for(h in(u=L.event&&p.global)&&0==L.active++&&L.event.trigger("ajaxStart"),p.type=p.type.toUpperCase(),p.hasContent=!Ie.test(p.type),r=p.url.replace(We,""),p.hasContent?p.data&&p.processData&&0===(p.contentType||"").indexOf("application/x-www-form-urlencoded")&&(p.data=p.data.replace(Be,"+")):(d=p.url.slice(r.length),p.data&&(p.processData||"string"==typeof p.data)&&(r+=(Ce.test(r)?"&":"?")+p.data,delete p.data),!1===p.cache&&(r=r.replace(Re,"$1"),d=(Ce.test(r)?"&":"?")+"_="+Oe.guid+++d),p.url=r+d),p.ifModified&&(L.lastModified[r]&&A.setRequestHeader("If-Modified-Since",L.lastModified[r]),L.etag[r]&&A.setRequestHeader("If-None-Match",L.etag[r])),(p.data&&p.hasContent&&!1!==p.contentType||e.contentType)&&A.setRequestHeader("Content-Type",p.contentType),A.setRequestHeader("Accept",p.dataTypes[0]&&p.accepts[p.dataTypes[0]]?p.accepts[p.dataTypes[0]]+("*"!==p.dataTypes[0]?", "+Ge+"; q=0.01":""):p.accepts["*"]),p.headers)A.setRequestHeader(h,p.headers[h]);if(p.beforeSend&&(!1===p.beforeSend.call(f,A,p)||c))return A.abort();if(_="abort",y.add(p.complete),A.done(p.success),A.fail(p.error),n=Ke(Fe,p,e,A)){if(A.readyState=1,u&&m.trigger("ajaxSend",[A,p]),c)return A;p.async&&p.timeout>0&&(a=i.setTimeout((function(){A.abort("timeout")}),p.timeout));try{c=!1,n.send(M,w)}catch(t){if(c)throw t;w(-1,t)}}else w(-1,"No Transport");function w(t,e,s,l){var h,d,v,M,x,_=e;c||(c=!0,a&&i.clearTimeout(a),n=void 0,o=l||"",A.readyState=t>0?4:0,h=t>=200&&t<300||304===t,s&&(M=function(t,e,i){for(var n,r,o,s,a=t.contents,l=t.dataTypes;"*"===l[0];)l.shift(),void 0===n&&(n=t.mimeType||e.getResponseHeader("Content-Type"));if(n)for(r in a)if(a[r]&&a[r].test(n)){l.unshift(r);break}if(l[0]in i)o=l[0];else{for(r in i){if(!l[0]||t.converters[r+" "+l[0]]){o=r;break}s||(s=r)}o=o||s}if(o)return o!==l[0]&&l.unshift(o),i[o]}(p,A,s)),!h&&L.inArray("script",p.dataTypes)>-1&&L.inArray("json",p.dataTypes)<0&&(p.converters["text script"]=function(){}),M=function(t,e,i,n){var r,o,s,a,l,c={},u=t.dataTypes.slice();if(u[1])for(s in t.converters)c[s.toLowerCase()]=t.converters[s];for(o=u.shift();o;)if(t.responseFields[o]&&(i[t.responseFields[o]]=e),!l&&n&&t.dataFilter&&(e=t.dataFilter(e,t.dataType)),l=o,o=u.shift())if("*"===o)o=l;else if("*"!==l&&l!==o){if(!(s=c[l+" "+o]||c["* "+o]))for(r in c)if((a=r.split(" "))[1]===o&&(s=c[l+" "+a[0]]||c["* "+a[0]])){!0===s?s=c[r]:!0!==c[r]&&(o=a[0],u.unshift(a[1]));break}if(!0!==s)if(s&&t.throws)e=s(e);else try{e=s(e)}catch(t){return{state:"parsererror",error:s?t:"No conversion from "+l+" to "+o}}}return{state:"success",data:e}}(p,M,A,h),h?(p.ifModified&&((x=A.getResponseHeader("Last-Modified"))&&(L.lastModified[r]=x),(x=A.getResponseHeader("etag"))&&(L.etag[r]=x)),204===t||"HEAD"===p.type?_="nocontent":304===t?_="notmodified":(_=M.state,d=M.data,h=!(v=M.error))):(v=_,!t&&_||(_="error",t<0&&(t=0))),A.status=t,A.statusText=(e||_)+"",h?g.resolveWith(f,[d,_,A]):g.rejectWith(f,[A,_,v]),A.statusCode(b),b=void 0,u&&m.trigger(h?"ajaxSuccess":"ajaxError",[A,p,h?d:v]),y.fireWith(f,[A,_]),u&&(m.trigger("ajaxComplete",[A,p]),--L.active||L.event.trigger("ajaxStop")))}return A},getJSON:function(t,e,i){return L.get(t,e,i,"json")},getScript:function(t,e){return L.get(t,void 0,e,"script")}}),L.each(["get","post"],(function(t,e){L[e]=function(t,i,n,r){return y(i)&&(r=r||n,n=i,i=void 0),L.ajax(L.extend({url:t,type:e,dataType:r,data:i,success:n},L.isPlainObject(t)&&t))}})),L.ajaxPrefilter((function(t){var e;for(e in t.headers)"content-type"===e.toLowerCase()&&(t.contentType=t.headers[e]||"")})),L._evalUrl=function(t,e,i){return L.ajax({url:t,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(t){L.globalEval(t,e,i)}})},L.fn.extend({wrapAll:function(t){var e;return this[0]&&(y(t)&&(t=t.call(this[0])),e=L(t,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&e.insertBefore(this[0]),e.map((function(){for(var t=this;t.firstElementChild;)t=t.firstElementChild;return t})).append(this)),this},wrapInner:function(t){return y(t)?this.each((function(e){L(this).wrapInner(t.call(this,e))})):this.each((function(){var e=L(this),i=e.contents();i.length?i.wrapAll(t):e.append(t)}))},wrap:function(t){var e=y(t);return this.each((function(i){L(this).wrapAll(e?t.call(this,i):t)}))},unwrap:function(t){return this.parent(t).not("body").each((function(){L(this).replaceWith(this.childNodes)})),this}}),L.expr.pseudos.hidden=function(t){return!L.expr.pseudos.visible(t)},L.expr.pseudos.visible=function(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)},L.ajaxSettings.xhr=function(){try{return new i.XMLHttpRequest}catch(t){}};var Je={0:200,1223:204},Ze=L.ajaxSettings.xhr();g.cors=!!Ze&&"withCredentials"in Ze,g.ajax=Ze=!!Ze,L.ajaxTransport((function(t){var e,n;if(g.cors||Ze&&!t.crossDomain)return{send:function(r,o){var s,a=t.xhr();if(a.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(s in t.xhrFields)a[s]=t.xhrFields[s];for(s in t.mimeType&&a.overrideMimeType&&a.overrideMimeType(t.mimeType),t.crossDomain||r["X-Requested-With"]||(r["X-Requested-With"]="XMLHttpRequest"),r)a.setRequestHeader(s,r[s]);e=function(t){return function(){e&&(e=n=a.onload=a.onerror=a.onabort=a.ontimeout=a.onreadystatechange=null,"abort"===t?a.abort():"error"===t?"number"!=typeof a.status?o(0,"error"):o(a.status,a.statusText):o(Je[a.status]||a.status,a.statusText,"text"!==(a.responseType||"text")||"string"!=typeof a.responseText?{binary:a.response}:{text:a.responseText},a.getAllResponseHeaders()))}},a.onload=e(),n=a.onerror=a.ontimeout=e("error"),void 0!==a.onabort?a.onabort=n:a.onreadystatechange=function(){4===a.readyState&&i.setTimeout((function(){e&&n()}))},e=e("abort");try{a.send(t.hasContent&&t.data||null)}catch(t){if(e)throw t}},abort:function(){e&&e()}}})),L.ajaxPrefilter((function(t){t.crossDomain&&(t.contents.script=!1)})),L.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(t){return L.globalEval(t),t}}}),L.ajaxPrefilter("script",(function(t){void 0===t.cache&&(t.cache=!1),t.crossDomain&&(t.type="GET")})),L.ajaxTransport("script",(function(t){var e,i;if(t.crossDomain||t.scriptAttrs)return{send:function(n,r){e=L("<script>").attr(t.scriptAttrs||{}).prop({charset:t.scriptCharset,src:t.url}).on("load error",i=function(t){e.remove(),i=null,t&&r("error"===t.type?404:200,t.type)}),v.head.appendChild(e[0])},abort:function(){i&&i()}}}));var Qe,ti=[],ei=/(=)\?(?=&|$)|\?\?/;L.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var t=ti.pop()||L.expando+"_"+Oe.guid++;return this[t]=!0,t}}),L.ajaxPrefilter("json jsonp",(function(t,e,n){var r,o,s,a=!1!==t.jsonp&&(ei.test(t.url)?"url":"string"==typeof t.data&&0===(t.contentType||"").indexOf("application/x-www-form-urlencoded")&&ei.test(t.data)&&"data");if(a||"jsonp"===t.dataTypes[0])return r=t.jsonpCallback=y(t.jsonpCallback)?t.jsonpCallback():t.jsonpCallback,a?t[a]=t[a].replace(ei,"$1"+r):!1!==t.jsonp&&(t.url+=(Ce.test(t.url)?"&":"?")+t.jsonp+"="+r),t.converters["script json"]=function(){return s||L.error(r+" was not called"),s[0]},t.dataTypes[0]="json",o=i[r],i[r]=function(){s=arguments},n.always((function(){void 0===o?L(i).removeProp(r):i[r]=o,t[r]&&(t.jsonpCallback=e.jsonpCallback,ti.push(r)),s&&y(o)&&o(s[0]),s=o=void 0})),"script"})),g.createHTMLDocument=((Qe=v.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===Qe.childNodes.length),L.parseHTML=function(t,e,i){return"string"!=typeof t?[]:("boolean"==typeof e&&(i=e,e=!1),e||(g.createHTMLDocument?((n=(e=v.implementation.createHTMLDocument("")).createElement("base")).href=v.location.href,e.head.appendChild(n)):e=v),o=!i&&[],(r=W.exec(t))?[e.createElement(r[1])]:(r=jt([t],e,o),o&&o.length&&L(o).remove(),L.merge([],r.childNodes)));var n,r,o},L.fn.load=function(t,e,i){var n,r,o,s=this,a=t.indexOf(" ");return a>-1&&(n=Le(t.slice(a)),t=t.slice(0,a)),y(e)?(i=e,e=void 0):e&&"object"==typeof e&&(r="POST"),s.length>0&&L.ajax({url:t,type:r||"GET",dataType:"html",data:e}).done((function(t){o=arguments,s.html(n?L("<div>").append(L.parseHTML(t)).find(n):t)})).always(i&&function(t,e){s.each((function(){i.apply(this,o||[t.responseText,e,t])}))}),this},L.expr.pseudos.animated=function(t){return L.grep(L.timers,(function(e){return t===e.elem})).length},L.offset={setOffset:function(t,e,i){var n,r,o,s,a,l,c=L.css(t,"position"),u=L(t),h={};"static"===c&&(t.style.position="relative"),a=u.offset(),o=L.css(t,"top"),l=L.css(t,"left"),("absolute"===c||"fixed"===c)&&(o+l).indexOf("auto")>-1?(s=(n=u.position()).top,r=n.left):(s=parseFloat(o)||0,r=parseFloat(l)||0),y(e)&&(e=e.call(t,i,L.extend({},a))),null!=e.top&&(h.top=e.top-a.top+s),null!=e.left&&(h.left=e.left-a.left+r),"using"in e?e.using.call(t,h):u.css(h)}},L.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each((function(e){L.offset.setOffset(this,t,e)}));var e,i,n=this[0];return n?n.getClientRects().length?(e=n.getBoundingClientRect(),i=n.ownerDocument.defaultView,{top:e.top+i.pageYOffset,left:e.left+i.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var t,e,i,n=this[0],r={top:0,left:0};if("fixed"===L.css(n,"position"))e=n.getBoundingClientRect();else{for(e=this.offset(),i=n.ownerDocument,t=n.offsetParent||i.documentElement;t&&(t===i.body||t===i.documentElement)&&"static"===L.css(t,"position");)t=t.parentNode;t&&t!==n&&1===t.nodeType&&((r=L(t).offset()).top+=L.css(t,"borderTopWidth",!0),r.left+=L.css(t,"borderLeftWidth",!0))}return{top:e.top-r.top-L.css(n,"marginTop",!0),left:e.left-r.left-L.css(n,"marginLeft",!0)}}},offsetParent:function(){return this.map((function(){for(var t=this.offsetParent;t&&"static"===L.css(t,"position");)t=t.offsetParent;return t||ft}))}}),L.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},(function(t,e){var i="pageYOffset"===e;L.fn[t]=function(n){return Q(this,(function(t,n,r){var o;if(b(t)?o=t:9===t.nodeType&&(o=t.defaultView),void 0===r)return o?o[e]:t[n];o?o.scrollTo(i?o.pageXOffset:r,i?r:o.pageYOffset):t[n]=r}),t,n,arguments.length)}})),L.each(["top","left"],(function(t,e){L.cssHooks[e]=Qt(g.pixelPosition,(function(t,i){if(i)return i=Zt(t,e),Ut.test(i)?L(t).position()[e]+"px":i}))})),L.each({Height:"height",Width:"width"},(function(t,e){L.each({padding:"inner"+t,content:e,"":"outer"+t},(function(i,n){L.fn[n]=function(r,o){var s=arguments.length&&(i||"boolean"!=typeof r),a=i||(!0===r||!0===o?"margin":"border");return Q(this,(function(e,i,r){var o;return b(e)?0===n.indexOf("outer")?e["inner"+t]:e.document.documentElement["client"+t]:9===e.nodeType?(o=e.documentElement,Math.max(e.body["scroll"+t],o["scroll"+t],e.body["offset"+t],o["offset"+t],o["client"+t])):void 0===r?L.css(e,i,a):L.style(e,i,r,a)}),e,s?r:void 0,s)}}))})),L.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],(function(t,e){L.fn[e]=function(t){return this.on(e,t)}})),L.fn.extend({bind:function(t,e,i){return this.on(t,null,e,i)},unbind:function(t,e){return this.off(t,null,e)},delegate:function(t,e,i,n){return this.on(e,t,i,n)},undelegate:function(t,e,i){return 1===arguments.length?this.off(t,"**"):this.off(e,t||"**",i)},hover:function(t,e){return this.on("mouseenter",t).on("mouseleave",e||t)}}),L.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),(function(t,e){L.fn[e]=function(t,i){return arguments.length>0?this.on(e,null,t,i):this.trigger(e)}}));var ii=/^[\s\uFEFF\xA0]+|([^\s\uFEFF\xA0])[\s\uFEFF\xA0]+$/g;L.proxy=function(t,e){var i,n,r;if("string"==typeof e&&(i=t[e],e=t,t=i),y(t))return n=a.call(arguments,2),(r=function(){return t.apply(e||this,n.concat(a.call(arguments)))}).guid=t.guid=t.guid||L.guid++,r},L.holdReady=function(t){t?L.readyWait++:L.ready(!0)},L.isArray=Array.isArray,L.parseJSON=JSON.parse,L.nodeName=k,L.isFunction=y,L.isWindow=b,L.camelCase=nt,L.type=_,L.now=Date.now,L.isNumeric=function(t){var e=L.type(t);return("number"===e||"string"===e)&&!isNaN(t-parseFloat(t))},L.trim=function(t){return null==t?"":(t+"").replace(ii,"$1")},void 0===(n=function(){return L}.apply(e,[]))||(t.exports=n);var ni=i.jQuery,ri=i.$;return L.noConflict=function(t){return i.$===L&&(i.$=ri),t&&i.jQuery===L&&(i.jQuery=ni),L},void 0===r&&(i.jQuery=i.$=L),L}))},"./node_modules/lodash/_Hash.js":function(t,e,i){var n=i("./node_modules/lodash/_hashClear.js"),r=i("./node_modules/lodash/_hashDelete.js"),o=i("./node_modules/lodash/_hashGet.js"),s=i("./node_modules/lodash/_hashHas.js"),a=i("./node_modules/lodash/_hashSet.js");function l(t){var e=-1,i=null==t?0:t.length;for(this.clear();++e<i;){var n=t[e];this.set(n[0],n[1])}}l.prototype.clear=n,l.prototype.delete=r,l.prototype.get=o,l.prototype.has=s,l.prototype.set=a,t.exports=l},"./node_modules/lodash/_ListCache.js":function(t,e,i){var n=i("./node_modules/lodash/_listCacheClear.js"),r=i("./node_modules/lodash/_listCacheDelete.js"),o=i("./node_modules/lodash/_listCacheGet.js"),s=i("./node_modules/lodash/_listCacheHas.js"),a=i("./node_modules/lodash/_listCacheSet.js");function l(t){var e=-1,i=null==t?0:t.length;for(this.clear();++e<i;){var n=t[e];this.set(n[0],n[1])}}l.prototype.clear=n,l.prototype.delete=r,l.prototype.get=o,l.prototype.has=s,l.prototype.set=a,t.exports=l},"./node_modules/lodash/_Map.js":function(t,e,i){var n=i("./node_modules/lodash/_getNative.js")(i("./node_modules/lodash/_root.js"),"Map");t.exports=n},"./node_modules/lodash/_MapCache.js":function(t,e,i){var n=i("./node_modules/lodash/_mapCacheClear.js"),r=i("./node_modules/lodash/_mapCacheDelete.js"),o=i("./node_modules/lodash/_mapCacheGet.js"),s=i("./node_modules/lodash/_mapCacheHas.js"),a=i("./node_modules/lodash/_mapCacheSet.js");function l(t){var e=-1,i=null==t?0:t.length;for(this.clear();++e<i;){var n=t[e];this.set(n[0],n[1])}}l.prototype.clear=n,l.prototype.delete=r,l.prototype.get=o,l.prototype.has=s,l.prototype.set=a,t.exports=l},"./node_modules/lodash/_Symbol.js":function(t,e,i){var n=i("./node_modules/lodash/_root.js").Symbol;t.exports=n},"./node_modules/lodash/_arrayMap.js":function(t,e){t.exports=function(t,e){for(var i=-1,n=null==t?0:t.length,r=Array(n);++i<n;)r[i]=e(t[i],i,t);return r}},"./node_modules/lodash/_assocIndexOf.js":function(t,e,i){var n=i("./node_modules/lodash/eq.js");t.exports=function(t,e){for(var i=t.length;i--;)if(n(t[i][0],e))return i;return-1}},"./node_modules/lodash/_baseGet.js":function(t,e,i){var n=i("./node_modules/lodash/_castPath.js"),r=i("./node_modules/lodash/_toKey.js");t.exports=function(t,e){for(var i=0,o=(e=n(e,t)).length;null!=t&&i<o;)t=t[r(e[i++])];return i&&i==o?t:void 0}},"./node_modules/lodash/_baseGetTag.js":function(t,e,i){var n=i("./node_modules/lodash/_Symbol.js"),r=i("./node_modules/lodash/_getRawTag.js"),o=i("./node_modules/lodash/_objectToString.js"),s=n?n.toStringTag:void 0;t.exports=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":s&&s in Object(t)?r(t):o(t)}},"./node_modules/lodash/_baseIsNative.js":function(t,e,i){var n=i("./node_modules/lodash/isFunction.js"),r=i("./node_modules/lodash/_isMasked.js"),o=i("./node_modules/lodash/isObject.js"),s=i("./node_modules/lodash/_toSource.js"),a=/^\[object .+?Constructor\]$/,l=Function.prototype,c=Object.prototype,u=l.toString,h=c.hasOwnProperty,d=RegExp("^"+u.call(h).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");t.exports=function(t){return!(!o(t)||r(t))&&(n(t)?d:a).test(s(t))}},"./node_modules/lodash/_baseToString.js":function(t,e,i){var n=i("./node_modules/lodash/_Symbol.js"),r=i("./node_modules/lodash/_arrayMap.js"),o=i("./node_modules/lodash/isArray.js"),s=i("./node_modules/lodash/isSymbol.js"),a=n?n.prototype:void 0,l=a?a.toString:void 0;t.exports=function t(e){if("string"==typeof e)return e;if(o(e))return r(e,t)+"";if(s(e))return l?l.call(e):"";var i=e+"";return"0"==i&&1/e==-1/0?"-0":i}},"./node_modules/lodash/_castPath.js":function(t,e,i){var n=i("./node_modules/lodash/isArray.js"),r=i("./node_modules/lodash/_isKey.js"),o=i("./node_modules/lodash/_stringToPath.js"),s=i("./node_modules/lodash/toString.js");t.exports=function(t,e){return n(t)?t:r(t,e)?[t]:o(s(t))}},"./node_modules/lodash/_coreJsData.js":function(t,e,i){var n=i("./node_modules/lodash/_root.js")["__core-js_shared__"];t.exports=n},"./node_modules/lodash/_freeGlobal.js":function(t,e,i){(function(e){var i="object"==typeof e&&e&&e.Object===Object&&e;t.exports=i}).call(this,i("./node_modules/@splunk/swc-mltk/node_modules/webpack/buildin/global.js"))},"./node_modules/lodash/_getMapData.js":function(t,e,i){var n=i("./node_modules/lodash/_isKeyable.js");t.exports=function(t,e){var i=t.__data__;return n(e)?i["string"==typeof e?"string":"hash"]:i.map}},"./node_modules/lodash/_getNative.js":function(t,e,i){var n=i("./node_modules/lodash/_baseIsNative.js"),r=i("./node_modules/lodash/_getValue.js");t.exports=function(t,e){var i=r(t,e);return n(i)?i:void 0}},"./node_modules/lodash/_getRawTag.js":function(t,e,i){var n=i("./node_modules/lodash/_Symbol.js"),r=Object.prototype,o=r.hasOwnProperty,s=r.toString,a=n?n.toStringTag:void 0;t.exports=function(t){var e=o.call(t,a),i=t[a];try{t[a]=void 0;var n=!0}catch(t){}var r=s.call(t);return n&&(e?t[a]=i:delete t[a]),r}},"./node_modules/lodash/_getValue.js":function(t,e){t.exports=function(t,e){return null==t?void 0:t[e]}},"./node_modules/lodash/_hashClear.js":function(t,e,i){var n=i("./node_modules/lodash/_nativeCreate.js");t.exports=function(){this.__data__=n?n(null):{},this.size=0}},"./node_modules/lodash/_hashDelete.js":function(t,e){t.exports=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e}},"./node_modules/lodash/_hashGet.js":function(t,e,i){var n=i("./node_modules/lodash/_nativeCreate.js"),r=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;if(n){var i=e[t];return"__lodash_hash_undefined__"===i?void 0:i}return r.call(e,t)?e[t]:void 0}},"./node_modules/lodash/_hashHas.js":function(t,e,i){var n=i("./node_modules/lodash/_nativeCreate.js"),r=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;return n?void 0!==e[t]:r.call(e,t)}},"./node_modules/lodash/_hashSet.js":function(t,e,i){var n=i("./node_modules/lodash/_nativeCreate.js");t.exports=function(t,e){var i=this.__data__;return this.size+=this.has(t)?0:1,i[t]=n&&void 0===e?"__lodash_hash_undefined__":e,this}},"./node_modules/lodash/_isKey.js":function(t,e,i){var n=i("./node_modules/lodash/isArray.js"),r=i("./node_modules/lodash/isSymbol.js"),o=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,s=/^\w*$/;t.exports=function(t,e){if(n(t))return!1;var i=typeof t;return!("number"!=i&&"symbol"!=i&&"boolean"!=i&&null!=t&&!r(t))||(s.test(t)||!o.test(t)||null!=e&&t in Object(e))}},"./node_modules/lodash/_isKeyable.js":function(t,e){t.exports=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}},"./node_modules/lodash/_isMasked.js":function(t,e,i){var n,r=i("./node_modules/lodash/_coreJsData.js"),o=(n=/[^.]+$/.exec(r&&r.keys&&r.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"";t.exports=function(t){return!!o&&o in t}},"./node_modules/lodash/_listCacheClear.js":function(t,e){t.exports=function(){this.__data__=[],this.size=0}},"./node_modules/lodash/_listCacheDelete.js":function(t,e,i){var n=i("./node_modules/lodash/_assocIndexOf.js"),r=Array.prototype.splice;t.exports=function(t){var e=this.__data__,i=n(e,t);return!(i<0)&&(i==e.length-1?e.pop():r.call(e,i,1),--this.size,!0)}},"./node_modules/lodash/_listCacheGet.js":function(t,e,i){var n=i("./node_modules/lodash/_assocIndexOf.js");t.exports=function(t){var e=this.__data__,i=n(e,t);return i<0?void 0:e[i][1]}},"./node_modules/lodash/_listCacheHas.js":function(t,e,i){var n=i("./node_modules/lodash/_assocIndexOf.js");t.exports=function(t){return n(this.__data__,t)>-1}},"./node_modules/lodash/_listCacheSet.js":function(t,e,i){var n=i("./node_modules/lodash/_assocIndexOf.js");t.exports=function(t,e){var i=this.__data__,r=n(i,t);return r<0?(++this.size,i.push([t,e])):i[r][1]=e,this}},"./node_modules/lodash/_mapCacheClear.js":function(t,e,i){var n=i("./node_modules/lodash/_Hash.js"),r=i("./node_modules/lodash/_ListCache.js"),o=i("./node_modules/lodash/_Map.js");t.exports=function(){this.size=0,this.__data__={hash:new n,map:new(o||r),string:new n}}},"./node_modules/lodash/_mapCacheDelete.js":function(t,e,i){var n=i("./node_modules/lodash/_getMapData.js");t.exports=function(t){var e=n(this,t).delete(t);return this.size-=e?1:0,e}},"./node_modules/lodash/_mapCacheGet.js":function(t,e,i){var n=i("./node_modules/lodash/_getMapData.js");t.exports=function(t){return n(this,t).get(t)}},"./node_modules/lodash/_mapCacheHas.js":function(t,e,i){var n=i("./node_modules/lodash/_getMapData.js");t.exports=function(t){return n(this,t).has(t)}},"./node_modules/lodash/_mapCacheSet.js":function(t,e,i){var n=i("./node_modules/lodash/_getMapData.js");t.exports=function(t,e){var i=n(this,t),r=i.size;return i.set(t,e),this.size+=i.size==r?0:1,this}},"./node_modules/lodash/_memoizeCapped.js":function(t,e,i){var n=i("./node_modules/lodash/memoize.js");t.exports=function(t){var e=n(t,(function(t){return 500===i.size&&i.clear(),t})),i=e.cache;return e}},"./node_modules/lodash/_nativeCreate.js":function(t,e,i){var n=i("./node_modules/lodash/_getNative.js")(Object,"create");t.exports=n},"./node_modules/lodash/_objectToString.js":function(t,e){var i=Object.prototype.toString;t.exports=function(t){return i.call(t)}},"./node_modules/lodash/_root.js":function(t,e,i){var n=i("./node_modules/lodash/_freeGlobal.js"),r="object"==typeof self&&self&&self.Object===Object&&self,o=n||r||Function("return this")();t.exports=o},"./node_modules/lodash/_stringToPath.js":function(t,e,i){var n=i("./node_modules/lodash/_memoizeCapped.js"),r=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,o=/\\(\\)?/g,s=n((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(r,(function(t,i,n,r){e.push(n?r.replace(o,"$1"):i||t)})),e}));t.exports=s},"./node_modules/lodash/_toKey.js":function(t,e,i){var n=i("./node_modules/lodash/isSymbol.js");t.exports=function(t){if("string"==typeof t||n(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}},"./node_modules/lodash/_toSource.js":function(t,e){var i=Function.prototype.toString;t.exports=function(t){if(null!=t){try{return i.call(t)}catch(t){}try{return t+""}catch(t){}}return""}},"./node_modules/lodash/eq.js":function(t,e){t.exports=function(t,e){return t===e||t!=t&&e!=e}},"./node_modules/lodash/get.js":function(t,e,i){var n=i("./node_modules/lodash/_baseGet.js");t.exports=function(t,e,i){var r=null==t?void 0:n(t,e);return void 0===r?i:r}},"./node_modules/lodash/isArray.js":function(t,e){var i=Array.isArray;t.exports=i},"./node_modules/lodash/isFunction.js":function(t,e,i){var n=i("./node_modules/lodash/_baseGetTag.js"),r=i("./node_modules/lodash/isObject.js");t.exports=function(t){if(!r(t))return!1;var e=n(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e}},"./node_modules/lodash/isObject.js":function(t,e){t.exports=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}},"./node_modules/lodash/isObjectLike.js":function(t,e){t.exports=function(t){return null!=t&&"object"==typeof t}},"./node_modules/lodash/isSymbol.js":function(t,e,i){var n=i("./node_modules/lodash/_baseGetTag.js"),r=i("./node_modules/lodash/isObjectLike.js");t.exports=function(t){return"symbol"==typeof t||r(t)&&"[object Symbol]"==n(t)}},"./node_modules/lodash/memoize.js":function(t,e,i){var n=i("./node_modules/lodash/_MapCache.js");function r(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var i=function(){var n=arguments,r=e?e.apply(this,n):n[0],o=i.cache;if(o.has(r))return o.get(r);var s=t.apply(this,n);return i.cache=o.set(r,s)||o,s};return i.cache=new(r.Cache||n),i}r.Cache=n,t.exports=r},"./node_modules/lodash/toString.js":function(t,e,i){var n=i("./node_modules/lodash/_baseToString.js");t.exports=function(t){return null==t?"":n(t)}},"./node_modules/regenerator-runtime/runtime.js":function(t,e,i){var n=function(t){"use strict";var e=Object.prototype,i=e.hasOwnProperty,n=Object.defineProperty||function(t,e,i){t[e]=i.value},r="function"==typeof Symbol?Symbol:{},o=r.iterator||"@@iterator",s=r.asyncIterator||"@@asyncIterator",a=r.toStringTag||"@@toStringTag";function l(t,e,i){return Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{l({},"")}catch(t){l=function(t,e,i){return t[e]=i}}function c(t,e,i,r){var o=e&&e.prototype instanceof d?e:d,s=Object.create(o.prototype),a=new w(r||[]);return n(s,"_invoke",{value:x(t,i,a)}),s}function u(t,e,i){try{return{type:"normal",arg:t.call(e,i)}}catch(t){return{type:"throw",arg:t}}}t.wrap=c;var h={};function d(){}function p(){}function f(){}var m={};l(m,o,(function(){return this}));var g=Object.getPrototypeOf,y=g&&g(g(k([])));y&&y!==e&&i.call(y,o)&&(m=y);var b=f.prototype=d.prototype=Object.create(m);function v(t){["next","throw","return"].forEach((function(e){l(t,e,(function(t){return this._invoke(e,t)}))}))}function M(t,e){var r;n(this,"_invoke",{value:function(n,o){function s(){return new e((function(r,s){!function n(r,o,s,a){var l=u(t[r],t,o);if("throw"!==l.type){var c=l.arg,h=c.value;return h&&"object"==typeof h&&i.call(h,"__await")?e.resolve(h.__await).then((function(t){n("next",t,s,a)}),(function(t){n("throw",t,s,a)})):e.resolve(h).then((function(t){c.value=t,s(c)}),(function(t){return n("throw",t,s,a)}))}a(l.arg)}(n,o,r,s)}))}return r=r?r.then(s,s):s()}})}function x(t,e,i){var n="suspendedStart";return function(r,o){if("executing"===n)throw new Error("Generator is already running");if("completed"===n){if("throw"===r)throw o;return S()}for(i.method=r,i.arg=o;;){var s=i.delegate;if(s){var a=_(s,i);if(a){if(a===h)continue;return a}}if("next"===i.method)i.sent=i._sent=i.arg;else if("throw"===i.method){if("suspendedStart"===n)throw n="completed",i.arg;i.dispatchException(i.arg)}else"return"===i.method&&i.abrupt("return",i.arg);n="executing";var l=u(t,e,i);if("normal"===l.type){if(n=i.done?"completed":"suspendedYield",l.arg===h)continue;return{value:l.arg,done:i.done}}"throw"===l.type&&(n="completed",i.method="throw",i.arg=l.arg)}}}function _(t,e){var i=e.method,n=t.iterator[i];if(void 0===n)return e.delegate=null,"throw"===i&&t.iterator.return&&(e.method="return",e.arg=void 0,_(t,e),"throw"===e.method)||"return"!==i&&(e.method="throw",e.arg=new TypeError("The iterator does not provide a '"+i+"' method")),h;var r=u(n,t.iterator,e.arg);if("throw"===r.type)return e.method="throw",e.arg=r.arg,e.delegate=null,h;var o=r.arg;return o?o.done?(e[t.resultName]=o.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,h):o:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,h)}function A(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function L(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function w(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(A,this),this.reset(!0)}function k(t){if(t){var e=t[o];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var n=-1,r=function e(){for(;++n<t.length;)if(i.call(t,n))return e.value=t[n],e.done=!1,e;return e.value=void 0,e.done=!0,e};return r.next=r}}return{next:S}}function S(){return{value:void 0,done:!0}}return p.prototype=f,n(b,"constructor",{value:f,configurable:!0}),n(f,"constructor",{value:p,configurable:!0}),p.displayName=l(f,a,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===p||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,f):(t.__proto__=f,l(t,a,"GeneratorFunction")),t.prototype=Object.create(b),t},t.awrap=function(t){return{__await:t}},v(M.prototype),l(M.prototype,s,(function(){return this})),t.AsyncIterator=M,t.async=function(e,i,n,r,o){void 0===o&&(o=Promise);var s=new M(c(e,i,n,r),o);return t.isGeneratorFunction(i)?s:s.next().then((function(t){return t.done?t.value:s.next()}))},v(b),l(b,a,"Generator"),l(b,o,(function(){return this})),l(b,"toString",(function(){return"[object Generator]"})),t.keys=function(t){var e=Object(t),i=[];for(var n in e)i.push(n);return i.reverse(),function t(){for(;i.length;){var n=i.pop();if(n in e)return t.value=n,t.done=!1,t}return t.done=!0,t}},t.values=k,w.prototype={constructor:w,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(L),!t)for(var e in this)"t"===e.charAt(0)&&i.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=void 0)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function n(i,n){return s.type="throw",s.arg=t,e.next=i,n&&(e.method="next",e.arg=void 0),!!n}for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r],s=o.completion;if("root"===o.tryLoc)return n("end");if(o.tryLoc<=this.prev){var a=i.call(o,"catchLoc"),l=i.call(o,"finallyLoc");if(a&&l){if(this.prev<o.catchLoc)return n(o.catchLoc,!0);if(this.prev<o.finallyLoc)return n(o.finallyLoc)}else if(a){if(this.prev<o.catchLoc)return n(o.catchLoc,!0)}else{if(!l)throw new Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return n(o.finallyLoc)}}}},abrupt:function(t,e){for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&i.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var o=r;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=e&&e<=o.finallyLoc&&(o=null);var s=o?o.completion:{};return s.type=t,s.arg=e,o?(this.method="next",this.next=o.finallyLoc,h):this.complete(s)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),h},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var i=this.tryEntries[e];if(i.finallyLoc===t)return this.complete(i.completion,i.afterLoc),L(i),h}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var i=this.tryEntries[e];if(i.tryLoc===t){var n=i.completion;if("throw"===n.type){var r=n.arg;L(i)}return r}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,i){return this.delegate={iterator:k(t),resultName:e,nextLoc:i},"next"===this.method&&(this.arg=void 0),h}},t}(t.exports);try{regeneratorRuntime=n}catch(t){"object"==typeof globalThis?globalThis.regeneratorRuntime=n:Function("r","regeneratorRuntime = r")(n)}},"./node_modules/tinycolor2/cjs/tinycolor.js":function(t,e,i){t.exports=function(){"use strict";function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}var e=/^\s+/,i=/\s+$/;function n(r,o){if(o=o||{},(r=r||"")instanceof n)return r;if(!(this instanceof n))return new n(r,o);var s=function(n){var r,o,s,a={r:0,g:0,b:0},l=1,c=null,u=null,h=null,d=!1,p=!1;return"string"==typeof n&&(n=function(t){t=t.replace(e,"").replace(i,"").toLowerCase();var n,r=!1;if(M[t])t=M[t],r=!0;else if("transparent"==t)return{r:0,g:0,b:0,a:0,format:"name"};return(n=P.rgb.exec(t))?{r:n[1],g:n[2],b:n[3]}:(n=P.rgba.exec(t))?{r:n[1],g:n[2],b:n[3],a:n[4]}:(n=P.hsl.exec(t))?{h:n[1],s:n[2],l:n[3]}:(n=P.hsla.exec(t))?{h:n[1],s:n[2],l:n[3],a:n[4]}:(n=P.hsv.exec(t))?{h:n[1],s:n[2],v:n[3]}:(n=P.hsva.exec(t))?{h:n[1],s:n[2],v:n[3],a:n[4]}:(n=P.hex8.exec(t))?{r:w(n[1]),g:w(n[2]),b:w(n[3]),a:O(n[4]),format:r?"name":"hex8"}:(n=P.hex6.exec(t))?{r:w(n[1]),g:w(n[2]),b:w(n[3]),format:r?"name":"hex"}:(n=P.hex4.exec(t))?{r:w(n[1]+""+n[1]),g:w(n[2]+""+n[2]),b:w(n[3]+""+n[3]),a:O(n[4]+""+n[4]),format:r?"name":"hex8"}:!!(n=P.hex3.exec(t))&&{r:w(n[1]+""+n[1]),g:w(n[2]+""+n[2]),b:w(n[3]+""+n[3]),format:r?"name":"hex"}}(n)),"object"==t(n)&&(D(n.r)&&D(n.g)&&D(n.b)?(r=n.r,o=n.g,s=n.b,a={r:255*A(r,255),g:255*A(o,255),b:255*A(s,255)},d=!0,p="%"===String(n.r).substr(-1)?"prgb":"rgb"):D(n.h)&&D(n.s)&&D(n.v)?(c=S(n.s),u=S(n.v),a=function(t,e,i){t=6*A(t,360),e=A(e,100),i=A(i,100);var n=Math.floor(t),r=t-n,o=i*(1-e),s=i*(1-r*e),a=i*(1-(1-r)*e),l=n%6;return{r:255*[i,s,o,o,a,i][l],g:255*[a,i,i,s,o,o][l],b:255*[o,o,a,i,i,s][l]}}(n.h,c,u),d=!0,p="hsv"):D(n.h)&&D(n.s)&&D(n.l)&&(c=S(n.s),h=S(n.l),a=function(t,e,i){var n,r,o;function s(t,e,i){return i<0&&(i+=1),i>1&&(i-=1),i<1/6?t+6*(e-t)*i:i<.5?e:i<2/3?t+(e-t)*(2/3-i)*6:t}if(t=A(t,360),e=A(e,100),i=A(i,100),0===e)n=r=o=i;else{var a=i<.5?i*(1+e):i+e-i*e,l=2*i-a;n=s(l,a,t+1/3),r=s(l,a,t),o=s(l,a,t-1/3)}return{r:255*n,g:255*r,b:255*o}}(n.h,c,h),d=!0,p="hsl"),n.hasOwnProperty("a")&&(l=n.a)),l=_(l),{ok:d,format:n.format||p,r:Math.min(255,Math.max(a.r,0)),g:Math.min(255,Math.max(a.g,0)),b:Math.min(255,Math.max(a.b,0)),a:l}}(r);this._originalInput=r,this._r=s.r,this._g=s.g,this._b=s.b,this._a=s.a,this._roundA=Math.round(100*this._a)/100,this._format=o.format||s.format,this._gradientType=o.gradientType,this._r<1&&(this._r=Math.round(this._r)),this._g<1&&(this._g=Math.round(this._g)),this._b<1&&(this._b=Math.round(this._b)),this._ok=s.ok}function r(t,e,i){t=A(t,255),e=A(e,255),i=A(i,255);var n,r,o=Math.max(t,e,i),s=Math.min(t,e,i),a=(o+s)/2;if(o==s)n=r=0;else{var l=o-s;switch(r=a>.5?l/(2-o-s):l/(o+s),o){case t:n=(e-i)/l+(e<i?6:0);break;case e:n=(i-t)/l+2;break;case i:n=(t-e)/l+4}n/=6}return{h:n,s:r,l:a}}function o(t,e,i){t=A(t,255),e=A(e,255),i=A(i,255);var n,r,o=Math.max(t,e,i),s=Math.min(t,e,i),a=o,l=o-s;if(r=0===o?0:l/o,o==s)n=0;else{switch(o){case t:n=(e-i)/l+(e<i?6:0);break;case e:n=(i-t)/l+2;break;case i:n=(t-e)/l+4}n/=6}return{h:n,s:r,v:a}}function s(t,e,i,n){var r=[k(Math.round(t).toString(16)),k(Math.round(e).toString(16)),k(Math.round(i).toString(16))];return n&&r[0].charAt(0)==r[0].charAt(1)&&r[1].charAt(0)==r[1].charAt(1)&&r[2].charAt(0)==r[2].charAt(1)?r[0].charAt(0)+r[1].charAt(0)+r[2].charAt(0):r.join("")}function a(t,e,i,n){return[k(T(n)),k(Math.round(t).toString(16)),k(Math.round(e).toString(16)),k(Math.round(i).toString(16))].join("")}function l(t,e){e=0===e?0:e||10;var i=n(t).toHsl();return i.s-=e/100,i.s=L(i.s),n(i)}function c(t,e){e=0===e?0:e||10;var i=n(t).toHsl();return i.s+=e/100,i.s=L(i.s),n(i)}function u(t){return n(t).desaturate(100)}function h(t,e){e=0===e?0:e||10;var i=n(t).toHsl();return i.l+=e/100,i.l=L(i.l),n(i)}function d(t,e){e=0===e?0:e||10;var i=n(t).toRgb();return i.r=Math.max(0,Math.min(255,i.r-Math.round(-e/100*255))),i.g=Math.max(0,Math.min(255,i.g-Math.round(-e/100*255))),i.b=Math.max(0,Math.min(255,i.b-Math.round(-e/100*255))),n(i)}function p(t,e){e=0===e?0:e||10;var i=n(t).toHsl();return i.l-=e/100,i.l=L(i.l),n(i)}function f(t,e){var i=n(t).toHsl(),r=(i.h+e)%360;return i.h=r<0?360+r:r,n(i)}function m(t){var e=n(t).toHsl();return e.h=(e.h+180)%360,n(e)}function g(t,e){if(isNaN(e)||e<=0)throw new Error("Argument to polyad must be a positive number");for(var i=n(t).toHsl(),r=[n(t)],o=360/e,s=1;s<e;s++)r.push(n({h:(i.h+s*o)%360,s:i.s,l:i.l}));return r}function y(t){var e=n(t).toHsl(),i=e.h;return[n(t),n({h:(i+72)%360,s:e.s,l:e.l}),n({h:(i+216)%360,s:e.s,l:e.l})]}function b(t,e,i){e=e||6,i=i||30;var r=n(t).toHsl(),o=360/i,s=[n(t)];for(r.h=(r.h-(o*e>>1)+720)%360;--e;)r.h=(r.h+o)%360,s.push(n(r));return s}function v(t,e){e=e||6;for(var i=n(t).toHsv(),r=i.h,o=i.s,s=i.v,a=[],l=1/e;e--;)a.push(n({h:r,s:o,v:s})),s=(s+l)%1;return a}n.prototype={isDark:function(){return this.getBrightness()<128},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var t=this.toRgb();return(299*t.r+587*t.g+114*t.b)/1e3},getLuminance:function(){var t,e,i,n=this.toRgb();return t=n.r/255,e=n.g/255,i=n.b/255,.2126*(t<=.03928?t/12.92:Math.pow((t+.055)/1.055,2.4))+.7152*(e<=.03928?e/12.92:Math.pow((e+.055)/1.055,2.4))+.0722*(i<=.03928?i/12.92:Math.pow((i+.055)/1.055,2.4))},setAlpha:function(t){return this._a=_(t),this._roundA=Math.round(100*this._a)/100,this},toHsv:function(){var t=o(this._r,this._g,this._b);return{h:360*t.h,s:t.s,v:t.v,a:this._a}},toHsvString:function(){var t=o(this._r,this._g,this._b),e=Math.round(360*t.h),i=Math.round(100*t.s),n=Math.round(100*t.v);return 1==this._a?"hsv("+e+", "+i+"%, "+n+"%)":"hsva("+e+", "+i+"%, "+n+"%, "+this._roundA+")"},toHsl:function(){var t=r(this._r,this._g,this._b);return{h:360*t.h,s:t.s,l:t.l,a:this._a}},toHslString:function(){var t=r(this._r,this._g,this._b),e=Math.round(360*t.h),i=Math.round(100*t.s),n=Math.round(100*t.l);return 1==this._a?"hsl("+e+", "+i+"%, "+n+"%)":"hsla("+e+", "+i+"%, "+n+"%, "+this._roundA+")"},toHex:function(t){return s(this._r,this._g,this._b,t)},toHexString:function(t){return"#"+this.toHex(t)},toHex8:function(t){return function(t,e,i,n,r){var o=[k(Math.round(t).toString(16)),k(Math.round(e).toString(16)),k(Math.round(i).toString(16)),k(T(n))];return r&&o[0].charAt(0)==o[0].charAt(1)&&o[1].charAt(0)==o[1].charAt(1)&&o[2].charAt(0)==o[2].charAt(1)&&o[3].charAt(0)==o[3].charAt(1)?o[0].charAt(0)+o[1].charAt(0)+o[2].charAt(0)+o[3].charAt(0):o.join("")}(this._r,this._g,this._b,this._a,t)},toHex8String:function(t){return"#"+this.toHex8(t)},toRgb:function(){return{r:Math.round(this._r),g:Math.round(this._g),b:Math.round(this._b),a:this._a}},toRgbString:function(){return 1==this._a?"rgb("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+")":"rgba("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:Math.round(100*A(this._r,255))+"%",g:Math.round(100*A(this._g,255))+"%",b:Math.round(100*A(this._b,255))+"%",a:this._a}},toPercentageRgbString:function(){return 1==this._a?"rgb("+Math.round(100*A(this._r,255))+"%, "+Math.round(100*A(this._g,255))+"%, "+Math.round(100*A(this._b,255))+"%)":"rgba("+Math.round(100*A(this._r,255))+"%, "+Math.round(100*A(this._g,255))+"%, "+Math.round(100*A(this._b,255))+"%, "+this._roundA+")"},toName:function(){return 0===this._a?"transparent":!(this._a<1)&&(x[s(this._r,this._g,this._b,!0)]||!1)},toFilter:function(t){var e="#"+a(this._r,this._g,this._b,this._a),i=e,r=this._gradientType?"GradientType = 1, ":"";if(t){var o=n(t);i="#"+a(o._r,o._g,o._b,o._a)}return"progid:DXImageTransform.Microsoft.gradient("+r+"startColorstr="+e+",endColorstr="+i+")"},toString:function(t){var e=!!t;t=t||this._format;var i=!1,n=this._a<1&&this._a>=0;return e||!n||"hex"!==t&&"hex6"!==t&&"hex3"!==t&&"hex4"!==t&&"hex8"!==t&&"name"!==t?("rgb"===t&&(i=this.toRgbString()),"prgb"===t&&(i=this.toPercentageRgbString()),"hex"!==t&&"hex6"!==t||(i=this.toHexString()),"hex3"===t&&(i=this.toHexString(!0)),"hex4"===t&&(i=this.toHex8String(!0)),"hex8"===t&&(i=this.toHex8String()),"name"===t&&(i=this.toName()),"hsl"===t&&(i=this.toHslString()),"hsv"===t&&(i=this.toHsvString()),i||this.toHexString()):"name"===t&&0===this._a?this.toName():this.toRgbString()},clone:function(){return n(this.toString())},_applyModification:function(t,e){var i=t.apply(null,[this].concat([].slice.call(e)));return this._r=i._r,this._g=i._g,this._b=i._b,this.setAlpha(i._a),this},lighten:function(){return this._applyModification(h,arguments)},brighten:function(){return this._applyModification(d,arguments)},darken:function(){return this._applyModification(p,arguments)},desaturate:function(){return this._applyModification(l,arguments)},saturate:function(){return this._applyModification(c,arguments)},greyscale:function(){return this._applyModification(u,arguments)},spin:function(){return this._applyModification(f,arguments)},_applyCombination:function(t,e){return t.apply(null,[this].concat([].slice.call(e)))},analogous:function(){return this._applyCombination(b,arguments)},complement:function(){return this._applyCombination(m,arguments)},monochromatic:function(){return this._applyCombination(v,arguments)},splitcomplement:function(){return this._applyCombination(y,arguments)},triad:function(){return this._applyCombination(g,[3])},tetrad:function(){return this._applyCombination(g,[4])}},n.fromRatio=function(e,i){if("object"==t(e)){var r={};for(var o in e)e.hasOwnProperty(o)&&(r[o]="a"===o?e[o]:S(e[o]));e=r}return n(e,i)},n.equals=function(t,e){return!(!t||!e)&&n(t).toRgbString()==n(e).toRgbString()},n.random=function(){return n.fromRatio({r:Math.random(),g:Math.random(),b:Math.random()})},n.mix=function(t,e,i){i=0===i?0:i||50;var r=n(t).toRgb(),o=n(e).toRgb(),s=i/100;return n({r:(o.r-r.r)*s+r.r,g:(o.g-r.g)*s+r.g,b:(o.b-r.b)*s+r.b,a:(o.a-r.a)*s+r.a})},n.readability=function(t,e){var i=n(t),r=n(e);return(Math.max(i.getLuminance(),r.getLuminance())+.05)/(Math.min(i.getLuminance(),r.getLuminance())+.05)},n.isReadable=function(t,e,i){var r,o,s,a,l,c=n.readability(t,e);switch(o=!1,(s=i,a=((s=s||{level:"AA",size:"small"}).level||"AA").toUpperCase(),l=(s.size||"small").toLowerCase(),"AA"!==a&&"AAA"!==a&&(a="AA"),"small"!==l&&"large"!==l&&(l="small"),r={level:a,size:l}).level+r.size){case"AAsmall":case"AAAlarge":o=c>=4.5;break;case"AAlarge":o=c>=3;break;case"AAAsmall":o=c>=7}return o},n.mostReadable=function(t,e,i){var r,o,s,a,l=null,c=0;o=(i=i||{}).includeFallbackColors,s=i.level,a=i.size;for(var u=0;u<e.length;u++)(r=n.readability(t,e[u]))>c&&(c=r,l=n(e[u]));return n.isReadable(t,l,{level:s,size:a})||!o?l:(i.includeFallbackColors=!1,n.mostReadable(t,["#fff","#000"],i))};var M=n.names={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"0ff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"00f",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",burntsienna:"ea7e5d",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"0ff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"f0f",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"},x=n.hexNames=function(t){var e={};for(var i in t)t.hasOwnProperty(i)&&(e[t[i]]=i);return e}(M);function _(t){return t=parseFloat(t),(isNaN(t)||t<0||t>1)&&(t=1),t}function A(t,e){(function(t){return"string"==typeof t&&-1!=t.indexOf(".")&&1===parseFloat(t)})(t)&&(t="100%");var i=function(t){return"string"==typeof t&&-1!=t.indexOf("%")}(t);return t=Math.min(e,Math.max(0,parseFloat(t))),i&&(t=parseInt(t*e,10)/100),Math.abs(t-e)<1e-6?1:t%e/parseFloat(e)}function L(t){return Math.min(1,Math.max(0,t))}function w(t){return parseInt(t,16)}function k(t){return 1==t.length?"0"+t:""+t}function S(t){return t<=1&&(t=100*t+"%"),t}function T(t){return Math.round(255*parseFloat(t)).toString(16)}function O(t){return w(t)/255}var C,j,z,P=(j="[\\s|\\(]+("+(C="(?:[-\\+]?\\d*\\.\\d+%?)|(?:[-\\+]?\\d+%?)")+")[,|\\s]+("+C+")[,|\\s]+("+C+")\\s*\\)?",z="[\\s|\\(]+("+C+")[,|\\s]+("+C+")[,|\\s]+("+C+")[,|\\s]+("+C+")\\s*\\)?",{CSS_UNIT:new RegExp(C),rgb:new RegExp("rgb"+j),rgba:new RegExp("rgba"+z),hsl:new RegExp("hsl"+j),hsla:new RegExp("hsla"+z),hsv:new RegExp("hsv"+j),hsva:new RegExp("hsva"+z),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/});function D(t){return!!P.CSS_UNIT.exec(t)}return n}()},"./node_modules/underscore/modules/_setup.js":function(t,e,i){"use strict";(function(t){i.d(e,"e",(function(){return n})),i.d(e,"p",(function(){return r})),i.d(e,"a",(function(){return o})),i.d(e,"c",(function(){return s})),i.d(e,"d",(function(){return a})),i.d(e,"o",(function(){return l})),i.d(e,"q",(function(){return c})),i.d(e,"t",(function(){return u})),i.d(e,"i",(function(){return h})),i.d(e,"r",(function(){return d})),i.d(e,"s",(function(){return p})),i.d(e,"k",(function(){return f})),i.d(e,"m",(function(){return m})),i.d(e,"j",(function(){return g})),i.d(e,"l",(function(){return y})),i.d(e,"g",(function(){return b})),i.d(e,"f",(function(){return v})),i.d(e,"h",(function(){return M})),i.d(e,"n",(function(){return x})),i.d(e,"b",(function(){return _}));var n="1.13.1",r="object"==typeof self&&self.self===self&&self||"object"==typeof t&&t.global===t&&t||Function("return this")()||{},o=Array.prototype,s=Object.prototype,a="undefined"!=typeof Symbol?Symbol.prototype:null,l=o.push,c=o.slice,u=s.toString,h=s.hasOwnProperty,d="undefined"!=typeof ArrayBuffer,p="undefined"!=typeof DataView,f=Array.isArray,m=Object.keys,g=Object.create,y=d&&ArrayBuffer.isView,b=isNaN,v=isFinite,M=!{toString:null}.propertyIsEnumerable("toString"),x=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],_=Math.pow(2,53)-1}).call(this,i("./node_modules/@splunk/swc-mltk/node_modules/webpack/buildin/global.js"))},"./node_modules/underscore/modules/index-all.js":function(t,e,i){"use strict";i.r(e),i.d(e,"default",(function(){return xi})),i.d(e,"VERSION",(function(){return r.e})),i.d(e,"restArguments",(function(){return o})),i.d(e,"isObject",(function(){return s})),i.d(e,"isNull",(function(){return a})),i.d(e,"isUndefined",(function(){return l})),i.d(e,"isBoolean",(function(){return c})),i.d(e,"isElement",(function(){return u})),i.d(e,"isString",(function(){return d})),i.d(e,"isNumber",(function(){return p})),i.d(e,"isDate",(function(){return f})),i.d(e,"isRegExp",(function(){return m})),i.d(e,"isError",(function(){return g})),i.d(e,"isSymbol",(function(){return y})),i.d(e,"isArrayBuffer",(function(){return b})),i.d(e,"isDataView",(function(){return k})),i.d(e,"isArray",(function(){return S})),i.d(e,"isFunction",(function(){return x})),i.d(e,"isArguments",(function(){return C})),i.d(e,"isFinite",(function(){return j})),i.d(e,"isNaN",(function(){return z})),i.d(e,"isTypedArray",(function(){return W})),i.d(e,"isEmpty",(function(){return X})),i.d(e,"isMatch",(function(){return q})),i.d(e,"isEqual",(function(){return V})),i.d(e,"isMap",(function(){return nt})),i.d(e,"isWeakMap",(function(){return rt})),i.d(e,"isSet",(function(){return ot})),i.d(e,"isWeakSet",(function(){return st})),i.d(e,"keys",(function(){return I})),i.d(e,"allKeys",(function(){return K})),i.d(e,"values",(function(){return at})),i.d(e,"pairs",(function(){return lt})),i.d(e,"invert",(function(){return ct})),i.d(e,"functions",(function(){return ut})),i.d(e,"methods",(function(){return ut})),i.d(e,"extend",(function(){return dt})),i.d(e,"extendOwn",(function(){return pt})),i.d(e,"assign",(function(){return pt})),i.d(e,"defaults",(function(){return ft})),i.d(e,"create",(function(){return gt})),i.d(e,"clone",(function(){return yt})),i.d(e,"tap",(function(){return bt})),i.d(e,"get",(function(){return _t})),i.d(e,"has",(function(){return At})),i.d(e,"mapObject",(function(){return jt})),i.d(e,"identity",(function(){return Lt})),i.d(e,"constant",(function(){return P})),i.d(e,"noop",(function(){return zt})),i.d(e,"toPath",(function(){return vt})),i.d(e,"property",(function(){return kt})),i.d(e,"propertyOf",(function(){return Pt})),i.d(e,"matcher",(function(){return wt})),i.d(e,"matches",(function(){return wt})),i.d(e,"times",(function(){return Dt})),i.d(e,"random",(function(){return Et})),i.d(e,"now",(function(){return Nt})),i.d(e,"escape",(function(){return Wt})),i.d(e,"unescape",(function(){return Rt})),i.d(e,"templateSettings",(function(){return Ht})),i.d(e,"template",(function(){return Ut})),i.d(e,"result",(function(){return Vt})),i.d(e,"uniqueId",(function(){return $t})),i.d(e,"chain",(function(){return Jt})),i.d(e,"iteratee",(function(){return Ot})),i.d(e,"partial",(function(){return te})),i.d(e,"bind",(function(){return ee})),i.d(e,"bindAll",(function(){return re})),i.d(e,"memoize",(function(){return oe})),i.d(e,"delay",(function(){return se})),i.d(e,"defer",(function(){return ae})),i.d(e,"throttle",(function(){return le})),i.d(e,"debounce",(function(){return ce})),i.d(e,"wrap",(function(){return ue})),i.d(e,"negate",(function(){return he})),i.d(e,"compose",(function(){return de})),i.d(e,"after",(function(){return pe})),i.d(e,"before",(function(){return fe})),i.d(e,"once",(function(){return me})),i.d(e,"findKey",(function(){return ge})),i.d(e,"findIndex",(function(){return be})),i.d(e,"findLastIndex",(function(){return ve})),i.d(e,"sortedIndex",(function(){return Me})),i.d(e,"indexOf",(function(){return _e})),i.d(e,"lastIndexOf",(function(){return Ae})),i.d(e,"find",(function(){return Le})),i.d(e,"detect",(function(){return Le})),i.d(e,"findWhere",(function(){return we})),i.d(e,"each",(function(){return ke})),i.d(e,"forEach",(function(){return ke})),i.d(e,"map",(function(){return Se})),i.d(e,"collect",(function(){return Se})),i.d(e,"reduce",(function(){return Oe})),i.d(e,"foldl",(function(){return Oe})),i.d(e,"inject",(function(){return Oe})),i.d(e,"reduceRight",(function(){return Ce})),i.d(e,"foldr",(function(){return Ce})),i.d(e,"filter",(function(){return je})),i.d(e,"select",(function(){return je})),i.d(e,"reject",(function(){return ze})),i.d(e,"every",(function(){return Pe})),i.d(e,"all",(function(){return Pe})),i.d(e,"some",(function(){return De})),i.d(e,"any",(function(){return De})),i.d(e,"contains",(function(){return Ee})),i.d(e,"includes",(function(){return Ee})),i.d(e,"include",(function(){return Ee})),i.d(e,"invoke",(function(){return Ne})),i.d(e,"pluck",(function(){return Ye})),i.d(e,"where",(function(){return Be})),i.d(e,"max",(function(){return We})),i.d(e,"min",(function(){return Re})),i.d(e,"shuffle",(function(){return Ie})),i.d(e,"sample",(function(){return He})),i.d(e,"sortBy",(function(){return Xe})),i.d(e,"groupBy",(function(){return Fe})),i.d(e,"indexBy",(function(){return Ge})),i.d(e,"countBy",(function(){return Ue})),i.d(e,"partition",(function(){return Ve})),i.d(e,"toArray",(function(){return $e})),i.d(e,"size",(function(){return Je})),i.d(e,"pick",(function(){return Qe})),i.d(e,"omit",(function(){return ti})),i.d(e,"first",(function(){return ii})),i.d(e,"head",(function(){return ii})),i.d(e,"take",(function(){return ii})),i.d(e,"initial",(function(){return ei})),i.d(e,"last",(function(){return ri})),i.d(e,"rest",(function(){return ni})),i.d(e,"tail",(function(){return ni})),i.d(e,"drop",(function(){return ni})),i.d(e,"compact",(function(){return oi})),i.d(e,"flatten",(function(){return si})),i.d(e,"without",(function(){return li})),i.d(e,"uniq",(function(){return ci})),i.d(e,"unique",(function(){return ci})),i.d(e,"union",(function(){return ui})),i.d(e,"intersection",(function(){return hi})),i.d(e,"difference",(function(){return ai})),i.d(e,"unzip",(function(){return di})),i.d(e,"transpose",(function(){return di})),i.d(e,"zip",(function(){return pi})),i.d(e,"object",(function(){return fi})),i.d(e,"range",(function(){return mi})),i.d(e,"chunk",(function(){return gi})),i.d(e,"mixin",(function(){return bi}));var n={};i.r(n),i.d(n,"VERSION",(function(){return r.e})),i.d(n,"restArguments",(function(){return o})),i.d(n,"isObject",(function(){return s})),i.d(n,"isNull",(function(){return a})),i.d(n,"isUndefined",(function(){return l})),i.d(n,"isBoolean",(function(){return c})),i.d(n,"isElement",(function(){return u})),i.d(n,"isString",(function(){return d})),i.d(n,"isNumber",(function(){return p})),i.d(n,"isDate",(function(){return f})),i.d(n,"isRegExp",(function(){return m})),i.d(n,"isError",(function(){return g})),i.d(n,"isSymbol",(function(){return y})),i.d(n,"isArrayBuffer",(function(){return b})),i.d(n,"isDataView",(function(){return k})),i.d(n,"isArray",(function(){return S})),i.d(n,"isFunction",(function(){return x})),i.d(n,"isArguments",(function(){return C})),i.d(n,"isFinite",(function(){return j})),i.d(n,"isNaN",(function(){return z})),i.d(n,"isTypedArray",(function(){return W})),i.d(n,"isEmpty",(function(){return X})),i.d(n,"isMatch",(function(){return q})),i.d(n,"isEqual",(function(){return V})),i.d(n,"isMap",(function(){return nt})),i.d(n,"isWeakMap",(function(){return rt})),i.d(n,"isSet",(function(){return ot})),i.d(n,"isWeakSet",(function(){return st})),i.d(n,"keys",(function(){return I})),i.d(n,"allKeys",(function(){return K})),i.d(n,"values",(function(){return at})),i.d(n,"pairs",(function(){return lt})),i.d(n,"invert",(function(){return ct})),i.d(n,"functions",(function(){return ut})),i.d(n,"methods",(function(){return ut})),i.d(n,"extend",(function(){return dt})),i.d(n,"extendOwn",(function(){return pt})),i.d(n,"assign",(function(){return pt})),i.d(n,"defaults",(function(){return ft})),i.d(n,"create",(function(){return gt})),i.d(n,"clone",(function(){return yt})),i.d(n,"tap",(function(){return bt})),i.d(n,"get",(function(){return _t})),i.d(n,"has",(function(){return At})),i.d(n,"mapObject",(function(){return jt})),i.d(n,"identity",(function(){return Lt})),i.d(n,"constant",(function(){return P})),i.d(n,"noop",(function(){return zt})),i.d(n,"toPath",(function(){return vt})),i.d(n,"property",(function(){return kt})),i.d(n,"propertyOf",(function(){return Pt})),i.d(n,"matcher",(function(){return wt})),i.d(n,"matches",(function(){return wt})),i.d(n,"times",(function(){return Dt})),i.d(n,"random",(function(){return Et})),i.d(n,"now",(function(){return Nt})),i.d(n,"escape",(function(){return Wt})),i.d(n,"unescape",(function(){return Rt})),i.d(n,"templateSettings",(function(){return Ht})),i.d(n,"template",(function(){return Ut})),i.d(n,"result",(function(){return Vt})),i.d(n,"uniqueId",(function(){return $t})),i.d(n,"chain",(function(){return Jt})),i.d(n,"iteratee",(function(){return Ot})),i.d(n,"partial",(function(){return te})),i.d(n,"bind",(function(){return ee})),i.d(n,"bindAll",(function(){return re})),i.d(n,"memoize",(function(){return oe})),i.d(n,"delay",(function(){return se})),i.d(n,"defer",(function(){return ae})),i.d(n,"throttle",(function(){return le})),i.d(n,"debounce",(function(){return ce})),i.d(n,"wrap",(function(){return ue})),i.d(n,"negate",(function(){return he})),i.d(n,"compose",(function(){return de})),i.d(n,"after",(function(){return pe})),i.d(n,"before",(function(){return fe})),i.d(n,"once",(function(){return me})),i.d(n,"findKey",(function(){return ge})),i.d(n,"findIndex",(function(){return be})),i.d(n,"findLastIndex",(function(){return ve})),i.d(n,"sortedIndex",(function(){return Me})),i.d(n,"indexOf",(function(){return _e})),i.d(n,"lastIndexOf",(function(){return Ae})),i.d(n,"find",(function(){return Le})),i.d(n,"detect",(function(){return Le})),i.d(n,"findWhere",(function(){return we})),i.d(n,"each",(function(){return ke})),i.d(n,"forEach",(function(){return ke})),i.d(n,"map",(function(){return Se})),i.d(n,"collect",(function(){return Se})),i.d(n,"reduce",(function(){return Oe})),i.d(n,"foldl",(function(){return Oe})),i.d(n,"inject",(function(){return Oe})),i.d(n,"reduceRight",(function(){return Ce})),i.d(n,"foldr",(function(){return Ce})),i.d(n,"filter",(function(){return je})),i.d(n,"select",(function(){return je})),i.d(n,"reject",(function(){return ze})),i.d(n,"every",(function(){return Pe})),i.d(n,"all",(function(){return Pe})),i.d(n,"some",(function(){return De})),i.d(n,"any",(function(){return De})),i.d(n,"contains",(function(){return Ee})),i.d(n,"includes",(function(){return Ee})),i.d(n,"include",(function(){return Ee})),i.d(n,"invoke",(function(){return Ne})),i.d(n,"pluck",(function(){return Ye})),i.d(n,"where",(function(){return Be})),i.d(n,"max",(function(){return We})),i.d(n,"min",(function(){return Re})),i.d(n,"shuffle",(function(){return Ie})),i.d(n,"sample",(function(){return He})),i.d(n,"sortBy",(function(){return Xe})),i.d(n,"groupBy",(function(){return Fe})),i.d(n,"indexBy",(function(){return Ge})),i.d(n,"countBy",(function(){return Ue})),i.d(n,"partition",(function(){return Ve})),i.d(n,"toArray",(function(){return $e})),i.d(n,"size",(function(){return Je})),i.d(n,"pick",(function(){return Qe})),i.d(n,"omit",(function(){return ti})),i.d(n,"first",(function(){return ii})),i.d(n,"head",(function(){return ii})),i.d(n,"take",(function(){return ii})),i.d(n,"initial",(function(){return ei})),i.d(n,"last",(function(){return ri})),i.d(n,"rest",(function(){return ni})),i.d(n,"tail",(function(){return ni})),i.d(n,"drop",(function(){return ni})),i.d(n,"compact",(function(){return oi})),i.d(n,"flatten",(function(){return si})),i.d(n,"without",(function(){return li})),i.d(n,"uniq",(function(){return ci})),i.d(n,"unique",(function(){return ci})),i.d(n,"union",(function(){return ui})),i.d(n,"intersection",(function(){return hi})),i.d(n,"difference",(function(){return ai})),i.d(n,"unzip",(function(){return di})),i.d(n,"transpose",(function(){return di})),i.d(n,"zip",(function(){return pi})),i.d(n,"object",(function(){return fi})),i.d(n,"range",(function(){return mi})),i.d(n,"chunk",(function(){return gi})),i.d(n,"mixin",(function(){return bi})),i.d(n,"default",(function(){return vi}));var r=i("./node_modules/underscore/modules/_setup.js");function o(t,e){return e=null==e?t.length-1:+e,function(){for(var i=Math.max(arguments.length-e,0),n=Array(i),r=0;r<i;r++)n[r]=arguments[r+e];switch(e){case 0:return t.call(this,n);case 1:return t.call(this,arguments[0],n);case 2:return t.call(this,arguments[0],arguments[1],n)}var o=Array(e+1);for(r=0;r<e;r++)o[r]=arguments[r];return o[e]=n,t.apply(this,o)}}function s(t){var e=typeof t;return"function"===e||"object"===e&&!!t}function a(t){return null===t}function l(t){return void 0===t}function c(t){return!0===t||!1===t||"[object Boolean]"===r.t.call(t)}function u(t){return!(!t||1!==t.nodeType)}function h(t){var e="[object "+t+"]";return function(t){return r.t.call(t)===e}}var d=h("String"),p=h("Number"),f=h("Date"),m=h("RegExp"),g=h("Error"),y=h("Symbol"),b=h("ArrayBuffer"),v=h("Function"),M=r.p.document&&r.p.document.childNodes;"object"!=typeof Int8Array&&"function"!=typeof M&&(v=function(t){return"function"==typeof t||!1});var x=v,_=h("Object"),A=r.s&&_(new DataView(new ArrayBuffer(8))),L="undefined"!=typeof Map&&_(new Map),w=h("DataView");var k=A?function(t){return null!=t&&x(t.getInt8)&&b(t.buffer)}:w,S=r.k||h("Array");function T(t,e){return null!=t&&r.i.call(t,e)}var O=h("Arguments");!function(){O(arguments)||(O=function(t){return T(t,"callee")})}();var C=O;function j(t){return!y(t)&&Object(r.f)(t)&&!isNaN(parseFloat(t))}function z(t){return p(t)&&Object(r.g)(t)}function P(t){return function(){return t}}function D(t){return function(e){var i=t(e);return"number"==typeof i&&i>=0&&i<=r.b}}function E(t){return function(e){return null==e?void 0:e[t]}}var N=E("byteLength"),Y=D(N),B=/\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/;var W=r.r?function(t){return r.l?Object(r.l)(t)&&!k(t):Y(t)&&B.test(r.t.call(t))}:P(!1),R=E("length");function H(t,e){e=function(t){for(var e={},i=t.length,n=0;n<i;++n)e[t[n]]=!0;return{contains:function(t){return e[t]},push:function(i){return e[i]=!0,t.push(i)}}}(e);var i=r.n.length,n=t.constructor,o=x(n)&&n.prototype||r.c,s="constructor";for(T(t,s)&&!e.contains(s)&&e.push(s);i--;)(s=r.n[i])in t&&t[s]!==o[s]&&!e.contains(s)&&e.push(s)}function I(t){if(!s(t))return[];if(r.m)return Object(r.m)(t);var e=[];for(var i in t)T(t,i)&&e.push(i);return r.h&&H(t,e),e}function X(t){if(null==t)return!0;var e=R(t);return"number"==typeof e&&(S(t)||d(t)||C(t))?0===e:0===R(I(t))}function q(t,e){var i=I(e),n=i.length;if(null==t)return!n;for(var r=Object(t),o=0;o<n;o++){var s=i[o];if(e[s]!==r[s]||!(s in r))return!1}return!0}function F(t){return t instanceof F?t:this instanceof F?void(this._wrapped=t):new F(t)}function G(t){return new Uint8Array(t.buffer||t,t.byteOffset||0,N(t))}F.VERSION=r.e,F.prototype.value=function(){return this._wrapped},F.prototype.valueOf=F.prototype.toJSON=F.prototype.value,F.prototype.toString=function(){return String(this._wrapped)};function U(t,e,i,n){if(t===e)return 0!==t||1/t==1/e;if(null==t||null==e)return!1;if(t!=t)return e!=e;var o=typeof t;return("function"===o||"object"===o||"object"==typeof e)&&function t(e,i,n,o){e instanceof F&&(e=e._wrapped);i instanceof F&&(i=i._wrapped);var s=r.t.call(e);if(s!==r.t.call(i))return!1;if(A&&"[object Object]"==s&&k(e)){if(!k(i))return!1;s="[object DataView]"}switch(s){case"[object RegExp]":case"[object String]":return""+e==""+i;case"[object Number]":return+e!=+e?+i!=+i:0==+e?1/+e==1/i:+e==+i;case"[object Date]":case"[object Boolean]":return+e==+i;case"[object Symbol]":return r.d.valueOf.call(e)===r.d.valueOf.call(i);case"[object ArrayBuffer]":case"[object DataView]":return t(G(e),G(i),n,o)}var a="[object Array]"===s;if(!a&&W(e)){if(N(e)!==N(i))return!1;if(e.buffer===i.buffer&&e.byteOffset===i.byteOffset)return!0;a=!0}if(!a){if("object"!=typeof e||"object"!=typeof i)return!1;var l=e.constructor,c=i.constructor;if(l!==c&&!(x(l)&&l instanceof l&&x(c)&&c instanceof c)&&"constructor"in e&&"constructor"in i)return!1}o=o||[];var u=(n=n||[]).length;for(;u--;)if(n[u]===e)return o[u]===i;if(n.push(e),o.push(i),a){if((u=e.length)!==i.length)return!1;for(;u--;)if(!U(e[u],i[u],n,o))return!1}else{var h,d=I(e);if(u=d.length,I(i).length!==u)return!1;for(;u--;)if(h=d[u],!T(i,h)||!U(e[h],i[h],n,o))return!1}return n.pop(),o.pop(),!0}(t,e,i,n)}function V(t,e){return U(t,e)}function K(t){if(!s(t))return[];var e=[];for(var i in t)e.push(i);return r.h&&H(t,e),e}function $(t){var e=R(t);return function(i){if(null==i)return!1;var n=K(i);if(R(n))return!1;for(var r=0;r<e;r++)if(!x(i[t[r]]))return!1;return t!==et||!x(i[J])}}var J="forEach",Z=["clear","delete"],Q=["get","has","set"],tt=Z.concat(J,Q),et=Z.concat(Q),it=["add"].concat(Z,J,"has"),nt=L?$(tt):h("Map"),rt=L?$(et):h("WeakMap"),ot=L?$(it):h("Set"),st=h("WeakSet");function at(t){for(var e=I(t),i=e.length,n=Array(i),r=0;r<i;r++)n[r]=t[e[r]];return n}function lt(t){for(var e=I(t),i=e.length,n=Array(i),r=0;r<i;r++)n[r]=[e[r],t[e[r]]];return n}function ct(t){for(var e={},i=I(t),n=0,r=i.length;n<r;n++)e[t[i[n]]]=i[n];return e}function ut(t){var e=[];for(var i in t)x(t[i])&&e.push(i);return e.sort()}function ht(t,e){return function(i){var n=arguments.length;if(e&&(i=Object(i)),n<2||null==i)return i;for(var r=1;r<n;r++)for(var o=arguments[r],s=t(o),a=s.length,l=0;l<a;l++){var c=s[l];e&&void 0!==i[c]||(i[c]=o[c])}return i}}var dt=ht(K),pt=ht(I),ft=ht(K,!0);function mt(t){if(!s(t))return{};if(r.j)return Object(r.j)(t);var e=function(){};e.prototype=t;var i=new e;return e.prototype=null,i}function gt(t,e){var i=mt(t);return e&&pt(i,e),i}function yt(t){return s(t)?S(t)?t.slice():dt({},t):t}function bt(t,e){return e(t),t}function vt(t){return S(t)?t:[t]}function Mt(t){return F.toPath(t)}function xt(t,e){for(var i=e.length,n=0;n<i;n++){if(null==t)return;t=t[e[n]]}return i?t:void 0}function _t(t,e,i){var n=xt(t,Mt(e));return l(n)?i:n}function At(t,e){for(var i=(e=Mt(e)).length,n=0;n<i;n++){var r=e[n];if(!T(t,r))return!1;t=t[r]}return!!i}function Lt(t){return t}function wt(t){return t=pt({},t),function(e){return q(e,t)}}function kt(t){return t=Mt(t),function(e){return xt(e,t)}}function St(t,e,i){if(void 0===e)return t;switch(null==i?3:i){case 1:return function(i){return t.call(e,i)};case 3:return function(i,n,r){return t.call(e,i,n,r)};case 4:return function(i,n,r,o){return t.call(e,i,n,r,o)}}return function(){return t.apply(e,arguments)}}function Tt(t,e,i){return null==t?Lt:x(t)?St(t,e,i):s(t)&&!S(t)?wt(t):kt(t)}function Ot(t,e){return Tt(t,e,1/0)}function Ct(t,e,i){return F.iteratee!==Ot?F.iteratee(t,e):Tt(t,e,i)}function jt(t,e,i){e=Ct(e,i);for(var n=I(t),r=n.length,o={},s=0;s<r;s++){var a=n[s];o[a]=e(t[a],a,t)}return o}function zt(){}function Pt(t){return null==t?zt:function(e){return _t(t,e)}}function Dt(t,e,i){var n=Array(Math.max(0,t));e=St(e,i,1);for(var r=0;r<t;r++)n[r]=e(r);return n}function Et(t,e){return null==e&&(e=t,t=0),t+Math.floor(Math.random()*(e-t+1))}F.toPath=vt,F.iteratee=Ot;var Nt=Date.now||function(){return(new Date).getTime()};function Yt(t){var e=function(e){return t[e]},i="(?:"+I(t).join("|")+")",n=RegExp(i),r=RegExp(i,"g");return function(t){return t=null==t?"":""+t,n.test(t)?t.replace(r,e):t}}var Bt={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"},Wt=Yt(Bt),Rt=Yt(ct(Bt)),Ht=F.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g},It=/(.)^/,Xt={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},qt=/\\|'|\r|\n|\u2028|\u2029/g;function Ft(t){return"\\"+Xt[t]}var Gt=/^\s*(\w|\$)+\s*$/;function Ut(t,e,i){!e&&i&&(e=i),e=ft({},e,F.templateSettings);var n=RegExp([(e.escape||It).source,(e.interpolate||It).source,(e.evaluate||It).source].join("|")+"|$","g"),r=0,o="__p+='";t.replace(n,(function(e,i,n,s,a){return o+=t.slice(r,a).replace(qt,Ft),r=a+e.length,i?o+="'+\n((__t=("+i+"))==null?'':_.escape(__t))+\n'":n?o+="'+\n((__t=("+n+"))==null?'':__t)+\n'":s&&(o+="';\n"+s+"\n__p+='"),e})),o+="';\n";var s,a=e.variable;if(a){if(!Gt.test(a))throw new Error("variable is not a bare identifier: "+a)}else o="with(obj||{}){\n"+o+"}\n",a="obj";o="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+o+"return __p;\n";try{s=new Function(a,"_",o)}catch(t){throw t.source=o,t}var l=function(t){return s.call(this,t,F)};return l.source="function("+a+"){\n"+o+"}",l}function Vt(t,e,i){var n=(e=Mt(e)).length;if(!n)return x(i)?i.call(t):i;for(var r=0;r<n;r++){var o=null==t?void 0:t[e[r]];void 0===o&&(o=i,r=n),t=x(o)?o.call(t):o}return t}var Kt=0;function $t(t){var e=++Kt+"";return t?t+e:e}function Jt(t){var e=F(t);return e._chain=!0,e}function Zt(t,e,i,n,r){if(!(n instanceof e))return t.apply(i,r);var o=mt(t.prototype),a=t.apply(o,r);return s(a)?a:o}var Qt=o((function(t,e){var i=Qt.placeholder,n=function(){for(var r=0,o=e.length,s=Array(o),a=0;a<o;a++)s[a]=e[a]===i?arguments[r++]:e[a];for(;r<arguments.length;)s.push(arguments[r++]);return Zt(t,n,this,this,s)};return n}));Qt.placeholder=F;var te=Qt,ee=o((function(t,e,i){if(!x(t))throw new TypeError("Bind must be called on a function");var n=o((function(r){return Zt(t,n,e,this,i.concat(r))}));return n})),ie=D(R);function ne(t,e,i,n){if(n=n||[],e||0===e){if(e<=0)return n.concat(t)}else e=1/0;for(var r=n.length,o=0,s=R(t);o<s;o++){var a=t[o];if(ie(a)&&(S(a)||C(a)))if(e>1)ne(a,e-1,i,n),r=n.length;else for(var l=0,c=a.length;l<c;)n[r++]=a[l++];else i||(n[r++]=a)}return n}var re=o((function(t,e){var i=(e=ne(e,!1,!1)).length;if(i<1)throw new Error("bindAll must be passed function names");for(;i--;){var n=e[i];t[n]=ee(t[n],t)}return t}));function oe(t,e){var i=function(n){var r=i.cache,o=""+(e?e.apply(this,arguments):n);return T(r,o)||(r[o]=t.apply(this,arguments)),r[o]};return i.cache={},i}var se=o((function(t,e,i){return setTimeout((function(){return t.apply(null,i)}),e)})),ae=te(se,F,1);function le(t,e,i){var n,r,o,s,a=0;i||(i={});var l=function(){a=!1===i.leading?0:Nt(),n=null,s=t.apply(r,o),n||(r=o=null)},c=function(){var c=Nt();a||!1!==i.leading||(a=c);var u=e-(c-a);return r=this,o=arguments,u<=0||u>e?(n&&(clearTimeout(n),n=null),a=c,s=t.apply(r,o),n||(r=o=null)):n||!1===i.trailing||(n=setTimeout(l,u)),s};return c.cancel=function(){clearTimeout(n),a=0,n=r=o=null},c}function ce(t,e,i){var n,r,s,a,l,c=function(){var o=Nt()-r;e>o?n=setTimeout(c,e-o):(n=null,i||(a=t.apply(l,s)),n||(s=l=null))},u=o((function(o){return l=this,s=o,r=Nt(),n||(n=setTimeout(c,e),i&&(a=t.apply(l,s))),a}));return u.cancel=function(){clearTimeout(n),n=s=l=null},u}function ue(t,e){return te(e,t)}function he(t){return function(){return!t.apply(this,arguments)}}function de(){var t=arguments,e=t.length-1;return function(){for(var i=e,n=t[e].apply(this,arguments);i--;)n=t[i].call(this,n);return n}}function pe(t,e){return function(){if(--t<1)return e.apply(this,arguments)}}function fe(t,e){var i;return function(){return--t>0&&(i=e.apply(this,arguments)),t<=1&&(e=null),i}}var me=te(fe,2);function ge(t,e,i){e=Ct(e,i);for(var n,r=I(t),o=0,s=r.length;o<s;o++)if(e(t[n=r[o]],n,t))return n}function ye(t){return function(e,i,n){i=Ct(i,n);for(var r=R(e),o=t>0?0:r-1;o>=0&&o<r;o+=t)if(i(e[o],o,e))return o;return-1}}var be=ye(1),ve=ye(-1);function Me(t,e,i,n){for(var r=(i=Ct(i,n,1))(e),o=0,s=R(t);o<s;){var a=Math.floor((o+s)/2);i(t[a])<r?o=a+1:s=a}return o}function xe(t,e,i){return function(n,o,s){var a=0,l=R(n);if("number"==typeof s)t>0?a=s>=0?s:Math.max(s+l,a):l=s>=0?Math.min(s+1,l):s+l+1;else if(i&&s&&l)return n[s=i(n,o)]===o?s:-1;if(o!=o)return(s=e(r.q.call(n,a,l),z))>=0?s+a:-1;for(s=t>0?a:l-1;s>=0&&s<l;s+=t)if(n[s]===o)return s;return-1}}var _e=xe(1,be,Me),Ae=xe(-1,ve);function Le(t,e,i){var n=(ie(t)?be:ge)(t,e,i);if(void 0!==n&&-1!==n)return t[n]}function we(t,e){return Le(t,wt(e))}function ke(t,e,i){var n,r;if(e=St(e,i),ie(t))for(n=0,r=t.length;n<r;n++)e(t[n],n,t);else{var o=I(t);for(n=0,r=o.length;n<r;n++)e(t[o[n]],o[n],t)}return t}function Se(t,e,i){e=Ct(e,i);for(var n=!ie(t)&&I(t),r=(n||t).length,o=Array(r),s=0;s<r;s++){var a=n?n[s]:s;o[s]=e(t[a],a,t)}return o}function Te(t){var e=function(e,i,n,r){var o=!ie(e)&&I(e),s=(o||e).length,a=t>0?0:s-1;for(r||(n=e[o?o[a]:a],a+=t);a>=0&&a<s;a+=t){var l=o?o[a]:a;n=i(n,e[l],l,e)}return n};return function(t,i,n,r){var o=arguments.length>=3;return e(t,St(i,r,4),n,o)}}var Oe=Te(1),Ce=Te(-1);function je(t,e,i){var n=[];return e=Ct(e,i),ke(t,(function(t,i,r){e(t,i,r)&&n.push(t)})),n}function ze(t,e,i){return je(t,he(Ct(e)),i)}function Pe(t,e,i){e=Ct(e,i);for(var n=!ie(t)&&I(t),r=(n||t).length,o=0;o<r;o++){var s=n?n[o]:o;if(!e(t[s],s,t))return!1}return!0}function De(t,e,i){e=Ct(e,i);for(var n=!ie(t)&&I(t),r=(n||t).length,o=0;o<r;o++){var s=n?n[o]:o;if(e(t[s],s,t))return!0}return!1}function Ee(t,e,i,n){return ie(t)||(t=at(t)),("number"!=typeof i||n)&&(i=0),_e(t,e,i)>=0}var Ne=o((function(t,e,i){var n,r;return x(e)?r=e:(e=Mt(e),n=e.slice(0,-1),e=e[e.length-1]),Se(t,(function(t){var o=r;if(!o){if(n&&n.length&&(t=xt(t,n)),null==t)return;o=t[e]}return null==o?o:o.apply(t,i)}))}));function Ye(t,e){return Se(t,kt(e))}function Be(t,e){return je(t,wt(e))}function We(t,e,i){var n,r,o=-1/0,s=-1/0;if(null==e||"number"==typeof e&&"object"!=typeof t[0]&&null!=t)for(var a=0,l=(t=ie(t)?t:at(t)).length;a<l;a++)null!=(n=t[a])&&n>o&&(o=n);else e=Ct(e,i),ke(t,(function(t,i,n){((r=e(t,i,n))>s||r===-1/0&&o===-1/0)&&(o=t,s=r)}));return o}function Re(t,e,i){var n,r,o=1/0,s=1/0;if(null==e||"number"==typeof e&&"object"!=typeof t[0]&&null!=t)for(var a=0,l=(t=ie(t)?t:at(t)).length;a<l;a++)null!=(n=t[a])&&n<o&&(o=n);else e=Ct(e,i),ke(t,(function(t,i,n){((r=e(t,i,n))<s||r===1/0&&o===1/0)&&(o=t,s=r)}));return o}function He(t,e,i){if(null==e||i)return ie(t)||(t=at(t)),t[Et(t.length-1)];var n=ie(t)?yt(t):at(t),r=R(n);e=Math.max(Math.min(e,r),0);for(var o=r-1,s=0;s<e;s++){var a=Et(s,o),l=n[s];n[s]=n[a],n[a]=l}return n.slice(0,e)}function Ie(t){return He(t,1/0)}function Xe(t,e,i){var n=0;return e=Ct(e,i),Ye(Se(t,(function(t,i,r){return{value:t,index:n++,criteria:e(t,i,r)}})).sort((function(t,e){var i=t.criteria,n=e.criteria;if(i!==n){if(i>n||void 0===i)return 1;if(i<n||void 0===n)return-1}return t.index-e.index})),"value")}function qe(t,e){return function(i,n,r){var o=e?[[],[]]:{};return n=Ct(n,r),ke(i,(function(e,r){var s=n(e,r,i);t(o,e,s)})),o}}var Fe=qe((function(t,e,i){T(t,i)?t[i].push(e):t[i]=[e]})),Ge=qe((function(t,e,i){t[i]=e})),Ue=qe((function(t,e,i){T(t,i)?t[i]++:t[i]=1})),Ve=qe((function(t,e,i){t[i?0:1].push(e)}),!0),Ke=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;function $e(t){return t?S(t)?r.q.call(t):d(t)?t.match(Ke):ie(t)?Se(t,Lt):at(t):[]}function Je(t){return null==t?0:ie(t)?t.length:I(t).length}function Ze(t,e,i){return e in i}var Qe=o((function(t,e){var i={},n=e[0];if(null==t)return i;x(n)?(e.length>1&&(n=St(n,e[1])),e=K(t)):(n=Ze,e=ne(e,!1,!1),t=Object(t));for(var r=0,o=e.length;r<o;r++){var s=e[r],a=t[s];n(a,s,t)&&(i[s]=a)}return i})),ti=o((function(t,e){var i,n=e[0];return x(n)?(n=he(n),e.length>1&&(i=e[1])):(e=Se(ne(e,!1,!1),String),n=function(t,i){return!Ee(e,i)}),Qe(t,n,i)}));function ei(t,e,i){return r.q.call(t,0,Math.max(0,t.length-(null==e||i?1:e)))}function ii(t,e,i){return null==t||t.length<1?null==e||i?void 0:[]:null==e||i?t[0]:ei(t,t.length-e)}function ni(t,e,i){return r.q.call(t,null==e||i?1:e)}function ri(t,e,i){return null==t||t.length<1?null==e||i?void 0:[]:null==e||i?t[t.length-1]:ni(t,Math.max(0,t.length-e))}function oi(t){return je(t,Boolean)}function si(t,e){return ne(t,e,!1)}var ai=o((function(t,e){return e=ne(e,!0,!0),je(t,(function(t){return!Ee(e,t)}))})),li=o((function(t,e){return ai(t,e)}));function ci(t,e,i,n){c(e)||(n=i,i=e,e=!1),null!=i&&(i=Ct(i,n));for(var r=[],o=[],s=0,a=R(t);s<a;s++){var l=t[s],u=i?i(l,s,t):l;e&&!i?(s&&o===u||r.push(l),o=u):i?Ee(o,u)||(o.push(u),r.push(l)):Ee(r,l)||r.push(l)}return r}var ui=o((function(t){return ci(ne(t,!0,!0))}));function hi(t){for(var e=[],i=arguments.length,n=0,r=R(t);n<r;n++){var o=t[n];if(!Ee(e,o)){var s;for(s=1;s<i&&Ee(arguments[s],o);s++);s===i&&e.push(o)}}return e}function di(t){for(var e=t&&We(t,R).length||0,i=Array(e),n=0;n<e;n++)i[n]=Ye(t,n);return i}var pi=o(di);function fi(t,e){for(var i={},n=0,r=R(t);n<r;n++)e?i[t[n]]=e[n]:i[t[n][0]]=t[n][1];return i}function mi(t,e,i){null==e&&(e=t||0,t=0),i||(i=e<t?-1:1);for(var n=Math.max(Math.ceil((e-t)/i),0),r=Array(n),o=0;o<n;o++,t+=i)r[o]=t;return r}function gi(t,e){if(null==e||e<1)return[];for(var i=[],n=0,o=t.length;n<o;)i.push(r.q.call(t,n,n+=e));return i}function yi(t,e){return t._chain?F(e).chain():e}function bi(t){return ke(ut(t),(function(e){var i=F[e]=t[e];F.prototype[e]=function(){var t=[this._wrapped];return r.o.apply(t,arguments),yi(this,i.apply(F,t))}})),F}ke(["pop","push","reverse","shift","sort","splice","unshift"],(function(t){var e=r.a[t];F.prototype[t]=function(){var i=this._wrapped;return null!=i&&(e.apply(i,arguments),"shift"!==t&&"splice"!==t||0!==i.length||delete i[0]),yi(this,i)}})),ke(["concat","join","slice"],(function(t){var e=r.a[t];F.prototype[t]=function(){var t=this._wrapped;return null!=t&&(t=e.apply(t,arguments)),yi(this,t)}}));var vi=F,Mi=bi(n);Mi._=Mi;var xi=Mi},"./src/main/webapp/contrib/highcharts/modules/highcharts-downsample/highcharts-downsample.es":function(t,e,i){(function(t){var n,r;n=[i("./node_modules/core-js/modules/es.symbol.js"),i("./node_modules/core-js/modules/es.symbol.description.js"),i("./node_modules/core-js/modules/es.symbol.iterator.js"),i("./node_modules/core-js/modules/es.array.iterator.js"),i("./node_modules/core-js/modules/es.array.slice.js"),i("./node_modules/core-js/modules/es.object.to-string.js"),i("./node_modules/core-js/modules/es.regexp.to-string.js"),i("./node_modules/core-js/modules/es.string.iterator.js"),i("./node_modules/core-js/modules/web.dom-collections.iterator.js"),i("./src/main/webapp/contrib/highcharts/modules/highcharts-downsample/lttb.es")],void 0===(r=function(e,i,n,r,o,s,a,l,c,u){"use strict";var h,d;function p(t){return(p="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}u=(h=u)&&h.__esModule?h:{default:h},d=function(t){var e;e=t,Array.isArray||(Array.isArray=function(t){return"[object Array]"===Object.prototype.toString.call(t)}),Math.floor,Math.abs,e.wrap(e.Series.prototype,"setData",(function(t){var e=this.options;if(e.hasOwnProperty("downsample")&&arguments[1].length>0)if(Array.isArray(arguments[1][0])&&2==arguments[1][0].length)arguments[1]=(0,u.default)(arguments[1],e.downsample.threshold);else if(!isNaN(parseFloat(arguments[1][0]))&&isFinite(arguments[1][0])){for(var i=void 0!==e.pointStart?e.pointStart:0,n=void 0!==e.pointInterval?e.pointInterval:1,r=0,o=arguments[1].length;r<o;r++)arguments[1][r]=[i,arguments[1][r]],i+=n;arguments[1]=(0,u.default)(arguments[1],e.downsample.threshold)}else null!==arguments[1][0].x&&void 0!==arguments[1][0].y?arguments[1]=(0,u.default)(arguments[1],e.downsample.threshold):console.log("Downsample Error: Invalid data format! Note: Range Series are not supported");t.apply(this,Array.prototype.slice.call(arguments,1))}))},"object"===p(t)&&t.exports?t.exports=d:d(Highcharts)}.apply(e,n))||(t.exports=r)}).call(this,i("./node_modules/@splunk/swc-mltk/node_modules/webpack/buildin/module.js")(t))},"./src/main/webapp/contrib/highcharts/modules/highcharts-downsample/lttb.es":function(t,e,i){var n,r;n=[e,i("./node_modules/core-js/modules/es.array.concat.js"),i("./node_modules/core-js/modules/es.array.sort.js"),i("./node_modules/core-js/modules/es.object.to-string.js"),i("./node_modules/core-js/modules/es.regexp.to-string.js")],void 0===(r=function(i,n,r,o,s){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.default=function(t,e){var i=t.length;if(e>=i||0===e||null===e)return t;var n,r,o,s,h=[],d=0,p=(i-2)/(e-2),f=0;h[d++]=t[f];for(var m=0;m<e-2;m++){for(var g=0,y=0,b=a((m+1)*p)+1,v=a((m+2)*p)+1,M=(v=v<i?v:i)-b,x=[];b<v;b++)g+=1*c(t[b]),y+=1*u(t[b]);g/=M,y/=M;var _=a((m+0)*p)+1,A=a((m+1)*p)+1,L=1*c(t[f]),w=1*u(t[f]);for(r=o=-1;_<A;_++)(o=.5*l((L-g)*(u(t[_])-w)-(L-c(t[_]))*(y-w)))>r&&(r=o,n=t[_],s=_),t[_].required&&x.push(t[_]);n.required||(x.push(n),x.sort((function(t,e){return c(t)-c(e)}))),h=h.concat(x),d+=x.length,f=s}return h[d++]=t[i-1],h},Array.isArray||(Array.isArray=function(t){return"[object Array]"===Object.prototype.toString.call(t)});var a=Math.floor,l=Math.abs;function c(t){return Array.isArray(t)?t[0]:t.x}function u(t){return Array.isArray(t)?t[1]:t.y}t.exports=e.default}.apply(e,n))||(t.exports=r)},"./src/main/webapp/contrib_shim/SplunkWebCore/vizapi/SplunkVisualizationBase.es":function(t,e,i){var n,r;n=[e,i("./node_modules/@splunk/charting/lib/index.js"),i("./node_modules/@splunk/splunk-utils/config.js"),i("./node_modules/@splunk/swc-mltk/dist/splunkvisualizationbase.js")],void 0===(r=function(i,n,r,o){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.default=void 0;i.default=o.SplunkVisualizationBase.extend({initialize:function(){(0,n.setTimezone)(r.serverTimezoneInfo),o.SplunkVisualizationBase.prototype.initialize.apply(this,arguments)}});t.exports=e.default}.apply(e,n))||(t.exports=r)},"./src/main/webapp/contrib_shim/highcharts/extensions.es":function(t,e,i){var n,r;n=[e,i("./node_modules/core-js/modules/es.array.concat.js"),i("./node_modules/core-js/modules/es.array.flat.js"),i("./node_modules/core-js/modules/es.array.slice.js"),i("./node_modules/core-js/modules/es.array.unscopables.flat.js")],void 0===(r=function(t,e,i,n,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.addPlotLine=function(t){return function(e){var i={label:{style:null!=this.chart.options.labels?this.chart.options.labels.style:{}}},n=Array.prototype.slice.call(arguments),r=n[1];e.apply(this,[t.merge(r,i)])}},t.getPlotLinePath=function(t){return function(t){var e=t.apply(this,Array.prototype.slice.call(arguments,1));return e&&(e.flat=!1),e}},t.renderItem=function(t){return function(t){for(var e=arguments.length,i=new Array(e>1?e-1:0),n=1;n<e;n++)i[n-1]=arguments[n];t.call.apply(t,[this].concat(i));var r=i[0];r.legendGroup.element.onmouseover=function(){null!=r.options.events.legendMouseOver&&r.options.events.legendMouseOver.call(r,{target:r.legendGroup,series:r})},r.legendGroup.element.onmouseout=function(){null!=r.options.events.legendMouseOut&&r.options.events.legendMouseOut.call(r,{target:r.legendGroup,series:r})}}},t.updateColorForPoint=function(t,e){this&&this.graphic&&this.graphic.attr("fill",e)}}.apply(e,n))||(t.exports=r)},"./src/main/webapp/contrib_shim/highcharts/highstock.es":function(t,e,i){var n,r;n=[e,i("./node_modules/highcharts/highstock.js"),i("./src/main/webapp/contrib/highcharts/modules/highcharts-downsample/highcharts-downsample.es"),i("./node_modules/highcharts/modules/no-data-to-display.js"),i("./src/main/webapp/contrib_shim/highcharts/extensions.es"),i("./src/main/webapp/contrib_shim/highcharts/theme.es")],void 0===(r=function(i,n,r,o,s,a){"use strict";function l(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(i,"__esModule",{value:!0}),i.default=void 0,n=l(n),r=l(r),o=l(o),(0,r.default)(n.default),(0,o.default)(n.default),(0,a.setTheme)(n.default),n.default.wrap(n.default.Axis.prototype,"getPlotLinePath",(0,s.getPlotLinePath)(n.default)),n.default.wrap(n.default.Axis.prototype,"addPlotLine",(0,s.addPlotLine)(n.default));i.default=n.default;t.exports=e.default}.apply(e,n))||(t.exports=r)},"./src/main/webapp/contrib_shim/highcharts/theme.es":function(t,e,i){var n,r;n=[e,i("./src/main/webapp/util/colorPalette.es"),i("./src/main/webapp/util/visualizationUtil.es")],void 0===(r=function(t,e,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.setTheme=function(t){var n={colors:(0,e.getColors)(),chart:{style:{"font-family":"Splunk Platform Sans"}},credits:!1,global:{useUTC:!1},legend:{itemStyle:{"font-weight":"normal"}}},r="dark"===(0,i.getCurrentTheme)();t.setOptions(r?t.merge(n,e.highchartsDarkTheme):n)}}.apply(e,n))||(t.exports=r)},"./src/main/webapp/plots/LinesPlot.es":function(t,e,i){var n,r;i("./node_modules/core-js/modules/es.symbol.js"),i("./node_modules/core-js/modules/es.symbol.description.js"),i("./node_modules/core-js/modules/es.symbol.iterator.js"),i("./node_modules/core-js/modules/es.array.filter.js"),i("./node_modules/core-js/modules/es.array.iterator.js"),i("./node_modules/core-js/modules/es.object.get-own-property-descriptor.js"),i("./node_modules/core-js/modules/es.object.get-own-property-descriptors.js"),i("./node_modules/core-js/modules/es.object.keys.js"),i("./node_modules/core-js/modules/es.string.iterator.js"),i("./node_modules/core-js/modules/web.dom-collections.iterator.js"),n=[e,i("./node_modules/core-js/modules/es.symbol.to-primitive.js"),i("./node_modules/core-js/modules/es.date.to-primitive.js"),i("./node_modules/core-js/modules/es.function.name.js"),i("./node_modules/core-js/modules/es.number.constructor.js"),i("./node_modules/core-js/modules/es.object.to-string.js"),i("./node_modules/core-js/modules/web.dom-collections.for-each.js"),i("./src/main/webapp/util/colorPalette.es"),i("./src/main/webapp/util/formatters/formatLinesData.es"),i("./src/main/webapp/util/options.es"),i("./src/main/webapp/util/simpleLegendAlign.es"),i("./src/main/webapp/contrib_shim/highcharts/highstock.es")],void 0===(r=function(i,n,r,o,s,a,l,c,u,h,d,p){"use strict";function f(t){return t&&t.__esModule?t:{default:t}}function m(t){return(m="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function g(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function y(t){for(var e=1;e<arguments.length;e++){var i=null!=arguments[e]?arguments[e]:{};e%2?g(Object(i),!0).forEach((function(e){b(t,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):g(Object(i)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}function b(t,e,i){return(e=x(e))in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function v(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function M(t,e){for(var i=0;i<e.length;i++){var n=e[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,x(n.key),n)}}function x(t){var e=function(t,e){if("object"!=m(t)||!t)return t;var i=t[Symbol.toPrimitive];if(void 0!==i){var n=i.call(t,e||"default");if("object"!=m(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==m(e)?e:e+""}Object.defineProperty(i,"__esModule",{value:!0}),i.default=void 0,h=f(h),d=f(d),p=f(p);var _='<span style="color:{series.color}">{series.name}</span>: <b>{point.y}</b><br/>';i.default=function(){return t=function t(e){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};v(this,t);var n=h.default.getOptionByName("highchartsValueDecimals");this.chartOptions={chart:{renderTo:e},credits:!1,title:{text:""},xAxis:{title:{text:i.xAxisLabel},crosshair:!1},yAxis:{endOnTick:!0,opposite:!1,showLastLabel:!0,startOnTick:!0,title:{text:i.yAxisLabel}},tooltip:{pointFormat:_,valueDecimals:n,split:!1},legend:y({enabled:!0,useHTML:!0,labelFormatter:function(){return'<span title="shift-click to toggle" data-toggle="tooltip">'.concat(this.name,"</span>")}},(0,d.default)(i.legendAlign)),rangeSelector:{enabled:!1},navigator:{enabled:!1},scrollbar:{enabled:!1,height:0}},this.chart=new p.default.stockChart(this.chartOptions)},(e=[{key:"toggleNavigatorPane",value:function(t){this.chartOptions.navigator.enabled=t,this.chart.destroy(),this.chartOptions.scrollbar={enabled:t,height:t?14:0},this.chart=new p.default.stockChart(this.chartOptions)}},{key:"setSeries",value:function(t){for(var e=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=h.default.getOptionByName("plotPointThreshold");this.chart.series.length>0;)this.chart.series[0].remove(!1);if(null!=i.xAxisType&&this.chart.xAxis[0].update({type:i.xAxisType}),t.forEach((function(t,r){var o=(0,u.handleSolitaryPoints)(t.toDataArray());e.chart.addSeries({type:"line",data:o,marker:{symbol:"circle",radius:o.length>n?1.1:3},name:t.getLabel(),color:(0,c.getColorByIndex)(r),downsample:{threshold:n},zIndex:t.priority,point:{events:{click:i.onClick||function(){}}},events:{legendItemClick:function(t){return!(!t.browserEvent.shiftKey&&null!=i.onLegendItemClick&&(i.onLegendItemClick.apply(this,arguments),1))}}},!1)})),null!=i.xAxisLabel&&this.chart.xAxis[0].setTitle({text:i.xAxisLabel},!1),null!=i.yAxisLabel&&this.chart.yAxis[0].setTitle({text:i.yAxisLabel},!1),null!=i.spacingLeft){var r=i.spacingLeft;this.chart.update({chart:{spacingLeft:r}},!1)}if(i.sortXAxis&&null!=i.xAxisTooltipLabel){var o='<span style="color:{series.color}">{series.name}</span>: <b>{point.y}</b><br/><span>'.concat(i.xAxisTooltipLabel,"</span>: <b>{point.x}</b>");this.chart.update({tooltip:{headerFormat:"",pointFormat:o}},!1),this.chart.series[0].update({varXAxisLabel:i.varXAxisLabel},!1)}else this.chart.update({tooltip:{headerFormat:'<span style="font-size: 10px">{point.key}</span><br/>',pointFormat:_}},!1);this.chart.redraw()}},{key:"reflow",value:function(){null!=this.chart&&this.chart.reflow()}}])&&M(t.prototype,e),i&&M(t,i),Object.defineProperty(t,"prototype",{writable:!1}),t;var t,e,i}();t.exports=e.default}.apply(e,n))||(t.exports=r)},"./src/main/webapp/plots/types/Point.es":function(t,e,i){var n,r;i("./node_modules/core-js/modules/es.symbol.js"),i("./node_modules/core-js/modules/es.symbol.description.js"),i("./node_modules/core-js/modules/es.symbol.iterator.js"),i("./node_modules/core-js/modules/es.array.iterator.js"),i("./node_modules/core-js/modules/es.object.to-string.js"),i("./node_modules/core-js/modules/es.string.iterator.js"),i("./node_modules/core-js/modules/web.dom-collections.iterator.js"),n=[e,i("./node_modules/core-js/modules/es.symbol.to-primitive.js"),i("./node_modules/core-js/modules/es.date.to-primitive.js"),i("./node_modules/core-js/modules/es.number.constructor.js")],void 0===(r=function(i,n,r,o){"use strict";function s(t){return(s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function a(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function l(t,e){for(var i=0;i<e.length;i++){var n=e[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,c(n.key),n)}}function c(t){var e=function(t,e){if("object"!=s(t)||!t)return t;var i=t[Symbol.toPrimitive];if(void 0!==i){var n=i.call(t,e||"default");if("object"!=s(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==s(e)?e:e+""}Object.defineProperty(i,"__esModule",{value:!0}),i.default=void 0;i.default=function(){return t=function t(e,i,n,r){var o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:null;a(this,t),this.x=isNaN(e)?null:e,this.y=isNaN(i)?null:i,this.originalX=n,this.originalY=r,this.originalIndex=o},(e=[{key:"toDataArray",value:function(){return[this.x,this.y]}},{key:"getOriginalIndex",value:function(){return this.originalIndex}}])&&l(t.prototype,e),i&&l(t,i),Object.defineProperty(t,"prototype",{writable:!1}),t;var t,e,i}();t.exports=e.default}.apply(e,n))||(t.exports=r)},"./src/main/webapp/plots/types/Points.es":function(t,e,i){var n,r;i("./node_modules/core-js/modules/es.symbol.js"),i("./node_modules/core-js/modules/es.symbol.description.js"),i("./node_modules/core-js/modules/es.symbol.iterator.js"),i("./node_modules/core-js/modules/es.array.iterator.js"),i("./node_modules/core-js/modules/es.string.iterator.js"),i("./node_modules/core-js/modules/web.dom-collections.iterator.js"),n=[e,i("./node_modules/core-js/modules/es.symbol.to-primitive.js"),i("./node_modules/core-js/modules/es.array.slice.js"),i("./node_modules/core-js/modules/es.date.to-primitive.js"),i("./node_modules/core-js/modules/es.number.constructor.js"),i("./node_modules/core-js/modules/es.object.to-string.js"),i("./node_modules/core-js/modules/web.dom-collections.for-each.js")],void 0===(r=function(i,n,r,o,s,a,l){"use strict";function c(t){return(c="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function u(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function h(t,e){for(var i=0;i<e.length;i++){var n=e[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,d(n.key),n)}}function d(t){var e=function(t,e){if("object"!=c(t)||!t)return t;var i=t[Symbol.toPrimitive];if(void 0!==i){var n=i.call(t,e||"default");if("object"!=c(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==c(e)?e:e+""}Object.defineProperty(i,"__esModule",{value:!0}),i.default=void 0;i.default=function(){return t=function t(e){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;u(this,t),this.label=e,this.priority=i,this.pointArray=[],this.maxValue=null,this.minValue=null},(e=[{key:"add",value:function(t){this.pointArray.push(t)}},{key:"get",value:function(t){return this.pointArray[t]}},{key:"getAll",value:function(){return this.pointArray.slice()}},{key:"getLabel",value:function(){return this.label}},{key:"calculateMinMaxValue",value:function(){var t=this.toDataArray(),e=null,i=null;return t.forEach((function(t){var n=Math.min(t[0],t[1]),r=Math.max(t[0],t[1]);(null==e||e>n)&&(e=n),(null==i||i<r)&&(i=r)})),[e,i]}},{key:"toDataArray",value:function(){var t=[];return this.pointArray.forEach((function(e){t.push(e.toDataArray())})),t}}])&&h(t.prototype,e),i&&h(t,i),Object.defineProperty(t,"prototype",{writable:!1}),t;var t,e,i}();t.exports=e.default}.apply(e,n))||(t.exports=r)},"./src/main/webapp/util/colorPalette.es":function(t,e,i){var n,r;n=[e,i("./node_modules/core-js/modules/es.array.join.js"),i("./node_modules/core-js/modules/es.array.slice.js"),i("./node_modules/core-js/modules/es.object.to-string.js"),i("./node_modules/core-js/modules/es.regexp.exec.js"),i("./node_modules/core-js/modules/es.regexp.to-string.js"),i("./node_modules/core-js/modules/es.string.replace.js"),i("./node_modules/@splunk/themes/enterpriseDark.js")],void 0===(r=function(t,e,i,n,r,o,s,a){"use strict";var l;Object.defineProperty(t,"__esModule",{value:!0}),t.getColorByIndex=function(t,e,i){var n=t%c.length,r=c[n];if(null==r)return"";e&&(o=r,s=parseInt(o.replace(/[^0-9A-F]/gi,""),16),r=[s>>16,s>>8&255,255&s]);var o,s;i&&(r="0x".concat(r.slice(1)));return r},t.getColors=function(){return c.slice()},t.getGradientColor=function(t,e,i){var n=this.getColorByIndex(t,!0),r=this.getColorByIndex(e,!0),o=1-i,s=i,a=[Math.round(n[0]*o+r[0]*s),Math.round(n[1]*o+r[1]*s),Math.round(n[2]*o+r[2]*s)];return"#".concat(u.apply(this,a))},t.getHexColorbyIndex=function(t){var e=c[t].slice(1);return"0x".concat(e)},t.panelColors=t.highchartsDarkTheme=void 0,a=(l=a)&&l.__esModule?l:{default:l};t.highchartsDarkTheme={chart:{backgroundColor:a.default.gray20,plotBorderColor:a.default.gray30},title:{style:{color:a.default.gray98}},subtitle:{style:{color:a.default.gray98}},xAxis:{gridLineColor:a.default.gray45,labels:{style:{color:a.default.gray98}},lineColor:a.default.gray45,minorGridLineColor:a.default.gray30,tickColor:a.default.gray45,title:{style:{color:a.default.gray92}}},yAxis:{gridLineColor:a.default.gray45,labels:{style:{color:a.default.gray98}},lineColor:a.default.gray45,minorGridLineColor:a.default.gray30,tickColor:a.default.gray45,title:{style:{color:a.default.gray92}}},tooltip:{backgroundColor:a.default.black,style:{color:a.default.white}},plotOptions:{series:{dataLabels:{color:a.default.gray92},marker:{lineColor:a.default.gray22}},boxplot:{fillColor:a.default.gray30},candlestick:{lineColor:a.default.white},errorbar:{color:a.default.white}},legend:{itemStyle:{color:a.default.gray98},itemHoverStyle:{color:a.default.white},itemHiddenStyle:{color:a.default.gray30}},credits:{style:{color:a.default.gray22}},labels:{style:{color:a.default.white}},drilldown:{activeAxisLabelStyle:{color:a.default.white},activeDataLabelStyle:{color:a.default.white}},navigation:{buttonOptions:{symbolStroke:a.default.gray96,theme:{fill:a.default.gray30}}},rangeSelector:{buttonTheme:{fill:a.default.gray30,stroke:a.default.black,style:{color:a.default.gray96},states:{hover:{fill:a.default.gray45,stroke:a.default.black,style:{color:a.default.white}},select:{fill:a.default.black,stroke:a.default.black,style:{color:a.default.white}}}},inputBoxBorderColor:a.default.gray30,inputStyle:{backgroundColor:a.default.gray20,color:a.default.gray80},labelStyle:{color:a.default.gray80}},navigator:{handles:{backgroundColor:a.default.gray22,borderColor:a.default.gray96},outlineColor:a.default.gray30,maskFill:"rgba(255,255,255,0.1)",series:{color:a.default.cat30ColorL,lineColor:a.default.accentColorL40},xAxis:{gridLineColor:a.default.gray30}},scrollbar:{barBackgroundColor:a.default.gray80,barBorderColor:a.default.gray80,buttonArrowColor:a.default.gray96,buttonBackgroundColor:a.default.gray30,buttonBorderColor:a.default.gray30,rifleColor:a.default.white,trackBackgroundColor:a.default.gray22,trackBorderColor:a.default.gray22},legendBackgroundColor:"rgba(0, 0, 0, 0.5)",background2:a.default.gray30,dataLabelsColor:a.default.gray96,textColor:a.default.gray96,contrastTextColor:a.default.white,maskColor:"rgba(255,255,255,0.3)"};var c=["#006d9c","#4fa484","#ec9960","#af575a","#b6c75a","#62b3b2","#294e70","#738795","#edd051","#bd9872","#5a4575","#7ea77b","#708794","#d7c6b7","#339bb2","#55672d","#e6e1ae","#96907f","#87bc65","#cf7e60","#7b5547","#77d6d8","#4a7f2c","#f589ad","#6a2c5d","#aaabae","#9a7438","#a4d563","#7672a4","#184b81","#7fb6ce","#a7d2c2","#f6ccb0","#d7abad","#dbe3ad","#b1d9d9","#94a7b8","#b9c3ca","#f6e8a8","#deccb9","#b7acca","#b2cab0","#a5b2bf","#e9ddd4","#66c3d0","#aab396","#f3f0d7","#c1bcb3","#b6d7a3","#e1b2a1","#dec4ba","#abe6e8","#91b282","#f8b7ce","#cba3c2","#cccdce","#c3ab89","#c7e6a3","#ada9c8","#a4bbe0"];function u(t,e,i){var n;return n=(t<<16|e<<8|i).toString(16).toUpperCase(),new Array(7-n.length).join("0")+n}t.panelColors={selected:"#4092c9",hovered:"#a4d7f4"}}.apply(e,n))||(t.exports=r)},"./src/main/webapp/util/formatters/formatLinesData.es":function(t,e,i){var n,r;n=[e,i("./node_modules/core-js/modules/es.array.map.js"),i("./node_modules/core-js/modules/es.array.sort.js"),i("./node_modules/core-js/modules/es.object.to-string.js"),i("./node_modules/core-js/modules/web.dom-collections.for-each.js"),i("./node_modules/@splunk/moment/index.js"),i("./src/main/webapp/util/getFieldFromData.es"),i("./src/main/webapp/plots/types/Point.es"),i("./src/main/webapp/plots/types/Points.es")],void 0===(r=function(t,e,i,n,r,o,s,a,l){"use strict";function c(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(t,"__esModule",{value:!0}),t.formatLinesData=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,i=t.fields.reduce((function(t,e,i){return i>0&&e.length>0&&"_"!==e[0]&&t.push({label:e,index:i}),t}),[]),n=(0,s.default)(t,"_sortBy")[0],r={type:"linear",seriesList:i.map((function(t){return new l.default(t.label,t.label===n?1:0)}))},c="_time"===t.fields[0]?0:-1,u=[];if(c>-1){var h=t.rows.every((function(t,e){var i=!1,n=t[c],r=o.default.newSplunkTime({time:n}).valueOf();return null!=n&&!isNaN(r)&&(0===e||u[e-1]<r)&&(u[e]=r,i=!0),i}));h&&(r.type="datetime")}t.rows.forEach((function(t,n){i.forEach((function(i,o){var s;s=e?parseFloat(t[o]):"datetime"===r.type?u[n]:n;var l=t[i.index];r.seriesList[o].add(new a.default(s,parseFloat(l),null,l))}))})),e&&r.seriesList[0].pointArray.sort((function(t,e){return t.x-e.x}));return r},t.handleSolitaryPoints=function(t){return t.map((function(e,i){var n=t[i-1],r=t[i+1];return{x:e[0],y:e[1],marker:{enabled:!(null==e[1]||null!=n&&null!=n[1]||null!=r&&null!=r[1])}}}))},o=c(o),s=c(s),a=c(a),l=c(l)}.apply(e,n))||(t.exports=r)},"./src/main/webapp/util/getFieldFromData.es":function(t,e,i){var n,r;n=[e,i("./node_modules/core-js/modules/es.object.to-string.js"),i("./node_modules/core-js/modules/web.dom-collections.for-each.js")],void 0===(r=function(i,n,r){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.default=function(t,e){var i=[];if(null!=t.rows&&null!=t.fields){var n=t.fields.indexOf(e);n>=0&&t.rows.forEach((function(t){null!=t[n]&&i.push(t[n])}))}return i},t.exports=e.default}.apply(e,n))||(t.exports=r)},"./src/main/webapp/util/options.es":function(t,e,i){var n;void 0===(n=function(i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.default=void 0;var n={plotPointThreshold:1e3,maxSeriesThreshold:50,smallLoaderScale:.4,largeLoaderScale:1,highchartsValueDecimals:2,defaultModelName:"default_model_name",defaultRoleName:"default",defaultVizHeight:400};i.default={getOptionByName:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,i=n[t];return null!=i?i:e}};t.exports=e.default}.apply(e,[e]))||(t.exports=n)},"./src/main/webapp/util/simpleLegendAlign.es":function(t,e,i){var n;void 0===(n=function(i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.default=function(t){var e={};null!=t&&("left"===t||"right"===t?(e.align=t,e.verticalAlign="middle",e.layout="vertical"):"top"!==t&&"bottom"!==t||(e.align="center",e.verticalAlign=t,e.layout="horizontal"));return e},t.exports=e.default}.apply(e,[e]))||(t.exports=n)},"./src/main/webapp/util/visualizationUtil.es":function(t,e,i){var n,r;function o(t){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}i("./node_modules/core-js/modules/es.symbol.js"),i("./node_modules/core-js/modules/es.symbol.description.js"),i("./node_modules/core-js/modules/es.symbol.iterator.js"),i("./node_modules/core-js/modules/es.symbol.to-primitive.js"),i("./node_modules/core-js/modules/es.array.filter.js"),i("./node_modules/core-js/modules/es.array.iterator.js"),i("./node_modules/core-js/modules/es.date.to-primitive.js"),i("./node_modules/core-js/modules/es.number.constructor.js"),i("./node_modules/core-js/modules/es.object.get-own-property-descriptor.js"),i("./node_modules/core-js/modules/es.object.get-own-property-descriptors.js"),i("./node_modules/core-js/modules/es.string.iterator.js"),i("./node_modules/core-js/modules/web.dom-collections.for-each.js"),i("./node_modules/core-js/modules/web.dom-collections.iterator.js"),n=[e,i("./node_modules/core-js/modules/es.array.concat.js"),i("./node_modules/core-js/modules/es.function.name.js"),i("./node_modules/core-js/modules/es.object.keys.js"),i("./node_modules/core-js/modules/es.object.to-string.js"),i("./node_modules/core-js/modules/es.regexp.exec.js"),i("./node_modules/core-js/modules/es.string.match.js"),i("./node_modules/@splunk/splunk-utils/config.js")],void 0===(r=function(t,e,i,n,r,s,a,l){"use strict";function c(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function u(t){for(var e=1;e<arguments.length;e++){var i=null!=arguments[e]?arguments[e]:{};e%2?c(Object(i),!0).forEach((function(e){h(t,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):c(Object(i)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}function h(t,e,i){return(e=function(t){var e=function(t,e){if("object"!=o(t)||!t)return t;var i=t[Symbol.toPrimitive];if(void 0!==i){var n=i.call(t,e||"default");if("object"!=o(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==o(e)?e:e+""}(e))in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}Object.defineProperty(t,"__esModule",{value:!0}),t.findFieldIndex=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=arguments.length>1?arguments[1]:void 0;return t.reduce((function(t,i,n){return i.name===e?n:t}),-1)},t.findFieldIndices=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return t.reduce((function(t,e,i){return u(u({},t),{},h({},e.name,i))}),{})},t.getCurrentTheme=function(){return window.__splunk_page_theme__||"light"},t.getSeriesGroup=function(t){return[t].concat(null!=t.linkedSeries?t.linkedSeries:[])},t.getVisualizationConfig=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=arguments.length>2?arguments[2]:void 0,n=arguments.length>3?arguments[3]:void 0,r=t.getPropertyNamespaceInfo().propertyNamespace,o=e["".concat(r).concat(i)];return null!=o?o:n},t.getVizId=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:l.app;return"".concat(e,".").concat(t)},t.removeChildElements=function(t){for(;t.firstChild;)t.removeChild(t.firstChild)},t.setVizConfig=void 0,t.sortLegendLabels=function(t,e){if("string"==typeof t&&"string"==typeof e){var i=t.match(/(\d+)$/),n=e.match(/(\d+)$/);if(null!=i&&null!=n){var r=parseInt(i[0],10),o=parseInt(n[0],10);if(!isNaN(r)&&!isNaN(o))return r-o}}else if("number"==typeof t&&"number"==typeof e)return t-e;return 0},t.splitKeyToString=function(t){try{var e=JSON.parse(t);return Object.keys(e).reduce((function(t,i){return"".concat(t," ").concat(i,"=").concat(e[i]," ")}),"")}catch(e){return t}};t.setVizConfig=function(t,e,i){return t.settings.set("".concat(t.settings.attributes.type,".").concat(e),i)}}.apply(e,n))||(t.exports=r)}})})); |