@progress/kendo-vue-charts 2.5.3 → 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("@progress/kendo-drawing"),require("vue"),require("@progress/kendo-licensing"),require("@progress/kendo-vue-intl")):"function"==typeof define&&define.amd?define(["@progress/kendo-drawing","vue","@progress/kendo-licensing","@progress/kendo-vue-intl"],e):"object"==typeof exports?exports.KendoVueCharts=e(require("@progress/kendo-drawing"),require("vue"),require("@progress/kendo-licensing"),require("@progress/kendo-vue-intl")):t.KendoVueCharts=e(t.KendoDrawing,t.Vue,t.KendoLicensing,t.KendoVueIntl)}(window,(function(t,e,r,i){return function(t){var e={};function r(i){if(e[i])return e[i].exports;var n=e[i]={i:i,l:!1,exports:{}};return t[i].call(n.exports,n,n.exports,r),n.l=!0,n.exports}return r.m=t,r.c=e,r.d=function(t,e,i){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:i})},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.t=function(t,e){if(1&e&&(t=r(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(r.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var n in t)r.d(i,n,function(e){return t[e]}.bind(null,n));return i},r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,"a",e),e},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.p="",r(r.s=33)}([function(e,r){e.exports=t},function(t,e,r){"use strict";r.r(e),r.d(e,"classNames",(function(){return i})),r.d(e,"guid",(function(){return n})),r.d(e,"Keys",(function(){return o})),r.d(e,"noop",(function(){return A})),r.d(e,"getListeners",(function(){return I})),r.d(e,"hasListener",(function(){return L})),r.d(e,"canUseDOM",(function(){return a})),r.d(e,"focusFirstFocusableChild",(function(){return s})),r.d(e,"clone",(function(){return S})),r.d(e,"Draggable",(function(){return _})),r.d(e,"cloneArray",(function(){return P})),r.d(e,"cloneValue",(function(){return j})),r.d(e,"cloneObject",(function(){return w})),r.d(e,"cloneDate",(function(){return O})),r.d(e,"getTemplate",(function(){return R})),r.d(e,"templateRendering",(function(){return D})),r.d(e,"getTabIndex",(function(){return F})),r.d(e,"getDefaultSlots",(function(){return b})),r.d(e,"isRtl",(function(){return K})),r.d(e,"getter",(function(){return T})),r.d(e,"setter",(function(){return N})),r.d(e,"validatePackage",(function(){return H}));var i=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return t.filter((function(t){return!0!==t&&!!t})).map((function(t){return Array.isArray(t)?i.apply(void 0,t):"object"==typeof t?Object.keys(t).map((function(e,r){return t[r]||t[e]&&e||null})).filter((function(t){return null!==t})).join(" "):t})).filter((function(t){return!!t})).join(" ")},n=function(){var t,e,r="";for(t=0;t<32;t++)e=16*Math.random()|0,8!==t&&12!==t&&16!==t&&20!==t||(r+="-"),r+=(12===t?4:16===t?3&e|8:e).toString(16);return r},o={backspace:8,tab:9,enter:13,shift:16,esc:27,space:32,pageUp:33,pageDown:34,end:35,home:36,left:37,up:38,right:39,down:40,delete:46},a=Boolean("undefined"!=typeof window&&window.document&&window.document.createElement),s=function(t){if(t){var e=t.querySelectorAll('input, [tabindex]:not([tabindex="-1"])');e.length&&e[0].focus&&e[0].focus()}},u=r(2),l=function(t,e){return function(r){return e(t(r))}},c=function(t,e,r){return t.addEventListener&&t.addEventListener(e,r)},p=function(t,e,r){return t&&t.removeEventListener&&t.removeEventListener(e,r)},h=function(){},f=function(t){return t.preventDefault()},d=/touch/;function v(t){return t.type.match(d)?{pageX:t.changedTouches[0].pageX,pageY:t.changedTouches[0].pageY,clientX:t.changedTouches[0].clientX,clientY:t.changedTouches[0].clientY,type:t.type,originalEvent:t,isTouch:!0}:{pageX:t.pageX,pageY:t.pageY,clientX:t.clientX,clientY:t.clientY,offsetX:t.offsetX,offsetY:t.offsetY,type:t.type,ctrlKey:t.ctrlKey,shiftKey:t.shiftKey,altKey:t.altKey,originalEvent:t}}var g=function(t){var e=this,r=t.press;void 0===r&&(r=h);var i=t.drag;void 0===i&&(i=h);var n=t.release;void 0===n&&(n=h);var o=t.mouseOnly;void 0===o&&(o=!1),this._pressHandler=l(v,r),this._dragHandler=l(v,i),this._releaseHandler=l(v,n),this._ignoreMouse=!1,this._mouseOnly=o,this._touchstart=function(t){1===t.touches.length&&e._pressHandler(t)},this._touchmove=function(t){1===t.touches.length&&e._dragHandler(t)},this._touchend=function(t){0===t.touches.length&&1===t.changedTouches.length&&(e._releaseHandler(t),e._ignoreMouse=!0,setTimeout(e._restoreMouse,2e3))},this._restoreMouse=function(){e._ignoreMouse=!1},this._mousedown=function(t){var r=t.which;r&&r>1||e._ignoreMouse||(c(document,"mousemove",e._mousemove),c(document,"mouseup",e._mouseup),e._pressHandler(t))},this._mousemove=function(t){e._dragHandler(t)},this._mouseup=function(t){p(document,"mousemove",e._mousemove),p(document,"mouseup",e._mouseup),e._releaseHandler(t)},this._pointerdown=function(t){t.isPrimary&&0===t.button&&(c(document,"pointermove",e._pointermove),c(document,"pointerup",e._pointerup),c(document,"pointercancel",e._pointerup),c(document,"contextmenu",f),e._pressHandler(t))},this._pointermove=function(t){t.isPrimary&&e._dragHandler(t)},this._pointerup=function(t){t.isPrimary&&(p(document,"pointermove",e._pointermove),p(document,"pointerup",e._pointerup),p(document,"pointercancel",e._pointerup),p(document,"contextmenu",f),e._releaseHandler(t))}};g.supportPointerEvent=function(){return"undefined"!=typeof window&&window.PointerEvent},g.prototype.bindTo=function(t){t!==this._element&&(this._element&&this._unbindFromCurrent(),this._element=t,this._bindToCurrent())},g.prototype._bindToCurrent=function(){var t=this._element;this._usePointers()?c(t,"pointerdown",this._pointerdown):(c(t,"mousedown",this._mousedown),this._mouseOnly||(c(t,"touchstart",this._touchstart),c(t,"touchmove",this._touchmove),c(t,"touchend",this._touchend)))},g.prototype._unbindFromCurrent=function(){var t=this._element;if(this._usePointers())return p(t,"pointerdown",this._pointerdown),p(document,"pointermove",this._pointermove),p(document,"pointerup",this._pointerup),p(document,"contextmenu",f),void p(document,"pointercancel",this._pointerup);p(t,"mousedown",this._mousedown),this._mouseOnly||(p(t,"touchstart",this._touchstart),p(t,"touchmove",this._touchmove),p(t,"touchend",this._touchend))},g.prototype._usePointers=function(){return!this._mouseOnly&&g.supportPointerEvent()},g.prototype.update=function(t){var e=t.press;void 0===e&&(e=h);var r=t.drag;void 0===r&&(r=h);var i=t.release;void 0===i&&(i=h);var n=t.mouseOnly;void 0===n&&(n=!1),this._pressHandler=l(v,e),this._dragHandler=l(v,r),this._releaseHandler=l(v,i),this._mouseOnly=n},g.prototype.destroy=function(){this._unbindFromCurrent(),this._element=null},g.default=g;var y,m=g;function b(t){var e=t.$slots.default;return t.v3&&e&&"function"==typeof e?e():e}function x(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var C=u.h,_=(x(y={emits:{press:null,drag:null,release:null},inheritAttrs:!1,created:function(){this.element=null,this.draggable=new m({press:this.press,drag:this.drag,release:this.release})},setup:C?function(){return{v3:!!C}}:void 0,mounted:function(){this.$el&&(this.element=3===this.$el.nodeType?this.$el.nextElementSibling:this.$el,this.draggable.bindTo(this.element))},destroyed:C?void 0:function(){this.draggable.destroy()},unmounted:function(){this.draggable.destroy()},methods:{press:function(t){this.element&&this.$emit("press",t,this.element)},drag:function(t){this.element&&this.$emit("drag",t,this.element)},release:function(t){this.element&&this.$emit("release",t,this.element)}}},"setup",C?function(){return{v3:!!C}}:void 0),x(y,"render",(function(t){return b(this)})),y),O=function(t){return t?new Date(t.getTime()):null};function S(t){var e={};return w(t,e),e}function w(t,e){for(var r in t)if(t.hasOwnProperty(r)){var i=t[r];e[r]=j(i,e[r])}}function j(t,e){if(Array.isArray(t))return P(t);if(t instanceof Date)return O(t);if(t&&"object"==typeof t){var r=e||{};return w(t,r),r}return t}function P(t){return t.map((function(t){return j(t,void 0)}))}var A=function(){},k=/\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g,V={};function T(t){if(V[t])return V[t];var e=[];return t.replace(k,(function(t,r,i,n){e.push(void 0!==r?r:i||n)})),V[t]=function(t){for(var r=t,i=0;i<e.length&&r;i++)r=r[e[i]];return r},V[t]}V.undefined=function(){};var M={};function N(t){if(M[t])return M[t];var e=[];return t.replace(k,(function(t,r,i,n){e.push(void 0!==r?r:i||n)})),M[t]=function(t,r){for(var i=t,n=e.length-1,o=0;o<n&&i;o++)i=i[e[o]]=i[e[o]]||{};i[e[n]]=r},M[t]}function L(t){return this.v3?Object.keys(this.$attrs).map((function(t){return t.toLowerCase()})).some((function(e){return e.endsWith(t.toLowerCase())})):this.$listeners[t]}function I(){if(this.v3){var t={};for(var e in this.$attrs)e.startsWith("on")&&(t[e]=this.$attrs[e]);return t}return this.$listeners}M.undefined=function(t){return t};var E=function(){return(E=Object.assign||function(t){for(var e,r=1,i=arguments.length;r<i;r++)for(var n in e=arguments[r])Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t}).apply(this,arguments)},B=u.h;function D(t,e){if(t){var r=B?this.$slots[t]||(t.toLowerCase?this.$slots[t.toLowerCase()]:null):this.$scopedSlots[t]||(t.toLowerCase?this.$scopedSlots[t.toLowerCase()]:null);return"string"==typeof t&&r?{type:"slot",render:r,listeners:e}:"string"==typeof t||"object"==typeof t||"function"==typeof t&&t.component?{type:"component",render:t,listeners:e}:{type:"renderFunction",render:t,listeners:e}}}function R(t){var e,r,i,n=t.h,o=t.template,a=t.defaultRendering,s=t.defaultSlots,u=t.additionalProps,l=t.additionalListeners,c=t.swapDefaultSlots;if(!o)return a;if(B){var p=a?a.props:{};e=E(E({},z(l)),o.listeners),r=E(E(E({},p),u),e),i=E(E({},r),e)}else{var h=a&&a.componentOptions,f=h?a.componentOptions.listeners:{},d=h?a.componentOptions.propsData:{};e=E(E(E(E({},f),l),z(l)),o.listeners),i={props:r=E(E(E({},d),u),e),on:e}}if("slot"===o.type){var v=o.render({props:r,listeners:e,methods:e,defaultSlots:s});return v?v[0]:void 0}return"renderFunction"===o.type?c?o.render(n,a,s,r,e):o.render(n,a,r,e,s):n(o.render,i,B?function(){return[s]}:[s])}function z(t){if(!t)return t;for(var e={},r=Object.keys(t),i=0;i<r.length;i++){var n=r[i];e["on"+n.charAt(0).toUpperCase()+n.slice(1)]=t[n]}return e}var F=function(t,e,r){var i="string"==typeof t?parseInt(t,void 0):t;if(NaN!==i)return void 0!==i?i:e?r?void 0:-1:0};function K(t){return Boolean(a&&t&&"rtl"===getComputedStyle(t).direction)}var U=r(10);function H(t){if(void 0!==U)U.validatePackage(t);else{var e="License activation failed for "+t.name+"\n";e+="The @progress/kendo-licensing script is not loaded.\n",e+="See "+t.licensingDocsUrl+" for more information.\n",console.warn(e)}}},function(t,r){t.exports=e},function(t,e,r){"use strict";var i=function(){return(i=Object.assign||function(t){for(var e,r=1,i=arguments.length;r<i;r++)for(var n in e=arguments[r])Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t}).apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.removeUndefinedProps=e.toggle=e.validateChildren=e.hasParent=void 0,e.hasParent=function(t,e){for(var r=t;r&&r!==e;)r=r.parentNode;return!!r},e.removeUndefinedProps=function(t){var e=i({},t);return Object.keys(e).forEach((function(t){void 0===e[t]&&delete e[t],"dataItems"===t&&(e.data=e[t],delete e[t]),"lineStyle"===t&&e[t]&&(e.style=e[t],delete e[t])})),e},e.validateChildren=function(t,e,r,i){var n=t[e];if(n&&Array.isArray(n))for(var o=0,a=n;o<a.length;o++){var s=a[o];if(!s.type||s.type!==i)return new Error(r+" children should be Array of type "+i.displayName+".")}return null};e.toggle=function(t){return void 0!==t&&!t}},function(t,e,r){"use strict";var i=function(){return(i=Object.assign||function(t){for(var e,r=1,i=arguments.length;r<i;r++)for(var n in e=arguments[r])Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t}).apply(this,arguments)},n=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},o=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},a=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&n(e,t,r);return o(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ConfigurationVue3=e.Configuration=void 0;var s=a(r(2)),u=s.h,l=(s.ref,r(1)),c={name:"KendoConfiguration",props:{chartKey:String,config:{type:Object,default:function(){return{}}}},data:function(){return{childState:{},index:null}},provide:function(){return{addChild:this.addChildOption,removeChild:this.removeChildOption,childOption:!0}},inject:{childOption:{default:null},addChild:{default:l.noop},removeChild:{default:l.noop},child:{default:{}},parentKey:{default:null},chartCollection:{default:null},dispatchOptions:{default:null},childrenObserver:{default:null}},created:function(){this.currentIndex=void 0,this.uid=l.guid(),this.addChild&&this.addChild({chartKey:this.$props.chartKey,payload:Object.assign({},this.$props.config),uid:this.uid})},mounted:function(){this.dispatch()},watch:{config:function(t,e){JSON.stringify(t)!==JSON.stringify(e)&&this.dispatch()}},destroyed:function(){if(this.removeChild){this.removeChild({uid:this.uid});var t=this.$props,e=t.chartKey,r=t.parentStore;t.config;(r||this.dispatchOptions)({chartKey:e,parentKey:this.parentKey,chartCollectionIdxKey:this.chartCollection+"_",uid:this.uid})}},setup:u?function(){return{v3:!!u}}:void 0,render:function(t){return(u||t)("div",[l.getDefaultSlots(this)])},methods:{addChildOption:function(t){var e;this.childState=i(i({},this.childState),((e={})[t.chartKey]=t.payload,e)),this.dispatch()},removeChildOption:function(){this.childState={}},dispatch:function(){var t=this,e=this.$props,r=e.chartKey,i=e.parentStore,n=e.config,o=i||this.dispatchOptions;this.childOption?this.addChild({chartKey:r,payload:Object.assign({},n,this.childState)}):this.chartCollection?(this.currentIndex=this.child.collection.findIndex((function(e){return e.uid===t.uid})),o({chartKey:r,parentKey:this.parentKey,chartCollectionIdxKey:this.chartCollection+"_"+this.currentIndex,payload:Object.assign({},n,{uid:this.uid},this.childState)})):o({chartKey:r,payload:Object.assign({},n,this.childState)})}}};e.Configuration=c;var p=c;e.ConfigurationVue3=p},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.BaseEvent=void 0;var i=function(t){this.target=t};e.BaseEvent=i},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.PreventableEvent=void 0;var o=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.prevented=!1,e}return n(e,t),e.prototype.preventDefault=function(){this.prevented=!0},e.prototype.isDefaultPrevented=function(){return this.prevented},e}(r(5).BaseEvent);e.PreventableEvent=o},function(t,e,r){"use strict";r.r(e),r.d(e,"autoMajorUnit",(function(){return Yt})),r.d(e,"Point",(function(){return Wt})),r.d(e,"Box",(function(){return Zt})),r.d(e,"Ring",(function(){return Jt})),r.d(e,"Sector",(function(){return te})),r.d(e,"ShapeBuilder",(function(){return re})),r.d(e,"ShapeElement",(function(){return ue})),r.d(e,"ChartElement",(function(){return ne})),r.d(e,"BoxElement",(function(){return ae})),r.d(e,"RootElement",(function(){return he})),r.d(e,"FloatElement",(function(){return de})),r.d(e,"Text",(function(){return ye})),r.d(e,"TextBox",(function(){return xe})),r.d(e,"Title",(function(){return _e})),r.d(e,"AxisLabel",(function(){return Se})),r.d(e,"Axis",(function(){return Ve})),r.d(e,"Note",(function(){return je})),r.d(e,"CategoryAxis",(function(){return Qe})),r.d(e,"DateCategoryAxis",(function(){return sr})),r.d(e,"DateValueAxis",(function(){return gr})),r.d(e,"NumericAxis",(function(){return dr})),r.d(e,"LogarithmicAxis",(function(){return xr})),r.d(e,"PolarAxis",(function(){return wr})),r.d(e,"RadarCategoryAxis",(function(){return Or})),r.d(e,"RadarNumericAxis",(function(){return kr})),r.d(e,"RadarLogarithmicAxis",(function(){return Tr})),r.d(e,"CurveProcessor",(function(){return Nr})),r.d(e,"Gradients",(function(){return le})),r.d(e,"rectToBox",(function(){return me})),r.d(e,"ChartAxis",(function(){return Lr})),r.d(e,"ChartPane",(function(){return Br})),r.d(e,"ChartPlotArea",(function(){return Dr})),r.d(e,"findAxisByName",(function(){return Ir})),r.d(e,"Aggregates",(function(){return Fr})),r.d(e,"AreaChart",(function(){return Ni})),r.d(e,"AreaSegment",(function(){return ki})),r.d(e,"AxisGroupRangeTracker",(function(){return Li})),r.d(e,"Bar",(function(){return Ri})),r.d(e,"BarChart",(function(){return Xi})),r.d(e,"BarLabel",(function(){return Ei})),r.d(e,"BoxPlotChart",(function(){return rn})),r.d(e,"BoxPlot",(function(){return tn})),r.d(e,"BubbleChart",(function(){return pn})),r.d(e,"Bullet",(function(){return vn})),r.d(e,"BulletChart",(function(){return yn})),r.d(e,"CandlestickChart",(function(){return Qi})),r.d(e,"Candlestick",(function(){return Wi})),r.d(e,"CategoricalChart",(function(){return ci})),r.d(e,"CategoricalErrorBar",(function(){return ai})),r.d(e,"CategoricalPlotArea",(function(){return _o})),r.d(e,"Chart",(function(){return ps})),r.d(e,"ChartContainer",(function(){return wn})),r.d(e,"ClipAnimation",(function(){return Si})),r.d(e,"ClusterLayout",(function(){return Ui})),r.d(e,"Crosshair",(function(){return On})),r.d(e,"CrosshairTooltip",(function(){return Cn})),r.d(e,"DefaultAggregates",(function(){return Zn})),r.d(e,"DonutChart",(function(){return da})),r.d(e,"DonutPlotArea",(function(){return va})),r.d(e,"DonutSegment",(function(){return ha})),r.d(e,"ErrorBarBase",(function(){return oi})),r.d(e,"ErrorRangeCalculator",(function(){return Xr})),r.d(e,"Highlight",(function(){return So})),r.d(e,"SharedTooltip",(function(){return Ho})),r.d(e,"Legend",(function(){return Io})),r.d(e,"LegendItem",(function(){return No})),r.d(e,"LegendLayout",(function(){return Mo})),r.d(e,"LineChart",(function(){return Ai})),r.d(e,"LinePoint",(function(){return di})),r.d(e,"LineSegment",(function(){return gi})),r.d(e,"Pane",(function(){return An})),r.d(e,"PieAnimation",(function(){return Wo})),r.d(e,"PieChart",(function(){return la})),r.d(e,"PieChartMixin",(function(){return aa})),r.d(e,"PiePlotArea",(function(){return ca})),r.d(e,"PieSegment",(function(){return oa})),r.d(e,"PlotAreaBase",(function(){return Gn})),r.d(e,"PlotAreaEventsMixin",(function(){return Xn})),r.d(e,"PlotAreaFactory",(function(){return Bo})),r.d(e,"PointEventsMixin",(function(){return pi})),r.d(e,"RangeBar",(function(){return Jn})),r.d(e,"RangeBarChart",(function(){return eo})),r.d(e,"RangeAreaPoint",(function(){return no})),r.d(e,"RangeAreaChart",(function(){return co})),r.d(e,"ScatterChart",(function(){return sn})),r.d(e,"ScatterErrorBar",(function(){return nn})),r.d(e,"ScatterLineChart",(function(){return Zo})),r.d(e,"Selection",(function(){return Fo})),r.d(e,"SeriesAggregator",(function(){return Wn})),r.d(e,"SeriesBinder",(function(){return Hr})),r.d(e,"SplineSegment",(function(){return Ci})),r.d(e,"SplineAreaSegment",(function(){return Mi})),r.d(e,"StackWrap",(function(){return $i})),r.d(e,"Tooltip",(function(){return Ko})),r.d(e,"OHLCChart",(function(){return ho})),r.d(e,"OHLCPoint",(function(){return po})),r.d(e,"WaterfallChart",(function(){return go})),r.d(e,"WaterfallSegment",(function(){return vo})),r.d(e,"XYPlotArea",(function(){return ta})),r.d(e,"MousewheelZoom",(function(){return To})),r.d(e,"ZoomSelection",(function(){return Vo})),r.d(e,"Pannable",(function(){return Ao})),r.d(e,"anyHasZIndex",(function(){return wi})),r.d(e,"appendIfNotNull",(function(){return kn})),r.d(e,"areNumbers",(function(){return qi})),r.d(e,"bindSegments",(function(){return Tn})),r.d(e,"categoriesCount",(function(){return ui})),r.d(e,"countNumbers",(function(){return Rr})),r.d(e,"equalsIgnoreCase",(function(){return Mn})),r.d(e,"evalOptions",(function(){return si})),r.d(e,"filterSeriesByType",(function(){return Nn})),r.d(e,"getDateField",(function(){return Ln})),r.d(e,"getField",(function(){return Kr})),r.d(e,"hasGradientOverlay",(function(){return Bi})),r.d(e,"hasValue",(function(){return on})),r.d(e,"isDateAxis",(function(){return In})),r.d(e,"segmentVisible",(function(){return Vn})),r.d(e,"singleItemOrArray",(function(){return En})),r.d(e,"createOutOfRangePoints",(function(){return zn})),r.d(e,"ChartService",(function(){return q})),r.d(e,"DomEventsBuilder",(function(){return Q})),r.d(e,"FormatService",(function(){return G})),r.d(e,"IntlService",(function(){return K})),r.d(e,"TemplateService",(function(){return et})),r.d(e,"Sparkline",(function(){return ms})),r.d(e,"Navigator",(function(){return js})),r.d(e,"NavigatorHint",(function(){return _s})),r.d(e,"StockChart",(function(){return As})),r.d(e,"constants",(function(){return i})),r.d(e,"Gauge",(function(){return zs})),r.d(e,"LinearGauge",(function(){return cu})),r.d(e,"LinearPointer",(function(){return Zs})),r.d(e,"ArrowLinearPointer",(function(){return ru})),r.d(e,"BarLinearPointer",(function(){return su})),r.d(e,"LinearScale",(function(){return Xs})),r.d(e,"RadialGauge",(function(){return Pu})),r.d(e,"RadialPointer",(function(){return Su})),r.d(e,"RadialScale",(function(){return yu})),r.d(e,"ArcGauge",(function(){return Lu})),r.d(e,"RangePointer",(function(){return Nu})),r.d(e,"ArcScale",(function(){return ku})),r.d(e,"CircularGauge",(function(){return Iu})),r.d(e,"Barcode",(function(){return _l})),r.d(e,"addClass",(function(){return C})),r.d(e,"removeClass",(function(){return O})),r.d(e,"alignPathToPixel",(function(){return w})),r.d(e,"clockwise",(function(){return j})),r.d(e,"convertableToNumber",(function(){return k})),r.d(e,"deepExtend",(function(){return M})),r.d(e,"elementStyles",(function(){return B})),r.d(e,"getSpacing",(function(){return D})),r.d(e,"getTemplate",(function(){return rt})),r.d(e,"getter",(function(){return ot})),r.d(e,"grep",(function(){return at})),r.d(e,"hasClasses",(function(){return st})),r.d(e,"HashMap",(function(){return lt})),r.d(e,"inArray",(function(){return ct})),r.d(e,"interpolateValue",(function(){return pt})),r.d(e,"InstanceObserver",(function(){return ft})),r.d(e,"isArray",(function(){return x})),r.d(e,"isFunction",(function(){return V})),r.d(e,"isNumber",(function(){return P})),r.d(e,"isObject",(function(){return N})),r.d(e,"isString",(function(){return A})),r.d(e,"map",(function(){return dt})),r.d(e,"mousewheelDelta",(function(){return vt})),r.d(e,"FontLoader",(function(){return Nt})),r.d(e,"setDefaultOptions",(function(){return Lt})),r.d(e,"sparseArrayLimits",(function(){return It})),r.d(e,"styleValue",(function(){return L})),r.d(e,"find",(function(){return Et})),r.d(e,"elementScale",(function(){return zt})),r.d(e,"autoTextColor",(function(){return Ft})),r.d(e,"createHashSet",(function(){return Xt})),r.d(e,"append",(function(){return yt})),r.d(e,"bindEvents",(function(){return mt})),r.d(e,"Class",(function(){return S.Class})),r.d(e,"defined",(function(){return bt})),r.d(e,"deg",(function(){return xt})),r.d(e,"elementOffset",(function(){return Ct})),r.d(e,"elementSize",(function(){return _t})),r.d(e,"eventElement",(function(){return Ot})),r.d(e,"eventCoordinates",(function(){return St})),r.d(e,"last",(function(){return wt})),r.d(e,"limitValue",(function(){return jt})),r.d(e,"logToConsole",(function(){return S.logToConsole})),r.d(e,"objectKey",(function(){return Pt})),r.d(e,"rad",(function(){return At})),r.d(e,"round",(function(){return kt})),r.d(e,"unbindEvents",(function(){return Vt})),r.d(e,"valueOrDefault",(function(){return Tt})),r.d(e,"chartBaseTheme",(function(){return Al}));var i={};r.r(i),r.d(i,"NAVIGATOR_AXIS",(function(){return Ss})),r.d(i,"NAVIGATOR_PANE",(function(){return Os}));var n="arc",o="#000",a="bottom",s="center",u="circle",l="date",c=/\{\d+:?/,p="left",h=Number.MAX_VALUE,f=-Number.MAX_VALUE,d="right",v="top",g="value",y="#fff",m="x",b="y";function x(t){return Array.isArray(t)}function C(t,e){for(var r=x(e)?e:[e],i=0;i<r.length;i++){var n=r[i];-1===t.className.indexOf(n)&&(t.className+=" "+n)}}var _=/\s+/g;function O(t,e){t&&t.className&&(t.className=t.className.replace(e,"").replace(_," "))}var S=r(0);function w(t){var e=.5;t.options.stroke&&S.drawing.util.defined(t.options.stroke.width)&&t.options.stroke.width%2==0&&(e=0);for(var r=0;r<t.segments.length;r++)t.segments[r].anchor().round(0).translate(e,e);return t}function j(t,e){return-t.x*e.y+t.y*e.x<0}function P(t){return"number"==typeof t&&!isNaN(t)}function A(t){return"string"==typeof t}function k(t){return P(t)||A(t)&&isFinite(t)}function V(t){return"function"==typeof t}function T(t,e){for(var r in e){var i=e[r],n=typeof i,o=void 0;if((o="object"===n&&null!==i?i.constructor:null)&&o!==Array)if(i instanceof Date)t[r]=new Date(i.getTime());else if(V(i.clone))t[r]=i.clone();else{var a=t[r];t[r]="object"==typeof a&&a||{},T(t[r],i)}else"undefined"!==n&&(t[r]=i)}return t}function M(t){for(var e=arguments,r=arguments.length,i=1;i<r;i++)T(t,e[i]);return t}function N(t){return"object"==typeof t}function L(t){return P(t)?t+"px":t}var I=/width|height|top|left|bottom|right/i;function E(t){return I.test(t)}function B(t,e){var r=A(e)?[e]:e;if(x(r)){for(var i={},n=window.getComputedStyle(t),o=0;o<r.length;o++){var a=r[o];i[a]=E(a)?parseFloat(n[a]):n[a]}return i}if(N(e))for(var s in e)t.style[s]=L(e[s])}function D(t,e){void 0===e&&(e=0);var r={top:0,right:0,bottom:0,left:0};return"number"==typeof t?r.top=r[d]=r[a]=r[p]=t:(r.top=t.top||e,r[d]=t[d]||e,r[a]=t[a]||e,r[p]=t[p]||e),r}var R={format:function(t,e){return e},toString:function(t){return t},parseDate:function(t){return new Date(t)},firstDay:function(){return 0}},z=function(){},F={implementation:{configurable:!0}};z.register=function(t){R=t},F.implementation.get=function(){return R},Object.defineProperties(z,F);var K=z,U=/\{(\d+)(:[^\}]+)?\}/g,H=function(t){this._intlService=t},$={intl:{configurable:!0}};$.intl.get=function(){return this._intlService||K.implementation},$.intl.set=function(t){this._intlService=t},H.prototype.auto=function(t){for(var e=[],r=arguments.length-1;r-- >0;)e[r]=arguments[r+1];var i=this.intl;return A(t)&&t.match(c)?i.format.apply(i,[t].concat(e)):i.toString(e[0],t)},H.prototype.localeAuto=function(t,e,r){var i=this.intl;return A(t)&&t.match(c)?t.replace(U,(function(t,n,o){var a=e[parseInt(n,10)];return i.toString(a,o?o.substring(1):"",r)})):i.toString(e[0],t,r)},Object.defineProperties(H.prototype,$);var G=H,X=function(t,e){void 0===e&&(e={}),this._intlService=e.intlService,this.sender=e.sender||t,this.format=new G(e.intlService),this.chart=t,this.rtl=Boolean(e.rtl)},Y={intl:{configurable:!0}};Y.intl.get=function(){return this._intlService||K.implementation},Y.intl.set=function(t){this._intlService=t,this.format.intl=t},X.prototype.notify=function(t,e){this.chart&&this.chart.trigger(t,e)},X.prototype.isPannable=function(t){var e=((this.chart||{}).options||{}).pannable;return e&&e.lock!==t},Object.defineProperties(X.prototype,Y);var W,q=X,Z=function(){};Z.register=function(t){W=t},Z.create=function(t,e){if(W)return W.create(t,e)};var Q=Z,J={compile:function(t){return t}},tt=function(){};tt.register=function(t){J=t},tt.compile=function(t){return J.compile(t)};var et=tt;function rt(t){var e;return void 0===t&&(t={}),t.template?t.template=e=et.compile(t.template):V(t.content)&&(e=t.content),e}var it=/\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g,nt={};function ot(t){if(nt[t])return nt[t];var e=[];return t.replace(it,(function(t,r,i,n){e.push(S.drawing.util.defined(r)?r:i||n)})),nt[t]=function(t){for(var r=t,i=0;i<e.length&&r;i++)r=r[e[i]];return r},nt[t]}function at(t,e){for(var r=t.length,i=[],n=0;n<r;n++)e(t[n])&&i.push(t[n]);return i}function st(t,e){if(t.className)for(var r=e.split(" "),i=0;i<r.length;i++)if(-1!==t.className.indexOf(r[i]))return!0}nt[void 0]=function(t){return t};var ut=function(){this._map={}};ut.prototype.get=function(t){return this._map[this._key(t)]},ut.prototype.set=function(t,e){this._map[this._key(t)]=e},ut.prototype._key=function(t){return t instanceof Date?t.getTime():t};var lt=ut;function ct(t,e){if(e)return-1!==e.indexOf(t)}function pt(t,e,r){return S.drawing.util.round(t+(e-t)*r,3)}var ht=function(t,e){this.observer=t,this.handlerMap=M({},this.handlerMap,e)};ht.prototype.trigger=function(t,e){var r,i=this.observer,n=this.handlerMap;return n[t]?r=this.callObserver(n[t],e):i.trigger&&(r=this.callObserver("trigger",t,e)),r},ht.prototype.callObserver=function(t){for(var e=[],r=arguments.length-1;r-- >0;)e[r]=arguments[r+1];return this.observer[t].apply(this.observer,e)},ht.prototype.requiresHandlers=function(t){if(this.observer.requiresHandlers)return this.observer.requiresHandlers(t);for(var e=0;e<t.length;e++)if(this.handlerMap[t[e]])return!0};var ft=ht;function dt(t,e){for(var r=t.length,i=[],n=0;n<r;n++){var o=e(t[n]);S.drawing.util.defined(o)&&i.push(o)}return i}function vt(t){var e=0;return t.wheelDelta&&(e=(e=-t.wheelDelta/120)>0?Math.ceil(e):Math.floor(e)),t.detail&&(e=S.drawing.util.round(t.detail/3)),e}var gt=S.drawing.util,yt=gt.append,mt=gt.bindEvents,bt=gt.defined,xt=gt.deg,Ct=gt.elementOffset,_t=gt.elementSize,Ot=gt.eventElement,St=gt.eventCoordinates,wt=gt.last,jt=gt.limitValue,Pt=gt.objectKey,At=gt.rad,kt=gt.round,Vt=gt.unbindEvents,Tt=gt.valueOrDefault,Mt=function(){};Mt.fetchFonts=function(t,e,r){void 0===r&&(r={depth:0});!t||r.depth>5||!document.fonts||Object.keys(t).forEach((function(i){var n=t[i];"dataSource"!==i&&"$"!==i[0]&&n&&("font"===i?e.push(n):"object"==typeof n&&(r.depth++,Mt.fetchFonts(n,e,r),r.depth--))}))},Mt.loadFonts=function(t,e){var r=[];if(t.length>0&&document.fonts){try{r=t.map((function(t){return document.fonts.load(t)}))}catch(t){Object(S.logToConsole)(t)}Promise.all(r).then(e,e)}else e()},Mt.preloadFonts=function(t,e){var r=[];Mt.fetchFonts(t,r),Mt.loadFonts(r,e)};var Nt=Mt;function Lt(t,e){var r=t.prototype;r.options?r.options=M({},r.options,e):r.options=e}function It(t){for(var e=h,r=f,i=0,n=t.length;i<n;i++){var o=t[i];null!==o&&isFinite(o)&&(e=Math.min(e,o),r=Math.max(r,o))}return{min:e===h?void 0:e,max:r===f?void 0:r}}function Et(t,e){for(var r=0;r<t.length;r++){var i=t[r];if(e(i,r,t))return i}}var Bt=S.geometry.Matrix,Dt=/matrix\((.*)\)/;function Rt(t){var e=getComputedStyle(t).transform;return"none"===e?Bt.unit():function(t){var e=t.match(Dt);if(null===e||2!==e.length)return Bt.unit();var r=e[1].split(",").map((function(t){return parseFloat(t)}));return new(Function.prototype.bind.apply(Bt,[null].concat(r)))}(e)}function zt(t){if(!t)return Bt.unit();for(var e=Rt(t),r=t.parentElement;r;){var i=Rt(r);e=e.multiplyCopy(i),r=r.parentElement}return e.b=e.c=e.e=e.f=0,e}var Ft=function(t){return new S.Color(t).isDark()?y:o},Kt={},Ut=function(t){this._index={},this._values=t?t.slice(0):[];for(var e=0;e<this._values.length;e++)this._index[this._values[e]]=e},Ht={size:{configurable:!0}};Ut.prototype.values=function(){return this._values.filter((function(t){return t!==Kt}))},Ut.prototype.has=function(t){return void 0!==this._index[t]},Ut.prototype.add=function(t){this.has(t)||(this._index[t]=this._values.length,this._values.push(t))},Ut.prototype.delete=function(t){var e=this._index[t];void 0!==e&&(this._values[e]=Kt,delete this._index[t])},Ut.prototype.clear=function(){this._index={},this._values=[]},Ht.size.get=function(){return this._values.length},Object.defineProperties(Ut.prototype,Ht);var $t=function(t){this._set=new Set(t)},Gt={size:{configurable:!0}};function Xt(t){return"function"==typeof Set?new $t(t):new Ut(t)}function Yt(t,e){var r=kt(e-t,9);if(0===r){if(0===e)return.1;r=Math.abs(e)}var i=Math.pow(10,Math.floor(Math.log(r)/Math.log(10))),n=kt(r/i,10);return kt(i*(n<1.904762?.2:n<4.761904?.5:n<9.523809?1:2),10)}$t.prototype.values=function(){return Array.from(this._set)},$t.prototype.has=function(t){return this._set.has(t)},$t.prototype.add=function(t){this._set.add(t)},$t.prototype.delete=function(t){this._set.delete(t)},$t.prototype.clear=function(){this._set.clear()},Gt.size.get=function(){return this._set.size},Object.defineProperties($t.prototype,Gt);var Wt=function(t){function e(e,r){t.call(this),this.x=e||0,this.y=r||0}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.clone=function(){return new e(this.x,this.y)},e.prototype.equals=function(t){return t&&this.x===t.x&&this.y===t.y},e.prototype.rotate=function(t,e){var r=At(e),i=Math.cos(r),n=Math.sin(r),o=t.x,a=t.y,s=this.x,u=this.y;return this.x=kt(o+(s-o)*i+(u-a)*n,3),this.y=kt(a+(u-a)*i-(s-o)*n,3),this},e.prototype.multiply=function(t){return this.x*=t,this.y*=t,this},e.prototype.distanceTo=function(t){var e=this.x-t.x,r=this.y-t.y;return Math.sqrt(e*e+r*r)},e.onCircle=function(t,r,i){var n=At(r);return new e(t.x-i*Math.cos(n),t.y-i*Math.sin(n))},e}(S.Class);function qt(t,e,r,i,n){var o=At(n);return new Wt(r+(t-r)*Math.cos(o)+(e-i)*Math.sin(o),i-(t-r)*Math.sin(o)+(e-i)*Math.cos(o))}var Zt=function(t){function e(e,r,i,n){t.call(this),this.x1=e||0,this.y1=r||0,this.x2=i||0,this.y2=n||0}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.equals=function(t){return this.x1===t.x1&&this.x2===t.x2&&this.y1===t.y1&&this.y2===t.y2},e.prototype.width=function(){return this.x2-this.x1},e.prototype.height=function(){return this.y2-this.y1},e.prototype.translate=function(t,e){return this.x1+=t,this.x2+=t,this.y1+=e,this.y2+=e,this},e.prototype.move=function(t,e){var r=this.height(),i=this.width();return bt(t)&&(this.x1=t,this.x2=this.x1+i),bt(e)&&(this.y1=e,this.y2=this.y1+r),this},e.prototype.wrap=function(t){return this.x1=Math.min(this.x1,t.x1),this.y1=Math.min(this.y1,t.y1),this.x2=Math.max(this.x2,t.x2),this.y2=Math.max(this.y2,t.y2),this},e.prototype.wrapPoint=function(t){var r=x(t),i=r?t[0]:t.x,n=r?t[1]:t.y;return this.wrap(new e(i,n,i,n)),this},e.prototype.snapTo=function(t,e){return e!==m&&e||(this.x1=t.x1,this.x2=t.x2),e!==b&&e||(this.y1=t.y1,this.y2=t.y2),this},e.prototype.alignTo=function(t,e){var r=this.height(),i=this.width(),n=e===v||e===a?b:m,o=n===b?r:i;if(e===s){var u=t.center(),l=this.center();this.x1+=u.x-l.x,this.y1+=u.y-l.y}else this[n+1]=e===v||e===p?t[n+1]-o:t[n+2];return this.x2=this.x1+i,this.y2=this.y1+r,this},e.prototype.shrink=function(t,e){return this.x2-=t,this.y2-=e,this},e.prototype.expand=function(t,e){return this.shrink(-t,-e),this},e.prototype.pad=function(t){var e=D(t);return this.x1-=e.left,this.x2+=e.right,this.y1-=e.top,this.y2+=e.bottom,this},e.prototype.unpad=function(t){var e=D(t);return e.left=-e.left,e.top=-e.top,e.right=-e.right,e.bottom=-e.bottom,this.pad(e)},e.prototype.clone=function(){return new e(this.x1,this.y1,this.x2,this.y2)},e.prototype.center=function(){return new Wt(this.x1+this.width()/2,this.y1+this.height()/2)},e.prototype.containsPoint=function(t){return t.x>=this.x1&&t.x<=this.x2&&t.y>=this.y1&&t.y<=this.y2},e.prototype.points=function(){return[new Wt(this.x1,this.y1),new Wt(this.x2,this.y1),new Wt(this.x2,this.y2),new Wt(this.x1,this.y2)]},e.prototype.getHash=function(){return[this.x1,this.y1,this.x2,this.y2].join(",")},e.prototype.overlaps=function(t){return!(t.y2<this.y1||this.y2<t.y1||t.x2<this.x1||this.x2<t.x1)},e.prototype.rotate=function(t){var e=this.width(),r=this.height(),i=this.center(),n=i.x,o=i.y,a=qt(0,0,n,o,t),s=qt(e,0,n,o,t),u=qt(e,r,n,o,t),l=qt(0,r,n,o,t);return e=Math.max(a.x,s.x,u.x,l.x)-Math.min(a.x,s.x,u.x,l.x),r=Math.max(a.y,s.y,u.y,l.y)-Math.min(a.y,s.y,u.y,l.y),this.x2=this.x1+e,this.y2=this.y1+r,this},e.prototype.toRect=function(){return new S.geometry.Rect([this.x1,this.y1],[this.width(),this.height()])},e.prototype.hasSize=function(){return 0!==this.width()&&0!==this.height()},e.prototype.align=function(t,e,r){var i=e+1,n=e+2,o=e===m?"width":"height",u=this[o]();ct(r,[p,v])?(this[i]=t[i],this[n]=this[i]+u):ct(r,[d,a])?(this[n]=t[n],this[i]=this[n]-u):r===s&&(this[i]=t[i]+(t[o]()-u)/2,this[n]=this[i]+u)},e}(S.Class);function Qt(t,e){return t-e}var Jt=function(t){function e(e,r,i,n,o){t.call(this),this.center=e,this.innerRadius=r,this.radius=i,this.startAngle=n,this.angle=o}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.clone=function(){return new e(this.center,this.innerRadius,this.radius,this.startAngle,this.angle)},e.prototype.middle=function(){return this.startAngle+this.angle/2},e.prototype.setRadius=function(t,e){return e?this.innerRadius=t:this.radius=t,this},e.prototype.point=function(t,e){var r=At(t),i=Math.cos(r),n=Math.sin(r),o=e?this.innerRadius:this.radius,a=kt(this.center.x-i*o,3),s=kt(this.center.y-n*o,3);return new Wt(a,s)},e.prototype.adjacentBox=function(t,e,r){var i=this.clone().expand(t),n=i.middle(),o=i.point(n),a=e/2,s=r/2,u=Math.sin(At(n)),l=Math.cos(At(n)),c=o.x-a,p=o.y-s;return Math.abs(u)<.9&&(c+=a*-l/Math.abs(l)),Math.abs(l)<.9&&(p+=s*-u/Math.abs(u)),new Zt(c,p,c+e,p+r)},e.prototype.containsPoint=function(t){var e=this.center,r=this.innerRadius,i=this.radius,n=this.startAngle,o=this.startAngle+this.angle,a=t.x-e.x,s=t.y-e.y,u=new Wt(a,s),l=this.point(n),c=new Wt(l.x-e.x,l.y-e.y),p=this.point(o),h=new Wt(p.x-e.x,p.y-e.y),f=kt(a*a+s*s,3);return(c.equals(u)||j(c,u))&&!j(h,u)&&f>=r*r&&f<=i*i},e.prototype.getBBox=function(){var t,e=new Zt(h,h,f,f),r=kt(this.startAngle%360),i=kt((r+this.angle)%360),n=this.innerRadius,o=[0,90,180,270,r,i].sort(Qt),a=o.indexOf(r),s=o.indexOf(i);t=r===i?o:a<s?o.slice(a,s+1):[].concat(o.slice(0,s+1),o.slice(a,o.length));for(var u=0;u<t.length;u++){var l=this.point(t[u]);e.wrapPoint(l),e.wrapPoint(l,n)}return n||e.wrapPoint(this.center),e},e.prototype.expand=function(t){return this.radius+=t,this},e}(S.Class),te=function(t){function e(e,r,i,n){t.call(this,e,0,r,i,n)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.expand=function(e){return t.prototype.expand.call(this,e)},e.prototype.clone=function(){return new e(this.center,this.radius,this.startAngle,this.angle)},e.prototype.setRadius=function(t){return this.radius=t,this},e}(Jt),ee=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createRing=function(t,e){var r=t.startAngle+180,i=t.angle+r;t.angle>0&&r===i&&(i+=.001);var n=new S.geometry.Point(t.center.x,t.center.y),o=Math.max(t.radius,0),a=Math.max(t.innerRadius,0),s=new S.geometry.Arc(n,{startAngle:r,endAngle:i,radiusX:o,radiusY:o}),u=S.drawing.Path.fromArc(s,e).close();if(a){s.radiusX=s.radiusY=a;var l=s.pointAt(i);u.lineTo(l.x,l.y),u.arc(i,r,a,a,!0)}else u.lineTo(n.x,n.y);return u},e}(S.Class);ee.current=new ee;var re=ee,ie=function(t){function e(e){t.call(this),this.children=[],this.options=M({},this.options,this.initUserOptions(e))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initUserOptions=function(t){return t},e.prototype.reflow=function(t){for(var e,r=this.children,i=0;i<r.length;i++){var n=r[i];n.reflow(t),e=e?e.wrap(n.box):n.box.clone()}this.box=e||t},e.prototype.destroy=function(){var t=this.children;this.animation&&this.animation.destroy();for(var e=0;e<t.length;e++)t[e].destroy()},e.prototype.getRoot=function(){var t=this.parent;return t?t.getRoot():null},e.prototype.getSender=function(){var t=this.getService();if(t)return t.sender},e.prototype.getService=function(){for(var t=this;t;){if(t.chartService)return t.chartService;t=t.parent}},e.prototype.translateChildren=function(t,e){for(var r=this.children,i=r.length,n=0;n<i;n++)r[n].box.translate(t,e)},e.prototype.append=function(){for(var t=arguments,e=this,r=0;r<arguments.length;r++){var i=t[r];e.children.push(i),i.parent=e}},e.prototype.renderVisual=function(){!1!==this.options.visible&&(this.createVisual(),this.addVisual(),this.renderChildren(),this.createAnimation(),this.renderComplete())},e.prototype.addVisual=function(){this.visual&&(this.visual.chartElement=this,this.parent&&this.parent.appendVisual(this.visual))},e.prototype.renderChildren=function(){for(var t=this.children,e=t.length,r=0;r<e;r++)t[r].renderVisual()},e.prototype.createVisual=function(){this.visual=new S.drawing.Group({zIndex:this.options.zIndex,visible:Tt(this.options.visible,!0)})},e.prototype.createAnimation=function(){this.visual&&this.options.animation&&(this.animation=S.drawing.Animation.create(this.visual,this.options.animation))},e.prototype.appendVisual=function(t){t.chartElement||(t.chartElement=this),t.options.noclip?this.clipRoot().visual.append(t):bt(t.options.zIndex)?this.stackRoot().stackVisual(t):this.isStackRoot?this.stackVisual(t):this.visual?this.visual.append(t):this.parent.appendVisual(t)},e.prototype.clipRoot=function(){return this.parent?this.parent.clipRoot():this},e.prototype.stackRoot=function(){return this.parent?this.parent.stackRoot():this},e.prototype.stackVisual=function(t){var e,r=t.options.zIndex||0,i=this.visual.children,n=i.length;for(e=0;e<n;e++){var o=i[e];if(Tt(o.options.zIndex,0)>r)break}this.visual.insert(e,t)},e.prototype.traverse=function(t){for(var e=this.children,r=e.length,i=0;i<r;i++){var n=e[i];t(n),n.traverse&&n.traverse(t)}},e.prototype.closest=function(t){for(var e=this,r=!1;e&&!r;)(r=t(e))||(e=e.parent);if(r)return e},e.prototype.renderComplete=function(){},e.prototype.hasHighlight=function(){var t=(this.options||{}).highlight;return!(!this.createHighlight||t&&!1===t.visible)},e.prototype.toggleHighlight=function(t,e){var r=this,i=(this.options||{}).highlight||{},n=i.visual,o=this._highlight;if(!o){var a={fill:{color:y,opacity:e||.2},stroke:{color:y,width:1,opacity:e||.2}};if(n){if(!(o=this._highlight=n(Object.assign(this.highlightVisualArgs(),{createVisual:function(){return r.createHighlight(a)},sender:this.getSender(),series:this.series,dataItem:this.dataItem,category:this.category,value:this.value,percentage:this.percentage,runningTotal:this.runningTotal,total:this.total}))))return}else o=this._highlight=this.createHighlight(a);bt(o.options.zIndex)||(o.options.zIndex=Tt(i.zIndex,this.options.zIndex)),this.appendVisual(o)}o.visible(t)},e.prototype.createGradientOverlay=function(t,e,r){var i=new S.drawing.Path(Object.assign({stroke:{color:"none"},fill:this.createGradient(r),closed:t.options.closed},e));return i.segments.elements(t.segments.elements()),i},e.prototype.createGradient=function(t){if(this.parent)return this.parent.createGradient(t)},e.prototype.supportsPointInactiveOpacity=function(){return!0},e}(S.Class);ie.prototype.options={};var ne=ie,oe=function(t){function e(e){t.call(this,e),this.options.margin=D(this.options.margin),this.options.padding=D(this.options.padding)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(e){var r,i=this,n=this.options,o=n.width,a=n.height,s=n.shrinkToFit,u=o&&a,l=n.margin,c=n.padding,p=n.border.width,h=function(){i.align(e,m,n.align),i.align(e,b,n.vAlign),i.paddingBox=r.clone().unpad(l).unpad(p)},f=e.clone();u&&(f.x2=f.x1+o,f.y2=f.y1+a),s&&f.unpad(l).unpad(p).unpad(c),t.prototype.reflow.call(this,f),r=u?this.box=new Zt(0,0,o,a):this.box,s&&u?(h(),f=this.contentBox=this.paddingBox.clone().unpad(c)):(f=this.contentBox=r.clone(),r.pad(c).pad(p).pad(l),h()),this.translateChildren(r.x1-f.x1+l.left+p+c.left,r.y1-f.y1+l.top+p+c.top);for(var d=this.children,v=0;v<d.length;v++){var g=d[v];g.reflow(g.box)}},e.prototype.align=function(t,e,r){this.box.align(t,e,r)},e.prototype.hasBox=function(){var t=this.options;return t.border.width||t.background},e.prototype.createVisual=function(){t.prototype.createVisual.call(this),this.options.visible&&this.hasBox()&&this.visual.append(S.drawing.Path.fromRect(this.paddingBox.toRect(),this.visualStyle()))},e.prototype.visualStyle=function(){var t=this.options,e=t.border||{};return{stroke:{width:e.width,color:e.color,opacity:Tt(e.opacity,t.opacity),dashType:e.dashType},fill:{color:t.background,opacity:t.opacity},cursor:t.cursor}},e}(ne);Lt(oe,{align:p,vAlign:v,margin:{},padding:{},border:{color:o,width:0},background:"",shrinkToFit:!1,width:0,height:0,visible:!0});var ae=oe,se=function(t){function e(e,r){t.call(this,e),this.pointData=r}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getElement=function(){var t=this.options,e=this.paddingBox,r=t.type,i=t.rotation,n=e.center(),o=e.width()/2,a=e.height()/2;if(!t.visible||!this.hasBox())return null;var s,l=this.visualStyle();if(r===u)s=new S.drawing.Circle(new S.geometry.Circle([kt(e.x1+o,3),kt(e.y1+a,3)],Math.min(o,a)),l);else if("triangle"===r)s=S.drawing.Path.fromPoints([[e.x1+o,e.y1],[e.x1,e.y2],[e.x2,e.y2]],l).close();else if("cross"===r)(s=new S.drawing.MultiPath(l)).moveTo(e.x1,e.y1).lineTo(e.x2,e.y2),s.moveTo(e.x1,e.y2).lineTo(e.x2,e.y1);else{var c=e.toRect();if("roundedRect"===r){var p=Tt(t.borderRadius,c.width()/5);c.setCornerRadius(p)}s=S.drawing.Path.fromRect(c,l)}return i&&s.transform(S.geometry.transform().rotate(-i,[n.x,n.y])),s.options.zIndex=t.zIndex,s},e.prototype.createElement=function(){var t=this,e=this.options.visual,r=this.pointData||{};return e?e({value:r.value,dataItem:r.dataItem,sender:this.getSender(),series:r.series,category:r.category,rect:this.paddingBox.toRect(),options:this.visualOptions(),createVisual:function(){return t.getElement()}}):this.getElement()},e.prototype.visualOptions=function(){var t=this.options;return{background:t.background,border:t.border,margin:t.margin,padding:t.padding,type:t.type,size:t.width,visible:t.visible}},e.prototype.createVisual=function(){this.visual=this.createElement()},e}(ae);Lt(se,{type:u,align:s,vAlign:s});var ue=se,le={glass:{type:"linear",rotation:0,stops:[{offset:0,color:y,opacity:0},{offset:.25,color:y,opacity:.3},{offset:1,color:y,opacity:0}]},sharpBevel:{type:"radial",stops:[{offset:0,color:y,opacity:.55},{offset:.65,color:y,opacity:0},{offset:.95,color:y,opacity:.25}]},roundedBevel:{type:"radial",stops:[{offset:.33,color:y,opacity:.06},{offset:.83,color:y,opacity:.2},{offset:.95,color:y,opacity:0}]},roundedGlass:{type:"radial",supportVML:!1,stops:[{offset:0,color:y,opacity:0},{offset:.5,color:y,opacity:.3},{offset:.99,color:y,opacity:0}]},sharpGlass:{type:"radial",supportVML:!1,stops:[{offset:0,color:y,opacity:.2},{offset:.15,color:y,opacity:.15},{offset:.17,color:y,opacity:.35},{offset:.85,color:y,opacity:.05},{offset:.87,color:y,opacity:.15},{offset:.99,color:y,opacity:0}]},bubbleShadow:{type:"radial",center:[.5,.5],radius:.5}};function ce(t,e){if(t.x1===e.x1&&t.y1===e.y1&&t.x2===e.x2&&t.y2===e.y2)return e;var r=Math.min(t.x1,e.x1),i=Math.max(t.x1,e.x1),n=Math.min(t.x2,e.x2),o=Math.max(t.x2,e.x2),a=Math.min(t.y1,e.y1),s=Math.max(t.y1,e.y1),u=Math.min(t.y2,e.y2),l=Math.max(t.y2,e.y2),c=[];return c[0]=new Zt(i,a,n,s),c[1]=new Zt(r,s,i,u),c[2]=new Zt(n,s,o,u),c[3]=new Zt(i,u,n,l),t.x1===r&&t.y1===a||e.x1===r&&e.y1===a?(c[4]=new Zt(r,a,i,s),c[5]=new Zt(n,u,o,l)):(c[4]=new Zt(n,a,o,s),c[5]=new Zt(r,u,i,l)),at(c,(function(t){return t.height()>0&&t.width()>0}))[0]}var pe=function(t){function e(e){t.call(this,e);var r=this.options;r.width=parseInt(r.width,10),r.height=parseInt(r.height,10),this.gradients={}}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(){var t=this.options,e=this.children,r=new Zt(0,0,t.width,t.height);this.box=r.unpad(t.margin);for(var i=0;i<e.length;i++)e[i].reflow(r),r=ce(r,e[i].box)||new Zt},e.prototype.createVisual=function(){this.visual=new S.drawing.Group,this.createBackground()},e.prototype.createBackground=function(){var t=this.options,e=t.border||{},r=this.box.clone().pad(t.margin).unpad(e.width),i=S.drawing.Path.fromRect(r.toRect(),{stroke:{color:e.width?e.color:"",width:e.width,dashType:e.dashType},fill:{color:t.background,opacity:t.opacity},zIndex:-10});this.visual.append(i)},e.prototype.getRoot=function(){return this},e.prototype.createGradient=function(t){var e,r=this.gradients,i=Pt(t),n=le[t.gradient];if(r[i])e=r[i];else{var o=Object.assign({},n,t);"linear"===n.type?e=new S.drawing.LinearGradient(o):(t.innerRadius&&(o.stops=function(t){for(var e=t.stops,r=t.innerRadius/t.radius*100,i=e.length,n=[],o=0;o<i;o++){var a=Object.assign({},e[o]);a.offset=(a.offset*(100-r)+r)/100,n.push(a)}return n}(o)),(e=new S.drawing.RadialGradient(o)).supportVML=!1!==n.supportVML),r[i]=e}return e},e.prototype.cleanGradients=function(){var t=this.gradients;for(var e in t)t[e]._observers=[]},e.prototype.size=function(){var t=this.options;return new Zt(0,0,t.width,t.height)},e}(ne);Lt(pe,{width:600,height:400,background:y,border:{color:o,width:0},margin:D(5),zIndex:-2});var he=pe,fe=function(t){function e(e){t.call(this,e),this._initDirection()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initDirection=function(){var t=this.options;t.vertical?(this.groupAxis=m,this.elementAxis=b,this.groupSizeField="width",this.elementSizeField="height",this.groupSpacing=t.spacing,this.elementSpacing=t.vSpacing):(this.groupAxis=b,this.elementAxis=m,this.groupSizeField="height",this.elementSizeField="width",this.groupSpacing=t.vSpacing,this.elementSpacing=t.spacing)},e.prototype.reflow=function(t){this.box=t.clone(),this.reflowChildren()},e.prototype.reflowChildren=function(){var t=this.box,e=this.elementAxis,r=this.groupAxis,i=this.elementSizeField,n=this.groupSizeField,o=this.groupOptions(),a=o.groups,s=o.groupsSize,u=o.maxGroupElementsSize,l=a.length,c=t[r+1]+this.alignStart(s,t[n]());if(l){for(var p=c,h=0;h<l;h++){for(var f=a[h],d=f.groupElements,v=t[e+1],g=d.length,y=0;y<g;y++){var m=d[y],b=this.elementSize(m),x=p+this.alignStart(b[n],f.groupSize),C=new Zt;C[r+1]=x,C[r+2]=x+b[n],C[e+1]=v,C[e+2]=v+b[i],m.reflow(C),v+=b[i]+this.elementSpacing}p+=f.groupSize+this.groupSpacing}t[r+1]=c,t[r+2]=c+s,t[e+2]=t[e+1]+u}},e.prototype.alignStart=function(t,e){var r=0,i=this.options.align;return i===d||i===a?r=e-t:i===s&&(r=(e-t)/2),r},e.prototype.groupOptions=function(){for(var t=this.box,e=this.children,r=this.elementSizeField,i=this.groupSizeField,n=this.elementSpacing,o=this.groupSpacing,a=kt(t[r]()),s=e.length,u=[],l=0,c=0,p=0,h=0,f=[],d=0;d<s;d++){var v=e[d];v.box||v.reflow(t);var g=this.elementSize(v);this.options.wrap&&kt(c+n+g[r])>a&&(u.push({groupElements:f,groupSize:l,groupElementsSize:c}),h=Math.max(h,c),p+=o+l,l=0,c=0,f=[]),l=Math.max(l,g[i]),c>0&&(c+=n),c+=g[r],f.push(v)}return u.push({groupElements:f,groupSize:l,groupElementsSize:c}),{groups:u,groupsSize:p+=l,maxGroupElementsSize:h=Math.max(h,c)}},e.prototype.elementSize=function(t){return{width:t.box.width(),height:t.box.height()}},e.prototype.createVisual=function(){},e}(ne);Lt(fe,{vertical:!0,wrap:!0,vSpacing:0,spacing:0});var de=fe,ve=S.drawing.Text,ge=function(t){function e(e,r){t.call(this,r),this.content=e,this.reflow(new Zt)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e=this.options,r=e.size=S.drawing.util.measureText(this.content,{font:e.font});this.baseline=r.baseline,this.box=new Zt(t.x1,t.y1,t.x1+r.width,t.y1+r.height)},e.prototype.createVisual=function(){var t=this.options,e=t.font,r=t.color,i=t.opacity,n=t.cursor;this.visual=new ve(this.content,this.box.toRect().topLeft(),{font:e,fill:{color:r,opacity:i},cursor:n})},e}(ne);Lt(ge,{font:"12px sans-serif",color:o});var ye=ge;function me(t){var e=t.origin,r=t.bottomRight();return new Zt(e.x,e.y,r.x,r.y)}var be=/\n/m,xe=function(t){function e(e,r,i){t.call(this,r),this.content=e,this.data=i,this._initContainer(),!1!==this.options._autoReflow&&this.reflow(new Zt)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initContainer=function(){var t=this.options,e=String(this.content).split(be),r=new de({vertical:!0,align:t.align,wrap:!1}),i=M({},t,{opacity:1,animation:null});this.container=r,this.append(r);for(var n=0;n<e.length;n++){var o=new ye(e[n].trim(),i);r.append(o)}},e.prototype.reflow=function(e){var r=this.options,i=r.visual;if(this.container.options.align=r.align,i&&!this._boxReflow){var n=e;n.hasSize()||(this._boxReflow=!0,this.reflow(n),this._boxReflow=!1,n=this.box);var o=this.visual=i(this.visualContext(n));o&&(n=me(o.clippedBBox()||new S.geometry.Rect),o.options.zIndex=r.zIndex),this.box=this.contentBox=this.paddingBox=n}else if(t.prototype.reflow.call(this,e),r.rotation){var a=D(r.margin),s=this.box.unpad(a);this.targetBox=e,this.normalBox=s.clone(),(s=this.rotate()).translate(a.left-a.right,a.top-a.bottom),this.rotatedBox=s.clone(),s.pad(a)}},e.prototype.createVisual=function(){var t=this.options;if(this.visual=new S.drawing.Group({transform:this.rotationTransform(),zIndex:t.zIndex,noclip:t.noclip}),this.hasBox()){var e=S.drawing.Path.fromRect(this.paddingBox.toRect(),this.visualStyle());this.visual.append(e)}},e.prototype.renderVisual=function(){if(this.options.visible)if(this.options.visual){var e=this.visual;e&&!bt(e.options.noclip)&&(e.options.noclip=this.options.noclip),this.addVisual(),this.createAnimation()}else t.prototype.renderVisual.call(this)},e.prototype.visualContext=function(t){var e=this,r={text:this.content,rect:t.toRect(),sender:this.getSender(),options:this.options,createVisual:function(){return e._boxReflow=!0,e.reflow(t),e._boxReflow=!1,e.getDefaultVisual()}};return this.data&&Object.assign(r,this.data),r},e.prototype.getDefaultVisual=function(){this.createVisual(),this.renderChildren();var t=this.visual;return delete this.visual,t},e.prototype.rotate=function(){var t=this.options;return this.box.rotate(t.rotation),this.align(this.targetBox,m,t.align),this.align(this.targetBox,b,t.vAlign),this.box},e.prototype.rotationTransform=function(){var t=this.options.rotation;if(!t)return null;var e=this.normalBox.center(),r=e.x,i=e.y,n=this.rotatedBox.center();return S.geometry.transform().translate(n.x-r,n.y-i).rotate(t,[r,i])},e}(ae),Ce=function(t){function e(e){t.call(this,e),this.append(new xe(this.options.text,Object.assign({},this.options,{vAlign:this.options.position})))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(e){t.prototype.reflow.call(this,e),this.box.snapTo(e,m)},e.buildTitle=function(t,r,i){var n,o=t;return"string"==typeof t&&(o={text:t}),(o=Object.assign({visible:!0},i,o))&&o.visible&&o.text&&(n=new e(o),r.append(n)),n},e}(ne);Lt(Ce,{color:o,position:v,align:s,margin:D(5),padding:D(5)});var _e=Ce,Oe=function(t){function e(e,r,i,n,o){t.call(this,r,o),this.text=r,this.value=e,this.index=i,this.dataItem=n,this.reflow(new Zt)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.visualContext=function(e){var r=t.prototype.visualContext.call(this,e);return r.value=this.value,r.dataItem=this.dataItem,r.format=this.options.format,r.culture=this.options.culture,r},e.prototype.click=function(t,e){t.trigger("axisLabelClick",{element:Ot(e),value:this.value,text:this.text,index:this.index,dataItem:this.dataItem,axis:this.parent.options})},e.prototype.rotate=function(){if(this.options.alignRotation!==s){var e=this.normalBox.toRect(),r=this.rotationTransform();this.box=me(e.bbox(r.matrix()))}else t.prototype.rotate.call(this);return this.box},e.prototype.rotationTransform=function(){var e=this.options,r=e.rotation;if(!r)return null;if(e.alignRotation===s)return t.prototype.rotationTransform.call(this);var i=S.geometry.transform().rotate(r).matrix(),n=this.normalBox.toRect(),o=this.targetBox.toRect(),u=e.rotationOrigin||v,l=u===v||u===a?m:b,c=u===v||u===a?b:m,h=u===v||u===p?o.origin:o.bottomRight(),f=n.topLeft().transformCopy(i),d=n.topRight().transformCopy(i),g=n.bottomRight().transformCopy(i),y=n.bottomLeft().transformCopy(i),x=S.geometry.Rect.fromPoints(f,d,g,y),C={};C[c]=o.origin[c]-x.origin[c];var _,O,w=Math.abs(f[c]+C[c]-h[c]),j=Math.abs(d[c]+C[c]-h[c]);kt(w,10)===kt(j,10)?(_=f,O=d):j<w?(_=d,O=g):(_=f,O=y);var P=_[l]+(O[l]-_[l])/2;return C[l]=o.center()[l]-P,S.geometry.transform().translate(C.x,C.y).rotate(r)},e}(xe);Lt(Oe,{_autoReflow:!1});var Se=Oe,we=function(t){function e(e,r,i){t.call(this,r),this.fields=e,this.chartService=i,this.render()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.hide=function(){this.options.visible=!1},e.prototype.show=function(){this.options.visible=!0},e.prototype.render=function(){var t=this,e=this.options;if(e.visible){var r,i,n=e.label,o=e.icon,a=new Zt,s=function(){return t},l=o.size,c=this.fields.text;if(bt(n)&&n.visible){var p=rt(n);p?c=p(this.fields):n.format&&(c=this.chartService.format.auto(n.format,c)),n.color||(n.color="inside"===n.position?"#fff":o.background),this.label=new xe(c,M({},n)),this.label.aliasFor=s,"inside"!==n.position||bt(l)||(o.type===u?l=Math.max(this.label.box.width(),this.label.box.height()):(r=this.label.box.width(),i=this.label.box.height()),a.wrap(this.label.box))}o.width=r||l||7,o.height=i||l||7;var h=new ue(M({},o));h.aliasFor=s,this.marker=h,this.append(h),this.label&&this.append(this.label),h.reflow(new Zt),this.wrapperBox=a.wrap(h.box)}},e.prototype.reflow=function(t){var e,r,i,n=this.options,o=this.label,s=this.marker,u=this.wrapperBox,l=t.center(),c=n.line.length,h=n.position;n.visible&&(ct(h,[p,d])?h===p?(i=u.alignTo(t,h).translate(-c,t.center().y-u.center().y),n.line.visible&&(e=[t.x1,l.y],this.linePoints=[e,[i.x2,l.y]],r=i.clone().wrapPoint(e))):(i=u.alignTo(t,h).translate(c,t.center().y-u.center().y),n.line.visible&&(e=[t.x2,l.y],this.linePoints=[e,[i.x1,l.y]],r=i.clone().wrapPoint(e))):h===a?(i=u.alignTo(t,h).translate(t.center().x-u.center().x,c),n.line.visible&&(e=[l.x,t.y2],this.linePoints=[e,[l.x,i.y1]],r=i.clone().wrapPoint(e))):(i=u.alignTo(t,h).translate(t.center().x-u.center().x,-c),n.line.visible&&(e=[l.x,t.y1],this.linePoints=[e,[l.x,i.y2]],r=i.clone().wrapPoint(e))),s&&s.reflow(i),o&&(o.reflow(i),s&&("outside"===n.label.position&&o.box.alignTo(s.box,h),o.reflow(o.box))),this.contentBox=i,this.targetBox=t,this.box=r||i)},e.prototype.createVisual=function(){t.prototype.createVisual.call(this),this.visual.options.noclip=this.options.noclip,this.options.visible&&this.createLine()},e.prototype.renderVisual=function(){var e=this,r=this.options,i=r.visual;r.visible&&i?(this.visual=i(Object.assign(this.fields,{sender:this.getSender(),rect:this.targetBox.toRect(),options:{background:r.background,border:r.background,icon:r.icon,label:r.label,line:r.line,position:r.position,visible:r.visible},createVisual:function(){e.createVisual(),e.renderChildren();var t=e.visual;return delete e.visual,t}})),this.addVisual()):t.prototype.renderVisual.call(this)},e.prototype.createLine=function(){var t=this.options.line;if(this.linePoints){var e=S.drawing.Path.fromPoints(this.linePoints,{stroke:{color:t.color,width:t.width,dashType:t.dashType}});w(e),this.visual.append(e)}},e.prototype.click=function(t,e){var r=this.eventArgs(e);t.trigger("noteClick",r)||e.preventDefault()},e.prototype.over=function(t,e){var r=this.eventArgs(e);t.trigger("noteHover",r)||e.preventDefault()},e.prototype.out=function(t,e){var r=this.eventArgs(e);t.trigger("noteLeave",r)},e.prototype.eventArgs=function(t){var e=this.options;return Object.assign(this.fields,{element:Ot(t),text:bt(e.label)?e.label.text:"",visual:this.visual})},e}(ae);Lt(we,{icon:{visible:!0,type:u},label:{position:"inside",visible:!0,align:s,vAlign:s},line:{visible:!0},visible:!0,position:v,zIndex:2});var je=we;function Pe(t,e){var r=t.tickX,i=t.tickY,n=t.position,o=new S.drawing.Path({stroke:{width:e.width,color:e.color}});return t.vertical?o.moveTo(r,n).lineTo(r+e.size,n):o.moveTo(n,i).lineTo(n,i+e.size),w(o),o}function Ae(t,e){var r=t.lineStart,i=t.lineEnd,n=t.position,o=new S.drawing.Path({stroke:{width:e.width,color:e.color,dashType:e.dashType}});return t.vertical?o.moveTo(r,n).lineTo(i,n):o.moveTo(n,r).lineTo(n,i),w(o),o}var ke=function(t){function e(e,r){void 0===r&&(r=new q),t.call(this,e),this.chartService=r,this.options.visible||(this.options=M({},this.options,{labels:{visible:!1},line:{visible:!1},margin:0,majorTickSize:0,minorTickSize:0})),this.options.minorTicks=M({},{color:this.options.line.color,width:this.options.line.width,visible:"none"!==this.options.minorTickType},this.options.minorTicks,{size:this.options.minorTickSize,align:this.options.minorTickType}),this.options.majorTicks=M({},{color:this.options.line.color,width:this.options.line.width,visible:"none"!==this.options.majorTickType},this.options.majorTicks,{size:this.options.majorTickSize,align:this.options.majorTickType}),this.initFields(),this.options._deferLabels||this.createLabels(),this.createTitle(),this.createNotes()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initFields=function(){},e.prototype.labelsRange=function(){return{min:this.options.labels.skip,max:this.labelsCount()}},e.prototype.normalizeLabelRotation=function(t){var e=t.rotation;N(e)&&(t.alignRotation=e.align,t.rotation=e.angle)},e.prototype.createLabels=function(){var t=this.options,e=t.vertical?d:s,r=M({},t.labels,{align:e,zIndex:t.zIndex}),i=Math.max(1,r.step);if(this.clearLabels(),r.visible){this.normalizeLabelRotation(r),"auto"===r.rotation&&(r.rotation=0,t.autoRotateLabels=!0);for(var n=this.labelsRange(),o=n.min;o<n.max;o+=i){var a={index:o,count:n.max},u=this.createAxisLabel(o,r,a);u&&(this.append(u),this.labels.push(u))}}},e.prototype.clearLabels=function(){this.children=at(this.children,(function(t){return!(t instanceof Se)})),this.labels=[]},e.prototype.clearTitle=function(){var t=this;this.title&&(this.children=at(this.children,(function(e){return e!==t.title})),this.title=void 0)},e.prototype.clear=function(){this.clearLabels(),this.clearTitle()},e.prototype.lineBox=function(){var t=this.options,e=this.box,r=t.vertical,i=t.labels.mirror,n=i?e.x1:e.x2,o=i?e.y2:e.y1,a=t.line.width||0;return r?new Zt(n,e.y1,n,e.y2-a):new Zt(e.x1,o,e.x2-a,o)},e.prototype.createTitle=function(){var t=this.options,e=M({rotation:t.vertical?-90:0,text:"",zIndex:1,visualSize:!0},t.title);if(e.visible&&e.text){var r=new xe(e.text,e);this.append(r),this.title=r}},e.prototype.createNotes=function(){var t=this.options,e=t.notes,r=e.data||[];this.notes=[];for(var i=0;i<r.length;i++){var n=M({},e,r[i]);n.value=this.parseNoteValue(n.value);var o=new je({value:n.value,text:n.label.text,dataItem:n},n,this.chartService);o.options.visible&&(bt(o.options.position)?t.vertical&&!ct(o.options.position,[p,d])?o.options.position=t.reverse?p:d:t.vertical||ct(o.options.position,[v,a])||(o.options.position=t.reverse?a:v):t.vertical?o.options.position=t.reverse?p:d:o.options.position=t.reverse?a:v,this.append(o),this.notes.push(o))}},e.prototype.parseNoteValue=function(t){return t},e.prototype.renderVisual=function(){t.prototype.renderVisual.call(this),this.createPlotBands()},e.prototype.createVisual=function(){t.prototype.createVisual.call(this),this.createBackground(),this.createLine()},e.prototype.gridLinesVisual=function(){var t=this._gridLines;return t||(t=this._gridLines=new S.drawing.Group({zIndex:-2}),this.appendVisual(this._gridLines)),t},e.prototype.createTicks=function(t){var e=this.options,r=this.lineBox(),i=e.labels.mirror,n=e.majorTicks.visible?e.majorUnit:0,o={vertical:e.vertical};function a(e,n,a){var s=e.length,u=Math.max(1,n.step);if(n.visible)for(var l=n.skip;l<s;l+=u)bt(a)&&l%a==0||(o.tickX=i?r.x2:r.x2-n.size,o.tickY=i?r.y1-n.size:r.y1,o.position=e[l],t.append(Pe(o,n)))}a(this.getMajorTickPositions(),e.majorTicks),a(this.getMinorTickPositions(),e.minorTicks,n/e.minorUnit)},e.prototype.createLine=function(){var t=this.options,e=t.line,r=this.lineBox();if(e.width>0&&e.visible){var i=new S.drawing.Path({stroke:{width:e.width,color:e.color,dashType:e.dashType}});i.moveTo(r.x1,r.y1).lineTo(r.x2,r.y2),t._alignLines&&w(i);var n=this._lineGroup=new S.drawing.Group;n.append(i),this.visual.append(n),this.createTicks(n)}},e.prototype.getActualTickSize=function(){var t=this.options,e=0;return t.majorTicks.visible&&t.minorTicks.visible?e=Math.max(t.majorTicks.size,t.minorTicks.size):t.majorTicks.visible?e=t.majorTicks.size:t.minorTicks.visible&&(e=t.minorTicks.size),e},e.prototype.createBackground=function(){var t=this.options,e=this.box,r=t.background;r&&(this._backgroundPath=S.drawing.Path.fromRect(e.toRect(),{fill:{color:r},stroke:null}),this.visual.append(this._backgroundPath))},e.prototype.createPlotBands=function(){var t=this,e=this.options,r=e.plotBands||[],i=e.vertical,n=this.plotArea;if(0!==r.length){for(var o=this._plotbandGroup=new S.drawing.Group({zIndex:-1}),a=at(this.pane.axes,(function(e){return e.options.vertical!==t.options.vertical}))[0],s=0;s<r.length;s++){var u=r[s],l=void 0,c=void 0,h=u.label,f=void 0;if(i?(l=(a||n.axisX).lineBox(),c=t.getSlot(u.from,u.to,!0)):(l=t.getSlot(u.from,u.to,!0),c=(a||n.axisY).lineBox()),h&&(h.vAlign=h.position||p,f=t.createPlotBandLabel(h,u,new Zt(l.x1,c.y1,l.x2,c.y2))),0!==l.width()&&0!==c.height()){var d=new S.geometry.Rect([l.x1,c.y1],[l.width(),c.height()]),v=S.drawing.Path.fromRect(d,{fill:{color:u.color,opacity:u.opacity},stroke:null});o.append(v),f&&o.append(f)}}this.appendVisual(o)}},e.prototype.createPlotBandLabel=function(t,e,r){if(!1===t.visible)return null;var i,n=t.text;if(bt(t)&&t.visible){var o=rt(t);o?n=o({text:n,item:e}):t.format&&(n=this.chartService.format.auto(t.format,n)),t.color||(t.color=this.options.labels.color)}return(i=new xe(n,t)).reflow(r),i.renderVisual(),i.visual},e.prototype.createGridLines=function(t){var e=this.options,r=e.minorGridLines,i=e.majorGridLines,n=e.minorUnit,o=e.vertical,a=t.options.line.visible,s=i.visible?e.majorUnit:0,u=t.lineBox(),l=u[o?"y1":"x1"],c={lineStart:u[o?"x1":"y1"],lineEnd:u[o?"x2":"y2"],vertical:o},p=[],h=this.gridLinesVisual();function f(t,e,r){var i=t.length,n=Math.max(1,e.step);if(e.visible)for(var o=e.skip;o<i;o+=n){var s=kt(t[o]);ct(s,p)||o%r==0||a&&l===s||(c.position=s,h.append(Ae(c,e)),p.push(s))}}return f(this.getMajorTickPositions(),i),f(this.getMinorTickPositions(),r,s/n),h.children},e.prototype.reflow=function(t){for(var e=this.options,r=this.labels,i=this.title,n=e.vertical,o=r.length,a=n?"width":"height",s=i?i.box[a]():0,u=this.getActualTickSize()+e.margin+s,l=((this.getRoot()||{}).box||t)[a](),c=0,p=0;p<o;p++){var h=r[p].box[a]();h+u<=l&&(c=Math.max(c,h))}this.box=n?new Zt(t.x1,t.y1,t.x1+c+u,t.y2):new Zt(t.x1,t.y1,t.x2,t.y1+c+u),this.arrangeTitle(),this.arrangeLabels(),this.arrangeNotes()},e.prototype.getLabelsTickPositions=function(){return this.getMajorTickPositions()},e.prototype.labelTickIndex=function(t){return t.index},e.prototype.arrangeLabels=function(){for(var t=this.options,e=this.labels,r=this.labelsBetweenTicks(),i=t.vertical,n=t.labels.mirror,o=this.getLabelsTickPositions(),a=0;a<e.length;a++){var s=e[a],u=this.labelTickIndex(s),l=i?s.box.height():s.box.width(),c=o[u],p=o[u+1],h=void 0,f=void 0;if(i){if(r)h=c+(p-c)/2-l/2;else h=c-l/2;f=h}else r?(h=c,f=p):f=(h=c-l/2)+l;this.positionLabel(s,n,h,f)}},e.prototype.positionLabel=function(t,e,r,i){void 0===i&&(i=r);var n,o=this.options,s=o.vertical,u=this.lineBox(),l=this.getActualTickSize()+o.margin;if(s){var c=u.x2;e?(c+=l,t.options.rotationOrigin=p):(c-=l+t.box.width(),t.options.rotationOrigin=d),n=t.box.move(c,r)}else{var h=u.y1;e?(h-=l+t.box.height(),t.options.rotationOrigin=a):(h+=l,t.options.rotationOrigin=v),n=new Zt(r,h,i,h+t.box.height())}t.reflow(n)},e.prototype.autoRotateLabelAngle=function(t,e){return t.width()<e?0:t.height()>e?-90:-45},e.prototype.autoRotateLabels=function(){if(!this.options.autoRotateLabels||this.options.vertical)return!1;for(var t=this.getMajorTickPositions(),e=this.labels,r=Math.min(e.length,t.length-1),i=0,n=0;n<r;n++){var o=Math.abs(t[n+1]-t[n]),a=e[n].box,s=this.autoRotateLabelAngle(a,o);if(0!==s&&(i=s),-90===i)break}if(0!==i){for(var u=0;u<e.length;u++)e[u].options.rotation=i,e[u].reflow(new Zt);return!0}},e.prototype.arrangeTitle=function(){var t=this.options,e=this.title,r=t.labels.mirror,i=t.vertical;e&&(i?(e.options.align=r?d:p,e.options.vAlign=e.options.position):(e.options.align=e.options.position,e.options.vAlign=r?v:a),e.reflow(this.box))},e.prototype.arrangeNotes=function(){for(var t=0;t<this.notes.length;t++){var e=this.notes[t],r=e.options.value,i=void 0;bt(r)?(this.shouldRenderNote(r)?e.show():e.hide(),i=this.noteSlot(r)):e.hide(),e.reflow(i||this.lineBox())}},e.prototype.noteSlot=function(t){return this.getSlot(t)},e.prototype.alignTo=function(t){var e=t.lineBox(),r=this.options.vertical,i=r?b:m;this.box.snapTo(e,i),r?this.box.shrink(0,this.lineBox().height()-e.height()):this.box.shrink(this.lineBox().width()-e.width(),0),this.box[i+1]-=this.lineBox()[i+1]-e[i+1],this.box[i+2]-=this.lineBox()[i+2]-e[i+2]},e.prototype.axisLabelText=function(t,e,r){var i,n=this,o=rt(e),a=function(){return e.format?n.chartService.format.localeAuto(e.format,[t],e.culture):t};o?i=o(Object.assign({},r,{get text(){return a()},value:t,format:e.format,culture:e.culture})):i=a();return i},e.prototype.slot=function(t,e,r){var i=this.getSlot(t,e,r);if(i)return i.toRect()},e.prototype.contentBox=function(){var t=this.box.clone(),e=this.labels;if(e.length){var r=this.options.vertical?b:m;if(this.chartService.isPannable(r)){var i=this.maxLabelOffset();t[r+1]-=i.start,t[r+2]+=i.end}else{e[0].options.visible&&t.wrap(e[0].box);var n=e[e.length-1];n.options.visible&&t.wrap(n.box)}}return t},e.prototype.maxLabelOffset=function(){for(var t=this.options,e=t.vertical,r=t.reverse,i=this.labelsBetweenTicks(),n=this.getLabelsTickPositions(),o=e?b:m,a=this.labels,s=r?1:0,u=r?0:1,l=0,c=0,p=0;p<a.length;p++){var h=a[p],f=this.labelTickIndex(h),d=void 0,v=void 0;i?(d=n[f+s],v=n[f+u]):d=v=n[f],l=Math.max(l,d-h.box[o+1]),c=Math.max(c,h.box[o+2]-v)}return{start:l,end:c}},e.prototype.limitRange=function(t,e,r,i,n){var o=this.options;if(t<r&&n<0&&(!bt(o.min)||o.min<=r)||i<e&&n>0&&(!bt(o.max)||i<=o.max))return null;if(e<r&&n>0||i<t&&n<0)return{min:t,max:e};var a=e-t,s=t,u=e;return t<r&&n<0?(s=jt(t,r,i),u=jt(t+a,r+a,i)):e>i&&n>0&&(u=jt(e,r,i),s=jt(e-a,r,i-a)),{min:s,max:u}},e.prototype.valueRange=function(){return{min:this.seriesMin,max:this.seriesMax}},e.prototype.labelsBetweenTicks=function(){return!this.options.justified},e.prototype.prepareUserOptions=function(){},e}(ne);Lt(ke,{labels:{visible:!0,rotation:0,mirror:!1,step:1,skip:0},line:{width:1,color:o,visible:!0},title:{visible:!0,position:s},majorTicks:{align:"outside",size:4,skip:0,step:1},minorTicks:{align:"outside",size:3,skip:0,step:1},axisCrossingValue:0,majorTickType:"outside",minorTickType:"none",majorGridLines:{skip:0,step:1},minorGridLines:{visible:!1,width:1,color:o,skip:0,step:1},margin:5,visible:!0,reverse:!1,justified:!0,notes:{label:{text:""}},_alignLines:!0,_deferLabels:!1});var Ve=ke,Te="days",Me="years",Ne={years:31536e6,months:26784e5,weeks:6048e5,days:864e5,hours:36e5,minutes:6e4,seconds:1e3,milliseconds:1};function Le(t,e){return t.getTime()-e-6e4*(t.getTimezoneOffset()-e.getTimezoneOffset())}function Ie(t,e){return new Date(t.getTime()+e)}function Ee(t){var e;return t instanceof Date?e=t:t&&(e=new Date(t)),e}function Be(t,e){return 0===e&&23===t.getHours()&&(t.setHours(t.getHours()+2),!0)}function De(t,e,r,i){var n=t;if(t){var o=Ee(t),a=o.getHours();r===Me?Be(n=new Date(o.getFullYear()+e,0,1),0):"months"===r?Be(n=new Date(o.getFullYear(),o.getMonth()+e,1),a):"weeks"===r?Be(n=De(function(t,e){void 0===e&&(e=0);var r=0,i=t.getDay();if(!isNaN(i))for(;i!==e;)0===i?i=6:i--,r++;return Ie(t,864e5*-r)}(o,i),7*e,Te),a):r===Te?Be(n=new Date(o.getFullYear(),o.getMonth(),o.getDate()+e),a):"hours"===r?n=function(t,e){var r=new Date(t);r.setMinutes(0,0,0);var i=6e4*(t.getTimezoneOffset()-r.getTimezoneOffset());return Ie(r,i+36e5*e)}(o,e):"minutes"===r?(n=Ie(o,6e4*e)).getSeconds()>0&&n.setSeconds(0):"seconds"===r?n=Ie(o,1e3*e):"milliseconds"===r&&(n=Ie(o,e)),"milliseconds"!==r&&n.getMilliseconds()>0&&n.setMilliseconds(0)}return n}function Re(t,e,r){return De(Ee(t),0,e,r)}function ze(t,e,r){var i=Ee(t);return i&&Re(i,e,r).getTime()===i.getTime()?i:De(i,1,e,r)}function Fe(t,e){return t&&e?t.getTime()-e.getTime():-1}function Ke(t,e){return t.getTime()-e}function Ue(t){if(x(t)){for(var e=[],r=0;r<t.length;r++)e.push(Ue(t[r]));return e}if(t)return Ee(t).getTime()}function He(t,e){return t&&e?Ue(t)===Ue(e):t===e}function $e(t,e,r){return Le(t,e)/Ne[r]}function Ge(t,e,r,i){var n=Ee(t),o=Ee(e);return("months"===r?n.getMonth()-o.getMonth()+12*(n.getFullYear()-o.getFullYear())+$e(n,new Date(n.getFullYear(),n.getMonth()),Te)/new Date(n.getFullYear(),n.getMonth()+1,0).getDate():r===Me?n.getFullYear()-o.getFullYear()+Ge(n,new Date(n.getFullYear(),0),"months",1)/12:r===Te||"weeks"===r?$e(n,o,r):Ke(n,e)/Ne[r])/i}function Xe(t,e,r){return r===Me?e.getFullYear()-t.getFullYear():"months"===r?12*Xe(t,e,Me)+e.getMonth()-t.getMonth():r===Te?Math.floor(Ke(e,t)/864e5):Math.floor(Ke(e,t)/Ne[r])}function Ye(t,e){return A(e)&&t.parseDate(e)||Ee(e)}function We(t,e){if(x(e)){for(var r=[],i=0;i<e.length;i++)r.push(Ye(t,e[i]));return r}return Ye(t,e)}function qe(t,e){return P(t.weekStartDay)?t.weekStartDay:e&&e.firstDay?e.firstDay():0}var Ze=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initFields=function(){this._ticks={}},e.prototype.categoriesHash=function(){return""},e.prototype.clone=function(){var t=new e(Object.assign({},this.options,{categories:this.options.srcCategories}),this.chartService);return t.createLabels(),t},e.prototype.initUserOptions=function(t){var e=t.categories||[],r=bt(t.min),i=bt(t.max);if(t.srcCategories=t.categories=e,(r||i)&&e.length){var n,o=r?Math.floor(t.min):0;n=i?t.justified?Math.floor(t.max)+1:Math.ceil(t.max):e.length,t.categories=t.categories.slice(o,n)}return t},e.prototype.rangeIndices=function(){var t=this.options,e=t.categories.length||1;return{min:P(t.min)?t.min%1:0,max:P(t.max)&&t.max%1!=0&&t.max<this.totalRange().max?e-(1-t.max%1):e-(t.justified?1:0)}},e.prototype.totalRangeIndices=function(t){var e,r=this.options,i=P(r.min)?r.min:0;if(e=P(r.max)?r.max:P(r.min)?i+r.categories.length:this.totalRange().max||1,t){var n=this.totalRange();i=jt(i,0,n.max),e=jt(e,0,n.max)}return{min:i,max:e}},e.prototype.range=function(){var t=this.options;return{min:P(t.min)?t.min:0,max:P(t.max)?t.max:this.totalRange().max}},e.prototype.roundedRange=function(){return this.range()},e.prototype.totalRange=function(){var t=this.options;return{min:0,max:Math.max(this._seriesMax||0,t.srcCategories.length)-(t.justified?1:0)}},e.prototype.scaleOptions=function(){var t=this.rangeIndices(),e=t.min,r=t.max,i=this.lineBox();return{scale:(this.options.vertical?i.height():i.width())/(r-e||1)*(this.options.reverse?-1:1),box:i,min:e,max:r}},e.prototype.arrangeLabels=function(){t.prototype.arrangeLabels.call(this),this.hideOutOfRangeLabels()},e.prototype.hideOutOfRangeLabels=function(){var t=this.box,e=this.labels;if(e.length>0){var r=this.options.vertical?b:m,i=t[r+1],n=t[r+2],o=e[0],a=wt(e);(o.box[r+1]>n||o.box[r+2]<i)&&(o.options.visible=!1),(a.box[r+1]>n||a.box[r+2]<i)&&(a.options.visible=!1)}},e.prototype.getMajorTickPositions=function(){return this.getTicks().majorTicks},e.prototype.getMinorTickPositions=function(){return this.getTicks().minorTicks},e.prototype.getLabelsTickPositions=function(){return this.getTicks().labelTicks},e.prototype.tickIndices=function(t){for(var e=this.rangeIndices(),r=e.min,i=e.max,n=Math.ceil(i),o=Math.floor(r),a=[];o<=n;)a.push(o),o+=t;return a},e.prototype.getTickPositions=function(t){for(var e=this.options,r=e.vertical,i=e.reverse,n=this.scaleOptions(),o=n.scale,a=n.box,s=n.min,u=a[(r?b:m)+(i?2:1)],l=this.tickIndices(t),c=[],p=0;p<l.length;p++)c.push(u+kt(o*(l[p]-s),3));return c},e.prototype.getTicks=function(){var t=this.options,e=this._ticks,r=this.rangeIndices(),i=this.lineBox(),n=i.getHash()+r.min+","+r.max+t.reverse+t.justified;if(e._hash!==n){var o=t.minorTicks.visible||t.minorGridLines.visible;e._hash=n,e.labelTicks=this.getTickPositions(1),e.majorTicks=this.filterOutOfRangePositions(e.labelTicks,i),e.minorTicks=o?this.filterOutOfRangePositions(this.getTickPositions(.5),i):[]}return e},e.prototype.filterOutOfRangePositions=function(t,e){if(!t.length)return t;for(var r=this.options.vertical?b:m,i=function(t){return e[r+1]<=t&&t<=e[r+2]},n=t.length-1,o=0;!i(t[o])&&o<=n;)o++;for(var a=n;!i(t[a])&&a>=0;)a--;return t.slice(o,a+1)},e.prototype.getSlot=function(t,e,r){var i=this.options,n=i.reverse,o=i.justified,a=i.vertical,s=this.scaleOptions(),u=s.scale,l=s.box,c=s.min,p=a?b:m,h=l[p+(n?2:1)],f=l.clone(),d=!bt(e),v=Tt(t,0),g=Tt(e,v);g=Math.max(g-1,v);var y=h+(v-c)*u,x=h+((g=Math.max(v,g))+1-c)*u;return d&&o&&(x=y),r&&(y=jt(y,l[p+1],l[p+2]),x=jt(x,l[p+1],l[p+2])),f[p+1]=n?x:y,f[p+2]=n?y:x,f},e.prototype.limitSlot=function(t){var e=this.options.vertical?b:m,r=this.lineBox(),i=t.clone();return i[e+1]=jt(t[e+1],r[e+1],r[e+2]),i[e+2]=jt(t[e+2],r[e+1],r[e+2]),i},e.prototype.slot=function(e,r,i){var n=Math.floor(this.options.min||0),o=e,a=r;return"string"==typeof o?o=this.categoryIndex(o):P(o)&&(o-=n),"string"==typeof a?a=this.categoryIndex(a):P(a)&&(a-=n),t.prototype.slot.call(this,o,a,i)},e.prototype.pointCategoryIndex=function(t){var e=this.options,r=e.reverse,i=e.justified,n=e.vertical?b:m,o=this.scaleOptions(),a=o.scale,s=o.box,u=o.min,l=o.max,c=r?l:u,p=s[n+1],h=s[n+2],f=t[n];if(f<p||f>h)return null;var d=c+(f-p)/a,v=d%1;return i?d=Math.round(d):0===v&&d>0&&d--,Math.floor(d)},e.prototype.getCategory=function(t){var e=this.pointCategoryIndex(t);return null===e?null:this.options.categories[e]},e.prototype.categoryIndex=function(t){return this.totalIndex(t)-Math.floor(this.options.min||0)},e.prototype.categoryAt=function(t,e){var r=this.options;return(e?r.srcCategories:r.categories)[t]},e.prototype.categoriesCount=function(){return(this.options.categories||[]).length},e.prototype.translateRange=function(t){var e=this.options,r=this.lineBox(),i=e.vertical?r.height():r.width(),n=e.categories.length,o=kt(t/(i/n),10);return{min:o,max:n+o}},e.prototype.zoomRange=function(t){var e=this.totalRangeIndices(),r=this.totalRange(),i=r.min,n=r.max,o=jt(e.min+t,i,n),a=jt(e.max-t,i,n);if(a-o>0)return{min:o,max:a}},e.prototype.scaleRange=function(t){var e=this.options.categories.length,r=t*e;return{min:-r,max:e+r}},e.prototype.labelsCount=function(){var t=this.labelsRange();return t.max-t.min},e.prototype.labelsRange=function(){var t=this.options,e=t.justified,r=t.labels,i=this.totalRangeIndices(!0),n=i.min,o=i.max,a=Math.floor(n);return e?(n=Math.ceil(n),o=Math.floor(o)):(n=Math.floor(n),o=Math.ceil(o)),{min:(n>r.skip?r.skip+r.step*Math.ceil((n-r.skip)/r.step):r.skip)-a,max:(t.categories.length?o+(e?1:0):0)-a}},e.prototype.createAxisLabel=function(t,e,r){var i=this.options,n=i.dataItems?i.dataItems[t]:null,o=Tt(i.categories[t],"");r.dataItem=n;var a=this.axisLabelText(o,e,r);return new Se(o,a,t,n,e)},e.prototype.shouldRenderNote=function(t){var e=this.totalRangeIndices();return Math.floor(e.min)<=t&&t<=Math.ceil(e.max)},e.prototype.noteSlot=function(t){var e=this.options,r=t-Math.floor(e.min||0);return this.getSlot(r)},e.prototype.arrangeNotes=function(){t.prototype.arrangeNotes.call(this),this.hideOutOfRangeNotes()},e.prototype.hideOutOfRangeNotes=function(){var t=this.notes,e=this.box;if(t&&t.length)for(var r=this.options.vertical?b:m,i=e[r+1],n=e[r+2],o=0;o<t.length;o++){var a=t[o];a.box&&(n<a.box[r+1]||a.box[r+2]<i)&&a.hide()}},e.prototype.pan=function(t){var e=this.totalRangeIndices(!0),r=this.scaleOptions().scale,i=kt(t/r,10),n=this.totalRange(),o=e.min+i,a=e.max+i;return this.limitRange(o,a,0,n.max,i)},e.prototype.pointsRange=function(t,e){var r=this.options,i=r.reverse,n=r.vertical?b:m,o=this.totalRangeIndices(!0),a=this.scaleOptions(),s=a.scale,u=a.box[n+(i?2:1)],l=t[n]-u,c=e[n]-u,p=o.min+l/s,h=o.min+c/s,f=Math.min(p,h),d=Math.max(p,h);if(d-f>=.01)return{min:f,max:d}},e.prototype.valueRange=function(){return this.range()},e.prototype.totalIndex=function(t){var e=this.options;return this._categoriesMap?this._categoriesMap.get(t):function(t,e){if(t instanceof Date){for(var r=e.length,i=0;i<r;i++)if(He(e[i],t))return i;return-1}return e.indexOf(t)}(t,e.srcCategories)},e.prototype.currentRangeIndices=function(){var t=this.options,e=0;return P(t.min)&&(e=Math.floor(t.min)),{min:e,max:P(t.max)?t.justified?Math.floor(t.max):Math.ceil(t.max)-1:this.totalCount()-1}},e.prototype.mapCategories=function(){if(!this._categoriesMap)for(var t=this._categoriesMap=new lt,e=this.options.srcCategories,r=0;r<e.length;r++)t.set(e[r],r)},e.prototype.totalCount=function(){return Math.max(this.options.srcCategories.length,this._seriesMax||0)},e}(Ve);Lt(Ze,{type:"category",vertical:!1,majorGridLines:{visible:!1,width:1,color:o},labels:{zIndex:1},justified:!1,_deferLabels:!0});var Qe=Ze,Je={milliseconds:"HH:mm:ss.fff",seconds:"HH:mm:ss",minutes:"HH:mm",hours:"HH:mm",days:"M/d",weeks:"M/d",months:"MMM 'yy",years:"yyyy"},tr=["milliseconds","seconds","minutes","hours",Te,"weeks","months",Me];function er(t){var e=t._range;return e||((e=t._range=It(t)).min=Ee(e.min),e.max=Ee(e.max)),e}var rr=function(t){this.options=t};rr.prototype.displayIndices=function(){return{min:0,max:1}},rr.prototype.displayRange=function(){return{}},rr.prototype.total=function(){return{}},rr.prototype.valueRange=function(){return{}},rr.prototype.valueIndex=function(){return-1},rr.prototype.values=function(){return[]},rr.prototype.totalIndex=function(){return-1},rr.prototype.valuesCount=function(){return 0},rr.prototype.totalCount=function(){return 0},rr.prototype.dateAt=function(){return null};var ir=function(t,e,r){this.options=r,r.baseUnitStep=r.baseUnitStep||1;var i=r.roundToBaseUnit,n=r.justified;this.start=De(t,0,r.baseUnit,r.weekStartDay);var o=this.roundToTotalStep(e),a=!n&&He(e,o)&&!r.justifyEnd;this.end=this.roundToTotalStep(e,!n,a?1:0);var s=r.min||t;this.valueStart=this.roundToTotalStep(s),this.displayStart=i?this.valueStart:s;var u=r.max;if(u){var l=!n&&He(u,this.roundToTotalStep(u))?-1:0;this.valueEnd=this.roundToTotalStep(u,!1,l),this.displayEnd=i?this.roundToTotalStep(u,!n):r.max}else this.valueEnd=o,this.displayEnd=i||a?this.end:e;this.valueEnd<this.valueStart&&(this.valueEnd=this.valueStart),this.displayEnd<=this.displayStart&&(this.displayEnd=this.roundToTotalStep(this.displayStart,!1,1))};function nr(t,e,r){for(var i,n,o,a=er(t.categories),s=(t.max||a.max)-(t.min||a.min),u=t.autoBaseUnitSteps,l=t.maxDateGroups,c="fit"===t.baseUnit,p=e?tr.indexOf(e):0,h=c?tr[p++]:t.baseUnit,f=s/Ne[h],d=f;!n||f>=l;){i=i||u[h].slice(0);do{o=i.shift()}while(o&&e===h&&o<r);if(o)f=d/(n=o);else{if(h===wt(tr)){n=Math.ceil(d/l);break}if(!c){f>l&&(n=Math.ceil(d/l));break}h=tr[p++]||wt(tr),d=s/Ne[h],i=null}}t.baseUnitStep=n,t.baseUnit=h}function or(t){var e=(t.baseUnit||"").toLowerCase();return"fit"!==e&&!ct(e,tr)&&function(t){for(var e,r,i=t.categories,n=bt(i)?i.length:0,o=h,a=0;a<n;a++){var s=i[a];if(s&&e){var u=Le(s,e);u>0&&(r=(o=Math.min(o,u))>=31536e6?Me:o>=24192e5?"months":o>=6048e5?"weeks":o>=864e5?Te:o>=36e5?"hours":o>=6e4?"minutes":"seconds")}e=s}t.baseUnit=r||Te}(t),"fit"!==e&&"auto"!==t.baseUnitStep||nr(t),t}ir.prototype.displayRange=function(){return{min:this.displayStart,max:this.displayEnd}},ir.prototype.displayIndices=function(){if(!this._indices){var t=this.options,e=t.baseUnit,r=t.baseUnitStep,i=Ge(this.displayStart,this.valueStart,e,r),n=Ge(this.displayEnd,this.valueStart,e,r);this._indices={min:i,max:n}}return this._indices},ir.prototype.total=function(){return{min:this.start,max:this.end}},ir.prototype.totalCount=function(){return this.totalIndex(this.end)+(this.options.justified?1:0)},ir.prototype.valueRange=function(){return{min:this.valueStart,max:this.valueEnd}},ir.prototype.valueIndex=function(t){var e=this.options;return Math.floor(Ge(t,this.valueStart,e.baseUnit,e.baseUnitStep))},ir.prototype.totalIndex=function(t){var e=this.options;return Math.floor(Ge(t,this.start,e.baseUnit,e.baseUnitStep))},ir.prototype.dateIndex=function(t){var e=this.options;return Ge(t,this.valueStart,e.baseUnit,e.baseUnitStep)},ir.prototype.valuesCount=function(){return this.valueIndex(this.valueEnd)+1},ir.prototype.values=function(){var t=this._values;if(!t){var e=this.options,r=this.valueRange();this._values=t=[];for(var i=r.min;i<=r.max;)t.push(i),i=De(i,e.baseUnitStep,e.baseUnit,e.weekStartDay)}return t},ir.prototype.dateAt=function(t,e){var r=this.options;return De(e?this.start:this.valueStart,r.baseUnitStep*t,r.baseUnit,r.weekStartDay)},ir.prototype.roundToTotalStep=function(t,e,r){var i=this.options,n=i.baseUnit,o=i.baseUnitStep,a=i.weekStartDay,s=this.start,u=Ge(t,s,n,o),l=e?Math.ceil(u):Math.floor(u);return r&&(l+=r),De(s,l*o,n,a)};var ar=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.clone=function(){var t=new e(Object.assign({},this.options),this.chartService);return t.createLabels(),t},e.prototype.categoriesHash=function(){var t=this.dataRange.total().min;return this.options.baseUnit+this.options.baseUnitStep+t},e.prototype.initUserOptions=function(t){return t},e.prototype.initFields=function(){t.prototype.initFields.call(this);var e=this.chartService,r=e.intl,i=this.options,n=i.categories||[];if(n._parsed||((n=We(r,n))._parsed=!0),i=M({roundToBaseUnit:!0},i,{categories:n,min:Ye(r,i.min),max:Ye(r,i.max),weekStartDay:qe(i,r)}),e.panning&&e.isPannable(i.vertical?b:m)&&(i.roundToBaseUnit=!1),i.userSetBaseUnit=i.userSetBaseUnit||i.baseUnit,i.userSetBaseUnitStep=i.userSetBaseUnitStep||i.baseUnitStep,this.options=i,i.srcCategories=n,n.length>0){var o=er(n),a=i.maxDivisions;if(this.dataRange=new ir(o.min,o.max,or(i)),a){var s=this.dataRange.displayRange(),u=Object.assign({},i,{justified:!0,roundToBaseUnit:!1,baseUnit:"fit",min:s.min,max:s.max,maxDateGroups:a}),l=this.dataRange.options;nr(u,l.baseUnit,l.baseUnitStep),this.divisionRange=new ir(o.min,o.max,u)}else this.divisionRange=this.dataRange}else i.baseUnit=i.baseUnit||Te,this.dataRange=this.divisionRange=new rr(i);this.rangeLabels=[]},e.prototype.tickIndices=function(e){var r=this.dataRange,i=this.divisionRange,n=i.valuesCount();if(!this.options.maxDivisions||!n)return t.prototype.tickIndices.call(this,e);var o=[],a=i.values(),s=0;this.options.justified||(a=a.concat(i.dateAt(n)),s=.5);for(var u=0;u<a.length;u++)if(o.push(r.dateIndex(a[u])+s),1!==e&&u>=1){var l=o.length-1;o.splice(u,0,o[l-1]+(o[l]-o[l-1])*e)}return o},e.prototype.shouldRenderNote=function(t){var e=this.range(),r=this.options.categories||[];return Fe(t,e.min)>=0&&Fe(t,e.max)<=0&&r.length},e.prototype.parseNoteValue=function(t){return Ye(this.chartService.intl,t)},e.prototype.noteSlot=function(t){return this.getSlot(t)},e.prototype.translateRange=function(t){var e=this.options,r=e.baseUnit,i=e.weekStartDay,n=e.vertical,o=this.lineBox(),a=n?o.height():o.width(),s=this.range(),u=a/(s.max-s.min),l=kt(t/u,10);if(s.min&&s.max){var c=Ie(e.min||s.min,l),p=Ie(e.max||s.max,l);s={min:De(c,0,r,i),max:De(p,0,r,i)}}return s},e.prototype.scaleRange=function(t){var e=Math.abs(t),r=this.range(),i=r.min,n=r.max;if(i&&n){for(;e--;){var o=Ke(i,n),a=Math.round(.1*o);t<0?(i=Ie(i,a),n=Ie(n,-a)):(i=Ie(i,-a),n=Ie(n,a))}r={min:i,max:n}}return r},e.prototype.labelsRange=function(){return{min:this.options.labels.skip,max:this.divisionRange.valuesCount()}},e.prototype.pan=function(t){if(this.isEmpty())return null;var e=this.options,r=this.lineBox(),i=e.vertical?r.height():r.width(),n=this.dataRange.displayRange(),o=n.min,a=n.max,s=this.dataRange.total(),u=kt(t/(i/(a-o)),10)*(e.reverse?-1:1),l=Ie(o,u),c=Ie(a,u),p=this.limitRange(Ue(l),Ue(c),Ue(s.min),Ue(s.max),u);return p?(p.min=Ee(p.min),p.max=Ee(p.max),p.baseUnit=e.baseUnit,p.baseUnitStep=e.baseUnitStep||1,p.userSetBaseUnit=e.userSetBaseUnit,p.userSetBaseUnitStep=e.userSetBaseUnitStep,p):void 0},e.prototype.pointsRange=function(e,r){if(this.isEmpty())return null;var i=t.prototype.pointsRange.call(this,e,r),n=this.dataRange.displayRange(),o=this.dataRange.displayIndices(),a=Ke(n.max,n.min)/(o.max-o.min),s=this.options;return{min:Ie(n.min,i.min*a),max:Ie(n.min,i.max*a),baseUnit:s.userSetBaseUnit||s.baseUnit,baseUnitStep:s.userSetBaseUnitStep||s.baseUnitStep}},e.prototype.zoomRange=function(t){if(this.isEmpty())return null;var e=this.options,r="fit"===e.userSetBaseUnit,i=this.dataRange.total(),n=this.dataRange.displayRange(),o=n.min,a=n.max,s=this.dataRange.options,u=s.weekStartDay,l=s.baseUnit,c=s.baseUnitStep,p=De(o,t*c,l,u),h=De(a,-t*c,l,u);if(r){var f,d,v=e.autoBaseUnitSteps,g=e.maxDateGroups,y=wt(v[l])*g*Ne[l],m=Ke(a,o),b=Ke(h,p),x=tr.indexOf(l);if(b<Ne[l]&&"milliseconds"!==l)l=tr[x-1],p=Ie(o,d=(m-(g-1)*(f=wt(v[l]))*Ne[l])/2),h=Ie(a,-d);else if(b>y&&l!==Me){var C=0;do{x++,l=tr[x],C=0,d=2*Ne[l];do{f=v[l][C],C++}while(C<v[l].length&&d*f<m)}while(l!==Me&&d*f<m);(d=(d*f-m)/2)>0&&(p=Ie(o,-d),h=Ie(a,d),p=Ie(p,jt(h,i.min,i.max)-h),h=Ie(h,jt(p,i.min,i.max)-p))}}return p<i.min&&(p=i.min),h>i.max&&(h=i.max),p&&h&&Ke(h,p)>0?{min:p,max:h,baseUnit:e.userSetBaseUnit||e.baseUnit,baseUnitStep:e.userSetBaseUnitStep||e.baseUnitStep}:void 0},e.prototype.range=function(){return this.dataRange.displayRange()},e.prototype.createLabels=function(){t.prototype.createLabels.call(this),this.createRangeLabels()},e.prototype.clearLabels=function(){t.prototype.clearLabels.call(this),this.rangeLabels=[]},e.prototype.arrangeLabels=function(){this.arrangeRangeLabels(),t.prototype.arrangeLabels.call(this)},e.prototype.arrangeRangeLabels=function(){var t=this.options,e=this.rangeLabels;if(0!==e.length){var r=this.lineBox(),i=t.vertical,n=t.rangeLabels.mirror||t.labels.mirror,o=e[0];if(o){var a=i?r.y1-o.box.height()/2:r.x1;this.positionLabel(o,n,a)}var s=e[1];if(s){var u=i?r.y2-s.box.height()/2:r.x2;this.positionLabel(s,n,u)}}},e.prototype.autoRotateLabels=function(){t.prototype.autoRotateLabels.call(this),this.autoRotateRangeLabels()},e.prototype.hideOutOfRangeLabels=function(){t.prototype.hideOutOfRangeLabels.call(this),this.hideOverlappingLabels()},e.prototype.hideOverlappingLabels=function(){var t=this.rangeLabels,e=this.labels;if(0!==t.length){var r=t[0];if(r&&r.options.visible)for(var i=0;i<e.length;i++){if(!a(r,e[i]))break}var n=t[1];if(n&&n.options.visible)for(var o=e.length-1;o>0;--o){if(!a(n,e[o]))break}}function a(t,e){return!(e.options.visible&&!e.box.overlaps(t.box))&&(e.options.visible=!1,!0)}},e.prototype.contentBox=function(){for(var e=t.prototype.contentBox.call(this),r=this.rangeLabels,i=0;i<r.length;i++){var n=r[i];n.options.visible&&e.wrap(n.box)}return e},e.prototype.createAxisLabel=function(t,e,r){void 0===r&&(r={});var i=this.options,n=i.dataItems&&!i.maxDivisions?i.dataItems[t]:null,o=this.divisionRange.dateAt(t),a=e.dateFormats[this.divisionRange.options.baseUnit];e.format=e.format||a,r.dataItem=n;var s=this.axisLabelText(o,e,r);if(s)return new Se(o,s,t,n,e)},e.prototype.createRangeLabels=function(){var t=this,e=this.divisionRange,r=e.displayStart,i=e.displayEnd,n=this.options,o=Object.assign({},n.labels,n.rangeLabels,{align:s,zIndex:n.zIndex});if(!0===o.visible){this.normalizeLabelRotation(o),o.alignRotation=s,"auto"===o.rotation&&(o.rotation=0,n.autoRotateRangeLabels=!0);var a=o.dateFormats[this.divisionRange.options.baseUnit];o.format=o.format||a;var u=function(e,r,i){if(i){var n=new Se(r,i,e,null,o);t.append(n),t.rangeLabels.push(n)}};u(0,r,this.axisLabelText(r,o,{index:0,count:2})),u(1,i,this.axisLabelText(i,o,{index:1,count:2}))}},e.prototype.autoRotateRangeLabels=function(){var t=this,e=this.rangeLabels;if(this.options.autoRotateRangeLabels&&!this.options.vertical&&2===e.length){var r=function(e,r,i){var n=2*Math.abs(r[i+1]-r[i]),o=t.autoRotateLabelAngle(e.box,n);0!==o&&(e.options.rotation=o,e.reflow(new Zt))},i=this.getMajorTickPositions();r(e[0],i,0),r(e[1],i,i.length-2)}},e.prototype.categoryIndex=function(t){return this.dataRange.valueIndex(t)},e.prototype.slot=function(t,e,r){var i=this.dataRange,n=t,o=e;n instanceof Date&&(n=i.dateIndex(n)),o instanceof Date&&(o=i.dateIndex(o));var a=this.getSlot(n,o,r);if(a)return a.toRect()},e.prototype.getSlot=function(e,r,i){var n=e,o=r;return"object"==typeof n&&(n=this.categoryIndex(n)),"object"==typeof o&&(o=this.categoryIndex(o)),t.prototype.getSlot.call(this,n,o,i)},e.prototype.valueRange=function(){var t=er(this.options.srcCategories);return{min:Ee(t.min),max:Ee(t.max)}},e.prototype.categoryAt=function(t,e){return this.dataRange.dateAt(t,e)},e.prototype.categoriesCount=function(){return this.dataRange.valuesCount()},e.prototype.rangeIndices=function(){return this.dataRange.displayIndices()},e.prototype.labelsBetweenTicks=function(){return!this.divisionRange.options.justified},e.prototype.prepareUserOptions=function(){this.isEmpty()||(this.options.categories=this.dataRange.values())},e.prototype.getCategory=function(t){var e=this.pointCategoryIndex(t);return null===e?null:this.dataRange.dateAt(e)},e.prototype.totalIndex=function(t){return this.dataRange.totalIndex(t)},e.prototype.currentRangeIndices=function(){var t=this.dataRange.valueRange();return{min:this.dataRange.totalIndex(t.min),max:this.dataRange.totalIndex(t.max)}},e.prototype.totalRange=function(){return this.dataRange.total()},e.prototype.totalCount=function(){return this.dataRange.totalCount()},e.prototype.isEmpty=function(){return!this.options.srcCategories.length},e.prototype.roundedRange=function(){if(!1!==this.options.roundToBaseUnit||this.isEmpty())return this.range();var t=this.options,e=er(t.srcCategories);return new ir(e.min,e.max,Object.assign({},t,{justified:!1,roundToBaseUnit:!0,justifyEnd:t.justified})).displayRange()},e}(Qe);Lt(ar,{type:l,labels:{dateFormats:Je},rangeLabels:{visible:!1},autoBaseUnitSteps:{milliseconds:[1,10,100],seconds:[1,2,5,15,30],minutes:[1,2,5,15,30],hours:[1,2,3],days:[1,2,3],weeks:[1,2],months:[1,2,3,6],years:[1,2,3,5,10,25,50]},maxDateGroups:10});var sr=ar;function ur(t,e){return kt(Math.floor(t/e)*e,10)}function lr(t,e){return kt(Math.ceil(t/e)*e,10)}function cr(t){return Math.max(Math.min(t,3e5),-3e5)}var pr=Math.pow(10,-9),hr=function(t){function e(e,r,i,n){t.call(this,Object.assign({},i,{seriesMin:e,seriesMax:r}),n)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initUserOptions=function(t){var e=function(t,e,r){var i=r.narrowRange,n=function(t,e,r){if(!t&&!e)return 0;var i;if(t>=0&&e>=0){var n=t===e?0:t;if(!1===r||!r&&(e-n)/e>.2)return 0;i=Math.max(0,n-(e-n)/2)}else i=t;return i}(t,e,i),o=function(t,e,r){if(!t&&!e)return 1;var i;if(t<=0&&e<=0){var n=t===e?0:e,o=Math.abs((n-t)/n);if(!1===r||!r&&o>.2)return 0;i=Math.min(0,n-(t-n)/2)}else i=e;return i}(t,e,i),a=Yt(n,o),s={majorUnit:a};!1!==r.roundToMajorUnit&&(n<0&&fr(n,a,1/3)&&(n-=a),o>0&&fr(o,a,1/3)&&(o+=a));return s.min=ur(n,a),s.max=lr(o,a),s}(t.seriesMin,t.seriesMax,t);return this.totalOptions=function(t,e){return{min:bt(e.min)?Math.min(t.min,e.min):t.min,max:bt(e.max)?Math.max(t.max,e.max):t.max,majorUnit:t.majorUnit}}(e,t),function(t,e){var r,i,n=e;if(e){!function(t,e){for(var r=0;r<e.length;r++){var i=e[r];null===t[i]&&(t[i]=void 0)}}(e,["min","max"]),r=bt(e.min),i=bt(e.max);var o=r||i;o&&e.min===e.max&&(e.min>0?e.min=0:e.max=1),e.majorUnit?(t.min=ur(t.min,e.majorUnit),t.max=lr(t.max,e.majorUnit)):o&&(n=M(t,e),t.majorUnit=Yt(n.min,n.max))}t.minorUnit=(n.majorUnit||t.majorUnit)/5;var a=M(t,n);a.min>=a.max&&(r&&!i?a.max=a.min+a.majorUnit:!r&&i&&(a.min=a.max-a.majorUnit));return a}(e,t)},e.prototype.initFields=function(){this.totalMin=this.totalOptions.min,this.totalMax=this.totalOptions.max,this.totalMajorUnit=this.totalOptions.majorUnit,this.seriesMin=this.options.seriesMin,this.seriesMax=this.options.seriesMax},e.prototype.clone=function(){return new e(this.seriesMin,this.seriesMax,Object.assign({},this.options),this.chartService)},e.prototype.startValue=function(){return 0},e.prototype.range=function(){var t=this.options;return{min:t.min,max:t.max}},e.prototype.getDivisions=function(t){if(0===t)return 1;var e=this.options,r=e.max-e.min;return Math.floor(kt(r/t,3))+1},e.prototype.getTickPositions=function(t,e){var r=this.options,i=r.vertical,n=r.reverse,o=this.lineBox(),a=t*((i?o.height():o.width())/(r.max-r.min)),s=this.getDivisions(t),u=(i?-1:1)*(n?-1:1),l=[],c=o[(i?b:m)+(1===u?1:2)],p=0;e&&(p=e/t);for(var h=0;h<s;h++)h%p!=0&&l.push(kt(c,3)),c+=a*u;return l},e.prototype.getMajorTickPositions=function(){return this.getTickPositions(this.options.majorUnit)},e.prototype.getMinorTickPositions=function(){return this.getTickPositions(this.options.minorUnit)},e.prototype.getSlot=function(t,e,r){void 0===r&&(r=!1);var i,n,o=this.options,a=o.vertical,s=o.reverse,u=a?b:m,l=this.lineBox(),c=l[u+(s?2:1)],p=(s?-1:1)*((a?l.height():l.width())/(o.max-o.min)),h=new Zt(l.x1,l.y1,l.x1,l.y1),f=t,d=e;return bt(f)||(f=d||0),bt(d)||(d=f||0),r&&(f=Math.max(Math.min(f,o.max),o.min),d=Math.max(Math.min(d,o.max),o.min)),a?(i=o.max-Math.max(f,d),n=o.max-Math.min(f,d)):(i=Math.min(f,d)-o.min,n=Math.max(f,d)-o.min),h[u+1]=cr(c+p*(s?n:i)),h[u+2]=cr(c+p*(s?i:n)),h},e.prototype.getValue=function(t){var e=this.options,r=e.vertical,i=e.reverse,n=Number(e.max),o=Number(e.min),a=r?b:m,s=this.lineBox(),u=s[a+(i?2:1)],l=r?s.height():s.width(),c=(i?-1:1)*(t[a]-u),p=c*((n-o)/l);return c<0||c>l?null:kt(r?n-p:o+p,10)},e.prototype.translateRange=function(t){var e=this.options,r=e.vertical,i=e.reverse,n=e.max,o=e.min,a=this.lineBox(),s=r?a.height():a.width(),u=kt(t/(s/(n-o)),10);return!r&&!i||r&&i||(u=-u),{min:o+u,max:n+u,offset:u}},e.prototype.scaleRange=function(t){var e=this.options,r=-t*e.majorUnit;return{min:e.min-r,max:e.max+r}},e.prototype.labelsCount=function(){return this.getDivisions(this.options.majorUnit)},e.prototype.createAxisLabel=function(t,e,r){var i=this.options,n=kt(i.min+t*i.majorUnit,10),o=this.axisLabelText(n,e,r);return new Se(n,o,t,null,e)},e.prototype.shouldRenderNote=function(t){var e=this.range();return e.min<=t&&t<=e.max},e.prototype.pan=function(t){var e=this.translateRange(t);return this.limitRange(e.min,e.max,this.totalMin,this.totalMax,e.offset)},e.prototype.pointsRange=function(t,e){var r=this.getValue(t),i=this.getValue(e),n=Math.min(r,i),o=Math.max(r,i);if(this.isValidRange(n,o))return{min:n,max:o}},e.prototype.zoomRange=function(t){var e=this.totalMin,r=this.totalMax,i=this.scaleRange(t),n=jt(i.min,e,r),o=jt(i.max,e,r);if(this.isValidRange(n,o))return{min:n,max:o}},e.prototype.isValidRange=function(t,e){return e-t>pr},e}(Ve);function fr(t,e,r){var i=kt(Math.abs(t%e),10);return 0===i||i>e*(1-r)}Lt(hr,{type:"numeric",min:0,max:1,vertical:!0,majorGridLines:{visible:!0,width:1,color:o},labels:{format:"#.####################"},zIndex:1});var dr=hr,vr=function(t){function e(e,r,i,n){var o=Ee(e),a=Ee(r),s=n.intl,u=i||{};u=function(t,e,r){var i=r.min||t,n=r.max||e,o=r.baseUnit||(n&&i?function(t){var e="hours";t>=31536e6?e=Me:t>=26784e5?e="months":t>=6048e5?e="weeks":t>=864e5&&(e=Te);return e}(Le(n,i)):"hours"),a=Ne[o],s=r.weekStartDay||0,u=Re(Ue(i)-1,o,s)||Ee(n),l=ze(Ue(n)+1,o,s),c=(r.majorUnit?r.majorUnit:void 0)||lr(Yt(u.getTime(),l.getTime()),a)/a,p=Xe(u,l,o),h=lr(p,c)-p,f=Math.floor(h/2),d=h-f;r.baseUnit||delete r.baseUnit;return r.baseUnit=r.baseUnit||o,r.min=r.min||De(u,-f,o,s),r.max=r.max||De(l,d,o,s),r.minorUnit=r.minorUnit||c/5,r.majorUnit=c,r}(o,a,u=M(u||{},{min:Ye(s,u.min),max:Ye(s,u.max),axisCrossingValue:We(s,u.axisCrossingValues||u.axisCrossingValue),weekStartDay:qe(u,s)})),t.call(this,u,n),this.intlService=s,this.seriesMin=o,this.seriesMax=a;var l=u.weekStartDay||0;this.totalMin=Ue(Re(Ue(o)-1,u.baseUnit,l)),this.totalMax=Ue(ze(Ue(a)+1,u.baseUnit,l))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.clone=function(){return new e(this.seriesMin,this.seriesMax,Object.assign({},this.options),this.chartService)},e.prototype.range=function(){var t=this.options;return{min:t.min,max:t.max}},e.prototype.getDivisions=function(t){var e=this.options;return Math.floor(Xe(e.min,e.max,e.baseUnit)/t+1)},e.prototype.getTickPositions=function(t){for(var e=this.options,r=e.vertical,i=this.lineBox(),n=(r?-1:1)*(e.reverse?-1:1),o=i[(r?b:m)+(1===n?1:2)],a=this.getDivisions(t),s=Ke(e.max,e.min),u=(r?i.height():i.width())/s,l=e.weekStartDay||0,c=[o],p=1;p<a;p++){var h=o+Ke(De(e.min,p*t,e.baseUnit,l),e.min)*u*n;c.push(kt(h,3))}return c},e.prototype.getMajorTickPositions=function(){return this.getTickPositions(this.options.majorUnit)},e.prototype.getMinorTickPositions=function(){return this.getTickPositions(this.options.minorUnit)},e.prototype.getSlot=function(t,e,r){return dr.prototype.getSlot.call(this,Ye(this.intlService,t),Ye(this.intlService,e),r)},e.prototype.getValue=function(t){var e=dr.prototype.getValue.call(this,t);return null!==e?Ee(e):null},e.prototype.labelsCount=function(){return this.getDivisions(this.options.majorUnit)},e.prototype.createAxisLabel=function(t,e,r){var i=this.options,n=t*i.majorUnit,o=i.weekStartDay||0,a=i.min;n>0&&(a=De(a,n,i.baseUnit,o));var s=e.dateFormats[i.baseUnit];e.format=e.format||s;var u=this.axisLabelText(a,e,r);return new Se(a,u,t,null,e)},e.prototype.translateRange=function(t,e){var r=this.options,i=r.baseUnit,n=r.weekStartDay||0,o=this.lineBox(),a=r.vertical?o.height():o.width(),s=this.range(),u=a/Ke(s.max,s.min),l=kt(t/u,10)*(r.reverse?-1:1),c=Ie(r.min,l),p=Ie(r.max,l);return e||(c=De(c,0,i,n),p=De(p,0,i,n)),{min:c,max:p,offset:l}},e.prototype.scaleRange=function(t){for(var e=this.options,r=e.min,i=e.max,n=Math.abs(t);n--;){var o=Ke(r,i),a=Math.round(.1*o);t<0?(r=Ie(r,a),i=Ie(i,-a)):(r=Ie(r,-a),i=Ie(i,a))}return{min:r,max:i}},e.prototype.shouldRenderNote=function(t){var e=this.range();return Fe(t,e.min)>=0&&Fe(t,e.max)<=0},e.prototype.pan=function(t){var e=this.translateRange(t,!0),r=this.limitRange(Ue(e.min),Ue(e.max),this.totalMin,this.totalMax,e.offset);if(r)return{min:Ee(r.min),max:Ee(r.max)}},e.prototype.pointsRange=function(t,e){var r=this.getValue(t),i=this.getValue(e),n=Math.min(r,i),o=Math.max(r,i);return{min:Ee(n),max:Ee(o)}},e.prototype.zoomRange=function(t){var e=this.scaleRange(t);return{min:Ee(jt(Ue(e.min),this.totalMin,this.totalMax)),max:Ee(jt(Ue(e.max),this.totalMin,this.totalMax))}},e}(Ve);Lt(vr,{type:l,majorGridLines:{visible:!0,width:1,color:o},labels:{dateFormats:Je}});var gr=vr,yr=function(t){function e(e,r,i,n){var o=M({majorUnit:10,min:e,max:r},i),a=o.majorUnit,s=function(t,e){var r,i=kt(br(t,e),10)%1;r=t<=0?e:0!==i&&(i<.3||i>.9)?Math.pow(e,br(t,e)+.2):Math.pow(e,Math.ceil(br(t,e)));return r}(r,a),u=function(t,e,r){var i=r.majorUnit,n=t;t<=0?n=e<=1?Math.pow(i,-2):1:r.narrowRange||(n=Math.pow(i,Math.floor(br(t,i))));return n}(e,r,o),l=function(t,e,r,i){var n=r.min,o=r.max;bt(r.axisCrossingValue)&&r.axisCrossingValue<=0&&mr();bt(i.max)?i.max<=0&&mr():o=e;bt(i.min)?i.min<=0&&mr():n=t;return{min:n,max:o}}(u,s,o,i);o.max=l.max,o.min=l.min,o.minorUnit=i.minorUnit||kt(a-1,10),t.call(this,o,n),this.totalMin=bt(i.min)?Math.min(u,i.min):u,this.totalMax=bt(i.max)?Math.max(s,i.max):s,this.logMin=kt(br(l.min,a),10),this.logMax=kt(br(l.max,a),10),this.seriesMin=e,this.seriesMax=r,this.createLabels()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.clone=function(){return new e(this.seriesMin,this.seriesMax,Object.assign({},this.options),this.chartService)},e.prototype.startValue=function(){return this.options.min},e.prototype.getSlot=function(t,e,r){var i,n,o=this.options,a=this.logMin,s=this.logMax,u=o.reverse,l=o.vertical,c=o.majorUnit,p=l?b:m,h=this.lineBox(),f=h[p+(u?2:1)],d=(u?-1:1)*((l?h.height():h.width())/(s-a)),v=new Zt(h.x1,h.y1,h.x1,h.y1),g=t,y=e;return bt(g)||(g=y||1),bt(y)||(y=g||1),g<=0||y<=0?null:(r&&(g=Math.max(Math.min(g,o.max),o.min),y=Math.max(Math.min(y,o.max),o.min)),g=br(g,c),y=br(y,c),l?(i=s-Math.max(g,y),n=s-Math.min(g,y)):(i=Math.min(g,y)-a,n=Math.max(g,y)-a),v[p+1]=cr(f+d*(u?n:i)),v[p+2]=cr(f+d*(u?i:n)),v)},e.prototype.getValue=function(t){var e=this.options,r=this.logMin,i=this.logMax,n=e.reverse,o=e.vertical,a=e.majorUnit,s=this.lineBox(),u=o===n?1:-1,l=1===u?1:2,c=o?s.height():s.width(),p=(i-r)/c,h=o?b:m,f=s[h+l],d=u*(t[h]-f);if(d<0||d>c)return null;var v=r+d*p;return kt(Math.pow(a,v),10)},e.prototype.range=function(){var t=this.options;return{min:t.min,max:t.max}},e.prototype.scaleRange=function(t){var e=this.options.majorUnit,r=-t;return{min:Math.pow(e,this.logMin-r),max:Math.pow(e,this.logMax+r)}},e.prototype.translateRange=function(t){var e=this.options,r=this.logMin,i=this.logMax,n=e.reverse,o=e.vertical,a=e.majorUnit,s=this.lineBox(),u=o?s.height():s.width(),l=kt(t/(u/(i-r)),10);return!o&&!n||o&&n||(l=-l),{min:Math.pow(a,r+l),max:Math.pow(a,i+l),offset:l}},e.prototype.labelsCount=function(){var t=Math.floor(this.logMax);return Math.floor(t-this.logMin)+1},e.prototype.getMajorTickPositions=function(){var t=[];return this.traverseMajorTicksPositions((function(e){t.push(e)}),{step:1,skip:0}),t},e.prototype.createTicks=function(t){var e=this.options,r=e.majorTicks,i=e.minorTicks,n=e.vertical,o=e.labels.mirror,a=this.lineBox(),s={vertical:n};function u(e,r){s.tickX=o?a.x2:a.x2-r.size,s.tickY=o?a.y1-r.size:a.y1,s.position=e,t.append(Pe(s,r))}return r.visible&&this.traverseMajorTicksPositions(u,r),i.visible&&this.traverseMinorTicksPositions(u,i),[]},e.prototype.createGridLines=function(t){var e=this.options,r=e.minorGridLines,i=e.majorGridLines,n=e.vertical,o=t.lineBox(),a={lineStart:o[n?"x1":"y1"],lineEnd:o[n?"x2":"y2"],vertical:n},s=[],u=this.gridLinesVisual();function l(t,e){ct(t,s)||(a.position=t,u.append(Ae(a,e)),s.push(t))}return i.visible&&this.traverseMajorTicksPositions(l,i),r.visible&&this.traverseMinorTicksPositions(l,r),u.children},e.prototype.traverseMajorTicksPositions=function(t,e){for(var r=this._lineOptions(),i=r.lineStart,n=r.step,o=this.logMin,a=this.logMax,s=Math.ceil(o)+e.skip;s<=a;s+=e.step){t(kt(i+n*(s-o),10),e)}},e.prototype.traverseMinorTicksPositions=function(t,e){for(var r=this.options,i=r.min,n=r.max,o=r.minorUnit,a=r.majorUnit,s=this._lineOptions(),u=s.lineStart,l=s.step,c=this.logMin,p=this.logMax,h=Math.floor(c);h<p;h++)for(var f=this._minorIntervalOptions(h),d=e.skip;d<o;d+=e.step){var v=f.value+d*f.minorStep;if(v>n)break;if(v>=i)t(kt(u+l*(br(v,a)-c),10),e)}},e.prototype.createAxisLabel=function(t,e,r){var i=Math.ceil(this.logMin+t),n=Math.pow(this.options.majorUnit,i),o=this.axisLabelText(n,e,r);return new Se(n,o,t,null,e)},e.prototype.shouldRenderNote=function(t){var e=this.range();return e.min<=t&&t<=e.max},e.prototype.pan=function(t){var e=this.translateRange(t);return this.limitRange(e.min,e.max,this.totalMin,this.totalMax,e.offset)},e.prototype.pointsRange=function(t,e){var r=this.getValue(t),i=this.getValue(e);return{min:Math.min(r,i),max:Math.max(r,i)}},e.prototype.zoomRange=function(t){var e=this.options,r=this.totalMin,i=this.totalMax,n=this.scaleRange(t),o=jt(n.min,r,i),a=jt(n.max,r,i),s=e.majorUnit,u=a>o&&e.min&&e.max&&kt(br(e.max,s)-br(e.min,s),10)<1,l=!(e.min===r&&e.max===i)&&kt(br(a,s)-br(o,s),10)>=1;if(u||l)return{min:o,max:a}},e.prototype._minorIntervalOptions=function(t){var e=this.options,r=e.minorUnit,i=e.majorUnit,n=Math.pow(i,t);return{value:n,minorStep:(Math.pow(i,t+1)-n)/r}},e.prototype._lineOptions=function(){var t=this.options,e=t.reverse,r=t.vertical,i=r?b:m,n=this.lineBox(),o=r===e?1:-1,a=1===o?1:2;return{step:o*((r?n.height():n.width())/(this.logMax-this.logMin)),lineStart:n[i+a],lineBox:n}},e}(Ve);function mr(){throw new Error("Non positive values cannot be used for a logarithmic axis")}function br(t,e){return Math.log(t)/Math.log(e)}Lt(yr,{type:"log",majorUnit:10,minorUnit:1,axisCrossingValue:1,vertical:!0,majorGridLines:{visible:!0,width:1,color:o},zIndex:1,_deferLabels:!0});var xr=yr,Cr={createGridLines:function(t){var e,r,i=this.options,n=Math.abs(this.box.center().y-t.lineBox().y1),o=[],a=!1;return i.majorGridLines.visible&&(e=this.majorGridLineAngles(t),a=!0,o=this.renderMajorGridLines(e,n,i.majorGridLines)),i.minorGridLines.visible&&(r=this.minorGridLineAngles(t,a),yt(o,this.renderMinorGridLines(r,n,i.minorGridLines,t,a))),o},renderMajorGridLines:function(t,e,r){return this.renderGridLines(t,e,r)},renderMinorGridLines:function(t,e,r,i,n){var o=this.radiusCallback&&this.radiusCallback(e,i,n);return this.renderGridLines(t,e,r,o)},renderGridLines:function(t,e,r,i){for(var n={stroke:{width:r.width,color:r.color,dashType:r.dashType}},o=this.box.center(),a=new S.geometry.Circle([o.x,o.y],e),s=this.gridLinesVisual(),u=0;u<t.length;u++){var l=new S.drawing.Path(n);i&&(a.radius=i(t[u])),l.moveTo(a.center).lineTo(a.pointAt(t[u]+180)),s.append(l)}return s.children},gridLineAngles:function(t,e,r,i,n){var o=this,a=this.intervals(e,r,i,n),s=t.options,u=s.visible&&!1!==(s.line||{}).visible;return dt(a,(function(t){var e=o.intervalAngle(t);if(!u||90!==e)return e}))}},_r=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.range=function(){return{min:0,max:this.options.categories.length}},e.prototype.reflow=function(t){this.box=t,this.reflowLabels()},e.prototype.lineBox=function(){return this.box},e.prototype.reflowLabels=function(){for(var t=this.labels,e=this.options.labels,r=e.skip||0,i=e.step||1,n=new Zt,o=0;o<t.length;o++){t[o].reflow(n);var a=t[o].box;t[o].reflow(this.getSlot(r+o*i).adjacentBox(0,a.width(),a.height()))}},e.prototype.intervals=function(t,e,r,i){void 0===i&&(i=!1);for(var n=this.options,o=n.categories.length/t||1,a=360/o,s=r||1,u=[],l=0,c=e||0;c<o;c+=s)l=n.reverse?360-c*a:c*a,l=kt(l,3)%360,i&&ct(l,i)||u.push(l);return u},e.prototype.majorIntervals=function(){return this.intervals(1)},e.prototype.minorIntervals=function(){return this.intervals(.5)},e.prototype.intervalAngle=function(t){return(360+t+this.options.startAngle)%360},e.prototype.majorAngles=function(){var t=this;return dt(this.majorIntervals(),(function(e){return t.intervalAngle(e)}))},e.prototype.createLine=function(){return[]},e.prototype.majorGridLineAngles=function(t){var e=this.options.majorGridLines;return this.gridLineAngles(t,1,e.skip,e.step)},e.prototype.minorGridLineAngles=function(t,e){var r=this.options,i=r.minorGridLines,n=r.majorGridLines,o=e?this.intervals(1,n.skip,n.step):null;return this.gridLineAngles(t,.5,i.skip,i.step,o)},e.prototype.radiusCallback=function(t,e,r){if(e.options.type!==n){var i=At(360/(2*this.options.categories.length)),o=Math.cos(i)*t,a=this.majorAngles(),s=function(e){return!r&&ct(e,a)?t:o};return s}},e.prototype.createPlotBands=function(){for(var t=this.options.plotBands||[],e=this._plotbandGroup=new S.drawing.Group({zIndex:-1}),r=0;r<t.length;r++){var i=t[r],n=this.plotBandSlot(i),o=this.getSlot(i.from),a=i.from-Math.floor(i.from);n.startAngle+=a*o.angle;var s=Math.ceil(i.to)-i.to;n.angle-=(s+a)*o.angle;var u=re.current.createRing(n,{fill:{color:i.color,opacity:i.opacity},stroke:{opacity:i.opacity}});e.append(u)}this.appendVisual(e)},e.prototype.plotBandSlot=function(t){return this.getSlot(t.from,t.to-1)},e.prototype.getSlot=function(t,e){var r=this.options,i=r.justified,n=this.box,o=this.majorAngles(),a=o.length,s=360/a,u=t;r.reverse&&!i&&(u=(u+1)%a);var l=o[u=jt(Math.floor(u),0,a-1)];i&&(l-=s/2)<0&&(l+=360);var c=s*(jt(Math.ceil(e||u),u,a-1)-u+1);return new Jt(n.center(),0,n.height()/2,l,c)},e.prototype.slot=function(t,e){var r=this.getSlot(t,e),i=r.startAngle+180,n=i+r.angle;return new S.geometry.Arc([r.center.x,r.center.y],{startAngle:i,endAngle:n,radiusX:r.radius,radiusY:r.radius})},e.prototype.pointCategoryIndex=function(t){for(var e=this.options.categories.length,r=null,i=0;i<e;i++){if(this.getSlot(i).containsPoint(t)){r=i;break}}return r},e}(Qe);Lt(_r,{startAngle:90,labels:{margin:D(10)},majorGridLines:{visible:!0},justified:!0}),M(_r.prototype,Cr);var Or=_r,Sr=function(t){function e(e,r){t.call(this,e,r);var i=this.options;i.minorUnit=i.minorUnit||i.majorUnit/2}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getDivisions=function(t){return dr.prototype.getDivisions.call(this,t)-1},e.prototype.reflow=function(t){this.box=t,this.reflowLabels()},e.prototype.reflowLabels=function(){for(var t=this.options,e=this.labels,r=this.options.labels,i=r.skip||0,n=r.step||1,o=new Zt,a=this.intervals(t.majorUnit,i,n),s=0;s<e.length;s++){e[s].reflow(o);var u=e[s].box;e[s].reflow(this.getSlot(a[s]).adjacentBox(0,u.width(),u.height()))}},e.prototype.lineBox=function(){return this.box},e.prototype.intervals=function(t,e,r,i){void 0===i&&(i=!1);for(var n=this.options.min,o=this.getDivisions(t),a=[],s=r||1,u=e||0;u<o;u+=s){var l=(360+n+u*t)%360;i&&ct(l,i)||a.push(l)}return a},e.prototype.majorIntervals=function(){return this.intervals(this.options.majorUnit)},e.prototype.minorIntervals=function(){return this.intervals(this.options.minorUnit)},e.prototype.intervalAngle=function(t){return(540-t-this.options.startAngle)%360},e.prototype.createLine=function(){return[]},e.prototype.majorGridLineAngles=function(t){var e=this.options.majorGridLines;return this.gridLineAngles(t,this.options.majorUnit,e.skip,e.step)},e.prototype.minorGridLineAngles=function(t,e){var r=this.options,i=r.minorGridLines,n=r.majorGridLines,o=e?this.intervals(r.majorUnit,n.skip,n.step):null;return this.gridLineAngles(t,r.minorUnit,i.skip,i.step,o)},e.prototype.plotBandSlot=function(t){return this.getSlot(t.from,t.to)},e.prototype.getSlot=function(t,e){var r=this.options,i=this.box,n=r.startAngle,o=jt(t,r.min,r.max),a=jt(e||o,o,r.max);if(r.reverse&&(o*=-1,a*=-1),(a=(540-a-n)%360)<(o=(540-o-n)%360)){var s=o;o=a,a=s}return new Jt(i.center(),0,i.height()/2,o,a-o)},e.prototype.slot=function(t,e){void 0===e&&(e=t);var r,i,n=this.options,o=360-n.startAngle,a=this.getSlot(t,e),s=Math.min(t,e),u=Math.max(t,e);return n.reverse?(r=s,i=u):(r=360-u,i=360-s),r=(r+o)%360,i=(i+o)%360,new S.geometry.Arc([a.center.x,a.center.y],{startAngle:r,endAngle:i,radiusX:a.radius,radiusY:a.radius})},e.prototype.getValue=function(t){var e=this.options,r=this.box.center(),i=t.x-r.x,n=t.y-r.y,o=Math.round(xt(Math.atan2(n,i))),a=e.startAngle;return e.reverse||(o*=-1,a*=-1),(o+a+360)%360},e.prototype.valueRange=function(){return{min:0,max:2*Math.PI}},e}(Ve);Lt(Sr,{type:"polar",startAngle:0,reverse:!1,majorUnit:60,min:0,max:360,labels:{margin:D(10)},majorGridLines:{color:o,visible:!0,width:1},minorGridLines:{color:"#aaa"}}),M(Sr.prototype,Cr,{createPlotBands:Or.prototype.createPlotBands,majorAngles:Or.prototype.majorAngles,range:dr.prototype.range,labelsCount:dr.prototype.labelsCount,createAxisLabel:dr.prototype.createAxisLabel});var wr=Sr;function jr(t,e){return 180-Math.abs(Math.abs(t-e)-180)}var Pr={options:{majorGridLines:{visible:!0}},createPlotBands:function(){var t=this.options,e=t.majorGridLines.type,r=t.plotBands;void 0===r&&(r=[]);for(var i=this.plotArea.polarAxis,o=i.majorAngles(),a=i.box.center(),s=this._plotbandGroup=new S.drawing.Group({zIndex:-1}),u=0;u<r.length;u++){var l=r[u],c={fill:{color:l.color,opacity:l.opacity},stroke:{opacity:l.opacity}},p=this.getSlot(l.from,l.to,!0),h=new Jt(a,a.y-p.y2,a.y-p.y1,0,360),f=void 0;f=e===n?re.current.createRing(h,c):S.drawing.Path.fromPoints(this.plotBandPoints(h,o),c).close(),s.append(f)}this.appendVisual(s)},plotBandPoints:function(t,e){for(var r=[],i=[],n=[t.center.x,t.center.y],o=new S.geometry.Circle(n,t.innerRadius),a=new S.geometry.Circle(n,t.radius),s=0;s<e.length;s++)r.push(o.pointAt(e[s]+180)),i.push(a.pointAt(e[s]+180));return r.reverse(),r.push(r[0]),i.push(i[0]),i.concat(r)},createGridLines:function(t){var e=this.options,r=this.radarMajorGridLinePositions(),i=t.majorAngles(),n=t.box.center(),o=[];if(e.majorGridLines.visible&&(o=this.renderGridLines(n,r,i,e.majorGridLines)),e.minorGridLines.visible){var a=this.radarMinorGridLinePositions();yt(o,this.renderGridLines(n,a,i,e.minorGridLines))}return o},renderGridLines:function(t,e,r,i){var o={stroke:{width:i.width,color:i.color,dashType:i.dashType}},a=i.skip;void 0===a&&(a=0);var s=i.step;void 0===s&&(s=0);for(var u=this.gridLinesVisual(),l=a;l<e.length;l+=s){var c=t.y-e[l];if(c>0){var p=new S.geometry.Circle([t.x,t.y],c);if(i.type===n)u.append(new S.drawing.Circle(p,o));else{for(var h=new S.drawing.Path(o),f=0;f<r.length;f++)h.lineTo(p.pointAt(r[f]+180));h.close(),u.append(h)}}}return u.children},getValue:function(t){var e=this.lineBox(),r=this.plotArea.polarAxis,i=r.majorAngles(),o=r.box.center(),a=t.distanceTo(o),s=a;if(this.options.majorGridLines.type!==n&&i.length>1){var u=t.x-o.x,l=t.y-o.y,c=(xt(Math.atan2(l,u))+540)%360;i.sort((function(t,e){return jr(t,c)-jr(e,c)}));var p=90-jr(i[0],i[1])/2,h=180-jr(c,i[0])-p;s=a*(Math.sin(At(h))/Math.sin(At(p)))}return this.axisType().prototype.getValue.call(this,new Wt(e.x1,e.y2-s))}},Ar=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.radarMajorGridLinePositions=function(){return this.getTickPositions(this.options.majorUnit)},e.prototype.radarMinorGridLinePositions=function(){var t=this.options,e=0;return t.majorGridLines.visible&&(e=t.majorUnit),this.getTickPositions(t.minorUnit,e)},e.prototype.axisType=function(){return t},e}(dr);M(Ar.prototype,Pr);var kr=Ar,Vr=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.radarMajorGridLinePositions=function(){var t=[];return this.traverseMajorTicksPositions((function(e){t.push(e)}),this.options.majorGridLines),t},e.prototype.radarMinorGridLinePositions=function(){var t=[];return this.traverseMinorTicksPositions((function(e){t.push(e)}),this.options.minorGridLines),t},e.prototype.axisType=function(){return t},e}(xr);M(Vr.prototype,Pr);var Tr=Vr;function Mr(t){return t<=0?-1:1}var Nr=function(t){function e(e){t.call(this),this.closed=e}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.process=function(t){var e=t.slice(0),r=[],i=this.closed,n=e.length;if(n>2&&(this.removeDuplicates(0,e),n=e.length),n<2||2===n&&e[0].equals(e[1]))return r;var o,a,s=e[0],u=e[1],l=e[2];for(r.push(new S.geometry.Segment(s));s.equals(e[n-1]);)i=!0,e.pop(),n--;if(2===n){var c=this.tangent(s,u,m,b);return wt(r).controlOut(this.firstControlPoint(c,s,u,m,b)),r.push(new S.geometry.Segment(u,this.secondControlPoint(c,s,u,m,b))),r}if(i){s=e[n-1],u=e[0],l=e[1];var p=this.controlPoints(s,u,l);o=p[1],a=p[0]}else{var h=this.tangent(s,u,m,b);o=this.firstControlPoint(h,s,u,m,b)}for(var f=o,d=0;d<=n-3;d++)if(this.removeDuplicates(d,e),d+3<=(n=e.length)){s=e[d],u=e[d+1],l=e[d+2];var v=this.controlPoints(s,u,l);wt(r).controlOut(f),f=v[1];var g=v[0];r.push(new S.geometry.Segment(u,g))}if(i){s=e[n-2],u=e[n-1],l=e[0];var y=this.controlPoints(s,u,l);wt(r).controlOut(f),r.push(new S.geometry.Segment(u,y[0])),wt(r).controlOut(y[1]),r.push(new S.geometry.Segment(l,a))}else{var x=this.tangent(u,l,m,b);wt(r).controlOut(f),r.push(new S.geometry.Segment(l,this.secondControlPoint(x,u,l,m,b)))}return r},e.prototype.removeDuplicates=function(t,e){for(;e[t+1]&&(e[t].equals(e[t+1])||e[t+1].equals(e[t+2]));)e.splice(t+1,1)},e.prototype.invertAxis=function(t,e,r){var i=!1;if(t.x===e.x)i=!0;else if(e.x===r.x)(e.y<r.y&&t.y<=e.y||r.y<e.y&&e.y<=t.y)&&(i=!0);else{var n=this.lineFunction(t,e),o=this.calculateFunction(n,r.x);t.y<=e.y&&r.y<=o||e.y<=t.y&&r.y>=o||(i=!0)}return i},e.prototype.isLine=function(t,e,r){var i=this.lineFunction(t,e),n=this.calculateFunction(i,r.x);return t.x===e.x&&e.x===r.x||kt(n,1)===kt(r.y,1)},e.prototype.lineFunction=function(t,e){var r=(e.y-t.y)/(e.x-t.x);return[t.y-r*t.x,r]},e.prototype.controlPoints=function(t,e,r){var i,n=m,o=b,a=!1,s=!1;if(this.isLine(t,e,r))i=this.tangent(t,e,m,b);else{var u={x:this.isMonotonicByField(t,e,r,m),y:this.isMonotonicByField(t,e,r,b)};if(u.x&&u.y)i=this.tangent(t,r,m,b),a=!0;else if(this.invertAxis(t,e,r)&&(n=b,o=m),u[n])i=0;else i=.01*(r[o]<t[o]&&t[o]<=e[o]||t[o]<r[o]&&e[o]<=t[o]?Mr((r[o]-t[o])*(e[n]-t[n])):-Mr((r[n]-t[n])*(e[o]-t[o]))),s=!0}var l=this.secondControlPoint(i,t,e,n,o);if(s){var c=n;n=o,o=c}var p=this.firstControlPoint(i,e,r,n,o);return a&&(this.restrictControlPoint(t,e,l,i),this.restrictControlPoint(e,r,p,i)),[l,p]},e.prototype.restrictControlPoint=function(t,e,r,i){t.y<e.y?e.y<r.y?(r.x=t.x+(e.y-t.y)/i,r.y=e.y):r.y<t.y&&(r.x=e.x-(e.y-t.y)/i,r.y=t.y):r.y<e.y?(r.x=t.x-(t.y-e.y)/i,r.y=e.y):t.y<r.y&&(r.x=e.x+(t.y-e.y)/i,r.y=t.y)},e.prototype.tangent=function(t,e,r,i){var n,o=e[r]-t[r],a=e[i]-t[i];return n=0===o?0:a/o,n},e.prototype.isMonotonicByField=function(t,e,r,i){return r[i]>e[i]&&e[i]>t[i]||r[i]<e[i]&&e[i]<t[i]},e.prototype.firstControlPoint=function(t,e,r,i,n){var o=e[i],a=.333*(r[i]-o);return this.point(o+a,e[n]+a*t,i,n)},e.prototype.secondControlPoint=function(t,e,r,i,n){var o=e[i],a=r[i],s=.333*(a-o);return this.point(a-s,r[n]-s*t,i,n)},e.prototype.point=function(t,e,r,i){var n=new S.geometry.Point;return n[r]=t,n[i]=e,n},e.prototype.calculateFunction=function(t,e){for(var r=t.length,i=0,n=0;n<r;n++)i+=Math.pow(e,n)*t[n];return i},e}(S.Class),Lr=function(t){function e(e){t.call(this),this._axis=e,this.options=e.options}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.value=function(t){var e=this._axis,r=e.getCategory?e.getCategory(t):e.getValue(t);return r},e.prototype.slot=function(t,e,r){return void 0===r&&(r=!0),this._axis.slot(t,e,r)},e.prototype.range=function(){return this._axis.range()},e.prototype.valueRange=function(){return this._axis.valueRange()},e}(S.Class);function Ir(t,e){for(var r=0;r<e.length;r++)if(e[r].options.name===t)return e[r].prepareUserOptions(),new Lr(e[r])}var Er=function(t){this.visual=t.visual,this.chartsVisual=t.chartContainer.visual,this._pane=t};Er.prototype.findAxisByName=function(t){return Ir(t,this._pane.axes)};var Br=Er,Dr=function(t){function e(e){t.call(this),this._plotArea=e,this.visual=e.visual,this.backgroundVisual=e._bgVisual}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e}(S.Class);function Rr(t){for(var e=t.length,r=0,i=0;i<e;i++){P(t[i])&&r++}return r}var zr={min:function(t){for(var e=t.length,r=h,i=0;i<e;i++){var n=t[i];P(n)&&(r=Math.min(r,n))}return r===h?t[0]:r},max:function(t){for(var e=t.length,r=f,i=0;i<e;i++){var n=t[i];P(n)&&(r=Math.max(r,n))}return r===f?t[0]:r},sum:function(t){for(var e=t.length,r=0,i=0;i<e;i++){var n=t[i];P(n)&&(r+=n)}return r},sumOrNull:function(t){var e=null;return Rr(t)&&(e=zr.sum(t)),e},count:function(t){for(var e=t.length,r=0,i=0;i<e;i++){var n=t[i];null!==n&&bt(n)&&r++}return r},avg:function(t){var e=Rr(t),r=t[0];return e>0&&(r=zr.sum(t)/e),r},first:function(t){for(var e=t.length,r=0;r<e;r++){var i=t[r];if(null!==i&&bt(i))return i}return t[0]}},Fr=zr;function Kr(t,e){return null===e?e:ot(t)(e)}var Ur=function(t){function e(){t.call(this),this._valueFields={},this._otherFields={},this._nullValue={},this._undefinedValue={}}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.register=function(t,e,r){void 0===e&&(e=[g]),void 0===r&&(r={});for(var i=0;i<t.length;i++){var n=t[i];this._valueFields[n]=e,this._otherFields[n]=r,this._nullValue[n]=this._makeValue(e,null),this._undefinedValue[n]=this._makeValue(e,void 0)}},e.prototype.canonicalFields=function(t){return this.valueFields(t).concat(this.otherFields(t))},e.prototype.valueFields=function(t){return this._valueFields[t.type]||[g]},e.prototype.otherFields=function(t){return this._otherFields[t.type]||[g]},e.prototype.bindPoint=function(t,e,r){var i,n,o=t.data,a=bt(r)?r:o[e],s={valueFields:{value:a}},u=this.valueFields(t),l=this._otherFields[t.type];if(null===a)n=this._nullValue[t.type];else if(bt(a)){if(Array.isArray(a)){var c=a.slice(u.length);n=this._bindFromArray(a,u),i=this._bindFromArray(c,l)}else if("object"==typeof a){var p=this.sourceFields(t,u),h=this.sourceFields(t,l);n=this._bindFromObject(a,u,p),i=this._bindFromObject(a,l,h)}}else n=this._undefinedValue[t.type];return bt(n)&&(1===u.length?s.valueFields.value=n[u[0]]:s.valueFields=n),s.fields=i||{},s},e.prototype._makeValue=function(t,e){for(var r={},i=t.length,n=0;n<i;n++){r[t[n]]=e}return r},e.prototype._bindFromArray=function(t,e){var r={};if(e)for(var i=Math.min(e.length,t.length),n=0;n<i;n++)r[e[n]]=t[n];return r},e.prototype._bindFromObject=function(t,e,r){void 0===r&&(r=e);var i={};if(e)for(var n=e.length,o=0;o<n;o++){var a=e[o],s=r[o];null!==s&&(i[a]=Kr(s,t))}return i},e.prototype.sourceFields=function(t,e){var r=[];if(e)for(var i=e.length,n=0;n<i;n++){var o=e[n],a=o===g?"field":o+"Field";r.push(null!==t[a]?t[a]||o:null)}return r},e}(S.Class);Ur.current=new Ur;var Hr=Ur,$r=/percent(?:\w*)\((\d+)\)/,Gr=new RegExp("^stddev(?:\\((\\d+(?:\\.\\d+)?)\\))?$"),Xr=function(t){function e(e,r,i){t.call(this),this.initGlobalRanges(e,r,i)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initGlobalRanges=function(t,e,r){var i=e.data,n=Gr.exec(t);if(n){this.valueGetter=this.createValueGetter(e,r);var o=this.getAverage(i),a=this.getStandardDeviation(i,o,!1),s=n[1]?parseFloat(n[1]):1,u={low:o.value-a*s,high:o.value+a*s};this.globalRange=function(){return u}}else if(t.indexOf&&t.indexOf("stderr")>=0){this.valueGetter=this.createValueGetter(e,r);var l=this.getStandardError(i,this.getAverage(i));this.globalRange=function(t){return{low:t-l,high:t+l}}}},e.prototype.createValueGetter=function(t,e){var r,i=t.data,n=Hr.current,o=n.valueFields(t),a=bt(i[0])?i[0]:{};if(x(a))r=ot("["+(e?o.indexOf(e):0)+"]");else if(P(a))r=ot();else if("object"==typeof a){r=ot(n.sourceFields(t,o)[o.indexOf(e)])}return r},e.prototype.getErrorRange=function(t,e){var r,i,n;if(!bt(e))return null;if(this.globalRange)return this.globalRange(t);if(x(e))r=t-e[0],i=t+e[1];else if(P(n=parseFloat(e)))r=t-n,i=t+n;else{if(!(n=$r.exec(e)))throw new Error("Invalid ErrorBar value: "+e);var o=t*(parseFloat(n[1])/100);r=t-Math.abs(o),i=t+Math.abs(o)}return{low:r,high:i}},e.prototype.getStandardError=function(t,e){return this.getStandardDeviation(t,e,!0)/Math.sqrt(e.count)},e.prototype.getStandardDeviation=function(t,e,r){for(var i=t.length,n=r?e.count-1:e.count,o=0,a=0;a<i;a++){var s=this.valueGetter(t[a]);P(s)&&(o+=Math.pow(s-e.value,2))}return Math.sqrt(o/n)},e.prototype.getAverage=function(t){for(var e=t.length,r=0,i=0,n=0;n<e;n++){var o=this.valueGetter(t[n]);P(o)&&(r+=o,i++)}return{value:r/i,count:i}},e}(S.Class),Yr=S.support.browser||{},Wr=Yr.msie?.001:0,qr="zero",Zr="bar",Qr="column",Jr="line",ti="pie",ei="verticalLine",ri=[Zr,Qr,"ohlc","candlestick","boxPlot","verticalBoxPlot","bullet","rangeColumn","rangeBar","waterfall","horizontalWaterfall"],ii="DOMMouseScroll mousewheel",ni=function(t){function e(e,r,i,n,o,a){t.call(this,a),this.low=e,this.high=r,this.isVertical=i,this.chart=n,this.series=o}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e,r=this.options.endCaps,i=this.isVertical,n=this.getAxis().getSlot(this.low,this.high),o=t.center(),a=this.getCapsWidth(t,i),s=i?o.x:o.y,u=s-a,l=s+a;i?(e=[new Wt(o.x,n.y1),new Wt(o.x,n.y2)],r&&e.push(new Wt(u,n.y1),new Wt(l,n.y1),new Wt(u,n.y2),new Wt(l,n.y2)),this.box=new Zt(u,n.y1,l,n.y2)):(e=[new Wt(n.x1,o.y),new Wt(n.x2,o.y)],r&&e.push(new Wt(n.x1,u),new Wt(n.x1,l),new Wt(n.x2,u),new Wt(n.x2,l)),this.box=new Zt(n.x1,u,n.x2,l)),this.linePoints=e},e.prototype.getCapsWidth=function(t,e){var r=e?t.width():t.height();return Math.min(Math.floor(r/2),4)||4},e.prototype.createVisual=function(){var t=this,e=this.options,r=e.visual;r?this.visual=r({low:this.low,high:this.high,rect:this.box.toRect(),sender:this.getSender(),options:{endCaps:e.endCaps,color:e.color,line:e.line},createVisual:function(){t.createDefaultVisual();var e=t.visual;return delete t.visual,e}}):this.createDefaultVisual()},e.prototype.createDefaultVisual=function(){var e=this.options,r=this.linePoints,i={stroke:{color:e.color,width:e.line.width,dashType:e.line.dashType}};t.prototype.createVisual.call(this);for(var n=0;n<r.length;n+=2){var o=new S.drawing.Path(i).moveTo(r[n].x,r[n].y).lineTo(r[n+1].x,r[n+1].y);w(o),this.visual.append(o)}},e}(ne);Lt(ni,{animation:{type:"fadeIn",delay:600},endCaps:!0,line:{width:2},zIndex:1});var oi=ni,ai=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getAxis=function(){return this.chart.seriesValueAxis(this.series)},e}(oi);function si(t,e,r,i){void 0===r&&(r={}),void 0===i&&(i=!1);var n=r.defaults=r.defaults||{},o=r.depth=r.depth||0,a=!1;if(r.excluded=r.excluded||[],o>5)return null;for(var s in t)if(!ct(s,r.excluded)&&t.hasOwnProperty(s)){var u=t[s];V(u)?(a=!0,i||(t[s]=Tt(u(e),n[s]))):N(u)&&(i||(r.defaults=n[s]),r.depth++,a=si(u,e,r,i)||a,r.depth--)}return a}function ui(t){for(var e=t.length,r=0,i=0;i<e;i++)r=Math.max(r,t[i].data.length);return r}var li=function(t){function e(e,r){t.call(this,r),this.plotArea=e,this.chartService=e.chartService,this.categoryAxis=e.seriesCategoryAxis(r.series[0]),this.valueAxisRanges={},this.points=[],this.categoryPoints=[],this.seriesPoints=[],this.seriesOptions=[],this._evalSeries=[],this.render()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){this.traverseDataPoints(this.addValue.bind(this))},e.prototype.pointOptions=function(t,e){var r=this.seriesOptions[e];if(!r){var i=this.pointType().prototype.defaults;this.seriesOptions[e]=r=M({},i,{vertical:!this.options.invertAxes},t)}return r},e.prototype.plotValue=function(t){if(!t)return 0;if(this.options.isStacked100&&P(t.value)){for(var e=t.categoryIx,r=this.categoryPoints[e],i=[],n=0,o=0;o<r.length;o++){var a=r[o];if(a){var s=t.series.stack,u=a.series.stack;if(s&&u&&s.group!==u.group)continue;P(a.value)&&(n+=Math.abs(a.value),i.push(Math.abs(a.value)))}}if(n>0)return t.value/n}return t.value},e.prototype.plotRange=function(t,e){void 0===e&&(e=0);var r=this.categoryPoints[t.categoryIx];if(this.options.isStacked){for(var i=this.plotValue(t),n=i>=0,o=e,a=!1,s=0;s<r.length;s++){var u=r[s];if(t===u)break;var l=t.series.stack,c=u.series.stack;if(l&&c){if("string"==typeof l&&l!==c)continue;if(l.group&&l.group!==c.group)continue}var p=this.plotValue(u);(p>=0&&n||p<0&&!n)&&(o+=p,i+=p,a=!0,this.options.isStacked100&&(i=Math.min(i,1)))}return a&&(o-=e),[o,i]}var h=t.series,f=this.seriesValueAxis(h),d=this.categoryAxisCrossingValue(f);return[d,k(t.value)?t.value:d]},e.prototype.stackLimits=function(t,e){for(var r=h,i=f,n=0;n<this.categoryPoints.length;n++){var o=this.categoryPoints[n];if(o)for(var a=0;a<o.length;a++){var s=o[a];if(s&&(s.series.stack===e||s.series.axis===t)){var u=this.plotRange(s,0)[1];bt(u)&&isFinite(u)&&(i=Math.max(i,u),r=Math.min(r,u))}}}return{min:r,max:i}},e.prototype.updateStackRange=function(){var t=this.options,e=t.isStacked,r=t.series,i={};if(e)for(var n=0;n<r.length;n++){var o=r[n],a=o.axis,s=a+o.stack,u=i[s];if(!u){u=this.stackLimits(a,o.stack);var l=this.errorTotals;l&&(l.negative.length&&(u.min=Math.min(u.min,It(l.negative).min)),l.positive.length&&(u.max=Math.max(u.max,It(l.positive).max))),u.min!==h||u.max!==f?i[s]=u:u=null}u&&(this.valueAxisRanges[a]=u)}},e.prototype.addErrorBar=function(t,e,r){var i,n=t.value,o=t.series,a=t.seriesIx,s=t.options.errorBars,u=e.fields.errorLow,l=e.fields.errorHigh;P(u)&&P(l)?i={low:u,high:l}:s&&bt(s.value)&&(this.seriesErrorRanges=this.seriesErrorRanges||[],this.seriesErrorRanges[a]=this.seriesErrorRanges[a]||new Xr(s.value,o,g),i=this.seriesErrorRanges[a].getErrorRange(n,s.value)),i&&(t.low=i.low,t.high=i.high,this.addPointErrorBar(t,r))},e.prototype.addPointErrorBar=function(t,e){var r=!this.options.invertAxes,i=t.options.errorBars,n=t.series,o=t.low,a=t.high;if(this.options.isStacked){var s=this.stackedErrorRange(t,e);o=s.low,a=s.high}else{var u={categoryIx:e,series:n};this.updateRange({value:o},u),this.updateRange({value:a},u)}var l=new ai(o,a,r,this,n,i);t.errorBars=[l],t.append(l)},e.prototype.stackedErrorRange=function(t,e){var r=this.plotRange(t,0)[1]-t.value,i=t.low+r,n=t.high+r;return this.errorTotals=this.errorTotals||{positive:[],negative:[]},i<0&&(this.errorTotals.negative[e]=Math.min(this.errorTotals.negative[e]||0,i)),n>0&&(this.errorTotals.positive[e]=Math.max(this.errorTotals.positive[e]||0,n)),{low:i,high:n}},e.prototype.addValue=function(t,e){var r=e.categoryIx,i=e.series,n=e.seriesIx,o=this.categoryPoints[r];o||(this.categoryPoints[r]=o=[]);var a=this.seriesPoints[n];a||(this.seriesPoints[n]=a=[]);var s=this.createPoint(t,e);s&&(Object.assign(s,e),s.owner=this,s.noteText=t.fields.noteText,bt(s.dataItem)||(s.dataItem=i.data[r]),this.addErrorBar(s,t,r)),this.points.push(s),a.push(s),o.push(s),this.updateRange(t.valueFields,e)},e.prototype.evalPointOptions=function(t,e,r,i,n,o){var a={defaults:n._defaults,excluded:["data","aggregate","_events","tooltip","content","template","visual","toggle","_outOfRangeMinPoint","_outOfRangeMaxPoint"]},s=this._evalSeries[o];bt(s)||(this._evalSeries[o]=s=si(t,{},a,!0));var u=t;return s&&si(u=M({},u),{value:e,category:r,index:i,series:n,dataItem:n.data[i]},a),u},e.prototype.updateRange=function(t,e){var r=e.series.axis,i=t.value,n=this.valueAxisRanges[r];isFinite(i)&&null!==i&&((n=this.valueAxisRanges[r]=n||{min:h,max:f}).min=Math.min(n.min,i),n.max=Math.max(n.max,i))},e.prototype.seriesValueAxis=function(t){var e=this.plotArea,r=t.axis,i=r?e.namedValueAxes[r]:e.valueAxis;if(!i)throw new Error("Unable to locate value axis with name "+r);return i},e.prototype.reflow=function(t){var e=this,r=this.categorySlots=[],i=this.points,n=this.categoryAxis,o=0;this.traverseDataPoints((function(t,a){var s=a.categoryIx,u=a.series,l=e.seriesValueAxis(u),c=i[o++],p=r[s];if(p||(r[s]=p=e.categorySlot(n,s,l)),c){var h=e.plotRange(c,l.startValue()),f=e.valueSlot(l,h);if(f){var d=e.pointSlot(p,f);c.aboveAxis=e.aboveAxis(c,l),c.stackValue=h[1],e.options.isStacked100&&(c.percentage=e.plotValue(c)),e.reflowPoint(c,d)}else c.visible=!1}})),this.reflowCategories(r),!this.options.clip&&this.options.limitPoints&&this.points.length&&this.limitPoints(),this.box=t},e.prototype.valueSlot=function(t,e){return t.getSlot(e[0],e[1],!this.options.clip)},e.prototype.limitPoints=function(){for(var t=this.categoryPoints,e=t[0].concat(wt(t)),r=0;r<e.length;r++)e[r]&&this.limitPoint(e[r])},e.prototype.limitPoint=function(t){var e=this.categoryAxis.limitSlot(t.box);e.equals(t.box)||t.reflow(e)},e.prototype.aboveAxis=function(t,e){var r=this.categoryAxisCrossingValue(e),i=t.value;return e.options.reverse?i<r:i>=r},e.prototype.categoryAxisCrossingValue=function(t){var e=this.categoryAxis,r=t.options;return[].concat(r.axisCrossingValues||r.axisCrossingValue)[e.axisIndex||0]||0},e.prototype.reflowPoint=function(t,e){t.reflow(e)},e.prototype.reflowCategories=function(){},e.prototype.pointSlot=function(t,e){var r=this.options.invertAxes,i=r?e:t,n=r?t:e;return new Zt(i.x1,n.y1,i.x2,n.y2)},e.prototype.categorySlot=function(t,e){return t.getSlot(e)},e.prototype.traverseDataPoints=function(t){for(var e=this.options.series,r=ui(e),i=e.length,n=0;n<i;n++)this._outOfRangeCallback(e[n],"_outOfRangeMinPoint",n,t);for(var o=0;o<r;o++)for(var a=0;a<i;a++){var s=e[a],u=this.categoryAxis.categoryAt(o);t(this._bindPoint(s,a,o),{category:u,categoryIx:o,categoriesCount:r,series:s,seriesIx:a})}for(var l=0;l<i;l++)this._outOfRangeCallback(e[l],"_outOfRangeMaxPoint",l,t)},e.prototype._outOfRangeCallback=function(t,e,r,i){var n=t[e];if(n){var o=n.categoryIx;i(this._bindPoint(t,r,o,n.item),{category:n.category,categoryIx:o,series:t,seriesIx:r,dataItem:n.item})}},e.prototype._bindPoint=function(t,e,r,i){this._bindCache||(this._bindCache=[]);var n=this._bindCache[e];n||(n=this._bindCache[e]=[]);var o=n[r];return o||(o=n[r]=Hr.current.bindPoint(t,r,i)),o},e.prototype.formatPointValue=function(t,e){return null===t.value?"":this.chartService.format.auto(e,t.value)},e.prototype.pointValue=function(t){return t.valueFields.value},e}(ne);Lt(li,{series:[],invertAxes:!1,isStacked:!1,clip:!0,limitPoints:!0});var ci=li,pi={click:function(t,e){return t.trigger("seriesClick",this.eventArgs(e))},hover:function(t,e){return t.trigger("seriesHover",this.eventArgs(e))},over:function(t,e){return t.trigger("seriesOver",this.eventArgs(e))},out:function(t,e){return t.trigger("seriesLeave",this.eventArgs(e))},eventArgs:function(t){return{value:this.value,percentage:this.percentage,stackValue:this.stackValue,category:this.category,series:this.series,dataItem:this.dataItem,runningTotal:this.runningTotal,total:this.total,element:Ot(t),originalEvent:t,point:this}}},hi={createNote:function(){var t=this.options.notes,e=this.noteText||t.label.text;!1!==t.visible&&bt(e)&&null!==e&&(this.note=new je({value:this.value,text:e,dataItem:this.dataItem,category:this.category,series:this.series},this.options.notes,this.owner.chartService),this.append(this.note))}},fi=function(t){function e(e,r){t.call(this),this.value=e,this.options=r,this.aboveAxis=Tt(this.options.aboveAxis,!0),this.tooltipTracking=!0}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){var t=this.options,e=t.markers,r=t.labels;if(!this._rendered){if(this._rendered=!0,e.visible&&e.size&&(this.marker=this.createMarker(),this.append(this.marker)),r.visible){var i=rt(r),n=this.pointData(),o=this.value;i?o=i(n):r.format&&(o=this.formatValue(r.format)),this.label=new xe(o,M({align:s,vAlign:s,margin:{left:5,right:5},zIndex:Tt(r.zIndex,this.series.zIndex)},r),n),this.append(this.label)}this.createNote(),this.errorBar&&this.append(this.errorBar)}},e.prototype.markerBorder=function(){var t=this.options.markers,e=t.background,r=M({color:this.color},t.border);return bt(r.color)||(r.color=new S.Color(e).brightness(.8).toHex()),r},e.prototype.createVisual=function(){},e.prototype.createMarker=function(){var t=this.options.markers;return new ue({type:t.type,width:t.size,height:t.size,rotation:t.rotation,background:t.background,border:this.markerBorder(),opacity:this.series.opacity||t.opacity,zIndex:Tt(t.zIndex,this.series.zIndex),animation:t.animation,visual:t.visual},{dataItem:this.dataItem,value:this.value,series:this.series,category:this.category})},e.prototype.markerBox=function(){return this.marker||(this.marker=this.createMarker(),this.marker.reflow(this._childBox)),this.marker.box},e.prototype.reflow=function(t){var e=this.options,r=this.aboveAxis,i=e.vertical;this.render(),this.box=t;var n=t.clone();if(i?r?n.y1-=n.height():n.y2+=n.height():r?n.x1+=n.width():n.x2-=n.width(),this._childBox=n,this.marker&&this.marker.reflow(n),this.reflowLabel(n),this.errorBars)for(var o=0;o<this.errorBars.length;o++)this.errorBars[o].reflow(n);if(this.note){var a=this.markerBox();if(!e.markers.visible||!e.markers.size){var s=a.center();a=new Zt(s.x,s.y,s.x,s.y)}this.note.reflow(a)}},e.prototype.reflowLabel=function(t){var e=this.options,r=this.label,i=e.labels.position;r&&(i="below"===(i="above"===i?v:i)?a:i,r.reflow(t),r.box.alignTo(this.markerBox(),i),r.reflow(r.box))},e.prototype.createHighlight=function(){var t=this.options.highlight.markers,e=this.markerBorder().color,r=this.options.markers,i=r.size+(r.border.width||0)+(t.border.width||0),n=new ue({type:r.type,width:i,height:i,rotation:r.rotation,background:t.color||e,border:{color:t.border.color,width:t.border.width,opacity:Tt(t.border.opacity,1)},opacity:Tt(t.opacity,1)});return n.reflow(this._childBox),n.getElement()},e.prototype.highlightVisual=function(){return(this.marker||{}).visual},e.prototype.highlightVisualArgs=function(){var t,e,r=this.marker;if(r)e=r.paddingBox.toRect(),t=r.visual;else{var i=this.options.markers.size,n=i/2,o=this.box.center();e=new S.geometry.Rect([o.x-n,o.y-n],[i,i])}return{options:this.options,rect:e,visual:t}},e.prototype.tooltipAnchor=function(){var t=this.markerBox(),e=this.owner.pane.clipBox();if(!e||e.overlaps(t)){var r,i,n=t.x2+5;return this.aboveAxis?(r=t.y1,i=a):(r=t.y2,i=v),{point:new Wt(n,r),align:{horizontal:"left",vertical:i}}}},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e.prototype.overlapsBox=function(t){return this.markerBox().overlaps(t)},e.prototype.unclipElements=function(){this.label&&(this.label.options.noclip=!0),this.note&&(this.note.options.noclip=!0)},e.prototype.pointData=function(){return{dataItem:this.dataItem,category:this.category,value:this.value,percentage:this.percentage,stackValue:this.stackValue,series:this.series}},e}(ne);fi.prototype.defaults={vertical:!0,markers:{visible:!0,background:y,size:8,type:u,border:{width:2},opacity:1},labels:{visible:!1,position:"above",margin:D(3),padding:D(4),animation:{type:"fadeIn",delay:600}},notes:{label:{}},highlight:{markers:{border:{color:"#fff",width:2}},zIndex:100},errorBars:{line:{width:1}}},M(fi.prototype,pi),M(fi.prototype,hi);var di=fi,vi=function(t){function e(e,r,i){t.call(this),this.linePoints=e,this.series=r,this.seriesIx=i}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.points=function(){return this.toGeometryPoints(this.linePoints)},e.prototype.toGeometryPoints=function(t){for(var e=[],r=0,i=t.length;r<i;r++)t[r]&&!1!==t[r].visible&&e.push(t[r]._childBox.toRect().center());return e},e.prototype.createVisual=function(){var t=this,e=this.series.visual;e?(this.visual=e({points:this.toGeometryPoints(this.linePoints),series:this.series,sender:this.getSender(),createVisual:function(){return t.segmentVisual(),t.visual}}),this.visual&&!bt(this.visual.options.zIndex)&&(this.visual.options.zIndex=this.series.zIndex)):this.segmentVisual()},e.prototype.segmentVisual=function(){var t=this.options,e=this.series,r=e.color,i=e._defaults;V(r)&&i&&(r=i.color);var n=S.drawing.Path.fromPoints(this.points(),{stroke:{color:r,width:e.width,opacity:e.opacity,dashType:e.dashType},zIndex:e.zIndex});t.closed&&n.close(),this.visual=n},e.prototype.aliasFor=function(t,e){return this.parent.getNearestPoint(e.x,e.y,this.seriesIx)},e}(ne);Lt(vi,{closed:!1});var gi=vi;function yi(t,e,r,i,n){var o=t.box,a=new S.geometry.Point;return a[e]=o[e+r],a[i]=o[i+n],a}var mi={calculateStepPoints:function(t){for(var e=this.parent.plotArea.seriesCategoryAxis(this.series).options,r=e.justified,i=e.vertical,n=e.reverse,o=i?m:b,a=i?b:m,s=n?2:1,u=s,l=yi(t[0],o,s,a,u),c=[l],p=1;p<t.length;p++){var h=yi(t[p],o,s,a,u);if(l[o]!==h[o]){var f=new S.geometry.Point;f[o]=l[o],f[a]=h[a],c.push(f,h)}l=h}return r?l!==wt(c)&&c.push(l):c.push(yi(wt(t),o,s,a,n?1:2)),c}},bi=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.points=function(){return this.calculateStepPoints(this.linePoints)},e}(gi);M(bi.prototype,mi);var xi=bi,Ci=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.segmentVisual=function(){var t=this.series,e=t._defaults,r=t.color;V(r)&&e&&(r=e.color);var i=new Nr(this.options.closed).process(this.points()),n=new S.drawing.Path({stroke:{color:r,width:t.width,opacity:t.opacity,dashType:t.dashType},zIndex:t.zIndex});n.segments.push.apply(n.segments,i),this.visual=n},e}(gi),_i={renderSegments:function(){var t,e=this.options,r=this.seriesPoints,i=e.series,n=r.length;this._segments=[];for(var o=0;o<n;o++){for(var a=i[o],s=this.sortPoints(r[o]),u=s.length,l=[],c=0;c<u;c++){var p=s[c];p?l.push(p):"interpolate"!==this.seriesMissingValues(a)&&(l.length>1&&(t=this.createSegment(l,a,o,t),this._addSegment(t)),l=[])}l.length>1&&(t=this.createSegment(l,a,o,t),this._addSegment(t))}this.children.unshift.apply(this.children,this._segments)},_addSegment:function(t){this._segments.push(t),t.parent=this},sortPoints:function(t){return t},seriesMissingValues:function(t){var e=t.missingValues;return!e&&this.options.isStacked?qr:e||"interpolate"},getNearestPoint:function(t,e,r){for(var i,n=new Wt(t,e),o=this.seriesPoints[r],a=h,s=0;s<o.length;s++){var u=o[s];if(u&&bt(u.value)&&null!==u.value&&!1!==u.visible){var l=u.box.center().distanceTo(n);l<a&&(i=u,a=l)}}return i}},Oi=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setup=function(){this._setEnd(this.options.box.x1)},e.prototype.step=function(t){var e=this.options.box;this._setEnd(pt(e.x1,e.x2,t))},e.prototype._setEnd=function(t){var e=this.element,r=e.segments,i=r[1].anchor(),n=r[2].anchor();e.suspend(),i.setX(t),e.resume(),n.setX(t)},e}(S.drawing.Animation);Lt(Oi,{duration:600}),S.drawing.AnimationFactory.current.register("clip",Oi);var Si=Oi;function wi(t){for(var e=0;e<t.length;e++)if(bt(t[e].zIndex))return!0}var ji={createAnimation:function(){var t=this.getRoot();if(t&&!1!==(t.options||{}).transitions){var e=t.size(),r=S.drawing.Path.fromRect(e.toRect());this.visual.clip(r),this.animation=new Si(r,{box:e}),wi(this.options.series)&&this._setChildrenAnimation(r)}},_setChildrenAnimation:function(t){for(var e=this.animationPoints(),r=0;r<e.length;r++){var i=e[r];i&&i.visual&&bt(i.visual.options.zIndex)&&i.visual.clip(t)}}},Pi=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){t.prototype.render.call(this),this.updateStackRange(),this.renderSegments()},e.prototype.pointType=function(){return di},e.prototype.createPoint=function(t,e){var r=e.categoryIx,i=e.category,n=e.series,o=e.seriesIx,a=this.seriesMissingValues(n),s=t.valueFields.value;if(!bt(s)||null===s){if(a!==qr)return null;s=0}var u=this.pointOptions(n,o);u=this.evalPointOptions(u,s,i,r,n,o);var l=t.fields.color||n.color;V(n.color)&&(l=u.color);var c=new di(s,u);return c.color=l,this.append(c),c},e.prototype.plotRange=function(t){var e=this.plotValue(t);if(this.options.isStacked)for(var r=t.categoryIx,i=this.categoryPoints[r],n=0;n<i.length;n++){var o=i[n];if(t===o)break;e+=this.plotValue(o),this.options.isStacked100&&(e=Math.min(e,1))}return[e,e]},e.prototype.createSegment=function(t,e,r){var i=e.style;return new("step"===i?xi:"smooth"===i?Ci:gi)(t,e,r)},e.prototype.animationPoints=function(){for(var t=this.points,e=[],r=0;r<t.length;r++)e.push((t[r]||{}).marker);return e.concat(this._segments)},e.prototype.supportsPointInactiveOpacity=function(){return!1},e}(ci);M(Pi.prototype,_i,ji);var Ai=Pi,ki=function(t){function e(e,r,i,n,o){t.call(this,e,r,i),this.prevSegment=n,this.stackPoints=o}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createVisual=function(){var t=this.series,e=t._defaults,r=t.line||{},i=t.color;V(i)&&e&&(i=e.color),this.visual=new S.drawing.Group({zIndex:t.zIndex}),this.createFill({fill:{color:i,opacity:t.opacity},stroke:null}),r.width>0&&!1!==r.visible&&this.createStroke({stroke:M({color:i,opacity:t.opacity,lineCap:"butt"},r)})},e.prototype.strokeSegments=function(){var t=this._strokeSegments;return t||(t=this._strokeSegments=this.createStrokeSegments()),t},e.prototype.createStrokeSegments=function(){return this.segmentsFromPoints(this.points())},e.prototype.stackSegments=function(){return this.prevSegment?this.prevSegment.createStackSegments(this.stackPoints):this.createStackSegments(this.stackPoints)},e.prototype.createStackSegments=function(t){return this.segmentsFromPoints(this.toGeometryPoints(t)).reverse()},e.prototype.segmentsFromPoints=function(t){return t.map((function(t){return new S.geometry.Segment(t)}))},e.prototype.createStroke=function(t){var e=new S.drawing.Path(t);e.segments.push.apply(e.segments,this.strokeSegments()),this.visual.append(e)},e.prototype.hasStackSegment=function(){return this.prevSegment||this.stackPoints&&this.stackPoints.length},e.prototype.createFill=function(t){var e=this.strokeSegments(),r=e.slice(0),i=this.hasStackSegment();if(i){var n=this.stackSegments();yt(r,n)}var o=new S.drawing.Path(t);o.segments.push.apply(o.segments,r),!i&&e.length>1&&this.fillToAxes(o),this.visual.append(o)},e.prototype.fillToAxes=function(t){var e=this.parent,r=e.options.invertAxes,i=e.seriesValueAxis(this.series),n=e.categoryAxisCrossingValue(i),o=i.getSlot(n,n,!0),a=this.strokeSegments(),s=a[0].anchor(),u=wt(a).anchor(),l=r?o.x1:o.y1;r?t.lineTo(l,u.y).lineTo(l,s.y):t.lineTo(u.x,l).lineTo(s.x,l)},e}(gi),Vi=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createStrokeSegments=function(){return this.segmentsFromPoints(this.calculateStepPoints(this.linePoints))},e.prototype.createStackSegments=function(t){return this.segmentsFromPoints(this.calculateStepPoints(t)).reverse()},e}(ki);M(Vi.prototype,mi);var Ti=Vi,Mi=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createStrokeSegments=function(){var t=new Nr(this.options.closed),e=this.points();return t.process(e)},e.prototype.createStackSegments=function(){for(var t=this.strokeSegments(),e=[],r=t.length-1;r>=0;r--){var i=t[r];e.push(new S.geometry.Segment(i.anchor(),i.controlOut(),i.controlIn()))}return e},e}(ki),Ni=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createSegment=function(t,e,r,i){var n,o,a=this.options.isStacked,s=(e.line||{}).style;a&&r>0&&i&&("gap"!==this.seriesMissingValues(e)?(o=i.linePoints,n=i):o=this._gapStackPoints(t,r,s));return new("step"===s?Ti:"smooth"===s?Mi:ki)(t,e,r,n,o)},e.prototype.reflow=function(e){t.prototype.reflow.call(this,e);var r=this._stackPoints;if(r)for(var i=0;i<r.length;i++){var n=r[i],o=this.categoryAxis.getSlot(n.categoryIx);n.reflow(o)}},e.prototype._gapStackPoints=function(t,e,r){var i=this.seriesPoints,n=t[0].categoryIx,o=t.length;n<0&&(n=0,o--);var a=n+o,s=this.seriesOptions[0]._outOfRangeMinPoint?1:0,u=[];this._stackPoints=this._stackPoints||[];for(var l=n;l<a;l++){var c=l+s,p=e,h=void 0;do{h=i[--p][c]}while(p>0&&!h);if(h)"step"!==r&&l>n&&!i[p][c-1]&&u.push(this._previousSegmentPoint(l,c,c-1,p)),u.push(h),"step"!==r&&l+1<a&&!i[p][c+1]&&u.push(this._previousSegmentPoint(l,c,c+1,p));else{var f=this._createGapStackPoint(l);this._stackPoints.push(f),u.push(f)}}return u},e.prototype._previousSegmentPoint=function(t,e,r,i){for(var n,o=this.seriesPoints,a=i;a>0&&!n;)n=o[--a][r];return n?n=o[a][e]:(n=this._createGapStackPoint(t),this._stackPoints.push(n)),n},e.prototype._createGapStackPoint=function(t){var e=this.pointOptions({},0),r=new di(0,e);return r.categoryIx=t,r.series={},r},e.prototype.seriesMissingValues=function(t){return t.missingValues||qr},e.prototype.supportsPointInactiveOpacity=function(){return!1},e}(Ai),Li=function(t){function e(){t.call(this),this.axisRanges={}}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.update=function(t){var e=this.axisRanges;for(var r in t){var i=t[r],n=e[r];e[r]=n=n||{min:h,max:f},n.min=Math.min(n.min,i.min),n.max=Math.max(n.max,i.max)}},e.prototype.reset=function(t){this.axisRanges[t]=void 0},e.prototype.query=function(t){return this.axisRanges[t]},e}(S.Class),Ii=function(t){function e(e,r,i){t.call(this,r),this.textBox=new xe(e,this.options,i),this.append(this.textBox)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createVisual=function(){this.textBox.options.noclip=this.options.noclip},e.prototype.reflow=function(t){var e=this.options,r=e.vertical,i=e.aboveAxis,n=this.children[0],o=n.options,u=n.box,l=n.options.padding,c=t;o.align=r?s:p,o.vAlign=r?v:s,"insideEnd"===e.position?r?(o.vAlign=v,!i&&u.height()<t.height()&&(o.vAlign=a)):o.align=i?d:p:e.position===s?(o.vAlign=s,o.align=s):"insideBase"===e.position?r?o.vAlign=i?a:v:o.align=i?p:d:"outsideEnd"===e.position&&(r?c=i?new Zt(t.x1,t.y1-u.height(),t.x2,t.y1):new Zt(t.x1,t.y2,t.x2,t.y2+u.height()):(o.align=s,c=i?new Zt(t.x2,t.y1,t.x2+u.width(),t.y2):new Zt(t.x1-u.width(),t.y1,t.x1,t.y2))),e.rotation||(r?l.left=l.right=(c.width()-n.contentBox.width())/2:l.top=l.bottom=(c.height()-n.contentBox.height())/2),n.reflow(c)},e.prototype.alignToClipBox=function(t){var e=this.options.vertical?b:m,r=e+"1",i=e+"2",n=this.children[0],o=this.parent.box;if(o[r]<t[r]||t[i]<o[i]){var a=n.paddingBox.clone();a[r]=Math.max(o[r],t[r]),a[i]=Math.min(o[i],t[i]),this.reflow(a)}},e}(ne);Lt(Ii,{position:"outsideEnd",margin:D(3),padding:D(4),color:o,background:"",border:{width:1,color:""},aboveAxis:!0,vertical:!1,animation:{type:"fadeIn",delay:600},zIndex:2});var Ei=Ii;function Bi(t){var e=t.overlay;return e&&e.gradient&&"none"!==e.gradient}var Di=function(t){function e(e,r){t.call(this),this.options=r,this.color=r.color||y,this.aboveAxis=Tt(this.options.aboveAxis,!0),this.value=e}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){this._rendered||(this._rendered=!0,this.createLabel(),this.createNote(),this.errorBar&&this.append(this.errorBar))},e.prototype.createLabel=function(){var t=this.options,e=t.labels;if(e.visible){var r,i=this.pointData(),n=rt(e);r=n?n(i):this.formatValue(e.format),this.label=new Ei(r,M({vertical:t.vertical},e),i),this.append(this.label)}},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e.prototype.reflow=function(t){this.render();var e=this.label;if(this.box=t,e&&(e.options.aboveAxis=this.aboveAxis,e.reflow(t)),this.note&&this.note.reflow(t),this.errorBars)for(var r=0;r<this.errorBars.length;r++)this.errorBars[r].reflow(t)},e.prototype.createVisual=function(){var e=this,r=this.box,i=this.options,n=i.visual;if(!1!==this.visible)if(t.prototype.createVisual.call(this),n){var o=this.rectVisual=n({category:this.category,dataItem:this.dataItem,value:this.value,sender:this.getSender(),series:this.series,percentage:this.percentage,stackValue:this.stackValue,runningTotal:this.runningTotal,total:this.total,rect:r.toRect(),createVisual:function(){var t=new S.drawing.Group;return e.createRect(t),t},options:i});o&&this.visual.append(o)}else r.width()>0&&r.height()>0&&this.createRect(this.visual)},e.prototype.createRect=function(t){var e=this.options,r=e.border,i=bt(r.opacity)?r.opacity:e.opacity,n=this.box.toRect();n.size.width=Math.round(n.size.width);var o=this.rectVisual=S.drawing.Path.fromRect(n,{fill:{color:this.color,opacity:e.opacity},stroke:{color:this.getBorderColor(),width:r.width,opacity:i,dashType:r.dashType}}),a=this.box.width(),s=this.box.height();if((e.vertical?a:s)>6&&(w(o),(a<1||s<1)&&(o.options.stroke.lineJoin="round")),t.append(o),Bi(e)){var u=this.createGradientOverlay(o,{baseColor:this.color},M({end:e.vertical?void 0:[0,1]},e.overlay));t.append(u)}},e.prototype.createHighlight=function(t){return w(S.drawing.Path.fromRect(this.box.toRect(),t))},e.prototype.highlightVisual=function(){return this.rectVisual},e.prototype.highlightVisualArgs=function(){return{options:this.options,rect:this.box.toRect(),visual:this.rectVisual}},e.prototype.getBorderColor=function(){var t=this.color,e=this.options.border,r=e._brightness||.8,i=e.color;return bt(i)||(i=new S.Color(t).brightness(r).toHex()),i},e.prototype.tooltipAnchor=function(){var t,e,r=this.options,i=this.box,n=this.aboveAxis,o=this.owner.pane.clipBox()||i,s=p,u=v;if(r.vertical)t=Math.min(i.x2,o.x2)+5,n?e=Math.max(i.y1,o.y1):(e=Math.min(i.y2,o.y2),u=a);else{var l=Math.max(i.x1,o.x1),c=Math.min(i.x2,o.x2);r.isStacked?(u=a,n?(s=d,t=c):t=l,e=Math.max(i.y1,o.y1)-5):(n?t=c+5:(t=l-5,s=d),e=Math.max(i.y1,o.y1))}return{point:new Wt(t,e),align:{horizontal:s,vertical:u}}},e.prototype.overlapsBox=function(t){return this.box.overlaps(t)},e.prototype.pointData=function(){return{dataItem:this.dataItem,category:this.category,value:this.value,percentage:this.percentage,stackValue:this.stackValue,runningTotal:this.runningTotal,total:this.total,series:this.series}},e}(ne);M(Di.prototype,pi),M(Di.prototype,hi),Di.prototype.defaults={border:{width:1},vertical:!0,overlay:{gradient:"glass"},labels:{visible:!1,format:"{0}"},opacity:1,notes:{label:{}}};var Ri=Di;function zi(t,e){t.forEach(e)}function Fi(t,e){for(var r=t.length,i=r-1;i>=0;i--)e(t[i],i-r-1)}var Ki=function(t){function e(e){t.call(this,e),this.forEach=e.rtl?Fi:zi}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e=this.options,r=e.vertical,i=e.gap,n=e.spacing,o=this.children,a=o.length,s=r?b:m,u=a+i+n*(a-1),l=(r?t.height():t.width())/u,c=t[s+1]+l*(i/2);this.forEach(o,(function(e,r){var i=(e.box||t).clone();i[s+1]=c,i[s+2]=c+l,e.reflow(i),r<a-1&&(c+=l*n),c+=l}))},e}(ne);Lt(Ki,{vertical:!1,gap:0,spacing:0});var Ui=Ki,Hi=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){for(var e=this.options.vertical?m:b,r=this.children,i=r.length,n=this.box=new Zt,o=0;o<i;o++){var a=r[o];if(!1!==a.visible){var s=a.box.clone();s.snapTo(t,e),0===o&&(n=this.box=s.clone()),a.reflow(s),n.wrap(s)}}},e}(ne);Lt(Hi,{vertical:!0});var $i=Hi,Gi=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){t.prototype.render.call(this),this.updateStackRange()},e.prototype.pointType=function(){return Ri},e.prototype.clusterType=function(){return Ui},e.prototype.stackType=function(){return $i},e.prototype.stackLimits=function(e,r){return t.prototype.stackLimits.call(this,e,r)},e.prototype.createPoint=function(t,e){var r=e.categoryIx,i=e.category,n=e.series,o=e.seriesIx,a=this.options,s=this.children,u=a.isStacked,l=this.pointValue(t),c=this.pointOptions(n,o),p=c.labels;u&&"outsideEnd"===p.position&&(p.position="insideEnd"),c.isStacked=u;var h=t.fields.color||n.color;l<0&&c.negativeColor&&(h=c.negativeColor),c=this.evalPointOptions(c,l,i,r,n,o),V(n.color)&&(h=c.color);var f=new(this.pointType())(l,c);f.color=h;var d=s[r];d||(d=new(this.clusterType())({vertical:a.invertAxes,gap:a.gap,spacing:a.spacing,rtl:!a.invertAxes&&(this.chartService||{}).rtl}),this.append(d));u?this.getStackWrap(n,d).append(f):d.append(f);return f},e.prototype.getStackWrap=function(t,e){var r,i=t.stack,n=i&&i.group||i,o=e.children;if("string"==typeof n){for(var a=0;a<o.length;a++)if(o[a]._stackGroup===n){r=o[a];break}}else r=o[0];r||((r=new(this.stackType())({vertical:!this.options.invertAxes}))._stackGroup=n,e.append(r));return r},e.prototype.categorySlot=function(t,e,r){var i=this.options,n=t.getSlot(e),o=r.startValue();if(i.isStacked){var a=r.getSlot(o,o,!0),s=i.invertAxes?m:b;n[s+1]=n[s+2]=a[s+1]}return n},e.prototype.reflowCategories=function(t){for(var e=this.children,r=e.length,i=0;i<r;i++)e[i].reflow(t[i])},e.prototype.createAnimation=function(){this._setAnimationOptions(),t.prototype.createAnimation.call(this),wi(this.options.series)&&this._setChildrenAnimation()},e.prototype._setChildrenAnimation=function(){for(var t=this.points,e=0;e<t.length;e++){var r=t[e],i=r.visual;i&&bt(i.options.zIndex)&&(r.options.animation=this.options.animation,r.createAnimation())}},e.prototype._setAnimationOptions=function(){var t,e=this.options,r=e.animation||{};if(e.isStacked){var i=this.seriesValueAxis(e.series[0]);t=i.getSlot(i.startValue())}else t=this.categoryAxis.getSlot(0);r.origin=new S.geometry.Point(t.x1,t.y1),r.vertical=!e.invertAxes},e}(ci);Lt(Gi,{animation:{type:Zr}});var Xi=Gi,Yi=function(t){function e(e,r){t.call(this,r),this.value=e}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e=this.options,r=this.value,i=this.owner.seriesValueAxis(e),n=i.getSlot(r.open,r.close),o=i.getSlot(r.low,r.high);n.x1=o.x1=t.x1,n.x2=o.x2=t.x2,this.realBody=n;var a=o.center().x,s=[];s.push([[a,o.y1],[a,n.y1]]),s.push([[a,n.y2],[a,o.y2]]),this.lines=s,this.box=o.clone().wrap(n),this._rendered||(this._rendered=!0,this.createNote()),this.reflowNote()},e.prototype.reflowNote=function(){this.note&&this.note.reflow(this.box)},e.prototype.createVisual=function(){t.prototype.createVisual.call(this),this._mainVisual=this.mainVisual(this.options),this.visual.append(this._mainVisual),this.createOverlay()},e.prototype.mainVisual=function(t){var e=new S.drawing.Group;return this.createBody(e,t),this.createLines(e,t),e},e.prototype.createBody=function(t,e){var r=S.drawing.Path.fromRect(this.realBody.toRect(),{fill:{color:this.color,opacity:e.opacity},stroke:null});e.border.width>0&&r.options.set("stroke",{color:this.getBorderColor(),width:e.border.width,dashType:e.border.dashType,opacity:Tt(e.border.opacity,e.opacity)}),w(r),t.append(r),Bi(e)&&t.append(this.createGradientOverlay(r,{baseColor:this.color},M({end:e.vertical?void 0:[0,1]},e.overlay)))},e.prototype.createLines=function(t,e){this.drawLines(t,e,this.lines,e.line)},e.prototype.drawLines=function(t,e,r,i){if(r)for(var n={stroke:{color:i.color||this.color,opacity:Tt(i.opacity,e.opacity),width:i.width,dashType:i.dashType,lineCap:"butt"}},o=0;o<r.length;o++){var a=S.drawing.Path.fromPoints(r[o],n);w(a),t.append(a)}},e.prototype.getBorderColor=function(){var t=this.options.border,e=t.color;return bt(e)||(e=new S.Color(this.color).brightness(t._brightness).toHex()),e},e.prototype.createOverlay=function(){var t=S.drawing.Path.fromRect(this.box.toRect(),{fill:{color:y,opacity:0},stroke:null});this.visual.append(t)},e.prototype.createHighlight=function(){var t=this.options.highlight,e=this.color;this.color=t.color||this.color;var r=this.mainVisual(M({},this.options,{line:{color:this.getBorderColor()}},t));return this.color=e,r},e.prototype.highlightVisual=function(){return this._mainVisual},e.prototype.highlightVisualArgs=function(){return{options:this.options,rect:this.box.toRect(),visual:this._mainVisual}},e.prototype.tooltipAnchor=function(){var t=this.box,e=this.owner.pane.clipBox()||t;return{point:new Wt(t.x2+5,Math.max(t.y1,e.y1)+5),align:{horizontal:p,vertical:v}}},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e.prototype.overlapsBox=function(t){return this.box.overlaps(t)},e}(ne);Lt(Yi,{vertical:!0,border:{_brightness:.8},line:{width:2},overlay:{gradient:"glass"},tooltip:{format:"<table><tr><th colspan='2'>{4:d}</th></tr><tr><td>Open:</td><td>{0:C}</td></tr><tr><td>High:</td><td>{1:C}</td></tr><tr><td>Low:</td><td>{2:C}</td></tr><tr><td>Close:</td><td>{3:C}</td></tr></table>"},highlight:{opacity:1,border:{width:1,opacity:1},line:{width:1,opacity:1}},notes:{visible:!0,label:{}}}),M(Yi.prototype,pi),M(Yi.prototype,hi);var Wi=Yi;function qi(t){return Rr(t)===t.length}var Zi=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflowCategories=function(t){for(var e=this.children,r=e.length,i=0;i<r;i++)e[i].reflow(t[i])},e.prototype.addValue=function(t,e){var r,i=e.categoryIx,n=e.category,o=e.series,a=e.seriesIx,s=this.children,u=this.options,l=t.valueFields,c=qi(this.splitValue(l)),p=o.data[i],h=this.categoryPoints[i];h||(this.categoryPoints[i]=h=[]),c&&(r=this.createPoint(t,e));var f=s[i];f||(f=new Ui({vertical:u.invertAxes,gap:u.gap,spacing:u.spacing,rtl:!u.invertAxes&&(this.chartService||{}).rtl}),this.append(f)),r&&(this.updateRange(l,e),f.append(r),r.categoryIx=i,r.category=n,r.series=o,r.seriesIx=a,r.owner=this,r.dataItem=p,r.noteText=t.fields.noteText),this.points.push(r),h.push(r)},e.prototype.pointType=function(){return Wi},e.prototype.createPoint=function(t,e){var r=e.categoryIx,i=e.category,n=e.series,o=e.seriesIx,a=this.pointType(),s=t.valueFields,u=M({},n),l=t.fields.color||n.color;u=this.evalPointOptions(u,s,i,r,n,o),"candlestick"===n.type&&s.open>s.close&&(l=t.fields.downColor||n.downColor||n.color),V(n.color)&&(l=u.color),u.vertical=!this.options.invertAxes;var c=new a(s,u);return c.color=l,c},e.prototype.splitValue=function(t){return[t.low,t.open,t.close,t.high]},e.prototype.updateRange=function(t,e){var r=e.series.axis,i=this.splitValue(t),n=this.valueAxisRanges[r];n=this.valueAxisRanges[r]=n||{min:h,max:f},n=this.valueAxisRanges[r]={min:Math.min.apply(Math,i.concat([n.min])),max:Math.max.apply(Math,i.concat([n.max]))}},e.prototype.formatPointValue=function(t,e){var r=t.value;return this.chartService.format.auto(e,r.open,r.high,r.low,r.close,t.category)},e.prototype.animationPoints=function(){return this.points},e}(ci);M(Zi.prototype,ji);var Qi=Zi,Ji=function(t){function e(e,r){t.call(this,e,r),this.createNote()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e,r,i=this.options,n=this.value,o=this.owner.seriesValueAxis(i);this.boxSlot=r=o.getSlot(n.q1,n.q3),this.realBody=r,this.reflowBoxSlot(t),this.whiskerSlot=e=o.getSlot(n.lower,n.upper),this.reflowWhiskerSlot(t);var a=o.getSlot(n.median);if(n.mean){var s=o.getSlot(n.mean);this.meanPoints=this.calcMeanPoints(t,s)}this.whiskerPoints=this.calcWhiskerPoints(r,e),this.medianPoints=this.calcMedianPoints(t,a),this.box=e.clone().wrap(r),this.reflowNote()},e.prototype.reflowBoxSlot=function(t){this.boxSlot.x1=t.x1,this.boxSlot.x2=t.x2},e.prototype.reflowWhiskerSlot=function(t){this.whiskerSlot.x1=t.x1,this.whiskerSlot.x2=t.x2},e.prototype.calcMeanPoints=function(t,e){return[[[t.x1,e.y1],[t.x2,e.y1]]]},e.prototype.calcWhiskerPoints=function(t,e){var r=e.center().x;return[[[r-5,e.y1],[r+5,e.y1],[r,e.y1],[r,t.y1]],[[r-5,e.y2],[r+5,e.y2],[r,e.y2],[r,t.y2]]]},e.prototype.calcMedianPoints=function(t,e){return[[[t.x1,e.y1],[t.x2,e.y1]]]},e.prototype.renderOutliers=function(t){for(var e=this.value,r=e.outliers||[],i=3*Math.abs(e.q3-e.q1),n=[],o=t.markers||{},a=0;a<r.length;a++){var s=r[a],u=M({},(o=s<e.q3+i&&s>e.q1-i?t.outliers:t.extremes).border);bt(u.color)||(bt(this.color)?u.color=this.color:u.color=new S.Color(o.background).brightness(.8).toHex());var l=new ue({type:o.type,width:o.size,height:o.size,rotation:o.rotation,background:o.background,border:u,opacity:o.opacity});l.value=s,n.push(l)}return this.reflowOutliers(n),n},e.prototype.reflowOutliers=function(t){for(var e=this.owner.seriesValueAxis(this.options),r=this.box.center(),i=0;i<t.length;i++){var n=t[i].value,o=e.getSlot(n);this.options.vertical?o.move(r.x):o.move(void 0,r.y),this.box=this.box.wrap(o),t[i].reflow(o)}},e.prototype.mainVisual=function(e){for(var r=t.prototype.mainVisual.call(this,e),i=this.renderOutliers(e),n=0;n<i.length;n++){var o=i[n].getElement();o&&r.append(o)}return r},e.prototype.createLines=function(t,e){this.drawLines(t,e,this.whiskerPoints,e.whiskers),this.drawLines(t,e,this.medianPoints,e.median),this.drawLines(t,e,this.meanPoints,e.mean)},e.prototype.getBorderColor=function(){return(this.options.border||{}).color?this.options.border.color:this.color?this.color:t.prototype.getBorderColor.call(this)},e}(Wi);Lt(Ji,{border:{_brightness:.8},line:{width:2},median:{color:"#f6f6f6"},mean:{width:2,dashType:"dash",color:"#f6f6f6"},overlay:{gradient:"glass"},tooltip:{format:"<table><tr><th colspan='2'>{6:d}</th></tr><tr><td>Lower:</td><td>{0:C}</td></tr><tr><td>Q1:</td><td>{1:C}</td></tr><tr><td>Median:</td><td>{2:C}</td></tr><tr><td>Mean:</td><td>{5:C}</td></tr><tr><td>Q3:</td><td>{3:C}</td></tr><tr><td>Upper:</td><td>{4:C}</td></tr></table>"},highlight:{opacity:1,border:{width:1,opacity:1},line:{width:1,opacity:1}},notes:{visible:!0,label:{}},outliers:{visible:!0,size:8,type:"cross",background:y,border:{width:2,opacity:1},opacity:0},extremes:{visible:!0,size:8,type:u,background:y,border:{width:2,opacity:1},opacity:0}}),M(Ji.prototype,pi);var tn=Ji,en=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflowBoxSlot=function(t){this.boxSlot.y1=t.y1,this.boxSlot.y2=t.y2},e.prototype.reflowWhiskerSlot=function(t){this.whiskerSlot.y1=t.y1,this.whiskerSlot.y2=t.y2},e.prototype.calcMeanPoints=function(t,e){return[[[e.x1,t.y1],[e.x1,t.y2]]]},e.prototype.calcWhiskerPoints=function(t,e){var r=e.center().y;return[[[e.x1,r-5],[e.x1,r+5],[e.x1,r],[t.x1,r]],[[e.x2,r-5],[e.x2,r+5],[e.x2,r],[t.x2,r]]]},e.prototype.calcMedianPoints=function(t,e){return[[[e.x1,t.y1],[e.x1,t.y2]]]},e}(tn),rn=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.addValue=function(t,e){var r,i=e.categoryIx,n=e.category,o=e.series,a=e.seriesIx,s=this.children,u=this.options,l=t.valueFields,c=qi(this.splitValue(l)),p=o.data[i],h=this.categoryPoints[i];h||(this.categoryPoints[i]=h=[]),c&&(r=this.createPoint(t,e));var f=s[i];f||(f=new Ui({vertical:u.invertAxes,gap:u.gap,spacing:u.spacing,rtl:!u.invertAxes&&(this.chartService||{}).rtl}),this.append(f)),r&&(this.updateRange(l,e),f.append(r),r.categoryIx=i,r.category=n,r.series=o,r.seriesIx=a,r.owner=this,r.dataItem=p),this.points.push(r),h.push(r)},e.prototype.pointType=function(){return this.options.invertAxes?en:tn},e.prototype.splitValue=function(t){return[t.lower,t.q1,t.median,t.q3,t.upper]},e.prototype.updateRange=function(t,e){var r=e.series.axis,i=this.valueAxisRanges[r],n=this.splitValue(t).concat(this.filterOutliers(t.outliers));bt(t.mean)&&(n=n.concat(t.mean)),i=this.valueAxisRanges[r]=i||{min:h,max:f},i=this.valueAxisRanges[r]={min:Math.min.apply(Math,n.concat([i.min])),max:Math.max.apply(Math,n.concat([i.max]))}},e.prototype.formatPointValue=function(t,e){var r=t.value;return this.chartService.format.auto(e,r.lower,r.q1,r.median,r.q3,r.upper,r.mean,t.category)},e.prototype.filterOutliers=function(t){for(var e=(t||[]).length,r=[],i=0;i<e;i++){var n=t[i];bt(n)&&null!==n&&r.push(n)}return r},e.prototype.supportsPointInactiveOpacity=function(){return!1},e}(Qi),nn=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getAxis=function(){var t=this.chart.seriesAxes(this.series);return this.isVertical?t.y:t.x},e}(oi);function on(t){return bt(t)&&null!==t}var an=function(t){function e(e,r){t.call(this,r),this.plotArea=e,this.chartService=e.chartService,this._initFields(),this.render()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initFields=function(){this.xAxisRanges={},this.yAxisRanges={},this.points=[],this.seriesPoints=[],this.seriesOptions=[],this._evalSeries=[]},e.prototype.render=function(){this.traverseDataPoints(this.addValue.bind(this))},e.prototype.addErrorBar=function(t,e,r){var i,n=t.value[e],o=e+"Value",a=e+"ErrorLow",s=e+"ErrorHigh",u=r.seriesIx,l=r.series,c=t.options.errorBars,p=r[a],h=r[s];P(n)&&(P(p)&&P(h)&&(i={low:p,high:h}),c&&bt(c[o])&&(this.seriesErrorRanges=this.seriesErrorRanges||{x:[],y:[]},this.seriesErrorRanges[e][u]=this.seriesErrorRanges[e][u]||new Xr(c[o],l,e),i=this.seriesErrorRanges[e][u].getErrorRange(n,c[o])),i&&this.addPointErrorBar(i,t,e))},e.prototype.addPointErrorBar=function(t,e,r){var i=t.low,n=t.high,o=e.series,a=e.options.errorBars,s=r===b,u={};e[r+"Low"]=i,e[r+"High"]=n,e.errorBars=e.errorBars||[];var l=new nn(i,n,s,this,o,a);e.errorBars.push(l),e.append(l),u[r]=i,this.updateRange(u,o),u[r]=n,this.updateRange(u,o)},e.prototype.addValue=function(t,e){var r,i=t.x,n=t.y,o=e.seriesIx,a=this.options.series[o],s=this.seriesMissingValues(a),u=this.seriesPoints[o],l=t;on(i)&&on(n)||(l=this.createMissingValue(l,s)),l&&((r=this.createPoint(l,e))&&(Object.assign(r,e),this.addErrorBar(r,m,e),this.addErrorBar(r,b,e)),this.updateRange(l,e.series)),this.points.push(r),u.push(r)},e.prototype.seriesMissingValues=function(t){return t.missingValues},e.prototype.createMissingValue=function(){},e.prototype.updateRange=function(t,e){var r=this.chartService.intl,i=e.xAxis,n=e.yAxis,o=t.x,a=t.y,s=this.xAxisRanges[i],u=this.yAxisRanges[n];on(o)&&(s=this.xAxisRanges[i]=s||{min:h,max:f},A(o)&&(o=Ye(r,o)),s.min=Math.min(s.min,o),s.max=Math.max(s.max,o)),on(a)&&(u=this.yAxisRanges[n]=u||{min:h,max:f},A(a)&&(a=Ye(r,a)),u.min=Math.min(u.min,a),u.max=Math.max(u.max,a))},e.prototype.evalPointOptions=function(t,e,r){var i=r.series,n=r.seriesIx,o={defaults:i._defaults,excluded:["data","tooltip","content","template","visual","toggle","_outOfRangeMinPoint","_outOfRangeMaxPoint"]},a=this._evalSeries[n];bt(a)||(this._evalSeries[n]=a=si(t,{},o,!0));var s=t;return a&&si(s=M({},t),{value:e,series:i,dataItem:r.dataItem},o),s},e.prototype.pointType=function(){return di},e.prototype.pointOptions=function(t,e){var r=this.seriesOptions[e];if(!r){var i=this.pointType().prototype.defaults;this.seriesOptions[e]=r=M({},i,{markers:{opacity:t.opacity},tooltip:{format:this.options.tooltip.format},labels:{format:this.options.labels.format}},t)}return r},e.prototype.createPoint=function(t,e){var r=e.series,i=this.pointOptions(r,e.seriesIx),n=e.color||r.color;i=this.evalPointOptions(i,t,e),V(r.color)&&(n=i.color);var o=new di(t,i);return o.color=n,this.append(o),o},e.prototype.seriesAxes=function(t){var e=t.xAxis,r=t.yAxis,i=this.plotArea,n=e?i.namedXAxes[e]:i.axisX,o=r?i.namedYAxes[r]:i.axisY;if(!n)throw new Error("Unable to locate X axis with name "+e);if(!o)throw new Error("Unable to locate Y axis with name "+r);return{x:n,y:o}},e.prototype.reflow=function(t){var e=this,r=this.points,i=!this.options.clip,n=0;this.traverseDataPoints((function(t,o){var a=r[n++],s=e.seriesAxes(o.series),u=s.x.getSlot(t.x,t.x,i),l=s.y.getSlot(t.y,t.y,i);if(a)if(u&&l){var c=e.pointSlot(u,l);a.reflow(c)}else a.visible=!1})),this.box=t},e.prototype.pointSlot=function(t,e){return new Zt(t.x1,e.y1,t.x2,e.y2)},e.prototype.traverseDataPoints=function(t){for(var e=this.options.series,r=this.seriesPoints,i=0;i<e.length;i++){var n=e[i];r[i]||(r[i]=[]);for(var o=0;o<n.data.length;o++){var a=this._bindPoint(n,i,o),s=a.valueFields,u=a.fields;t(s,M({pointIx:o,series:n,seriesIx:i,dataItem:n.data[o],owner:this},u))}}},e.prototype.formatPointValue=function(t,e){var r=t.value;return this.chartService.format.auto(e,r.x,r.y)},e.prototype.animationPoints=function(){for(var t=this.points,e=[],r=0;r<t.length;r++)e.push((t[r]||{}).marker);return e},e}(ne);Lt(an,{series:[],tooltip:{format:"{0}, {1}"},labels:{format:"{0}, {1}"},clip:!0}),M(an.prototype,ji,{_bindPoint:ci.prototype._bindPoint});var sn=an,un=function(t){function e(e,r){t.call(this,e,r),this.category=e.category}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createHighlight=function(){var t=this.options.highlight,e=t.border,r=this.options.markers,i=this.box.center(),n=(r.size+r.border.width+e.width)/2,o=new S.drawing.Group,a=new S.drawing.Circle(new S.geometry.Circle([i.x,i.y+n/5+e.width/2],n+e.width/2),{stroke:{color:"none"},fill:this.createGradient({gradient:"bubbleShadow",color:r.background,stops:[{offset:0,color:r.background,opacity:.3},{offset:1,color:r.background,opacity:0}]})}),s=new S.drawing.Circle(new S.geometry.Circle([i.x,i.y],n),{stroke:{color:e.color||new S.Color(r.background).brightness(.8).toHex(),width:e.width,opacity:e.opacity},fill:{color:r.background,opacity:t.opacity}});return o.append(a,s),o},e}(di);un.prototype.defaults=M({},un.prototype.defaults,{labels:{position:s},highlight:{opacity:1,border:{color:"#fff",width:2,opacity:1}}}),un.prototype.defaults.highlight.zIndex=void 0;var ln=un,cn=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initFields=function(){this._maxSize=f,t.prototype._initFields.call(this)},e.prototype.addValue=function(e,r){null!==e.size&&(e.size>0||e.size<0&&r.series.negativeValues.visible)?(this._maxSize=Math.max(this._maxSize,Math.abs(e.size)),t.prototype.addValue.call(this,e,r)):(this.points.push(null),this.seriesPoints[r.seriesIx].push(null))},e.prototype.reflow=function(e){this.updateBubblesSize(e),t.prototype.reflow.call(this,e)},e.prototype.pointType=function(){return ln},e.prototype.createPoint=function(t,e){var r=e.series,i=r.data.length,n=e.pointIx*(600/i),o={delay:n,duration:600-n,type:"bubble"},a=e.color||r.color;t.size<0&&r.negativeValues.visible&&(a=Tt(r.negativeValues.color,a));var s=M({labels:{animation:{delay:n,duration:600-n}}},this.pointOptions(r,e.seriesIx),{markers:{type:u,border:r.border,opacity:r.opacity,animation:o}});s=this.evalPointOptions(s,t,e),V(r.color)&&(a=s.color),s.markers.background=a;var l=new ln(t,s);return l.color=a,this.append(l),l},e.prototype.updateBubblesSize=function(t){for(var e=this.options.series,r=Math.min(t.width(),t.height()),i=0;i<e.length;i++)for(var n=e[i],o=this.seriesPoints[i],a=(n.minSize||Math.max(.02*r,10))/2,s=(n.maxSize||.2*r)/2,u=Math.PI*a*a,l=(Math.PI*s*s-u)/this._maxSize,c=0;c<o.length;c++){var p=o[c];if(p){var h=Math.abs(p.value.size)*l,f=Math.sqrt((u+h)/Math.PI),d=Tt(p.options.zIndex,0)+(1-f/s);M(p.options,{zIndex:d,markers:{size:2*f,zIndex:d},labels:{zIndex:d+1}})}}},e.prototype.formatPointValue=function(t,e){var r=t.value;return this.chartService.format.auto(e,r.x,r.y,r.size,t.category)},e.prototype.createAnimation=function(){},e.prototype.createVisual=function(){},e}(sn);Lt(cn,{tooltip:{format:"{3}"},labels:{format:"{3}"}});var pn=cn,hn=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e}(ue);M(hn.prototype,pi);var fn=hn,dn=function(t){function e(e,r){t.call(this,r),this.aboveAxis=this.options.aboveAxis,this.color=r.color||y,this.value=e}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){var t=this.options;this._rendered||(this._rendered=!0,bt(this.value.target)&&(this.target=new fn({type:t.target.shape,background:t.target.color||this.color,opacity:t.opacity,zIndex:t.zIndex,border:t.target.border,vAlign:v,align:d}),this.target.value=this.value,this.target.dataItem=this.dataItem,this.target.series=this.series,this.append(this.target)),this.createNote())},e.prototype.reflow=function(t){this.render();var e=this.options,r=this.target,i=this.owner,n=e.invertAxes,o=i.seriesValueAxis(this.options),a=i.categorySlot(i.categoryAxis,e.categoryIx,o),s=o.getSlot(this.value.target),u=n?s:a,l=n?a:s;if(r){var c=new Zt(u.x1,l.y1,u.x2,l.y2);r.options.height=n?c.height():e.target.line.width,r.options.width=n?e.target.line.width:c.width(),r.reflow(c)}this.note&&this.note.reflow(t),this.box=t},e.prototype.createVisual=function(){t.prototype.createVisual.call(this);var e=this.options,r=S.drawing.Path.fromRect(this.box.toRect(),{fill:{color:this.color,opacity:e.opacity},stroke:null});e.border.width>0&&r.options.set("stroke",{color:e.border.color||this.color,width:e.border.width,dashType:e.border.dashType,opacity:Tt(e.border.opacity,e.opacity)}),this.bodyVisual=r,w(r),this.visual.append(r)},e.prototype.createAnimation=function(){this.bodyVisual&&(this.animation=S.drawing.Animation.create(this.bodyVisual,this.options.animation))},e.prototype.createHighlight=function(t){return S.drawing.Path.fromRect(this.box.toRect(),t)},e.prototype.highlightVisual=function(){return this.bodyVisual},e.prototype.highlightVisualArgs=function(){return{rect:this.box.toRect(),visual:this.bodyVisual,options:this.options}},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e}(ne);dn.prototype.tooltipAnchor=Ri.prototype.tooltipAnchor,Lt(dn,{border:{width:1},vertical:!1,opacity:1,target:{shape:"",border:{width:0,color:"green"},line:{width:2}},tooltip:{format:"Current: {0}<br />Target: {1}"}}),M(dn.prototype,pi),M(dn.prototype,hi);var vn=dn,gn=function(t){function e(e,r){!function(t){for(var e=t.series,r=0;r<e.length;r++){var i=e[r],n=i.data;!n||x(n[0])||N(n[0])||(i.data=[n])}}(r),t.call(this,e,r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflowCategories=function(t){for(var e=this.children,r=e.length,i=0;i<r;i++)e[i].reflow(t[i])},e.prototype.plotRange=function(t){var e=t.series,r=this.seriesValueAxis(e),i=this.categoryAxisCrossingValue(r);return[i,t.value.current||i]},e.prototype.createPoint=function(t,e){var r=e.categoryIx,i=e.category,n=e.series,o=e.seriesIx,a=this.options,s=this.children,u=t.valueFields,l=M({vertical:!a.invertAxes,overlay:n.overlay,categoryIx:r,invertAxes:a.invertAxes},n),c=t.fields.color||n.color;l=this.evalPointOptions(l,u,i,r,n,o),V(n.color)&&(c=l.color);var p=new vn(u,l);p.color=c;var h=s[r];return h||(h=new Ui({vertical:a.invertAxes,gap:a.gap,spacing:a.spacing,rtl:!a.invertAxes&&(this.chartService||{}).rtl}),this.append(h)),h.append(p),p},e.prototype.updateRange=function(t,e){var r=t.current,i=t.target,n=e.series.axis,o=this.valueAxisRanges[n];bt(r)&&!isNaN(r)&&bt(i&&!isNaN(i))&&((o=this.valueAxisRanges[n]=o||{min:h,max:f}).min=Math.min(o.min,r,i),o.max=Math.max(o.max,r,i))},e.prototype.formatPointValue=function(t,e){return this.chartService.format.auto(e,t.value.current,t.value.target)},e.prototype.pointValue=function(t){return t.valueFields.current},e.prototype.aboveAxis=function(t){return t.value.current>0},e.prototype.createAnimation=function(){var t=this.points;this._setAnimationOptions();for(var e=0;e<t.length;e++){var r=t[e];r.options.animation=this.options.animation,r.createAnimation()}},e}(ci);gn.prototype._setAnimationOptions=Xi.prototype._setAnimationOptions,Lt(gn,{animation:{type:Zr}});var yn=gn,mn=function(t){function e(e,r){t.call(this),this.chartService=e,this.options=M({},this.options,r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getStyle=function(t,e){var r=t.background,i=t.border.color;if(e){var n=e.color||e.options.color;r=Tt(r,n),i=Tt(i,n)}var o=D(t.padding||{},"auto");return{backgroundColor:r,borderColor:i,font:t.font,color:t.color,opacity:t.opacity,borderWidth:L(t.border.width),paddingTop:L(o.top),paddingBottom:L(o.bottom),paddingLeft:L(o.left),paddingRight:L(o.right)}},e.prototype.show=function(t,e,r){t.format=e.format;var i=this.getStyle(e,r);t.style=i;var n=new S.Color(i.backgroundColor);bt(e.color)||n.isDark()||(t.className="k-chart-tooltip-inverse"),this.chartService.notify("showTooltip",t),this.visible=!0},e.prototype.hide=function(){this.chartService&&this.chartService.notify("hideTooltip"),this.visible=!1},e.prototype.destroy=function(){delete this.chartService},e}(S.Class);Lt(mn,{border:{width:1},opacity:1});var bn=mn,xn=function(t){function e(e,r,i){t.call(this,e,i),this.crosshair=r,this.formatService=e.format,this.initAxisName()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initAxisName=function(){var t,e=this.crosshair.axis;t=e.plotArea.categoryAxis?e.getCategory?"categoryAxis":"valueAxis":e.options.vertical?"yAxis":"xAxis",this.axisName=t},e.prototype.showAt=function(t){var e=this.crosshair.axis,r=this.options,i=e[r.stickyMode?"getCategory":"getValue"](t),n=i;r.format?n=this.formatService.auto(r.format,i):e.options.type===l&&(n=this.formatService.auto(e.options.labels.dateFormats[e.options.baseUnit],i)),this.show({point:t,anchor:this.getAnchor(),crosshair:this.crosshair,value:n,axisName:this.axisName,axisIndex:this.crosshair.axis.axisIndex},this.options)},e.prototype.hide=function(){this.chartService.notify("hideTooltip",{crosshair:this.crosshair,axisName:this.axisName,axisIndex:this.crosshair.axis.axisIndex})},e.prototype.getAnchor=function(){var t,e,r,i=this.crosshair,n=this.options,o=n.position,u=n.padding,l=!i.axis.options.vertical,c=i.line.bbox();return l?(t=s,o===a?(e=v,r=c.bottomLeft().translate(0,u)):(e=a,r=c.topLeft().translate(0,-u))):(e=s,o===p?(t=d,r=c.topLeft().translate(-u,0)):(t=p,r=c.topRight().translate(u,0))),{point:r,align:{horizontal:t,vertical:e}}},e}(bn);Lt(xn,{padding:10});var Cn=xn,_n=function(t){function e(e,r,i){t.call(this,i),this.axis=r,this.stickyMode=r instanceof Qe;var n=this.options.tooltip;n.visible&&(this.tooltip=new Cn(e,this,M({},n,{stickyMode:this.stickyMode})))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.showAt=function(t){this.point=t,this.moveLine(),this.line.visible(!0),this.tooltip&&this.tooltip.showAt(t)},e.prototype.hide=function(){this.line.visible(!1),this.tooltip&&this.tooltip.hide()},e.prototype.moveLine=function(){var t,e=this.axis,r=this.point,i=e.options.vertical,n=this.getBox(),o=i?b:m,a=new S.geometry.Point(n.x1,n.y1);if(t=i?new S.geometry.Point(n.x2,n.y1):new S.geometry.Point(n.x1,n.y2),r)if(this.stickyMode){var s=e.getSlot(e.pointCategoryIndex(r));a[o]=t[o]=s.center()[o]}else a[o]=t[o]=r[o];this.box=n,this.line.moveTo(a).lineTo(t)},e.prototype.getBox=function(){for(var t,e=this.axis,r=e.pane.axes,i=r.length,n=e.options.vertical,o=e.lineBox().clone(),a=n?m:b,s=0;s<i;s++){var u=r[s];u.options.vertical!==n&&(t?t.wrap(u.lineBox()):t=u.lineBox().clone())}return o[a+1]=t[a+1],o[a+2]=t[a+2],o},e.prototype.createVisual=function(){t.prototype.createVisual.call(this);var e=this.options;this.line=new S.drawing.Path({stroke:{color:e.color,width:e.width,opacity:e.opacity,dashType:e.dashType},visible:!1}),this.moveLine(),this.visual.append(this.line)},e.prototype.destroy=function(){this.tooltip&&this.tooltip.destroy(),t.prototype.destroy.call(this)},e}(ne);Lt(_n,{color:o,width:2,zIndex:-1,tooltip:{visible:!1}});var On=_n,Sn=function(t){function e(e,r){t.call(this,e),this.pane=r}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.shouldClip=function(){for(var t=this.children,e=t.length,r=0;r<e;r++)if(!0===t[r].options.clip)return!0;return!1},e.prototype._clipBox=function(){return this.pane.chartsBox()},e.prototype.createVisual=function(){if(this.visual=new S.drawing.Group({zIndex:0}),this.shouldClip()){var t=(this.clipBox=this._clipBox()).toRect(),e=S.drawing.Path.fromRect(t);w(e),this.visual.clip(e),this.unclipLabels()}},e.prototype.stackRoot=function(){return this},e.prototype.unclipLabels=function(){for(var t=this.children,e=this.clipBox,r=0;r<t.length;r++)for(var i=t[r].points||{},n=i.length,o=0;o<n;o++){var a=i[o];if(a&&!1!==a.visible&&a.overlapsBox&&a.overlapsBox(e))if(a.unclipElements)a.unclipElements();else{var s=a.label,u=a.note;s&&s.options.visible&&(s.alignToClipBox&&s.alignToClipBox(e),s.options.noclip=!0),u&&u.options.visible&&(u.options.noclip=!0)}}},e.prototype.destroy=function(){t.prototype.destroy.call(this),delete this.parent},e}(ne);Sn.prototype.isStackRoot=!0;var wn=Sn,jn=function(t){function e(e){t.call(this,e),this.id="pane"+Pn++,this.createTitle(),this.content=new ne,this.chartContainer=new wn({},this),this.append(this.content),this.axes=[],this.charts=[]}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createTitle=function(){var t=this.options.title;N(t)&&(t=M({},t,{align:t.position,position:v})),this.title=_e.buildTitle(t,this,e.prototype.options.title)},e.prototype.appendAxis=function(t){this.content.append(t),this.axes.push(t),t.pane=this},e.prototype.appendAxisAt=function(t,e){this.content.append(t),this.axes.splice(e,0,t),t.pane=this},e.prototype.appendChart=function(t){this.chartContainer.parent!==this.content&&this.content.append(this.chartContainer),this.charts.push(t),this.chartContainer.append(t),t.pane=this},e.prototype.empty=function(){var t=this.parent;if(t){for(var e=0;e<this.axes.length;e++)t.removeAxis(this.axes[e]);for(var r=0;r<this.charts.length;r++)t.removeChart(this.charts[r])}this.axes=[],this.charts=[],this.content.destroy(),this.content.children=[],this.chartContainer.children=[]},e.prototype.reflow=function(e){var r;wt(this.children)===this.content&&(r=this.children.pop()),t.prototype.reflow.call(this,e),r&&this.children.push(r),this.title&&(this.contentBox.y1+=this.title.box.height())},e.prototype.visualStyle=function(){var e=t.prototype.visualStyle.call(this);return e.zIndex=-10,e},e.prototype.renderComplete=function(){this.options.visible&&this.createGridLines()},e.prototype.stackRoot=function(){return this},e.prototype.clipRoot=function(){return this},e.prototype.createGridLines=function(){for(var t=this.axes,e=t.concat(this.parent.axes),r=[],i=[],n=0;n<t.length;n++)for(var o=t[n],a=o.options.vertical,s=a?r:i,u=0;u<e.length;u++)if(0===s.length){var l=e[u];a!==l.options.vertical&&yt(s,o.createGridLines(l))}},e.prototype.refresh=function(){this.visual.clear(),this.content.parent=null,this.content.createGradient=this.createGradient.bind(this),this.content.renderVisual(),this.content.parent=this,this.title&&this.visual.append(this.title.visual),this.visual.append(this.content.visual),this.renderComplete(),this.notifyRender()},e.prototype.chartsBox=function(){for(var t=this.axes,e=t.length,r=new Zt,i=0;i<e;i++){var n=t[i],o=n.options.vertical?b:m,a=n.lineBox();r[o+1]=a[o+1],r[o+2]=a[o+2]}if(0===r.x2)for(var s=this.parent.axes,u=s.length,l=0;l<u;l++){var c=s[l];if(!c.options.vertical){var p=c.lineBox();r.x1=p.x1,r.x2=p.x2}}return r},e.prototype.clipBox=function(){return this.chartContainer.clipBox},e.prototype.notifyRender=function(){var t=this.getService();t&&t.notify("paneRender",{pane:new Br(this),index:this.paneIndex,name:this.options.name})},e}(ae),Pn=1;jn.prototype.isStackRoot=!0,Lt(jn,{zIndex:-1,shrinkToFit:!0,title:{align:p},visible:!0});var An=jn;function kn(t,e){null!==e&&t.push(e)}function Vn(t,e,r){var i=e.visible;if(bt(i))return i;var n=t.pointVisibility;return n?n[r]:void 0}function Tn(t){for(var e=t.data,r=[],i=0,n=0,o=0;o<e.length;o++){var a=Hr.current.bindPoint(t,o),s=a.valueFields.value;A(s)&&(s=parseFloat(s)),P(s)?(a.visible=!1!==Vn(t,a.fields,o),a.value=Math.abs(s),r.push(a),a.visible&&(i+=a.value),0!==s&&n++):r.push(null)}return{total:i,points:r,count:n}}function Mn(t,e){return t&&e?t.toLowerCase()===e.toLowerCase():t===e}function Nn(t,e){for(var r=[],i=[].concat(e),n=0;n<t.length;n++){var o=t[n];ct(o.type,i)&&r.push(o)}return r}function Ln(t,e,r){if(null===e)return e;var i="_date_"+t,n=e[i];return n||(n=Ye(r,ot(t)(e)),e[i]=n),n}function In(t,e){var r=t.type,i=e instanceof Date;return!r&&i||Mn(r,l)}function En(t){return 1===t.length?t[0]:t}var Bn=/area/i;function Dn(t,e){var r=Hr.current.bindPoint(t,null,e).valueFields;for(var i in r)if(k(r[i]))return!0}function Rn(t){var e,r,i=t.start,n=t.dir,o=t.min,a=t.max,s=t.getter,u=t.hasItem,l=t.series,c=i;do{u(c+=n)&&(e=Dn(l,(r=s(c)).item))}while(o<=c&&c<=a&&!e);if(e)return r}function zn(t,e,r,i,n){var o=e.min,a=e.max,s=o>0&&o<r,u=a+1<r;if(s||u){var l,c,p;if("interpolate"!==function(t){return t.missingValues?t.missingValues:Bn.test(t.type)||t.stack?qr:"interpolate"}(t))s&&(l=i(o-1)),u&&(c=i(a+1));else s&&(l=Dn(t,(p=i(o-1)).item)?p:Rn({start:o,dir:-1,min:0,max:r-1,getter:i,hasItem:n,series:t})),u&&(c=Dn(t,(p=i(a+1)).item)?p:Rn({start:a,dir:1,min:0,max:r-1,getter:i,hasItem:n,series:t}));l&&(t._outOfRangeMinPoint=l),c&&(t._outOfRangeMaxPoint=c)}}var Fn=function(t){function e(e,r,i){t.call(this,r),this.initFields(e,r),this.series=e,this.initSeries(),this.charts=[],this.options.legend=this.options.legend||{},this.options.legend.items=[],this.axes=[],this.crosshairs=[],this.chartService=i,this.originalOptions=r,this.createPanes(),this.render(),this.createCrosshairs()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initFields=function(){},e.prototype.initSeries=function(){for(var t=this.series,e=0;e<t.length;e++)t[e].index=e},e.prototype.createPanes=function(){for(var t=this.options.title||{},e=this.options.paneDefaults,r=this.options.panes||[],i=Math.max(r.length,1),n=[],o=M({title:{color:t.color}},e),a=0;a<i;a++){var s=M({},o,r[a]);A(s.title)&&(s.title=M({text:s.title},o.title));var u=new An(s);u.paneIndex=a,n.push(u),this.append(u)}this.panes=n},e.prototype.crosshairOptions=function(t){return t.options.crosshair},e.prototype.createCrosshairs=function(t){void 0===t&&(t=this.panes);for(var e=0;e<t.length;e++)for(var r=t[e],i=0;i<r.axes.length;i++){var n=r.axes[i],o=this.crosshairOptions(n);if(o&&o.visible){var a=new On(this.chartService,n,o);this.crosshairs.push(a),r.content.append(a)}}},e.prototype.removeCrosshairs=function(t){for(var e=this.crosshairs,r=t.axes,i=e.length-1;i>=0;i--)for(var n=0;n<r.length;n++)if(e[i].axis===r[n]){e.splice(i,1);break}},e.prototype.hideCrosshairs=function(){for(var t=this.crosshairs,e=0;e<t.length;e++)t[e].hide()},e.prototype.findPane=function(t){for(var e,r=this.panes,i=0;i<r.length;i++)if(r[i].options.name===t){e=r[i];break}return e||r[0]},e.prototype.findPointPane=function(t){for(var e,r=this.panes,i=0;i<r.length;i++)if(r[i].box.containsPoint(t)){e=r[i];break}return e},e.prototype.appendAxis=function(t){this.findPane(t.options.pane).appendAxis(t),this.axes.push(t),t.plotArea=this},e.prototype.removeAxis=function(t){for(var e=[],r=0;r<this.axes.length;r++){var i=this.axes[r];t!==i?e.push(i):i.destroy()}this.axes=e},e.prototype.appendChart=function(t,e){this.charts.push(t),e?e.appendChart(t):this.append(t)},e.prototype.removeChart=function(t){for(var e=[],r=0;r<this.charts.length;r++){var i=this.charts[r];i!==t?e.push(i):i.destroy()}this.charts=e},e.prototype.addToLegend=function(t){for(var e=t.length,r=this.options.legend,i=r.labels||{},n=r.inactiveItems||{},o=n.labels||{},a=[],s=0;s<e;s++){var u=t[s],l=!1!==u.visible;if(!1!==u.visibleInLegend){var c=u.name,p=l?rt(i):rt(o)||rt(i);p&&(c=p({text:on(c)?c:"",series:u}));var h=u._defaults,f=u.color;V(f)&&h&&(f=h.color);var d=void 0,v=void 0;l?(d={},v=f):(d={color:o.color,font:o.font},v=n.markers.color),on(c)&&""!==c&&a.push({text:c,labels:d,markerColor:v,series:u,active:l})}}yt(r.items,a)},e.prototype.groupAxes=function(t){for(var e=[],r=[],i=0;i<t.length;i++)for(var n=t[i].axes,o=0;o<n.length;o++){var a=n[o];a.options.vertical?r.push(a):e.push(a)}return{x:e,y:r,any:e.concat(r)}},e.prototype.groupSeriesByPane=function(){for(var t=this.series,e={},r=0;r<t.length;r++){var i=t[r],n=this.seriesPaneName(i);e[n]?e[n].push(i):e[n]=[i]}return e},e.prototype.filterVisibleSeries=function(t){for(var e=[],r=0;r<t.length;r++){var i=t[r];!1!==i.visible&&e.push(i)}return e},e.prototype.reflow=function(t){var e=this.options.plotArea,r=this.panes,i=D(e.margin);this.box=t.clone().unpad(i),this.reflowPanes(),this.detachLabels(),this.reflowAxes(r),this.reflowCharts(r)},e.prototype.redraw=function(t){var e=[].concat(t);this.initSeries();var r=this.getRoot();r&&r.cleanGradients();for(var i=0;i<e.length;i++)this.removeCrosshairs(e[i]),e[i].empty();this.render(e),this.detachLabels(),this.reflowAxes(this.panes),this.reflowCharts(e),this.createCrosshairs(e);for(var n=0;n<e.length;n++)e[n].refresh()},e.prototype.axisCrossingValues=function(t,e){for(var r=t.options,i=[].concat(r.axisCrossingValues||r.axisCrossingValue),n=e.length-i.length,o=i[0]||0,a=0;a<n;a++)i.push(o);return i},e.prototype.alignAxisTo=function(t,e,r,i){var n=t.getSlot(r,r,!0),o=t.options.reverse?2:1,a=e.getSlot(i,i,!0),s=e.options.reverse?2:1,u=t.box.translate(a[m+s]-n[m+o],a[b+s]-n[b+o]);t.pane!==e.pane&&u.translate(0,t.pane.box.y1-e.pane.box.y1),t.reflow(u)},e.prototype.alignAxes=function(t,e){for(var r=t[0],i=e[0],n=this.axisCrossingValues(r,e),o=this.axisCrossingValues(i,t),s={},u={},l={},c={},h=0;h<e.length;h++){var f=e[h],g=f.pane,y=g.id,m=!1!==f.options.visible,b=Hn(t,g)||r,x=n;b!==r&&(x=this.axisCrossingValues(b,e)),this.alignAxisTo(f,b,o[h],x[h]),f.options._overlap||(kt(f.lineBox().x1)===kt(b.lineBox().x1)&&(s[y]&&f.reflow(f.box.alignTo(s[y].box,p).translate(-f.options.margin,0)),m&&(s[y]=f)),kt(f.lineBox().x2)===kt(b.lineBox().x2)&&(f._mirrored||(f.options.labels.mirror=!f.options.labels.mirror,f._mirrored=!0),this.alignAxisTo(f,b,o[h],x[h]),u[y]&&f.reflow(f.box.alignTo(u[y].box,d).translate(f.options.margin,0)),m&&(u[y]=f)),0!==h&&i.pane===f.pane&&(f.alignTo(i),f.reflow(f.box)))}for(var C=0;C<t.length;C++){var _=t[C],O=_.pane,S=O.id,w=!1!==_.options.visible,j=Hn(e,O)||i,P=o;j!==i&&(P=this.axisCrossingValues(j,t)),this.alignAxisTo(_,j,n[C],P[C]),_.options._overlap||(kt(_.lineBox().y1)===kt(j.lineBox().y1)&&(_._mirrored||(_.options.labels.mirror=!_.options.labels.mirror,_._mirrored=!0),this.alignAxisTo(_,j,n[C],P[C]),l[S]&&_.reflow(_.box.alignTo(l[S].box,v).translate(0,-_.options.margin)),w&&(l[S]=_)),kt(_.lineBox().y2,3)===kt(j.lineBox().y2,3)&&(c[S]&&_.reflow(_.box.alignTo(c[S].box,a).translate(0,_.options.margin)),w&&(c[S]=_)),0!==C&&(_.alignTo(r),_.reflow(_.box)))}},e.prototype.shrinkAxisWidth=function(t){for(var e=this.groupAxes(t).any,r=Un(e),i=0,n=0;n<t.length;n++){var o=t[n];o.axes.length>0&&(i=Math.max(i,r.width()-o.contentBox.width()))}if(0!==i)for(var a=0;a<e.length;a++){var s=e[a];s.options.vertical||s.reflow(s.box.shrink(i,0))}},e.prototype.shrinkAxisHeight=function(t){for(var e,r=0;r<t.length;r++){var i=t[r],n=i.axes,o=Math.max(0,Un(n).height()-i.contentBox.height());if(0!==o){for(var a=0;a<n.length;a++){var s=n[a];s.options.vertical&&s.reflow(s.box.shrink(0,o))}e=!0}}return e},e.prototype.fitAxes=function(t){for(var e=this.groupAxes(t).any,r=0,i=0;i<t.length;i++){var n=t[i],o=n.axes,a=n.contentBox;if(o.length>0){var s=Un(o),u=Math.max(a.y1-s.y1,a.y2-s.y2);r=Math.max(r,a.x1-s.x1);for(var l=0;l<o.length;l++){var c=o[l];c.reflow(c.box.translate(0,u))}}}for(var p=0;p<e.length;p++){var h=e[p];h.reflow(h.box.translate(r,0))}},e.prototype.reflowAxes=function(t){for(var e=this.groupAxes(t),r=0;r<t.length;r++)this.reflowPaneAxes(t[r]);e.x.length>0&&e.y.length>0&&(this.alignAxes(e.x,e.y),this.shrinkAxisWidth(t),this.autoRotateAxisLabels(e),this.alignAxes(e.x,e.y),this.shrinkAxisWidth(t)&&this.alignAxes(e.x,e.y),this.shrinkAxisHeight(t),this.alignAxes(e.x,e.y),this.shrinkAxisHeight(t)&&this.alignAxes(e.x,e.y),this.fitAxes(t))},e.prototype.autoRotateAxisLabels=function(t){for(var e,r=this.panes,i=$n(r),n=0;n<i.length;n++){i[n].autoRotateLabels()&&(e=!0)}if(e){for(var o=0;o<r.length;o++)this.reflowPaneAxes(r[o]);t.x.length>0&&t.y.length>0&&(this.alignAxes(t.x,t.y),this.shrinkAxisWidth(r))}},e.prototype.reflowPaneAxes=function(t){var e=t.axes,r=e.length;if(r>0)for(var i=0;i<r;i++)e[i].reflow(t.contentBox)},e.prototype.reflowCharts=function(t){for(var e=this.charts,r=e.length,i=this.box,n=0;n<r;n++){var o=e[n].pane;o&&!ct(o,t)||e[n].reflow(i)}},e.prototype.reflowPanes=function(){for(var t=this.box,e=this.panes,r=e.length,i=t.height(),n=0,o=t.y1,a=0;a<r;a++){var s=e[a],u=s.options.height;if(s.options.width=t.width(),s.options.height){if(u.indexOf&&u.indexOf("%")){var l=parseInt(u,10)/100;s.options.height=l*t.height()}s.reflow(t.clone()),i-=s.options.height}else n++}for(var c=0;c<r;c++){var p=e[c];p.options.height||(p.options.height=i/n)}for(var h=0;h<r;h++){var f=e[h],d=t.clone().move(t.x1,o);f.reflow(d),o+=f.options.height}},e.prototype.backgroundBox=function(){for(var t,e=this.axes,r=e.length,i=0;i<r;i++)for(var n=e[i],o=0;o<r;o++){var a=e[o];if(n.options.vertical!==a.options.vertical){var s=n.lineBox().clone().wrap(a.lineBox());t=t?t.wrap(s):s}}return t||this.box},e.prototype.chartsBoxes=function(){for(var t=this.panes,e=[],r=0;r<t.length;r++)e.push(t[r].chartsBox());return e},e.prototype.addBackgroundPaths=function(t){for(var e=this.chartsBoxes(),r=0;r<e.length;r++)t.paths.push(S.drawing.Path.fromRect(e[r].toRect()))},e.prototype.backgroundContainsPoint=function(t){for(var e=this.chartsBoxes(),r=0;r<e.length;r++)if(e[r].containsPoint(t))return!0},e.prototype.createVisual=function(){t.prototype.createVisual.call(this);var e,r=this.options.plotArea,i=r.opacity,n=r.background,o=r.border;void 0===o&&(o={}),""!==(e=n)&&null!==e&&"none"!==e&&"transparent"!==e&&bt(e)||(n=y,i=0);var a=this._bgVisual=new S.drawing.MultiPath({fill:{color:n,opacity:i},stroke:{color:o.width?o.color:"",width:o.width,dashType:o.dashType},zIndex:-1});this.addBackgroundPaths(a),this.appendVisual(a)},e.prototype.pointsByCategoryIndex=function(t){var e=this.charts,r=[];if(null!==t)for(var i=0;i<e.length;i++){if("_navigator"!==e[i].pane.options.name){var n=e[i].categoryPoints[t];if(n&&n.length)for(var o=0;o<n.length;o++){var a=n[o];a&&bt(a.value)&&null!==a.value&&r.push(a)}}}return r},e.prototype.pointsBySeriesIndex=function(t){return this.filterPoints((function(e){return e.series.index===t}))},e.prototype.pointsBySeriesName=function(t){return this.filterPoints((function(e){return e.series.name===t}))},e.prototype.filterPoints=function(t){for(var e=this.charts,r=[],i=0;i<e.length;i++)for(var n=e[i].points,o=0;o<n.length;o++){var a=n[o];a&&!1!==a.visible&&t(a)&&r.push(a)}return r},e.prototype.findPoint=function(t){for(var e=this.charts,r=0;r<e.length;r++)for(var i=e[r].points,n=0;n<i.length;n++){var o=i[n];if(o&&!1!==o.visible&&t(o))return o}},e.prototype.paneByPoint=function(t){for(var e=this.panes,r=0;r<e.length;r++){var i=e[r];if(i.box.containsPoint(t))return i}},e.prototype.detachLabels=function(){var t=this.groupAxes(this.panes),e=t.x,r=t.y;this.detachAxisGroupLabels(r,e),this.detachAxisGroupLabels(e,r)},e.prototype.detachAxisGroupLabels=function(t,e){for(var r=0,i=0;i<t.length;i++){var n=t[i],o=n.pane,a=Hn(e,o)||e[0],s=i+r,u=this.createLabelAxis(n,s,a);if(u){r++;var l=o.axes.indexOf(n)+r;o.appendAxisAt(u,l)}}},e.prototype.createLabelAxis=function(t,e,r){var i=t.options.labels,n=i.position,o="end"!==n&&"start"!==n,a=i.visible;if(o||!1===a)return null;var s=this.groupAxes(this.panes),u=r.options.vertical?s.x:s.y,l=this.axisCrossingValues(r,u),c="end"===n,p=r.range(),h=c?p.max:p.min;if(jt(l[e],p.min,p.max)-h==0)return null;l.splice(e+1,0,h),r.options.axisCrossingValues=l;var f=t.clone();return t.clear(),f.options.name=void 0,f.options.line.visible=!1,f.options.crosshair=void 0,f.options.notes=void 0,f.options.plotBands=void 0,f},e}(ne);function Kn(t){return!t.pane.axes.some((function(e){return e.options.vertical===t.options.vertical&&e!==t&&!1!==e.options.visible}))}function Un(t){for(var e,r=t.length,i=0;i<r;i++){var n=t[i],o=!1!==n.options.visible;if(o||Kn(n)){var a=o?n.contentBox():n.lineBox();e?e.wrap(a):e=a.clone()}}return e||new Zt}function Hn(t,e){for(var r=0;r<t.length;r++){var i=t[r];if(i&&i.pane===e)return i}}var $n=function(t){return t.reduce((function(t,e){return t.concat(e.axes)}),[])};Lt(Fn,{series:[],plotArea:{margin:{}},background:"",border:{color:o,width:0},paneDefaults:{title:{}},legend:{inactiveItems:{labels:{color:"#919191"},markers:{color:"#919191"}}}});var Gn=Fn,Xn={hover:function(t,e){this._dispatchEvent(t,e,"plotAreaHover")},click:function(t,e){this._dispatchEvent(t,e,"plotAreaClick")}};function Yn(t,e,r){var i=e,n=t;if(t.indexOf(".")>-1){for(var o=t.split(".");o.length>1;)n=o.shift(),bt(i[n])||(i[n]={}),i=i[n];n=o.shift()}i[n]=r}var Wn=function(t){function e(e,r,i){t.call(this);var n=r.canonicalFields(e),o=r.valueFields(e),a=r.sourceFields(e,n),s=this._seriesFields=[],u=i.query(e.type),l=e.aggregate||u;this._series=e,this._binder=r;for(var c=0;c<n.length;c++){var p=n[c],h=void 0;if(N(l))h=l[p];else{if(0!==c&&!ct(p,o))break;h=l}h&&s.push({canonicalName:p,name:a[c],transform:V(h)?h:Fr[h]})}}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.aggregatePoints=function(t,e){var r=this._series,i=this._seriesFields,n=this._bindPoints(t||[]),o=n.dataItems[0],a={};if(o&&!P(o)&&!x(o)){var s=function(){};s.prototype=o,a=new s}for(var u=0;u<i.length;u++){var l=i[u],c=this._bindField(n.values,l.canonicalName),p=l.transform(c,r,n.dataItems,e);if(!(null===p||!N(p)||bt(p.length)||p instanceof Date)){a=p;break}bt(p)&&Yn(l.name,a,p)}return a},e.prototype._bindPoints=function(t){for(var e=this._binder,r=this._series,i=[],n=[],o=0;o<t.length;o++){var a=t[o];i.push(e.bindPoint(r,a)),n.push(r.data[a])}return{values:i,dataItems:n}},e.prototype._bindField=function(t,e){for(var r=[],i=t.length,n=0;n<i;n++){var o=t[n],a=o.valueFields,s=void 0;s=bt(a[e])?a[e]:o.fields[e],r.push(s)}return r},e}(S.Class),qn=function(t){function e(){t.call(this),this._defaults={}}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.register=function(t,e){for(var r=0;r<t.length;r++)this._defaults[t[r]]=e},e.prototype.query=function(t){return this._defaults[t]},e}(S.Class);qn.current=new qn;var Zn=qn,Qn=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createLabel=function(){var t=this.options.labels,e=M({},t,t.from),r=M({},t,t.to);e.visible&&(this.labelFrom=this._createLabel(e),this.append(this.labelFrom)),r.visible&&(this.labelTo=this._createLabel(r),this.append(this.labelTo))},e.prototype._createLabel=function(t){var e,r=rt(t),i=this.pointData();return e=r?r(i):this.formatValue(t.format),new Ei(e,M({vertical:this.options.vertical},t),i)},e.prototype.reflow=function(t){this.render();var e=this.labelFrom,r=this.labelTo,i=this.value;this.box=t,e&&(e.options.aboveAxis=i.from>i.to,e.reflow(t)),r&&(r.options.aboveAxis=i.to>i.from,r.reflow(t)),this.note&&this.note.reflow(t)},e}(Ri);Qn.prototype.defaults=M({},Qn.prototype.defaults,{labels:{format:"{0} - {1}"},tooltip:{format:"{1}"}});var Jn=Qn,to=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.pointType=function(){return Jn},e.prototype.pointValue=function(t){return t.valueFields},e.prototype.formatPointValue=function(t,e){return null===t.value.from&&null===t.value.to?"":this.chartService.format.auto(e,t.value.from,t.value.to)},e.prototype.plotRange=function(t){return t?[t.value.from,t.value.to]:0},e.prototype.updateRange=function(t,e){var r=e.series.axis,i=t.from,n=t.to,o=this.valueAxisRanges[r];null!==t&&P(i)&&P(n)&&((o=this.valueAxisRanges[r]=o||{min:h,max:f}).min=Math.min(o.min,i),o.max=Math.max(o.max,i),o.min=Math.min(o.min,n),o.max=Math.max(o.max,n))},e.prototype.aboveAxis=function(t){var e=t.value;return e.from<e.to},e}(Xi);to.prototype.plotLimits=ci.prototype.plotLimits;var eo=to,ro=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.aliasFor=function(){return this.parent},e}(di),io=function(t){function e(e,r){t.call(this),this.value=e,this.options=r,this.aboveAxis=Tt(this.options.aboveAxis,!0),this.tooltipTracking=!0,this.initLabelsFormat()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){if(!this._rendered){this._rendered=!0;var t=this.options,e=t.markers,r=t.labels,i=this.value,n=this.fromPoint=new ro(i,M({},this.options,{labels:r.from,markers:e.from})),o=this.toPoint=new ro(i,M({},this.options,{labels:r.to,markers:e.to}));this.copyFields(n),this.copyFields(o),this.append(n),this.append(o)}},e.prototype.reflow=function(t){this.render();var e=t.from,r=t.to;this.positionLabels(e,r),this.fromPoint.reflow(e),this.toPoint.reflow(r),this.box=this.fromPoint.markerBox().clone().wrap(this.toPoint.markerBox())},e.prototype.createHighlight=function(){var t=new S.drawing.Group;return t.append(this.fromPoint.createHighlight()),t.append(this.toPoint.createHighlight()),t},e.prototype.highlightVisual=function(){return this.visual},e.prototype.highlightVisualArgs=function(){return{options:this.options,from:this.fromPoint.highlightVisualArgs(),to:this.toPoint.highlightVisualArgs()}},e.prototype.tooltipAnchor=function(){var t=this.owner.pane.clipBox();if(!t||t.overlaps(this.box)){var e,r,i,n=this.box,o=n.center();return this.options.vertical?(e=o.x,r=n.y1-5,i=a):(e=n.x2+5,r=o.y,i=s),{point:new Wt(e,r),align:{horizontal:"left",vertical:i}}}},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e.prototype.overlapsBox=function(t){return this.box.overlaps(t)},e.prototype.unclipElements=function(){this.fromPoint.unclipElements(),this.toPoint.unclipElements()},e.prototype.initLabelsFormat=function(){var t=this.options.labels;t.format||(t.from&&t.from.format||(t.from=Object.assign({},t.from,{format:"{0}"})),t.to&&t.to.format||(t.to=Object.assign({},t.to,{format:"{1}"})))},e.prototype.positionLabels=function(t,e){var r,i,n=this.options,o=n.labels,a=n.vertical;"auto"===o.position&&(a?e.y1<=t.y1?(i="above",r="below"):(i="below",r="above"):e.x1<=t.x1?(i=p,r=d):(i=d,r=p),o.from&&o.from.position||(this.fromPoint.options.labels.position=r),o.to&&o.to.position||(this.toPoint.options.labels.position=i))},e.prototype.copyFields=function(t){t.dataItem=this.dataItem,t.category=this.category,t.series=this.series,t.color=this.color,t.owner=this.owner},e}(ne);M(io.prototype,pi),M(io.prototype,hi),io.prototype.defaults={markers:{visible:!1,background:y,size:8,type:u,border:{width:2},opacity:1},labels:{visible:!1,margin:D(3),padding:D(4),animation:{type:"fadeIn",delay:600},position:"auto"},notes:{label:{}},highlight:{markers:{border:{color:y,width:2}},zIndex:100},tooltip:{format:"{0} - {1}"}};var no=io,oo=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createStrokeSegments=function(){return this.segmentsFromPoints(this.toGeometryPoints(this.toPoints()))},e.prototype.stackSegments=function(){var t=this.fromSegments;return this.fromSegments||(t=this.fromSegments=this.segmentsFromPoints(this.toGeometryPoints(this.fromPoints().reverse()))),t},e.prototype.createStroke=function(t){var e=new S.drawing.Path(t),r=new S.drawing.Path(t);e.segments.push.apply(e.segments,this.strokeSegments()),r.segments.push.apply(r.segments,this.stackSegments()),this.visual.append(e),this.visual.append(r)},e.prototype.hasStackSegment=function(){return!0},e.prototype.fromPoints=function(){return this.linePoints.map((function(t){return t.fromPoint}))},e.prototype.toPoints=function(){return this.linePoints.map((function(t){return t.toPoint}))},e}(ki),ao=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createStrokeSegments=function(){return this.createCurveSegments(this.toPoints())},e.prototype.stackSegments=function(){var t=this.fromSegments;return this.fromSegments||(t=this.fromSegments=this.createCurveSegments(this.fromPoints().reverse())),t},e.prototype.createCurveSegments=function(t){return(new Nr).process(this.toGeometryPoints(t))},e}(oo),so=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createStrokeSegments=function(){return this.segmentsFromPoints(this.calculateStepPoints(this.toPoints()))},e.prototype.stackSegments=function(){var t=this.fromSegments;return this.fromSegments||(t=this.fromSegments=this.segmentsFromPoints(this.calculateStepPoints(this.fromPoints()))).reverse(),t},e}(oo);M(so.prototype,mi);var uo=so,lo=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){t.prototype.render.call(this),this.renderSegments()},e.prototype.pointType=function(){return no},e.prototype.createPoint=function(t,e){var r=e.categoryIx,i=e.category,n=e.series,o=e.seriesIx,a=t.valueFields;if(!on(a.from)&&!on(a.to)){if(this.seriesMissingValues(n)!==qr)return null;a={from:0,to:0}}var s=this.pointOptions(n,o);s=this.evalPointOptions(s,a,i,r,n,o);var u=t.fields.color||n.color;V(n.color)&&(u=s.color);var l=new no(a,s);return l.color=u,this.append(l),l},e.prototype.createSegment=function(t,e,r){var i=(e.line||{}).style;return new("smooth"===i?ao:"step"===i?uo:oo)(t,e,r)},e.prototype.plotRange=function(t,e){return t?[t.value.from,t.value.to]:[e,e]},e.prototype.valueSlot=function(t,e){var r=t.getSlot(e[0],e[0],!this.options.clip),i=t.getSlot(e[1],e[1],!this.options.clip);if(r&&i)return{from:r,to:i}},e.prototype.pointSlot=function(t,e){var r,i,n=e.from,o=e.to;return this.options.invertAxes?(r=new Zt(n.x1,t.y1,n.x2,t.y2),i=new Zt(o.x1,t.y1,o.x2,t.y2)):(r=new Zt(t.x1,n.y1,t.x2,n.y2),i=new Zt(t.x1,o.y1,t.x2,o.y2)),{from:r,to:i}},e.prototype.addValue=function(e,r){var i=e.valueFields;P(i.from)||(i.from=i.to),P(i.to)||(i.to=i.from),t.prototype.addValue.call(this,e,r)},e.prototype.updateRange=function(t,e){if(null!==t&&P(t.from)&&P(t.to)){var r=e.series.axis,i=this.valueAxisRanges[r]=this.valueAxisRanges[r]||{min:h,max:f},n=t.from,o=t.to;i.min=Math.min(i.min,n,o),i.max=Math.max(i.max,n,o)}},e.prototype.formatPointValue=function(t,e){var r=t.value;return this.chartService.format.auto(e,r.from,r.to)},e.prototype.animationPoints=function(){for(var t=this.points,e=[],r=0;r<t.length;r++){var i=t[r];i&&(e.push((i.fromPoint||{}).marker),e.push((i.toPoint||{}).marker))}return e.concat(this._segments)},e}(ci);M(lo.prototype,_i,ji);var co=lo,po=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e=this.options,r=this.value,i=this.owner.seriesValueAxis(e),n=[],o=[],a=[],s=i.getSlot(r.low,r.high),u=i.getSlot(r.open,r.open),l=i.getSlot(r.close,r.close);u.x1=l.x1=s.x1=t.x1,u.x2=l.x2=s.x2=t.x2;var c=s.center().x;n.push([u.x1,u.y1]),n.push([c,u.y1]),o.push([c,l.y1]),o.push([l.x2,l.y1]),a.push([c,s.y1]),a.push([c,s.y2]),this.lines=[n,o,a],this.box=s.clone().wrap(u.clone().wrap(l)),this.reflowNote()},e.prototype.createBody=function(){},e}(Wi),ho=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.pointType=function(){return po},e}(Qi),fo=function(t){function e(e,r,i){t.call(this),this.from=e,this.to=r,this.series=i}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.linePoints=function(){var t=this.from,e=this.from.box,r=this.to.box,i=[];if(t.isVertical){var n=t.aboveAxis?e.y1:e.y2;i.push([e.x1,n],[r.x2,n])}else{var o=t.aboveAxis?e.x2:e.x1;i.push([o,e.y1],[o,r.y2])}return i},e.prototype.createVisual=function(){t.prototype.createVisual.call(this);var e=this.series.line||{},r=S.drawing.Path.fromPoints(this.linePoints(),{stroke:{color:e.color,width:e.width,opacity:e.opacity,dashType:e.dashType}});w(r),this.visual.append(r)},e}(ne);Lt(fo,{animation:{type:"fadeIn",delay:600}});var vo=fo,go=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){t.prototype.render.call(this),this.createSegments()},e.prototype.traverseDataPoints=function(t){for(var e=this.options.series,r=ui(e),i=!this.options.invertAxes,n=0;n<e.length;n++)for(var o=e[n],a=0,s=0,u=0;u<r;u++){var l=Hr.current.bindPoint(o,u),c=l.valueFields.value,p=l.fields.summary,h=a,f=void 0;p?"total"===p.toLowerCase()?(l.valueFields.value=a,h=0,f=a):(l.valueFields.value=s,f=h-s,s=0):P(c)&&(s+=c,f=a+=c),t(l,{category:this.categoryAxis.categoryAt(u),categoryIx:u,series:o,seriesIx:n,total:a,runningTotal:s,from:h,to:f,isVertical:i})}},e.prototype.updateRange=function(e,r){t.prototype.updateRange.call(this,{value:r.to},r)},e.prototype.aboveAxis=function(t){return t.value>=0},e.prototype.plotRange=function(t){return[t.from,t.to]},e.prototype.createSegments=function(){for(var t=this.options.series,e=this.seriesPoints,r=this.segments=[],i=0;i<t.length;i++){var n=t[i],o=e[i];if(o)for(var a=void 0,s=0;s<o.length;s++){var u=o[s];if(u&&a){var l=new vo(a,u,n);r.push(l),this.append(l)}a=u}}},e}(Xi),yo=["area","verticalArea","rangeArea","verticalRangeArea"],mo=[Jr,ei].concat(yo),bo=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initFields=function(t){if(this.namedCategoryAxes={},this.namedValueAxes={},this.valueAxisRangeTracker=new Li,t.length>0){this.invertAxes=ct(t[0].type,[Zr,"bullet",ei,"verticalArea","verticalRangeArea","rangeBar","horizontalWaterfall","verticalBoxPlot"]);for(var e=0;e<t.length;e++){var r=t[e].stack;if(r&&"100%"===r.type){this.stack100=!0;break}}}},e.prototype.render=function(t){void 0===t&&(t=this.panes),this.createCategoryAxes(t),this.aggregateCategories(t),this.createCategoryAxesLabels(t),this.createCharts(t),this.createValueAxes(t)},e.prototype.removeAxis=function(e){var r=e.options.name;t.prototype.removeAxis.call(this,e),e instanceof Qe?delete this.namedCategoryAxes[r]:(this.valueAxisRangeTracker.reset(r),delete this.namedValueAxes[r]),e===this.categoryAxis&&delete this.categoryAxis,e===this.valueAxis&&delete this.valueAxis},e.prototype.createCharts=function(t){for(var e=this.groupSeriesByPane(),r=0;r<t.length;r++){var i=t[r],n=e[i.options.name||"default"]||[];this.addToLegend(n);var o=this.filterVisibleSeries(n);if(o)for(var a=this.groupSeriesByCategoryAxis(o),s=0;s<a.length;s++)this.createChartGroup(a[s],i)}},e.prototype.createChartGroup=function(t,e){this.createAreaChart(Nn(t,["area","verticalArea"]),e),this.createRangeAreaChart(Nn(t,["rangeArea","verticalRangeArea"]),e),this.createBarChart(Nn(t,[Qr,Zr]),e),this.createRangeBarChart(Nn(t,["rangeColumn","rangeBar"]),e),this.createBulletChart(Nn(t,["bullet","verticalBullet"]),e),this.createCandlestickChart(Nn(t,"candlestick"),e),this.createBoxPlotChart(Nn(t,["boxPlot","verticalBoxPlot"]),e),this.createOHLCChart(Nn(t,"ohlc"),e),this.createWaterfallChart(Nn(t,["waterfall","horizontalWaterfall"]),e),this.createLineChart(Nn(t,[Jr,ei]),e)},e.prototype.aggregateCategories=function(t){var e=this.srcSeries||this.series,r=[];this._currentPointsCache={},this._seriesPointsCache=this._seriesPointsCache||{};for(var i=0;i<e.length;i++){var n=e[i],o=this.seriesCategoryAxis(n),a=this.findPane(o.options.pane);n=(Mn(o.options.type,l)||n.categoryField)&&ct(a,t)?this.aggregateSeries(n,o):this.filterSeries(n,o),r.push(n)}this._seriesPointsCache=this._currentPointsCache,this._currentPointsCache=null,this.srcSeries=e,this.series=r},e.prototype.filterSeries=function(t,e){var r=(t.data||{}).length;if(e._seriesMax=Math.max(e._seriesMax||0,r),!P(e.options.min)&&!P(e.options.max))return t;var i=e.currentRangeIndices(),n=ct(t.type,mo),o=M({},t);return o.data=(o.data||[]).slice(i.min,i.max+1),n&&zn(o,i,r,(function(r){return{item:t.data[r],category:e.categoryAt(r,!0),categoryIx:r-i.min}}),(function(e){return bt(t.data[e])})),o},e.prototype.clearSeriesPointsCache=function(){this._seriesPointsCache={}},e.prototype.seriesSourcePoints=function(t,e){var r=t.index+";"+e.categoriesHash();if(this._seriesPointsCache[r])return this._currentPointsCache[r]=this._seriesPointsCache[r],this._seriesPointsCache[r];var i=e.options,n=i.srcCategories,o=Mn(i.type,l),a=t.data,s=o?Ln:Kr,u=[];o||e.mapCategories();for(var c=0;c<a.length;c++){var p=void 0;if(p=t.categoryField?s(t.categoryField,a[c],this.chartService.intl):n[c],bt(p)&&null!==p){var h=e.totalIndex(p);u[h]=u[h]||{items:[],category:p},u[h].items.push(c)}}return this._currentPointsCache[r]=u,u},e.prototype.aggregateSeries=function(t,e){if(!t.data.length)return t;for(var r=this.seriesSourcePoints(t,e),i=M({},t),n=new Wn(M({},t),Hr.current,Zn.current),o=i.data=[],a=e.options.dataItems||[],s=e.currentRangeIndices(),u=function(t){var i=t-s.min,o=r[t];if(o||(o=r[t]={}),o.categoryIx=i,!o.item){var a=e.categoryAt(t,!0);o.category=a,o.item=n.aggregatePoints(o.items,a)}return o},l=s.min;l<=s.max;l++){var c=u(l);o[c.categoryIx]=c.item,c.items&&c.items.length&&(a[c.categoryIx]=c.item)}return ct(i.type,mo)&&zn(i,s,e.totalCount(),u,(function(t){return r[t]})),e.options.dataItems=a,i},e.prototype.appendChart=function(e,r){var i=e.options.series,n=this.seriesCategoryAxis(i[0]),o=n.options.categories,a=Math.max(0,ui(i)-o.length);if(a>0)for(o=n.options.categories=n.options.categories.slice(0);a--;)o.push("");this.valueAxisRangeTracker.update(e.valueAxisRanges),t.prototype.appendChart.call(this,e,r)},e.prototype.seriesPaneName=function(t){var e=this.options,r=t.axis,i=at([].concat(e.valueAxis),(function(t){return t.name===r}))[0],n=((e.panes||[{}])[0]||{}).name||"default";return(i||{}).pane||n},e.prototype.seriesCategoryAxis=function(t){var e=t.categoryAxis,r=e?this.namedCategoryAxes[e]:this.categoryAxis;if(!r)throw new Error("Unable to locate category axis with name "+e);return r},e.prototype.stackableChartOptions=function(t,e){var r=t.stack;return{isStacked:r,isStacked100:r&&"100%"===r.type,clip:e.options.clip}},e.prototype.groupSeriesByCategoryAxis=function(t){for(var e=[],r={},i=0;i<t.length;i++){var n=t[i].categoryAxis||"$$default$$";r.hasOwnProperty(n)||(r[n]=!0,e.push(n))}for(var o=[],a=0;a<e.length;a++){var s=Co(t,e[a],a);0!==s.length&&o.push(s)}return o},e.prototype.createBarChart=function(t,e){if(0!==t.length){var r=t[0],i=new Xi(this,Object.assign({series:t,invertAxes:this.invertAxes,gap:r.gap,spacing:r.spacing},this.stackableChartOptions(r,e)));this.appendChart(i,e)}},e.prototype.createRangeBarChart=function(t,e){if(0!==t.length){var r=t[0],i=new eo(this,{series:t,invertAxes:this.invertAxes,gap:r.gap,spacing:r.spacing});this.appendChart(i,e)}},e.prototype.createBulletChart=function(t,e){if(0!==t.length){var r=t[0],i=new yn(this,{series:t,invertAxes:this.invertAxes,gap:r.gap,spacing:r.spacing,clip:e.options.clip});this.appendChart(i,e)}},e.prototype.createLineChart=function(t,e){if(0!==t.length){var r=t[0],i=new Ai(this,Object.assign({invertAxes:this.invertAxes,series:t},this.stackableChartOptions(r,e)));this.appendChart(i,e)}},e.prototype.createAreaChart=function(t,e){if(0!==t.length){var r=t[0],i=new Ni(this,Object.assign({invertAxes:this.invertAxes,series:t},this.stackableChartOptions(r,e)));this.appendChart(i,e)}},e.prototype.createRangeAreaChart=function(t,e){if(0!==t.length){var r=new co(this,{invertAxes:this.invertAxes,series:t,clip:e.options.clip});this.appendChart(r,e)}},e.prototype.createOHLCChart=function(t,e){if(0!==t.length){var r=t[0],i=new ho(this,{invertAxes:this.invertAxes,gap:r.gap,series:t,spacing:r.spacing,clip:e.options.clip});this.appendChart(i,e)}},e.prototype.createCandlestickChart=function(t,e){if(0!==t.length){var r=t[0],i=new Qi(this,{invertAxes:this.invertAxes,gap:r.gap,series:t,spacing:r.spacing,clip:e.options.clip});this.appendChart(i,e)}},e.prototype.createBoxPlotChart=function(t,e){if(0!==t.length){var r=t[0],i=new rn(this,{invertAxes:this.invertAxes,gap:r.gap,series:t,spacing:r.spacing,clip:e.options.clip});this.appendChart(i,e)}},e.prototype.createWaterfallChart=function(t,e){if(0!==t.length){var r=t[0],i=new go(this,{series:t,invertAxes:this.invertAxes,gap:r.gap,spacing:r.spacing});this.appendChart(i,e)}},e.prototype.axisRequiresRounding=function(t,e){for(var r=Nn(this.series,ri),i=0;i<this.series.length;i++){var n=this.series[i];if(ct(n.type,yo)){var o=n.line;o&&"step"===o.style&&r.push(n)}}for(var a=0;a<r.length;a++){var s=r[a].categoryAxis||"";if(s===t||!s&&0===e)return!0}},e.prototype.aggregatedAxis=function(t,e){for(var r=this.series,i=0;i<r.length;i++){var n=r[i].categoryAxis||"";if((n===t||!n&&0===e)&&r[i].categoryField)return!0}},e.prototype.createCategoryAxesLabels=function(){for(var t=this.axes,e=0;e<t.length;e++)t[e]instanceof Qe&&t[e].createLabels()},e.prototype.createCategoryAxes=function(t){for(var e=this.invertAxes,r=[].concat(this.options.categoryAxis),i=[],n=0;n<r.length;n++){var o=r[n];if(ct(this.findPane(o.pane),t)){var a=o.name,s=o.categories;void 0===s&&(s=[]),o=M({vertical:e,reverse:!e&&this.chartService.rtl,axisCrossingValue:e?h:0},o),bt(o.justified)||(o.justified=this.isJustified()),this.axisRequiresRounding(a,n)&&(o.justified=!1);var u=void 0;if(u=In(o,s[0])?new sr(o,this.chartService):new Qe(o,this.chartService),r[n].categories=u.options.srcCategories,a){if(this.namedCategoryAxes[a])throw new Error("Category axis with name "+a+" is already defined");this.namedCategoryAxes[a]=u}u.axisIndex=n,i.push(u),this.appendAxis(u)}}var l=this.categoryAxis||i[0];this.categoryAxis=l,e?this.axisY=l:this.axisX=l},e.prototype.isJustified=function(){for(var t=this.series,e=0;e<t.length;e++){if(!ct(t[e].type,yo))return!1}return!0},e.prototype.createValueAxes=function(t){var e=this.valueAxisRangeTracker,r=e.query(),i=[].concat(this.options.valueAxis),n=this.invertAxes,o={vertical:!n,reverse:n&&this.chartService.rtl},a=[];this.stack100&&(o.roundToMajorUnit=!1,o.labels={format:"P0"});for(var s=0;s<i.length;s++){var u=i[s];if(ct(this.findPane(u.pane),t)){var l=u.name,c=Mn(u.type,"log")?{min:.1,max:1}:{min:0,max:1},p=e.query(l)||r||c;0===s&&p&&r&&(p.min=Math.min(p.min,r.min),p.max=Math.max(p.max,r.max));var h=new(Mn(u.type,"log")?xr:dr)(p.min,p.max,M({},o,u),this.chartService);if(l){if(this.namedValueAxes[l])throw new Error("Value axis with name "+l+" is already defined");this.namedValueAxes[l]=h}h.axisIndex=s,a.push(h),this.appendAxis(h)}}var f=this.valueAxis||a[0];this.valueAxis=f,n?this.axisX=f:this.axisY=f},e.prototype._dispatchEvent=function(t,e,r){var i=t._eventCoordinates(e),n=new Wt(i.x,i.y),o=this.pointPane(n),a=[],s=[];if(o){for(var u=o.axes,l=0;l<u.length;l++){var c=u[l];c.getValue?kn(s,c.getValue(n)):kn(a,c.getCategory(n))}0===a.length&&kn(a,this.categoryAxis.getCategory(n)),a.length>0&&s.length>0&&t.trigger(r,{element:Ot(e),originalEvent:e,category:En(a),value:En(s)})}},e.prototype.pointPane=function(t){for(var e=this.panes,r=0;r<e.length;r++){var i=e[r];if(i.contentBox.containsPoint(t))return i}},e.prototype.updateAxisOptions=function(t,e){xo(this.options,t,e),xo(this.originalOptions,t,e)},e}(Gn);function xo(t,e,r){M([].concat(e instanceof Qe?t.categoryAxis:t.valueAxis)[e.axisIndex],r)}function Co(t,e,r){return at(t,(function(t){return 0===r&&!t.categoryAxis||t.categoryAxis===e}))}Lt(bo,{categoryAxis:{},valueAxis:{}}),M(bo.prototype,Xn);var _o=bo;function Oo(){this._defaultPrevented=!0}var So=function(t){function e(){t.call(this),this._points=[]}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.destroy=function(){this._points=[]},e.prototype.show=function(t,e){var r=[].concat(t);this.hide();for(var i=0;i<r.length;i++){var n=r[i];n&&n.toggleHighlight&&n.hasHighlight()&&(this.togglePointHighlight(n,!0,e),this._points.push(n))}},e.prototype.togglePointHighlight=function(t,e,r){var i=(t.options.highlight||{}).toggle;if(i){var n={category:t.category,series:t.series,dataItem:t.dataItem,value:t.value,stackValue:t.stackValue,preventDefault:Oo,visual:t.highlightVisual(),show:e};i(n),n._defaultPrevented||t.toggleHighlight(e,r)}else t.toggleHighlight(e,r)},e.prototype.hide=function(){for(var t=this._points;t.length;)this.togglePointHighlight(t.pop(),!1)},e.prototype.isHighlighted=function(t){for(var e=this._points,r=0;r<e.length;r++){if(t===e[r])return!0}return!1},e}(S.Class);function wo(t,e){var r=(e||"").toLowerCase(),i=t.event;return"none"===r&&!(i.ctrlKey||i.shiftKey||i.altKey)||i[r+"Key"]}function jo(t){for(var e={},r=0;r<t.length;r++){var i=t[r];i.axis.options.name&&(e[i.axis.options.name]={min:i.range.min,max:i.range.max})}return e}var Po=function(t){function e(e,r){t.call(this),this.plotArea=e,this.options=M({},this.options,r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.start=function(t){return this._active=wo(t,this.options.key),this._active},e.prototype.move=function(t){if(this._active){var e=this.axisRanges=this._panAxes(t,m).concat(this._panAxes(t,b));if(e.length)return this.axisRanges=e,jo(e)}},e.prototype.end=function(){var t=this._active;return this._active=!1,t},e.prototype.pan=function(){var t=this.plotArea,e=this.axisRanges;if(e.length){for(var r=0;r<e.length;r++){var i=e[r];t.updateAxisOptions(i.axis,i.range)}t.redraw(t.panes)}},e.prototype.destroy=function(){delete this.plotArea},e.prototype._panAxes=function(t,e){var r=this.plotArea,i=-t[e].delta,n=(this.options.lock||"").toLowerCase(),o=[];if(0!==i&&(n||"").toLowerCase()!==e)for(var a=r.axes,s=0;s<a.length;s++){var u=a[s];if(e===m&&!u.options.vertical||e===b&&u.options.vertical){var l=u.pan(i);l&&(l.limitRange=!0,o.push({axis:u,range:l}))}}return o},e}(S.Class);Po.prototype.options={key:"none",lock:"none"};var Ao=Po,ko=function(t){function e(e,r){t.call(this),this.chart=e,this.options=M({},this.options,r),this.createElement()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createElement=function(){var t=this._marquee=document.createElement("div");t.className="k-marquee";var e=document.createElement("div");e.className="k-marquee-color",t.appendChild(e)},e.prototype.removeElement=function(){this._marquee.parentNode&&this._marquee.parentNode.removeChild(this._marquee)},e.prototype.setStyles=function(t){B(this._marquee,t)},e.prototype.start=function(t){if(wo(t,this.options.key)){var e=this.chart,r=e._eventCoordinates(t),i=this._zoomPane=e._plotArea.paneByPoint(r),n=i?i.chartsBox().clone():null;if(i&&n){var o=this._elementOffset();return n.translate(o.left,o.top),this._zoomPaneClipBox=n,document.body.appendChild(this._marquee),this.setStyles({left:t.pageX+1,top:t.pageY+1,width:0,height:0}),!0}}return!1},e.prototype._elementOffset=function(){var t=this.chart.element,e=B(t,["paddingLeft","paddingTop"]),r=e.paddingLeft,i=e.paddingTop,n=Ct(t);return{left:r+n.left,top:i+n.top}},e.prototype.move=function(t){this._zoomPane&&this.setStyles(this._selectionPosition(t))},e.prototype.end=function(t){if(this._zoomPane){var e=this._elementOffset(),r=this._selectionPosition(t);r.left-=e.left,r.top-=e.top;var i={x:r.left,y:r.top},n={x:r.left+r.width,y:r.top+r.height};return this._updateAxisRanges(i,n),this.removeElement(),delete this._zoomPane,jo(this.axisRanges)}},e.prototype.zoom=function(){var t=this.axisRanges;if(t&&t.length){for(var e=this.chart._plotArea,r=0;r<t.length;r++){var i=t[r];e.updateAxisOptions(i.axis,i.range)}e.redraw(e.panes)}},e.prototype.destroy=function(){this.removeElement(),delete this._marquee,delete this.chart},e.prototype._updateAxisRanges=function(t,e){for(var r=(this.options.lock||"").toLowerCase(),i=[],n=this._zoomPane.axes,o=0;o<n.length;o++){var a=n[o],s=a.options.vertical;if((r!==m||s)&&(r!==b||!s)&&bt(a.axisIndex)){var u=a.pointsRange(t,e);u&&i.push({axis:a,range:u})}}this.axisRanges=i},e.prototype._selectionPosition=function(t){var e=this._zoomPaneClipBox,r={x:t.x.startLocation,y:t.y.startLocation},i=t.x.location,n=t.y.location,o=(this.options.lock||"").toLowerCase(),a=Math.min(r.x,i),s=Math.min(r.y,n),u=Math.abs(r.x-i),l=Math.abs(r.y-n);return o===m&&(a=e.x1,u=e.width()),o===b&&(s=e.y1,l=e.height()),i>e.x2&&(u=e.x2-r.x),i<e.x1&&(u=r.x-e.x1),n>e.y2&&(l=e.y2-r.y),n<e.y1&&(l=r.y-e.y1),{left:Math.max(a,e.x1),top:Math.max(s,e.y1),width:u,height:l}},e}(S.Class);ko.prototype.options={key:"shift",lock:"none"};var Vo=ko,To=function(t){function e(e,r){t.call(this),this.chart=e,this.options=M({},this.options,r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.updateRanges=function(t){for(var e=(this.options.lock||"").toLowerCase(),r=[],i=this.chart._plotArea.axes,n=0;n<i.length;n++){var o=i[n],a=o.options.vertical;if((e!==m||a)&&(e!==b||!a)&&o.zoomRange){var s=o.zoomRange(-t);s&&r.push({axis:o,range:s})}}return this.axisRanges=r,jo(r)},e.prototype.zoom=function(){var t=this.axisRanges,e=this.chart._plotArea;if(t&&t.length&&e.updateAxisOptions){for(var r=0;r<t.length;r++){var i=t[r];e.updateAxisOptions(i.axis,i.range)}e.redraw(e.panes)}},e.prototype.destroy=function(){delete this.chart},e}(S.Class),Mo=function(t){function e(e,r){t.call(this,e),this.chartService=r}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){var t=this.children,e=this.options,r=e.vertical;this.visual=new S.drawing.Layout(null,{spacing:r?0:e.spacing,lineSpacing:r?e.spacing:0,orientation:r?"vertical":"horizontal",reverse:e.rtl,alignItems:r?"start":"center"});for(var i=0;i<t.length;i++){var n=t[i];n.reflow(new Zt),n.renderVisual()}},e.prototype.reflow=function(t){this.visual.rect(t.toRect()),this.visual.reflow();var e=this.visual.clippedBBox();this.box=e?me(e):new Zt},e.prototype.renderVisual=function(){this.addVisual()},e.prototype.createVisual=function(){},e}(ne),No=function(t){function e(e){t.call(this,e),this.createContainer(),e.rtl?(this.createLabel(),this.createMarker()):(this.createMarker(),this.createLabel())}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createContainer=function(){this.container=new de({vertical:!1,wrap:!1,align:s,spacing:this.options.spacing}),this.append(this.container)},e.prototype.createMarker=function(){this.container.append(new ue(this.markerOptions()))},e.prototype.markerOptions=function(){var t=this.options,e=t.markerColor;return M({},t.markers,{background:e,border:{color:e}})},e.prototype.createLabel=function(){var t=this.options,e=M({},t.labels);this.container.append(new xe(t.text,e))},e.prototype.renderComplete=function(){t.prototype.renderComplete.call(this);var e=this.options.cursor||{},r=this._itemOverlay=S.drawing.Path.fromRect(this.container.box.toRect(),{fill:{color:y,opacity:0},stroke:null,cursor:e.style||e});this.appendVisual(r)},e.prototype.click=function(t,e){var r=this.eventArgs(e);!t.trigger("legendItemClick",r)&&e&&"contextmenu"===e.type&&e.preventDefault()},e.prototype.over=function(t,e){var r=this.eventArgs(e);return t.trigger("legendItemHover",r)||t._legendItemHover(r.seriesIndex,r.pointIndex),!0},e.prototype.out=function(t,e){t._unsetActivePoint(),t.trigger("legendItemLeave",this.eventArgs(e))},e.prototype.eventArgs=function(t){var e=this.options;return{element:Ot(t),text:e.text,series:e.series,seriesIndex:e.series.index,pointIndex:e.pointIndex}},e.prototype.renderVisual=function(){var e=this,r=this.options,i=r.visual;i?(this.visual=i({active:r.active,series:r.series,sender:this.getSender(),pointIndex:r.pointIndex,options:{markers:this.markerOptions(),labels:r.labels},createVisual:function(){e.createVisual(),e.renderChildren(),e.renderComplete();var t=e.visual;return delete e.visual,t}}),this.addVisual()):t.prototype.renderVisual.call(this)},e}(ae),Lo=function(t){function e(e,r){void 0===r&&(r={}),t.call(this,e),this.chartService=r,ct(this.options.position,[v,d,a,p,"custom"])||(this.options.position=d),this.createContainers(),this.createLegendTitle(e.title),this.createItems()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createContainers=function(){var t=this.options,e=t.position,r=t.align,i=e,n=s;"custom"===e?i=p:ct(e,[v,a])?(i="start"===r?p:"end"===r?d:s,n=e):r&&("start"===r?n=v:"end"===r&&(n=a)),this.container=new ae({margin:t.margin,padding:t.padding,background:t.background,border:t.border,vAlign:n,align:i,zIndex:t.zIndex,shrinkToFit:!0}),this.hasTitle()?this.itemsContainer=new ae({vAlign:n,align:i,zIndex:t.zIndex,shrinkToFit:!0}):this.itemsContainer=this.container,this.append(this.container)},e.prototype.createItems=function(){var t=this.getService(),e=this.options,r=this.isVertical(),i=new Mo({vertical:r,spacing:e.spacing,rtl:t.rtl},t),n=e.items;e.reverse&&(n=n.slice(0).reverse());for(var o=n.length,a=0;a<o;a++){var s=n[a];i.append(new No(M({},{markers:e.markers,labels:e.labels,rtl:t.rtl},e.item,s)))}i.render(),this.itemsContainer.append(i)},e.prototype.isVertical=function(){var t=this.options,e=t.orientation,r=t.position;return"custom"===r&&"horizontal"!==e||(bt(e)?"horizontal"!==e:ct(r,[p,d]))},e.prototype.hasItems=function(){return this.container.children[0].children.length>0},e.prototype.reflow=function(t){var e=this.options,r=t.clone();this.hasItems()?("custom"===e.position?(this.containerCustomReflow(r),this.box=r):this.containerReflow(r),this.hasTitle()&&this.title.reflow(new Zt(this.container.box.x1,this.title.box.y1,this.container.box.x2,this.title.box.y2))):this.box=r},e.prototype.containerReflow=function(t){var e=this.options,r=this.container,i=e.position,n=e.width,o=e.height,s=i===v||i===a?m:b,u=this.isVertical(),l=t.clone(),c=t.clone();i!==p&&i!==d||(c.y1=l.y1=0),u&&o?(c.y2=c.y1+o,c.align(l,b,r.options.vAlign)):!u&&n&&(c.x2=c.x1+n,c.align(l,m,r.options.align)),r.reflow(c);var h=(c=r.box).clone();(e.offsetX||e.offsetY)&&(c.translate(e.offsetX,e.offsetY),r.reflow(c)),h[s+1]=t[s+1],h[s+2]=t[s+2],this.box=h},e.prototype.containerCustomReflow=function(t){var e=this.options,r=this.container,i=e.offsetX,n=e.offsetY,o=e.width,a=e.height,s=this.isVertical(),u=t.clone();s&&a?u.y2=u.y1+a:!s&&o&&(u.x2=u.x1+o),r.reflow(u),u=r.box,r.reflow(new Zt(i,n,i+u.width(),n+u.height()))},e.prototype.renderVisual=function(){this.hasItems()&&t.prototype.renderVisual.call(this)},e.prototype.createLegendTitle=function(t){var e=M({},{color:o,position:v,align:s},t),r=e.text;if(t&&!1!==t.visible){if(bt(e)&&e.visible){var i=rt(e);i?r=i({text:r}):e.format&&(r=this.chartService.format.auto(e.format,r))}this.title=new xe(r,e),this.createTitleLayout(),this.appendTitleLayoutContent()}},e.prototype.createTitleLayout=function(){this.layout=new de({vertical:!0,wrap:!1}),this.container.append(this.layout)},e.prototype.hasTitle=function(){return Boolean(this.options.title&&!1!==this.options.title.visible)},e.prototype.appendTitleLayoutContent=function(){this.options.title.position===a?(this.layout.append(this.itemsContainer),this.layout.append(this.title)):(this.layout.append(this.title),this.layout.append(this.itemsContainer))},e}(ne);Lt(Lo,{position:d,items:[],offsetX:0,offsetY:0,margin:D(5),padding:D(5),border:{color:o,width:0},item:{cursor:"pointer",spacing:6},spacing:6,background:"",zIndex:1,markers:{border:{width:0},width:15,height:3,type:"rect",align:p,vAlign:s}});var Io=Lo,Eo=function(t){function e(){t.call(this),this._registry=[]}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.register=function(t,e){this._registry.push({type:t,seriesTypes:e})},e.prototype.create=function(t,e,r){for(var i,n=this._registry,o=n[0],a=0;a<n.length;a++){var s=n[a];if((i=Nn(t,s.seriesTypes)).length>0){o=s;break}}return new o.type(i,e,r)},e}(S.Class);Eo.current=new Eo;var Bo=Eo;function Do(t){var e=document.createElement("div");return t&&(e.className=t),e}function Ro(t){for(var e=t;e&&!st(e,"k-handle");)e=e.parentNode;return e}var zo=function(t){function e(e,r,i,n){t.call(this);var o=e.element;this.options=M({},this.options,i),this.chart=e,this.observer=n,this.chartElement=o,this.categoryAxis=r,this._dateAxis=this.categoryAxis instanceof sr,this.initOptions(),this.visible=this.options.visible&&o.offsetHeight,this.visible&&(this.createElements(),this.set(this._index(this.options.from),this._index(this.options.to)),this.bindEvents())}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.onPane=function(t){return this.categoryAxis.pane===t},e.prototype.createElements=function(){var t=this.options,e=this.wrapper=Do("k-selector");B(e,{top:t.offset.top,left:t.offset.left,width:t.width,height:t.height,direction:"ltr"});var r=this.selection=Do("k-selection");this.leftMask=Do("k-mask"),this.rightMask=Do("k-mask"),e.appendChild(this.leftMask),e.appendChild(this.rightMask),e.appendChild(r),r.appendChild(Do("k-selection-bg"));var i=this.leftHandle=Do("k-handle k-left-handle"),n=this.rightHandle=Do("k-handle k-right-handle");i.appendChild(Do()),n.appendChild(Do()),r.appendChild(i),r.appendChild(n),this.chartElement.appendChild(e);var o=B(r,["borderLeftWidth","borderRightWidth","height"]),a=B(i,"height").height,s=B(n,"height").height;t.selection={border:{left:o.borderLeftWidth,right:o.borderRightWidth}},B(i,{top:(o.height-a)/2}),B(n,{top:(o.height-s)/2}),e.style.cssText=e.style.cssText},e.prototype.bindEvents=function(){var t;!1!==this.options.mousewheel&&(this._mousewheelHandler=this._mousewheel.bind(this),mt(this.wrapper,((t={})[ii]=this._mousewheelHandler,t))),this._domEvents=Q.create(this.wrapper,{stopPropagation:!0,start:this._start.bind(this),move:this._move.bind(this),end:this._end.bind(this),tap:this._tap.bind(this),press:this._press.bind(this),gesturestart:this._gesturestart.bind(this),gesturechange:this._gesturechange.bind(this),gestureend:this._gestureend.bind(this)})},e.prototype.initOptions=function(){var t=this.options,e=this.categoryAxis.pane.chartsBox(),r=this.chart.chartService.intl;this._dateAxis&&M(t,{min:Ye(r,t.min),max:Ye(r,t.max),from:Ye(r,t.from),to:Ye(r,t.to)});var i=B(this.chartElement,["paddingLeft","paddingTop"]),n=i.paddingLeft,o=i.paddingTop;this.options=M({},{width:e.width(),height:e.height()+.1,padding:{left:n,top:o},offset:{left:e.x1+n,top:e.y1+o},from:t.min,to:t.max},t)},e.prototype.destroy=function(){var t;this._domEvents&&(this._domEvents.destroy(),delete this._domEvents),clearTimeout(this._mwTimeout),this._state=null,this.wrapper&&(this._mousewheelHandler&&(Vt(this.wrapper,((t={})[ii]=this._mousewheelHandler,t)),this._mousewheelHandler=null),this.chartElement.removeChild(this.wrapper),this.wrapper=null)},e.prototype._rangeEventArgs=function(t){return{axis:this.categoryAxis.options,from:this._value(t.from),to:this._value(t.to)}},e.prototype._start=function(t){var e=this.options,r=Ot(t);if(!this._state&&r){this.chart._unsetActivePoint(),this._state={moveTarget:Ro(r)||r,startLocation:t.x?t.x.location:0,range:{from:this._index(e.from),to:this._index(e.to)}};var i=this._rangeEventArgs({from:this._index(e.from),to:this._index(e.to)});this.trigger("selectStart",i)&&(this._state=null)}},e.prototype._press=function(t){var e;(e=this._state?this._state.moveTarget:Ro(Ot(t)))&&C(e,"k-handle-active")},e.prototype._move=function(t){if(this._state){var e=this._state,r=this.options,i=this.categoryAxis,n=e.range,o=e.moveTarget,a=i.options.reverse,s=this._index(r.from),u=this._index(r.to),l=this._index(r.min),c=this._index(r.max),p=e.startLocation-t.x.location,h=n.from,f=n.to,d=n.to-n.from,v=B(this.wrapper,"width").width/(i.categoriesCount()-1),g=Math.round(p/v)*(a?-1:1);if(o){var y=st(o,"k-left-handle"),m=st(o,"k-right-handle");st(o,"k-selection k-selection-bg")?(n.from=Math.min(Math.max(l,s-g),c-d),n.to=Math.min(n.from+d,c)):y&&!a||m&&a?(n.from=Math.min(Math.max(l,s-g),c-1),n.to=Math.max(n.from+1,n.to)):(y&&a||m&&!a)&&(n.to=Math.min(Math.max(l+1,u-g),c),n.from=Math.min(n.to-1,n.from)),n.from===h&&n.to===f||(this.move(n.from,n.to),this.trigger("select",this._rangeEventArgs(n)))}}},e.prototype._end=function(){if(this._state){var t=this._state.moveTarget;t&&O(t,"k-handle-active");var e=this._state.range;this.set(e.from,e.to),this.trigger("selectEnd",this._rangeEventArgs(e)),delete this._state}},e.prototype._tap=function(t){var e=this.options,r=this.categoryAxis,i=this.chart._eventCoordinates(t),n=r.pointCategoryIndex(new Wt(i.x,r.box.y1)),o=this._index(e.from),a=this._index(e.to),s=this._index(e.min),u=this._index(e.max),l=a-o,c=o+l/2,p={},h=3===t.event.which,f=Math.round(c-n);this._state||h||(this.chart._unsetActivePoint(),r.options.justified||f--,p.from=Math.min(Math.max(s,o-f),u-l),p.to=Math.min(p.from+l,u),this._start(t),this._state&&(this._state.range=p,this.trigger("select",this._rangeEventArgs(p)),this._end()))},e.prototype._mousewheel=function(t){var e=this,r=vt(t);if(this._start({target:this.selection}),this._state){var i=this._state.range;t.preventDefault(),t.stopPropagation(),Math.abs(r)>1&&(r*=3),this.options.mousewheel.reverse&&(r*=-1),this.expand(r)&&this.trigger("select",{axis:this.categoryAxis.options,delta:r,originalEvent:t,from:this._value(i.from),to:this._value(i.to)}),this._mwTimeout&&clearTimeout(this._mwTimeout),this._mwTimeout=setTimeout((function(){e._end()}),150)}},e.prototype._gesturestart=function(t){var e=this.options;this._state={range:{from:this._index(e.from),to:this._index(e.to)}};var r=this._rangeEventArgs(this._state.range);this.trigger("selectStart",r)?this._state=null:t.preventDefault()},e.prototype._gestureend=function(){this._state&&(this.trigger("selectEnd",this._rangeEventArgs(this._state.range)),delete this._state)},e.prototype._gesturechange=function(t){var e=this.chart,r=this._state,i=this.options,n=this.categoryAxis,o=r.range,a=e._toModelCoordinates(t.touches[0].x.location).x,s=e._toModelCoordinates(t.touches[1].x.location).x,u=Math.min(a,s),l=Math.max(a,s);t.preventDefault(),o.from=n.pointCategoryIndex(new Wt(u))||i.min,o.to=n.pointCategoryIndex(new Wt(l))||i.max,this.move(o.from,o.to),this.trigger("select",this._rangeEventArgs(o))},e.prototype._index=function(t){var e=t;return t instanceof Date&&(e=this.categoryAxis.categoryIndex(t)),e},e.prototype._value=function(t){var e=t;return this._dateAxis&&(e=this.categoryAxis.categoryAt(t))>this.options.max&&(e=this.options.max),e},e.prototype._slot=function(t){var e=this.categoryAxis,r=this._index(t);return e.getSlot(r,r,!0)},e.prototype.move=function(t,e){var r=this.options,i=this.categoryAxis.options.reverse,n=r.offset,o=r.padding,a=r.selection.border,s=i?e:t,u=i?t:e,l="x"+(i?2:1),c=this._slot(s),p=kt(c[l]-n.left+o.left);B(this.leftMask,{width:p}),B(this.selection,{left:p}),c=this._slot(u);var h=kt(r.width-(c[l]-n.left+o.left));B(this.rightMask,{width:h});var f=r.width-h;f!==r.width&&(f+=a.right),B(this.rightMask,{left:f}),B(this.selection,{width:Math.max(r.width-(p+h)-a.right,0)})},e.prototype.set=function(t,e){var r=this.options,i=this._index(r.min),n=this._index(r.max),o=jt(this._index(t),i,n),a=jt(this._index(e),o+1,n);r.visible&&this.move(o,a),r.from=this._value(o),r.to=this._value(a)},e.prototype.expand=function(t){var e=this.options,r=this._index(e.min),i=this._index(e.max),n=e.mousewheel.zoom,o=this._index(e.from),a=this._index(e.to),s={from:o,to:a},u=M({},s);if(this._state&&(s=this._state.range),n!==d&&(s.from=jt(jt(o-t,0,a-1),r,i)),n!==p&&(s.to=jt(jt(a+t,s.from+1,i),r,i)),s.from!==u.from||s.to!==u.to)return this.set(s.from,s.to),!0},e.prototype.trigger=function(t,e){return(this.observer||this.chart).trigger(t,e)},e}(S.Class);Lt(zo,{visible:!0,mousewheel:{zoom:"both"},min:f,max:h});var Fo=zo,Ko=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.show=function(e){if(e&&e.tooltipAnchor&&(!this._current||this._current!==e)){var r=M({},this.options,e.options.tooltip),i=e.tooltipAnchor();i?(this._current=e,t.prototype.show.call(this,{point:e,anchor:i},r,e)):this.hide()}},e.prototype.hide=function(){delete this._current,t.prototype.hide.call(this)},e}(bn),Uo=function(t){function e(e,r){t.call(this,e.chartService,r),this.plotArea=e,this.formatService=e.chartService.format}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.showAt=function(t,e){var r=at(t,(function(t){var e=t.series.tooltip;return!(e&&!1===e.visible)}));if(r.length>0){var i=r[0],n=this.plotArea.categoryAxis.getSlot(i.categoryIx),o=e?this._slotAnchor(e,n):this._defaultAnchor(i,n);this.show({anchor:o,shared:!0,points:t,category:i.category,categoryText:this.formatService.auto(this.options.categoryFormat,i.category),series:this.plotArea.series},this.options)}},e.prototype._slotAnchor=function(t,e){return this.plotArea.categoryAxis.options.vertical||(t.x=e.center().x),{point:t,align:{horizontal:"left",vertical:"center"}}},e.prototype._defaultAnchor=function(t,e){var r=t.owner.pane.chartsBox(),i=this.plotArea.categoryAxis.options.vertical,n=r.center(),o=e.center();return{point:i?new Wt(n.x,o.y):new Wt(o.x,n.y),align:{horizontal:"center",vertical:"center"}}},e}(bn);Lt(Uo,{categoryFormat:"{0:d}"});var Ho=Uo,$o=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setup=function(){var t=this.element,e=this.options;if(t.bbox()){this.origin=e.origin;var r=e.vertical?b:m,i=this.fromScale=new S.geometry.Point(1,1);i[r]=Wr,t.transform(S.geometry.transform().scale(i.x,i.y))}else this.abort()},e.prototype.step=function(t){var e=pt(this.fromScale.x,1,t),r=pt(this.fromScale.y,1,t);this.element.transform(S.geometry.transform().scale(e,r,this.origin))},e.prototype.abort=function(){t.prototype.abort.call(this),this.element.transform(null)},e}(S.drawing.Animation);Lt($o,{duration:600}),S.drawing.AnimationFactory.current.register(Zr,$o);var Go=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setup=function(){var t=this.center=this.element.bbox().center();this.element.transform(S.geometry.transform().scale(Wr,Wr,t))},e.prototype.step=function(t){this.element.transform(S.geometry.transform().scale(t,t,this.center))},e}(S.drawing.Animation);Lt(Go,{easing:"easeOutElastic"}),S.drawing.AnimationFactory.current.register("bubble",Go);var Xo=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setup=function(){this.fadeTo=this.element.opacity(),this.element.opacity(0)},e.prototype.step=function(t){this.element.opacity(t*this.fadeTo)},e}(S.drawing.Animation);Lt(Xo,{duration:200,easing:"linear"}),S.drawing.AnimationFactory.current.register("fadeIn",Xo);var Yo=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setup=function(){this.element.transform(S.geometry.transform().scale(Wr,Wr,this.options.center))},e.prototype.step=function(t){this.element.transform(S.geometry.transform().scale(t,t,this.options.center))},e}(S.drawing.Animation);Lt(Yo,{easing:"easeOutElastic",duration:600}),S.drawing.AnimationFactory.current.register(ti,Yo);var Wo=Yo,qo=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){t.prototype.render.call(this),this.renderSegments()},e.prototype.createSegment=function(t,e,r){return new("smooth"===e.style?Ci:gi)(t,e,r)},e.prototype.animationPoints=function(){return t.prototype.animationPoints.call(this).concat(this._segments)},e.prototype.createMissingValue=function(t,e){if(e===qr){var r={x:t.x,y:t.y};return on(r.x)||(r.x=0),on(r.y)||(r.y=0),r}},e}(sn);M(qo.prototype,_i);var Zo=qo,Qo=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initFields=function(){this.namedXAxes={},this.namedYAxes={},this.xAxisRangeTracker=new Li,this.yAxisRangeTracker=new Li},e.prototype.render=function(t){void 0===t&&(t=this.panes);for(var e=this.groupSeriesByPane(),r=0;r<t.length;r++){var i=t[r],n=e[i.options.name||"default"]||[];this.addToLegend(n);var o=this.filterVisibleSeries(n);o&&(this.createScatterChart(Nn(o,"scatter"),i),this.createScatterLineChart(Nn(o,"scatterLine"),i),this.createBubbleChart(Nn(o,"bubble"),i))}this.createAxes(t)},e.prototype.appendChart=function(e,r){this.xAxisRangeTracker.update(e.xAxisRanges),this.yAxisRangeTracker.update(e.yAxisRanges),t.prototype.appendChart.call(this,e,r)},e.prototype.removeAxis=function(e){var r=e.options.name;t.prototype.removeAxis.call(this,e),e.options.vertical?(this.yAxisRangeTracker.reset(r),delete this.namedYAxes[r]):(this.xAxisRangeTracker.reset(r),delete this.namedXAxes[r]),e===this.axisX&&delete this.axisX,e===this.axisY&&delete this.axisY},e.prototype.seriesPaneName=function(t){var e=this.options,r=t.xAxis,i=at([].concat(e.xAxis),(function(t){return t.name===r}))[0],n=t.yAxis,o=at([].concat(e.yAxis),(function(t){return t.name===n}))[0],a=(e.panes||[{}])[0].name||"default";return(i||{}).pane||(o||{}).pane||a},e.prototype.createScatterChart=function(t,e){t.length>0&&this.appendChart(new sn(this,{series:t,clip:e.options.clip}),e)},e.prototype.createScatterLineChart=function(t,e){t.length>0&&this.appendChart(new Zo(this,{series:t,clip:e.options.clip}),e)},e.prototype.createBubbleChart=function(t,e){t.length>0&&this.appendChart(new pn(this,{series:t,clip:e.options.clip}),e)},e.prototype.createXYAxis=function(t,e,r){for(var i,n=t.name,o=e?this.namedYAxes:this.namedXAxes,a=e?this.yAxisRangeTracker:this.xAxisRangeTracker,s=M({reverse:!e&&this.chartService.rtl},t,{vertical:e}),u=Mn(s.type,"log"),c=a.query(),p=u?{min:.1,max:1}:{min:0,max:1},h=a.query(n)||c||p,f=[s.min,s.max],d=this.series,v=0;v<d.length;v++){var g=d[v],y=g[e?"yAxis":"xAxis"];if(y===s.name||0===r&&!y){var m=Hr.current.bindPoint(g,0).valueFields;f.push(m[e?"y":"x"]);break}}0===r&&c&&(h.min=Math.min(h.min,c.min),h.max=Math.max(h.max,c.max));for(var b=0;b<f.length;b++)if(f[b]instanceof Date){i=!0;break}var x=new(Mn(s.type,l)||!s.type&&i?gr:u?xr:dr)(h.min,h.max,s,this.chartService);if(x.axisIndex=r,n){if(o[n])throw new Error((e?"Y":"X")+" axis with name "+n+" is already defined");o[n]=x}return this.appendAxis(x),x},e.prototype.createAxes=function(t){for(var e=this.options,r=[].concat(e.xAxis),i=[],n=[].concat(e.yAxis),o=[],a=0;a<r.length;a++){ct(this.findPane(r[a].pane),t)&&i.push(this.createXYAxis(r[a],!1,a))}for(var s=0;s<n.length;s++){ct(this.findPane(n[s].pane),t)&&o.push(this.createXYAxis(n[s],!0,s))}this.axisX=this.axisX||i[0],this.axisY=this.axisY||o[0]},e.prototype._dispatchEvent=function(t,e,r){for(var i=t._eventCoordinates(e),n=new Wt(i.x,i.y),o=this.axes,a=o.length,s=[],u=[],l=0;l<a;l++){var c=o[l],p=c.options.vertical?u:s,h=c.getValue(n);null!==h&&p.push(h)}s.length>0&&u.length>0&&t.trigger(r,{element:Ot(e),originalEvent:e,x:En(s),y:En(u)})},e.prototype.updateAxisOptions=function(t,e){var r=t.options.vertical,i=this.groupAxes(this.panes),n=(r?i.y:i.x).indexOf(t);Jo(this.options,n,r,e),Jo(this.originalOptions,n,r,e)},e}(Gn);function Jo(t,e,r,i){M([].concat(r?t.yAxis:t.xAxis)[e],i)}Lt(Qo,{xAxis:{},yAxis:{}}),M(Qo.prototype,Xn);var ta=Qo,ea=function(t){function e(e,r,i){t.call(this,i),this.value=e,this.sector=r}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){var t=this.options.labels,e=this.owner.chartService,r=this.value;if(!this._rendered&&!1!==this.visible){this._rendered=!0;var i=rt(t),n=this.pointData();if(i?r=i(n):t.format&&(r=e.format.auto(t.format,r)),t.visible&&(r||0===r)){if(t.position===s||"insideEnd"===t.position)t.color||(t.color=Ft(this.options.color)),t.background||(t.background=this.options.color);else{var o=e.theme.seriesDefaults.labels;t.color=t.color||o.color,t.background=t.background||o.background}this.label=new xe(r,M({},t,{align:s,vAlign:"",animation:{type:"fadeIn",delay:this.animationDelay}}),n),this.append(this.label)}}},e.prototype.reflow=function(t){this.render(),this.box=t,this.reflowLabel()},e.prototype.reflowLabel=function(){var t=this.options.labels,e=this.label,r=this.sector.clone(),i=t.distance,n=r.middle();if(e){var o,a=e.box.height(),u=e.box.width();if(t.position===s)r.radius=Math.abs((r.radius-a)/2)+a,o=r.point(n),e.reflow(new Zt(o.x,o.y-a/2,o.x,o.y));else if("insideEnd"===t.position)r.radius=r.radius-a/2,o=r.point(n),e.reflow(new Zt(o.x,o.y-a/2,o.x,o.y));else{var l;(o=r.clone().expand(i).point(n)).x>=r.center.x?(l=o.x+u,e.orientation=d):(l=o.x-u,e.orientation=p),e.reflow(new Zt(l,o.y-a,o.x,o.y))}}},e.prototype.createVisual=function(){var e=this,r=this.sector,i=this.options;if(t.prototype.createVisual.call(this),this.value)if(i.visual){var n=(r.startAngle+180)%360,o=i.visual({category:this.category,dataItem:this.dataItem,value:this.value,series:this.series,percentage:this.percentage,center:new S.geometry.Point(r.center.x,r.center.y),radius:r.radius,innerRadius:r.innerRadius,startAngle:n,endAngle:n+r.angle,options:i,sender:this.getSender(),createVisual:function(){var t=new S.drawing.Group;return e.createSegmentVisual(t),t}});o&&this.visual.append(o)}else this.createSegmentVisual(this.visual)},e.prototype.createSegmentVisual=function(t){var e=this.sector,r=this.options,i=r.border||{},n=i.width>0?{stroke:{color:i.color,width:i.width,opacity:i.opacity,dashType:i.dashType}}:{},o=r.color,a={color:o,opacity:r.opacity},s=this.createSegment(e,M({fill:a,stroke:{opacity:r.opacity},zIndex:r.zIndex},n));t.append(s),Bi(r)&&t.append(this.createGradientOverlay(s,{baseColor:o,fallbackFill:a},M({center:[e.center.x,e.center.y],innerRadius:e.innerRadius,radius:e.radius,userSpace:!0},r.overlay)))},e.prototype.createSegment=function(t,e){return e.singleSegment?new S.drawing.Circle(new S.geometry.Circle(new S.geometry.Point(t.center.x,t.center.y),t.radius),e):re.current.createRing(t,e)},e.prototype.createAnimation=function(){var e=this.options,r=this.sector.center;M(e,{animation:{center:[r.x,r.y],delay:this.animationDelay}}),t.prototype.createAnimation.call(this)},e.prototype.createHighlight=function(t){var e=this.options.highlight||{},r=e.border||{};return this.createSegment(this.sector,M({},t,{fill:{color:e.color,opacity:e.opacity},stroke:{opacity:r.opacity,width:r.width,color:r.color}}))},e.prototype.highlightVisual=function(){return this.visual.children[0]},e.prototype.highlightVisualArgs=function(){var t=this.sector;return{options:this.options,radius:t.radius,innerRadius:t.innerRadius,center:new S.geometry.Point(t.center.x,t.center.y),startAngle:t.startAngle,endAngle:t.angle+t.startAngle,visual:this.visual}},e.prototype.tooltipAnchor=function(){var t=this.sector.clone().expand(5),e=t.middle();return{point:t.point(e),align:na(e+180)}},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e.prototype.pointData=function(){return{dataItem:this.dataItem,category:this.category,value:this.value,series:this.series,percentage:this.percentage}},e}(ne),ra=kt(At(30),10),ia=kt(At(60),10);function na(t){var e=At(t),r=kt(Math.sin(e),10),i=kt(Math.cos(e),10);return{horizontal:Math.abs(r)>ia?s:i<0?d:p,vertical:Math.abs(r)<ra?s:r<0?a:v}}Lt(ea,{color:y,overlay:{gradient:"roundedBevel"},border:{width:.5},labels:{visible:!1,distance:35,font:"12px sans-serif",margin:D(.5),align:u,zIndex:1,position:"outsideEnd"},animation:{type:ti},highlight:{visible:!0,border:{width:1}},visible:!0}),M(ea.prototype,pi);var oa=ea,aa={createLegendItem:function(t,e,r){var i=this.options.legend||{},n=i.labels||{},o=i.inactiveItems||{},a=o.labels||{};if(r&&!1!==r.visibleInLegend){var s,u,l=!1!==r.visible,c=l?rt(n):rt(a)||rt(n),p=r.category;c&&(p=c({text:p,series:r.series,dataItem:r.dataItem,percentage:r.percentage,value:t})),l?(s={},u=e.color):(s={color:a.color,font:a.font},u=(o.markers||{}).color),on(p)&&""!==p&&this.legendItems.push({active:l,pointIndex:r.index,text:p,series:r.series,markerColor:u,labels:s})}}},sa=function(t){function e(e,r){t.call(this,r),this.plotArea=e,this.chartService=e.chartService,this.points=[],this.legendItems=[],this.render()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){this.traverseDataPoints(this.addValue.bind(this))},e.prototype.traverseDataPoints=function(t){var e=this.options,r=this.plotArea.options.seriesColors;void 0===r&&(r=[]);for(var i=r.length,n=e.series,o=n.length,a=0;a<o;a++){var u=n[a],l=u.data,c=Tn(u),p=c.total,h=c.points,f=c.count,d=360/p,v=void 0;isFinite(d)||(v=360/f);var g=void 0;g=bt(u.startAngle)?u.startAngle:e.startAngle,a!==o-1&&"outsideEnd"===u.labels.position&&(u.labels.position=s);for(var y=0;y<h.length;y++){var m=h[y];if(m){var b=m.fields,x=m.value,C=m.visible,_=0!==x?v||x*d:0,O=1!==l.length&&Boolean(b.explode);V(u.color)||(u.color=b.color||r[y%i]),t(m.valueFields.value,new Jt(null,0,0,g,_),{owner:this,category:bt(b.category)?b.category:"",index:y,series:u,seriesIx:a,dataItem:l[y],percentage:0!==p?x/p:0,explode:O,visibleInLegend:b.visibleInLegend,visible:C,zIndex:o-a,animationDelay:this.animationDelay(y,a,o)}),!1!==C&&(g+=_)}}}},e.prototype.evalSegmentOptions=function(t,e,r){var i=r.series;si(t,{value:e,series:i,dataItem:r.dataItem,category:r.category,percentage:r.percentage},{defaults:i._defaults,excluded:["data","content","template","visual","toggle"]})},e.prototype.addValue=function(t,e,r){var i=M({},r.series,{index:r.index});if(this.evalSegmentOptions(i,t,r),this.createLegendItem(t,i,r),!1!==r.visible){var n=new oa(t,e,i);Object.assign(n,r),this.append(n),this.points.push(n)}},e.prototype.reflow=function(t){var e=this.options,r=this.points,i=this.seriesConfigs;void 0===i&&(i=[]);var n=r.length,o=t.clone(),a=Math.min(o.width(),o.height()),s=a/2,u=a-.85*a,l=new Zt(o.x1,o.y1,o.x1+a,o.y1+a),c=l.center(),p=o.center(),h=e.series.length,f=[],v=[],g=Tt(e.padding,u);this.targetBox=t,g=g>s-5?s-5:g,l.translate(p.x-c.x,p.y-c.y);for(var y=s-g,m=new Wt(y+l.x1+g,y+l.y1+g),b=0;b<n;b++){var x=r[b],C=x.sector,_=x.seriesIx;if(C.radius=y,C.center=m,i.length){var O=i[_];C.innerRadius=O.innerRadius,C.radius=O.radius}_===h-1&&x.explode&&(C.center=C.clone().setRadius(.15*C.radius).point(C.middle())),x.reflow(l);var S=x.label;S&&"outsideEnd"===S.options.position&&_===h-1&&(S.orientation===d?v.push(S):f.push(S))}f.length>0&&(f.sort(this.labelComparator(!0)),this.leftLabelsReflow(f)),v.length>0&&(v.sort(this.labelComparator(!1)),this.rightLabelsReflow(v)),this.box=l},e.prototype.leftLabelsReflow=function(t){var e=this.distanceBetweenLabels(t);this.distributeLabels(e,t)},e.prototype.rightLabelsReflow=function(t){var e=this.distanceBetweenLabels(t);this.distributeLabels(e,t)},e.prototype.distanceBetweenLabels=function(t){var e=wt(this.points),r=e.sector,i=t.length-1,n=r.radius+e.options.labels.distance,o=[],a=t[0].box,s=kt(a.y1-(r.center.y-n-a.height()-a.height()/2));o.push(s);for(var u=0;u<i;u++){var l=t[u+1].box;a=t[u].box,s=kt(l.y1-a.y2),o.push(s)}return s=kt(r.center.y+n-t[i].box.y2-t[i].box.height()/2),o.push(s),o},e.prototype.distributeLabels=function(t,e){for(var r,i,n,o=t.length,a=0;a<o;a++)for(n=-t[a],r=i=a;n>0&&(r>=0||i<o);)n=this._takeDistance(t,a,--r,n),n=this._takeDistance(t,a,++i,n);this.reflowLabels(t,e)},e.prototype._takeDistance=function(t,e,r,i){var n=i;if(t[r]>0){var o=Math.min(t[r],n);n-=o,t[r]-=o,t[e]+=o}return n},e.prototype.reflowLabels=function(t,e){var r,i=wt(this.points),n=i.sector,o=i.options.labels,a=e.length,s=o.distance,l=n.center.y-(n.radius+s)-e[0].box.height();t[0]+=2;for(var c=0;c<a;c++){var p=e[c],h=p.box;l+=t[c],r=this.hAlignLabel(h.x2,n.clone().expand(s),l,l+h.height(),p.orientation===d),p.orientation===d?(o.align!==u&&(r=n.radius+n.center.x+s),p.reflow(new Zt(r+h.width(),l,r,l))):(o.align!==u&&(r=n.center.x-n.radius-s),p.reflow(new Zt(r-h.width(),l,r,l))),l+=h.height()}},e.prototype.createVisual=function(){var e=this.options.connectors,r=this.points,i=r.length;t.prototype.createVisual.call(this),this._connectorLines=[];for(var n=0;n<i;n++){var o=r[n],a=o.sector,s=o.label,u=a.middle(),l=(o.options.connectors||{}).color||e.color;if(s){var c=new S.drawing.Path({stroke:{color:l,width:e.width},animation:{type:"fadeIn",delay:o.animationDelay}});if("outsideEnd"===s.options.position){var p=s.box,h=a.center,f=a.point(u),v=new Wt(p.x1,p.center().y),g=void 0,y=void 0,m=void 0;f=a.clone().expand(e.padding).point(u),c.moveTo(f.x,f.y),s.orientation===d?(m=ua(h,f,v,y=new Wt(p.x1-e.padding,p.center().y)),v=new Wt(y.x-4,y.y),(m=m||v).x=Math.min(m.x,v.x),this.pointInCircle(m,a.center,a.radius+4)||m.x<a.center.x?(g=a.center.x+a.radius+4,o.options.labels.align!==Qr?g<v.x?c.lineTo(g,f.y):c.lineTo(f.x+8,f.y):c.lineTo(g,f.y),c.lineTo(v.x,y.y)):(m.y=y.y,c.lineTo(m.x,m.y))):(m=ua(h,f,v,y=new Wt(p.x2+e.padding,p.center().y)),v=new Wt(y.x+4,y.y),(m=m||v).x=Math.max(m.x,v.x),this.pointInCircle(m,a.center,a.radius+4)||m.x>a.center.x?(g=a.center.x-a.radius-4,o.options.labels.align!==Qr?g>v.x?c.lineTo(g,f.y):c.lineTo(f.x-8,f.y):c.lineTo(g,f.y),c.lineTo(v.x,y.y)):(m.y=y.y,c.lineTo(m.x,m.y))),c.lineTo(y.x,y.y),this._connectorLines.push(c),this.visual.append(c)}}}},e.prototype.renderVisual=function(){if(t.prototype.renderVisual.call(this),Et(this.options.series,(function(t){return t.autoFit}))){var e=this.targetBox,r=this.box.center(),i=this.visual.bbox();if(!i)return;var n=i.bottomRight(),o=Math.min((r.y-e.y1)/(r.y-i.origin.y),(e.y2-r.y)/(n.y-r.y),(r.x-e.x1)/(r.x-i.origin.x),(e.x2-r.x)/(n.x-r.x));o<1&&this.visual.transform(S.geometry.transform().scale(o,o,[r.x,r.y]))}},e.prototype.labelComparator=function(t){var e=t?-1:1;return function(t,r){return((t.parent.sector.middle()+270)%360-(r.parent.sector.middle()+270)%360)*e}},e.prototype.hAlignLabel=function(t,e,r,i,n){var o=e.radius,a=e.center,s=a.x,u=a.y,l=Math.min(Math.abs(u-r),Math.abs(u-i));return l>o?t:s+Math.sqrt(o*o-l*l)*(n?1:-1)},e.prototype.pointInCircle=function(t,e,r){return Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2)<Math.pow(r,2)},e.prototype.formatPointValue=function(t,e){return this.chartService.format.auto(e,t.value)},e.prototype.animationDelay=function(t){return 70*t},e.prototype.stackRoot=function(){return this},e}(ne);function ua(t,e,r,i){var n,o=(i.x-r.x)*(t.y-r.y)-(i.y-r.y)*(t.x-r.x),a=(i.y-r.y)*(e.x-t.x)-(i.x-r.x)*(e.y-t.y);if(0!==a){var s=o/a;n=new Wt(t.x+s*(e.x-t.x),t.y+s*(e.y-t.y))}return n}Lt(sa,{startAngle:90,connectors:{width:2,color:"#939393",padding:8},inactiveItems:{markers:{},labels:{}}}),M(sa.prototype,aa),sa.prototype.isStackRoot=!0;var la=sa,ca=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){this.createPieChart(this.series)},e.prototype.createPieChart=function(t){var e=t[0],r=new la(this,{series:t,padding:e.padding,startAngle:e.startAngle,connectors:e.connectors,legend:this.options.legend});this.appendChart(r)},e.prototype.appendChart=function(e,r){t.prototype.appendChart.call(this,e,r),yt(this.options.legend.items,e.legendItems)},e}(Gn),pa=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflowLabel=function(){var e=this.options.labels,r=this.label,i=this.sector.clone(),n=i.middle();if(r){var o=r.box.height();if(e.position===s){i.radius-=(i.radius-i.innerRadius)/2;var a=i.point(n);r.reflow(new Zt(a.x,a.y-o/2,a.x,a.y))}else t.prototype.reflowLabel.call(this)}},e.prototype.createSegment=function(t,e){return re.current.createRing(t,e)},e}(oa);Lt(pa,{overlay:{gradient:"roundedGlass"},labels:{position:s},animation:{type:ti}}),M(pa.prototype,pi);var ha=pa,fa=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.addValue=function(t,e,r){var i=M({},r.series,{index:r.index});if(this.evalSegmentOptions(i,t,r),this.createLegendItem(t,i,r),t&&!1!==r.visible){var n=new ha(t,e,i);Object.assign(n,r),this.append(n),this.points.push(n)}},e.prototype.reflow=function(e){for(var r,i=this.options,n=e.clone(),o=Math.min(n.width(),n.height()),a=o/2,s=o-.85*o,u=i.series,l=u.length,c=Tt(i.padding,s),p=a-(c=c>a-5?a-5:c),h=0,f=0;f<l;f++){var d=u[f];0===f&&bt(d.holeSize)&&(r=d.holeSize,p-=d.holeSize),bt(d.size)?p-=d.size:h++,bt(d.margin)&&f!==l-1&&(p-=d.margin)}bt(r)||(p-=r=.75*((a-c)/(l+.75)));var v,g=r,y=0;this.seriesConfigs=[];for(var m=0;m<l;m++){var b=u[m];v=(g+=y)+Tt(b.size,p/h),this.seriesConfigs.push({innerRadius:g,radius:v}),y=b.margin||0,g=v}t.prototype.reflow.call(this,e)},e.prototype.animationDelay=function(t,e,r){return 50*t+600*(e+1)/(r+1)},e}(la);Lt(fa,{startAngle:90,connectors:{width:2,color:"#939393",padding:8}});var da=fa,va=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){this.createDonutChart(this.series)},e.prototype.createDonutChart=function(t){var e=t[0],r=new da(this,{series:t,padding:e.padding,connectors:e.connectors,legend:this.options.legend});this.appendChart(r)},e}(ca),ga=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initFields=function(){this.valueAxisRangeTracker=new Li},e.prototype.render=function(){this.addToLegend(this.series),this.createPolarAxis(),this.createCharts(),this.createValueAxis()},e.prototype.alignAxes=function(){var t=this.valueAxis,e=t.range(),r=t.options.reverse?e.max:e.min,i=t.getSlot(r),n=this.polarAxis.getSlot(0).center,o=t.box.translate(n.x-i.x1,n.y-i.y1);t.reflow(o)},e.prototype.createValueAxis=function(){var t,e,r=this.valueAxisRangeTracker,i=r.query(),n=this.valueAxisOptions({roundToMajorUnit:!1,zIndex:-1});"log"===n.type?(t=Tr,e={min:.1,max:1}):(t=kr,e={min:0,max:1});var o=r.query(name)||i||e;o&&i&&(o.min=Math.min(o.min,i.min),o.max=Math.max(o.max,i.max));var a=new t(o.min,o.max,n,this.chartService);this.valueAxis=a,this.appendAxis(a)},e.prototype.reflowAxes=function(){var t=this.options.plotArea,e=this.valueAxis,r=this.polarAxis,i=this.box,n=.15*Math.min(i.width(),i.height()),o=D(t.padding||{},n),a=i.clone().unpad(o),u=a.clone();u.y2=u.y1+Math.min(u.width(),u.height()),u.align(a,b,s);var l=u.clone().shrink(0,u.height()/2);r.reflow(u),e.reflow(l);var c=e.lineBox().height()-e.box.height();e.reflow(e.box.unpad({top:c})),this.axisBox=u,this.alignAxes(u)},e.prototype.backgroundBox=function(){return this.box},e.prototype.detachLabels=function(){},e}(Gn),ya=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.pointSlot=function(t,e){var r=t.center.y-e.y1,i=Wt.onCircle(t.center,t.startAngle,r);return new Zt(i.x,i.y,i.x,i.y)},e}(sn);Lt(ya,{clip:!1});var ma=ya,ba=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e}(Zo);ba.prototype.pointSlot=ma.prototype.pointSlot,Lt(ba,{clip:!1});var xa=ba,Ca=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.fillToAxes=function(t){var e=this._polarAxisCenter();t.lineTo(e.x,e.y)},e.prototype._polarAxisCenter=function(){return this.parent.plotArea.polarAxis.box.center()},e.prototype.strokeSegments=function(){var t=this._strokeSegments;if(!t){var e=this._polarAxisCenter(),r=new Nr(!1),i=this.points();i.push(e),(t=this._strokeSegments=r.process(i)).pop()}return t},e}(Mi),_a=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.fillToAxes=function(t){var e=this.parent.plotArea.polarAxis.box.center(),r=new S.geometry.Segment([e.x,e.y]);t.segments.unshift(r),t.segments.push(r)},e}(ki);function Oa(t,e){return t.value.x-e.value.x}var Sa=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createSegment=function(t,e,r){return"smooth"===(e.line||{}).style?new Ca(t,e,r):new _a(t,e,r)},e.prototype.createMissingValue=function(t,e){var r;return on(t.x)&&"interpolate"!==e&&(r={x:t.x,y:t.y},e===qr&&(r.y=0)),r},e.prototype.seriesMissingValues=function(t){return t.missingValues||qr},e.prototype._hasMissingValuesGap=function(){for(var t=this.options.series,e=0;e<t.length;e++)if("gap"===this.seriesMissingValues(t[e]))return!0},e.prototype.sortPoints=function(t){if(t.sort(Oa),this._hasMissingValuesGap())for(var e=0;e<t.length;e++){var r=t[e];if(r)on(r.value.y)||"gap"!==this.seriesMissingValues(r.series)||delete t[e]}return t},e}(xa),wa=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createPolarAxis=function(){var t=new wr(this.options.xAxis,this.chartService);this.polarAxis=t,this.axisX=t,this.appendAxis(t)},e.prototype.valueAxisOptions=function(t){return M(t,{majorGridLines:{type:n},minorGridLines:{type:n}},this.options.yAxis)},e.prototype.createValueAxis=function(){t.prototype.createValueAxis.call(this),this.axisY=this.valueAxis},e.prototype.appendChart=function(t,e){this.valueAxisRangeTracker.update(t.yAxisRanges),Gn.prototype.appendChart.call(this,t,e)},e.prototype.createCharts=function(){var t=this.filterVisibleSeries(this.series),e=this.panes[0];this.createLineChart(Nn(t,["polarLine"]),e),this.createScatterChart(Nn(t,["polarScatter"]),e),this.createAreaChart(Nn(t,["polarArea"]),e)},e.prototype.createLineChart=function(t,e){if(0!==t.length){var r=new xa(this,{series:t});this.appendChart(r,e)}},e.prototype.createScatterChart=function(t,e){if(0!==t.length){var r=new ma(this,{series:t});this.appendChart(r,e)}},e.prototype.createAreaChart=function(t,e){if(0!==t.length){var r=new Sa(this,{series:t});this.appendChart(r,e)}},e.prototype._dispatchEvent=function(t,e,r){var i=t._eventCoordinates(e),n=new Wt(i.x,i.y),o=this.axisX.getValue(n),a=this.axisY.getValue(n);null!==o&&null!==a&&t.trigger(r,{element:Ot(e),x:o,y:a})},e.prototype.createCrosshairs=function(){},e}(ga);Lt(wa,{xAxis:{},yAxis:{}}),M(wa.prototype,Xn);var ja=wa;var Pa=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.pointSlot=function(t,e){var r=t.center.y-e.y1,i=Wt.onCircle(t.center,t.middle(),r);return new Zt(i.x,i.y,i.x,i.y)},e.prototype.renderSegments=function(){if(t.prototype.renderSegments.call(this),this._segments&&this._segments.length>1)for(var e=function(t){for(var e=[],r=0;r<t.length;r++){var i=t[r];e[i.seriesIx]=e[i.seriesIx]||[],e[i.seriesIx].push(i)}return e}(this._segments),r=0;r<e.length;r++){var i=e[r];if(i&&i.length>1){var n=i[0].linePoints[0],o=wt(i),a=wt(o.linePoints),s=0===n.categoryIx,u=a.categoryIx===a.categoriesCount-1;s&&u&&wt(i).linePoints.push(n)}}},e.prototype.createSegment=function(t,e,r){var i=new("smooth"===e.style?Ci:gi)(t,e,r),n=this.seriesMissingValues(e);return t.length!==e.data.length&&"interpolate"!==n||(i.options.closed=!0),i},e}(Ai);Lt(Pa,{clip:!1,limitPoints:!1});var Aa=Pa,ka=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.fillToAxes=function(){},e}(Mi),Va=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.fillToAxes=function(){},e}(ki),Ta=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createSegment=function(t,e,r,i){var n,o,a,s=this.options.isStacked,u=(e.line||{}).style;return s&&r>0&&i&&(o=i.linePoints.slice(0),n=i),"smooth"===u?(a=new ka(t,e,r,n,o)).options.closed=!0:(t.push(t[0]),a=new Va(t,e,r,n,o)),a},e.prototype.seriesMissingValues=function(t){return t.missingValues||qr},e}(Aa),Ma=function(t){function e(e,r){t.call(this,e,null,r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e}(ha);Lt(Ma,{overlay:{gradient:"none"},labels:{distance:10}});var Na=Ma,La=function(t){function e(e){t.call(this,e),this.forEach=e.rtl?Fi:zi}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e=this.options,r=this.children,i=e.gap,n=e.spacing,o=r.length,a=o+i+n*(o-1),s=t.angle/a,u=t.startAngle+s*(i/2);this.forEach(r,(function(e){var r=t.clone();r.startAngle=u,r.angle=s,e.sector&&(r.radius=e.sector.radius),e.reflow(r),e.sector=r,u+=s+s*n}))},e}(ne);Lt(La,{gap:1,spacing:0});var Ia=La,Ea=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e=this.options.reverse,r=this.children,i=r.length,n=e?i-1:0,o=e?-1:1;this.box=new Zt;for(var a=n;a>=0&&a<i;a+=o){var s=r[a].sector;s.startAngle=t.startAngle,s.angle=t.angle}},e}(ne),Ba=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.pointType=function(){return Na},e.prototype.clusterType=function(){return Ia},e.prototype.stackType=function(){return Ea},e.prototype.categorySlot=function(t,e){return t.getSlot(e)},e.prototype.pointSlot=function(t,e){var r=t.clone(),i=t.center.y;return r.radius=i-e.y1,r.innerRadius=i-e.y2,r},e.prototype.reflowPoint=function(t,e){t.sector=e,t.reflow()},e.prototype.createAnimation=function(){this.options.animation.center=this.box.toRect().center(),t.prototype.createAnimation.call(this)},e}(Xi);Ba.prototype.reflow=ci.prototype.reflow,Lt(Ba,{clip:!1,limitPoints:!1,animation:{type:"pie"}});var Da=Ba,Ra=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createPolarAxis=function(){var t=new Or(this.options.categoryAxis,this.chartService);this.polarAxis=t,this.categoryAxis=t,this.appendAxis(t),this.aggregateCategories(),this.createCategoryAxesLabels()},e.prototype.valueAxisOptions=function(t){return this._hasBarCharts&&M(t,{majorGridLines:{type:n},minorGridLines:{type:n}}),this._isStacked100&&M(t,{roundToMajorUnit:!1,labels:{format:"P0"}}),M(t,this.options.valueAxis)},e.prototype.aggregateCategories=function(){_o.prototype.aggregateCategories.call(this,this.panes)},e.prototype.createCategoryAxesLabels=function(){_o.prototype.createCategoryAxesLabels.call(this,this.panes)},e.prototype.filterSeries=function(t){return t},e.prototype.createCharts=function(){var t=this.filterVisibleSeries(this.series),e=this.panes[0];this.createAreaChart(Nn(t,["radarArea"]),e),this.createLineChart(Nn(t,["radarLine"]),e),this.createBarChart(Nn(t,["radarColumn"]),e)},e.prototype.chartOptions=function(t){var e={series:t},r=t[0];if(r){var i=this.filterVisibleSeries(t),n=r.stack;e.isStacked=n&&i.length>1,e.isStacked100=n&&"100%"===n.type&&i.length>1,e.isStacked100&&(this._isStacked100=!0)}return e},e.prototype.createAreaChart=function(t,e){if(0!==t.length){var r=new Ta(this,this.chartOptions(t));this.appendChart(r,e)}},e.prototype.createLineChart=function(t,e){if(0!==t.length){var r=new Aa(this,this.chartOptions(t));this.appendChart(r,e)}},e.prototype.createBarChart=function(t,e){if(0!==t.length){var r=t[0],i=this.chartOptions(t);i.gap=r.gap,i.spacing=r.spacing;var n=new Da(this,i);this.appendChart(n,e),this._hasBarCharts=!0}},e.prototype.seriesCategoryAxis=function(){return this.categoryAxis},e.prototype._dispatchEvent=function(t,e,r){var i=t._eventCoordinates(e),n=new Wt(i.x,i.y),o=this.categoryAxis.getCategory(n),a=this.valueAxis.getValue(n);null!==o&&null!==a&&t.trigger(r,{element:Ot(e),category:o,value:a})},e.prototype.createCrosshairs=function(){},e}(ga);M(Ra.prototype,Xn,{appendChart:_o.prototype.appendChart,aggregateSeries:_o.prototype.aggregateSeries,seriesSourcePoints:_o.prototype.seriesSourcePoints}),Lt(Ra,{categoryAxis:{categories:[]},valueAxis:{}});var za=Ra,Fa=function(t){function e(e,r,i){t.call(this,r),this.value=e,this.options.index=i.index}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e=this.points,r=this.children[0];this.box=new Zt(e[0].x,e[0].y,e[1].x,e[2].y),r&&r.reflow(new Zt(t.x1,e[0].y,t.x2,e[2].y))},e.prototype.createVisual=function(){var e,r=this,i=this.options;t.prototype.createVisual.call(this),(e=i.visual?i.visual({category:this.category,dataItem:this.dataItem,value:this.value,series:this.series,percentage:this.percentage,points:this.points,options:i,sender:this.getSender(),createVisual:function(){return r.createPath()}}):this.createPath())&&this.visual.append(e)},e.prototype.createPath=function(){var t=this.options,e=t.border;return S.drawing.Path.fromPoints(this.points,{fill:{color:t.color,opacity:t.opacity},stroke:{color:e.color,opacity:e.opacity,width:e.width}}).close()},e.prototype.createHighlight=function(t){return S.drawing.Path.fromPoints(this.points,t)},e.prototype.highlightVisual=function(){return this.visual.children[0]},e.prototype.highlightVisualArgs=function(){var t=S.drawing.Path.fromPoints(this.points).close();return{options:this.options,path:t}},e.prototype.tooltipAnchor=function(){var t=this.box;return{point:new Wt(t.center().x,t.y1),align:{horizontal:"center",vertical:"top"}}},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e}(ne);Lt(Fa,{color:y,border:{width:1}}),M(Fa.prototype,pi);var Ka=Fa,Ua=function(t){function e(e,r){t.call(this,r),this.plotArea=e,this.points=[],this.labels=[],this.legendItems=[],this.render()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.formatPointValue=function(t,e){return this.chartService.format.auto(e,t.value)},e.prototype.render=function(){var t=this.options,e=this.plotArea.options.seriesColors;void 0===e&&(e=[]);var r=t.series[0],i=r.data;if(i)for(var n=Tn(r),o=n.total,a=n.points,s=0;s<a.length;s++){var u=a[s];if(u){var l=u.fields;V(r.color)||(r.color=l.color||e[s%e.length]),l=M({index:s,owner:this,series:r,dataItem:i[s],percentage:u.value/o},l,{visible:u.visible});var c=u.valueFields.value,p=this.createSegment(c,l),h=this.createLabel(c,l);p&&h&&p.append(h)}}},e.prototype.evalSegmentOptions=function(t,e,r){var i=r.series;si(t,{value:e,series:i,dataItem:r.dataItem,index:r.index},{defaults:i._defaults,excluded:["data","content","template","toggle","visual"]})},e.prototype.createSegment=function(t,e){var r=M({},e.series);if(this.evalSegmentOptions(r,t,e),this.createLegendItem(t,r,e),!1!==e.visible){var i=new Ka(t,r,e);return Object.assign(i,e),this.append(i),this.points.push(i),i}},e.prototype.createLabel=function(t,e){var r=e.series,i=e.dataItem,n=M({},this.options.labels,r.labels),o=t;if(n.visible){var a=rt(n),s={dataItem:i,value:t,percentage:e.percentage,category:e.category,series:r};a?o=a(s):n.format&&(o=this.plotArea.chartService.format.auto(n.format,o)),n.color||(n.color=Ft(r.color),n.background||(n.background=r.color)),this.evalSegmentOptions(n,t,e);var u=new xe(o,M({vAlign:n.position},n),s);return this.labels.push(u),u}},e.prototype.labelPadding=function(){for(var t=this.labels,e={left:0,right:0},r=0;r<t.length;r++){var i=t[r].options.align;if(i!==s){var n=t[r].box.width();i===p?e.left=Math.max(e.left,n):e.right=Math.max(e.right,n)}}return e},e.prototype.dynamicSlopeReflow=function(t,e,r){for(var i=this.options,n=this.points,o=n.length,a=n[0],s=a,u=0;u<n.length;u++)n[u].percentage>s.percentage&&(s=n[u]);for(var l=a.percentage/s.percentage*e,c=(e-l)/2,p=0,h=0;h<o;h++){var f=n[h].percentage,d=n[h+1],v=d?d.percentage:f,g=n[h].points=[],y=i.dynamicHeight?r*f:r/o,m=void 0;m=jt(m=f?(e-l*(v/f))/2:v?0:e/2,0,e),g.push(new S.geometry.Point(t.x1+c,t.y1+p)),g.push(new S.geometry.Point(t.x1+e-c,t.y1+p)),g.push(new S.geometry.Point(t.x1+e-m,t.y1+y+p)),g.push(new S.geometry.Point(t.x1+m,t.y1+y+p)),c=m,p+=y+i.segmentSpacing,l=jt(e-2*m,0,e)}},e.prototype.constantSlopeReflow=function(t,e,r){for(var i=this.options,n=this.points,o=n.length,a=i.neckRatio<=1,s=a?i.neckRatio*e:e,u=a?0:(e-e/i.neckRatio)/2,l=((a?e:e-2*u)-s)/2,c=0,p=0;p<o;p++){var h=n[p].points=[],f=n[p].percentage,d=i.dynamicHeight?l*f:l/o,v=i.dynamicHeight?r*f:r/o;h.push(new S.geometry.Point(t.x1+u,t.y1+c)),h.push(new S.geometry.Point(t.x1+e-u,t.y1+c)),h.push(new S.geometry.Point(t.x1+e-u-d,t.y1+v+c)),h.push(new S.geometry.Point(t.x1+u+d,t.y1+v+c)),u+=d,c+=v+i.segmentSpacing}},e.prototype.reflow=function(t){var e=this.points,r=e.length;if(r){var i=this.options,n=t.clone().unpad(this.labelPadding()),o=n.height()-i.segmentSpacing*(r-1),a=n.width();i.dynamicSlope?this.dynamicSlopeReflow(n,a,o):this.constantSlopeReflow(n,a,o);for(var s=0;s<r;s++)e[s].reflow(t)}},e}(ne);Lt(Ua,{neckRatio:.3,width:300,dynamicSlope:!1,dynamicHeight:!0,segmentSpacing:0,labels:{visible:!1,align:s,position:s,zIndex:1}}),M(Ua.prototype,aa);var Ha=Ua,$a=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){this.createFunnelChart(this.series)},e.prototype.createFunnelChart=function(t){var e=t[0],r=new Ha(this,{series:t,legend:this.options.legend,neckRatio:e.neckRatio,dynamicHeight:e.dynamicHeight,dynamicSlope:e.dynamicSlope,segmentSpacing:e.segmentSpacing,highlight:e.highlight});this.appendChart(r)},e.prototype.appendChart=function(e,r){t.prototype.appendChart.call(this,e,r),yt(this.options.legend.items,e.legendItems)},e}(Gn),Ga=function(t,e){void 0===e&&(e=.05);var r=Object(S.parseColor)(t),i=1-e;return function(t){var e=r.toHSL(),n=100-e.l,o=i-t;return e.l+=Math.min(o*n,n),e.toCss()}},Xa=function(t){function e(e,r){t.call(this),this.options=r,this.color=r.color||y,this.value=e}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){this._rendered||(this._rendered=!0,this.createMarker(),this.createLabel(),this.createNote())},e.prototype.createLabel=function(){var t=this.options.labels;if(t.visible){var e,r=this.pointData(),i=rt(t),n=t.color;e=i?i(r):this.formatValue(t.format),n||(n=Ft(this.color)),this.label=new xe(e,M({align:s,vAlign:s,margin:{left:5,right:5},zIndex:Tt(t.zIndex,this.series.zIndex)},t,{color:n}),r),this.append(this.label)}},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e.prototype.reflow=function(t){this.render();var e=this.label;this.box=t,e&&e.reflow(this.markerBox()),this.note&&this.note.reflow(t),this.marker.reflow(this.markerBox())},e.prototype.markerBox=function(){var t=this.options.markers,e=t.border,r=this.box.toRect(),i="roundedRect"===Tt(t.type,"rect"),n=Tt(e.width,i?1:0),o=Math.round(n/2);if(t.size){var a=r.center();r.size.width=r.size.height=t.size,r.origin.x=Math.round(a.x-r.size.width/2),r.origin.y=Math.round(a.y-r.size.height/2)}return r.size.width-=n,r.size.height-=n,r.origin.y+=o+.5,r.origin.x+=o+.5,me(r)},e.prototype.markerBorder=function(){var t=this.options,e=t.markers.border,r=Tt(e.opacity,t.opacity);return{color:e.color||this.color,width:e.width,opacity:r,dashType:e.dashType}},e.prototype.createMarker=function(){var t=this.options,e=t.markers,r=new ue({type:Tt(e.type,"rect"),width:e.size,height:e.size,rotation:e.rotation,background:this.color,border:this.markerBorder(),borderRadius:e.borderRadius,opacity:this.series.opacity||t.opacity,zIndex:Tt(t.zIndex,this.series.zIndex),animation:t.animation,visual:t.visual},{dataItem:this.dataItem,value:this.value,series:this.series,category:this.category});this.marker=r,this.append(r)},e.prototype.createHighlight=function(t){var e=this.options,r=this.options.highlight.markers||this.options.markers,i=new ue({type:Tt(r.type,"rect"),width:r.size,height:r.size,rotation:r.rotation,background:r.color||this.color,border:this.markerBorder(),borderRadius:r.borderRadius,opacity:this.series.opacity||e.opacity,zIndex:Tt(e.zIndex,this.series.zIndex)});i.reflow(this.markerBox());var n=i.getElement();return n.options.fill=t.fill,n.options.stroke=t.stroke,n},e.prototype.highlightVisual=function(){return this.rectVisual},e.prototype.highlightVisualArgs=function(){return{options:this.options,rect:this.box.toRect(),visual:this.rectVisual}},e.prototype.tooltipAnchor=function(){var t=this.box.center().x,e=this.box.y1-5;return{point:new Wt(t,e),align:{horizontal:s,vertical:a}}},e.prototype.overlapsBox=function(t){return this.box.overlaps(t)},e.prototype.unclipElements=function(){},e.prototype.pointData=function(){return{x:this.value.x,y:this.value.y,value:this.value.value,dataItem:this.dataItem,series:this.series}},e}(ne);M(Xa.prototype,pi),M(Xa.prototype,hi),Xa.prototype.defaults={markers:{type:"rect",borderRadius:4,border:{color:"transparent"}},padding:{top:1},labels:{visible:!1,padding:3},opacity:1,notes:{label:{}}};var Ya=Xa,Wa=function(t){function e(e,r){t.call(this,r),this.plotArea=e,this.chartService=e.chartService,this._initFields(),this.render()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initFields=function(){this.points=[],this.seriesOptions=[],this.valueRange={min:h,max:f},this._evalSeries=[]},e.prototype.render=function(){this.setRange(),this.traverseDataPoints(this.addValue.bind(this))},e.prototype.setRange=function(){for(var t=this.options.series,e=0;e<t.length;e++)for(var r=t[e],i=0;i<r.data.length;i++){var n=this._bindPoint(r,e,i).valueFields;this.valueRange.min=Math.min(this.valueRange.min,n.value),this.valueRange.max=Math.max(this.valueRange.max,n.value)}},e.prototype.addValue=function(t,e){var r;t&&(r=this.createPoint(t,e))&&Object.assign(r,e),this.points.push(r)},e.prototype.evalPointOptions=function(t,e,r){var i=r.series,n=r.seriesIx,o={defaults:i._defaults,excluded:["data","tooltip","content","template","visual","toggle"]},a=this._evalSeries[n];bt(a)||(this._evalSeries[n]=a=si(t,{},o,!0));var s=t;return a&&si(s=M({},t),{value:e,series:i,dataItem:r.dataItem,min:this.valueRange.min,max:this.valueRange.max},o),s},e.prototype.pointType=function(){return Ya},e.prototype.pointOptions=function(t,e){var r=this.seriesOptions[e];if(!r){var i=this.pointType().prototype.defaults;this.seriesOptions[e]=r=M({},i,{markers:{opacity:t.opacity},tooltip:{format:this.options.tooltip.format},labels:{format:this.options.labels.format}},t)}return r},e.prototype.createPoint=function(t,e){var r=e.series,i=this.pointOptions(r,e.seriesIx),n=e.color||r.color;(i=this.evalPointOptions(i,t,e),V(r.color))?n=i.color:n=Ga(n)(t.value/this.valueRange.max);var o=new Ya(t,i);return o.color=n,this.append(o),o},e.prototype.seriesAxes=function(t){var e=t.xAxis,r=t.yAxis,i=this.plotArea,n=e?i.namedXAxes[e]:i.axisX,o=r?i.namedYAxes[r]:i.axisY;if(!n)throw new Error("Unable to locate X axis with name "+e);if(!o)throw new Error("Unable to locate Y axis with name "+r);return{xAxis:n,yAxis:o}},e.prototype.reflow=function(t){var e=this,r=this.points,i=!this.options.clip,n=0;this.traverseDataPoints((function(t,o){var a=r[n++],s=e.seriesAxes(o.series),u=s.xAxis,l=s.yAxis,c=u.categoryIndex(t.x),p=l.categoryIndex(t.y),h=u.getSlot(c,c,i),f=l.getSlot(p,p,i);if(a)if(h&&f){var d=e.pointSlot(h,f);a.reflow(d)}else a.visible=!1})),this.box=t},e.prototype.pointSlot=function(t,e){return new Zt(t.x1,e.y1,t.x2,e.y2)},e.prototype.traverseDataPoints=function(t){for(var e=this.options.series,r=0;r<e.length;r++)for(var i=e[r],n=this.seriesAxes(i),o=n.xAxis,a=n.yAxis,s=o.currentRangeIndices(),u=a.currentRangeIndices(),l=0;l<i.data.length;l++){var c=this._bindPoint(i,r,l),p=c.valueFields,h=c.fields,f=o.totalIndex(p.x),d=a.totalIndex(p.y),v=s.min<=f&&f<=s.max,g=u.min<=d&&d<=u.max;v&&g&&t(p,M({pointIx:l,series:i,seriesIx:r,dataItem:i.data[l],owner:this},h))}},e.prototype.formatPointValue=function(t,e){var r=t.value;return this.chartService.format.auto(e,r.x,r.y,r.value)},e.prototype.animationPoints=function(){for(var t=this.points,e=[],r=0;r<t.length;r++)e.push((t[r]||{}).marker);return e},e}(ne);Lt(Wa,{series:[],tooltip:{format:"{0}, {1}: {2}"},labels:{format:"{2}"},clip:!0}),M(Wa.prototype,{_bindPoint:ci.prototype._bindPoint});var qa=Wa,Za=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initFields=function(){this.namedXAxes={},this.namedYAxes={}},e.prototype.render=function(t){void 0===t&&(t=this.panes),this.bindCategories(),this.createAxes(t),this.createCharts(t),this.createAxisLabels()},e.prototype.bindCategories=function(){for(var t=this.srcSeries||this.series,e=0;e<t.length;e++){for(var r=t[e],i=r.data||[],n=this.seriesAxes(r),o=n.xAxis,a=n.yAxis,s=Xt(o.categories||[]),u=Xt(a.categories||[]),l=0;l<i.length;l++){var c=Hr.current.bindPoint(r,l).valueFields,p=c.x,h=c.y;s.has(p)||s.add(p),u.has(h)||u.add(h)}o.categories=s.values(),a.categories=u.values()}},e.prototype.createCharts=function(t){for(var e=this.groupSeriesByPane(),r=0;r<t.length;r++){var i=t[r],n=e[i.options.name||"default"]||[];this.addToLegend(n);var o=this.filterVisibleSeries(n);o&&this.createHeatmapChart(Nn(o,["heatmap"]),i)}},e.prototype.createHeatmapChart=function(t,e){var r=new qa(this,{series:t});this.appendChart(r,e)},e.prototype.seriesPaneName=function(t){var e=this.options,r=t.xAxis,i=at([].concat(e.xAxis),(function(t){return t.name===r}))[0],n=t.yAxis,o=at([].concat(e.yAxis),(function(t){return t.name===n}))[0],a=(e.panes||[{}])[0].name||"default";return(i||{}).pane||(o||{}).pane||a},e.prototype.seriesAxes=function(t){var e,r,i=this.options,n=[].concat(i.xAxis),o=t.xAxis;e=o?n.find((function(t){return t.name===o})):n[0];var a=[].concat(i.yAxis),s=t.yAxis;if(r=s?a.find((function(t){return t.name===s})):a[0],!e)throw new Error("Unable to locate X axis with name "+o);if(!r)throw new Error("Unable to locate Y axis with name "+s);return{xAxis:e,yAxis:r}},e.prototype.createAxisLabels=function(){for(var t=this.axes,e=0;e<t.length;e++)t[e].createLabels()},e.prototype.createXYAxis=function(t,e,r){for(var i,n=t.name,o=e?this.namedYAxes:this.namedXAxes,a=Object.assign({axisCrossingValue:0},t,{vertical:e,reverse:e||this.chartService.rtl?!t.reverse:t.reverse,justified:!1}),s=a.categories?a.categories[0]:null,u=[a.min,a.max,s],c=this.series,p=0;p<c.length;p++){var h=c[p],f=h[e?"yAxis":"xAxis"];if(f===a.name||0===r&&!f){var d=Hr.current.bindPoint(h,0).valueFields;u.push(d[e?"y":"x"]);break}}for(var v=0;v<u.length;v++)if(u[v]instanceof Date){i=!0;break}var g=new(Mn(a.type,l)||!a.type&&i?sr:Qe)(a,this.chartService);if(g.axisIndex=r,n){if(o[n])throw new Error((e?"Y":"X")+" axis with name "+n+" is already defined");o[n]=g}return this.appendAxis(g),g.mapCategories(),g},e.prototype.createAxes=function(t){for(var e=this.options,r=[].concat(e.xAxis),i=[],n=[].concat(e.yAxis),o=[],a=0;a<r.length;a++){ct(this.findPane(r[a].pane),t)&&i.push(this.createXYAxis(r[a],!1,a))}for(var s=0;s<n.length;s++){ct(this.findPane(n[s].pane),t)&&o.push(this.createXYAxis(n[s],!0,s))}this.axisX=this.axisX||i[0],this.axisY=this.axisY||o[0]},e.prototype.removeAxis=function(e){var r=e.options.name;t.prototype.removeAxis.call(this,e),e.options.vertical?delete this.namedYAxes[r]:delete this.namedXAxes[r],e===this.axisX&&delete this.axisX,e===this.axisY&&delete this.axisY},e.prototype._dispatchEvent=function(t,e,r){for(var i=t._eventCoordinates(e),n=new Wt(i.x,i.y),o=this.axes,a=o.length,s=[],u=[],l=0;l<a;l++){var c=o[l];kn(c.options.vertical?u:s,c.getCategory(n))}s.length>0&&u.length>0&&t.trigger(r,{element:Ot(e),originalEvent:e,x:En(s),y:En(u)})},e.prototype.updateAxisOptions=function(t,e){var r=t.options.vertical,i=this.groupAxes(this.panes),n=(r?i.y:i.x).indexOf(t);Qa(this.options,n,r,e),Qa(this.originalOptions,n,r,e)},e.prototype.crosshairOptions=function(t){return Object.assign({},t.options.crosshair,{zIndex:0})},e}(Gn);function Qa(t,e,r,i){M([].concat(r?t.yAxis:t.xAxis)[e],i)}Lt(Za,{xAxis:{},yAxis:{}}),M(Za.prototype,Xn);var Ja=Za,ts="color",es="first",rs="max";Bo.current.register(_o,[Zr,Qr,Jr,ei,"area","verticalArea","candlestick","ohlc","bullet","verticalBullet","boxPlot","verticalBoxPlot","rangeColumn","rangeBar","waterfall","horizontalWaterfall","rangeArea","verticalRangeArea"]),Bo.current.register(ta,["scatter","scatterLine","bubble"]),Bo.current.register(ca,[ti]),Bo.current.register(va,["donut"]),Bo.current.register($a,["funnel"]),Bo.current.register(ja,["polarArea","polarLine","polarScatter"]),Bo.current.register(za,["radarArea","radarColumn","radarLine"]),Bo.current.register(Ja,["heatmap"]),Hr.current.register([Zr,Qr,Jr,ei,"area","verticalArea"],[g],["category",ts,"noteText","errorLow","errorHigh"]),Hr.current.register(["rangeColumn","rangeBar","rangeArea","verticalRangeArea"],["from","to"],["category",ts,"noteText"]),Hr.current.register(["waterfall","horizontalWaterfall"],[g],["category",ts,"noteText","summary"]),Hr.current.register(["polarArea","polarLine","polarScatter"],[m,b],[ts]),Hr.current.register(["radarArea","radarColumn","radarLine"],[g],[ts]),Hr.current.register(["funnel"],[g],["category",ts,"visibleInLegend","visible"]),Zn.current.register([Zr,Qr,Jr,ei,"area","verticalArea","waterfall","horizontalWaterfall"],{value:rs,color:es,noteText:es,errorLow:"min",errorHigh:rs}),Zn.current.register(["rangeColumn","rangeBar","rangeArea","verticalRangeArea"],{from:"min",to:rs,color:es,noteText:es}),Zn.current.register(["radarArea","radarColumn","radarLine"],{value:rs,color:es}),Hr.current.register(["scatter","scatterLine","bubble"],[m,b],[ts,"noteText","xErrorLow","xErrorHigh","yErrorLow","yErrorHigh"]),Hr.current.register(["bubble"],[m,b,"size"],[ts,"category","noteText"]),Hr.current.register(["heatmap"],[m,b,g],[ts,"noteText"]),Hr.current.register(["candlestick","ohlc"],["open","high","low","close"],["category",ts,"downColor","noteText"]),Zn.current.register(["candlestick","ohlc"],{open:rs,high:rs,low:"min",close:rs,color:es,downColor:es,noteText:es}),Hr.current.register(["boxPlot","verticalBoxPlot"],["lower","q1","median","q3","upper","mean","outliers"],["category",ts,"noteText"]),Zn.current.register(["boxPlot","verticalBoxPlot"],{lower:rs,q1:rs,median:rs,q3:rs,upper:rs,mean:rs,outliers:es,color:es,noteText:es}),Hr.current.register(["bullet","verticalBullet"],["current","target"],["category",ts,"visibleInLegend","noteText"]),Zn.current.register(["bullet","verticalBullet"],{current:rs,target:rs,color:es,noteText:es}),Hr.current.register([ti,"donut"],[g],["category",ts,"explode","visibleInLegend","visible"]);var is=["category",g,m,b],ns=function(t){function e(e,r,i,n){var o=this;void 0===n&&(n={}),t.call(this),this.observers=[],this.addObserver(n.observer),this.chartService=new q(this,n),this.chartService.theme=i,this._initElement(e);var a=M({},this.options,r);this._originalOptions=M({},a),this._theme=i,this._initTheme(a,i),this._initHandlers(),this._initSurface(),this.bindCategories(),Nt.preloadFonts(r,(function(){o.fontLoaded=!0,o._destroyed||(o.trigger("init"),o._redraw(),o._attachEvents())}))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initElement=function(t){for(this._setElementClass(t),t.style.position="relative";t.firstChild;)t.removeChild(t.firstChild);this.element=t},e.prototype._setElementClass=function(t){C(t,"k-chart")},e.prototype._initTheme=function(t,e){for(var r=[],i=t.series||[],n=0;n<i.length;n++)r.push(Object.assign({},i[n]));t.series=r,function(t){for(var e=is,r=0;r<e.length;r++){var i=e[r]+"Axes";t[i]&&(t[e[r]+"Axis"]=t[i],delete t[i])}}(t),this.applyDefaults(t,e),null===t.seriesColors&&delete t.seriesColors,this.options=M({},e,t),this.applySeriesColors()},e.prototype.getSize=function(){var t=this.options.chartArea||{};return{width:t.width?parseInt(t.width,10):Math.floor(this.element.offsetWidth),height:t.height?parseInt(t.height,10):Math.floor(this.element.offsetHeight)}},e.prototype.resize=function(t){var e=this.getSize(),r=this._size,i=e.width>0||e.height>0;t||i&&(!r||e.width!==r.width||e.height!==r.height)?(this._size=e,this._resize(e,t),this.trigger("resize",e)):i&&this._selections&&Et(this._selections,(function(t){return!t.visible}))&&(this._destroySelections(),this._setupSelection())},e.prototype._resize=function(){this._noTransitionsRedraw()},e.prototype.redraw=function(t){if(this.applyDefaults(this.options),this.applySeriesColors(),t){var e=this._model._plotArea,r=e.findPane(t);e.redraw(r)}else this._redraw()},e.prototype.getAxis=function(t){return Ir(t,this._plotArea.axes)},e.prototype.findAxisByName=function(t){return this.getAxis(t)},e.prototype.findPaneByName=function(t){for(var e=this._plotArea.panes,r=0;r<e.length;r++)if(e[r].options.name===t)return new Br(e[r])},e.prototype.findPaneByIndex=function(t){var e=this._plotArea.panes;if(e[t])return new Br(e[t])},e.prototype.plotArea=function(){return new Dr(this._plotArea)},e.prototype.toggleHighlight=function(t,e){var r,i,n,o=this._plotArea,a=(o.srcSeries||o.series||[])[0];V(e)?r=o.filterPoints(e):(N(e)?(i=e.series,n=e.category):i=n=e,r="donut"===a.type?os(o.pointsBySeriesName(i),n):a.type===ti||"funnel"===a.type?os((o.charts[0]||{}).points,n):o.pointsBySeriesName(i));r&&this.togglePointsHighlight(t,r)},e.prototype.togglePointsHighlight=function(t,e){for(var r=this._highlight,i=0;i<e.length;i++)r.togglePointHighlight(e[i],t)},e.prototype.showTooltip=function(t){var e,r,i=this._sharedTooltip(),n=this._tooltip,o=this._plotArea;if(V(t)?(e=o.findPoint(t))&&i&&(r=e.categoryIx):i&&bt(t)&&(r=o.categoryAxis.categoryIndex(t)),i){if(r>=0){var a=this._plotArea.pointsByCategoryIndex(r);n.showAt(a)}}else e&&n.show(e)},e.prototype.hideTooltip=function(){this._tooltip.hide()},e.prototype._initSurface=function(){var t=this.surface,e=this._surfaceWrap(),r=this.options.chartArea||{};r.width&&_t(e,{width:r.width}),r.height&&_t(e,{height:r.height}),t&&t.options.type===this.options.renderAs?(this.surface.clear(),this.surface.resize()):(this._destroySurface(),this.surface=S.drawing.Surface.create(e,{type:this.options.renderAs}),this.surface.bind("mouseenter",this._surfaceMouseenterHandler),this.surface.bind("mouseleave",this._surfaceMouseleaveHandler))},e.prototype._surfaceWrap=function(){return this.element},e.prototype._redraw=function(){var t=this._getModel();this._size={width:t.options.width,height:t.options.height},this._destroyView(),this._model=t,this._plotArea=t._plotArea,t.renderVisual(),!1!==this.options.transitions&&t.traverse((function(t){t.animation&&t.animation.setup()})),this._initSurface(),this.surface.draw(t.visual),!1!==this.options.transitions&&t.traverse((function(t){t.animation&&t.animation.play()})),this._tooltip=this._createTooltip(),this._highlight=new So,this._setupSelection(),this._createPannable(),this._createZoomSelection(),this._createMousewheelZoom(),this.trigger("render"),cs(this._plotArea.panes),this._navState||this._cancelDomEvents()},e.prototype.exportVisual=function(t){var e;if(t&&(t.width||t.height||t.options)){var r=this.options,i=M({},t.options,{chartArea:{width:t.width,height:t.height}});ls(this._originalOptions,i),this.options=M({},this._originalOptions,i),this._initTheme(this.options,this._theme),this.bindCategories();var n=this._getModel();n.renderVisual(),cs(n._plotArea.panes),e=n.visual,this.options=r}else e=this.surface.exportVisual();return e},e.prototype._sharedTooltip=function(){return this._plotArea instanceof _o&&this.options.tooltip&&this.options.tooltip.shared},e.prototype._createPannable=function(){var t=this.options;!1!==t.pannable&&(this._pannable=new Ao(this._plotArea,t.pannable))},e.prototype._createZoomSelection=function(){var t=this.options.zoomable,e=(t||{}).selection;!1!==t&&!1!==e&&(this._zoomSelection=new Vo(this,e))},e.prototype._createMousewheelZoom=function(){var t=this.options.zoomable,e=(t||{}).mousewheel;!1!==t&&!1!==e&&(this._mousewheelZoom=new To(this,e))},e.prototype._toggleDragZoomEvents=function(){var t=this.options.pannable,e=this.options.zoomable,r=(e||{}).selection,i=(e||{}).mousewheel,n=!(t||!1!==e&&!1!==r||this.requiresHandlers(["dragStart","drag","dragEnd"])),o=(!1===e||!1===i)&&!this.requiresHandlers(["zoomStart","zoom","zoomEnd"]),a=this.element;this._dragZoomEnabled&&n&&o?(a.style.touchAction=this._touchAction||"",this._dragZoomEnabled=!1):this._dragZoomEnabled||n&&o||(a.style.touchAction="none",this._dragZoomEnabled=!0),this._toggleDomEvents(!n,!o)},e.prototype._toggleDomEvents=function(t,e){var r=this.domEvents;r&&(r.toggleDrag&&r.toggleDrag(t),r.toggleZoom&&r.toggleZoom(e))},e.prototype._createTooltip=function(){var t=this.options.tooltip;return this._sharedTooltip()?this._createSharedTooltip(t):new Ko(this.chartService,t)},e.prototype._createSharedTooltip=function(t){return new Ho(this._plotArea,t)},e.prototype.applyDefaults=function(t,e){!function(t,e){var r,i,n,o=(e||{}).axisDefaults||{};function a(t){var e=(t||{}).color||i.color,n=M({},o,o[r],i,i[r],{line:{color:e},labels:{color:e},title:{color:e}},t);return delete n[r],n}for(var s=0;s<is.length;s++)r=is[s]+"Axis",i=t.axisDefaults||{},n=(n=[].concat(t[r])).map(a),t[r]=n.length>1?n:n[0]}(t,e),function(t,e){var r=t.series,i=r.length,n=t.seriesDefaults,o=M({},t.seriesDefaults),a=e?M({},e.seriesDefaults):{},s=M({},a);as(o),as(s);for(var u=0;u<i;u++){var l=r[u].type||t.seriesDefaults.type,c=M({data:[]},s,a[l],{tooltip:t.tooltip},o,n[l]);r[u]._defaults=c,r[u]=M({},c,r[u]),r[u].data=r[u].data||[]}}(t,e)},e.prototype.applySeriesColors=function(){for(var t=this.options,e=t.series,r=t.seriesColors||[],i=0;i<e.length;i++){var n=e[i],o=r[i%r.length],a=n._defaults;n.color=n.color||o,a&&(a.color=a.color||o)}},e.prototype._getModel=function(){var t=this.options,e=this._createPlotArea(),r=new he(this._modelOptions());return r.chart=this,r._plotArea=e,_e.buildTitle(t.title,r),t.legend&&t.legend.visible&&r.append(new Io(e.options.legend,this.chartService)),r.append(e),r.reflow(),r},e.prototype._modelOptions=function(){var t=this.options,e=this.getSize();return M({transitions:t.transitions,width:e.width||600,height:e.height||400},t.chartArea)},e.prototype._createPlotArea=function(t){var e=this.options;return Bo.current.create(t?[]:e.series,e,this.chartService)},e.prototype._setupSelection=function(){for(var t=this._plotArea.axes,e=this._selections=[],r=0;r<t.length;r++){var i=t[r],n=i.options;if(i instanceof Qe&&n.select&&!n.vertical){var o=i.range(),a=new Fo(this,i,M({min:o.min,max:o.max},n.select));e.push(a)}}},e.prototype._selectStart=function(t){return this.trigger("selectStart",t)},e.prototype._select=function(t){return this.trigger("select",t)},e.prototype._selectEnd=function(t){return this.trigger("selectEnd",t)},e.prototype._initHandlers=function(){this._clickHandler=this._click.bind(this),this._mousewheelHandler=this._mousewheel.bind(this),this._mouseleaveHandler=this._mouseleave.bind(this),this._surfaceMouseenterHandler=this._mouseover.bind(this),this._surfaceMouseleaveHandler=this._mouseout.bind(this),this._mousemove=Object(S.throttle)(this._mousemove.bind(this),20)},e.prototype.addObserver=function(t){t&&this.observers.push(t)},e.prototype.removeObserver=function(t){var e=this.observers.indexOf(t);e>=0&&this.observers.splice(e,1)},e.prototype.requiresHandlers=function(t){for(var e=this.observers,r=0;r<e.length;r++)if(e[r].requiresHandlers(t))return!0},e.prototype.trigger=function(t,e){void 0===e&&(e={}),"showTooltip"===t&&(e.anchor.point=this._toDocumentCoordinates(e.anchor.point)),e.sender=this;for(var r=this.observers,i=!1,n=0;n<r.length;n++)r[n].trigger(t,e)&&(i=!0);return i},e.prototype._attachEvents=function(){var t,e,r=this.element;this._touchAction=r.style.touchAction,mt(r,((t={}).contextmenu=this._clickHandler,t[ii]=this._mousewheelHandler,t.mouseleave=this._mouseleaveHandler,t)),this._shouldAttachMouseMove()&&mt(r,((e={}).mousemove=this._mousemove,e)),this.domEvents=Q.create(this.element,{start:this._start.bind(this),move:this._move.bind(this),end:this._end.bind(this),tap:this._tap.bind(this),gesturestart:this._gesturestart.bind(this),gesturechange:this._gesturechange.bind(this),gestureend:this._gestureend.bind(this)}),this._toggleDragZoomEvents()},e.prototype._mouseleave=function(t){this._hoveredPoint&&(this._hoveredPoint.out(this,t),this._hoveredPoint=null),this._plotArea.hovered&&(this.trigger("plotAreaLeave"),this._plotArea.hovered=!1)},e.prototype._cancelDomEvents=function(){this.domEvents&&this.domEvents.cancel&&this.domEvents.cancel()},e.prototype._gesturestart=function(t){this._mousewheelZoom&&!this._stopChartHandlers(t)&&(this._gestureDistance=t.distance,this._unsetActivePoint(),this.surface.suspendTracking())},e.prototype._gestureend=function(t){this._zooming&&!this._stopChartHandlers(t)&&(this.surface&&this.surface.resumeTracking(),this._zooming=!1,this.trigger("zoomEnd",{}))},e.prototype._gesturechange=function(t){var e=this._mousewheelZoom;if(e&&!this._stopChartHandlers(t)){t.preventDefault();var r=this._gestureDistance,i=-t.distance/r+1;if(Math.abs(i)>=.1){i=Math.round(10*i),this._gestureDistance=t.distance;var n={delta:i,axisRanges:ss(this._plotArea.axes),originalEvent:t};if(this._zooming||!this.trigger("zoomStart",n))this._zooming||(this._zooming=!0),(n.axisRanges=e.updateRanges(i))&&!this.trigger("zoom",n)&&e.zoom()}}},e.prototype._mouseout=function(t){if(t.element){var e=this._drawingChartElement(t.element,t);e&&e.leave&&e.leave(this,t.originalEvent)}},e.prototype._start=function(t){var e=this._eventCoordinates(t);!this._stopChartHandlers(t)&&this._plotArea.backgroundContainsPoint(e)&&(this.requiresHandlers(["dragStart","drag","dragEnd"])&&this._startNavigation(t,e,"dragStart"),this._pannable&&this._pannable.start(t)&&(this.surface.suspendTracking(),this._unsetActivePoint(),this._suppressHover=!0,this.chartService.panning=!0),this._zoomSelection&&this._zoomSelection.start(t)&&this.trigger("zoomStart",{axisRanges:ss(this._plotArea.axes),originalEvent:t}))},e.prototype._move=function(t){var e=this._navState,r=this._pannable;if(!this._stopChartHandlers(t)){if(r){var i=r.move(t);i&&!this.trigger("drag",{axisRanges:i,originalEvent:t})&&r.pan()}else if(e){for(var n={},o=e.axes,a=0;a<o.length;a++){var s=o[a];if(s.options.name){var u=s.options.vertical?t.y:t.x,l=u.startLocation-u.location;0!==l&&(n[s.options.name]=s.translateRange(l))}}e.axisRanges=n,this.trigger("drag",{axisRanges:n,originalEvent:t})}this._zoomSelection&&this._zoomSelection.move(t)}},e.prototype._end=function(t){if(!this._stopChartHandlers(t)){var e=this._pannable;if(e&&e.end(t)?(this.surface.resumeTracking(),this.trigger("dragEnd",{axisRanges:ss(this._plotArea.axes),originalEvent:t}),this._suppressHover=!1,this.chartService.panning=!1):this._endNavigation(t,"dragEnd"),this._zoomSelection){var r=this._zoomSelection.end(t);r&&!this.trigger("zoom",{axisRanges:r,originalEvent:t})&&(this._zoomSelection.zoom(),this.trigger("zoomEnd",{axisRanges:r,originalEvent:t}))}}},e.prototype._stopChartHandlers=function(t){var e=this._selections||[];if(!e.length)return!1;var r=this._eventCoordinates(t),i=this._plotArea.paneByPoint(r);if(i)for(var n=0;n<e.length;n++)if(e[n].onPane(i))return!0},e.prototype._mousewheel=function(t){var e=this,r=vt(t),i=this._mousewheelZoom,n=this._eventCoordinates(t);if(!this._stopChartHandlers(t)&&this._plotArea.backgroundContainsPoint(n))if(i){var o={delta:r,axisRanges:ss(this._plotArea.axes),originalEvent:t};!this._zooming&&this.trigger("zoomStart",o)||(t.preventDefault(),this._zooming||(this._unsetActivePoint(),this.surface.suspendTracking(),this._zooming=!0),this._mwTimeout&&clearTimeout(this._mwTimeout),o.axisRanges=i.updateRanges(r),o.axisRanges&&!this.trigger("zoom",o)&&i.zoom(),this._mwTimeout=setTimeout((function(){e.trigger("zoomEnd",o),e._zooming=!1,e.surface&&e.surface.resumeTracking()}),150))}else{var a=this._navState;if(!a)this._startNavigation(t,n,"zoomStart")||(a=this._navState);if(a){var s=a.totalDelta||r;a.totalDelta=s+r;for(var u=this._navState.axes,l={},c=0;c<u.length;c++){var p=u[c],h=p.options.name;h&&(l[h]=p.scaleRange(-s))}this.trigger("zoom",{delta:r,axisRanges:l,originalEvent:t}),this._mwTimeout&&clearTimeout(this._mwTimeout),this._mwTimeout=setTimeout((function(){e._endNavigation(t,"zoomEnd")}),150)}}},e.prototype._startNavigation=function(t,e,r){var i=this._model._plotArea,n=i.findPointPane(e),o=i.axes.slice(0);if(n){var a=ss(o);this.trigger(r,{axisRanges:a,originalEvent:t})?this._cancelDomEvents():(this._suppressHover=!0,this._unsetActivePoint(),this._navState={axisRanges:a,pane:n,axes:o})}},e.prototype._endNavigation=function(t,e){this._navState&&(this.trigger(e,{axisRanges:this._navState.axisRanges,originalEvent:t}),this._suppressHover=!1,this._navState=null)},e.prototype._getChartElement=function(t,e){var r=this.surface.eventTarget(t);if(r)return this._drawingChartElement(r,t,e)},e.prototype._drawingChartElement=function(t,e,r){for(var i,n=t;n&&!i;)i=n.chartElement,n=n.parent;if(i)return i.aliasFor&&(i=i.aliasFor(e,this._eventCoordinates(e))),r&&(i=i.closest(r))&&i.aliasFor&&(i=i.aliasFor()),i},e.prototype._eventCoordinates=function(t){var e=St(t);return this._toModelCoordinates(e.x,e.y)},e.prototype._elementPadding=function(){if(!this._padding){var t=B(this.element,["paddingLeft","paddingTop"]),e=t.paddingLeft,r=t.paddingTop;this._padding={top:r,left:e}}return this._padding},e.prototype._toDocumentCoordinates=function(t){var e=this._elementPadding(),r=Ct(this.element);return{left:kt(t.x+e.left+r.left),top:kt(t.y+e.top+r.top)}},e.prototype._toModelCoordinates=function(t,e){var r=this.element,i=Ct(r),n=this._elementPadding(),o=zt(r).invert(),a=new S.geometry.Point(t-i.left-n.left,e-i.top-n.top).transform(o);return new Wt(a.x,a.y)},e.prototype._tap=function(t){var e=this,r=this.surface.eventTarget(t),i=this._drawingChartElement(r,t),n=this._sharedTooltip();this._startHover(r,t)||n||this._unsetActivePoint(),n&&this._trackSharedTooltip(this._eventCoordinates(t),t,!0),this._propagateClick(i,t),this.handlingTap=!0,setTimeout((function(){e.handlingTap=!1}),0)},e.prototype._click=function(t){var e=this._getChartElement(t);this._propagateClick(e,t)},e.prototype._propagateClick=function(t,e){for(var r=t;r;)r.click&&r.click(this,e),r=r.parent},e.prototype._startHover=function(t,e){if(this._suppressHover)return!1;var r=this._drawingChartElement(t,e,(function(t){return(t.hover||t.over)&&!(t instanceof Gn)})),i=this._activePoint,n=this._plotArea.series.length>1,o=this._hasInactiveOpacity();return this._updateHoveredPoint(r,e),r&&i!==r&&r.hover?(this._activePoint=r,this._sharedTooltip()||r.hover(this,e)||(this._displayTooltip(r),o?this._displayInactiveOpacity(r,n):this._highlight.show(r))):!r&&o&&(n&&this._activeChartInstance&&(this._updateSeriesOpacity(r,!0),this._applySeriesOpacity(this._activeChartInstance.children,null,!0),this._activeChartInstance=null),this._highlight&&this._highlight.hide(),this._activePoint=null),r},e.prototype._displayTooltip=function(t){M({},this.options.tooltip,t.options.tooltip).visible&&this._tooltip.show(t)},e.prototype._displayInactiveOpacity=function(t,e,r){var i=this._activeChartInstance=this._chartInstanceFromPoint(t);if(i)if(e)this._updateSeriesOpacity(t),this._applySeriesOpacity(i.children,null,!0),this._applySeriesOpacity(i.children,t.series),this._highlight.show(r||t);else{var n;if(!i.supportsPointInactiveOpacity())return void this._highlight.show(t);(n=this._getInactivePoints(t,i))&&n.length&&this._highlight.show(n,1-this._getInactiveOpacityForSeries(t.series))}},e.prototype._getInactivePoints=function(t,e){return this._getAllPointsOfType(e,t.constructor).filter((function(e){return e!==t}))},e.prototype._getAllPointsOfType=function(t,e){for(var r=[],i=0;i<t.children.length;i++){var n=t.children[i];n.constructor===e?r.push(n):n.children&&n.children.length&&(r=r.concat(this._getAllPointsOfType(n,e)))}return r},e.prototype._updateHoveredPoint=function(t,e){var r=this._hoveredPoint;r&&r!==t&&(r.out(this,e),this._hoveredPoint=null),t&&r!==t&&t.over&&(this._hoveredPoint=t,t.over(this,e))},e.prototype._updateSeriesOpacity=function(t,e){for(var r=this._plotArea,i=r.series.length,n=0;n<i;n++){var o=r.series[n],a=this._getDefaultOpacityForSeries(o),s=this._getInactiveOpacityForSeries(o);e||o===t.series?(o.opacity=a,o.line&&(o.line.opacity=a)):(o.defaultOpacity=a,o.opacity=s,o.line&&(o.line.opacity=s))}},e.prototype._applySeriesOpacity=function(t,e,r,i){for(var n=0;n<t.length;n++){var o=t[n],a=o.series||i;if(a&&o.visual){var s=i?i.opacity:o.series.opacity;(a!==e||r)&&o.visual.opacity(r?1:s)}o.children&&o.children.length&&this._applySeriesOpacity(o.children,e,r,o.series)}},e.prototype._chartInstanceFromPoint=function(t){for(var e=t.parent;e&&!e.plotArea;)e=e.parent;return e},e.prototype._hasInactiveOpacity=function(){var t=void 0!==this.options.seriesDefaults.highlight.inactiveOpacity,e=this.options.series.filter((function(t){return void 0!==t.highlight.inactiveOpacity})).length>0;return t||e},e.prototype._getInactiveOpacityForSeries=function(t){var e=this.options.seriesDefaults.highlight.inactiveOpacity;return t.highlight.inactiveOpacity||e||t.opacity||1},e.prototype._getDefaultOpacityForSeries=function(t){return t.defaultOpacity||t.opacity||1},e.prototype._mouseover=function(t){var e,r=this._startHover(t.element,t.originalEvent);r&&r.tooltipTracking&&!this._mouseMoveTrackHandler&&!this._sharedTooltip()&&(this._mouseMoveTrackHandler=this._mouseMoveTracking.bind(this),mt(document,((e={}).mousemove=this._mouseMoveTrackHandler,e)))},e.prototype._mouseMoveTracking=function(t){var e,r=this.options,i=this._tooltip,n=this._highlight,o=this._activePoint,a=this._eventCoordinates(t);if(this._plotArea.box.containsPoint(a)){if(o&&o.tooltipTracking&&o.series&&o.parent.getNearestPoint){var s=o.parent.getNearestPoint(a.x,a.y,o.seriesIx);if(s&&s!==o)if(this._activePoint=s,!s.hover(this,t))M({},r.tooltip,s.options.tooltip).visible&&i.show(s),n.show(s)}}else Vt(document,((e={}).mousemove=this._mouseMoveTrackHandler,e)),this._unsetActivePoint(),this._mouseMoveTrackHandler=null},e.prototype._mousemove=function(t){var e=this._eventCoordinates(t),r=this._plotArea;if(this._trackCrosshairs(e),r.hover){var i=r.backgroundContainsPoint(e);i?(r.hovered=!0,this._plotArea.hover(this,t)):r.hovered&&!i&&(this.trigger("plotAreaLeave"),r.hovered=!1)}this._sharedTooltip()&&this._trackSharedTooltip(e,t)},e.prototype._trackCrosshairs=function(t){for(var e=this._plotArea.crosshairs,r=0;r<e.length;r++){var i=e[r];i.box.containsPoint(t)?i.showAt(t):i.hide()}},e.prototype._trackSharedTooltip=function(t,e,r){if(!this._suppressHover){var i=this.options.tooltip,n=this._plotArea,o=this._plotArea.categoryAxis,a=this._tooltip,s=this._highlight;if(n.backgroundContainsPoint(t)){var u=o.pointCategoryIndex(t);if(u!==this._tooltipCategoryIx||!this._sharedHighlight&&r){var l=n.pointsByCategoryIndex(u),c=l.map((function(t){return t.eventArgs(e)})),p=c[0]||{};p.categoryPoints=c,l.length>0&&!this.trigger("seriesHover",p)?(i.visible&&a.showAt(l,t),s.show(l),this._sharedHighlight=!0):a.hide(),this._tooltipCategoryIx=u}else r&&this._sharedHighlight&&(s.hide(),a.hide(),this._sharedHighlight=!1)}else this._sharedHighlight&&(s.hide(),a.hide(),this._tooltipCategoryIx=null,this._sharedHighlight=!1)}},e.prototype.hideElements=function(t){var e=this._plotArea;this._mousemove.cancel(),e.hideCrosshairs(),this._unsetActivePoint(t)},e.prototype._unsetActivePoint=function(t){var e=this._tooltip,r=this._highlight;this._activePoint=null,this._hoveredPoint=null,!e||t&&t.keepTooltipOpen||e.hide(),this._tooltipCategoryIx=null,this._sharedHighlight=!1,r&&r.hide()},e.prototype._deferRedraw=function(){this._redraw()},e.prototype._clearRedrawTimeout=function(){this._redrawTimeout&&(clearInterval(this._redrawTimeout),this._redrawTimeout=null)},e.prototype.bindCategories=function(){for(var t=this.options,e=[].concat(t.categoryAxis),r=0;r<e.length;r++){var i=e[r];!1!==i.autoBind&&this.bindCategoryAxisFromSeries(i,r)}},e.prototype.bindCategoryAxisFromSeries=function(t,e){for(var r,i=this.options.series,n=i.length,o=new lt,a=[],s=!1,u=0;u<n;u++){var l=i[u],c=l.categoryAxis===t.name||!l.categoryAxis&&0===e,p=l.data,h=p.length,f=l.categoryField&&c;if(s=f||s,f&&h>0)for(var d=(r=In(t,Kr(l.categoryField,p[0])))?Ln:Kr,v=0;v<h;v++){var g=p[v],y=d(l.categoryField,g,this.chartService.intl);!r&&o.get(y)||(a.push([y,g]),r||o.set(y,!0))}}if(a.length>0){r&&(a=function(t,e){void 0===e&&(e=Fe);for(var r=function(t,e){void 0===e&&(e=Fe);for(var r=1,i=t.length;r<i;r++)if(e(t[r],t[r-1])<0){t.sort(e);break}return t}(t,e),i=r.length,n=i>0?[r[0]]:[],o=1;o<i;o++)0!==e(r[o],wt(n))&&n.push(r[o]);return n}(a,(function(t,e){return Fe(t[0],e[0])})));var m=function(t){for(var e=t.length,r=[],i=0;i<e;i++)for(var n=t[i],o=n.length,a=0;a<o;a++)r[a]=r[a]||[],r[a].push(n[a]);return r}(a);t.categories=m[0]}else s&&(t.categories=[])},e.prototype._isBindable=function(t){for(var e=Hr.current.valueFields(t),r=!0,i=0;i<e.length;i++){var n=e[i];if(n===g?n="field":n+="Field",!bt(t[n])){r=!1;break}}return r},e.prototype._noTransitionsRedraw=function(){var t,e=this.options;!1!==e.transitions&&(e.transitions=!1,t=!0),this._redraw(),t&&(e.transitions=!0)},e.prototype._legendItemHover=function(t,e){var r,i=this._plotArea,n=this._highlight,o=(i.srcSeries||i.series)[t];if(r=ct(o.type,[ti,"donut","funnel"])?i.findPoint((function(r){return r.series.index===t&&r.index===e})):i.pointsBySeriesIndex(t),this._hasInactiveOpacity()&&o.visible&&r){var a=i.series.length>1,s=r.length?r[0]:r;this._displayInactiveOpacity(s,a,r)}else n.show(r)},e.prototype._shouldAttachMouseMove=function(){return this._plotArea.crosshairs.length||this._tooltip&&this._sharedTooltip()||this.requiresHandlers(["plotAreaHover","plotAreaLeave"])},e.prototype.updateMouseMoveHandler=function(){var t,e;Vt(this.element,((t={}).mousemove=this._mousemove,t)),this._shouldAttachMouseMove()&&mt(this.element,((e={}).mousemove=this._mousemove,e))},e.prototype.applyOptions=function(t,e){ls(this._originalOptions,t),this._originalOptions=M(this._originalOptions,t),this.options=M({},this._originalOptions),e&&(this._theme=e,this.chartService.theme=e),this._initTheme(this.options,this._theme),this._toggleDragZoomEvents()},e.prototype.setOptions=function(t,e){this.applyOptions(t,e),this.bindCategories(),this.redraw(),this.updateMouseMoveHandler()},e.prototype.setDirection=function(t){this.chartService.rtl=Boolean(t),this.surface&&"svg"===this.surface.type&&this._destroySurface()},e.prototype.setIntlService=function(t){this.chartService.intl=t},e.prototype.noTransitionsRedraw=function(){this._noTransitionsRedraw()},e.prototype.destroy=function(){var t,e;this._destroyed=!0,Vt(this.element,((t={}).contextmenu=this._clickHandler,t[ii]=this._mousewheelHandler,t.mousemove=this._mousemove,t.mouseleave=this._mouseleaveHandler,t)),this.domEvents&&(this.domEvents.destroy(),delete this.domEvents),this._mouseMoveTrackHandler&&Vt(document,((e={}).mousemove=this._mouseMoveTrackHandler,e)),this._destroyView(),this._destroySurface(),this._clearRedrawTimeout()},e.prototype._destroySurface=function(){var t=this.surface;t&&(t.unbind("mouseenter",this._surfaceMouseenterHandler),t.unbind("mouseleave",this._surfaceMouseleaveHandler),t.destroy(),this.surface=null)},e.prototype._destroySelections=function(){var t=this._selections;if(t)for(;t.length>0;)t.shift().destroy()},e.prototype._destroyView=function(){var t=this._model;t&&(t.destroy(),this._model=null),this._unsetActivePoint(),this._destroySelections(),this._tooltip&&this._tooltip.destroy(),this._highlight&&this._highlight.destroy(),this._zoomSelection&&(this._zoomSelection.destroy(),delete this._zoomSelection),this._pannable&&(this._pannable.destroy(),delete this._pannable),this._mousewheelZoom&&(this._mousewheelZoom.destroy(),delete this._mousewheelZoom)},e}(S.Class);function os(t,e){if(t)for(var r=0;r<t.length;r++)if(t[r].category===e)return[t[r]]}function as(t){delete t.bar,delete t.column,delete t.rangeColumn,delete t.line,delete t.verticalLine,delete t.pie,delete t.donut,delete t.area,delete t.verticalArea,delete t.scatter,delete t.scatterLine,delete t.bubble,delete t.candlestick,delete t.ohlc,delete t.boxPlot,delete t.bullet,delete t.verticalBullet,delete t.polarArea,delete t.polarLine,delete t.radarArea,delete t.radarLine,delete t.waterfall}function ss(t){for(var e={},r=0;r<t.length;r++){var i=t[r],n=i.options.name;n&&(e[n]=i.range())}return e}var us=["data","categories"];function ls(t,e){for(var r in e)if(!ct(r,us)&&e.hasOwnProperty(r)){var i=e[r],n=t[r];if(bt(n)){var o=null===i;o||!bt(i)?(delete t[r],o&&delete e[r]):n&&N(i)&&N(n)&&ls(n,i)}}}function cs(t){for(var e=0;e<t.length;e++)t[e].notifyRender()}Lt(ns,{renderAs:"",chartArea:{},legend:{visible:!0,labels:{}},categoryAxis:{},seriesDefaults:{type:Qr,data:[],highlight:{visible:!0},labels:{},negativeValues:{visible:!1}},series:[],seriesColors:null,tooltip:{visible:!1},transitions:!0,valueAxis:{},plotArea:{},title:{},xAxis:{},yAxis:{},panes:[{}],pannable:!1,zoomable:!1});var ps=ns,hs=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._slotAnchor=function(t,e){var r=this.plotArea.categoryAxis.options.vertical,i=r?{horizontal:"left",vertical:"center"}:{horizontal:"center",vertical:"bottom"};return{point:r?new Wt(this.plotArea.box.x2,e.center().y):new Wt(e.center().x,-2),align:i}},e.prototype._defaultAnchor=function(t,e){return this._slotAnchor({},e)},e}(Ho),fs=[Zr,"bullet"];function ds(t){for(var e=[],r=0;r<t.length;r++){var i=t[r];e[r]=i.style.display,i.style.display="none"}return e}function vs(t,e){for(var r=0;r<t.length;r++)t[r].style.display=e[r]}function gs(t){return P(t)?[t]:t}var ys=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._setElementClass=function(t){C(t,"k-sparkline")},e.prototype._initElement=function(e){t.prototype._initElement.call(this,e),this._initialWidth=Math.floor(_t(e).width)},e.prototype._resize=function(){var e=this.element,r=ds(e.childNodes);this._initialWidth=Math.floor(_t(e).width),vs(e.childNodes,r),t.prototype._resize.call(this)},e.prototype._modelOptions=function(){var t=this.options,e=this._surfaceWrap(),r=ds(e.childNodes),i=document.createElement("span");i.innerHTML=" ",e.appendChild(i);var n=M({width:this._autoWidth,height:_t(e).height,transitions:t.transitions},t.chartArea,{inline:!0,align:!1});return _t(e,{width:n.width,height:n.height}),e.removeChild(i),vs(e.childNodes,r),this.surface&&this.surface.resize(),n},e.prototype._surfaceWrap=function(){if(!this.stage){var t=this.stage=document.createElement("span");this.element.appendChild(t)}return this.stage},e.prototype._createPlotArea=function(e){var r=t.prototype._createPlotArea.call(this,e);return this._autoWidth=this._initialWidth||this._calculateWidth(r),r},e.prototype._calculateWidth=function(t){for(var e=this.options,r=D(e.chartArea.margin),i=t.charts,n=this._surfaceWrap(),o=0,a=0;a<i.length;a++){var s=i[a],u=(s.options.series||[])[0];if(u){if(u.type===Zr)return 150;if("bullet"===u.type)return 150;if(u.type===ti)return _t(n).height;var l=s.categoryAxis;if(l){var c=l.categoriesCount()*(!s.options.isStacked&&ct(u.type,[Qr,"verticalBullet"])?s.seriesOptions.length:1);o=Math.max(o,c)}}}var p=o*e.pointWidth;return p>0&&(p+=r.left+r.right),p},e.prototype._createSharedTooltip=function(t){return new hs(this._plotArea,t)},e.normalizeOptions=function(t){var e=gs(t);return(e=x(e)?{seriesDefaults:{data:e}}:M({},e)).series||(e.series=[{data:gs(e.data)}]),M(e,{seriesDefaults:{type:e.type}}),(ct(e.series[0].type,fs)||ct(e.seriesDefaults.type,fs))&&(e=M({},{categoryAxis:{crosshair:{visible:!1}}},e)),e},e}(ps);Lt(ys,{chartArea:{margin:2},axisDefaults:{visible:!1,majorGridLines:{visible:!1},valueAxis:{narrowRange:!0}},seriesDefaults:{type:"line",area:{line:{width:.5}},bar:{stack:!0},padding:2,width:.5,overlay:{gradient:null},highlight:{visible:!1},border:{width:0},markers:{size:2,visible:!1}},tooltip:{visible:!0,shared:!0},categoryAxis:{crosshair:{visible:!0,tooltip:{visible:!1}}},legend:{visible:!1},transitions:!1,pointWidth:5,panes:[{clip:!1}]});var ms=ys,bs=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setup=function(){this._initialOpacity=parseFloat(B(this.element,"opacity").opacity)},e.prototype.step=function(t){B(this.element,{opacity:String(pt(this._initialOpacity,0,t))})},e.prototype.abort=function(){t.prototype.abort.call(this),B(this.element,{display:"none",opacity:String(this._initialOpacity)})},e.prototype.cancel=function(){t.prototype.abort.call(this),B(this.element,{opacity:String(this._initialOpacity)})},e}(S.drawing.Animation);function xs(t,e){var r=document.createElement("div");return r.className=t,e&&(r.style.cssText=e),r}var Cs=function(t){function e(e,r,i){t.call(this),this.options=M({},this.options,i),this.container=e,this.chartService=r;var n=B(e,["paddingLeft","paddingTop"]);this.chartPadding={top:n.paddingTop,left:n.paddingLeft},this.createElements(),e.appendChild(this.element)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createElements=function(){var t=this.element=xs("k-navigator-hint","display: none; position: absolute; top: 1px; left: 1px;"),e=this.tooltip=xs("k-tooltip k-chart-tooltip"),r=this.scroll=xs("k-scroll");e.innerHTML=" ",t.appendChild(e),t.appendChild(r)},e.prototype.show=function(t,e,r){var i=this.element,n=this.options,o=this.scroll,a=this.tooltip,s=Ee(Ue(t)+Ue(e-t)/2),u=.4*r.width(),l=r.center().x-u,c=(r.center().x-l)/(n.max-n.min),p=s-n.min,h=this.chartService.intl.format(n.format,t,e),f=rt(n);this.clearHideTimeout(),this._visible||(B(i,{visibility:"hidden",display:"block"}),this._visible=!0),f&&(h=f({from:t,to:e})),a.innerHTML=h,B(a,{left:r.center().x-a.offsetWidth/2,top:r.y1});var d=B(a,["marginTop","borderTopWidth","height"]);B(o,{width:u,left:l+p*c,top:r.y1+d.marginTop+d.borderTopWidth+d.height/2}),B(i,{visibility:"visible"})},e.prototype.clearHideTimeout=function(){this._hideTimeout&&clearTimeout(this._hideTimeout),this._hideAnimation&&this._hideAnimation.cancel()},e.prototype.hide=function(){var t=this;this.clearHideTimeout(),this._hideTimeout=setTimeout((function(){t._visible=!1,t._hideAnimation=new bs(t.element),t._hideAnimation.setup(),t._hideAnimation.play()}),this.options.hideDelay)},e.prototype.destroy=function(){this.clearHideTimeout(),this.container&&this.container.removeChild(this.element),delete this.container,delete this.chartService,delete this.element,delete this.tooltip,delete this.scroll},e}(S.Class);Lt(Cs,{format:"{0:d} - {1:d}",hideDelay:500});var _s=Cs,Os="_navigator",Ss=Os;function ws(){}var js=function(t){function e(e){var r;t.call(this),this.chart=e;var i=this.options=M({},this.options,e.options.navigator),n=i.select;n&&(n.from=this.parseDate(n.from),n.to=this.parseDate(n.to)),bt(i.hint.visible)||(i.hint.visible=i.visible),this.chartObserver=new ft(this,((r={}).drag="_drag",r.dragEnd="_dragEnd",r.zoom="_zoom",r.zoomEnd="_zoomEnd",r)),e.addObserver(this.chartObserver)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.parseDate=function(t){return Ye(this.chart.chartService.intl,t)},e.prototype.clean=function(){this.selection&&(this.selection.destroy(),this.selection=null),this.hint&&(this.hint.destroy(),this.hint=null)},e.prototype.destroy=function(){this.chart&&(this.chart.removeObserver(this.chartObserver),delete this.chart),this.clean()},e.prototype.redraw=function(){this._redrawSelf(),this.initSelection()},e.prototype.initSelection=function(){var t,e=this.chart,r=this.options,i=this.mainAxis(),n=i.roundedRange(),o=n.min,a=n.max,s=r.select,u=s.from,l=s.to,c=s.mousewheel,p=(t=i,ws.prototype=t,new ws);0!==i.categoriesCount()&&(this.clean(),p.box=i.box,this.selection=new Fo(e,p,{min:o,max:a,from:u||o,to:l||a,mousewheel:Tt(c,{zoom:"left"}),visible:r.visible},new ft(this,{selectStart:"_selectStart",select:"_select",selectEnd:"_selectEnd"})),r.hint.visible&&(this.hint=new _s(e.element,e.chartService,{min:o,max:a,template:rt(r.hint),format:r.hint.format})))},e.prototype.setRange=function(){var t=this.chart._createPlotArea(!0).namedCategoryAxes[Ss].roundedRange(),e=t.min,r=t.max,i=this.options.select||{},n=i.from||e;n<e&&(n=e);var o=i.to||r;o>r&&(o=r),this.options.select=M({},i,{from:n,to:o}),this.filterAxes()},e.prototype._redrawSelf=function(t){var e=this.chart._plotArea;e&&e.redraw(wt(e.panes),t)},e.prototype.redrawSlaves=function(){var t=this.chart,e=t._plotArea,r=e.panes.slice(0,-1);e.srcSeries=t.options.series,e.options.categoryAxis=t.options.categoryAxis,e.clearSeriesPointsCache(),e.redraw(r)},e.prototype._drag=function(t){var e,r=this.chart,i=this.selection,n=r._eventCoordinates(t.originalEvent),o=this.mainAxis(),a=o.roundedRange(),s=o.pane.box.containsPoint(n),u=r._plotArea.categoryAxis,l=t.axisRanges[u.options.name],c=this.options.select;if(l&&!s&&i){e=c.from&&c.to?Ue(c.to)-Ue(c.from):Ue(i.options.to)-Ue(i.options.from);var p=Ee(jt(Ue(l.min),a.min,Ue(a.max)-e)),h=Ee(jt(Ue(p)+e,Ue(a.min)+e,a.max));this.options.select={from:p,to:h},this.options.liveDrag&&(this.filterAxes(),this.redrawSlaves()),i.set(p,h),this.showHint(p,h)}},e.prototype._dragEnd=function(){this.filterAxes(),this.filter(),this.redrawSlaves(),this.hint&&this.hint.hide()},e.prototype.readSelection=function(){var t=this.selection.options,e=t.from,r=t.to,i=this.options.select;i.from=e,i.to=r},e.prototype.filterAxes=function(){var t=this.options.select;void 0===t&&(t={});for(var e=this.chart.options.categoryAxis,r=t.from,i=t.to,n=0;n<e.length;n++){var o=e[n];o.pane!==Os&&(o.min=r,o.max=i)}},e.prototype.filter=function(){var t=this.chart,e=this.options.select;if(t.requiresHandlers(["navigatorFilter"])){var r=this.mainAxis(),i={from:e.from,to:e.to};if("category"!==r.options.type){var n=new sr(M({baseUnit:"fit"},t.options.categoryAxis[0],{categories:[e.from,e.to]}),t.chartService).options;i.from=De(n.min,-n.baseUnitStep,n.baseUnit),i.to=De(n.max,n.baseUnitStep,n.baseUnit)}this.chart.trigger("navigatorFilter",i)}},e.prototype._zoom=function(t){var e=this.chart._plotArea.categoryAxis,r=this.selection,i=this.options,n=i.select,o=i.liveDrag,a=this.mainAxis(),s=t.delta;if(r){var u=a.categoryIndex(r.options.from),l=a.categoryIndex(r.options.to);t.originalEvent.preventDefault(),Math.abs(s)>1&&(s*=3),l-u>1?(r.expand(s),this.readSelection()):(e.options.min=n.from,n.from=e.scaleRange(-t.delta).min),o&&(this.filterAxes(),this.redrawSlaves()),r.set(n.from,n.to),this.showHint(this.options.select.from,this.options.select.to)}},e.prototype._zoomEnd=function(t){this._dragEnd(t)},e.prototype.showHint=function(t,e){var r=this.chart._plotArea;this.hint&&this.hint.show(t,e,r.backgroundBox())},e.prototype._selectStart=function(t){return this.chart._selectStart(t)},e.prototype._select=function(t){return this.showHint(t.from,t.to),this.chart._select(t)},e.prototype._selectEnd=function(t){return this.hint&&this.hint.hide(),this.readSelection(),this.filterAxes(),this.filter(),this.redrawSlaves(),this.chart._selectEnd(t)},e.prototype.mainAxis=function(){var t=this.chart._plotArea;if(t)return t.namedCategoryAxes[Ss]},e.prototype.select=function(t,e){var r=this.options.select;return t&&e&&(r.from=this.parseDate(t),r.to=this.parseDate(e),this.filterAxes(),this.filter(),this.redrawSlaves(),this.selection.set(t,e)),{from:r.from,to:r.to}},e.setup=function(t,r){if(void 0===t&&(t={}),void 0===r&&(r={}),!t.__navi){t.__navi=!0;var i=M({},r.navigator,t.navigator),n=t.panes=[].concat(t.panes),o=M({},i.pane,{name:Os});i.visible||(o.visible=!1,o.height=.1),n.push(o),e.attachAxes(t,i),e.attachSeries(t,i,r)}},e.attachAxes=function(t,e){var r=e.series||[],i=t.categoryAxis=[].concat(t.categoryAxis),n=t.valueAxis=[].concat(t.valueAxis),o=0===Nn(r,ri).length,a=M({type:"date",pane:Os,roundToBaseUnit:!o,justified:o,_collapse:!1,majorTicks:{visible:!0},tooltip:{visible:!1},labels:{step:1},autoBind:e.autoBindElements,autoBaseUnitSteps:{minutes:[1],hours:[1,2],days:[1,2],weeks:[],months:[1],years:[1]}}),s=e.categoryAxis;i.push(M({},a,{maxDateGroups:200},s,{name:Ss,title:null,baseUnit:"fit",baseUnitStep:"auto",labels:{visible:!1},majorTicks:{visible:!1}}),M({},a,s,{name:Ss+"_labels",maxDateGroups:20,baseUnitStep:"auto",labels:{position:""},plotBands:[],autoBaseUnitSteps:{minutes:[]},_overlap:!0}),M({},a,s,{name:Ss+"_ticks",maxDateGroups:200,majorTicks:{width:.5},plotBands:[],title:null,labels:{visible:!1,mirror:!0},_overlap:!0})),n.push(M({name:Ss,pane:Os,majorGridLines:{visible:!1},visible:!1},e.valueAxis))},e.attachSeries=function(t,e,r){for(var i=t.series=t.series||[],n=[].concat(e.series||[]),o=r.seriesColors,a=e.seriesDefaults,s=0;s<n.length;s++)i.push(M({color:o[s%o.length],categoryField:e.dateField,visibleInLegend:!1,tooltip:{visible:!1}},a,n[s],{axis:Ss,categoryAxis:Ss,autoBind:e.autoBindElements}))},e}(S.Class),Ps=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.applyDefaults=function(e,r){var i=_t(this.element).width||600,n=r,o={seriesDefaults:{categoryField:e.dateField},axisDefaults:{categoryAxis:{name:"default",majorGridLines:{visible:!1},labels:{step:2},majorTicks:{visible:!1},maxDateGroups:Math.floor(i/28)}}};n&&(n=M({},n,o)),js.setup(e,n),t.prototype.applyDefaults.call(this,e,n)},e.prototype._setElementClass=function(t){C(t,"k-chart k-stockchart")},e.prototype.setOptions=function(e){this.destroyNavigator(),t.prototype.setOptions.call(this,e)},e.prototype.noTransitionsRedraw=function(){var t=this.options.transitions;this.options.transitions=!1,this._fullRedraw(),this.options.transitions=t},e.prototype._resize=function(){this.noTransitionsRedraw()},e.prototype._redraw=function(){var t=this.navigator;!this._dirty()&&t&&t.options.partialRedraw?t.redrawSlaves():this._fullRedraw()},e.prototype._dirty=function(){var t=this.options,e=at([].concat(t.series,t.navigator.series),(function(t){return t&&t.visible})).length,r=this._seriesCount!==e;return this._seriesCount=e,r},e.prototype._fullRedraw=function(){var e=this.navigator;e||(e=this.navigator=new js(this),this.trigger("navigatorCreated",{navigator:e})),e.clean(),e.setRange(),t.prototype._redraw.call(this),e.initSelection()},e.prototype._trackSharedTooltip=function(e){var r=this._plotArea.paneByPoint(e);r&&r.options.name===Os?this._unsetActivePoint():t.prototype._trackSharedTooltip.call(this,e)},e.prototype.bindCategories=function(){t.prototype.bindCategories.call(this),this.copyNavigatorCategories()},e.prototype.copyNavigatorCategories=function(){for(var t,e=[].concat(this.options.categoryAxis),r=0;r<e.length;r++){var i=e[r];i.name===Ss?t=i.categories:t&&i.pane===Os&&(i.categories=t)}},e.prototype.destroyNavigator=function(){this.navigator&&(this.navigator.destroy(),this.navigator=null)},e.prototype.destroy=function(){this.destroyNavigator(),t.prototype.destroy.call(this)},e.prototype._stopChartHandlers=function(e){var r=this._eventCoordinates(e),i=this._plotArea.paneByPoint(r);return t.prototype._stopChartHandlers.call(this,e)||i&&i.options.name===Os},e.prototype._toggleDragZoomEvents=function(){this._dragZoomEnabled||(this.element.style.touchAction="none",this._dragZoomEnabled=!0)},e}(ps);Lt(Ps,{dateField:"date",axisDefaults:{categoryAxis:{type:"date",baseUnit:"fit",justified:!0},valueAxis:{narrowRange:!0,labels:{format:"C"}}},navigator:{select:{},seriesDefaults:{markers:{visible:!1},tooltip:{visible:!0},line:{width:2}},hint:{},visible:!0},tooltip:{visible:!0},legend:{visible:!1}});var As=Ps,ks=Math.PI/180;function Vs(t,e){var r=t.getOrigin(),i=t.getSize(),n=D(e);return t.setOrigin([r.x-n.left,r.y-n.top]),t.setSize([i.width+(n.left+n.right),i.height+(n.top+n.bottom)]),t}var Ts=S.drawing.Group,Ms=S.drawing.Path,Ns=S.drawing.Text;function Ls(t,e){var r=t.box,i=t.children[0].box,n=e.border||{},o=e.background||"",a=Ms.fromRect(new S.geometry.Rect([r.x1,r.y1],[r.width(),r.height()]),{stroke:{}}),s=new Ns(t.text,new S.geometry.Point(i.x1,i.y1),{font:e.font,fill:{color:e.color}}),u=Vs(s.bbox().clone(),e.padding),l=Ms.fromRect(u,{stroke:{color:n.width?n.color:"",width:n.width,opacity:n.opacity,dashType:n.dashType,lineJoin:"round",lineCap:"round"},fill:{color:o}}),c=new Ts;return c.append(a),c.append(l),c.append(s),c}function Is(t,e,r){var i=bt(t.from)?t.from:f,n=bt(t.to)?t.to:h;return t.from=Math.max(Math.min(n,i),e),t.to=Math.min(Math.max(n,i),r),t}function Es(t,e){var r=D(e);return r.left=-r.left,r.top=-r.top,r.right=-r.right,r.bottom=-r.bottom,Vs(t,r)}var Bs=S.drawing.Path,Ds=S.drawing.Surface,Rs=function(t){function e(e,r,i,n){void 0===n&&(n={}),t.call(this),this.element=e,this.theme=i,this.contextService=new q(this,n),this._originalOptions=M({},this.options,r),this.options=M({},this._originalOptions),this._initTheme(i),this.redraw()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.destroy=function(){this.surface&&(this.surface.destroy(),this.surface=null),delete this.element,delete this.surfaceElement},e.prototype.value=function(t){var e=this.pointers[0];if(0===arguments.length)return e.value();e.value(t),this._setValueOptions(t)},e.prototype._draw=function(){var t=this.surface;t.clear(),t.draw(this._visuals)},e.prototype.exportVisual=function(){return this._visuals},e.prototype.allValues=function(t){var e=this.pointers,r=[];if(0===arguments.length){for(var i=0;i<e.length;i++)r.push(e[i].value());return r}if(x(t))for(var n=0;n<t.length;n++)P(t[n])&&e[n].value(t[n]);this._setValueOptions(t)},e.prototype._setValueOptions=function(t){for(var e=[].concat(this.options.pointer),r=[].concat(t),i=0;i<r.length;i++)e[i].value=r[i]},e.prototype.resize=function(){this.noTransitionsRedraw()},e.prototype.noTransitionsRedraw=function(){var t=this.options.transitions;this._toggleTransitions(!1),this.redraw(),this._toggleTransitions(t)},e.prototype.redraw=function(){var t=this._surfaceSize(),e=new S.geometry.Rect([0,0],[t.width,t.height]);this._initSurface(),this.gaugeArea=this._createGaugeArea(),this._createModel();var r=Es(e.bbox(),this._gaugeAreaMargin);this.reflow(r)},e.prototype.setOptions=function(t,e){this._originalOptions=M(this._originalOptions,t),this.options=M({},this._originalOptions),this._initTheme(e),this.redraw()},e.prototype.setDirection=function(t){this.contextService.rtl=Boolean(t),this.surface&&"svg"===this.surface.type&&(this.surface.destroy(),this.surface=null)},e.prototype.setIntlService=function(t){this.contextService.intl=t},e.prototype._initTheme=function(t){var e=t||this.theme||{};this.theme=e,this.options=M({},e,this.options);var r=this.options,i=r.pointer;if(x(i)){for(var n=[],o=0;o<i.length;o++)n.push(M({},e.pointer,i[o]));r.pointer=n}},e.prototype._createGaugeArea=function(){var t=this.options.gaugeArea,e=this.surface.size(),r=t.border||{},i=new S.geometry.Rect([0,0],[e.width,e.height]);return this._gaugeAreaMargin=t.margin||5,r.width>0&&(i=Es(i,r.width)),Bs.fromRect(i,{stroke:{color:r.width?r.color:"",width:r.width,dashType:r.dashType,lineJoin:"round",lineCap:"round"},fill:{color:t.background}})},e.prototype._initSurface=function(){var t=this.options,e=this.surface,r=this._surfaceElement(),i=this._surfaceSize();_t(r,i),e&&e.options.type===t.renderAs?(this.surface.clear(),this.surface.resize()):(e&&e.destroy(),this.surface=Ds.create(r,{type:t.renderAs}))},e.prototype._surfaceSize=function(){var t=this.options,e=this._getSize();return t.gaugeArea&&M(e,t.gaugeArea),e},e.prototype._surfaceElement=function(){return this.surfaceElement||(this.surfaceElement=document.createElement("div"),this.element.appendChild(this.surfaceElement)),this.surfaceElement},e.prototype.getSize=function(){return this._getSize()},e.prototype._getSize=function(){var t=this.element,e=this._defaultSize(),r=t.offsetWidth,i=t.offsetHeight;return r||(r=e.width),i||(i=e.height),{width:r,height:i}},e.prototype._defaultSize=function(){return{width:200,height:200}},e.prototype._toggleTransitions=function(t){this.options.transitions=t;for(var e=0;e<this.pointers.length;e++)this.pointers[e].options.animation.transitions=t},e}(S.Class);Lt(Rs,{plotArea:{},theme:"default",renderAs:"",pointer:{},scale:{},gaugeArea:{}});var zs=Rs,Fs=S.drawing.Path,Ks=S.drawing.Group,Us=S.geometry.Point;function Hs(t,e){var r,i,n=t.position,o=t.tickX,a=t.tickY;return t.vertical?(r=new Us(o,n),i=new Us(o+e.size,n)):(r=new Us(n,a),i=new Us(n,a+e.size)),new Fs({stroke:{color:e.color,width:e.width}}).moveTo(r).lineTo(i)}function $s(t,e,r,i){var n=e.length;if(i.visible)for(var o=r.mirror,a=r.lineBox,s=i.skip;s<n;s+=i.step)s%i.skipUnit!=0&&(r.tickX=o?a.x2:a.x2-i.size,r.tickY=o?a.y1-i.size:a.y1,r.position=e[s],t.append(Hs(r,i)))}var Gs=function(t){function e(e,r){var i=e||{};!bt(i.reverse)&&!1===i.vertical&&(r||{}).rtl&&(i=Object.assign({},i,{reverse:!0})),t.call(this,0,1,i,r),this.options.minorUnit=this.options.minorUnit||this.options.majorUnit/10}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initUserOptions=function(t){var e=M({},this.options,t);return(e=M({},e,{labels:{mirror:e.mirror}})).majorUnit=e.majorUnit||Yt(e.min,e.max),e},e.prototype.initFields=function(){},e.prototype.render=function(){var t=this.elements=new Ks,e=this.renderLabels(),r=this.renderLine(),i=this.renderTicks(),n=this.renderRanges();return t.append(r,e,i,n),t},e.prototype.renderRanges=function(){for(var t=this.options,e=t.min,r=t.max,i=t.vertical,n=t.labels.mirror,o=t.ranges||[],a=new Ks,s=o.length,u=t.rangeSize||t.minorTicks.size/2,l=0;l<s;l++){var c=Is(o[l],e,r),p=this.getSlot(c.from,c.to),h=i?this.lineBox():p,f=i?p:this.lineBox();i?h.x1-=u*(n?-1:1):f.y2+=u*(n?-1:1),a.append(Fs.fromRect(new S.geometry.Rect([h.x1,f.y1],[h.x2-h.x1,f.y2-f.y1]),{fill:{color:c.color,opacity:c.opacity},stroke:{}}))}return a},e.prototype.renderLabels=function(){for(var t=this.labels,e=this.options,r=new Ks,i=0;i<t.length;i++)r.append(Ls(t[i],e.labels));return r},e.prototype.renderLine=function(){var t=this.options.line,e=this.lineBox(),r=new Ks;if(t.width>0&&t.visible){var i=new Fs({stroke:{color:t.color,dashType:t.dashType,width:t.width}});i.moveTo(e.x1,e.y1).lineTo(e.x2,e.y2),r.append(i)}return r},e.prototype.renderTicks=function(){var t=new Ks,e=this.options,r=e.majorTicks.visible?e.majorUnit:0,i={vertical:e.vertical,mirror:e.labels.mirror,lineBox:this.lineBox()};return $s(t,this.getMajorTickPositions(),i,e.majorTicks),$s(t,this.getMinorTickPositions(),i,M({},{skipUnit:r/e.minorUnit},e.minorTicks)),t},e}(dr);Lt(Gs,{min:0,max:50,majorTicks:{size:15,align:"inside",color:o,width:.5,visible:!0},minorTicks:{size:10,align:"inside",color:o,width:.5,visible:!0},line:{width:.5},labels:{position:"inside",padding:2},mirror:!1,_alignLines:!1});var Xs=Gs,Ys=function(t){function e(e,r){t.call(this);var i=e.options,n=i.min,o=i.max,a=this.options=M({},this.options,r);a.fill=a.color,this.scale=e,bt(a.value)?a.value=jt(a.value,n,o):a.value=n}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.value=function(t){var e=this.options,r=e.value;if(0===arguments.length)return r;var i=this.scale.options,n=i.min,o=i.max;e._oldValue=bt(e._oldValue)?e.value:n,e.value=jt(t,n,o),this.elements&&this.repaint()},e}(S.Class);Lt(Ys,{color:o});var Ws=Ys,qs=function(t){function e(e,r){t.call(this,e,r),this.options=M({track:{visible:bt(r.track)}},this.options)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(){var t,e,r,i=this.options,n=this.scale,o=n.options,a=o.mirror,s=o.vertical,u=n.lineBox(),l=i.track.size||i.size,c=i.size/2,p=D(i.margin),h=s?p[a?"left":"right"]:p[a?"bottom":"top"];h=a?-h:h,s?(r=new Zt(u.x1+h,u.y1,u.x1+h,u.y2),a?r.x1-=l:r.x2+=l,"barPointer"!==i.shape&&(t=e=new Zt(u.x2+h,u.y1-c,u.x2+h,u.y2+c))):(r=new Zt(u.x1,u.y1-h,u.x2,u.y1-h),a?r.y2+=l:r.y1-=l,"barPointer"!==i.shape&&(t=e=new Zt(u.x1-c,u.y1-h,u.x2+c,u.y1-h))),this.trackBox=r,this.pointerRangeBox=e,this.box=t||r.clone().pad(i.border.width)},e.prototype.getElementOptions=function(){var t=this.options;return{fill:{color:t.color,opacity:t.opacity},stroke:bt(t.border)?{color:t.border.width?t.border.color||t.color:"",width:t.border.width,dashType:t.border.dashType,opacity:t.opacity}:null}},e.prototype._margin=function(){var t=this.scale,e=this.options,r=t.options,i=r.mirror,n=r.vertical,o=D(e.margin);return n?o[i?"left":"right"]:o[i?"bottom":"top"]},e}(Ws);Lt(qs,{shape:"barPointer",track:{border:{width:1}},color:o,border:{width:1},opacity:1,margin:D(3),animation:{type:"barPointer"},visible:!0});var Zs=qs,Qs=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setup=function(){var t=this.options,e=t.margin,r=t.from,i=t.to,n=t.vertical,o=n?"x1":"y1";t.mirror===n?(r[o]-=e,i[o]-=e):(r[o]+=e,i[o]+=e);var a=this.fromScale=new S.geometry.Point(r.x1,r.y1),s=this.toScale=new S.geometry.Point(i.x1,i.y1);0!==t.duration&&(t.duration=Math.max(a.distanceTo(s)/t.duration*1e3,1))},e.prototype.step=function(t){var e=pt(this.fromScale.x,this.toScale.x,t),r=pt(this.fromScale.y,this.toScale.y,t);this.element.transform(S.geometry.transform().translate(e,r))},e}(S.drawing.Animation);Lt(Qs,{easing:"linear",duration:250}),S.drawing.AnimationFactory.current.register("arrowPointer",Qs);var Js=Qs,tu=S.geometry.Point,eu=S.drawing.Path,ru=function(t){function e(e,r){t.call(this,e,r),bt(this.options.size)||(this.options.size=.6*this.scale.options.majorTicks.size)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.pointerShape=function(){var t=this.scale,e=this.options.size,r=e/2,i=t.options.mirror?-1:1;return t.options.vertical?[new tu(0,0-r),new tu(0-i*e,0),new tu(0,0+r)]:[new tu(0-r,0),new tu(0,0+i*e),new tu(0+r,0)]},e.prototype.repaint=function(){var t=this.scale,e=this.options,r=new Js(this.elements,M(e.animation,{vertical:t.options.vertical,mirror:t.options.mirror,margin:this._margin(e.margin),from:t.getSlot(e._oldValue),to:t.getSlot(e.value)}));!1===e.animation.transitions&&(r.options.duration=0),r.setup(),r.play()},e.prototype.render=function(){var t=this.scale,e=this.options,r=this.getElementOptions(),i=this.pointerShape(e.value);e.animation.type="arrowPointer";var n=new eu({stroke:r.stroke,fill:r.fill}).moveTo(i[0]).lineTo(i[1]).lineTo(i[2]).close(),o=t.getSlot(e.value);return n.transform(S.geometry.transform().translate(o.x1,o.y1)),this.elements=n,n},e}(Zs),iu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setup=function(){var t=this.options,e=this.axis=t.vertical?b:m,r=this.to=t.newPoints[0][e],i=this.from=t.oldPoints[0][e];0!==t.duration&&(t.duration=Math.max(Math.abs(r-i)/t.speed*1e3,1)),this._set(i)},e.prototype.step=function(t){var e=pt(this.from,this.to,t);this._set(e)},e.prototype._set=function(t){var e="set"+this.axis.toUpperCase(),r=this.options.newPoints;r[0][e](t),r[1][e](t)},e}(S.drawing.Animation);Lt(iu,{easing:"linear",speed:250}),S.drawing.AnimationFactory.current.register("barPointer",iu);var nu=iu,ou=S.drawing.Group,au=S.drawing.Path,su=function(t){function e(e,r){t.call(this,e,r),bt(this.options.size)||(this.options.size=.3*this.scale.options.majorTicks.size)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.pointerShape=function(t){var e=this.scale,r=this.options,i=e.options,n=i.mirror,o=i.vertical,a=n===o?-1:1,s=r.size*a,u=e.getSlot(e.options.min),l=e.getSlot(t),c=o?b:m,p=o?m:b,h=this._margin()*a,f=new S.geometry.Point;f[c]=u[c+"1"],f[p]=u[p+"1"];var d=new S.geometry.Point;d[c]=l[c+"1"],d[p]=l[p+"1"],o?(f.translate(h,0),d.translate(h,0)):(f.translate(0,h),d.translate(0,h));var v=d.clone(),g=f.clone();return o?(v.translate(s,0),g.translate(s,0)):(v.translate(0,s),g.translate(0,s)),[f,d,v,g]},e.prototype.repaint=function(){var t=this.scale,e=this.options,r=this.pointerShape(e.value),i=this.pointerPath,n=this.pointerShape(e._oldValue);i.moveTo(r[0]).lineTo(r[1]).lineTo(r[2]).lineTo(r[3]).close();var o=new nu(i,M(e.animation,{reverse:t.options.reverse,vertical:t.options.vertical,oldPoints:[n[1],n[2]],newPoints:[r[1],r[2]]}));!1===e.animation.transitions&&(o.options.duration=0),o.setup(),o.play()},e.prototype.render=function(){var t=new ou,e=this.getElementOptions();this.options.track.visible&&t.append(this.renderTrack());var r=this.pointerPath=new au({stroke:e.stroke,fill:e.fill});return t.append(r),this.elements=t,t},e.prototype.renderTrack=function(){var t=this.options.track,e=t.border||{},r=this.trackBox.clone().pad(e.width||0);return new au.fromRect(r.toRect(),{fill:{color:t.color,opacity:t.opacity},stroke:{color:e.width?e.color||t.color:"",width:e.width,dashType:e.dashType}})},e}(Zs),uu=S.drawing.Group,lu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e=this.pointers,r=t.origin.x,i=t.origin.y,n=new Zt(r,i,r+t.width(),i+t.height());this.scale.reflow(n),this._shrinkScaleWidth(n);for(var o=0;o<e.length;o++)e[o].reflow();this.bbox=this._getBox(n),this._alignElements(),this._shrinkElements(),this._buildVisual(),this._draw()},e.prototype._buildVisual=function(){var t=new uu,e=this.scale.render(),r=this.pointers;t.append(this.gaugeArea),t.append(e);for(var i=0;i<r.length;i++){var n=r[i];t.append(n.render()),n.value(n.options.value)}this._visuals=t},e.prototype._createModel=function(){var t=this.options,e=this.scale=new Xs(t.scale,this.contextService);this.pointers=[];var r=t.pointer;r=x(r)?r:[r];for(var i=0;i<r.length;i++){var n=M({},r[i],{animation:{transitions:t.transitions}}),o="arrow"===n.shape?ru:su;this.pointers.push(new o(e,n))}},e.prototype._defaultSize=function(){var t=this.options.scale.vertical;return{width:t?60:200,height:t?200:60}},e.prototype._getBox=function(t){for(var e,r=this.scale,i=this.pointers,n=t.center(),o=i[0].box.clone().wrap(r.box),a=0;a<i.length;a++)o.wrap(i[a].box.clone());return r.options.vertical?(e=o.width()/2,o=new Zt(n.x-e,t.y1,n.x+e,t.y2)):(e=o.height()/2,o=new Zt(t.x1,n.y-e,t.x2,n.y+e)),o},e.prototype._alignElements=function(){for(var t,e=this.scale,r=this.pointers,i=e.box,n=r[0].box.clone().wrap(e.box),o=this.bbox,a=0;a<r.length;a++)n.wrap(r[a].box.clone());e.options.vertical?(t=o.center().x-n.center().x,e.reflow(new Zt(i.x1+t,o.y1,i.x2+t,o.y2))):(t=o.center().y-n.center().y,e.reflow(new Zt(i.x1,i.y1+t,i.x2,i.y2+t)));for(var s=0;s<r.length;s++)r[s].reflow(this.bbox)},e.prototype._shrinkScaleWidth=function(t){var e=this.scale;if(!e.options.vertical){var r=e.contentBox().width()-t.width();r>0&&(e.box.shrink(r,0),e.box.alignTo(t,"center"),e.reflow(e.box))}},e.prototype._shrinkElements=function(){for(var t=this.scale,e=this.pointers,r=t.box.clone(),i=t.options.vertical?"y":"x",n=e[0].box,o=0;o<e.length;o++)n.wrap(e[o].box.clone());r[i+1]+=Math.max(r[i+1]-n[i+1],0),r[i+2]-=Math.max(n[i+2]-r[i+2],0),t.reflow(r);for(var a=0;a<e.length;a++)e[a].reflow(this.bbox)},e}(zs);Lt(lu,{transitions:!0,gaugeArea:{background:""},scale:{vertical:!0}});var cu=lu,pu=S.drawing.Arc,hu=S.drawing.Path,fu=S.drawing.Group;function du(t,e,r,i){var n=new fu,o=t.center,a=t.getRadiusX();if(i.visible)for(var s=0;s<e.length;s++){var u=t.pointAt(e[s]),l=new S.geometry.Point(o.x+a-i.size,o.y).rotate(e[s],o);n.append(new hu({stroke:{color:i.color,width:i.width}}).moveTo(u).lineTo(l))}return n}function vu(t,e,r,i){return{from:t,to:e,color:r,opacity:i}}var gu=function(t){function e(e,r){t.call(this,0,1,e,r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initUserOptions=function(t){var e=M({},this.options,t);return e.majorUnit=e.majorUnit||Yt(e.min,e.max),e.minorUnit=e.minorUnit||e.majorUnit/10,e},e.prototype.initFields=function(){},e.prototype.render=function(t,e){var r=this.renderArc(t,e);this.bbox=r.bbox(),this.labelElements=this.renderLabels(),this.ticks=this.renderTicks(),this.ranges=this.renderRanges()},e.prototype.reflow=function(t){var e=t.center(),r=Math.min(t.height(),t.width())/2;if(!bt(this.bbox))return this.render(e,r);this.bbox=this.arc.bbox(),this.radius(this.arc.getRadiusX()),this.repositionRanges(),this.renderLabels()},e.prototype.slotAngle=function(t){var e=this.options,r=e.min,i=e.max,n=e.reverse,o=e.startAngle,a=e.endAngle,s=a-o;return(n?a-(t-r)/(i-r)*s:(t-r)/(i-r)*s+o)+180},e.prototype.hasRanges=function(){var t=this.options.ranges;return t&&t.length},e.prototype.ticksSize=function(){var t=this.options,e=t.majorTicks,r=t.minorTicks,i=0;return e.visible&&(i=e.size),r.visible&&(i=Math.max(r.size,i)),i},e.prototype.labelsCount=function(){var e=t.prototype.labelsCount.call(this),r=this.options;return r.endAngle-r.startAngle>=360&&r.max%r.majorUnit==0&&(e-=1),e},e.prototype.renderLabels=function(){var t=this.options,e=this.arc.clone(),r=e.getRadiusX(),i=this.tickAngles(e,t.majorUnit),n=t.rangeSize=t.rangeSize||.1*r,o=new fu,a=.05*r;bt(t.rangeDistance)?a=t.rangeDistance:t.rangeDistance=a;var s=t.labels,u="inside"===s.position,l=bt(this.labelElements);u&&(r-=this.ticksSize(),this.hasRanges()&&!l&&(r-=n+a),e.setRadiusX(r).setRadiusY(r));for(var c=this.labels,p=c.length,h=D(s.padding),f=(h.left+h.right)/2,d=(h.top+h.bottom)/2,v=0;v<p;v++){var g=c[v],y=g.box.width()/2,m=g.box.height()/2,b=i[v],x=(b-180)*ks,C=e.pointAt(b),_=C.x+Math.cos(x)*(y+f)*(u?1:-1),O=C.y+Math.sin(x)*(m+d)*(u?1:-1);g.reflow(new Zt(_-y,O-m,_+y,O+m));var w=new S.geometry.Point(g.box.x1,g.box.y1),j=void 0;if(l){var P=(j=this.labelElements.children[v]).bbox().origin,A=j.transform()||S.geometry.transform();A.translate(w.x-P.x,w.y-P.y),j.transform(A)}else j=Ls(g,t.labels),o.append(j);this.bbox=S.geometry.Rect.union(this.bbox,j.bbox())}return o},e.prototype.repositionRanges=function(){var t=this.ranges.children;if(t.length>0){var e=this.options,r=e.rangeDistance,i=e.rangeSize,n=this.getRangeRadius();"inside"===this.options.labels.position&&(n+=i+r);for(var o=n+i/2,a=0;a<t.length;a++)t[a]._geometry.setRadiusX(o).setRadiusY(o);this.bbox=S.geometry.Rect.union(this.bbox,this.ranges.bbox())}},e.prototype.renderRanges=function(){var t=this.rangeSegments(),e=t.length,r=new fu;if(e){var i=this.options,n=i.rangeSize,o=i.reverse,a=i.rangeDistance,s=this.getRangeRadius();this.radius(this.radius()-n-a);for(var u=0;u<e;u++){var l=t[u],c=this.slotAngle(l[o?"to":"from"]),p=this.slotAngle(l[o?"from":"to"]);p-c!=0&&r.append(this.createRange(c,p,s,l))}}return r},e.prototype.createRange=function(t,e,r,i){var n=this.options.rangeSize,o=new S.geometry.Arc(this.arc.center,{radiusX:r+n/2,radiusY:r+n/2,startAngle:t,endAngle:e});return new pu(o,{stroke:{width:n,color:i.color,opacity:i.opacity,lineCap:i.lineCap}})},e.prototype.rangeSegments=function(){var t=this.options,e=t.ranges||[],r=e.length,i=[];if(r){var n=t.min,o=t.max,a=t.rangePlaceholderColor;i.push(vu(n,o,a));for(var s=0;s<r;s++)for(var u=Is(e[s],n,o),l=i.length,c=0;c<l;c++){var p=i[c];if(p.from<=u.from&&u.from<=p.to){i.push(vu(u.from,u.to,u.color,u.opacity)),p.from<=u.to&&u.to<=p.to&&i.push(vu(u.to,p.to,a,u.opacity)),p.to=u.from;break}}}return i},e.prototype.getRangeRadius=function(){var t=this.arc,e=this.options,r=e.rangeSize,i=e.rangeDistance,n=e.majorTicks.size;return"outside"===e.labels.position?t.getRadiusX()-n-i-r:t.getRadiusX()-r},e.prototype.renderArc=function(t,e){var r=this.options;return this.arc=new S.geometry.Arc(t,{radiusX:e,radiusY:e,startAngle:r.startAngle+180,endAngle:r.endAngle+180})},e.prototype.renderTicks=function(){var t=this.arc,e=this.options,r=t.clone();this.majorTickAngles=this.tickAngles(t,e.majorUnit),this.majorTicks=du(r,this.majorTickAngles,e.majorUnit,e.majorTicks);var i=new fu;i.append(this.majorTicks);var n=e.majorTicks.size,o=e.minorTicks.size;if(this._tickDifference=n-o,"outside"===e.labels.position){var a=r.getRadiusX();r.setRadiusX(a-n+o).setRadiusY(a-n+o)}return this.minorTickAngles=this.normalizeTickAngles(this.tickAngles(t,e.minorUnit)),this.minorTicks=du(r,this.minorTickAngles,e.minorUnit,e.minorTicks),i.append(this.minorTicks),i},e.prototype.normalizeTickAngles=function(t){for(var e=this.options,r=e.majorUnit/e.minorUnit,i=t.length-1;i>=0;i--)i%r==0&&t.splice(i,1);return t},e.prototype.tickAngles=function(t,e){var r=this.options,i=r.reverse,n=r.max-r.min,o=t.endAngle-t.startAngle,a=n/e,s=t.startAngle,u=o/a;i&&(s+=o,u=-u),o>=360&&r.max%e==0&&(a-=1);for(var l=[],c=0;c<a;c++)l.push(kt(s,3)),s+=u;return kt(s)<=t.endAngle&&l.push(s),l},e.prototype.radius=function(t){if(!t)return this.arc.getRadiusX();this.arc.setRadiusX(t).setRadiusY(t),this.repositionTicks(this.majorTicks.children,this.majorTickAngles),this.repositionTicks(this.minorTicks.children,this.minorTickAngles,!0)},e.prototype.repositionTicks=function(t,e,r){var i=r&&this._tickDifference||0,n=this.arc,o=n.getRadiusX();r&&"outside"===this.options.labels.position&&0!==i&&(n=this.arc.clone()).setRadiusX(o-i).setRadiusY(o-i);for(var a=0;a<t.length;a++){var s=n.pointAt(e[a]),u=t[a].segments,l=s.x-u[0].anchor().x,c=s.y-u[0].anchor().y;t[a].transform((new S.geometry.transform).translate(l,c))}},e}(dr);Lt(gu,{min:0,max:100,majorTicks:{size:15,align:"inside",color:o,width:.5,visible:!0},minorTicks:{size:10,align:"inside",color:o,width:.5,visible:!0},startAngle:-30,endAngle:210,labels:{position:"inside",padding:2}});var yu=gu,mu=function(t){function e(e,r){t.call(this,e,r);var i=this.options;i.duration=Math.max(Math.abs(i.newAngle-i.oldAngle)/i.duration*1e3,1)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.step=function(t){var e=this.options,r=pt(e.oldAngle,e.newAngle,t);this.element.transform(S.geometry.transform().rotate(r,e.center))},e}(S.drawing.Animation);Lt(mu,{easing:"linear",duration:150}),S.drawing.AnimationFactory.current.register("radialPointer",mu);var bu=mu,xu=S.drawing.Circle,Cu=S.drawing.Group,_u=S.drawing.Path,Ou=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setAngle=function(t){this.elements.transform(S.geometry.transform().rotate(t,this.center))},e.prototype.repaint=function(){var t=this.scale,e=this.options,r=t.slotAngle(e._oldValue),i=t.slotAngle(e.value);!1===e.animation.transitions?this.setAngle(i):new bu(this.elements,M(e.animation,{oldAngle:r,newAngle:i})).play()},e.prototype.render=function(){var t=this.scale,e=this.options,r=new Cu;return!1!==e.animation&&M(e.animation,{startAngle:0,center:t.arc.center,reverse:t.options.reverse}),r.append(this._renderNeedle(),this._renderCap()),this.elements=r,this.setAngle(ks),r},e.prototype.reflow=function(t){var e=this.center=t.center,r=jt(this.options.length||1,.1,1.5),i=this.radius=t.getRadiusX()*r,n=this.capSize=Math.round(i*this.options.cap.size);this.bbox=S.geometry.Rect.fromPoints(new S.geometry.Point(e.x-n,e.y-n),new S.geometry.Point(e.x+n,e.y+n))},e.prototype._renderNeedle=function(){var t=this.scale.options.minorTicks.size,e=this.center,r=this.options.color,i=new _u({fill:{color:r},stroke:{color:r,width:.5}});return i.moveTo(e.x+this.radius-t,e.y).lineTo(e.x,e.y-this.capSize/2).lineTo(e.x,e.y+this.capSize/2).close(),i},e.prototype._renderCap=function(){var t=this.options,e=t.cap.color||t.color,r=new S.geometry.Circle(this.center,this.capSize);return new xu(r,{fill:{color:e},stroke:{color:e}})},e}(Ws);Lt(Ou,{cap:{size:.05},arrow:{width:16,height:14},animation:{type:"radialPointer",duration:150}});var Su=Ou,wu=S.drawing.Group,ju=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e=this.pointers;this.scale.reflow(t),this._initialPlotArea=this.scale.bbox;for(var r=0;r<e.length;r++)e[r].reflow(this.scale.arc),this._initialPlotArea=S.geometry.Rect.union(this._initialPlotArea,e[r].bbox);this.fitScale(t),this.alignScale(t),this._buildVisual(this.gaugeArea,e,this.scale),this._draw()},e.prototype._buildVisual=function(t,e,r){var i=this._visuals=new wu;i.append(t),i.append(r.ticks),i.append(r.ranges),this._buildPointers(e),i.append(r.labelElements)},e.prototype._buildPointers=function(t){for(var e=0;e<t.length;e++){var r=t[e];r.render(),this._visuals.append(r.elements),r.value(r.options.value)}},e.prototype.fitScale=function(t){for(var e,r,i,n,o,a=this.scale.arc,s=this._initialPlotArea,u=Math.abs(this.getDiff(s,t)),l=kt(u,3),c=kt(-u,3),p=0,h=0;!(!(h++<100)||(p=o===i?p+1:0)>5||l!==n&&0<=(e=this.getPlotBox(l,t,a))&&e<=2||c!==n&&0<=(i=this.getPlotBox(c,t,a))&&i<=2||(n=e>0&&i>0?2*l:e<0&&i<0?2*c:kt((l+c)/2||1,3),0<=(r=this.getPlotBox(n,t,a))&&r<=2));)o=i,r>0?(c=n,i=r):(l=n,e=r)},e.prototype.getPlotBox=function(t,e,r){var i=this.scale,n=this.pointers,o=r.getRadiusX(),a=r.clone();a.setRadiusX(o+t).setRadiusY(o+t),i.arc=a,i.reflow(e),this.plotBbox=i.bbox;for(var s=0;s<n.length;s++)n[s].reflow(a),this.plotBbox=S.geometry.Rect.union(this.plotBbox,n[s].bbox);return this.getDiff(this.plotBbox,e)},e.prototype.getDiff=function(t,e){return Math.min(e.width()-t.width(),e.height()-t.height())},e.prototype.alignScale=function(t){var e=this.plotBbox.center(),r=t.center(),i=e.x-r.x,n=e.y-r.y,o=this.scale,a=this.pointers;o.arc.center.x-=i,o.arc.center.y-=n,o.reflow(t);for(var s=0;s<a.length;s++)a[s].reflow(o.arc),this.plotBbox=S.geometry.Rect.union(o.bbox,a[s].bbox)},e.prototype._createModel=function(){var t=this.options,e=t.pointer,r=this.scale=new yu(t.scale,this.contextService);this.pointers=[];for(var i=x(e)?e:[e],n=0;n<i.length;n++){var o=new Su(r,M({},i[n],{animation:{transitions:t.transitions}}));this.pointers.push(o)}},e}(zs);Lt(ju,{transitions:!0,gaugeArea:{background:""}});var Pu=ju,Au=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.rangeSegments=function(){var t=this.options;return[{from:t.min,to:t.max,color:t.rangePlaceholderColor,lineCap:t.rangeLineCap}]},e.prototype.hasRanges=function(){return!0},e.prototype.placeholderRangeAngle=function(t){var e=this.ranges.children[0].geometry();this.options.reverse?e.setEndAngle(t):e.setStartAngle(t)},e.prototype.addRange=function(t,e,r){var i=this.options.reverse,n=this.slotAngle(i?e:t),o=this.slotAngle(i?t:e),a=this.createRange(n,o,this.getRangeRadius(),r);return this.ranges.append(a),a},e}(yu);Lt(Au,{min:0,max:100,majorTicks:{visible:!1},minorTicks:{visible:!1},labels:{visible:!1},startAngle:0,endAngle:180,rangeLineCap:"round"});var ku=Au,Vu=function(t){function e(e,r){t.call(this,e,r);var i=this.options,n=Math.abs(i.newAngle-i.oldAngle)/i.duration*1e3;i.duration=jt(n,150,800);var o=e.elements.options.get("stroke.color"),a=e.currentColor();o!==a&&(this.startColor=new S.Color(o),this.color=new S.Color(a))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.step=function(t){var e=this.options,r=this.startColor,i=this.color,n=pt(e.oldAngle,e.newAngle,t);if(this.element.angle(n),i){var o=kt(pt(r.r,i.r,t)),a=kt(pt(r.g,i.g,t)),s=kt(pt(r.b,i.b,t));this.element.stroke(new S.Color(o,a,s).toHex())}},e}(S.drawing.Animation);Lt(Vu,{easing:"linear",duration:150}),S.drawing.AnimationFactory.current.register("radialRangePointer",Vu);var Tu=Vu,Mu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.repaint=function(){var t=this.scale,e=this.options,r=t.slotAngle(e._oldValue),i=t.slotAngle(e.value);this.animation&&this.animation.abort(),!1===e.animation.transitions?(this.angle(i),this.stroke(this.currentColor())):(this.animation=new Tu(this,M(e.animation,{oldAngle:r,newAngle:i})),this.animation.play())},e.prototype.angle=function(t){var e=this.elements.geometry();this.scale.options.reverse?e.setStartAngle(t):e.setEndAngle(t),this.scale.placeholderRangeAngle(t)},e.prototype.stroke=function(t){this.elements.stroke(t)},e.prototype.render=function(){if(!this.elements){var t=this.scale,e=this.options;!1!==e.animation&&M(e.animation,{startAngle:0,center:t.arc.center,reverse:t.options.reverse}),this.elements=t.addRange(t.options.min,this.options.value,{color:this.currentColor(),opacity:e.opacity,lineCap:t.options.rangeLineCap})}},e.prototype.currentColor=function(){var t=this.scale.options,e=t.min,r=t.max,i=this.options,n=i.colors,o=i.color,a=i.value,s=P(a)?a:e;if(n)for(var u=0;u<n.length;u++){var l=n[u],c=l.color,p=l.from;void 0===p&&(p=e);var h=l.to;if(void 0===h&&(h=r),p<=s&&s<=h)return c}return o},e.prototype.reflow=function(){this.render(),this.bbox=this.elements.bbox()},e}(Ws);Lt(Mu,{animation:{type:"radialRangePointer",duration:150}});var Nu=Mu,Lu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initTheme=function(e){t.prototype._initTheme.call(this,e),this.options.color=this.options.color||(this.theme.pointer||{}).color},e.prototype._createModel=function(){var t=this.options,e=this.scale=new ku(t.scale,this.contextService),r=new Nu(e,M({},{colors:t.colors,color:t.color,value:t.value,opacity:t.opacity,animation:{transitions:t.transitions}}));this.pointers=[r]},e.prototype._buildPointers=function(t){for(var e=0;e<t.length;e++){var r=t[e];r.render(),r.value(r.options.value)}},e.prototype._setValueOptions=function(t){this.options.value=t},e.prototype.currentColor=function(){var t=this.pointers[0];if(t)return t.currentColor()},e.prototype.centerLabelPosition=function(t,e){var r=this.getSize(),i=this.scale.arc.center,n=i.x-t/2,o=i.y-e/2;if(t<r.width){var a=n+t;n=Math.max(n,0),a>r.width&&(n-=a-r.width)}if(e<r.height){var s=this.scale.bbox,u=s.bottomRight().y,l=o+e;o=Math.max(o,s.origin.y),l>u&&(o-=l-u)}return{left:n,top:o}},e}(Pu),Iu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._createModel=function(){var e=this.options.scale;"number"!=typeof e.startAngle&&(e.startAngle=90),e.endAngle=e.startAngle+360,t.prototype._createModel.call(this)},e}(Lu),Eu=function(t){function e(e){t.call(this),this.setOptions(e),this.initProperties()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){},e.prototype.setOptions=function(t){this.options=Object.assign({},this.options,t),this.quietZoneLength=this.options.addQuietZone?2*this.options.quietZoneLength:0},e.prototype.encode=function(t,e,r){var i=bt(t)?String(t):t;return this.initValue(i,e,r),this.options.addQuietZone&&this.addQuietZone(),this.addData(),this.options.addQuietZone&&this.addQuietZone(),{baseUnit:this.baseUnit,pattern:this.pattern}},e.prototype.initValue=function(){},e.prototype.addQuietZone=function(){this.pattern.push(this.options.quietZoneLength||10)},e.prototype.addData=function(){},e.prototype.invalidCharacterError=function(t){throw new Error("Character '"+t+"' is not valid for symbology "+this.name)},e}(S.Class);Lt(Eu,{quietZoneLength:10,addQuietZone:!0,addCheckSum:!0});var Bu=Object.assign,Du=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Bu(this,{name:"Code 11",characterMap:["111121","211121","121121","221111","112121","212111","122111","111221","211211","211111","112111"],cCheckSumTotal:10,kCheckSumTotal:9,kCheckSumMinLength:10,checkSumMod:11,DASH_VALUE:10,DASH:"-",START:"112211",STOP:"11221"})},e.prototype.initValue=function(t,e){this.pattern=[],this.value=t,this.width=e,this.totalUnits=0},e.prototype.addData=function(){var t=this.value;this.addPattern(this.START);for(var e=0;e<t.length;e++)this.addCharacter(t.charAt(e));this.options.addCheckSum&&this.addCheckSum(),this.addPattern(this.STOP),this.setBaseUnit()},e.prototype.setBaseUnit=function(){this.baseUnit=this.width/(this.totalUnits+this.quietZoneLength)},e.prototype.addCheckSum=function(){var t=this.value,e=t.length,r=this.getWeightedSum(t,e,this.cCheckSumTotal)%this.checkSumMod;if(this.checksum=String(r),this.addPattern(this.characterMap[r]),++e>=this.kCheckSumMinLength){var i=(r+this.getWeightedSum(t,e,this.kCheckSumTotal))%this.checkSumMod;this.checksum+=i,this.addPattern(this.characterMap[i])}},e.prototype.getWeightedSum=function(t,e,r){for(var i=0,n=0;n<t.length;n++)i+=this.weightedValue(this.getValue(t.charAt(n)),e,n,r);return i},e.prototype.weightedValue=function(t,e,r,i){return((e-r)%i||i)*t},e.prototype.getValue=function(t){return isNaN(t)?(t!==this.DASH&&this.invalidCharacterError(t),this.DASH_VALUE):parseInt(t,10)},e.prototype.addCharacter=function(t){var e=this.getValue(t),r=this.characterMap[e];this.addPattern(r)},e.prototype.addPattern=function(t){for(var e,r=0;r<t.length;r++)e=parseInt(t.charAt(r),10),this.pattern.push(e),this.totalUnits+=e},e}(Eu);Lt(Du,{addCheckSum:!0});var Ru=Object.assign,zu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Ru(this,{minBaseUnitLength:.7})},e.prototype.addData=function(){var t=this.value;this.addStart();for(var e=0;e<t.length;e++)this.addCharacter(t.charAt(e));this.options.addCheckSum&&this.pushCheckSum(),this.addStop(),this.prepareValues()},e.prototype.addCharacter=function(t){var e=this.characterMap[t];e||this.invalidCharacterError(t),this.addBase(e)},e.prototype.addBase=function(){},e}(Eu),Fu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Ru(this,{name:"Code 39",checkSumMod:43,minRatio:2.5,maxRatio:3,gapWidth:1,splitCharacter:"|",patternMappings:{b:"1|",w:"1|",B:"ratio|",W:"ratio|"},characterMap:{0:{pattern:"bwbWBwBwb",value:0},1:{pattern:"BwbWbwbwB",value:1},2:{pattern:"bwBWbwbwB",value:2},3:{pattern:"BwBWbwbwb",value:3},4:{pattern:"bwbWBwbwB",value:4},5:{pattern:"BwbWBwbwb",value:5},6:{pattern:"bwBWBwbwb",value:6},7:{pattern:"bwbWbwBwB",value:7},8:{pattern:"BwbWbwBwb",value:8},9:{pattern:"bwBWbwBwb",value:9},A:{pattern:"BwbwbWbwB",value:10},B:{pattern:"bwBwbWbwB",value:11},C:{pattern:"BwBwbWbwb",value:12},D:{pattern:"bwbwBWbwB",value:13},E:{pattern:"BwbwBWbwb",value:14},F:{pattern:"bwBwBWbwb",value:15},G:{pattern:"bwbwbWBwB",value:16},H:{pattern:"BwbwbWBwb",value:17},I:{pattern:"bwBwbWBwb",value:18},J:{pattern:"bwbwBWBwb",value:19},K:{pattern:"BwbwbwbWB",value:20},L:{pattern:"bwBwbwbWB",value:21},M:{pattern:"BwBwbwbWb",value:22},N:{pattern:"bwbwBwbWB",value:23},O:{pattern:"BwbwBwbWb",value:24},P:{pattern:"bwBwBwbWb",value:25},Q:{pattern:"bwbwbwBWB",value:26},R:{pattern:"BwbwbwBWb",value:27},S:{pattern:"bwBwbwBWb",value:28},T:{pattern:"bwbwBwBWb",value:29},U:{pattern:"BWbwbwbwB",value:30},V:{pattern:"bWBwbwbwB",value:31},W:{pattern:"BWBwbwbwb",value:32},X:{pattern:"bWbwBwbwB",value:33},Y:{pattern:"BWbwBwbwb",value:34},Z:{pattern:"bWBwBwbwb",value:35},"-":{pattern:"bWbwbwBwB",value:36},".":{pattern:"BWbwbwBwb",value:37}," ":{pattern:"bWBwbwBwb",value:38},$:{pattern:"bWbWbWbwb",value:39},"/":{pattern:"bWbWbwbWb",value:40},"+":{pattern:"bWbwbWbWb",value:41},"%":{pattern:"bwbWbWbWb",value:42},START:{pattern:"bWbwBwBwb"}}})},e.prototype.initValue=function(t,e,r){this.width=e,this.height=r,this.value=t,this.dataLength=t.length,this.pattern=[],this.patternString=""},e.prototype.prepareValues=function(){var t,e=this.minBaseUnitLength,r=this.minRatio,i=Math.max(.15*this.width,24),n=this.maxRatio;if(this.height<i)throw new Error("Insufficient Height. The minimum height for value: "+this.value+" is: "+i);for(t=this.getBaseUnit(n);t<e&&n>r;)n=parseFloat((n-.1).toFixed(1)),t=this.getBaseUnit(n);if(t<e){var o=Math.ceil(this.getBaseWidth(r)*e);throw new Error("Insufficient width. The minimum width for value: "+this.value+" is: "+o)}this.ratio=n,this.baseUnit=t,this.patternString=this.patternString.substring(0,this.patternString.length-1),this.pattern=this.pattern.concat(this.patternString.replace(/ratio/g,n).split(this.splitCharacter))},e.prototype.getBaseUnit=function(t){return this.width/this.getBaseWidth(t)},e.prototype.getBaseWidth=function(t){var e=3*(t+2);return this.quietZoneLength+e*(this.dataLength+2)+this.gapWidth*(this.dataLength+1)},e.prototype.addStart=function(){this.addPattern(this.characterMap.START.pattern),this.addCharacterGap()},e.prototype.addBase=function(t){this.addPattern(t.pattern),this.addCharacterGap()},e.prototype.addStop=function(){this.addPattern(this.characterMap.START.pattern)},e.prototype.addPattern=function(t){for(var e=0;e<t.length;e++)this.patternString+=this.patternMappings[t.charAt(e)]},e.prototype.addCharacterGap=function(){this.patternString+=this.gapWidth+this.splitCharacter},e}(zu);Lt(Fu,{addCheckSum:!1});var Ku={addCharacter:function(t){this.characterMap[t]?this.addBase(this.characterMap[t]):t.charCodeAt(0)>127?this.invalidCharacterError(t):this.addExtended(t.charCodeAt(0))},addExtended:function(t){for(var e,r=0;r<this.extendedMappings.length;r++)if(e=this.extendedMappings[r].call(this,t)){for(var i=0;i<e.length;i++){var n=e[i];this.addBase(n)}return void(this.dataLength+=e.length-1)}},extendedMappings:[function(t){if(97<=t&&t<=122)return[this.characterMap[this.shiftCharacters[0]],this.characterMap[String.fromCharCode(t-32)]]},function(t){if(33<=t&&t<=58)return[this.characterMap[this.shiftCharacters[1]],this.characterMap[String.fromCharCode(t+32)]]},function(t){if(1<=t&&t<=26)return[this.characterMap[this.shiftCharacters[2]],this.characterMap[String.fromCharCode(t+64)]]},function(t){var e,r;if(this.specialAsciiCodes[t]){e=[];for(var i=0;i<this.specialAsciiCodes[t].length;i++)e.push(this.characterMap[this.shiftCharacters[3]]),e.push(this.characterMap[this.specialAsciiCodes[t][i]])}else r=6*Math.floor(t/32)+(t-27)%32+64,e=[this.characterMap[this.shiftCharacters[3]],this.characterMap[String.fromCharCode(r)]];return e}],specialAsciiCodes:{0:["U"],64:["V"],96:["W"],127:["T","X","Y","Z"]},shiftValuesAsciiCodes:{39:36,40:47,41:43,42:37},characterMap:{"+":!1,"/":!1,$:!1,"%":!1},shiftCharacters:["SHIFT0","SHIFT1","SHIFT2","SHIFT3"]},Uu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),M(this,Ku,{name:"Code 39 extended",characterMap:{SHIFT0:{pattern:"bWbwbWbWb",value:41},SHIFT1:{pattern:"bWbWbwbWb",value:40},SHIFT2:{pattern:"bWbWbWbwb",value:39},SHIFT3:{pattern:"bwbWbWbWb",value:42}}})},e}(Fu),Hu=Object.assign,$u=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Hu(this,{name:"Code 93",cCheckSumTotal:20,kCheckSumTotal:15,checkSumMod:47,characterMap:{0:{pattern:"131112",value:0},1:{pattern:"111213",value:1},2:{pattern:"111312",value:2},3:{pattern:"111411",value:3},4:{pattern:"121113",value:4},5:{pattern:"121212",value:5},6:{pattern:"121311",value:6},7:{pattern:"111114",value:7},8:{pattern:"131211",value:8},9:{pattern:"141111",value:9},A:{pattern:"211113",value:10},B:{pattern:"211212",value:11},C:{pattern:"211311",value:12},D:{pattern:"221112",value:13},E:{pattern:"221211",value:14},F:{pattern:"231111",value:15},G:{pattern:"112113",value:16},H:{pattern:"112212",value:17},I:{pattern:"112311",value:18},J:{pattern:"122112",value:19},K:{pattern:"132111",value:20},L:{pattern:"111123",value:21},M:{pattern:"111222",value:22},N:{pattern:"111321",value:23},O:{pattern:"121122",value:24},P:{pattern:"131121",value:25},Q:{pattern:"212112",value:26},R:{pattern:"212211",value:27},S:{pattern:"211122",value:28},T:{pattern:"211221",value:29},U:{pattern:"221121",value:30},V:{pattern:"222111",value:31},W:{pattern:"112122",value:32},X:{pattern:"112221",value:33},Y:{pattern:"122121",value:34},Z:{pattern:"123111",value:35},"-":{pattern:"121131",value:36},".":{pattern:"311112",value:37}," ":{pattern:"311211",value:38},$:{pattern:"321111",value:39},"/":{pattern:"112131",value:40},"+":{pattern:"113121",value:41},"%":{pattern:"211131",value:42},SHIFT0:{pattern:"122211",value:46},SHIFT1:{pattern:"311121",value:45},SHIFT2:{pattern:"121221",value:43},SHIFT3:{pattern:"312111",value:44},START:{pattern:"111141"},TERMINATION_BAR:"1"}})},e.prototype.initValue=function(t,e,r){this.value=t,this.width=e,this.height=r,this.pattern=[],this.values=[],this.dataLength=t.length},e.prototype.prepareValues=function(){var t=Math.max(.15*this.width,24);if(this.height<t)throw new Error("Insufficient Height");if(this.setBaseUnit(),this.baseUnit<this.minBaseUnitLength)throw new Error("Insufficient Width")},e.prototype.setBaseUnit=function(){this.baseUnit=this.width/(9*(this.dataLength+2+2)+this.quietZoneLength+1)},e.prototype.addStart=function(){var t=this.characterMap.START.pattern;this.addPattern(t)},e.prototype.addStop=function(){this.addStart(),this.pattern.push(this.characterMap.TERMINATION_BAR)},e.prototype.addBase=function(t){this.addPattern(t.pattern),this.values.push(t.value)},e.prototype.pushCheckSum=function(){var t,e=this._getCheckValues();this.checksum=e.join("");for(var r=0;r<e.length;r++)t=this.characterMap[this._findCharacterByValue(e[r])],this.addPattern(t.pattern)},e.prototype._getCheckValues=function(){var t,e,r=this.values,i=r.length,n=0;for(e=i-1;e>=0;e--)n+=this.weightedValue(r[e],i-e,this.cCheckSumTotal);for(t=n%this.checkSumMod,n=this.weightedValue(t,1,this.kCheckSumTotal),e=i-1;e>=0;e--)n+=this.weightedValue(r[e],i-e+1,this.kCheckSumTotal);return[t,n%this.checkSumMod]},e.prototype._findCharacterByValue=function(t){for(var e in this.characterMap)if(this.characterMap[e].value===t)return e},e.prototype.weightedValue=function(t,e,r){return(e%r||r)*t},e.prototype.addPattern=function(t){for(var e,r=0;r<t.length;r++)e=parseInt(t.charAt(r),10),this.pattern.push(e)},e}(zu),Gu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),M(this,Ku,{name:"Code 93 extended",pushCheckSum:function(){var t,e=this._getCheckValues();this.checksum=e.join("");for(var r=0;r<e.length;r++)if(t=e[r],this.shiftValuesAsciiCodes[t])this.addExtended(this.shiftValuesAsciiCodes[t]);else{var i=this._findCharacterByValue(t);this.addPattern(this.characterMap[i].pattern)}}})},e}($u),Xu=/^\d+$/,Yu=Object.assign,Wu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Yu(this,{name:"Postnet",START:"2",VALID_CODE_LENGTHS:[5,9,11],DIGIT_SEPARATOR:"-",characterMap:["22111","11122","11212","11221","12112","12121","12211","21112","21121","21211"]})},e.prototype.initValue=function(t,e,r){this.height=r,this.width=e,this.baseHeight=r/2,this.value=t.replace(new RegExp(this.DIGIT_SEPARATOR,"g"),""),this.pattern=[],this.validate(this.value),this.checkSum=0,this.setBaseUnit()},e.prototype.addData=function(){var t=this.value;this.addPattern(this.START);for(var e=0;e<t.length;e++)this.addCharacter(t.charAt(e));this.options.addCheckSum&&this.addCheckSum(),this.addPattern(this.START),this.pattern.pop()},e.prototype.addCharacter=function(t){var e=this.characterMap[t];this.checkSum+=parseInt(t,10),this.addPattern(e)},e.prototype.addCheckSum=function(){this.checksum=(10-this.checkSum%10)%10,this.addCharacter(this.checksum)},e.prototype.setBaseUnit=function(){this.baseUnit=this.width/(10*(this.value.length+1)+3+this.quietZoneLength)},e.prototype.validate=function(t){if(Xu.test(t)||this.invalidCharacterError(t.match(/[^0-9]/)[0]),!ct(t.length,this.VALID_CODE_LENGTHS))throw new Error("Invalid value length. Valid lengths for the Postnet symbology are "+this.VALID_CODE_LENGTHS.join(","))},e.prototype.addPattern=function(t){for(var e,r=0;r<t.length;r++)e=this.height-this.baseHeight*t.charAt(r),this.pattern.push({width:1,y1:e,y2:this.height}),this.pattern.push(1)},e}(Eu),qu=/^\d+$/,Zu=/^[a-z0-9]+$/i,Qu=Object.assign,Ju=function(t){function e(e){t.call(this),this.encoding=e,this.initProperties()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){},e.prototype.addStart=function(){},e.prototype.is=function(){},e.prototype.isCode=function(){return!1},e.prototype.move=function(){},e.prototype.pushState=function(){},e}(S.Class),tl=function(t){function e(e,r){t.call(this,e),this.states=r,this._initMoves(r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),M(this,{FNC4:"FNC4",SHIFT:98})},e.prototype.addStart=function(){this.encoding.addPattern(this.START)},e.prototype.is=function(t,e){var r=t.charCodeAt(e);return this.isCode(r)},e.prototype.move=function(t){for(var e=0;!this._moves[e].call(this,t)&&e<this._moves.length;)e++},e.prototype.pushState=function(t){var e,r=this.states,i=t.value,n=i.length;if(ct("C",r)){var o=i.substr(t.index).match(/\d{4,}/g);o&&(n=i.indexOf(o[0],t.index))}for(;(e=t.value.charCodeAt(t.index))>=0&&this.isCode(e)&&t.index<n;)this.encoding.addPattern(this.getValue(e)),t.index++},e.prototype._initMoves=function(t){this._moves=[],ct(this.FNC4,t)&&this._moves.push(this._moveFNC),ct(this.shiftKey,t)&&this._moves.push(this._shiftState),this._moves.push(this._moveState)},e.prototype._moveFNC=function(t){if(t.fnc)return t.fnc=!1,t.previousState===this.key},e.prototype._shiftState=function(t){if(t.previousState===this.shiftKey&&(t.index+1>=t.value.length||this.encoding[this.shiftKey].is(t.value,t.index+1)))return this.encoding.addPattern(this.SHIFT),t.shifted=!0,!0},e.prototype._moveState=function(){return this.encoding.addPattern(this.MOVE),!0},e}(Ju),el={};el.A=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Qu(this,{key:"A",shiftKey:"B",MOVE:101,START:103})},e.prototype.isCode=function(t){return 0<=t&&t<96},e.prototype.getValue=function(t){return t<32?t+64:t-32},e}(tl),el.B=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Qu(this,{key:"B",shiftKey:"A",MOVE:100,START:104})},e.prototype.isCode=function(t){return 32<=t&&t<128},e.prototype.getValue=function(t){return t-32},e}(tl),el.C=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Qu(this,{key:"C",MOVE:99,START:105})},e.prototype.addStart=function(){this.encoding.addPattern(this.START)},e.prototype.is=function(t,e){var r=ul(t,e,4);return(e+4<=t.length||2===t.length)&&qu.test(r)},e.prototype.move=function(){this.encoding.addPattern(this.MOVE)},e.prototype.pushState=function(t){for(var e;(e=ul(t.value,t.index,2))&&qu.test(e)&&2===e.length;)this.encoding.addPattern(parseInt(e,10)),t.index+=2},e.prototype.getValue=function(t){return t},e}(Ju),el.FNC4=function(t){function e(e,r){t.call(this,e),this._initSubStates(r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Qu(this,{key:"FNC4",dependentStates:["A","B"]})},e.prototype.addStart=function(t){var e=t.value.charCodeAt(0)-128,r=this._getSubState(e);this.encoding[r].addStart()},e.prototype.is=function(t,e){var r=t.charCodeAt(e);return this.isCode(r)},e.prototype.isCode=function(t){return 128<=t&&t<256},e.prototype.pushState=function(t){var e,r=this._initSubState(t),i=this.encoding,n=r.value.length;if(t.index+=n,n<3)for(;r.index<n;r.index++)e=r.value.charCodeAt(r.index),r.state=this._getSubState(e),r.previousState!==r.state&&(r.previousState=r.state,i[r.state].move(r)),i.addPattern(i[r.state].MOVE),i.addPattern(i[r.state].getValue(e));else r.state!==r.previousState&&i[r.state].move(r),this._pushStart(r),i.pushData(r,this.subStates),t.index<t.value.length&&this._pushStart(r);t.fnc=!0,t.state=r.state},e.prototype._pushStart=function(t){this.encoding.addPattern(this.encoding[t.state].MOVE),this.encoding.addPattern(this.encoding[t.state].MOVE)},e.prototype._initSubState=function(t){var e={value:this._getAll(t.value,t.index),index:0};return e.state=this._getSubState(e.value.charCodeAt(0)),e.previousState=t.previousState===this.key?e.state:t.previousState,e},e.prototype._initSubStates=function(t){this.subStates=[];for(var e=0;e<t.length;e++)ct(t[e],this.dependentStates)&&this.subStates.push(t[e])},e.prototype._getSubState=function(t){for(var e=0;e<this.subStates.length;e++)if(this.encoding[this.subStates[e]].isCode(t))return this.subStates[e]},e.prototype._getAll=function(t,e){for(var r,i="",n=e;(r=t.charCodeAt(n++))&&this.isCode(r);)i+=String.fromCharCode(r-128);return i},e}(Ju),el.FNC1=function(t){function e(e,r){t.call(this,e),this.states=r}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Qu(this,{key:"FNC1",startState:"C",startAI:"(",endAI:")",dependentStates:["C","B"],applicationIdentifiers:{22:{max:29,type:"alphanumeric"},402:{length:17},7004:{max:4,type:"alphanumeric"},242:{max:6,type:"alphanumeric"},8020:{max:25,type:"alphanumeric"},703:{min:3,max:30,type:"alphanumeric"},8008:{min:8,max:12,type:"alphanumeric"},253:{min:13,max:17,type:"alphanumeric"},8003:{min:14,max:30,type:"alphanumeric"},multiKey:[{ids:["15","17","8005","8100"],ranges:[[11,13],[310,316],[320,336],[340,369]],type:{length:6}},{ids:["240","241","250","251","400","401","403","7002","8004","8007","8110"],ranges:[[-9]],type:{max:30,type:"alphanumeric"}},{ids:["7001"],ranges:[[410,414]],type:{length:13}},{ids:["10","21","254","420","8002"],type:{max:20,type:"alphanumeric"}},{ids:["00","8006","8017","8018"],type:{length:18}},{ids:["01","02","8001"],type:{length:14}},{ids:["422"],ranges:[[424,426]],type:{length:3}},{ids:["20","8102"],type:{length:2}},{ids:["30","37"],type:{max:8,type:"alphanumeric"}},{ids:["390","392"],type:{max:15,type:"alphanumeric"}},{ids:["421","423"],type:{min:3,max:15,type:"alphanumeric"}},{ids:["391","393"],type:{min:3,max:18,type:"alphanumeric"}},{ids:["7003","8101"],type:{length:10}}]},START:102})},e.prototype.addStart=function(){this.encoding[this.startState].addStart()},e.prototype.is=function(){return ct(this.key,this.states)},e.prototype.pushState=function(t){var e,r,i,n=this.encoding,o=t.value.replace(/\s/g,""),a=new RegExp("["+this.startAI+this.endAI+"]","g"),s=t.index,u={state:this.startState};n.addPattern(this.START);for(;;){if(u.index=0,(e=(i=o.charAt(s)===this.startAI?2:0)>0?this.getBySeparator(o,s):this.getByLength(o,s)).ai.length)r=s+i+e.id.length+e.ai.length;else if((r=o.indexOf(this.startAI,s+1))<0){if(s+e.ai.max+e.id.length+i<o.length)throw new Error("Separators are required after variable length identifiers");r=o.length}if(u.value=o.substring(s,r).replace(a,""),this.validate(e,u.value),n.pushData(u,this.dependentStates),r>=o.length)break;s=r,u.state!==this.startState&&(n[this.startState].move(u),u.state=this.startState),e.ai.length||n.addPattern(this.START)}t.index=t.value.length},e.prototype.validate=function(t,e){var r=e.substr(t.id.length),i=t.ai;if(!i.type&&!qu.test(r))throw new Error("Application identifier "+t.id+" is numeric only but contains non numeric character(s).");if("alphanumeric"===i.type&&!Zu.test(r))throw new Error("Application identifier "+t.id+" is alphanumeric only but contains non alphanumeric character(s).");if(i.length&&i.length!==r.length)throw new Error("Application identifier "+t.id+" must be "+i.length+" characters long.");if(i.min&&i.min>r.length)throw new Error("Application identifier "+t.id+" must be at least "+i.min+" characters long.");if(i.max&&i.max<r.length)throw new Error("Application identifier "+t.id+" must be at most "+i.max+" characters long.")},e.prototype.getByLength=function(t,e){for(var r,i,n=2;n<=4;n++)if(r=ul(t,e,n),i=this.getApplicationIdentifier(r)||this.getApplicationIdentifier(r.substring(0,r.length-1)))return{id:r,ai:i};this.unsupportedAIError(r)},e.prototype.unsupportedAIError=function(t){throw new Error("'"+t+"' is not a supported Application Identifier")},e.prototype.getBySeparator=function(t,e){var r=t.indexOf(this.startAI,e),i=t.indexOf(this.endAI,r),n=t.substring(r+1,i),o=this.getApplicationIdentifier(n)||this.getApplicationIdentifier(n.substr(n.length-1));return o||this.unsupportedAIError(n),{ai:o,id:n}},e.prototype.getApplicationIdentifier=function(t){var e=this.applicationIdentifiers,r=e.multiKey;if(e[t])return e[t];for(var i=0;i<r.length;i++){if(r[i].ids&&ct(t,r[i].ids))return r[i].type;if(r[i].ranges)for(var n=r[i].ranges,o=0;o<n.length;o++)if(n[o][0]<=t&&t<=n[o][1])return r[i].type}},e}(Ju);var rl=function(t){function e(e){t.call(this,e),this._initStates()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Qu(this,{characterMap:[212222,222122,222221,121223,121322,131222,122213,122312,132212,221213,221312,231212,112232,122132,122231,113222,123122,123221,223211,221132,221231,213212,223112,312131,311222,321122,321221,312212,322112,322211,212123,212321,232121,111323,131123,131321,112313,132113,132311,211313,231113,231311,112133,112331,132131,113123,113321,133121,313121,211331,231131,213113,213311,213131,311123,311321,331121,312113,312311,332111,314111,221411,431111,111224,111422,121124,121421,141122,141221,112214,112412,122114,122411,142112,142211,241211,221114,413111,241112,134111,111242,121142,121241,114212,124112,124211,411212,421112,421211,212141,214121,412121,111143,111341,131141,114113,114311,411113,411311,113141,114131,311141,411131,211412,211214,211232,2331112],STOP:106})},e.prototype._initStates=function(){for(var t=0;t<this.states.length;t++)this[this.states[t]]=new el[this.states[t]](this,this.states)},e.prototype.initValue=function(t,e,r){this.pattern=[],this.value=t,this.width=e,this.height=r,this.checkSum=0,this.totalUnits=0,this.index=0,this.position=1},e.prototype.addData=function(){var t={value:this.value,index:0,state:""};0!==this.value.length&&(t.state=t.previousState=this.getNextState(t,this.states),this.addStart(t),this.pushData(t,this.states),this.addCheckSum(),this.addStop(),this.setBaseUnit())},e.prototype.pushData=function(t,e){for(;this[t.state].pushState(t),!(t.index>=t.value.length);)if(t.shifted){var r=t.state;t.state=t.previousState,t.previousState=r,t.shifted=!1}else t.previousState=t.state,t.state=this.getNextState(t,e),this[t.state].move(t)},e.prototype.addStart=function(t){this[t.state].addStart(t),this.position=1},e.prototype.addCheckSum=function(){this.checksum=this.checkSum%103,this.addPattern(this.checksum)},e.prototype.addStop=function(){this.addPattern(this.STOP)},e.prototype.setBaseUnit=function(){this.baseUnit=this.width/(this.totalUnits+this.quietZoneLength)},e.prototype.addPattern=function(t){for(var e,r=this.characterMap[t].toString(),i=0;i<r.length;i++)e=parseInt(r.charAt(i),10),this.pattern.push(e),this.totalUnits+=e;this.checkSum+=t*this.position++},e.prototype.getNextState=function(t,e){for(var r=0;r<e.length;r++)if(this[e[r]].is(t.value,t.index))return e[r];this.invalidCharacterError(t.value.charAt(t.index))},e}(Eu),il=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Qu(this,{name:"Code 128 A",states:["A"]})},e}(rl),nl=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Qu(this,{name:"Code 128 B",states:["B"]})},e}(rl),ol=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Qu(this,{name:"Code 128 C",states:["C"]})},e}(rl),al=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Qu(this,{name:"Code 128",states:["C","B","A","FNC4"]})},e}(rl),sl=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Qu(this,{name:"Code GS1-128",states:["FNC1","C","B"]})},e}(rl);function ul(t,e,r){return t.substring(e,e+r)}var ll=Object.assign,cl=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),ll(this,{characterMap:["12121212","12121221","12122112","12122121","12211212","12211221","12212112","12212121","21121212","21121221"],START:"21",STOP:"121",checkSumType:"",checkSums:vl})},e.prototype.initValue=function(t,e){this.pattern=[],this.value=t,this.checkSumLength=0,this.width=e},e.prototype.setBaseUnit=function(){this.baseUnit=this.width/(12*(this.value.length+this.checkSumLength)+this.quietZoneLength+7)},e.prototype.addData=function(){var t=this.value;this.addPattern(this.START);for(var e=0;e<t.length;e++)this.addCharacter(t.charAt(e));this.options.addCheckSum&&this.addCheckSum(),this.addPattern(this.STOP),this.setBaseUnit()},e.prototype.addCharacter=function(t){var e=this.characterMap[t];e||this.invalidCharacterError(t),this.addPattern(e)},e.prototype.addPattern=function(t){for(var e=0;e<t.length;e++)this.pattern.push(parseInt(t.charAt(e),10))},e.prototype.addCheckSum=function(){var t=this.checkSums[this.checkSumType].call(this.checkSums,this.value);this.checksum=t.join("");for(var e=0;e<t.length;e++)this.checkSumLength++,this.addPattern(this.characterMap[t[e]])},e}(Eu),pl=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),ll(this,{name:"MSI Modulo10",checkSumType:"Modulo10"})},e}(cl),hl=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),ll(this,{name:"MSI Modulo11",checkSumType:"Modulo11"})},e}(cl),fl=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),ll(this,{name:"MSI Modulo10 Modulo10",checkSumType:"Modulo10Modulo10"})},e}(cl),dl=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),ll(this,{name:"MSI Modulo11 Modulo10",checkSumType:"Modulo11Modulo10"})},e}(cl),vl={Modulo10:function(t){var e,r,i,n=[0,""],o=t.length%2;for(e=0;e<t.length;e++)n[(e+o)%2]+=parseInt(t.charAt(e),10);for(i=n[0],r=(2*n[1]).toString(),e=0;e<r.length;e++)i+=parseInt(r.charAt(e),10);return[(10-i%10)%10]},Modulo11:function(t){for(var e,r=0,i=t.length,n=0;n<i;n++)r+=(((i-n)%6||6)+1)*t.charAt(n);return 10!==(e=(11-r%11)%11)?[e]:[1,0]},Modulo11Modulo10:function(t){var e,r=this.Modulo11(t);return e=t+r[0],r.concat(this.Modulo10(e))},Modulo10Modulo10:function(t){var e,r=this.Modulo10(t);return e=t+r[0],r.concat(this.Modulo10(e))}},gl=Object.assign,yl=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),gl(this,{name:"EAN 13",keyTable:["000000","001011","001101","001110","010011","011001","011100","010101","010110","011010"],characterMap:{digits:[[3,2,1,1],[2,2,2,1],[2,1,2,2],[1,4,1,1],[1,1,3,2],[1,2,3,1],[1,1,1,4],[1,3,1,2],[1,2,1,3],[3,1,1,2]],start:[1,1,1],middle:[1,1,1,1,1]}})},e.prototype.initValue=function(t,e,r){var i=String(t);if(12!==i.length||/\D/.test(i))throw new Error('The value of the "EAN13" encoding should be 12 symbols');this.pattern=[],this.options.height=r,this.baseUnit=e/(95+this.quietZoneLength),this.value=i,this.checksum=this.calculateChecksum(),this.leftKey=i[0],this.leftPart=i.substr(1,6),this.rightPart=i.substr(7)+this.checksum},e.prototype.addData=function(){this.addPieces(this.characterMap.start),this.addSide(this.leftPart,this.leftKey),this.addPieces(this.characterMap.middle),this.addSide(this.rightPart),this.addPieces(this.characterMap.start)},e.prototype.addSide=function(t,e){for(var r=0;r<t.length;r++)e&&parseInt(this.keyTable[e].charAt(r),10)?this.addPieces(Array.prototype.slice.call(this.characterMap.digits[t.charAt(r)]).reverse(),!0):this.addPieces(this.characterMap.digits[t.charAt(r)],!0)},e.prototype.addPieces=function(t,e){for(var r=0;r<t.length;r++)e?this.pattern.push({y1:0,y2:.95*this.options.height,width:t[r]}):this.pattern.push(t[r])},e.prototype.calculateChecksum=function(){for(var t=0,e=0,r=this.value.split("").reverse().join(""),i=0;i<r.length;i++)i%2?e+=parseInt(r.charAt(i),10):t+=parseInt(r.charAt(i),10);return(10-(3*t+e)%10)%10},e}(Eu),ml=Object.assign,bl=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),ml(this,{name:"EAN 8"})},e.prototype.initValue=function(t,e,r){if(7!==t.length||/\D/.test(t))throw new Error("Invalid value provided");this.value=t,this.options.height=r,this.checksum=this.calculateChecksum(this.value),this.leftPart=this.value.substr(0,4),this.rightPart=this.value.substr(4)+this.checksum,this.pattern=[],this.baseUnit=e/(67+this.quietZoneLength)},e}(yl),xl={code11:Du,code39:Fu,code39extended:Uu,code93:$u,code93extended:Gu,code128:al,code128a:il,code128b:nl,code128c:ol};xl["gs1-128"]=sl,xl.msimod10=pl,xl.msimod11=hl,xl.msimod1010=fl,xl.msimod1110=dl,xl.postnet=Wu,xl.ean8=bl,xl.ean13=yl;var Cl=function(t){function e(e,r){t.call(this),this.options=M({},this.options,r),this.element=e,this._initElement(),this._initSurface(),this._setOptions(r),r&&bt(r.value)&&this.redraw()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.destroy=function(){this._destroySurface()},e.prototype._initElement=function(){C(this.element,"k-barcode"),this.element.style.display="block"},e.prototype._initSurface=function(){var t=this.options,e=this.surface;e&&e.options.type===t.renderAs||(this._destroySurface(),this._initSurfaceElement(),this.surface=this._createSurface())},e.prototype._createSurface=function(){return S.drawing.Surface.create(this.surfaceElement,{type:this.options.renderAs})},e.prototype._destroySurface=function(){this.surface&&(this.surface.destroy(),this.surface=null,this._destroySurfaceElement())},e.prototype._initSurfaceElement=function(){this.surfaceElement||(this.surfaceElement=document.createElement("div"),this.surfaceElement.style.position="relative",this.element.appendChild(this.surfaceElement))},e.prototype._destroySurfaceElement=function(){this.surfaceElement&&this.surfaceElement.parentNode&&(this.surfaceElement.parentNode.removeChild(this.surfaceElement),this.surfaceElement=null)},e.prototype.setOptions=function(t){this._setOptions(t),this.redraw()},e.prototype.redraw=function(){var t=this._getSize();this.surface.clear(),this.surface.setSize({width:t.width,height:t.height}),this.createVisual(),this.surface.draw(this.visual)},e.prototype.getSize=function(){return{width:this.element.offsetWidth,height:this.element.offsetHeight}},e.prototype._resize=function(){this.redraw()},e.prototype.createVisual=function(){this.visual=this._render()},e.prototype._render=function(){var t,e,r=this.options,i=r.value,n=r.text,o=D(n.margin),a=this._getSize(),s=r.border||{},u=this.encoding,l=new Zt(0,0,a.width,a.height).unpad(s.width).unpad(r.padding),c=l.height(),p=new S.drawing.Group;return this.contentBox=l,p.append(this._getBackground(a)),n.visible&&(c-=S.drawing.util.measureText(i,{font:n.font}).height+o.top+o.bottom),t=u.encode(i,l.width(),c),n.visible&&(e=i,r.checksum&&bt(u.checksum)&&(e+=" "+u.checksum),p.append(this._getText(e))),this.barHeight=c,this._bandsGroup=this._getBands(t.pattern,t.baseUnit),p.append(this._bandsGroup),p},e.prototype.exportVisual=function(){return this._render()},e.prototype._getSize=function(){var t=this.element,e=t.clientWidth,r=t.clientHeight,i=new S.geometry.Size(300,100);return e>0&&(i.width=e),r&&(i.height=r),this.options.width&&(i.width=this.options.width),this.options.height&&(i.height=this.options.height),i},e.prototype.value=function(t){if(!bt(t))return this.options.value;this.options.value=String(t),this.redraw()},e.prototype._getBands=function(t,e){for(var r,i,n=this.contentBox,o=n.x1,a=new S.drawing.Group,s=0;s<t.length;s++){if(r=(i=N(t[s])?t[s]:{width:t[s],y1:0,y2:this.barHeight}).width*e,s%2){var u=S.geometry.Rect.fromPoints(new S.geometry.Point(o,i.y1+n.y1),new S.geometry.Point(o+r,i.y2+n.y1)),l=S.drawing.Path.fromRect(u,{fill:{color:this.options.color},stroke:null});a.append(l)}o+=r}return a},e.prototype._getBackground=function(t){var e=this.options,r=e.border||{},i=new Zt(0,0,t.width,t.height).unpad(r.width/2);return S.drawing.Path.fromRect(i.toRect(),{fill:{color:e.background},stroke:{color:r.width?r.color:"",width:r.width,dashType:r.dashType}})},e.prototype._getText=function(t){var e=this.options.text,r=this._textbox=new xe(t,{font:e.font,color:e.color,align:"center",vAlign:"bottom",margin:e.margin});return r.reflow(this.contentBox),r.renderVisual(),r.visual},e.prototype._setOptions=function(t){if(this.type=(t.type||this.options.type).toLowerCase(),"upca"===this.type&&(this.type="ean13",t.value="0"+t.value),"upce"===this.type&&(this.type="ean8",t.value="0"+t.value),!xl[this.type])throw new Error("Encoding "+this.type+" is not supported.");this.encoding=new xl[this.type],this.options=M({},this.options,t)},e}(S.Class);Lt(Cl,{name:"Barcode",renderAs:"svg",value:"",type:"code39",checksum:!1,width:0,height:0,color:"black",background:"white",text:{visible:!0,font:"16px Consolas, Monaco, Sans Mono, monospace, sans-serif",color:"black",margin:{top:0,bottom:0,left:0,right:0}},border:{width:0,dashType:"solid",color:"black"},padding:{top:0,bottom:0,left:0,right:0}});var _l=Cl,Ol="Arial, Helvetica, sans-serif",Sl="12px "+Ol,wl="16px "+Ol,jl=function(){return{icon:{border:{width:1}},label:{font:Sl,padding:3},line:{length:10,width:2},visible:!0}},Pl=function(t){return{visible:!0,labels:{font:"11px Arial, Helvetica, sans-serif"},overlay:t.gradients?{}:{gradient:"none"},area:{highlight:{markers:{border:{}}},line:{opacity:1,width:0},markers:{size:6,visible:!1},opacity:.4},rangeArea:{highlight:{markers:{border:{}}},line:{opacity:1,width:0},markers:{size:6,visible:!1},opacity:.4},verticalRangeArea:{highlight:{markers:{border:{}}},line:{opacity:1,width:0},markers:{size:6,visible:!1},opacity:.4},bar:{gap:1.5,spacing:.4},boxPlot:{outliersField:"",meanField:"",border:{_brightness:.8,width:1},downColor:"#fff",gap:1,highlight:{border:{opacity:1,width:2},whiskers:{width:3},mean:{width:2},median:{width:2}},mean:{width:2},median:{width:2},spacing:.3,whiskers:{width:2}},bubble:{border:{width:0},labels:{background:"transparent"},opacity:.6},bullet:{gap:1.5,spacing:.4,target:{color:"#ff0000"}},candlestick:{border:{_brightness:.8,width:1},downColor:"#fff",gap:1,highlight:{border:{opacity:1,width:2},line:{width:2}},line:{color:"#000",width:1},spacing:.3},column:{gap:1.5,spacing:.4},heatmap:{labels:{color:"",background:"transparent",visible:!0},highlight:{border:{width:0}}},pie:{labels:{background:"",color:"",padding:{top:5,bottom:5,left:7,right:7}}},donut:{margin:1},funnel:{labels:{background:"",color:"",padding:{top:5,bottom:5,left:7,right:7}}},horizontalWaterfall:{gap:.5,line:{color:"#000",width:1},spacing:.4},line:{width:2},notes:jl(),ohlc:{gap:1,highlight:{line:{opacity:1,width:3}},line:{width:1},spacing:.3},radarArea:{line:{opacity:1,width:0},markers:{size:6,visible:!1},opacity:.5},radarLine:{markers:{visible:!1},width:2},polarArea:{line:{opacity:1,width:0},markers:{size:6,visible:!1},opacity:.5},polarLine:{markers:{visible:!1},width:2},rangeBar:{gap:1.5,spacing:.4},rangeColumn:{gap:1.5,spacing:.4},scatterLine:{width:1},verticalArea:{highlight:{markers:{border:{}}},line:{opacity:1,width:0},markers:{size:6,visible:!1},opacity:.4},verticalBoxPlot:{outliersField:"",meanField:"",border:{_brightness:.8,width:1},downColor:"#fff",gap:1,highlight:{border:{opacity:1,width:2},whiskers:{width:3},mean:{width:2},median:{width:2}},mean:{width:2},median:{width:2},spacing:.3,whiskers:{width:2}},verticalBullet:{gap:1.5,spacing:.4,target:{color:"#ff0000"}},verticalLine:{width:2},waterfall:{gap:.5,line:{color:"#000",width:1},spacing:.4}}},Al=function(t){return void 0===t&&(t={}),{axisDefaults:{labels:{font:Sl},notes:jl(),title:{font:wl,margin:5}},categoryAxis:{majorGridLines:{visible:!0}},navigator:{pane:{height:90,margin:{top:10}}},seriesDefaults:Pl(t),title:{font:wl},legend:{labels:{font:Sl}}}}},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.CollectionConfigurationVue3=e.CollectionConfiguration=void 0;var a=o(r(2)),s=a.h,u=(a.ref,r(1)),l={name:"KendoCollectionConfiguration",props:{chartKey:String,parentKey:String,parentStore:Object},provide:function(){return{childOption:!1,chartCollection:this.$props.chartKey,parentKey:this.$props.parentKey,child:this.child,addChild:this.addChild,removeChild:this.removeChild}},inject:{dispatchOptions:{default:null},observersStore:{default:null},childrenObserver:{default:null}},created:function(){(0,this.dispatchOptions)({chartKey:this.$props.chartKey,payload:[]})},data:function(){return{child:{collection:[]}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){return(s||t)("div",[u.getDefaultSlots(this)," "])},methods:{addChild:function(t){this.child.collection.push(t)},removeChild:function(t){var e=this.child.collection.findIndex((function(e){return e.uid===t.uid}));this.child.collection.splice(e,1)}}};e.CollectionConfiguration=l;var c=l;e.CollectionConfigurationVue3=c},function(t,e,r){"use strict";var i=function(){return(i=Object.assign||function(t){for(var e,r=1,i=arguments.length;r<i;r++)for(var n in e=arguments[r])Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t}).apply(this,arguments)},n=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},o=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},a=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&n(e,t,r);return o(e,t),e},s=function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0}),e.BaseChartVue3=e.BaseChart=void 0;var u=a(r(2)).h,l=r(35),c=r(7),p=r(1),h=r(3),f=r(36),d=r(38),v=r(40),g=r(41),y=s(r(42)),m=r(43),b=r(3);r(44);var x=r(45),C=r(47),_=r(1),O=r(49),S={name:"KendoBaseChart",props:{deriveOptionsFromParent:{type:Function,default:void 0},chartConstructor:{type:[Object,Function],default:function(){}},className:String,chartStyle:Object,wrapper:String,getTarget:{type:Function,default:void 0},dataItems:{type:Array,default:function(){}},dir:String,renderAs:{type:String,default:void 0,validator:function(t){return["svg","canvas"].includes(t)}},pannable:{type:[Boolean,Object],default:function(){}},zoomable:{type:[Boolean,Object],default:function(){}},seriesColors:{type:Array,default:function(){}},transitions:{type:Boolean,default:!0},paneDefaults:{type:Object,default:function(){}},panes:{type:Array,default:function(){}},seriesDefaults:{type:Object,default:function(){}},axisDefaults:{type:Object,default:function(){}},allListeners:{type:Object,default:void 0}},inject:{kendoIntlService:{default:null}},provide:function(){return{optionsState:this.optionsState,dispatchOptions:this.dispatchOptions,observersState:this.observersState,dispatchObservers:this.dispatchObservers,childrenObserver:this.childrenObserver}},created:function(){this.chartInstance=null,this.element=null,this.suppressTransitions=!1,_.validatePackage(O.packageMetadata),this.themeStore=y.default(m.themeReducer),this.chartObserver=new c.InstanceObserver(this,{render:"onRender",legendItemClick:"onLegendItemClick"})},data:function(){return{optionsState:{},observersState:[],childrenObserver:new c.InstanceObserver(this,{onMouseLeave:"onChildMouseLeave"})}},mounted:function(){this.element=this.v3?this.elementRef:this.$refs.element,g.loadTheme(this.themeStore,this.instantiateCoreChart),window.addEventListener("resize",this.onWindowResize)},destroyed:u?void 0:function(){this.onDestroyed()},unmounted:function(){this.onDestroyed()},updated:function(){if(null!==this.chartInstance){var t=l.provideIntlService(this),e=this.chartInstance.chartService;t.locale!==e._intlService.locale&&(this.chartInstance.chartService._intlService=t,this.chartInstance.chartService.format._intlService=t,this.chartInstance.noTransitionsRedraw()),this.refresh()}},setup:u?function(){return{v3:!!u}}:void 0,render:function(t){var e=u||t,r=p.getDefaultSlots(this),n=this.$props,o=n.chartStyle,a=void 0===o?{}:o,s=n.className,l=n.wrapper,c=Object.assign({},a,{position:"relative"});return e(l,{style:c,class:s,key:"chartElement"},[e(x.SeriesTooltip,{key:"seriesTooltip"}),e(C.CrosshairContainer,{key:"crosshairTooltips",optionsState:i({},this.optionsState),attrs:this.v3?void 0:{optionsState:i({},this.optionsState)}}),function(){var t=this;return e("div",{onMouseleave:this.onChartMouseLeave,on:this.v3?void 0:{mouseleave:this.onChartMouseLeave},ref:this.v3?function(e){t.elementRef=e}:"element",class:"k-chart-surface"},[r])}.call(this)])},methods:{dispatchOptions:function(t){m.optionsReducer(this.optionsState,t)},dispatchObservers:function(t){this.observersState=m.observersReducer(this.observersState,t)},onDestroyed:function(){null!==this.chartInstance&&(this.chartInstance.destroy(),this.chartInstance=null),window.removeEventListener("resize",this.onWindowResize)},getDirection:function(t){return void 0!==t?"rtl"===t:p.isRtl(this.element)},getChartOptions:function(){var t=this.$props,e=t.renderAs,r=t.pannable,i=t.zoomable,n=t.paneDefaults,o=t.panes,a=t.transitions,s=t.seriesColors,u=t.seriesDefaults,l=t.axisDefaults,c=t.deriveOptionsFromParent,p={};return void 0!==e&&(p.renderAs=e),void 0!==r&&(p.pannable=r),void 0!==i&&(p.zoomable=i),void 0!==n&&(p.paneDefaults=n),void 0!==o&&(p.panes=o),void 0!==a&&(p.transitions=a),void 0!==s&&(p.seriesColors=s),void 0!==u&&(p.seriesDefaults=u),void 0!==l&&(p.axisDefaults=l),p=Object.assign(p,this.optionsState),c&&(p=c(p)),p},refresh:function(){if(null!==this.chartInstance){var t=this.themeStore.getState(),e=this.getChartOptions(),r=e.transitions;this.suppressTransitions&&(e.transitions=!1),p.hasListener.call(this,"refresh")?this.trigger("refresh",{chartOptions:e,themeOptions:t,chartInstance:this.chartInstance}):this.chartInstance.setOptions(e,t),this.suppressTransitions&&(e.transitions=r,this.suppressTransitions=!1)}},instantiateCoreChart:function(){var t=this.$props,e=t.dir,r=t.chartConstructor,i=this.getChartOptions(),n=null;this.element&&(n=this.element.lastElementChild)&&this.element.removeChild(n),this.chartInstance=new r(this.element,i,this.themeStore.getState(),{rtl:this.getDirection(e),intlService:l.provideIntlService(this),observer:this.chartObserver,sender:this}),this.element&&n&&this.element.appendChild(n)},trigger:function(t,e){for(var r=this.$props.getTarget(),i=d.create(t,e,r),n=this.observersState,o=!1,a=0;a<n.length;a++)n[a].trigger(t,e)&&(o=!0);return!1===o&&i?(this.$emit("basechartevent",t.toLowerCase(),i),i.isDefaultPrevented&&i.isDefaultPrevented()):o},triggerDomEvent:function(t,e){for(var r=this.observersState,i=!1,n=0;n<r.length;n++)r[n].trigger(t,e)&&(i=!0);return i},onRender:function(t){null!==this.chartInstance&&(this.surface=t.sender.surface,this.trigger("render",t))},hasListener:function(t){return!!this.$props.allListeners&&Object.keys(this.$props.allListeners).some((function(e){return-1!==e.toLowerCase().indexOf(t.toLowerCase())}))},onLegendItemClick:function(t){if(null!==this.chartInstance)if(this.hasListener("legendItemClick"))this.trigger("legendItemClick",t);else{var e=this.optionsState.series;if(!e)return;var r={},i=t.seriesIndex,n=t.pointIndex,o=e[i];if(void 0===n)r=Object.assign({},o,{visible:b.toggle(o.visible)});else{var a=o.pointVisibility=o.pointVisibility||[];a[n]=b.toggle(a[n]),r=Object.assign({},o)}this.dispatchOptions({chartCollectionIdxKey:"series_"+i,payload:r}),this.suppressTransitions=!0,this.refresh()}},onWindowResize:function(){null!==this.chartInstance&&this.chartInstance.resize()},onChartMouseLeave:function(t){var e=v.toDomEvent(this,t);this.triggerDomEvent("onMouseLeave",e)?t.preventDefault():null!==this.chartInstance&&this.chartInstance.hideElements()},onChildMouseLeave:function(t){var e=t.event;return this.chartInstance&&!h.hasParent(e.relatedTarget,this.element)&&this.chartInstance.hideElements(),!1},requiresHandlers:function(t){for(var e=0;e<t.length;e++){var r=t[e];if(this.hasListener(r))return!0}return!1}}};e.BaseChart=S;var w=S;e.BaseChartVue3=w,c.DomEventsBuilder.register(f.DomEventsBuilder)},function(t,e){t.exports=r},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.AxisLabelClickEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.axis=e.axis,i.dataItem=e.dataItem,i.index=e.index,i.text=e.text,i.value=e.value,i}return n(e,t),e}(r(5).BaseEvent);e.AxisLabelClickEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.DragEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.axisRanges=e.axisRanges,i.nativeEvent=e.originalEvent,i}return n(e,t),e}(r(6).PreventableEvent);e.DragEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.DragEndEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.axisRanges=e.axisRanges,i.nativeEvent=e.originalEvent,i}return n(e,t),e}(r(5).BaseEvent);e.DragEndEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.DragStartEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.axisRanges=e.axisRanges,i.nativeEvent=e.originalEvent,i}return n(e,t),e}(r(6).PreventableEvent);e.DragStartEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.LegendItemHoverEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.series=e.series,i.seriesIndex=e.seriesIndex,i.pointIndex=e.pointIndex,i.text=e.text,i}return n(e,t),e.prototype.preventDefault=function(){t.prototype.preventDefault.call(this)},e}(r(6).PreventableEvent);e.LegendItemHoverEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.LegendItemClickEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.series=e.series,i.seriesIndex=e.seriesIndex,i.pointIndex=e.pointIndex,i.text=e.text,i}return n(e,t),e.prototype.preventDefault=function(){t.prototype.preventDefault.call(this)},e}(r(6).PreventableEvent);e.LegendItemClickEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.NavigatorFilterEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.from=e.from,i.to=e.to,i}return n(e,t),e}(r(5).BaseEvent);e.NavigatorFilterEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.NoteClickEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.category=e.category,i.dataItem=e.dataItem,i.series=e.series,i.value=e.value,i.visual=e.visual,i}return n(e,t),e}(r(5).BaseEvent);e.NoteClickEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.NoteHoverEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.category=e.category,i.dataItem=e.dataItem,i.series=e.series,i.value=e.value,i.visual=e.visual,i}return n(e,t),e}(r(5).BaseEvent);e.NoteHoverEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.PlotAreaClickEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.category=e.category,i.nativeEvent=e.originalEvent,i.value=e.value,i.x=e.x,i.y=e.y,i}return n(e,t),e}(r(5).BaseEvent);e.PlotAreaClickEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.PlotAreaHoverEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.category=e.category,i.nativeEvent=e.originalEvent,i.value=e.value,i.x=e.x,i.y=e.y,i}return n(e,t),e}(r(5).BaseEvent);e.PlotAreaHoverEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.RenderEvent=void 0;var o=function(t){function e(e,r){return t.call(this,r)||this}return n(e,t),e}(r(5).BaseEvent);e.RenderEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.SelectEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.axis=e.axis,i.from=e.from,i.to=e.to,i}return n(e,t),e}(r(6).PreventableEvent);e.SelectEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.SelectEndEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.axis=e.axis,i.from=e.from,i.to=e.to,i}return n(e,t),e}(r(5).BaseEvent);e.SelectEndEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.SelectStartEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.axis=e.axis,i.from=e.from,i.to=e.to,i}return n(e,t),e}(r(6).PreventableEvent);e.SelectStartEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.SeriesClickEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.category=e.category,i.dataItem=e.dataItem,i.nativeEvent=e.originalEvent,i.percentage=e.percentage,i.point=e.point,i.series=e.series,i.stackValue=e.stackValue,i.value=e.value,i}return n(e,t),e}(r(5).BaseEvent);e.SeriesClickEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.SeriesHoverEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.category=e.category,i.categoryPoints=e.categoryPoints,i.dataItem=e.dataItem,i.nativeEvent=e.originalEvent,i.percentage=e.percentage,i.point=e.point,i.series=e.series,i.stackValue=e.stackValue,i.value=e.value,i}return n(e,t),e}(r(6).PreventableEvent);e.SeriesHoverEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.ZoomEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.axisRanges=e.axisRanges,i.delta=e.delta,i.nativeEvent=e.originalEvent,i}return n(e,t),e}(r(6).PreventableEvent);e.ZoomEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.ZoomEndEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.axisRanges=e.axisRanges,i.nativeEvent=e.originalEvent,i}return n(e,t),e}(r(5).BaseEvent);e.ZoomEndEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.ZoomStartEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.axisRanges=e.axisRanges,i.nativeEvent=e.originalEvent,i}return n(e,t),e}(r(6).PreventableEvent);e.ZoomStartEvent=o},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.TooltipPoint=void 0;var i=function(){function t(t,e){this.value=t.value,this.category=t.category,this.categoryIndex=t.categoryIx,this.series=t.series,this.dataItem=t.dataItem,this.percentage=t.percentage,this.runningTotal=t.runningTotal,this.total=t.total,this.low=t.low,this.high=t.high,this.xLow=t.xLow,this.xHigh=t.xHigh,this.yLow=t.yLow,this.yHigh=t.yHigh,this.point=t,this.format=((t.options||{}).tooltip||{}).format||e}return Object.defineProperty(t.prototype,"formattedValue",{get:function(){return this.format?this.point.formatValue(this.format):String(this.value)},enumerable:!1,configurable:!0}),t}();e.TooltipPoint=i},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.TooltipPopupVue3=e.TooltipPopup=void 0;var a=o(r(2)).h,s=r(7),u=r(3),l=r(180),c=r(1),p={horizontal:"fit",vertical:"fit"},h="k-chart-tooltip",f={name:"KendoTooltipPopup",props:{className:String,popupShown:Boolean,popupAlign:{type:Object,default:function(){}},popupOffset:{type:Object},popupStyles:{type:Object},popupContent:Function},inject:{options:{default:{state:{}}},dispatchOptions:{default:null},observersState:{default:null},dispatchObservers:{default:null},childrenObserver:{default:null}},created:function(){this.chartObserver=new s.InstanceObserver(this,{onMouseLeave:"onChartMouseLeave"}),this.dispatchObservers({type:"add",payload:this.chartObserver})},destroyed:function(){this.dispatchObservers({type:"remove",payload:this.chartObserver})},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=this,r=this,i=a||t,n=c.getDefaultSlots(this),o=this.$props,s=o.popupShown,u=o.popupAlign,f=o.popupOffset,d=o.popupStyles,v=(o.popupContent,o.className),g=[h,v].join(" ").trim();return i(l.Popup,{animate:!1,attrs:this.v3?void 0:{animate:!1,popupAlign:u,offset:f,show:s,collision:p},popupAlign:u,offset:f,show:s,collision:p,class:"k-chart-tooltip-wrapper"},this.v3?function(){return[i("div",{class:g,style:d,onMouseleave:e.onMouseLeave,on:e.v3?void 0:{mouseleave:e.onMouseLeave},ref:function(t){return r.element=t}},[n])]}:[i("div",{class:g,style:d,onMouseleave:e.onMouseLeave,on:e.v3?void 0:{mouseleave:e.onMouseLeave},ref:function(t){return r.element=t}},[n])])},methods:{onChartMouseLeave:function(t){var e=t.event;return!!u.hasParent(e.relatedTarget,this.element)},onMouseLeave:function(t){}}};e.TooltipPopup=f;var d=f;e.TooltipPopupVue3=d},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=function(t,e){for(var r in t)"default"===r||e.hasOwnProperty(r)||i(e,t,r)};Object.defineProperty(e,"__esModule",{value:!0}),e.StockChartVue3=e.StockChart=e.SparklineVue3=e.Sparkline=e.ChartVue3=e.Chart=void 0;var o=r(34);Object.defineProperty(e,"Chart",{enumerable:!0,get:function(){return o.Chart}}),Object.defineProperty(e,"ChartVue3",{enumerable:!0,get:function(){return o.ChartVue3}});var a=r(51);Object.defineProperty(e,"Sparkline",{enumerable:!0,get:function(){return a.Sparkline}}),Object.defineProperty(e,"SparklineVue3",{enumerable:!0,get:function(){return a.SparklineVue3}});var s=r(52);Object.defineProperty(e,"StockChart",{enumerable:!0,get:function(){return s.StockChart}}),Object.defineProperty(e,"StockChartVue3",{enumerable:!0,get:function(){return s.StockChartVue3}}),n(r(53),e),n(r(54),e),n(r(176),e),n(r(177),e),n(r(178),e),n(r(179),e)},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartVue3=e.Chart=void 0;var a=o(r(2)),s=a.h,u=(a.ref,r(9)),l=r(50),c=r(7),p=r(1),h={name:"KendoChart",props:{donutCenterRender:[String,Function,Object],dir:String,renderAs:{type:String,default:void 0,validator:function(t){return["svg","canvas"].includes(t)}},pannable:{type:[Boolean,Object],default:function(){}},zoomable:{type:[Boolean,Object],default:function(){}},seriesColors:{type:Array,default:function(){}},transitions:{type:Boolean,default:!0},paneDefaults:{type:Object,default:function(){}},panes:{type:Array,default:function(){}},seriesDefaults:{type:Object,default:function(){}},axisDefaults:{type:Object,default:function(){}}},updated:function(){this.baseChart=this.v3?this.baseChartRef:this.$refs.baseChart},mounted:function(){this.baseChart=this.v3?this.baseChartRef:this.$refs.baseChart},methods:{chartInstance:function(){return null!==this.baseChart?this.baseChart.chartInstance:null},surface:function(){return null!==this.baseChart?this.baseChart.surface:null},element:function(){return null!==this.baseChart?this.baseChart.element:null},getTarget:function(){return this},handleBaseChartEvents:function(t,e){this.$emit(t,e)}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=this,r=this,i=s||t,n=p.getDefaultSlots(this),o=this.$props,a=o.donutCenterRender,h=o.dir,f=o.renderAs,d=o.pannable,v=o.zoomable,g=o.seriesColors,y=o.transitions,m=o.paneDefaults,b=o.panes,x=o.seriesDefaults,C=o.axisDefaults,_=a?p.templateRendering.call(this,a,p.getListeners.call(this)):null;return i(u.BaseChart,{dir:h,attrs:this.v3?void 0:{dir:h,renderAs:f,pannable:d,zoomable:v,seriesColors:g,transitions:y,paneDefaults:m,panes:b,seriesDefaults:x,axisDefaults:C,chartConstructor:c.Chart,getTarget:this.getTarget,wrapper:"div",allListeners:p.getListeners.call(this)},renderAs:f,pannable:d,zoomable:v,seriesColors:g,transitions:y,paneDefaults:m,panes:b,seriesDefaults:x,axisDefaults:C,ref:this.v3?function(t){r.baseChartRef=t}:"baseChart",chartConstructor:c.Chart,getTarget:this.getTarget,wrapper:"div",class:p.classNames("k-chart k-widget"),onBasechartevent:this.handleBaseChartEvents,on:this.v3?void 0:{basechartevent:this.handleBaseChartEvents},allListeners:p.getListeners.call(this)},this.v3?function(){return[n,i(l.DonutCenter,{render:_,attrs:e.v3?void 0:{render:_}})]}:[n,i(l.DonutCenter,{render:_,attrs:e.v3?void 0:{render:_}})])}};e.Chart=h;var f=h;e.ChartVue3=f},function(t,e){t.exports=i},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.DomEventsBuilder=void 0;var i=r(37),n=function(){function t(){}return t.create=function(t,e){if("undefined"!=typeof window){var r=window.Hammer;if(!r)return void 0;var n=new r(t,{recognizers:[[r.Tap],[r.Pan],[r.Pinch],[r.Press,{time:0}]]});return new i.DomEvents(n,e)}},t}();e.DomEventsBuilder=n},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.DomEvents=void 0;var i=function(t){return{x:{location:t.pageX},y:{location:t.pageY}}};function n(t,e){for(var r=0;r<t.length;r++)if(e[t[r]])return!0;return!1}var o=[{end:"panend",move:"panmove",start:"panstart"},{gesturechange:"pinchmove",gestureend:"pinchend",gesturestart:"pinchstart"},{press:"press"},{tap:"tap"}],a=function(){function t(t,e){this.hammerInstance=t,this.eventHandlers={},this.tap=this.tap.bind(this),this.press=this.press.bind(this),this.panstart=this.panstart.bind(this),this.panmove=this.panmove.bind(this),this.panend=this.panend.bind(this),this.pinchstart=this.pinchstart.bind(this),this.pinchmove=this.pinchmove.bind(this),this.pinchend=this.pinchend.bind(this),e&&this.bind(e)}return t.prototype.tap=function(t){this.trigger("tap",t)},t.prototype.press=function(t){this.trigger("press",t)},t.prototype.panstart=function(t){delete this.previous,this.previous=this.trigger("start",t)},t.prototype.panmove=function(t){this.previous=this.trigger("move",t)},t.prototype.panend=function(t){this.trigger("end",t),delete this.previous},t.prototype.pinchstart=function(t){this.trigger("gesturestart",t)},t.prototype.pinchmove=function(t){this.trigger("gesturechange",t)},t.prototype.pinchend=function(t){this.trigger("gestureend",t)},t.prototype.trigger=function(t,e){var r=function(t,e){var r=t.pointers,n=r[0],o=n.pageX,a=n.pageY,s=0;if(r.length>1){var u=r[0],l=r[1];s=Math.sqrt(Math.pow(u.pageX-l.pageX,2)+Math.pow(u.pageY-l.pageY,2))}return{distance:s,event:t.srcEvent,preventDefault:function(){t.preventDefault()},target:t.target,touches:r.map(i),type:t.type,x:{delta:e?o-e.x.location:0,initialDelta:t.deltaX,location:o,startLocation:o-t.deltaX},y:{delta:e?a-e.y.location:0,initialDelta:t.deltaY,location:a,startLocation:a-t.deltaY}}}(e,this.previous);return this.eventHandlers[t]&&this.eventHandlers[t](r),r},t.prototype.bind=function(t){void 0===t&&(t={}),this.unbind(),this.eventHandlers=t;for(var e=0;e<o.length;e++){var r=o[e],i=Object.keys(r);if(n(i,t))for(var a=0;a<i.length;a++){var s=r[i[a]];this.hammerInstance.on(s,this[s])}}},t.prototype.unbind=function(){this.hammerInstance&&this.hammerInstance.off(),this.eventHandlers={}},t.prototype.destroy=function(){this.hammerInstance&&(this.hammerInstance.destroy(),delete this.hammerInstance),delete this.eventHandlers},t.prototype.toggleDrag=function(t){this.toggle("pan",t)},t.prototype.toggleZoom=function(t){this.toggle("pinch",t)},t.prototype.toggle=function(t,e){this.hammerInstance&&this.hammerInstance.get(t).set({enable:e})},t}();e.DomEvents=a},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.create=void 0;var i=r(11),n=r(12),o=r(13),a=r(14),s=r(15),u=r(16),l=r(39),c=r(17),p=r(18),h=r(19),f=r(20),d=r(21),v=r(22),g=r(23),y=r(24),m=r(25),b=r(26),x=r(27),C=r(28),_=r(29),O=r(30),S={axisLabelClick:i.AxisLabelClickEvent,drag:n.DragEvent,dragEnd:o.DragEndEvent,dragStart:a.DragStartEvent,legendItemHover:s.LegendItemHoverEvent,legendItemClick:u.LegendItemClickEvent,legendItemLeave:l.LegendItemLeaveEvent,navigatorFilter:c.NavigatorFilterEvent,noteClick:p.NoteClickEvent,noteHover:h.NoteHoverEvent,plotAreaClick:f.PlotAreaClickEvent,plotAreaHover:d.PlotAreaHoverEvent,render:v.RenderEvent,select:g.SelectEvent,selectEnd:y.SelectEndEvent,selectStart:m.SelectStartEvent,seriesClick:b.SeriesClickEvent,seriesHover:x.SeriesHoverEvent,zoom:C.ZoomEvent,zoomEnd:_.ZoomEndEvent,zoomStart:O.ZoomStartEvent};e.create=function(t,e,r){if(S[t])return new S[t](e,r)}},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.LegendItemLeaveEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.series=e.series,i.seriesIndex=e.seriesIndex,i.pointIndex=e.pointIndex,i.text=e.text,i}return n(e,t),e.prototype.preventDefault=function(){t.prototype.preventDefault.call(this)},e}(r(6).PreventableEvent);e.LegendItemLeaveEvent=o},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.toDomEvent=e.DomEvent=void 0;var i=function(t,e){this.sender=t,this.event=e};e.DomEvent=i,e.toDomEvent=function(t,e){return new i(t,e)}},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.loadTheme=void 0;var i=r(7),n=function(t){return t.fontWeight+" "+t.fontSize+" "+t.fontFamily},o=function(t){return window.getComputedStyle(t).backgroundColor},a='\n <div class="k-var--accent"></div>\n <div class="k-var--base"></div>\n <div class="k-var--background"></div>\n\n <div class="k-var--normal-background"></div>\n <div class="k-var--normal-text-color"></div>\n <div class="k-var--hover-background"></div>\n <div class="k-var--hover-text-color"></div>\n <div class="k-var--selected-background"></div>\n <div class="k-var--selected-text-color"></div>\n <div class="k-var--chart-error-bars-background"></div>\n <div class="k-var--chart-notes-background"></div>\n <div class="k-var--chart-notes-border"></div>\n <div class="k-var--chart-notes-lines"></div>\n <div class="k-var--chart-crosshair-background"></div>\n\n <div class="k-var--chart-inactive"></div>\n <div class="k-var--chart-major-lines"></div>\n <div class="k-var--chart-minor-lines"></div>\n <div class="k-var--chart-area-opacity"></div>\n <div class="k-var--chart-area-inactive-opacity"></div>\n <div class="k-var--chart-line-inactive-opacity"></div>\n\n <div class="k-widget k-chart">\n <div class="k-var--chart-font"></div>\n <div class="k-var--chart-title-font"></div>\n <div class="k-var--chart-pane-title-font"></div>\n <div class="k-var--chart-label-font"></div>\n </div>\n\n <div class="k-var--series-unset"></div>\n <div class="k-var--series">\n '+function(){for(var t='\n <div class="k-var--series-a"></div>\n <div class="k-var--series-b"></div>\n <div class="k-var--series-c"></div>\n <div class="k-var--series-d"></div>\n <div class="k-var--series-e"></div>\n <div class="k-var--series-f"></div>\n',e=0;e<30;e++)t+='\n <div class="k-var--series-'+(e+1)+'"></div>';return t}()+"\n </div>\n",s=function(){function t(t){this.store=t}return t.prototype.setStyle=function(t,e){this.store.dispatch({type:"set",payload:{field:t,value:e}})},t.prototype.setColors=function(){this.mapColor("axisDefaults.crosshair.color","chart-crosshair-background"),this.mapColor("axisDefaults.labels.color","normal-text-color"),this.mapColor("axisDefaults.line.color","chart-major-lines"),this.mapColor("axisDefaults.majorGridLines.color","chart-major-lines"),this.mapColor("axisDefaults.minorGridLines.color","chart-minor-lines"),this.mapColor("axisDefaults.notes.icon.background","chart-notes-background"),this.mapColor("axisDefaults.notes.icon.border.color","chart-notes-border"),this.mapColor("axisDefaults.notes.line.color","chart-notes-lines"),this.mapColor("axisDefaults.title.color","normal-text-color"),this.mapColor("chartArea.background","background"),this.mapColor("legend.inactiveItems.labels.color","chart-inactive"),this.mapColor("legend.inactiveItems.markers.color","chart-inactive"),this.mapColor("legend.labels.color","normal-text-color"),this.mapColor("seriesDefaults.boxPlot.downColor","chart-major-lines"),this.mapColor("seriesDefaults.boxPlot.mean.color","base"),this.mapColor("seriesDefaults.boxPlot.median.color","base"),this.mapColor("seriesDefaults.boxPlot.whiskers.color","accent"),this.mapColor("seriesDefaults.bullet.target.color","normal-text-color"),this.mapColor("seriesDefaults.candlestick.downColor","normal-text-color"),this.mapColor("seriesDefaults.candlestick.line.color","normal-text-color"),this.mapColor("seriesDefaults.errorBars.color","chart-error-bars-background"),this.mapColor("seriesDefaults.horizontalWaterfall.line.color","chart-major-lines"),this.mapColor("seriesDefaults.icon.border.color","chart-major-lines"),this.mapColor("seriesDefaults.labels.background","background"),this.mapColor("seriesDefaults.labels.color","normal-text-color"),this.mapColor("seriesDefaults.notes.icon.background","chart-notes-background"),this.mapColor("seriesDefaults.notes.icon.border.color","chart-notes-border"),this.mapColor("seriesDefaults.notes.line.color","chart-notes-lines"),this.mapColor("seriesDefaults.verticalBoxPlot.downColor","chart-major-lines"),this.mapColor("seriesDefaults.verticalBoxPlot.mean.color","base"),this.mapColor("seriesDefaults.verticalBoxPlot.median.color","base"),this.mapColor("seriesDefaults.verticalBoxPlot.whiskers.color","accent"),this.mapColor("seriesDefaults.verticalBullet.target.color","normal-text-color"),this.mapColor("seriesDefaults.waterfall.line.color","chart-major-lines"),this.mapColor("title.color","normal-text-color");var t=parseFloat(this.queryStyle("chart-area-opacity").opacity);isNaN(t)||(this.setStyle("seriesDefaults.area.opacity",t),this.setStyle("seriesDefaults.radarArea.opacity",t),this.setStyle("seriesDefaults.verticalArea.opacity",t),this.setStyle("seriesDefaults.labels.opacity",t)),this.setInactiveOpacity(["area","verticalArea"],"chart-area-inactive-opacity"),this.setInactiveOpacity(["line","verticalLine"],"chart-line-inactive-opacity")},t.prototype.setFonts=function(){var t=n(this.queryStyle("chart-font")),e=n(this.queryStyle("chart-title-font")),r=n(this.queryStyle("chart-pane-title-font")),i=n(this.queryStyle("chart-label-font"));this.setStyle("axisDefaults.labels.font",i),this.setStyle("axisDefaults.notes.label.font",t),this.setStyle("axisDefaults.title.font",t),this.setStyle("legend.labels.font",t),this.setStyle("seriesDefaults.labels.font",i),this.setStyle("seriesDefaults.notes.label.font",t),this.setStyle("title.font",e),this.setStyle("paneDefaults.title.font",r)},t.prototype.setSeriesColors=function(){var t=this.element,e=[].slice.call(t.querySelectorAll(".k-var--series div")),r=o(t.querySelector(".k-var--series-unset")),i=e.reduce((function(t,e){var i=function(t){var e=t.match(/series-([a-z])$/);if(null!==e)return e[1].toLowerCase().charCodeAt(0)-"a".charCodeAt(0);var r=t.split("--series-")[1];return parseInt(r,10)-1}(e.className),n=o(e);return n!==r&&(t[i]=n),t}),[]);this.setStyle("seriesColors",i)},t.prototype.mapColor=function(t,e){this.setStyle(t,this.queryStyle(e).backgroundColor)},t.prototype.queryStyle=function(t){var e=this.element;return window.getComputedStyle(e.querySelector(".k-var--"+t))},t.prototype.setInactiveOpacity=function(t,e){var r=this,i=parseFloat(this.queryStyle(e).opacity);!isNaN(i)&&i<1&&t.forEach((function(t){return r.setStyle("seriesDefaults."+t+".highlight.inactiveOpacity",i)}))},t}();e.loadTheme=function(t,e){var r=new s(t);if("undefined"!=typeof document){var n=r.element=document.createElement("div");n.style.display="none",n.innerHTML=a,document.body.appendChild(n);try{t.dispatch({type:"push",payload:i.chartBaseTheme()}),r.setColors(),r.setFonts(),r.setSeriesColors()}finally{document.body.removeChild(r.element),delete r.element,e()}}else t.dispatch({type:"push",payload:i.chartBaseTheme()})}},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.THROTTLE_MS=void 0;var i=r(1);e.THROTTLE_MS=1e3/60;e.default=function(t){var r,n,o=[],a=function(a){r=t(r,a),i.canUseDOM&&(window.clearTimeout(n),n=window.setTimeout((function(){return o.forEach((function(t){return t()}))}),e.THROTTLE_MS))};return a({}),{getState:function(){return r},dispatch:a,subscribe:function(t){return o.push(t),function(){return o=o.filter((function(e){return e!==t}))}}}}},function(t,e,r){"use strict";var i=function(){return(i=Object.assign||function(t){for(var e,r=1,i=arguments.length;r<i;r++)for(var n in e=arguments[r])Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t}).apply(this,arguments)},n=function(){for(var t=0,e=0,r=arguments.length;e<r;e++)t+=arguments[e].length;var i=Array(t),n=0;for(e=0;e<r;e++)for(var o=arguments[e],a=0,s=o.length;a<s;a++,n++)i[n]=o[a];return i};Object.defineProperty(e,"__esModule",{value:!0}),e.observersReducer=e.themeReducer=e.optionsReducer=void 0;e.optionsReducer=function(t,e){return e.chartCollectionIdxKey?o.collectionConfigurationItem(t,e):e.chartKey?o.configurationItem(t,e):{}};e.themeReducer=function(t,e){if(!e.type)return{};switch(e.type){case"set":return o.themeItem(t,e);case"push":return Object.assign(t,e.payload);default:return t}};e.observersReducer=function(t,e){if(!e.type)return[];switch(e.type){case"add":return n(t,[e.payload]);case"remove":return t.filter((function(t){return t!==e.payload}));default:return t}};var o={configurationItem:function(t,e){var r,n;return t[e.chartKey]&&Object.keys(t[e.chartKey]).length?Object.assign(t,((r={})[e.chartKey]=i(i({},t[e.chartKey]),e.payload),r)):Object.assign(t,((n={})[e.chartKey]=e.payload,n))},collectionConfigurationItem:function(t,e){var r,i,n,o=!1,a=e.chartCollectionIdxKey.split("_"),s=a[0],u=a[1],l=(e.parentKey?t[e.parentKey]&&t[e.parentKey][s]||[]:t[s]).map((function(t,r){return parseInt(u,10)===r||e.payload&&e.payload.uid===t.uid?(o=!0,e.payload):t}));if(!1!==o||e.uid||l.splice(parseInt(u,10),0,e.payload),e.uid){var c=l.findIndex((function(t){return t.uid===e.uid}));c>-1&&l.splice(c,1)}return e.parentKey?Object.assign(t,((r={})[e.parentKey]=((i={})[s]=l,i),r)):Object.assign(t,((n={})[s]=l,n))},themeItem:function(t,e){for(var r={},i=Object.assign(r,t),n=e.payload,o=n.field,a=n.value,s=o.split("."),u=s.shift();s.length>0;)r=r[u]=r[u]||{},u=s.shift();return r[u]=a,i}}},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=r(7),n=i.DateCategoryAxis.prototype.options.labels.dateFormats,o=i.DateValueAxis.prototype.options.labels.dateFormats,a={milliseconds:"HH:mm:ss.SSS",seconds:{time:"medium"},minutes:{time:"short"},hours:{time:"short"},days:{skeleton:"Md"},weeks:{skeleton:"Md"},months:{skeleton:"yyMMM"},years:{skeleton:"y"}};Object.assign(n,a),Object.assign(o,a)},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.SeriesTooltipVue3=e.SeriesTooltip=void 0;var a=o(r(2)).h,s=r(1),u=r(7),l=r(31),c=r(46),p=r(32),h={name:"KendoSeriesTooltip",data:function(){return{popupShown:!1,popupAlign:void 0,popupOffset:void 0,popupContext:{},popupStyles:void 0,className:void 0,shared:void 0}},inject:{optionsState:{default:{}},observersState:{default:null},dispatchObservers:{default:null}},mounted:function(){this.chartObserver=new u.InstanceObserver(this,{showTooltip:"onShowTooltip",hideTooltip:"onHideTooltip"}),this.dispatchObservers({type:"add",payload:this.chartObserver})},destroyed:function(){this.dispatchObservers({type:"remove",payload:this.chartObserver})},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e,r=this,i=a||t,n=this.popupShown?function(){var t=this.findRenderFunction();if(this.shared){var e=i(c.SharedTooltipContent,{categoryText:this.popupContext.categoryText,attrs:this.v3?void 0:{categoryText:this.popupContext.categoryText,colorMarker:this.popupContext.colorMarker,colspan:this.popupContext.colspan,nameColumn:this.popupContext.nameColumn,points:this.popupContext.points},colorMarker:this.popupContext.colorMarker,colspan:this.popupContext.colspan,nameColumn:this.popupContext.nameColumn,points:this.popupContext.points});return s.getTemplate.call(this,{h:i,template:t,defaultRendering:e,additionalProps:Object.assign({},this.popupContext)})}var r=this.popupContext.point,n=this.findRenderFunctionByIndex(r.series.index),o=i("span",{domProps:{innerHTML:this.popupContext.point.formattedValue},innerHTML:this.popupContext.point.formattedValue});return null!==n?s.getTemplate.call(this,{h:i,template:n,defaultRendering:o,additionalProps:Object.assign({},this.popupContext)}):null!==t?s.getTemplate.call(this,{h:i,template:t,defaultRendering:o,additionalProps:Object.assign({},this.popupContext)}):o}:Function.prototype,o=s.classNames(((e={})["k-chart-shared-tooltip"]=this.shared,e["k-chart-tooltip-inverse"]=!!this.className,e));return i(p.TooltipPopup,{popupShown:this.popupShown,attrs:this.v3?void 0:{popupShown:this.popupShown,popupAlign:this.popupAlign,popupOffset:this.popupOffset,popupStyles:this.popupStyles,className:o},popupAlign:this.popupAlign,popupOffset:this.popupOffset,popupStyles:this.popupStyles,className:o},this.v3?function(){return[n.call(r)]}:[n.call(r)])},methods:{onShowTooltip:function(t){var e,r=t.anchor,i=t.style,n=t.shared,o=t.className;t.crosshair||(e=n?this.createSharedTooltipContext(t):this.createTooltipContext(t),this.popupShown=!0,this.popupAlign=r.align,this.popupOffset=r.point,this.popupContext=e,this.popupStyles=i,this.className=o,this.shared=n)},onHideTooltip:function(){this.popupShown=!1,this.popupStyles={},this.className=void 0},createSharedTooltipContext:function(t){var e=t.points,r=t.categoryText,i=e.filter((function(t){return void 0!==t.series.name})).length>0,n=t.series.length>1,o=1;return i&&o++,n&&o++,{categoryText:r,colorMarker:n,colspan:o,nameColumn:i,points:t.points.map((function(e){return new l.TooltipPoint(e,t.format)}))}},createTooltipContext:function(t){var e=t.point,r=t.format;return{point:new l.TooltipPoint(e,r)}},findRenderFunctionByIndex:function(t){var e=this.optionsState.series;return void 0!==e&&Array.isArray(e)&&void 0!==e[t]&&e[t].hasOwnProperty("tooltip")&&e[t].tooltip.hasOwnProperty("render")?e[t].tooltip.render:null},findRenderFunction:function(){var t=this.optionsState.tooltip;return void 0!==t&&t.hasOwnProperty("render")?t.render:null}}};e.SeriesTooltip=h;var f=h;e.SeriesTooltipVue3=f},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.SharedTooltipContentVue3=e.SharedTooltipContent=void 0;var a=o(r(2)).h,s={name:"KendoSharedTooltipPopup",props:{categoryText:String,colorMarker:{type:Boolean,default:void 0},colspan:Number,nameColumn:{type:Boolean,default:void 0},points:Array},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=this.$props,i=r.categoryText,n=r.colorMarker,o=r.colspan,s=r.nameColumn,u=r.points;return e("table",[e("thead",[e("tr",[e("th",{colSpan:o,attrs:this.v3?void 0:{colSpan:o}},[i])])]),e("tbody",[u.map(function(t,r){var i=e("span",{domProps:{innerHTML:t.formattedValue},innerHTML:t.formattedValue});return e("tr",{key:r},[n&&e("td",[e("span",{class:"k-chart-shared-tooltip-marker",style:{backgroundColor:t.series.color}})]),s&&e("td",[t.series.name]),i])}.bind(this),this)])])}};e.SharedTooltipContent=s;var u=s;e.SharedTooltipContentVue3=u},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.CrosshairContainerVue3=e.CrosshairContainer=void 0;var a=o(r(2)).h,s=r(48),u=["categoryAxis","valueAxis","xAxis","yAxis"];function l(t,e){var r=[];if(t[e])for(var i=[].concat(t[e]),n=0;n<i.length;n++){var o=(i[n].crosshair||{}).tooltip;o&&o.visible&&r.push({index:n,name:e})}return r}var c={name:"KendoCrosshairContainer",props:{optionsState:Object},computed:{tooltips:function(){return function(t){for(var e={},r=0;r<u.length;r++)for(var i=l(t,u[r]),n=0;n<i.length;n++){var o=i[n];e[o.name+o.index]=o}return e}(this.optionsState)}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=Object.keys(this.tooltips).map((function(t){return e(s.CrosshairTooltip,{index:this.tooltips[t].index,attrs:this.v3?void 0:{index:this.tooltips[t].index,name:this.tooltips[t].name},name:this.tooltips[t].name,key:t})}),this);return e("div",[r])}};e.CrosshairContainer=c;var p=c;e.CrosshairContainerVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.CrosshairTooltipVue3=e.CrosshairTooltip=void 0;var a=o(r(2)).h,s=r(1),u=r(7),l=r(32),c={name:"KendoCrosshairTooltip",props:{index:Number,name:String},data:function(){return{popupShown:!1,popupAlign:void 0,popupOffset:void 0,popupContent:void 0,popupStyles:void 0,className:void 0}},inject:{optionsState:{default:{}},dispatchOptions:{default:null},observersStore:{default:null},dispatchObservers:{default:null},childrenObserver:{default:null}},created:function(){this.chartObserver=new u.InstanceObserver(this,{showTooltip:"onShowTooltip",hideTooltip:"onHideTooltip"}),this.dispatchObservers({type:"add",payload:this.chartObserver})},destroyed:function(){this.dispatchObservers({type:"remove",payload:this.chartObserver})},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e,r=a||t,i=(s.getDefaultSlots(this),this.popupShown?this.popupContent:Function.prototype),n=s.classNames(((e={})["k-chart-crosshair-tooltip"]=!0,e["k-chart-tooltip-inverse"]=!!this.className,e));return r(l.TooltipPopup,{popupShown:this.popupShown,attrs:this.v3?void 0:{popupShown:this.popupShown,popupAlign:this.popupAlign,popupOffset:this.popupOffset,popupStyles:this.popupStyles,className:n},popupAlign:this.popupAlign,popupOffset:this.popupOffset,popupStyles:this.popupStyles,className:n},this.v3?function(){return[i]}:[i])},methods:{onShowTooltip:function(t){var e=t.anchor,r=t.style,i=t.className,n=t.crosshair,o=t.axisName,a=t.axisIndex,s=t.value,u=this.$props,l=u.name,c=u.index;n&&o===l&&a===c&&(this.popupShown=!0,this.popupAlign=e.align,this.popupOffset=e.point,this.popupContent=s,this.popupStyles=r,this.className=i)},onHideTooltip:function(){this.popupShown=!1,this.popupStyles={},this.className=void 0}}};e.CrosshairTooltip=c;var p=c;e.CrosshairTooltipVue3=p},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.packageMetadata=void 0,e.packageMetadata={name:"@progress/kendo-vue-charts",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1635148242,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"}},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.DonutCenterVue3=e.DonutCenter=void 0;var a=o(r(2)),s=a.h,u=(a.ref,r(7)),l=r(1),c={name:"KendoDonutCenter",props:{render:[String,Function,Object]},data:function(){return{donutCenterStyles:null}},inject:{optionsState:{default:{}},dispatchOptions:{default:null},dispatchObservers:{default:null},childrenObserver:{default:null}},created:function(){this.dispatchObservers({type:"add",payload:new u.InstanceObserver(this,{render:"onRender"})})},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=s||t,r=this.$props.render,i=e("span"),n=l.getTemplate.call(this,{h:e,template:r,defaultRendering:null});return r&&this.donutCenterStyles&&(i=e("div",{class:"k-chart-donut-center",style:this.donutCenterStyles},[n])),i},methods:{onRender:function(t){var e=this.optionsState.series,r=Array.isArray(e)?e[0]:null,i=t.sender._plotArea.charts;if(r&&"donut"===r.type&&0!==i[0].points.length){var n=i[0].points[0].sector,o=n.innerRadius,a=n.center.y-o,s=n.center.x-o,u=2*o;this.donutCenterStyles={height:u+"px",left:s+"px",top:a+"px",width:u+"px"}}}}};e.DonutCenter=c;var p=c;e.DonutCenterVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.SparklineVue3=e.Sparkline=void 0;var a=o(r(2)),s=a.h,u=(a.ref,r(9)),l=r(7),c=r(1),p={name:"KendoSparkline",props:{dataItems:{type:Array,default:function(){}},type:String,dir:String,renderAs:{type:String,default:void 0,validator:function(t){return["svg","canvas"].includes(t)}},pannable:{type:[Boolean,Object],default:function(){}},zoomable:{type:[Boolean,Object],default:function(){}},seriesColors:{type:Array,default:function(){}},transitions:{type:Boolean,default:!0},paneDefaults:{type:Object,default:function(){}},panes:{type:Array,default:function(){}},seriesDefaults:{type:Object,default:function(){}},axisDefaults:{type:Object,default:function(){}}},updated:function(){this.baseChart=this.v3?this.baseChartRef:this.$refs.baseChart},mounted:function(){this.baseChart=this.v3?this.baseChartRef:this.$refs.baseChart},methods:{chartInstance:function(){return null!==this.baseChart?this.baseChart.chartInstance:null},surface:function(){return null!==this.baseChart?this.baseChart.surface:null},element:function(){return null!==this.baseChart?this.baseChart.element:null},getTarget:function(){return this},deriveOptionsFromParent:function(t){var e=this.$props,r=e.type,i=e.dataItems,n=Object.assign({},t,{type:r,data:i});return l.Sparkline.normalizeOptions(n)},handleBaseChartEvents:function(t,e){this.$emit(t,e)}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=this,r=s||t,i=c.getDefaultSlots(this),n=this.$props,o=n.dataItems,a=n.dir,p=n.renderAs,h=n.pannable,f=n.zoomable,d=n.seriesColors,v=n.transitions,g=n.paneDefaults,y=n.panes,m=n.seriesDefaults,b=n.axisDefaults;return r(u.BaseChart,{dataItems:o,attrs:this.v3?void 0:{dataItems:o,dir:a,renderAs:p,pannable:h,zoomable:f,seriesColors:d,transitions:v,paneDefaults:g,panes:y,seriesDefaults:m,axisDefaults:b,chartConstructor:l.Sparkline,getTarget:this.getTarget,wrapper:"span",deriveOptionsFromParent:this.deriveOptionsFromParent},dir:a,renderAs:p,pannable:h,zoomable:f,seriesColors:d,transitions:v,paneDefaults:g,panes:y,seriesDefaults:m,axisDefaults:b,ref:this.v3?function(t){e.baseChartRef=t}:"baseChart",chartConstructor:l.Sparkline,getTarget:this.getTarget,wrapper:"span",deriveOptionsFromParent:this.deriveOptionsFromParent,class:c.classNames("k-sparkline k-widget"),onBasechartevent:this.handleBaseChartEvents,on:this.v3?void 0:{basechartevent:this.handleBaseChartEvents}},this.v3?function(){return[i]}:[i])}};e.Sparkline=p;var h=p;e.SparklineVue3=h},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.StockChartVue3=e.StockChart=void 0;var a=o(r(2)),s=a.h,u=(a.ref,r(9)),l=r(7),c=r(1),p={autoBindElements:!0,liveDrag:!1,partialRedraw:!0},h={name:"KendoStockChart",props:{partialRedraw:{type:Boolean,default:void 0},dir:String,renderAs:{type:String,default:void 0,validator:function(t){return["svg","canvas"].includes(t)}},pannable:{type:[Boolean,Object],default:function(){}},zoomable:{type:[Boolean,Object],default:function(){}},seriesColors:{type:Array,default:function(){}},transitions:{type:Boolean,default:!0},paneDefaults:{type:Object,default:function(){}},panes:{type:Array,default:function(){}},seriesDefaults:{type:Object,default:function(){}},axisDefaults:{type:Object,default:function(){}}},methods:{chartInstance:function(){return null!==this.baseChart?this.baseChart.chartInstance:null},surface:function(){return null!==this.baseChart?this.baseChart.surface:null},element:function(){return null!==this.baseChart?this.baseChart.element:null},getTarget:function(){return this},deriveOptionsFromParent:function(t){var e=Object.assign({},t.navigator||{},p);return Object.assign({},t,{navigator:e})},onRefresh:function(t,e,r){this.$props.partialRedraw?(r.applyOptions(t),r.bindCategories(),r.navigator.redrawSlaves()):r.setOptions(t,e)},handleBaseChartEvents:function(t,e){this.$emit(t,e)}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=this,r=s||t,i=c.getDefaultSlots(this),n=this.$props,o=n.partialRedraw,a=n.dir,p=n.renderAs,h=n.pannable,f=n.zoomable,d=n.seriesColors,v=n.transitions,g=n.paneDefaults,y=n.panes,m=n.seriesDefaults,b=n.axisDefaults;return r(u.BaseChart,{partialRedraw:o,attrs:this.v3?void 0:{partialRedraw:o,dir:a,renderAs:p,pannable:h,zoomable:f,seriesColors:d,transitions:v,paneDefaults:g,panes:y,seriesDefaults:m,axisDefaults:b,chartConstructor:l.StockChart,getTarget:this.getTarget,wrapper:"div",deriveOptionsFromParent:this.deriveOptionsFromParent},dir:a,renderAs:p,pannable:h,zoomable:f,seriesColors:d,transitions:v,paneDefaults:g,panes:y,seriesDefaults:m,axisDefaults:b,ref:this.v3?function(t){e.baseChartRef=t}:"baseChart",chartConstructor:l.StockChart,getTarget:this.getTarget,wrapper:"div",deriveOptionsFromParent:this.deriveOptionsFromParent,onRefresh:this.onRefresh,on:this.v3?void 0:{refresh:this.onRefresh,basechartevent:this.handleBaseChartEvents},class:c.classNames("k-stockchart k-widget"),onBasechartevent:this.handleBaseChartEvents},this.v3?function(){return[i]}:[i])}};e.StockChart=h;var f=h;e.StockChartVue3=f},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.TooltipPoint=void 0;var i=r(31);Object.defineProperty(e,"TooltipPoint",{enumerable:!0,get:function(){return i.TooltipPoint}})},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=function(t,e){for(var r in t)"default"===r||e.hasOwnProperty(r)||i(e,t,r)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartZoomableVue3=e.ChartZoomable=e.ChartYAxisItemVue3=e.ChartYAxisItem=e.ChartYAxisVue3=e.ChartYAxis=e.ChartXAxisItemVue3=e.ChartXAxisItem=e.ChartXAxisVue3=e.ChartXAxis=e.ChartValueAxisItemVue3=e.ChartValueAxisItem=e.ChartValueAxisVue3=e.ChartValueAxis=e.ChartTooltipVue3=e.ChartTooltip=e.ChartTitleVue3=e.ChartTitle=e.ChartSeriesItemVue3=e.ChartSeriesItem=e.ChartSeriesDefaultsVue3=e.ChartSeriesDefaults=e.ChartSeriesVue3=e.ChartSeries=e.ChartPlotAreaVue3=e.ChartPlotArea=e.ChartPanesVue3=e.ChartPanes=e.ChartPaneDefaultsVue3=e.ChartPaneDefaults=e.ChartPaneVue3=e.ChartPane=e.ChartNavigatorVue3=e.ChartNavigator=e.ChartLegendVue3=e.ChartLegend=e.ChartCategoryAxisItemVue3=e.ChartCategoryAxisItem=e.ChartCategoryAxisVue3=e.ChartCategoryAxis=e.ChartAxisDefaultsVue3=e.ChartAxisDefaults=e.ChartAreaVue3=e.ChartArea=void 0;var o=r(55);Object.defineProperty(e,"ChartArea",{enumerable:!0,get:function(){return o.ChartArea}}),Object.defineProperty(e,"ChartAreaVue3",{enumerable:!0,get:function(){return o.ChartAreaVue3}});var a=r(56);Object.defineProperty(e,"ChartAxisDefaults",{enumerable:!0,get:function(){return a.ChartAxisDefaults}}),Object.defineProperty(e,"ChartAxisDefaultsVue3",{enumerable:!0,get:function(){return a.ChartAxisDefaultsVue3}});var s=r(57);Object.defineProperty(e,"ChartCategoryAxis",{enumerable:!0,get:function(){return s.ChartCategoryAxis}}),Object.defineProperty(e,"ChartCategoryAxisVue3",{enumerable:!0,get:function(){return s.ChartCategoryAxisVue3}});var u=r(58);Object.defineProperty(e,"ChartCategoryAxisItem",{enumerable:!0,get:function(){return u.ChartCategoryAxisItem}}),Object.defineProperty(e,"ChartCategoryAxisItemVue3",{enumerable:!0,get:function(){return u.ChartCategoryAxisItemVue3}});var l=r(59);Object.defineProperty(e,"ChartLegend",{enumerable:!0,get:function(){return l.ChartLegend}}),Object.defineProperty(e,"ChartLegendVue3",{enumerable:!0,get:function(){return l.ChartLegendVue3}});var c=r(60);Object.defineProperty(e,"ChartNavigator",{enumerable:!0,get:function(){return c.ChartNavigator}}),Object.defineProperty(e,"ChartNavigatorVue3",{enumerable:!0,get:function(){return c.ChartNavigatorVue3}});var p=r(61);Object.defineProperty(e,"ChartPane",{enumerable:!0,get:function(){return p.ChartPane}}),Object.defineProperty(e,"ChartPaneVue3",{enumerable:!0,get:function(){return p.ChartPaneVue3}});var h=r(62);Object.defineProperty(e,"ChartPaneDefaults",{enumerable:!0,get:function(){return h.ChartPaneDefaults}}),Object.defineProperty(e,"ChartPaneDefaultsVue3",{enumerable:!0,get:function(){return h.ChartPaneDefaultsVue3}});var f=r(63);Object.defineProperty(e,"ChartPanes",{enumerable:!0,get:function(){return f.ChartPanes}}),Object.defineProperty(e,"ChartPanesVue3",{enumerable:!0,get:function(){return f.ChartPanesVue3}});var d=r(64);Object.defineProperty(e,"ChartPlotArea",{enumerable:!0,get:function(){return d.ChartPlotArea}}),Object.defineProperty(e,"ChartPlotAreaVue3",{enumerable:!0,get:function(){return d.ChartPlotAreaVue3}});var v=r(65);Object.defineProperty(e,"ChartSeries",{enumerable:!0,get:function(){return v.ChartSeries}}),Object.defineProperty(e,"ChartSeriesVue3",{enumerable:!0,get:function(){return v.ChartSeriesVue3}});var g=r(66);Object.defineProperty(e,"ChartSeriesDefaults",{enumerable:!0,get:function(){return g.ChartSeriesDefaults}}),Object.defineProperty(e,"ChartSeriesDefaultsVue3",{enumerable:!0,get:function(){return g.ChartSeriesDefaultsVue3}});var y=r(67);Object.defineProperty(e,"ChartSeriesItem",{enumerable:!0,get:function(){return y.ChartSeriesItem}}),Object.defineProperty(e,"ChartSeriesItemVue3",{enumerable:!0,get:function(){return y.ChartSeriesItemVue3}});var m=r(68);Object.defineProperty(e,"ChartTitle",{enumerable:!0,get:function(){return m.ChartTitle}}),Object.defineProperty(e,"ChartTitleVue3",{enumerable:!0,get:function(){return m.ChartTitleVue3}});var b=r(69);Object.defineProperty(e,"ChartTooltip",{enumerable:!0,get:function(){return b.ChartTooltip}}),Object.defineProperty(e,"ChartTooltipVue3",{enumerable:!0,get:function(){return b.ChartTooltipVue3}});var x=r(70);Object.defineProperty(e,"ChartValueAxis",{enumerable:!0,get:function(){return x.ChartValueAxis}}),Object.defineProperty(e,"ChartValueAxisVue3",{enumerable:!0,get:function(){return x.ChartValueAxisVue3}});var C=r(71);Object.defineProperty(e,"ChartValueAxisItem",{enumerable:!0,get:function(){return C.ChartValueAxisItem}}),Object.defineProperty(e,"ChartValueAxisItemVue3",{enumerable:!0,get:function(){return C.ChartValueAxisItemVue3}});var _=r(72);Object.defineProperty(e,"ChartXAxis",{enumerable:!0,get:function(){return _.ChartXAxis}}),Object.defineProperty(e,"ChartXAxisVue3",{enumerable:!0,get:function(){return _.ChartXAxisVue3}});var O=r(73);Object.defineProperty(e,"ChartXAxisItem",{enumerable:!0,get:function(){return O.ChartXAxisItem}}),Object.defineProperty(e,"ChartXAxisItemVue3",{enumerable:!0,get:function(){return O.ChartXAxisItemVue3}});var S=r(74);Object.defineProperty(e,"ChartYAxis",{enumerable:!0,get:function(){return S.ChartYAxis}}),Object.defineProperty(e,"ChartYAxisVue3",{enumerable:!0,get:function(){return S.ChartYAxisVue3}});var w=r(75);Object.defineProperty(e,"ChartYAxisItem",{enumerable:!0,get:function(){return w.ChartYAxisItem}}),Object.defineProperty(e,"ChartYAxisItemVue3",{enumerable:!0,get:function(){return w.ChartYAxisItemVue3}});var j=r(76);Object.defineProperty(e,"ChartZoomable",{enumerable:!0,get:function(){return j.ChartZoomable}}),Object.defineProperty(e,"ChartZoomableVue3",{enumerable:!0,get:function(){return j.ChartZoomableVue3}}),n(r(77),e),n(r(82),e),n(r(92),e),n(r(94),e),n(r(96),e),n(r(100),e),n(r(108),e),n(r(121),e),n(r(129),e),n(r(137),e),n(r(145),e)},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAreaVue3=e.ChartArea=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartArea",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},height:{type:Number,default:void 0},margin:{type:[Object,Number],default:function(){}},opacity:{type:Number,default:void 0},width:{type:Number,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"chartArea"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"chartArea"}},[r])}};e.ChartArea=c;var p=c;e.ChartAreaVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaultsVue3=e.ChartAxisDefaults=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartAxisDefaults",props:{background:{type:String,default:void 0},color:{type:String,default:void 0},line:{type:Object,default:function(){}},majorGridLines:{type:Object,default:function(){}},majorTicks:{type:Object,default:function(){}},minorGridLines:{type:Object,default:function(){}},minorTicks:{type:Object,default:function(){}},narrowRange:{type:Boolean,default:void 0},pane:{type:String,default:void 0},plotBands:{type:Array,default:function(){}},reverse:{type:Boolean,default:void 0},startAngle:{type:Number,default:void 0},visible:{type:Boolean,default:void 0},crosshair:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},title:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"axisDefaults"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"axisDefaults"}},[r])}};e.ChartAxisDefaults=c;var p=c;e.ChartAxisDefaultsVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisVue3=e.ChartCategoryAxis=void 0;var a=o(r(2)).h,s=r(8),u=r(1),l={name:"KendoChartCategoryAxis",setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this);return e(s.CollectionConfiguration,{chartKey:"categoryAxis",attrs:this.v3?void 0:{chartKey:"categoryAxis"}},this.v3?function(){return[r]}:[r])}};e.ChartCategoryAxis=l;var c=l;e.ChartCategoryAxisVue3=c},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisItemVue3=e.ChartCategoryAxisItem=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartCategoryAxisItem",props:{autoBaseUnitSteps:{type:Object,default:function(){}},axisCrossingValue:{type:[Object,Array,Date,Number],default:function(){}},background:{type:String,default:function(){}},baseUnit:{type:String,default:function(){},validator:function(t){return["milliseconds","seconds","minutes","hours","days","weeks","months","years","auto","fit"].includes(t)}},baseUnitStep:{type:[Number,String],default:function(){}},categories:{type:[Array,Object],default:function(){}},color:{type:String,default:function(){}},justified:{type:Boolean,default:function(){}},line:{type:Object,default:function(){}},majorGridLines:{type:Object,default:function(){}},majorTicks:{type:Object,default:function(){}},max:{type:[Number,Object,String,Date],default:function(){}},maxDateGroups:{type:Number,default:function(){}},maxDivisions:{type:Number,default:function(){}},min:{type:[Number,Object,String,Date],default:function(){}},minorGridLines:{type:Object,default:function(){}},minorTicks:{type:Object,default:function(){}},name:{type:String,default:void 0},rangeLabels:{type:Object,default:function(){}},pane:{type:String,default:function(){}},plotBands:{type:Array,default:function(){}},reverse:{type:Boolean,default:function(){}},roundToBaseUnit:{type:Boolean,default:function(){}},startAngle:{type:Number,default:function(){}},type:{type:String,default:function(){},validator:function(t){return["category","date"].includes(t)}},visible:{type:Boolean,default:function(){}},weekStartDay:{type:Number,default:function(){}},crosshair:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},select:{type:Object,default:function(){}},title:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i},(function(){return r})):e(s.Configuration,{props:{config:i}},[r])}};e.ChartCategoryAxisItem=c;var p=c;e.ChartCategoryAxisItemVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartLegendVue3=e.ChartLegend=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartLegend",props:{align:{type:String,default:function(){},validator:function(t){return["start","center","end"].includes(t)}},background:{type:String,default:void 0},border:{type:Object,default:function(){}},height:{type:Number,default:void 0},labels:{type:Object,default:function(){}},margin:{type:[Object,Number],default:function(){}},offsetX:{type:Number,default:void 0},offsetY:{type:Number,default:void 0},orientation:{type:String,default:function(){},validator:function(t){return["vertical","horizontal"].includes(t)}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right","custom"].includes(t)}},reverse:{type:Boolean,default:void 0},visible:{type:Boolean,default:!0},width:{type:Number,default:void 0},inactiveItems:{type:Object,default:function(){}},item:{type:Object,default:function(){}},title:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"legend"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"legend"}},[r])}};e.ChartLegend=c;var p=c;e.ChartLegendVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorVue3=e.ChartNavigator=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigator",props:{visible:{type:Boolean,default:!0},categoryAxis:{type:Object,default:function(){}},hint:{type:Object,default:function(){}},pane:{type:Object,default:function(){}},select:{type:Object,default:function(){}},series:{type:[Object,Array],default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"navigator"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"navigator"}},[r])}};e.ChartNavigator=c;var p=c;e.ChartNavigatorVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPaneVue3=e.ChartPane=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartPane",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},clip:{type:Boolean,default:void 0},height:{type:Number,default:void 0},margin:{type:[Object,Number],default:function(){}},name:{type:String,default:void 0},padding:{type:[Object,Number],default:function(){}},title:{type:[Object,String],default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i},(function(){return r})):e(s.Configuration,{props:{config:i}},[r])}};e.ChartPane=c;var p=c;e.ChartPaneVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPaneDefaultsVue3=e.ChartPaneDefaults=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartPaneDefaults",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},clip:{type:Boolean,default:void 0},height:{type:Number,default:void 0},margin:{type:[Object,Number],default:function(){}},name:{type:String,default:void 0},padding:{type:[Object,Number],default:function(){}},title:{type:[Object,String],default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"paneDefaults"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"paneDefaults"}},[r])}};e.ChartPaneDefaults=c;var p=c;e.ChartPaneDefaultsVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPanesVue3=e.ChartPanes=void 0;var a=o(r(2)).h,s=r(8),u=r(1),l={name:"KendoChartPanes",setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this);return e(s.CollectionConfiguration,{chartKey:"panes",attrs:this.v3?void 0:{chartKey:"panes"}},this.v3?function(){return[r]}:[r])}};e.ChartPanes=l;var c=l;e.ChartPanesVue3=c},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPlotAreaVue3=e.ChartPlotArea=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartPlotArea",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},margin:{type:[Object,Number],default:function(){}},opacity:{type:Number,default:void 0},padding:{type:[Object,Number],default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"plotArea"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"plotArea"}},[r])}};e.ChartPlotArea=c;var p=c;e.ChartPlotAreaVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesVue3=e.ChartSeries=void 0;var a=o(r(2)).h,s=r(8),u=r(1),l={name:"KendoChartSeries",setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this);return e(s.CollectionConfiguration,{chartKey:"series",attrs:this.v3?void 0:{chartKey:"series"}},this.v3?function(){return[r]}:[r])}};e.ChartSeries=l;var c=l;e.ChartSeriesVue3=c},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsVue3=e.ChartSeriesDefaults=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesDefaults",props:{border:{type:Object,default:function(){}},gap:Number,overlay:{type:Object,default:function(){}},spacing:Number,stack:{type:[Boolean,String,Object],default:function(){}},type:{type:String,default:function(){},validator:function(t){return["area","bar","boxPlot","bubble","bullet","candlestick","column","donut","funnel","horizontalWaterfall","line","ohlc","pie","polarArea","polarLine","polarScatter","radarArea","radarColumn","radarLine","rangeArea","rangeBar","rangeColumn","scatter","scatterLine","verticalArea","verticalBoxPlot","verticalBullet","verticalLine","verticalRangeArea","waterfall"].includes(t)}},visual:{type:Function,default:void 0},labels:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},tooltip:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"seriesDefaults"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"seriesDefaults"}},[r])}};e.ChartSeriesDefaults=c;var p=c;e.ChartSeriesDefaultsVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesItemVue3=e.ChartSeriesItem=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesItem",props:{aggregate:{type:[String,Function,Object],default:function(){}},axis:String,border:{type:Object,default:function(){}},categoryAxis:String,categoryField:String,closeField:String,color:{type:[String,Function],default:function(){}},colorField:String,connectors:{type:Object,default:function(){}},currentField:String,dashType:{type:String,default:function(){},validator:function(t){return["dash","dashDot","dot","longDash","longDashDot","longDashDotDot","solid"].includes(t)}},dataItems:{type:Array,default:function(){}},downColor:String,downColorField:String,dynamicHeight:{type:Boolean,default:void 0},dynamicSlope:{type:Boolean,default:void 0},errorHighField:String,errorLowField:String,explodeField:String,field:String,fromField:String,gap:Number,highField:String,holeSize:Number,line:{type:Object,default:function(){}},lowField:String,lowerField:String,margin:{type:[Object,Number],default:function(){}},maxSize:Number,meanField:String,medianField:String,minSize:Number,missingValues:{type:String,default:function(){},validator:function(t){return["gap","interpolate","zero"].includes(t)}},name:String,neckRatio:Number,negativeColor:String,negativeValues:{type:Object,default:function(){}},noteTextField:String,opacity:Number,openField:String,outliersField:String,overlay:{type:Object,default:function(){}},padding:Number,q1Field:String,q3Field:String,segmentSpacing:Number,size:Number,sizeField:String,spacing:Number,stack:{type:[Boolean,String,Object],default:function(){}},startAngle:Number,lineStyle:{type:String,default:function(){},validator:function(t){return["normal","step","smooth"].includes(t)}},summaryField:String,target:{type:Object,default:function(){}},toField:String,type:{type:String,default:function(){},validator:function(t){return["area","bar","boxPlot","bubble","bullet","candlestick","column","donut","funnel","horizontalWaterfall","line","ohlc","pie","polarArea","polarLine","polarScatter","radarArea","radarColumn","radarLine","rangeArea","rangeBar","rangeColumn","scatter","scatterLine","verticalArea","verticalBoxPlot","verticalBullet","verticalLine","verticalRangeArea","waterfall"].includes(t)}},upperField:String,visible:{type:Boolean,default:void 0},visibleInLegend:{type:Boolean,default:void 0},visibleInLegendField:String,visual:{type:Function,default:void 0},width:Number,xAxis:String,xErrorHighField:String,xErrorLowField:String,xField:String,yAxis:String,yErrorHighField:String,yErrorLowField:String,yField:String,zIndex:Number,errorBars:{type:Object,default:function(){}},extremes:{type:Object,default:function(){}},highlight:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},markers:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},outliers:{type:Object,default:function(){}},tooltip:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i},(function(){return r})):e(s.Configuration,{props:{config:i}},[r])}};e.ChartSeriesItem=c;var p=c;e.ChartSeriesItemVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartTitleVue3=e.ChartTitle=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartTitle",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},align:{type:String,default:function(){},validator:function(t){return["center","left","right"].includes(t)}},color:{type:String,default:void 0},font:{type:String,default:void 0},position:{type:String,default:function(){},validator:function(t){return["top","bottom"].includes(t)}},text:{type:String,default:void 0},visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"title"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"title"}},[r])}};e.ChartTitle=c;var p=c;e.ChartTitleVue3=p},function(t,e,r){"use strict";var i=function(){return(i=Object.assign||function(t){for(var e,r=1,i=arguments.length;r<i;r++)for(var n in e=arguments[r])Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t}).apply(this,arguments)},n=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},o=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},a=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&n(e,t,r);return o(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartTooltipVue3=e.ChartTooltip=void 0;var s=a(r(2)).h,u=r(4),l=r(1),c=r(3),p={name:"KendoChartTooltip",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},padding:{type:[Object,Number],default:function(){}},color:{type:String,default:void 0},render:[String,Function,Object],font:{type:String,default:void 0},format:{type:String,default:void 0},opacity:{type:Number,default:void 0},shared:{type:Boolean,default:void 0},visible:{type:Boolean,default:!0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=s||t,r=l.getDefaultSlots(this),n=c.removeUndefinedProps(this.$props),o=l.templateRendering.call(this,this.$props.render,l.getListeners.call(this));return this.v3?e(u.Configuration,{config:i(i({},n),{render:o}),chartKey:"tooltip"},(function(){return r})):e(u.Configuration,{props:{config:i(i({},n),{render:o}),chartKey:"tooltip"}},[r])}};e.ChartTooltip=p;var h=p;e.ChartTooltipVue3=h},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisVue3=e.ChartValueAxis=void 0;var a=o(r(2)).h,s=r(8),u=r(1),l={name:"KendoChartValueAxis",setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this);return e(s.CollectionConfiguration,{chartKey:"valueAxis",attrs:this.v3?void 0:{chartKey:"valueAxis"}},this.v3?function(){return[r]}:[r])}};e.ChartValueAxis=l;var c=l;e.ChartValueAxisVue3=c},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisItemVue3=e.ChartValueAxisItem=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartValueAxisItem",props:{axisCrossingValue:{type:[Array,Object,Date,Number],default:function(){}},background:{type:String,default:void 0},color:{type:String,default:void 0},line:{type:Object,default:function(){}},majorGridLines:{type:Object,default:function(){}},majorTicks:{type:Object,default:function(){}},majorUnit:{type:Number,default:void 0},max:{type:[Number,Object,String,Date],default:function(){}},min:{type:[Number,Object,String,Date],default:function(){}},minorGridLines:{type:Object,default:function(){}},minorTicks:{type:Object,default:function(){}},minorUnit:{type:Number,default:void 0},name:{type:String,default:void 0},narrowRange:{type:Boolean,default:function(){}},pane:{type:String,default:void 0},plotBands:{type:Array,default:function(){}},reverse:{type:Boolean,default:function(){}},type:{type:String,default:function(){},validator:function(t){return["numeric","log"].includes(t)}},visible:{type:Boolean,default:function(){}},crosshair:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},title:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i},(function(){return r})):e(s.Configuration,{props:{config:i}},[r])}};e.ChartValueAxisItem=c;var p=c;e.ChartValueAxisItemVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisVue3=e.ChartXAxis=void 0;var a=o(r(2)).h,s=r(8),u=r(1),l={name:"KendoChartXAxis",setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this);return e(s.CollectionConfiguration,{chartKey:"xAxis",attrs:this.v3?void 0:{chartKey:"xAxis"}},this.v3?function(){return[r]}:[r])}};e.ChartXAxis=l;var c=l;e.ChartXAxisVue3=c},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisItemVue3=e.ChartXAxisItem=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartXAxisItem",props:{axisCrossingValue:{type:[Array,Object,Date,Number],default:function(){}},background:{type:String,default:void 0},baseUnit:{type:String,default:function(){},validator:function(t){return["milliseconds","seconds","minutes","hours","days","weeks","months","years","auto","fit"].includes(t)}},color:{type:String,default:void 0},line:{type:Object,default:function(){}},majorGridLines:{type:Object,default:function(){}},majorTicks:{type:Object,default:function(){}},majorUnit:{type:Number,default:void 0},max:{type:[Number,Object,String,Date],default:function(){}},min:{type:[Number,Object,String,Date],default:function(){}},minorGridLines:{type:Object,default:function(){}},minorTicks:{type:Object,default:function(){}},minorUnit:{type:Number,default:void 0},name:{type:String,default:void 0},narrowRange:{type:Boolean,default:function(){}},pane:{type:String,default:void 0},plotBands:{type:Array,default:function(){}},startAngle:{type:Number,default:void 0},reverse:{type:Boolean,default:function(){}},type:{type:String,default:function(){},validator:function(t){return["numeric","log","date"].includes(t)}},visible:{type:Boolean,default:function(){}},crosshair:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},title:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i},(function(){return r})):e(s.Configuration,{props:{config:i}},[r])}};e.ChartXAxisItem=c;var p=c;e.ChartXAxisItemVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisVue3=e.ChartYAxis=void 0;var a=o(r(2)).h,s=r(8),u=r(1),l={name:"KendoChartYAxis",setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this);return e(s.CollectionConfiguration,{chartKey:"yAxis",attrs:this.v3?void 0:{chartKey:"yAxis"}},this.v3?function(){return[r]}:[r])}};e.ChartYAxis=l;var c=l;e.ChartYAxisVue3=c},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisItemVue3=e.ChartYAxisItem=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartYAxisItem",props:{axisCrossingValue:{type:[Array,Object,Date,Number],default:function(){}},background:{type:String,default:void 0},baseUnit:{type:String,default:function(){},validator:function(t){return["milliseconds","seconds","minutes","hours","days","weeks","months","years","auto","fit"].includes(t)}},color:{type:String,default:void 0},line:{type:Object,default:function(){}},majorGridLines:{type:Object,default:function(){}},majorTicks:{type:Object,default:function(){}},majorUnit:{type:Number,default:void 0},max:{type:[Number,Object,String,Date],default:function(){}},min:{type:[Number,Object,String,Date],default:function(){}},minorGridLines:{type:Object,default:function(){}},minorTicks:{type:Object,default:function(){}},minorUnit:{type:Number,default:void 0},name:{type:String,default:void 0},narrowRange:{type:Boolean,default:function(){}},pane:{type:String,default:void 0},plotBands:{type:Array,default:function(){}},reverse:{type:Boolean,default:function(){}},type:{type:String,default:function(){},validator:function(t){return["numeric","log","date"].includes(t)}},visible:{type:Boolean,default:function(){}},crosshair:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},title:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i},(function(){return r})):e(s.Configuration,{props:{config:i}},[r])}};e.ChartYAxisItem=c;var p=c;e.ChartYAxisItemVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartZoomableVue3=e.ChartZoomable=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartZoomable",props:{mousewheel:{type:[Boolean,Object],default:function(){}},selection:{type:[Boolean,Object],default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"zoomable"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"zoomable"}},[r])}};e.ChartZoomable=c;var p=c;e.ChartZoomableVue3=p},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaultsCrosshairTooltipVue3=e.ChartAxisDefaultsCrosshairTooltip=e.ChartAxisDefaultsCrosshairVue3=e.ChartAxisDefaultsCrosshair=e.ChartAxisDefaultsLabelsVue3=e.ChartAxisDefaultsLabels=e.ChartAxisDefaultsTitleVue3=e.ChartAxisDefaultsTitle=void 0;var i=r(78);Object.defineProperty(e,"ChartAxisDefaultsTitle",{enumerable:!0,get:function(){return i.ChartAxisDefaultsTitle}}),Object.defineProperty(e,"ChartAxisDefaultsTitleVue3",{enumerable:!0,get:function(){return i.ChartAxisDefaultsTitleVue3}});var n=r(79);Object.defineProperty(e,"ChartAxisDefaultsLabels",{enumerable:!0,get:function(){return n.ChartAxisDefaultsLabels}}),Object.defineProperty(e,"ChartAxisDefaultsLabelsVue3",{enumerable:!0,get:function(){return n.ChartAxisDefaultsLabelsVue3}});var o=r(80);Object.defineProperty(e,"ChartAxisDefaultsCrosshair",{enumerable:!0,get:function(){return o.ChartAxisDefaultsCrosshair}}),Object.defineProperty(e,"ChartAxisDefaultsCrosshairVue3",{enumerable:!0,get:function(){return o.ChartAxisDefaultsCrosshairVue3}});var a=r(81);Object.defineProperty(e,"ChartAxisDefaultsCrosshairTooltip",{enumerable:!0,get:function(){return a.ChartAxisDefaultsCrosshairTooltip}}),Object.defineProperty(e,"ChartAxisDefaultsCrosshairTooltipVue3",{enumerable:!0,get:function(){return a.ChartAxisDefaultsCrosshairTooltipVue3}})},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaultsTitleVue3=e.ChartAxisDefaultsTitle=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartAxisDefaultsTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"title"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"title"}},[r])}};e.ChartAxisDefaultsTitle=c;var p=c;e.ChartAxisDefaultsTitleVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaultsLabelsVue3=e.ChartAxisDefaultsLabels=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartAxisDefaultsLabels",props:{content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},mirror:Boolean,padding:{type:[Object,Number],default:function(){}},rotation:{type:[Object,Number,String],default:function(){}},skip:Number,step:Number,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"labels"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"labels"}},[r])}};e.ChartAxisDefaultsLabels=c;var p=c;e.ChartAxisDefaultsLabelsVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaultsCrosshairVue3=e.ChartAxisDefaultsCrosshair=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartAxisDefaultsCrosshair",props:{color:String,dashType:{type:String,default:function(){},validator:function(t){return["dash","dashDot","dot","longDash","longDashDot","longDashDotDot","solid"].includes(t)}},opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"crosshair"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"crosshair"}},[r])}};e.ChartAxisDefaultsCrosshair=c;var p=c;e.ChartAxisDefaultsCrosshairVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaultsCrosshairTooltipVue3=e.ChartAxisDefaultsCrosshairTooltip=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartAxisDefaultsCrosshairTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"tooltip"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"tooltip"}},[r])}};e.ChartAxisDefaultsCrosshairTooltip=c;var p=c;e.ChartAxisDefaultsCrosshairTooltipVue3=p},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisRangeLabelsVue3=e.ChartCategoryAxisRangeLabels=e.ChartCategoryAxisNotesLabelVue3=e.ChartCategoryAxisNotesLabel=e.ChartCategoryAxisNotesIconVue3=e.ChartCategoryAxisNotesIcon=e.ChartCategoryAxisNotesVue3=e.ChartCategoryAxisNotes=e.ChartCategoryAxisLabelsVue3=e.ChartCategoryAxisLabels=e.ChartCategoryAxisTitleVue3=e.ChartCategoryAxisTitle=e.ChartCategoryAxisSelectVue3=e.ChartCategoryAxisSelect=e.ChartCategoryAxisCrosshairTooltipVue3=e.ChartCategoryAxisCrosshairTooltip=e.ChartCategoryAxisCrosshairVue3=e.ChartCategoryAxisCrosshair=void 0;var i=r(83);Object.defineProperty(e,"ChartCategoryAxisCrosshair",{enumerable:!0,get:function(){return i.ChartCategoryAxisCrosshair}}),Object.defineProperty(e,"ChartCategoryAxisCrosshairVue3",{enumerable:!0,get:function(){return i.ChartCategoryAxisCrosshairVue3}});var n=r(84);Object.defineProperty(e,"ChartCategoryAxisCrosshairTooltip",{enumerable:!0,get:function(){return n.ChartCategoryAxisCrosshairTooltip}}),Object.defineProperty(e,"ChartCategoryAxisCrosshairTooltipVue3",{enumerable:!0,get:function(){return n.ChartCategoryAxisCrosshairTooltipVue3}});var o=r(85);Object.defineProperty(e,"ChartCategoryAxisSelect",{enumerable:!0,get:function(){return o.ChartCategoryAxisSelect}}),Object.defineProperty(e,"ChartCategoryAxisSelectVue3",{enumerable:!0,get:function(){return o.ChartCategoryAxisSelectVue3}});var a=r(86);Object.defineProperty(e,"ChartCategoryAxisTitle",{enumerable:!0,get:function(){return a.ChartCategoryAxisTitle}}),Object.defineProperty(e,"ChartCategoryAxisTitleVue3",{enumerable:!0,get:function(){return a.ChartCategoryAxisTitleVue3}});var s=r(87);Object.defineProperty(e,"ChartCategoryAxisLabels",{enumerable:!0,get:function(){return s.ChartCategoryAxisLabels}}),Object.defineProperty(e,"ChartCategoryAxisLabelsVue3",{enumerable:!0,get:function(){return s.ChartCategoryAxisLabelsVue3}});var u=r(88);Object.defineProperty(e,"ChartCategoryAxisNotes",{enumerable:!0,get:function(){return u.ChartCategoryAxisNotes}}),Object.defineProperty(e,"ChartCategoryAxisNotesVue3",{enumerable:!0,get:function(){return u.ChartCategoryAxisNotesVue3}});var l=r(89);Object.defineProperty(e,"ChartCategoryAxisNotesIcon",{enumerable:!0,get:function(){return l.ChartCategoryAxisNotesIcon}}),Object.defineProperty(e,"ChartCategoryAxisNotesIconVue3",{enumerable:!0,get:function(){return l.ChartCategoryAxisNotesIconVue3}});var c=r(90);Object.defineProperty(e,"ChartCategoryAxisNotesLabel",{enumerable:!0,get:function(){return c.ChartCategoryAxisNotesLabel}}),Object.defineProperty(e,"ChartCategoryAxisNotesLabelVue3",{enumerable:!0,get:function(){return c.ChartCategoryAxisNotesLabelVue3}});var p=r(91);Object.defineProperty(e,"ChartCategoryAxisRangeLabels",{enumerable:!0,get:function(){return p.ChartCategoryAxisRangeLabels}}),Object.defineProperty(e,"ChartCategoryAxisRangeLabelsVue3",{enumerable:!0,get:function(){return p.ChartCategoryAxisRangeLabelsVue3}})},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisCrosshairVue3=e.ChartCategoryAxisCrosshair=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartCategoryAxisCrosshair",props:{color:String,dashType:{type:String,default:function(){},validator:function(t){return["dash","dashDot","dot","longDash","longDashDot","longDashDotDot","solid"].includes(t)}},opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"crosshair"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"crosshair"}},[r])}};e.ChartCategoryAxisCrosshair=c;var p=c;e.ChartCategoryAxisCrosshairVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisCrosshairTooltipVue3=e.ChartCategoryAxisCrosshairTooltip=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartCategoryAxisCrosshairTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"tooltip"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"tooltip"}},[r])}};e.ChartCategoryAxisCrosshairTooltip=c;var p=c;e.ChartCategoryAxisCrosshairTooltipVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisSelectVue3=e.ChartCategoryAxisSelect=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartCategoryAxisSelect",props:{from:{type:[Object,Number,String],default:function(){}},max:{type:[Object,Number,String,Date],default:function(){}},min:{type:[Object,Number,String,Date],default:function(){}},mousewheel:{type:[Object,Boolean],default:function(){}},to:{type:[Object,Number,String],default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"select"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"select"}},[r])}};e.ChartCategoryAxisSelect=c;var p=c;e.ChartCategoryAxisSelectVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisTitleVue3=e.ChartCategoryAxisTitle=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartCategoryAxisTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"title"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"title"}},[r])}};e.ChartCategoryAxisTitle=c;var p=c;e.ChartCategoryAxisTitleVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisLabelsVue3=e.ChartCategoryAxisLabels=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartCategoryAxisLabels",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},culture:String,dateFormats:{type:Object,default:function(){}},font:String,format:String,margin:{type:[Object,Number],default:function(){}},mirror:{type:Boolean,default:void 0},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["start","end","onAxis",""].includes(t)}},rotation:{type:[Object,Number,String],default:function(){}},skip:Number,step:Number,visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"labels"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"labels"}},[r])}};e.ChartCategoryAxisLabels=c;var p=c;e.ChartCategoryAxisLabelsVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisNotesVue3=e.ChartCategoryAxisNotes=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartCategoryAxisNotes",props:{dataItems:{type:Array,default:function(){}},line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"notes"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"notes"}},[r])}};e.ChartCategoryAxisNotes=c;var p=c;e.ChartCategoryAxisNotesVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisNotesIconVue3=e.ChartCategoryAxisNotesIcon=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartCategoryAxisNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"icon"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"icon"}},[r])}};e.ChartCategoryAxisNotesIcon=c;var p=c;e.ChartCategoryAxisNotesIconVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisNotesLabelVue3=e.ChartCategoryAxisNotesLabel=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartCategoryAxisNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"label"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"label"}},[r])}};e.ChartCategoryAxisNotesLabel=c;var p=c;e.ChartCategoryAxisNotesLabelVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisRangeLabelsVue3=e.ChartCategoryAxisRangeLabels=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartCategoryAxisRangeLabels",props:{position:{type:String,default:void 0,validator:function(t){return["start","end","onAxis",""].includes(t)}},skip:Number,step:Number,visible:{type:Boolean,default:!0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"rangeLabels"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"rangeLabels"}},[r])}};e.ChartCategoryAxisRangeLabels=c;var p=c;e.ChartCategoryAxisRangeLabelsVue3=p},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPaneTitleVue3=e.ChartPaneTitle=void 0;var i=r(93);Object.defineProperty(e,"ChartPaneTitle",{enumerable:!0,get:function(){return i.ChartPaneTitle}}),Object.defineProperty(e,"ChartPaneTitleVue3",{enumerable:!0,get:function(){return i.ChartPaneTitleVue3}})},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPaneTitleVue3=e.ChartPaneTitle=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartPaneTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","left","right"].includes(t)}},text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"title"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"title"}},[r])}};e.ChartPaneTitle=c;var p=c;e.ChartPaneTitleVue3=p},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPaneDefaultsTitleVue3=e.ChartPaneDefaultsTitle=void 0;var i=r(95);Object.defineProperty(e,"ChartPaneDefaultsTitle",{enumerable:!0,get:function(){return i.ChartPaneDefaultsTitle}}),Object.defineProperty(e,"ChartPaneDefaultsTitleVue3",{enumerable:!0,get:function(){return i.ChartPaneDefaultsTitleVue3}})},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPaneDefaultsTitleVue3=e.ChartPaneDefaultsTitle=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartPaneDefaultsTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","left","right"].includes(t)}},visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"title"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"title"}},[r])}};e.ChartPaneDefaultsTitle=c;var p=c;e.ChartPaneDefaultsTitleVue3=p},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ChartLegendInactiveItemsVue3=e.ChartLegendInactiveItems=e.ChartLegendTitleVue3=e.ChartLegendTitle=e.ChartLegendItemVue3=e.ChartLegendItem=void 0;var i=r(97);Object.defineProperty(e,"ChartLegendItem",{enumerable:!0,get:function(){return i.ChartLegendItem}}),Object.defineProperty(e,"ChartLegendItemVue3",{enumerable:!0,get:function(){return i.ChartLegendItemVue3}});var n=r(98);Object.defineProperty(e,"ChartLegendTitle",{enumerable:!0,get:function(){return n.ChartLegendTitle}}),Object.defineProperty(e,"ChartLegendTitleVue3",{enumerable:!0,get:function(){return n.ChartLegendTitleVue3}});var o=r(99);Object.defineProperty(e,"ChartLegendInactiveItems",{enumerable:!0,get:function(){return o.ChartLegendInactiveItems}}),Object.defineProperty(e,"ChartLegendInactiveItemsVue3",{enumerable:!0,get:function(){return o.ChartLegendInactiveItemsVue3}})},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartLegendItemVue3=e.ChartLegendItem=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartLegendItem",props:{cursor:String,visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"item"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"item"}},[r])}};e.ChartLegendItem=c;var p=c;e.ChartLegendItemVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartLegendTitleVue3=e.ChartLegendTitle=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartLegendTitle",props:{align:{type:String,default:function(){},validator:function(t){return["center","left","right"].includes(t)}},background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom"].includes(t)}},text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"title"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"title"}},[r])}};e.ChartLegendTitle=c;var p=c;e.ChartLegendTitleVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartLegendInactiveItemsVue3=e.ChartLegendInactiveItems=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartLegendInactiveItems",props:{labels:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"inactiveItems"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"inactiveItems"}},[r])}};e.ChartLegendInactiveItems=c;var p=c;e.ChartLegendInactiveItemsVue3=p},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsNotesLabelVue3=e.ChartSeriesDefaultsNotesLabel=e.ChartSeriesDefaultsNotesIconVue3=e.ChartSeriesDefaultsNotesIcon=e.ChartSeriesDefaultsNotesVue3=e.ChartSeriesDefaultsNotes=e.ChartSeriesDefaultsLabelsToVue3=e.ChartSeriesDefaultsLabelsTo=e.ChartSeriesDefaultsLabelsFromVue3=e.ChartSeriesDefaultsLabelsFrom=e.ChartSeriesDefaultsLabelsVue3=e.ChartSeriesDefaultsLabels=e.ChartSeriesDefaultsItemTooltipVue3=e.ChartSeriesDefaultsItemTooltip=void 0;var i=r(101);Object.defineProperty(e,"ChartSeriesDefaultsItemTooltip",{enumerable:!0,get:function(){return i.ChartSeriesDefaultsItemTooltip}}),Object.defineProperty(e,"ChartSeriesDefaultsItemTooltipVue3",{enumerable:!0,get:function(){return i.ChartSeriesDefaultsItemTooltipVue3}});var n=r(102);Object.defineProperty(e,"ChartSeriesDefaultsLabels",{enumerable:!0,get:function(){return n.ChartSeriesDefaultsLabels}}),Object.defineProperty(e,"ChartSeriesDefaultsLabelsVue3",{enumerable:!0,get:function(){return n.ChartSeriesDefaultsLabelsVue3}});var o=r(103);Object.defineProperty(e,"ChartSeriesDefaultsLabelsFrom",{enumerable:!0,get:function(){return o.ChartSeriesDefaultsLabelsFrom}}),Object.defineProperty(e,"ChartSeriesDefaultsLabelsFromVue3",{enumerable:!0,get:function(){return o.ChartSeriesDefaultsLabelsFromVue3}});var a=r(104);Object.defineProperty(e,"ChartSeriesDefaultsLabelsTo",{enumerable:!0,get:function(){return a.ChartSeriesDefaultsLabelsTo}}),Object.defineProperty(e,"ChartSeriesDefaultsLabelsToVue3",{enumerable:!0,get:function(){return a.ChartSeriesDefaultsLabelsToVue3}});var s=r(105);Object.defineProperty(e,"ChartSeriesDefaultsNotes",{enumerable:!0,get:function(){return s.ChartSeriesDefaultsNotes}}),Object.defineProperty(e,"ChartSeriesDefaultsNotesVue3",{enumerable:!0,get:function(){return s.ChartSeriesDefaultsNotesVue3}});var u=r(106);Object.defineProperty(e,"ChartSeriesDefaultsNotesIcon",{enumerable:!0,get:function(){return u.ChartSeriesDefaultsNotesIcon}}),Object.defineProperty(e,"ChartSeriesDefaultsNotesIconVue3",{enumerable:!0,get:function(){return u.ChartSeriesDefaultsNotesIconVue3}});var l=r(107);Object.defineProperty(e,"ChartSeriesDefaultsNotesLabel",{enumerable:!0,get:function(){return l.ChartSeriesDefaultsNotesLabel}}),Object.defineProperty(e,"ChartSeriesDefaultsNotesLabelVue3",{enumerable:!0,get:function(){return l.ChartSeriesDefaultsNotesLabelVue3}})},function(t,e,r){"use strict";var i=function(){return(i=Object.assign||function(t){for(var e,r=1,i=arguments.length;r<i;r++)for(var n in e=arguments[r])Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t}).apply(this,arguments)},n=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},o=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},a=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&n(e,t,r);return o(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsItemTooltipVue3=e.ChartSeriesDefaultsItemTooltip=void 0;var s=a(r(2)).h,u=r(4),l=r(1),c=r(3),p={name:"KendoChartSeriesDefaultsItemTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:void 0},render:[String,Number,Object]},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=s||t,r=l.getDefaultSlots(this),n=c.removeUndefinedProps(this.$props),o=l.templateRendering.call(this,this.$props.render,l.getListeners.call(this));return this.v3?e(u.Configuration,{config:i(i({},n),{render:o}),chartKey:"tooltip"},(function(){return r})):e(u.Configuration,{props:{config:i(i({},n),{render:o}),chartKey:"tooltip"}},[r])}};e.ChartSeriesDefaultsItemTooltip=p;var h=p;e.ChartSeriesDefaultsItemTooltipVue3=h},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsLabelsVue3=e.ChartSeriesDefaultsLabels=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesDefaultsLabels",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0},from:{type:Object,default:function(){}},to:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"labels"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"labels"}},[r])}};e.ChartSeriesDefaultsLabels=c;var p=c;e.ChartSeriesDefaultsLabelsVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsLabelsFromVue3=e.ChartSeriesDefaultsLabelsFrom=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesDefaultsLabelsFrom",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"from"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"from"}},[r])}};e.ChartSeriesDefaultsLabelsFrom=c;var p=c;e.ChartSeriesDefaultsLabelsFromVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsLabelsToVue3=e.ChartSeriesDefaultsLabelsTo=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesDefaultsLabelsTo",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"to"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"to"}},[r])}};e.ChartSeriesDefaultsLabelsTo=c;var p=c;e.ChartSeriesDefaultsLabelsToVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsNotesVue3=e.ChartSeriesDefaultsNotes=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesDefaultsNotes",props:{line:{type:Object,default:function(){}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"notes"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"notes"}},[r])}};e.ChartSeriesDefaultsNotes=c;var p=c;e.ChartSeriesDefaultsNotesVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsNotesIconVue3=e.ChartSeriesDefaultsNotesIcon=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesDefaultsNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"icon"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"icon"}},[r])}};e.ChartSeriesDefaultsNotesIcon=c;var p=c;e.ChartSeriesDefaultsNotesIconVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsNotesLabelVue3=e.ChartSeriesDefaultsNotesLabel=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesDefaultsNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"label"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"label"}},[r])}};e.ChartSeriesDefaultsNotesLabel=c;var p=c;e.ChartSeriesDefaultsNotesLabelVue3=p},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesNotesIconVue3=e.ChartSeriesNotesIcon=e.ChartSeriesNotesLabelVue3=e.ChartSeriesNotesLabel=e.ChartSeriesLabelsToVue3=e.ChartSeriesLabelsTo=e.ChartSeriesLabelsFromVue3=e.ChartSeriesLabelsFrom=e.ChartSeriesErrorBarsVue3=e.ChartSeriesErrorBars=e.ChartSeriesExtremesVue3=e.ChartSeriesExtremes=e.ChartSeriesHighlightVue3=e.ChartSeriesHighlight=e.ChartSeriesLabelsVue3=e.ChartSeriesLabels=e.ChartSeriesMarkersVue3=e.ChartSeriesMarkers=e.ChartSeriesNotesVue3=e.ChartSeriesNotes=e.ChartSeriesItemOutliersVue3=e.ChartSeriesItemOutliers=e.ChartSeriesItemTooltipVue3=e.ChartSeriesItemTooltip=void 0;var i=r(109);Object.defineProperty(e,"ChartSeriesItemTooltip",{enumerable:!0,get:function(){return i.ChartSeriesItemTooltip}}),Object.defineProperty(e,"ChartSeriesItemTooltipVue3",{enumerable:!0,get:function(){return i.ChartSeriesItemTooltipVue3}});var n=r(110);Object.defineProperty(e,"ChartSeriesItemOutliers",{enumerable:!0,get:function(){return n.ChartSeriesItemOutliers}}),Object.defineProperty(e,"ChartSeriesItemOutliersVue3",{enumerable:!0,get:function(){return n.ChartSeriesItemOutliersVue3}});var o=r(111);Object.defineProperty(e,"ChartSeriesNotes",{enumerable:!0,get:function(){return o.ChartSeriesNotes}}),Object.defineProperty(e,"ChartSeriesNotesVue3",{enumerable:!0,get:function(){return o.ChartSeriesNotesVue3}});var a=r(112);Object.defineProperty(e,"ChartSeriesMarkers",{enumerable:!0,get:function(){return a.ChartSeriesMarkers}}),Object.defineProperty(e,"ChartSeriesMarkersVue3",{enumerable:!0,get:function(){return a.ChartSeriesMarkersVue3}});var s=r(113);Object.defineProperty(e,"ChartSeriesLabels",{enumerable:!0,get:function(){return s.ChartSeriesLabels}}),Object.defineProperty(e,"ChartSeriesLabelsVue3",{enumerable:!0,get:function(){return s.ChartSeriesLabelsVue3}});var u=r(114);Object.defineProperty(e,"ChartSeriesHighlight",{enumerable:!0,get:function(){return u.ChartSeriesHighlight}}),Object.defineProperty(e,"ChartSeriesHighlightVue3",{enumerable:!0,get:function(){return u.ChartSeriesHighlightVue3}});var l=r(115);Object.defineProperty(e,"ChartSeriesExtremes",{enumerable:!0,get:function(){return l.ChartSeriesExtremes}}),Object.defineProperty(e,"ChartSeriesExtremesVue3",{enumerable:!0,get:function(){return l.ChartSeriesExtremesVue3}});var c=r(116);Object.defineProperty(e,"ChartSeriesErrorBars",{enumerable:!0,get:function(){return c.ChartSeriesErrorBars}}),Object.defineProperty(e,"ChartSeriesErrorBarsVue3",{enumerable:!0,get:function(){return c.ChartSeriesErrorBarsVue3}});var p=r(117);Object.defineProperty(e,"ChartSeriesLabelsFrom",{enumerable:!0,get:function(){return p.ChartSeriesLabelsFrom}}),Object.defineProperty(e,"ChartSeriesLabelsFromVue3",{enumerable:!0,get:function(){return p.ChartSeriesLabelsFromVue3}});var h=r(118);Object.defineProperty(e,"ChartSeriesLabelsTo",{enumerable:!0,get:function(){return h.ChartSeriesLabelsTo}}),Object.defineProperty(e,"ChartSeriesLabelsToVue3",{enumerable:!0,get:function(){return h.ChartSeriesLabelsToVue3}});var f=r(119);Object.defineProperty(e,"ChartSeriesNotesLabel",{enumerable:!0,get:function(){return f.ChartSeriesNotesLabel}}),Object.defineProperty(e,"ChartSeriesNotesLabelVue3",{enumerable:!0,get:function(){return f.ChartSeriesNotesLabelVue3}});var d=r(120);Object.defineProperty(e,"ChartSeriesNotesIcon",{enumerable:!0,get:function(){return d.ChartSeriesNotesIcon}}),Object.defineProperty(e,"ChartSeriesNotesIconVue3",{enumerable:!0,get:function(){return d.ChartSeriesNotesIconVue3}})},function(t,e,r){"use strict";var i=function(){return(i=Object.assign||function(t){for(var e,r=1,i=arguments.length;r<i;r++)for(var n in e=arguments[r])Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t}).apply(this,arguments)},n=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},o=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},a=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&n(e,t,r);return o(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesItemTooltipVue3=e.ChartSeriesItemTooltip=void 0;var s=a(r(2)).h,u=r(4),l=r(1),c=r(3),p={name:"KendoChartSeriesItemTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},render:[String,Number,Object],visible:{type:Boolean,default:!0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=s||t,r=l.getDefaultSlots(this),n=c.removeUndefinedProps(this.$props),o=l.templateRendering.call(this,this.$props.render,l.getListeners.call(this));return this.v3?e(u.Configuration,{config:i(i({},n),{render:o}),chartKey:"tooltip"},(function(){return r})):e(u.Configuration,{props:{config:i(i({},n),{render:o}),chartKey:"tooltip"}},[r])}};e.ChartSeriesItemTooltip=p;var h=p;e.ChartSeriesItemTooltipVue3=h},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesItemOutliersVue3=e.ChartSeriesItemOutliers=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesItemOutliers",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"outliers"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"outliers"}},[r])}};e.ChartSeriesItemOutliers=c;var p=c;e.ChartSeriesItemOutliersVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesNotesVue3=e.ChartSeriesNotes=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesNotes",props:{line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"notes"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"notes"}},[r])}};e.ChartSeriesNotes=c;var p=c;e.ChartSeriesNotesVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesMarkersVue3=e.ChartSeriesMarkers=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesMarkers",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0},from:{type:Object,default:function(){}},to:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"markers"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"markers"}},[r])}};e.ChartSeriesMarkers=c;var p=c;e.ChartSeriesMarkersVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesLabelsVue3=e.ChartSeriesLabels=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesLabels",props:{align:{type:String,default:function(){},validator:function(t){return["circle","column","center","right","left"].includes(t)}},background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},distance:Number,font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["auto","above","below","center","insideBase","insideEnd","left","outsideEnd","right","top","bottom"].includes(t)}},visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0},from:{type:Object,default:function(){}},to:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"labels"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"labels"}},[r])}};e.ChartSeriesLabels=c;var p=c;e.ChartSeriesLabelsVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesHighlightVue3=e.ChartSeriesHighlight=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesHighlight",props:{border:{type:Object,default:function(){}},color:String,line:{type:Object,default:function(){}},opacity:Number,toggle:{type:Function,default:void 0},visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"highlight"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"highlight"}},[r])}};e.ChartSeriesHighlight=c;var p=c;e.ChartSeriesHighlightVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesExtremesVue3=e.ChartSeriesExtremes=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesExtremes",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"extremes"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"extremes"}},[r])}};e.ChartSeriesExtremes=c;var p=c;e.ChartSeriesExtremesVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesErrorBarsVue3=e.ChartSeriesErrorBars=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesErrorBars",props:{color:String,endCaps:{type:Boolean,default:void 0},line:{type:Object,default:function(){}},value:String,visual:{type:Function,default:void 0},xValue:String,yValue:String},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"errorBars"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"errorBars"}},[r])}};e.ChartSeriesErrorBars=c;var p=c;e.ChartSeriesErrorBarsVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesLabelsFromVue3=e.ChartSeriesLabelsFrom=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesLabelsFrom",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","insideBase","insideEnd","outsideEnd"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"from"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"from"}},[r])}};e.ChartSeriesLabelsFrom=c;var p=c;e.ChartSeriesLabelsFromVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesLabelsToVue3=e.ChartSeriesLabelsTo=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesLabelsTo",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","insideBase","insideEnd","outsideEnd"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"to"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"to"}},[r])}};e.ChartSeriesLabelsTo=c;var p=c;e.ChartSeriesLabelsToVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesNotesLabelVue3=e.ChartSeriesNotesLabel=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"label"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"label"}},[r])}};e.ChartSeriesNotesLabel=c;var p=c;e.ChartSeriesNotesLabelVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesNotesIconVue3=e.ChartSeriesNotesIcon=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"icon"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"icon"}},[r])}};e.ChartSeriesNotesIcon=c;var p=c;e.ChartSeriesNotesIconVue3=p},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisNotesLabelVue3=e.ChartValueAxisNotesLabel=e.ChartValueAxisNotesIconVue3=e.ChartValueAxisNotesIcon=e.ChartValueAxisNotesVue3=e.ChartValueAxisNotes=e.ChartValueAxisLabelsVue3=e.ChartValueAxisLabels=e.ChartValueAxisTitleVue3=e.ChartValueAxisTitle=e.ChartValueAxisCrosshairTooltipVue3=e.ChartValueAxisCrosshairTooltip=e.ChartValueAxisCrosshairVue3=e.ChartValueAxisCrosshair=void 0;var i=r(122);Object.defineProperty(e,"ChartValueAxisCrosshair",{enumerable:!0,get:function(){return i.ChartValueAxisCrosshair}}),Object.defineProperty(e,"ChartValueAxisCrosshairVue3",{enumerable:!0,get:function(){return i.ChartValueAxisCrosshairVue3}});var n=r(123);Object.defineProperty(e,"ChartValueAxisCrosshairTooltip",{enumerable:!0,get:function(){return n.ChartValueAxisCrosshairTooltip}}),Object.defineProperty(e,"ChartValueAxisCrosshairTooltipVue3",{enumerable:!0,get:function(){return n.ChartValueAxisCrosshairTooltipVue3}});var o=r(124);Object.defineProperty(e,"ChartValueAxisLabels",{enumerable:!0,get:function(){return o.ChartValueAxisLabels}}),Object.defineProperty(e,"ChartValueAxisLabelsVue3",{enumerable:!0,get:function(){return o.ChartValueAxisLabelsVue3}});var a=r(125);Object.defineProperty(e,"ChartValueAxisNotes",{enumerable:!0,get:function(){return a.ChartValueAxisNotes}}),Object.defineProperty(e,"ChartValueAxisNotesVue3",{enumerable:!0,get:function(){return a.ChartValueAxisNotesVue3}});var s=r(126);Object.defineProperty(e,"ChartValueAxisNotesIcon",{enumerable:!0,get:function(){return s.ChartValueAxisNotesIcon}}),Object.defineProperty(e,"ChartValueAxisNotesIconVue3",{enumerable:!0,get:function(){return s.ChartValueAxisNotesIconVue3}});var u=r(127);Object.defineProperty(e,"ChartValueAxisNotesLabel",{enumerable:!0,get:function(){return u.ChartValueAxisNotesLabel}}),Object.defineProperty(e,"ChartValueAxisNotesLabelVue3",{enumerable:!0,get:function(){return u.ChartValueAxisNotesLabelVue3}});var l=r(128);Object.defineProperty(e,"ChartValueAxisTitle",{enumerable:!0,get:function(){return l.ChartValueAxisTitle}}),Object.defineProperty(e,"ChartValueAxisTitleVue3",{enumerable:!0,get:function(){return l.ChartValueAxisTitleVue3}})},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisCrosshairVue3=e.ChartValueAxisCrosshair=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartValueAxisCrosshair",props:{color:String,opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"crosshair"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"crosshair"}},[r])}};e.ChartValueAxisCrosshair=c;var p=c;e.ChartValueAxisCrosshairVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisCrosshairTooltipVue3=e.ChartValueAxisCrosshairTooltip=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartValueAxisCrosshairTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"tooltip"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"tooltip"}},[r])}};e.ChartValueAxisCrosshairTooltip=c;var p=c;e.ChartValueAxisCrosshairTooltipVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisLabelsVue3=e.ChartValueAxisLabels=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartValueAxisLabels",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},mirror:{type:Boolean,default:void 0},padding:{type:[Object,Number],default:function(){}},rotation:{type:[Object,Number,String],default:function(){}},skip:Number,step:Number,visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"labels"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"labels"}},[r])}};e.ChartValueAxisLabels=c;var p=c;e.ChartValueAxisLabelsVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisNotesVue3=e.ChartValueAxisNotes=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartValueAxisNotes",props:{dataItems:{type:Array,default:function(){}},line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"notes"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"notes"}},[r])}};e.ChartValueAxisNotes=c;var p=c;e.ChartValueAxisNotesVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisNotesIconVue3=e.ChartValueAxisNotesIcon=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartValueAxisNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"icon"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"icon"}},[r])}};e.ChartValueAxisNotesIcon=c;var p=c;e.ChartValueAxisNotesIconVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisNotesLabelVue3=e.ChartValueAxisNotesLabel=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartValueAxisNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"label"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"label"}},[r])}};e.ChartValueAxisNotesLabel=c;var p=c;e.ChartValueAxisNotesLabelVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisTitleVue3=e.ChartValueAxisTitle=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartValueAxisTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"title"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"title"}},[r])}};e.ChartValueAxisTitle=c;var p=c;e.ChartValueAxisTitleVue3=p},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisNotesLabelVue3=e.ChartXAxisNotesLabel=e.ChartXAxisNotesIconVue3=e.ChartXAxisNotesIcon=e.ChartXAxisNotesVue3=e.ChartXAxisNotes=e.ChartXAxisLabelsVue3=e.ChartXAxisLabels=e.ChartXAxisTitleVue3=e.ChartXAxisTitle=e.ChartXAxisCrosshairTooltipVue3=e.ChartXAxisCrosshairTooltip=e.ChartXAxisCrosshairVue3=e.ChartXAxisCrosshair=void 0;var i=r(130);Object.defineProperty(e,"ChartXAxisCrosshair",{enumerable:!0,get:function(){return i.ChartXAxisCrosshair}}),Object.defineProperty(e,"ChartXAxisCrosshairVue3",{enumerable:!0,get:function(){return i.ChartXAxisCrosshairVue3}});var n=r(131);Object.defineProperty(e,"ChartXAxisCrosshairTooltip",{enumerable:!0,get:function(){return n.ChartXAxisCrosshairTooltip}}),Object.defineProperty(e,"ChartXAxisCrosshairTooltipVue3",{enumerable:!0,get:function(){return n.ChartXAxisCrosshairTooltipVue3}});var o=r(132);Object.defineProperty(e,"ChartXAxisLabels",{enumerable:!0,get:function(){return o.ChartXAxisLabels}}),Object.defineProperty(e,"ChartXAxisLabelsVue3",{enumerable:!0,get:function(){return o.ChartXAxisLabelsVue3}});var a=r(133);Object.defineProperty(e,"ChartXAxisNotes",{enumerable:!0,get:function(){return a.ChartXAxisNotes}}),Object.defineProperty(e,"ChartXAxisNotesVue3",{enumerable:!0,get:function(){return a.ChartXAxisNotesVue3}});var s=r(134);Object.defineProperty(e,"ChartXAxisNotesIcon",{enumerable:!0,get:function(){return s.ChartXAxisNotesIcon}}),Object.defineProperty(e,"ChartXAxisNotesIconVue3",{enumerable:!0,get:function(){return s.ChartXAxisNotesIconVue3}});var u=r(135);Object.defineProperty(e,"ChartXAxisNotesLabel",{enumerable:!0,get:function(){return u.ChartXAxisNotesLabel}}),Object.defineProperty(e,"ChartXAxisNotesLabelVue3",{enumerable:!0,get:function(){return u.ChartXAxisNotesLabelVue3}});var l=r(136);Object.defineProperty(e,"ChartXAxisTitle",{enumerable:!0,get:function(){return l.ChartXAxisTitle}}),Object.defineProperty(e,"ChartXAxisTitleVue3",{enumerable:!0,get:function(){return l.ChartXAxisTitleVue3}})},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisCrosshairVue3=e.ChartXAxisCrosshair=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartXAxisCrosshair",props:{color:String,opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"crosshair"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"crosshair"}},[r])}};e.ChartXAxisCrosshair=c;var p=c;e.ChartXAxisCrosshairVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisCrosshairTooltipVue3=e.ChartXAxisCrosshairTooltip=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartXAxisCrosshairTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"tooltip"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"tooltip"}},[r])}};e.ChartXAxisCrosshairTooltip=c;var p=c;e.ChartXAxisCrosshairTooltipVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisLabelsVue3=e.ChartXAxisLabels=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartXAxisLabels",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},culture:String,dateFormats:{type:Object,default:function(){}},font:String,format:String,margin:{type:[Object,Number],default:function(){}},mirror:{type:Boolean,default:void 0},padding:{type:[Object,Number],default:function(){}},rotation:{type:[Object,Number,String],default:function(){}},skip:Number,step:Number,visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"labels"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"labels"}},[r])}};e.ChartXAxisLabels=c;var p=c;e.ChartXAxisLabelsVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisNotesVue3=e.ChartXAxisNotes=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartXAxisNotes",props:{dataItems:{type:Array,default:function(){}},line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"notes"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"notes"}},[r])}};e.ChartXAxisNotes=c;var p=c;e.ChartXAxisNotesVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisNotesIconVue3=e.ChartXAxisNotesIcon=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartXAxisNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"icon"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"icon"}},[r])}};e.ChartXAxisNotesIcon=c;var p=c;e.ChartXAxisNotesIconVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisNotesLabelVue3=e.ChartXAxisNotesLabel=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartXAxisNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"label"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"label"}},[r])}};e.ChartXAxisNotesLabel=c;var p=c;e.ChartXAxisNotesLabelVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisTitleVue3=e.ChartXAxisTitle=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartXAxisTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"title"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"title"}},[r])}};e.ChartXAxisTitle=c;var p=c;e.ChartXAxisTitleVue3=p},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisNotesLabelVue3=e.ChartYAxisNotesLabel=e.ChartYAxisNotesIconVue3=e.ChartYAxisNotesIcon=e.ChartYAxisNotesVue3=e.ChartYAxisNotes=e.ChartYAxisLabelsVue3=e.ChartYAxisLabels=e.ChartYAxisTitleVue3=e.ChartYAxisTitle=e.ChartYAxisCrosshairTooltipVue3=e.ChartYAxisCrosshairTooltip=e.ChartYAxisCrosshairVue3=e.ChartYAxisCrosshair=void 0;var i=r(138);Object.defineProperty(e,"ChartYAxisCrosshair",{enumerable:!0,get:function(){return i.ChartYAxisCrosshair}}),Object.defineProperty(e,"ChartYAxisCrosshairVue3",{enumerable:!0,get:function(){return i.ChartYAxisCrosshairVue3}});var n=r(139);Object.defineProperty(e,"ChartYAxisCrosshairTooltip",{enumerable:!0,get:function(){return n.ChartYAxisCrosshairTooltip}}),Object.defineProperty(e,"ChartYAxisCrosshairTooltipVue3",{enumerable:!0,get:function(){return n.ChartYAxisCrosshairTooltipVue3}});var o=r(140);Object.defineProperty(e,"ChartYAxisLabels",{enumerable:!0,get:function(){return o.ChartYAxisLabels}}),Object.defineProperty(e,"ChartYAxisLabelsVue3",{enumerable:!0,get:function(){return o.ChartYAxisLabelsVue3}});var a=r(141);Object.defineProperty(e,"ChartYAxisNotes",{enumerable:!0,get:function(){return a.ChartYAxisNotes}}),Object.defineProperty(e,"ChartYAxisNotesVue3",{enumerable:!0,get:function(){return a.ChartYAxisNotesVue3}});var s=r(142);Object.defineProperty(e,"ChartYAxisNotesIcon",{enumerable:!0,get:function(){return s.ChartYAxisNotesIcon}}),Object.defineProperty(e,"ChartYAxisNotesIconVue3",{enumerable:!0,get:function(){return s.ChartYAxisNotesIconVue3}});var u=r(143);Object.defineProperty(e,"ChartYAxisNotesLabel",{enumerable:!0,get:function(){return u.ChartYAxisNotesLabel}}),Object.defineProperty(e,"ChartYAxisNotesLabelVue3",{enumerable:!0,get:function(){return u.ChartYAxisNotesLabelVue3}});var l=r(144);Object.defineProperty(e,"ChartYAxisTitle",{enumerable:!0,get:function(){return l.ChartYAxisTitle}}),Object.defineProperty(e,"ChartYAxisTitleVue3",{enumerable:!0,get:function(){return l.ChartYAxisTitleVue3}})},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisCrosshairVue3=e.ChartYAxisCrosshair=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartYAxisCrosshair",props:{color:String,opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"crosshair"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"crosshair"}},[r])}};e.ChartYAxisCrosshair=c;var p=c;e.ChartYAxisCrosshairVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisCrosshairTooltipVue3=e.ChartYAxisCrosshairTooltip=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartYAxisCrosshairTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"tooltip"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"tooltip"}},[r])}};e.ChartYAxisCrosshairTooltip=c;var p=c;e.ChartYAxisCrosshairTooltipVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisLabelsVue3=e.ChartYAxisLabels=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartYAxisLabels",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},culture:String,dateFormats:{type:Object,default:function(){}},font:String,format:String,margin:{type:[Object,Number],default:function(){}},mirror:{type:Boolean,default:void 0},padding:{type:[Object,Number],default:function(){}},rotation:{type:[Object,Number,String],default:function(){}},skip:Number,step:Number,visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"labels"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"labels"}},[r])}};e.ChartYAxisLabels=c;var p=c;e.ChartYAxisLabelsVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisNotesVue3=e.ChartYAxisNotes=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartYAxisNotes",props:{dataItems:{type:Array,default:function(){}},line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"notes"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"notes"}},[r])}};e.ChartYAxisNotes=c;var p=c;e.ChartYAxisNotesVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisNotesIconVue3=e.ChartYAxisNotesIcon=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartYAxisNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"icon"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"icon"}},[r])}};e.ChartYAxisNotesIcon=c;var p=c;e.ChartYAxisNotesIconVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisNotesLabelVue3=e.ChartYAxisNotesLabel=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartYAxisNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"label"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"label"}},[r])}};e.ChartYAxisNotesLabel=c;var p=c;e.ChartYAxisNotesLabelVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisTitleVue3=e.ChartYAxisTitle=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartYAxisTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"title"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"title"}},[r])}};e.ChartYAxisTitle=c;var p=c;e.ChartYAxisTitleVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=function(t,e){for(var r in t)"default"===r||e.hasOwnProperty(r)||i(e,t,r)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesItemVue3=e.ChartNavigatorSeriesItem=e.ChartNavigatorSeriesVue3=e.ChartNavigatorSeries=e.ChartNavigatorSelectVue3=e.ChartNavigatorSelect=e.ChartNavigatorPaneVue3=e.ChartNavigatorPane=e.ChartNavigatorHintVue3=e.ChartNavigatorHint=e.ChartNavigatorCategoryAxisVue3=e.ChartNavigatorCategoryAxis=void 0;var o=r(146);Object.defineProperty(e,"ChartNavigatorCategoryAxis",{enumerable:!0,get:function(){return o.ChartNavigatorCategoryAxis}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisVue3",{enumerable:!0,get:function(){return o.ChartNavigatorCategoryAxisVue3}});var a=r(147);Object.defineProperty(e,"ChartNavigatorHint",{enumerable:!0,get:function(){return a.ChartNavigatorHint}}),Object.defineProperty(e,"ChartNavigatorHintVue3",{enumerable:!0,get:function(){return a.ChartNavigatorHintVue3}});var s=r(148);Object.defineProperty(e,"ChartNavigatorPane",{enumerable:!0,get:function(){return s.ChartNavigatorPane}}),Object.defineProperty(e,"ChartNavigatorPaneVue3",{enumerable:!0,get:function(){return s.ChartNavigatorPaneVue3}});var u=r(149);Object.defineProperty(e,"ChartNavigatorSelect",{enumerable:!0,get:function(){return u.ChartNavigatorSelect}}),Object.defineProperty(e,"ChartNavigatorSelectVue3",{enumerable:!0,get:function(){return u.ChartNavigatorSelectVue3}});var l=r(150);Object.defineProperty(e,"ChartNavigatorSeries",{enumerable:!0,get:function(){return l.ChartNavigatorSeries}}),Object.defineProperty(e,"ChartNavigatorSeriesVue3",{enumerable:!0,get:function(){return l.ChartNavigatorSeriesVue3}});var c=r(151);Object.defineProperty(e,"ChartNavigatorSeriesItem",{enumerable:!0,get:function(){return c.ChartNavigatorSeriesItem}}),Object.defineProperty(e,"ChartNavigatorSeriesItemVue3",{enumerable:!0,get:function(){return c.ChartNavigatorSeriesItemVue3}}),n(r(152),e),n(r(161),e),n(r(163),e)},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisVue3=e.ChartNavigatorCategoryAxis=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorCategoryAxis",props:{autoBaseUnitSteps:{type:Object,default:function(){}},axisCrossingValue:{type:[Object,Array,Date,Number],default:function(){}},background:{type:String,default:void 0},baseUnit:{type:String,default:function(){},validator:function(t){return["milliseconds","seconds","minutes","hours","days","weeks","months","years","auto","fit"].includes(t)}},baseUnitStep:{type:[Number,String],default:function(){}},categories:{type:Array,default:function(){}},color:{type:String,default:void 0},justified:{type:Boolean,default:function(){}},line:{type:Object,default:function(){}},majorGridLines:{type:Object,default:function(){}},majorTicks:{type:Object,default:function(){}},max:{type:[Number,Object,String,Date],default:function(){}},maxDateGroups:{type:Number,default:void 0},maxDivisions:{type:Number,default:void 0},min:{type:[Number,Object,String,Date],default:function(){}},minorGridLines:{type:Object,default:function(){}},minorTicks:{type:Object,default:function(){}},name:{type:Object,default:function(){}},rangeLabels:{type:Object,default:function(){}},pane:{type:String,default:void 0},plotBands:{type:Array,default:function(){}},reverse:{type:Boolean,default:function(){}},roundToBaseUnit:{type:Boolean,default:function(){}},startAngle:{type:Number,default:void 0},type:{type:String,default:function(){},validator:function(t){return["category","date"].includes(t)}},visible:{type:Boolean,default:function(){}},weekStartDay:{type:Number,default:void 0},crosshair:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},select:{type:Object,default:function(){}},title:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"categoryAxis"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"categoryAxis"}},[r])}};e.ChartNavigatorCategoryAxis=c;var p=c;e.ChartNavigatorCategoryAxisVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorHintVue3=e.ChartNavigatorHint=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorHint",props:{content:{type:Function,default:void 0},format:String,visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"hint"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"hint"}},[r])}};e.ChartNavigatorHint=c;var p=c;e.ChartNavigatorHintVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorPaneVue3=e.ChartNavigatorPane=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorPane",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},clip:{type:Boolean,default:void 0},height:{type:Number,default:void 0},margin:{type:[Object,Number],default:function(){}},name:{type:String,default:void 0},padding:{type:[Object,Number],default:function(){}},title:{type:[Object,String],default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"pane"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"pane"}},[r])}};e.ChartNavigatorPane=c;var p=c;e.ChartNavigatorPaneVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSelectVue3=e.ChartNavigatorSelect=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorSelect",props:{from:{type:Date,default:function(){}},mousewheel:{type:[Object,Boolean],default:function(){}},to:{type:Date,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"select"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"select"}},[r])}};e.ChartNavigatorSelect=c;var p=c;e.ChartNavigatorSelectVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesVue3=e.ChartNavigatorSeries=void 0;var a=o(r(2)).h,s=r(8),u=r(1),l={name:"KendoChartNavigatorSeries",setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this);return e(s.CollectionConfiguration,{chartKey:"series",attrs:this.v3?void 0:{chartKey:"series",parentKey:"navigator"},parentKey:"navigator"},this.v3?function(){return[r]}:[r])}};e.ChartNavigatorSeries=l;var c=l;e.ChartNavigatorSeriesVue3=c},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesItemVue3=e.ChartNavigatorSeriesItem=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorSeriesItem",props:{aggregate:{type:[String,Function,Object],default:function(){}},axis:String,border:{type:Object,default:function(){}},categoryAxis:String,categoryField:String,closeField:String,color:{type:[String,Function],default:function(){}},colorField:String,connectors:{type:Object,default:function(){}},currentField:String,dashType:{type:String,default:function(){},validator:function(t){return["dash","dashDot","dot","longDash","longDashDot","longDashDotDot","solid"].includes(t)}},dataItems:{type:Array,default:function(){}},downColor:String,downColorField:String,dynamicHeight:{type:Boolean,default:void 0},dynamicSlope:{type:Boolean,default:void 0},errorHighField:String,errorLowField:String,explodeField:String,field:String,fromField:String,gap:Number,highField:String,holeSize:Number,line:{type:Object,default:function(){}},lowField:String,lowerField:String,margin:{type:[Object,Number],default:function(){}},maxSize:Number,meanField:String,medianField:String,minSize:Number,missingValues:{type:String,default:function(){},validator:function(t){return["gap","interpolate","zero"].includes(t)}},name:String,neckRatio:Number,negativeColor:String,negativeValues:{type:Object,default:function(){}},noteTextField:String,opacity:Number,openField:String,outliersField:String,overlay:{type:Object,default:function(){}},padding:Number,q1Field:String,q3Field:String,segmentSpacing:Number,size:Number,sizeField:String,spacing:Number,stack:{type:[Boolean,String,Object],default:function(){}},startAngle:Number,lineStyle:{type:String,default:function(){},validator:function(t){return["normal","step","smooth"].includes(t)}},summaryField:String,target:{type:Object,default:function(){}},toField:String,type:{type:String,default:function(){},validator:function(t){return["area","bar","boxPlot","bubble","bullet","candlestick","column","donut","funnel","horizontalWaterfall","line","ohlc","pie","polarArea","polarLine","polarScatter","radarArea","radarColumn","radarLine","rangeArea","rangeBar","rangeColumn","scatter","scatterLine","verticalArea","verticalBoxPlot","verticalBullet","verticalLine","verticalRangeArea","waterfall"].includes(t)}},upperField:String,visible:{type:Boolean,default:void 0},visibleInLegend:{type:Boolean,default:void 0},visibleInLegendField:String,visual:{type:Function,default:void 0},width:Number,xAxis:String,xErrorHighField:String,xErrorLowField:String,xField:String,yAxis:String,yErrorHighField:String,yErrorLowField:String,yField:String,zIndex:Number,errorBars:{type:Object,default:function(){}},extremes:{type:Object,default:function(){}},highlight:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},markers:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},outliers:{type:Object,default:function(){}},tooltip:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i},(function(){return r})):e(s.Configuration,{props:{config:i}},[r])}};e.ChartNavigatorSeriesItem=c;var p=c;e.ChartNavigatorSeriesItemVue3=p},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisNotesLabelVue3=e.ChartNavigatorCategoryAxisNotesLabel=e.ChartNavigatorCategoryAxisNotesIconVue3=e.ChartNavigatorCategoryAxisNotesIcon=e.ChartNavigatorCategoryAxisNotesVue3=e.ChartNavigatorCategoryAxisNotes=e.ChartNavigatorCategoryAxisLabelsVue3=e.ChartNavigatorCategoryAxisLabels=e.ChartNavigatorCategoryAxisTitleVue3=e.ChartNavigatorCategoryAxisTitle=e.ChartNavigatorCategoryAxisSelectVue3=e.ChartNavigatorCategoryAxisSelect=e.ChartNavigatorCategoryAxisCrosshairTooltipVue3=e.ChartNavigatorCategoryAxisCrosshairTooltip=e.ChartNavigatorCategoryAxisCrosshairVue3=e.ChartNavigatorCategoryAxisCrosshair=void 0;var i=r(153);Object.defineProperty(e,"ChartNavigatorCategoryAxisCrosshair",{enumerable:!0,get:function(){return i.ChartNavigatorCategoryAxisCrosshair}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisCrosshairVue3",{enumerable:!0,get:function(){return i.ChartNavigatorCategoryAxisCrosshairVue3}});var n=r(154);Object.defineProperty(e,"ChartNavigatorCategoryAxisCrosshairTooltip",{enumerable:!0,get:function(){return n.ChartNavigatorCategoryAxisCrosshairTooltip}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisCrosshairTooltipVue3",{enumerable:!0,get:function(){return n.ChartNavigatorCategoryAxisCrosshairTooltipVue3}});var o=r(155);Object.defineProperty(e,"ChartNavigatorCategoryAxisSelect",{enumerable:!0,get:function(){return o.ChartNavigatorCategoryAxisSelect}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisSelectVue3",{enumerable:!0,get:function(){return o.ChartNavigatorCategoryAxisSelectVue3}});var a=r(156);Object.defineProperty(e,"ChartNavigatorCategoryAxisTitle",{enumerable:!0,get:function(){return a.ChartNavigatorCategoryAxisTitle}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisTitleVue3",{enumerable:!0,get:function(){return a.ChartNavigatorCategoryAxisTitleVue3}});var s=r(157);Object.defineProperty(e,"ChartNavigatorCategoryAxisLabels",{enumerable:!0,get:function(){return s.ChartNavigatorCategoryAxisLabels}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisLabelsVue3",{enumerable:!0,get:function(){return s.ChartNavigatorCategoryAxisLabelsVue3}});var u=r(158);Object.defineProperty(e,"ChartNavigatorCategoryAxisNotes",{enumerable:!0,get:function(){return u.ChartNavigatorCategoryAxisNotes}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisNotesVue3",{enumerable:!0,get:function(){return u.ChartNavigatorCategoryAxisNotesVue3}});var l=r(159);Object.defineProperty(e,"ChartNavigatorCategoryAxisNotesIcon",{enumerable:!0,get:function(){return l.ChartNavigatorCategoryAxisNotesIcon}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisNotesIconVue3",{enumerable:!0,get:function(){return l.ChartNavigatorCategoryAxisNotesIconVue3}});var c=r(160);Object.defineProperty(e,"ChartNavigatorCategoryAxisNotesLabel",{enumerable:!0,get:function(){return c.ChartNavigatorCategoryAxisNotesLabel}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisNotesLabelVue3",{enumerable:!0,get:function(){return c.ChartNavigatorCategoryAxisNotesLabelVue3}})},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisCrosshairVue3=e.ChartNavigatorCategoryAxisCrosshair=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorCategoryAxisCrosshair",props:{color:String,dashType:{type:String,default:function(){},validator:function(t){return["dash","dashDot","dot","longDash","longDashDot","longDashDotDot","solid"].includes(t)}},opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"crosshair"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"crosshair"}},[r])}};e.ChartNavigatorCategoryAxisCrosshair=c;var p=c;e.ChartNavigatorCategoryAxisCrosshairVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisCrosshairTooltipVue3=e.ChartNavigatorCategoryAxisCrosshairTooltip=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorCategoryAxisCrosshairTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"tooltip"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"tooltip"}},[r])}};e.ChartNavigatorCategoryAxisCrosshairTooltip=c;var p=c;e.ChartNavigatorCategoryAxisCrosshairTooltipVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisSelectVue3=e.ChartNavigatorCategoryAxisSelect=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorCategoryAxisSelect",props:{from:{type:[Object,Number,String],default:function(){}},max:{type:[Object,Number,String,Date],default:function(){}},min:{type:[Object,Number,String,Date],default:function(){}},mousewheel:{type:[Object,Boolean],default:function(){}},to:{type:[Object,Number,String],default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"select"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"select"}},[r])}};e.ChartNavigatorCategoryAxisSelect=c;var p=c;e.ChartNavigatorCategoryAxisSelectVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisTitleVue3=e.ChartNavigatorCategoryAxisTitle=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorCategoryAxisTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"title"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"title"}},[r])}};e.ChartNavigatorCategoryAxisTitle=c;var p=c;e.ChartNavigatorCategoryAxisTitleVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisLabelsVue3=e.ChartNavigatorCategoryAxisLabels=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorCategoryAxisLabels",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},culture:String,dateFormats:{type:Object,default:function(){}},font:String,format:String,margin:{type:[Object,Number],default:function(){}},mirror:{type:Boolean,default:void 0},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["circle","column","center","right","left"].includes(t)}},rotation:{type:[Object,Number,String],default:function(){}},skip:Number,step:Number,visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"labels"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"labels"}},[r])}};e.ChartNavigatorCategoryAxisLabels=c;var p=c;e.ChartNavigatorCategoryAxisLabelsVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisNotesVue3=e.ChartNavigatorCategoryAxisNotes=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorCategoryAxisNotes",props:{dataItems:{type:Array,default:function(){}},line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"notes"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"notes"}},[r])}};e.ChartNavigatorCategoryAxisNotes=c;var p=c;e.ChartNavigatorCategoryAxisNotesVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisNotesIconVue3=e.ChartNavigatorCategoryAxisNotesIcon=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorCategoryAxisNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"icon"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"icon"}},[r])}};e.ChartNavigatorCategoryAxisNotesIcon=c;var p=c;e.ChartNavigatorCategoryAxisNotesIconVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisNotesLabelVue3=e.ChartNavigatorCategoryAxisNotesLabel=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorCategoryAxisNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["start","end","onAxis",""].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"label"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"label"}},[r])}};e.ChartNavigatorCategoryAxisNotesLabel=c;var p=c;e.ChartNavigatorCategoryAxisNotesLabelVue3=p},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorPaneTitleVue3=e.ChartNavigatorPaneTitle=void 0;var i=r(162);Object.defineProperty(e,"ChartNavigatorPaneTitle",{enumerable:!0,get:function(){return i.ChartNavigatorPaneTitle}}),Object.defineProperty(e,"ChartNavigatorPaneTitleVue3",{enumerable:!0,get:function(){return i.ChartNavigatorPaneTitleVue3}})},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorPaneTitleVue3=e.ChartNavigatorPaneTitle=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorPaneTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","left","right"].includes(t)}},text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"title"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"title"}},[r])}};e.ChartNavigatorPaneTitle=c;var p=c;e.ChartNavigatorPaneTitleVue3=p},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesNotesIconVue3=e.ChartNavigatorSeriesNotesIcon=e.ChartNavigatorSeriesNotesLabelVue3=e.ChartNavigatorSeriesNotesLabel=e.ChartNavigatorSeriesLabelsToVue3=e.ChartNavigatorSeriesLabelsTo=e.ChartNavigatorSeriesLabelsFromVue3=e.ChartNavigatorSeriesLabelsFrom=e.ChartNavigatorSeriesErrorBarsVue3=e.ChartNavigatorSeriesErrorBars=e.ChartNavigatorSeriesExtremesVue3=e.ChartNavigatorSeriesExtremes=e.ChartNavigatorSeriesHighlightVue3=e.ChartNavigatorSeriesHighlight=e.ChartNavigatorSeriesLabelsVue3=e.ChartNavigatorSeriesLabels=e.ChartNavigatorSeriesMarkersVue3=e.ChartNavigatorSeriesMarkers=e.ChartNavigatorSeriesNotesVue3=e.ChartNavigatorSeriesNotes=e.ChartNavigatorSeriesItemOutliersVue3=e.ChartNavigatorSeriesItemOutliers=e.ChartNavigatorSeriesItemTooltipVue3=e.ChartNavigatorSeriesItemTooltip=void 0;var i=r(164);Object.defineProperty(e,"ChartNavigatorSeriesItemTooltip",{enumerable:!0,get:function(){return i.ChartNavigatorSeriesItemTooltip}}),Object.defineProperty(e,"ChartNavigatorSeriesItemTooltipVue3",{enumerable:!0,get:function(){return i.ChartNavigatorSeriesItemTooltipVue3}});var n=r(165);Object.defineProperty(e,"ChartNavigatorSeriesItemOutliers",{enumerable:!0,get:function(){return n.ChartNavigatorSeriesItemOutliers}}),Object.defineProperty(e,"ChartNavigatorSeriesItemOutliersVue3",{enumerable:!0,get:function(){return n.ChartNavigatorSeriesItemOutliersVue3}});var o=r(166);Object.defineProperty(e,"ChartNavigatorSeriesNotes",{enumerable:!0,get:function(){return o.ChartNavigatorSeriesNotes}}),Object.defineProperty(e,"ChartNavigatorSeriesNotesVue3",{enumerable:!0,get:function(){return o.ChartNavigatorSeriesNotesVue3}});var a=r(167);Object.defineProperty(e,"ChartNavigatorSeriesMarkers",{enumerable:!0,get:function(){return a.ChartNavigatorSeriesMarkers}}),Object.defineProperty(e,"ChartNavigatorSeriesMarkersVue3",{enumerable:!0,get:function(){return a.ChartNavigatorSeriesMarkersVue3}});var s=r(168);Object.defineProperty(e,"ChartNavigatorSeriesLabels",{enumerable:!0,get:function(){return s.ChartNavigatorSeriesLabels}}),Object.defineProperty(e,"ChartNavigatorSeriesLabelsVue3",{enumerable:!0,get:function(){return s.ChartNavigatorSeriesLabelsVue3}});var u=r(169);Object.defineProperty(e,"ChartNavigatorSeriesHighlight",{enumerable:!0,get:function(){return u.ChartNavigatorSeriesHighlight}}),Object.defineProperty(e,"ChartNavigatorSeriesHighlightVue3",{enumerable:!0,get:function(){return u.ChartNavigatorSeriesHighlightVue3}});var l=r(170);Object.defineProperty(e,"ChartNavigatorSeriesExtremes",{enumerable:!0,get:function(){return l.ChartNavigatorSeriesExtremes}}),Object.defineProperty(e,"ChartNavigatorSeriesExtremesVue3",{enumerable:!0,get:function(){return l.ChartNavigatorSeriesExtremesVue3}});var c=r(171);Object.defineProperty(e,"ChartNavigatorSeriesErrorBars",{enumerable:!0,get:function(){return c.ChartNavigatorSeriesErrorBars}}),Object.defineProperty(e,"ChartNavigatorSeriesErrorBarsVue3",{enumerable:!0,get:function(){return c.ChartNavigatorSeriesErrorBarsVue3}});var p=r(172);Object.defineProperty(e,"ChartNavigatorSeriesLabelsFrom",{enumerable:!0,get:function(){return p.ChartNavigatorSeriesLabelsFrom}}),Object.defineProperty(e,"ChartNavigatorSeriesLabelsFromVue3",{enumerable:!0,get:function(){return p.ChartNavigatorSeriesLabelsFromVue3}});var h=r(173);Object.defineProperty(e,"ChartNavigatorSeriesLabelsTo",{enumerable:!0,get:function(){return h.ChartNavigatorSeriesLabelsTo}}),Object.defineProperty(e,"ChartNavigatorSeriesLabelsToVue3",{enumerable:!0,get:function(){return h.ChartNavigatorSeriesLabelsToVue3}});var f=r(174);Object.defineProperty(e,"ChartNavigatorSeriesNotesLabel",{enumerable:!0,get:function(){return f.ChartNavigatorSeriesNotesLabel}}),Object.defineProperty(e,"ChartNavigatorSeriesNotesLabelVue3",{enumerable:!0,get:function(){return f.ChartNavigatorSeriesNotesLabelVue3}});var d=r(175);Object.defineProperty(e,"ChartNavigatorSeriesNotesIcon",{enumerable:!0,get:function(){return d.ChartNavigatorSeriesNotesIcon}}),Object.defineProperty(e,"ChartNavigatorSeriesNotesIconVue3",{enumerable:!0,get:function(){return d.ChartNavigatorSeriesNotesIconVue3}})},function(t,e,r){"use strict";var i=function(){return(i=Object.assign||function(t){for(var e,r=1,i=arguments.length;r<i;r++)for(var n in e=arguments[r])Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t}).apply(this,arguments)},n=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},o=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},a=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&n(e,t,r);return o(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesItemTooltipVue3=e.ChartNavigatorSeriesItemTooltip=void 0;var s=a(r(2)).h,u=r(4),l=r(1),c=r(3),p={name:"KendoChartNavigatorSeriesItemTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},render:[String,Number,Object],visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=s||t,r=l.getDefaultSlots(this),n=c.removeUndefinedProps(this.$props),o=l.templateRendering.call(this,this.$props.render,l.getListeners.call(this));return this.v3?e(u.Configuration,{config:i(i({},n),{render:o}),chartKey:"tooltip"},(function(){return r})):e(u.Configuration,{props:{config:i(i({},n),{render:o}),chartKey:"tooltip"}},[r])}};e.ChartNavigatorSeriesItemTooltip=p;var h=p;e.ChartNavigatorSeriesItemTooltipVue3=h},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesItemOutliersVue3=e.ChartNavigatorSeriesItemOutliers=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorSeriesItemOutliers",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"outliers"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"outliers"}},[r])}};e.ChartNavigatorSeriesItemOutliers=c;var p=c;e.ChartNavigatorSeriesItemOutliersVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesNotesVue3=e.ChartNavigatorSeriesNotes=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorSeriesNotes",props:{line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"notes"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"notes"}},[r])}};e.ChartNavigatorSeriesNotes=c;var p=c;e.ChartNavigatorSeriesNotesVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesMarkersVue3=e.ChartNavigatorSeriesMarkers=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorSeriesMarkers",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0},from:{type:Object,default:function(){}},to:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"markers"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"markers"}},[r])}};e.ChartNavigatorSeriesMarkers=c;var p=c;e.ChartNavigatorSeriesMarkersVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesLabelsVue3=e.ChartNavigatorSeriesLabels=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorSeriesLabels",props:{align:{type:String,default:function(){},validator:function(t){return["circle","column","center","right","left"].includes(t)}},background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},distance:Number,font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["auto","above","below","center","insideBase","insideEnd","left","outsideEnd","right","top","bottom"].includes(t)}},visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0},from:{type:Object,default:function(){}},to:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"labels"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"labels"}},[r])}};e.ChartNavigatorSeriesLabels=c;var p=c;e.ChartNavigatorSeriesLabelsVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesHighlightVue3=e.ChartNavigatorSeriesHighlight=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorSeriesHighlight",props:{border:{type:Object,default:function(){}},color:String,line:{type:Object,default:function(){}},opacity:Number,toggle:{type:Function,default:void 0},visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"highlight"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"highlight"}},[r])}};e.ChartNavigatorSeriesHighlight=c;var p=c;e.ChartNavigatorSeriesHighlightVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesExtremesVue3=e.ChartNavigatorSeriesExtremes=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorSeriesExtremes",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"extremes"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"extremes"}},[r])}};e.ChartNavigatorSeriesExtremes=c;var p=c;e.ChartNavigatorSeriesExtremesVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesErrorBarsVue3=e.ChartNavigatorSeriesErrorBars=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorSeriesErrorBars",props:{color:String,endCaps:{type:Boolean,default:void 0},line:{type:Object,default:function(){}},value:String,visual:{type:Function,default:void 0},xValue:String,yValue:String},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"errorBars"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"errorBars"}},[r])}};e.ChartNavigatorSeriesErrorBars=c;var p=c;e.ChartNavigatorSeriesErrorBarsVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesLabelsFromVue3=e.ChartNavigatorSeriesLabelsFrom=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorSeriesLabelsFrom",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","insideBase","insideEnd","outsideEnd"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"from"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"from"}},[r])}};e.ChartNavigatorSeriesLabelsFrom=c;var p=c;e.ChartNavigatorSeriesLabelsFromVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesLabelsToVue3=e.ChartNavigatorSeriesLabelsTo=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorSeriesLabelsTo",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","insideBase","insideEnd","outsideEnd"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"to"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"to"}},[r])}};e.ChartNavigatorSeriesLabelsTo=c;var p=c;e.ChartNavigatorSeriesLabelsToVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesNotesLabelVue3=e.ChartNavigatorSeriesNotesLabel=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorSeriesNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"label"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"label"}},[r])}};e.ChartNavigatorSeriesNotesLabel=c;var p=c;e.ChartNavigatorSeriesNotesLabelVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesNotesIconVue3=e.ChartNavigatorSeriesNotesIcon=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorSeriesNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"icon"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"icon"}},[r])}};e.ChartNavigatorSeriesNotesIcon=c;var p=c;e.ChartNavigatorSeriesNotesIconVue3=p},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0})},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=r(11);Object.defineProperty(e,"AxisLabelClickEvent",{enumerable:!0,get:function(){return i.AxisLabelClickEvent}});var n=r(13);Object.defineProperty(e,"DragEndEvent",{enumerable:!0,get:function(){return n.DragEndEvent}});var o=r(12);Object.defineProperty(e,"DragEvent",{enumerable:!0,get:function(){return o.DragEvent}});var a=r(14);Object.defineProperty(e,"DragStartEvent",{enumerable:!0,get:function(){return a.DragStartEvent}});var s=r(16);Object.defineProperty(e,"LegendItemClickEvent",{enumerable:!0,get:function(){return s.LegendItemClickEvent}});var u=r(15);Object.defineProperty(e,"LegendItemHoverEvent",{enumerable:!0,get:function(){return u.LegendItemHoverEvent}});var l=r(17);Object.defineProperty(e,"NavigatorFilterEvent",{enumerable:!0,get:function(){return l.NavigatorFilterEvent}});var c=r(18);Object.defineProperty(e,"NoteClickEvent",{enumerable:!0,get:function(){return c.NoteClickEvent}});var p=r(19);Object.defineProperty(e,"NoteHoverEvent",{enumerable:!0,get:function(){return p.NoteHoverEvent}});var h=r(20);Object.defineProperty(e,"PlotAreaClickEvent",{enumerable:!0,get:function(){return h.PlotAreaClickEvent}});var f=r(21);Object.defineProperty(e,"PlotAreaHoverEvent",{enumerable:!0,get:function(){return f.PlotAreaHoverEvent}});var d=r(22);Object.defineProperty(e,"RenderEvent",{enumerable:!0,get:function(){return d.RenderEvent}});var v=r(24);Object.defineProperty(e,"SelectEndEvent",{enumerable:!0,get:function(){return v.SelectEndEvent}});var g=r(23);Object.defineProperty(e,"SelectEvent",{enumerable:!0,get:function(){return g.SelectEvent}});var y=r(25);Object.defineProperty(e,"SelectStartEvent",{enumerable:!0,get:function(){return y.SelectStartEvent}});var m=r(26);Object.defineProperty(e,"SeriesClickEvent",{enumerable:!0,get:function(){return m.SeriesClickEvent}});var b=r(27);Object.defineProperty(e,"SeriesHoverEvent",{enumerable:!0,get:function(){return b.SeriesHoverEvent}});var x=r(29);Object.defineProperty(e,"ZoomEndEvent",{enumerable:!0,get:function(){return x.ZoomEndEvent}});var C=r(28);Object.defineProperty(e,"ZoomEvent",{enumerable:!0,get:function(){return C.ZoomEvent}});var _=r(30);Object.defineProperty(e,"ZoomStartEvent",{enumerable:!0,get:function(){return _.ZoomStartEvent}})},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0})},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.exportVisual=e.findPaneByName=e.findPaneByIndex=e.findAxisByName=void 0;e.findAxisByName=function(t,e){if(t&&null!==t.chartInstance())return t.chartInstance().findAxisByName(e)};e.findPaneByIndex=function(t,e){if(t&&null!==t.chartInstance())return t.chartInstance().findPaneByIndex(e)};e.findPaneByName=function(t,e){if(t&&null!==t.chartInstance())return t.chartInstance().findPaneByName(e)};e.exportVisual=function(t,e){if(void 0===e&&(e={}),t&&null!==t.chartInstance())return t.chartInstance().exportVisual(e)}},function(t,e,r){"use strict";r.r(e),r.d(e,"Popup",(function(){return jt})),r.d(e,"PopupVue3",(function(){return Pt}));var i=r(2),n=function(t){if(!t)return 0;var e=t.ownerDocument.defaultView.getComputedStyle(t),r=parseFloat(e.marginTop),i=parseFloat(e.marginBottom);return t.offsetHeight+r+i},o=function(t){if(!t)return 0;var e=t.ownerDocument.defaultView.getComputedStyle(t),r=parseFloat(e.marginLeft),i=parseFloat(e.marginRight);return t.offsetWidth+r+i},a={"animation-container":"k-animation-container","animation-container-relative":"k-animation-container-relative","animation-container-fixed":"k-animation-container-fixed","push-right-enter":"k-push-right-enter","push-right-appear":"k-push-right-appear","push-right-enter-active":"k-push-right-enter-active","push-right-appear-active":"k-push-right-appear-active","push-right-exit":"k-push-right-exit","push-right-exit-active":"k-push-right-exit-active","push-left-enter":"k-push-left-enter","push-left-appear":"k-push-left-appear","push-left-enter-active":"k-push-left-enter-active","push-left-appear-active":"k-push-left-appear-active","push-left-exit":"k-push-left-exit","push-left-exit-active":"k-push-left-exit-active","push-down-enter":"k-push-down-enter","push-down-appear":"k-push-down-appear","push-down-enter-active":"k-push-down-enter-active","push-down-appear-active":"k-push-down-appear-active","push-down-exit":"k-push-down-exit","push-down-exit-active":"k-push-down-exit-active","push-up-enter":"k-push-up-enter","push-up-appear":"k-push-up-appear","push-up-enter-active":"k-push-up-enter-active","push-up-appear-active":"k-push-up-appear-active","push-up-exit":"k-push-up-exit","push-up-exit-active":"k-push-up-exit-active",expand:"k-expand","expand-vertical-enter":"k-expand-vertical-enter","expand-vertical-appear":"k-expand-vertical-appear","expand-vertical-enter-active":"k-expand-vertical-enter-active","expand-vertical-appear-active":"k-expand-vertical-appear-active","expand-vertical-exit":"k-expand-vertical-exit","expand-vertical-exit-active":"k-expand-vertical-exit-active","expand-horizontal-enter":"k-expand-horizontal-enter","expand-horizontal-appear":"k-expand-horizontal-appear","expand-horizontal-enter-active":"k-expand-horizontal-enter-active","expand-horizontal-appear-active":"k-expand-horizontal-appear-active","expand-horizontal-exit":"k-expand-horizontal-exit","expand-horizontal-exit-active":"k-expand-horizontal-exit-active","child-animation-container":"k-child-animation-container","fade-enter":"k-fade-enter","fade-appear":"k-fade-appear","fade-enter-active":"k-fade-enter-active","fade-appear-active":"k-fade-appear-active","fade-exit":"k-fade-exit","fade-exit-active":"k-fade-exit-active","zoom-in-enter":"k-zoom-in-enter","zoom-in-appear":"k-zoom-in-appear","zoom-in-enter-active":"k-zoom-in-enter-active","zoom-in-appear-active":"k-zoom-in-appear-active","zoom-in-exit":"k-zoom-in-exit","zoom-in-exit-active":"k-zoom-in-exit-active","zoom-out-enter":"k-zoom-out-enter","zoom-out-appear":"k-zoom-out-appear","zoom-out-enter-active":"k-zoom-out-enter-active","zoom-out-appear-active":"k-zoom-out-appear-active","zoom-out-exit":"k-zoom-out-exit","zoom-out-exit-active":"k-zoom-out-exit-active","slide-in-appear":"k-slide-in-appear",centered:"k-centered","slide-in-appear-active":"k-slide-in-appear-active","slide-down-enter":"k-slide-down-enter","slide-down-appear":"k-slide-down-appear","slide-down-enter-active":"k-slide-down-enter-active","slide-down-appear-active":"k-slide-down-appear-active","slide-down-exit":"k-slide-down-exit","slide-down-exit-active":"k-slide-down-exit-active","slide-up-enter":"k-slide-up-enter","slide-up-appear":"k-slide-up-appear","slide-up-enter-active":"k-slide-up-enter-active","slide-up-appear-active":"k-slide-up-appear-active","slide-up-exit":"k-slide-up-exit","slide-up-exit-active":"k-slide-up-exit-active","slide-right-enter":"k-slide-right-enter","slide-right-appear":"k-slide-right-appear","slide-right-enter-active":"k-slide-right-enter-active","slide-right-appear-active":"k-slide-right-appear-active","slide-right-exit":"k-slide-right-exit","slide-right-exit-active":"k-slide-right-exit-active","slide-left-enter":"k-slide-left-enter","slide-left-appear":"k-slide-left-appear","slide-left-enter-active":"k-slide-left-enter-active","slide-left-appear-active":"k-slide-left-appear-active","slide-left-exit":"k-slide-left-exit","slide-left-exit-active":"k-slide-left-exit-active","reveal-vertical-enter":"k-reveal-vertical-enter","reveal-vertical-appear":"k-reveal-vertical-appear","reveal-vertical-enter-active":"k-reveal-vertical-enter-active","reveal-vertical-appear-active":"k-reveal-vertical-appear-active","reveal-vertical-exit":"k-reveal-vertical-exit","reveal-vertical-exit-active":"k-reveal-vertical-exit-active","reveal-horizontal-enter":"k-reveal-horizontal-enter","reveal-horizontal-appear":"k-reveal-horizontal-appear","reveal-horizontal-enter-active":"k-reveal-horizontal-enter-active","reveal-horizontal-appear-active":"k-reveal-horizontal-appear-active","reveal-horizontal-exit":"k-reveal-horizontal-exit","reveal-horizontal-exit-active":"k-reveal-horizontal-exit-active"},s=r(1),u=function(){return(u=Object.assign||function(t){for(var e,r=1,i=arguments.length;r<i;r++)for(var n in e=arguments[r])Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t}).apply(this,arguments)},l=function(t,e){var r={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(r[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var n=0;for(i=Object.getOwnPropertySymbols(t);n<i.length;n++)e.indexOf(i[n])<0&&Object.prototype.propertyIsEnumerable.call(t,i[n])&&(r[i[n]]=t[i[n]])}return r},c=i,p=c.h,h=c.ref,f=c.Transition,d=a,v={props:{in:Boolean,transitionName:{type:String,required:!0},transitionStyle:Object,componentChildClassName:[Array],className:String,appear:{type:Boolean,default:!0},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:Number,transitionExitDuration:Number,mountOnEnter:Boolean,unmountOnExit:Boolean,animationEnteringStyle:Object,animationEnteredStyle:Object,animationExitingStyle:Object,animationExitedStyle:Object},created:function(){this.animationStep=""},setup:p?function(){return{v3:!!p,elementRef:h(null)}}:void 0,mounted:function(){this._element=this.v3?this.elementRef||null:this.$refs.element||null},computed:{element:{get:function(){return this._element}}},methods:{onBeforeEnter:function(t){this.$emit("beforeenter",{animatedElement:t,target:this})},onEnter:function(t){this.animationStep="entering",this.$emit("entering",{animatedElement:t,target:this})},onAfterEnter:function(t){this.animationStep="entered",this.$emit("entered",{animatedElement:t,target:this})},onBeforeLeave:function(t){this.$emit("exit",{animatedElement:t,target:this})},onLeave:function(t){this.animationStep="exiting",this.$emit("exiting",{animatedElement:t,target:this})},onAfterLeave:function(t){this.animationStep="exited",this.$emit("exited",{animatedElement:t,target:this})}},render:function(t){var e=this,r=p||t,i=this.$props,n=i.appear,o=i.enter,a=i.exit,c=i.transitionName,h=i.transitionEnterDuration,v=i.transitionExitDuration,g=(i.className,i.componentChildClassName),y=(i.mountOnEnter,i.unmountOnExit,i.animationEnteringStyle),m=i.animationEnteredStyle,b=i.animationExitingStyle,x=i.animationExitedStyle,C=(l(i,["appear","enter","exit","transitionName","transitionEnterDuration","transitionExitDuration","className","componentChildClassName","mountOnEnter","unmountOnExit","animationEnteringStyle","animationEnteredStyle","animationExitingStyle","animationExitedStyle"]),Object(s.getDefaultSlots)(this)),_=this.v3?n:!!C,O=this.v3?f:"transition",S=[g,d["child-animation-container"]],w=o?h:0,j=a?v:0,P=[u({transitionDelay:"0ms",transitionDuration:_?w+"ms":j+"ms"},this.$props.transitionStyle),{entering:u({transitionDuration:w+"ms"},y),entered:u({},m),exiting:u({transitionDuration:j+"ms"},b),exited:u({},x)}[this.animationStep]],A={enter:w,leave:j},k=[_?r("div",{style:P,class:S,ref:this.v3?function(t){e.elementRef=t}:"element"},[C]):null];return r(O,{duration:A,attrs:this.v3?null:{duration:A,name:c,appear:n,appearClass:d[c+"-appear"]||c+"-appear",appearToClass:d[c+"-appear-active"]||c+"-appear-active",enterClass:d[c+"-enter"]||c+"-enter",enterToClass:d[c+"-enter-active"]||c+"-enter-active",leaveClass:d[c+"-exit"]||c+"-exit",leaveToClass:d[c+"-exit-active"]||c+"-exit-active"},name:c,appear:n,appearFromClass:d[c+"-appear"]||c+"-appear",enterFromClass:d[c+"-enter"]||c+"-enter",leaveFromClass:d[c+"-exit"]||c+"-exit",appearToClass:d[c+"-appear-active"]||c+"-appear-active",enterToClass:d[c+"-enter-active"]||c+"-enter-active",leaveToClass:d[c+"-exit-active"]||c+"-exit-active",onBeforeEnter:this.onBeforeEnter,on:this.v3?null:{beforeEnter:this.onBeforeEnter,enter:this.onEnter,afterEnter:this.onAfterEnter,beforeLeave:this.onBeforeLeave,leave:this.onLeave,afterLeave:this.onAfterLeave},onEnter:this.onEnter,onAfterEnter:this.onAfterEnter,onBeforeLeave:this.onBeforeLeave,onLeave:this.onLeave,onAfterLeave:this.onAfterLeave},this.v3?function(){return k}:k)}},g={name:"@progress/kendo-vue-animation",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1635148180,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"},y=function(t,e){var r={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(r[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var n=0;for(i=Object.getOwnPropertySymbols(t);n<i.length;n++)e.indexOf(i[n])<0&&Object.prototype.propertyIsEnumerable.call(t,i[n])&&(r[i[n]]=t[i[n]])}return r},m=i.h,b=a,x={props:{childFactory:Object,className:String,tag:String,id:String,animationEnteringStyle:Object,animationExitingStyle:Object,componentChildClassName:[Array],transitionName:{type:String,required:!0},appear:{type:Boolean,default:!0},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:{type:Number},transitionExitDuration:{type:Number}},methods:{onEntering:function(t){this.$emit("entering",t)},onEnter:function(t){this.$emit("enter",t)},onEntered:function(t){this.$emit("entered",t)},onExit:function(t){this.$emit("exit",t)},onExiting:function(t){this.$emit("exiting",t)},onExited:function(t){this.$emit("exited",t)}},setup:m?function(){return{v3:!!m}}:void 0,created:function(){Object(s.validatePackage)(g)},render:function(t){var e=m||t,r=Object(s.getDefaultSlots)(this),i=this.$props,n=(i.id,i.tag,i.className),o=(i.childFactory,i.stackChildren,i.componentChildStyle,i.componentChildClassName,y(i,["id","tag","className","childFactory","stackChildren","componentChildStyle","componentChildClassName"]),[b["animation-container"],b["animation-container-relative"],n]);return e("div",{id:this.$props.id,attrs:this.v3?void 0:{id:this.$props.id},class:o},[e(v,{key:"some",appear:this.$props.appear,attrs:this.v3?void 0:{appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionName:this.$props.transitionName,componentChildClassName:this.$props.componentChildClassName,animationEnteringStyle:this.$props.animationEnteringStyle,animationExitingStyle:this.$props.animationExitingStyle,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},enter:this.$props.enter,exit:this.$props.exit,transitionName:this.$props.transitionName,componentChildClassName:this.$props.componentChildClassName,onBeforeenter:this.onEnter,on:this.v3?void 0:{beforeenter:this.onEnter,entering:this.onEntering,entered:this.onEntered,exit:this.onExit,exiting:this.onExiting,exited:this.onExited},onEntering:this.onEntering,onEntered:this.onEntered,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited,animationEnteringStyle:this.$props.animationEnteringStyle,animationExitingStyle:this.$props.animationExitingStyle,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},this.v3?function(){return[r]}:[r])])}},C=i.h,_=(Boolean,Boolean,Boolean,function(t,e){var r={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(r[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var n=0;for(i=Object.getOwnPropertySymbols(t);n<i.length;n++)e.indexOf(i[n])<0&&Object.prototype.propertyIsEnumerable.call(t,i[n])&&(r[i[n]]=t[i[n]])}return r}),O=i.h,S=(Boolean,Boolean,Boolean,i.h),w={position:"absolute",top:"0",left:"0"},j=(Boolean,Boolean,Boolean,function(t,e){var r={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(r[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var n=0;for(i=Object.getOwnPropertySymbols(t);n<i.length;n++)e.indexOf(i[n])<0&&Object.prototype.propertyIsEnumerable.call(t,i[n])&&(r[i[n]]=t[i[n]])}return r}),P=i.h,A={props:{appear:{type:Boolean,default:!1},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:{type:Number,default:300},transitionExitDuration:{type:Number,default:300},componentChildClassName:[Array],childFactory:Object,className:String,direction:{type:String,default:"down"},tag:String,id:String},methods:{onEntering:function(t){this.$emit("entering",t)},onEnter:function(t){this.$emit("enter",t)},onEntered:function(t){this.$emit("entered",t)},onExit:function(t){this.$emit("exit",t)},onExiting:function(t){this.$emit("exiting",t)},onExited:function(t){this.$emit("exited",t)}},setup:P?function(){return{v3:!!P}}:void 0,render:function(t){var e=P||t,r=Object(s.getDefaultSlots)(this),i=this.$props,n=(i.direction,j(i,["direction"]),"slide-"+this.$props.direction);return e(x,{transitionName:n,attrs:this.v3?void 0:{transitionName:n,componentChildClassName:this.$props.componentChildClassName,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},componentChildClassName:this.$props.componentChildClassName,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,onEnter:this.onEnter,on:this.v3?void 0:{enter:this.onEnter,entering:this.onEntering,entered:this.onEntered,exit:this.onExit,exiting:this.onExiting,exited:this.onExited},onEntering:this.onEntering,onEntered:this.onEntered,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},this.v3?function(){return[r]}:[r])}},k=i.h,V={position:"absolute",top:"0",left:"0"},T=(Boolean,Boolean,Boolean,Boolean,function(t,e){var r={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(r[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var n=0;for(i=Object.getOwnPropertySymbols(t);n<i.length;n++)e.indexOf(i[n])<0&&Object.prototype.propertyIsEnumerable.call(t,i[n])&&(r[i[n]]=t[i[n]])}return r}),M=i.h,N=function(){},L=(Boolean,Boolean,Boolean,"bottom"),I="center",E="middle",B="left",D="right",R="top",z=function(t){var e=t.anchorRect,r=t.anchorAlign,i=t.elementRect,n=t.elementAlign,o=t.margin;void 0===o&&(o={});var a=r.horizontal,s=r.vertical,u=n.horizontal,l=n.vertical,c=o.horizontal||0,p=o.vertical||0,h=e.top,f=e.left;return s===L&&(h+=e.height),s!==I&&s!==E||(h+=Math.round(e.height/2)),l===L&&(h-=i.height,p*=-1),l!==I&&l!==E||(h-=Math.round(i.height/2),p*=-1),a===D&&(f+=e.width),a!==I&&a!==E||(f+=Math.round(e.width/2)),u===D&&(f-=i.width,c*=-1),u!==I&&u!==E||(f-=Math.round(i.width/2),c*=-1),{top:h+p,left:f+c}};function F(t){return t.ownerDocument||t.document||t}var K=function(t){return F(t).defaultView},U=function(t){return F(t).documentElement},H=0;function $(){if(!H&&"undefined"!=typeof document){var t=document.createElement("div");t.style.cssText="overflow:scroll;overflow-x:hidden;zoom:1;clear:both;display:block",t.innerHTML=" ",document.body.appendChild(t),H=t.offsetWidth-t.scrollWidth,document.body.removeChild(t)}return H}function G(t){var e=K(t),r=U(t),i={height:e.innerHeight,width:e.innerWidth};return r.scrollHeight-r.clientHeight>0&&(i.width-=$()),i}var X=function(t){if(!t.getBoundingClientRect){var e=G(t);return{bottom:e.height,left:0,right:e.width,top:0}}var r=t.getBoundingClientRect();return{bottom:r.bottom,left:r.left,right:r.right,top:r.top}},Y=function(t){for(var e=t.offsetParent;e&&"static"===e.style.position;)e=e.offsetParent;return e||U(t)},W=function(t){return Y(t)===t.ownerDocument.body},q=function(t){var e=t.getBoundingClientRect(),r=e.left,i=e.top;return e.height||e.width||(e=function(t){var e=t.style,r=e.display,i=e.left,n=e.position;t.style.display="",t.style.left="-10000px",t.style.position="absolute";var o=t.getBoundingClientRect();return t.style.display=r,t.style.left=i,t.style.position=n,o}(t)),{top:i,left:r,height:e.height,width:e.width}},Z=function(t,e){for(var r=[],i=t.parentNode;i&&(r.push(i),i!==e);)i=i.parentNode;return r};function Q(t){var e=U(t),r=K(t);return{x:r.pageXOffset||e.scrollLeft||0,y:r.pageYOffset||e.scrollTop||0}}var J=function(t){return t===(t.ownerDocument||{}).body?Q(t):{x:t.scrollLeft,y:t.scrollTop}};var tt=function(t,e){var r=K(t),i=r.getComputedStyle(t),n=q(t),o=e||Y(t),a=t.ownerDocument,s=o!==a.body&&o!==a.documentElement,u={top:0,left:0};if("fixed"!==i.position&&s){var l=r.getComputedStyle(o);(u=q(o)).top+=parseInt(l.borderTopWidth,10),u.left+=parseInt(l.borderLeftWidth,10)}return{top:n.top-u.top,left:n.left-u.left,height:n.height,width:n.width}},et=function(t,e){return t?J(t):function(t){var e=Y(t);return e?J(e):{x:0,y:0}}(e)};var rt="fit",it="flip",nt=function(t,e,r){var i=0;return t+e>r&&(i=r-(t+e)),t<0&&(i=-t),i},ot=function(t){var e=t.offset,r=t.size,i=t.anchorSize,n=t.viewPortSize,o=t.anchorAlignPoint,a=t.elementAlignPoint,s=0,u=2*t.margin;if(a!==o&&!(a===I||a===E)&&!(o===I||o===E)){var l=o===R||o===B;e<0&&l?e+(s=r+i+u)+r>n&&(s=0):e>=0&&!l&&(e+r>n&&(s+=-(i+r+u)),e+s<0&&(s=0))}return s},at=function(t){var e=t.anchorRect,r=t.anchorAlign,i=t.elementRect,n=t.elementAlign,o=t.collisions,a=t.viewPort,s=t.margin;void 0===s&&(s={});var u=i.top,l=i.left,c=i.height,p=i.width,h=a.height,f=a.width,d=s.horizontal||0,v=s.vertical||0,g=0,y=0,m=o.horizontal===it,b=o.vertical===it;o.vertical===rt&&(y+=nt(u,c,h)),o.horizontal===rt&&(g+=nt(l,p,f)),b&&(y+=ot({margin:v,offset:u,size:c,anchorSize:e.height,viewPortSize:h,anchorAlignPoint:r.vertical,elementAlignPoint:n.vertical})),m&&(g+=ot({margin:d,offset:l,size:p,anchorSize:e.width,viewPortSize:f,anchorAlignPoint:r.horizontal,elementAlignPoint:n.horizontal}));var x=m&&0!==g,C=b&&0!==y;return{flipped:x||C,flip:{horizontal:x,vertical:C},offset:{left:g,top:y}}},st=function(t){for(var e=[],r=t.parentNode.firstElementChild;r;)r!==t&&e.push(r),r=r.nextElementSibling;return e},ut=function(t,e){for(var r,i,n=Z(t),o=e;o&&(r=st(o),!(i=n.reduce((function(t,e){return t.concat(r.filter((function(t){return t===e})))}),[])[0]));)o=o.parentElement;return i};var lt=function(t,e){return t||{height:0,left:e.left,top:e.top,width:0}},ct=function(){return"undefined"!=typeof document&&!!document.body},pt=function(){return"undefined"!=typeof window},ht=/auto|scroll/,ft=function(t){var e=window.getComputedStyle(t);return""+e.overflow+e.overflowX+e.overflowY},dt=function(){if(!ct())return!1;var t=document.createElement("div");if(t.style.transform="matrix(10, 0, 0, 10, 0, 0)",t.innerHTML="<div>child</div>",document.body.appendChild(t),t&&t.firstChild){var e=t.firstChild;e.style.position="fixed",e.style.top="10px"}var r=10!==t.children[0].getBoundingClientRect().top;return document.body.removeChild(t),r}(),vt="fit",gt="flip",yt="left",mt="bottom",bt="top",xt=function(){function t(t){this._dom=t}return t.prototype.alignElement=function(t){var e=t.anchor,r=t.element,i=t.anchorAlign,n=t.elementAlign,o=t.offset,a=!this._dom.hasOffsetParent(r)?this.absoluteRect(e,r,o):this.relativeRect(e,r,o);return this._dom.align({anchorAlign:i,anchorRect:a,elementAlign:n,elementRect:this._dom.offset(r)})},t.prototype.absoluteRect=function(t,e,r){var i=this._dom,n=function(t,e){return e?{height:t.height,left:t.left-e.left,top:t.top-e.top,width:t.width}:t}(lt(i.offset(t),r),i.stackingElementOffset(e)),o=i.stackingElementScroll(e),a=i.addScroll(n,o),s=this.elementScrollPosition(t,e),u=i.removeScroll(a,s);return u.left+=window.scrollX||window.pageXOffset,u.top+=window.scrollY||window.pageYOffset,u},t.prototype.elementScrollPosition=function(t,e){return t?{x:0,y:0}:this._dom.scrollPosition(e)},t.prototype.relativeRect=function(t,e,r){return lt(this._dom.position(t,e),r)},t}(),Ct=function(){function t(){}return t.prototype.addOffset=function(t,e){return{left:t.left+e.left,top:t.top+e.top}},t.prototype.align=function(t){return z(t)},t.prototype.boundingOffset=function(t){return X(t)},t.prototype.getWindow=function(){return pt()?window:null},t.prototype.isBodyOffset=function(t){return W(t)},t.prototype.hasOffsetParent=function(t){if(!t)return!1;var e=t.offsetParent;return e&&!("BODY"===e.nodeName&&"static"===window.getComputedStyle(e).position)},t.prototype.offset=function(t){return t?q(t):null},t.prototype.staticOffset=function(t){if(!t)return null;var e=t.style,r=e.left,i=e.top;t.style.left="0px",t.style.top="0px";var n=q(t);return t.style.left=r,t.style.top=i,n},t.prototype.position=function(t,e){return t&&e?function(t,e,r){void 0===r&&(r=1);var i=e?Y(e):null,n=tt(t,i),o=n.top,a=n.left,s=n.height,u=n.width,l=et(i,t),c=l.x,p=l.y,h=t.ownerDocument,f=i===h.body||i===h.documentElement?1:r;return{top:o+p*f,left:a+c*f,height:s,width:u}}(t,ut(t,e)):null},t.prototype.relativeOffset=function(t,e){return r=this.offset(t),i=e,n=this.isBodyOffset(t),o=r.top,a=r.left,n&&(a=0,o=0),{top:o+i.top,left:a+i.left,height:r.height,width:r.width};var r,i,n,o,a},t.prototype.addScroll=function(t,e){return function(t,e){return{top:t.top+e.y,left:t.left+e.x,height:t.height,width:t.width}}(t,e)},t.prototype.removeScroll=function(t,e){return function(t,e){return{top:t.top-e.y,left:t.left-e.x,height:t.height,width:t.width}}(t,e)},t.prototype.restrictToView=function(t){return at(t)},t.prototype.scrollPosition=function(t){return Q(t)},t.prototype.scrollableParents=function(t){return function(t){var e=[];if(!ct()||!pt())return e;for(var r=t.parentElement;r;)ht.test(ft(r))&&e.push(r),r=r.parentElement;return e.push(window),e}(t)},t.prototype.stackingElementOffset=function(t){var e=this.getRelativeContextElement(t);return e?q(e):null},t.prototype.stackingElementScroll=function(t){var e=this.getRelativeContextElement(t);return e?{x:e.scrollLeft,y:e.scrollTop}:{x:0,y:0}},t.prototype.stackingElementViewPort=function(t){var e=this.getRelativeContextElement(t);return e?{height:e.scrollHeight,width:e.scrollWidth}:null},t.prototype.getRelativeContextElement=function(t){if(!t||!dt)return null;for(var e=t.parentElement;e;){if("none"!==window.getComputedStyle(e).transform)return e;e=e.parentElement}return null},t.prototype.useRelativePosition=function(t){return!!this.getRelativeContextElement(t)},t.prototype.windowViewPort=function(t){return G(t)},t.prototype.zIndex=function(t,e){return function(t,e){if(!t||!ct()||!pt())return null;var r=ut(t,e);if(!r)return null;var i=[t].concat(Z(t,r)).reduce((function(t,e){var r=e.style.zIndex||window.getComputedStyle(e).zIndex,i=parseInt(r,10);return i>t?i:t}),0);return i?i+1:null}(t,e)},t.prototype.zoomLevel=function(){return ct()&&pt()?parseFloat((document.documentElement.clientWidth/window.innerWidth).toFixed(2)):1},t.prototype.isZoomed=function(){return this.zoomLevel()>1},t}(),_t=function(){function t(t){this._dom=t}return t.prototype.positionElement=function(t){var e,r,i=t.anchor,n=t.currentLocation,o=t.element,a=t.anchorAlign,s=t.elementAlign,u=t.collisions,l=this._dom,c=t.viewPort||l.stackingElementViewPort(o)||l.windowViewPort(o),p=lt(l.offset(i),n),h=(e=l.staticOffset(o),(r=n)?{height:e.height,left:r.left,top:r.top,width:e.width}:e),f=this.elementRect(o,h),d=l.restrictToView({anchorAlign:a,anchorRect:p,collisions:u,elementAlign:s,elementRect:f,viewPort:c});return{flipped:d.flipped,offset:l.addOffset(h,d.offset)}},t.prototype.elementRect=function(t,e){return this._dom.removeScroll(e,this._dom.scrollPosition(t))},t}(),Ot={name:"@progress/kendo-vue-popup",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1635148200,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"},St=i.h,wt={left:-1e3,top:0},jt={name:"Popup",props:{appendTo:{type:String,default:""},anchor:{type:String,default:""},className:String,id:String,popupClass:String,collision:{type:Object,default:function(){return{horizontal:vt,vertical:gt}}},anchorAlign:{type:Object,default:function(){return{horizontal:yt,vertical:mt}}},popupAlign:{type:Object,default:function(){return{horizontal:yt,vertical:bt}}},offset:{type:Object,default:function(){return wt}},show:{type:Boolean,default:!1},animate:{type:[Boolean,Object],default:function(){return!0}},direction:{type:String,default:"down"},transition:{type:String,default:"expand"}},data:function(){return{hasMounted:!1}},created:function(){Object(s.validatePackage)(Ot),this.mountedAppendTo=void 0,this.mountedAnchor=void 0,this._initiallyMountedContent=void 0,this._flipped=!1,this._offsetTop=0,this._offsetLeft=-1e3,this._exitingAnimation=!1,this._prevShow=!1,this._prevShow=this.$props.show,this._domService=new Ct,this._alignService=new xt(this._domService),this._positionService=new _t(this._domService),this.reposition=function(t,e,r){var i,n,o,a;void 0===r&&(r={});var s=0;r=r||{};var u=function(){s=!1===r.leading?0:(new Date).getTime(),i=null,a=t.apply(n,o),i||(n=o=null)};return function(){var l=(new Date).getTime();s||!1!==r.leading||(s=l);var c=e-(l-s);return n=this,o=arguments,c<=0||c>e?(i&&(clearTimeout(i),i=null),s=l,a=t.apply(n,o),i||(n=o=null)):i||!1===r.trailing||(i=setTimeout(u,c)),a}}(this.reposition.bind(this),1e3/60)},setup:St?function(){return{v3:!!St}}:void 0,mounted:function(){s.canUseDOM&&(this.mountedAppendTo=this.$props.appendTo?this.getParentRef(this.$props.appendTo):document.body,this.mountedAnchor=this.$props.anchor?this.getParentRef(this.$props.anchor):document.body),this._parentElement=this.$el.parentElement,this._initiallyMountedContent=this.$el.cloneNode(!0),this.hasMounted=!0,this.mountedAppendTo.appendChild(this.$el)},updated:function(){this._prevShow=this.$props.show},destroyed:St?void 0:function(){this.detachRepositionHandlers()},beforeDestroy:St?void 0:function(){this._parentElement&&this._parentElement.appendChild(this.$el)},unmounted:function(){this.detachRepositionHandlers()},beforeUnmount:function(){this._parentElement&&this._parentElement.appendChild(this.$el)},methods:{onOpened:function(){var t=this.$el;this.$props.show&&t.classList.add("k-animation-container-shown"),this.attachRepositionHandlers(t),this.$emit("open",{target:this})},onClosing:function(){this.$props.show||this.$el.classList.remove("k-animation-container-shown");this.detachRepositionHandlers()},onClosed:function(){this._exitingAnimation&&(this._exitingAnimation=!1,this.$forceUpdate()),this.$emit("close",{target:this})},transitionDuration:function(){var t=this.$props.animate,e=0,r=0;return t&&(!0===t?e=r=void 0:(e=t.openDuration,r=t.closeDuration)),{transitionEnterDuration:e,transitionExitDuration:r}},getParentRef:function(t){for(var e=this.$parent;!e.$refs[t];){if(e&&e.kendoAnchorRef)return e.kendoAnchorRef;if(!(e=e.$parent)&&s.canUseDOM)return document.body}return e.$refs[t].$el||e.$refs[t]},position:function(t,e,r){var i=t.anchorAlign,n=t.popupAlign,o=t.collision,a=t.offset,s=r?this.v3?this.mountedAnchor:this.getParentRef(r):document.body,u=this._alignService.alignElement({anchor:r?s:void 0,element:e,elementAlign:n,anchorAlign:i,offset:a});return this._positionService.positionElement({anchor:s,anchorAlign:i,collisions:o,element:e,currentLocation:u,elementAlign:n})},calculatePosition:function(t,e){if(!e||!pt()||!s.canUseDOM)return{flipped:!1,offset:t.offset};var r=Object(s.getDefaultSlots)(this),i=document.createElement("div"),n=this.$el&&this.$el.firstChild&&this.$el.firstChild.firstChild?this.$el.firstChild.firstChild.cloneNode(!0):null,o=n&&n.getBoundingClientRect?n:this._initiallyMountedContent;if(o)i.appendChild(o);else{var a=this.v3?r&&r[0].props?r[0].props.class:"":r&&r[0].data?r[0].data.staticClass:"",u=this.v3?this.$props.popupClass?this.$props.popupClass:"":r&&r[0].data?r[0].data.class:"";i.innerHTML='<div class="k-animation-container k-animation-container-relative">\t\n <div class="k-popup k-animation-container k-animation-container-relative">\n <div class="'+a+" "+u+'" >\n </div>\t\n </div>\t\n </div>'}if(e.appendChild(i),i&&i.firstChild){var l=i.firstChild;l.style.position="absolute",l.style.visibility="hidden",l.style.display="block",l.style.left="-1000",l.style.top="0";var c=this.v3?r&&r[0].props?r[0].props.style:{}:r[0].data?r[0].data.style:{};if(c)for(var p=0,h=Object.entries(c);p<h.length;p++){var f=h[p],d=f[0],v=f[1];l.style[d]=v}}var g=this.position(t,i.firstChild,this.$props.anchor);return i.parentNode.removeChild(i),g},attachRepositionHandlers:function(t){var e=this;this.detachRepositionHandlers(),this._scrollableParents=this._domService.scrollableParents(this.$props.anchor?this.mountedAnchor:t),this._scrollableParents.map((function(t){return t.addEventListener("scroll",e.reposition)})),window.addEventListener("resize",this.reposition)},detachRepositionHandlers:function(){var t=this;this._scrollableParents&&(this._scrollableParents.map((function(e){return e.removeEventListener("scroll",t.reposition)})),this._scrollableParents=void 0),window.removeEventListener("resize",this.reposition)},reposition:function(){this.$forceUpdate()}},render:function(t){var e=St||t,r=this.$props,i=r.className,n=r.popupClass,o=r.show,a=r.id,u=Object(s.getDefaultSlots)(this),l=this.v3||o?u:null,c=pt()?this.$props.appendTo?this.mountedAppendTo||this.getParentRef(this.$props.appendTo):document.body:void 0;if(this.$props.show){var p=this.calculatePosition(this.$props,c);this._offsetLeft=p.offset.left,this._offsetTop=p.offset.top,this._flipped=!!p.flipped}var h=this._flipped?"up":"down",f=this.transitionDuration(),d=f.transitionEnterDuration,v=f.transitionExitDuration;return this._exitingAnimation=this._exitingAnimation||this._prevShow&&!o,this.hasMounted?o||this._exitingAnimation&&c?e(A,{id:a,attrs:this.v3?void 0:{id:a,componentChildClassName:[n,"k-popup"],className:i,direction:h,transitionEnterDuration:d,transitionExitDuration:v,appear:o},componentChildClassName:[n,"k-popup"],className:i,onEntered:this.onOpened,on:this.v3?void 0:{entered:this.onOpened,exiting:this.onClosing,exited:this.onClosed},onExiting:this.onClosing,onExited:this.onClosed,direction:h,style:{position:"absolute",top:this._offsetTop+"px",left:this._offsetLeft+"px"},transitionEnterDuration:d,transitionExitDuration:v,appear:o},this.v3?function(){return[l]}:[l]):null:e("div",{style:{display:"none"},class:i},[e("div",{class:[n,"k-popup"]},[u])])}},Pt=jt}])}));
|
|
1
|
+
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("@progress/kendo-drawing"),require("vue"),require("@progress/kendo-licensing"),require("@progress/kendo-vue-intl")):"function"==typeof define&&define.amd?define(["@progress/kendo-drawing","vue","@progress/kendo-licensing","@progress/kendo-vue-intl"],e):"object"==typeof exports?exports.KendoVueCharts=e(require("@progress/kendo-drawing"),require("vue"),require("@progress/kendo-licensing"),require("@progress/kendo-vue-intl")):t.KendoVueCharts=e(t.KendoDrawing,t.Vue,t.KendoLicensing,t.KendoVueIntl)}(window,(function(t,e,r,i){return function(t){var e={};function r(i){if(e[i])return e[i].exports;var n=e[i]={i:i,l:!1,exports:{}};return t[i].call(n.exports,n,n.exports,r),n.l=!0,n.exports}return r.m=t,r.c=e,r.d=function(t,e,i){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:i})},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.t=function(t,e){if(1&e&&(t=r(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(r.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var n in t)r.d(i,n,function(e){return t[e]}.bind(null,n));return i},r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,"a",e),e},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.p="",r(r.s=33)}([function(e,r){e.exports=t},function(t,e,r){"use strict";r.r(e),r.d(e,"classNames",(function(){return i})),r.d(e,"guid",(function(){return n})),r.d(e,"Keys",(function(){return o})),r.d(e,"noop",(function(){return A})),r.d(e,"getListeners",(function(){return I})),r.d(e,"hasListener",(function(){return L})),r.d(e,"canUseDOM",(function(){return a})),r.d(e,"focusFirstFocusableChild",(function(){return s})),r.d(e,"clone",(function(){return S})),r.d(e,"Draggable",(function(){return _})),r.d(e,"cloneArray",(function(){return P})),r.d(e,"cloneValue",(function(){return j})),r.d(e,"cloneObject",(function(){return w})),r.d(e,"cloneDate",(function(){return O})),r.d(e,"getTemplate",(function(){return R})),r.d(e,"templateRendering",(function(){return D})),r.d(e,"getTabIndex",(function(){return F})),r.d(e,"getDefaultSlots",(function(){return b})),r.d(e,"isRtl",(function(){return K})),r.d(e,"getter",(function(){return T})),r.d(e,"setter",(function(){return N})),r.d(e,"validatePackage",(function(){return H}));var i=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return t.filter((function(t){return!0!==t&&!!t})).map((function(t){return Array.isArray(t)?i.apply(void 0,t):"object"==typeof t?Object.keys(t).map((function(e,r){return t[r]||t[e]&&e||null})).filter((function(t){return null!==t})).join(" "):t})).filter((function(t){return!!t})).join(" ")},n=function(){var t,e,r="";for(t=0;t<32;t++)e=16*Math.random()|0,8!==t&&12!==t&&16!==t&&20!==t||(r+="-"),r+=(12===t?4:16===t?3&e|8:e).toString(16);return r},o={backspace:8,tab:9,enter:13,shift:16,esc:27,space:32,pageUp:33,pageDown:34,end:35,home:36,left:37,up:38,right:39,down:40,delete:46},a=Boolean("undefined"!=typeof window&&window.document&&window.document.createElement),s=function(t){if(t){var e=t.querySelectorAll('input, [tabindex]:not([tabindex="-1"])');e.length&&e[0].focus&&e[0].focus()}},u=r(2),l=function(t,e){return function(r){return e(t(r))}},c=function(t,e,r){return t.addEventListener&&t.addEventListener(e,r)},p=function(t,e,r){return t&&t.removeEventListener&&t.removeEventListener(e,r)},h=function(){},f=function(t){return t.preventDefault()},d=/touch/;function v(t){return t.type.match(d)?{pageX:t.changedTouches[0].pageX,pageY:t.changedTouches[0].pageY,clientX:t.changedTouches[0].clientX,clientY:t.changedTouches[0].clientY,type:t.type,originalEvent:t,isTouch:!0}:{pageX:t.pageX,pageY:t.pageY,clientX:t.clientX,clientY:t.clientY,offsetX:t.offsetX,offsetY:t.offsetY,type:t.type,ctrlKey:t.ctrlKey,shiftKey:t.shiftKey,altKey:t.altKey,originalEvent:t}}var g=function(t){var e=this,r=t.press;void 0===r&&(r=h);var i=t.drag;void 0===i&&(i=h);var n=t.release;void 0===n&&(n=h);var o=t.mouseOnly;void 0===o&&(o=!1),this._pressHandler=l(v,r),this._dragHandler=l(v,i),this._releaseHandler=l(v,n),this._ignoreMouse=!1,this._mouseOnly=o,this._touchstart=function(t){1===t.touches.length&&e._pressHandler(t)},this._touchmove=function(t){1===t.touches.length&&e._dragHandler(t)},this._touchend=function(t){0===t.touches.length&&1===t.changedTouches.length&&(e._releaseHandler(t),e._ignoreMouse=!0,setTimeout(e._restoreMouse,2e3))},this._restoreMouse=function(){e._ignoreMouse=!1},this._mousedown=function(t){var r=t.which;r&&r>1||e._ignoreMouse||(c(document,"mousemove",e._mousemove),c(document,"mouseup",e._mouseup),e._pressHandler(t))},this._mousemove=function(t){e._dragHandler(t)},this._mouseup=function(t){p(document,"mousemove",e._mousemove),p(document,"mouseup",e._mouseup),e._releaseHandler(t)},this._pointerdown=function(t){t.isPrimary&&0===t.button&&(c(document,"pointermove",e._pointermove),c(document,"pointerup",e._pointerup),c(document,"pointercancel",e._pointerup),c(document,"contextmenu",f),e._pressHandler(t))},this._pointermove=function(t){t.isPrimary&&e._dragHandler(t)},this._pointerup=function(t){t.isPrimary&&(p(document,"pointermove",e._pointermove),p(document,"pointerup",e._pointerup),p(document,"pointercancel",e._pointerup),p(document,"contextmenu",f),e._releaseHandler(t))}};g.supportPointerEvent=function(){return"undefined"!=typeof window&&window.PointerEvent},g.prototype.bindTo=function(t){t!==this._element&&(this._element&&this._unbindFromCurrent(),this._element=t,this._bindToCurrent())},g.prototype._bindToCurrent=function(){var t=this._element;this._usePointers()?c(t,"pointerdown",this._pointerdown):(c(t,"mousedown",this._mousedown),this._mouseOnly||(c(t,"touchstart",this._touchstart),c(t,"touchmove",this._touchmove),c(t,"touchend",this._touchend)))},g.prototype._unbindFromCurrent=function(){var t=this._element;if(this._usePointers())return p(t,"pointerdown",this._pointerdown),p(document,"pointermove",this._pointermove),p(document,"pointerup",this._pointerup),p(document,"contextmenu",f),void p(document,"pointercancel",this._pointerup);p(t,"mousedown",this._mousedown),this._mouseOnly||(p(t,"touchstart",this._touchstart),p(t,"touchmove",this._touchmove),p(t,"touchend",this._touchend))},g.prototype._usePointers=function(){return!this._mouseOnly&&g.supportPointerEvent()},g.prototype.update=function(t){var e=t.press;void 0===e&&(e=h);var r=t.drag;void 0===r&&(r=h);var i=t.release;void 0===i&&(i=h);var n=t.mouseOnly;void 0===n&&(n=!1),this._pressHandler=l(v,e),this._dragHandler=l(v,r),this._releaseHandler=l(v,i),this._mouseOnly=n},g.prototype.destroy=function(){this._unbindFromCurrent(),this._element=null},g.default=g;var y,m=g;function b(t){var e=t.$slots.default;return t.v3&&e&&"function"==typeof e?e():e}function x(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var C=u.h,_=(x(y={emits:{press:null,drag:null,release:null},inheritAttrs:!1,created:function(){this.element=null,this.draggable=new m({press:this.press,drag:this.drag,release:this.release})},setup:C?function(){return{v3:!!C}}:void 0,mounted:function(){this.$el&&(this.element=3===this.$el.nodeType?this.$el.nextElementSibling:this.$el,this.draggable.bindTo(this.element))},destroyed:C?void 0:function(){this.draggable.destroy()},unmounted:function(){this.draggable.destroy()},methods:{press:function(t){this.element&&this.$emit("press",t,this.element)},drag:function(t){this.element&&this.$emit("drag",t,this.element)},release:function(t){this.element&&this.$emit("release",t,this.element)}}},"setup",C?function(){return{v3:!!C}}:void 0),x(y,"render",(function(t){return b(this)})),y),O=function(t){return t?new Date(t.getTime()):null};function S(t){var e={};return w(t,e),e}function w(t,e){for(var r in t)if(t.hasOwnProperty(r)){var i=t[r];e[r]=j(i,e[r])}}function j(t,e){if(Array.isArray(t))return P(t);if(t instanceof Date)return O(t);if(t&&"object"==typeof t){var r=e||{};return w(t,r),r}return t}function P(t){return t.map((function(t){return j(t,void 0)}))}var A=function(){},k=/\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g,V={};function T(t){if(V[t])return V[t];var e=[];return t.replace(k,(function(t,r,i,n){e.push(void 0!==r?r:i||n)})),V[t]=function(t){for(var r=t,i=0;i<e.length&&r;i++)r=r[e[i]];return r},V[t]}V.undefined=function(){};var M={};function N(t){if(M[t])return M[t];var e=[];return t.replace(k,(function(t,r,i,n){e.push(void 0!==r?r:i||n)})),M[t]=function(t,r){for(var i=t,n=e.length-1,o=0;o<n&&i;o++)i=i[e[o]]=i[e[o]]||{};i[e[n]]=r},M[t]}function L(t){return this.v3?Object.keys(this.$attrs).map((function(t){return t.toLowerCase()})).some((function(e){return e.endsWith(t.toLowerCase())})):this.$listeners[t]}function I(){if(this.v3){var t={};for(var e in this.$attrs)e.startsWith("on")&&(t[e]=this.$attrs[e]);return t}return this.$listeners}M.undefined=function(t){return t};var E=function(){return(E=Object.assign||function(t){for(var e,r=1,i=arguments.length;r<i;r++)for(var n in e=arguments[r])Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t}).apply(this,arguments)},B=u.h;function D(t,e){if(t){var r=B?this.$slots[t]||(t.toLowerCase?this.$slots[t.toLowerCase()]:null):this.$scopedSlots[t]||(t.toLowerCase?this.$scopedSlots[t.toLowerCase()]:null);return"string"==typeof t&&r?{type:"slot",render:r,listeners:e}:"string"==typeof t||"object"==typeof t||"function"==typeof t&&t.component?{type:"component",render:t,listeners:e}:{type:"renderFunction",render:t,listeners:e}}}function R(t){var e,r,i,n=t.h,o=t.template,a=t.defaultRendering,s=t.defaultSlots,u=t.additionalProps,l=t.additionalListeners,c=t.swapDefaultSlots;if(!o)return a;if(B){var p=a?a.props:{};e=E(E({},z(l)),o.listeners),r=E(E(E({},p),u),e),i=E(E({},r),e)}else{var h=a&&a.componentOptions,f=h?a.componentOptions.listeners:{},d=h?a.componentOptions.propsData:{};e=E(E(E(E({},f),l),z(l)),o.listeners),i={props:r=E(E(E({},d),u),e),on:e}}if("slot"===o.type){var v=o.render({props:r,listeners:e,methods:e,defaultSlots:s});return v?v[0]:void 0}return"renderFunction"===o.type?c?o.render(n,a,s,r,e):o.render(n,a,r,e,s):n(o.render,i,B?function(){return[s]}:[s])}function z(t){if(!t)return t;for(var e={},r=Object.keys(t),i=0;i<r.length;i++){var n=r[i];e["on"+n.charAt(0).toUpperCase()+n.slice(1)]=t[n]}return e}var F=function(t,e,r){var i="string"==typeof t?parseInt(t,void 0):t;if(NaN!==i)return void 0!==i?i:e?r?void 0:-1:0};function K(t){return Boolean(a&&t&&"rtl"===getComputedStyle(t).direction)}var U=r(10);function H(t){if(void 0!==U)U.validatePackage(t);else{var e="License activation failed for "+t.name+"\n";e+="The @progress/kendo-licensing script is not loaded.\n",e+="See "+t.licensingDocsUrl+" for more information.\n",console.warn(e)}}},function(t,r){t.exports=e},function(t,e,r){"use strict";var i=function(){return(i=Object.assign||function(t){for(var e,r=1,i=arguments.length;r<i;r++)for(var n in e=arguments[r])Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t}).apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.removeUndefinedProps=e.toggle=e.validateChildren=e.hasParent=void 0,e.hasParent=function(t,e){for(var r=t;r&&r!==e;)r=r.parentNode;return!!r},e.removeUndefinedProps=function(t){var e=i({},t);return Object.keys(e).forEach((function(t){void 0===e[t]&&delete e[t],"dataItems"===t&&(e.data=e[t],delete e[t]),"lineStyle"===t&&e[t]&&(e.style=e[t],delete e[t])})),e},e.validateChildren=function(t,e,r,i){var n=t[e];if(n&&Array.isArray(n))for(var o=0,a=n;o<a.length;o++){var s=a[o];if(!s.type||s.type!==i)return new Error(r+" children should be Array of type "+i.displayName+".")}return null};e.toggle=function(t){return void 0!==t&&!t}},function(t,e,r){"use strict";var i=function(){return(i=Object.assign||function(t){for(var e,r=1,i=arguments.length;r<i;r++)for(var n in e=arguments[r])Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t}).apply(this,arguments)},n=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},o=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},a=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&n(e,t,r);return o(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ConfigurationVue3=e.Configuration=void 0;var s=a(r(2)),u=s.h,l=(s.ref,r(1)),c={name:"KendoConfiguration",props:{chartKey:String,config:{type:Object,default:function(){return{}}}},data:function(){return{childState:{},index:null}},provide:function(){return{addChild:this.addChildOption,removeChild:this.removeChildOption,childOption:!0}},inject:{childOption:{default:null},addChild:{default:l.noop},removeChild:{default:l.noop},child:{default:{}},parentKey:{default:null},chartCollection:{default:null},dispatchOptions:{default:null},childrenObserver:{default:null}},created:function(){this.currentIndex=void 0,this.uid=l.guid(),this.addChild&&this.addChild({chartKey:this.$props.chartKey,payload:Object.assign({},this.$props.config),uid:this.uid})},mounted:function(){this.dispatch()},watch:{config:function(t,e){JSON.stringify(t)!==JSON.stringify(e)&&this.dispatch()}},destroyed:function(){if(this.removeChild){this.removeChild({uid:this.uid});var t=this.$props,e=t.chartKey,r=t.parentStore;t.config;(r||this.dispatchOptions)({chartKey:e,parentKey:this.parentKey,chartCollectionIdxKey:this.chartCollection+"_",uid:this.uid})}},setup:u?function(){return{v3:!!u}}:void 0,render:function(t){return(u||t)("div",[l.getDefaultSlots(this)])},methods:{addChildOption:function(t){var e;this.childState=i(i({},this.childState),((e={})[t.chartKey]=t.payload,e)),this.dispatch()},removeChildOption:function(){this.childState={}},dispatch:function(){var t=this,e=this.$props,r=e.chartKey,i=e.parentStore,n=e.config,o=i||this.dispatchOptions;this.childOption?this.addChild({chartKey:r,payload:Object.assign({},n,this.childState)}):this.chartCollection?(this.currentIndex=this.child.collection.findIndex((function(e){return e.uid===t.uid})),o({chartKey:r,parentKey:this.parentKey,chartCollectionIdxKey:this.chartCollection+"_"+this.currentIndex,payload:Object.assign({},n,{uid:this.uid},this.childState)})):o({chartKey:r,payload:Object.assign({},n,this.childState)})}}};e.Configuration=c;var p=c;e.ConfigurationVue3=p},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.BaseEvent=void 0;var i=function(t){this.target=t};e.BaseEvent=i},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.PreventableEvent=void 0;var o=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.prevented=!1,e}return n(e,t),e.prototype.preventDefault=function(){this.prevented=!0},e.prototype.isDefaultPrevented=function(){return this.prevented},e}(r(5).BaseEvent);e.PreventableEvent=o},function(t,e,r){"use strict";r.r(e),r.d(e,"autoMajorUnit",(function(){return Yt})),r.d(e,"Point",(function(){return Wt})),r.d(e,"Box",(function(){return Zt})),r.d(e,"Ring",(function(){return Jt})),r.d(e,"Sector",(function(){return te})),r.d(e,"ShapeBuilder",(function(){return re})),r.d(e,"ShapeElement",(function(){return ue})),r.d(e,"ChartElement",(function(){return ne})),r.d(e,"BoxElement",(function(){return ae})),r.d(e,"RootElement",(function(){return he})),r.d(e,"FloatElement",(function(){return de})),r.d(e,"Text",(function(){return ye})),r.d(e,"TextBox",(function(){return xe})),r.d(e,"Title",(function(){return _e})),r.d(e,"AxisLabel",(function(){return Se})),r.d(e,"Axis",(function(){return Ve})),r.d(e,"Note",(function(){return je})),r.d(e,"CategoryAxis",(function(){return Qe})),r.d(e,"DateCategoryAxis",(function(){return sr})),r.d(e,"DateValueAxis",(function(){return gr})),r.d(e,"NumericAxis",(function(){return dr})),r.d(e,"LogarithmicAxis",(function(){return xr})),r.d(e,"PolarAxis",(function(){return wr})),r.d(e,"RadarCategoryAxis",(function(){return Or})),r.d(e,"RadarNumericAxis",(function(){return kr})),r.d(e,"RadarLogarithmicAxis",(function(){return Tr})),r.d(e,"CurveProcessor",(function(){return Nr})),r.d(e,"Gradients",(function(){return le})),r.d(e,"rectToBox",(function(){return me})),r.d(e,"ChartAxis",(function(){return Lr})),r.d(e,"ChartPane",(function(){return Br})),r.d(e,"ChartPlotArea",(function(){return Dr})),r.d(e,"findAxisByName",(function(){return Ir})),r.d(e,"Aggregates",(function(){return Fr})),r.d(e,"AreaChart",(function(){return Ni})),r.d(e,"AreaSegment",(function(){return ki})),r.d(e,"AxisGroupRangeTracker",(function(){return Li})),r.d(e,"Bar",(function(){return Ri})),r.d(e,"BarChart",(function(){return Xi})),r.d(e,"BarLabel",(function(){return Ei})),r.d(e,"BoxPlotChart",(function(){return rn})),r.d(e,"BoxPlot",(function(){return tn})),r.d(e,"BubbleChart",(function(){return pn})),r.d(e,"Bullet",(function(){return vn})),r.d(e,"BulletChart",(function(){return yn})),r.d(e,"CandlestickChart",(function(){return Qi})),r.d(e,"Candlestick",(function(){return Wi})),r.d(e,"CategoricalChart",(function(){return ci})),r.d(e,"CategoricalErrorBar",(function(){return ai})),r.d(e,"CategoricalPlotArea",(function(){return _o})),r.d(e,"Chart",(function(){return ps})),r.d(e,"ChartContainer",(function(){return wn})),r.d(e,"ClipAnimation",(function(){return Si})),r.d(e,"ClusterLayout",(function(){return Ui})),r.d(e,"Crosshair",(function(){return On})),r.d(e,"CrosshairTooltip",(function(){return Cn})),r.d(e,"DefaultAggregates",(function(){return Zn})),r.d(e,"DonutChart",(function(){return da})),r.d(e,"DonutPlotArea",(function(){return va})),r.d(e,"DonutSegment",(function(){return ha})),r.d(e,"ErrorBarBase",(function(){return oi})),r.d(e,"ErrorRangeCalculator",(function(){return Xr})),r.d(e,"Highlight",(function(){return So})),r.d(e,"SharedTooltip",(function(){return Ho})),r.d(e,"Legend",(function(){return Io})),r.d(e,"LegendItem",(function(){return No})),r.d(e,"LegendLayout",(function(){return Mo})),r.d(e,"LineChart",(function(){return Ai})),r.d(e,"LinePoint",(function(){return di})),r.d(e,"LineSegment",(function(){return gi})),r.d(e,"Pane",(function(){return An})),r.d(e,"PieAnimation",(function(){return Wo})),r.d(e,"PieChart",(function(){return la})),r.d(e,"PieChartMixin",(function(){return aa})),r.d(e,"PiePlotArea",(function(){return ca})),r.d(e,"PieSegment",(function(){return oa})),r.d(e,"PlotAreaBase",(function(){return Gn})),r.d(e,"PlotAreaEventsMixin",(function(){return Xn})),r.d(e,"PlotAreaFactory",(function(){return Bo})),r.d(e,"PointEventsMixin",(function(){return pi})),r.d(e,"RangeBar",(function(){return Jn})),r.d(e,"RangeBarChart",(function(){return eo})),r.d(e,"RangeAreaPoint",(function(){return no})),r.d(e,"RangeAreaChart",(function(){return co})),r.d(e,"ScatterChart",(function(){return sn})),r.d(e,"ScatterErrorBar",(function(){return nn})),r.d(e,"ScatterLineChart",(function(){return Zo})),r.d(e,"Selection",(function(){return Fo})),r.d(e,"SeriesAggregator",(function(){return Wn})),r.d(e,"SeriesBinder",(function(){return Hr})),r.d(e,"SplineSegment",(function(){return Ci})),r.d(e,"SplineAreaSegment",(function(){return Mi})),r.d(e,"StackWrap",(function(){return $i})),r.d(e,"Tooltip",(function(){return Ko})),r.d(e,"OHLCChart",(function(){return ho})),r.d(e,"OHLCPoint",(function(){return po})),r.d(e,"WaterfallChart",(function(){return go})),r.d(e,"WaterfallSegment",(function(){return vo})),r.d(e,"XYPlotArea",(function(){return ta})),r.d(e,"MousewheelZoom",(function(){return To})),r.d(e,"ZoomSelection",(function(){return Vo})),r.d(e,"Pannable",(function(){return Ao})),r.d(e,"anyHasZIndex",(function(){return wi})),r.d(e,"appendIfNotNull",(function(){return kn})),r.d(e,"areNumbers",(function(){return qi})),r.d(e,"bindSegments",(function(){return Tn})),r.d(e,"categoriesCount",(function(){return ui})),r.d(e,"countNumbers",(function(){return Rr})),r.d(e,"equalsIgnoreCase",(function(){return Mn})),r.d(e,"evalOptions",(function(){return si})),r.d(e,"filterSeriesByType",(function(){return Nn})),r.d(e,"getDateField",(function(){return Ln})),r.d(e,"getField",(function(){return Kr})),r.d(e,"hasGradientOverlay",(function(){return Bi})),r.d(e,"hasValue",(function(){return on})),r.d(e,"isDateAxis",(function(){return In})),r.d(e,"segmentVisible",(function(){return Vn})),r.d(e,"singleItemOrArray",(function(){return En})),r.d(e,"createOutOfRangePoints",(function(){return zn})),r.d(e,"ChartService",(function(){return q})),r.d(e,"DomEventsBuilder",(function(){return Q})),r.d(e,"FormatService",(function(){return G})),r.d(e,"IntlService",(function(){return K})),r.d(e,"TemplateService",(function(){return et})),r.d(e,"Sparkline",(function(){return ms})),r.d(e,"Navigator",(function(){return js})),r.d(e,"NavigatorHint",(function(){return _s})),r.d(e,"StockChart",(function(){return As})),r.d(e,"constants",(function(){return i})),r.d(e,"Gauge",(function(){return zs})),r.d(e,"LinearGauge",(function(){return cu})),r.d(e,"LinearPointer",(function(){return Zs})),r.d(e,"ArrowLinearPointer",(function(){return ru})),r.d(e,"BarLinearPointer",(function(){return su})),r.d(e,"LinearScale",(function(){return Xs})),r.d(e,"RadialGauge",(function(){return Pu})),r.d(e,"RadialPointer",(function(){return Su})),r.d(e,"RadialScale",(function(){return yu})),r.d(e,"ArcGauge",(function(){return Lu})),r.d(e,"RangePointer",(function(){return Nu})),r.d(e,"ArcScale",(function(){return ku})),r.d(e,"CircularGauge",(function(){return Iu})),r.d(e,"Barcode",(function(){return _l})),r.d(e,"addClass",(function(){return C})),r.d(e,"removeClass",(function(){return O})),r.d(e,"alignPathToPixel",(function(){return w})),r.d(e,"clockwise",(function(){return j})),r.d(e,"convertableToNumber",(function(){return k})),r.d(e,"deepExtend",(function(){return M})),r.d(e,"elementStyles",(function(){return B})),r.d(e,"getSpacing",(function(){return D})),r.d(e,"getTemplate",(function(){return rt})),r.d(e,"getter",(function(){return ot})),r.d(e,"grep",(function(){return at})),r.d(e,"hasClasses",(function(){return st})),r.d(e,"HashMap",(function(){return lt})),r.d(e,"inArray",(function(){return ct})),r.d(e,"interpolateValue",(function(){return pt})),r.d(e,"InstanceObserver",(function(){return ft})),r.d(e,"isArray",(function(){return x})),r.d(e,"isFunction",(function(){return V})),r.d(e,"isNumber",(function(){return P})),r.d(e,"isObject",(function(){return N})),r.d(e,"isString",(function(){return A})),r.d(e,"map",(function(){return dt})),r.d(e,"mousewheelDelta",(function(){return vt})),r.d(e,"FontLoader",(function(){return Nt})),r.d(e,"setDefaultOptions",(function(){return Lt})),r.d(e,"sparseArrayLimits",(function(){return It})),r.d(e,"styleValue",(function(){return L})),r.d(e,"find",(function(){return Et})),r.d(e,"elementScale",(function(){return zt})),r.d(e,"autoTextColor",(function(){return Ft})),r.d(e,"createHashSet",(function(){return Xt})),r.d(e,"append",(function(){return yt})),r.d(e,"bindEvents",(function(){return mt})),r.d(e,"Class",(function(){return S.Class})),r.d(e,"defined",(function(){return bt})),r.d(e,"deg",(function(){return xt})),r.d(e,"elementOffset",(function(){return Ct})),r.d(e,"elementSize",(function(){return _t})),r.d(e,"eventElement",(function(){return Ot})),r.d(e,"eventCoordinates",(function(){return St})),r.d(e,"last",(function(){return wt})),r.d(e,"limitValue",(function(){return jt})),r.d(e,"logToConsole",(function(){return S.logToConsole})),r.d(e,"objectKey",(function(){return Pt})),r.d(e,"rad",(function(){return At})),r.d(e,"round",(function(){return kt})),r.d(e,"unbindEvents",(function(){return Vt})),r.d(e,"valueOrDefault",(function(){return Tt})),r.d(e,"chartBaseTheme",(function(){return Al}));var i={};r.r(i),r.d(i,"NAVIGATOR_AXIS",(function(){return Ss})),r.d(i,"NAVIGATOR_PANE",(function(){return Os}));var n="arc",o="#000",a="bottom",s="center",u="circle",l="date",c=/\{\d+:?/,p="left",h=Number.MAX_VALUE,f=-Number.MAX_VALUE,d="right",v="top",g="value",y="#fff",m="x",b="y";function x(t){return Array.isArray(t)}function C(t,e){for(var r=x(e)?e:[e],i=0;i<r.length;i++){var n=r[i];-1===t.className.indexOf(n)&&(t.className+=" "+n)}}var _=/\s+/g;function O(t,e){t&&t.className&&(t.className=t.className.replace(e,"").replace(_," "))}var S=r(0);function w(t){var e=.5;t.options.stroke&&S.drawing.util.defined(t.options.stroke.width)&&t.options.stroke.width%2==0&&(e=0);for(var r=0;r<t.segments.length;r++)t.segments[r].anchor().round(0).translate(e,e);return t}function j(t,e){return-t.x*e.y+t.y*e.x<0}function P(t){return"number"==typeof t&&!isNaN(t)}function A(t){return"string"==typeof t}function k(t){return P(t)||A(t)&&isFinite(t)}function V(t){return"function"==typeof t}function T(t,e){for(var r in e){var i=e[r],n=typeof i,o=void 0;if((o="object"===n&&null!==i?i.constructor:null)&&o!==Array)if(i instanceof Date)t[r]=new Date(i.getTime());else if(V(i.clone))t[r]=i.clone();else{var a=t[r];t[r]="object"==typeof a&&a||{},T(t[r],i)}else"undefined"!==n&&(t[r]=i)}return t}function M(t){for(var e=arguments,r=arguments.length,i=1;i<r;i++)T(t,e[i]);return t}function N(t){return"object"==typeof t}function L(t){return P(t)?t+"px":t}var I=/width|height|top|left|bottom|right/i;function E(t){return I.test(t)}function B(t,e){var r=A(e)?[e]:e;if(x(r)){for(var i={},n=window.getComputedStyle(t),o=0;o<r.length;o++){var a=r[o];i[a]=E(a)?parseFloat(n[a]):n[a]}return i}if(N(e))for(var s in e)t.style[s]=L(e[s])}function D(t,e){void 0===e&&(e=0);var r={top:0,right:0,bottom:0,left:0};return"number"==typeof t?r.top=r[d]=r[a]=r[p]=t:(r.top=t.top||e,r[d]=t[d]||e,r[a]=t[a]||e,r[p]=t[p]||e),r}var R={format:function(t,e){return e},toString:function(t){return t},parseDate:function(t){return new Date(t)},firstDay:function(){return 0}},z=function(){},F={implementation:{configurable:!0}};z.register=function(t){R=t},F.implementation.get=function(){return R},Object.defineProperties(z,F);var K=z,U=/\{(\d+)(:[^\}]+)?\}/g,H=function(t){this._intlService=t},$={intl:{configurable:!0}};$.intl.get=function(){return this._intlService||K.implementation},$.intl.set=function(t){this._intlService=t},H.prototype.auto=function(t){for(var e=[],r=arguments.length-1;r-- >0;)e[r]=arguments[r+1];var i=this.intl;return A(t)&&t.match(c)?i.format.apply(i,[t].concat(e)):i.toString(e[0],t)},H.prototype.localeAuto=function(t,e,r){var i=this.intl;return A(t)&&t.match(c)?t.replace(U,(function(t,n,o){var a=e[parseInt(n,10)];return i.toString(a,o?o.substring(1):"",r)})):i.toString(e[0],t,r)},Object.defineProperties(H.prototype,$);var G=H,X=function(t,e){void 0===e&&(e={}),this._intlService=e.intlService,this.sender=e.sender||t,this.format=new G(e.intlService),this.chart=t,this.rtl=Boolean(e.rtl)},Y={intl:{configurable:!0}};Y.intl.get=function(){return this._intlService||K.implementation},Y.intl.set=function(t){this._intlService=t,this.format.intl=t},X.prototype.notify=function(t,e){this.chart&&this.chart.trigger(t,e)},X.prototype.isPannable=function(t){var e=((this.chart||{}).options||{}).pannable;return e&&e.lock!==t},Object.defineProperties(X.prototype,Y);var W,q=X,Z=function(){};Z.register=function(t){W=t},Z.create=function(t,e){if(W)return W.create(t,e)};var Q=Z,J={compile:function(t){return t}},tt=function(){};tt.register=function(t){J=t},tt.compile=function(t){return J.compile(t)};var et=tt;function rt(t){var e;return void 0===t&&(t={}),t.template?t.template=e=et.compile(t.template):V(t.content)&&(e=t.content),e}var it=/\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g,nt={};function ot(t){if(nt[t])return nt[t];var e=[];return t.replace(it,(function(t,r,i,n){e.push(S.drawing.util.defined(r)?r:i||n)})),nt[t]=function(t){for(var r=t,i=0;i<e.length&&r;i++)r=r[e[i]];return r},nt[t]}function at(t,e){for(var r=t.length,i=[],n=0;n<r;n++)e(t[n])&&i.push(t[n]);return i}function st(t,e){if(t.className)for(var r=e.split(" "),i=0;i<r.length;i++)if(-1!==t.className.indexOf(r[i]))return!0}nt[void 0]=function(t){return t};var ut=function(){this._map={}};ut.prototype.get=function(t){return this._map[this._key(t)]},ut.prototype.set=function(t,e){this._map[this._key(t)]=e},ut.prototype._key=function(t){return t instanceof Date?t.getTime():t};var lt=ut;function ct(t,e){if(e)return-1!==e.indexOf(t)}function pt(t,e,r){return S.drawing.util.round(t+(e-t)*r,3)}var ht=function(t,e){this.observer=t,this.handlerMap=M({},this.handlerMap,e)};ht.prototype.trigger=function(t,e){var r,i=this.observer,n=this.handlerMap;return n[t]?r=this.callObserver(n[t],e):i.trigger&&(r=this.callObserver("trigger",t,e)),r},ht.prototype.callObserver=function(t){for(var e=[],r=arguments.length-1;r-- >0;)e[r]=arguments[r+1];return this.observer[t].apply(this.observer,e)},ht.prototype.requiresHandlers=function(t){if(this.observer.requiresHandlers)return this.observer.requiresHandlers(t);for(var e=0;e<t.length;e++)if(this.handlerMap[t[e]])return!0};var ft=ht;function dt(t,e){for(var r=t.length,i=[],n=0;n<r;n++){var o=e(t[n]);S.drawing.util.defined(o)&&i.push(o)}return i}function vt(t){var e=0;return t.wheelDelta&&(e=(e=-t.wheelDelta/120)>0?Math.ceil(e):Math.floor(e)),t.detail&&(e=S.drawing.util.round(t.detail/3)),e}var gt=S.drawing.util,yt=gt.append,mt=gt.bindEvents,bt=gt.defined,xt=gt.deg,Ct=gt.elementOffset,_t=gt.elementSize,Ot=gt.eventElement,St=gt.eventCoordinates,wt=gt.last,jt=gt.limitValue,Pt=gt.objectKey,At=gt.rad,kt=gt.round,Vt=gt.unbindEvents,Tt=gt.valueOrDefault,Mt=function(){};Mt.fetchFonts=function(t,e,r){void 0===r&&(r={depth:0});!t||r.depth>5||!document.fonts||Object.keys(t).forEach((function(i){var n=t[i];"dataSource"!==i&&"$"!==i[0]&&n&&("font"===i?e.push(n):"object"==typeof n&&(r.depth++,Mt.fetchFonts(n,e,r),r.depth--))}))},Mt.loadFonts=function(t,e){var r=[];if(t.length>0&&document.fonts){try{r=t.map((function(t){return document.fonts.load(t)}))}catch(t){Object(S.logToConsole)(t)}Promise.all(r).then(e,e)}else e()},Mt.preloadFonts=function(t,e){var r=[];Mt.fetchFonts(t,r),Mt.loadFonts(r,e)};var Nt=Mt;function Lt(t,e){var r=t.prototype;r.options?r.options=M({},r.options,e):r.options=e}function It(t){for(var e=h,r=f,i=0,n=t.length;i<n;i++){var o=t[i];null!==o&&isFinite(o)&&(e=Math.min(e,o),r=Math.max(r,o))}return{min:e===h?void 0:e,max:r===f?void 0:r}}function Et(t,e){for(var r=0;r<t.length;r++){var i=t[r];if(e(i,r,t))return i}}var Bt=S.geometry.Matrix,Dt=/matrix\((.*)\)/;function Rt(t){var e=getComputedStyle(t).transform;return"none"===e?Bt.unit():function(t){var e=t.match(Dt);if(null===e||2!==e.length)return Bt.unit();var r=e[1].split(",").map((function(t){return parseFloat(t)}));return new(Function.prototype.bind.apply(Bt,[null].concat(r)))}(e)}function zt(t){if(!t)return Bt.unit();for(var e=Rt(t),r=t.parentElement;r;){var i=Rt(r);e=e.multiplyCopy(i),r=r.parentElement}return e.b=e.c=e.e=e.f=0,e}var Ft=function(t){return new S.Color(t).isDark()?y:o},Kt={},Ut=function(t){this._index={},this._values=t?t.slice(0):[];for(var e=0;e<this._values.length;e++)this._index[this._values[e]]=e},Ht={size:{configurable:!0}};Ut.prototype.values=function(){return this._values.filter((function(t){return t!==Kt}))},Ut.prototype.has=function(t){return void 0!==this._index[t]},Ut.prototype.add=function(t){this.has(t)||(this._index[t]=this._values.length,this._values.push(t))},Ut.prototype.delete=function(t){var e=this._index[t];void 0!==e&&(this._values[e]=Kt,delete this._index[t])},Ut.prototype.clear=function(){this._index={},this._values=[]},Ht.size.get=function(){return this._values.length},Object.defineProperties(Ut.prototype,Ht);var $t=function(t){this._set=new Set(t)},Gt={size:{configurable:!0}};function Xt(t){return"function"==typeof Set?new $t(t):new Ut(t)}function Yt(t,e){var r=kt(e-t,9);if(0===r){if(0===e)return.1;r=Math.abs(e)}var i=Math.pow(10,Math.floor(Math.log(r)/Math.log(10))),n=kt(r/i,10);return kt(i*(n<1.904762?.2:n<4.761904?.5:n<9.523809?1:2),10)}$t.prototype.values=function(){return Array.from(this._set)},$t.prototype.has=function(t){return this._set.has(t)},$t.prototype.add=function(t){this._set.add(t)},$t.prototype.delete=function(t){this._set.delete(t)},$t.prototype.clear=function(){this._set.clear()},Gt.size.get=function(){return this._set.size},Object.defineProperties($t.prototype,Gt);var Wt=function(t){function e(e,r){t.call(this),this.x=e||0,this.y=r||0}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.clone=function(){return new e(this.x,this.y)},e.prototype.equals=function(t){return t&&this.x===t.x&&this.y===t.y},e.prototype.rotate=function(t,e){var r=At(e),i=Math.cos(r),n=Math.sin(r),o=t.x,a=t.y,s=this.x,u=this.y;return this.x=kt(o+(s-o)*i+(u-a)*n,3),this.y=kt(a+(u-a)*i-(s-o)*n,3),this},e.prototype.multiply=function(t){return this.x*=t,this.y*=t,this},e.prototype.distanceTo=function(t){var e=this.x-t.x,r=this.y-t.y;return Math.sqrt(e*e+r*r)},e.onCircle=function(t,r,i){var n=At(r);return new e(t.x-i*Math.cos(n),t.y-i*Math.sin(n))},e}(S.Class);function qt(t,e,r,i,n){var o=At(n);return new Wt(r+(t-r)*Math.cos(o)+(e-i)*Math.sin(o),i-(t-r)*Math.sin(o)+(e-i)*Math.cos(o))}var Zt=function(t){function e(e,r,i,n){t.call(this),this.x1=e||0,this.y1=r||0,this.x2=i||0,this.y2=n||0}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.equals=function(t){return this.x1===t.x1&&this.x2===t.x2&&this.y1===t.y1&&this.y2===t.y2},e.prototype.width=function(){return this.x2-this.x1},e.prototype.height=function(){return this.y2-this.y1},e.prototype.translate=function(t,e){return this.x1+=t,this.x2+=t,this.y1+=e,this.y2+=e,this},e.prototype.move=function(t,e){var r=this.height(),i=this.width();return bt(t)&&(this.x1=t,this.x2=this.x1+i),bt(e)&&(this.y1=e,this.y2=this.y1+r),this},e.prototype.wrap=function(t){return this.x1=Math.min(this.x1,t.x1),this.y1=Math.min(this.y1,t.y1),this.x2=Math.max(this.x2,t.x2),this.y2=Math.max(this.y2,t.y2),this},e.prototype.wrapPoint=function(t){var r=x(t),i=r?t[0]:t.x,n=r?t[1]:t.y;return this.wrap(new e(i,n,i,n)),this},e.prototype.snapTo=function(t,e){return e!==m&&e||(this.x1=t.x1,this.x2=t.x2),e!==b&&e||(this.y1=t.y1,this.y2=t.y2),this},e.prototype.alignTo=function(t,e){var r=this.height(),i=this.width(),n=e===v||e===a?b:m,o=n===b?r:i;if(e===s){var u=t.center(),l=this.center();this.x1+=u.x-l.x,this.y1+=u.y-l.y}else this[n+1]=e===v||e===p?t[n+1]-o:t[n+2];return this.x2=this.x1+i,this.y2=this.y1+r,this},e.prototype.shrink=function(t,e){return this.x2-=t,this.y2-=e,this},e.prototype.expand=function(t,e){return this.shrink(-t,-e),this},e.prototype.pad=function(t){var e=D(t);return this.x1-=e.left,this.x2+=e.right,this.y1-=e.top,this.y2+=e.bottom,this},e.prototype.unpad=function(t){var e=D(t);return e.left=-e.left,e.top=-e.top,e.right=-e.right,e.bottom=-e.bottom,this.pad(e)},e.prototype.clone=function(){return new e(this.x1,this.y1,this.x2,this.y2)},e.prototype.center=function(){return new Wt(this.x1+this.width()/2,this.y1+this.height()/2)},e.prototype.containsPoint=function(t){return t.x>=this.x1&&t.x<=this.x2&&t.y>=this.y1&&t.y<=this.y2},e.prototype.points=function(){return[new Wt(this.x1,this.y1),new Wt(this.x2,this.y1),new Wt(this.x2,this.y2),new Wt(this.x1,this.y2)]},e.prototype.getHash=function(){return[this.x1,this.y1,this.x2,this.y2].join(",")},e.prototype.overlaps=function(t){return!(t.y2<this.y1||this.y2<t.y1||t.x2<this.x1||this.x2<t.x1)},e.prototype.rotate=function(t){var e=this.width(),r=this.height(),i=this.center(),n=i.x,o=i.y,a=qt(0,0,n,o,t),s=qt(e,0,n,o,t),u=qt(e,r,n,o,t),l=qt(0,r,n,o,t);return e=Math.max(a.x,s.x,u.x,l.x)-Math.min(a.x,s.x,u.x,l.x),r=Math.max(a.y,s.y,u.y,l.y)-Math.min(a.y,s.y,u.y,l.y),this.x2=this.x1+e,this.y2=this.y1+r,this},e.prototype.toRect=function(){return new S.geometry.Rect([this.x1,this.y1],[this.width(),this.height()])},e.prototype.hasSize=function(){return 0!==this.width()&&0!==this.height()},e.prototype.align=function(t,e,r){var i=e+1,n=e+2,o=e===m?"width":"height",u=this[o]();ct(r,[p,v])?(this[i]=t[i],this[n]=this[i]+u):ct(r,[d,a])?(this[n]=t[n],this[i]=this[n]-u):r===s&&(this[i]=t[i]+(t[o]()-u)/2,this[n]=this[i]+u)},e}(S.Class);function Qt(t,e){return t-e}var Jt=function(t){function e(e,r,i,n,o){t.call(this),this.center=e,this.innerRadius=r,this.radius=i,this.startAngle=n,this.angle=o}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.clone=function(){return new e(this.center,this.innerRadius,this.radius,this.startAngle,this.angle)},e.prototype.middle=function(){return this.startAngle+this.angle/2},e.prototype.setRadius=function(t,e){return e?this.innerRadius=t:this.radius=t,this},e.prototype.point=function(t,e){var r=At(t),i=Math.cos(r),n=Math.sin(r),o=e?this.innerRadius:this.radius,a=kt(this.center.x-i*o,3),s=kt(this.center.y-n*o,3);return new Wt(a,s)},e.prototype.adjacentBox=function(t,e,r){var i=this.clone().expand(t),n=i.middle(),o=i.point(n),a=e/2,s=r/2,u=Math.sin(At(n)),l=Math.cos(At(n)),c=o.x-a,p=o.y-s;return Math.abs(u)<.9&&(c+=a*-l/Math.abs(l)),Math.abs(l)<.9&&(p+=s*-u/Math.abs(u)),new Zt(c,p,c+e,p+r)},e.prototype.containsPoint=function(t){var e=this.center,r=this.innerRadius,i=this.radius,n=this.startAngle,o=this.startAngle+this.angle,a=t.x-e.x,s=t.y-e.y,u=new Wt(a,s),l=this.point(n),c=new Wt(l.x-e.x,l.y-e.y),p=this.point(o),h=new Wt(p.x-e.x,p.y-e.y),f=kt(a*a+s*s,3);return(c.equals(u)||j(c,u))&&!j(h,u)&&f>=r*r&&f<=i*i},e.prototype.getBBox=function(){var t,e=new Zt(h,h,f,f),r=kt(this.startAngle%360),i=kt((r+this.angle)%360),n=this.innerRadius,o=[0,90,180,270,r,i].sort(Qt),a=o.indexOf(r),s=o.indexOf(i);t=r===i?o:a<s?o.slice(a,s+1):[].concat(o.slice(0,s+1),o.slice(a,o.length));for(var u=0;u<t.length;u++){var l=this.point(t[u]);e.wrapPoint(l),e.wrapPoint(l,n)}return n||e.wrapPoint(this.center),e},e.prototype.expand=function(t){return this.radius+=t,this},e}(S.Class),te=function(t){function e(e,r,i,n){t.call(this,e,0,r,i,n)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.expand=function(e){return t.prototype.expand.call(this,e)},e.prototype.clone=function(){return new e(this.center,this.radius,this.startAngle,this.angle)},e.prototype.setRadius=function(t){return this.radius=t,this},e}(Jt),ee=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createRing=function(t,e){var r=t.startAngle+180,i=t.angle+r;t.angle>0&&r===i&&(i+=.001);var n=new S.geometry.Point(t.center.x,t.center.y),o=Math.max(t.radius,0),a=Math.max(t.innerRadius,0),s=new S.geometry.Arc(n,{startAngle:r,endAngle:i,radiusX:o,radiusY:o}),u=S.drawing.Path.fromArc(s,e).close();if(a){s.radiusX=s.radiusY=a;var l=s.pointAt(i);u.lineTo(l.x,l.y),u.arc(i,r,a,a,!0)}else u.lineTo(n.x,n.y);return u},e}(S.Class);ee.current=new ee;var re=ee,ie=function(t){function e(e){t.call(this),this.children=[],this.options=M({},this.options,this.initUserOptions(e))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initUserOptions=function(t){return t},e.prototype.reflow=function(t){for(var e,r=this.children,i=0;i<r.length;i++){var n=r[i];n.reflow(t),e=e?e.wrap(n.box):n.box.clone()}this.box=e||t},e.prototype.destroy=function(){var t=this.children;this.animation&&this.animation.destroy();for(var e=0;e<t.length;e++)t[e].destroy()},e.prototype.getRoot=function(){var t=this.parent;return t?t.getRoot():null},e.prototype.getSender=function(){var t=this.getService();if(t)return t.sender},e.prototype.getService=function(){for(var t=this;t;){if(t.chartService)return t.chartService;t=t.parent}},e.prototype.translateChildren=function(t,e){for(var r=this.children,i=r.length,n=0;n<i;n++)r[n].box.translate(t,e)},e.prototype.append=function(){for(var t=arguments,e=this,r=0;r<arguments.length;r++){var i=t[r];e.children.push(i),i.parent=e}},e.prototype.renderVisual=function(){!1!==this.options.visible&&(this.createVisual(),this.addVisual(),this.renderChildren(),this.createAnimation(),this.renderComplete())},e.prototype.addVisual=function(){this.visual&&(this.visual.chartElement=this,this.parent&&this.parent.appendVisual(this.visual))},e.prototype.renderChildren=function(){for(var t=this.children,e=t.length,r=0;r<e;r++)t[r].renderVisual()},e.prototype.createVisual=function(){this.visual=new S.drawing.Group({zIndex:this.options.zIndex,visible:Tt(this.options.visible,!0)})},e.prototype.createAnimation=function(){this.visual&&this.options.animation&&(this.animation=S.drawing.Animation.create(this.visual,this.options.animation))},e.prototype.appendVisual=function(t){t.chartElement||(t.chartElement=this),t.options.noclip?this.clipRoot().visual.append(t):bt(t.options.zIndex)?this.stackRoot().stackVisual(t):this.isStackRoot?this.stackVisual(t):this.visual?this.visual.append(t):this.parent.appendVisual(t)},e.prototype.clipRoot=function(){return this.parent?this.parent.clipRoot():this},e.prototype.stackRoot=function(){return this.parent?this.parent.stackRoot():this},e.prototype.stackVisual=function(t){var e,r=t.options.zIndex||0,i=this.visual.children,n=i.length;for(e=0;e<n;e++){var o=i[e];if(Tt(o.options.zIndex,0)>r)break}this.visual.insert(e,t)},e.prototype.traverse=function(t){for(var e=this.children,r=e.length,i=0;i<r;i++){var n=e[i];t(n),n.traverse&&n.traverse(t)}},e.prototype.closest=function(t){for(var e=this,r=!1;e&&!r;)(r=t(e))||(e=e.parent);if(r)return e},e.prototype.renderComplete=function(){},e.prototype.hasHighlight=function(){var t=(this.options||{}).highlight;return!(!this.createHighlight||t&&!1===t.visible)},e.prototype.toggleHighlight=function(t,e){var r=this,i=(this.options||{}).highlight||{},n=i.visual,o=this._highlight;if(!o){var a={fill:{color:y,opacity:e||.2},stroke:{color:y,width:1,opacity:e||.2}};if(n){if(!(o=this._highlight=n(Object.assign(this.highlightVisualArgs(),{createVisual:function(){return r.createHighlight(a)},sender:this.getSender(),series:this.series,dataItem:this.dataItem,category:this.category,value:this.value,percentage:this.percentage,runningTotal:this.runningTotal,total:this.total}))))return}else o=this._highlight=this.createHighlight(a);bt(o.options.zIndex)||(o.options.zIndex=Tt(i.zIndex,this.options.zIndex)),this.appendVisual(o)}o.visible(t)},e.prototype.createGradientOverlay=function(t,e,r){var i=new S.drawing.Path(Object.assign({stroke:{color:"none"},fill:this.createGradient(r),closed:t.options.closed},e));return i.segments.elements(t.segments.elements()),i},e.prototype.createGradient=function(t){if(this.parent)return this.parent.createGradient(t)},e.prototype.supportsPointInactiveOpacity=function(){return!0},e}(S.Class);ie.prototype.options={};var ne=ie,oe=function(t){function e(e){t.call(this,e),this.options.margin=D(this.options.margin),this.options.padding=D(this.options.padding)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(e){var r,i=this,n=this.options,o=n.width,a=n.height,s=n.shrinkToFit,u=o&&a,l=n.margin,c=n.padding,p=n.border.width,h=function(){i.align(e,m,n.align),i.align(e,b,n.vAlign),i.paddingBox=r.clone().unpad(l).unpad(p)},f=e.clone();u&&(f.x2=f.x1+o,f.y2=f.y1+a),s&&f.unpad(l).unpad(p).unpad(c),t.prototype.reflow.call(this,f),r=u?this.box=new Zt(0,0,o,a):this.box,s&&u?(h(),f=this.contentBox=this.paddingBox.clone().unpad(c)):(f=this.contentBox=r.clone(),r.pad(c).pad(p).pad(l),h()),this.translateChildren(r.x1-f.x1+l.left+p+c.left,r.y1-f.y1+l.top+p+c.top);for(var d=this.children,v=0;v<d.length;v++){var g=d[v];g.reflow(g.box)}},e.prototype.align=function(t,e,r){this.box.align(t,e,r)},e.prototype.hasBox=function(){var t=this.options;return t.border.width||t.background},e.prototype.createVisual=function(){t.prototype.createVisual.call(this),this.options.visible&&this.hasBox()&&this.visual.append(S.drawing.Path.fromRect(this.paddingBox.toRect(),this.visualStyle()))},e.prototype.visualStyle=function(){var t=this.options,e=t.border||{};return{stroke:{width:e.width,color:e.color,opacity:Tt(e.opacity,t.opacity),dashType:e.dashType},fill:{color:t.background,opacity:t.opacity},cursor:t.cursor}},e}(ne);Lt(oe,{align:p,vAlign:v,margin:{},padding:{},border:{color:o,width:0},background:"",shrinkToFit:!1,width:0,height:0,visible:!0});var ae=oe,se=function(t){function e(e,r){t.call(this,e),this.pointData=r}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getElement=function(){var t=this.options,e=this.paddingBox,r=t.type,i=t.rotation,n=e.center(),o=e.width()/2,a=e.height()/2;if(!t.visible||!this.hasBox())return null;var s,l=this.visualStyle();if(r===u)s=new S.drawing.Circle(new S.geometry.Circle([kt(e.x1+o,3),kt(e.y1+a,3)],Math.min(o,a)),l);else if("triangle"===r)s=S.drawing.Path.fromPoints([[e.x1+o,e.y1],[e.x1,e.y2],[e.x2,e.y2]],l).close();else if("cross"===r)(s=new S.drawing.MultiPath(l)).moveTo(e.x1,e.y1).lineTo(e.x2,e.y2),s.moveTo(e.x1,e.y2).lineTo(e.x2,e.y1);else{var c=e.toRect();if("roundedRect"===r){var p=Tt(t.borderRadius,c.width()/5);c.setCornerRadius(p)}s=S.drawing.Path.fromRect(c,l)}return i&&s.transform(S.geometry.transform().rotate(-i,[n.x,n.y])),s.options.zIndex=t.zIndex,s},e.prototype.createElement=function(){var t=this,e=this.options.visual,r=this.pointData||{};return e?e({value:r.value,dataItem:r.dataItem,sender:this.getSender(),series:r.series,category:r.category,rect:this.paddingBox.toRect(),options:this.visualOptions(),createVisual:function(){return t.getElement()}}):this.getElement()},e.prototype.visualOptions=function(){var t=this.options;return{background:t.background,border:t.border,margin:t.margin,padding:t.padding,type:t.type,size:t.width,visible:t.visible}},e.prototype.createVisual=function(){this.visual=this.createElement()},e}(ae);Lt(se,{type:u,align:s,vAlign:s});var ue=se,le={glass:{type:"linear",rotation:0,stops:[{offset:0,color:y,opacity:0},{offset:.25,color:y,opacity:.3},{offset:1,color:y,opacity:0}]},sharpBevel:{type:"radial",stops:[{offset:0,color:y,opacity:.55},{offset:.65,color:y,opacity:0},{offset:.95,color:y,opacity:.25}]},roundedBevel:{type:"radial",stops:[{offset:.33,color:y,opacity:.06},{offset:.83,color:y,opacity:.2},{offset:.95,color:y,opacity:0}]},roundedGlass:{type:"radial",supportVML:!1,stops:[{offset:0,color:y,opacity:0},{offset:.5,color:y,opacity:.3},{offset:.99,color:y,opacity:0}]},sharpGlass:{type:"radial",supportVML:!1,stops:[{offset:0,color:y,opacity:.2},{offset:.15,color:y,opacity:.15},{offset:.17,color:y,opacity:.35},{offset:.85,color:y,opacity:.05},{offset:.87,color:y,opacity:.15},{offset:.99,color:y,opacity:0}]},bubbleShadow:{type:"radial",center:[.5,.5],radius:.5}};function ce(t,e){if(t.x1===e.x1&&t.y1===e.y1&&t.x2===e.x2&&t.y2===e.y2)return e;var r=Math.min(t.x1,e.x1),i=Math.max(t.x1,e.x1),n=Math.min(t.x2,e.x2),o=Math.max(t.x2,e.x2),a=Math.min(t.y1,e.y1),s=Math.max(t.y1,e.y1),u=Math.min(t.y2,e.y2),l=Math.max(t.y2,e.y2),c=[];return c[0]=new Zt(i,a,n,s),c[1]=new Zt(r,s,i,u),c[2]=new Zt(n,s,o,u),c[3]=new Zt(i,u,n,l),t.x1===r&&t.y1===a||e.x1===r&&e.y1===a?(c[4]=new Zt(r,a,i,s),c[5]=new Zt(n,u,o,l)):(c[4]=new Zt(n,a,o,s),c[5]=new Zt(r,u,i,l)),at(c,(function(t){return t.height()>0&&t.width()>0}))[0]}var pe=function(t){function e(e){t.call(this,e);var r=this.options;r.width=parseInt(r.width,10),r.height=parseInt(r.height,10),this.gradients={}}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(){var t=this.options,e=this.children,r=new Zt(0,0,t.width,t.height);this.box=r.unpad(t.margin);for(var i=0;i<e.length;i++)e[i].reflow(r),r=ce(r,e[i].box)||new Zt},e.prototype.createVisual=function(){this.visual=new S.drawing.Group,this.createBackground()},e.prototype.createBackground=function(){var t=this.options,e=t.border||{},r=this.box.clone().pad(t.margin).unpad(e.width),i=S.drawing.Path.fromRect(r.toRect(),{stroke:{color:e.width?e.color:"",width:e.width,dashType:e.dashType},fill:{color:t.background,opacity:t.opacity},zIndex:-10});this.visual.append(i)},e.prototype.getRoot=function(){return this},e.prototype.createGradient=function(t){var e,r=this.gradients,i=Pt(t),n=le[t.gradient];if(r[i])e=r[i];else{var o=Object.assign({},n,t);"linear"===n.type?e=new S.drawing.LinearGradient(o):(t.innerRadius&&(o.stops=function(t){for(var e=t.stops,r=t.innerRadius/t.radius*100,i=e.length,n=[],o=0;o<i;o++){var a=Object.assign({},e[o]);a.offset=(a.offset*(100-r)+r)/100,n.push(a)}return n}(o)),(e=new S.drawing.RadialGradient(o)).supportVML=!1!==n.supportVML),r[i]=e}return e},e.prototype.cleanGradients=function(){var t=this.gradients;for(var e in t)t[e]._observers=[]},e.prototype.size=function(){var t=this.options;return new Zt(0,0,t.width,t.height)},e}(ne);Lt(pe,{width:600,height:400,background:y,border:{color:o,width:0},margin:D(5),zIndex:-2});var he=pe,fe=function(t){function e(e){t.call(this,e),this._initDirection()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initDirection=function(){var t=this.options;t.vertical?(this.groupAxis=m,this.elementAxis=b,this.groupSizeField="width",this.elementSizeField="height",this.groupSpacing=t.spacing,this.elementSpacing=t.vSpacing):(this.groupAxis=b,this.elementAxis=m,this.groupSizeField="height",this.elementSizeField="width",this.groupSpacing=t.vSpacing,this.elementSpacing=t.spacing)},e.prototype.reflow=function(t){this.box=t.clone(),this.reflowChildren()},e.prototype.reflowChildren=function(){var t=this.box,e=this.elementAxis,r=this.groupAxis,i=this.elementSizeField,n=this.groupSizeField,o=this.groupOptions(),a=o.groups,s=o.groupsSize,u=o.maxGroupElementsSize,l=a.length,c=t[r+1]+this.alignStart(s,t[n]());if(l){for(var p=c,h=0;h<l;h++){for(var f=a[h],d=f.groupElements,v=t[e+1],g=d.length,y=0;y<g;y++){var m=d[y],b=this.elementSize(m),x=p+this.alignStart(b[n],f.groupSize),C=new Zt;C[r+1]=x,C[r+2]=x+b[n],C[e+1]=v,C[e+2]=v+b[i],m.reflow(C),v+=b[i]+this.elementSpacing}p+=f.groupSize+this.groupSpacing}t[r+1]=c,t[r+2]=c+s,t[e+2]=t[e+1]+u}},e.prototype.alignStart=function(t,e){var r=0,i=this.options.align;return i===d||i===a?r=e-t:i===s&&(r=(e-t)/2),r},e.prototype.groupOptions=function(){for(var t=this.box,e=this.children,r=this.elementSizeField,i=this.groupSizeField,n=this.elementSpacing,o=this.groupSpacing,a=kt(t[r]()),s=e.length,u=[],l=0,c=0,p=0,h=0,f=[],d=0;d<s;d++){var v=e[d];v.box||v.reflow(t);var g=this.elementSize(v);this.options.wrap&&kt(c+n+g[r])>a&&(u.push({groupElements:f,groupSize:l,groupElementsSize:c}),h=Math.max(h,c),p+=o+l,l=0,c=0,f=[]),l=Math.max(l,g[i]),c>0&&(c+=n),c+=g[r],f.push(v)}return u.push({groupElements:f,groupSize:l,groupElementsSize:c}),{groups:u,groupsSize:p+=l,maxGroupElementsSize:h=Math.max(h,c)}},e.prototype.elementSize=function(t){return{width:t.box.width(),height:t.box.height()}},e.prototype.createVisual=function(){},e}(ne);Lt(fe,{vertical:!0,wrap:!0,vSpacing:0,spacing:0});var de=fe,ve=S.drawing.Text,ge=function(t){function e(e,r){t.call(this,r),this.content=e,this.reflow(new Zt)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e=this.options,r=e.size=S.drawing.util.measureText(this.content,{font:e.font});this.baseline=r.baseline,this.box=new Zt(t.x1,t.y1,t.x1+r.width,t.y1+r.height)},e.prototype.createVisual=function(){var t=this.options,e=t.font,r=t.color,i=t.opacity,n=t.cursor;this.visual=new ve(this.content,this.box.toRect().topLeft(),{font:e,fill:{color:r,opacity:i},cursor:n})},e}(ne);Lt(ge,{font:"12px sans-serif",color:o});var ye=ge;function me(t){var e=t.origin,r=t.bottomRight();return new Zt(e.x,e.y,r.x,r.y)}var be=/\n/m,xe=function(t){function e(e,r,i){t.call(this,r),this.content=e,this.data=i,this._initContainer(),!1!==this.options._autoReflow&&this.reflow(new Zt)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initContainer=function(){var t=this.options,e=String(this.content).split(be),r=new de({vertical:!0,align:t.align,wrap:!1}),i=M({},t,{opacity:1,animation:null});this.container=r,this.append(r);for(var n=0;n<e.length;n++){var o=new ye(e[n].trim(),i);r.append(o)}},e.prototype.reflow=function(e){var r=this.options,i=r.visual;if(this.container.options.align=r.align,i&&!this._boxReflow){var n=e;n.hasSize()||(this._boxReflow=!0,this.reflow(n),this._boxReflow=!1,n=this.box);var o=this.visual=i(this.visualContext(n));o&&(n=me(o.clippedBBox()||new S.geometry.Rect),o.options.zIndex=r.zIndex),this.box=this.contentBox=this.paddingBox=n}else if(t.prototype.reflow.call(this,e),r.rotation){var a=D(r.margin),s=this.box.unpad(a);this.targetBox=e,this.normalBox=s.clone(),(s=this.rotate()).translate(a.left-a.right,a.top-a.bottom),this.rotatedBox=s.clone(),s.pad(a)}},e.prototype.createVisual=function(){var t=this.options;if(this.visual=new S.drawing.Group({transform:this.rotationTransform(),zIndex:t.zIndex,noclip:t.noclip}),this.hasBox()){var e=S.drawing.Path.fromRect(this.paddingBox.toRect(),this.visualStyle());this.visual.append(e)}},e.prototype.renderVisual=function(){if(this.options.visible)if(this.options.visual){var e=this.visual;e&&!bt(e.options.noclip)&&(e.options.noclip=this.options.noclip),this.addVisual(),this.createAnimation()}else t.prototype.renderVisual.call(this)},e.prototype.visualContext=function(t){var e=this,r={text:this.content,rect:t.toRect(),sender:this.getSender(),options:this.options,createVisual:function(){return e._boxReflow=!0,e.reflow(t),e._boxReflow=!1,e.getDefaultVisual()}};return this.data&&Object.assign(r,this.data),r},e.prototype.getDefaultVisual=function(){this.createVisual(),this.renderChildren();var t=this.visual;return delete this.visual,t},e.prototype.rotate=function(){var t=this.options;return this.box.rotate(t.rotation),this.align(this.targetBox,m,t.align),this.align(this.targetBox,b,t.vAlign),this.box},e.prototype.rotationTransform=function(){var t=this.options.rotation;if(!t)return null;var e=this.normalBox.center(),r=e.x,i=e.y,n=this.rotatedBox.center();return S.geometry.transform().translate(n.x-r,n.y-i).rotate(t,[r,i])},e}(ae),Ce=function(t){function e(e){t.call(this,e),this.append(new xe(this.options.text,Object.assign({},this.options,{vAlign:this.options.position})))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(e){t.prototype.reflow.call(this,e),this.box.snapTo(e,m)},e.buildTitle=function(t,r,i){var n,o=t;return"string"==typeof t&&(o={text:t}),(o=Object.assign({visible:!0},i,o))&&o.visible&&o.text&&(n=new e(o),r.append(n)),n},e}(ne);Lt(Ce,{color:o,position:v,align:s,margin:D(5),padding:D(5)});var _e=Ce,Oe=function(t){function e(e,r,i,n,o){t.call(this,r,o),this.text=r,this.value=e,this.index=i,this.dataItem=n,this.reflow(new Zt)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.visualContext=function(e){var r=t.prototype.visualContext.call(this,e);return r.value=this.value,r.dataItem=this.dataItem,r.format=this.options.format,r.culture=this.options.culture,r},e.prototype.click=function(t,e){t.trigger("axisLabelClick",{element:Ot(e),value:this.value,text:this.text,index:this.index,dataItem:this.dataItem,axis:this.parent.options})},e.prototype.rotate=function(){if(this.options.alignRotation!==s){var e=this.normalBox.toRect(),r=this.rotationTransform();this.box=me(e.bbox(r.matrix()))}else t.prototype.rotate.call(this);return this.box},e.prototype.rotationTransform=function(){var e=this.options,r=e.rotation;if(!r)return null;if(e.alignRotation===s)return t.prototype.rotationTransform.call(this);var i=S.geometry.transform().rotate(r).matrix(),n=this.normalBox.toRect(),o=this.targetBox.toRect(),u=e.rotationOrigin||v,l=u===v||u===a?m:b,c=u===v||u===a?b:m,h=u===v||u===p?o.origin:o.bottomRight(),f=n.topLeft().transformCopy(i),d=n.topRight().transformCopy(i),g=n.bottomRight().transformCopy(i),y=n.bottomLeft().transformCopy(i),x=S.geometry.Rect.fromPoints(f,d,g,y),C={};C[c]=o.origin[c]-x.origin[c];var _,O,w=Math.abs(f[c]+C[c]-h[c]),j=Math.abs(d[c]+C[c]-h[c]);kt(w,10)===kt(j,10)?(_=f,O=d):j<w?(_=d,O=g):(_=f,O=y);var P=_[l]+(O[l]-_[l])/2;return C[l]=o.center()[l]-P,S.geometry.transform().translate(C.x,C.y).rotate(r)},e}(xe);Lt(Oe,{_autoReflow:!1});var Se=Oe,we=function(t){function e(e,r,i){t.call(this,r),this.fields=e,this.chartService=i,this.render()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.hide=function(){this.options.visible=!1},e.prototype.show=function(){this.options.visible=!0},e.prototype.render=function(){var t=this,e=this.options;if(e.visible){var r,i,n=e.label,o=e.icon,a=new Zt,s=function(){return t},l=o.size,c=this.fields.text;if(bt(n)&&n.visible){var p=rt(n);p?c=p(this.fields):n.format&&(c=this.chartService.format.auto(n.format,c)),n.color||(n.color="inside"===n.position?"#fff":o.background),this.label=new xe(c,M({},n)),this.label.aliasFor=s,"inside"!==n.position||bt(l)||(o.type===u?l=Math.max(this.label.box.width(),this.label.box.height()):(r=this.label.box.width(),i=this.label.box.height()),a.wrap(this.label.box))}o.width=r||l||7,o.height=i||l||7;var h=new ue(M({},o));h.aliasFor=s,this.marker=h,this.append(h),this.label&&this.append(this.label),h.reflow(new Zt),this.wrapperBox=a.wrap(h.box)}},e.prototype.reflow=function(t){var e,r,i,n=this.options,o=this.label,s=this.marker,u=this.wrapperBox,l=t.center(),c=n.line.length,h=n.position;n.visible&&(ct(h,[p,d])?h===p?(i=u.alignTo(t,h).translate(-c,t.center().y-u.center().y),n.line.visible&&(e=[t.x1,l.y],this.linePoints=[e,[i.x2,l.y]],r=i.clone().wrapPoint(e))):(i=u.alignTo(t,h).translate(c,t.center().y-u.center().y),n.line.visible&&(e=[t.x2,l.y],this.linePoints=[e,[i.x1,l.y]],r=i.clone().wrapPoint(e))):h===a?(i=u.alignTo(t,h).translate(t.center().x-u.center().x,c),n.line.visible&&(e=[l.x,t.y2],this.linePoints=[e,[l.x,i.y1]],r=i.clone().wrapPoint(e))):(i=u.alignTo(t,h).translate(t.center().x-u.center().x,-c),n.line.visible&&(e=[l.x,t.y1],this.linePoints=[e,[l.x,i.y2]],r=i.clone().wrapPoint(e))),s&&s.reflow(i),o&&(o.reflow(i),s&&("outside"===n.label.position&&o.box.alignTo(s.box,h),o.reflow(o.box))),this.contentBox=i,this.targetBox=t,this.box=r||i)},e.prototype.createVisual=function(){t.prototype.createVisual.call(this),this.visual.options.noclip=this.options.noclip,this.options.visible&&this.createLine()},e.prototype.renderVisual=function(){var e=this,r=this.options,i=r.visual;r.visible&&i?(this.visual=i(Object.assign(this.fields,{sender:this.getSender(),rect:this.targetBox.toRect(),options:{background:r.background,border:r.background,icon:r.icon,label:r.label,line:r.line,position:r.position,visible:r.visible},createVisual:function(){e.createVisual(),e.renderChildren();var t=e.visual;return delete e.visual,t}})),this.addVisual()):t.prototype.renderVisual.call(this)},e.prototype.createLine=function(){var t=this.options.line;if(this.linePoints){var e=S.drawing.Path.fromPoints(this.linePoints,{stroke:{color:t.color,width:t.width,dashType:t.dashType}});w(e),this.visual.append(e)}},e.prototype.click=function(t,e){var r=this.eventArgs(e);t.trigger("noteClick",r)||e.preventDefault()},e.prototype.over=function(t,e){var r=this.eventArgs(e);t.trigger("noteHover",r)||e.preventDefault()},e.prototype.out=function(t,e){var r=this.eventArgs(e);t.trigger("noteLeave",r)},e.prototype.eventArgs=function(t){var e=this.options;return Object.assign(this.fields,{element:Ot(t),text:bt(e.label)?e.label.text:"",visual:this.visual})},e}(ae);Lt(we,{icon:{visible:!0,type:u},label:{position:"inside",visible:!0,align:s,vAlign:s},line:{visible:!0},visible:!0,position:v,zIndex:2});var je=we;function Pe(t,e){var r=t.tickX,i=t.tickY,n=t.position,o=new S.drawing.Path({stroke:{width:e.width,color:e.color}});return t.vertical?o.moveTo(r,n).lineTo(r+e.size,n):o.moveTo(n,i).lineTo(n,i+e.size),w(o),o}function Ae(t,e){var r=t.lineStart,i=t.lineEnd,n=t.position,o=new S.drawing.Path({stroke:{width:e.width,color:e.color,dashType:e.dashType}});return t.vertical?o.moveTo(r,n).lineTo(i,n):o.moveTo(n,r).lineTo(n,i),w(o),o}var ke=function(t){function e(e,r){void 0===r&&(r=new q),t.call(this,e),this.chartService=r,this.options.visible||(this.options=M({},this.options,{labels:{visible:!1},line:{visible:!1},margin:0,majorTickSize:0,minorTickSize:0})),this.options.minorTicks=M({},{color:this.options.line.color,width:this.options.line.width,visible:"none"!==this.options.minorTickType},this.options.minorTicks,{size:this.options.minorTickSize,align:this.options.minorTickType}),this.options.majorTicks=M({},{color:this.options.line.color,width:this.options.line.width,visible:"none"!==this.options.majorTickType},this.options.majorTicks,{size:this.options.majorTickSize,align:this.options.majorTickType}),this.initFields(),this.options._deferLabels||this.createLabels(),this.createTitle(),this.createNotes()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initFields=function(){},e.prototype.labelsRange=function(){return{min:this.options.labels.skip,max:this.labelsCount()}},e.prototype.normalizeLabelRotation=function(t){var e=t.rotation;N(e)&&(t.alignRotation=e.align,t.rotation=e.angle)},e.prototype.createLabels=function(){var t=this.options,e=t.vertical?d:s,r=M({},t.labels,{align:e,zIndex:t.zIndex}),i=Math.max(1,r.step);if(this.clearLabels(),r.visible){this.normalizeLabelRotation(r),"auto"===r.rotation&&(r.rotation=0,t.autoRotateLabels=!0);for(var n=this.labelsRange(),o=n.min;o<n.max;o+=i){var a={index:o,count:n.max},u=this.createAxisLabel(o,r,a);u&&(this.append(u),this.labels.push(u))}}},e.prototype.clearLabels=function(){this.children=at(this.children,(function(t){return!(t instanceof Se)})),this.labels=[]},e.prototype.clearTitle=function(){var t=this;this.title&&(this.children=at(this.children,(function(e){return e!==t.title})),this.title=void 0)},e.prototype.clear=function(){this.clearLabels(),this.clearTitle()},e.prototype.lineBox=function(){var t=this.options,e=this.box,r=t.vertical,i=t.labels.mirror,n=i?e.x1:e.x2,o=i?e.y2:e.y1,a=t.line.width||0;return r?new Zt(n,e.y1,n,e.y2-a):new Zt(e.x1,o,e.x2-a,o)},e.prototype.createTitle=function(){var t=this.options,e=M({rotation:t.vertical?-90:0,text:"",zIndex:1,visualSize:!0},t.title);if(e.visible&&e.text){var r=new xe(e.text,e);this.append(r),this.title=r}},e.prototype.createNotes=function(){var t=this.options,e=t.notes,r=e.data||[];this.notes=[];for(var i=0;i<r.length;i++){var n=M({},e,r[i]);n.value=this.parseNoteValue(n.value);var o=new je({value:n.value,text:n.label.text,dataItem:n},n,this.chartService);o.options.visible&&(bt(o.options.position)?t.vertical&&!ct(o.options.position,[p,d])?o.options.position=t.reverse?p:d:t.vertical||ct(o.options.position,[v,a])||(o.options.position=t.reverse?a:v):t.vertical?o.options.position=t.reverse?p:d:o.options.position=t.reverse?a:v,this.append(o),this.notes.push(o))}},e.prototype.parseNoteValue=function(t){return t},e.prototype.renderVisual=function(){t.prototype.renderVisual.call(this),this.createPlotBands()},e.prototype.createVisual=function(){t.prototype.createVisual.call(this),this.createBackground(),this.createLine()},e.prototype.gridLinesVisual=function(){var t=this._gridLines;return t||(t=this._gridLines=new S.drawing.Group({zIndex:-2}),this.appendVisual(this._gridLines)),t},e.prototype.createTicks=function(t){var e=this.options,r=this.lineBox(),i=e.labels.mirror,n=e.majorTicks.visible?e.majorUnit:0,o={vertical:e.vertical};function a(e,n,a){var s=e.length,u=Math.max(1,n.step);if(n.visible)for(var l=n.skip;l<s;l+=u)bt(a)&&l%a==0||(o.tickX=i?r.x2:r.x2-n.size,o.tickY=i?r.y1-n.size:r.y1,o.position=e[l],t.append(Pe(o,n)))}a(this.getMajorTickPositions(),e.majorTicks),a(this.getMinorTickPositions(),e.minorTicks,n/e.minorUnit)},e.prototype.createLine=function(){var t=this.options,e=t.line,r=this.lineBox();if(e.width>0&&e.visible){var i=new S.drawing.Path({stroke:{width:e.width,color:e.color,dashType:e.dashType}});i.moveTo(r.x1,r.y1).lineTo(r.x2,r.y2),t._alignLines&&w(i);var n=this._lineGroup=new S.drawing.Group;n.append(i),this.visual.append(n),this.createTicks(n)}},e.prototype.getActualTickSize=function(){var t=this.options,e=0;return t.majorTicks.visible&&t.minorTicks.visible?e=Math.max(t.majorTicks.size,t.minorTicks.size):t.majorTicks.visible?e=t.majorTicks.size:t.minorTicks.visible&&(e=t.minorTicks.size),e},e.prototype.createBackground=function(){var t=this.options,e=this.box,r=t.background;r&&(this._backgroundPath=S.drawing.Path.fromRect(e.toRect(),{fill:{color:r},stroke:null}),this.visual.append(this._backgroundPath))},e.prototype.createPlotBands=function(){var t=this,e=this.options,r=e.plotBands||[],i=e.vertical,n=this.plotArea;if(0!==r.length){for(var o=this._plotbandGroup=new S.drawing.Group({zIndex:-1}),a=at(this.pane.axes,(function(e){return e.options.vertical!==t.options.vertical}))[0],s=0;s<r.length;s++){var u=r[s],l=void 0,c=void 0,h=u.label,f=void 0;if(i?(l=(a||n.axisX).lineBox(),c=t.getSlot(u.from,u.to,!0)):(l=t.getSlot(u.from,u.to,!0),c=(a||n.axisY).lineBox()),h&&(h.vAlign=h.position||p,f=t.createPlotBandLabel(h,u,new Zt(l.x1,c.y1,l.x2,c.y2))),0!==l.width()&&0!==c.height()){var d=new S.geometry.Rect([l.x1,c.y1],[l.width(),c.height()]),v=S.drawing.Path.fromRect(d,{fill:{color:u.color,opacity:u.opacity},stroke:null});o.append(v),f&&o.append(f)}}this.appendVisual(o)}},e.prototype.createPlotBandLabel=function(t,e,r){if(!1===t.visible)return null;var i,n=t.text;if(bt(t)&&t.visible){var o=rt(t);o?n=o({text:n,item:e}):t.format&&(n=this.chartService.format.auto(t.format,n)),t.color||(t.color=this.options.labels.color)}return(i=new xe(n,t)).reflow(r),i.renderVisual(),i.visual},e.prototype.createGridLines=function(t){var e=this.options,r=e.minorGridLines,i=e.majorGridLines,n=e.minorUnit,o=e.vertical,a=t.options.line.visible,s=i.visible?e.majorUnit:0,u=t.lineBox(),l=u[o?"y1":"x1"],c={lineStart:u[o?"x1":"y1"],lineEnd:u[o?"x2":"y2"],vertical:o},p=[],h=this.gridLinesVisual();function f(t,e,r){var i=t.length,n=Math.max(1,e.step);if(e.visible)for(var o=e.skip;o<i;o+=n){var s=kt(t[o]);ct(s,p)||o%r==0||a&&l===s||(c.position=s,h.append(Ae(c,e)),p.push(s))}}return f(this.getMajorTickPositions(),i),f(this.getMinorTickPositions(),r,s/n),h.children},e.prototype.reflow=function(t){for(var e=this.options,r=this.labels,i=this.title,n=e.vertical,o=r.length,a=n?"width":"height",s=i?i.box[a]():0,u=this.getActualTickSize()+e.margin+s,l=((this.getRoot()||{}).box||t)[a](),c=0,p=0;p<o;p++){var h=r[p].box[a]();h+u<=l&&(c=Math.max(c,h))}this.box=n?new Zt(t.x1,t.y1,t.x1+c+u,t.y2):new Zt(t.x1,t.y1,t.x2,t.y1+c+u),this.arrangeTitle(),this.arrangeLabels(),this.arrangeNotes()},e.prototype.getLabelsTickPositions=function(){return this.getMajorTickPositions()},e.prototype.labelTickIndex=function(t){return t.index},e.prototype.arrangeLabels=function(){for(var t=this.options,e=this.labels,r=this.labelsBetweenTicks(),i=t.vertical,n=t.labels.mirror,o=this.getLabelsTickPositions(),a=0;a<e.length;a++){var s=e[a],u=this.labelTickIndex(s),l=i?s.box.height():s.box.width(),c=o[u],p=o[u+1],h=void 0,f=void 0;if(i){if(r)h=c+(p-c)/2-l/2;else h=c-l/2;f=h}else r?(h=c,f=p):f=(h=c-l/2)+l;this.positionLabel(s,n,h,f)}},e.prototype.positionLabel=function(t,e,r,i){void 0===i&&(i=r);var n,o=this.options,s=o.vertical,u=this.lineBox(),l=this.getActualTickSize()+o.margin;if(s){var c=u.x2;e?(c+=l,t.options.rotationOrigin=p):(c-=l+t.box.width(),t.options.rotationOrigin=d),n=t.box.move(c,r)}else{var h=u.y1;e?(h-=l+t.box.height(),t.options.rotationOrigin=a):(h+=l,t.options.rotationOrigin=v),n=new Zt(r,h,i,h+t.box.height())}t.reflow(n)},e.prototype.autoRotateLabelAngle=function(t,e){return t.width()<e?0:t.height()>e?-90:-45},e.prototype.autoRotateLabels=function(){if(!this.options.autoRotateLabels||this.options.vertical)return!1;for(var t=this.getMajorTickPositions(),e=this.labels,r=Math.min(e.length,t.length-1),i=0,n=0;n<r;n++){var o=Math.abs(t[n+1]-t[n]),a=e[n].box,s=this.autoRotateLabelAngle(a,o);if(0!==s&&(i=s),-90===i)break}if(0!==i){for(var u=0;u<e.length;u++)e[u].options.rotation=i,e[u].reflow(new Zt);return!0}},e.prototype.arrangeTitle=function(){var t=this.options,e=this.title,r=t.labels.mirror,i=t.vertical;e&&(i?(e.options.align=r?d:p,e.options.vAlign=e.options.position):(e.options.align=e.options.position,e.options.vAlign=r?v:a),e.reflow(this.box))},e.prototype.arrangeNotes=function(){for(var t=0;t<this.notes.length;t++){var e=this.notes[t],r=e.options.value,i=void 0;bt(r)?(this.shouldRenderNote(r)?e.show():e.hide(),i=this.noteSlot(r)):e.hide(),e.reflow(i||this.lineBox())}},e.prototype.noteSlot=function(t){return this.getSlot(t)},e.prototype.alignTo=function(t){var e=t.lineBox(),r=this.options.vertical,i=r?b:m;this.box.snapTo(e,i),r?this.box.shrink(0,this.lineBox().height()-e.height()):this.box.shrink(this.lineBox().width()-e.width(),0),this.box[i+1]-=this.lineBox()[i+1]-e[i+1],this.box[i+2]-=this.lineBox()[i+2]-e[i+2]},e.prototype.axisLabelText=function(t,e,r){var i,n=this,o=rt(e),a=function(){return e.format?n.chartService.format.localeAuto(e.format,[t],e.culture):t};o?i=o(Object.assign({},r,{get text(){return a()},value:t,format:e.format,culture:e.culture})):i=a();return i},e.prototype.slot=function(t,e,r){var i=this.getSlot(t,e,r);if(i)return i.toRect()},e.prototype.contentBox=function(){var t=this.box.clone(),e=this.labels;if(e.length){var r=this.options.vertical?b:m;if(this.chartService.isPannable(r)){var i=this.maxLabelOffset();t[r+1]-=i.start,t[r+2]+=i.end}else{e[0].options.visible&&t.wrap(e[0].box);var n=e[e.length-1];n.options.visible&&t.wrap(n.box)}}return t},e.prototype.maxLabelOffset=function(){for(var t=this.options,e=t.vertical,r=t.reverse,i=this.labelsBetweenTicks(),n=this.getLabelsTickPositions(),o=e?b:m,a=this.labels,s=r?1:0,u=r?0:1,l=0,c=0,p=0;p<a.length;p++){var h=a[p],f=this.labelTickIndex(h),d=void 0,v=void 0;i?(d=n[f+s],v=n[f+u]):d=v=n[f],l=Math.max(l,d-h.box[o+1]),c=Math.max(c,h.box[o+2]-v)}return{start:l,end:c}},e.prototype.limitRange=function(t,e,r,i,n){var o=this.options;if(t<r&&n<0&&(!bt(o.min)||o.min<=r)||i<e&&n>0&&(!bt(o.max)||i<=o.max))return null;if(e<r&&n>0||i<t&&n<0)return{min:t,max:e};var a=e-t,s=t,u=e;return t<r&&n<0?(s=jt(t,r,i),u=jt(t+a,r+a,i)):e>i&&n>0&&(u=jt(e,r,i),s=jt(e-a,r,i-a)),{min:s,max:u}},e.prototype.valueRange=function(){return{min:this.seriesMin,max:this.seriesMax}},e.prototype.labelsBetweenTicks=function(){return!this.options.justified},e.prototype.prepareUserOptions=function(){},e}(ne);Lt(ke,{labels:{visible:!0,rotation:0,mirror:!1,step:1,skip:0},line:{width:1,color:o,visible:!0},title:{visible:!0,position:s},majorTicks:{align:"outside",size:4,skip:0,step:1},minorTicks:{align:"outside",size:3,skip:0,step:1},axisCrossingValue:0,majorTickType:"outside",minorTickType:"none",majorGridLines:{skip:0,step:1},minorGridLines:{visible:!1,width:1,color:o,skip:0,step:1},margin:5,visible:!0,reverse:!1,justified:!0,notes:{label:{text:""}},_alignLines:!0,_deferLabels:!1});var Ve=ke,Te="days",Me="years",Ne={years:31536e6,months:26784e5,weeks:6048e5,days:864e5,hours:36e5,minutes:6e4,seconds:1e3,milliseconds:1};function Le(t,e){return t.getTime()-e-6e4*(t.getTimezoneOffset()-e.getTimezoneOffset())}function Ie(t,e){return new Date(t.getTime()+e)}function Ee(t){var e;return t instanceof Date?e=t:t&&(e=new Date(t)),e}function Be(t,e){return 0===e&&23===t.getHours()&&(t.setHours(t.getHours()+2),!0)}function De(t,e,r,i){var n=t;if(t){var o=Ee(t),a=o.getHours();r===Me?Be(n=new Date(o.getFullYear()+e,0,1),0):"months"===r?Be(n=new Date(o.getFullYear(),o.getMonth()+e,1),a):"weeks"===r?Be(n=De(function(t,e){void 0===e&&(e=0);var r=0,i=t.getDay();if(!isNaN(i))for(;i!==e;)0===i?i=6:i--,r++;return Ie(t,864e5*-r)}(o,i),7*e,Te),a):r===Te?Be(n=new Date(o.getFullYear(),o.getMonth(),o.getDate()+e),a):"hours"===r?n=function(t,e){var r=new Date(t);r.setMinutes(0,0,0);var i=6e4*(t.getTimezoneOffset()-r.getTimezoneOffset());return Ie(r,i+36e5*e)}(o,e):"minutes"===r?(n=Ie(o,6e4*e)).getSeconds()>0&&n.setSeconds(0):"seconds"===r?n=Ie(o,1e3*e):"milliseconds"===r&&(n=Ie(o,e)),"milliseconds"!==r&&n.getMilliseconds()>0&&n.setMilliseconds(0)}return n}function Re(t,e,r){return De(Ee(t),0,e,r)}function ze(t,e,r){var i=Ee(t);return i&&Re(i,e,r).getTime()===i.getTime()?i:De(i,1,e,r)}function Fe(t,e){return t&&e?t.getTime()-e.getTime():-1}function Ke(t,e){return t.getTime()-e}function Ue(t){if(x(t)){for(var e=[],r=0;r<t.length;r++)e.push(Ue(t[r]));return e}if(t)return Ee(t).getTime()}function He(t,e){return t&&e?Ue(t)===Ue(e):t===e}function $e(t,e,r){return Le(t,e)/Ne[r]}function Ge(t,e,r,i){var n=Ee(t),o=Ee(e);return("months"===r?n.getMonth()-o.getMonth()+12*(n.getFullYear()-o.getFullYear())+$e(n,new Date(n.getFullYear(),n.getMonth()),Te)/new Date(n.getFullYear(),n.getMonth()+1,0).getDate():r===Me?n.getFullYear()-o.getFullYear()+Ge(n,new Date(n.getFullYear(),0),"months",1)/12:r===Te||"weeks"===r?$e(n,o,r):Ke(n,e)/Ne[r])/i}function Xe(t,e,r){return r===Me?e.getFullYear()-t.getFullYear():"months"===r?12*Xe(t,e,Me)+e.getMonth()-t.getMonth():r===Te?Math.floor(Ke(e,t)/864e5):Math.floor(Ke(e,t)/Ne[r])}function Ye(t,e){return A(e)&&t.parseDate(e)||Ee(e)}function We(t,e){if(x(e)){for(var r=[],i=0;i<e.length;i++)r.push(Ye(t,e[i]));return r}return Ye(t,e)}function qe(t,e){return P(t.weekStartDay)?t.weekStartDay:e&&e.firstDay?e.firstDay():0}var Ze=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initFields=function(){this._ticks={}},e.prototype.categoriesHash=function(){return""},e.prototype.clone=function(){var t=new e(Object.assign({},this.options,{categories:this.options.srcCategories}),this.chartService);return t.createLabels(),t},e.prototype.initUserOptions=function(t){var e=t.categories||[],r=bt(t.min),i=bt(t.max);if(t.srcCategories=t.categories=e,(r||i)&&e.length){var n,o=r?Math.floor(t.min):0;n=i?t.justified?Math.floor(t.max)+1:Math.ceil(t.max):e.length,t.categories=t.categories.slice(o,n)}return t},e.prototype.rangeIndices=function(){var t=this.options,e=t.categories.length||1;return{min:P(t.min)?t.min%1:0,max:P(t.max)&&t.max%1!=0&&t.max<this.totalRange().max?e-(1-t.max%1):e-(t.justified?1:0)}},e.prototype.totalRangeIndices=function(t){var e,r=this.options,i=P(r.min)?r.min:0;if(e=P(r.max)?r.max:P(r.min)?i+r.categories.length:this.totalRange().max||1,t){var n=this.totalRange();i=jt(i,0,n.max),e=jt(e,0,n.max)}return{min:i,max:e}},e.prototype.range=function(){var t=this.options;return{min:P(t.min)?t.min:0,max:P(t.max)?t.max:this.totalRange().max}},e.prototype.roundedRange=function(){return this.range()},e.prototype.totalRange=function(){var t=this.options;return{min:0,max:Math.max(this._seriesMax||0,t.srcCategories.length)-(t.justified?1:0)}},e.prototype.scaleOptions=function(){var t=this.rangeIndices(),e=t.min,r=t.max,i=this.lineBox();return{scale:(this.options.vertical?i.height():i.width())/(r-e||1)*(this.options.reverse?-1:1),box:i,min:e,max:r}},e.prototype.arrangeLabels=function(){t.prototype.arrangeLabels.call(this),this.hideOutOfRangeLabels()},e.prototype.hideOutOfRangeLabels=function(){var t=this.box,e=this.labels;if(e.length>0){var r=this.options.vertical?b:m,i=t[r+1],n=t[r+2],o=e[0],a=wt(e);(o.box[r+1]>n||o.box[r+2]<i)&&(o.options.visible=!1),(a.box[r+1]>n||a.box[r+2]<i)&&(a.options.visible=!1)}},e.prototype.getMajorTickPositions=function(){return this.getTicks().majorTicks},e.prototype.getMinorTickPositions=function(){return this.getTicks().minorTicks},e.prototype.getLabelsTickPositions=function(){return this.getTicks().labelTicks},e.prototype.tickIndices=function(t){for(var e=this.rangeIndices(),r=e.min,i=e.max,n=Math.ceil(i),o=Math.floor(r),a=[];o<=n;)a.push(o),o+=t;return a},e.prototype.getTickPositions=function(t){for(var e=this.options,r=e.vertical,i=e.reverse,n=this.scaleOptions(),o=n.scale,a=n.box,s=n.min,u=a[(r?b:m)+(i?2:1)],l=this.tickIndices(t),c=[],p=0;p<l.length;p++)c.push(u+kt(o*(l[p]-s),3));return c},e.prototype.getTicks=function(){var t=this.options,e=this._ticks,r=this.rangeIndices(),i=this.lineBox(),n=i.getHash()+r.min+","+r.max+t.reverse+t.justified;if(e._hash!==n){var o=t.minorTicks.visible||t.minorGridLines.visible;e._hash=n,e.labelTicks=this.getTickPositions(1),e.majorTicks=this.filterOutOfRangePositions(e.labelTicks,i),e.minorTicks=o?this.filterOutOfRangePositions(this.getTickPositions(.5),i):[]}return e},e.prototype.filterOutOfRangePositions=function(t,e){if(!t.length)return t;for(var r=this.options.vertical?b:m,i=function(t){return e[r+1]<=t&&t<=e[r+2]},n=t.length-1,o=0;!i(t[o])&&o<=n;)o++;for(var a=n;!i(t[a])&&a>=0;)a--;return t.slice(o,a+1)},e.prototype.getSlot=function(t,e,r){var i=this.options,n=i.reverse,o=i.justified,a=i.vertical,s=this.scaleOptions(),u=s.scale,l=s.box,c=s.min,p=a?b:m,h=l[p+(n?2:1)],f=l.clone(),d=!bt(e),v=Tt(t,0),g=Tt(e,v);g=Math.max(g-1,v);var y=h+(v-c)*u,x=h+((g=Math.max(v,g))+1-c)*u;return d&&o&&(x=y),r&&(y=jt(y,l[p+1],l[p+2]),x=jt(x,l[p+1],l[p+2])),f[p+1]=n?x:y,f[p+2]=n?y:x,f},e.prototype.limitSlot=function(t){var e=this.options.vertical?b:m,r=this.lineBox(),i=t.clone();return i[e+1]=jt(t[e+1],r[e+1],r[e+2]),i[e+2]=jt(t[e+2],r[e+1],r[e+2]),i},e.prototype.slot=function(e,r,i){var n=Math.floor(this.options.min||0),o=e,a=r;return"string"==typeof o?o=this.categoryIndex(o):P(o)&&(o-=n),"string"==typeof a?a=this.categoryIndex(a):P(a)&&(a-=n),t.prototype.slot.call(this,o,a,i)},e.prototype.pointCategoryIndex=function(t){var e=this.options,r=e.reverse,i=e.justified,n=e.vertical?b:m,o=this.scaleOptions(),a=o.scale,s=o.box,u=o.min,l=o.max,c=r?l:u,p=s[n+1],h=s[n+2],f=t[n];if(f<p||f>h)return null;var d=c+(f-p)/a,v=d%1;return i?d=Math.round(d):0===v&&d>0&&d--,Math.floor(d)},e.prototype.getCategory=function(t){var e=this.pointCategoryIndex(t);return null===e?null:this.options.categories[e]},e.prototype.categoryIndex=function(t){return this.totalIndex(t)-Math.floor(this.options.min||0)},e.prototype.categoryAt=function(t,e){var r=this.options;return(e?r.srcCategories:r.categories)[t]},e.prototype.categoriesCount=function(){return(this.options.categories||[]).length},e.prototype.translateRange=function(t){var e=this.options,r=this.lineBox(),i=e.vertical?r.height():r.width(),n=e.categories.length,o=kt(t/(i/n),10);return{min:o,max:n+o}},e.prototype.zoomRange=function(t){var e=this.totalRangeIndices(),r=this.totalRange(),i=r.min,n=r.max,o=jt(e.min+t,i,n),a=jt(e.max-t,i,n);if(a-o>0)return{min:o,max:a}},e.prototype.scaleRange=function(t){var e=this.options.categories.length,r=t*e;return{min:-r,max:e+r}},e.prototype.labelsCount=function(){var t=this.labelsRange();return t.max-t.min},e.prototype.labelsRange=function(){var t=this.options,e=t.justified,r=t.labels,i=this.totalRangeIndices(!0),n=i.min,o=i.max,a=Math.floor(n);return e?(n=Math.ceil(n),o=Math.floor(o)):(n=Math.floor(n),o=Math.ceil(o)),{min:(n>r.skip?r.skip+r.step*Math.ceil((n-r.skip)/r.step):r.skip)-a,max:(t.categories.length?o+(e?1:0):0)-a}},e.prototype.createAxisLabel=function(t,e,r){var i=this.options,n=i.dataItems?i.dataItems[t]:null,o=Tt(i.categories[t],"");r.dataItem=n;var a=this.axisLabelText(o,e,r);return new Se(o,a,t,n,e)},e.prototype.shouldRenderNote=function(t){var e=this.totalRangeIndices();return Math.floor(e.min)<=t&&t<=Math.ceil(e.max)},e.prototype.noteSlot=function(t){var e=this.options,r=t-Math.floor(e.min||0);return this.getSlot(r)},e.prototype.arrangeNotes=function(){t.prototype.arrangeNotes.call(this),this.hideOutOfRangeNotes()},e.prototype.hideOutOfRangeNotes=function(){var t=this.notes,e=this.box;if(t&&t.length)for(var r=this.options.vertical?b:m,i=e[r+1],n=e[r+2],o=0;o<t.length;o++){var a=t[o];a.box&&(n<a.box[r+1]||a.box[r+2]<i)&&a.hide()}},e.prototype.pan=function(t){var e=this.totalRangeIndices(!0),r=this.scaleOptions().scale,i=kt(t/r,10),n=this.totalRange(),o=e.min+i,a=e.max+i;return this.limitRange(o,a,0,n.max,i)},e.prototype.pointsRange=function(t,e){var r=this.options,i=r.reverse,n=r.vertical?b:m,o=this.totalRangeIndices(!0),a=this.scaleOptions(),s=a.scale,u=a.box[n+(i?2:1)],l=t[n]-u,c=e[n]-u,p=o.min+l/s,h=o.min+c/s,f=Math.min(p,h),d=Math.max(p,h);if(d-f>=.01)return{min:f,max:d}},e.prototype.valueRange=function(){return this.range()},e.prototype.totalIndex=function(t){var e=this.options;return this._categoriesMap?this._categoriesMap.get(t):function(t,e){if(t instanceof Date){for(var r=e.length,i=0;i<r;i++)if(He(e[i],t))return i;return-1}return e.indexOf(t)}(t,e.srcCategories)},e.prototype.currentRangeIndices=function(){var t=this.options,e=0;return P(t.min)&&(e=Math.floor(t.min)),{min:e,max:P(t.max)?t.justified?Math.floor(t.max):Math.ceil(t.max)-1:this.totalCount()-1}},e.prototype.mapCategories=function(){if(!this._categoriesMap)for(var t=this._categoriesMap=new lt,e=this.options.srcCategories,r=0;r<e.length;r++)t.set(e[r],r)},e.prototype.totalCount=function(){return Math.max(this.options.srcCategories.length,this._seriesMax||0)},e}(Ve);Lt(Ze,{type:"category",vertical:!1,majorGridLines:{visible:!1,width:1,color:o},labels:{zIndex:1},justified:!1,_deferLabels:!0});var Qe=Ze,Je={milliseconds:"HH:mm:ss.fff",seconds:"HH:mm:ss",minutes:"HH:mm",hours:"HH:mm",days:"M/d",weeks:"M/d",months:"MMM 'yy",years:"yyyy"},tr=["milliseconds","seconds","minutes","hours",Te,"weeks","months",Me];function er(t){var e=t._range;return e||((e=t._range=It(t)).min=Ee(e.min),e.max=Ee(e.max)),e}var rr=function(t){this.options=t};rr.prototype.displayIndices=function(){return{min:0,max:1}},rr.prototype.displayRange=function(){return{}},rr.prototype.total=function(){return{}},rr.prototype.valueRange=function(){return{}},rr.prototype.valueIndex=function(){return-1},rr.prototype.values=function(){return[]},rr.prototype.totalIndex=function(){return-1},rr.prototype.valuesCount=function(){return 0},rr.prototype.totalCount=function(){return 0},rr.prototype.dateAt=function(){return null};var ir=function(t,e,r){this.options=r,r.baseUnitStep=r.baseUnitStep||1;var i=r.roundToBaseUnit,n=r.justified;this.start=De(t,0,r.baseUnit,r.weekStartDay);var o=this.roundToTotalStep(e),a=!n&&He(e,o)&&!r.justifyEnd;this.end=this.roundToTotalStep(e,!n,a?1:0);var s=r.min||t;this.valueStart=this.roundToTotalStep(s),this.displayStart=i?this.valueStart:s;var u=r.max;if(u){var l=!n&&He(u,this.roundToTotalStep(u))?-1:0;this.valueEnd=this.roundToTotalStep(u,!1,l),this.displayEnd=i?this.roundToTotalStep(u,!n):r.max}else this.valueEnd=o,this.displayEnd=i||a?this.end:e;this.valueEnd<this.valueStart&&(this.valueEnd=this.valueStart),this.displayEnd<=this.displayStart&&(this.displayEnd=this.roundToTotalStep(this.displayStart,!1,1))};function nr(t,e,r){for(var i,n,o,a=er(t.categories),s=(t.max||a.max)-(t.min||a.min),u=t.autoBaseUnitSteps,l=t.maxDateGroups,c="fit"===t.baseUnit,p=e?tr.indexOf(e):0,h=c?tr[p++]:t.baseUnit,f=s/Ne[h],d=f;!n||f>=l;){i=i||u[h].slice(0);do{o=i.shift()}while(o&&e===h&&o<r);if(o)f=d/(n=o);else{if(h===wt(tr)){n=Math.ceil(d/l);break}if(!c){f>l&&(n=Math.ceil(d/l));break}h=tr[p++]||wt(tr),d=s/Ne[h],i=null}}t.baseUnitStep=n,t.baseUnit=h}function or(t){var e=(t.baseUnit||"").toLowerCase();return"fit"!==e&&!ct(e,tr)&&function(t){for(var e,r,i=t.categories,n=bt(i)?i.length:0,o=h,a=0;a<n;a++){var s=i[a];if(s&&e){var u=Le(s,e);u>0&&(r=(o=Math.min(o,u))>=31536e6?Me:o>=24192e5?"months":o>=6048e5?"weeks":o>=864e5?Te:o>=36e5?"hours":o>=6e4?"minutes":"seconds")}e=s}t.baseUnit=r||Te}(t),"fit"!==e&&"auto"!==t.baseUnitStep||nr(t),t}ir.prototype.displayRange=function(){return{min:this.displayStart,max:this.displayEnd}},ir.prototype.displayIndices=function(){if(!this._indices){var t=this.options,e=t.baseUnit,r=t.baseUnitStep,i=Ge(this.displayStart,this.valueStart,e,r),n=Ge(this.displayEnd,this.valueStart,e,r);this._indices={min:i,max:n}}return this._indices},ir.prototype.total=function(){return{min:this.start,max:this.end}},ir.prototype.totalCount=function(){return this.totalIndex(this.end)+(this.options.justified?1:0)},ir.prototype.valueRange=function(){return{min:this.valueStart,max:this.valueEnd}},ir.prototype.valueIndex=function(t){var e=this.options;return Math.floor(Ge(t,this.valueStart,e.baseUnit,e.baseUnitStep))},ir.prototype.totalIndex=function(t){var e=this.options;return Math.floor(Ge(t,this.start,e.baseUnit,e.baseUnitStep))},ir.prototype.dateIndex=function(t){var e=this.options;return Ge(t,this.valueStart,e.baseUnit,e.baseUnitStep)},ir.prototype.valuesCount=function(){return this.valueIndex(this.valueEnd)+1},ir.prototype.values=function(){var t=this._values;if(!t){var e=this.options,r=this.valueRange();this._values=t=[];for(var i=r.min;i<=r.max;)t.push(i),i=De(i,e.baseUnitStep,e.baseUnit,e.weekStartDay)}return t},ir.prototype.dateAt=function(t,e){var r=this.options;return De(e?this.start:this.valueStart,r.baseUnitStep*t,r.baseUnit,r.weekStartDay)},ir.prototype.roundToTotalStep=function(t,e,r){var i=this.options,n=i.baseUnit,o=i.baseUnitStep,a=i.weekStartDay,s=this.start,u=Ge(t,s,n,o),l=e?Math.ceil(u):Math.floor(u);return r&&(l+=r),De(s,l*o,n,a)};var ar=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.clone=function(){var t=new e(Object.assign({},this.options),this.chartService);return t.createLabels(),t},e.prototype.categoriesHash=function(){var t=this.dataRange.total().min;return this.options.baseUnit+this.options.baseUnitStep+t},e.prototype.initUserOptions=function(t){return t},e.prototype.initFields=function(){t.prototype.initFields.call(this);var e=this.chartService,r=e.intl,i=this.options,n=i.categories||[];if(n._parsed||((n=We(r,n))._parsed=!0),i=M({roundToBaseUnit:!0},i,{categories:n,min:Ye(r,i.min),max:Ye(r,i.max),weekStartDay:qe(i,r)}),e.panning&&e.isPannable(i.vertical?b:m)&&(i.roundToBaseUnit=!1),i.userSetBaseUnit=i.userSetBaseUnit||i.baseUnit,i.userSetBaseUnitStep=i.userSetBaseUnitStep||i.baseUnitStep,this.options=i,i.srcCategories=n,n.length>0){var o=er(n),a=i.maxDivisions;if(this.dataRange=new ir(o.min,o.max,or(i)),a){var s=this.dataRange.displayRange(),u=Object.assign({},i,{justified:!0,roundToBaseUnit:!1,baseUnit:"fit",min:s.min,max:s.max,maxDateGroups:a}),l=this.dataRange.options;nr(u,l.baseUnit,l.baseUnitStep),this.divisionRange=new ir(o.min,o.max,u)}else this.divisionRange=this.dataRange}else i.baseUnit=i.baseUnit||Te,this.dataRange=this.divisionRange=new rr(i);this.rangeLabels=[]},e.prototype.tickIndices=function(e){var r=this.dataRange,i=this.divisionRange,n=i.valuesCount();if(!this.options.maxDivisions||!n)return t.prototype.tickIndices.call(this,e);var o=[],a=i.values(),s=0;this.options.justified||(a=a.concat(i.dateAt(n)),s=.5);for(var u=0;u<a.length;u++)if(o.push(r.dateIndex(a[u])+s),1!==e&&u>=1){var l=o.length-1;o.splice(u,0,o[l-1]+(o[l]-o[l-1])*e)}return o},e.prototype.shouldRenderNote=function(t){var e=this.range(),r=this.options.categories||[];return Fe(t,e.min)>=0&&Fe(t,e.max)<=0&&r.length},e.prototype.parseNoteValue=function(t){return Ye(this.chartService.intl,t)},e.prototype.noteSlot=function(t){return this.getSlot(t)},e.prototype.translateRange=function(t){var e=this.options,r=e.baseUnit,i=e.weekStartDay,n=e.vertical,o=this.lineBox(),a=n?o.height():o.width(),s=this.range(),u=a/(s.max-s.min),l=kt(t/u,10);if(s.min&&s.max){var c=Ie(e.min||s.min,l),p=Ie(e.max||s.max,l);s={min:De(c,0,r,i),max:De(p,0,r,i)}}return s},e.prototype.scaleRange=function(t){var e=Math.abs(t),r=this.range(),i=r.min,n=r.max;if(i&&n){for(;e--;){var o=Ke(i,n),a=Math.round(.1*o);t<0?(i=Ie(i,a),n=Ie(n,-a)):(i=Ie(i,-a),n=Ie(n,a))}r={min:i,max:n}}return r},e.prototype.labelsRange=function(){return{min:this.options.labels.skip,max:this.divisionRange.valuesCount()}},e.prototype.pan=function(t){if(this.isEmpty())return null;var e=this.options,r=this.lineBox(),i=e.vertical?r.height():r.width(),n=this.dataRange.displayRange(),o=n.min,a=n.max,s=this.dataRange.total(),u=kt(t/(i/(a-o)),10)*(e.reverse?-1:1),l=Ie(o,u),c=Ie(a,u),p=this.limitRange(Ue(l),Ue(c),Ue(s.min),Ue(s.max),u);return p?(p.min=Ee(p.min),p.max=Ee(p.max),p.baseUnit=e.baseUnit,p.baseUnitStep=e.baseUnitStep||1,p.userSetBaseUnit=e.userSetBaseUnit,p.userSetBaseUnitStep=e.userSetBaseUnitStep,p):void 0},e.prototype.pointsRange=function(e,r){if(this.isEmpty())return null;var i=t.prototype.pointsRange.call(this,e,r),n=this.dataRange.displayRange(),o=this.dataRange.displayIndices(),a=Ke(n.max,n.min)/(o.max-o.min),s=this.options;return{min:Ie(n.min,i.min*a),max:Ie(n.min,i.max*a),baseUnit:s.userSetBaseUnit||s.baseUnit,baseUnitStep:s.userSetBaseUnitStep||s.baseUnitStep}},e.prototype.zoomRange=function(t){if(this.isEmpty())return null;var e=this.options,r="fit"===e.userSetBaseUnit,i=this.dataRange.total(),n=this.dataRange.displayRange(),o=n.min,a=n.max,s=this.dataRange.options,u=s.weekStartDay,l=s.baseUnit,c=s.baseUnitStep,p=De(o,t*c,l,u),h=De(a,-t*c,l,u);if(r){var f,d,v=e.autoBaseUnitSteps,g=e.maxDateGroups,y=wt(v[l])*g*Ne[l],m=Ke(a,o),b=Ke(h,p),x=tr.indexOf(l);if(b<Ne[l]&&"milliseconds"!==l)l=tr[x-1],p=Ie(o,d=(m-(g-1)*(f=wt(v[l]))*Ne[l])/2),h=Ie(a,-d);else if(b>y&&l!==Me){var C=0;do{x++,l=tr[x],C=0,d=2*Ne[l];do{f=v[l][C],C++}while(C<v[l].length&&d*f<m)}while(l!==Me&&d*f<m);(d=(d*f-m)/2)>0&&(p=Ie(o,-d),h=Ie(a,d),p=Ie(p,jt(h,i.min,i.max)-h),h=Ie(h,jt(p,i.min,i.max)-p))}}return p<i.min&&(p=i.min),h>i.max&&(h=i.max),p&&h&&Ke(h,p)>0?{min:p,max:h,baseUnit:e.userSetBaseUnit||e.baseUnit,baseUnitStep:e.userSetBaseUnitStep||e.baseUnitStep}:void 0},e.prototype.range=function(){return this.dataRange.displayRange()},e.prototype.createLabels=function(){t.prototype.createLabels.call(this),this.createRangeLabels()},e.prototype.clearLabels=function(){t.prototype.clearLabels.call(this),this.rangeLabels=[]},e.prototype.arrangeLabels=function(){this.arrangeRangeLabels(),t.prototype.arrangeLabels.call(this)},e.prototype.arrangeRangeLabels=function(){var t=this.options,e=this.rangeLabels;if(0!==e.length){var r=this.lineBox(),i=t.vertical,n=t.rangeLabels.mirror||t.labels.mirror,o=e[0];if(o){var a=i?r.y1-o.box.height()/2:r.x1;this.positionLabel(o,n,a)}var s=e[1];if(s){var u=i?r.y2-s.box.height()/2:r.x2;this.positionLabel(s,n,u)}}},e.prototype.autoRotateLabels=function(){t.prototype.autoRotateLabels.call(this),this.autoRotateRangeLabels()},e.prototype.hideOutOfRangeLabels=function(){t.prototype.hideOutOfRangeLabels.call(this),this.hideOverlappingLabels()},e.prototype.hideOverlappingLabels=function(){var t=this.rangeLabels,e=this.labels;if(0!==t.length){var r=t[0];if(r&&r.options.visible)for(var i=0;i<e.length;i++){if(!a(r,e[i]))break}var n=t[1];if(n&&n.options.visible)for(var o=e.length-1;o>0;--o){if(!a(n,e[o]))break}}function a(t,e){return!(e.options.visible&&!e.box.overlaps(t.box))&&(e.options.visible=!1,!0)}},e.prototype.contentBox=function(){for(var e=t.prototype.contentBox.call(this),r=this.rangeLabels,i=0;i<r.length;i++){var n=r[i];n.options.visible&&e.wrap(n.box)}return e},e.prototype.createAxisLabel=function(t,e,r){void 0===r&&(r={});var i=this.options,n=i.dataItems&&!i.maxDivisions?i.dataItems[t]:null,o=this.divisionRange.dateAt(t),a=e.dateFormats[this.divisionRange.options.baseUnit];e.format=e.format||a,r.dataItem=n;var s=this.axisLabelText(o,e,r);if(s)return new Se(o,s,t,n,e)},e.prototype.createRangeLabels=function(){var t=this,e=this.divisionRange,r=e.displayStart,i=e.displayEnd,n=this.options,o=Object.assign({},n.labels,n.rangeLabels,{align:s,zIndex:n.zIndex});if(!0===o.visible){this.normalizeLabelRotation(o),o.alignRotation=s,"auto"===o.rotation&&(o.rotation=0,n.autoRotateRangeLabels=!0);var a=o.dateFormats[this.divisionRange.options.baseUnit];o.format=o.format||a;var u=function(e,r,i){if(i){var n=new Se(r,i,e,null,o);t.append(n),t.rangeLabels.push(n)}};u(0,r,this.axisLabelText(r,o,{index:0,count:2})),u(1,i,this.axisLabelText(i,o,{index:1,count:2}))}},e.prototype.autoRotateRangeLabels=function(){var t=this,e=this.rangeLabels;if(this.options.autoRotateRangeLabels&&!this.options.vertical&&2===e.length){var r=function(e,r,i){var n=2*Math.abs(r[i+1]-r[i]),o=t.autoRotateLabelAngle(e.box,n);0!==o&&(e.options.rotation=o,e.reflow(new Zt))},i=this.getMajorTickPositions();r(e[0],i,0),r(e[1],i,i.length-2)}},e.prototype.categoryIndex=function(t){return this.dataRange.valueIndex(t)},e.prototype.slot=function(t,e,r){var i=this.dataRange,n=t,o=e;n instanceof Date&&(n=i.dateIndex(n)),o instanceof Date&&(o=i.dateIndex(o));var a=this.getSlot(n,o,r);if(a)return a.toRect()},e.prototype.getSlot=function(e,r,i){var n=e,o=r;return"object"==typeof n&&(n=this.categoryIndex(n)),"object"==typeof o&&(o=this.categoryIndex(o)),t.prototype.getSlot.call(this,n,o,i)},e.prototype.valueRange=function(){var t=er(this.options.srcCategories);return{min:Ee(t.min),max:Ee(t.max)}},e.prototype.categoryAt=function(t,e){return this.dataRange.dateAt(t,e)},e.prototype.categoriesCount=function(){return this.dataRange.valuesCount()},e.prototype.rangeIndices=function(){return this.dataRange.displayIndices()},e.prototype.labelsBetweenTicks=function(){return!this.divisionRange.options.justified},e.prototype.prepareUserOptions=function(){this.isEmpty()||(this.options.categories=this.dataRange.values())},e.prototype.getCategory=function(t){var e=this.pointCategoryIndex(t);return null===e?null:this.dataRange.dateAt(e)},e.prototype.totalIndex=function(t){return this.dataRange.totalIndex(t)},e.prototype.currentRangeIndices=function(){var t=this.dataRange.valueRange();return{min:this.dataRange.totalIndex(t.min),max:this.dataRange.totalIndex(t.max)}},e.prototype.totalRange=function(){return this.dataRange.total()},e.prototype.totalCount=function(){return this.dataRange.totalCount()},e.prototype.isEmpty=function(){return!this.options.srcCategories.length},e.prototype.roundedRange=function(){if(!1!==this.options.roundToBaseUnit||this.isEmpty())return this.range();var t=this.options,e=er(t.srcCategories);return new ir(e.min,e.max,Object.assign({},t,{justified:!1,roundToBaseUnit:!0,justifyEnd:t.justified})).displayRange()},e}(Qe);Lt(ar,{type:l,labels:{dateFormats:Je},rangeLabels:{visible:!1},autoBaseUnitSteps:{milliseconds:[1,10,100],seconds:[1,2,5,15,30],minutes:[1,2,5,15,30],hours:[1,2,3],days:[1,2,3],weeks:[1,2],months:[1,2,3,6],years:[1,2,3,5,10,25,50]},maxDateGroups:10});var sr=ar;function ur(t,e){return kt(Math.floor(t/e)*e,10)}function lr(t,e){return kt(Math.ceil(t/e)*e,10)}function cr(t){return Math.max(Math.min(t,3e5),-3e5)}var pr=Math.pow(10,-9),hr=function(t){function e(e,r,i,n){t.call(this,Object.assign({},i,{seriesMin:e,seriesMax:r}),n)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initUserOptions=function(t){var e=function(t,e,r){var i=r.narrowRange,n=function(t,e,r){if(!t&&!e)return 0;var i;if(t>=0&&e>=0){var n=t===e?0:t;if(!1===r||!r&&(e-n)/e>.2)return 0;i=Math.max(0,n-(e-n)/2)}else i=t;return i}(t,e,i),o=function(t,e,r){if(!t&&!e)return 1;var i;if(t<=0&&e<=0){var n=t===e?0:e,o=Math.abs((n-t)/n);if(!1===r||!r&&o>.2)return 0;i=Math.min(0,n-(t-n)/2)}else i=e;return i}(t,e,i),a=Yt(n,o),s={majorUnit:a};!1!==r.roundToMajorUnit&&(n<0&&fr(n,a,1/3)&&(n-=a),o>0&&fr(o,a,1/3)&&(o+=a));return s.min=ur(n,a),s.max=lr(o,a),s}(t.seriesMin,t.seriesMax,t);return this.totalOptions=function(t,e){return{min:bt(e.min)?Math.min(t.min,e.min):t.min,max:bt(e.max)?Math.max(t.max,e.max):t.max,majorUnit:t.majorUnit}}(e,t),function(t,e){var r,i,n=e;if(e){!function(t,e){for(var r=0;r<e.length;r++){var i=e[r];null===t[i]&&(t[i]=void 0)}}(e,["min","max"]),r=bt(e.min),i=bt(e.max);var o=r||i;o&&e.min===e.max&&(e.min>0?e.min=0:e.max=1),e.majorUnit?(t.min=ur(t.min,e.majorUnit),t.max=lr(t.max,e.majorUnit)):o&&(n=M(t,e),t.majorUnit=Yt(n.min,n.max))}t.minorUnit=(n.majorUnit||t.majorUnit)/5;var a=M(t,n);a.min>=a.max&&(r&&!i?a.max=a.min+a.majorUnit:!r&&i&&(a.min=a.max-a.majorUnit));return a}(e,t)},e.prototype.initFields=function(){this.totalMin=this.totalOptions.min,this.totalMax=this.totalOptions.max,this.totalMajorUnit=this.totalOptions.majorUnit,this.seriesMin=this.options.seriesMin,this.seriesMax=this.options.seriesMax},e.prototype.clone=function(){return new e(this.seriesMin,this.seriesMax,Object.assign({},this.options),this.chartService)},e.prototype.startValue=function(){return 0},e.prototype.range=function(){var t=this.options;return{min:t.min,max:t.max}},e.prototype.getDivisions=function(t){if(0===t)return 1;var e=this.options,r=e.max-e.min;return Math.floor(kt(r/t,3))+1},e.prototype.getTickPositions=function(t,e){var r=this.options,i=r.vertical,n=r.reverse,o=this.lineBox(),a=t*((i?o.height():o.width())/(r.max-r.min)),s=this.getDivisions(t),u=(i?-1:1)*(n?-1:1),l=[],c=o[(i?b:m)+(1===u?1:2)],p=0;e&&(p=e/t);for(var h=0;h<s;h++)h%p!=0&&l.push(kt(c,3)),c+=a*u;return l},e.prototype.getMajorTickPositions=function(){return this.getTickPositions(this.options.majorUnit)},e.prototype.getMinorTickPositions=function(){return this.getTickPositions(this.options.minorUnit)},e.prototype.getSlot=function(t,e,r){void 0===r&&(r=!1);var i,n,o=this.options,a=o.vertical,s=o.reverse,u=a?b:m,l=this.lineBox(),c=l[u+(s?2:1)],p=(s?-1:1)*((a?l.height():l.width())/(o.max-o.min)),h=new Zt(l.x1,l.y1,l.x1,l.y1),f=t,d=e;return bt(f)||(f=d||0),bt(d)||(d=f||0),r&&(f=Math.max(Math.min(f,o.max),o.min),d=Math.max(Math.min(d,o.max),o.min)),a?(i=o.max-Math.max(f,d),n=o.max-Math.min(f,d)):(i=Math.min(f,d)-o.min,n=Math.max(f,d)-o.min),h[u+1]=cr(c+p*(s?n:i)),h[u+2]=cr(c+p*(s?i:n)),h},e.prototype.getValue=function(t){var e=this.options,r=e.vertical,i=e.reverse,n=Number(e.max),o=Number(e.min),a=r?b:m,s=this.lineBox(),u=s[a+(i?2:1)],l=r?s.height():s.width(),c=(i?-1:1)*(t[a]-u),p=c*((n-o)/l);return c<0||c>l?null:kt(r?n-p:o+p,10)},e.prototype.translateRange=function(t){var e=this.options,r=e.vertical,i=e.reverse,n=e.max,o=e.min,a=this.lineBox(),s=r?a.height():a.width(),u=kt(t/(s/(n-o)),10);return!r&&!i||r&&i||(u=-u),{min:o+u,max:n+u,offset:u}},e.prototype.scaleRange=function(t){var e=this.options,r=-t*e.majorUnit;return{min:e.min-r,max:e.max+r}},e.prototype.labelsCount=function(){return this.getDivisions(this.options.majorUnit)},e.prototype.createAxisLabel=function(t,e,r){var i=this.options,n=kt(i.min+t*i.majorUnit,10),o=this.axisLabelText(n,e,r);return new Se(n,o,t,null,e)},e.prototype.shouldRenderNote=function(t){var e=this.range();return e.min<=t&&t<=e.max},e.prototype.pan=function(t){var e=this.translateRange(t);return this.limitRange(e.min,e.max,this.totalMin,this.totalMax,e.offset)},e.prototype.pointsRange=function(t,e){var r=this.getValue(t),i=this.getValue(e),n=Math.min(r,i),o=Math.max(r,i);if(this.isValidRange(n,o))return{min:n,max:o}},e.prototype.zoomRange=function(t){var e=this.totalMin,r=this.totalMax,i=this.scaleRange(t),n=jt(i.min,e,r),o=jt(i.max,e,r);if(this.isValidRange(n,o))return{min:n,max:o}},e.prototype.isValidRange=function(t,e){return e-t>pr},e}(Ve);function fr(t,e,r){var i=kt(Math.abs(t%e),10);return 0===i||i>e*(1-r)}Lt(hr,{type:"numeric",min:0,max:1,vertical:!0,majorGridLines:{visible:!0,width:1,color:o},labels:{format:"#.####################"},zIndex:1});var dr=hr,vr=function(t){function e(e,r,i,n){var o=Ee(e),a=Ee(r),s=n.intl,u=i||{};u=function(t,e,r){var i=r.min||t,n=r.max||e,o=r.baseUnit||(n&&i?function(t){var e="hours";t>=31536e6?e=Me:t>=26784e5?e="months":t>=6048e5?e="weeks":t>=864e5&&(e=Te);return e}(Le(n,i)):"hours"),a=Ne[o],s=r.weekStartDay||0,u=Re(Ue(i)-1,o,s)||Ee(n),l=ze(Ue(n)+1,o,s),c=(r.majorUnit?r.majorUnit:void 0)||lr(Yt(u.getTime(),l.getTime()),a)/a,p=Xe(u,l,o),h=lr(p,c)-p,f=Math.floor(h/2),d=h-f;r.baseUnit||delete r.baseUnit;return r.baseUnit=r.baseUnit||o,r.min=r.min||De(u,-f,o,s),r.max=r.max||De(l,d,o,s),r.minorUnit=r.minorUnit||c/5,r.majorUnit=c,r}(o,a,u=M(u||{},{min:Ye(s,u.min),max:Ye(s,u.max),axisCrossingValue:We(s,u.axisCrossingValues||u.axisCrossingValue),weekStartDay:qe(u,s)})),t.call(this,u,n),this.intlService=s,this.seriesMin=o,this.seriesMax=a;var l=u.weekStartDay||0;this.totalMin=Ue(Re(Ue(o)-1,u.baseUnit,l)),this.totalMax=Ue(ze(Ue(a)+1,u.baseUnit,l))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.clone=function(){return new e(this.seriesMin,this.seriesMax,Object.assign({},this.options),this.chartService)},e.prototype.range=function(){var t=this.options;return{min:t.min,max:t.max}},e.prototype.getDivisions=function(t){var e=this.options;return Math.floor(Xe(e.min,e.max,e.baseUnit)/t+1)},e.prototype.getTickPositions=function(t){for(var e=this.options,r=e.vertical,i=this.lineBox(),n=(r?-1:1)*(e.reverse?-1:1),o=i[(r?b:m)+(1===n?1:2)],a=this.getDivisions(t),s=Ke(e.max,e.min),u=(r?i.height():i.width())/s,l=e.weekStartDay||0,c=[o],p=1;p<a;p++){var h=o+Ke(De(e.min,p*t,e.baseUnit,l),e.min)*u*n;c.push(kt(h,3))}return c},e.prototype.getMajorTickPositions=function(){return this.getTickPositions(this.options.majorUnit)},e.prototype.getMinorTickPositions=function(){return this.getTickPositions(this.options.minorUnit)},e.prototype.getSlot=function(t,e,r){return dr.prototype.getSlot.call(this,Ye(this.intlService,t),Ye(this.intlService,e),r)},e.prototype.getValue=function(t){var e=dr.prototype.getValue.call(this,t);return null!==e?Ee(e):null},e.prototype.labelsCount=function(){return this.getDivisions(this.options.majorUnit)},e.prototype.createAxisLabel=function(t,e,r){var i=this.options,n=t*i.majorUnit,o=i.weekStartDay||0,a=i.min;n>0&&(a=De(a,n,i.baseUnit,o));var s=e.dateFormats[i.baseUnit];e.format=e.format||s;var u=this.axisLabelText(a,e,r);return new Se(a,u,t,null,e)},e.prototype.translateRange=function(t,e){var r=this.options,i=r.baseUnit,n=r.weekStartDay||0,o=this.lineBox(),a=r.vertical?o.height():o.width(),s=this.range(),u=a/Ke(s.max,s.min),l=kt(t/u,10)*(r.reverse?-1:1),c=Ie(r.min,l),p=Ie(r.max,l);return e||(c=De(c,0,i,n),p=De(p,0,i,n)),{min:c,max:p,offset:l}},e.prototype.scaleRange=function(t){for(var e=this.options,r=e.min,i=e.max,n=Math.abs(t);n--;){var o=Ke(r,i),a=Math.round(.1*o);t<0?(r=Ie(r,a),i=Ie(i,-a)):(r=Ie(r,-a),i=Ie(i,a))}return{min:r,max:i}},e.prototype.shouldRenderNote=function(t){var e=this.range();return Fe(t,e.min)>=0&&Fe(t,e.max)<=0},e.prototype.pan=function(t){var e=this.translateRange(t,!0),r=this.limitRange(Ue(e.min),Ue(e.max),this.totalMin,this.totalMax,e.offset);if(r)return{min:Ee(r.min),max:Ee(r.max)}},e.prototype.pointsRange=function(t,e){var r=this.getValue(t),i=this.getValue(e),n=Math.min(r,i),o=Math.max(r,i);return{min:Ee(n),max:Ee(o)}},e.prototype.zoomRange=function(t){var e=this.scaleRange(t);return{min:Ee(jt(Ue(e.min),this.totalMin,this.totalMax)),max:Ee(jt(Ue(e.max),this.totalMin,this.totalMax))}},e}(Ve);Lt(vr,{type:l,majorGridLines:{visible:!0,width:1,color:o},labels:{dateFormats:Je}});var gr=vr,yr=function(t){function e(e,r,i,n){var o=M({majorUnit:10,min:e,max:r},i),a=o.majorUnit,s=function(t,e){var r,i=kt(br(t,e),10)%1;r=t<=0?e:0!==i&&(i<.3||i>.9)?Math.pow(e,br(t,e)+.2):Math.pow(e,Math.ceil(br(t,e)));return r}(r,a),u=function(t,e,r){var i=r.majorUnit,n=t;t<=0?n=e<=1?Math.pow(i,-2):1:r.narrowRange||(n=Math.pow(i,Math.floor(br(t,i))));return n}(e,r,o),l=function(t,e,r,i){var n=r.min,o=r.max;bt(r.axisCrossingValue)&&r.axisCrossingValue<=0&&mr();bt(i.max)?i.max<=0&&mr():o=e;bt(i.min)?i.min<=0&&mr():n=t;return{min:n,max:o}}(u,s,o,i);o.max=l.max,o.min=l.min,o.minorUnit=i.minorUnit||kt(a-1,10),t.call(this,o,n),this.totalMin=bt(i.min)?Math.min(u,i.min):u,this.totalMax=bt(i.max)?Math.max(s,i.max):s,this.logMin=kt(br(l.min,a),10),this.logMax=kt(br(l.max,a),10),this.seriesMin=e,this.seriesMax=r,this.createLabels()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.clone=function(){return new e(this.seriesMin,this.seriesMax,Object.assign({},this.options),this.chartService)},e.prototype.startValue=function(){return this.options.min},e.prototype.getSlot=function(t,e,r){var i,n,o=this.options,a=this.logMin,s=this.logMax,u=o.reverse,l=o.vertical,c=o.majorUnit,p=l?b:m,h=this.lineBox(),f=h[p+(u?2:1)],d=(u?-1:1)*((l?h.height():h.width())/(s-a)),v=new Zt(h.x1,h.y1,h.x1,h.y1),g=t,y=e;return bt(g)||(g=y||1),bt(y)||(y=g||1),g<=0||y<=0?null:(r&&(g=Math.max(Math.min(g,o.max),o.min),y=Math.max(Math.min(y,o.max),o.min)),g=br(g,c),y=br(y,c),l?(i=s-Math.max(g,y),n=s-Math.min(g,y)):(i=Math.min(g,y)-a,n=Math.max(g,y)-a),v[p+1]=cr(f+d*(u?n:i)),v[p+2]=cr(f+d*(u?i:n)),v)},e.prototype.getValue=function(t){var e=this.options,r=this.logMin,i=this.logMax,n=e.reverse,o=e.vertical,a=e.majorUnit,s=this.lineBox(),u=o===n?1:-1,l=1===u?1:2,c=o?s.height():s.width(),p=(i-r)/c,h=o?b:m,f=s[h+l],d=u*(t[h]-f);if(d<0||d>c)return null;var v=r+d*p;return kt(Math.pow(a,v),10)},e.prototype.range=function(){var t=this.options;return{min:t.min,max:t.max}},e.prototype.scaleRange=function(t){var e=this.options.majorUnit,r=-t;return{min:Math.pow(e,this.logMin-r),max:Math.pow(e,this.logMax+r)}},e.prototype.translateRange=function(t){var e=this.options,r=this.logMin,i=this.logMax,n=e.reverse,o=e.vertical,a=e.majorUnit,s=this.lineBox(),u=o?s.height():s.width(),l=kt(t/(u/(i-r)),10);return!o&&!n||o&&n||(l=-l),{min:Math.pow(a,r+l),max:Math.pow(a,i+l),offset:l}},e.prototype.labelsCount=function(){var t=Math.floor(this.logMax);return Math.floor(t-this.logMin)+1},e.prototype.getMajorTickPositions=function(){var t=[];return this.traverseMajorTicksPositions((function(e){t.push(e)}),{step:1,skip:0}),t},e.prototype.createTicks=function(t){var e=this.options,r=e.majorTicks,i=e.minorTicks,n=e.vertical,o=e.labels.mirror,a=this.lineBox(),s={vertical:n};function u(e,r){s.tickX=o?a.x2:a.x2-r.size,s.tickY=o?a.y1-r.size:a.y1,s.position=e,t.append(Pe(s,r))}return r.visible&&this.traverseMajorTicksPositions(u,r),i.visible&&this.traverseMinorTicksPositions(u,i),[]},e.prototype.createGridLines=function(t){var e=this.options,r=e.minorGridLines,i=e.majorGridLines,n=e.vertical,o=t.lineBox(),a={lineStart:o[n?"x1":"y1"],lineEnd:o[n?"x2":"y2"],vertical:n},s=[],u=this.gridLinesVisual();function l(t,e){ct(t,s)||(a.position=t,u.append(Ae(a,e)),s.push(t))}return i.visible&&this.traverseMajorTicksPositions(l,i),r.visible&&this.traverseMinorTicksPositions(l,r),u.children},e.prototype.traverseMajorTicksPositions=function(t,e){for(var r=this._lineOptions(),i=r.lineStart,n=r.step,o=this.logMin,a=this.logMax,s=Math.ceil(o)+e.skip;s<=a;s+=e.step){t(kt(i+n*(s-o),10),e)}},e.prototype.traverseMinorTicksPositions=function(t,e){for(var r=this.options,i=r.min,n=r.max,o=r.minorUnit,a=r.majorUnit,s=this._lineOptions(),u=s.lineStart,l=s.step,c=this.logMin,p=this.logMax,h=Math.floor(c);h<p;h++)for(var f=this._minorIntervalOptions(h),d=e.skip;d<o;d+=e.step){var v=f.value+d*f.minorStep;if(v>n)break;if(v>=i)t(kt(u+l*(br(v,a)-c),10),e)}},e.prototype.createAxisLabel=function(t,e,r){var i=Math.ceil(this.logMin+t),n=Math.pow(this.options.majorUnit,i),o=this.axisLabelText(n,e,r);return new Se(n,o,t,null,e)},e.prototype.shouldRenderNote=function(t){var e=this.range();return e.min<=t&&t<=e.max},e.prototype.pan=function(t){var e=this.translateRange(t);return this.limitRange(e.min,e.max,this.totalMin,this.totalMax,e.offset)},e.prototype.pointsRange=function(t,e){var r=this.getValue(t),i=this.getValue(e);return{min:Math.min(r,i),max:Math.max(r,i)}},e.prototype.zoomRange=function(t){var e=this.options,r=this.totalMin,i=this.totalMax,n=this.scaleRange(t),o=jt(n.min,r,i),a=jt(n.max,r,i),s=e.majorUnit,u=a>o&&e.min&&e.max&&kt(br(e.max,s)-br(e.min,s),10)<1,l=!(e.min===r&&e.max===i)&&kt(br(a,s)-br(o,s),10)>=1;if(u||l)return{min:o,max:a}},e.prototype._minorIntervalOptions=function(t){var e=this.options,r=e.minorUnit,i=e.majorUnit,n=Math.pow(i,t);return{value:n,minorStep:(Math.pow(i,t+1)-n)/r}},e.prototype._lineOptions=function(){var t=this.options,e=t.reverse,r=t.vertical,i=r?b:m,n=this.lineBox(),o=r===e?1:-1,a=1===o?1:2;return{step:o*((r?n.height():n.width())/(this.logMax-this.logMin)),lineStart:n[i+a],lineBox:n}},e}(Ve);function mr(){throw new Error("Non positive values cannot be used for a logarithmic axis")}function br(t,e){return Math.log(t)/Math.log(e)}Lt(yr,{type:"log",majorUnit:10,minorUnit:1,axisCrossingValue:1,vertical:!0,majorGridLines:{visible:!0,width:1,color:o},zIndex:1,_deferLabels:!0});var xr=yr,Cr={createGridLines:function(t){var e,r,i=this.options,n=Math.abs(this.box.center().y-t.lineBox().y1),o=[],a=!1;return i.majorGridLines.visible&&(e=this.majorGridLineAngles(t),a=!0,o=this.renderMajorGridLines(e,n,i.majorGridLines)),i.minorGridLines.visible&&(r=this.minorGridLineAngles(t,a),yt(o,this.renderMinorGridLines(r,n,i.minorGridLines,t,a))),o},renderMajorGridLines:function(t,e,r){return this.renderGridLines(t,e,r)},renderMinorGridLines:function(t,e,r,i,n){var o=this.radiusCallback&&this.radiusCallback(e,i,n);return this.renderGridLines(t,e,r,o)},renderGridLines:function(t,e,r,i){for(var n={stroke:{width:r.width,color:r.color,dashType:r.dashType}},o=this.box.center(),a=new S.geometry.Circle([o.x,o.y],e),s=this.gridLinesVisual(),u=0;u<t.length;u++){var l=new S.drawing.Path(n);i&&(a.radius=i(t[u])),l.moveTo(a.center).lineTo(a.pointAt(t[u]+180)),s.append(l)}return s.children},gridLineAngles:function(t,e,r,i,n){var o=this,a=this.intervals(e,r,i,n),s=t.options,u=s.visible&&!1!==(s.line||{}).visible;return dt(a,(function(t){var e=o.intervalAngle(t);if(!u||90!==e)return e}))}},_r=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.range=function(){return{min:0,max:this.options.categories.length}},e.prototype.reflow=function(t){this.box=t,this.reflowLabels()},e.prototype.lineBox=function(){return this.box},e.prototype.reflowLabels=function(){for(var t=this.labels,e=this.options.labels,r=e.skip||0,i=e.step||1,n=new Zt,o=0;o<t.length;o++){t[o].reflow(n);var a=t[o].box;t[o].reflow(this.getSlot(r+o*i).adjacentBox(0,a.width(),a.height()))}},e.prototype.intervals=function(t,e,r,i){void 0===i&&(i=!1);for(var n=this.options,o=n.categories.length/t||1,a=360/o,s=r||1,u=[],l=0,c=e||0;c<o;c+=s)l=n.reverse?360-c*a:c*a,l=kt(l,3)%360,i&&ct(l,i)||u.push(l);return u},e.prototype.majorIntervals=function(){return this.intervals(1)},e.prototype.minorIntervals=function(){return this.intervals(.5)},e.prototype.intervalAngle=function(t){return(360+t+this.options.startAngle)%360},e.prototype.majorAngles=function(){var t=this;return dt(this.majorIntervals(),(function(e){return t.intervalAngle(e)}))},e.prototype.createLine=function(){return[]},e.prototype.majorGridLineAngles=function(t){var e=this.options.majorGridLines;return this.gridLineAngles(t,1,e.skip,e.step)},e.prototype.minorGridLineAngles=function(t,e){var r=this.options,i=r.minorGridLines,n=r.majorGridLines,o=e?this.intervals(1,n.skip,n.step):null;return this.gridLineAngles(t,.5,i.skip,i.step,o)},e.prototype.radiusCallback=function(t,e,r){if(e.options.type!==n){var i=At(360/(2*this.options.categories.length)),o=Math.cos(i)*t,a=this.majorAngles(),s=function(e){return!r&&ct(e,a)?t:o};return s}},e.prototype.createPlotBands=function(){for(var t=this.options.plotBands||[],e=this._plotbandGroup=new S.drawing.Group({zIndex:-1}),r=0;r<t.length;r++){var i=t[r],n=this.plotBandSlot(i),o=this.getSlot(i.from),a=i.from-Math.floor(i.from);n.startAngle+=a*o.angle;var s=Math.ceil(i.to)-i.to;n.angle-=(s+a)*o.angle;var u=re.current.createRing(n,{fill:{color:i.color,opacity:i.opacity},stroke:{opacity:i.opacity}});e.append(u)}this.appendVisual(e)},e.prototype.plotBandSlot=function(t){return this.getSlot(t.from,t.to-1)},e.prototype.getSlot=function(t,e){var r=this.options,i=r.justified,n=this.box,o=this.majorAngles(),a=o.length,s=360/a,u=t;r.reverse&&!i&&(u=(u+1)%a);var l=o[u=jt(Math.floor(u),0,a-1)];i&&(l-=s/2)<0&&(l+=360);var c=s*(jt(Math.ceil(e||u),u,a-1)-u+1);return new Jt(n.center(),0,n.height()/2,l,c)},e.prototype.slot=function(t,e){var r=this.getSlot(t,e),i=r.startAngle+180,n=i+r.angle;return new S.geometry.Arc([r.center.x,r.center.y],{startAngle:i,endAngle:n,radiusX:r.radius,radiusY:r.radius})},e.prototype.pointCategoryIndex=function(t){for(var e=this.options.categories.length,r=null,i=0;i<e;i++){if(this.getSlot(i).containsPoint(t)){r=i;break}}return r},e}(Qe);Lt(_r,{startAngle:90,labels:{margin:D(10)},majorGridLines:{visible:!0},justified:!0}),M(_r.prototype,Cr);var Or=_r,Sr=function(t){function e(e,r){t.call(this,e,r);var i=this.options;i.minorUnit=i.minorUnit||i.majorUnit/2}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getDivisions=function(t){return dr.prototype.getDivisions.call(this,t)-1},e.prototype.reflow=function(t){this.box=t,this.reflowLabels()},e.prototype.reflowLabels=function(){for(var t=this.options,e=this.labels,r=this.options.labels,i=r.skip||0,n=r.step||1,o=new Zt,a=this.intervals(t.majorUnit,i,n),s=0;s<e.length;s++){e[s].reflow(o);var u=e[s].box;e[s].reflow(this.getSlot(a[s]).adjacentBox(0,u.width(),u.height()))}},e.prototype.lineBox=function(){return this.box},e.prototype.intervals=function(t,e,r,i){void 0===i&&(i=!1);for(var n=this.options.min,o=this.getDivisions(t),a=[],s=r||1,u=e||0;u<o;u+=s){var l=(360+n+u*t)%360;i&&ct(l,i)||a.push(l)}return a},e.prototype.majorIntervals=function(){return this.intervals(this.options.majorUnit)},e.prototype.minorIntervals=function(){return this.intervals(this.options.minorUnit)},e.prototype.intervalAngle=function(t){return(540-t-this.options.startAngle)%360},e.prototype.createLine=function(){return[]},e.prototype.majorGridLineAngles=function(t){var e=this.options.majorGridLines;return this.gridLineAngles(t,this.options.majorUnit,e.skip,e.step)},e.prototype.minorGridLineAngles=function(t,e){var r=this.options,i=r.minorGridLines,n=r.majorGridLines,o=e?this.intervals(r.majorUnit,n.skip,n.step):null;return this.gridLineAngles(t,r.minorUnit,i.skip,i.step,o)},e.prototype.plotBandSlot=function(t){return this.getSlot(t.from,t.to)},e.prototype.getSlot=function(t,e){var r=this.options,i=this.box,n=r.startAngle,o=jt(t,r.min,r.max),a=jt(e||o,o,r.max);if(r.reverse&&(o*=-1,a*=-1),(a=(540-a-n)%360)<(o=(540-o-n)%360)){var s=o;o=a,a=s}return new Jt(i.center(),0,i.height()/2,o,a-o)},e.prototype.slot=function(t,e){void 0===e&&(e=t);var r,i,n=this.options,o=360-n.startAngle,a=this.getSlot(t,e),s=Math.min(t,e),u=Math.max(t,e);return n.reverse?(r=s,i=u):(r=360-u,i=360-s),r=(r+o)%360,i=(i+o)%360,new S.geometry.Arc([a.center.x,a.center.y],{startAngle:r,endAngle:i,radiusX:a.radius,radiusY:a.radius})},e.prototype.getValue=function(t){var e=this.options,r=this.box.center(),i=t.x-r.x,n=t.y-r.y,o=Math.round(xt(Math.atan2(n,i))),a=e.startAngle;return e.reverse||(o*=-1,a*=-1),(o+a+360)%360},e.prototype.valueRange=function(){return{min:0,max:2*Math.PI}},e}(Ve);Lt(Sr,{type:"polar",startAngle:0,reverse:!1,majorUnit:60,min:0,max:360,labels:{margin:D(10)},majorGridLines:{color:o,visible:!0,width:1},minorGridLines:{color:"#aaa"}}),M(Sr.prototype,Cr,{createPlotBands:Or.prototype.createPlotBands,majorAngles:Or.prototype.majorAngles,range:dr.prototype.range,labelsCount:dr.prototype.labelsCount,createAxisLabel:dr.prototype.createAxisLabel});var wr=Sr;function jr(t,e){return 180-Math.abs(Math.abs(t-e)-180)}var Pr={options:{majorGridLines:{visible:!0}},createPlotBands:function(){var t=this.options,e=t.majorGridLines.type,r=t.plotBands;void 0===r&&(r=[]);for(var i=this.plotArea.polarAxis,o=i.majorAngles(),a=i.box.center(),s=this._plotbandGroup=new S.drawing.Group({zIndex:-1}),u=0;u<r.length;u++){var l=r[u],c={fill:{color:l.color,opacity:l.opacity},stroke:{opacity:l.opacity}},p=this.getSlot(l.from,l.to,!0),h=new Jt(a,a.y-p.y2,a.y-p.y1,0,360),f=void 0;f=e===n?re.current.createRing(h,c):S.drawing.Path.fromPoints(this.plotBandPoints(h,o),c).close(),s.append(f)}this.appendVisual(s)},plotBandPoints:function(t,e){for(var r=[],i=[],n=[t.center.x,t.center.y],o=new S.geometry.Circle(n,t.innerRadius),a=new S.geometry.Circle(n,t.radius),s=0;s<e.length;s++)r.push(o.pointAt(e[s]+180)),i.push(a.pointAt(e[s]+180));return r.reverse(),r.push(r[0]),i.push(i[0]),i.concat(r)},createGridLines:function(t){var e=this.options,r=this.radarMajorGridLinePositions(),i=t.majorAngles(),n=t.box.center(),o=[];if(e.majorGridLines.visible&&(o=this.renderGridLines(n,r,i,e.majorGridLines)),e.minorGridLines.visible){var a=this.radarMinorGridLinePositions();yt(o,this.renderGridLines(n,a,i,e.minorGridLines))}return o},renderGridLines:function(t,e,r,i){var o={stroke:{width:i.width,color:i.color,dashType:i.dashType}},a=i.skip;void 0===a&&(a=0);var s=i.step;void 0===s&&(s=0);for(var u=this.gridLinesVisual(),l=a;l<e.length;l+=s){var c=t.y-e[l];if(c>0){var p=new S.geometry.Circle([t.x,t.y],c);if(i.type===n)u.append(new S.drawing.Circle(p,o));else{for(var h=new S.drawing.Path(o),f=0;f<r.length;f++)h.lineTo(p.pointAt(r[f]+180));h.close(),u.append(h)}}}return u.children},getValue:function(t){var e=this.lineBox(),r=this.plotArea.polarAxis,i=r.majorAngles(),o=r.box.center(),a=t.distanceTo(o),s=a;if(this.options.majorGridLines.type!==n&&i.length>1){var u=t.x-o.x,l=t.y-o.y,c=(xt(Math.atan2(l,u))+540)%360;i.sort((function(t,e){return jr(t,c)-jr(e,c)}));var p=90-jr(i[0],i[1])/2,h=180-jr(c,i[0])-p;s=a*(Math.sin(At(h))/Math.sin(At(p)))}return this.axisType().prototype.getValue.call(this,new Wt(e.x1,e.y2-s))}},Ar=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.radarMajorGridLinePositions=function(){return this.getTickPositions(this.options.majorUnit)},e.prototype.radarMinorGridLinePositions=function(){var t=this.options,e=0;return t.majorGridLines.visible&&(e=t.majorUnit),this.getTickPositions(t.minorUnit,e)},e.prototype.axisType=function(){return t},e}(dr);M(Ar.prototype,Pr);var kr=Ar,Vr=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.radarMajorGridLinePositions=function(){var t=[];return this.traverseMajorTicksPositions((function(e){t.push(e)}),this.options.majorGridLines),t},e.prototype.radarMinorGridLinePositions=function(){var t=[];return this.traverseMinorTicksPositions((function(e){t.push(e)}),this.options.minorGridLines),t},e.prototype.axisType=function(){return t},e}(xr);M(Vr.prototype,Pr);var Tr=Vr;function Mr(t){return t<=0?-1:1}var Nr=function(t){function e(e){t.call(this),this.closed=e}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.process=function(t){var e=t.slice(0),r=[],i=this.closed,n=e.length;if(n>2&&(this.removeDuplicates(0,e),n=e.length),n<2||2===n&&e[0].equals(e[1]))return r;var o,a,s=e[0],u=e[1],l=e[2];for(r.push(new S.geometry.Segment(s));s.equals(e[n-1]);)i=!0,e.pop(),n--;if(2===n){var c=this.tangent(s,u,m,b);return wt(r).controlOut(this.firstControlPoint(c,s,u,m,b)),r.push(new S.geometry.Segment(u,this.secondControlPoint(c,s,u,m,b))),r}if(i){s=e[n-1],u=e[0],l=e[1];var p=this.controlPoints(s,u,l);o=p[1],a=p[0]}else{var h=this.tangent(s,u,m,b);o=this.firstControlPoint(h,s,u,m,b)}for(var f=o,d=0;d<=n-3;d++)if(this.removeDuplicates(d,e),d+3<=(n=e.length)){s=e[d],u=e[d+1],l=e[d+2];var v=this.controlPoints(s,u,l);wt(r).controlOut(f),f=v[1];var g=v[0];r.push(new S.geometry.Segment(u,g))}if(i){s=e[n-2],u=e[n-1],l=e[0];var y=this.controlPoints(s,u,l);wt(r).controlOut(f),r.push(new S.geometry.Segment(u,y[0])),wt(r).controlOut(y[1]),r.push(new S.geometry.Segment(l,a))}else{var x=this.tangent(u,l,m,b);wt(r).controlOut(f),r.push(new S.geometry.Segment(l,this.secondControlPoint(x,u,l,m,b)))}return r},e.prototype.removeDuplicates=function(t,e){for(;e[t+1]&&(e[t].equals(e[t+1])||e[t+1].equals(e[t+2]));)e.splice(t+1,1)},e.prototype.invertAxis=function(t,e,r){var i=!1;if(t.x===e.x)i=!0;else if(e.x===r.x)(e.y<r.y&&t.y<=e.y||r.y<e.y&&e.y<=t.y)&&(i=!0);else{var n=this.lineFunction(t,e),o=this.calculateFunction(n,r.x);t.y<=e.y&&r.y<=o||e.y<=t.y&&r.y>=o||(i=!0)}return i},e.prototype.isLine=function(t,e,r){var i=this.lineFunction(t,e),n=this.calculateFunction(i,r.x);return t.x===e.x&&e.x===r.x||kt(n,1)===kt(r.y,1)},e.prototype.lineFunction=function(t,e){var r=(e.y-t.y)/(e.x-t.x);return[t.y-r*t.x,r]},e.prototype.controlPoints=function(t,e,r){var i,n=m,o=b,a=!1,s=!1;if(this.isLine(t,e,r))i=this.tangent(t,e,m,b);else{var u={x:this.isMonotonicByField(t,e,r,m),y:this.isMonotonicByField(t,e,r,b)};if(u.x&&u.y)i=this.tangent(t,r,m,b),a=!0;else if(this.invertAxis(t,e,r)&&(n=b,o=m),u[n])i=0;else i=.01*(r[o]<t[o]&&t[o]<=e[o]||t[o]<r[o]&&e[o]<=t[o]?Mr((r[o]-t[o])*(e[n]-t[n])):-Mr((r[n]-t[n])*(e[o]-t[o]))),s=!0}var l=this.secondControlPoint(i,t,e,n,o);if(s){var c=n;n=o,o=c}var p=this.firstControlPoint(i,e,r,n,o);return a&&(this.restrictControlPoint(t,e,l,i),this.restrictControlPoint(e,r,p,i)),[l,p]},e.prototype.restrictControlPoint=function(t,e,r,i){t.y<e.y?e.y<r.y?(r.x=t.x+(e.y-t.y)/i,r.y=e.y):r.y<t.y&&(r.x=e.x-(e.y-t.y)/i,r.y=t.y):r.y<e.y?(r.x=t.x-(t.y-e.y)/i,r.y=e.y):t.y<r.y&&(r.x=e.x+(t.y-e.y)/i,r.y=t.y)},e.prototype.tangent=function(t,e,r,i){var n,o=e[r]-t[r],a=e[i]-t[i];return n=0===o?0:a/o,n},e.prototype.isMonotonicByField=function(t,e,r,i){return r[i]>e[i]&&e[i]>t[i]||r[i]<e[i]&&e[i]<t[i]},e.prototype.firstControlPoint=function(t,e,r,i,n){var o=e[i],a=.333*(r[i]-o);return this.point(o+a,e[n]+a*t,i,n)},e.prototype.secondControlPoint=function(t,e,r,i,n){var o=e[i],a=r[i],s=.333*(a-o);return this.point(a-s,r[n]-s*t,i,n)},e.prototype.point=function(t,e,r,i){var n=new S.geometry.Point;return n[r]=t,n[i]=e,n},e.prototype.calculateFunction=function(t,e){for(var r=t.length,i=0,n=0;n<r;n++)i+=Math.pow(e,n)*t[n];return i},e}(S.Class),Lr=function(t){function e(e){t.call(this),this._axis=e,this.options=e.options}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.value=function(t){var e=this._axis,r=e.getCategory?e.getCategory(t):e.getValue(t);return r},e.prototype.slot=function(t,e,r){return void 0===r&&(r=!0),this._axis.slot(t,e,r)},e.prototype.range=function(){return this._axis.range()},e.prototype.valueRange=function(){return this._axis.valueRange()},e}(S.Class);function Ir(t,e){for(var r=0;r<e.length;r++)if(e[r].options.name===t)return e[r].prepareUserOptions(),new Lr(e[r])}var Er=function(t){this.visual=t.visual,this.chartsVisual=t.chartContainer.visual,this._pane=t};Er.prototype.findAxisByName=function(t){return Ir(t,this._pane.axes)};var Br=Er,Dr=function(t){function e(e){t.call(this),this._plotArea=e,this.visual=e.visual,this.backgroundVisual=e._bgVisual}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e}(S.Class);function Rr(t){for(var e=t.length,r=0,i=0;i<e;i++){P(t[i])&&r++}return r}var zr={min:function(t){for(var e=t.length,r=h,i=0;i<e;i++){var n=t[i];P(n)&&(r=Math.min(r,n))}return r===h?t[0]:r},max:function(t){for(var e=t.length,r=f,i=0;i<e;i++){var n=t[i];P(n)&&(r=Math.max(r,n))}return r===f?t[0]:r},sum:function(t){for(var e=t.length,r=0,i=0;i<e;i++){var n=t[i];P(n)&&(r+=n)}return r},sumOrNull:function(t){var e=null;return Rr(t)&&(e=zr.sum(t)),e},count:function(t){for(var e=t.length,r=0,i=0;i<e;i++){var n=t[i];null!==n&&bt(n)&&r++}return r},avg:function(t){var e=Rr(t),r=t[0];return e>0&&(r=zr.sum(t)/e),r},first:function(t){for(var e=t.length,r=0;r<e;r++){var i=t[r];if(null!==i&&bt(i))return i}return t[0]}},Fr=zr;function Kr(t,e){return null===e?e:ot(t)(e)}var Ur=function(t){function e(){t.call(this),this._valueFields={},this._otherFields={},this._nullValue={},this._undefinedValue={}}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.register=function(t,e,r){void 0===e&&(e=[g]),void 0===r&&(r={});for(var i=0;i<t.length;i++){var n=t[i];this._valueFields[n]=e,this._otherFields[n]=r,this._nullValue[n]=this._makeValue(e,null),this._undefinedValue[n]=this._makeValue(e,void 0)}},e.prototype.canonicalFields=function(t){return this.valueFields(t).concat(this.otherFields(t))},e.prototype.valueFields=function(t){return this._valueFields[t.type]||[g]},e.prototype.otherFields=function(t){return this._otherFields[t.type]||[g]},e.prototype.bindPoint=function(t,e,r){var i,n,o=t.data,a=bt(r)?r:o[e],s={valueFields:{value:a}},u=this.valueFields(t),l=this._otherFields[t.type];if(null===a)n=this._nullValue[t.type];else if(bt(a)){if(Array.isArray(a)){var c=a.slice(u.length);n=this._bindFromArray(a,u),i=this._bindFromArray(c,l)}else if("object"==typeof a){var p=this.sourceFields(t,u),h=this.sourceFields(t,l);n=this._bindFromObject(a,u,p),i=this._bindFromObject(a,l,h)}}else n=this._undefinedValue[t.type];return bt(n)&&(1===u.length?s.valueFields.value=n[u[0]]:s.valueFields=n),s.fields=i||{},s},e.prototype._makeValue=function(t,e){for(var r={},i=t.length,n=0;n<i;n++){r[t[n]]=e}return r},e.prototype._bindFromArray=function(t,e){var r={};if(e)for(var i=Math.min(e.length,t.length),n=0;n<i;n++)r[e[n]]=t[n];return r},e.prototype._bindFromObject=function(t,e,r){void 0===r&&(r=e);var i={};if(e)for(var n=e.length,o=0;o<n;o++){var a=e[o],s=r[o];null!==s&&(i[a]=Kr(s,t))}return i},e.prototype.sourceFields=function(t,e){var r=[];if(e)for(var i=e.length,n=0;n<i;n++){var o=e[n],a=o===g?"field":o+"Field";r.push(null!==t[a]?t[a]||o:null)}return r},e}(S.Class);Ur.current=new Ur;var Hr=Ur,$r=/percent(?:\w*)\((\d+)\)/,Gr=new RegExp("^stddev(?:\\((\\d+(?:\\.\\d+)?)\\))?$"),Xr=function(t){function e(e,r,i){t.call(this),this.initGlobalRanges(e,r,i)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initGlobalRanges=function(t,e,r){var i=e.data,n=Gr.exec(t);if(n){this.valueGetter=this.createValueGetter(e,r);var o=this.getAverage(i),a=this.getStandardDeviation(i,o,!1),s=n[1]?parseFloat(n[1]):1,u={low:o.value-a*s,high:o.value+a*s};this.globalRange=function(){return u}}else if(t.indexOf&&t.indexOf("stderr")>=0){this.valueGetter=this.createValueGetter(e,r);var l=this.getStandardError(i,this.getAverage(i));this.globalRange=function(t){return{low:t-l,high:t+l}}}},e.prototype.createValueGetter=function(t,e){var r,i=t.data,n=Hr.current,o=n.valueFields(t),a=bt(i[0])?i[0]:{};if(x(a))r=ot("["+(e?o.indexOf(e):0)+"]");else if(P(a))r=ot();else if("object"==typeof a){r=ot(n.sourceFields(t,o)[o.indexOf(e)])}return r},e.prototype.getErrorRange=function(t,e){var r,i,n;if(!bt(e))return null;if(this.globalRange)return this.globalRange(t);if(x(e))r=t-e[0],i=t+e[1];else if(P(n=parseFloat(e)))r=t-n,i=t+n;else{if(!(n=$r.exec(e)))throw new Error("Invalid ErrorBar value: "+e);var o=t*(parseFloat(n[1])/100);r=t-Math.abs(o),i=t+Math.abs(o)}return{low:r,high:i}},e.prototype.getStandardError=function(t,e){return this.getStandardDeviation(t,e,!0)/Math.sqrt(e.count)},e.prototype.getStandardDeviation=function(t,e,r){for(var i=t.length,n=r?e.count-1:e.count,o=0,a=0;a<i;a++){var s=this.valueGetter(t[a]);P(s)&&(o+=Math.pow(s-e.value,2))}return Math.sqrt(o/n)},e.prototype.getAverage=function(t){for(var e=t.length,r=0,i=0,n=0;n<e;n++){var o=this.valueGetter(t[n]);P(o)&&(r+=o,i++)}return{value:r/i,count:i}},e}(S.Class),Yr=S.support.browser||{},Wr=Yr.msie?.001:0,qr="zero",Zr="bar",Qr="column",Jr="line",ti="pie",ei="verticalLine",ri=[Zr,Qr,"ohlc","candlestick","boxPlot","verticalBoxPlot","bullet","rangeColumn","rangeBar","waterfall","horizontalWaterfall"],ii="DOMMouseScroll mousewheel",ni=function(t){function e(e,r,i,n,o,a){t.call(this,a),this.low=e,this.high=r,this.isVertical=i,this.chart=n,this.series=o}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e,r=this.options.endCaps,i=this.isVertical,n=this.getAxis().getSlot(this.low,this.high),o=t.center(),a=this.getCapsWidth(t,i),s=i?o.x:o.y,u=s-a,l=s+a;i?(e=[new Wt(o.x,n.y1),new Wt(o.x,n.y2)],r&&e.push(new Wt(u,n.y1),new Wt(l,n.y1),new Wt(u,n.y2),new Wt(l,n.y2)),this.box=new Zt(u,n.y1,l,n.y2)):(e=[new Wt(n.x1,o.y),new Wt(n.x2,o.y)],r&&e.push(new Wt(n.x1,u),new Wt(n.x1,l),new Wt(n.x2,u),new Wt(n.x2,l)),this.box=new Zt(n.x1,u,n.x2,l)),this.linePoints=e},e.prototype.getCapsWidth=function(t,e){var r=e?t.width():t.height();return Math.min(Math.floor(r/2),4)||4},e.prototype.createVisual=function(){var t=this,e=this.options,r=e.visual;r?this.visual=r({low:this.low,high:this.high,rect:this.box.toRect(),sender:this.getSender(),options:{endCaps:e.endCaps,color:e.color,line:e.line},createVisual:function(){t.createDefaultVisual();var e=t.visual;return delete t.visual,e}}):this.createDefaultVisual()},e.prototype.createDefaultVisual=function(){var e=this.options,r=this.linePoints,i={stroke:{color:e.color,width:e.line.width,dashType:e.line.dashType}};t.prototype.createVisual.call(this);for(var n=0;n<r.length;n+=2){var o=new S.drawing.Path(i).moveTo(r[n].x,r[n].y).lineTo(r[n+1].x,r[n+1].y);w(o),this.visual.append(o)}},e}(ne);Lt(ni,{animation:{type:"fadeIn",delay:600},endCaps:!0,line:{width:2},zIndex:1});var oi=ni,ai=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getAxis=function(){return this.chart.seriesValueAxis(this.series)},e}(oi);function si(t,e,r,i){void 0===r&&(r={}),void 0===i&&(i=!1);var n=r.defaults=r.defaults||{},o=r.depth=r.depth||0,a=!1;if(r.excluded=r.excluded||[],o>5)return null;for(var s in t)if(!ct(s,r.excluded)&&t.hasOwnProperty(s)){var u=t[s];V(u)?(a=!0,i||(t[s]=Tt(u(e),n[s]))):N(u)&&(i||(r.defaults=n[s]),r.depth++,a=si(u,e,r,i)||a,r.depth--)}return a}function ui(t){for(var e=t.length,r=0,i=0;i<e;i++)r=Math.max(r,t[i].data.length);return r}var li=function(t){function e(e,r){t.call(this,r),this.plotArea=e,this.chartService=e.chartService,this.categoryAxis=e.seriesCategoryAxis(r.series[0]),this.valueAxisRanges={},this.points=[],this.categoryPoints=[],this.seriesPoints=[],this.seriesOptions=[],this._evalSeries=[],this.render()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){this.traverseDataPoints(this.addValue.bind(this))},e.prototype.pointOptions=function(t,e){var r=this.seriesOptions[e];if(!r){var i=this.pointType().prototype.defaults;this.seriesOptions[e]=r=M({},i,{vertical:!this.options.invertAxes},t)}return r},e.prototype.plotValue=function(t){if(!t)return 0;if(this.options.isStacked100&&P(t.value)){for(var e=t.categoryIx,r=this.categoryPoints[e],i=[],n=0,o=0;o<r.length;o++){var a=r[o];if(a){var s=t.series.stack,u=a.series.stack;if(s&&u&&s.group!==u.group)continue;P(a.value)&&(n+=Math.abs(a.value),i.push(Math.abs(a.value)))}}if(n>0)return t.value/n}return t.value},e.prototype.plotRange=function(t,e){void 0===e&&(e=0);var r=this.categoryPoints[t.categoryIx];if(this.options.isStacked){for(var i=this.plotValue(t),n=i>=0,o=e,a=!1,s=0;s<r.length;s++){var u=r[s];if(t===u)break;var l=t.series.stack,c=u.series.stack;if(l&&c){if("string"==typeof l&&l!==c)continue;if(l.group&&l.group!==c.group)continue}var p=this.plotValue(u);(p>=0&&n||p<0&&!n)&&(o+=p,i+=p,a=!0,this.options.isStacked100&&(i=Math.min(i,1)))}return a&&(o-=e),[o,i]}var h=t.series,f=this.seriesValueAxis(h),d=this.categoryAxisCrossingValue(f);return[d,k(t.value)?t.value:d]},e.prototype.stackLimits=function(t,e){for(var r=h,i=f,n=0;n<this.categoryPoints.length;n++){var o=this.categoryPoints[n];if(o)for(var a=0;a<o.length;a++){var s=o[a];if(s&&(s.series.stack===e||s.series.axis===t)){var u=this.plotRange(s,0)[1];bt(u)&&isFinite(u)&&(i=Math.max(i,u),r=Math.min(r,u))}}}return{min:r,max:i}},e.prototype.updateStackRange=function(){var t=this.options,e=t.isStacked,r=t.series,i={};if(e)for(var n=0;n<r.length;n++){var o=r[n],a=o.axis,s=a+o.stack,u=i[s];if(!u){u=this.stackLimits(a,o.stack);var l=this.errorTotals;l&&(l.negative.length&&(u.min=Math.min(u.min,It(l.negative).min)),l.positive.length&&(u.max=Math.max(u.max,It(l.positive).max))),u.min!==h||u.max!==f?i[s]=u:u=null}u&&(this.valueAxisRanges[a]=u)}},e.prototype.addErrorBar=function(t,e,r){var i,n=t.value,o=t.series,a=t.seriesIx,s=t.options.errorBars,u=e.fields.errorLow,l=e.fields.errorHigh;P(u)&&P(l)?i={low:u,high:l}:s&&bt(s.value)&&(this.seriesErrorRanges=this.seriesErrorRanges||[],this.seriesErrorRanges[a]=this.seriesErrorRanges[a]||new Xr(s.value,o,g),i=this.seriesErrorRanges[a].getErrorRange(n,s.value)),i&&(t.low=i.low,t.high=i.high,this.addPointErrorBar(t,r))},e.prototype.addPointErrorBar=function(t,e){var r=!this.options.invertAxes,i=t.options.errorBars,n=t.series,o=t.low,a=t.high;if(this.options.isStacked){var s=this.stackedErrorRange(t,e);o=s.low,a=s.high}else{var u={categoryIx:e,series:n};this.updateRange({value:o},u),this.updateRange({value:a},u)}var l=new ai(o,a,r,this,n,i);t.errorBars=[l],t.append(l)},e.prototype.stackedErrorRange=function(t,e){var r=this.plotRange(t,0)[1]-t.value,i=t.low+r,n=t.high+r;return this.errorTotals=this.errorTotals||{positive:[],negative:[]},i<0&&(this.errorTotals.negative[e]=Math.min(this.errorTotals.negative[e]||0,i)),n>0&&(this.errorTotals.positive[e]=Math.max(this.errorTotals.positive[e]||0,n)),{low:i,high:n}},e.prototype.addValue=function(t,e){var r=e.categoryIx,i=e.series,n=e.seriesIx,o=this.categoryPoints[r];o||(this.categoryPoints[r]=o=[]);var a=this.seriesPoints[n];a||(this.seriesPoints[n]=a=[]);var s=this.createPoint(t,e);s&&(Object.assign(s,e),s.owner=this,s.noteText=t.fields.noteText,bt(s.dataItem)||(s.dataItem=i.data[r]),this.addErrorBar(s,t,r)),this.points.push(s),a.push(s),o.push(s),this.updateRange(t.valueFields,e)},e.prototype.evalPointOptions=function(t,e,r,i,n,o){var a={defaults:n._defaults,excluded:["data","aggregate","_events","tooltip","content","template","visual","toggle","_outOfRangeMinPoint","_outOfRangeMaxPoint"]},s=this._evalSeries[o];bt(s)||(this._evalSeries[o]=s=si(t,{},a,!0));var u=t;return s&&si(u=M({},u),{value:e,category:r,index:i,series:n,dataItem:n.data[i]},a),u},e.prototype.updateRange=function(t,e){var r=e.series.axis,i=t.value,n=this.valueAxisRanges[r];isFinite(i)&&null!==i&&((n=this.valueAxisRanges[r]=n||{min:h,max:f}).min=Math.min(n.min,i),n.max=Math.max(n.max,i))},e.prototype.seriesValueAxis=function(t){var e=this.plotArea,r=t.axis,i=r?e.namedValueAxes[r]:e.valueAxis;if(!i)throw new Error("Unable to locate value axis with name "+r);return i},e.prototype.reflow=function(t){var e=this,r=this.categorySlots=[],i=this.points,n=this.categoryAxis,o=0;this.traverseDataPoints((function(t,a){var s=a.categoryIx,u=a.series,l=e.seriesValueAxis(u),c=i[o++],p=r[s];if(p||(r[s]=p=e.categorySlot(n,s,l)),c){var h=e.plotRange(c,l.startValue()),f=e.valueSlot(l,h);if(f){var d=e.pointSlot(p,f);c.aboveAxis=e.aboveAxis(c,l),c.stackValue=h[1],e.options.isStacked100&&(c.percentage=e.plotValue(c)),e.reflowPoint(c,d)}else c.visible=!1}})),this.reflowCategories(r),!this.options.clip&&this.options.limitPoints&&this.points.length&&this.limitPoints(),this.box=t},e.prototype.valueSlot=function(t,e){return t.getSlot(e[0],e[1],!this.options.clip)},e.prototype.limitPoints=function(){for(var t=this.categoryPoints,e=t[0].concat(wt(t)),r=0;r<e.length;r++)e[r]&&this.limitPoint(e[r])},e.prototype.limitPoint=function(t){var e=this.categoryAxis.limitSlot(t.box);e.equals(t.box)||t.reflow(e)},e.prototype.aboveAxis=function(t,e){var r=this.categoryAxisCrossingValue(e),i=t.value;return e.options.reverse?i<r:i>=r},e.prototype.categoryAxisCrossingValue=function(t){var e=this.categoryAxis,r=t.options;return[].concat(r.axisCrossingValues||r.axisCrossingValue)[e.axisIndex||0]||0},e.prototype.reflowPoint=function(t,e){t.reflow(e)},e.prototype.reflowCategories=function(){},e.prototype.pointSlot=function(t,e){var r=this.options.invertAxes,i=r?e:t,n=r?t:e;return new Zt(i.x1,n.y1,i.x2,n.y2)},e.prototype.categorySlot=function(t,e){return t.getSlot(e)},e.prototype.traverseDataPoints=function(t){for(var e=this.options.series,r=ui(e),i=e.length,n=0;n<i;n++)this._outOfRangeCallback(e[n],"_outOfRangeMinPoint",n,t);for(var o=0;o<r;o++)for(var a=0;a<i;a++){var s=e[a],u=this.categoryAxis.categoryAt(o);t(this._bindPoint(s,a,o),{category:u,categoryIx:o,categoriesCount:r,series:s,seriesIx:a})}for(var l=0;l<i;l++)this._outOfRangeCallback(e[l],"_outOfRangeMaxPoint",l,t)},e.prototype._outOfRangeCallback=function(t,e,r,i){var n=t[e];if(n){var o=n.categoryIx;i(this._bindPoint(t,r,o,n.item),{category:n.category,categoryIx:o,series:t,seriesIx:r,dataItem:n.item})}},e.prototype._bindPoint=function(t,e,r,i){this._bindCache||(this._bindCache=[]);var n=this._bindCache[e];n||(n=this._bindCache[e]=[]);var o=n[r];return o||(o=n[r]=Hr.current.bindPoint(t,r,i)),o},e.prototype.formatPointValue=function(t,e){return null===t.value?"":this.chartService.format.auto(e,t.value)},e.prototype.pointValue=function(t){return t.valueFields.value},e}(ne);Lt(li,{series:[],invertAxes:!1,isStacked:!1,clip:!0,limitPoints:!0});var ci=li,pi={click:function(t,e){return t.trigger("seriesClick",this.eventArgs(e))},hover:function(t,e){return t.trigger("seriesHover",this.eventArgs(e))},over:function(t,e){return t.trigger("seriesOver",this.eventArgs(e))},out:function(t,e){return t.trigger("seriesLeave",this.eventArgs(e))},eventArgs:function(t){return{value:this.value,percentage:this.percentage,stackValue:this.stackValue,category:this.category,series:this.series,dataItem:this.dataItem,runningTotal:this.runningTotal,total:this.total,element:Ot(t),originalEvent:t,point:this}}},hi={createNote:function(){var t=this.options.notes,e=this.noteText||t.label.text;!1!==t.visible&&bt(e)&&null!==e&&(this.note=new je({value:this.value,text:e,dataItem:this.dataItem,category:this.category,series:this.series},this.options.notes,this.owner.chartService),this.append(this.note))}},fi=function(t){function e(e,r){t.call(this),this.value=e,this.options=r,this.aboveAxis=Tt(this.options.aboveAxis,!0),this.tooltipTracking=!0}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){var t=this.options,e=t.markers,r=t.labels;if(!this._rendered){if(this._rendered=!0,e.visible&&e.size&&(this.marker=this.createMarker(),this.append(this.marker)),r.visible){var i=rt(r),n=this.pointData(),o=this.value;i?o=i(n):r.format&&(o=this.formatValue(r.format)),this.label=new xe(o,M({align:s,vAlign:s,margin:{left:5,right:5},zIndex:Tt(r.zIndex,this.series.zIndex)},r),n),this.append(this.label)}this.createNote(),this.errorBar&&this.append(this.errorBar)}},e.prototype.markerBorder=function(){var t=this.options.markers,e=t.background,r=M({color:this.color},t.border);return bt(r.color)||(r.color=new S.Color(e).brightness(.8).toHex()),r},e.prototype.createVisual=function(){},e.prototype.createMarker=function(){var t=this.options.markers;return new ue({type:t.type,width:t.size,height:t.size,rotation:t.rotation,background:t.background,border:this.markerBorder(),opacity:this.series.opacity||t.opacity,zIndex:Tt(t.zIndex,this.series.zIndex),animation:t.animation,visual:t.visual},{dataItem:this.dataItem,value:this.value,series:this.series,category:this.category})},e.prototype.markerBox=function(){return this.marker||(this.marker=this.createMarker(),this.marker.reflow(this._childBox)),this.marker.box},e.prototype.reflow=function(t){var e=this.options,r=this.aboveAxis,i=e.vertical;this.render(),this.box=t;var n=t.clone();if(i?r?n.y1-=n.height():n.y2+=n.height():r?n.x1+=n.width():n.x2-=n.width(),this._childBox=n,this.marker&&this.marker.reflow(n),this.reflowLabel(n),this.errorBars)for(var o=0;o<this.errorBars.length;o++)this.errorBars[o].reflow(n);if(this.note){var a=this.markerBox();if(!e.markers.visible||!e.markers.size){var s=a.center();a=new Zt(s.x,s.y,s.x,s.y)}this.note.reflow(a)}},e.prototype.reflowLabel=function(t){var e=this.options,r=this.label,i=e.labels.position;r&&(i="below"===(i="above"===i?v:i)?a:i,r.reflow(t),r.box.alignTo(this.markerBox(),i),r.reflow(r.box))},e.prototype.createHighlight=function(){var t=this.options.highlight.markers,e=this.markerBorder().color,r=this.options.markers,i=r.size+(r.border.width||0)+(t.border.width||0),n=new ue({type:r.type,width:i,height:i,rotation:r.rotation,background:t.color||e,border:{color:t.border.color,width:t.border.width,opacity:Tt(t.border.opacity,1)},opacity:Tt(t.opacity,1)});return n.reflow(this._childBox),n.getElement()},e.prototype.highlightVisual=function(){return(this.marker||{}).visual},e.prototype.highlightVisualArgs=function(){var t,e,r=this.marker;if(r)e=r.paddingBox.toRect(),t=r.visual;else{var i=this.options.markers.size,n=i/2,o=this.box.center();e=new S.geometry.Rect([o.x-n,o.y-n],[i,i])}return{options:this.options,rect:e,visual:t}},e.prototype.tooltipAnchor=function(){var t=this.markerBox(),e=this.owner.pane.clipBox();if(!e||e.overlaps(t)){var r,i,n=t.x2+5;return this.aboveAxis?(r=t.y1,i=a):(r=t.y2,i=v),{point:new Wt(n,r),align:{horizontal:"left",vertical:i}}}},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e.prototype.overlapsBox=function(t){return this.markerBox().overlaps(t)},e.prototype.unclipElements=function(){this.label&&(this.label.options.noclip=!0),this.note&&(this.note.options.noclip=!0)},e.prototype.pointData=function(){return{dataItem:this.dataItem,category:this.category,value:this.value,percentage:this.percentage,stackValue:this.stackValue,series:this.series}},e}(ne);fi.prototype.defaults={vertical:!0,markers:{visible:!0,background:y,size:8,type:u,border:{width:2},opacity:1},labels:{visible:!1,position:"above",margin:D(3),padding:D(4),animation:{type:"fadeIn",delay:600}},notes:{label:{}},highlight:{markers:{border:{color:"#fff",width:2}},zIndex:100},errorBars:{line:{width:1}}},M(fi.prototype,pi),M(fi.prototype,hi);var di=fi,vi=function(t){function e(e,r,i){t.call(this),this.linePoints=e,this.series=r,this.seriesIx=i}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.points=function(){return this.toGeometryPoints(this.linePoints)},e.prototype.toGeometryPoints=function(t){for(var e=[],r=0,i=t.length;r<i;r++)t[r]&&!1!==t[r].visible&&e.push(t[r]._childBox.toRect().center());return e},e.prototype.createVisual=function(){var t=this,e=this.series.visual;e?(this.visual=e({points:this.toGeometryPoints(this.linePoints),series:this.series,sender:this.getSender(),createVisual:function(){return t.segmentVisual(),t.visual}}),this.visual&&!bt(this.visual.options.zIndex)&&(this.visual.options.zIndex=this.series.zIndex)):this.segmentVisual()},e.prototype.segmentVisual=function(){var t=this.options,e=this.series,r=e.color,i=e._defaults;V(r)&&i&&(r=i.color);var n=S.drawing.Path.fromPoints(this.points(),{stroke:{color:r,width:e.width,opacity:e.opacity,dashType:e.dashType},zIndex:e.zIndex});t.closed&&n.close(),this.visual=n},e.prototype.aliasFor=function(t,e){return this.parent.getNearestPoint(e.x,e.y,this.seriesIx)},e}(ne);Lt(vi,{closed:!1});var gi=vi;function yi(t,e,r,i,n){var o=t.box,a=new S.geometry.Point;return a[e]=o[e+r],a[i]=o[i+n],a}var mi={calculateStepPoints:function(t){for(var e=this.parent.plotArea.seriesCategoryAxis(this.series).options,r=e.justified,i=e.vertical,n=e.reverse,o=i?m:b,a=i?b:m,s=n?2:1,u=s,l=yi(t[0],o,s,a,u),c=[l],p=1;p<t.length;p++){var h=yi(t[p],o,s,a,u);if(l[o]!==h[o]){var f=new S.geometry.Point;f[o]=l[o],f[a]=h[a],c.push(f,h)}l=h}return r?l!==wt(c)&&c.push(l):c.push(yi(wt(t),o,s,a,n?1:2)),c}},bi=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.points=function(){return this.calculateStepPoints(this.linePoints)},e}(gi);M(bi.prototype,mi);var xi=bi,Ci=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.segmentVisual=function(){var t=this.series,e=t._defaults,r=t.color;V(r)&&e&&(r=e.color);var i=new Nr(this.options.closed).process(this.points()),n=new S.drawing.Path({stroke:{color:r,width:t.width,opacity:t.opacity,dashType:t.dashType},zIndex:t.zIndex});n.segments.push.apply(n.segments,i),this.visual=n},e}(gi),_i={renderSegments:function(){var t,e=this.options,r=this.seriesPoints,i=e.series,n=r.length;this._segments=[];for(var o=0;o<n;o++){for(var a=i[o],s=this.sortPoints(r[o]),u=s.length,l=[],c=0;c<u;c++){var p=s[c];p?l.push(p):"interpolate"!==this.seriesMissingValues(a)&&(l.length>1&&(t=this.createSegment(l,a,o,t),this._addSegment(t)),l=[])}l.length>1&&(t=this.createSegment(l,a,o,t),this._addSegment(t))}this.children.unshift.apply(this.children,this._segments)},_addSegment:function(t){this._segments.push(t),t.parent=this},sortPoints:function(t){return t},seriesMissingValues:function(t){var e=t.missingValues;return!e&&this.options.isStacked?qr:e||"interpolate"},getNearestPoint:function(t,e,r){for(var i,n=new Wt(t,e),o=this.seriesPoints[r],a=h,s=0;s<o.length;s++){var u=o[s];if(u&&bt(u.value)&&null!==u.value&&!1!==u.visible){var l=u.box.center().distanceTo(n);l<a&&(i=u,a=l)}}return i}},Oi=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setup=function(){this._setEnd(this.options.box.x1)},e.prototype.step=function(t){var e=this.options.box;this._setEnd(pt(e.x1,e.x2,t))},e.prototype._setEnd=function(t){var e=this.element,r=e.segments,i=r[1].anchor(),n=r[2].anchor();e.suspend(),i.setX(t),e.resume(),n.setX(t)},e}(S.drawing.Animation);Lt(Oi,{duration:600}),S.drawing.AnimationFactory.current.register("clip",Oi);var Si=Oi;function wi(t){for(var e=0;e<t.length;e++)if(bt(t[e].zIndex))return!0}var ji={createAnimation:function(){var t=this.getRoot();if(t&&!1!==(t.options||{}).transitions){var e=t.size(),r=S.drawing.Path.fromRect(e.toRect());this.visual.clip(r),this.animation=new Si(r,{box:e}),wi(this.options.series)&&this._setChildrenAnimation(r)}},_setChildrenAnimation:function(t){for(var e=this.animationPoints(),r=0;r<e.length;r++){var i=e[r];i&&i.visual&&bt(i.visual.options.zIndex)&&i.visual.clip(t)}}},Pi=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){t.prototype.render.call(this),this.updateStackRange(),this.renderSegments()},e.prototype.pointType=function(){return di},e.prototype.createPoint=function(t,e){var r=e.categoryIx,i=e.category,n=e.series,o=e.seriesIx,a=this.seriesMissingValues(n),s=t.valueFields.value;if(!bt(s)||null===s){if(a!==qr)return null;s=0}var u=this.pointOptions(n,o);u=this.evalPointOptions(u,s,i,r,n,o);var l=t.fields.color||n.color;V(n.color)&&(l=u.color);var c=new di(s,u);return c.color=l,this.append(c),c},e.prototype.plotRange=function(t){var e=this.plotValue(t);if(this.options.isStacked)for(var r=t.categoryIx,i=this.categoryPoints[r],n=0;n<i.length;n++){var o=i[n];if(t===o)break;e+=this.plotValue(o),this.options.isStacked100&&(e=Math.min(e,1))}return[e,e]},e.prototype.createSegment=function(t,e,r){var i=e.style;return new("step"===i?xi:"smooth"===i?Ci:gi)(t,e,r)},e.prototype.animationPoints=function(){for(var t=this.points,e=[],r=0;r<t.length;r++)e.push((t[r]||{}).marker);return e.concat(this._segments)},e.prototype.supportsPointInactiveOpacity=function(){return!1},e}(ci);M(Pi.prototype,_i,ji);var Ai=Pi,ki=function(t){function e(e,r,i,n,o){t.call(this,e,r,i),this.prevSegment=n,this.stackPoints=o}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createVisual=function(){var t=this.series,e=t._defaults,r=t.line||{},i=t.color;V(i)&&e&&(i=e.color),this.visual=new S.drawing.Group({zIndex:t.zIndex}),this.createFill({fill:{color:i,opacity:t.opacity},stroke:null}),r.width>0&&!1!==r.visible&&this.createStroke({stroke:M({color:i,opacity:t.opacity,lineCap:"butt"},r)})},e.prototype.strokeSegments=function(){var t=this._strokeSegments;return t||(t=this._strokeSegments=this.createStrokeSegments()),t},e.prototype.createStrokeSegments=function(){return this.segmentsFromPoints(this.points())},e.prototype.stackSegments=function(){return this.prevSegment?this.prevSegment.createStackSegments(this.stackPoints):this.createStackSegments(this.stackPoints)},e.prototype.createStackSegments=function(t){return this.segmentsFromPoints(this.toGeometryPoints(t)).reverse()},e.prototype.segmentsFromPoints=function(t){return t.map((function(t){return new S.geometry.Segment(t)}))},e.prototype.createStroke=function(t){var e=new S.drawing.Path(t);e.segments.push.apply(e.segments,this.strokeSegments()),this.visual.append(e)},e.prototype.hasStackSegment=function(){return this.prevSegment||this.stackPoints&&this.stackPoints.length},e.prototype.createFill=function(t){var e=this.strokeSegments(),r=e.slice(0),i=this.hasStackSegment();if(i){var n=this.stackSegments();yt(r,n)}var o=new S.drawing.Path(t);o.segments.push.apply(o.segments,r),!i&&e.length>1&&this.fillToAxes(o),this.visual.append(o)},e.prototype.fillToAxes=function(t){var e=this.parent,r=e.options.invertAxes,i=e.seriesValueAxis(this.series),n=e.categoryAxisCrossingValue(i),o=i.getSlot(n,n,!0),a=this.strokeSegments(),s=a[0].anchor(),u=wt(a).anchor(),l=r?o.x1:o.y1;r?t.lineTo(l,u.y).lineTo(l,s.y):t.lineTo(u.x,l).lineTo(s.x,l)},e}(gi),Vi=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createStrokeSegments=function(){return this.segmentsFromPoints(this.calculateStepPoints(this.linePoints))},e.prototype.createStackSegments=function(t){return this.segmentsFromPoints(this.calculateStepPoints(t)).reverse()},e}(ki);M(Vi.prototype,mi);var Ti=Vi,Mi=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createStrokeSegments=function(){var t=new Nr(this.options.closed),e=this.points();return t.process(e)},e.prototype.createStackSegments=function(){for(var t=this.strokeSegments(),e=[],r=t.length-1;r>=0;r--){var i=t[r];e.push(new S.geometry.Segment(i.anchor(),i.controlOut(),i.controlIn()))}return e},e}(ki),Ni=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createSegment=function(t,e,r,i){var n,o,a=this.options.isStacked,s=(e.line||{}).style;a&&r>0&&i&&("gap"!==this.seriesMissingValues(e)?(o=i.linePoints,n=i):o=this._gapStackPoints(t,r,s));return new("step"===s?Ti:"smooth"===s?Mi:ki)(t,e,r,n,o)},e.prototype.reflow=function(e){t.prototype.reflow.call(this,e);var r=this._stackPoints;if(r)for(var i=0;i<r.length;i++){var n=r[i],o=this.categoryAxis.getSlot(n.categoryIx);n.reflow(o)}},e.prototype._gapStackPoints=function(t,e,r){var i=this.seriesPoints,n=t[0].categoryIx,o=t.length;n<0&&(n=0,o--);var a=n+o,s=this.seriesOptions[0]._outOfRangeMinPoint?1:0,u=[];this._stackPoints=this._stackPoints||[];for(var l=n;l<a;l++){var c=l+s,p=e,h=void 0;do{h=i[--p][c]}while(p>0&&!h);if(h)"step"!==r&&l>n&&!i[p][c-1]&&u.push(this._previousSegmentPoint(l,c,c-1,p)),u.push(h),"step"!==r&&l+1<a&&!i[p][c+1]&&u.push(this._previousSegmentPoint(l,c,c+1,p));else{var f=this._createGapStackPoint(l);this._stackPoints.push(f),u.push(f)}}return u},e.prototype._previousSegmentPoint=function(t,e,r,i){for(var n,o=this.seriesPoints,a=i;a>0&&!n;)n=o[--a][r];return n?n=o[a][e]:(n=this._createGapStackPoint(t),this._stackPoints.push(n)),n},e.prototype._createGapStackPoint=function(t){var e=this.pointOptions({},0),r=new di(0,e);return r.categoryIx=t,r.series={},r},e.prototype.seriesMissingValues=function(t){return t.missingValues||qr},e.prototype.supportsPointInactiveOpacity=function(){return!1},e}(Ai),Li=function(t){function e(){t.call(this),this.axisRanges={}}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.update=function(t){var e=this.axisRanges;for(var r in t){var i=t[r],n=e[r];e[r]=n=n||{min:h,max:f},n.min=Math.min(n.min,i.min),n.max=Math.max(n.max,i.max)}},e.prototype.reset=function(t){this.axisRanges[t]=void 0},e.prototype.query=function(t){return this.axisRanges[t]},e}(S.Class),Ii=function(t){function e(e,r,i){t.call(this,r),this.textBox=new xe(e,this.options,i),this.append(this.textBox)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createVisual=function(){this.textBox.options.noclip=this.options.noclip},e.prototype.reflow=function(t){var e=this.options,r=e.vertical,i=e.aboveAxis,n=this.children[0],o=n.options,u=n.box,l=n.options.padding,c=t;o.align=r?s:p,o.vAlign=r?v:s,"insideEnd"===e.position?r?(o.vAlign=v,!i&&u.height()<t.height()&&(o.vAlign=a)):o.align=i?d:p:e.position===s?(o.vAlign=s,o.align=s):"insideBase"===e.position?r?o.vAlign=i?a:v:o.align=i?p:d:"outsideEnd"===e.position&&(r?c=i?new Zt(t.x1,t.y1-u.height(),t.x2,t.y1):new Zt(t.x1,t.y2,t.x2,t.y2+u.height()):(o.align=s,c=i?new Zt(t.x2,t.y1,t.x2+u.width(),t.y2):new Zt(t.x1-u.width(),t.y1,t.x1,t.y2))),e.rotation||(r?l.left=l.right=(c.width()-n.contentBox.width())/2:l.top=l.bottom=(c.height()-n.contentBox.height())/2),n.reflow(c)},e.prototype.alignToClipBox=function(t){var e=this.options.vertical?b:m,r=e+"1",i=e+"2",n=this.children[0],o=this.parent.box;if(o[r]<t[r]||t[i]<o[i]){var a=n.paddingBox.clone();a[r]=Math.max(o[r],t[r]),a[i]=Math.min(o[i],t[i]),this.reflow(a)}},e}(ne);Lt(Ii,{position:"outsideEnd",margin:D(3),padding:D(4),color:o,background:"",border:{width:1,color:""},aboveAxis:!0,vertical:!1,animation:{type:"fadeIn",delay:600},zIndex:2});var Ei=Ii;function Bi(t){var e=t.overlay;return e&&e.gradient&&"none"!==e.gradient}var Di=function(t){function e(e,r){t.call(this),this.options=r,this.color=r.color||y,this.aboveAxis=Tt(this.options.aboveAxis,!0),this.value=e}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){this._rendered||(this._rendered=!0,this.createLabel(),this.createNote(),this.errorBar&&this.append(this.errorBar))},e.prototype.createLabel=function(){var t=this.options,e=t.labels;if(e.visible){var r,i=this.pointData(),n=rt(e);r=n?n(i):this.formatValue(e.format),this.label=new Ei(r,M({vertical:t.vertical},e),i),this.append(this.label)}},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e.prototype.reflow=function(t){this.render();var e=this.label;if(this.box=t,e&&(e.options.aboveAxis=this.aboveAxis,e.reflow(t)),this.note&&this.note.reflow(t),this.errorBars)for(var r=0;r<this.errorBars.length;r++)this.errorBars[r].reflow(t)},e.prototype.createVisual=function(){var e=this,r=this.box,i=this.options,n=i.visual;if(!1!==this.visible)if(t.prototype.createVisual.call(this),n){var o=this.rectVisual=n({category:this.category,dataItem:this.dataItem,value:this.value,sender:this.getSender(),series:this.series,percentage:this.percentage,stackValue:this.stackValue,runningTotal:this.runningTotal,total:this.total,rect:r.toRect(),createVisual:function(){var t=new S.drawing.Group;return e.createRect(t),t},options:i});o&&this.visual.append(o)}else r.width()>0&&r.height()>0&&this.createRect(this.visual)},e.prototype.createRect=function(t){var e=this.options,r=e.border,i=bt(r.opacity)?r.opacity:e.opacity,n=this.box.toRect();n.size.width=Math.round(n.size.width);var o=this.rectVisual=S.drawing.Path.fromRect(n,{fill:{color:this.color,opacity:e.opacity},stroke:{color:this.getBorderColor(),width:r.width,opacity:i,dashType:r.dashType}}),a=this.box.width(),s=this.box.height();if((e.vertical?a:s)>6&&(w(o),(a<1||s<1)&&(o.options.stroke.lineJoin="round")),t.append(o),Bi(e)){var u=this.createGradientOverlay(o,{baseColor:this.color},M({end:e.vertical?void 0:[0,1]},e.overlay));t.append(u)}},e.prototype.createHighlight=function(t){return w(S.drawing.Path.fromRect(this.box.toRect(),t))},e.prototype.highlightVisual=function(){return this.rectVisual},e.prototype.highlightVisualArgs=function(){return{options:this.options,rect:this.box.toRect(),visual:this.rectVisual}},e.prototype.getBorderColor=function(){var t=this.color,e=this.options.border,r=e._brightness||.8,i=e.color;return bt(i)||(i=new S.Color(t).brightness(r).toHex()),i},e.prototype.tooltipAnchor=function(){var t,e,r=this.options,i=this.box,n=this.aboveAxis,o=this.owner.pane.clipBox()||i,s=p,u=v;if(r.vertical)t=Math.min(i.x2,o.x2)+5,n?e=Math.max(i.y1,o.y1):(e=Math.min(i.y2,o.y2),u=a);else{var l=Math.max(i.x1,o.x1),c=Math.min(i.x2,o.x2);r.isStacked?(u=a,n?(s=d,t=c):t=l,e=Math.max(i.y1,o.y1)-5):(n?t=c+5:(t=l-5,s=d),e=Math.max(i.y1,o.y1))}return{point:new Wt(t,e),align:{horizontal:s,vertical:u}}},e.prototype.overlapsBox=function(t){return this.box.overlaps(t)},e.prototype.pointData=function(){return{dataItem:this.dataItem,category:this.category,value:this.value,percentage:this.percentage,stackValue:this.stackValue,runningTotal:this.runningTotal,total:this.total,series:this.series}},e}(ne);M(Di.prototype,pi),M(Di.prototype,hi),Di.prototype.defaults={border:{width:1},vertical:!0,overlay:{gradient:"glass"},labels:{visible:!1,format:"{0}"},opacity:1,notes:{label:{}}};var Ri=Di;function zi(t,e){t.forEach(e)}function Fi(t,e){for(var r=t.length,i=r-1;i>=0;i--)e(t[i],i-r-1)}var Ki=function(t){function e(e){t.call(this,e),this.forEach=e.rtl?Fi:zi}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e=this.options,r=e.vertical,i=e.gap,n=e.spacing,o=this.children,a=o.length,s=r?b:m,u=a+i+n*(a-1),l=(r?t.height():t.width())/u,c=t[s+1]+l*(i/2);this.forEach(o,(function(e,r){var i=(e.box||t).clone();i[s+1]=c,i[s+2]=c+l,e.reflow(i),r<a-1&&(c+=l*n),c+=l}))},e}(ne);Lt(Ki,{vertical:!1,gap:0,spacing:0});var Ui=Ki,Hi=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){for(var e=this.options.vertical?m:b,r=this.children,i=r.length,n=this.box=new Zt,o=0;o<i;o++){var a=r[o];if(!1!==a.visible){var s=a.box.clone();s.snapTo(t,e),0===o&&(n=this.box=s.clone()),a.reflow(s),n.wrap(s)}}},e}(ne);Lt(Hi,{vertical:!0});var $i=Hi,Gi=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){t.prototype.render.call(this),this.updateStackRange()},e.prototype.pointType=function(){return Ri},e.prototype.clusterType=function(){return Ui},e.prototype.stackType=function(){return $i},e.prototype.stackLimits=function(e,r){return t.prototype.stackLimits.call(this,e,r)},e.prototype.createPoint=function(t,e){var r=e.categoryIx,i=e.category,n=e.series,o=e.seriesIx,a=this.options,s=this.children,u=a.isStacked,l=this.pointValue(t),c=this.pointOptions(n,o),p=c.labels;u&&"outsideEnd"===p.position&&(p.position="insideEnd"),c.isStacked=u;var h=t.fields.color||n.color;l<0&&c.negativeColor&&(h=c.negativeColor),c=this.evalPointOptions(c,l,i,r,n,o),V(n.color)&&(h=c.color);var f=new(this.pointType())(l,c);f.color=h;var d=s[r];d||(d=new(this.clusterType())({vertical:a.invertAxes,gap:a.gap,spacing:a.spacing,rtl:!a.invertAxes&&(this.chartService||{}).rtl}),this.append(d));u?this.getStackWrap(n,d).append(f):d.append(f);return f},e.prototype.getStackWrap=function(t,e){var r,i=t.stack,n=i&&i.group||i,o=e.children;if("string"==typeof n){for(var a=0;a<o.length;a++)if(o[a]._stackGroup===n){r=o[a];break}}else r=o[0];r||((r=new(this.stackType())({vertical:!this.options.invertAxes}))._stackGroup=n,e.append(r));return r},e.prototype.categorySlot=function(t,e,r){var i=this.options,n=t.getSlot(e),o=r.startValue();if(i.isStacked){var a=r.getSlot(o,o,!0),s=i.invertAxes?m:b;n[s+1]=n[s+2]=a[s+1]}return n},e.prototype.reflowCategories=function(t){for(var e=this.children,r=e.length,i=0;i<r;i++)e[i].reflow(t[i])},e.prototype.createAnimation=function(){this._setAnimationOptions(),t.prototype.createAnimation.call(this),wi(this.options.series)&&this._setChildrenAnimation()},e.prototype._setChildrenAnimation=function(){for(var t=this.points,e=0;e<t.length;e++){var r=t[e],i=r.visual;i&&bt(i.options.zIndex)&&(r.options.animation=this.options.animation,r.createAnimation())}},e.prototype._setAnimationOptions=function(){var t,e=this.options,r=e.animation||{};if(e.isStacked){var i=this.seriesValueAxis(e.series[0]);t=i.getSlot(i.startValue())}else t=this.categoryAxis.getSlot(0);r.origin=new S.geometry.Point(t.x1,t.y1),r.vertical=!e.invertAxes},e}(ci);Lt(Gi,{animation:{type:Zr}});var Xi=Gi,Yi=function(t){function e(e,r){t.call(this,r),this.value=e}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e=this.options,r=this.value,i=this.owner.seriesValueAxis(e),n=i.getSlot(r.open,r.close),o=i.getSlot(r.low,r.high);n.x1=o.x1=t.x1,n.x2=o.x2=t.x2,this.realBody=n;var a=o.center().x,s=[];s.push([[a,o.y1],[a,n.y1]]),s.push([[a,n.y2],[a,o.y2]]),this.lines=s,this.box=o.clone().wrap(n),this._rendered||(this._rendered=!0,this.createNote()),this.reflowNote()},e.prototype.reflowNote=function(){this.note&&this.note.reflow(this.box)},e.prototype.createVisual=function(){t.prototype.createVisual.call(this),this._mainVisual=this.mainVisual(this.options),this.visual.append(this._mainVisual),this.createOverlay()},e.prototype.mainVisual=function(t){var e=new S.drawing.Group;return this.createBody(e,t),this.createLines(e,t),e},e.prototype.createBody=function(t,e){var r=S.drawing.Path.fromRect(this.realBody.toRect(),{fill:{color:this.color,opacity:e.opacity},stroke:null});e.border.width>0&&r.options.set("stroke",{color:this.getBorderColor(),width:e.border.width,dashType:e.border.dashType,opacity:Tt(e.border.opacity,e.opacity)}),w(r),t.append(r),Bi(e)&&t.append(this.createGradientOverlay(r,{baseColor:this.color},M({end:e.vertical?void 0:[0,1]},e.overlay)))},e.prototype.createLines=function(t,e){this.drawLines(t,e,this.lines,e.line)},e.prototype.drawLines=function(t,e,r,i){if(r)for(var n={stroke:{color:i.color||this.color,opacity:Tt(i.opacity,e.opacity),width:i.width,dashType:i.dashType,lineCap:"butt"}},o=0;o<r.length;o++){var a=S.drawing.Path.fromPoints(r[o],n);w(a),t.append(a)}},e.prototype.getBorderColor=function(){var t=this.options.border,e=t.color;return bt(e)||(e=new S.Color(this.color).brightness(t._brightness).toHex()),e},e.prototype.createOverlay=function(){var t=S.drawing.Path.fromRect(this.box.toRect(),{fill:{color:y,opacity:0},stroke:null});this.visual.append(t)},e.prototype.createHighlight=function(){var t=this.options.highlight,e=this.color;this.color=t.color||this.color;var r=this.mainVisual(M({},this.options,{line:{color:this.getBorderColor()}},t));return this.color=e,r},e.prototype.highlightVisual=function(){return this._mainVisual},e.prototype.highlightVisualArgs=function(){return{options:this.options,rect:this.box.toRect(),visual:this._mainVisual}},e.prototype.tooltipAnchor=function(){var t=this.box,e=this.owner.pane.clipBox()||t;return{point:new Wt(t.x2+5,Math.max(t.y1,e.y1)+5),align:{horizontal:p,vertical:v}}},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e.prototype.overlapsBox=function(t){return this.box.overlaps(t)},e}(ne);Lt(Yi,{vertical:!0,border:{_brightness:.8},line:{width:2},overlay:{gradient:"glass"},tooltip:{format:"<table><tr><th colspan='2'>{4:d}</th></tr><tr><td>Open:</td><td>{0:C}</td></tr><tr><td>High:</td><td>{1:C}</td></tr><tr><td>Low:</td><td>{2:C}</td></tr><tr><td>Close:</td><td>{3:C}</td></tr></table>"},highlight:{opacity:1,border:{width:1,opacity:1},line:{width:1,opacity:1}},notes:{visible:!0,label:{}}}),M(Yi.prototype,pi),M(Yi.prototype,hi);var Wi=Yi;function qi(t){return Rr(t)===t.length}var Zi=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflowCategories=function(t){for(var e=this.children,r=e.length,i=0;i<r;i++)e[i].reflow(t[i])},e.prototype.addValue=function(t,e){var r,i=e.categoryIx,n=e.category,o=e.series,a=e.seriesIx,s=this.children,u=this.options,l=t.valueFields,c=qi(this.splitValue(l)),p=o.data[i],h=this.categoryPoints[i];h||(this.categoryPoints[i]=h=[]),c&&(r=this.createPoint(t,e));var f=s[i];f||(f=new Ui({vertical:u.invertAxes,gap:u.gap,spacing:u.spacing,rtl:!u.invertAxes&&(this.chartService||{}).rtl}),this.append(f)),r&&(this.updateRange(l,e),f.append(r),r.categoryIx=i,r.category=n,r.series=o,r.seriesIx=a,r.owner=this,r.dataItem=p,r.noteText=t.fields.noteText),this.points.push(r),h.push(r)},e.prototype.pointType=function(){return Wi},e.prototype.createPoint=function(t,e){var r=e.categoryIx,i=e.category,n=e.series,o=e.seriesIx,a=this.pointType(),s=t.valueFields,u=M({},n),l=t.fields.color||n.color;u=this.evalPointOptions(u,s,i,r,n,o),"candlestick"===n.type&&s.open>s.close&&(l=t.fields.downColor||n.downColor||n.color),V(n.color)&&(l=u.color),u.vertical=!this.options.invertAxes;var c=new a(s,u);return c.color=l,c},e.prototype.splitValue=function(t){return[t.low,t.open,t.close,t.high]},e.prototype.updateRange=function(t,e){var r=e.series.axis,i=this.splitValue(t),n=this.valueAxisRanges[r];n=this.valueAxisRanges[r]=n||{min:h,max:f},n=this.valueAxisRanges[r]={min:Math.min.apply(Math,i.concat([n.min])),max:Math.max.apply(Math,i.concat([n.max]))}},e.prototype.formatPointValue=function(t,e){var r=t.value;return this.chartService.format.auto(e,r.open,r.high,r.low,r.close,t.category)},e.prototype.animationPoints=function(){return this.points},e}(ci);M(Zi.prototype,ji);var Qi=Zi,Ji=function(t){function e(e,r){t.call(this,e,r),this.createNote()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e,r,i=this.options,n=this.value,o=this.owner.seriesValueAxis(i);this.boxSlot=r=o.getSlot(n.q1,n.q3),this.realBody=r,this.reflowBoxSlot(t),this.whiskerSlot=e=o.getSlot(n.lower,n.upper),this.reflowWhiskerSlot(t);var a=o.getSlot(n.median);if(n.mean){var s=o.getSlot(n.mean);this.meanPoints=this.calcMeanPoints(t,s)}this.whiskerPoints=this.calcWhiskerPoints(r,e),this.medianPoints=this.calcMedianPoints(t,a),this.box=e.clone().wrap(r),this.reflowNote()},e.prototype.reflowBoxSlot=function(t){this.boxSlot.x1=t.x1,this.boxSlot.x2=t.x2},e.prototype.reflowWhiskerSlot=function(t){this.whiskerSlot.x1=t.x1,this.whiskerSlot.x2=t.x2},e.prototype.calcMeanPoints=function(t,e){return[[[t.x1,e.y1],[t.x2,e.y1]]]},e.prototype.calcWhiskerPoints=function(t,e){var r=e.center().x;return[[[r-5,e.y1],[r+5,e.y1],[r,e.y1],[r,t.y1]],[[r-5,e.y2],[r+5,e.y2],[r,e.y2],[r,t.y2]]]},e.prototype.calcMedianPoints=function(t,e){return[[[t.x1,e.y1],[t.x2,e.y1]]]},e.prototype.renderOutliers=function(t){for(var e=this.value,r=e.outliers||[],i=3*Math.abs(e.q3-e.q1),n=[],o=t.markers||{},a=0;a<r.length;a++){var s=r[a],u=M({},(o=s<e.q3+i&&s>e.q1-i?t.outliers:t.extremes).border);bt(u.color)||(bt(this.color)?u.color=this.color:u.color=new S.Color(o.background).brightness(.8).toHex());var l=new ue({type:o.type,width:o.size,height:o.size,rotation:o.rotation,background:o.background,border:u,opacity:o.opacity});l.value=s,n.push(l)}return this.reflowOutliers(n),n},e.prototype.reflowOutliers=function(t){for(var e=this.owner.seriesValueAxis(this.options),r=this.box.center(),i=0;i<t.length;i++){var n=t[i].value,o=e.getSlot(n);this.options.vertical?o.move(r.x):o.move(void 0,r.y),this.box=this.box.wrap(o),t[i].reflow(o)}},e.prototype.mainVisual=function(e){for(var r=t.prototype.mainVisual.call(this,e),i=this.renderOutliers(e),n=0;n<i.length;n++){var o=i[n].getElement();o&&r.append(o)}return r},e.prototype.createLines=function(t,e){this.drawLines(t,e,this.whiskerPoints,e.whiskers),this.drawLines(t,e,this.medianPoints,e.median),this.drawLines(t,e,this.meanPoints,e.mean)},e.prototype.getBorderColor=function(){return(this.options.border||{}).color?this.options.border.color:this.color?this.color:t.prototype.getBorderColor.call(this)},e}(Wi);Lt(Ji,{border:{_brightness:.8},line:{width:2},median:{color:"#f6f6f6"},mean:{width:2,dashType:"dash",color:"#f6f6f6"},overlay:{gradient:"glass"},tooltip:{format:"<table><tr><th colspan='2'>{6:d}</th></tr><tr><td>Lower:</td><td>{0:C}</td></tr><tr><td>Q1:</td><td>{1:C}</td></tr><tr><td>Median:</td><td>{2:C}</td></tr><tr><td>Mean:</td><td>{5:C}</td></tr><tr><td>Q3:</td><td>{3:C}</td></tr><tr><td>Upper:</td><td>{4:C}</td></tr></table>"},highlight:{opacity:1,border:{width:1,opacity:1},line:{width:1,opacity:1}},notes:{visible:!0,label:{}},outliers:{visible:!0,size:8,type:"cross",background:y,border:{width:2,opacity:1},opacity:0},extremes:{visible:!0,size:8,type:u,background:y,border:{width:2,opacity:1},opacity:0}}),M(Ji.prototype,pi);var tn=Ji,en=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflowBoxSlot=function(t){this.boxSlot.y1=t.y1,this.boxSlot.y2=t.y2},e.prototype.reflowWhiskerSlot=function(t){this.whiskerSlot.y1=t.y1,this.whiskerSlot.y2=t.y2},e.prototype.calcMeanPoints=function(t,e){return[[[e.x1,t.y1],[e.x1,t.y2]]]},e.prototype.calcWhiskerPoints=function(t,e){var r=e.center().y;return[[[e.x1,r-5],[e.x1,r+5],[e.x1,r],[t.x1,r]],[[e.x2,r-5],[e.x2,r+5],[e.x2,r],[t.x2,r]]]},e.prototype.calcMedianPoints=function(t,e){return[[[e.x1,t.y1],[e.x1,t.y2]]]},e}(tn),rn=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.addValue=function(t,e){var r,i=e.categoryIx,n=e.category,o=e.series,a=e.seriesIx,s=this.children,u=this.options,l=t.valueFields,c=qi(this.splitValue(l)),p=o.data[i],h=this.categoryPoints[i];h||(this.categoryPoints[i]=h=[]),c&&(r=this.createPoint(t,e));var f=s[i];f||(f=new Ui({vertical:u.invertAxes,gap:u.gap,spacing:u.spacing,rtl:!u.invertAxes&&(this.chartService||{}).rtl}),this.append(f)),r&&(this.updateRange(l,e),f.append(r),r.categoryIx=i,r.category=n,r.series=o,r.seriesIx=a,r.owner=this,r.dataItem=p),this.points.push(r),h.push(r)},e.prototype.pointType=function(){return this.options.invertAxes?en:tn},e.prototype.splitValue=function(t){return[t.lower,t.q1,t.median,t.q3,t.upper]},e.prototype.updateRange=function(t,e){var r=e.series.axis,i=this.valueAxisRanges[r],n=this.splitValue(t).concat(this.filterOutliers(t.outliers));bt(t.mean)&&(n=n.concat(t.mean)),i=this.valueAxisRanges[r]=i||{min:h,max:f},i=this.valueAxisRanges[r]={min:Math.min.apply(Math,n.concat([i.min])),max:Math.max.apply(Math,n.concat([i.max]))}},e.prototype.formatPointValue=function(t,e){var r=t.value;return this.chartService.format.auto(e,r.lower,r.q1,r.median,r.q3,r.upper,r.mean,t.category)},e.prototype.filterOutliers=function(t){for(var e=(t||[]).length,r=[],i=0;i<e;i++){var n=t[i];bt(n)&&null!==n&&r.push(n)}return r},e.prototype.supportsPointInactiveOpacity=function(){return!1},e}(Qi),nn=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getAxis=function(){var t=this.chart.seriesAxes(this.series);return this.isVertical?t.y:t.x},e}(oi);function on(t){return bt(t)&&null!==t}var an=function(t){function e(e,r){t.call(this,r),this.plotArea=e,this.chartService=e.chartService,this._initFields(),this.render()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initFields=function(){this.xAxisRanges={},this.yAxisRanges={},this.points=[],this.seriesPoints=[],this.seriesOptions=[],this._evalSeries=[]},e.prototype.render=function(){this.traverseDataPoints(this.addValue.bind(this))},e.prototype.addErrorBar=function(t,e,r){var i,n=t.value[e],o=e+"Value",a=e+"ErrorLow",s=e+"ErrorHigh",u=r.seriesIx,l=r.series,c=t.options.errorBars,p=r[a],h=r[s];P(n)&&(P(p)&&P(h)&&(i={low:p,high:h}),c&&bt(c[o])&&(this.seriesErrorRanges=this.seriesErrorRanges||{x:[],y:[]},this.seriesErrorRanges[e][u]=this.seriesErrorRanges[e][u]||new Xr(c[o],l,e),i=this.seriesErrorRanges[e][u].getErrorRange(n,c[o])),i&&this.addPointErrorBar(i,t,e))},e.prototype.addPointErrorBar=function(t,e,r){var i=t.low,n=t.high,o=e.series,a=e.options.errorBars,s=r===b,u={};e[r+"Low"]=i,e[r+"High"]=n,e.errorBars=e.errorBars||[];var l=new nn(i,n,s,this,o,a);e.errorBars.push(l),e.append(l),u[r]=i,this.updateRange(u,o),u[r]=n,this.updateRange(u,o)},e.prototype.addValue=function(t,e){var r,i=t.x,n=t.y,o=e.seriesIx,a=this.options.series[o],s=this.seriesMissingValues(a),u=this.seriesPoints[o],l=t;on(i)&&on(n)||(l=this.createMissingValue(l,s)),l&&((r=this.createPoint(l,e))&&(Object.assign(r,e),this.addErrorBar(r,m,e),this.addErrorBar(r,b,e)),this.updateRange(l,e.series)),this.points.push(r),u.push(r)},e.prototype.seriesMissingValues=function(t){return t.missingValues},e.prototype.createMissingValue=function(){},e.prototype.updateRange=function(t,e){var r=this.chartService.intl,i=e.xAxis,n=e.yAxis,o=t.x,a=t.y,s=this.xAxisRanges[i],u=this.yAxisRanges[n];on(o)&&(s=this.xAxisRanges[i]=s||{min:h,max:f},A(o)&&(o=Ye(r,o)),s.min=Math.min(s.min,o),s.max=Math.max(s.max,o)),on(a)&&(u=this.yAxisRanges[n]=u||{min:h,max:f},A(a)&&(a=Ye(r,a)),u.min=Math.min(u.min,a),u.max=Math.max(u.max,a))},e.prototype.evalPointOptions=function(t,e,r){var i=r.series,n=r.seriesIx,o={defaults:i._defaults,excluded:["data","tooltip","content","template","visual","toggle","_outOfRangeMinPoint","_outOfRangeMaxPoint"]},a=this._evalSeries[n];bt(a)||(this._evalSeries[n]=a=si(t,{},o,!0));var s=t;return a&&si(s=M({},t),{value:e,series:i,dataItem:r.dataItem},o),s},e.prototype.pointType=function(){return di},e.prototype.pointOptions=function(t,e){var r=this.seriesOptions[e];if(!r){var i=this.pointType().prototype.defaults;this.seriesOptions[e]=r=M({},i,{markers:{opacity:t.opacity},tooltip:{format:this.options.tooltip.format},labels:{format:this.options.labels.format}},t)}return r},e.prototype.createPoint=function(t,e){var r=e.series,i=this.pointOptions(r,e.seriesIx),n=e.color||r.color;i=this.evalPointOptions(i,t,e),V(r.color)&&(n=i.color);var o=new di(t,i);return o.color=n,this.append(o),o},e.prototype.seriesAxes=function(t){var e=t.xAxis,r=t.yAxis,i=this.plotArea,n=e?i.namedXAxes[e]:i.axisX,o=r?i.namedYAxes[r]:i.axisY;if(!n)throw new Error("Unable to locate X axis with name "+e);if(!o)throw new Error("Unable to locate Y axis with name "+r);return{x:n,y:o}},e.prototype.reflow=function(t){var e=this,r=this.points,i=!this.options.clip,n=0;this.traverseDataPoints((function(t,o){var a=r[n++],s=e.seriesAxes(o.series),u=s.x.getSlot(t.x,t.x,i),l=s.y.getSlot(t.y,t.y,i);if(a)if(u&&l){var c=e.pointSlot(u,l);a.reflow(c)}else a.visible=!1})),this.box=t},e.prototype.pointSlot=function(t,e){return new Zt(t.x1,e.y1,t.x2,e.y2)},e.prototype.traverseDataPoints=function(t){for(var e=this.options.series,r=this.seriesPoints,i=0;i<e.length;i++){var n=e[i];r[i]||(r[i]=[]);for(var o=0;o<n.data.length;o++){var a=this._bindPoint(n,i,o),s=a.valueFields,u=a.fields;t(s,M({pointIx:o,series:n,seriesIx:i,dataItem:n.data[o],owner:this},u))}}},e.prototype.formatPointValue=function(t,e){var r=t.value;return this.chartService.format.auto(e,r.x,r.y)},e.prototype.animationPoints=function(){for(var t=this.points,e=[],r=0;r<t.length;r++)e.push((t[r]||{}).marker);return e},e}(ne);Lt(an,{series:[],tooltip:{format:"{0}, {1}"},labels:{format:"{0}, {1}"},clip:!0}),M(an.prototype,ji,{_bindPoint:ci.prototype._bindPoint});var sn=an,un=function(t){function e(e,r){t.call(this,e,r),this.category=e.category}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createHighlight=function(){var t=this.options.highlight,e=t.border,r=this.options.markers,i=this.box.center(),n=(r.size+r.border.width+e.width)/2,o=new S.drawing.Group,a=new S.drawing.Circle(new S.geometry.Circle([i.x,i.y+n/5+e.width/2],n+e.width/2),{stroke:{color:"none"},fill:this.createGradient({gradient:"bubbleShadow",color:r.background,stops:[{offset:0,color:r.background,opacity:.3},{offset:1,color:r.background,opacity:0}]})}),s=new S.drawing.Circle(new S.geometry.Circle([i.x,i.y],n),{stroke:{color:e.color||new S.Color(r.background).brightness(.8).toHex(),width:e.width,opacity:e.opacity},fill:{color:r.background,opacity:t.opacity}});return o.append(a,s),o},e}(di);un.prototype.defaults=M({},un.prototype.defaults,{labels:{position:s},highlight:{opacity:1,border:{color:"#fff",width:2,opacity:1}}}),un.prototype.defaults.highlight.zIndex=void 0;var ln=un,cn=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initFields=function(){this._maxSize=f,t.prototype._initFields.call(this)},e.prototype.addValue=function(e,r){null!==e.size&&(e.size>0||e.size<0&&r.series.negativeValues.visible)?(this._maxSize=Math.max(this._maxSize,Math.abs(e.size)),t.prototype.addValue.call(this,e,r)):(this.points.push(null),this.seriesPoints[r.seriesIx].push(null))},e.prototype.reflow=function(e){this.updateBubblesSize(e),t.prototype.reflow.call(this,e)},e.prototype.pointType=function(){return ln},e.prototype.createPoint=function(t,e){var r=e.series,i=r.data.length,n=e.pointIx*(600/i),o={delay:n,duration:600-n,type:"bubble"},a=e.color||r.color;t.size<0&&r.negativeValues.visible&&(a=Tt(r.negativeValues.color,a));var s=M({labels:{animation:{delay:n,duration:600-n}}},this.pointOptions(r,e.seriesIx),{markers:{type:u,border:r.border,opacity:r.opacity,animation:o}});s=this.evalPointOptions(s,t,e),V(r.color)&&(a=s.color),s.markers.background=a;var l=new ln(t,s);return l.color=a,this.append(l),l},e.prototype.updateBubblesSize=function(t){for(var e=this.options.series,r=Math.min(t.width(),t.height()),i=0;i<e.length;i++)for(var n=e[i],o=this.seriesPoints[i],a=(n.minSize||Math.max(.02*r,10))/2,s=(n.maxSize||.2*r)/2,u=Math.PI*a*a,l=(Math.PI*s*s-u)/this._maxSize,c=0;c<o.length;c++){var p=o[c];if(p){var h=Math.abs(p.value.size)*l,f=Math.sqrt((u+h)/Math.PI),d=Tt(p.options.zIndex,0)+(1-f/s);M(p.options,{zIndex:d,markers:{size:2*f,zIndex:d},labels:{zIndex:d+1}})}}},e.prototype.formatPointValue=function(t,e){var r=t.value;return this.chartService.format.auto(e,r.x,r.y,r.size,t.category)},e.prototype.createAnimation=function(){},e.prototype.createVisual=function(){},e}(sn);Lt(cn,{tooltip:{format:"{3}"},labels:{format:"{3}"}});var pn=cn,hn=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e}(ue);M(hn.prototype,pi);var fn=hn,dn=function(t){function e(e,r){t.call(this,r),this.aboveAxis=this.options.aboveAxis,this.color=r.color||y,this.value=e}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){var t=this.options;this._rendered||(this._rendered=!0,bt(this.value.target)&&(this.target=new fn({type:t.target.shape,background:t.target.color||this.color,opacity:t.opacity,zIndex:t.zIndex,border:t.target.border,vAlign:v,align:d}),this.target.value=this.value,this.target.dataItem=this.dataItem,this.target.series=this.series,this.append(this.target)),this.createNote())},e.prototype.reflow=function(t){this.render();var e=this.options,r=this.target,i=this.owner,n=e.invertAxes,o=i.seriesValueAxis(this.options),a=i.categorySlot(i.categoryAxis,e.categoryIx,o),s=o.getSlot(this.value.target),u=n?s:a,l=n?a:s;if(r){var c=new Zt(u.x1,l.y1,u.x2,l.y2);r.options.height=n?c.height():e.target.line.width,r.options.width=n?e.target.line.width:c.width(),r.reflow(c)}this.note&&this.note.reflow(t),this.box=t},e.prototype.createVisual=function(){t.prototype.createVisual.call(this);var e=this.options,r=S.drawing.Path.fromRect(this.box.toRect(),{fill:{color:this.color,opacity:e.opacity},stroke:null});e.border.width>0&&r.options.set("stroke",{color:e.border.color||this.color,width:e.border.width,dashType:e.border.dashType,opacity:Tt(e.border.opacity,e.opacity)}),this.bodyVisual=r,w(r),this.visual.append(r)},e.prototype.createAnimation=function(){this.bodyVisual&&(this.animation=S.drawing.Animation.create(this.bodyVisual,this.options.animation))},e.prototype.createHighlight=function(t){return S.drawing.Path.fromRect(this.box.toRect(),t)},e.prototype.highlightVisual=function(){return this.bodyVisual},e.prototype.highlightVisualArgs=function(){return{rect:this.box.toRect(),visual:this.bodyVisual,options:this.options}},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e}(ne);dn.prototype.tooltipAnchor=Ri.prototype.tooltipAnchor,Lt(dn,{border:{width:1},vertical:!1,opacity:1,target:{shape:"",border:{width:0,color:"green"},line:{width:2}},tooltip:{format:"Current: {0}<br />Target: {1}"}}),M(dn.prototype,pi),M(dn.prototype,hi);var vn=dn,gn=function(t){function e(e,r){!function(t){for(var e=t.series,r=0;r<e.length;r++){var i=e[r],n=i.data;!n||x(n[0])||N(n[0])||(i.data=[n])}}(r),t.call(this,e,r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflowCategories=function(t){for(var e=this.children,r=e.length,i=0;i<r;i++)e[i].reflow(t[i])},e.prototype.plotRange=function(t){var e=t.series,r=this.seriesValueAxis(e),i=this.categoryAxisCrossingValue(r);return[i,t.value.current||i]},e.prototype.createPoint=function(t,e){var r=e.categoryIx,i=e.category,n=e.series,o=e.seriesIx,a=this.options,s=this.children,u=t.valueFields,l=M({vertical:!a.invertAxes,overlay:n.overlay,categoryIx:r,invertAxes:a.invertAxes},n),c=t.fields.color||n.color;l=this.evalPointOptions(l,u,i,r,n,o),V(n.color)&&(c=l.color);var p=new vn(u,l);p.color=c;var h=s[r];return h||(h=new Ui({vertical:a.invertAxes,gap:a.gap,spacing:a.spacing,rtl:!a.invertAxes&&(this.chartService||{}).rtl}),this.append(h)),h.append(p),p},e.prototype.updateRange=function(t,e){var r=t.current,i=t.target,n=e.series.axis,o=this.valueAxisRanges[n];bt(r)&&!isNaN(r)&&bt(i&&!isNaN(i))&&((o=this.valueAxisRanges[n]=o||{min:h,max:f}).min=Math.min(o.min,r,i),o.max=Math.max(o.max,r,i))},e.prototype.formatPointValue=function(t,e){return this.chartService.format.auto(e,t.value.current,t.value.target)},e.prototype.pointValue=function(t){return t.valueFields.current},e.prototype.aboveAxis=function(t){return t.value.current>0},e.prototype.createAnimation=function(){var t=this.points;this._setAnimationOptions();for(var e=0;e<t.length;e++){var r=t[e];r.options.animation=this.options.animation,r.createAnimation()}},e}(ci);gn.prototype._setAnimationOptions=Xi.prototype._setAnimationOptions,Lt(gn,{animation:{type:Zr}});var yn=gn,mn=function(t){function e(e,r){t.call(this),this.chartService=e,this.options=M({},this.options,r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getStyle=function(t,e){var r=t.background,i=t.border.color;if(e){var n=e.color||e.options.color;r=Tt(r,n),i=Tt(i,n)}var o=D(t.padding||{},"auto");return{backgroundColor:r,borderColor:i,font:t.font,color:t.color,opacity:t.opacity,borderWidth:L(t.border.width),paddingTop:L(o.top),paddingBottom:L(o.bottom),paddingLeft:L(o.left),paddingRight:L(o.right)}},e.prototype.show=function(t,e,r){t.format=e.format;var i=this.getStyle(e,r);t.style=i;var n=new S.Color(i.backgroundColor);bt(e.color)||n.isDark()||(t.className="k-chart-tooltip-inverse"),this.chartService.notify("showTooltip",t),this.visible=!0},e.prototype.hide=function(){this.chartService&&this.chartService.notify("hideTooltip"),this.visible=!1},e.prototype.destroy=function(){delete this.chartService},e}(S.Class);Lt(mn,{border:{width:1},opacity:1});var bn=mn,xn=function(t){function e(e,r,i){t.call(this,e,i),this.crosshair=r,this.formatService=e.format,this.initAxisName()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initAxisName=function(){var t,e=this.crosshair.axis;t=e.plotArea.categoryAxis?e.getCategory?"categoryAxis":"valueAxis":e.options.vertical?"yAxis":"xAxis",this.axisName=t},e.prototype.showAt=function(t){var e=this.crosshair.axis,r=this.options,i=e[r.stickyMode?"getCategory":"getValue"](t),n=i;r.format?n=this.formatService.auto(r.format,i):e.options.type===l&&(n=this.formatService.auto(e.options.labels.dateFormats[e.options.baseUnit],i)),this.show({point:t,anchor:this.getAnchor(),crosshair:this.crosshair,value:n,axisName:this.axisName,axisIndex:this.crosshair.axis.axisIndex},this.options)},e.prototype.hide=function(){this.chartService.notify("hideTooltip",{crosshair:this.crosshair,axisName:this.axisName,axisIndex:this.crosshair.axis.axisIndex})},e.prototype.getAnchor=function(){var t,e,r,i=this.crosshair,n=this.options,o=n.position,u=n.padding,l=!i.axis.options.vertical,c=i.line.bbox();return l?(t=s,o===a?(e=v,r=c.bottomLeft().translate(0,u)):(e=a,r=c.topLeft().translate(0,-u))):(e=s,o===p?(t=d,r=c.topLeft().translate(-u,0)):(t=p,r=c.topRight().translate(u,0))),{point:r,align:{horizontal:t,vertical:e}}},e}(bn);Lt(xn,{padding:10});var Cn=xn,_n=function(t){function e(e,r,i){t.call(this,i),this.axis=r,this.stickyMode=r instanceof Qe;var n=this.options.tooltip;n.visible&&(this.tooltip=new Cn(e,this,M({},n,{stickyMode:this.stickyMode})))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.showAt=function(t){this.point=t,this.moveLine(),this.line.visible(!0),this.tooltip&&this.tooltip.showAt(t)},e.prototype.hide=function(){this.line.visible(!1),this.tooltip&&this.tooltip.hide()},e.prototype.moveLine=function(){var t,e=this.axis,r=this.point,i=e.options.vertical,n=this.getBox(),o=i?b:m,a=new S.geometry.Point(n.x1,n.y1);if(t=i?new S.geometry.Point(n.x2,n.y1):new S.geometry.Point(n.x1,n.y2),r)if(this.stickyMode){var s=e.getSlot(e.pointCategoryIndex(r));a[o]=t[o]=s.center()[o]}else a[o]=t[o]=r[o];this.box=n,this.line.moveTo(a).lineTo(t)},e.prototype.getBox=function(){for(var t,e=this.axis,r=e.pane.axes,i=r.length,n=e.options.vertical,o=e.lineBox().clone(),a=n?m:b,s=0;s<i;s++){var u=r[s];u.options.vertical!==n&&(t?t.wrap(u.lineBox()):t=u.lineBox().clone())}return o[a+1]=t[a+1],o[a+2]=t[a+2],o},e.prototype.createVisual=function(){t.prototype.createVisual.call(this);var e=this.options;this.line=new S.drawing.Path({stroke:{color:e.color,width:e.width,opacity:e.opacity,dashType:e.dashType},visible:!1}),this.moveLine(),this.visual.append(this.line)},e.prototype.destroy=function(){this.tooltip&&this.tooltip.destroy(),t.prototype.destroy.call(this)},e}(ne);Lt(_n,{color:o,width:2,zIndex:-1,tooltip:{visible:!1}});var On=_n,Sn=function(t){function e(e,r){t.call(this,e),this.pane=r}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.shouldClip=function(){for(var t=this.children,e=t.length,r=0;r<e;r++)if(!0===t[r].options.clip)return!0;return!1},e.prototype._clipBox=function(){return this.pane.chartsBox()},e.prototype.createVisual=function(){if(this.visual=new S.drawing.Group({zIndex:0}),this.shouldClip()){var t=(this.clipBox=this._clipBox()).toRect(),e=S.drawing.Path.fromRect(t);w(e),this.visual.clip(e),this.unclipLabels()}},e.prototype.stackRoot=function(){return this},e.prototype.unclipLabels=function(){for(var t=this.children,e=this.clipBox,r=0;r<t.length;r++)for(var i=t[r].points||{},n=i.length,o=0;o<n;o++){var a=i[o];if(a&&!1!==a.visible&&a.overlapsBox&&a.overlapsBox(e))if(a.unclipElements)a.unclipElements();else{var s=a.label,u=a.note;s&&s.options.visible&&(s.alignToClipBox&&s.alignToClipBox(e),s.options.noclip=!0),u&&u.options.visible&&(u.options.noclip=!0)}}},e.prototype.destroy=function(){t.prototype.destroy.call(this),delete this.parent},e}(ne);Sn.prototype.isStackRoot=!0;var wn=Sn,jn=function(t){function e(e){t.call(this,e),this.id="pane"+Pn++,this.createTitle(),this.content=new ne,this.chartContainer=new wn({},this),this.append(this.content),this.axes=[],this.charts=[]}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createTitle=function(){var t=this.options.title;N(t)&&(t=M({},t,{align:t.position,position:v})),this.title=_e.buildTitle(t,this,e.prototype.options.title)},e.prototype.appendAxis=function(t){this.content.append(t),this.axes.push(t),t.pane=this},e.prototype.appendAxisAt=function(t,e){this.content.append(t),this.axes.splice(e,0,t),t.pane=this},e.prototype.appendChart=function(t){this.chartContainer.parent!==this.content&&this.content.append(this.chartContainer),this.charts.push(t),this.chartContainer.append(t),t.pane=this},e.prototype.empty=function(){var t=this.parent;if(t){for(var e=0;e<this.axes.length;e++)t.removeAxis(this.axes[e]);for(var r=0;r<this.charts.length;r++)t.removeChart(this.charts[r])}this.axes=[],this.charts=[],this.content.destroy(),this.content.children=[],this.chartContainer.children=[]},e.prototype.reflow=function(e){var r;wt(this.children)===this.content&&(r=this.children.pop()),t.prototype.reflow.call(this,e),r&&this.children.push(r),this.title&&(this.contentBox.y1+=this.title.box.height())},e.prototype.visualStyle=function(){var e=t.prototype.visualStyle.call(this);return e.zIndex=-10,e},e.prototype.renderComplete=function(){this.options.visible&&this.createGridLines()},e.prototype.stackRoot=function(){return this},e.prototype.clipRoot=function(){return this},e.prototype.createGridLines=function(){for(var t=this.axes,e=t.concat(this.parent.axes),r=[],i=[],n=0;n<t.length;n++)for(var o=t[n],a=o.options.vertical,s=a?r:i,u=0;u<e.length;u++)if(0===s.length){var l=e[u];a!==l.options.vertical&&yt(s,o.createGridLines(l))}},e.prototype.refresh=function(){this.visual.clear(),this.content.parent=null,this.content.createGradient=this.createGradient.bind(this),this.content.renderVisual(),this.content.parent=this,this.title&&this.visual.append(this.title.visual),this.visual.append(this.content.visual),this.renderComplete(),this.notifyRender()},e.prototype.chartsBox=function(){for(var t=this.axes,e=t.length,r=new Zt,i=0;i<e;i++){var n=t[i],o=n.options.vertical?b:m,a=n.lineBox();r[o+1]=a[o+1],r[o+2]=a[o+2]}if(0===r.x2)for(var s=this.parent.axes,u=s.length,l=0;l<u;l++){var c=s[l];if(!c.options.vertical){var p=c.lineBox();r.x1=p.x1,r.x2=p.x2}}return r},e.prototype.clipBox=function(){return this.chartContainer.clipBox},e.prototype.notifyRender=function(){var t=this.getService();t&&t.notify("paneRender",{pane:new Br(this),index:this.paneIndex,name:this.options.name})},e}(ae),Pn=1;jn.prototype.isStackRoot=!0,Lt(jn,{zIndex:-1,shrinkToFit:!0,title:{align:p},visible:!0});var An=jn;function kn(t,e){null!==e&&t.push(e)}function Vn(t,e,r){var i=e.visible;if(bt(i))return i;var n=t.pointVisibility;return n?n[r]:void 0}function Tn(t){for(var e=t.data,r=[],i=0,n=0,o=0;o<e.length;o++){var a=Hr.current.bindPoint(t,o),s=a.valueFields.value;A(s)&&(s=parseFloat(s)),P(s)?(a.visible=!1!==Vn(t,a.fields,o),a.value=Math.abs(s),r.push(a),a.visible&&(i+=a.value),0!==s&&n++):r.push(null)}return{total:i,points:r,count:n}}function Mn(t,e){return t&&e?t.toLowerCase()===e.toLowerCase():t===e}function Nn(t,e){for(var r=[],i=[].concat(e),n=0;n<t.length;n++){var o=t[n];ct(o.type,i)&&r.push(o)}return r}function Ln(t,e,r){if(null===e)return e;var i="_date_"+t,n=e[i];return n||(n=Ye(r,ot(t)(e)),e[i]=n),n}function In(t,e){var r=t.type,i=e instanceof Date;return!r&&i||Mn(r,l)}function En(t){return 1===t.length?t[0]:t}var Bn=/area/i;function Dn(t,e){var r=Hr.current.bindPoint(t,null,e).valueFields;for(var i in r)if(k(r[i]))return!0}function Rn(t){var e,r,i=t.start,n=t.dir,o=t.min,a=t.max,s=t.getter,u=t.hasItem,l=t.series,c=i;do{u(c+=n)&&(e=Dn(l,(r=s(c)).item))}while(o<=c&&c<=a&&!e);if(e)return r}function zn(t,e,r,i,n){var o=e.min,a=e.max,s=o>0&&o<r,u=a+1<r;if(s||u){var l,c,p;if("interpolate"!==function(t){return t.missingValues?t.missingValues:Bn.test(t.type)||t.stack?qr:"interpolate"}(t))s&&(l=i(o-1)),u&&(c=i(a+1));else s&&(l=Dn(t,(p=i(o-1)).item)?p:Rn({start:o,dir:-1,min:0,max:r-1,getter:i,hasItem:n,series:t})),u&&(c=Dn(t,(p=i(a+1)).item)?p:Rn({start:a,dir:1,min:0,max:r-1,getter:i,hasItem:n,series:t}));l&&(t._outOfRangeMinPoint=l),c&&(t._outOfRangeMaxPoint=c)}}var Fn=function(t){function e(e,r,i){t.call(this,r),this.initFields(e,r),this.series=e,this.initSeries(),this.charts=[],this.options.legend=this.options.legend||{},this.options.legend.items=[],this.axes=[],this.crosshairs=[],this.chartService=i,this.originalOptions=r,this.createPanes(),this.render(),this.createCrosshairs()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initFields=function(){},e.prototype.initSeries=function(){for(var t=this.series,e=0;e<t.length;e++)t[e].index=e},e.prototype.createPanes=function(){for(var t=this.options.title||{},e=this.options.paneDefaults,r=this.options.panes||[],i=Math.max(r.length,1),n=[],o=M({title:{color:t.color}},e),a=0;a<i;a++){var s=M({},o,r[a]);A(s.title)&&(s.title=M({text:s.title},o.title));var u=new An(s);u.paneIndex=a,n.push(u),this.append(u)}this.panes=n},e.prototype.crosshairOptions=function(t){return t.options.crosshair},e.prototype.createCrosshairs=function(t){void 0===t&&(t=this.panes);for(var e=0;e<t.length;e++)for(var r=t[e],i=0;i<r.axes.length;i++){var n=r.axes[i],o=this.crosshairOptions(n);if(o&&o.visible){var a=new On(this.chartService,n,o);this.crosshairs.push(a),r.content.append(a)}}},e.prototype.removeCrosshairs=function(t){for(var e=this.crosshairs,r=t.axes,i=e.length-1;i>=0;i--)for(var n=0;n<r.length;n++)if(e[i].axis===r[n]){e.splice(i,1);break}},e.prototype.hideCrosshairs=function(){for(var t=this.crosshairs,e=0;e<t.length;e++)t[e].hide()},e.prototype.findPane=function(t){for(var e,r=this.panes,i=0;i<r.length;i++)if(r[i].options.name===t){e=r[i];break}return e||r[0]},e.prototype.findPointPane=function(t){for(var e,r=this.panes,i=0;i<r.length;i++)if(r[i].box.containsPoint(t)){e=r[i];break}return e},e.prototype.appendAxis=function(t){this.findPane(t.options.pane).appendAxis(t),this.axes.push(t),t.plotArea=this},e.prototype.removeAxis=function(t){for(var e=[],r=0;r<this.axes.length;r++){var i=this.axes[r];t!==i?e.push(i):i.destroy()}this.axes=e},e.prototype.appendChart=function(t,e){this.charts.push(t),e?e.appendChart(t):this.append(t)},e.prototype.removeChart=function(t){for(var e=[],r=0;r<this.charts.length;r++){var i=this.charts[r];i!==t?e.push(i):i.destroy()}this.charts=e},e.prototype.addToLegend=function(t){for(var e=t.length,r=this.options.legend,i=r.labels||{},n=r.inactiveItems||{},o=n.labels||{},a=[],s=0;s<e;s++){var u=t[s],l=!1!==u.visible;if(!1!==u.visibleInLegend){var c=u.name,p=l?rt(i):rt(o)||rt(i);p&&(c=p({text:on(c)?c:"",series:u}));var h=u._defaults,f=u.color;V(f)&&h&&(f=h.color);var d=void 0,v=void 0;l?(d={},v=f):(d={color:o.color,font:o.font},v=n.markers.color),on(c)&&""!==c&&a.push({text:c,labels:d,markerColor:v,series:u,active:l})}}yt(r.items,a)},e.prototype.groupAxes=function(t){for(var e=[],r=[],i=0;i<t.length;i++)for(var n=t[i].axes,o=0;o<n.length;o++){var a=n[o];a.options.vertical?r.push(a):e.push(a)}return{x:e,y:r,any:e.concat(r)}},e.prototype.groupSeriesByPane=function(){for(var t=this.series,e={},r=0;r<t.length;r++){var i=t[r],n=this.seriesPaneName(i);e[n]?e[n].push(i):e[n]=[i]}return e},e.prototype.filterVisibleSeries=function(t){for(var e=[],r=0;r<t.length;r++){var i=t[r];!1!==i.visible&&e.push(i)}return e},e.prototype.reflow=function(t){var e=this.options.plotArea,r=this.panes,i=D(e.margin);this.box=t.clone().unpad(i),this.reflowPanes(),this.detachLabels(),this.reflowAxes(r),this.reflowCharts(r)},e.prototype.redraw=function(t){var e=[].concat(t);this.initSeries();var r=this.getRoot();r&&r.cleanGradients();for(var i=0;i<e.length;i++)this.removeCrosshairs(e[i]),e[i].empty();this.render(e),this.detachLabels(),this.reflowAxes(this.panes),this.reflowCharts(e),this.createCrosshairs(e);for(var n=0;n<e.length;n++)e[n].refresh()},e.prototype.axisCrossingValues=function(t,e){for(var r=t.options,i=[].concat(r.axisCrossingValues||r.axisCrossingValue),n=e.length-i.length,o=i[0]||0,a=0;a<n;a++)i.push(o);return i},e.prototype.alignAxisTo=function(t,e,r,i){var n=t.getSlot(r,r,!0),o=t.options.reverse?2:1,a=e.getSlot(i,i,!0),s=e.options.reverse?2:1,u=t.box.translate(a[m+s]-n[m+o],a[b+s]-n[b+o]);t.pane!==e.pane&&u.translate(0,t.pane.box.y1-e.pane.box.y1),t.reflow(u)},e.prototype.alignAxes=function(t,e){for(var r=t[0],i=e[0],n=this.axisCrossingValues(r,e),o=this.axisCrossingValues(i,t),s={},u={},l={},c={},h=0;h<e.length;h++){var f=e[h],g=f.pane,y=g.id,m=!1!==f.options.visible,b=Hn(t,g)||r,x=n;b!==r&&(x=this.axisCrossingValues(b,e)),this.alignAxisTo(f,b,o[h],x[h]),f.options._overlap||(kt(f.lineBox().x1)===kt(b.lineBox().x1)&&(s[y]&&f.reflow(f.box.alignTo(s[y].box,p).translate(-f.options.margin,0)),m&&(s[y]=f)),kt(f.lineBox().x2)===kt(b.lineBox().x2)&&(f._mirrored||(f.options.labels.mirror=!f.options.labels.mirror,f._mirrored=!0),this.alignAxisTo(f,b,o[h],x[h]),u[y]&&f.reflow(f.box.alignTo(u[y].box,d).translate(f.options.margin,0)),m&&(u[y]=f)),0!==h&&i.pane===f.pane&&(f.alignTo(i),f.reflow(f.box)))}for(var C=0;C<t.length;C++){var _=t[C],O=_.pane,S=O.id,w=!1!==_.options.visible,j=Hn(e,O)||i,P=o;j!==i&&(P=this.axisCrossingValues(j,t)),this.alignAxisTo(_,j,n[C],P[C]),_.options._overlap||(kt(_.lineBox().y1)===kt(j.lineBox().y1)&&(_._mirrored||(_.options.labels.mirror=!_.options.labels.mirror,_._mirrored=!0),this.alignAxisTo(_,j,n[C],P[C]),l[S]&&_.reflow(_.box.alignTo(l[S].box,v).translate(0,-_.options.margin)),w&&(l[S]=_)),kt(_.lineBox().y2,3)===kt(j.lineBox().y2,3)&&(c[S]&&_.reflow(_.box.alignTo(c[S].box,a).translate(0,_.options.margin)),w&&(c[S]=_)),0!==C&&(_.alignTo(r),_.reflow(_.box)))}},e.prototype.shrinkAxisWidth=function(t){for(var e=this.groupAxes(t).any,r=Un(e),i=0,n=0;n<t.length;n++){var o=t[n];o.axes.length>0&&(i=Math.max(i,r.width()-o.contentBox.width()))}if(0!==i)for(var a=0;a<e.length;a++){var s=e[a];s.options.vertical||s.reflow(s.box.shrink(i,0))}},e.prototype.shrinkAxisHeight=function(t){for(var e,r=0;r<t.length;r++){var i=t[r],n=i.axes,o=Math.max(0,Un(n).height()-i.contentBox.height());if(0!==o){for(var a=0;a<n.length;a++){var s=n[a];s.options.vertical&&s.reflow(s.box.shrink(0,o))}e=!0}}return e},e.prototype.fitAxes=function(t){for(var e=this.groupAxes(t).any,r=0,i=0;i<t.length;i++){var n=t[i],o=n.axes,a=n.contentBox;if(o.length>0){var s=Un(o),u=Math.max(a.y1-s.y1,a.y2-s.y2);r=Math.max(r,a.x1-s.x1);for(var l=0;l<o.length;l++){var c=o[l];c.reflow(c.box.translate(0,u))}}}for(var p=0;p<e.length;p++){var h=e[p];h.reflow(h.box.translate(r,0))}},e.prototype.reflowAxes=function(t){for(var e=this.groupAxes(t),r=0;r<t.length;r++)this.reflowPaneAxes(t[r]);e.x.length>0&&e.y.length>0&&(this.alignAxes(e.x,e.y),this.shrinkAxisWidth(t),this.autoRotateAxisLabels(e),this.alignAxes(e.x,e.y),this.shrinkAxisWidth(t)&&this.alignAxes(e.x,e.y),this.shrinkAxisHeight(t),this.alignAxes(e.x,e.y),this.shrinkAxisHeight(t)&&this.alignAxes(e.x,e.y),this.fitAxes(t))},e.prototype.autoRotateAxisLabels=function(t){for(var e,r=this.panes,i=$n(r),n=0;n<i.length;n++){i[n].autoRotateLabels()&&(e=!0)}if(e){for(var o=0;o<r.length;o++)this.reflowPaneAxes(r[o]);t.x.length>0&&t.y.length>0&&(this.alignAxes(t.x,t.y),this.shrinkAxisWidth(r))}},e.prototype.reflowPaneAxes=function(t){var e=t.axes,r=e.length;if(r>0)for(var i=0;i<r;i++)e[i].reflow(t.contentBox)},e.prototype.reflowCharts=function(t){for(var e=this.charts,r=e.length,i=this.box,n=0;n<r;n++){var o=e[n].pane;o&&!ct(o,t)||e[n].reflow(i)}},e.prototype.reflowPanes=function(){for(var t=this.box,e=this.panes,r=e.length,i=t.height(),n=0,o=t.y1,a=0;a<r;a++){var s=e[a],u=s.options.height;if(s.options.width=t.width(),s.options.height){if(u.indexOf&&u.indexOf("%")){var l=parseInt(u,10)/100;s.options.height=l*t.height()}s.reflow(t.clone()),i-=s.options.height}else n++}for(var c=0;c<r;c++){var p=e[c];p.options.height||(p.options.height=i/n)}for(var h=0;h<r;h++){var f=e[h],d=t.clone().move(t.x1,o);f.reflow(d),o+=f.options.height}},e.prototype.backgroundBox=function(){for(var t,e=this.axes,r=e.length,i=0;i<r;i++)for(var n=e[i],o=0;o<r;o++){var a=e[o];if(n.options.vertical!==a.options.vertical){var s=n.lineBox().clone().wrap(a.lineBox());t=t?t.wrap(s):s}}return t||this.box},e.prototype.chartsBoxes=function(){for(var t=this.panes,e=[],r=0;r<t.length;r++)e.push(t[r].chartsBox());return e},e.prototype.addBackgroundPaths=function(t){for(var e=this.chartsBoxes(),r=0;r<e.length;r++)t.paths.push(S.drawing.Path.fromRect(e[r].toRect()))},e.prototype.backgroundContainsPoint=function(t){for(var e=this.chartsBoxes(),r=0;r<e.length;r++)if(e[r].containsPoint(t))return!0},e.prototype.createVisual=function(){t.prototype.createVisual.call(this);var e,r=this.options.plotArea,i=r.opacity,n=r.background,o=r.border;void 0===o&&(o={}),""!==(e=n)&&null!==e&&"none"!==e&&"transparent"!==e&&bt(e)||(n=y,i=0);var a=this._bgVisual=new S.drawing.MultiPath({fill:{color:n,opacity:i},stroke:{color:o.width?o.color:"",width:o.width,dashType:o.dashType},zIndex:-1});this.addBackgroundPaths(a),this.appendVisual(a)},e.prototype.pointsByCategoryIndex=function(t){var e=this.charts,r=[];if(null!==t)for(var i=0;i<e.length;i++){if("_navigator"!==e[i].pane.options.name){var n=e[i].categoryPoints[t];if(n&&n.length)for(var o=0;o<n.length;o++){var a=n[o];a&&bt(a.value)&&null!==a.value&&r.push(a)}}}return r},e.prototype.pointsBySeriesIndex=function(t){return this.filterPoints((function(e){return e.series.index===t}))},e.prototype.pointsBySeriesName=function(t){return this.filterPoints((function(e){return e.series.name===t}))},e.prototype.filterPoints=function(t){for(var e=this.charts,r=[],i=0;i<e.length;i++)for(var n=e[i].points,o=0;o<n.length;o++){var a=n[o];a&&!1!==a.visible&&t(a)&&r.push(a)}return r},e.prototype.findPoint=function(t){for(var e=this.charts,r=0;r<e.length;r++)for(var i=e[r].points,n=0;n<i.length;n++){var o=i[n];if(o&&!1!==o.visible&&t(o))return o}},e.prototype.paneByPoint=function(t){for(var e=this.panes,r=0;r<e.length;r++){var i=e[r];if(i.box.containsPoint(t))return i}},e.prototype.detachLabels=function(){var t=this.groupAxes(this.panes),e=t.x,r=t.y;this.detachAxisGroupLabels(r,e),this.detachAxisGroupLabels(e,r)},e.prototype.detachAxisGroupLabels=function(t,e){for(var r=0,i=0;i<t.length;i++){var n=t[i],o=n.pane,a=Hn(e,o)||e[0],s=i+r,u=this.createLabelAxis(n,s,a);if(u){r++;var l=o.axes.indexOf(n)+r;o.appendAxisAt(u,l)}}},e.prototype.createLabelAxis=function(t,e,r){var i=t.options.labels,n=i.position,o="end"!==n&&"start"!==n,a=i.visible;if(o||!1===a)return null;var s=this.groupAxes(this.panes),u=r.options.vertical?s.x:s.y,l=this.axisCrossingValues(r,u),c="end"===n,p=r.range(),h=c?p.max:p.min;if(jt(l[e],p.min,p.max)-h==0)return null;l.splice(e+1,0,h),r.options.axisCrossingValues=l;var f=t.clone();return t.clear(),f.options.name=void 0,f.options.line.visible=!1,f.options.crosshair=void 0,f.options.notes=void 0,f.options.plotBands=void 0,f},e}(ne);function Kn(t){return!t.pane.axes.some((function(e){return e.options.vertical===t.options.vertical&&e!==t&&!1!==e.options.visible}))}function Un(t){for(var e,r=t.length,i=0;i<r;i++){var n=t[i],o=!1!==n.options.visible;if(o||Kn(n)){var a=o?n.contentBox():n.lineBox();e?e.wrap(a):e=a.clone()}}return e||new Zt}function Hn(t,e){for(var r=0;r<t.length;r++){var i=t[r];if(i&&i.pane===e)return i}}var $n=function(t){return t.reduce((function(t,e){return t.concat(e.axes)}),[])};Lt(Fn,{series:[],plotArea:{margin:{}},background:"",border:{color:o,width:0},paneDefaults:{title:{}},legend:{inactiveItems:{labels:{color:"#919191"},markers:{color:"#919191"}}}});var Gn=Fn,Xn={hover:function(t,e){this._dispatchEvent(t,e,"plotAreaHover")},click:function(t,e){this._dispatchEvent(t,e,"plotAreaClick")}};function Yn(t,e,r){var i=e,n=t;if(t.indexOf(".")>-1){for(var o=t.split(".");o.length>1;)n=o.shift(),bt(i[n])||(i[n]={}),i=i[n];n=o.shift()}i[n]=r}var Wn=function(t){function e(e,r,i){t.call(this);var n=r.canonicalFields(e),o=r.valueFields(e),a=r.sourceFields(e,n),s=this._seriesFields=[],u=i.query(e.type),l=e.aggregate||u;this._series=e,this._binder=r;for(var c=0;c<n.length;c++){var p=n[c],h=void 0;if(N(l))h=l[p];else{if(0!==c&&!ct(p,o))break;h=l}h&&s.push({canonicalName:p,name:a[c],transform:V(h)?h:Fr[h]})}}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.aggregatePoints=function(t,e){var r=this._series,i=this._seriesFields,n=this._bindPoints(t||[]),o=n.dataItems[0],a={};if(o&&!P(o)&&!x(o)){var s=function(){};s.prototype=o,a=new s}for(var u=0;u<i.length;u++){var l=i[u],c=this._bindField(n.values,l.canonicalName),p=l.transform(c,r,n.dataItems,e);if(!(null===p||!N(p)||bt(p.length)||p instanceof Date)){a=p;break}bt(p)&&Yn(l.name,a,p)}return a},e.prototype._bindPoints=function(t){for(var e=this._binder,r=this._series,i=[],n=[],o=0;o<t.length;o++){var a=t[o];i.push(e.bindPoint(r,a)),n.push(r.data[a])}return{values:i,dataItems:n}},e.prototype._bindField=function(t,e){for(var r=[],i=t.length,n=0;n<i;n++){var o=t[n],a=o.valueFields,s=void 0;s=bt(a[e])?a[e]:o.fields[e],r.push(s)}return r},e}(S.Class),qn=function(t){function e(){t.call(this),this._defaults={}}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.register=function(t,e){for(var r=0;r<t.length;r++)this._defaults[t[r]]=e},e.prototype.query=function(t){return this._defaults[t]},e}(S.Class);qn.current=new qn;var Zn=qn,Qn=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createLabel=function(){var t=this.options.labels,e=M({},t,t.from),r=M({},t,t.to);e.visible&&(this.labelFrom=this._createLabel(e),this.append(this.labelFrom)),r.visible&&(this.labelTo=this._createLabel(r),this.append(this.labelTo))},e.prototype._createLabel=function(t){var e,r=rt(t),i=this.pointData();return e=r?r(i):this.formatValue(t.format),new Ei(e,M({vertical:this.options.vertical},t),i)},e.prototype.reflow=function(t){this.render();var e=this.labelFrom,r=this.labelTo,i=this.value;this.box=t,e&&(e.options.aboveAxis=i.from>i.to,e.reflow(t)),r&&(r.options.aboveAxis=i.to>i.from,r.reflow(t)),this.note&&this.note.reflow(t)},e}(Ri);Qn.prototype.defaults=M({},Qn.prototype.defaults,{labels:{format:"{0} - {1}"},tooltip:{format:"{1}"}});var Jn=Qn,to=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.pointType=function(){return Jn},e.prototype.pointValue=function(t){return t.valueFields},e.prototype.formatPointValue=function(t,e){return null===t.value.from&&null===t.value.to?"":this.chartService.format.auto(e,t.value.from,t.value.to)},e.prototype.plotRange=function(t){return t?[t.value.from,t.value.to]:0},e.prototype.updateRange=function(t,e){var r=e.series.axis,i=t.from,n=t.to,o=this.valueAxisRanges[r];null!==t&&P(i)&&P(n)&&((o=this.valueAxisRanges[r]=o||{min:h,max:f}).min=Math.min(o.min,i),o.max=Math.max(o.max,i),o.min=Math.min(o.min,n),o.max=Math.max(o.max,n))},e.prototype.aboveAxis=function(t){var e=t.value;return e.from<e.to},e}(Xi);to.prototype.plotLimits=ci.prototype.plotLimits;var eo=to,ro=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.aliasFor=function(){return this.parent},e}(di),io=function(t){function e(e,r){t.call(this),this.value=e,this.options=r,this.aboveAxis=Tt(this.options.aboveAxis,!0),this.tooltipTracking=!0,this.initLabelsFormat()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){if(!this._rendered){this._rendered=!0;var t=this.options,e=t.markers,r=t.labels,i=this.value,n=this.fromPoint=new ro(i,M({},this.options,{labels:r.from,markers:e.from})),o=this.toPoint=new ro(i,M({},this.options,{labels:r.to,markers:e.to}));this.copyFields(n),this.copyFields(o),this.append(n),this.append(o)}},e.prototype.reflow=function(t){this.render();var e=t.from,r=t.to;this.positionLabels(e,r),this.fromPoint.reflow(e),this.toPoint.reflow(r),this.box=this.fromPoint.markerBox().clone().wrap(this.toPoint.markerBox())},e.prototype.createHighlight=function(){var t=new S.drawing.Group;return t.append(this.fromPoint.createHighlight()),t.append(this.toPoint.createHighlight()),t},e.prototype.highlightVisual=function(){return this.visual},e.prototype.highlightVisualArgs=function(){return{options:this.options,from:this.fromPoint.highlightVisualArgs(),to:this.toPoint.highlightVisualArgs()}},e.prototype.tooltipAnchor=function(){var t=this.owner.pane.clipBox();if(!t||t.overlaps(this.box)){var e,r,i,n=this.box,o=n.center();return this.options.vertical?(e=o.x,r=n.y1-5,i=a):(e=n.x2+5,r=o.y,i=s),{point:new Wt(e,r),align:{horizontal:"left",vertical:i}}}},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e.prototype.overlapsBox=function(t){return this.box.overlaps(t)},e.prototype.unclipElements=function(){this.fromPoint.unclipElements(),this.toPoint.unclipElements()},e.prototype.initLabelsFormat=function(){var t=this.options.labels;t.format||(t.from&&t.from.format||(t.from=Object.assign({},t.from,{format:"{0}"})),t.to&&t.to.format||(t.to=Object.assign({},t.to,{format:"{1}"})))},e.prototype.positionLabels=function(t,e){var r,i,n=this.options,o=n.labels,a=n.vertical;"auto"===o.position&&(a?e.y1<=t.y1?(i="above",r="below"):(i="below",r="above"):e.x1<=t.x1?(i=p,r=d):(i=d,r=p),o.from&&o.from.position||(this.fromPoint.options.labels.position=r),o.to&&o.to.position||(this.toPoint.options.labels.position=i))},e.prototype.copyFields=function(t){t.dataItem=this.dataItem,t.category=this.category,t.series=this.series,t.color=this.color,t.owner=this.owner},e}(ne);M(io.prototype,pi),M(io.prototype,hi),io.prototype.defaults={markers:{visible:!1,background:y,size:8,type:u,border:{width:2},opacity:1},labels:{visible:!1,margin:D(3),padding:D(4),animation:{type:"fadeIn",delay:600},position:"auto"},notes:{label:{}},highlight:{markers:{border:{color:y,width:2}},zIndex:100},tooltip:{format:"{0} - {1}"}};var no=io,oo=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createStrokeSegments=function(){return this.segmentsFromPoints(this.toGeometryPoints(this.toPoints()))},e.prototype.stackSegments=function(){var t=this.fromSegments;return this.fromSegments||(t=this.fromSegments=this.segmentsFromPoints(this.toGeometryPoints(this.fromPoints().reverse()))),t},e.prototype.createStroke=function(t){var e=new S.drawing.Path(t),r=new S.drawing.Path(t);e.segments.push.apply(e.segments,this.strokeSegments()),r.segments.push.apply(r.segments,this.stackSegments()),this.visual.append(e),this.visual.append(r)},e.prototype.hasStackSegment=function(){return!0},e.prototype.fromPoints=function(){return this.linePoints.map((function(t){return t.fromPoint}))},e.prototype.toPoints=function(){return this.linePoints.map((function(t){return t.toPoint}))},e}(ki),ao=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createStrokeSegments=function(){return this.createCurveSegments(this.toPoints())},e.prototype.stackSegments=function(){var t=this.fromSegments;return this.fromSegments||(t=this.fromSegments=this.createCurveSegments(this.fromPoints().reverse())),t},e.prototype.createCurveSegments=function(t){return(new Nr).process(this.toGeometryPoints(t))},e}(oo),so=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createStrokeSegments=function(){return this.segmentsFromPoints(this.calculateStepPoints(this.toPoints()))},e.prototype.stackSegments=function(){var t=this.fromSegments;return this.fromSegments||(t=this.fromSegments=this.segmentsFromPoints(this.calculateStepPoints(this.fromPoints()))).reverse(),t},e}(oo);M(so.prototype,mi);var uo=so,lo=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){t.prototype.render.call(this),this.renderSegments()},e.prototype.pointType=function(){return no},e.prototype.createPoint=function(t,e){var r=e.categoryIx,i=e.category,n=e.series,o=e.seriesIx,a=t.valueFields;if(!on(a.from)&&!on(a.to)){if(this.seriesMissingValues(n)!==qr)return null;a={from:0,to:0}}var s=this.pointOptions(n,o);s=this.evalPointOptions(s,a,i,r,n,o);var u=t.fields.color||n.color;V(n.color)&&(u=s.color);var l=new no(a,s);return l.color=u,this.append(l),l},e.prototype.createSegment=function(t,e,r){var i=(e.line||{}).style;return new("smooth"===i?ao:"step"===i?uo:oo)(t,e,r)},e.prototype.plotRange=function(t,e){return t?[t.value.from,t.value.to]:[e,e]},e.prototype.valueSlot=function(t,e){var r=t.getSlot(e[0],e[0],!this.options.clip),i=t.getSlot(e[1],e[1],!this.options.clip);if(r&&i)return{from:r,to:i}},e.prototype.pointSlot=function(t,e){var r,i,n=e.from,o=e.to;return this.options.invertAxes?(r=new Zt(n.x1,t.y1,n.x2,t.y2),i=new Zt(o.x1,t.y1,o.x2,t.y2)):(r=new Zt(t.x1,n.y1,t.x2,n.y2),i=new Zt(t.x1,o.y1,t.x2,o.y2)),{from:r,to:i}},e.prototype.addValue=function(e,r){var i=e.valueFields;P(i.from)||(i.from=i.to),P(i.to)||(i.to=i.from),t.prototype.addValue.call(this,e,r)},e.prototype.updateRange=function(t,e){if(null!==t&&P(t.from)&&P(t.to)){var r=e.series.axis,i=this.valueAxisRanges[r]=this.valueAxisRanges[r]||{min:h,max:f},n=t.from,o=t.to;i.min=Math.min(i.min,n,o),i.max=Math.max(i.max,n,o)}},e.prototype.formatPointValue=function(t,e){var r=t.value;return this.chartService.format.auto(e,r.from,r.to)},e.prototype.animationPoints=function(){for(var t=this.points,e=[],r=0;r<t.length;r++){var i=t[r];i&&(e.push((i.fromPoint||{}).marker),e.push((i.toPoint||{}).marker))}return e.concat(this._segments)},e}(ci);M(lo.prototype,_i,ji);var co=lo,po=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e=this.options,r=this.value,i=this.owner.seriesValueAxis(e),n=[],o=[],a=[],s=i.getSlot(r.low,r.high),u=i.getSlot(r.open,r.open),l=i.getSlot(r.close,r.close);u.x1=l.x1=s.x1=t.x1,u.x2=l.x2=s.x2=t.x2;var c=s.center().x;n.push([u.x1,u.y1]),n.push([c,u.y1]),o.push([c,l.y1]),o.push([l.x2,l.y1]),a.push([c,s.y1]),a.push([c,s.y2]),this.lines=[n,o,a],this.box=s.clone().wrap(u.clone().wrap(l)),this.reflowNote()},e.prototype.createBody=function(){},e}(Wi),ho=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.pointType=function(){return po},e}(Qi),fo=function(t){function e(e,r,i){t.call(this),this.from=e,this.to=r,this.series=i}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.linePoints=function(){var t=this.from,e=this.from.box,r=this.to.box,i=[];if(t.isVertical){var n=t.aboveAxis?e.y1:e.y2;i.push([e.x1,n],[r.x2,n])}else{var o=t.aboveAxis?e.x2:e.x1;i.push([o,e.y1],[o,r.y2])}return i},e.prototype.createVisual=function(){t.prototype.createVisual.call(this);var e=this.series.line||{},r=S.drawing.Path.fromPoints(this.linePoints(),{stroke:{color:e.color,width:e.width,opacity:e.opacity,dashType:e.dashType}});w(r),this.visual.append(r)},e}(ne);Lt(fo,{animation:{type:"fadeIn",delay:600}});var vo=fo,go=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){t.prototype.render.call(this),this.createSegments()},e.prototype.traverseDataPoints=function(t){for(var e=this.options.series,r=ui(e),i=!this.options.invertAxes,n=0;n<e.length;n++)for(var o=e[n],a=0,s=0,u=0;u<r;u++){var l=Hr.current.bindPoint(o,u),c=l.valueFields.value,p=l.fields.summary,h=a,f=void 0;p?"total"===p.toLowerCase()?(l.valueFields.value=a,h=0,f=a):(l.valueFields.value=s,f=h-s,s=0):P(c)&&(s+=c,f=a+=c),t(l,{category:this.categoryAxis.categoryAt(u),categoryIx:u,series:o,seriesIx:n,total:a,runningTotal:s,from:h,to:f,isVertical:i})}},e.prototype.updateRange=function(e,r){t.prototype.updateRange.call(this,{value:r.to},r)},e.prototype.aboveAxis=function(t){return t.value>=0},e.prototype.plotRange=function(t){return[t.from,t.to]},e.prototype.createSegments=function(){for(var t=this.options.series,e=this.seriesPoints,r=this.segments=[],i=0;i<t.length;i++){var n=t[i],o=e[i];if(o)for(var a=void 0,s=0;s<o.length;s++){var u=o[s];if(u&&a){var l=new vo(a,u,n);r.push(l),this.append(l)}a=u}}},e}(Xi),yo=["area","verticalArea","rangeArea","verticalRangeArea"],mo=[Jr,ei].concat(yo),bo=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initFields=function(t){if(this.namedCategoryAxes={},this.namedValueAxes={},this.valueAxisRangeTracker=new Li,t.length>0){this.invertAxes=ct(t[0].type,[Zr,"bullet",ei,"verticalArea","verticalRangeArea","rangeBar","horizontalWaterfall","verticalBoxPlot"]);for(var e=0;e<t.length;e++){var r=t[e].stack;if(r&&"100%"===r.type){this.stack100=!0;break}}}},e.prototype.render=function(t){void 0===t&&(t=this.panes),this.createCategoryAxes(t),this.aggregateCategories(t),this.createCategoryAxesLabels(t),this.createCharts(t),this.createValueAxes(t)},e.prototype.removeAxis=function(e){var r=e.options.name;t.prototype.removeAxis.call(this,e),e instanceof Qe?delete this.namedCategoryAxes[r]:(this.valueAxisRangeTracker.reset(r),delete this.namedValueAxes[r]),e===this.categoryAxis&&delete this.categoryAxis,e===this.valueAxis&&delete this.valueAxis},e.prototype.createCharts=function(t){for(var e=this.groupSeriesByPane(),r=0;r<t.length;r++){var i=t[r],n=e[i.options.name||"default"]||[];this.addToLegend(n);var o=this.filterVisibleSeries(n);if(o)for(var a=this.groupSeriesByCategoryAxis(o),s=0;s<a.length;s++)this.createChartGroup(a[s],i)}},e.prototype.createChartGroup=function(t,e){this.createAreaChart(Nn(t,["area","verticalArea"]),e),this.createRangeAreaChart(Nn(t,["rangeArea","verticalRangeArea"]),e),this.createBarChart(Nn(t,[Qr,Zr]),e),this.createRangeBarChart(Nn(t,["rangeColumn","rangeBar"]),e),this.createBulletChart(Nn(t,["bullet","verticalBullet"]),e),this.createCandlestickChart(Nn(t,"candlestick"),e),this.createBoxPlotChart(Nn(t,["boxPlot","verticalBoxPlot"]),e),this.createOHLCChart(Nn(t,"ohlc"),e),this.createWaterfallChart(Nn(t,["waterfall","horizontalWaterfall"]),e),this.createLineChart(Nn(t,[Jr,ei]),e)},e.prototype.aggregateCategories=function(t){var e=this.srcSeries||this.series,r=[];this._currentPointsCache={},this._seriesPointsCache=this._seriesPointsCache||{};for(var i=0;i<e.length;i++){var n=e[i],o=this.seriesCategoryAxis(n),a=this.findPane(o.options.pane);n=(Mn(o.options.type,l)||n.categoryField)&&ct(a,t)?this.aggregateSeries(n,o):this.filterSeries(n,o),r.push(n)}this._seriesPointsCache=this._currentPointsCache,this._currentPointsCache=null,this.srcSeries=e,this.series=r},e.prototype.filterSeries=function(t,e){var r=(t.data||{}).length;if(e._seriesMax=Math.max(e._seriesMax||0,r),!P(e.options.min)&&!P(e.options.max))return t;var i=e.currentRangeIndices(),n=ct(t.type,mo),o=M({},t);return o.data=(o.data||[]).slice(i.min,i.max+1),n&&zn(o,i,r,(function(r){return{item:t.data[r],category:e.categoryAt(r,!0),categoryIx:r-i.min}}),(function(e){return bt(t.data[e])})),o},e.prototype.clearSeriesPointsCache=function(){this._seriesPointsCache={}},e.prototype.seriesSourcePoints=function(t,e){var r=t.index+";"+e.categoriesHash();if(this._seriesPointsCache[r])return this._currentPointsCache[r]=this._seriesPointsCache[r],this._seriesPointsCache[r];var i=e.options,n=i.srcCategories,o=Mn(i.type,l),a=t.data,s=o?Ln:Kr,u=[];o||e.mapCategories();for(var c=0;c<a.length;c++){var p=void 0;if(p=t.categoryField?s(t.categoryField,a[c],this.chartService.intl):n[c],bt(p)&&null!==p){var h=e.totalIndex(p);u[h]=u[h]||{items:[],category:p},u[h].items.push(c)}}return this._currentPointsCache[r]=u,u},e.prototype.aggregateSeries=function(t,e){if(!t.data.length)return t;for(var r=this.seriesSourcePoints(t,e),i=M({},t),n=new Wn(M({},t),Hr.current,Zn.current),o=i.data=[],a=e.options.dataItems||[],s=e.currentRangeIndices(),u=function(t){var i=t-s.min,o=r[t];if(o||(o=r[t]={}),o.categoryIx=i,!o.item){var a=e.categoryAt(t,!0);o.category=a,o.item=n.aggregatePoints(o.items,a)}return o},l=s.min;l<=s.max;l++){var c=u(l);o[c.categoryIx]=c.item,c.items&&c.items.length&&(a[c.categoryIx]=c.item)}return ct(i.type,mo)&&zn(i,s,e.totalCount(),u,(function(t){return r[t]})),e.options.dataItems=a,i},e.prototype.appendChart=function(e,r){var i=e.options.series,n=this.seriesCategoryAxis(i[0]),o=n.options.categories,a=Math.max(0,ui(i)-o.length);if(a>0)for(o=n.options.categories=n.options.categories.slice(0);a--;)o.push("");this.valueAxisRangeTracker.update(e.valueAxisRanges),t.prototype.appendChart.call(this,e,r)},e.prototype.seriesPaneName=function(t){var e=this.options,r=t.axis,i=at([].concat(e.valueAxis),(function(t){return t.name===r}))[0],n=((e.panes||[{}])[0]||{}).name||"default";return(i||{}).pane||n},e.prototype.seriesCategoryAxis=function(t){var e=t.categoryAxis,r=e?this.namedCategoryAxes[e]:this.categoryAxis;if(!r)throw new Error("Unable to locate category axis with name "+e);return r},e.prototype.stackableChartOptions=function(t,e){var r=t.stack;return{isStacked:r,isStacked100:r&&"100%"===r.type,clip:e.options.clip}},e.prototype.groupSeriesByCategoryAxis=function(t){for(var e=[],r={},i=0;i<t.length;i++){var n=t[i].categoryAxis||"$$default$$";r.hasOwnProperty(n)||(r[n]=!0,e.push(n))}for(var o=[],a=0;a<e.length;a++){var s=Co(t,e[a],a);0!==s.length&&o.push(s)}return o},e.prototype.createBarChart=function(t,e){if(0!==t.length){var r=t[0],i=new Xi(this,Object.assign({series:t,invertAxes:this.invertAxes,gap:r.gap,spacing:r.spacing},this.stackableChartOptions(r,e)));this.appendChart(i,e)}},e.prototype.createRangeBarChart=function(t,e){if(0!==t.length){var r=t[0],i=new eo(this,{series:t,invertAxes:this.invertAxes,gap:r.gap,spacing:r.spacing});this.appendChart(i,e)}},e.prototype.createBulletChart=function(t,e){if(0!==t.length){var r=t[0],i=new yn(this,{series:t,invertAxes:this.invertAxes,gap:r.gap,spacing:r.spacing,clip:e.options.clip});this.appendChart(i,e)}},e.prototype.createLineChart=function(t,e){if(0!==t.length){var r=t[0],i=new Ai(this,Object.assign({invertAxes:this.invertAxes,series:t},this.stackableChartOptions(r,e)));this.appendChart(i,e)}},e.prototype.createAreaChart=function(t,e){if(0!==t.length){var r=t[0],i=new Ni(this,Object.assign({invertAxes:this.invertAxes,series:t},this.stackableChartOptions(r,e)));this.appendChart(i,e)}},e.prototype.createRangeAreaChart=function(t,e){if(0!==t.length){var r=new co(this,{invertAxes:this.invertAxes,series:t,clip:e.options.clip});this.appendChart(r,e)}},e.prototype.createOHLCChart=function(t,e){if(0!==t.length){var r=t[0],i=new ho(this,{invertAxes:this.invertAxes,gap:r.gap,series:t,spacing:r.spacing,clip:e.options.clip});this.appendChart(i,e)}},e.prototype.createCandlestickChart=function(t,e){if(0!==t.length){var r=t[0],i=new Qi(this,{invertAxes:this.invertAxes,gap:r.gap,series:t,spacing:r.spacing,clip:e.options.clip});this.appendChart(i,e)}},e.prototype.createBoxPlotChart=function(t,e){if(0!==t.length){var r=t[0],i=new rn(this,{invertAxes:this.invertAxes,gap:r.gap,series:t,spacing:r.spacing,clip:e.options.clip});this.appendChart(i,e)}},e.prototype.createWaterfallChart=function(t,e){if(0!==t.length){var r=t[0],i=new go(this,{series:t,invertAxes:this.invertAxes,gap:r.gap,spacing:r.spacing});this.appendChart(i,e)}},e.prototype.axisRequiresRounding=function(t,e){for(var r=Nn(this.series,ri),i=0;i<this.series.length;i++){var n=this.series[i];if(ct(n.type,yo)){var o=n.line;o&&"step"===o.style&&r.push(n)}}for(var a=0;a<r.length;a++){var s=r[a].categoryAxis||"";if(s===t||!s&&0===e)return!0}},e.prototype.aggregatedAxis=function(t,e){for(var r=this.series,i=0;i<r.length;i++){var n=r[i].categoryAxis||"";if((n===t||!n&&0===e)&&r[i].categoryField)return!0}},e.prototype.createCategoryAxesLabels=function(){for(var t=this.axes,e=0;e<t.length;e++)t[e]instanceof Qe&&t[e].createLabels()},e.prototype.createCategoryAxes=function(t){for(var e=this.invertAxes,r=[].concat(this.options.categoryAxis),i=[],n=0;n<r.length;n++){var o=r[n];if(ct(this.findPane(o.pane),t)){var a=o.name,s=o.categories;void 0===s&&(s=[]),o=M({vertical:e,reverse:!e&&this.chartService.rtl,axisCrossingValue:e?h:0},o),bt(o.justified)||(o.justified=this.isJustified()),this.axisRequiresRounding(a,n)&&(o.justified=!1);var u=void 0;if(u=In(o,s[0])?new sr(o,this.chartService):new Qe(o,this.chartService),r[n].categories=u.options.srcCategories,a){if(this.namedCategoryAxes[a])throw new Error("Category axis with name "+a+" is already defined");this.namedCategoryAxes[a]=u}u.axisIndex=n,i.push(u),this.appendAxis(u)}}var l=this.categoryAxis||i[0];this.categoryAxis=l,e?this.axisY=l:this.axisX=l},e.prototype.isJustified=function(){for(var t=this.series,e=0;e<t.length;e++){if(!ct(t[e].type,yo))return!1}return!0},e.prototype.createValueAxes=function(t){var e=this.valueAxisRangeTracker,r=e.query(),i=[].concat(this.options.valueAxis),n=this.invertAxes,o={vertical:!n,reverse:n&&this.chartService.rtl},a=[];this.stack100&&(o.roundToMajorUnit=!1,o.labels={format:"P0"});for(var s=0;s<i.length;s++){var u=i[s];if(ct(this.findPane(u.pane),t)){var l=u.name,c=Mn(u.type,"log")?{min:.1,max:1}:{min:0,max:1},p=e.query(l)||r||c;0===s&&p&&r&&(p.min=Math.min(p.min,r.min),p.max=Math.max(p.max,r.max));var h=new(Mn(u.type,"log")?xr:dr)(p.min,p.max,M({},o,u),this.chartService);if(l){if(this.namedValueAxes[l])throw new Error("Value axis with name "+l+" is already defined");this.namedValueAxes[l]=h}h.axisIndex=s,a.push(h),this.appendAxis(h)}}var f=this.valueAxis||a[0];this.valueAxis=f,n?this.axisX=f:this.axisY=f},e.prototype._dispatchEvent=function(t,e,r){var i=t._eventCoordinates(e),n=new Wt(i.x,i.y),o=this.pointPane(n),a=[],s=[];if(o){for(var u=o.axes,l=0;l<u.length;l++){var c=u[l];c.getValue?kn(s,c.getValue(n)):kn(a,c.getCategory(n))}0===a.length&&kn(a,this.categoryAxis.getCategory(n)),a.length>0&&s.length>0&&t.trigger(r,{element:Ot(e),originalEvent:e,category:En(a),value:En(s)})}},e.prototype.pointPane=function(t){for(var e=this.panes,r=0;r<e.length;r++){var i=e[r];if(i.contentBox.containsPoint(t))return i}},e.prototype.updateAxisOptions=function(t,e){xo(this.options,t,e),xo(this.originalOptions,t,e)},e}(Gn);function xo(t,e,r){M([].concat(e instanceof Qe?t.categoryAxis:t.valueAxis)[e.axisIndex],r)}function Co(t,e,r){return at(t,(function(t){return 0===r&&!t.categoryAxis||t.categoryAxis===e}))}Lt(bo,{categoryAxis:{},valueAxis:{}}),M(bo.prototype,Xn);var _o=bo;function Oo(){this._defaultPrevented=!0}var So=function(t){function e(){t.call(this),this._points=[]}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.destroy=function(){this._points=[]},e.prototype.show=function(t,e){var r=[].concat(t);this.hide();for(var i=0;i<r.length;i++){var n=r[i];n&&n.toggleHighlight&&n.hasHighlight()&&(this.togglePointHighlight(n,!0,e),this._points.push(n))}},e.prototype.togglePointHighlight=function(t,e,r){var i=(t.options.highlight||{}).toggle;if(i){var n={category:t.category,series:t.series,dataItem:t.dataItem,value:t.value,stackValue:t.stackValue,preventDefault:Oo,visual:t.highlightVisual(),show:e};i(n),n._defaultPrevented||t.toggleHighlight(e,r)}else t.toggleHighlight(e,r)},e.prototype.hide=function(){for(var t=this._points;t.length;)this.togglePointHighlight(t.pop(),!1)},e.prototype.isHighlighted=function(t){for(var e=this._points,r=0;r<e.length;r++){if(t===e[r])return!0}return!1},e}(S.Class);function wo(t,e){var r=(e||"").toLowerCase(),i=t.event;return"none"===r&&!(i.ctrlKey||i.shiftKey||i.altKey)||i[r+"Key"]}function jo(t){for(var e={},r=0;r<t.length;r++){var i=t[r];i.axis.options.name&&(e[i.axis.options.name]={min:i.range.min,max:i.range.max})}return e}var Po=function(t){function e(e,r){t.call(this),this.plotArea=e,this.options=M({},this.options,r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.start=function(t){return this._active=wo(t,this.options.key),this._active},e.prototype.move=function(t){if(this._active){var e=this.axisRanges=this._panAxes(t,m).concat(this._panAxes(t,b));if(e.length)return this.axisRanges=e,jo(e)}},e.prototype.end=function(){var t=this._active;return this._active=!1,t},e.prototype.pan=function(){var t=this.plotArea,e=this.axisRanges;if(e.length){for(var r=0;r<e.length;r++){var i=e[r];t.updateAxisOptions(i.axis,i.range)}t.redraw(t.panes)}},e.prototype.destroy=function(){delete this.plotArea},e.prototype._panAxes=function(t,e){var r=this.plotArea,i=-t[e].delta,n=(this.options.lock||"").toLowerCase(),o=[];if(0!==i&&(n||"").toLowerCase()!==e)for(var a=r.axes,s=0;s<a.length;s++){var u=a[s];if(e===m&&!u.options.vertical||e===b&&u.options.vertical){var l=u.pan(i);l&&(l.limitRange=!0,o.push({axis:u,range:l}))}}return o},e}(S.Class);Po.prototype.options={key:"none",lock:"none"};var Ao=Po,ko=function(t){function e(e,r){t.call(this),this.chart=e,this.options=M({},this.options,r),this.createElement()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createElement=function(){var t=this._marquee=document.createElement("div");t.className="k-marquee";var e=document.createElement("div");e.className="k-marquee-color",t.appendChild(e)},e.prototype.removeElement=function(){this._marquee.parentNode&&this._marquee.parentNode.removeChild(this._marquee)},e.prototype.setStyles=function(t){B(this._marquee,t)},e.prototype.start=function(t){if(wo(t,this.options.key)){var e=this.chart,r=e._eventCoordinates(t),i=this._zoomPane=e._plotArea.paneByPoint(r),n=i?i.chartsBox().clone():null;if(i&&n){var o=this._elementOffset();return n.translate(o.left,o.top),this._zoomPaneClipBox=n,document.body.appendChild(this._marquee),this.setStyles({left:t.pageX+1,top:t.pageY+1,width:0,height:0}),!0}}return!1},e.prototype._elementOffset=function(){var t=this.chart.element,e=B(t,["paddingLeft","paddingTop"]),r=e.paddingLeft,i=e.paddingTop,n=Ct(t);return{left:r+n.left,top:i+n.top}},e.prototype.move=function(t){this._zoomPane&&this.setStyles(this._selectionPosition(t))},e.prototype.end=function(t){if(this._zoomPane){var e=this._elementOffset(),r=this._selectionPosition(t);r.left-=e.left,r.top-=e.top;var i={x:r.left,y:r.top},n={x:r.left+r.width,y:r.top+r.height};return this._updateAxisRanges(i,n),this.removeElement(),delete this._zoomPane,jo(this.axisRanges)}},e.prototype.zoom=function(){var t=this.axisRanges;if(t&&t.length){for(var e=this.chart._plotArea,r=0;r<t.length;r++){var i=t[r];e.updateAxisOptions(i.axis,i.range)}e.redraw(e.panes)}},e.prototype.destroy=function(){this.removeElement(),delete this._marquee,delete this.chart},e.prototype._updateAxisRanges=function(t,e){for(var r=(this.options.lock||"").toLowerCase(),i=[],n=this._zoomPane.axes,o=0;o<n.length;o++){var a=n[o],s=a.options.vertical;if((r!==m||s)&&(r!==b||!s)&&bt(a.axisIndex)){var u=a.pointsRange(t,e);u&&i.push({axis:a,range:u})}}this.axisRanges=i},e.prototype._selectionPosition=function(t){var e=this._zoomPaneClipBox,r={x:t.x.startLocation,y:t.y.startLocation},i=t.x.location,n=t.y.location,o=(this.options.lock||"").toLowerCase(),a=Math.min(r.x,i),s=Math.min(r.y,n),u=Math.abs(r.x-i),l=Math.abs(r.y-n);return o===m&&(a=e.x1,u=e.width()),o===b&&(s=e.y1,l=e.height()),i>e.x2&&(u=e.x2-r.x),i<e.x1&&(u=r.x-e.x1),n>e.y2&&(l=e.y2-r.y),n<e.y1&&(l=r.y-e.y1),{left:Math.max(a,e.x1),top:Math.max(s,e.y1),width:u,height:l}},e}(S.Class);ko.prototype.options={key:"shift",lock:"none"};var Vo=ko,To=function(t){function e(e,r){t.call(this),this.chart=e,this.options=M({},this.options,r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.updateRanges=function(t){for(var e=(this.options.lock||"").toLowerCase(),r=[],i=this.chart._plotArea.axes,n=0;n<i.length;n++){var o=i[n],a=o.options.vertical;if((e!==m||a)&&(e!==b||!a)&&o.zoomRange){var s=o.zoomRange(-t);s&&r.push({axis:o,range:s})}}return this.axisRanges=r,jo(r)},e.prototype.zoom=function(){var t=this.axisRanges,e=this.chart._plotArea;if(t&&t.length&&e.updateAxisOptions){for(var r=0;r<t.length;r++){var i=t[r];e.updateAxisOptions(i.axis,i.range)}e.redraw(e.panes)}},e.prototype.destroy=function(){delete this.chart},e}(S.Class),Mo=function(t){function e(e,r){t.call(this,e),this.chartService=r}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){var t=this.children,e=this.options,r=e.vertical;this.visual=new S.drawing.Layout(null,{spacing:r?0:e.spacing,lineSpacing:r?e.spacing:0,orientation:r?"vertical":"horizontal",reverse:e.rtl,alignItems:r?"start":"center"});for(var i=0;i<t.length;i++){var n=t[i];n.reflow(new Zt),n.renderVisual()}},e.prototype.reflow=function(t){this.visual.rect(t.toRect()),this.visual.reflow();var e=this.visual.clippedBBox();this.box=e?me(e):new Zt},e.prototype.renderVisual=function(){this.addVisual()},e.prototype.createVisual=function(){},e}(ne),No=function(t){function e(e){t.call(this,e),this.createContainer(),e.rtl?(this.createLabel(),this.createMarker()):(this.createMarker(),this.createLabel())}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createContainer=function(){this.container=new de({vertical:!1,wrap:!1,align:s,spacing:this.options.spacing}),this.append(this.container)},e.prototype.createMarker=function(){this.container.append(new ue(this.markerOptions()))},e.prototype.markerOptions=function(){var t=this.options,e=t.markerColor;return M({},t.markers,{background:e,border:{color:e}})},e.prototype.createLabel=function(){var t=this.options,e=M({},t.labels);this.container.append(new xe(t.text,e))},e.prototype.renderComplete=function(){t.prototype.renderComplete.call(this);var e=this.options.cursor||{},r=this._itemOverlay=S.drawing.Path.fromRect(this.container.box.toRect(),{fill:{color:y,opacity:0},stroke:null,cursor:e.style||e});this.appendVisual(r)},e.prototype.click=function(t,e){var r=this.eventArgs(e);!t.trigger("legendItemClick",r)&&e&&"contextmenu"===e.type&&e.preventDefault()},e.prototype.over=function(t,e){var r=this.eventArgs(e);return t.trigger("legendItemHover",r)||t._legendItemHover(r.seriesIndex,r.pointIndex),!0},e.prototype.out=function(t,e){t._unsetActivePoint(),t.trigger("legendItemLeave",this.eventArgs(e))},e.prototype.eventArgs=function(t){var e=this.options;return{element:Ot(t),text:e.text,series:e.series,seriesIndex:e.series.index,pointIndex:e.pointIndex}},e.prototype.renderVisual=function(){var e=this,r=this.options,i=r.visual;i?(this.visual=i({active:r.active,series:r.series,sender:this.getSender(),pointIndex:r.pointIndex,options:{markers:this.markerOptions(),labels:r.labels},createVisual:function(){e.createVisual(),e.renderChildren(),e.renderComplete();var t=e.visual;return delete e.visual,t}}),this.addVisual()):t.prototype.renderVisual.call(this)},e}(ae),Lo=function(t){function e(e,r){void 0===r&&(r={}),t.call(this,e),this.chartService=r,ct(this.options.position,[v,d,a,p,"custom"])||(this.options.position=d),this.createContainers(),this.createLegendTitle(e.title),this.createItems()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createContainers=function(){var t=this.options,e=t.position,r=t.align,i=e,n=s;"custom"===e?i=p:ct(e,[v,a])?(i="start"===r?p:"end"===r?d:s,n=e):r&&("start"===r?n=v:"end"===r&&(n=a)),this.container=new ae({margin:t.margin,padding:t.padding,background:t.background,border:t.border,vAlign:n,align:i,zIndex:t.zIndex,shrinkToFit:!0}),this.hasTitle()?this.itemsContainer=new ae({vAlign:n,align:i,zIndex:t.zIndex,shrinkToFit:!0}):this.itemsContainer=this.container,this.append(this.container)},e.prototype.createItems=function(){var t=this.getService(),e=this.options,r=this.isVertical(),i=new Mo({vertical:r,spacing:e.spacing,rtl:t.rtl},t),n=e.items;e.reverse&&(n=n.slice(0).reverse());for(var o=n.length,a=0;a<o;a++){var s=n[a];i.append(new No(M({},{markers:e.markers,labels:e.labels,rtl:t.rtl},e.item,s)))}i.render(),this.itemsContainer.append(i)},e.prototype.isVertical=function(){var t=this.options,e=t.orientation,r=t.position;return"custom"===r&&"horizontal"!==e||(bt(e)?"horizontal"!==e:ct(r,[p,d]))},e.prototype.hasItems=function(){return this.container.children[0].children.length>0},e.prototype.reflow=function(t){var e=this.options,r=t.clone();this.hasItems()?("custom"===e.position?(this.containerCustomReflow(r),this.box=r):this.containerReflow(r),this.hasTitle()&&this.title.reflow(new Zt(this.container.box.x1,this.title.box.y1,this.container.box.x2,this.title.box.y2))):this.box=r},e.prototype.containerReflow=function(t){var e=this.options,r=this.container,i=e.position,n=e.width,o=e.height,s=i===v||i===a?m:b,u=this.isVertical(),l=t.clone(),c=t.clone();i!==p&&i!==d||(c.y1=l.y1=0),u&&o?(c.y2=c.y1+o,c.align(l,b,r.options.vAlign)):!u&&n&&(c.x2=c.x1+n,c.align(l,m,r.options.align)),r.reflow(c);var h=(c=r.box).clone();(e.offsetX||e.offsetY)&&(c.translate(e.offsetX,e.offsetY),r.reflow(c)),h[s+1]=t[s+1],h[s+2]=t[s+2],this.box=h},e.prototype.containerCustomReflow=function(t){var e=this.options,r=this.container,i=e.offsetX,n=e.offsetY,o=e.width,a=e.height,s=this.isVertical(),u=t.clone();s&&a?u.y2=u.y1+a:!s&&o&&(u.x2=u.x1+o),r.reflow(u),u=r.box,r.reflow(new Zt(i,n,i+u.width(),n+u.height()))},e.prototype.renderVisual=function(){this.hasItems()&&t.prototype.renderVisual.call(this)},e.prototype.createLegendTitle=function(t){var e=M({},{color:o,position:v,align:s},t),r=e.text;if(t&&!1!==t.visible){if(bt(e)&&e.visible){var i=rt(e);i?r=i({text:r}):e.format&&(r=this.chartService.format.auto(e.format,r))}this.title=new xe(r,e),this.createTitleLayout(),this.appendTitleLayoutContent()}},e.prototype.createTitleLayout=function(){this.layout=new de({vertical:!0,wrap:!1}),this.container.append(this.layout)},e.prototype.hasTitle=function(){return Boolean(this.options.title&&!1!==this.options.title.visible)},e.prototype.appendTitleLayoutContent=function(){this.options.title.position===a?(this.layout.append(this.itemsContainer),this.layout.append(this.title)):(this.layout.append(this.title),this.layout.append(this.itemsContainer))},e}(ne);Lt(Lo,{position:d,items:[],offsetX:0,offsetY:0,margin:D(5),padding:D(5),border:{color:o,width:0},item:{cursor:"pointer",spacing:6},spacing:6,background:"",zIndex:1,markers:{border:{width:0},width:15,height:3,type:"rect",align:p,vAlign:s}});var Io=Lo,Eo=function(t){function e(){t.call(this),this._registry=[]}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.register=function(t,e){this._registry.push({type:t,seriesTypes:e})},e.prototype.create=function(t,e,r){for(var i,n=this._registry,o=n[0],a=0;a<n.length;a++){var s=n[a];if((i=Nn(t,s.seriesTypes)).length>0){o=s;break}}return new o.type(i,e,r)},e}(S.Class);Eo.current=new Eo;var Bo=Eo;function Do(t){var e=document.createElement("div");return t&&(e.className=t),e}function Ro(t){for(var e=t;e&&!st(e,"k-handle");)e=e.parentNode;return e}var zo=function(t){function e(e,r,i,n){t.call(this);var o=e.element;this.options=M({},this.options,i),this.chart=e,this.observer=n,this.chartElement=o,this.categoryAxis=r,this._dateAxis=this.categoryAxis instanceof sr,this.initOptions(),this.visible=this.options.visible&&o.offsetHeight,this.visible&&(this.createElements(),this.set(this._index(this.options.from),this._index(this.options.to)),this.bindEvents())}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.onPane=function(t){return this.categoryAxis.pane===t},e.prototype.createElements=function(){var t=this.options,e=this.wrapper=Do("k-selector");B(e,{top:t.offset.top,left:t.offset.left,width:t.width,height:t.height,direction:"ltr"});var r=this.selection=Do("k-selection");this.leftMask=Do("k-mask"),this.rightMask=Do("k-mask"),e.appendChild(this.leftMask),e.appendChild(this.rightMask),e.appendChild(r),r.appendChild(Do("k-selection-bg"));var i=this.leftHandle=Do("k-handle k-left-handle"),n=this.rightHandle=Do("k-handle k-right-handle");i.appendChild(Do()),n.appendChild(Do()),r.appendChild(i),r.appendChild(n),this.chartElement.appendChild(e);var o=B(r,["borderLeftWidth","borderRightWidth","height"]),a=B(i,"height").height,s=B(n,"height").height;t.selection={border:{left:o.borderLeftWidth,right:o.borderRightWidth}},B(i,{top:(o.height-a)/2}),B(n,{top:(o.height-s)/2}),e.style.cssText=e.style.cssText},e.prototype.bindEvents=function(){var t;!1!==this.options.mousewheel&&(this._mousewheelHandler=this._mousewheel.bind(this),mt(this.wrapper,((t={})[ii]=this._mousewheelHandler,t))),this._domEvents=Q.create(this.wrapper,{stopPropagation:!0,start:this._start.bind(this),move:this._move.bind(this),end:this._end.bind(this),tap:this._tap.bind(this),press:this._press.bind(this),gesturestart:this._gesturestart.bind(this),gesturechange:this._gesturechange.bind(this),gestureend:this._gestureend.bind(this)})},e.prototype.initOptions=function(){var t=this.options,e=this.categoryAxis.pane.chartsBox(),r=this.chart.chartService.intl;this._dateAxis&&M(t,{min:Ye(r,t.min),max:Ye(r,t.max),from:Ye(r,t.from),to:Ye(r,t.to)});var i=B(this.chartElement,["paddingLeft","paddingTop"]),n=i.paddingLeft,o=i.paddingTop;this.options=M({},{width:e.width(),height:e.height()+.1,padding:{left:n,top:o},offset:{left:e.x1+n,top:e.y1+o},from:t.min,to:t.max},t)},e.prototype.destroy=function(){var t;this._domEvents&&(this._domEvents.destroy(),delete this._domEvents),clearTimeout(this._mwTimeout),this._state=null,this.wrapper&&(this._mousewheelHandler&&(Vt(this.wrapper,((t={})[ii]=this._mousewheelHandler,t)),this._mousewheelHandler=null),this.chartElement.removeChild(this.wrapper),this.wrapper=null)},e.prototype._rangeEventArgs=function(t){return{axis:this.categoryAxis.options,from:this._value(t.from),to:this._value(t.to)}},e.prototype._start=function(t){var e=this.options,r=Ot(t);if(!this._state&&r){this.chart._unsetActivePoint(),this._state={moveTarget:Ro(r)||r,startLocation:t.x?t.x.location:0,range:{from:this._index(e.from),to:this._index(e.to)}};var i=this._rangeEventArgs({from:this._index(e.from),to:this._index(e.to)});this.trigger("selectStart",i)&&(this._state=null)}},e.prototype._press=function(t){var e;(e=this._state?this._state.moveTarget:Ro(Ot(t)))&&C(e,"k-handle-active")},e.prototype._move=function(t){if(this._state){var e=this._state,r=this.options,i=this.categoryAxis,n=e.range,o=e.moveTarget,a=i.options.reverse,s=this._index(r.from),u=this._index(r.to),l=this._index(r.min),c=this._index(r.max),p=e.startLocation-t.x.location,h=n.from,f=n.to,d=n.to-n.from,v=B(this.wrapper,"width").width/(i.categoriesCount()-1),g=Math.round(p/v)*(a?-1:1);if(o){var y=st(o,"k-left-handle"),m=st(o,"k-right-handle");st(o,"k-selection k-selection-bg")?(n.from=Math.min(Math.max(l,s-g),c-d),n.to=Math.min(n.from+d,c)):y&&!a||m&&a?(n.from=Math.min(Math.max(l,s-g),c-1),n.to=Math.max(n.from+1,n.to)):(y&&a||m&&!a)&&(n.to=Math.min(Math.max(l+1,u-g),c),n.from=Math.min(n.to-1,n.from)),n.from===h&&n.to===f||(this.move(n.from,n.to),this.trigger("select",this._rangeEventArgs(n)))}}},e.prototype._end=function(){if(this._state){var t=this._state.moveTarget;t&&O(t,"k-handle-active");var e=this._state.range;this.set(e.from,e.to),this.trigger("selectEnd",this._rangeEventArgs(e)),delete this._state}},e.prototype._tap=function(t){var e=this.options,r=this.categoryAxis,i=this.chart._eventCoordinates(t),n=r.pointCategoryIndex(new Wt(i.x,r.box.y1)),o=this._index(e.from),a=this._index(e.to),s=this._index(e.min),u=this._index(e.max),l=a-o,c=o+l/2,p={},h=3===t.event.which,f=Math.round(c-n);this._state||h||(this.chart._unsetActivePoint(),r.options.justified||f--,p.from=Math.min(Math.max(s,o-f),u-l),p.to=Math.min(p.from+l,u),this._start(t),this._state&&(this._state.range=p,this.trigger("select",this._rangeEventArgs(p)),this._end()))},e.prototype._mousewheel=function(t){var e=this,r=vt(t);if(this._start({target:this.selection}),this._state){var i=this._state.range;t.preventDefault(),t.stopPropagation(),Math.abs(r)>1&&(r*=3),this.options.mousewheel.reverse&&(r*=-1),this.expand(r)&&this.trigger("select",{axis:this.categoryAxis.options,delta:r,originalEvent:t,from:this._value(i.from),to:this._value(i.to)}),this._mwTimeout&&clearTimeout(this._mwTimeout),this._mwTimeout=setTimeout((function(){e._end()}),150)}},e.prototype._gesturestart=function(t){var e=this.options;this._state={range:{from:this._index(e.from),to:this._index(e.to)}};var r=this._rangeEventArgs(this._state.range);this.trigger("selectStart",r)?this._state=null:t.preventDefault()},e.prototype._gestureend=function(){this._state&&(this.trigger("selectEnd",this._rangeEventArgs(this._state.range)),delete this._state)},e.prototype._gesturechange=function(t){var e=this.chart,r=this._state,i=this.options,n=this.categoryAxis,o=r.range,a=e._toModelCoordinates(t.touches[0].x.location).x,s=e._toModelCoordinates(t.touches[1].x.location).x,u=Math.min(a,s),l=Math.max(a,s);t.preventDefault(),o.from=n.pointCategoryIndex(new Wt(u))||i.min,o.to=n.pointCategoryIndex(new Wt(l))||i.max,this.move(o.from,o.to),this.trigger("select",this._rangeEventArgs(o))},e.prototype._index=function(t){var e=t;return t instanceof Date&&(e=this.categoryAxis.categoryIndex(t)),e},e.prototype._value=function(t){var e=t;return this._dateAxis&&(e=this.categoryAxis.categoryAt(t))>this.options.max&&(e=this.options.max),e},e.prototype._slot=function(t){var e=this.categoryAxis,r=this._index(t);return e.getSlot(r,r,!0)},e.prototype.move=function(t,e){var r=this.options,i=this.categoryAxis.options.reverse,n=r.offset,o=r.padding,a=r.selection.border,s=i?e:t,u=i?t:e,l="x"+(i?2:1),c=this._slot(s),p=kt(c[l]-n.left+o.left);B(this.leftMask,{width:p}),B(this.selection,{left:p}),c=this._slot(u);var h=kt(r.width-(c[l]-n.left+o.left));B(this.rightMask,{width:h});var f=r.width-h;f!==r.width&&(f+=a.right),B(this.rightMask,{left:f}),B(this.selection,{width:Math.max(r.width-(p+h)-a.right,0)})},e.prototype.set=function(t,e){var r=this.options,i=this._index(r.min),n=this._index(r.max),o=jt(this._index(t),i,n),a=jt(this._index(e),o+1,n);r.visible&&this.move(o,a),r.from=this._value(o),r.to=this._value(a)},e.prototype.expand=function(t){var e=this.options,r=this._index(e.min),i=this._index(e.max),n=e.mousewheel.zoom,o=this._index(e.from),a=this._index(e.to),s={from:o,to:a},u=M({},s);if(this._state&&(s=this._state.range),n!==d&&(s.from=jt(jt(o-t,0,a-1),r,i)),n!==p&&(s.to=jt(jt(a+t,s.from+1,i),r,i)),s.from!==u.from||s.to!==u.to)return this.set(s.from,s.to),!0},e.prototype.trigger=function(t,e){return(this.observer||this.chart).trigger(t,e)},e}(S.Class);Lt(zo,{visible:!0,mousewheel:{zoom:"both"},min:f,max:h});var Fo=zo,Ko=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.show=function(e){if(e&&e.tooltipAnchor&&(!this._current||this._current!==e)){var r=M({},this.options,e.options.tooltip),i=e.tooltipAnchor();i?(this._current=e,t.prototype.show.call(this,{point:e,anchor:i},r,e)):this.hide()}},e.prototype.hide=function(){delete this._current,t.prototype.hide.call(this)},e}(bn),Uo=function(t){function e(e,r){t.call(this,e.chartService,r),this.plotArea=e,this.formatService=e.chartService.format}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.showAt=function(t,e){var r=at(t,(function(t){var e=t.series.tooltip;return!(e&&!1===e.visible)}));if(r.length>0){var i=r[0],n=this.plotArea.categoryAxis.getSlot(i.categoryIx),o=e?this._slotAnchor(e,n):this._defaultAnchor(i,n);this.show({anchor:o,shared:!0,points:t,category:i.category,categoryText:this.formatService.auto(this.options.categoryFormat,i.category),series:this.plotArea.series},this.options)}},e.prototype._slotAnchor=function(t,e){return this.plotArea.categoryAxis.options.vertical||(t.x=e.center().x),{point:t,align:{horizontal:"left",vertical:"center"}}},e.prototype._defaultAnchor=function(t,e){var r=t.owner.pane.chartsBox(),i=this.plotArea.categoryAxis.options.vertical,n=r.center(),o=e.center();return{point:i?new Wt(n.x,o.y):new Wt(o.x,n.y),align:{horizontal:"center",vertical:"center"}}},e}(bn);Lt(Uo,{categoryFormat:"{0:d}"});var Ho=Uo,$o=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setup=function(){var t=this.element,e=this.options;if(t.bbox()){this.origin=e.origin;var r=e.vertical?b:m,i=this.fromScale=new S.geometry.Point(1,1);i[r]=Wr,t.transform(S.geometry.transform().scale(i.x,i.y))}else this.abort()},e.prototype.step=function(t){var e=pt(this.fromScale.x,1,t),r=pt(this.fromScale.y,1,t);this.element.transform(S.geometry.transform().scale(e,r,this.origin))},e.prototype.abort=function(){t.prototype.abort.call(this),this.element.transform(null)},e}(S.drawing.Animation);Lt($o,{duration:600}),S.drawing.AnimationFactory.current.register(Zr,$o);var Go=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setup=function(){var t=this.center=this.element.bbox().center();this.element.transform(S.geometry.transform().scale(Wr,Wr,t))},e.prototype.step=function(t){this.element.transform(S.geometry.transform().scale(t,t,this.center))},e}(S.drawing.Animation);Lt(Go,{easing:"easeOutElastic"}),S.drawing.AnimationFactory.current.register("bubble",Go);var Xo=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setup=function(){this.fadeTo=this.element.opacity(),this.element.opacity(0)},e.prototype.step=function(t){this.element.opacity(t*this.fadeTo)},e}(S.drawing.Animation);Lt(Xo,{duration:200,easing:"linear"}),S.drawing.AnimationFactory.current.register("fadeIn",Xo);var Yo=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setup=function(){this.element.transform(S.geometry.transform().scale(Wr,Wr,this.options.center))},e.prototype.step=function(t){this.element.transform(S.geometry.transform().scale(t,t,this.options.center))},e}(S.drawing.Animation);Lt(Yo,{easing:"easeOutElastic",duration:600}),S.drawing.AnimationFactory.current.register(ti,Yo);var Wo=Yo,qo=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){t.prototype.render.call(this),this.renderSegments()},e.prototype.createSegment=function(t,e,r){return new("smooth"===e.style?Ci:gi)(t,e,r)},e.prototype.animationPoints=function(){return t.prototype.animationPoints.call(this).concat(this._segments)},e.prototype.createMissingValue=function(t,e){if(e===qr){var r={x:t.x,y:t.y};return on(r.x)||(r.x=0),on(r.y)||(r.y=0),r}},e}(sn);M(qo.prototype,_i);var Zo=qo,Qo=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initFields=function(){this.namedXAxes={},this.namedYAxes={},this.xAxisRangeTracker=new Li,this.yAxisRangeTracker=new Li},e.prototype.render=function(t){void 0===t&&(t=this.panes);for(var e=this.groupSeriesByPane(),r=0;r<t.length;r++){var i=t[r],n=e[i.options.name||"default"]||[];this.addToLegend(n);var o=this.filterVisibleSeries(n);o&&(this.createScatterChart(Nn(o,"scatter"),i),this.createScatterLineChart(Nn(o,"scatterLine"),i),this.createBubbleChart(Nn(o,"bubble"),i))}this.createAxes(t)},e.prototype.appendChart=function(e,r){this.xAxisRangeTracker.update(e.xAxisRanges),this.yAxisRangeTracker.update(e.yAxisRanges),t.prototype.appendChart.call(this,e,r)},e.prototype.removeAxis=function(e){var r=e.options.name;t.prototype.removeAxis.call(this,e),e.options.vertical?(this.yAxisRangeTracker.reset(r),delete this.namedYAxes[r]):(this.xAxisRangeTracker.reset(r),delete this.namedXAxes[r]),e===this.axisX&&delete this.axisX,e===this.axisY&&delete this.axisY},e.prototype.seriesPaneName=function(t){var e=this.options,r=t.xAxis,i=at([].concat(e.xAxis),(function(t){return t.name===r}))[0],n=t.yAxis,o=at([].concat(e.yAxis),(function(t){return t.name===n}))[0],a=(e.panes||[{}])[0].name||"default";return(i||{}).pane||(o||{}).pane||a},e.prototype.createScatterChart=function(t,e){t.length>0&&this.appendChart(new sn(this,{series:t,clip:e.options.clip}),e)},e.prototype.createScatterLineChart=function(t,e){t.length>0&&this.appendChart(new Zo(this,{series:t,clip:e.options.clip}),e)},e.prototype.createBubbleChart=function(t,e){t.length>0&&this.appendChart(new pn(this,{series:t,clip:e.options.clip}),e)},e.prototype.createXYAxis=function(t,e,r){for(var i,n=t.name,o=e?this.namedYAxes:this.namedXAxes,a=e?this.yAxisRangeTracker:this.xAxisRangeTracker,s=M({reverse:!e&&this.chartService.rtl},t,{vertical:e}),u=Mn(s.type,"log"),c=a.query(),p=u?{min:.1,max:1}:{min:0,max:1},h=a.query(n)||c||p,f=[s.min,s.max],d=this.series,v=0;v<d.length;v++){var g=d[v],y=g[e?"yAxis":"xAxis"];if(y===s.name||0===r&&!y){var m=Hr.current.bindPoint(g,0).valueFields;f.push(m[e?"y":"x"]);break}}0===r&&c&&(h.min=Math.min(h.min,c.min),h.max=Math.max(h.max,c.max));for(var b=0;b<f.length;b++)if(f[b]instanceof Date){i=!0;break}var x=new(Mn(s.type,l)||!s.type&&i?gr:u?xr:dr)(h.min,h.max,s,this.chartService);if(x.axisIndex=r,n){if(o[n])throw new Error((e?"Y":"X")+" axis with name "+n+" is already defined");o[n]=x}return this.appendAxis(x),x},e.prototype.createAxes=function(t){for(var e=this.options,r=[].concat(e.xAxis),i=[],n=[].concat(e.yAxis),o=[],a=0;a<r.length;a++){ct(this.findPane(r[a].pane),t)&&i.push(this.createXYAxis(r[a],!1,a))}for(var s=0;s<n.length;s++){ct(this.findPane(n[s].pane),t)&&o.push(this.createXYAxis(n[s],!0,s))}this.axisX=this.axisX||i[0],this.axisY=this.axisY||o[0]},e.prototype._dispatchEvent=function(t,e,r){for(var i=t._eventCoordinates(e),n=new Wt(i.x,i.y),o=this.axes,a=o.length,s=[],u=[],l=0;l<a;l++){var c=o[l],p=c.options.vertical?u:s,h=c.getValue(n);null!==h&&p.push(h)}s.length>0&&u.length>0&&t.trigger(r,{element:Ot(e),originalEvent:e,x:En(s),y:En(u)})},e.prototype.updateAxisOptions=function(t,e){var r=t.options.vertical,i=this.groupAxes(this.panes),n=(r?i.y:i.x).indexOf(t);Jo(this.options,n,r,e),Jo(this.originalOptions,n,r,e)},e}(Gn);function Jo(t,e,r,i){M([].concat(r?t.yAxis:t.xAxis)[e],i)}Lt(Qo,{xAxis:{},yAxis:{}}),M(Qo.prototype,Xn);var ta=Qo,ea=function(t){function e(e,r,i){t.call(this,i),this.value=e,this.sector=r}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){var t=this.options.labels,e=this.owner.chartService,r=this.value;if(!this._rendered&&!1!==this.visible){this._rendered=!0;var i=rt(t),n=this.pointData();if(i?r=i(n):t.format&&(r=e.format.auto(t.format,r)),t.visible&&(r||0===r)){if(t.position===s||"insideEnd"===t.position)t.color||(t.color=Ft(this.options.color)),t.background||(t.background=this.options.color);else{var o=e.theme.seriesDefaults.labels;t.color=t.color||o.color,t.background=t.background||o.background}this.label=new xe(r,M({},t,{align:s,vAlign:"",animation:{type:"fadeIn",delay:this.animationDelay}}),n),this.append(this.label)}}},e.prototype.reflow=function(t){this.render(),this.box=t,this.reflowLabel()},e.prototype.reflowLabel=function(){var t=this.options.labels,e=this.label,r=this.sector.clone(),i=t.distance,n=r.middle();if(e){var o,a=e.box.height(),u=e.box.width();if(t.position===s)r.radius=Math.abs((r.radius-a)/2)+a,o=r.point(n),e.reflow(new Zt(o.x,o.y-a/2,o.x,o.y));else if("insideEnd"===t.position)r.radius=r.radius-a/2,o=r.point(n),e.reflow(new Zt(o.x,o.y-a/2,o.x,o.y));else{var l;(o=r.clone().expand(i).point(n)).x>=r.center.x?(l=o.x+u,e.orientation=d):(l=o.x-u,e.orientation=p),e.reflow(new Zt(l,o.y-a,o.x,o.y))}}},e.prototype.createVisual=function(){var e=this,r=this.sector,i=this.options;if(t.prototype.createVisual.call(this),this.value)if(i.visual){var n=(r.startAngle+180)%360,o=i.visual({category:this.category,dataItem:this.dataItem,value:this.value,series:this.series,percentage:this.percentage,center:new S.geometry.Point(r.center.x,r.center.y),radius:r.radius,innerRadius:r.innerRadius,startAngle:n,endAngle:n+r.angle,options:i,sender:this.getSender(),createVisual:function(){var t=new S.drawing.Group;return e.createSegmentVisual(t),t}});o&&this.visual.append(o)}else this.createSegmentVisual(this.visual)},e.prototype.createSegmentVisual=function(t){var e=this.sector,r=this.options,i=r.border||{},n=i.width>0?{stroke:{color:i.color,width:i.width,opacity:i.opacity,dashType:i.dashType}}:{},o=r.color,a={color:o,opacity:r.opacity},s=this.createSegment(e,M({fill:a,stroke:{opacity:r.opacity},zIndex:r.zIndex},n));t.append(s),Bi(r)&&t.append(this.createGradientOverlay(s,{baseColor:o,fallbackFill:a},M({center:[e.center.x,e.center.y],innerRadius:e.innerRadius,radius:e.radius,userSpace:!0},r.overlay)))},e.prototype.createSegment=function(t,e){return e.singleSegment?new S.drawing.Circle(new S.geometry.Circle(new S.geometry.Point(t.center.x,t.center.y),t.radius),e):re.current.createRing(t,e)},e.prototype.createAnimation=function(){var e=this.options,r=this.sector.center;M(e,{animation:{center:[r.x,r.y],delay:this.animationDelay}}),t.prototype.createAnimation.call(this)},e.prototype.createHighlight=function(t){var e=this.options.highlight||{},r=e.border||{};return this.createSegment(this.sector,M({},t,{fill:{color:e.color,opacity:e.opacity},stroke:{opacity:r.opacity,width:r.width,color:r.color}}))},e.prototype.highlightVisual=function(){return this.visual.children[0]},e.prototype.highlightVisualArgs=function(){var t=this.sector;return{options:this.options,radius:t.radius,innerRadius:t.innerRadius,center:new S.geometry.Point(t.center.x,t.center.y),startAngle:t.startAngle,endAngle:t.angle+t.startAngle,visual:this.visual}},e.prototype.tooltipAnchor=function(){var t=this.sector.clone().expand(5),e=t.middle();return{point:t.point(e),align:na(e+180)}},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e.prototype.pointData=function(){return{dataItem:this.dataItem,category:this.category,value:this.value,series:this.series,percentage:this.percentage}},e}(ne),ra=kt(At(30),10),ia=kt(At(60),10);function na(t){var e=At(t),r=kt(Math.sin(e),10),i=kt(Math.cos(e),10);return{horizontal:Math.abs(r)>ia?s:i<0?d:p,vertical:Math.abs(r)<ra?s:r<0?a:v}}Lt(ea,{color:y,overlay:{gradient:"roundedBevel"},border:{width:.5},labels:{visible:!1,distance:35,font:"12px sans-serif",margin:D(.5),align:u,zIndex:1,position:"outsideEnd"},animation:{type:ti},highlight:{visible:!0,border:{width:1}},visible:!0}),M(ea.prototype,pi);var oa=ea,aa={createLegendItem:function(t,e,r){var i=this.options.legend||{},n=i.labels||{},o=i.inactiveItems||{},a=o.labels||{};if(r&&!1!==r.visibleInLegend){var s,u,l=!1!==r.visible,c=l?rt(n):rt(a)||rt(n),p=r.category;c&&(p=c({text:p,series:r.series,dataItem:r.dataItem,percentage:r.percentage,value:t})),l?(s={},u=e.color):(s={color:a.color,font:a.font},u=(o.markers||{}).color),on(p)&&""!==p&&this.legendItems.push({active:l,pointIndex:r.index,text:p,series:r.series,markerColor:u,labels:s})}}},sa=function(t){function e(e,r){t.call(this,r),this.plotArea=e,this.chartService=e.chartService,this.points=[],this.legendItems=[],this.render()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){this.traverseDataPoints(this.addValue.bind(this))},e.prototype.traverseDataPoints=function(t){var e=this.options,r=this.plotArea.options.seriesColors;void 0===r&&(r=[]);for(var i=r.length,n=e.series,o=n.length,a=0;a<o;a++){var u=n[a],l=u.data,c=Tn(u),p=c.total,h=c.points,f=c.count,d=360/p,v=void 0;isFinite(d)||(v=360/f);var g=void 0;g=bt(u.startAngle)?u.startAngle:e.startAngle,a!==o-1&&"outsideEnd"===u.labels.position&&(u.labels.position=s);for(var y=0;y<h.length;y++){var m=h[y];if(m){var b=m.fields,x=m.value,C=m.visible,_=0!==x?v||x*d:0,O=1!==l.length&&Boolean(b.explode);V(u.color)||(u.color=b.color||r[y%i]),t(m.valueFields.value,new Jt(null,0,0,g,_),{owner:this,category:bt(b.category)?b.category:"",index:y,series:u,seriesIx:a,dataItem:l[y],percentage:0!==p?x/p:0,explode:O,visibleInLegend:b.visibleInLegend,visible:C,zIndex:o-a,animationDelay:this.animationDelay(y,a,o)}),!1!==C&&(g+=_)}}}},e.prototype.evalSegmentOptions=function(t,e,r){var i=r.series;si(t,{value:e,series:i,dataItem:r.dataItem,category:r.category,percentage:r.percentage},{defaults:i._defaults,excluded:["data","content","template","visual","toggle"]})},e.prototype.addValue=function(t,e,r){var i=M({},r.series,{index:r.index});if(this.evalSegmentOptions(i,t,r),this.createLegendItem(t,i,r),!1!==r.visible){var n=new oa(t,e,i);Object.assign(n,r),this.append(n),this.points.push(n)}},e.prototype.reflow=function(t){var e=this.options,r=this.points,i=this.seriesConfigs;void 0===i&&(i=[]);var n=r.length,o=t.clone(),a=Math.min(o.width(),o.height()),s=a/2,u=a-.85*a,l=new Zt(o.x1,o.y1,o.x1+a,o.y1+a),c=l.center(),p=o.center(),h=e.series.length,f=[],v=[],g=Tt(e.padding,u);this.targetBox=t,g=g>s-5?s-5:g,l.translate(p.x-c.x,p.y-c.y);for(var y=s-g,m=new Wt(y+l.x1+g,y+l.y1+g),b=0;b<n;b++){var x=r[b],C=x.sector,_=x.seriesIx;if(C.radius=y,C.center=m,i.length){var O=i[_];C.innerRadius=O.innerRadius,C.radius=O.radius}_===h-1&&x.explode&&(C.center=C.clone().setRadius(.15*C.radius).point(C.middle())),x.reflow(l);var S=x.label;S&&"outsideEnd"===S.options.position&&_===h-1&&(S.orientation===d?v.push(S):f.push(S))}f.length>0&&(f.sort(this.labelComparator(!0)),this.leftLabelsReflow(f)),v.length>0&&(v.sort(this.labelComparator(!1)),this.rightLabelsReflow(v)),this.box=l},e.prototype.leftLabelsReflow=function(t){var e=this.distanceBetweenLabels(t);this.distributeLabels(e,t)},e.prototype.rightLabelsReflow=function(t){var e=this.distanceBetweenLabels(t);this.distributeLabels(e,t)},e.prototype.distanceBetweenLabels=function(t){var e=wt(this.points),r=e.sector,i=t.length-1,n=r.radius+e.options.labels.distance,o=[],a=t[0].box,s=kt(a.y1-(r.center.y-n-a.height()-a.height()/2));o.push(s);for(var u=0;u<i;u++){var l=t[u+1].box;a=t[u].box,s=kt(l.y1-a.y2),o.push(s)}return s=kt(r.center.y+n-t[i].box.y2-t[i].box.height()/2),o.push(s),o},e.prototype.distributeLabels=function(t,e){for(var r,i,n,o=t.length,a=0;a<o;a++)for(n=-t[a],r=i=a;n>0&&(r>=0||i<o);)n=this._takeDistance(t,a,--r,n),n=this._takeDistance(t,a,++i,n);this.reflowLabels(t,e)},e.prototype._takeDistance=function(t,e,r,i){var n=i;if(t[r]>0){var o=Math.min(t[r],n);n-=o,t[r]-=o,t[e]+=o}return n},e.prototype.reflowLabels=function(t,e){var r,i=wt(this.points),n=i.sector,o=i.options.labels,a=e.length,s=o.distance,l=n.center.y-(n.radius+s)-e[0].box.height();t[0]+=2;for(var c=0;c<a;c++){var p=e[c],h=p.box;l+=t[c],r=this.hAlignLabel(h.x2,n.clone().expand(s),l,l+h.height(),p.orientation===d),p.orientation===d?(o.align!==u&&(r=n.radius+n.center.x+s),p.reflow(new Zt(r+h.width(),l,r,l))):(o.align!==u&&(r=n.center.x-n.radius-s),p.reflow(new Zt(r-h.width(),l,r,l))),l+=h.height()}},e.prototype.createVisual=function(){var e=this.options.connectors,r=this.points,i=r.length;t.prototype.createVisual.call(this),this._connectorLines=[];for(var n=0;n<i;n++){var o=r[n],a=o.sector,s=o.label,u=a.middle(),l=(o.options.connectors||{}).color||e.color;if(s){var c=new S.drawing.Path({stroke:{color:l,width:e.width},animation:{type:"fadeIn",delay:o.animationDelay}});if("outsideEnd"===s.options.position){var p=s.box,h=a.center,f=a.point(u),v=new Wt(p.x1,p.center().y),g=void 0,y=void 0,m=void 0;f=a.clone().expand(e.padding).point(u),c.moveTo(f.x,f.y),s.orientation===d?(m=ua(h,f,v,y=new Wt(p.x1-e.padding,p.center().y)),v=new Wt(y.x-4,y.y),(m=m||v).x=Math.min(m.x,v.x),this.pointInCircle(m,a.center,a.radius+4)||m.x<a.center.x?(g=a.center.x+a.radius+4,o.options.labels.align!==Qr?g<v.x?c.lineTo(g,f.y):c.lineTo(f.x+8,f.y):c.lineTo(g,f.y),c.lineTo(v.x,y.y)):(m.y=y.y,c.lineTo(m.x,m.y))):(m=ua(h,f,v,y=new Wt(p.x2+e.padding,p.center().y)),v=new Wt(y.x+4,y.y),(m=m||v).x=Math.max(m.x,v.x),this.pointInCircle(m,a.center,a.radius+4)||m.x>a.center.x?(g=a.center.x-a.radius-4,o.options.labels.align!==Qr?g>v.x?c.lineTo(g,f.y):c.lineTo(f.x-8,f.y):c.lineTo(g,f.y),c.lineTo(v.x,y.y)):(m.y=y.y,c.lineTo(m.x,m.y))),c.lineTo(y.x,y.y),this._connectorLines.push(c),this.visual.append(c)}}}},e.prototype.renderVisual=function(){if(t.prototype.renderVisual.call(this),Et(this.options.series,(function(t){return t.autoFit}))){var e=this.targetBox,r=this.box.center(),i=this.visual.bbox();if(!i)return;var n=i.bottomRight(),o=Math.min((r.y-e.y1)/(r.y-i.origin.y),(e.y2-r.y)/(n.y-r.y),(r.x-e.x1)/(r.x-i.origin.x),(e.x2-r.x)/(n.x-r.x));o<1&&this.visual.transform(S.geometry.transform().scale(o,o,[r.x,r.y]))}},e.prototype.labelComparator=function(t){var e=t?-1:1;return function(t,r){return((t.parent.sector.middle()+270)%360-(r.parent.sector.middle()+270)%360)*e}},e.prototype.hAlignLabel=function(t,e,r,i,n){var o=e.radius,a=e.center,s=a.x,u=a.y,l=Math.min(Math.abs(u-r),Math.abs(u-i));return l>o?t:s+Math.sqrt(o*o-l*l)*(n?1:-1)},e.prototype.pointInCircle=function(t,e,r){return Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2)<Math.pow(r,2)},e.prototype.formatPointValue=function(t,e){return this.chartService.format.auto(e,t.value)},e.prototype.animationDelay=function(t){return 70*t},e.prototype.stackRoot=function(){return this},e}(ne);function ua(t,e,r,i){var n,o=(i.x-r.x)*(t.y-r.y)-(i.y-r.y)*(t.x-r.x),a=(i.y-r.y)*(e.x-t.x)-(i.x-r.x)*(e.y-t.y);if(0!==a){var s=o/a;n=new Wt(t.x+s*(e.x-t.x),t.y+s*(e.y-t.y))}return n}Lt(sa,{startAngle:90,connectors:{width:2,color:"#939393",padding:8},inactiveItems:{markers:{},labels:{}}}),M(sa.prototype,aa),sa.prototype.isStackRoot=!0;var la=sa,ca=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){this.createPieChart(this.series)},e.prototype.createPieChart=function(t){var e=t[0],r=new la(this,{series:t,padding:e.padding,startAngle:e.startAngle,connectors:e.connectors,legend:this.options.legend});this.appendChart(r)},e.prototype.appendChart=function(e,r){t.prototype.appendChart.call(this,e,r),yt(this.options.legend.items,e.legendItems)},e}(Gn),pa=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflowLabel=function(){var e=this.options.labels,r=this.label,i=this.sector.clone(),n=i.middle();if(r){var o=r.box.height();if(e.position===s){i.radius-=(i.radius-i.innerRadius)/2;var a=i.point(n);r.reflow(new Zt(a.x,a.y-o/2,a.x,a.y))}else t.prototype.reflowLabel.call(this)}},e.prototype.createSegment=function(t,e){return re.current.createRing(t,e)},e}(oa);Lt(pa,{overlay:{gradient:"roundedGlass"},labels:{position:s},animation:{type:ti}}),M(pa.prototype,pi);var ha=pa,fa=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.addValue=function(t,e,r){var i=M({},r.series,{index:r.index});if(this.evalSegmentOptions(i,t,r),this.createLegendItem(t,i,r),t&&!1!==r.visible){var n=new ha(t,e,i);Object.assign(n,r),this.append(n),this.points.push(n)}},e.prototype.reflow=function(e){for(var r,i=this.options,n=e.clone(),o=Math.min(n.width(),n.height()),a=o/2,s=o-.85*o,u=i.series,l=u.length,c=Tt(i.padding,s),p=a-(c=c>a-5?a-5:c),h=0,f=0;f<l;f++){var d=u[f];0===f&&bt(d.holeSize)&&(r=d.holeSize,p-=d.holeSize),bt(d.size)?p-=d.size:h++,bt(d.margin)&&f!==l-1&&(p-=d.margin)}bt(r)||(p-=r=.75*((a-c)/(l+.75)));var v,g=r,y=0;this.seriesConfigs=[];for(var m=0;m<l;m++){var b=u[m];v=(g+=y)+Tt(b.size,p/h),this.seriesConfigs.push({innerRadius:g,radius:v}),y=b.margin||0,g=v}t.prototype.reflow.call(this,e)},e.prototype.animationDelay=function(t,e,r){return 50*t+600*(e+1)/(r+1)},e}(la);Lt(fa,{startAngle:90,connectors:{width:2,color:"#939393",padding:8}});var da=fa,va=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){this.createDonutChart(this.series)},e.prototype.createDonutChart=function(t){var e=t[0],r=new da(this,{series:t,padding:e.padding,connectors:e.connectors,legend:this.options.legend});this.appendChart(r)},e}(ca),ga=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initFields=function(){this.valueAxisRangeTracker=new Li},e.prototype.render=function(){this.addToLegend(this.series),this.createPolarAxis(),this.createCharts(),this.createValueAxis()},e.prototype.alignAxes=function(){var t=this.valueAxis,e=t.range(),r=t.options.reverse?e.max:e.min,i=t.getSlot(r),n=this.polarAxis.getSlot(0).center,o=t.box.translate(n.x-i.x1,n.y-i.y1);t.reflow(o)},e.prototype.createValueAxis=function(){var t,e,r=this.valueAxisRangeTracker,i=r.query(),n=this.valueAxisOptions({roundToMajorUnit:!1,zIndex:-1});"log"===n.type?(t=Tr,e={min:.1,max:1}):(t=kr,e={min:0,max:1});var o=r.query(name)||i||e;o&&i&&(o.min=Math.min(o.min,i.min),o.max=Math.max(o.max,i.max));var a=new t(o.min,o.max,n,this.chartService);this.valueAxis=a,this.appendAxis(a)},e.prototype.reflowAxes=function(){var t=this.options.plotArea,e=this.valueAxis,r=this.polarAxis,i=this.box,n=.15*Math.min(i.width(),i.height()),o=D(t.padding||{},n),a=i.clone().unpad(o),u=a.clone();u.y2=u.y1+Math.min(u.width(),u.height()),u.align(a,b,s);var l=u.clone().shrink(0,u.height()/2);r.reflow(u),e.reflow(l);var c=e.lineBox().height()-e.box.height();e.reflow(e.box.unpad({top:c})),this.axisBox=u,this.alignAxes(u)},e.prototype.backgroundBox=function(){return this.box},e.prototype.detachLabels=function(){},e}(Gn),ya=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.pointSlot=function(t,e){var r=t.center.y-e.y1,i=Wt.onCircle(t.center,t.startAngle,r);return new Zt(i.x,i.y,i.x,i.y)},e}(sn);Lt(ya,{clip:!1});var ma=ya,ba=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e}(Zo);ba.prototype.pointSlot=ma.prototype.pointSlot,Lt(ba,{clip:!1});var xa=ba,Ca=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.fillToAxes=function(t){var e=this._polarAxisCenter();t.lineTo(e.x,e.y)},e.prototype._polarAxisCenter=function(){return this.parent.plotArea.polarAxis.box.center()},e.prototype.strokeSegments=function(){var t=this._strokeSegments;if(!t){var e=this._polarAxisCenter(),r=new Nr(!1),i=this.points();i.push(e),(t=this._strokeSegments=r.process(i)).pop()}return t},e}(Mi),_a=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.fillToAxes=function(t){var e=this.parent.plotArea.polarAxis.box.center(),r=new S.geometry.Segment([e.x,e.y]);t.segments.unshift(r),t.segments.push(r)},e}(ki);function Oa(t,e){return t.value.x-e.value.x}var Sa=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createSegment=function(t,e,r){return"smooth"===(e.line||{}).style?new Ca(t,e,r):new _a(t,e,r)},e.prototype.createMissingValue=function(t,e){var r;return on(t.x)&&"interpolate"!==e&&(r={x:t.x,y:t.y},e===qr&&(r.y=0)),r},e.prototype.seriesMissingValues=function(t){return t.missingValues||qr},e.prototype._hasMissingValuesGap=function(){for(var t=this.options.series,e=0;e<t.length;e++)if("gap"===this.seriesMissingValues(t[e]))return!0},e.prototype.sortPoints=function(t){if(t.sort(Oa),this._hasMissingValuesGap())for(var e=0;e<t.length;e++){var r=t[e];if(r)on(r.value.y)||"gap"!==this.seriesMissingValues(r.series)||delete t[e]}return t},e}(xa),wa=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createPolarAxis=function(){var t=new wr(this.options.xAxis,this.chartService);this.polarAxis=t,this.axisX=t,this.appendAxis(t)},e.prototype.valueAxisOptions=function(t){return M(t,{majorGridLines:{type:n},minorGridLines:{type:n}},this.options.yAxis)},e.prototype.createValueAxis=function(){t.prototype.createValueAxis.call(this),this.axisY=this.valueAxis},e.prototype.appendChart=function(t,e){this.valueAxisRangeTracker.update(t.yAxisRanges),Gn.prototype.appendChart.call(this,t,e)},e.prototype.createCharts=function(){var t=this.filterVisibleSeries(this.series),e=this.panes[0];this.createLineChart(Nn(t,["polarLine"]),e),this.createScatterChart(Nn(t,["polarScatter"]),e),this.createAreaChart(Nn(t,["polarArea"]),e)},e.prototype.createLineChart=function(t,e){if(0!==t.length){var r=new xa(this,{series:t});this.appendChart(r,e)}},e.prototype.createScatterChart=function(t,e){if(0!==t.length){var r=new ma(this,{series:t});this.appendChart(r,e)}},e.prototype.createAreaChart=function(t,e){if(0!==t.length){var r=new Sa(this,{series:t});this.appendChart(r,e)}},e.prototype._dispatchEvent=function(t,e,r){var i=t._eventCoordinates(e),n=new Wt(i.x,i.y),o=this.axisX.getValue(n),a=this.axisY.getValue(n);null!==o&&null!==a&&t.trigger(r,{element:Ot(e),x:o,y:a})},e.prototype.createCrosshairs=function(){},e}(ga);Lt(wa,{xAxis:{},yAxis:{}}),M(wa.prototype,Xn);var ja=wa;var Pa=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.pointSlot=function(t,e){var r=t.center.y-e.y1,i=Wt.onCircle(t.center,t.middle(),r);return new Zt(i.x,i.y,i.x,i.y)},e.prototype.renderSegments=function(){if(t.prototype.renderSegments.call(this),this._segments&&this._segments.length>1)for(var e=function(t){for(var e=[],r=0;r<t.length;r++){var i=t[r];e[i.seriesIx]=e[i.seriesIx]||[],e[i.seriesIx].push(i)}return e}(this._segments),r=0;r<e.length;r++){var i=e[r];if(i&&i.length>1){var n=i[0].linePoints[0],o=wt(i),a=wt(o.linePoints),s=0===n.categoryIx,u=a.categoryIx===a.categoriesCount-1;s&&u&&wt(i).linePoints.push(n)}}},e.prototype.createSegment=function(t,e,r){var i=new("smooth"===e.style?Ci:gi)(t,e,r),n=this.seriesMissingValues(e);return t.length!==e.data.length&&"interpolate"!==n||(i.options.closed=!0),i},e}(Ai);Lt(Pa,{clip:!1,limitPoints:!1});var Aa=Pa,ka=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.fillToAxes=function(){},e}(Mi),Va=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.fillToAxes=function(){},e}(ki),Ta=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createSegment=function(t,e,r,i){var n,o,a,s=this.options.isStacked,u=(e.line||{}).style;return s&&r>0&&i&&(o=i.linePoints.slice(0),n=i),"smooth"===u?(a=new ka(t,e,r,n,o)).options.closed=!0:(t.push(t[0]),a=new Va(t,e,r,n,o)),a},e.prototype.seriesMissingValues=function(t){return t.missingValues||qr},e}(Aa),Ma=function(t){function e(e,r){t.call(this,e,null,r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e}(ha);Lt(Ma,{overlay:{gradient:"none"},labels:{distance:10}});var Na=Ma,La=function(t){function e(e){t.call(this,e),this.forEach=e.rtl?Fi:zi}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e=this.options,r=this.children,i=e.gap,n=e.spacing,o=r.length,a=o+i+n*(o-1),s=t.angle/a,u=t.startAngle+s*(i/2);this.forEach(r,(function(e){var r=t.clone();r.startAngle=u,r.angle=s,e.sector&&(r.radius=e.sector.radius),e.reflow(r),e.sector=r,u+=s+s*n}))},e}(ne);Lt(La,{gap:1,spacing:0});var Ia=La,Ea=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e=this.options.reverse,r=this.children,i=r.length,n=e?i-1:0,o=e?-1:1;this.box=new Zt;for(var a=n;a>=0&&a<i;a+=o){var s=r[a].sector;s.startAngle=t.startAngle,s.angle=t.angle}},e}(ne),Ba=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.pointType=function(){return Na},e.prototype.clusterType=function(){return Ia},e.prototype.stackType=function(){return Ea},e.prototype.categorySlot=function(t,e){return t.getSlot(e)},e.prototype.pointSlot=function(t,e){var r=t.clone(),i=t.center.y;return r.radius=i-e.y1,r.innerRadius=i-e.y2,r},e.prototype.reflowPoint=function(t,e){t.sector=e,t.reflow()},e.prototype.createAnimation=function(){this.options.animation.center=this.box.toRect().center(),t.prototype.createAnimation.call(this)},e}(Xi);Ba.prototype.reflow=ci.prototype.reflow,Lt(Ba,{clip:!1,limitPoints:!1,animation:{type:"pie"}});var Da=Ba,Ra=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createPolarAxis=function(){var t=new Or(this.options.categoryAxis,this.chartService);this.polarAxis=t,this.categoryAxis=t,this.appendAxis(t),this.aggregateCategories(),this.createCategoryAxesLabels()},e.prototype.valueAxisOptions=function(t){return this._hasBarCharts&&M(t,{majorGridLines:{type:n},minorGridLines:{type:n}}),this._isStacked100&&M(t,{roundToMajorUnit:!1,labels:{format:"P0"}}),M(t,this.options.valueAxis)},e.prototype.aggregateCategories=function(){_o.prototype.aggregateCategories.call(this,this.panes)},e.prototype.createCategoryAxesLabels=function(){_o.prototype.createCategoryAxesLabels.call(this,this.panes)},e.prototype.filterSeries=function(t){return t},e.prototype.createCharts=function(){var t=this.filterVisibleSeries(this.series),e=this.panes[0];this.createAreaChart(Nn(t,["radarArea"]),e),this.createLineChart(Nn(t,["radarLine"]),e),this.createBarChart(Nn(t,["radarColumn"]),e)},e.prototype.chartOptions=function(t){var e={series:t},r=t[0];if(r){var i=this.filterVisibleSeries(t),n=r.stack;e.isStacked=n&&i.length>1,e.isStacked100=n&&"100%"===n.type&&i.length>1,e.isStacked100&&(this._isStacked100=!0)}return e},e.prototype.createAreaChart=function(t,e){if(0!==t.length){var r=new Ta(this,this.chartOptions(t));this.appendChart(r,e)}},e.prototype.createLineChart=function(t,e){if(0!==t.length){var r=new Aa(this,this.chartOptions(t));this.appendChart(r,e)}},e.prototype.createBarChart=function(t,e){if(0!==t.length){var r=t[0],i=this.chartOptions(t);i.gap=r.gap,i.spacing=r.spacing;var n=new Da(this,i);this.appendChart(n,e),this._hasBarCharts=!0}},e.prototype.seriesCategoryAxis=function(){return this.categoryAxis},e.prototype._dispatchEvent=function(t,e,r){var i=t._eventCoordinates(e),n=new Wt(i.x,i.y),o=this.categoryAxis.getCategory(n),a=this.valueAxis.getValue(n);null!==o&&null!==a&&t.trigger(r,{element:Ot(e),category:o,value:a})},e.prototype.createCrosshairs=function(){},e}(ga);M(Ra.prototype,Xn,{appendChart:_o.prototype.appendChart,aggregateSeries:_o.prototype.aggregateSeries,seriesSourcePoints:_o.prototype.seriesSourcePoints}),Lt(Ra,{categoryAxis:{categories:[]},valueAxis:{}});var za=Ra,Fa=function(t){function e(e,r,i){t.call(this,r),this.value=e,this.options.index=i.index}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e=this.points,r=this.children[0];this.box=new Zt(e[0].x,e[0].y,e[1].x,e[2].y),r&&r.reflow(new Zt(t.x1,e[0].y,t.x2,e[2].y))},e.prototype.createVisual=function(){var e,r=this,i=this.options;t.prototype.createVisual.call(this),(e=i.visual?i.visual({category:this.category,dataItem:this.dataItem,value:this.value,series:this.series,percentage:this.percentage,points:this.points,options:i,sender:this.getSender(),createVisual:function(){return r.createPath()}}):this.createPath())&&this.visual.append(e)},e.prototype.createPath=function(){var t=this.options,e=t.border;return S.drawing.Path.fromPoints(this.points,{fill:{color:t.color,opacity:t.opacity},stroke:{color:e.color,opacity:e.opacity,width:e.width}}).close()},e.prototype.createHighlight=function(t){return S.drawing.Path.fromPoints(this.points,t)},e.prototype.highlightVisual=function(){return this.visual.children[0]},e.prototype.highlightVisualArgs=function(){var t=S.drawing.Path.fromPoints(this.points).close();return{options:this.options,path:t}},e.prototype.tooltipAnchor=function(){var t=this.box;return{point:new Wt(t.center().x,t.y1),align:{horizontal:"center",vertical:"top"}}},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e}(ne);Lt(Fa,{color:y,border:{width:1}}),M(Fa.prototype,pi);var Ka=Fa,Ua=function(t){function e(e,r){t.call(this,r),this.plotArea=e,this.points=[],this.labels=[],this.legendItems=[],this.render()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.formatPointValue=function(t,e){return this.chartService.format.auto(e,t.value)},e.prototype.render=function(){var t=this.options,e=this.plotArea.options.seriesColors;void 0===e&&(e=[]);var r=t.series[0],i=r.data;if(i)for(var n=Tn(r),o=n.total,a=n.points,s=0;s<a.length;s++){var u=a[s];if(u){var l=u.fields;V(r.color)||(r.color=l.color||e[s%e.length]),l=M({index:s,owner:this,series:r,dataItem:i[s],percentage:u.value/o},l,{visible:u.visible});var c=u.valueFields.value,p=this.createSegment(c,l),h=this.createLabel(c,l);p&&h&&p.append(h)}}},e.prototype.evalSegmentOptions=function(t,e,r){var i=r.series;si(t,{value:e,series:i,dataItem:r.dataItem,index:r.index},{defaults:i._defaults,excluded:["data","content","template","toggle","visual"]})},e.prototype.createSegment=function(t,e){var r=M({},e.series);if(this.evalSegmentOptions(r,t,e),this.createLegendItem(t,r,e),!1!==e.visible){var i=new Ka(t,r,e);return Object.assign(i,e),this.append(i),this.points.push(i),i}},e.prototype.createLabel=function(t,e){var r=e.series,i=e.dataItem,n=M({},this.options.labels,r.labels),o=t;if(n.visible){var a=rt(n),s={dataItem:i,value:t,percentage:e.percentage,category:e.category,series:r};a?o=a(s):n.format&&(o=this.plotArea.chartService.format.auto(n.format,o)),n.color||(n.color=Ft(r.color),n.background||(n.background=r.color)),this.evalSegmentOptions(n,t,e);var u=new xe(o,M({vAlign:n.position},n),s);return this.labels.push(u),u}},e.prototype.labelPadding=function(){for(var t=this.labels,e={left:0,right:0},r=0;r<t.length;r++){var i=t[r].options.align;if(i!==s){var n=t[r].box.width();i===p?e.left=Math.max(e.left,n):e.right=Math.max(e.right,n)}}return e},e.prototype.dynamicSlopeReflow=function(t,e,r){for(var i=this.options,n=this.points,o=n.length,a=n[0],s=a,u=0;u<n.length;u++)n[u].percentage>s.percentage&&(s=n[u]);for(var l=a.percentage/s.percentage*e,c=(e-l)/2,p=0,h=0;h<o;h++){var f=n[h].percentage,d=n[h+1],v=d?d.percentage:f,g=n[h].points=[],y=i.dynamicHeight?r*f:r/o,m=void 0;m=jt(m=f?(e-l*(v/f))/2:v?0:e/2,0,e),g.push(new S.geometry.Point(t.x1+c,t.y1+p)),g.push(new S.geometry.Point(t.x1+e-c,t.y1+p)),g.push(new S.geometry.Point(t.x1+e-m,t.y1+y+p)),g.push(new S.geometry.Point(t.x1+m,t.y1+y+p)),c=m,p+=y+i.segmentSpacing,l=jt(e-2*m,0,e)}},e.prototype.constantSlopeReflow=function(t,e,r){for(var i=this.options,n=this.points,o=n.length,a=i.neckRatio<=1,s=a?i.neckRatio*e:e,u=a?0:(e-e/i.neckRatio)/2,l=((a?e:e-2*u)-s)/2,c=0,p=0;p<o;p++){var h=n[p].points=[],f=n[p].percentage,d=i.dynamicHeight?l*f:l/o,v=i.dynamicHeight?r*f:r/o;h.push(new S.geometry.Point(t.x1+u,t.y1+c)),h.push(new S.geometry.Point(t.x1+e-u,t.y1+c)),h.push(new S.geometry.Point(t.x1+e-u-d,t.y1+v+c)),h.push(new S.geometry.Point(t.x1+u+d,t.y1+v+c)),u+=d,c+=v+i.segmentSpacing}},e.prototype.reflow=function(t){var e=this.points,r=e.length;if(r){var i=this.options,n=t.clone().unpad(this.labelPadding()),o=n.height()-i.segmentSpacing*(r-1),a=n.width();i.dynamicSlope?this.dynamicSlopeReflow(n,a,o):this.constantSlopeReflow(n,a,o);for(var s=0;s<r;s++)e[s].reflow(t)}},e}(ne);Lt(Ua,{neckRatio:.3,width:300,dynamicSlope:!1,dynamicHeight:!0,segmentSpacing:0,labels:{visible:!1,align:s,position:s,zIndex:1}}),M(Ua.prototype,aa);var Ha=Ua,$a=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){this.createFunnelChart(this.series)},e.prototype.createFunnelChart=function(t){var e=t[0],r=new Ha(this,{series:t,legend:this.options.legend,neckRatio:e.neckRatio,dynamicHeight:e.dynamicHeight,dynamicSlope:e.dynamicSlope,segmentSpacing:e.segmentSpacing,highlight:e.highlight});this.appendChart(r)},e.prototype.appendChart=function(e,r){t.prototype.appendChart.call(this,e,r),yt(this.options.legend.items,e.legendItems)},e}(Gn),Ga=function(t,e){void 0===e&&(e=.05);var r=Object(S.parseColor)(t),i=1-e;return function(t){var e=r.toHSL(),n=100-e.l,o=i-t;return e.l+=Math.min(o*n,n),e.toCss()}},Xa=function(t){function e(e,r){t.call(this),this.options=r,this.color=r.color||y,this.value=e}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){this._rendered||(this._rendered=!0,this.createMarker(),this.createLabel(),this.createNote())},e.prototype.createLabel=function(){var t=this.options.labels;if(t.visible){var e,r=this.pointData(),i=rt(t),n=t.color;e=i?i(r):this.formatValue(t.format),n||(n=Ft(this.color)),this.label=new xe(e,M({align:s,vAlign:s,margin:{left:5,right:5},zIndex:Tt(t.zIndex,this.series.zIndex)},t,{color:n}),r),this.append(this.label)}},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e.prototype.reflow=function(t){this.render();var e=this.label;this.box=t,e&&e.reflow(this.markerBox()),this.note&&this.note.reflow(t),this.marker.reflow(this.markerBox())},e.prototype.markerBox=function(){var t=this.options.markers,e=t.border,r=this.box.toRect(),i="roundedRect"===Tt(t.type,"rect"),n=Tt(e.width,i?1:0),o=Math.round(n/2);if(t.size){var a=r.center();r.size.width=r.size.height=t.size,r.origin.x=Math.round(a.x-r.size.width/2),r.origin.y=Math.round(a.y-r.size.height/2)}return r.size.width-=n,r.size.height-=n,r.origin.y+=o+.5,r.origin.x+=o+.5,me(r)},e.prototype.markerBorder=function(){var t=this.options,e=t.markers.border,r=Tt(e.opacity,t.opacity);return{color:e.color||this.color,width:e.width,opacity:r,dashType:e.dashType}},e.prototype.createMarker=function(){var t=this.options,e=t.markers,r=new ue({type:Tt(e.type,"rect"),width:e.size,height:e.size,rotation:e.rotation,background:this.color,border:this.markerBorder(),borderRadius:e.borderRadius,opacity:this.series.opacity||t.opacity,zIndex:Tt(t.zIndex,this.series.zIndex),animation:t.animation,visual:t.visual},{dataItem:this.dataItem,value:this.value,series:this.series,category:this.category});this.marker=r,this.append(r)},e.prototype.createHighlight=function(t){var e=this.options,r=this.options.highlight.markers||this.options.markers,i=new ue({type:Tt(r.type,"rect"),width:r.size,height:r.size,rotation:r.rotation,background:r.color||this.color,border:this.markerBorder(),borderRadius:r.borderRadius,opacity:this.series.opacity||e.opacity,zIndex:Tt(e.zIndex,this.series.zIndex)});i.reflow(this.markerBox());var n=i.getElement();return n.options.fill=t.fill,n.options.stroke=t.stroke,n},e.prototype.highlightVisual=function(){return this.rectVisual},e.prototype.highlightVisualArgs=function(){return{options:this.options,rect:this.box.toRect(),visual:this.rectVisual}},e.prototype.tooltipAnchor=function(){var t=this.box.center().x,e=this.box.y1-5;return{point:new Wt(t,e),align:{horizontal:s,vertical:a}}},e.prototype.overlapsBox=function(t){return this.box.overlaps(t)},e.prototype.unclipElements=function(){},e.prototype.pointData=function(){return{x:this.value.x,y:this.value.y,value:this.value.value,dataItem:this.dataItem,series:this.series}},e}(ne);M(Xa.prototype,pi),M(Xa.prototype,hi),Xa.prototype.defaults={markers:{type:"rect",borderRadius:4,border:{color:"transparent"}},padding:{top:1},labels:{visible:!1,padding:3},opacity:1,notes:{label:{}}};var Ya=Xa,Wa=function(t){function e(e,r){t.call(this,r),this.plotArea=e,this.chartService=e.chartService,this._initFields(),this.render()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initFields=function(){this.points=[],this.seriesOptions=[],this.valueRange={min:h,max:f},this._evalSeries=[]},e.prototype.render=function(){this.setRange(),this.traverseDataPoints(this.addValue.bind(this))},e.prototype.setRange=function(){for(var t=this.options.series,e=0;e<t.length;e++)for(var r=t[e],i=0;i<r.data.length;i++){var n=this._bindPoint(r,e,i).valueFields;this.valueRange.min=Math.min(this.valueRange.min,n.value),this.valueRange.max=Math.max(this.valueRange.max,n.value)}},e.prototype.addValue=function(t,e){var r;t&&(r=this.createPoint(t,e))&&Object.assign(r,e),this.points.push(r)},e.prototype.evalPointOptions=function(t,e,r){var i=r.series,n=r.seriesIx,o={defaults:i._defaults,excluded:["data","tooltip","content","template","visual","toggle"]},a=this._evalSeries[n];bt(a)||(this._evalSeries[n]=a=si(t,{},o,!0));var s=t;return a&&si(s=M({},t),{value:e,series:i,dataItem:r.dataItem,min:this.valueRange.min,max:this.valueRange.max},o),s},e.prototype.pointType=function(){return Ya},e.prototype.pointOptions=function(t,e){var r=this.seriesOptions[e];if(!r){var i=this.pointType().prototype.defaults;this.seriesOptions[e]=r=M({},i,{markers:{opacity:t.opacity},tooltip:{format:this.options.tooltip.format},labels:{format:this.options.labels.format}},t)}return r},e.prototype.createPoint=function(t,e){var r=e.series,i=this.pointOptions(r,e.seriesIx),n=e.color||r.color;(i=this.evalPointOptions(i,t,e),V(r.color))?n=i.color:n=Ga(n)(t.value/this.valueRange.max);var o=new Ya(t,i);return o.color=n,this.append(o),o},e.prototype.seriesAxes=function(t){var e=t.xAxis,r=t.yAxis,i=this.plotArea,n=e?i.namedXAxes[e]:i.axisX,o=r?i.namedYAxes[r]:i.axisY;if(!n)throw new Error("Unable to locate X axis with name "+e);if(!o)throw new Error("Unable to locate Y axis with name "+r);return{xAxis:n,yAxis:o}},e.prototype.reflow=function(t){var e=this,r=this.points,i=!this.options.clip,n=0;this.traverseDataPoints((function(t,o){var a=r[n++],s=e.seriesAxes(o.series),u=s.xAxis,l=s.yAxis,c=u.categoryIndex(t.x),p=l.categoryIndex(t.y),h=u.getSlot(c,c,i),f=l.getSlot(p,p,i);if(a)if(h&&f){var d=e.pointSlot(h,f);a.reflow(d)}else a.visible=!1})),this.box=t},e.prototype.pointSlot=function(t,e){return new Zt(t.x1,e.y1,t.x2,e.y2)},e.prototype.traverseDataPoints=function(t){for(var e=this.options.series,r=0;r<e.length;r++)for(var i=e[r],n=this.seriesAxes(i),o=n.xAxis,a=n.yAxis,s=o.currentRangeIndices(),u=a.currentRangeIndices(),l=0;l<i.data.length;l++){var c=this._bindPoint(i,r,l),p=c.valueFields,h=c.fields,f=o.totalIndex(p.x),d=a.totalIndex(p.y),v=s.min<=f&&f<=s.max,g=u.min<=d&&d<=u.max;v&&g&&t(p,M({pointIx:l,series:i,seriesIx:r,dataItem:i.data[l],owner:this},h))}},e.prototype.formatPointValue=function(t,e){var r=t.value;return this.chartService.format.auto(e,r.x,r.y,r.value)},e.prototype.animationPoints=function(){for(var t=this.points,e=[],r=0;r<t.length;r++)e.push((t[r]||{}).marker);return e},e}(ne);Lt(Wa,{series:[],tooltip:{format:"{0}, {1}: {2}"},labels:{format:"{2}"},clip:!0}),M(Wa.prototype,{_bindPoint:ci.prototype._bindPoint});var qa=Wa,Za=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initFields=function(){this.namedXAxes={},this.namedYAxes={}},e.prototype.render=function(t){void 0===t&&(t=this.panes),this.bindCategories(),this.createAxes(t),this.createCharts(t),this.createAxisLabels()},e.prototype.bindCategories=function(){for(var t=this.srcSeries||this.series,e=0;e<t.length;e++){for(var r=t[e],i=r.data||[],n=this.seriesAxes(r),o=n.xAxis,a=n.yAxis,s=Xt(o.categories||[]),u=Xt(a.categories||[]),l=0;l<i.length;l++){var c=Hr.current.bindPoint(r,l).valueFields,p=c.x,h=c.y;s.has(p)||s.add(p),u.has(h)||u.add(h)}o.categories=s.values(),a.categories=u.values()}},e.prototype.createCharts=function(t){for(var e=this.groupSeriesByPane(),r=0;r<t.length;r++){var i=t[r],n=e[i.options.name||"default"]||[];this.addToLegend(n);var o=this.filterVisibleSeries(n);o&&this.createHeatmapChart(Nn(o,["heatmap"]),i)}},e.prototype.createHeatmapChart=function(t,e){var r=new qa(this,{series:t});this.appendChart(r,e)},e.prototype.seriesPaneName=function(t){var e=this.options,r=t.xAxis,i=at([].concat(e.xAxis),(function(t){return t.name===r}))[0],n=t.yAxis,o=at([].concat(e.yAxis),(function(t){return t.name===n}))[0],a=(e.panes||[{}])[0].name||"default";return(i||{}).pane||(o||{}).pane||a},e.prototype.seriesAxes=function(t){var e,r,i=this.options,n=[].concat(i.xAxis),o=t.xAxis;e=o?n.find((function(t){return t.name===o})):n[0];var a=[].concat(i.yAxis),s=t.yAxis;if(r=s?a.find((function(t){return t.name===s})):a[0],!e)throw new Error("Unable to locate X axis with name "+o);if(!r)throw new Error("Unable to locate Y axis with name "+s);return{xAxis:e,yAxis:r}},e.prototype.createAxisLabels=function(){for(var t=this.axes,e=0;e<t.length;e++)t[e].createLabels()},e.prototype.createXYAxis=function(t,e,r){for(var i,n=t.name,o=e?this.namedYAxes:this.namedXAxes,a=Object.assign({axisCrossingValue:0},t,{vertical:e,reverse:e||this.chartService.rtl?!t.reverse:t.reverse,justified:!1}),s=a.categories?a.categories[0]:null,u=[a.min,a.max,s],c=this.series,p=0;p<c.length;p++){var h=c[p],f=h[e?"yAxis":"xAxis"];if(f===a.name||0===r&&!f){var d=Hr.current.bindPoint(h,0).valueFields;u.push(d[e?"y":"x"]);break}}for(var v=0;v<u.length;v++)if(u[v]instanceof Date){i=!0;break}var g=new(Mn(a.type,l)||!a.type&&i?sr:Qe)(a,this.chartService);if(g.axisIndex=r,n){if(o[n])throw new Error((e?"Y":"X")+" axis with name "+n+" is already defined");o[n]=g}return this.appendAxis(g),g.mapCategories(),g},e.prototype.createAxes=function(t){for(var e=this.options,r=[].concat(e.xAxis),i=[],n=[].concat(e.yAxis),o=[],a=0;a<r.length;a++){ct(this.findPane(r[a].pane),t)&&i.push(this.createXYAxis(r[a],!1,a))}for(var s=0;s<n.length;s++){ct(this.findPane(n[s].pane),t)&&o.push(this.createXYAxis(n[s],!0,s))}this.axisX=this.axisX||i[0],this.axisY=this.axisY||o[0]},e.prototype.removeAxis=function(e){var r=e.options.name;t.prototype.removeAxis.call(this,e),e.options.vertical?delete this.namedYAxes[r]:delete this.namedXAxes[r],e===this.axisX&&delete this.axisX,e===this.axisY&&delete this.axisY},e.prototype._dispatchEvent=function(t,e,r){for(var i=t._eventCoordinates(e),n=new Wt(i.x,i.y),o=this.axes,a=o.length,s=[],u=[],l=0;l<a;l++){var c=o[l];kn(c.options.vertical?u:s,c.getCategory(n))}s.length>0&&u.length>0&&t.trigger(r,{element:Ot(e),originalEvent:e,x:En(s),y:En(u)})},e.prototype.updateAxisOptions=function(t,e){var r=t.options.vertical,i=this.groupAxes(this.panes),n=(r?i.y:i.x).indexOf(t);Qa(this.options,n,r,e),Qa(this.originalOptions,n,r,e)},e.prototype.crosshairOptions=function(t){return Object.assign({},t.options.crosshair,{zIndex:0})},e}(Gn);function Qa(t,e,r,i){M([].concat(r?t.yAxis:t.xAxis)[e],i)}Lt(Za,{xAxis:{},yAxis:{}}),M(Za.prototype,Xn);var Ja=Za,ts="color",es="first",rs="max";Bo.current.register(_o,[Zr,Qr,Jr,ei,"area","verticalArea","candlestick","ohlc","bullet","verticalBullet","boxPlot","verticalBoxPlot","rangeColumn","rangeBar","waterfall","horizontalWaterfall","rangeArea","verticalRangeArea"]),Bo.current.register(ta,["scatter","scatterLine","bubble"]),Bo.current.register(ca,[ti]),Bo.current.register(va,["donut"]),Bo.current.register($a,["funnel"]),Bo.current.register(ja,["polarArea","polarLine","polarScatter"]),Bo.current.register(za,["radarArea","radarColumn","radarLine"]),Bo.current.register(Ja,["heatmap"]),Hr.current.register([Zr,Qr,Jr,ei,"area","verticalArea"],[g],["category",ts,"noteText","errorLow","errorHigh"]),Hr.current.register(["rangeColumn","rangeBar","rangeArea","verticalRangeArea"],["from","to"],["category",ts,"noteText"]),Hr.current.register(["waterfall","horizontalWaterfall"],[g],["category",ts,"noteText","summary"]),Hr.current.register(["polarArea","polarLine","polarScatter"],[m,b],[ts]),Hr.current.register(["radarArea","radarColumn","radarLine"],[g],[ts]),Hr.current.register(["funnel"],[g],["category",ts,"visibleInLegend","visible"]),Zn.current.register([Zr,Qr,Jr,ei,"area","verticalArea","waterfall","horizontalWaterfall"],{value:rs,color:es,noteText:es,errorLow:"min",errorHigh:rs}),Zn.current.register(["rangeColumn","rangeBar","rangeArea","verticalRangeArea"],{from:"min",to:rs,color:es,noteText:es}),Zn.current.register(["radarArea","radarColumn","radarLine"],{value:rs,color:es}),Hr.current.register(["scatter","scatterLine","bubble"],[m,b],[ts,"noteText","xErrorLow","xErrorHigh","yErrorLow","yErrorHigh"]),Hr.current.register(["bubble"],[m,b,"size"],[ts,"category","noteText"]),Hr.current.register(["heatmap"],[m,b,g],[ts,"noteText"]),Hr.current.register(["candlestick","ohlc"],["open","high","low","close"],["category",ts,"downColor","noteText"]),Zn.current.register(["candlestick","ohlc"],{open:rs,high:rs,low:"min",close:rs,color:es,downColor:es,noteText:es}),Hr.current.register(["boxPlot","verticalBoxPlot"],["lower","q1","median","q3","upper","mean","outliers"],["category",ts,"noteText"]),Zn.current.register(["boxPlot","verticalBoxPlot"],{lower:rs,q1:rs,median:rs,q3:rs,upper:rs,mean:rs,outliers:es,color:es,noteText:es}),Hr.current.register(["bullet","verticalBullet"],["current","target"],["category",ts,"visibleInLegend","noteText"]),Zn.current.register(["bullet","verticalBullet"],{current:rs,target:rs,color:es,noteText:es}),Hr.current.register([ti,"donut"],[g],["category",ts,"explode","visibleInLegend","visible"]);var is=["category",g,m,b],ns=function(t){function e(e,r,i,n){var o=this;void 0===n&&(n={}),t.call(this),this.observers=[],this.addObserver(n.observer),this.chartService=new q(this,n),this.chartService.theme=i,this._initElement(e);var a=M({},this.options,r);this._originalOptions=M({},a),this._theme=i,this._initTheme(a,i),this._initHandlers(),this._initSurface(),this.bindCategories(),Nt.preloadFonts(r,(function(){o.fontLoaded=!0,o._destroyed||(o.trigger("init"),o._redraw(),o._attachEvents())}))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initElement=function(t){for(this._setElementClass(t),t.style.position="relative";t.firstChild;)t.removeChild(t.firstChild);this.element=t},e.prototype._setElementClass=function(t){C(t,"k-chart")},e.prototype._initTheme=function(t,e){for(var r=[],i=t.series||[],n=0;n<i.length;n++)r.push(Object.assign({},i[n]));t.series=r,function(t){for(var e=is,r=0;r<e.length;r++){var i=e[r]+"Axes";t[i]&&(t[e[r]+"Axis"]=t[i],delete t[i])}}(t),this.applyDefaults(t,e),null===t.seriesColors&&delete t.seriesColors,this.options=M({},e,t),this.applySeriesColors()},e.prototype.getSize=function(){var t=this.options.chartArea||{};return{width:t.width?parseInt(t.width,10):Math.floor(this.element.offsetWidth),height:t.height?parseInt(t.height,10):Math.floor(this.element.offsetHeight)}},e.prototype.resize=function(t){var e=this.getSize(),r=this._size,i=e.width>0||e.height>0;t||i&&(!r||e.width!==r.width||e.height!==r.height)?(this._size=e,this._resize(e,t),this.trigger("resize",e)):i&&this._selections&&Et(this._selections,(function(t){return!t.visible}))&&(this._destroySelections(),this._setupSelection())},e.prototype._resize=function(){this._noTransitionsRedraw()},e.prototype.redraw=function(t){if(this.applyDefaults(this.options),this.applySeriesColors(),t){var e=this._model._plotArea,r=e.findPane(t);e.redraw(r)}else this._redraw()},e.prototype.getAxis=function(t){return Ir(t,this._plotArea.axes)},e.prototype.findAxisByName=function(t){return this.getAxis(t)},e.prototype.findPaneByName=function(t){for(var e=this._plotArea.panes,r=0;r<e.length;r++)if(e[r].options.name===t)return new Br(e[r])},e.prototype.findPaneByIndex=function(t){var e=this._plotArea.panes;if(e[t])return new Br(e[t])},e.prototype.plotArea=function(){return new Dr(this._plotArea)},e.prototype.toggleHighlight=function(t,e){var r,i,n,o=this._plotArea,a=(o.srcSeries||o.series||[])[0];V(e)?r=o.filterPoints(e):(N(e)?(i=e.series,n=e.category):i=n=e,r="donut"===a.type?os(o.pointsBySeriesName(i),n):a.type===ti||"funnel"===a.type?os((o.charts[0]||{}).points,n):o.pointsBySeriesName(i));r&&this.togglePointsHighlight(t,r)},e.prototype.togglePointsHighlight=function(t,e){for(var r=this._highlight,i=0;i<e.length;i++)r.togglePointHighlight(e[i],t)},e.prototype.showTooltip=function(t){var e,r,i=this._sharedTooltip(),n=this._tooltip,o=this._plotArea;if(V(t)?(e=o.findPoint(t))&&i&&(r=e.categoryIx):i&&bt(t)&&(r=o.categoryAxis.categoryIndex(t)),i){if(r>=0){var a=this._plotArea.pointsByCategoryIndex(r);n.showAt(a)}}else e&&n.show(e)},e.prototype.hideTooltip=function(){this._tooltip.hide()},e.prototype._initSurface=function(){var t=this.surface,e=this._surfaceWrap(),r=this.options.chartArea||{};r.width&&_t(e,{width:r.width}),r.height&&_t(e,{height:r.height}),t&&t.options.type===this.options.renderAs?(this.surface.clear(),this.surface.resize()):(this._destroySurface(),this.surface=S.drawing.Surface.create(e,{type:this.options.renderAs}),this.surface.bind("mouseenter",this._surfaceMouseenterHandler),this.surface.bind("mouseleave",this._surfaceMouseleaveHandler))},e.prototype._surfaceWrap=function(){return this.element},e.prototype._redraw=function(){var t=this._getModel();this._size={width:t.options.width,height:t.options.height},this._destroyView(),this._model=t,this._plotArea=t._plotArea,t.renderVisual(),!1!==this.options.transitions&&t.traverse((function(t){t.animation&&t.animation.setup()})),this._initSurface(),this.surface.draw(t.visual),!1!==this.options.transitions&&t.traverse((function(t){t.animation&&t.animation.play()})),this._tooltip=this._createTooltip(),this._highlight=new So,this._setupSelection(),this._createPannable(),this._createZoomSelection(),this._createMousewheelZoom(),this.trigger("render"),cs(this._plotArea.panes),this._navState||this._cancelDomEvents()},e.prototype.exportVisual=function(t){var e;if(t&&(t.width||t.height||t.options)){var r=this.options,i=M({},t.options,{chartArea:{width:t.width,height:t.height}});ls(this._originalOptions,i),this.options=M({},this._originalOptions,i),this._initTheme(this.options,this._theme),this.bindCategories();var n=this._getModel();n.renderVisual(),cs(n._plotArea.panes),e=n.visual,this.options=r}else e=this.surface.exportVisual();return e},e.prototype._sharedTooltip=function(){return this._plotArea instanceof _o&&this.options.tooltip&&this.options.tooltip.shared},e.prototype._createPannable=function(){var t=this.options;!1!==t.pannable&&(this._pannable=new Ao(this._plotArea,t.pannable))},e.prototype._createZoomSelection=function(){var t=this.options.zoomable,e=(t||{}).selection;!1!==t&&!1!==e&&(this._zoomSelection=new Vo(this,e))},e.prototype._createMousewheelZoom=function(){var t=this.options.zoomable,e=(t||{}).mousewheel;!1!==t&&!1!==e&&(this._mousewheelZoom=new To(this,e))},e.prototype._toggleDragZoomEvents=function(){var t=this.options.pannable,e=this.options.zoomable,r=(e||{}).selection,i=(e||{}).mousewheel,n=!(t||!1!==e&&!1!==r||this.requiresHandlers(["dragStart","drag","dragEnd"])),o=(!1===e||!1===i)&&!this.requiresHandlers(["zoomStart","zoom","zoomEnd"]),a=this.element;this._dragZoomEnabled&&n&&o?(a.style.touchAction=this._touchAction||"",this._dragZoomEnabled=!1):this._dragZoomEnabled||n&&o||(a.style.touchAction="none",this._dragZoomEnabled=!0),this._toggleDomEvents(!n,!o)},e.prototype._toggleDomEvents=function(t,e){var r=this.domEvents;r&&(r.toggleDrag&&r.toggleDrag(t),r.toggleZoom&&r.toggleZoom(e))},e.prototype._createTooltip=function(){var t=this.options.tooltip;return this._sharedTooltip()?this._createSharedTooltip(t):new Ko(this.chartService,t)},e.prototype._createSharedTooltip=function(t){return new Ho(this._plotArea,t)},e.prototype.applyDefaults=function(t,e){!function(t,e){var r,i,n,o=(e||{}).axisDefaults||{};function a(t){var e=(t||{}).color||i.color,n=M({},o,o[r],i,i[r],{line:{color:e},labels:{color:e},title:{color:e}},t);return delete n[r],n}for(var s=0;s<is.length;s++)r=is[s]+"Axis",i=t.axisDefaults||{},n=(n=[].concat(t[r])).map(a),t[r]=n.length>1?n:n[0]}(t,e),function(t,e){var r=t.series,i=r.length,n=t.seriesDefaults,o=M({},t.seriesDefaults),a=e?M({},e.seriesDefaults):{},s=M({},a);as(o),as(s);for(var u=0;u<i;u++){var l=r[u].type||t.seriesDefaults.type,c=M({data:[]},s,a[l],{tooltip:t.tooltip},o,n[l]);r[u]._defaults=c,r[u]=M({},c,r[u]),r[u].data=r[u].data||[]}}(t,e)},e.prototype.applySeriesColors=function(){for(var t=this.options,e=t.series,r=t.seriesColors||[],i=0;i<e.length;i++){var n=e[i],o=r[i%r.length],a=n._defaults;n.color=n.color||o,a&&(a.color=a.color||o)}},e.prototype._getModel=function(){var t=this.options,e=this._createPlotArea(),r=new he(this._modelOptions());return r.chart=this,r._plotArea=e,_e.buildTitle(t.title,r),t.legend&&t.legend.visible&&r.append(new Io(e.options.legend,this.chartService)),r.append(e),r.reflow(),r},e.prototype._modelOptions=function(){var t=this.options,e=this.getSize();return M({transitions:t.transitions,width:e.width||600,height:e.height||400},t.chartArea)},e.prototype._createPlotArea=function(t){var e=this.options;return Bo.current.create(t?[]:e.series,e,this.chartService)},e.prototype._setupSelection=function(){for(var t=this._plotArea.axes,e=this._selections=[],r=0;r<t.length;r++){var i=t[r],n=i.options;if(i instanceof Qe&&n.select&&!n.vertical){var o=i.range(),a=new Fo(this,i,M({min:o.min,max:o.max},n.select));e.push(a)}}},e.prototype._selectStart=function(t){return this.trigger("selectStart",t)},e.prototype._select=function(t){return this.trigger("select",t)},e.prototype._selectEnd=function(t){return this.trigger("selectEnd",t)},e.prototype._initHandlers=function(){this._clickHandler=this._click.bind(this),this._mousewheelHandler=this._mousewheel.bind(this),this._mouseleaveHandler=this._mouseleave.bind(this),this._surfaceMouseenterHandler=this._mouseover.bind(this),this._surfaceMouseleaveHandler=this._mouseout.bind(this),this._mousemove=Object(S.throttle)(this._mousemove.bind(this),20)},e.prototype.addObserver=function(t){t&&this.observers.push(t)},e.prototype.removeObserver=function(t){var e=this.observers.indexOf(t);e>=0&&this.observers.splice(e,1)},e.prototype.requiresHandlers=function(t){for(var e=this.observers,r=0;r<e.length;r++)if(e[r].requiresHandlers(t))return!0},e.prototype.trigger=function(t,e){void 0===e&&(e={}),"showTooltip"===t&&(e.anchor.point=this._toDocumentCoordinates(e.anchor.point)),e.sender=this;for(var r=this.observers,i=!1,n=0;n<r.length;n++)r[n].trigger(t,e)&&(i=!0);return i},e.prototype._attachEvents=function(){var t,e,r=this.element;this._touchAction=r.style.touchAction,mt(r,((t={}).contextmenu=this._clickHandler,t[ii]=this._mousewheelHandler,t.mouseleave=this._mouseleaveHandler,t)),this._shouldAttachMouseMove()&&mt(r,((e={}).mousemove=this._mousemove,e)),this.domEvents=Q.create(this.element,{start:this._start.bind(this),move:this._move.bind(this),end:this._end.bind(this),tap:this._tap.bind(this),gesturestart:this._gesturestart.bind(this),gesturechange:this._gesturechange.bind(this),gestureend:this._gestureend.bind(this)}),this._toggleDragZoomEvents()},e.prototype._mouseleave=function(t){this._hoveredPoint&&(this._hoveredPoint.out(this,t),this._hoveredPoint=null),this._plotArea.hovered&&(this.trigger("plotAreaLeave"),this._plotArea.hovered=!1)},e.prototype._cancelDomEvents=function(){this.domEvents&&this.domEvents.cancel&&this.domEvents.cancel()},e.prototype._gesturestart=function(t){this._mousewheelZoom&&!this._stopChartHandlers(t)&&(this._gestureDistance=t.distance,this._unsetActivePoint(),this.surface.suspendTracking())},e.prototype._gestureend=function(t){this._zooming&&!this._stopChartHandlers(t)&&(this.surface&&this.surface.resumeTracking(),this._zooming=!1,this.trigger("zoomEnd",{}))},e.prototype._gesturechange=function(t){var e=this._mousewheelZoom;if(e&&!this._stopChartHandlers(t)){t.preventDefault();var r=this._gestureDistance,i=-t.distance/r+1;if(Math.abs(i)>=.1){i=Math.round(10*i),this._gestureDistance=t.distance;var n={delta:i,axisRanges:ss(this._plotArea.axes),originalEvent:t};if(this._zooming||!this.trigger("zoomStart",n))this._zooming||(this._zooming=!0),(n.axisRanges=e.updateRanges(i))&&!this.trigger("zoom",n)&&e.zoom()}}},e.prototype._mouseout=function(t){if(t.element){var e=this._drawingChartElement(t.element,t);e&&e.leave&&e.leave(this,t.originalEvent)}},e.prototype._start=function(t){var e=this._eventCoordinates(t);!this._stopChartHandlers(t)&&this._plotArea.backgroundContainsPoint(e)&&(this.requiresHandlers(["dragStart","drag","dragEnd"])&&this._startNavigation(t,e,"dragStart"),this._pannable&&this._pannable.start(t)&&(this.surface.suspendTracking(),this._unsetActivePoint(),this._suppressHover=!0,this.chartService.panning=!0),this._zoomSelection&&this._zoomSelection.start(t)&&this.trigger("zoomStart",{axisRanges:ss(this._plotArea.axes),originalEvent:t}))},e.prototype._move=function(t){var e=this._navState,r=this._pannable;if(!this._stopChartHandlers(t)){if(r){var i=r.move(t);i&&!this.trigger("drag",{axisRanges:i,originalEvent:t})&&r.pan()}else if(e){for(var n={},o=e.axes,a=0;a<o.length;a++){var s=o[a];if(s.options.name){var u=s.options.vertical?t.y:t.x,l=u.startLocation-u.location;0!==l&&(n[s.options.name]=s.translateRange(l))}}e.axisRanges=n,this.trigger("drag",{axisRanges:n,originalEvent:t})}this._zoomSelection&&this._zoomSelection.move(t)}},e.prototype._end=function(t){if(!this._stopChartHandlers(t)){var e=this._pannable;if(e&&e.end(t)?(this.surface.resumeTracking(),this.trigger("dragEnd",{axisRanges:ss(this._plotArea.axes),originalEvent:t}),this._suppressHover=!1,this.chartService.panning=!1):this._endNavigation(t,"dragEnd"),this._zoomSelection){var r=this._zoomSelection.end(t);r&&!this.trigger("zoom",{axisRanges:r,originalEvent:t})&&(this._zoomSelection.zoom(),this.trigger("zoomEnd",{axisRanges:r,originalEvent:t}))}}},e.prototype._stopChartHandlers=function(t){var e=this._selections||[];if(!e.length)return!1;var r=this._eventCoordinates(t),i=this._plotArea.paneByPoint(r);if(i)for(var n=0;n<e.length;n++)if(e[n].onPane(i))return!0},e.prototype._mousewheel=function(t){var e=this,r=vt(t),i=this._mousewheelZoom,n=this._eventCoordinates(t);if(!this._stopChartHandlers(t)&&this._plotArea.backgroundContainsPoint(n))if(i){var o={delta:r,axisRanges:ss(this._plotArea.axes),originalEvent:t};!this._zooming&&this.trigger("zoomStart",o)||(t.preventDefault(),this._zooming||(this._unsetActivePoint(),this.surface.suspendTracking(),this._zooming=!0),this._mwTimeout&&clearTimeout(this._mwTimeout),o.axisRanges=i.updateRanges(r),o.axisRanges&&!this.trigger("zoom",o)&&i.zoom(),this._mwTimeout=setTimeout((function(){e.trigger("zoomEnd",o),e._zooming=!1,e.surface&&e.surface.resumeTracking()}),150))}else{var a=this._navState;if(!a)this._startNavigation(t,n,"zoomStart")||(a=this._navState);if(a){var s=a.totalDelta||r;a.totalDelta=s+r;for(var u=this._navState.axes,l={},c=0;c<u.length;c++){var p=u[c],h=p.options.name;h&&(l[h]=p.scaleRange(-s))}this.trigger("zoom",{delta:r,axisRanges:l,originalEvent:t}),this._mwTimeout&&clearTimeout(this._mwTimeout),this._mwTimeout=setTimeout((function(){e._endNavigation(t,"zoomEnd")}),150)}}},e.prototype._startNavigation=function(t,e,r){var i=this._model._plotArea,n=i.findPointPane(e),o=i.axes.slice(0);if(n){var a=ss(o);this.trigger(r,{axisRanges:a,originalEvent:t})?this._cancelDomEvents():(this._suppressHover=!0,this._unsetActivePoint(),this._navState={axisRanges:a,pane:n,axes:o})}},e.prototype._endNavigation=function(t,e){this._navState&&(this.trigger(e,{axisRanges:this._navState.axisRanges,originalEvent:t}),this._suppressHover=!1,this._navState=null)},e.prototype._getChartElement=function(t,e){var r=this.surface.eventTarget(t);if(r)return this._drawingChartElement(r,t,e)},e.prototype._drawingChartElement=function(t,e,r){for(var i,n=t;n&&!i;)i=n.chartElement,n=n.parent;if(i)return i.aliasFor&&(i=i.aliasFor(e,this._eventCoordinates(e))),r&&(i=i.closest(r))&&i.aliasFor&&(i=i.aliasFor()),i},e.prototype._eventCoordinates=function(t){var e=St(t);return this._toModelCoordinates(e.x,e.y)},e.prototype._elementPadding=function(){if(!this._padding){var t=B(this.element,["paddingLeft","paddingTop"]),e=t.paddingLeft,r=t.paddingTop;this._padding={top:r,left:e}}return this._padding},e.prototype._toDocumentCoordinates=function(t){var e=this._elementPadding(),r=Ct(this.element);return{left:kt(t.x+e.left+r.left),top:kt(t.y+e.top+r.top)}},e.prototype._toModelCoordinates=function(t,e){var r=this.element,i=Ct(r),n=this._elementPadding(),o=zt(r).invert(),a=new S.geometry.Point(t-i.left-n.left,e-i.top-n.top).transform(o);return new Wt(a.x,a.y)},e.prototype._tap=function(t){var e=this,r=this.surface.eventTarget(t),i=this._drawingChartElement(r,t),n=this._sharedTooltip();this._startHover(r,t)||n||this._unsetActivePoint(),n&&this._trackSharedTooltip(this._eventCoordinates(t),t,!0),this._propagateClick(i,t),this.handlingTap=!0,setTimeout((function(){e.handlingTap=!1}),0)},e.prototype._click=function(t){var e=this._getChartElement(t);this._propagateClick(e,t)},e.prototype._propagateClick=function(t,e){for(var r=t;r;)r.click&&r.click(this,e),r=r.parent},e.prototype._startHover=function(t,e){if(this._suppressHover)return!1;var r=this._drawingChartElement(t,e,(function(t){return(t.hover||t.over)&&!(t instanceof Gn)})),i=this._activePoint,n=this._plotArea.series.length>1,o=this._hasInactiveOpacity();return this._updateHoveredPoint(r,e),r&&i!==r&&r.hover?(this._activePoint=r,this._sharedTooltip()||r.hover(this,e)||(this._displayTooltip(r),o?this._displayInactiveOpacity(r,n):this._highlight.show(r))):!r&&o&&(n&&this._activeChartInstance&&(this._updateSeriesOpacity(r,!0),this._applySeriesOpacity(this._activeChartInstance.children,null,!0),this._activeChartInstance=null),this._highlight&&this._highlight.hide(),this._activePoint=null),r},e.prototype._displayTooltip=function(t){M({},this.options.tooltip,t.options.tooltip).visible&&this._tooltip.show(t)},e.prototype._displayInactiveOpacity=function(t,e,r){var i=this._activeChartInstance=this._chartInstanceFromPoint(t);if(i)if(e)this._updateSeriesOpacity(t),this._applySeriesOpacity(i.children,null,!0),this._applySeriesOpacity(i.children,t.series),this._highlight.show(r||t);else{var n;if(!i.supportsPointInactiveOpacity())return void this._highlight.show(t);(n=this._getInactivePoints(t,i))&&n.length&&this._highlight.show(n,1-this._getInactiveOpacityForSeries(t.series))}},e.prototype._getInactivePoints=function(t,e){return this._getAllPointsOfType(e,t.constructor).filter((function(e){return e!==t}))},e.prototype._getAllPointsOfType=function(t,e){for(var r=[],i=0;i<t.children.length;i++){var n=t.children[i];n.constructor===e?r.push(n):n.children&&n.children.length&&(r=r.concat(this._getAllPointsOfType(n,e)))}return r},e.prototype._updateHoveredPoint=function(t,e){var r=this._hoveredPoint;r&&r!==t&&(r.out(this,e),this._hoveredPoint=null),t&&r!==t&&t.over&&(this._hoveredPoint=t,t.over(this,e))},e.prototype._updateSeriesOpacity=function(t,e){for(var r=this._plotArea,i=r.series.length,n=0;n<i;n++){var o=r.series[n],a=this._getDefaultOpacityForSeries(o),s=this._getInactiveOpacityForSeries(o);e||o===t.series?(o.opacity=a,o.line&&(o.line.opacity=a)):(o.defaultOpacity=a,o.opacity=s,o.line&&(o.line.opacity=s))}},e.prototype._applySeriesOpacity=function(t,e,r,i){for(var n=0;n<t.length;n++){var o=t[n],a=o.series||i;if(a&&o.visual){var s=i?i.opacity:o.series.opacity;(a!==e||r)&&o.visual.opacity(r?1:s)}o.children&&o.children.length&&this._applySeriesOpacity(o.children,e,r,o.series)}},e.prototype._chartInstanceFromPoint=function(t){for(var e=t.parent;e&&!e.plotArea;)e=e.parent;return e},e.prototype._hasInactiveOpacity=function(){var t=void 0!==this.options.seriesDefaults.highlight.inactiveOpacity,e=this.options.series.filter((function(t){return void 0!==t.highlight.inactiveOpacity})).length>0;return t||e},e.prototype._getInactiveOpacityForSeries=function(t){var e=this.options.seriesDefaults.highlight.inactiveOpacity;return t.highlight.inactiveOpacity||e||t.opacity||1},e.prototype._getDefaultOpacityForSeries=function(t){return t.defaultOpacity||t.opacity||1},e.prototype._mouseover=function(t){var e,r=this._startHover(t.element,t.originalEvent);r&&r.tooltipTracking&&!this._mouseMoveTrackHandler&&!this._sharedTooltip()&&(this._mouseMoveTrackHandler=this._mouseMoveTracking.bind(this),mt(document,((e={}).mousemove=this._mouseMoveTrackHandler,e)))},e.prototype._mouseMoveTracking=function(t){var e,r=this.options,i=this._tooltip,n=this._highlight,o=this._activePoint,a=this._eventCoordinates(t);if(this._plotArea.box.containsPoint(a)){if(o&&o.tooltipTracking&&o.series&&o.parent.getNearestPoint){var s=o.parent.getNearestPoint(a.x,a.y,o.seriesIx);if(s&&s!==o)if(this._activePoint=s,!s.hover(this,t))M({},r.tooltip,s.options.tooltip).visible&&i.show(s),n.show(s)}}else Vt(document,((e={}).mousemove=this._mouseMoveTrackHandler,e)),this._unsetActivePoint(),this._mouseMoveTrackHandler=null},e.prototype._mousemove=function(t){var e=this._eventCoordinates(t),r=this._plotArea;if(this._trackCrosshairs(e),r.hover){var i=r.backgroundContainsPoint(e);i?(r.hovered=!0,this._plotArea.hover(this,t)):r.hovered&&!i&&(this.trigger("plotAreaLeave"),r.hovered=!1)}this._sharedTooltip()&&this._trackSharedTooltip(e,t)},e.prototype._trackCrosshairs=function(t){for(var e=this._plotArea.crosshairs,r=0;r<e.length;r++){var i=e[r];i.box.containsPoint(t)?i.showAt(t):i.hide()}},e.prototype._trackSharedTooltip=function(t,e,r){if(!this._suppressHover){var i=this.options.tooltip,n=this._plotArea,o=this._plotArea.categoryAxis,a=this._tooltip,s=this._highlight;if(n.backgroundContainsPoint(t)){var u=o.pointCategoryIndex(t);if(u!==this._tooltipCategoryIx||!this._sharedHighlight&&r){var l=n.pointsByCategoryIndex(u),c=l.map((function(t){return t.eventArgs(e)})),p=c[0]||{};p.categoryPoints=c,l.length>0&&!this.trigger("seriesHover",p)?(i.visible&&a.showAt(l,t),s.show(l),this._sharedHighlight=!0):a.hide(),this._tooltipCategoryIx=u}else r&&this._sharedHighlight&&(s.hide(),a.hide(),this._sharedHighlight=!1)}else this._sharedHighlight&&(s.hide(),a.hide(),this._tooltipCategoryIx=null,this._sharedHighlight=!1)}},e.prototype.hideElements=function(t){var e=this._plotArea;this._mousemove.cancel(),e.hideCrosshairs(),this._unsetActivePoint(t)},e.prototype._unsetActivePoint=function(t){var e=this._tooltip,r=this._highlight;this._activePoint=null,this._hoveredPoint=null,!e||t&&t.keepTooltipOpen||e.hide(),this._tooltipCategoryIx=null,this._sharedHighlight=!1,r&&r.hide()},e.prototype._deferRedraw=function(){this._redraw()},e.prototype._clearRedrawTimeout=function(){this._redrawTimeout&&(clearInterval(this._redrawTimeout),this._redrawTimeout=null)},e.prototype.bindCategories=function(){for(var t=this.options,e=[].concat(t.categoryAxis),r=0;r<e.length;r++){var i=e[r];!1!==i.autoBind&&this.bindCategoryAxisFromSeries(i,r)}},e.prototype.bindCategoryAxisFromSeries=function(t,e){for(var r,i=this.options.series,n=i.length,o=new lt,a=[],s=!1,u=0;u<n;u++){var l=i[u],c=l.categoryAxis===t.name||!l.categoryAxis&&0===e,p=l.data,h=p.length,f=l.categoryField&&c;if(s=f||s,f&&h>0)for(var d=(r=In(t,Kr(l.categoryField,p[0])))?Ln:Kr,v=0;v<h;v++){var g=p[v],y=d(l.categoryField,g,this.chartService.intl);!r&&o.get(y)||(a.push([y,g]),r||o.set(y,!0))}}if(a.length>0){r&&(a=function(t,e){void 0===e&&(e=Fe);for(var r=function(t,e){void 0===e&&(e=Fe);for(var r=1,i=t.length;r<i;r++)if(e(t[r],t[r-1])<0){t.sort(e);break}return t}(t,e),i=r.length,n=i>0?[r[0]]:[],o=1;o<i;o++)0!==e(r[o],wt(n))&&n.push(r[o]);return n}(a,(function(t,e){return Fe(t[0],e[0])})));var m=function(t){for(var e=t.length,r=[],i=0;i<e;i++)for(var n=t[i],o=n.length,a=0;a<o;a++)r[a]=r[a]||[],r[a].push(n[a]);return r}(a);t.categories=m[0]}else s&&(t.categories=[])},e.prototype._isBindable=function(t){for(var e=Hr.current.valueFields(t),r=!0,i=0;i<e.length;i++){var n=e[i];if(n===g?n="field":n+="Field",!bt(t[n])){r=!1;break}}return r},e.prototype._noTransitionsRedraw=function(){var t,e=this.options;!1!==e.transitions&&(e.transitions=!1,t=!0),this._redraw(),t&&(e.transitions=!0)},e.prototype._legendItemHover=function(t,e){var r,i=this._plotArea,n=this._highlight,o=(i.srcSeries||i.series)[t];if(r=ct(o.type,[ti,"donut","funnel"])?i.findPoint((function(r){return r.series.index===t&&r.index===e})):i.pointsBySeriesIndex(t),this._hasInactiveOpacity()&&o.visible&&r){var a=i.series.length>1,s=r.length?r[0]:r;this._displayInactiveOpacity(s,a,r)}else n.show(r)},e.prototype._shouldAttachMouseMove=function(){return this._plotArea.crosshairs.length||this._tooltip&&this._sharedTooltip()||this.requiresHandlers(["plotAreaHover","plotAreaLeave"])},e.prototype.updateMouseMoveHandler=function(){var t,e;Vt(this.element,((t={}).mousemove=this._mousemove,t)),this._shouldAttachMouseMove()&&mt(this.element,((e={}).mousemove=this._mousemove,e))},e.prototype.applyOptions=function(t,e){ls(this._originalOptions,t),this._originalOptions=M(this._originalOptions,t),this.options=M({},this._originalOptions),e&&(this._theme=e,this.chartService.theme=e),this._initTheme(this.options,this._theme),this._toggleDragZoomEvents()},e.prototype.setOptions=function(t,e){this.applyOptions(t,e),this.bindCategories(),this.redraw(),this.updateMouseMoveHandler()},e.prototype.setDirection=function(t){this.chartService.rtl=Boolean(t),this.surface&&"svg"===this.surface.type&&this._destroySurface()},e.prototype.setIntlService=function(t){this.chartService.intl=t},e.prototype.noTransitionsRedraw=function(){this._noTransitionsRedraw()},e.prototype.destroy=function(){var t,e;this._destroyed=!0,Vt(this.element,((t={}).contextmenu=this._clickHandler,t[ii]=this._mousewheelHandler,t.mousemove=this._mousemove,t.mouseleave=this._mouseleaveHandler,t)),this.domEvents&&(this.domEvents.destroy(),delete this.domEvents),this._mouseMoveTrackHandler&&Vt(document,((e={}).mousemove=this._mouseMoveTrackHandler,e)),this._destroyView(),this._destroySurface(),this._clearRedrawTimeout()},e.prototype._destroySurface=function(){var t=this.surface;t&&(t.unbind("mouseenter",this._surfaceMouseenterHandler),t.unbind("mouseleave",this._surfaceMouseleaveHandler),t.destroy(),this.surface=null)},e.prototype._destroySelections=function(){var t=this._selections;if(t)for(;t.length>0;)t.shift().destroy()},e.prototype._destroyView=function(){var t=this._model;t&&(t.destroy(),this._model=null),this._unsetActivePoint(),this._destroySelections(),this._tooltip&&this._tooltip.destroy(),this._highlight&&this._highlight.destroy(),this._zoomSelection&&(this._zoomSelection.destroy(),delete this._zoomSelection),this._pannable&&(this._pannable.destroy(),delete this._pannable),this._mousewheelZoom&&(this._mousewheelZoom.destroy(),delete this._mousewheelZoom)},e}(S.Class);function os(t,e){if(t)for(var r=0;r<t.length;r++)if(t[r].category===e)return[t[r]]}function as(t){delete t.bar,delete t.column,delete t.rangeColumn,delete t.line,delete t.verticalLine,delete t.pie,delete t.donut,delete t.area,delete t.verticalArea,delete t.scatter,delete t.scatterLine,delete t.bubble,delete t.candlestick,delete t.ohlc,delete t.boxPlot,delete t.bullet,delete t.verticalBullet,delete t.polarArea,delete t.polarLine,delete t.radarArea,delete t.radarLine,delete t.waterfall}function ss(t){for(var e={},r=0;r<t.length;r++){var i=t[r],n=i.options.name;n&&(e[n]=i.range())}return e}var us=["data","categories"];function ls(t,e){for(var r in e)if(!ct(r,us)&&e.hasOwnProperty(r)){var i=e[r],n=t[r];if(bt(n)){var o=null===i;o||!bt(i)?(delete t[r],o&&delete e[r]):n&&N(i)&&N(n)&&ls(n,i)}}}function cs(t){for(var e=0;e<t.length;e++)t[e].notifyRender()}Lt(ns,{renderAs:"",chartArea:{},legend:{visible:!0,labels:{}},categoryAxis:{},seriesDefaults:{type:Qr,data:[],highlight:{visible:!0},labels:{},negativeValues:{visible:!1}},series:[],seriesColors:null,tooltip:{visible:!1},transitions:!0,valueAxis:{},plotArea:{},title:{},xAxis:{},yAxis:{},panes:[{}],pannable:!1,zoomable:!1});var ps=ns,hs=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._slotAnchor=function(t,e){var r=this.plotArea.categoryAxis.options.vertical,i=r?{horizontal:"left",vertical:"center"}:{horizontal:"center",vertical:"bottom"};return{point:r?new Wt(this.plotArea.box.x2,e.center().y):new Wt(e.center().x,-2),align:i}},e.prototype._defaultAnchor=function(t,e){return this._slotAnchor({},e)},e}(Ho),fs=[Zr,"bullet"];function ds(t){for(var e=[],r=0;r<t.length;r++){var i=t[r];e[r]=i.style.display,i.style.display="none"}return e}function vs(t,e){for(var r=0;r<t.length;r++)t[r].style.display=e[r]}function gs(t){return P(t)?[t]:t}var ys=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._setElementClass=function(t){C(t,"k-sparkline")},e.prototype._initElement=function(e){t.prototype._initElement.call(this,e),this._initialWidth=Math.floor(_t(e).width)},e.prototype._resize=function(){var e=this.element,r=ds(e.childNodes);this._initialWidth=Math.floor(_t(e).width),vs(e.childNodes,r),t.prototype._resize.call(this)},e.prototype._modelOptions=function(){var t=this.options,e=this._surfaceWrap(),r=ds(e.childNodes),i=document.createElement("span");i.innerHTML=" ",e.appendChild(i);var n=M({width:this._autoWidth,height:_t(e).height,transitions:t.transitions},t.chartArea,{inline:!0,align:!1});return _t(e,{width:n.width,height:n.height}),e.removeChild(i),vs(e.childNodes,r),this.surface&&this.surface.resize(),n},e.prototype._surfaceWrap=function(){if(!this.stage){var t=this.stage=document.createElement("span");this.element.appendChild(t)}return this.stage},e.prototype._createPlotArea=function(e){var r=t.prototype._createPlotArea.call(this,e);return this._autoWidth=this._initialWidth||this._calculateWidth(r),r},e.prototype._calculateWidth=function(t){for(var e=this.options,r=D(e.chartArea.margin),i=t.charts,n=this._surfaceWrap(),o=0,a=0;a<i.length;a++){var s=i[a],u=(s.options.series||[])[0];if(u){if(u.type===Zr)return 150;if("bullet"===u.type)return 150;if(u.type===ti)return _t(n).height;var l=s.categoryAxis;if(l){var c=l.categoriesCount()*(!s.options.isStacked&&ct(u.type,[Qr,"verticalBullet"])?s.seriesOptions.length:1);o=Math.max(o,c)}}}var p=o*e.pointWidth;return p>0&&(p+=r.left+r.right),p},e.prototype._createSharedTooltip=function(t){return new hs(this._plotArea,t)},e.normalizeOptions=function(t){var e=gs(t);return(e=x(e)?{seriesDefaults:{data:e}}:M({},e)).series||(e.series=[{data:gs(e.data)}]),M(e,{seriesDefaults:{type:e.type}}),(ct(e.series[0].type,fs)||ct(e.seriesDefaults.type,fs))&&(e=M({},{categoryAxis:{crosshair:{visible:!1}}},e)),e},e}(ps);Lt(ys,{chartArea:{margin:2},axisDefaults:{visible:!1,majorGridLines:{visible:!1},valueAxis:{narrowRange:!0}},seriesDefaults:{type:"line",area:{line:{width:.5}},bar:{stack:!0},padding:2,width:.5,overlay:{gradient:null},highlight:{visible:!1},border:{width:0},markers:{size:2,visible:!1}},tooltip:{visible:!0,shared:!0},categoryAxis:{crosshair:{visible:!0,tooltip:{visible:!1}}},legend:{visible:!1},transitions:!1,pointWidth:5,panes:[{clip:!1}]});var ms=ys,bs=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setup=function(){this._initialOpacity=parseFloat(B(this.element,"opacity").opacity)},e.prototype.step=function(t){B(this.element,{opacity:String(pt(this._initialOpacity,0,t))})},e.prototype.abort=function(){t.prototype.abort.call(this),B(this.element,{display:"none",opacity:String(this._initialOpacity)})},e.prototype.cancel=function(){t.prototype.abort.call(this),B(this.element,{opacity:String(this._initialOpacity)})},e}(S.drawing.Animation);function xs(t,e){var r=document.createElement("div");return r.className=t,e&&(r.style.cssText=e),r}var Cs=function(t){function e(e,r,i){t.call(this),this.options=M({},this.options,i),this.container=e,this.chartService=r;var n=B(e,["paddingLeft","paddingTop"]);this.chartPadding={top:n.paddingTop,left:n.paddingLeft},this.createElements(),e.appendChild(this.element)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createElements=function(){var t=this.element=xs("k-navigator-hint","display: none; position: absolute; top: 1px; left: 1px;"),e=this.tooltip=xs("k-tooltip k-chart-tooltip"),r=this.scroll=xs("k-scroll");e.innerHTML=" ",t.appendChild(e),t.appendChild(r)},e.prototype.show=function(t,e,r){var i=this.element,n=this.options,o=this.scroll,a=this.tooltip,s=Ee(Ue(t)+Ue(e-t)/2),u=.4*r.width(),l=r.center().x-u,c=(r.center().x-l)/(n.max-n.min),p=s-n.min,h=this.chartService.intl.format(n.format,t,e),f=rt(n);this.clearHideTimeout(),this._visible||(B(i,{visibility:"hidden",display:"block"}),this._visible=!0),f&&(h=f({from:t,to:e})),a.innerHTML=h,B(a,{left:r.center().x-a.offsetWidth/2,top:r.y1});var d=B(a,["marginTop","borderTopWidth","height"]);B(o,{width:u,left:l+p*c,top:r.y1+d.marginTop+d.borderTopWidth+d.height/2}),B(i,{visibility:"visible"})},e.prototype.clearHideTimeout=function(){this._hideTimeout&&clearTimeout(this._hideTimeout),this._hideAnimation&&this._hideAnimation.cancel()},e.prototype.hide=function(){var t=this;this.clearHideTimeout(),this._hideTimeout=setTimeout((function(){t._visible=!1,t._hideAnimation=new bs(t.element),t._hideAnimation.setup(),t._hideAnimation.play()}),this.options.hideDelay)},e.prototype.destroy=function(){this.clearHideTimeout(),this.container&&this.container.removeChild(this.element),delete this.container,delete this.chartService,delete this.element,delete this.tooltip,delete this.scroll},e}(S.Class);Lt(Cs,{format:"{0:d} - {1:d}",hideDelay:500});var _s=Cs,Os="_navigator",Ss=Os;function ws(){}var js=function(t){function e(e){var r;t.call(this),this.chart=e;var i=this.options=M({},this.options,e.options.navigator),n=i.select;n&&(n.from=this.parseDate(n.from),n.to=this.parseDate(n.to)),bt(i.hint.visible)||(i.hint.visible=i.visible),this.chartObserver=new ft(this,((r={}).drag="_drag",r.dragEnd="_dragEnd",r.zoom="_zoom",r.zoomEnd="_zoomEnd",r)),e.addObserver(this.chartObserver)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.parseDate=function(t){return Ye(this.chart.chartService.intl,t)},e.prototype.clean=function(){this.selection&&(this.selection.destroy(),this.selection=null),this.hint&&(this.hint.destroy(),this.hint=null)},e.prototype.destroy=function(){this.chart&&(this.chart.removeObserver(this.chartObserver),delete this.chart),this.clean()},e.prototype.redraw=function(){this._redrawSelf(),this.initSelection()},e.prototype.initSelection=function(){var t,e=this.chart,r=this.options,i=this.mainAxis(),n=i.roundedRange(),o=n.min,a=n.max,s=r.select,u=s.from,l=s.to,c=s.mousewheel,p=(t=i,ws.prototype=t,new ws);0!==i.categoriesCount()&&(this.clean(),p.box=i.box,this.selection=new Fo(e,p,{min:o,max:a,from:u||o,to:l||a,mousewheel:Tt(c,{zoom:"left"}),visible:r.visible},new ft(this,{selectStart:"_selectStart",select:"_select",selectEnd:"_selectEnd"})),r.hint.visible&&(this.hint=new _s(e.element,e.chartService,{min:o,max:a,template:rt(r.hint),format:r.hint.format})))},e.prototype.setRange=function(){var t=this.chart._createPlotArea(!0).namedCategoryAxes[Ss].roundedRange(),e=t.min,r=t.max,i=this.options.select||{},n=i.from||e;n<e&&(n=e);var o=i.to||r;o>r&&(o=r),this.options.select=M({},i,{from:n,to:o}),this.filterAxes()},e.prototype._redrawSelf=function(t){var e=this.chart._plotArea;e&&e.redraw(wt(e.panes),t)},e.prototype.redrawSlaves=function(){var t=this.chart,e=t._plotArea,r=e.panes.slice(0,-1);e.srcSeries=t.options.series,e.options.categoryAxis=t.options.categoryAxis,e.clearSeriesPointsCache(),e.redraw(r)},e.prototype._drag=function(t){var e,r=this.chart,i=this.selection,n=r._eventCoordinates(t.originalEvent),o=this.mainAxis(),a=o.roundedRange(),s=o.pane.box.containsPoint(n),u=r._plotArea.categoryAxis,l=t.axisRanges[u.options.name],c=this.options.select;if(l&&!s&&i){e=c.from&&c.to?Ue(c.to)-Ue(c.from):Ue(i.options.to)-Ue(i.options.from);var p=Ee(jt(Ue(l.min),a.min,Ue(a.max)-e)),h=Ee(jt(Ue(p)+e,Ue(a.min)+e,a.max));this.options.select={from:p,to:h},this.options.liveDrag&&(this.filterAxes(),this.redrawSlaves()),i.set(p,h),this.showHint(p,h)}},e.prototype._dragEnd=function(){this.filterAxes(),this.filter(),this.redrawSlaves(),this.hint&&this.hint.hide()},e.prototype.readSelection=function(){var t=this.selection.options,e=t.from,r=t.to,i=this.options.select;i.from=e,i.to=r},e.prototype.filterAxes=function(){var t=this.options.select;void 0===t&&(t={});for(var e=this.chart.options.categoryAxis,r=t.from,i=t.to,n=0;n<e.length;n++){var o=e[n];o.pane!==Os&&(o.min=r,o.max=i)}},e.prototype.filter=function(){var t=this.chart,e=this.options.select;if(t.requiresHandlers(["navigatorFilter"])){var r=this.mainAxis(),i={from:e.from,to:e.to};if("category"!==r.options.type){var n=new sr(M({baseUnit:"fit"},t.options.categoryAxis[0],{categories:[e.from,e.to]}),t.chartService).options;i.from=De(n.min,-n.baseUnitStep,n.baseUnit),i.to=De(n.max,n.baseUnitStep,n.baseUnit)}this.chart.trigger("navigatorFilter",i)}},e.prototype._zoom=function(t){var e=this.chart._plotArea.categoryAxis,r=this.selection,i=this.options,n=i.select,o=i.liveDrag,a=this.mainAxis(),s=t.delta;if(r){var u=a.categoryIndex(r.options.from),l=a.categoryIndex(r.options.to);t.originalEvent.preventDefault(),Math.abs(s)>1&&(s*=3),l-u>1?(r.expand(s),this.readSelection()):(e.options.min=n.from,n.from=e.scaleRange(-t.delta).min),o&&(this.filterAxes(),this.redrawSlaves()),r.set(n.from,n.to),this.showHint(this.options.select.from,this.options.select.to)}},e.prototype._zoomEnd=function(t){this._dragEnd(t)},e.prototype.showHint=function(t,e){var r=this.chart._plotArea;this.hint&&this.hint.show(t,e,r.backgroundBox())},e.prototype._selectStart=function(t){return this.chart._selectStart(t)},e.prototype._select=function(t){return this.showHint(t.from,t.to),this.chart._select(t)},e.prototype._selectEnd=function(t){return this.hint&&this.hint.hide(),this.readSelection(),this.filterAxes(),this.filter(),this.redrawSlaves(),this.chart._selectEnd(t)},e.prototype.mainAxis=function(){var t=this.chart._plotArea;if(t)return t.namedCategoryAxes[Ss]},e.prototype.select=function(t,e){var r=this.options.select;return t&&e&&(r.from=this.parseDate(t),r.to=this.parseDate(e),this.filterAxes(),this.filter(),this.redrawSlaves(),this.selection.set(t,e)),{from:r.from,to:r.to}},e.setup=function(t,r){if(void 0===t&&(t={}),void 0===r&&(r={}),!t.__navi){t.__navi=!0;var i=M({},r.navigator,t.navigator),n=t.panes=[].concat(t.panes),o=M({},i.pane,{name:Os});i.visible||(o.visible=!1,o.height=.1),n.push(o),e.attachAxes(t,i),e.attachSeries(t,i,r)}},e.attachAxes=function(t,e){var r=e.series||[],i=t.categoryAxis=[].concat(t.categoryAxis),n=t.valueAxis=[].concat(t.valueAxis),o=0===Nn(r,ri).length,a=M({type:"date",pane:Os,roundToBaseUnit:!o,justified:o,_collapse:!1,majorTicks:{visible:!0},tooltip:{visible:!1},labels:{step:1},autoBind:e.autoBindElements,autoBaseUnitSteps:{minutes:[1],hours:[1,2],days:[1,2],weeks:[],months:[1],years:[1]}}),s=e.categoryAxis;i.push(M({},a,{maxDateGroups:200},s,{name:Ss,title:null,baseUnit:"fit",baseUnitStep:"auto",labels:{visible:!1},majorTicks:{visible:!1}}),M({},a,s,{name:Ss+"_labels",maxDateGroups:20,baseUnitStep:"auto",labels:{position:""},plotBands:[],autoBaseUnitSteps:{minutes:[]},_overlap:!0}),M({},a,s,{name:Ss+"_ticks",maxDateGroups:200,majorTicks:{width:.5},plotBands:[],title:null,labels:{visible:!1,mirror:!0},_overlap:!0})),n.push(M({name:Ss,pane:Os,majorGridLines:{visible:!1},visible:!1},e.valueAxis))},e.attachSeries=function(t,e,r){for(var i=t.series=t.series||[],n=[].concat(e.series||[]),o=r.seriesColors,a=e.seriesDefaults,s=0;s<n.length;s++)i.push(M({color:o[s%o.length],categoryField:e.dateField,visibleInLegend:!1,tooltip:{visible:!1}},a,n[s],{axis:Ss,categoryAxis:Ss,autoBind:e.autoBindElements}))},e}(S.Class),Ps=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.applyDefaults=function(e,r){var i=_t(this.element).width||600,n=r,o={seriesDefaults:{categoryField:e.dateField},axisDefaults:{categoryAxis:{name:"default",majorGridLines:{visible:!1},labels:{step:2},majorTicks:{visible:!1},maxDateGroups:Math.floor(i/28)}}};n&&(n=M({},n,o)),js.setup(e,n),t.prototype.applyDefaults.call(this,e,n)},e.prototype._setElementClass=function(t){C(t,"k-chart k-stockchart")},e.prototype.setOptions=function(e){this.destroyNavigator(),t.prototype.setOptions.call(this,e)},e.prototype.noTransitionsRedraw=function(){var t=this.options.transitions;this.options.transitions=!1,this._fullRedraw(),this.options.transitions=t},e.prototype._resize=function(){this.noTransitionsRedraw()},e.prototype._redraw=function(){var t=this.navigator;!this._dirty()&&t&&t.options.partialRedraw?t.redrawSlaves():this._fullRedraw()},e.prototype._dirty=function(){var t=this.options,e=at([].concat(t.series,t.navigator.series),(function(t){return t&&t.visible})).length,r=this._seriesCount!==e;return this._seriesCount=e,r},e.prototype._fullRedraw=function(){var e=this.navigator;e||(e=this.navigator=new js(this),this.trigger("navigatorCreated",{navigator:e})),e.clean(),e.setRange(),t.prototype._redraw.call(this),e.initSelection()},e.prototype._trackSharedTooltip=function(e){var r=this._plotArea.paneByPoint(e);r&&r.options.name===Os?this._unsetActivePoint():t.prototype._trackSharedTooltip.call(this,e)},e.prototype.bindCategories=function(){t.prototype.bindCategories.call(this),this.copyNavigatorCategories()},e.prototype.copyNavigatorCategories=function(){for(var t,e=[].concat(this.options.categoryAxis),r=0;r<e.length;r++){var i=e[r];i.name===Ss?t=i.categories:t&&i.pane===Os&&(i.categories=t)}},e.prototype.destroyNavigator=function(){this.navigator&&(this.navigator.destroy(),this.navigator=null)},e.prototype.destroy=function(){this.destroyNavigator(),t.prototype.destroy.call(this)},e.prototype._stopChartHandlers=function(e){var r=this._eventCoordinates(e),i=this._plotArea.paneByPoint(r);return t.prototype._stopChartHandlers.call(this,e)||i&&i.options.name===Os},e.prototype._toggleDragZoomEvents=function(){this._dragZoomEnabled||(this.element.style.touchAction="none",this._dragZoomEnabled=!0)},e}(ps);Lt(Ps,{dateField:"date",axisDefaults:{categoryAxis:{type:"date",baseUnit:"fit",justified:!0},valueAxis:{narrowRange:!0,labels:{format:"C"}}},navigator:{select:{},seriesDefaults:{markers:{visible:!1},tooltip:{visible:!0},line:{width:2}},hint:{},visible:!0},tooltip:{visible:!0},legend:{visible:!1}});var As=Ps,ks=Math.PI/180;function Vs(t,e){var r=t.getOrigin(),i=t.getSize(),n=D(e);return t.setOrigin([r.x-n.left,r.y-n.top]),t.setSize([i.width+(n.left+n.right),i.height+(n.top+n.bottom)]),t}var Ts=S.drawing.Group,Ms=S.drawing.Path,Ns=S.drawing.Text;function Ls(t,e){var r=t.box,i=t.children[0].box,n=e.border||{},o=e.background||"",a=Ms.fromRect(new S.geometry.Rect([r.x1,r.y1],[r.width(),r.height()]),{stroke:{}}),s=new Ns(t.text,new S.geometry.Point(i.x1,i.y1),{font:e.font,fill:{color:e.color}}),u=Vs(s.bbox().clone(),e.padding),l=Ms.fromRect(u,{stroke:{color:n.width?n.color:"",width:n.width,opacity:n.opacity,dashType:n.dashType,lineJoin:"round",lineCap:"round"},fill:{color:o}}),c=new Ts;return c.append(a),c.append(l),c.append(s),c}function Is(t,e,r){var i=bt(t.from)?t.from:f,n=bt(t.to)?t.to:h;return t.from=Math.max(Math.min(n,i),e),t.to=Math.min(Math.max(n,i),r),t}function Es(t,e){var r=D(e);return r.left=-r.left,r.top=-r.top,r.right=-r.right,r.bottom=-r.bottom,Vs(t,r)}var Bs=S.drawing.Path,Ds=S.drawing.Surface,Rs=function(t){function e(e,r,i,n){void 0===n&&(n={}),t.call(this),this.element=e,this.theme=i,this.contextService=new q(this,n),this._originalOptions=M({},this.options,r),this.options=M({},this._originalOptions),this._initTheme(i),this.redraw()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.destroy=function(){this.surface&&(this.surface.destroy(),this.surface=null),delete this.element,delete this.surfaceElement},e.prototype.value=function(t){var e=this.pointers[0];if(0===arguments.length)return e.value();e.value(t),this._setValueOptions(t)},e.prototype._draw=function(){var t=this.surface;t.clear(),t.draw(this._visuals)},e.prototype.exportVisual=function(){return this._visuals},e.prototype.allValues=function(t){var e=this.pointers,r=[];if(0===arguments.length){for(var i=0;i<e.length;i++)r.push(e[i].value());return r}if(x(t))for(var n=0;n<t.length;n++)P(t[n])&&e[n].value(t[n]);this._setValueOptions(t)},e.prototype._setValueOptions=function(t){for(var e=[].concat(this.options.pointer),r=[].concat(t),i=0;i<r.length;i++)e[i].value=r[i]},e.prototype.resize=function(){this.noTransitionsRedraw()},e.prototype.noTransitionsRedraw=function(){var t=this.options.transitions;this._toggleTransitions(!1),this.redraw(),this._toggleTransitions(t)},e.prototype.redraw=function(){var t=this._surfaceSize(),e=new S.geometry.Rect([0,0],[t.width,t.height]);this._initSurface(),this.gaugeArea=this._createGaugeArea(),this._createModel();var r=Es(e.bbox(),this._gaugeAreaMargin);this.reflow(r)},e.prototype.setOptions=function(t,e){this._originalOptions=M(this._originalOptions,t),this.options=M({},this._originalOptions),this._initTheme(e),this.redraw()},e.prototype.setDirection=function(t){this.contextService.rtl=Boolean(t),this.surface&&"svg"===this.surface.type&&(this.surface.destroy(),this.surface=null)},e.prototype.setIntlService=function(t){this.contextService.intl=t},e.prototype._initTheme=function(t){var e=t||this.theme||{};this.theme=e,this.options=M({},e,this.options);var r=this.options,i=r.pointer;if(x(i)){for(var n=[],o=0;o<i.length;o++)n.push(M({},e.pointer,i[o]));r.pointer=n}},e.prototype._createGaugeArea=function(){var t=this.options.gaugeArea,e=this.surface.size(),r=t.border||{},i=new S.geometry.Rect([0,0],[e.width,e.height]);return this._gaugeAreaMargin=t.margin||5,r.width>0&&(i=Es(i,r.width)),Bs.fromRect(i,{stroke:{color:r.width?r.color:"",width:r.width,dashType:r.dashType,lineJoin:"round",lineCap:"round"},fill:{color:t.background}})},e.prototype._initSurface=function(){var t=this.options,e=this.surface,r=this._surfaceElement(),i=this._surfaceSize();_t(r,i),e&&e.options.type===t.renderAs?(this.surface.clear(),this.surface.resize()):(e&&e.destroy(),this.surface=Ds.create(r,{type:t.renderAs}))},e.prototype._surfaceSize=function(){var t=this.options,e=this._getSize();return t.gaugeArea&&M(e,t.gaugeArea),e},e.prototype._surfaceElement=function(){return this.surfaceElement||(this.surfaceElement=document.createElement("div"),this.element.appendChild(this.surfaceElement)),this.surfaceElement},e.prototype.getSize=function(){return this._getSize()},e.prototype._getSize=function(){var t=this.element,e=this._defaultSize(),r=t.offsetWidth,i=t.offsetHeight;return r||(r=e.width),i||(i=e.height),{width:r,height:i}},e.prototype._defaultSize=function(){return{width:200,height:200}},e.prototype._toggleTransitions=function(t){this.options.transitions=t;for(var e=0;e<this.pointers.length;e++)this.pointers[e].options.animation.transitions=t},e}(S.Class);Lt(Rs,{plotArea:{},theme:"default",renderAs:"",pointer:{},scale:{},gaugeArea:{}});var zs=Rs,Fs=S.drawing.Path,Ks=S.drawing.Group,Us=S.geometry.Point;function Hs(t,e){var r,i,n=t.position,o=t.tickX,a=t.tickY;return t.vertical?(r=new Us(o,n),i=new Us(o+e.size,n)):(r=new Us(n,a),i=new Us(n,a+e.size)),new Fs({stroke:{color:e.color,width:e.width}}).moveTo(r).lineTo(i)}function $s(t,e,r,i){var n=e.length;if(i.visible)for(var o=r.mirror,a=r.lineBox,s=i.skip;s<n;s+=i.step)s%i.skipUnit!=0&&(r.tickX=o?a.x2:a.x2-i.size,r.tickY=o?a.y1-i.size:a.y1,r.position=e[s],t.append(Hs(r,i)))}var Gs=function(t){function e(e,r){var i=e||{};!bt(i.reverse)&&!1===i.vertical&&(r||{}).rtl&&(i=Object.assign({},i,{reverse:!0})),t.call(this,0,1,i,r),this.options.minorUnit=this.options.minorUnit||this.options.majorUnit/10}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initUserOptions=function(t){var e=M({},this.options,t);return(e=M({},e,{labels:{mirror:e.mirror}})).majorUnit=e.majorUnit||Yt(e.min,e.max),e},e.prototype.initFields=function(){},e.prototype.render=function(){var t=this.elements=new Ks,e=this.renderLabels(),r=this.renderLine(),i=this.renderTicks(),n=this.renderRanges();return t.append(r,e,i,n),t},e.prototype.renderRanges=function(){for(var t=this.options,e=t.min,r=t.max,i=t.vertical,n=t.labels.mirror,o=t.ranges||[],a=new Ks,s=o.length,u=t.rangeSize||t.minorTicks.size/2,l=0;l<s;l++){var c=Is(o[l],e,r),p=this.getSlot(c.from,c.to),h=i?this.lineBox():p,f=i?p:this.lineBox();i?h.x1-=u*(n?-1:1):f.y2+=u*(n?-1:1),a.append(Fs.fromRect(new S.geometry.Rect([h.x1,f.y1],[h.x2-h.x1,f.y2-f.y1]),{fill:{color:c.color,opacity:c.opacity},stroke:{}}))}return a},e.prototype.renderLabels=function(){for(var t=this.labels,e=this.options,r=new Ks,i=0;i<t.length;i++)r.append(Ls(t[i],e.labels));return r},e.prototype.renderLine=function(){var t=this.options.line,e=this.lineBox(),r=new Ks;if(t.width>0&&t.visible){var i=new Fs({stroke:{color:t.color,dashType:t.dashType,width:t.width}});i.moveTo(e.x1,e.y1).lineTo(e.x2,e.y2),r.append(i)}return r},e.prototype.renderTicks=function(){var t=new Ks,e=this.options,r=e.majorTicks.visible?e.majorUnit:0,i={vertical:e.vertical,mirror:e.labels.mirror,lineBox:this.lineBox()};return $s(t,this.getMajorTickPositions(),i,e.majorTicks),$s(t,this.getMinorTickPositions(),i,M({},{skipUnit:r/e.minorUnit},e.minorTicks)),t},e}(dr);Lt(Gs,{min:0,max:50,majorTicks:{size:15,align:"inside",color:o,width:.5,visible:!0},minorTicks:{size:10,align:"inside",color:o,width:.5,visible:!0},line:{width:.5},labels:{position:"inside",padding:2},mirror:!1,_alignLines:!1});var Xs=Gs,Ys=function(t){function e(e,r){t.call(this);var i=e.options,n=i.min,o=i.max,a=this.options=M({},this.options,r);a.fill=a.color,this.scale=e,bt(a.value)?a.value=jt(a.value,n,o):a.value=n}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.value=function(t){var e=this.options,r=e.value;if(0===arguments.length)return r;var i=this.scale.options,n=i.min,o=i.max;e._oldValue=bt(e._oldValue)?e.value:n,e.value=jt(t,n,o),this.elements&&this.repaint()},e}(S.Class);Lt(Ys,{color:o});var Ws=Ys,qs=function(t){function e(e,r){t.call(this,e,r),this.options=M({track:{visible:bt(r.track)}},this.options)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(){var t,e,r,i=this.options,n=this.scale,o=n.options,a=o.mirror,s=o.vertical,u=n.lineBox(),l=i.track.size||i.size,c=i.size/2,p=D(i.margin),h=s?p[a?"left":"right"]:p[a?"bottom":"top"];h=a?-h:h,s?(r=new Zt(u.x1+h,u.y1,u.x1+h,u.y2),a?r.x1-=l:r.x2+=l,"barPointer"!==i.shape&&(t=e=new Zt(u.x2+h,u.y1-c,u.x2+h,u.y2+c))):(r=new Zt(u.x1,u.y1-h,u.x2,u.y1-h),a?r.y2+=l:r.y1-=l,"barPointer"!==i.shape&&(t=e=new Zt(u.x1-c,u.y1-h,u.x2+c,u.y1-h))),this.trackBox=r,this.pointerRangeBox=e,this.box=t||r.clone().pad(i.border.width)},e.prototype.getElementOptions=function(){var t=this.options;return{fill:{color:t.color,opacity:t.opacity},stroke:bt(t.border)?{color:t.border.width?t.border.color||t.color:"",width:t.border.width,dashType:t.border.dashType,opacity:t.opacity}:null}},e.prototype._margin=function(){var t=this.scale,e=this.options,r=t.options,i=r.mirror,n=r.vertical,o=D(e.margin);return n?o[i?"left":"right"]:o[i?"bottom":"top"]},e}(Ws);Lt(qs,{shape:"barPointer",track:{border:{width:1}},color:o,border:{width:1},opacity:1,margin:D(3),animation:{type:"barPointer"},visible:!0});var Zs=qs,Qs=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setup=function(){var t=this.options,e=t.margin,r=t.from,i=t.to,n=t.vertical,o=n?"x1":"y1";t.mirror===n?(r[o]-=e,i[o]-=e):(r[o]+=e,i[o]+=e);var a=this.fromScale=new S.geometry.Point(r.x1,r.y1),s=this.toScale=new S.geometry.Point(i.x1,i.y1);0!==t.duration&&(t.duration=Math.max(a.distanceTo(s)/t.duration*1e3,1))},e.prototype.step=function(t){var e=pt(this.fromScale.x,this.toScale.x,t),r=pt(this.fromScale.y,this.toScale.y,t);this.element.transform(S.geometry.transform().translate(e,r))},e}(S.drawing.Animation);Lt(Qs,{easing:"linear",duration:250}),S.drawing.AnimationFactory.current.register("arrowPointer",Qs);var Js=Qs,tu=S.geometry.Point,eu=S.drawing.Path,ru=function(t){function e(e,r){t.call(this,e,r),bt(this.options.size)||(this.options.size=.6*this.scale.options.majorTicks.size)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.pointerShape=function(){var t=this.scale,e=this.options.size,r=e/2,i=t.options.mirror?-1:1;return t.options.vertical?[new tu(0,0-r),new tu(0-i*e,0),new tu(0,0+r)]:[new tu(0-r,0),new tu(0,0+i*e),new tu(0+r,0)]},e.prototype.repaint=function(){var t=this.scale,e=this.options,r=new Js(this.elements,M(e.animation,{vertical:t.options.vertical,mirror:t.options.mirror,margin:this._margin(e.margin),from:t.getSlot(e._oldValue),to:t.getSlot(e.value)}));!1===e.animation.transitions&&(r.options.duration=0),r.setup(),r.play()},e.prototype.render=function(){var t=this.scale,e=this.options,r=this.getElementOptions(),i=this.pointerShape(e.value);e.animation.type="arrowPointer";var n=new eu({stroke:r.stroke,fill:r.fill}).moveTo(i[0]).lineTo(i[1]).lineTo(i[2]).close(),o=t.getSlot(e.value);return n.transform(S.geometry.transform().translate(o.x1,o.y1)),this.elements=n,n},e}(Zs),iu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setup=function(){var t=this.options,e=this.axis=t.vertical?b:m,r=this.to=t.newPoints[0][e],i=this.from=t.oldPoints[0][e];0!==t.duration&&(t.duration=Math.max(Math.abs(r-i)/t.speed*1e3,1)),this._set(i)},e.prototype.step=function(t){var e=pt(this.from,this.to,t);this._set(e)},e.prototype._set=function(t){var e="set"+this.axis.toUpperCase(),r=this.options.newPoints;r[0][e](t),r[1][e](t)},e}(S.drawing.Animation);Lt(iu,{easing:"linear",speed:250}),S.drawing.AnimationFactory.current.register("barPointer",iu);var nu=iu,ou=S.drawing.Group,au=S.drawing.Path,su=function(t){function e(e,r){t.call(this,e,r),bt(this.options.size)||(this.options.size=.3*this.scale.options.majorTicks.size)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.pointerShape=function(t){var e=this.scale,r=this.options,i=e.options,n=i.mirror,o=i.vertical,a=n===o?-1:1,s=r.size*a,u=e.getSlot(e.options.min),l=e.getSlot(t),c=o?b:m,p=o?m:b,h=this._margin()*a,f=new S.geometry.Point;f[c]=u[c+"1"],f[p]=u[p+"1"];var d=new S.geometry.Point;d[c]=l[c+"1"],d[p]=l[p+"1"],o?(f.translate(h,0),d.translate(h,0)):(f.translate(0,h),d.translate(0,h));var v=d.clone(),g=f.clone();return o?(v.translate(s,0),g.translate(s,0)):(v.translate(0,s),g.translate(0,s)),[f,d,v,g]},e.prototype.repaint=function(){var t=this.scale,e=this.options,r=this.pointerShape(e.value),i=this.pointerPath,n=this.pointerShape(e._oldValue);i.moveTo(r[0]).lineTo(r[1]).lineTo(r[2]).lineTo(r[3]).close();var o=new nu(i,M(e.animation,{reverse:t.options.reverse,vertical:t.options.vertical,oldPoints:[n[1],n[2]],newPoints:[r[1],r[2]]}));!1===e.animation.transitions&&(o.options.duration=0),o.setup(),o.play()},e.prototype.render=function(){var t=new ou,e=this.getElementOptions();this.options.track.visible&&t.append(this.renderTrack());var r=this.pointerPath=new au({stroke:e.stroke,fill:e.fill});return t.append(r),this.elements=t,t},e.prototype.renderTrack=function(){var t=this.options.track,e=t.border||{},r=this.trackBox.clone().pad(e.width||0);return new au.fromRect(r.toRect(),{fill:{color:t.color,opacity:t.opacity},stroke:{color:e.width?e.color||t.color:"",width:e.width,dashType:e.dashType}})},e}(Zs),uu=S.drawing.Group,lu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e=this.pointers,r=t.origin.x,i=t.origin.y,n=new Zt(r,i,r+t.width(),i+t.height());this.scale.reflow(n),this._shrinkScaleWidth(n);for(var o=0;o<e.length;o++)e[o].reflow();this.bbox=this._getBox(n),this._alignElements(),this._shrinkElements(),this._buildVisual(),this._draw()},e.prototype._buildVisual=function(){var t=new uu,e=this.scale.render(),r=this.pointers;t.append(this.gaugeArea),t.append(e);for(var i=0;i<r.length;i++){var n=r[i];t.append(n.render()),n.value(n.options.value)}this._visuals=t},e.prototype._createModel=function(){var t=this.options,e=this.scale=new Xs(t.scale,this.contextService);this.pointers=[];var r=t.pointer;r=x(r)?r:[r];for(var i=0;i<r.length;i++){var n=M({},r[i],{animation:{transitions:t.transitions}}),o="arrow"===n.shape?ru:su;this.pointers.push(new o(e,n))}},e.prototype._defaultSize=function(){var t=this.options.scale.vertical;return{width:t?60:200,height:t?200:60}},e.prototype._getBox=function(t){for(var e,r=this.scale,i=this.pointers,n=t.center(),o=i[0].box.clone().wrap(r.box),a=0;a<i.length;a++)o.wrap(i[a].box.clone());return r.options.vertical?(e=o.width()/2,o=new Zt(n.x-e,t.y1,n.x+e,t.y2)):(e=o.height()/2,o=new Zt(t.x1,n.y-e,t.x2,n.y+e)),o},e.prototype._alignElements=function(){for(var t,e=this.scale,r=this.pointers,i=e.box,n=r[0].box.clone().wrap(e.box),o=this.bbox,a=0;a<r.length;a++)n.wrap(r[a].box.clone());e.options.vertical?(t=o.center().x-n.center().x,e.reflow(new Zt(i.x1+t,o.y1,i.x2+t,o.y2))):(t=o.center().y-n.center().y,e.reflow(new Zt(i.x1,i.y1+t,i.x2,i.y2+t)));for(var s=0;s<r.length;s++)r[s].reflow(this.bbox)},e.prototype._shrinkScaleWidth=function(t){var e=this.scale;if(!e.options.vertical){var r=e.contentBox().width()-t.width();r>0&&(e.box.shrink(r,0),e.box.alignTo(t,"center"),e.reflow(e.box))}},e.prototype._shrinkElements=function(){for(var t=this.scale,e=this.pointers,r=t.box.clone(),i=t.options.vertical?"y":"x",n=e[0].box,o=0;o<e.length;o++)n.wrap(e[o].box.clone());r[i+1]+=Math.max(r[i+1]-n[i+1],0),r[i+2]-=Math.max(n[i+2]-r[i+2],0),t.reflow(r);for(var a=0;a<e.length;a++)e[a].reflow(this.bbox)},e}(zs);Lt(lu,{transitions:!0,gaugeArea:{background:""},scale:{vertical:!0}});var cu=lu,pu=S.drawing.Arc,hu=S.drawing.Path,fu=S.drawing.Group;function du(t,e,r,i){var n=new fu,o=t.center,a=t.getRadiusX();if(i.visible)for(var s=0;s<e.length;s++){var u=t.pointAt(e[s]),l=new S.geometry.Point(o.x+a-i.size,o.y).rotate(e[s],o);n.append(new hu({stroke:{color:i.color,width:i.width}}).moveTo(u).lineTo(l))}return n}function vu(t,e,r,i){return{from:t,to:e,color:r,opacity:i}}var gu=function(t){function e(e,r){t.call(this,0,1,e,r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initUserOptions=function(t){var e=M({},this.options,t);return e.majorUnit=e.majorUnit||Yt(e.min,e.max),e.minorUnit=e.minorUnit||e.majorUnit/10,e},e.prototype.initFields=function(){},e.prototype.render=function(t,e){var r=this.renderArc(t,e);this.bbox=r.bbox(),this.labelElements=this.renderLabels(),this.ticks=this.renderTicks(),this.ranges=this.renderRanges()},e.prototype.reflow=function(t){var e=t.center(),r=Math.min(t.height(),t.width())/2;if(!bt(this.bbox))return this.render(e,r);this.bbox=this.arc.bbox(),this.radius(this.arc.getRadiusX()),this.repositionRanges(),this.renderLabels()},e.prototype.slotAngle=function(t){var e=this.options,r=e.min,i=e.max,n=e.reverse,o=e.startAngle,a=e.endAngle,s=a-o;return(n?a-(t-r)/(i-r)*s:(t-r)/(i-r)*s+o)+180},e.prototype.hasRanges=function(){var t=this.options.ranges;return t&&t.length},e.prototype.ticksSize=function(){var t=this.options,e=t.majorTicks,r=t.minorTicks,i=0;return e.visible&&(i=e.size),r.visible&&(i=Math.max(r.size,i)),i},e.prototype.labelsCount=function(){var e=t.prototype.labelsCount.call(this),r=this.options;return r.endAngle-r.startAngle>=360&&r.max%r.majorUnit==0&&(e-=1),e},e.prototype.renderLabels=function(){var t=this.options,e=this.arc.clone(),r=e.getRadiusX(),i=this.tickAngles(e,t.majorUnit),n=t.rangeSize=t.rangeSize||.1*r,o=new fu,a=.05*r;bt(t.rangeDistance)?a=t.rangeDistance:t.rangeDistance=a;var s=t.labels,u="inside"===s.position,l=bt(this.labelElements);u&&(r-=this.ticksSize(),this.hasRanges()&&!l&&(r-=n+a),e.setRadiusX(r).setRadiusY(r));for(var c=this.labels,p=c.length,h=D(s.padding),f=(h.left+h.right)/2,d=(h.top+h.bottom)/2,v=0;v<p;v++){var g=c[v],y=g.box.width()/2,m=g.box.height()/2,b=i[v],x=(b-180)*ks,C=e.pointAt(b),_=C.x+Math.cos(x)*(y+f)*(u?1:-1),O=C.y+Math.sin(x)*(m+d)*(u?1:-1);g.reflow(new Zt(_-y,O-m,_+y,O+m));var w=new S.geometry.Point(g.box.x1,g.box.y1),j=void 0;if(l){var P=(j=this.labelElements.children[v]).bbox().origin,A=j.transform()||S.geometry.transform();A.translate(w.x-P.x,w.y-P.y),j.transform(A)}else j=Ls(g,t.labels),o.append(j);this.bbox=S.geometry.Rect.union(this.bbox,j.bbox())}return o},e.prototype.repositionRanges=function(){var t=this.ranges.children;if(t.length>0){var e=this.options,r=e.rangeDistance,i=e.rangeSize,n=this.getRangeRadius();"inside"===this.options.labels.position&&(n+=i+r);for(var o=n+i/2,a=0;a<t.length;a++)t[a]._geometry.setRadiusX(o).setRadiusY(o);this.bbox=S.geometry.Rect.union(this.bbox,this.ranges.bbox())}},e.prototype.renderRanges=function(){var t=this.rangeSegments(),e=t.length,r=new fu;if(e){var i=this.options,n=i.rangeSize,o=i.reverse,a=i.rangeDistance,s=this.getRangeRadius();this.radius(this.radius()-n-a);for(var u=0;u<e;u++){var l=t[u],c=this.slotAngle(l[o?"to":"from"]),p=this.slotAngle(l[o?"from":"to"]);p-c!=0&&r.append(this.createRange(c,p,s,l))}}return r},e.prototype.createRange=function(t,e,r,i){var n=this.options.rangeSize,o=new S.geometry.Arc(this.arc.center,{radiusX:r+n/2,radiusY:r+n/2,startAngle:t,endAngle:e});return new pu(o,{stroke:{width:n,color:i.color,opacity:i.opacity,lineCap:i.lineCap}})},e.prototype.rangeSegments=function(){var t=this.options,e=t.ranges||[],r=e.length,i=[];if(r){var n=t.min,o=t.max,a=t.rangePlaceholderColor;i.push(vu(n,o,a));for(var s=0;s<r;s++)for(var u=Is(e[s],n,o),l=i.length,c=0;c<l;c++){var p=i[c];if(p.from<=u.from&&u.from<=p.to){i.push(vu(u.from,u.to,u.color,u.opacity)),p.from<=u.to&&u.to<=p.to&&i.push(vu(u.to,p.to,a,u.opacity)),p.to=u.from;break}}}return i},e.prototype.getRangeRadius=function(){var t=this.arc,e=this.options,r=e.rangeSize,i=e.rangeDistance,n=e.majorTicks.size;return"outside"===e.labels.position?t.getRadiusX()-n-i-r:t.getRadiusX()-r},e.prototype.renderArc=function(t,e){var r=this.options;return this.arc=new S.geometry.Arc(t,{radiusX:e,radiusY:e,startAngle:r.startAngle+180,endAngle:r.endAngle+180})},e.prototype.renderTicks=function(){var t=this.arc,e=this.options,r=t.clone();this.majorTickAngles=this.tickAngles(t,e.majorUnit),this.majorTicks=du(r,this.majorTickAngles,e.majorUnit,e.majorTicks);var i=new fu;i.append(this.majorTicks);var n=e.majorTicks.size,o=e.minorTicks.size;if(this._tickDifference=n-o,"outside"===e.labels.position){var a=r.getRadiusX();r.setRadiusX(a-n+o).setRadiusY(a-n+o)}return this.minorTickAngles=this.normalizeTickAngles(this.tickAngles(t,e.minorUnit)),this.minorTicks=du(r,this.minorTickAngles,e.minorUnit,e.minorTicks),i.append(this.minorTicks),i},e.prototype.normalizeTickAngles=function(t){for(var e=this.options,r=e.majorUnit/e.minorUnit,i=t.length-1;i>=0;i--)i%r==0&&t.splice(i,1);return t},e.prototype.tickAngles=function(t,e){var r=this.options,i=r.reverse,n=r.max-r.min,o=t.endAngle-t.startAngle,a=n/e,s=t.startAngle,u=o/a;i&&(s+=o,u=-u),o>=360&&r.max%e==0&&(a-=1);for(var l=[],c=0;c<a;c++)l.push(kt(s,3)),s+=u;return kt(s)<=t.endAngle&&l.push(s),l},e.prototype.radius=function(t){if(!t)return this.arc.getRadiusX();this.arc.setRadiusX(t).setRadiusY(t),this.repositionTicks(this.majorTicks.children,this.majorTickAngles),this.repositionTicks(this.minorTicks.children,this.minorTickAngles,!0)},e.prototype.repositionTicks=function(t,e,r){var i=r&&this._tickDifference||0,n=this.arc,o=n.getRadiusX();r&&"outside"===this.options.labels.position&&0!==i&&(n=this.arc.clone()).setRadiusX(o-i).setRadiusY(o-i);for(var a=0;a<t.length;a++){var s=n.pointAt(e[a]),u=t[a].segments,l=s.x-u[0].anchor().x,c=s.y-u[0].anchor().y;t[a].transform((new S.geometry.transform).translate(l,c))}},e}(dr);Lt(gu,{min:0,max:100,majorTicks:{size:15,align:"inside",color:o,width:.5,visible:!0},minorTicks:{size:10,align:"inside",color:o,width:.5,visible:!0},startAngle:-30,endAngle:210,labels:{position:"inside",padding:2}});var yu=gu,mu=function(t){function e(e,r){t.call(this,e,r);var i=this.options;i.duration=Math.max(Math.abs(i.newAngle-i.oldAngle)/i.duration*1e3,1)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.step=function(t){var e=this.options,r=pt(e.oldAngle,e.newAngle,t);this.element.transform(S.geometry.transform().rotate(r,e.center))},e}(S.drawing.Animation);Lt(mu,{easing:"linear",duration:150}),S.drawing.AnimationFactory.current.register("radialPointer",mu);var bu=mu,xu=S.drawing.Circle,Cu=S.drawing.Group,_u=S.drawing.Path,Ou=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setAngle=function(t){this.elements.transform(S.geometry.transform().rotate(t,this.center))},e.prototype.repaint=function(){var t=this.scale,e=this.options,r=t.slotAngle(e._oldValue),i=t.slotAngle(e.value);!1===e.animation.transitions?this.setAngle(i):new bu(this.elements,M(e.animation,{oldAngle:r,newAngle:i})).play()},e.prototype.render=function(){var t=this.scale,e=this.options,r=new Cu;return!1!==e.animation&&M(e.animation,{startAngle:0,center:t.arc.center,reverse:t.options.reverse}),r.append(this._renderNeedle(),this._renderCap()),this.elements=r,this.setAngle(ks),r},e.prototype.reflow=function(t){var e=this.center=t.center,r=jt(this.options.length||1,.1,1.5),i=this.radius=t.getRadiusX()*r,n=this.capSize=Math.round(i*this.options.cap.size);this.bbox=S.geometry.Rect.fromPoints(new S.geometry.Point(e.x-n,e.y-n),new S.geometry.Point(e.x+n,e.y+n))},e.prototype._renderNeedle=function(){var t=this.scale.options.minorTicks.size,e=this.center,r=this.options.color,i=new _u({fill:{color:r},stroke:{color:r,width:.5}});return i.moveTo(e.x+this.radius-t,e.y).lineTo(e.x,e.y-this.capSize/2).lineTo(e.x,e.y+this.capSize/2).close(),i},e.prototype._renderCap=function(){var t=this.options,e=t.cap.color||t.color,r=new S.geometry.Circle(this.center,this.capSize);return new xu(r,{fill:{color:e},stroke:{color:e}})},e}(Ws);Lt(Ou,{cap:{size:.05},arrow:{width:16,height:14},animation:{type:"radialPointer",duration:150}});var Su=Ou,wu=S.drawing.Group,ju=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e=this.pointers;this.scale.reflow(t),this._initialPlotArea=this.scale.bbox;for(var r=0;r<e.length;r++)e[r].reflow(this.scale.arc),this._initialPlotArea=S.geometry.Rect.union(this._initialPlotArea,e[r].bbox);this.fitScale(t),this.alignScale(t),this._buildVisual(this.gaugeArea,e,this.scale),this._draw()},e.prototype._buildVisual=function(t,e,r){var i=this._visuals=new wu;i.append(t),i.append(r.ticks),i.append(r.ranges),this._buildPointers(e),i.append(r.labelElements)},e.prototype._buildPointers=function(t){for(var e=0;e<t.length;e++){var r=t[e];r.render(),this._visuals.append(r.elements),r.value(r.options.value)}},e.prototype.fitScale=function(t){for(var e,r,i,n,o,a=this.scale.arc,s=this._initialPlotArea,u=Math.abs(this.getDiff(s,t)),l=kt(u,3),c=kt(-u,3),p=0,h=0;!(!(h++<100)||(p=o===i?p+1:0)>5||l!==n&&0<=(e=this.getPlotBox(l,t,a))&&e<=2||c!==n&&0<=(i=this.getPlotBox(c,t,a))&&i<=2||(n=e>0&&i>0?2*l:e<0&&i<0?2*c:kt((l+c)/2||1,3),0<=(r=this.getPlotBox(n,t,a))&&r<=2));)o=i,r>0?(c=n,i=r):(l=n,e=r)},e.prototype.getPlotBox=function(t,e,r){var i=this.scale,n=this.pointers,o=r.getRadiusX(),a=r.clone();a.setRadiusX(o+t).setRadiusY(o+t),i.arc=a,i.reflow(e),this.plotBbox=i.bbox;for(var s=0;s<n.length;s++)n[s].reflow(a),this.plotBbox=S.geometry.Rect.union(this.plotBbox,n[s].bbox);return this.getDiff(this.plotBbox,e)},e.prototype.getDiff=function(t,e){return Math.min(e.width()-t.width(),e.height()-t.height())},e.prototype.alignScale=function(t){var e=this.plotBbox.center(),r=t.center(),i=e.x-r.x,n=e.y-r.y,o=this.scale,a=this.pointers;o.arc.center.x-=i,o.arc.center.y-=n,o.reflow(t);for(var s=0;s<a.length;s++)a[s].reflow(o.arc),this.plotBbox=S.geometry.Rect.union(o.bbox,a[s].bbox)},e.prototype._createModel=function(){var t=this.options,e=t.pointer,r=this.scale=new yu(t.scale,this.contextService);this.pointers=[];for(var i=x(e)?e:[e],n=0;n<i.length;n++){var o=new Su(r,M({},i[n],{animation:{transitions:t.transitions}}));this.pointers.push(o)}},e}(zs);Lt(ju,{transitions:!0,gaugeArea:{background:""}});var Pu=ju,Au=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.rangeSegments=function(){var t=this.options;return[{from:t.min,to:t.max,color:t.rangePlaceholderColor,lineCap:t.rangeLineCap}]},e.prototype.hasRanges=function(){return!0},e.prototype.placeholderRangeAngle=function(t){var e=this.ranges.children[0].geometry();this.options.reverse?e.setEndAngle(t):e.setStartAngle(t)},e.prototype.addRange=function(t,e,r){var i=this.options.reverse,n=this.slotAngle(i?e:t),o=this.slotAngle(i?t:e),a=this.createRange(n,o,this.getRangeRadius(),r);return this.ranges.append(a),a},e}(yu);Lt(Au,{min:0,max:100,majorTicks:{visible:!1},minorTicks:{visible:!1},labels:{visible:!1},startAngle:0,endAngle:180,rangeLineCap:"round"});var ku=Au,Vu=function(t){function e(e,r){t.call(this,e,r);var i=this.options,n=Math.abs(i.newAngle-i.oldAngle)/i.duration*1e3;i.duration=jt(n,150,800);var o=e.elements.options.get("stroke.color"),a=e.currentColor();o!==a&&(this.startColor=new S.Color(o),this.color=new S.Color(a))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.step=function(t){var e=this.options,r=this.startColor,i=this.color,n=pt(e.oldAngle,e.newAngle,t);if(this.element.angle(n),i){var o=kt(pt(r.r,i.r,t)),a=kt(pt(r.g,i.g,t)),s=kt(pt(r.b,i.b,t));this.element.stroke(new S.Color(o,a,s).toHex())}},e}(S.drawing.Animation);Lt(Vu,{easing:"linear",duration:150}),S.drawing.AnimationFactory.current.register("radialRangePointer",Vu);var Tu=Vu,Mu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.repaint=function(){var t=this.scale,e=this.options,r=t.slotAngle(e._oldValue),i=t.slotAngle(e.value);this.animation&&this.animation.abort(),!1===e.animation.transitions?(this.angle(i),this.stroke(this.currentColor())):(this.animation=new Tu(this,M(e.animation,{oldAngle:r,newAngle:i})),this.animation.play())},e.prototype.angle=function(t){var e=this.elements.geometry();this.scale.options.reverse?e.setStartAngle(t):e.setEndAngle(t),this.scale.placeholderRangeAngle(t)},e.prototype.stroke=function(t){this.elements.stroke(t)},e.prototype.render=function(){if(!this.elements){var t=this.scale,e=this.options;!1!==e.animation&&M(e.animation,{startAngle:0,center:t.arc.center,reverse:t.options.reverse}),this.elements=t.addRange(t.options.min,this.options.value,{color:this.currentColor(),opacity:e.opacity,lineCap:t.options.rangeLineCap})}},e.prototype.currentColor=function(){var t=this.scale.options,e=t.min,r=t.max,i=this.options,n=i.colors,o=i.color,a=i.value,s=P(a)?a:e;if(n)for(var u=0;u<n.length;u++){var l=n[u],c=l.color,p=l.from;void 0===p&&(p=e);var h=l.to;if(void 0===h&&(h=r),p<=s&&s<=h)return c}return o},e.prototype.reflow=function(){this.render(),this.bbox=this.elements.bbox()},e}(Ws);Lt(Mu,{animation:{type:"radialRangePointer",duration:150}});var Nu=Mu,Lu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initTheme=function(e){t.prototype._initTheme.call(this,e),this.options.color=this.options.color||(this.theme.pointer||{}).color},e.prototype._createModel=function(){var t=this.options,e=this.scale=new ku(t.scale,this.contextService),r=new Nu(e,M({},{colors:t.colors,color:t.color,value:t.value,opacity:t.opacity,animation:{transitions:t.transitions}}));this.pointers=[r]},e.prototype._buildPointers=function(t){for(var e=0;e<t.length;e++){var r=t[e];r.render(),r.value(r.options.value)}},e.prototype._setValueOptions=function(t){this.options.value=t},e.prototype.currentColor=function(){var t=this.pointers[0];if(t)return t.currentColor()},e.prototype.centerLabelPosition=function(t,e){var r=this.getSize(),i=this.scale.arc.center,n=i.x-t/2,o=i.y-e/2;if(t<r.width){var a=n+t;n=Math.max(n,0),a>r.width&&(n-=a-r.width)}if(e<r.height){var s=this.scale.bbox,u=s.bottomRight().y,l=o+e;o=Math.max(o,s.origin.y),l>u&&(o-=l-u)}return{left:n,top:o}},e}(Pu),Iu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._createModel=function(){var e=this.options.scale;"number"!=typeof e.startAngle&&(e.startAngle=90),e.endAngle=e.startAngle+360,t.prototype._createModel.call(this)},e}(Lu),Eu=function(t){function e(e){t.call(this),this.setOptions(e),this.initProperties()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){},e.prototype.setOptions=function(t){this.options=Object.assign({},this.options,t),this.quietZoneLength=this.options.addQuietZone?2*this.options.quietZoneLength:0},e.prototype.encode=function(t,e,r){var i=bt(t)?String(t):t;return this.initValue(i,e,r),this.options.addQuietZone&&this.addQuietZone(),this.addData(),this.options.addQuietZone&&this.addQuietZone(),{baseUnit:this.baseUnit,pattern:this.pattern}},e.prototype.initValue=function(){},e.prototype.addQuietZone=function(){this.pattern.push(this.options.quietZoneLength||10)},e.prototype.addData=function(){},e.prototype.invalidCharacterError=function(t){throw new Error("Character '"+t+"' is not valid for symbology "+this.name)},e}(S.Class);Lt(Eu,{quietZoneLength:10,addQuietZone:!0,addCheckSum:!0});var Bu=Object.assign,Du=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Bu(this,{name:"Code 11",characterMap:["111121","211121","121121","221111","112121","212111","122111","111221","211211","211111","112111"],cCheckSumTotal:10,kCheckSumTotal:9,kCheckSumMinLength:10,checkSumMod:11,DASH_VALUE:10,DASH:"-",START:"112211",STOP:"11221"})},e.prototype.initValue=function(t,e){this.pattern=[],this.value=t,this.width=e,this.totalUnits=0},e.prototype.addData=function(){var t=this.value;this.addPattern(this.START);for(var e=0;e<t.length;e++)this.addCharacter(t.charAt(e));this.options.addCheckSum&&this.addCheckSum(),this.addPattern(this.STOP),this.setBaseUnit()},e.prototype.setBaseUnit=function(){this.baseUnit=this.width/(this.totalUnits+this.quietZoneLength)},e.prototype.addCheckSum=function(){var t=this.value,e=t.length,r=this.getWeightedSum(t,e,this.cCheckSumTotal)%this.checkSumMod;if(this.checksum=String(r),this.addPattern(this.characterMap[r]),++e>=this.kCheckSumMinLength){var i=(r+this.getWeightedSum(t,e,this.kCheckSumTotal))%this.checkSumMod;this.checksum+=i,this.addPattern(this.characterMap[i])}},e.prototype.getWeightedSum=function(t,e,r){for(var i=0,n=0;n<t.length;n++)i+=this.weightedValue(this.getValue(t.charAt(n)),e,n,r);return i},e.prototype.weightedValue=function(t,e,r,i){return((e-r)%i||i)*t},e.prototype.getValue=function(t){return isNaN(t)?(t!==this.DASH&&this.invalidCharacterError(t),this.DASH_VALUE):parseInt(t,10)},e.prototype.addCharacter=function(t){var e=this.getValue(t),r=this.characterMap[e];this.addPattern(r)},e.prototype.addPattern=function(t){for(var e,r=0;r<t.length;r++)e=parseInt(t.charAt(r),10),this.pattern.push(e),this.totalUnits+=e},e}(Eu);Lt(Du,{addCheckSum:!0});var Ru=Object.assign,zu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Ru(this,{minBaseUnitLength:.7})},e.prototype.addData=function(){var t=this.value;this.addStart();for(var e=0;e<t.length;e++)this.addCharacter(t.charAt(e));this.options.addCheckSum&&this.pushCheckSum(),this.addStop(),this.prepareValues()},e.prototype.addCharacter=function(t){var e=this.characterMap[t];e||this.invalidCharacterError(t),this.addBase(e)},e.prototype.addBase=function(){},e}(Eu),Fu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Ru(this,{name:"Code 39",checkSumMod:43,minRatio:2.5,maxRatio:3,gapWidth:1,splitCharacter:"|",patternMappings:{b:"1|",w:"1|",B:"ratio|",W:"ratio|"},characterMap:{0:{pattern:"bwbWBwBwb",value:0},1:{pattern:"BwbWbwbwB",value:1},2:{pattern:"bwBWbwbwB",value:2},3:{pattern:"BwBWbwbwb",value:3},4:{pattern:"bwbWBwbwB",value:4},5:{pattern:"BwbWBwbwb",value:5},6:{pattern:"bwBWBwbwb",value:6},7:{pattern:"bwbWbwBwB",value:7},8:{pattern:"BwbWbwBwb",value:8},9:{pattern:"bwBWbwBwb",value:9},A:{pattern:"BwbwbWbwB",value:10},B:{pattern:"bwBwbWbwB",value:11},C:{pattern:"BwBwbWbwb",value:12},D:{pattern:"bwbwBWbwB",value:13},E:{pattern:"BwbwBWbwb",value:14},F:{pattern:"bwBwBWbwb",value:15},G:{pattern:"bwbwbWBwB",value:16},H:{pattern:"BwbwbWBwb",value:17},I:{pattern:"bwBwbWBwb",value:18},J:{pattern:"bwbwBWBwb",value:19},K:{pattern:"BwbwbwbWB",value:20},L:{pattern:"bwBwbwbWB",value:21},M:{pattern:"BwBwbwbWb",value:22},N:{pattern:"bwbwBwbWB",value:23},O:{pattern:"BwbwBwbWb",value:24},P:{pattern:"bwBwBwbWb",value:25},Q:{pattern:"bwbwbwBWB",value:26},R:{pattern:"BwbwbwBWb",value:27},S:{pattern:"bwBwbwBWb",value:28},T:{pattern:"bwbwBwBWb",value:29},U:{pattern:"BWbwbwbwB",value:30},V:{pattern:"bWBwbwbwB",value:31},W:{pattern:"BWBwbwbwb",value:32},X:{pattern:"bWbwBwbwB",value:33},Y:{pattern:"BWbwBwbwb",value:34},Z:{pattern:"bWBwBwbwb",value:35},"-":{pattern:"bWbwbwBwB",value:36},".":{pattern:"BWbwbwBwb",value:37}," ":{pattern:"bWBwbwBwb",value:38},$:{pattern:"bWbWbWbwb",value:39},"/":{pattern:"bWbWbwbWb",value:40},"+":{pattern:"bWbwbWbWb",value:41},"%":{pattern:"bwbWbWbWb",value:42},START:{pattern:"bWbwBwBwb"}}})},e.prototype.initValue=function(t,e,r){this.width=e,this.height=r,this.value=t,this.dataLength=t.length,this.pattern=[],this.patternString=""},e.prototype.prepareValues=function(){var t,e=this.minBaseUnitLength,r=this.minRatio,i=Math.max(.15*this.width,24),n=this.maxRatio;if(this.height<i)throw new Error("Insufficient Height. The minimum height for value: "+this.value+" is: "+i);for(t=this.getBaseUnit(n);t<e&&n>r;)n=parseFloat((n-.1).toFixed(1)),t=this.getBaseUnit(n);if(t<e){var o=Math.ceil(this.getBaseWidth(r)*e);throw new Error("Insufficient width. The minimum width for value: "+this.value+" is: "+o)}this.ratio=n,this.baseUnit=t,this.patternString=this.patternString.substring(0,this.patternString.length-1),this.pattern=this.pattern.concat(this.patternString.replace(/ratio/g,n).split(this.splitCharacter))},e.prototype.getBaseUnit=function(t){return this.width/this.getBaseWidth(t)},e.prototype.getBaseWidth=function(t){var e=3*(t+2);return this.quietZoneLength+e*(this.dataLength+2)+this.gapWidth*(this.dataLength+1)},e.prototype.addStart=function(){this.addPattern(this.characterMap.START.pattern),this.addCharacterGap()},e.prototype.addBase=function(t){this.addPattern(t.pattern),this.addCharacterGap()},e.prototype.addStop=function(){this.addPattern(this.characterMap.START.pattern)},e.prototype.addPattern=function(t){for(var e=0;e<t.length;e++)this.patternString+=this.patternMappings[t.charAt(e)]},e.prototype.addCharacterGap=function(){this.patternString+=this.gapWidth+this.splitCharacter},e}(zu);Lt(Fu,{addCheckSum:!1});var Ku={addCharacter:function(t){this.characterMap[t]?this.addBase(this.characterMap[t]):t.charCodeAt(0)>127?this.invalidCharacterError(t):this.addExtended(t.charCodeAt(0))},addExtended:function(t){for(var e,r=0;r<this.extendedMappings.length;r++)if(e=this.extendedMappings[r].call(this,t)){for(var i=0;i<e.length;i++){var n=e[i];this.addBase(n)}return void(this.dataLength+=e.length-1)}},extendedMappings:[function(t){if(97<=t&&t<=122)return[this.characterMap[this.shiftCharacters[0]],this.characterMap[String.fromCharCode(t-32)]]},function(t){if(33<=t&&t<=58)return[this.characterMap[this.shiftCharacters[1]],this.characterMap[String.fromCharCode(t+32)]]},function(t){if(1<=t&&t<=26)return[this.characterMap[this.shiftCharacters[2]],this.characterMap[String.fromCharCode(t+64)]]},function(t){var e,r;if(this.specialAsciiCodes[t]){e=[];for(var i=0;i<this.specialAsciiCodes[t].length;i++)e.push(this.characterMap[this.shiftCharacters[3]]),e.push(this.characterMap[this.specialAsciiCodes[t][i]])}else r=6*Math.floor(t/32)+(t-27)%32+64,e=[this.characterMap[this.shiftCharacters[3]],this.characterMap[String.fromCharCode(r)]];return e}],specialAsciiCodes:{0:["U"],64:["V"],96:["W"],127:["T","X","Y","Z"]},shiftValuesAsciiCodes:{39:36,40:47,41:43,42:37},characterMap:{"+":!1,"/":!1,$:!1,"%":!1},shiftCharacters:["SHIFT0","SHIFT1","SHIFT2","SHIFT3"]},Uu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),M(this,Ku,{name:"Code 39 extended",characterMap:{SHIFT0:{pattern:"bWbwbWbWb",value:41},SHIFT1:{pattern:"bWbWbwbWb",value:40},SHIFT2:{pattern:"bWbWbWbwb",value:39},SHIFT3:{pattern:"bwbWbWbWb",value:42}}})},e}(Fu),Hu=Object.assign,$u=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Hu(this,{name:"Code 93",cCheckSumTotal:20,kCheckSumTotal:15,checkSumMod:47,characterMap:{0:{pattern:"131112",value:0},1:{pattern:"111213",value:1},2:{pattern:"111312",value:2},3:{pattern:"111411",value:3},4:{pattern:"121113",value:4},5:{pattern:"121212",value:5},6:{pattern:"121311",value:6},7:{pattern:"111114",value:7},8:{pattern:"131211",value:8},9:{pattern:"141111",value:9},A:{pattern:"211113",value:10},B:{pattern:"211212",value:11},C:{pattern:"211311",value:12},D:{pattern:"221112",value:13},E:{pattern:"221211",value:14},F:{pattern:"231111",value:15},G:{pattern:"112113",value:16},H:{pattern:"112212",value:17},I:{pattern:"112311",value:18},J:{pattern:"122112",value:19},K:{pattern:"132111",value:20},L:{pattern:"111123",value:21},M:{pattern:"111222",value:22},N:{pattern:"111321",value:23},O:{pattern:"121122",value:24},P:{pattern:"131121",value:25},Q:{pattern:"212112",value:26},R:{pattern:"212211",value:27},S:{pattern:"211122",value:28},T:{pattern:"211221",value:29},U:{pattern:"221121",value:30},V:{pattern:"222111",value:31},W:{pattern:"112122",value:32},X:{pattern:"112221",value:33},Y:{pattern:"122121",value:34},Z:{pattern:"123111",value:35},"-":{pattern:"121131",value:36},".":{pattern:"311112",value:37}," ":{pattern:"311211",value:38},$:{pattern:"321111",value:39},"/":{pattern:"112131",value:40},"+":{pattern:"113121",value:41},"%":{pattern:"211131",value:42},SHIFT0:{pattern:"122211",value:46},SHIFT1:{pattern:"311121",value:45},SHIFT2:{pattern:"121221",value:43},SHIFT3:{pattern:"312111",value:44},START:{pattern:"111141"},TERMINATION_BAR:"1"}})},e.prototype.initValue=function(t,e,r){this.value=t,this.width=e,this.height=r,this.pattern=[],this.values=[],this.dataLength=t.length},e.prototype.prepareValues=function(){var t=Math.max(.15*this.width,24);if(this.height<t)throw new Error("Insufficient Height");if(this.setBaseUnit(),this.baseUnit<this.minBaseUnitLength)throw new Error("Insufficient Width")},e.prototype.setBaseUnit=function(){this.baseUnit=this.width/(9*(this.dataLength+2+2)+this.quietZoneLength+1)},e.prototype.addStart=function(){var t=this.characterMap.START.pattern;this.addPattern(t)},e.prototype.addStop=function(){this.addStart(),this.pattern.push(this.characterMap.TERMINATION_BAR)},e.prototype.addBase=function(t){this.addPattern(t.pattern),this.values.push(t.value)},e.prototype.pushCheckSum=function(){var t,e=this._getCheckValues();this.checksum=e.join("");for(var r=0;r<e.length;r++)t=this.characterMap[this._findCharacterByValue(e[r])],this.addPattern(t.pattern)},e.prototype._getCheckValues=function(){var t,e,r=this.values,i=r.length,n=0;for(e=i-1;e>=0;e--)n+=this.weightedValue(r[e],i-e,this.cCheckSumTotal);for(t=n%this.checkSumMod,n=this.weightedValue(t,1,this.kCheckSumTotal),e=i-1;e>=0;e--)n+=this.weightedValue(r[e],i-e+1,this.kCheckSumTotal);return[t,n%this.checkSumMod]},e.prototype._findCharacterByValue=function(t){for(var e in this.characterMap)if(this.characterMap[e].value===t)return e},e.prototype.weightedValue=function(t,e,r){return(e%r||r)*t},e.prototype.addPattern=function(t){for(var e,r=0;r<t.length;r++)e=parseInt(t.charAt(r),10),this.pattern.push(e)},e}(zu),Gu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),M(this,Ku,{name:"Code 93 extended",pushCheckSum:function(){var t,e=this._getCheckValues();this.checksum=e.join("");for(var r=0;r<e.length;r++)if(t=e[r],this.shiftValuesAsciiCodes[t])this.addExtended(this.shiftValuesAsciiCodes[t]);else{var i=this._findCharacterByValue(t);this.addPattern(this.characterMap[i].pattern)}}})},e}($u),Xu=/^\d+$/,Yu=Object.assign,Wu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Yu(this,{name:"Postnet",START:"2",VALID_CODE_LENGTHS:[5,9,11],DIGIT_SEPARATOR:"-",characterMap:["22111","11122","11212","11221","12112","12121","12211","21112","21121","21211"]})},e.prototype.initValue=function(t,e,r){this.height=r,this.width=e,this.baseHeight=r/2,this.value=t.replace(new RegExp(this.DIGIT_SEPARATOR,"g"),""),this.pattern=[],this.validate(this.value),this.checkSum=0,this.setBaseUnit()},e.prototype.addData=function(){var t=this.value;this.addPattern(this.START);for(var e=0;e<t.length;e++)this.addCharacter(t.charAt(e));this.options.addCheckSum&&this.addCheckSum(),this.addPattern(this.START),this.pattern.pop()},e.prototype.addCharacter=function(t){var e=this.characterMap[t];this.checkSum+=parseInt(t,10),this.addPattern(e)},e.prototype.addCheckSum=function(){this.checksum=(10-this.checkSum%10)%10,this.addCharacter(this.checksum)},e.prototype.setBaseUnit=function(){this.baseUnit=this.width/(10*(this.value.length+1)+3+this.quietZoneLength)},e.prototype.validate=function(t){if(Xu.test(t)||this.invalidCharacterError(t.match(/[^0-9]/)[0]),!ct(t.length,this.VALID_CODE_LENGTHS))throw new Error("Invalid value length. Valid lengths for the Postnet symbology are "+this.VALID_CODE_LENGTHS.join(","))},e.prototype.addPattern=function(t){for(var e,r=0;r<t.length;r++)e=this.height-this.baseHeight*t.charAt(r),this.pattern.push({width:1,y1:e,y2:this.height}),this.pattern.push(1)},e}(Eu),qu=/^\d+$/,Zu=/^[a-z0-9]+$/i,Qu=Object.assign,Ju=function(t){function e(e){t.call(this),this.encoding=e,this.initProperties()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){},e.prototype.addStart=function(){},e.prototype.is=function(){},e.prototype.isCode=function(){return!1},e.prototype.move=function(){},e.prototype.pushState=function(){},e}(S.Class),tl=function(t){function e(e,r){t.call(this,e),this.states=r,this._initMoves(r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),M(this,{FNC4:"FNC4",SHIFT:98})},e.prototype.addStart=function(){this.encoding.addPattern(this.START)},e.prototype.is=function(t,e){var r=t.charCodeAt(e);return this.isCode(r)},e.prototype.move=function(t){for(var e=0;!this._moves[e].call(this,t)&&e<this._moves.length;)e++},e.prototype.pushState=function(t){var e,r=this.states,i=t.value,n=i.length;if(ct("C",r)){var o=i.substr(t.index).match(/\d{4,}/g);o&&(n=i.indexOf(o[0],t.index))}for(;(e=t.value.charCodeAt(t.index))>=0&&this.isCode(e)&&t.index<n;)this.encoding.addPattern(this.getValue(e)),t.index++},e.prototype._initMoves=function(t){this._moves=[],ct(this.FNC4,t)&&this._moves.push(this._moveFNC),ct(this.shiftKey,t)&&this._moves.push(this._shiftState),this._moves.push(this._moveState)},e.prototype._moveFNC=function(t){if(t.fnc)return t.fnc=!1,t.previousState===this.key},e.prototype._shiftState=function(t){if(t.previousState===this.shiftKey&&(t.index+1>=t.value.length||this.encoding[this.shiftKey].is(t.value,t.index+1)))return this.encoding.addPattern(this.SHIFT),t.shifted=!0,!0},e.prototype._moveState=function(){return this.encoding.addPattern(this.MOVE),!0},e}(Ju),el={};el.A=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Qu(this,{key:"A",shiftKey:"B",MOVE:101,START:103})},e.prototype.isCode=function(t){return 0<=t&&t<96},e.prototype.getValue=function(t){return t<32?t+64:t-32},e}(tl),el.B=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Qu(this,{key:"B",shiftKey:"A",MOVE:100,START:104})},e.prototype.isCode=function(t){return 32<=t&&t<128},e.prototype.getValue=function(t){return t-32},e}(tl),el.C=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Qu(this,{key:"C",MOVE:99,START:105})},e.prototype.addStart=function(){this.encoding.addPattern(this.START)},e.prototype.is=function(t,e){var r=ul(t,e,4);return(e+4<=t.length||2===t.length)&&qu.test(r)},e.prototype.move=function(){this.encoding.addPattern(this.MOVE)},e.prototype.pushState=function(t){for(var e;(e=ul(t.value,t.index,2))&&qu.test(e)&&2===e.length;)this.encoding.addPattern(parseInt(e,10)),t.index+=2},e.prototype.getValue=function(t){return t},e}(Ju),el.FNC4=function(t){function e(e,r){t.call(this,e),this._initSubStates(r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Qu(this,{key:"FNC4",dependentStates:["A","B"]})},e.prototype.addStart=function(t){var e=t.value.charCodeAt(0)-128,r=this._getSubState(e);this.encoding[r].addStart()},e.prototype.is=function(t,e){var r=t.charCodeAt(e);return this.isCode(r)},e.prototype.isCode=function(t){return 128<=t&&t<256},e.prototype.pushState=function(t){var e,r=this._initSubState(t),i=this.encoding,n=r.value.length;if(t.index+=n,n<3)for(;r.index<n;r.index++)e=r.value.charCodeAt(r.index),r.state=this._getSubState(e),r.previousState!==r.state&&(r.previousState=r.state,i[r.state].move(r)),i.addPattern(i[r.state].MOVE),i.addPattern(i[r.state].getValue(e));else r.state!==r.previousState&&i[r.state].move(r),this._pushStart(r),i.pushData(r,this.subStates),t.index<t.value.length&&this._pushStart(r);t.fnc=!0,t.state=r.state},e.prototype._pushStart=function(t){this.encoding.addPattern(this.encoding[t.state].MOVE),this.encoding.addPattern(this.encoding[t.state].MOVE)},e.prototype._initSubState=function(t){var e={value:this._getAll(t.value,t.index),index:0};return e.state=this._getSubState(e.value.charCodeAt(0)),e.previousState=t.previousState===this.key?e.state:t.previousState,e},e.prototype._initSubStates=function(t){this.subStates=[];for(var e=0;e<t.length;e++)ct(t[e],this.dependentStates)&&this.subStates.push(t[e])},e.prototype._getSubState=function(t){for(var e=0;e<this.subStates.length;e++)if(this.encoding[this.subStates[e]].isCode(t))return this.subStates[e]},e.prototype._getAll=function(t,e){for(var r,i="",n=e;(r=t.charCodeAt(n++))&&this.isCode(r);)i+=String.fromCharCode(r-128);return i},e}(Ju),el.FNC1=function(t){function e(e,r){t.call(this,e),this.states=r}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Qu(this,{key:"FNC1",startState:"C",startAI:"(",endAI:")",dependentStates:["C","B"],applicationIdentifiers:{22:{max:29,type:"alphanumeric"},402:{length:17},7004:{max:4,type:"alphanumeric"},242:{max:6,type:"alphanumeric"},8020:{max:25,type:"alphanumeric"},703:{min:3,max:30,type:"alphanumeric"},8008:{min:8,max:12,type:"alphanumeric"},253:{min:13,max:17,type:"alphanumeric"},8003:{min:14,max:30,type:"alphanumeric"},multiKey:[{ids:["15","17","8005","8100"],ranges:[[11,13],[310,316],[320,336],[340,369]],type:{length:6}},{ids:["240","241","250","251","400","401","403","7002","8004","8007","8110"],ranges:[[-9]],type:{max:30,type:"alphanumeric"}},{ids:["7001"],ranges:[[410,414]],type:{length:13}},{ids:["10","21","254","420","8002"],type:{max:20,type:"alphanumeric"}},{ids:["00","8006","8017","8018"],type:{length:18}},{ids:["01","02","8001"],type:{length:14}},{ids:["422"],ranges:[[424,426]],type:{length:3}},{ids:["20","8102"],type:{length:2}},{ids:["30","37"],type:{max:8,type:"alphanumeric"}},{ids:["390","392"],type:{max:15,type:"alphanumeric"}},{ids:["421","423"],type:{min:3,max:15,type:"alphanumeric"}},{ids:["391","393"],type:{min:3,max:18,type:"alphanumeric"}},{ids:["7003","8101"],type:{length:10}}]},START:102})},e.prototype.addStart=function(){this.encoding[this.startState].addStart()},e.prototype.is=function(){return ct(this.key,this.states)},e.prototype.pushState=function(t){var e,r,i,n=this.encoding,o=t.value.replace(/\s/g,""),a=new RegExp("["+this.startAI+this.endAI+"]","g"),s=t.index,u={state:this.startState};n.addPattern(this.START);for(;;){if(u.index=0,(e=(i=o.charAt(s)===this.startAI?2:0)>0?this.getBySeparator(o,s):this.getByLength(o,s)).ai.length)r=s+i+e.id.length+e.ai.length;else if((r=o.indexOf(this.startAI,s+1))<0){if(s+e.ai.max+e.id.length+i<o.length)throw new Error("Separators are required after variable length identifiers");r=o.length}if(u.value=o.substring(s,r).replace(a,""),this.validate(e,u.value),n.pushData(u,this.dependentStates),r>=o.length)break;s=r,u.state!==this.startState&&(n[this.startState].move(u),u.state=this.startState),e.ai.length||n.addPattern(this.START)}t.index=t.value.length},e.prototype.validate=function(t,e){var r=e.substr(t.id.length),i=t.ai;if(!i.type&&!qu.test(r))throw new Error("Application identifier "+t.id+" is numeric only but contains non numeric character(s).");if("alphanumeric"===i.type&&!Zu.test(r))throw new Error("Application identifier "+t.id+" is alphanumeric only but contains non alphanumeric character(s).");if(i.length&&i.length!==r.length)throw new Error("Application identifier "+t.id+" must be "+i.length+" characters long.");if(i.min&&i.min>r.length)throw new Error("Application identifier "+t.id+" must be at least "+i.min+" characters long.");if(i.max&&i.max<r.length)throw new Error("Application identifier "+t.id+" must be at most "+i.max+" characters long.")},e.prototype.getByLength=function(t,e){for(var r,i,n=2;n<=4;n++)if(r=ul(t,e,n),i=this.getApplicationIdentifier(r)||this.getApplicationIdentifier(r.substring(0,r.length-1)))return{id:r,ai:i};this.unsupportedAIError(r)},e.prototype.unsupportedAIError=function(t){throw new Error("'"+t+"' is not a supported Application Identifier")},e.prototype.getBySeparator=function(t,e){var r=t.indexOf(this.startAI,e),i=t.indexOf(this.endAI,r),n=t.substring(r+1,i),o=this.getApplicationIdentifier(n)||this.getApplicationIdentifier(n.substr(n.length-1));return o||this.unsupportedAIError(n),{ai:o,id:n}},e.prototype.getApplicationIdentifier=function(t){var e=this.applicationIdentifiers,r=e.multiKey;if(e[t])return e[t];for(var i=0;i<r.length;i++){if(r[i].ids&&ct(t,r[i].ids))return r[i].type;if(r[i].ranges)for(var n=r[i].ranges,o=0;o<n.length;o++)if(n[o][0]<=t&&t<=n[o][1])return r[i].type}},e}(Ju);var rl=function(t){function e(e){t.call(this,e),this._initStates()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Qu(this,{characterMap:[212222,222122,222221,121223,121322,131222,122213,122312,132212,221213,221312,231212,112232,122132,122231,113222,123122,123221,223211,221132,221231,213212,223112,312131,311222,321122,321221,312212,322112,322211,212123,212321,232121,111323,131123,131321,112313,132113,132311,211313,231113,231311,112133,112331,132131,113123,113321,133121,313121,211331,231131,213113,213311,213131,311123,311321,331121,312113,312311,332111,314111,221411,431111,111224,111422,121124,121421,141122,141221,112214,112412,122114,122411,142112,142211,241211,221114,413111,241112,134111,111242,121142,121241,114212,124112,124211,411212,421112,421211,212141,214121,412121,111143,111341,131141,114113,114311,411113,411311,113141,114131,311141,411131,211412,211214,211232,2331112],STOP:106})},e.prototype._initStates=function(){for(var t=0;t<this.states.length;t++)this[this.states[t]]=new el[this.states[t]](this,this.states)},e.prototype.initValue=function(t,e,r){this.pattern=[],this.value=t,this.width=e,this.height=r,this.checkSum=0,this.totalUnits=0,this.index=0,this.position=1},e.prototype.addData=function(){var t={value:this.value,index:0,state:""};0!==this.value.length&&(t.state=t.previousState=this.getNextState(t,this.states),this.addStart(t),this.pushData(t,this.states),this.addCheckSum(),this.addStop(),this.setBaseUnit())},e.prototype.pushData=function(t,e){for(;this[t.state].pushState(t),!(t.index>=t.value.length);)if(t.shifted){var r=t.state;t.state=t.previousState,t.previousState=r,t.shifted=!1}else t.previousState=t.state,t.state=this.getNextState(t,e),this[t.state].move(t)},e.prototype.addStart=function(t){this[t.state].addStart(t),this.position=1},e.prototype.addCheckSum=function(){this.checksum=this.checkSum%103,this.addPattern(this.checksum)},e.prototype.addStop=function(){this.addPattern(this.STOP)},e.prototype.setBaseUnit=function(){this.baseUnit=this.width/(this.totalUnits+this.quietZoneLength)},e.prototype.addPattern=function(t){for(var e,r=this.characterMap[t].toString(),i=0;i<r.length;i++)e=parseInt(r.charAt(i),10),this.pattern.push(e),this.totalUnits+=e;this.checkSum+=t*this.position++},e.prototype.getNextState=function(t,e){for(var r=0;r<e.length;r++)if(this[e[r]].is(t.value,t.index))return e[r];this.invalidCharacterError(t.value.charAt(t.index))},e}(Eu),il=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Qu(this,{name:"Code 128 A",states:["A"]})},e}(rl),nl=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Qu(this,{name:"Code 128 B",states:["B"]})},e}(rl),ol=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Qu(this,{name:"Code 128 C",states:["C"]})},e}(rl),al=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Qu(this,{name:"Code 128",states:["C","B","A","FNC4"]})},e}(rl),sl=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Qu(this,{name:"Code GS1-128",states:["FNC1","C","B"]})},e}(rl);function ul(t,e,r){return t.substring(e,e+r)}var ll=Object.assign,cl=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),ll(this,{characterMap:["12121212","12121221","12122112","12122121","12211212","12211221","12212112","12212121","21121212","21121221"],START:"21",STOP:"121",checkSumType:"",checkSums:vl})},e.prototype.initValue=function(t,e){this.pattern=[],this.value=t,this.checkSumLength=0,this.width=e},e.prototype.setBaseUnit=function(){this.baseUnit=this.width/(12*(this.value.length+this.checkSumLength)+this.quietZoneLength+7)},e.prototype.addData=function(){var t=this.value;this.addPattern(this.START);for(var e=0;e<t.length;e++)this.addCharacter(t.charAt(e));this.options.addCheckSum&&this.addCheckSum(),this.addPattern(this.STOP),this.setBaseUnit()},e.prototype.addCharacter=function(t){var e=this.characterMap[t];e||this.invalidCharacterError(t),this.addPattern(e)},e.prototype.addPattern=function(t){for(var e=0;e<t.length;e++)this.pattern.push(parseInt(t.charAt(e),10))},e.prototype.addCheckSum=function(){var t=this.checkSums[this.checkSumType].call(this.checkSums,this.value);this.checksum=t.join("");for(var e=0;e<t.length;e++)this.checkSumLength++,this.addPattern(this.characterMap[t[e]])},e}(Eu),pl=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),ll(this,{name:"MSI Modulo10",checkSumType:"Modulo10"})},e}(cl),hl=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),ll(this,{name:"MSI Modulo11",checkSumType:"Modulo11"})},e}(cl),fl=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),ll(this,{name:"MSI Modulo10 Modulo10",checkSumType:"Modulo10Modulo10"})},e}(cl),dl=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),ll(this,{name:"MSI Modulo11 Modulo10",checkSumType:"Modulo11Modulo10"})},e}(cl),vl={Modulo10:function(t){var e,r,i,n=[0,""],o=t.length%2;for(e=0;e<t.length;e++)n[(e+o)%2]+=parseInt(t.charAt(e),10);for(i=n[0],r=(2*n[1]).toString(),e=0;e<r.length;e++)i+=parseInt(r.charAt(e),10);return[(10-i%10)%10]},Modulo11:function(t){for(var e,r=0,i=t.length,n=0;n<i;n++)r+=(((i-n)%6||6)+1)*t.charAt(n);return 10!==(e=(11-r%11)%11)?[e]:[1,0]},Modulo11Modulo10:function(t){var e,r=this.Modulo11(t);return e=t+r[0],r.concat(this.Modulo10(e))},Modulo10Modulo10:function(t){var e,r=this.Modulo10(t);return e=t+r[0],r.concat(this.Modulo10(e))}},gl=Object.assign,yl=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),gl(this,{name:"EAN 13",keyTable:["000000","001011","001101","001110","010011","011001","011100","010101","010110","011010"],characterMap:{digits:[[3,2,1,1],[2,2,2,1],[2,1,2,2],[1,4,1,1],[1,1,3,2],[1,2,3,1],[1,1,1,4],[1,3,1,2],[1,2,1,3],[3,1,1,2]],start:[1,1,1],middle:[1,1,1,1,1]}})},e.prototype.initValue=function(t,e,r){var i=String(t);if(12!==i.length||/\D/.test(i))throw new Error('The value of the "EAN13" encoding should be 12 symbols');this.pattern=[],this.options.height=r,this.baseUnit=e/(95+this.quietZoneLength),this.value=i,this.checksum=this.calculateChecksum(),this.leftKey=i[0],this.leftPart=i.substr(1,6),this.rightPart=i.substr(7)+this.checksum},e.prototype.addData=function(){this.addPieces(this.characterMap.start),this.addSide(this.leftPart,this.leftKey),this.addPieces(this.characterMap.middle),this.addSide(this.rightPart),this.addPieces(this.characterMap.start)},e.prototype.addSide=function(t,e){for(var r=0;r<t.length;r++)e&&parseInt(this.keyTable[e].charAt(r),10)?this.addPieces(Array.prototype.slice.call(this.characterMap.digits[t.charAt(r)]).reverse(),!0):this.addPieces(this.characterMap.digits[t.charAt(r)],!0)},e.prototype.addPieces=function(t,e){for(var r=0;r<t.length;r++)e?this.pattern.push({y1:0,y2:.95*this.options.height,width:t[r]}):this.pattern.push(t[r])},e.prototype.calculateChecksum=function(){for(var t=0,e=0,r=this.value.split("").reverse().join(""),i=0;i<r.length;i++)i%2?e+=parseInt(r.charAt(i),10):t+=parseInt(r.charAt(i),10);return(10-(3*t+e)%10)%10},e}(Eu),ml=Object.assign,bl=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),ml(this,{name:"EAN 8"})},e.prototype.initValue=function(t,e,r){if(7!==t.length||/\D/.test(t))throw new Error("Invalid value provided");this.value=t,this.options.height=r,this.checksum=this.calculateChecksum(this.value),this.leftPart=this.value.substr(0,4),this.rightPart=this.value.substr(4)+this.checksum,this.pattern=[],this.baseUnit=e/(67+this.quietZoneLength)},e}(yl),xl={code11:Du,code39:Fu,code39extended:Uu,code93:$u,code93extended:Gu,code128:al,code128a:il,code128b:nl,code128c:ol};xl["gs1-128"]=sl,xl.msimod10=pl,xl.msimod11=hl,xl.msimod1010=fl,xl.msimod1110=dl,xl.postnet=Wu,xl.ean8=bl,xl.ean13=yl;var Cl=function(t){function e(e,r){t.call(this),this.options=M({},this.options,r),this.element=e,this._initElement(),this._initSurface(),this._setOptions(r),r&&bt(r.value)&&this.redraw()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.destroy=function(){this._destroySurface()},e.prototype._initElement=function(){C(this.element,"k-barcode"),this.element.style.display="block"},e.prototype._initSurface=function(){var t=this.options,e=this.surface;e&&e.options.type===t.renderAs||(this._destroySurface(),this._initSurfaceElement(),this.surface=this._createSurface())},e.prototype._createSurface=function(){return S.drawing.Surface.create(this.surfaceElement,{type:this.options.renderAs})},e.prototype._destroySurface=function(){this.surface&&(this.surface.destroy(),this.surface=null,this._destroySurfaceElement())},e.prototype._initSurfaceElement=function(){this.surfaceElement||(this.surfaceElement=document.createElement("div"),this.surfaceElement.style.position="relative",this.element.appendChild(this.surfaceElement))},e.prototype._destroySurfaceElement=function(){this.surfaceElement&&this.surfaceElement.parentNode&&(this.surfaceElement.parentNode.removeChild(this.surfaceElement),this.surfaceElement=null)},e.prototype.setOptions=function(t){this._setOptions(t),this.redraw()},e.prototype.redraw=function(){var t=this._getSize();this.surface.clear(),this.surface.setSize({width:t.width,height:t.height}),this.createVisual(),this.surface.draw(this.visual)},e.prototype.getSize=function(){return{width:this.element.offsetWidth,height:this.element.offsetHeight}},e.prototype._resize=function(){this.redraw()},e.prototype.createVisual=function(){this.visual=this._render()},e.prototype._render=function(){var t,e,r=this.options,i=r.value,n=r.text,o=D(n.margin),a=this._getSize(),s=r.border||{},u=this.encoding,l=new Zt(0,0,a.width,a.height).unpad(s.width).unpad(r.padding),c=l.height(),p=new S.drawing.Group;return this.contentBox=l,p.append(this._getBackground(a)),n.visible&&(c-=S.drawing.util.measureText(i,{font:n.font}).height+o.top+o.bottom),t=u.encode(i,l.width(),c),n.visible&&(e=i,r.checksum&&bt(u.checksum)&&(e+=" "+u.checksum),p.append(this._getText(e))),this.barHeight=c,this._bandsGroup=this._getBands(t.pattern,t.baseUnit),p.append(this._bandsGroup),p},e.prototype.exportVisual=function(){return this._render()},e.prototype._getSize=function(){var t=this.element,e=t.clientWidth,r=t.clientHeight,i=new S.geometry.Size(300,100);return e>0&&(i.width=e),r&&(i.height=r),this.options.width&&(i.width=this.options.width),this.options.height&&(i.height=this.options.height),i},e.prototype.value=function(t){if(!bt(t))return this.options.value;this.options.value=String(t),this.redraw()},e.prototype._getBands=function(t,e){for(var r,i,n=this.contentBox,o=n.x1,a=new S.drawing.Group,s=0;s<t.length;s++){if(r=(i=N(t[s])?t[s]:{width:t[s],y1:0,y2:this.barHeight}).width*e,s%2){var u=S.geometry.Rect.fromPoints(new S.geometry.Point(o,i.y1+n.y1),new S.geometry.Point(o+r,i.y2+n.y1)),l=S.drawing.Path.fromRect(u,{fill:{color:this.options.color},stroke:null});a.append(l)}o+=r}return a},e.prototype._getBackground=function(t){var e=this.options,r=e.border||{},i=new Zt(0,0,t.width,t.height).unpad(r.width/2);return S.drawing.Path.fromRect(i.toRect(),{fill:{color:e.background},stroke:{color:r.width?r.color:"",width:r.width,dashType:r.dashType}})},e.prototype._getText=function(t){var e=this.options.text,r=this._textbox=new xe(t,{font:e.font,color:e.color,align:"center",vAlign:"bottom",margin:e.margin});return r.reflow(this.contentBox),r.renderVisual(),r.visual},e.prototype._setOptions=function(t){if(this.type=(t.type||this.options.type).toLowerCase(),"upca"===this.type&&(this.type="ean13",t.value="0"+t.value),"upce"===this.type&&(this.type="ean8",t.value="0"+t.value),!xl[this.type])throw new Error("Encoding "+this.type+" is not supported.");this.encoding=new xl[this.type],this.options=M({},this.options,t)},e}(S.Class);Lt(Cl,{name:"Barcode",renderAs:"svg",value:"",type:"code39",checksum:!1,width:0,height:0,color:"black",background:"white",text:{visible:!0,font:"16px Consolas, Monaco, Sans Mono, monospace, sans-serif",color:"black",margin:{top:0,bottom:0,left:0,right:0}},border:{width:0,dashType:"solid",color:"black"},padding:{top:0,bottom:0,left:0,right:0}});var _l=Cl,Ol="Arial, Helvetica, sans-serif",Sl="12px "+Ol,wl="16px "+Ol,jl=function(){return{icon:{border:{width:1}},label:{font:Sl,padding:3},line:{length:10,width:2},visible:!0}},Pl=function(t){return{visible:!0,labels:{font:"11px Arial, Helvetica, sans-serif"},overlay:t.gradients?{}:{gradient:"none"},area:{highlight:{markers:{border:{}}},line:{opacity:1,width:0},markers:{size:6,visible:!1},opacity:.4},rangeArea:{highlight:{markers:{border:{}}},line:{opacity:1,width:0},markers:{size:6,visible:!1},opacity:.4},verticalRangeArea:{highlight:{markers:{border:{}}},line:{opacity:1,width:0},markers:{size:6,visible:!1},opacity:.4},bar:{gap:1.5,spacing:.4},boxPlot:{outliersField:"",meanField:"",border:{_brightness:.8,width:1},downColor:"#fff",gap:1,highlight:{border:{opacity:1,width:2},whiskers:{width:3},mean:{width:2},median:{width:2}},mean:{width:2},median:{width:2},spacing:.3,whiskers:{width:2}},bubble:{border:{width:0},labels:{background:"transparent"},opacity:.6},bullet:{gap:1.5,spacing:.4,target:{color:"#ff0000"}},candlestick:{border:{_brightness:.8,width:1},downColor:"#fff",gap:1,highlight:{border:{opacity:1,width:2},line:{width:2}},line:{color:"#000",width:1},spacing:.3},column:{gap:1.5,spacing:.4},heatmap:{labels:{color:"",background:"transparent",visible:!0},highlight:{border:{width:0}}},pie:{labels:{background:"",color:"",padding:{top:5,bottom:5,left:7,right:7}}},donut:{margin:1},funnel:{labels:{background:"",color:"",padding:{top:5,bottom:5,left:7,right:7}}},horizontalWaterfall:{gap:.5,line:{color:"#000",width:1},spacing:.4},line:{width:2},notes:jl(),ohlc:{gap:1,highlight:{line:{opacity:1,width:3}},line:{width:1},spacing:.3},radarArea:{line:{opacity:1,width:0},markers:{size:6,visible:!1},opacity:.5},radarLine:{markers:{visible:!1},width:2},polarArea:{line:{opacity:1,width:0},markers:{size:6,visible:!1},opacity:.5},polarLine:{markers:{visible:!1},width:2},rangeBar:{gap:1.5,spacing:.4},rangeColumn:{gap:1.5,spacing:.4},scatterLine:{width:1},verticalArea:{highlight:{markers:{border:{}}},line:{opacity:1,width:0},markers:{size:6,visible:!1},opacity:.4},verticalBoxPlot:{outliersField:"",meanField:"",border:{_brightness:.8,width:1},downColor:"#fff",gap:1,highlight:{border:{opacity:1,width:2},whiskers:{width:3},mean:{width:2},median:{width:2}},mean:{width:2},median:{width:2},spacing:.3,whiskers:{width:2}},verticalBullet:{gap:1.5,spacing:.4,target:{color:"#ff0000"}},verticalLine:{width:2},waterfall:{gap:.5,line:{color:"#000",width:1},spacing:.4}}},Al=function(t){return void 0===t&&(t={}),{axisDefaults:{labels:{font:Sl},notes:jl(),title:{font:wl,margin:5}},categoryAxis:{majorGridLines:{visible:!0}},navigator:{pane:{height:90,margin:{top:10}}},seriesDefaults:Pl(t),title:{font:wl},legend:{labels:{font:Sl}}}}},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.CollectionConfigurationVue3=e.CollectionConfiguration=void 0;var a=o(r(2)),s=a.h,u=(a.ref,r(1)),l={name:"KendoCollectionConfiguration",props:{chartKey:String,parentKey:String,parentStore:Object},provide:function(){return{childOption:!1,chartCollection:this.$props.chartKey,parentKey:this.$props.parentKey,child:this.child,addChild:this.addChild,removeChild:this.removeChild}},inject:{dispatchOptions:{default:null},observersStore:{default:null},childrenObserver:{default:null}},created:function(){(0,this.dispatchOptions)({chartKey:this.$props.chartKey,payload:[]})},data:function(){return{child:{collection:[]}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){return(s||t)("div",[u.getDefaultSlots(this)," "])},methods:{addChild:function(t){this.child.collection.push(t)},removeChild:function(t){var e=this.child.collection.findIndex((function(e){return e.uid===t.uid}));this.child.collection.splice(e,1)}}};e.CollectionConfiguration=l;var c=l;e.CollectionConfigurationVue3=c},function(t,e,r){"use strict";var i=function(){return(i=Object.assign||function(t){for(var e,r=1,i=arguments.length;r<i;r++)for(var n in e=arguments[r])Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t}).apply(this,arguments)},n=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},o=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},a=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&n(e,t,r);return o(e,t),e},s=function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0}),e.BaseChartVue3=e.BaseChart=void 0;var u=a(r(2)).h,l=r(35),c=r(7),p=r(1),h=r(3),f=r(36),d=r(38),v=r(40),g=r(41),y=s(r(42)),m=r(43),b=r(3);r(44);var x=r(45),C=r(47),_=r(1),O=r(49),S={name:"KendoBaseChart",props:{deriveOptionsFromParent:{type:Function,default:void 0},chartConstructor:{type:[Object,Function],default:function(){}},className:String,chartStyle:Object,wrapper:String,getTarget:{type:Function,default:void 0},dataItems:{type:Array,default:function(){}},dir:String,renderAs:{type:String,default:void 0,validator:function(t){return["svg","canvas"].includes(t)}},pannable:{type:[Boolean,Object],default:function(){}},zoomable:{type:[Boolean,Object],default:function(){}},seriesColors:{type:Array,default:function(){}},transitions:{type:Boolean,default:!0},paneDefaults:{type:Object,default:function(){}},panes:{type:Array,default:function(){}},seriesDefaults:{type:Object,default:function(){}},axisDefaults:{type:Object,default:function(){}},allListeners:{type:Object,default:void 0}},inject:{kendoIntlService:{default:null}},provide:function(){return{optionsState:this.optionsState,dispatchOptions:this.dispatchOptions,observersState:this.observersState,dispatchObservers:this.dispatchObservers,childrenObserver:this.childrenObserver}},created:function(){this.chartInstance=null,this.element=null,this.suppressTransitions=!1,_.validatePackage(O.packageMetadata),this.themeStore=y.default(m.themeReducer),this.chartObserver=new c.InstanceObserver(this,{render:"onRender",legendItemClick:"onLegendItemClick"})},data:function(){return{optionsState:{},observersState:[],childrenObserver:new c.InstanceObserver(this,{onMouseLeave:"onChildMouseLeave"})}},mounted:function(){this.element=this.v3?this.elementRef:this.$refs.element,g.loadTheme(this.themeStore,this.instantiateCoreChart),window.addEventListener("resize",this.onWindowResize)},destroyed:u?void 0:function(){this.onDestroyed()},unmounted:function(){this.onDestroyed()},updated:function(){if(null!==this.chartInstance){var t=l.provideIntlService(this),e=this.chartInstance.chartService;t.locale!==e._intlService.locale&&(this.chartInstance.chartService._intlService=t,this.chartInstance.chartService.format._intlService=t,this.chartInstance.noTransitionsRedraw()),this.refresh()}},setup:u?function(){return{v3:!!u}}:void 0,render:function(t){var e=u||t,r=p.getDefaultSlots(this),n=this.$props,o=n.chartStyle,a=void 0===o?{}:o,s=n.className,l=n.wrapper,c=Object.assign({},a,{position:"relative"});return e(l,{style:c,class:s,key:"chartElement"},[e(x.SeriesTooltip,{key:"seriesTooltip"}),e(C.CrosshairContainer,{key:"crosshairTooltips",optionsState:i({},this.optionsState),attrs:this.v3?void 0:{optionsState:i({},this.optionsState)}}),function(){var t=this;return e("div",{onMouseleave:this.onChartMouseLeave,on:this.v3?void 0:{mouseleave:this.onChartMouseLeave},ref:this.v3?function(e){t.elementRef=e}:"element",class:"k-chart-surface"},[r])}.call(this)])},methods:{dispatchOptions:function(t){m.optionsReducer(this.optionsState,t)},dispatchObservers:function(t){this.observersState=m.observersReducer(this.observersState,t)},onDestroyed:function(){null!==this.chartInstance&&(this.chartInstance.destroy(),this.chartInstance=null),window.removeEventListener("resize",this.onWindowResize)},getDirection:function(t){return void 0!==t?"rtl"===t:p.isRtl(this.element)},getChartOptions:function(){var t=this.$props,e=t.renderAs,r=t.pannable,i=t.zoomable,n=t.paneDefaults,o=t.panes,a=t.transitions,s=t.seriesColors,u=t.seriesDefaults,l=t.axisDefaults,c=t.deriveOptionsFromParent,p={};return void 0!==e&&(p.renderAs=e),void 0!==r&&(p.pannable=r),void 0!==i&&(p.zoomable=i),void 0!==n&&(p.paneDefaults=n),void 0!==o&&(p.panes=o),void 0!==a&&(p.transitions=a),void 0!==s&&(p.seriesColors=s),void 0!==u&&(p.seriesDefaults=u),void 0!==l&&(p.axisDefaults=l),p=Object.assign(p,this.optionsState),c&&(p=c(p)),p},refresh:function(){if(null!==this.chartInstance){var t=this.themeStore.getState(),e=this.getChartOptions(),r=e.transitions;this.suppressTransitions&&(e.transitions=!1),p.hasListener.call(this,"refresh")?this.trigger("refresh",{chartOptions:e,themeOptions:t,chartInstance:this.chartInstance}):this.chartInstance.setOptions(e,t),this.suppressTransitions&&(e.transitions=r,this.suppressTransitions=!1)}},instantiateCoreChart:function(){var t=this.$props,e=t.dir,r=t.chartConstructor,i=this.getChartOptions(),n=null;this.element&&(n=this.element.lastElementChild)&&this.element.removeChild(n),this.chartInstance=new r(this.element,i,this.themeStore.getState(),{rtl:this.getDirection(e),intlService:l.provideIntlService(this),observer:this.chartObserver,sender:this}),this.element&&n&&this.element.appendChild(n)},trigger:function(t,e){for(var r=this.$props.getTarget(),i=d.create(t,e,r),n=this.observersState,o=!1,a=0;a<n.length;a++)n[a].trigger(t,e)&&(o=!0);return!1===o&&i?(this.$emit("basechartevent",t.toLowerCase(),i),i.isDefaultPrevented&&i.isDefaultPrevented()):o},triggerDomEvent:function(t,e){for(var r=this.observersState,i=!1,n=0;n<r.length;n++)r[n].trigger(t,e)&&(i=!0);return i},onRender:function(t){null!==this.chartInstance&&(this.surface=t.sender.surface,this.trigger("render",t))},hasListener:function(t){return!!this.$props.allListeners&&Object.keys(this.$props.allListeners).some((function(e){return-1!==e.toLowerCase().indexOf(t.toLowerCase())}))},onLegendItemClick:function(t){if(null!==this.chartInstance)if(this.hasListener("legendItemClick"))this.trigger("legendItemClick",t);else{var e=this.optionsState.series;if(!e)return;var r={},i=t.seriesIndex,n=t.pointIndex,o=e[i];if(void 0===n)r=Object.assign({},o,{visible:b.toggle(o.visible)});else{var a=o.pointVisibility=o.pointVisibility||[];a[n]=b.toggle(a[n]),r=Object.assign({},o)}this.dispatchOptions({chartCollectionIdxKey:"series_"+i,payload:r}),this.suppressTransitions=!0,this.refresh()}},onWindowResize:function(){null!==this.chartInstance&&this.chartInstance.resize()},onChartMouseLeave:function(t){var e=v.toDomEvent(this,t);this.triggerDomEvent("onMouseLeave",e)?t.preventDefault():null!==this.chartInstance&&this.chartInstance.hideElements()},onChildMouseLeave:function(t){var e=t.event;return this.chartInstance&&!h.hasParent(e.relatedTarget,this.element)&&this.chartInstance.hideElements(),!1},requiresHandlers:function(t){for(var e=0;e<t.length;e++){var r=t[e];if(this.hasListener(r))return!0}return!1}}};e.BaseChart=S;var w=S;e.BaseChartVue3=w,c.DomEventsBuilder.register(f.DomEventsBuilder)},function(t,e){t.exports=r},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.AxisLabelClickEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.axis=e.axis,i.dataItem=e.dataItem,i.index=e.index,i.text=e.text,i.value=e.value,i}return n(e,t),e}(r(5).BaseEvent);e.AxisLabelClickEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.DragEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.axisRanges=e.axisRanges,i.nativeEvent=e.originalEvent,i}return n(e,t),e}(r(6).PreventableEvent);e.DragEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.DragEndEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.axisRanges=e.axisRanges,i.nativeEvent=e.originalEvent,i}return n(e,t),e}(r(5).BaseEvent);e.DragEndEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.DragStartEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.axisRanges=e.axisRanges,i.nativeEvent=e.originalEvent,i}return n(e,t),e}(r(6).PreventableEvent);e.DragStartEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.LegendItemHoverEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.series=e.series,i.seriesIndex=e.seriesIndex,i.pointIndex=e.pointIndex,i.text=e.text,i}return n(e,t),e.prototype.preventDefault=function(){t.prototype.preventDefault.call(this)},e}(r(6).PreventableEvent);e.LegendItemHoverEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.LegendItemClickEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.series=e.series,i.seriesIndex=e.seriesIndex,i.pointIndex=e.pointIndex,i.text=e.text,i}return n(e,t),e.prototype.preventDefault=function(){t.prototype.preventDefault.call(this)},e}(r(6).PreventableEvent);e.LegendItemClickEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.NavigatorFilterEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.from=e.from,i.to=e.to,i}return n(e,t),e}(r(5).BaseEvent);e.NavigatorFilterEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.NoteClickEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.category=e.category,i.dataItem=e.dataItem,i.series=e.series,i.value=e.value,i.visual=e.visual,i}return n(e,t),e}(r(5).BaseEvent);e.NoteClickEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.NoteHoverEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.category=e.category,i.dataItem=e.dataItem,i.series=e.series,i.value=e.value,i.visual=e.visual,i}return n(e,t),e}(r(5).BaseEvent);e.NoteHoverEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.PlotAreaClickEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.category=e.category,i.nativeEvent=e.originalEvent,i.value=e.value,i.x=e.x,i.y=e.y,i}return n(e,t),e}(r(5).BaseEvent);e.PlotAreaClickEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.PlotAreaHoverEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.category=e.category,i.nativeEvent=e.originalEvent,i.value=e.value,i.x=e.x,i.y=e.y,i}return n(e,t),e}(r(5).BaseEvent);e.PlotAreaHoverEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.RenderEvent=void 0;var o=function(t){function e(e,r){return t.call(this,r)||this}return n(e,t),e}(r(5).BaseEvent);e.RenderEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.SelectEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.axis=e.axis,i.from=e.from,i.to=e.to,i}return n(e,t),e}(r(6).PreventableEvent);e.SelectEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.SelectEndEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.axis=e.axis,i.from=e.from,i.to=e.to,i}return n(e,t),e}(r(5).BaseEvent);e.SelectEndEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.SelectStartEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.axis=e.axis,i.from=e.from,i.to=e.to,i}return n(e,t),e}(r(6).PreventableEvent);e.SelectStartEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.SeriesClickEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.category=e.category,i.dataItem=e.dataItem,i.nativeEvent=e.originalEvent,i.percentage=e.percentage,i.point=e.point,i.series=e.series,i.stackValue=e.stackValue,i.value=e.value,i}return n(e,t),e}(r(5).BaseEvent);e.SeriesClickEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.SeriesHoverEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.category=e.category,i.categoryPoints=e.categoryPoints,i.dataItem=e.dataItem,i.nativeEvent=e.originalEvent,i.percentage=e.percentage,i.point=e.point,i.series=e.series,i.stackValue=e.stackValue,i.value=e.value,i}return n(e,t),e}(r(6).PreventableEvent);e.SeriesHoverEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.ZoomEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.axisRanges=e.axisRanges,i.delta=e.delta,i.nativeEvent=e.originalEvent,i}return n(e,t),e}(r(6).PreventableEvent);e.ZoomEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.ZoomEndEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.axisRanges=e.axisRanges,i.nativeEvent=e.originalEvent,i}return n(e,t),e}(r(5).BaseEvent);e.ZoomEndEvent=o},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.ZoomStartEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.axisRanges=e.axisRanges,i.nativeEvent=e.originalEvent,i}return n(e,t),e}(r(6).PreventableEvent);e.ZoomStartEvent=o},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.TooltipPoint=void 0;var i=function(){function t(t,e){this.value=t.value,this.category=t.category,this.categoryIndex=t.categoryIx,this.series=t.series,this.dataItem=t.dataItem,this.percentage=t.percentage,this.runningTotal=t.runningTotal,this.total=t.total,this.low=t.low,this.high=t.high,this.xLow=t.xLow,this.xHigh=t.xHigh,this.yLow=t.yLow,this.yHigh=t.yHigh,this.point=t,this.format=((t.options||{}).tooltip||{}).format||e}return Object.defineProperty(t.prototype,"formattedValue",{get:function(){return this.format?this.point.formatValue(this.format):String(this.value)},enumerable:!1,configurable:!0}),t}();e.TooltipPoint=i},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.TooltipPopupVue3=e.TooltipPopup=void 0;var a=o(r(2)).h,s=r(7),u=r(3),l=r(180),c=r(1),p={horizontal:"fit",vertical:"fit"},h="k-chart-tooltip",f={name:"KendoTooltipPopup",props:{className:String,popupShown:Boolean,popupAlign:{type:Object,default:function(){}},popupOffset:{type:Object},popupStyles:{type:Object},popupContent:Function},inject:{options:{default:{state:{}}},dispatchOptions:{default:null},observersState:{default:null},dispatchObservers:{default:null},childrenObserver:{default:null}},created:function(){this.chartObserver=new s.InstanceObserver(this,{onMouseLeave:"onChartMouseLeave"}),this.dispatchObservers({type:"add",payload:this.chartObserver})},destroyed:function(){this.dispatchObservers({type:"remove",payload:this.chartObserver})},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=this,r=this,i=a||t,n=c.getDefaultSlots(this),o=this.$props,s=o.popupShown,u=o.popupAlign,f=o.popupOffset,d=o.popupStyles,v=(o.popupContent,o.className),g=[h,v].join(" ").trim();return i(l.Popup,{animate:!1,attrs:this.v3?void 0:{animate:!1,popupAlign:u,offset:f,show:s,collision:p},popupAlign:u,offset:f,show:s,collision:p,class:"k-chart-tooltip-wrapper"},this.v3?function(){return[i("div",{class:g,style:d,onMouseleave:e.onMouseLeave,on:e.v3?void 0:{mouseleave:e.onMouseLeave},ref:function(t){return r.element=t}},[n])]}:[i("div",{class:g,style:d,onMouseleave:e.onMouseLeave,on:e.v3?void 0:{mouseleave:e.onMouseLeave},ref:function(t){return r.element=t}},[n])])},methods:{onChartMouseLeave:function(t){var e=t.event;return!!u.hasParent(e.relatedTarget,this.element)},onMouseLeave:function(t){}}};e.TooltipPopup=f;var d=f;e.TooltipPopupVue3=d},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=function(t,e){for(var r in t)"default"===r||e.hasOwnProperty(r)||i(e,t,r)};Object.defineProperty(e,"__esModule",{value:!0}),e.StockChartVue3=e.StockChart=e.SparklineVue3=e.Sparkline=e.ChartVue3=e.Chart=void 0;var o=r(34);Object.defineProperty(e,"Chart",{enumerable:!0,get:function(){return o.Chart}}),Object.defineProperty(e,"ChartVue3",{enumerable:!0,get:function(){return o.ChartVue3}});var a=r(51);Object.defineProperty(e,"Sparkline",{enumerable:!0,get:function(){return a.Sparkline}}),Object.defineProperty(e,"SparklineVue3",{enumerable:!0,get:function(){return a.SparklineVue3}});var s=r(52);Object.defineProperty(e,"StockChart",{enumerable:!0,get:function(){return s.StockChart}}),Object.defineProperty(e,"StockChartVue3",{enumerable:!0,get:function(){return s.StockChartVue3}}),n(r(53),e),n(r(54),e),n(r(176),e),n(r(177),e),n(r(178),e),n(r(179),e)},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartVue3=e.Chart=void 0;var a=o(r(2)),s=a.h,u=(a.ref,r(9)),l=r(50),c=r(7),p=r(1),h={name:"KendoChart",props:{donutCenterRender:[String,Function,Object],dir:String,renderAs:{type:String,default:void 0,validator:function(t){return["svg","canvas"].includes(t)}},pannable:{type:[Boolean,Object],default:function(){}},zoomable:{type:[Boolean,Object],default:function(){}},seriesColors:{type:Array,default:function(){}},transitions:{type:Boolean,default:!0},paneDefaults:{type:Object,default:function(){}},panes:{type:Array,default:function(){}},seriesDefaults:{type:Object,default:function(){}},axisDefaults:{type:Object,default:function(){}}},updated:function(){this.baseChart=this.v3?this.baseChartRef:this.$refs.baseChart},mounted:function(){this.baseChart=this.v3?this.baseChartRef:this.$refs.baseChart},methods:{chartInstance:function(){return null!==this.baseChart?this.baseChart.chartInstance:null},surface:function(){return null!==this.baseChart?this.baseChart.surface:null},element:function(){return null!==this.baseChart?this.baseChart.element:null},getTarget:function(){return this},handleBaseChartEvents:function(t,e){this.$emit(t,e)}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=this,r=this,i=s||t,n=p.getDefaultSlots(this),o=this.$props,a=o.donutCenterRender,h=o.dir,f=o.renderAs,d=o.pannable,v=o.zoomable,g=o.seriesColors,y=o.transitions,m=o.paneDefaults,b=o.panes,x=o.seriesDefaults,C=o.axisDefaults,_=a?p.templateRendering.call(this,a,p.getListeners.call(this)):null;return i(u.BaseChart,{dir:h,attrs:this.v3?void 0:{dir:h,renderAs:f,pannable:d,zoomable:v,seriesColors:g,transitions:y,paneDefaults:m,panes:b,seriesDefaults:x,axisDefaults:C,chartConstructor:c.Chart,getTarget:this.getTarget,wrapper:"div",allListeners:p.getListeners.call(this)},renderAs:f,pannable:d,zoomable:v,seriesColors:g,transitions:y,paneDefaults:m,panes:b,seriesDefaults:x,axisDefaults:C,ref:this.v3?function(t){r.baseChartRef=t}:"baseChart",chartConstructor:c.Chart,getTarget:this.getTarget,wrapper:"div",class:p.classNames("k-chart k-widget"),onBasechartevent:this.handleBaseChartEvents,on:this.v3?void 0:{basechartevent:this.handleBaseChartEvents},allListeners:p.getListeners.call(this)},this.v3?function(){return[n,i(l.DonutCenter,{render:_,attrs:e.v3?void 0:{render:_}})]}:[n,i(l.DonutCenter,{render:_,attrs:e.v3?void 0:{render:_}})])}};e.Chart=h;var f=h;e.ChartVue3=f},function(t,e){t.exports=i},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.DomEventsBuilder=void 0;var i=r(37),n=function(){function t(){}return t.create=function(t,e){if("undefined"!=typeof window){var r=window.Hammer;if(!r)return void 0;var n=new r(t,{recognizers:[[r.Tap],[r.Pan],[r.Pinch],[r.Press,{time:0}]]});return new i.DomEvents(n,e)}},t}();e.DomEventsBuilder=n},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.DomEvents=void 0;var i=function(t){return{x:{location:t.pageX},y:{location:t.pageY}}};function n(t,e){for(var r=0;r<t.length;r++)if(e[t[r]])return!0;return!1}var o=[{end:"panend",move:"panmove",start:"panstart"},{gesturechange:"pinchmove",gestureend:"pinchend",gesturestart:"pinchstart"},{press:"press"},{tap:"tap"}],a=function(){function t(t,e){this.hammerInstance=t,this.eventHandlers={},this.tap=this.tap.bind(this),this.press=this.press.bind(this),this.panstart=this.panstart.bind(this),this.panmove=this.panmove.bind(this),this.panend=this.panend.bind(this),this.pinchstart=this.pinchstart.bind(this),this.pinchmove=this.pinchmove.bind(this),this.pinchend=this.pinchend.bind(this),e&&this.bind(e)}return t.prototype.tap=function(t){this.trigger("tap",t)},t.prototype.press=function(t){this.trigger("press",t)},t.prototype.panstart=function(t){delete this.previous,this.previous=this.trigger("start",t)},t.prototype.panmove=function(t){this.previous=this.trigger("move",t)},t.prototype.panend=function(t){this.trigger("end",t),delete this.previous},t.prototype.pinchstart=function(t){this.trigger("gesturestart",t)},t.prototype.pinchmove=function(t){this.trigger("gesturechange",t)},t.prototype.pinchend=function(t){this.trigger("gestureend",t)},t.prototype.trigger=function(t,e){var r=function(t,e){var r=t.pointers,n=r[0],o=n.pageX,a=n.pageY,s=0;if(r.length>1){var u=r[0],l=r[1];s=Math.sqrt(Math.pow(u.pageX-l.pageX,2)+Math.pow(u.pageY-l.pageY,2))}return{distance:s,event:t.srcEvent,preventDefault:function(){t.preventDefault()},target:t.target,touches:r.map(i),type:t.type,x:{delta:e?o-e.x.location:0,initialDelta:t.deltaX,location:o,startLocation:o-t.deltaX},y:{delta:e?a-e.y.location:0,initialDelta:t.deltaY,location:a,startLocation:a-t.deltaY}}}(e,this.previous);return this.eventHandlers[t]&&this.eventHandlers[t](r),r},t.prototype.bind=function(t){void 0===t&&(t={}),this.unbind(),this.eventHandlers=t;for(var e=0;e<o.length;e++){var r=o[e],i=Object.keys(r);if(n(i,t))for(var a=0;a<i.length;a++){var s=r[i[a]];this.hammerInstance.on(s,this[s])}}},t.prototype.unbind=function(){this.hammerInstance&&this.hammerInstance.off(),this.eventHandlers={}},t.prototype.destroy=function(){this.hammerInstance&&(this.hammerInstance.destroy(),delete this.hammerInstance),delete this.eventHandlers},t.prototype.toggleDrag=function(t){this.toggle("pan",t)},t.prototype.toggleZoom=function(t){this.toggle("pinch",t)},t.prototype.toggle=function(t,e){this.hammerInstance&&this.hammerInstance.get(t).set({enable:e})},t}();e.DomEvents=a},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.create=void 0;var i=r(11),n=r(12),o=r(13),a=r(14),s=r(15),u=r(16),l=r(39),c=r(17),p=r(18),h=r(19),f=r(20),d=r(21),v=r(22),g=r(23),y=r(24),m=r(25),b=r(26),x=r(27),C=r(28),_=r(29),O=r(30),S={axisLabelClick:i.AxisLabelClickEvent,drag:n.DragEvent,dragEnd:o.DragEndEvent,dragStart:a.DragStartEvent,legendItemHover:s.LegendItemHoverEvent,legendItemClick:u.LegendItemClickEvent,legendItemLeave:l.LegendItemLeaveEvent,navigatorFilter:c.NavigatorFilterEvent,noteClick:p.NoteClickEvent,noteHover:h.NoteHoverEvent,plotAreaClick:f.PlotAreaClickEvent,plotAreaHover:d.PlotAreaHoverEvent,render:v.RenderEvent,select:g.SelectEvent,selectEnd:y.SelectEndEvent,selectStart:m.SelectStartEvent,seriesClick:b.SeriesClickEvent,seriesHover:x.SeriesHoverEvent,zoom:C.ZoomEvent,zoomEnd:_.ZoomEndEvent,zoomStart:O.ZoomStartEvent};e.create=function(t,e,r){if(S[t])return new S[t](e,r)}},function(t,e,r){"use strict";var i,n=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)},function(t,e){function r(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.LegendItemLeaveEvent=void 0;var o=function(t){function e(e,r){var i=t.call(this,r)||this;return i.series=e.series,i.seriesIndex=e.seriesIndex,i.pointIndex=e.pointIndex,i.text=e.text,i}return n(e,t),e.prototype.preventDefault=function(){t.prototype.preventDefault.call(this)},e}(r(6).PreventableEvent);e.LegendItemLeaveEvent=o},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.toDomEvent=e.DomEvent=void 0;var i=function(t,e){this.sender=t,this.event=e};e.DomEvent=i,e.toDomEvent=function(t,e){return new i(t,e)}},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.loadTheme=void 0;var i=r(7),n=function(t){return t.fontWeight+" "+t.fontSize+" "+t.fontFamily},o=function(t){return window.getComputedStyle(t).backgroundColor},a='\n <div class="k-var--accent"></div>\n <div class="k-var--base"></div>\n <div class="k-var--background"></div>\n\n <div class="k-var--normal-background"></div>\n <div class="k-var--normal-text-color"></div>\n <div class="k-var--hover-background"></div>\n <div class="k-var--hover-text-color"></div>\n <div class="k-var--selected-background"></div>\n <div class="k-var--selected-text-color"></div>\n <div class="k-var--chart-error-bars-background"></div>\n <div class="k-var--chart-notes-background"></div>\n <div class="k-var--chart-notes-border"></div>\n <div class="k-var--chart-notes-lines"></div>\n <div class="k-var--chart-crosshair-background"></div>\n\n <div class="k-var--chart-inactive"></div>\n <div class="k-var--chart-major-lines"></div>\n <div class="k-var--chart-minor-lines"></div>\n <div class="k-var--chart-area-opacity"></div>\n <div class="k-var--chart-area-inactive-opacity"></div>\n <div class="k-var--chart-line-inactive-opacity"></div>\n\n <div class="k-widget k-chart">\n <div class="k-var--chart-font"></div>\n <div class="k-var--chart-title-font"></div>\n <div class="k-var--chart-pane-title-font"></div>\n <div class="k-var--chart-label-font"></div>\n </div>\n\n <div class="k-var--series-unset"></div>\n <div class="k-var--series">\n '+function(){for(var t='\n <div class="k-var--series-a"></div>\n <div class="k-var--series-b"></div>\n <div class="k-var--series-c"></div>\n <div class="k-var--series-d"></div>\n <div class="k-var--series-e"></div>\n <div class="k-var--series-f"></div>\n',e=0;e<30;e++)t+='\n <div class="k-var--series-'+(e+1)+'"></div>';return t}()+"\n </div>\n",s=function(){function t(t){this.store=t}return t.prototype.setStyle=function(t,e){this.store.dispatch({type:"set",payload:{field:t,value:e}})},t.prototype.setColors=function(){this.mapColor("axisDefaults.crosshair.color","chart-crosshair-background"),this.mapColor("axisDefaults.labels.color","normal-text-color"),this.mapColor("axisDefaults.line.color","chart-major-lines"),this.mapColor("axisDefaults.majorGridLines.color","chart-major-lines"),this.mapColor("axisDefaults.minorGridLines.color","chart-minor-lines"),this.mapColor("axisDefaults.notes.icon.background","chart-notes-background"),this.mapColor("axisDefaults.notes.icon.border.color","chart-notes-border"),this.mapColor("axisDefaults.notes.line.color","chart-notes-lines"),this.mapColor("axisDefaults.title.color","normal-text-color"),this.mapColor("chartArea.background","background"),this.mapColor("legend.inactiveItems.labels.color","chart-inactive"),this.mapColor("legend.inactiveItems.markers.color","chart-inactive"),this.mapColor("legend.labels.color","normal-text-color"),this.mapColor("seriesDefaults.boxPlot.downColor","chart-major-lines"),this.mapColor("seriesDefaults.boxPlot.mean.color","base"),this.mapColor("seriesDefaults.boxPlot.median.color","base"),this.mapColor("seriesDefaults.boxPlot.whiskers.color","accent"),this.mapColor("seriesDefaults.bullet.target.color","normal-text-color"),this.mapColor("seriesDefaults.candlestick.downColor","normal-text-color"),this.mapColor("seriesDefaults.candlestick.line.color","normal-text-color"),this.mapColor("seriesDefaults.errorBars.color","chart-error-bars-background"),this.mapColor("seriesDefaults.horizontalWaterfall.line.color","chart-major-lines"),this.mapColor("seriesDefaults.icon.border.color","chart-major-lines"),this.mapColor("seriesDefaults.labels.background","background"),this.mapColor("seriesDefaults.labels.color","normal-text-color"),this.mapColor("seriesDefaults.notes.icon.background","chart-notes-background"),this.mapColor("seriesDefaults.notes.icon.border.color","chart-notes-border"),this.mapColor("seriesDefaults.notes.line.color","chart-notes-lines"),this.mapColor("seriesDefaults.verticalBoxPlot.downColor","chart-major-lines"),this.mapColor("seriesDefaults.verticalBoxPlot.mean.color","base"),this.mapColor("seriesDefaults.verticalBoxPlot.median.color","base"),this.mapColor("seriesDefaults.verticalBoxPlot.whiskers.color","accent"),this.mapColor("seriesDefaults.verticalBullet.target.color","normal-text-color"),this.mapColor("seriesDefaults.waterfall.line.color","chart-major-lines"),this.mapColor("title.color","normal-text-color");var t=parseFloat(this.queryStyle("chart-area-opacity").opacity);isNaN(t)||(this.setStyle("seriesDefaults.area.opacity",t),this.setStyle("seriesDefaults.radarArea.opacity",t),this.setStyle("seriesDefaults.verticalArea.opacity",t),this.setStyle("seriesDefaults.labels.opacity",t)),this.setInactiveOpacity(["area","verticalArea"],"chart-area-inactive-opacity"),this.setInactiveOpacity(["line","verticalLine"],"chart-line-inactive-opacity")},t.prototype.setFonts=function(){var t=n(this.queryStyle("chart-font")),e=n(this.queryStyle("chart-title-font")),r=n(this.queryStyle("chart-pane-title-font")),i=n(this.queryStyle("chart-label-font"));this.setStyle("axisDefaults.labels.font",i),this.setStyle("axisDefaults.notes.label.font",t),this.setStyle("axisDefaults.title.font",t),this.setStyle("legend.labels.font",t),this.setStyle("seriesDefaults.labels.font",i),this.setStyle("seriesDefaults.notes.label.font",t),this.setStyle("title.font",e),this.setStyle("paneDefaults.title.font",r)},t.prototype.setSeriesColors=function(){var t=this.element,e=[].slice.call(t.querySelectorAll(".k-var--series div")),r=o(t.querySelector(".k-var--series-unset")),i=e.reduce((function(t,e){var i=function(t){var e=t.match(/series-([a-z])$/);if(null!==e)return e[1].toLowerCase().charCodeAt(0)-"a".charCodeAt(0);var r=t.split("--series-")[1];return parseInt(r,10)-1}(e.className),n=o(e);return n!==r&&(t[i]=n),t}),[]);this.setStyle("seriesColors",i)},t.prototype.mapColor=function(t,e){this.setStyle(t,this.queryStyle(e).backgroundColor)},t.prototype.queryStyle=function(t){var e=this.element;return window.getComputedStyle(e.querySelector(".k-var--"+t))},t.prototype.setInactiveOpacity=function(t,e){var r=this,i=parseFloat(this.queryStyle(e).opacity);!isNaN(i)&&i<1&&t.forEach((function(t){return r.setStyle("seriesDefaults."+t+".highlight.inactiveOpacity",i)}))},t}();e.loadTheme=function(t,e){var r=new s(t);if("undefined"!=typeof document){var n=r.element=document.createElement("div");n.style.display="none",n.innerHTML=a,document.body.appendChild(n);try{t.dispatch({type:"push",payload:i.chartBaseTheme()}),r.setColors(),r.setFonts(),r.setSeriesColors()}finally{document.body.removeChild(r.element),delete r.element,e()}}else t.dispatch({type:"push",payload:i.chartBaseTheme()})}},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.THROTTLE_MS=void 0;var i=r(1);e.THROTTLE_MS=1e3/60;e.default=function(t){var r,n,o=[],a=function(a){r=t(r,a),i.canUseDOM&&(window.clearTimeout(n),n=window.setTimeout((function(){return o.forEach((function(t){return t()}))}),e.THROTTLE_MS))};return a({}),{getState:function(){return r},dispatch:a,subscribe:function(t){return o.push(t),function(){return o=o.filter((function(e){return e!==t}))}}}}},function(t,e,r){"use strict";var i=function(){return(i=Object.assign||function(t){for(var e,r=1,i=arguments.length;r<i;r++)for(var n in e=arguments[r])Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t}).apply(this,arguments)},n=function(){for(var t=0,e=0,r=arguments.length;e<r;e++)t+=arguments[e].length;var i=Array(t),n=0;for(e=0;e<r;e++)for(var o=arguments[e],a=0,s=o.length;a<s;a++,n++)i[n]=o[a];return i};Object.defineProperty(e,"__esModule",{value:!0}),e.observersReducer=e.themeReducer=e.optionsReducer=void 0;e.optionsReducer=function(t,e){return e.chartCollectionIdxKey?o.collectionConfigurationItem(t,e):e.chartKey?o.configurationItem(t,e):{}};e.themeReducer=function(t,e){if(!e.type)return{};switch(e.type){case"set":return o.themeItem(t,e);case"push":return Object.assign(t,e.payload);default:return t}};e.observersReducer=function(t,e){if(!e.type)return[];switch(e.type){case"add":return n(t,[e.payload]);case"remove":return t.filter((function(t){return t!==e.payload}));default:return t}};var o={configurationItem:function(t,e){var r,n;return t[e.chartKey]&&Object.keys(t[e.chartKey]).length?Object.assign(t,((r={})[e.chartKey]=i(i({},t[e.chartKey]),e.payload),r)):Object.assign(t,((n={})[e.chartKey]=e.payload,n))},collectionConfigurationItem:function(t,e){var r,i,n,o=!1,a=e.chartCollectionIdxKey.split("_"),s=a[0],u=a[1],l=(e.parentKey?t[e.parentKey]&&t[e.parentKey][s]||[]:t[s]).map((function(t,r){return parseInt(u,10)===r||e.payload&&e.payload.uid===t.uid?(o=!0,e.payload):t}));if(!1!==o||e.uid||l.splice(parseInt(u,10),0,e.payload),e.uid){var c=l.findIndex((function(t){return t.uid===e.uid}));c>-1&&l.splice(c,1)}return e.parentKey?Object.assign(t,((r={})[e.parentKey]=((i={})[s]=l,i),r)):Object.assign(t,((n={})[s]=l,n))},themeItem:function(t,e){for(var r={},i=Object.assign(r,t),n=e.payload,o=n.field,a=n.value,s=o.split("."),u=s.shift();s.length>0;)r=r[u]=r[u]||{},u=s.shift();return r[u]=a,i}}},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=r(7),n=i.DateCategoryAxis.prototype.options.labels.dateFormats,o=i.DateValueAxis.prototype.options.labels.dateFormats,a={milliseconds:"HH:mm:ss.SSS",seconds:{time:"medium"},minutes:{time:"short"},hours:{time:"short"},days:{skeleton:"Md"},weeks:{skeleton:"Md"},months:{skeleton:"yyMMM"},years:{skeleton:"y"}};Object.assign(n,a),Object.assign(o,a)},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.SeriesTooltipVue3=e.SeriesTooltip=void 0;var a=o(r(2)).h,s=r(1),u=r(7),l=r(31),c=r(46),p=r(32),h={name:"KendoSeriesTooltip",data:function(){return{popupShown:!1,popupAlign:void 0,popupOffset:void 0,popupContext:{},popupStyles:void 0,className:void 0,shared:void 0}},inject:{optionsState:{default:{}},observersState:{default:null},dispatchObservers:{default:null}},mounted:function(){this.chartObserver=new u.InstanceObserver(this,{showTooltip:"onShowTooltip",hideTooltip:"onHideTooltip"}),this.dispatchObservers({type:"add",payload:this.chartObserver})},destroyed:function(){this.dispatchObservers({type:"remove",payload:this.chartObserver})},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e,r=this,i=a||t,n=this.popupShown?function(){var t=this.findRenderFunction();if(this.shared){var e=i(c.SharedTooltipContent,{categoryText:this.popupContext.categoryText,attrs:this.v3?void 0:{categoryText:this.popupContext.categoryText,colorMarker:this.popupContext.colorMarker,colspan:this.popupContext.colspan,nameColumn:this.popupContext.nameColumn,points:this.popupContext.points},colorMarker:this.popupContext.colorMarker,colspan:this.popupContext.colspan,nameColumn:this.popupContext.nameColumn,points:this.popupContext.points});return s.getTemplate.call(this,{h:i,template:t,defaultRendering:e,additionalProps:Object.assign({},this.popupContext)})}var r=this.popupContext.point,n=this.findRenderFunctionByIndex(r.series.index),o=i("span",{domProps:{innerHTML:this.popupContext.point.formattedValue},innerHTML:this.popupContext.point.formattedValue});return null!==n?s.getTemplate.call(this,{h:i,template:n,defaultRendering:o,additionalProps:Object.assign({},this.popupContext)}):null!==t?s.getTemplate.call(this,{h:i,template:t,defaultRendering:o,additionalProps:Object.assign({},this.popupContext)}):o}:Function.prototype,o=s.classNames(((e={})["k-chart-shared-tooltip"]=this.shared,e["k-chart-tooltip-inverse"]=!!this.className,e));return i(p.TooltipPopup,{popupShown:this.popupShown,attrs:this.v3?void 0:{popupShown:this.popupShown,popupAlign:this.popupAlign,popupOffset:this.popupOffset,popupStyles:this.popupStyles,className:o},popupAlign:this.popupAlign,popupOffset:this.popupOffset,popupStyles:this.popupStyles,className:o},this.v3?function(){return[n.call(r)]}:[n.call(r)])},methods:{onShowTooltip:function(t){var e,r=t.anchor,i=t.style,n=t.shared,o=t.className;t.crosshair||(e=n?this.createSharedTooltipContext(t):this.createTooltipContext(t),this.popupShown=!0,this.popupAlign=r.align,this.popupOffset=r.point,this.popupContext=e,this.popupStyles=i,this.className=o,this.shared=n)},onHideTooltip:function(){this.popupShown=!1,this.popupStyles={},this.className=void 0},createSharedTooltipContext:function(t){var e=t.points,r=t.categoryText,i=e.filter((function(t){return void 0!==t.series.name})).length>0,n=t.series.length>1,o=1;return i&&o++,n&&o++,{categoryText:r,colorMarker:n,colspan:o,nameColumn:i,points:t.points.map((function(e){return new l.TooltipPoint(e,t.format)}))}},createTooltipContext:function(t){var e=t.point,r=t.format;return{point:new l.TooltipPoint(e,r)}},findRenderFunctionByIndex:function(t){var e=this.optionsState.series;return void 0!==e&&Array.isArray(e)&&void 0!==e[t]&&e[t].hasOwnProperty("tooltip")&&e[t].tooltip.hasOwnProperty("render")?e[t].tooltip.render:null},findRenderFunction:function(){var t=this.optionsState.tooltip;return void 0!==t&&t.hasOwnProperty("render")?t.render:null}}};e.SeriesTooltip=h;var f=h;e.SeriesTooltipVue3=f},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.SharedTooltipContentVue3=e.SharedTooltipContent=void 0;var a=o(r(2)).h,s={name:"KendoSharedTooltipPopup",props:{categoryText:String,colorMarker:{type:Boolean,default:void 0},colspan:Number,nameColumn:{type:Boolean,default:void 0},points:Array},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=this.$props,i=r.categoryText,n=r.colorMarker,o=r.colspan,s=r.nameColumn,u=r.points;return e("table",[e("thead",[e("tr",[e("th",{colSpan:o,attrs:this.v3?void 0:{colSpan:o}},[i])])]),e("tbody",[u.map(function(t,r){var i=e("span",{domProps:{innerHTML:t.formattedValue},innerHTML:t.formattedValue});return e("tr",{key:r},[n&&e("td",[e("span",{class:"k-chart-shared-tooltip-marker",style:{backgroundColor:t.series.color}})]),s&&e("td",[t.series.name]),i])}.bind(this),this)])])}};e.SharedTooltipContent=s;var u=s;e.SharedTooltipContentVue3=u},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.CrosshairContainerVue3=e.CrosshairContainer=void 0;var a=o(r(2)).h,s=r(48),u=["categoryAxis","valueAxis","xAxis","yAxis"];function l(t,e){var r=[];if(t[e])for(var i=[].concat(t[e]),n=0;n<i.length;n++){var o=(i[n].crosshair||{}).tooltip;o&&o.visible&&r.push({index:n,name:e})}return r}var c={name:"KendoCrosshairContainer",props:{optionsState:Object},computed:{tooltips:function(){return function(t){for(var e={},r=0;r<u.length;r++)for(var i=l(t,u[r]),n=0;n<i.length;n++){var o=i[n];e[o.name+o.index]=o}return e}(this.optionsState)}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=Object.keys(this.tooltips).map((function(t){return e(s.CrosshairTooltip,{index:this.tooltips[t].index,attrs:this.v3?void 0:{index:this.tooltips[t].index,name:this.tooltips[t].name},name:this.tooltips[t].name,key:t})}),this);return e("div",[r])}};e.CrosshairContainer=c;var p=c;e.CrosshairContainerVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.CrosshairTooltipVue3=e.CrosshairTooltip=void 0;var a=o(r(2)).h,s=r(1),u=r(7),l=r(32),c={name:"KendoCrosshairTooltip",props:{index:Number,name:String},data:function(){return{popupShown:!1,popupAlign:void 0,popupOffset:void 0,popupContent:void 0,popupStyles:void 0,className:void 0}},inject:{optionsState:{default:{}},dispatchOptions:{default:null},observersStore:{default:null},dispatchObservers:{default:null},childrenObserver:{default:null}},created:function(){this.chartObserver=new u.InstanceObserver(this,{showTooltip:"onShowTooltip",hideTooltip:"onHideTooltip"}),this.dispatchObservers({type:"add",payload:this.chartObserver})},destroyed:function(){this.dispatchObservers({type:"remove",payload:this.chartObserver})},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e,r=a||t,i=(s.getDefaultSlots(this),this.popupShown?this.popupContent:Function.prototype),n=s.classNames(((e={})["k-chart-crosshair-tooltip"]=!0,e["k-chart-tooltip-inverse"]=!!this.className,e));return r(l.TooltipPopup,{popupShown:this.popupShown,attrs:this.v3?void 0:{popupShown:this.popupShown,popupAlign:this.popupAlign,popupOffset:this.popupOffset,popupStyles:this.popupStyles,className:n},popupAlign:this.popupAlign,popupOffset:this.popupOffset,popupStyles:this.popupStyles,className:n},this.v3?function(){return[i]}:[i])},methods:{onShowTooltip:function(t){var e=t.anchor,r=t.style,i=t.className,n=t.crosshair,o=t.axisName,a=t.axisIndex,s=t.value,u=this.$props,l=u.name,c=u.index;n&&o===l&&a===c&&(this.popupShown=!0,this.popupAlign=e.align,this.popupOffset=e.point,this.popupContent=s,this.popupStyles=r,this.className=i)},onHideTooltip:function(){this.popupShown=!1,this.popupStyles={},this.className=void 0}}};e.CrosshairTooltip=c;var p=c;e.CrosshairTooltipVue3=p},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.packageMetadata=void 0,e.packageMetadata={name:"@progress/kendo-vue-charts",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1635322524,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"}},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.DonutCenterVue3=e.DonutCenter=void 0;var a=o(r(2)),s=a.h,u=(a.ref,r(7)),l=r(1),c={name:"KendoDonutCenter",props:{render:[String,Function,Object]},data:function(){return{donutCenterStyles:null}},inject:{optionsState:{default:{}},dispatchOptions:{default:null},dispatchObservers:{default:null},childrenObserver:{default:null}},created:function(){this.dispatchObservers({type:"add",payload:new u.InstanceObserver(this,{render:"onRender"})})},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=s||t,r=this.$props.render,i=e("span"),n=l.getTemplate.call(this,{h:e,template:r,defaultRendering:null});return r&&this.donutCenterStyles&&(i=e("div",{class:"k-chart-donut-center",style:this.donutCenterStyles},[n])),i},methods:{onRender:function(t){var e=this.optionsState.series,r=Array.isArray(e)?e[0]:null,i=t.sender._plotArea.charts;if(r&&"donut"===r.type&&0!==i[0].points.length){var n=i[0].points[0].sector,o=n.innerRadius,a=n.center.y-o,s=n.center.x-o,u=2*o;this.donutCenterStyles={height:u+"px",left:s+"px",top:a+"px",width:u+"px"}}}}};e.DonutCenter=c;var p=c;e.DonutCenterVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.SparklineVue3=e.Sparkline=void 0;var a=o(r(2)),s=a.h,u=(a.ref,r(9)),l=r(7),c=r(1),p={name:"KendoSparkline",props:{dataItems:{type:Array,default:function(){}},type:String,dir:String,renderAs:{type:String,default:void 0,validator:function(t){return["svg","canvas"].includes(t)}},pannable:{type:[Boolean,Object],default:function(){}},zoomable:{type:[Boolean,Object],default:function(){}},seriesColors:{type:Array,default:function(){}},transitions:{type:Boolean,default:!0},paneDefaults:{type:Object,default:function(){}},panes:{type:Array,default:function(){}},seriesDefaults:{type:Object,default:function(){}},axisDefaults:{type:Object,default:function(){}}},updated:function(){this.baseChart=this.v3?this.baseChartRef:this.$refs.baseChart},mounted:function(){this.baseChart=this.v3?this.baseChartRef:this.$refs.baseChart},methods:{chartInstance:function(){return null!==this.baseChart?this.baseChart.chartInstance:null},surface:function(){return null!==this.baseChart?this.baseChart.surface:null},element:function(){return null!==this.baseChart?this.baseChart.element:null},getTarget:function(){return this},deriveOptionsFromParent:function(t){var e=this.$props,r=e.type,i=e.dataItems,n=Object.assign({},t,{type:r,data:i});return l.Sparkline.normalizeOptions(n)},handleBaseChartEvents:function(t,e){this.$emit(t,e)}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=this,r=s||t,i=c.getDefaultSlots(this),n=this.$props,o=n.dataItems,a=n.dir,p=n.renderAs,h=n.pannable,f=n.zoomable,d=n.seriesColors,v=n.transitions,g=n.paneDefaults,y=n.panes,m=n.seriesDefaults,b=n.axisDefaults;return r(u.BaseChart,{dataItems:o,attrs:this.v3?void 0:{dataItems:o,dir:a,renderAs:p,pannable:h,zoomable:f,seriesColors:d,transitions:v,paneDefaults:g,panes:y,seriesDefaults:m,axisDefaults:b,chartConstructor:l.Sparkline,getTarget:this.getTarget,wrapper:"span",deriveOptionsFromParent:this.deriveOptionsFromParent},dir:a,renderAs:p,pannable:h,zoomable:f,seriesColors:d,transitions:v,paneDefaults:g,panes:y,seriesDefaults:m,axisDefaults:b,ref:this.v3?function(t){e.baseChartRef=t}:"baseChart",chartConstructor:l.Sparkline,getTarget:this.getTarget,wrapper:"span",deriveOptionsFromParent:this.deriveOptionsFromParent,class:c.classNames("k-sparkline k-widget"),onBasechartevent:this.handleBaseChartEvents,on:this.v3?void 0:{basechartevent:this.handleBaseChartEvents}},this.v3?function(){return[i]}:[i])}};e.Sparkline=p;var h=p;e.SparklineVue3=h},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.StockChartVue3=e.StockChart=void 0;var a=o(r(2)),s=a.h,u=(a.ref,r(9)),l=r(7),c=r(1),p={autoBindElements:!0,liveDrag:!1,partialRedraw:!0},h={name:"KendoStockChart",props:{partialRedraw:{type:Boolean,default:void 0},dir:String,renderAs:{type:String,default:void 0,validator:function(t){return["svg","canvas"].includes(t)}},pannable:{type:[Boolean,Object],default:function(){}},zoomable:{type:[Boolean,Object],default:function(){}},seriesColors:{type:Array,default:function(){}},transitions:{type:Boolean,default:!0},paneDefaults:{type:Object,default:function(){}},panes:{type:Array,default:function(){}},seriesDefaults:{type:Object,default:function(){}},axisDefaults:{type:Object,default:function(){}}},methods:{chartInstance:function(){return null!==this.baseChart?this.baseChart.chartInstance:null},surface:function(){return null!==this.baseChart?this.baseChart.surface:null},element:function(){return null!==this.baseChart?this.baseChart.element:null},getTarget:function(){return this},deriveOptionsFromParent:function(t){var e=Object.assign({},t.navigator||{},p);return Object.assign({},t,{navigator:e})},onRefresh:function(t,e,r){this.$props.partialRedraw?(r.applyOptions(t),r.bindCategories(),r.navigator.redrawSlaves()):r.setOptions(t,e)},handleBaseChartEvents:function(t,e){this.$emit(t,e)}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=this,r=s||t,i=c.getDefaultSlots(this),n=this.$props,o=n.partialRedraw,a=n.dir,p=n.renderAs,h=n.pannable,f=n.zoomable,d=n.seriesColors,v=n.transitions,g=n.paneDefaults,y=n.panes,m=n.seriesDefaults,b=n.axisDefaults;return r(u.BaseChart,{partialRedraw:o,attrs:this.v3?void 0:{partialRedraw:o,dir:a,renderAs:p,pannable:h,zoomable:f,seriesColors:d,transitions:v,paneDefaults:g,panes:y,seriesDefaults:m,axisDefaults:b,chartConstructor:l.StockChart,getTarget:this.getTarget,wrapper:"div",deriveOptionsFromParent:this.deriveOptionsFromParent},dir:a,renderAs:p,pannable:h,zoomable:f,seriesColors:d,transitions:v,paneDefaults:g,panes:y,seriesDefaults:m,axisDefaults:b,ref:this.v3?function(t){e.baseChartRef=t}:"baseChart",chartConstructor:l.StockChart,getTarget:this.getTarget,wrapper:"div",deriveOptionsFromParent:this.deriveOptionsFromParent,onRefresh:this.onRefresh,on:this.v3?void 0:{refresh:this.onRefresh,basechartevent:this.handleBaseChartEvents},class:c.classNames("k-stockchart k-widget"),onBasechartevent:this.handleBaseChartEvents},this.v3?function(){return[i]}:[i])}};e.StockChart=h;var f=h;e.StockChartVue3=f},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.TooltipPoint=void 0;var i=r(31);Object.defineProperty(e,"TooltipPoint",{enumerable:!0,get:function(){return i.TooltipPoint}})},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=function(t,e){for(var r in t)"default"===r||e.hasOwnProperty(r)||i(e,t,r)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartZoomableVue3=e.ChartZoomable=e.ChartYAxisItemVue3=e.ChartYAxisItem=e.ChartYAxisVue3=e.ChartYAxis=e.ChartXAxisItemVue3=e.ChartXAxisItem=e.ChartXAxisVue3=e.ChartXAxis=e.ChartValueAxisItemVue3=e.ChartValueAxisItem=e.ChartValueAxisVue3=e.ChartValueAxis=e.ChartTooltipVue3=e.ChartTooltip=e.ChartTitleVue3=e.ChartTitle=e.ChartSeriesItemVue3=e.ChartSeriesItem=e.ChartSeriesDefaultsVue3=e.ChartSeriesDefaults=e.ChartSeriesVue3=e.ChartSeries=e.ChartPlotAreaVue3=e.ChartPlotArea=e.ChartPanesVue3=e.ChartPanes=e.ChartPaneDefaultsVue3=e.ChartPaneDefaults=e.ChartPaneVue3=e.ChartPane=e.ChartNavigatorVue3=e.ChartNavigator=e.ChartLegendVue3=e.ChartLegend=e.ChartCategoryAxisItemVue3=e.ChartCategoryAxisItem=e.ChartCategoryAxisVue3=e.ChartCategoryAxis=e.ChartAxisDefaultsVue3=e.ChartAxisDefaults=e.ChartAreaVue3=e.ChartArea=void 0;var o=r(55);Object.defineProperty(e,"ChartArea",{enumerable:!0,get:function(){return o.ChartArea}}),Object.defineProperty(e,"ChartAreaVue3",{enumerable:!0,get:function(){return o.ChartAreaVue3}});var a=r(56);Object.defineProperty(e,"ChartAxisDefaults",{enumerable:!0,get:function(){return a.ChartAxisDefaults}}),Object.defineProperty(e,"ChartAxisDefaultsVue3",{enumerable:!0,get:function(){return a.ChartAxisDefaultsVue3}});var s=r(57);Object.defineProperty(e,"ChartCategoryAxis",{enumerable:!0,get:function(){return s.ChartCategoryAxis}}),Object.defineProperty(e,"ChartCategoryAxisVue3",{enumerable:!0,get:function(){return s.ChartCategoryAxisVue3}});var u=r(58);Object.defineProperty(e,"ChartCategoryAxisItem",{enumerable:!0,get:function(){return u.ChartCategoryAxisItem}}),Object.defineProperty(e,"ChartCategoryAxisItemVue3",{enumerable:!0,get:function(){return u.ChartCategoryAxisItemVue3}});var l=r(59);Object.defineProperty(e,"ChartLegend",{enumerable:!0,get:function(){return l.ChartLegend}}),Object.defineProperty(e,"ChartLegendVue3",{enumerable:!0,get:function(){return l.ChartLegendVue3}});var c=r(60);Object.defineProperty(e,"ChartNavigator",{enumerable:!0,get:function(){return c.ChartNavigator}}),Object.defineProperty(e,"ChartNavigatorVue3",{enumerable:!0,get:function(){return c.ChartNavigatorVue3}});var p=r(61);Object.defineProperty(e,"ChartPane",{enumerable:!0,get:function(){return p.ChartPane}}),Object.defineProperty(e,"ChartPaneVue3",{enumerable:!0,get:function(){return p.ChartPaneVue3}});var h=r(62);Object.defineProperty(e,"ChartPaneDefaults",{enumerable:!0,get:function(){return h.ChartPaneDefaults}}),Object.defineProperty(e,"ChartPaneDefaultsVue3",{enumerable:!0,get:function(){return h.ChartPaneDefaultsVue3}});var f=r(63);Object.defineProperty(e,"ChartPanes",{enumerable:!0,get:function(){return f.ChartPanes}}),Object.defineProperty(e,"ChartPanesVue3",{enumerable:!0,get:function(){return f.ChartPanesVue3}});var d=r(64);Object.defineProperty(e,"ChartPlotArea",{enumerable:!0,get:function(){return d.ChartPlotArea}}),Object.defineProperty(e,"ChartPlotAreaVue3",{enumerable:!0,get:function(){return d.ChartPlotAreaVue3}});var v=r(65);Object.defineProperty(e,"ChartSeries",{enumerable:!0,get:function(){return v.ChartSeries}}),Object.defineProperty(e,"ChartSeriesVue3",{enumerable:!0,get:function(){return v.ChartSeriesVue3}});var g=r(66);Object.defineProperty(e,"ChartSeriesDefaults",{enumerable:!0,get:function(){return g.ChartSeriesDefaults}}),Object.defineProperty(e,"ChartSeriesDefaultsVue3",{enumerable:!0,get:function(){return g.ChartSeriesDefaultsVue3}});var y=r(67);Object.defineProperty(e,"ChartSeriesItem",{enumerable:!0,get:function(){return y.ChartSeriesItem}}),Object.defineProperty(e,"ChartSeriesItemVue3",{enumerable:!0,get:function(){return y.ChartSeriesItemVue3}});var m=r(68);Object.defineProperty(e,"ChartTitle",{enumerable:!0,get:function(){return m.ChartTitle}}),Object.defineProperty(e,"ChartTitleVue3",{enumerable:!0,get:function(){return m.ChartTitleVue3}});var b=r(69);Object.defineProperty(e,"ChartTooltip",{enumerable:!0,get:function(){return b.ChartTooltip}}),Object.defineProperty(e,"ChartTooltipVue3",{enumerable:!0,get:function(){return b.ChartTooltipVue3}});var x=r(70);Object.defineProperty(e,"ChartValueAxis",{enumerable:!0,get:function(){return x.ChartValueAxis}}),Object.defineProperty(e,"ChartValueAxisVue3",{enumerable:!0,get:function(){return x.ChartValueAxisVue3}});var C=r(71);Object.defineProperty(e,"ChartValueAxisItem",{enumerable:!0,get:function(){return C.ChartValueAxisItem}}),Object.defineProperty(e,"ChartValueAxisItemVue3",{enumerable:!0,get:function(){return C.ChartValueAxisItemVue3}});var _=r(72);Object.defineProperty(e,"ChartXAxis",{enumerable:!0,get:function(){return _.ChartXAxis}}),Object.defineProperty(e,"ChartXAxisVue3",{enumerable:!0,get:function(){return _.ChartXAxisVue3}});var O=r(73);Object.defineProperty(e,"ChartXAxisItem",{enumerable:!0,get:function(){return O.ChartXAxisItem}}),Object.defineProperty(e,"ChartXAxisItemVue3",{enumerable:!0,get:function(){return O.ChartXAxisItemVue3}});var S=r(74);Object.defineProperty(e,"ChartYAxis",{enumerable:!0,get:function(){return S.ChartYAxis}}),Object.defineProperty(e,"ChartYAxisVue3",{enumerable:!0,get:function(){return S.ChartYAxisVue3}});var w=r(75);Object.defineProperty(e,"ChartYAxisItem",{enumerable:!0,get:function(){return w.ChartYAxisItem}}),Object.defineProperty(e,"ChartYAxisItemVue3",{enumerable:!0,get:function(){return w.ChartYAxisItemVue3}});var j=r(76);Object.defineProperty(e,"ChartZoomable",{enumerable:!0,get:function(){return j.ChartZoomable}}),Object.defineProperty(e,"ChartZoomableVue3",{enumerable:!0,get:function(){return j.ChartZoomableVue3}}),n(r(77),e),n(r(82),e),n(r(92),e),n(r(94),e),n(r(96),e),n(r(100),e),n(r(108),e),n(r(121),e),n(r(129),e),n(r(137),e),n(r(145),e)},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAreaVue3=e.ChartArea=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartArea",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},height:{type:Number,default:void 0},margin:{type:[Object,Number],default:function(){}},opacity:{type:Number,default:void 0},width:{type:Number,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"chartArea"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"chartArea"}},[r])}};e.ChartArea=c;var p=c;e.ChartAreaVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaultsVue3=e.ChartAxisDefaults=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartAxisDefaults",props:{background:{type:String,default:void 0},color:{type:String,default:void 0},line:{type:Object,default:function(){}},majorGridLines:{type:Object,default:function(){}},majorTicks:{type:Object,default:function(){}},minorGridLines:{type:Object,default:function(){}},minorTicks:{type:Object,default:function(){}},narrowRange:{type:Boolean,default:void 0},pane:{type:String,default:void 0},plotBands:{type:Array,default:function(){}},reverse:{type:Boolean,default:void 0},startAngle:{type:Number,default:void 0},visible:{type:Boolean,default:void 0},crosshair:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},title:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"axisDefaults"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"axisDefaults"}},[r])}};e.ChartAxisDefaults=c;var p=c;e.ChartAxisDefaultsVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisVue3=e.ChartCategoryAxis=void 0;var a=o(r(2)).h,s=r(8),u=r(1),l={name:"KendoChartCategoryAxis",setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this);return e(s.CollectionConfiguration,{chartKey:"categoryAxis",attrs:this.v3?void 0:{chartKey:"categoryAxis"}},this.v3?function(){return[r]}:[r])}};e.ChartCategoryAxis=l;var c=l;e.ChartCategoryAxisVue3=c},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisItemVue3=e.ChartCategoryAxisItem=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartCategoryAxisItem",props:{autoBaseUnitSteps:{type:Object,default:function(){}},axisCrossingValue:{type:[Object,Array,Date,Number],default:function(){}},background:{type:String,default:function(){}},baseUnit:{type:String,default:function(){},validator:function(t){return["milliseconds","seconds","minutes","hours","days","weeks","months","years","auto","fit"].includes(t)}},baseUnitStep:{type:[Number,String],default:function(){}},categories:{type:[Array,Object],default:function(){}},color:{type:String,default:function(){}},justified:{type:Boolean,default:function(){}},line:{type:Object,default:function(){}},majorGridLines:{type:Object,default:function(){}},majorTicks:{type:Object,default:function(){}},max:{type:[Number,Object,String,Date],default:function(){}},maxDateGroups:{type:Number,default:function(){}},maxDivisions:{type:Number,default:function(){}},min:{type:[Number,Object,String,Date],default:function(){}},minorGridLines:{type:Object,default:function(){}},minorTicks:{type:Object,default:function(){}},name:{type:String,default:void 0},rangeLabels:{type:Object,default:function(){}},pane:{type:String,default:function(){}},plotBands:{type:Array,default:function(){}},reverse:{type:Boolean,default:function(){}},roundToBaseUnit:{type:Boolean,default:function(){}},startAngle:{type:Number,default:function(){}},type:{type:String,default:function(){},validator:function(t){return["category","date"].includes(t)}},visible:{type:Boolean,default:function(){}},weekStartDay:{type:Number,default:function(){}},crosshair:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},select:{type:Object,default:function(){}},title:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i},(function(){return r})):e(s.Configuration,{props:{config:i}},[r])}};e.ChartCategoryAxisItem=c;var p=c;e.ChartCategoryAxisItemVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartLegendVue3=e.ChartLegend=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartLegend",props:{align:{type:String,default:function(){},validator:function(t){return["start","center","end"].includes(t)}},background:{type:String,default:void 0},border:{type:Object,default:function(){}},height:{type:Number,default:void 0},labels:{type:Object,default:function(){}},margin:{type:[Object,Number],default:function(){}},offsetX:{type:Number,default:void 0},offsetY:{type:Number,default:void 0},orientation:{type:String,default:function(){},validator:function(t){return["vertical","horizontal"].includes(t)}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right","custom"].includes(t)}},reverse:{type:Boolean,default:void 0},visible:{type:Boolean,default:!0},width:{type:Number,default:void 0},inactiveItems:{type:Object,default:function(){}},item:{type:Object,default:function(){}},title:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"legend"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"legend"}},[r])}};e.ChartLegend=c;var p=c;e.ChartLegendVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorVue3=e.ChartNavigator=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigator",props:{visible:{type:Boolean,default:!0},categoryAxis:{type:Object,default:function(){}},hint:{type:Object,default:function(){}},pane:{type:Object,default:function(){}},select:{type:Object,default:function(){}},series:{type:[Object,Array],default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"navigator"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"navigator"}},[r])}};e.ChartNavigator=c;var p=c;e.ChartNavigatorVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPaneVue3=e.ChartPane=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartPane",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},clip:{type:Boolean,default:void 0},height:{type:Number,default:void 0},margin:{type:[Object,Number],default:function(){}},name:{type:String,default:void 0},padding:{type:[Object,Number],default:function(){}},title:{type:[Object,String],default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i},(function(){return r})):e(s.Configuration,{props:{config:i}},[r])}};e.ChartPane=c;var p=c;e.ChartPaneVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPaneDefaultsVue3=e.ChartPaneDefaults=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartPaneDefaults",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},clip:{type:Boolean,default:void 0},height:{type:Number,default:void 0},margin:{type:[Object,Number],default:function(){}},name:{type:String,default:void 0},padding:{type:[Object,Number],default:function(){}},title:{type:[Object,String],default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"paneDefaults"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"paneDefaults"}},[r])}};e.ChartPaneDefaults=c;var p=c;e.ChartPaneDefaultsVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPanesVue3=e.ChartPanes=void 0;var a=o(r(2)).h,s=r(8),u=r(1),l={name:"KendoChartPanes",setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this);return e(s.CollectionConfiguration,{chartKey:"panes",attrs:this.v3?void 0:{chartKey:"panes"}},this.v3?function(){return[r]}:[r])}};e.ChartPanes=l;var c=l;e.ChartPanesVue3=c},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPlotAreaVue3=e.ChartPlotArea=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartPlotArea",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},margin:{type:[Object,Number],default:function(){}},opacity:{type:Number,default:void 0},padding:{type:[Object,Number],default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"plotArea"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"plotArea"}},[r])}};e.ChartPlotArea=c;var p=c;e.ChartPlotAreaVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesVue3=e.ChartSeries=void 0;var a=o(r(2)).h,s=r(8),u=r(1),l={name:"KendoChartSeries",setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this);return e(s.CollectionConfiguration,{chartKey:"series",attrs:this.v3?void 0:{chartKey:"series"}},this.v3?function(){return[r]}:[r])}};e.ChartSeries=l;var c=l;e.ChartSeriesVue3=c},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsVue3=e.ChartSeriesDefaults=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesDefaults",props:{border:{type:Object,default:function(){}},gap:Number,overlay:{type:Object,default:function(){}},spacing:Number,stack:{type:[Boolean,String,Object],default:function(){}},type:{type:String,default:function(){},validator:function(t){return["area","bar","boxPlot","bubble","bullet","candlestick","column","donut","funnel","horizontalWaterfall","line","ohlc","pie","polarArea","polarLine","polarScatter","radarArea","radarColumn","radarLine","rangeArea","rangeBar","rangeColumn","scatter","scatterLine","verticalArea","verticalBoxPlot","verticalBullet","verticalLine","verticalRangeArea","waterfall"].includes(t)}},visual:{type:Function,default:void 0},labels:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},tooltip:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"seriesDefaults"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"seriesDefaults"}},[r])}};e.ChartSeriesDefaults=c;var p=c;e.ChartSeriesDefaultsVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesItemVue3=e.ChartSeriesItem=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesItem",props:{aggregate:{type:[String,Function,Object],default:function(){}},axis:String,border:{type:Object,default:function(){}},categoryAxis:String,categoryField:String,closeField:String,color:{type:[String,Function],default:function(){}},colorField:String,connectors:{type:Object,default:function(){}},currentField:String,dashType:{type:String,default:function(){},validator:function(t){return["dash","dashDot","dot","longDash","longDashDot","longDashDotDot","solid"].includes(t)}},dataItems:{type:Array,default:function(){}},downColor:String,downColorField:String,dynamicHeight:{type:Boolean,default:void 0},dynamicSlope:{type:Boolean,default:void 0},errorHighField:String,errorLowField:String,explodeField:String,field:String,fromField:String,gap:Number,highField:String,holeSize:Number,line:{type:Object,default:function(){}},lowField:String,lowerField:String,margin:{type:[Object,Number],default:function(){}},maxSize:Number,meanField:String,medianField:String,minSize:Number,missingValues:{type:String,default:function(){},validator:function(t){return["gap","interpolate","zero"].includes(t)}},name:String,neckRatio:Number,negativeColor:String,negativeValues:{type:Object,default:function(){}},noteTextField:String,opacity:Number,openField:String,outliersField:String,overlay:{type:Object,default:function(){}},padding:Number,q1Field:String,q3Field:String,segmentSpacing:Number,size:Number,sizeField:String,spacing:Number,stack:{type:[Boolean,String,Object],default:function(){}},startAngle:Number,lineStyle:{type:String,default:function(){},validator:function(t){return["normal","step","smooth"].includes(t)}},summaryField:String,target:{type:Object,default:function(){}},toField:String,type:{type:String,default:function(){},validator:function(t){return["area","bar","boxPlot","bubble","bullet","candlestick","column","donut","funnel","horizontalWaterfall","line","ohlc","pie","polarArea","polarLine","polarScatter","radarArea","radarColumn","radarLine","rangeArea","rangeBar","rangeColumn","scatter","scatterLine","verticalArea","verticalBoxPlot","verticalBullet","verticalLine","verticalRangeArea","waterfall"].includes(t)}},upperField:String,visible:{type:Boolean,default:void 0},visibleInLegend:{type:Boolean,default:void 0},visibleInLegendField:String,visual:{type:Function,default:void 0},width:Number,xAxis:String,xErrorHighField:String,xErrorLowField:String,xField:String,yAxis:String,yErrorHighField:String,yErrorLowField:String,yField:String,zIndex:Number,errorBars:{type:Object,default:function(){}},extremes:{type:Object,default:function(){}},highlight:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},markers:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},outliers:{type:Object,default:function(){}},tooltip:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i},(function(){return r})):e(s.Configuration,{props:{config:i}},[r])}};e.ChartSeriesItem=c;var p=c;e.ChartSeriesItemVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartTitleVue3=e.ChartTitle=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartTitle",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},align:{type:String,default:function(){},validator:function(t){return["center","left","right"].includes(t)}},color:{type:String,default:void 0},font:{type:String,default:void 0},position:{type:String,default:function(){},validator:function(t){return["top","bottom"].includes(t)}},text:{type:String,default:void 0},visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"title"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"title"}},[r])}};e.ChartTitle=c;var p=c;e.ChartTitleVue3=p},function(t,e,r){"use strict";var i=function(){return(i=Object.assign||function(t){for(var e,r=1,i=arguments.length;r<i;r++)for(var n in e=arguments[r])Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t}).apply(this,arguments)},n=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},o=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},a=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&n(e,t,r);return o(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartTooltipVue3=e.ChartTooltip=void 0;var s=a(r(2)).h,u=r(4),l=r(1),c=r(3),p={name:"KendoChartTooltip",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},padding:{type:[Object,Number],default:function(){}},color:{type:String,default:void 0},render:[String,Function,Object],font:{type:String,default:void 0},format:{type:String,default:void 0},opacity:{type:Number,default:void 0},shared:{type:Boolean,default:void 0},visible:{type:Boolean,default:!0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=s||t,r=l.getDefaultSlots(this),n=c.removeUndefinedProps(this.$props),o=l.templateRendering.call(this,this.$props.render,l.getListeners.call(this));return this.v3?e(u.Configuration,{config:i(i({},n),{render:o}),chartKey:"tooltip"},(function(){return r})):e(u.Configuration,{props:{config:i(i({},n),{render:o}),chartKey:"tooltip"}},[r])}};e.ChartTooltip=p;var h=p;e.ChartTooltipVue3=h},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisVue3=e.ChartValueAxis=void 0;var a=o(r(2)).h,s=r(8),u=r(1),l={name:"KendoChartValueAxis",setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this);return e(s.CollectionConfiguration,{chartKey:"valueAxis",attrs:this.v3?void 0:{chartKey:"valueAxis"}},this.v3?function(){return[r]}:[r])}};e.ChartValueAxis=l;var c=l;e.ChartValueAxisVue3=c},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisItemVue3=e.ChartValueAxisItem=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartValueAxisItem",props:{axisCrossingValue:{type:[Array,Object,Date,Number],default:function(){}},background:{type:String,default:void 0},color:{type:String,default:void 0},line:{type:Object,default:function(){}},majorGridLines:{type:Object,default:function(){}},majorTicks:{type:Object,default:function(){}},majorUnit:{type:Number,default:void 0},max:{type:[Number,Object,String,Date],default:function(){}},min:{type:[Number,Object,String,Date],default:function(){}},minorGridLines:{type:Object,default:function(){}},minorTicks:{type:Object,default:function(){}},minorUnit:{type:Number,default:void 0},name:{type:String,default:void 0},narrowRange:{type:Boolean,default:function(){}},pane:{type:String,default:void 0},plotBands:{type:Array,default:function(){}},reverse:{type:Boolean,default:function(){}},type:{type:String,default:function(){},validator:function(t){return["numeric","log"].includes(t)}},visible:{type:Boolean,default:function(){}},crosshair:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},title:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i},(function(){return r})):e(s.Configuration,{props:{config:i}},[r])}};e.ChartValueAxisItem=c;var p=c;e.ChartValueAxisItemVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisVue3=e.ChartXAxis=void 0;var a=o(r(2)).h,s=r(8),u=r(1),l={name:"KendoChartXAxis",setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this);return e(s.CollectionConfiguration,{chartKey:"xAxis",attrs:this.v3?void 0:{chartKey:"xAxis"}},this.v3?function(){return[r]}:[r])}};e.ChartXAxis=l;var c=l;e.ChartXAxisVue3=c},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisItemVue3=e.ChartXAxisItem=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartXAxisItem",props:{axisCrossingValue:{type:[Array,Object,Date,Number],default:function(){}},background:{type:String,default:void 0},baseUnit:{type:String,default:function(){},validator:function(t){return["milliseconds","seconds","minutes","hours","days","weeks","months","years","auto","fit"].includes(t)}},color:{type:String,default:void 0},line:{type:Object,default:function(){}},majorGridLines:{type:Object,default:function(){}},majorTicks:{type:Object,default:function(){}},majorUnit:{type:Number,default:void 0},max:{type:[Number,Object,String,Date],default:function(){}},min:{type:[Number,Object,String,Date],default:function(){}},minorGridLines:{type:Object,default:function(){}},minorTicks:{type:Object,default:function(){}},minorUnit:{type:Number,default:void 0},name:{type:String,default:void 0},narrowRange:{type:Boolean,default:function(){}},pane:{type:String,default:void 0},plotBands:{type:Array,default:function(){}},startAngle:{type:Number,default:void 0},reverse:{type:Boolean,default:function(){}},type:{type:String,default:function(){},validator:function(t){return["numeric","log","date"].includes(t)}},visible:{type:Boolean,default:function(){}},crosshair:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},title:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i},(function(){return r})):e(s.Configuration,{props:{config:i}},[r])}};e.ChartXAxisItem=c;var p=c;e.ChartXAxisItemVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisVue3=e.ChartYAxis=void 0;var a=o(r(2)).h,s=r(8),u=r(1),l={name:"KendoChartYAxis",setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this);return e(s.CollectionConfiguration,{chartKey:"yAxis",attrs:this.v3?void 0:{chartKey:"yAxis"}},this.v3?function(){return[r]}:[r])}};e.ChartYAxis=l;var c=l;e.ChartYAxisVue3=c},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisItemVue3=e.ChartYAxisItem=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartYAxisItem",props:{axisCrossingValue:{type:[Array,Object,Date,Number],default:function(){}},background:{type:String,default:void 0},baseUnit:{type:String,default:function(){},validator:function(t){return["milliseconds","seconds","minutes","hours","days","weeks","months","years","auto","fit"].includes(t)}},color:{type:String,default:void 0},line:{type:Object,default:function(){}},majorGridLines:{type:Object,default:function(){}},majorTicks:{type:Object,default:function(){}},majorUnit:{type:Number,default:void 0},max:{type:[Number,Object,String,Date],default:function(){}},min:{type:[Number,Object,String,Date],default:function(){}},minorGridLines:{type:Object,default:function(){}},minorTicks:{type:Object,default:function(){}},minorUnit:{type:Number,default:void 0},name:{type:String,default:void 0},narrowRange:{type:Boolean,default:function(){}},pane:{type:String,default:void 0},plotBands:{type:Array,default:function(){}},reverse:{type:Boolean,default:function(){}},type:{type:String,default:function(){},validator:function(t){return["numeric","log","date"].includes(t)}},visible:{type:Boolean,default:function(){}},crosshair:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},title:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i},(function(){return r})):e(s.Configuration,{props:{config:i}},[r])}};e.ChartYAxisItem=c;var p=c;e.ChartYAxisItemVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartZoomableVue3=e.ChartZoomable=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartZoomable",props:{mousewheel:{type:[Boolean,Object],default:function(){}},selection:{type:[Boolean,Object],default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"zoomable"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"zoomable"}},[r])}};e.ChartZoomable=c;var p=c;e.ChartZoomableVue3=p},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaultsCrosshairTooltipVue3=e.ChartAxisDefaultsCrosshairTooltip=e.ChartAxisDefaultsCrosshairVue3=e.ChartAxisDefaultsCrosshair=e.ChartAxisDefaultsLabelsVue3=e.ChartAxisDefaultsLabels=e.ChartAxisDefaultsTitleVue3=e.ChartAxisDefaultsTitle=void 0;var i=r(78);Object.defineProperty(e,"ChartAxisDefaultsTitle",{enumerable:!0,get:function(){return i.ChartAxisDefaultsTitle}}),Object.defineProperty(e,"ChartAxisDefaultsTitleVue3",{enumerable:!0,get:function(){return i.ChartAxisDefaultsTitleVue3}});var n=r(79);Object.defineProperty(e,"ChartAxisDefaultsLabels",{enumerable:!0,get:function(){return n.ChartAxisDefaultsLabels}}),Object.defineProperty(e,"ChartAxisDefaultsLabelsVue3",{enumerable:!0,get:function(){return n.ChartAxisDefaultsLabelsVue3}});var o=r(80);Object.defineProperty(e,"ChartAxisDefaultsCrosshair",{enumerable:!0,get:function(){return o.ChartAxisDefaultsCrosshair}}),Object.defineProperty(e,"ChartAxisDefaultsCrosshairVue3",{enumerable:!0,get:function(){return o.ChartAxisDefaultsCrosshairVue3}});var a=r(81);Object.defineProperty(e,"ChartAxisDefaultsCrosshairTooltip",{enumerable:!0,get:function(){return a.ChartAxisDefaultsCrosshairTooltip}}),Object.defineProperty(e,"ChartAxisDefaultsCrosshairTooltipVue3",{enumerable:!0,get:function(){return a.ChartAxisDefaultsCrosshairTooltipVue3}})},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaultsTitleVue3=e.ChartAxisDefaultsTitle=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartAxisDefaultsTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"title"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"title"}},[r])}};e.ChartAxisDefaultsTitle=c;var p=c;e.ChartAxisDefaultsTitleVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaultsLabelsVue3=e.ChartAxisDefaultsLabels=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartAxisDefaultsLabels",props:{content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},mirror:Boolean,padding:{type:[Object,Number],default:function(){}},rotation:{type:[Object,Number,String],default:function(){}},skip:Number,step:Number,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"labels"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"labels"}},[r])}};e.ChartAxisDefaultsLabels=c;var p=c;e.ChartAxisDefaultsLabelsVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaultsCrosshairVue3=e.ChartAxisDefaultsCrosshair=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartAxisDefaultsCrosshair",props:{color:String,dashType:{type:String,default:function(){},validator:function(t){return["dash","dashDot","dot","longDash","longDashDot","longDashDotDot","solid"].includes(t)}},opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"crosshair"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"crosshair"}},[r])}};e.ChartAxisDefaultsCrosshair=c;var p=c;e.ChartAxisDefaultsCrosshairVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaultsCrosshairTooltipVue3=e.ChartAxisDefaultsCrosshairTooltip=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartAxisDefaultsCrosshairTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"tooltip"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"tooltip"}},[r])}};e.ChartAxisDefaultsCrosshairTooltip=c;var p=c;e.ChartAxisDefaultsCrosshairTooltipVue3=p},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisRangeLabelsVue3=e.ChartCategoryAxisRangeLabels=e.ChartCategoryAxisNotesLabelVue3=e.ChartCategoryAxisNotesLabel=e.ChartCategoryAxisNotesIconVue3=e.ChartCategoryAxisNotesIcon=e.ChartCategoryAxisNotesVue3=e.ChartCategoryAxisNotes=e.ChartCategoryAxisLabelsVue3=e.ChartCategoryAxisLabels=e.ChartCategoryAxisTitleVue3=e.ChartCategoryAxisTitle=e.ChartCategoryAxisSelectVue3=e.ChartCategoryAxisSelect=e.ChartCategoryAxisCrosshairTooltipVue3=e.ChartCategoryAxisCrosshairTooltip=e.ChartCategoryAxisCrosshairVue3=e.ChartCategoryAxisCrosshair=void 0;var i=r(83);Object.defineProperty(e,"ChartCategoryAxisCrosshair",{enumerable:!0,get:function(){return i.ChartCategoryAxisCrosshair}}),Object.defineProperty(e,"ChartCategoryAxisCrosshairVue3",{enumerable:!0,get:function(){return i.ChartCategoryAxisCrosshairVue3}});var n=r(84);Object.defineProperty(e,"ChartCategoryAxisCrosshairTooltip",{enumerable:!0,get:function(){return n.ChartCategoryAxisCrosshairTooltip}}),Object.defineProperty(e,"ChartCategoryAxisCrosshairTooltipVue3",{enumerable:!0,get:function(){return n.ChartCategoryAxisCrosshairTooltipVue3}});var o=r(85);Object.defineProperty(e,"ChartCategoryAxisSelect",{enumerable:!0,get:function(){return o.ChartCategoryAxisSelect}}),Object.defineProperty(e,"ChartCategoryAxisSelectVue3",{enumerable:!0,get:function(){return o.ChartCategoryAxisSelectVue3}});var a=r(86);Object.defineProperty(e,"ChartCategoryAxisTitle",{enumerable:!0,get:function(){return a.ChartCategoryAxisTitle}}),Object.defineProperty(e,"ChartCategoryAxisTitleVue3",{enumerable:!0,get:function(){return a.ChartCategoryAxisTitleVue3}});var s=r(87);Object.defineProperty(e,"ChartCategoryAxisLabels",{enumerable:!0,get:function(){return s.ChartCategoryAxisLabels}}),Object.defineProperty(e,"ChartCategoryAxisLabelsVue3",{enumerable:!0,get:function(){return s.ChartCategoryAxisLabelsVue3}});var u=r(88);Object.defineProperty(e,"ChartCategoryAxisNotes",{enumerable:!0,get:function(){return u.ChartCategoryAxisNotes}}),Object.defineProperty(e,"ChartCategoryAxisNotesVue3",{enumerable:!0,get:function(){return u.ChartCategoryAxisNotesVue3}});var l=r(89);Object.defineProperty(e,"ChartCategoryAxisNotesIcon",{enumerable:!0,get:function(){return l.ChartCategoryAxisNotesIcon}}),Object.defineProperty(e,"ChartCategoryAxisNotesIconVue3",{enumerable:!0,get:function(){return l.ChartCategoryAxisNotesIconVue3}});var c=r(90);Object.defineProperty(e,"ChartCategoryAxisNotesLabel",{enumerable:!0,get:function(){return c.ChartCategoryAxisNotesLabel}}),Object.defineProperty(e,"ChartCategoryAxisNotesLabelVue3",{enumerable:!0,get:function(){return c.ChartCategoryAxisNotesLabelVue3}});var p=r(91);Object.defineProperty(e,"ChartCategoryAxisRangeLabels",{enumerable:!0,get:function(){return p.ChartCategoryAxisRangeLabels}}),Object.defineProperty(e,"ChartCategoryAxisRangeLabelsVue3",{enumerable:!0,get:function(){return p.ChartCategoryAxisRangeLabelsVue3}})},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisCrosshairVue3=e.ChartCategoryAxisCrosshair=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartCategoryAxisCrosshair",props:{color:String,dashType:{type:String,default:function(){},validator:function(t){return["dash","dashDot","dot","longDash","longDashDot","longDashDotDot","solid"].includes(t)}},opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"crosshair"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"crosshair"}},[r])}};e.ChartCategoryAxisCrosshair=c;var p=c;e.ChartCategoryAxisCrosshairVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisCrosshairTooltipVue3=e.ChartCategoryAxisCrosshairTooltip=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartCategoryAxisCrosshairTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"tooltip"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"tooltip"}},[r])}};e.ChartCategoryAxisCrosshairTooltip=c;var p=c;e.ChartCategoryAxisCrosshairTooltipVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisSelectVue3=e.ChartCategoryAxisSelect=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartCategoryAxisSelect",props:{from:{type:[Object,Number,String],default:function(){}},max:{type:[Object,Number,String,Date],default:function(){}},min:{type:[Object,Number,String,Date],default:function(){}},mousewheel:{type:[Object,Boolean],default:function(){}},to:{type:[Object,Number,String],default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"select"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"select"}},[r])}};e.ChartCategoryAxisSelect=c;var p=c;e.ChartCategoryAxisSelectVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisTitleVue3=e.ChartCategoryAxisTitle=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartCategoryAxisTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"title"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"title"}},[r])}};e.ChartCategoryAxisTitle=c;var p=c;e.ChartCategoryAxisTitleVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisLabelsVue3=e.ChartCategoryAxisLabels=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartCategoryAxisLabels",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},culture:String,dateFormats:{type:Object,default:function(){}},font:String,format:String,margin:{type:[Object,Number],default:function(){}},mirror:{type:Boolean,default:void 0},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["start","end","onAxis",""].includes(t)}},rotation:{type:[Object,Number,String],default:function(){}},skip:Number,step:Number,visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"labels"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"labels"}},[r])}};e.ChartCategoryAxisLabels=c;var p=c;e.ChartCategoryAxisLabelsVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisNotesVue3=e.ChartCategoryAxisNotes=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartCategoryAxisNotes",props:{dataItems:{type:Array,default:function(){}},line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"notes"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"notes"}},[r])}};e.ChartCategoryAxisNotes=c;var p=c;e.ChartCategoryAxisNotesVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisNotesIconVue3=e.ChartCategoryAxisNotesIcon=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartCategoryAxisNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"icon"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"icon"}},[r])}};e.ChartCategoryAxisNotesIcon=c;var p=c;e.ChartCategoryAxisNotesIconVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisNotesLabelVue3=e.ChartCategoryAxisNotesLabel=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartCategoryAxisNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"label"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"label"}},[r])}};e.ChartCategoryAxisNotesLabel=c;var p=c;e.ChartCategoryAxisNotesLabelVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisRangeLabelsVue3=e.ChartCategoryAxisRangeLabels=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartCategoryAxisRangeLabels",props:{position:{type:String,default:void 0,validator:function(t){return["start","end","onAxis",""].includes(t)}},skip:Number,step:Number,visible:{type:Boolean,default:!0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"rangeLabels"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"rangeLabels"}},[r])}};e.ChartCategoryAxisRangeLabels=c;var p=c;e.ChartCategoryAxisRangeLabelsVue3=p},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPaneTitleVue3=e.ChartPaneTitle=void 0;var i=r(93);Object.defineProperty(e,"ChartPaneTitle",{enumerable:!0,get:function(){return i.ChartPaneTitle}}),Object.defineProperty(e,"ChartPaneTitleVue3",{enumerable:!0,get:function(){return i.ChartPaneTitleVue3}})},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPaneTitleVue3=e.ChartPaneTitle=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartPaneTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","left","right"].includes(t)}},text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"title"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"title"}},[r])}};e.ChartPaneTitle=c;var p=c;e.ChartPaneTitleVue3=p},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPaneDefaultsTitleVue3=e.ChartPaneDefaultsTitle=void 0;var i=r(95);Object.defineProperty(e,"ChartPaneDefaultsTitle",{enumerable:!0,get:function(){return i.ChartPaneDefaultsTitle}}),Object.defineProperty(e,"ChartPaneDefaultsTitleVue3",{enumerable:!0,get:function(){return i.ChartPaneDefaultsTitleVue3}})},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPaneDefaultsTitleVue3=e.ChartPaneDefaultsTitle=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartPaneDefaultsTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","left","right"].includes(t)}},visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"title"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"title"}},[r])}};e.ChartPaneDefaultsTitle=c;var p=c;e.ChartPaneDefaultsTitleVue3=p},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ChartLegendInactiveItemsVue3=e.ChartLegendInactiveItems=e.ChartLegendTitleVue3=e.ChartLegendTitle=e.ChartLegendItemVue3=e.ChartLegendItem=void 0;var i=r(97);Object.defineProperty(e,"ChartLegendItem",{enumerable:!0,get:function(){return i.ChartLegendItem}}),Object.defineProperty(e,"ChartLegendItemVue3",{enumerable:!0,get:function(){return i.ChartLegendItemVue3}});var n=r(98);Object.defineProperty(e,"ChartLegendTitle",{enumerable:!0,get:function(){return n.ChartLegendTitle}}),Object.defineProperty(e,"ChartLegendTitleVue3",{enumerable:!0,get:function(){return n.ChartLegendTitleVue3}});var o=r(99);Object.defineProperty(e,"ChartLegendInactiveItems",{enumerable:!0,get:function(){return o.ChartLegendInactiveItems}}),Object.defineProperty(e,"ChartLegendInactiveItemsVue3",{enumerable:!0,get:function(){return o.ChartLegendInactiveItemsVue3}})},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartLegendItemVue3=e.ChartLegendItem=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartLegendItem",props:{cursor:String,visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"item"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"item"}},[r])}};e.ChartLegendItem=c;var p=c;e.ChartLegendItemVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartLegendTitleVue3=e.ChartLegendTitle=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartLegendTitle",props:{align:{type:String,default:function(){},validator:function(t){return["center","left","right"].includes(t)}},background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom"].includes(t)}},text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"title"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"title"}},[r])}};e.ChartLegendTitle=c;var p=c;e.ChartLegendTitleVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartLegendInactiveItemsVue3=e.ChartLegendInactiveItems=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartLegendInactiveItems",props:{labels:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"inactiveItems"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"inactiveItems"}},[r])}};e.ChartLegendInactiveItems=c;var p=c;e.ChartLegendInactiveItemsVue3=p},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsNotesLabelVue3=e.ChartSeriesDefaultsNotesLabel=e.ChartSeriesDefaultsNotesIconVue3=e.ChartSeriesDefaultsNotesIcon=e.ChartSeriesDefaultsNotesVue3=e.ChartSeriesDefaultsNotes=e.ChartSeriesDefaultsLabelsToVue3=e.ChartSeriesDefaultsLabelsTo=e.ChartSeriesDefaultsLabelsFromVue3=e.ChartSeriesDefaultsLabelsFrom=e.ChartSeriesDefaultsLabelsVue3=e.ChartSeriesDefaultsLabels=e.ChartSeriesDefaultsItemTooltipVue3=e.ChartSeriesDefaultsItemTooltip=void 0;var i=r(101);Object.defineProperty(e,"ChartSeriesDefaultsItemTooltip",{enumerable:!0,get:function(){return i.ChartSeriesDefaultsItemTooltip}}),Object.defineProperty(e,"ChartSeriesDefaultsItemTooltipVue3",{enumerable:!0,get:function(){return i.ChartSeriesDefaultsItemTooltipVue3}});var n=r(102);Object.defineProperty(e,"ChartSeriesDefaultsLabels",{enumerable:!0,get:function(){return n.ChartSeriesDefaultsLabels}}),Object.defineProperty(e,"ChartSeriesDefaultsLabelsVue3",{enumerable:!0,get:function(){return n.ChartSeriesDefaultsLabelsVue3}});var o=r(103);Object.defineProperty(e,"ChartSeriesDefaultsLabelsFrom",{enumerable:!0,get:function(){return o.ChartSeriesDefaultsLabelsFrom}}),Object.defineProperty(e,"ChartSeriesDefaultsLabelsFromVue3",{enumerable:!0,get:function(){return o.ChartSeriesDefaultsLabelsFromVue3}});var a=r(104);Object.defineProperty(e,"ChartSeriesDefaultsLabelsTo",{enumerable:!0,get:function(){return a.ChartSeriesDefaultsLabelsTo}}),Object.defineProperty(e,"ChartSeriesDefaultsLabelsToVue3",{enumerable:!0,get:function(){return a.ChartSeriesDefaultsLabelsToVue3}});var s=r(105);Object.defineProperty(e,"ChartSeriesDefaultsNotes",{enumerable:!0,get:function(){return s.ChartSeriesDefaultsNotes}}),Object.defineProperty(e,"ChartSeriesDefaultsNotesVue3",{enumerable:!0,get:function(){return s.ChartSeriesDefaultsNotesVue3}});var u=r(106);Object.defineProperty(e,"ChartSeriesDefaultsNotesIcon",{enumerable:!0,get:function(){return u.ChartSeriesDefaultsNotesIcon}}),Object.defineProperty(e,"ChartSeriesDefaultsNotesIconVue3",{enumerable:!0,get:function(){return u.ChartSeriesDefaultsNotesIconVue3}});var l=r(107);Object.defineProperty(e,"ChartSeriesDefaultsNotesLabel",{enumerable:!0,get:function(){return l.ChartSeriesDefaultsNotesLabel}}),Object.defineProperty(e,"ChartSeriesDefaultsNotesLabelVue3",{enumerable:!0,get:function(){return l.ChartSeriesDefaultsNotesLabelVue3}})},function(t,e,r){"use strict";var i=function(){return(i=Object.assign||function(t){for(var e,r=1,i=arguments.length;r<i;r++)for(var n in e=arguments[r])Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t}).apply(this,arguments)},n=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},o=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},a=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&n(e,t,r);return o(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsItemTooltipVue3=e.ChartSeriesDefaultsItemTooltip=void 0;var s=a(r(2)).h,u=r(4),l=r(1),c=r(3),p={name:"KendoChartSeriesDefaultsItemTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:void 0},render:[String,Number,Object]},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=s||t,r=l.getDefaultSlots(this),n=c.removeUndefinedProps(this.$props),o=l.templateRendering.call(this,this.$props.render,l.getListeners.call(this));return this.v3?e(u.Configuration,{config:i(i({},n),{render:o}),chartKey:"tooltip"},(function(){return r})):e(u.Configuration,{props:{config:i(i({},n),{render:o}),chartKey:"tooltip"}},[r])}};e.ChartSeriesDefaultsItemTooltip=p;var h=p;e.ChartSeriesDefaultsItemTooltipVue3=h},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsLabelsVue3=e.ChartSeriesDefaultsLabels=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesDefaultsLabels",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0},from:{type:Object,default:function(){}},to:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"labels"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"labels"}},[r])}};e.ChartSeriesDefaultsLabels=c;var p=c;e.ChartSeriesDefaultsLabelsVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsLabelsFromVue3=e.ChartSeriesDefaultsLabelsFrom=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesDefaultsLabelsFrom",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"from"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"from"}},[r])}};e.ChartSeriesDefaultsLabelsFrom=c;var p=c;e.ChartSeriesDefaultsLabelsFromVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsLabelsToVue3=e.ChartSeriesDefaultsLabelsTo=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesDefaultsLabelsTo",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"to"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"to"}},[r])}};e.ChartSeriesDefaultsLabelsTo=c;var p=c;e.ChartSeriesDefaultsLabelsToVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsNotesVue3=e.ChartSeriesDefaultsNotes=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesDefaultsNotes",props:{line:{type:Object,default:function(){}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"notes"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"notes"}},[r])}};e.ChartSeriesDefaultsNotes=c;var p=c;e.ChartSeriesDefaultsNotesVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsNotesIconVue3=e.ChartSeriesDefaultsNotesIcon=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesDefaultsNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"icon"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"icon"}},[r])}};e.ChartSeriesDefaultsNotesIcon=c;var p=c;e.ChartSeriesDefaultsNotesIconVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsNotesLabelVue3=e.ChartSeriesDefaultsNotesLabel=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesDefaultsNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"label"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"label"}},[r])}};e.ChartSeriesDefaultsNotesLabel=c;var p=c;e.ChartSeriesDefaultsNotesLabelVue3=p},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesNotesIconVue3=e.ChartSeriesNotesIcon=e.ChartSeriesNotesLabelVue3=e.ChartSeriesNotesLabel=e.ChartSeriesLabelsToVue3=e.ChartSeriesLabelsTo=e.ChartSeriesLabelsFromVue3=e.ChartSeriesLabelsFrom=e.ChartSeriesErrorBarsVue3=e.ChartSeriesErrorBars=e.ChartSeriesExtremesVue3=e.ChartSeriesExtremes=e.ChartSeriesHighlightVue3=e.ChartSeriesHighlight=e.ChartSeriesLabelsVue3=e.ChartSeriesLabels=e.ChartSeriesMarkersVue3=e.ChartSeriesMarkers=e.ChartSeriesNotesVue3=e.ChartSeriesNotes=e.ChartSeriesItemOutliersVue3=e.ChartSeriesItemOutliers=e.ChartSeriesItemTooltipVue3=e.ChartSeriesItemTooltip=void 0;var i=r(109);Object.defineProperty(e,"ChartSeriesItemTooltip",{enumerable:!0,get:function(){return i.ChartSeriesItemTooltip}}),Object.defineProperty(e,"ChartSeriesItemTooltipVue3",{enumerable:!0,get:function(){return i.ChartSeriesItemTooltipVue3}});var n=r(110);Object.defineProperty(e,"ChartSeriesItemOutliers",{enumerable:!0,get:function(){return n.ChartSeriesItemOutliers}}),Object.defineProperty(e,"ChartSeriesItemOutliersVue3",{enumerable:!0,get:function(){return n.ChartSeriesItemOutliersVue3}});var o=r(111);Object.defineProperty(e,"ChartSeriesNotes",{enumerable:!0,get:function(){return o.ChartSeriesNotes}}),Object.defineProperty(e,"ChartSeriesNotesVue3",{enumerable:!0,get:function(){return o.ChartSeriesNotesVue3}});var a=r(112);Object.defineProperty(e,"ChartSeriesMarkers",{enumerable:!0,get:function(){return a.ChartSeriesMarkers}}),Object.defineProperty(e,"ChartSeriesMarkersVue3",{enumerable:!0,get:function(){return a.ChartSeriesMarkersVue3}});var s=r(113);Object.defineProperty(e,"ChartSeriesLabels",{enumerable:!0,get:function(){return s.ChartSeriesLabels}}),Object.defineProperty(e,"ChartSeriesLabelsVue3",{enumerable:!0,get:function(){return s.ChartSeriesLabelsVue3}});var u=r(114);Object.defineProperty(e,"ChartSeriesHighlight",{enumerable:!0,get:function(){return u.ChartSeriesHighlight}}),Object.defineProperty(e,"ChartSeriesHighlightVue3",{enumerable:!0,get:function(){return u.ChartSeriesHighlightVue3}});var l=r(115);Object.defineProperty(e,"ChartSeriesExtremes",{enumerable:!0,get:function(){return l.ChartSeriesExtremes}}),Object.defineProperty(e,"ChartSeriesExtremesVue3",{enumerable:!0,get:function(){return l.ChartSeriesExtremesVue3}});var c=r(116);Object.defineProperty(e,"ChartSeriesErrorBars",{enumerable:!0,get:function(){return c.ChartSeriesErrorBars}}),Object.defineProperty(e,"ChartSeriesErrorBarsVue3",{enumerable:!0,get:function(){return c.ChartSeriesErrorBarsVue3}});var p=r(117);Object.defineProperty(e,"ChartSeriesLabelsFrom",{enumerable:!0,get:function(){return p.ChartSeriesLabelsFrom}}),Object.defineProperty(e,"ChartSeriesLabelsFromVue3",{enumerable:!0,get:function(){return p.ChartSeriesLabelsFromVue3}});var h=r(118);Object.defineProperty(e,"ChartSeriesLabelsTo",{enumerable:!0,get:function(){return h.ChartSeriesLabelsTo}}),Object.defineProperty(e,"ChartSeriesLabelsToVue3",{enumerable:!0,get:function(){return h.ChartSeriesLabelsToVue3}});var f=r(119);Object.defineProperty(e,"ChartSeriesNotesLabel",{enumerable:!0,get:function(){return f.ChartSeriesNotesLabel}}),Object.defineProperty(e,"ChartSeriesNotesLabelVue3",{enumerable:!0,get:function(){return f.ChartSeriesNotesLabelVue3}});var d=r(120);Object.defineProperty(e,"ChartSeriesNotesIcon",{enumerable:!0,get:function(){return d.ChartSeriesNotesIcon}}),Object.defineProperty(e,"ChartSeriesNotesIconVue3",{enumerable:!0,get:function(){return d.ChartSeriesNotesIconVue3}})},function(t,e,r){"use strict";var i=function(){return(i=Object.assign||function(t){for(var e,r=1,i=arguments.length;r<i;r++)for(var n in e=arguments[r])Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t}).apply(this,arguments)},n=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},o=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},a=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&n(e,t,r);return o(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesItemTooltipVue3=e.ChartSeriesItemTooltip=void 0;var s=a(r(2)).h,u=r(4),l=r(1),c=r(3),p={name:"KendoChartSeriesItemTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},render:[String,Number,Object],visible:{type:Boolean,default:!0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=s||t,r=l.getDefaultSlots(this),n=c.removeUndefinedProps(this.$props),o=l.templateRendering.call(this,this.$props.render,l.getListeners.call(this));return this.v3?e(u.Configuration,{config:i(i({},n),{render:o}),chartKey:"tooltip"},(function(){return r})):e(u.Configuration,{props:{config:i(i({},n),{render:o}),chartKey:"tooltip"}},[r])}};e.ChartSeriesItemTooltip=p;var h=p;e.ChartSeriesItemTooltipVue3=h},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesItemOutliersVue3=e.ChartSeriesItemOutliers=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesItemOutliers",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"outliers"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"outliers"}},[r])}};e.ChartSeriesItemOutliers=c;var p=c;e.ChartSeriesItemOutliersVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesNotesVue3=e.ChartSeriesNotes=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesNotes",props:{line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"notes"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"notes"}},[r])}};e.ChartSeriesNotes=c;var p=c;e.ChartSeriesNotesVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesMarkersVue3=e.ChartSeriesMarkers=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesMarkers",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0},from:{type:Object,default:function(){}},to:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"markers"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"markers"}},[r])}};e.ChartSeriesMarkers=c;var p=c;e.ChartSeriesMarkersVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesLabelsVue3=e.ChartSeriesLabels=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesLabels",props:{align:{type:String,default:function(){},validator:function(t){return["circle","column","center","right","left"].includes(t)}},background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},distance:Number,font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["auto","above","below","center","insideBase","insideEnd","left","outsideEnd","right","top","bottom"].includes(t)}},visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0},from:{type:Object,default:function(){}},to:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"labels"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"labels"}},[r])}};e.ChartSeriesLabels=c;var p=c;e.ChartSeriesLabelsVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesHighlightVue3=e.ChartSeriesHighlight=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesHighlight",props:{border:{type:Object,default:function(){}},color:String,line:{type:Object,default:function(){}},opacity:Number,toggle:{type:Function,default:void 0},visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"highlight"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"highlight"}},[r])}};e.ChartSeriesHighlight=c;var p=c;e.ChartSeriesHighlightVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesExtremesVue3=e.ChartSeriesExtremes=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesExtremes",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"extremes"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"extremes"}},[r])}};e.ChartSeriesExtremes=c;var p=c;e.ChartSeriesExtremesVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesErrorBarsVue3=e.ChartSeriesErrorBars=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesErrorBars",props:{color:String,endCaps:{type:Boolean,default:void 0},line:{type:Object,default:function(){}},value:String,visual:{type:Function,default:void 0},xValue:String,yValue:String},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"errorBars"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"errorBars"}},[r])}};e.ChartSeriesErrorBars=c;var p=c;e.ChartSeriesErrorBarsVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesLabelsFromVue3=e.ChartSeriesLabelsFrom=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesLabelsFrom",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","insideBase","insideEnd","outsideEnd"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"from"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"from"}},[r])}};e.ChartSeriesLabelsFrom=c;var p=c;e.ChartSeriesLabelsFromVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesLabelsToVue3=e.ChartSeriesLabelsTo=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesLabelsTo",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","insideBase","insideEnd","outsideEnd"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"to"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"to"}},[r])}};e.ChartSeriesLabelsTo=c;var p=c;e.ChartSeriesLabelsToVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesNotesLabelVue3=e.ChartSeriesNotesLabel=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"label"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"label"}},[r])}};e.ChartSeriesNotesLabel=c;var p=c;e.ChartSeriesNotesLabelVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesNotesIconVue3=e.ChartSeriesNotesIcon=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartSeriesNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"icon"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"icon"}},[r])}};e.ChartSeriesNotesIcon=c;var p=c;e.ChartSeriesNotesIconVue3=p},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisNotesLabelVue3=e.ChartValueAxisNotesLabel=e.ChartValueAxisNotesIconVue3=e.ChartValueAxisNotesIcon=e.ChartValueAxisNotesVue3=e.ChartValueAxisNotes=e.ChartValueAxisLabelsVue3=e.ChartValueAxisLabels=e.ChartValueAxisTitleVue3=e.ChartValueAxisTitle=e.ChartValueAxisCrosshairTooltipVue3=e.ChartValueAxisCrosshairTooltip=e.ChartValueAxisCrosshairVue3=e.ChartValueAxisCrosshair=void 0;var i=r(122);Object.defineProperty(e,"ChartValueAxisCrosshair",{enumerable:!0,get:function(){return i.ChartValueAxisCrosshair}}),Object.defineProperty(e,"ChartValueAxisCrosshairVue3",{enumerable:!0,get:function(){return i.ChartValueAxisCrosshairVue3}});var n=r(123);Object.defineProperty(e,"ChartValueAxisCrosshairTooltip",{enumerable:!0,get:function(){return n.ChartValueAxisCrosshairTooltip}}),Object.defineProperty(e,"ChartValueAxisCrosshairTooltipVue3",{enumerable:!0,get:function(){return n.ChartValueAxisCrosshairTooltipVue3}});var o=r(124);Object.defineProperty(e,"ChartValueAxisLabels",{enumerable:!0,get:function(){return o.ChartValueAxisLabels}}),Object.defineProperty(e,"ChartValueAxisLabelsVue3",{enumerable:!0,get:function(){return o.ChartValueAxisLabelsVue3}});var a=r(125);Object.defineProperty(e,"ChartValueAxisNotes",{enumerable:!0,get:function(){return a.ChartValueAxisNotes}}),Object.defineProperty(e,"ChartValueAxisNotesVue3",{enumerable:!0,get:function(){return a.ChartValueAxisNotesVue3}});var s=r(126);Object.defineProperty(e,"ChartValueAxisNotesIcon",{enumerable:!0,get:function(){return s.ChartValueAxisNotesIcon}}),Object.defineProperty(e,"ChartValueAxisNotesIconVue3",{enumerable:!0,get:function(){return s.ChartValueAxisNotesIconVue3}});var u=r(127);Object.defineProperty(e,"ChartValueAxisNotesLabel",{enumerable:!0,get:function(){return u.ChartValueAxisNotesLabel}}),Object.defineProperty(e,"ChartValueAxisNotesLabelVue3",{enumerable:!0,get:function(){return u.ChartValueAxisNotesLabelVue3}});var l=r(128);Object.defineProperty(e,"ChartValueAxisTitle",{enumerable:!0,get:function(){return l.ChartValueAxisTitle}}),Object.defineProperty(e,"ChartValueAxisTitleVue3",{enumerable:!0,get:function(){return l.ChartValueAxisTitleVue3}})},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisCrosshairVue3=e.ChartValueAxisCrosshair=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartValueAxisCrosshair",props:{color:String,opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"crosshair"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"crosshair"}},[r])}};e.ChartValueAxisCrosshair=c;var p=c;e.ChartValueAxisCrosshairVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisCrosshairTooltipVue3=e.ChartValueAxisCrosshairTooltip=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartValueAxisCrosshairTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"tooltip"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"tooltip"}},[r])}};e.ChartValueAxisCrosshairTooltip=c;var p=c;e.ChartValueAxisCrosshairTooltipVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisLabelsVue3=e.ChartValueAxisLabels=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartValueAxisLabels",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},mirror:{type:Boolean,default:void 0},padding:{type:[Object,Number],default:function(){}},rotation:{type:[Object,Number,String],default:function(){}},skip:Number,step:Number,visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"labels"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"labels"}},[r])}};e.ChartValueAxisLabels=c;var p=c;e.ChartValueAxisLabelsVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisNotesVue3=e.ChartValueAxisNotes=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartValueAxisNotes",props:{dataItems:{type:Array,default:function(){}},line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"notes"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"notes"}},[r])}};e.ChartValueAxisNotes=c;var p=c;e.ChartValueAxisNotesVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisNotesIconVue3=e.ChartValueAxisNotesIcon=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartValueAxisNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"icon"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"icon"}},[r])}};e.ChartValueAxisNotesIcon=c;var p=c;e.ChartValueAxisNotesIconVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisNotesLabelVue3=e.ChartValueAxisNotesLabel=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartValueAxisNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"label"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"label"}},[r])}};e.ChartValueAxisNotesLabel=c;var p=c;e.ChartValueAxisNotesLabelVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisTitleVue3=e.ChartValueAxisTitle=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartValueAxisTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"title"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"title"}},[r])}};e.ChartValueAxisTitle=c;var p=c;e.ChartValueAxisTitleVue3=p},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisNotesLabelVue3=e.ChartXAxisNotesLabel=e.ChartXAxisNotesIconVue3=e.ChartXAxisNotesIcon=e.ChartXAxisNotesVue3=e.ChartXAxisNotes=e.ChartXAxisLabelsVue3=e.ChartXAxisLabels=e.ChartXAxisTitleVue3=e.ChartXAxisTitle=e.ChartXAxisCrosshairTooltipVue3=e.ChartXAxisCrosshairTooltip=e.ChartXAxisCrosshairVue3=e.ChartXAxisCrosshair=void 0;var i=r(130);Object.defineProperty(e,"ChartXAxisCrosshair",{enumerable:!0,get:function(){return i.ChartXAxisCrosshair}}),Object.defineProperty(e,"ChartXAxisCrosshairVue3",{enumerable:!0,get:function(){return i.ChartXAxisCrosshairVue3}});var n=r(131);Object.defineProperty(e,"ChartXAxisCrosshairTooltip",{enumerable:!0,get:function(){return n.ChartXAxisCrosshairTooltip}}),Object.defineProperty(e,"ChartXAxisCrosshairTooltipVue3",{enumerable:!0,get:function(){return n.ChartXAxisCrosshairTooltipVue3}});var o=r(132);Object.defineProperty(e,"ChartXAxisLabels",{enumerable:!0,get:function(){return o.ChartXAxisLabels}}),Object.defineProperty(e,"ChartXAxisLabelsVue3",{enumerable:!0,get:function(){return o.ChartXAxisLabelsVue3}});var a=r(133);Object.defineProperty(e,"ChartXAxisNotes",{enumerable:!0,get:function(){return a.ChartXAxisNotes}}),Object.defineProperty(e,"ChartXAxisNotesVue3",{enumerable:!0,get:function(){return a.ChartXAxisNotesVue3}});var s=r(134);Object.defineProperty(e,"ChartXAxisNotesIcon",{enumerable:!0,get:function(){return s.ChartXAxisNotesIcon}}),Object.defineProperty(e,"ChartXAxisNotesIconVue3",{enumerable:!0,get:function(){return s.ChartXAxisNotesIconVue3}});var u=r(135);Object.defineProperty(e,"ChartXAxisNotesLabel",{enumerable:!0,get:function(){return u.ChartXAxisNotesLabel}}),Object.defineProperty(e,"ChartXAxisNotesLabelVue3",{enumerable:!0,get:function(){return u.ChartXAxisNotesLabelVue3}});var l=r(136);Object.defineProperty(e,"ChartXAxisTitle",{enumerable:!0,get:function(){return l.ChartXAxisTitle}}),Object.defineProperty(e,"ChartXAxisTitleVue3",{enumerable:!0,get:function(){return l.ChartXAxisTitleVue3}})},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisCrosshairVue3=e.ChartXAxisCrosshair=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartXAxisCrosshair",props:{color:String,opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"crosshair"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"crosshair"}},[r])}};e.ChartXAxisCrosshair=c;var p=c;e.ChartXAxisCrosshairVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisCrosshairTooltipVue3=e.ChartXAxisCrosshairTooltip=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartXAxisCrosshairTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"tooltip"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"tooltip"}},[r])}};e.ChartXAxisCrosshairTooltip=c;var p=c;e.ChartXAxisCrosshairTooltipVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisLabelsVue3=e.ChartXAxisLabels=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartXAxisLabels",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},culture:String,dateFormats:{type:Object,default:function(){}},font:String,format:String,margin:{type:[Object,Number],default:function(){}},mirror:{type:Boolean,default:void 0},padding:{type:[Object,Number],default:function(){}},rotation:{type:[Object,Number,String],default:function(){}},skip:Number,step:Number,visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"labels"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"labels"}},[r])}};e.ChartXAxisLabels=c;var p=c;e.ChartXAxisLabelsVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisNotesVue3=e.ChartXAxisNotes=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartXAxisNotes",props:{dataItems:{type:Array,default:function(){}},line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"notes"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"notes"}},[r])}};e.ChartXAxisNotes=c;var p=c;e.ChartXAxisNotesVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisNotesIconVue3=e.ChartXAxisNotesIcon=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartXAxisNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"icon"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"icon"}},[r])}};e.ChartXAxisNotesIcon=c;var p=c;e.ChartXAxisNotesIconVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisNotesLabelVue3=e.ChartXAxisNotesLabel=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartXAxisNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"label"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"label"}},[r])}};e.ChartXAxisNotesLabel=c;var p=c;e.ChartXAxisNotesLabelVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisTitleVue3=e.ChartXAxisTitle=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartXAxisTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"title"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"title"}},[r])}};e.ChartXAxisTitle=c;var p=c;e.ChartXAxisTitleVue3=p},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisNotesLabelVue3=e.ChartYAxisNotesLabel=e.ChartYAxisNotesIconVue3=e.ChartYAxisNotesIcon=e.ChartYAxisNotesVue3=e.ChartYAxisNotes=e.ChartYAxisLabelsVue3=e.ChartYAxisLabels=e.ChartYAxisTitleVue3=e.ChartYAxisTitle=e.ChartYAxisCrosshairTooltipVue3=e.ChartYAxisCrosshairTooltip=e.ChartYAxisCrosshairVue3=e.ChartYAxisCrosshair=void 0;var i=r(138);Object.defineProperty(e,"ChartYAxisCrosshair",{enumerable:!0,get:function(){return i.ChartYAxisCrosshair}}),Object.defineProperty(e,"ChartYAxisCrosshairVue3",{enumerable:!0,get:function(){return i.ChartYAxisCrosshairVue3}});var n=r(139);Object.defineProperty(e,"ChartYAxisCrosshairTooltip",{enumerable:!0,get:function(){return n.ChartYAxisCrosshairTooltip}}),Object.defineProperty(e,"ChartYAxisCrosshairTooltipVue3",{enumerable:!0,get:function(){return n.ChartYAxisCrosshairTooltipVue3}});var o=r(140);Object.defineProperty(e,"ChartYAxisLabels",{enumerable:!0,get:function(){return o.ChartYAxisLabels}}),Object.defineProperty(e,"ChartYAxisLabelsVue3",{enumerable:!0,get:function(){return o.ChartYAxisLabelsVue3}});var a=r(141);Object.defineProperty(e,"ChartYAxisNotes",{enumerable:!0,get:function(){return a.ChartYAxisNotes}}),Object.defineProperty(e,"ChartYAxisNotesVue3",{enumerable:!0,get:function(){return a.ChartYAxisNotesVue3}});var s=r(142);Object.defineProperty(e,"ChartYAxisNotesIcon",{enumerable:!0,get:function(){return s.ChartYAxisNotesIcon}}),Object.defineProperty(e,"ChartYAxisNotesIconVue3",{enumerable:!0,get:function(){return s.ChartYAxisNotesIconVue3}});var u=r(143);Object.defineProperty(e,"ChartYAxisNotesLabel",{enumerable:!0,get:function(){return u.ChartYAxisNotesLabel}}),Object.defineProperty(e,"ChartYAxisNotesLabelVue3",{enumerable:!0,get:function(){return u.ChartYAxisNotesLabelVue3}});var l=r(144);Object.defineProperty(e,"ChartYAxisTitle",{enumerable:!0,get:function(){return l.ChartYAxisTitle}}),Object.defineProperty(e,"ChartYAxisTitleVue3",{enumerable:!0,get:function(){return l.ChartYAxisTitleVue3}})},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisCrosshairVue3=e.ChartYAxisCrosshair=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartYAxisCrosshair",props:{color:String,opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"crosshair"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"crosshair"}},[r])}};e.ChartYAxisCrosshair=c;var p=c;e.ChartYAxisCrosshairVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisCrosshairTooltipVue3=e.ChartYAxisCrosshairTooltip=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartYAxisCrosshairTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"tooltip"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"tooltip"}},[r])}};e.ChartYAxisCrosshairTooltip=c;var p=c;e.ChartYAxisCrosshairTooltipVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisLabelsVue3=e.ChartYAxisLabels=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartYAxisLabels",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},culture:String,dateFormats:{type:Object,default:function(){}},font:String,format:String,margin:{type:[Object,Number],default:function(){}},mirror:{type:Boolean,default:void 0},padding:{type:[Object,Number],default:function(){}},rotation:{type:[Object,Number,String],default:function(){}},skip:Number,step:Number,visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"labels"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"labels"}},[r])}};e.ChartYAxisLabels=c;var p=c;e.ChartYAxisLabelsVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisNotesVue3=e.ChartYAxisNotes=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartYAxisNotes",props:{dataItems:{type:Array,default:function(){}},line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"notes"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"notes"}},[r])}};e.ChartYAxisNotes=c;var p=c;e.ChartYAxisNotesVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisNotesIconVue3=e.ChartYAxisNotesIcon=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartYAxisNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"icon"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"icon"}},[r])}};e.ChartYAxisNotesIcon=c;var p=c;e.ChartYAxisNotesIconVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisNotesLabelVue3=e.ChartYAxisNotesLabel=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartYAxisNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"label"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"label"}},[r])}};e.ChartYAxisNotesLabel=c;var p=c;e.ChartYAxisNotesLabelVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisTitleVue3=e.ChartYAxisTitle=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartYAxisTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"title"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"title"}},[r])}};e.ChartYAxisTitle=c;var p=c;e.ChartYAxisTitleVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=function(t,e){for(var r in t)"default"===r||e.hasOwnProperty(r)||i(e,t,r)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesItemVue3=e.ChartNavigatorSeriesItem=e.ChartNavigatorSeriesVue3=e.ChartNavigatorSeries=e.ChartNavigatorSelectVue3=e.ChartNavigatorSelect=e.ChartNavigatorPaneVue3=e.ChartNavigatorPane=e.ChartNavigatorHintVue3=e.ChartNavigatorHint=e.ChartNavigatorCategoryAxisVue3=e.ChartNavigatorCategoryAxis=void 0;var o=r(146);Object.defineProperty(e,"ChartNavigatorCategoryAxis",{enumerable:!0,get:function(){return o.ChartNavigatorCategoryAxis}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisVue3",{enumerable:!0,get:function(){return o.ChartNavigatorCategoryAxisVue3}});var a=r(147);Object.defineProperty(e,"ChartNavigatorHint",{enumerable:!0,get:function(){return a.ChartNavigatorHint}}),Object.defineProperty(e,"ChartNavigatorHintVue3",{enumerable:!0,get:function(){return a.ChartNavigatorHintVue3}});var s=r(148);Object.defineProperty(e,"ChartNavigatorPane",{enumerable:!0,get:function(){return s.ChartNavigatorPane}}),Object.defineProperty(e,"ChartNavigatorPaneVue3",{enumerable:!0,get:function(){return s.ChartNavigatorPaneVue3}});var u=r(149);Object.defineProperty(e,"ChartNavigatorSelect",{enumerable:!0,get:function(){return u.ChartNavigatorSelect}}),Object.defineProperty(e,"ChartNavigatorSelectVue3",{enumerable:!0,get:function(){return u.ChartNavigatorSelectVue3}});var l=r(150);Object.defineProperty(e,"ChartNavigatorSeries",{enumerable:!0,get:function(){return l.ChartNavigatorSeries}}),Object.defineProperty(e,"ChartNavigatorSeriesVue3",{enumerable:!0,get:function(){return l.ChartNavigatorSeriesVue3}});var c=r(151);Object.defineProperty(e,"ChartNavigatorSeriesItem",{enumerable:!0,get:function(){return c.ChartNavigatorSeriesItem}}),Object.defineProperty(e,"ChartNavigatorSeriesItemVue3",{enumerable:!0,get:function(){return c.ChartNavigatorSeriesItemVue3}}),n(r(152),e),n(r(161),e),n(r(163),e)},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisVue3=e.ChartNavigatorCategoryAxis=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorCategoryAxis",props:{autoBaseUnitSteps:{type:Object,default:function(){}},axisCrossingValue:{type:[Object,Array,Date,Number],default:function(){}},background:{type:String,default:void 0},baseUnit:{type:String,default:function(){},validator:function(t){return["milliseconds","seconds","minutes","hours","days","weeks","months","years","auto","fit"].includes(t)}},baseUnitStep:{type:[Number,String],default:function(){}},categories:{type:Array,default:function(){}},color:{type:String,default:void 0},justified:{type:Boolean,default:function(){}},line:{type:Object,default:function(){}},majorGridLines:{type:Object,default:function(){}},majorTicks:{type:Object,default:function(){}},max:{type:[Number,Object,String,Date],default:function(){}},maxDateGroups:{type:Number,default:void 0},maxDivisions:{type:Number,default:void 0},min:{type:[Number,Object,String,Date],default:function(){}},minorGridLines:{type:Object,default:function(){}},minorTicks:{type:Object,default:function(){}},name:{type:Object,default:function(){}},rangeLabels:{type:Object,default:function(){}},pane:{type:String,default:void 0},plotBands:{type:Array,default:function(){}},reverse:{type:Boolean,default:function(){}},roundToBaseUnit:{type:Boolean,default:function(){}},startAngle:{type:Number,default:void 0},type:{type:String,default:function(){},validator:function(t){return["category","date"].includes(t)}},visible:{type:Boolean,default:function(){}},weekStartDay:{type:Number,default:void 0},crosshair:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},select:{type:Object,default:function(){}},title:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"categoryAxis"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"categoryAxis"}},[r])}};e.ChartNavigatorCategoryAxis=c;var p=c;e.ChartNavigatorCategoryAxisVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorHintVue3=e.ChartNavigatorHint=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorHint",props:{content:{type:Function,default:void 0},format:String,visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"hint"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"hint"}},[r])}};e.ChartNavigatorHint=c;var p=c;e.ChartNavigatorHintVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorPaneVue3=e.ChartNavigatorPane=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorPane",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},clip:{type:Boolean,default:void 0},height:{type:Number,default:void 0},margin:{type:[Object,Number],default:function(){}},name:{type:String,default:void 0},padding:{type:[Object,Number],default:function(){}},title:{type:[Object,String],default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"pane"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"pane"}},[r])}};e.ChartNavigatorPane=c;var p=c;e.ChartNavigatorPaneVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSelectVue3=e.ChartNavigatorSelect=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorSelect",props:{from:{type:Date,default:function(){}},mousewheel:{type:[Object,Boolean],default:function(){}},to:{type:Date,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"select"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"select"}},[r])}};e.ChartNavigatorSelect=c;var p=c;e.ChartNavigatorSelectVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesVue3=e.ChartNavigatorSeries=void 0;var a=o(r(2)).h,s=r(8),u=r(1),l={name:"KendoChartNavigatorSeries",setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this);return e(s.CollectionConfiguration,{chartKey:"series",attrs:this.v3?void 0:{chartKey:"series",parentKey:"navigator"},parentKey:"navigator"},this.v3?function(){return[r]}:[r])}};e.ChartNavigatorSeries=l;var c=l;e.ChartNavigatorSeriesVue3=c},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesItemVue3=e.ChartNavigatorSeriesItem=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorSeriesItem",props:{aggregate:{type:[String,Function,Object],default:function(){}},axis:String,border:{type:Object,default:function(){}},categoryAxis:String,categoryField:String,closeField:String,color:{type:[String,Function],default:function(){}},colorField:String,connectors:{type:Object,default:function(){}},currentField:String,dashType:{type:String,default:function(){},validator:function(t){return["dash","dashDot","dot","longDash","longDashDot","longDashDotDot","solid"].includes(t)}},dataItems:{type:Array,default:function(){}},downColor:String,downColorField:String,dynamicHeight:{type:Boolean,default:void 0},dynamicSlope:{type:Boolean,default:void 0},errorHighField:String,errorLowField:String,explodeField:String,field:String,fromField:String,gap:Number,highField:String,holeSize:Number,line:{type:Object,default:function(){}},lowField:String,lowerField:String,margin:{type:[Object,Number],default:function(){}},maxSize:Number,meanField:String,medianField:String,minSize:Number,missingValues:{type:String,default:function(){},validator:function(t){return["gap","interpolate","zero"].includes(t)}},name:String,neckRatio:Number,negativeColor:String,negativeValues:{type:Object,default:function(){}},noteTextField:String,opacity:Number,openField:String,outliersField:String,overlay:{type:Object,default:function(){}},padding:Number,q1Field:String,q3Field:String,segmentSpacing:Number,size:Number,sizeField:String,spacing:Number,stack:{type:[Boolean,String,Object],default:function(){}},startAngle:Number,lineStyle:{type:String,default:function(){},validator:function(t){return["normal","step","smooth"].includes(t)}},summaryField:String,target:{type:Object,default:function(){}},toField:String,type:{type:String,default:function(){},validator:function(t){return["area","bar","boxPlot","bubble","bullet","candlestick","column","donut","funnel","horizontalWaterfall","line","ohlc","pie","polarArea","polarLine","polarScatter","radarArea","radarColumn","radarLine","rangeArea","rangeBar","rangeColumn","scatter","scatterLine","verticalArea","verticalBoxPlot","verticalBullet","verticalLine","verticalRangeArea","waterfall"].includes(t)}},upperField:String,visible:{type:Boolean,default:void 0},visibleInLegend:{type:Boolean,default:void 0},visibleInLegendField:String,visual:{type:Function,default:void 0},width:Number,xAxis:String,xErrorHighField:String,xErrorLowField:String,xField:String,yAxis:String,yErrorHighField:String,yErrorLowField:String,yField:String,zIndex:Number,errorBars:{type:Object,default:function(){}},extremes:{type:Object,default:function(){}},highlight:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},markers:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},outliers:{type:Object,default:function(){}},tooltip:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i},(function(){return r})):e(s.Configuration,{props:{config:i}},[r])}};e.ChartNavigatorSeriesItem=c;var p=c;e.ChartNavigatorSeriesItemVue3=p},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisNotesLabelVue3=e.ChartNavigatorCategoryAxisNotesLabel=e.ChartNavigatorCategoryAxisNotesIconVue3=e.ChartNavigatorCategoryAxisNotesIcon=e.ChartNavigatorCategoryAxisNotesVue3=e.ChartNavigatorCategoryAxisNotes=e.ChartNavigatorCategoryAxisLabelsVue3=e.ChartNavigatorCategoryAxisLabels=e.ChartNavigatorCategoryAxisTitleVue3=e.ChartNavigatorCategoryAxisTitle=e.ChartNavigatorCategoryAxisSelectVue3=e.ChartNavigatorCategoryAxisSelect=e.ChartNavigatorCategoryAxisCrosshairTooltipVue3=e.ChartNavigatorCategoryAxisCrosshairTooltip=e.ChartNavigatorCategoryAxisCrosshairVue3=e.ChartNavigatorCategoryAxisCrosshair=void 0;var i=r(153);Object.defineProperty(e,"ChartNavigatorCategoryAxisCrosshair",{enumerable:!0,get:function(){return i.ChartNavigatorCategoryAxisCrosshair}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisCrosshairVue3",{enumerable:!0,get:function(){return i.ChartNavigatorCategoryAxisCrosshairVue3}});var n=r(154);Object.defineProperty(e,"ChartNavigatorCategoryAxisCrosshairTooltip",{enumerable:!0,get:function(){return n.ChartNavigatorCategoryAxisCrosshairTooltip}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisCrosshairTooltipVue3",{enumerable:!0,get:function(){return n.ChartNavigatorCategoryAxisCrosshairTooltipVue3}});var o=r(155);Object.defineProperty(e,"ChartNavigatorCategoryAxisSelect",{enumerable:!0,get:function(){return o.ChartNavigatorCategoryAxisSelect}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisSelectVue3",{enumerable:!0,get:function(){return o.ChartNavigatorCategoryAxisSelectVue3}});var a=r(156);Object.defineProperty(e,"ChartNavigatorCategoryAxisTitle",{enumerable:!0,get:function(){return a.ChartNavigatorCategoryAxisTitle}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisTitleVue3",{enumerable:!0,get:function(){return a.ChartNavigatorCategoryAxisTitleVue3}});var s=r(157);Object.defineProperty(e,"ChartNavigatorCategoryAxisLabels",{enumerable:!0,get:function(){return s.ChartNavigatorCategoryAxisLabels}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisLabelsVue3",{enumerable:!0,get:function(){return s.ChartNavigatorCategoryAxisLabelsVue3}});var u=r(158);Object.defineProperty(e,"ChartNavigatorCategoryAxisNotes",{enumerable:!0,get:function(){return u.ChartNavigatorCategoryAxisNotes}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisNotesVue3",{enumerable:!0,get:function(){return u.ChartNavigatorCategoryAxisNotesVue3}});var l=r(159);Object.defineProperty(e,"ChartNavigatorCategoryAxisNotesIcon",{enumerable:!0,get:function(){return l.ChartNavigatorCategoryAxisNotesIcon}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisNotesIconVue3",{enumerable:!0,get:function(){return l.ChartNavigatorCategoryAxisNotesIconVue3}});var c=r(160);Object.defineProperty(e,"ChartNavigatorCategoryAxisNotesLabel",{enumerable:!0,get:function(){return c.ChartNavigatorCategoryAxisNotesLabel}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisNotesLabelVue3",{enumerable:!0,get:function(){return c.ChartNavigatorCategoryAxisNotesLabelVue3}})},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisCrosshairVue3=e.ChartNavigatorCategoryAxisCrosshair=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorCategoryAxisCrosshair",props:{color:String,dashType:{type:String,default:function(){},validator:function(t){return["dash","dashDot","dot","longDash","longDashDot","longDashDotDot","solid"].includes(t)}},opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"crosshair"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"crosshair"}},[r])}};e.ChartNavigatorCategoryAxisCrosshair=c;var p=c;e.ChartNavigatorCategoryAxisCrosshairVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisCrosshairTooltipVue3=e.ChartNavigatorCategoryAxisCrosshairTooltip=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorCategoryAxisCrosshairTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"tooltip"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"tooltip"}},[r])}};e.ChartNavigatorCategoryAxisCrosshairTooltip=c;var p=c;e.ChartNavigatorCategoryAxisCrosshairTooltipVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisSelectVue3=e.ChartNavigatorCategoryAxisSelect=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorCategoryAxisSelect",props:{from:{type:[Object,Number,String],default:function(){}},max:{type:[Object,Number,String,Date],default:function(){}},min:{type:[Object,Number,String,Date],default:function(){}},mousewheel:{type:[Object,Boolean],default:function(){}},to:{type:[Object,Number,String],default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"select"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"select"}},[r])}};e.ChartNavigatorCategoryAxisSelect=c;var p=c;e.ChartNavigatorCategoryAxisSelectVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisTitleVue3=e.ChartNavigatorCategoryAxisTitle=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorCategoryAxisTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"title"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"title"}},[r])}};e.ChartNavigatorCategoryAxisTitle=c;var p=c;e.ChartNavigatorCategoryAxisTitleVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisLabelsVue3=e.ChartNavigatorCategoryAxisLabels=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorCategoryAxisLabels",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},culture:String,dateFormats:{type:Object,default:function(){}},font:String,format:String,margin:{type:[Object,Number],default:function(){}},mirror:{type:Boolean,default:void 0},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["circle","column","center","right","left"].includes(t)}},rotation:{type:[Object,Number,String],default:function(){}},skip:Number,step:Number,visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"labels"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"labels"}},[r])}};e.ChartNavigatorCategoryAxisLabels=c;var p=c;e.ChartNavigatorCategoryAxisLabelsVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisNotesVue3=e.ChartNavigatorCategoryAxisNotes=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorCategoryAxisNotes",props:{dataItems:{type:Array,default:function(){}},line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"notes"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"notes"}},[r])}};e.ChartNavigatorCategoryAxisNotes=c;var p=c;e.ChartNavigatorCategoryAxisNotesVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisNotesIconVue3=e.ChartNavigatorCategoryAxisNotesIcon=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorCategoryAxisNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"icon"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"icon"}},[r])}};e.ChartNavigatorCategoryAxisNotesIcon=c;var p=c;e.ChartNavigatorCategoryAxisNotesIconVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisNotesLabelVue3=e.ChartNavigatorCategoryAxisNotesLabel=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorCategoryAxisNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["start","end","onAxis",""].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"label"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"label"}},[r])}};e.ChartNavigatorCategoryAxisNotesLabel=c;var p=c;e.ChartNavigatorCategoryAxisNotesLabelVue3=p},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorPaneTitleVue3=e.ChartNavigatorPaneTitle=void 0;var i=r(162);Object.defineProperty(e,"ChartNavigatorPaneTitle",{enumerable:!0,get:function(){return i.ChartNavigatorPaneTitle}}),Object.defineProperty(e,"ChartNavigatorPaneTitleVue3",{enumerable:!0,get:function(){return i.ChartNavigatorPaneTitleVue3}})},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorPaneTitleVue3=e.ChartNavigatorPaneTitle=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorPaneTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","left","right"].includes(t)}},text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"title"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"title"}},[r])}};e.ChartNavigatorPaneTitle=c;var p=c;e.ChartNavigatorPaneTitleVue3=p},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesNotesIconVue3=e.ChartNavigatorSeriesNotesIcon=e.ChartNavigatorSeriesNotesLabelVue3=e.ChartNavigatorSeriesNotesLabel=e.ChartNavigatorSeriesLabelsToVue3=e.ChartNavigatorSeriesLabelsTo=e.ChartNavigatorSeriesLabelsFromVue3=e.ChartNavigatorSeriesLabelsFrom=e.ChartNavigatorSeriesErrorBarsVue3=e.ChartNavigatorSeriesErrorBars=e.ChartNavigatorSeriesExtremesVue3=e.ChartNavigatorSeriesExtremes=e.ChartNavigatorSeriesHighlightVue3=e.ChartNavigatorSeriesHighlight=e.ChartNavigatorSeriesLabelsVue3=e.ChartNavigatorSeriesLabels=e.ChartNavigatorSeriesMarkersVue3=e.ChartNavigatorSeriesMarkers=e.ChartNavigatorSeriesNotesVue3=e.ChartNavigatorSeriesNotes=e.ChartNavigatorSeriesItemOutliersVue3=e.ChartNavigatorSeriesItemOutliers=e.ChartNavigatorSeriesItemTooltipVue3=e.ChartNavigatorSeriesItemTooltip=void 0;var i=r(164);Object.defineProperty(e,"ChartNavigatorSeriesItemTooltip",{enumerable:!0,get:function(){return i.ChartNavigatorSeriesItemTooltip}}),Object.defineProperty(e,"ChartNavigatorSeriesItemTooltipVue3",{enumerable:!0,get:function(){return i.ChartNavigatorSeriesItemTooltipVue3}});var n=r(165);Object.defineProperty(e,"ChartNavigatorSeriesItemOutliers",{enumerable:!0,get:function(){return n.ChartNavigatorSeriesItemOutliers}}),Object.defineProperty(e,"ChartNavigatorSeriesItemOutliersVue3",{enumerable:!0,get:function(){return n.ChartNavigatorSeriesItemOutliersVue3}});var o=r(166);Object.defineProperty(e,"ChartNavigatorSeriesNotes",{enumerable:!0,get:function(){return o.ChartNavigatorSeriesNotes}}),Object.defineProperty(e,"ChartNavigatorSeriesNotesVue3",{enumerable:!0,get:function(){return o.ChartNavigatorSeriesNotesVue3}});var a=r(167);Object.defineProperty(e,"ChartNavigatorSeriesMarkers",{enumerable:!0,get:function(){return a.ChartNavigatorSeriesMarkers}}),Object.defineProperty(e,"ChartNavigatorSeriesMarkersVue3",{enumerable:!0,get:function(){return a.ChartNavigatorSeriesMarkersVue3}});var s=r(168);Object.defineProperty(e,"ChartNavigatorSeriesLabels",{enumerable:!0,get:function(){return s.ChartNavigatorSeriesLabels}}),Object.defineProperty(e,"ChartNavigatorSeriesLabelsVue3",{enumerable:!0,get:function(){return s.ChartNavigatorSeriesLabelsVue3}});var u=r(169);Object.defineProperty(e,"ChartNavigatorSeriesHighlight",{enumerable:!0,get:function(){return u.ChartNavigatorSeriesHighlight}}),Object.defineProperty(e,"ChartNavigatorSeriesHighlightVue3",{enumerable:!0,get:function(){return u.ChartNavigatorSeriesHighlightVue3}});var l=r(170);Object.defineProperty(e,"ChartNavigatorSeriesExtremes",{enumerable:!0,get:function(){return l.ChartNavigatorSeriesExtremes}}),Object.defineProperty(e,"ChartNavigatorSeriesExtremesVue3",{enumerable:!0,get:function(){return l.ChartNavigatorSeriesExtremesVue3}});var c=r(171);Object.defineProperty(e,"ChartNavigatorSeriesErrorBars",{enumerable:!0,get:function(){return c.ChartNavigatorSeriesErrorBars}}),Object.defineProperty(e,"ChartNavigatorSeriesErrorBarsVue3",{enumerable:!0,get:function(){return c.ChartNavigatorSeriesErrorBarsVue3}});var p=r(172);Object.defineProperty(e,"ChartNavigatorSeriesLabelsFrom",{enumerable:!0,get:function(){return p.ChartNavigatorSeriesLabelsFrom}}),Object.defineProperty(e,"ChartNavigatorSeriesLabelsFromVue3",{enumerable:!0,get:function(){return p.ChartNavigatorSeriesLabelsFromVue3}});var h=r(173);Object.defineProperty(e,"ChartNavigatorSeriesLabelsTo",{enumerable:!0,get:function(){return h.ChartNavigatorSeriesLabelsTo}}),Object.defineProperty(e,"ChartNavigatorSeriesLabelsToVue3",{enumerable:!0,get:function(){return h.ChartNavigatorSeriesLabelsToVue3}});var f=r(174);Object.defineProperty(e,"ChartNavigatorSeriesNotesLabel",{enumerable:!0,get:function(){return f.ChartNavigatorSeriesNotesLabel}}),Object.defineProperty(e,"ChartNavigatorSeriesNotesLabelVue3",{enumerable:!0,get:function(){return f.ChartNavigatorSeriesNotesLabelVue3}});var d=r(175);Object.defineProperty(e,"ChartNavigatorSeriesNotesIcon",{enumerable:!0,get:function(){return d.ChartNavigatorSeriesNotesIcon}}),Object.defineProperty(e,"ChartNavigatorSeriesNotesIconVue3",{enumerable:!0,get:function(){return d.ChartNavigatorSeriesNotesIconVue3}})},function(t,e,r){"use strict";var i=function(){return(i=Object.assign||function(t){for(var e,r=1,i=arguments.length;r<i;r++)for(var n in e=arguments[r])Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t}).apply(this,arguments)},n=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},o=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},a=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&n(e,t,r);return o(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesItemTooltipVue3=e.ChartNavigatorSeriesItemTooltip=void 0;var s=a(r(2)).h,u=r(4),l=r(1),c=r(3),p={name:"KendoChartNavigatorSeriesItemTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},render:[String,Number,Object],visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=s||t,r=l.getDefaultSlots(this),n=c.removeUndefinedProps(this.$props),o=l.templateRendering.call(this,this.$props.render,l.getListeners.call(this));return this.v3?e(u.Configuration,{config:i(i({},n),{render:o}),chartKey:"tooltip"},(function(){return r})):e(u.Configuration,{props:{config:i(i({},n),{render:o}),chartKey:"tooltip"}},[r])}};e.ChartNavigatorSeriesItemTooltip=p;var h=p;e.ChartNavigatorSeriesItemTooltipVue3=h},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesItemOutliersVue3=e.ChartNavigatorSeriesItemOutliers=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorSeriesItemOutliers",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"outliers"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"outliers"}},[r])}};e.ChartNavigatorSeriesItemOutliers=c;var p=c;e.ChartNavigatorSeriesItemOutliersVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesNotesVue3=e.ChartNavigatorSeriesNotes=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorSeriesNotes",props:{line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"notes"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"notes"}},[r])}};e.ChartNavigatorSeriesNotes=c;var p=c;e.ChartNavigatorSeriesNotesVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesMarkersVue3=e.ChartNavigatorSeriesMarkers=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorSeriesMarkers",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0},from:{type:Object,default:function(){}},to:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"markers"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"markers"}},[r])}};e.ChartNavigatorSeriesMarkers=c;var p=c;e.ChartNavigatorSeriesMarkersVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesLabelsVue3=e.ChartNavigatorSeriesLabels=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorSeriesLabels",props:{align:{type:String,default:function(){},validator:function(t){return["circle","column","center","right","left"].includes(t)}},background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},distance:Number,font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["auto","above","below","center","insideBase","insideEnd","left","outsideEnd","right","top","bottom"].includes(t)}},visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0},from:{type:Object,default:function(){}},to:{type:Object,default:function(){}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"labels"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"labels"}},[r])}};e.ChartNavigatorSeriesLabels=c;var p=c;e.ChartNavigatorSeriesLabelsVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesHighlightVue3=e.ChartNavigatorSeriesHighlight=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorSeriesHighlight",props:{border:{type:Object,default:function(){}},color:String,line:{type:Object,default:function(){}},opacity:Number,toggle:{type:Function,default:void 0},visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"highlight"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"highlight"}},[r])}};e.ChartNavigatorSeriesHighlight=c;var p=c;e.ChartNavigatorSeriesHighlightVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesExtremesVue3=e.ChartNavigatorSeriesExtremes=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorSeriesExtremes",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"extremes"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"extremes"}},[r])}};e.ChartNavigatorSeriesExtremes=c;var p=c;e.ChartNavigatorSeriesExtremesVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesErrorBarsVue3=e.ChartNavigatorSeriesErrorBars=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorSeriesErrorBars",props:{color:String,endCaps:{type:Boolean,default:void 0},line:{type:Object,default:function(){}},value:String,visual:{type:Function,default:void 0},xValue:String,yValue:String},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"errorBars"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"errorBars"}},[r])}};e.ChartNavigatorSeriesErrorBars=c;var p=c;e.ChartNavigatorSeriesErrorBarsVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesLabelsFromVue3=e.ChartNavigatorSeriesLabelsFrom=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorSeriesLabelsFrom",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","insideBase","insideEnd","outsideEnd"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"from"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"from"}},[r])}};e.ChartNavigatorSeriesLabelsFrom=c;var p=c;e.ChartNavigatorSeriesLabelsFromVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesLabelsToVue3=e.ChartNavigatorSeriesLabelsTo=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorSeriesLabelsTo",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","insideBase","insideEnd","outsideEnd"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"to"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"to"}},[r])}};e.ChartNavigatorSeriesLabelsTo=c;var p=c;e.ChartNavigatorSeriesLabelsToVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesNotesLabelVue3=e.ChartNavigatorSeriesNotesLabel=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorSeriesNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"label"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"label"}},[r])}};e.ChartNavigatorSeriesNotesLabel=c;var p=c;e.ChartNavigatorSeriesNotesLabelVue3=p},function(t,e,r){"use strict";var i=Object.create?function(t,e,r,i){void 0===i&&(i=r),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[r]}})}:function(t,e,r,i){void 0===i&&(i=r),t[i]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesNotesIconVue3=e.ChartNavigatorSeriesNotesIcon=void 0;var a=o(r(2)).h,s=r(4),u=r(1),l=r(3),c={name:"KendoChartNavigatorSeriesNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=a||t,r=u.getDefaultSlots(this),i=l.removeUndefinedProps(this.$props);return this.v3?e(s.Configuration,{config:i,chartKey:"icon"},(function(){return r})):e(s.Configuration,{props:{config:i,chartKey:"icon"}},[r])}};e.ChartNavigatorSeriesNotesIcon=c;var p=c;e.ChartNavigatorSeriesNotesIconVue3=p},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0})},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=r(11);Object.defineProperty(e,"AxisLabelClickEvent",{enumerable:!0,get:function(){return i.AxisLabelClickEvent}});var n=r(13);Object.defineProperty(e,"DragEndEvent",{enumerable:!0,get:function(){return n.DragEndEvent}});var o=r(12);Object.defineProperty(e,"DragEvent",{enumerable:!0,get:function(){return o.DragEvent}});var a=r(14);Object.defineProperty(e,"DragStartEvent",{enumerable:!0,get:function(){return a.DragStartEvent}});var s=r(16);Object.defineProperty(e,"LegendItemClickEvent",{enumerable:!0,get:function(){return s.LegendItemClickEvent}});var u=r(15);Object.defineProperty(e,"LegendItemHoverEvent",{enumerable:!0,get:function(){return u.LegendItemHoverEvent}});var l=r(17);Object.defineProperty(e,"NavigatorFilterEvent",{enumerable:!0,get:function(){return l.NavigatorFilterEvent}});var c=r(18);Object.defineProperty(e,"NoteClickEvent",{enumerable:!0,get:function(){return c.NoteClickEvent}});var p=r(19);Object.defineProperty(e,"NoteHoverEvent",{enumerable:!0,get:function(){return p.NoteHoverEvent}});var h=r(20);Object.defineProperty(e,"PlotAreaClickEvent",{enumerable:!0,get:function(){return h.PlotAreaClickEvent}});var f=r(21);Object.defineProperty(e,"PlotAreaHoverEvent",{enumerable:!0,get:function(){return f.PlotAreaHoverEvent}});var d=r(22);Object.defineProperty(e,"RenderEvent",{enumerable:!0,get:function(){return d.RenderEvent}});var v=r(24);Object.defineProperty(e,"SelectEndEvent",{enumerable:!0,get:function(){return v.SelectEndEvent}});var g=r(23);Object.defineProperty(e,"SelectEvent",{enumerable:!0,get:function(){return g.SelectEvent}});var y=r(25);Object.defineProperty(e,"SelectStartEvent",{enumerable:!0,get:function(){return y.SelectStartEvent}});var m=r(26);Object.defineProperty(e,"SeriesClickEvent",{enumerable:!0,get:function(){return m.SeriesClickEvent}});var b=r(27);Object.defineProperty(e,"SeriesHoverEvent",{enumerable:!0,get:function(){return b.SeriesHoverEvent}});var x=r(29);Object.defineProperty(e,"ZoomEndEvent",{enumerable:!0,get:function(){return x.ZoomEndEvent}});var C=r(28);Object.defineProperty(e,"ZoomEvent",{enumerable:!0,get:function(){return C.ZoomEvent}});var _=r(30);Object.defineProperty(e,"ZoomStartEvent",{enumerable:!0,get:function(){return _.ZoomStartEvent}})},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0})},function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.exportVisual=e.findPaneByName=e.findPaneByIndex=e.findAxisByName=void 0;e.findAxisByName=function(t,e){if(t&&null!==t.chartInstance())return t.chartInstance().findAxisByName(e)};e.findPaneByIndex=function(t,e){if(t&&null!==t.chartInstance())return t.chartInstance().findPaneByIndex(e)};e.findPaneByName=function(t,e){if(t&&null!==t.chartInstance())return t.chartInstance().findPaneByName(e)};e.exportVisual=function(t,e){if(void 0===e&&(e={}),t&&null!==t.chartInstance())return t.chartInstance().exportVisual(e)}},function(t,e,r){"use strict";r.r(e),r.d(e,"Popup",(function(){return jt})),r.d(e,"PopupVue3",(function(){return Pt}));var i=r(2),n=function(t){if(!t)return 0;var e=t.ownerDocument.defaultView.getComputedStyle(t),r=parseFloat(e.marginTop),i=parseFloat(e.marginBottom);return t.offsetHeight+r+i},o=function(t){if(!t)return 0;var e=t.ownerDocument.defaultView.getComputedStyle(t),r=parseFloat(e.marginLeft),i=parseFloat(e.marginRight);return t.offsetWidth+r+i},a={"animation-container":"k-animation-container","animation-container-relative":"k-animation-container-relative","animation-container-fixed":"k-animation-container-fixed","push-right-enter":"k-push-right-enter","push-right-appear":"k-push-right-appear","push-right-enter-active":"k-push-right-enter-active","push-right-appear-active":"k-push-right-appear-active","push-right-exit":"k-push-right-exit","push-right-exit-active":"k-push-right-exit-active","push-left-enter":"k-push-left-enter","push-left-appear":"k-push-left-appear","push-left-enter-active":"k-push-left-enter-active","push-left-appear-active":"k-push-left-appear-active","push-left-exit":"k-push-left-exit","push-left-exit-active":"k-push-left-exit-active","push-down-enter":"k-push-down-enter","push-down-appear":"k-push-down-appear","push-down-enter-active":"k-push-down-enter-active","push-down-appear-active":"k-push-down-appear-active","push-down-exit":"k-push-down-exit","push-down-exit-active":"k-push-down-exit-active","push-up-enter":"k-push-up-enter","push-up-appear":"k-push-up-appear","push-up-enter-active":"k-push-up-enter-active","push-up-appear-active":"k-push-up-appear-active","push-up-exit":"k-push-up-exit","push-up-exit-active":"k-push-up-exit-active",expand:"k-expand","expand-vertical-enter":"k-expand-vertical-enter","expand-vertical-appear":"k-expand-vertical-appear","expand-vertical-enter-active":"k-expand-vertical-enter-active","expand-vertical-appear-active":"k-expand-vertical-appear-active","expand-vertical-exit":"k-expand-vertical-exit","expand-vertical-exit-active":"k-expand-vertical-exit-active","expand-horizontal-enter":"k-expand-horizontal-enter","expand-horizontal-appear":"k-expand-horizontal-appear","expand-horizontal-enter-active":"k-expand-horizontal-enter-active","expand-horizontal-appear-active":"k-expand-horizontal-appear-active","expand-horizontal-exit":"k-expand-horizontal-exit","expand-horizontal-exit-active":"k-expand-horizontal-exit-active","child-animation-container":"k-child-animation-container","fade-enter":"k-fade-enter","fade-appear":"k-fade-appear","fade-enter-active":"k-fade-enter-active","fade-appear-active":"k-fade-appear-active","fade-exit":"k-fade-exit","fade-exit-active":"k-fade-exit-active","zoom-in-enter":"k-zoom-in-enter","zoom-in-appear":"k-zoom-in-appear","zoom-in-enter-active":"k-zoom-in-enter-active","zoom-in-appear-active":"k-zoom-in-appear-active","zoom-in-exit":"k-zoom-in-exit","zoom-in-exit-active":"k-zoom-in-exit-active","zoom-out-enter":"k-zoom-out-enter","zoom-out-appear":"k-zoom-out-appear","zoom-out-enter-active":"k-zoom-out-enter-active","zoom-out-appear-active":"k-zoom-out-appear-active","zoom-out-exit":"k-zoom-out-exit","zoom-out-exit-active":"k-zoom-out-exit-active","slide-in-appear":"k-slide-in-appear",centered:"k-centered","slide-in-appear-active":"k-slide-in-appear-active","slide-down-enter":"k-slide-down-enter","slide-down-appear":"k-slide-down-appear","slide-down-enter-active":"k-slide-down-enter-active","slide-down-appear-active":"k-slide-down-appear-active","slide-down-exit":"k-slide-down-exit","slide-down-exit-active":"k-slide-down-exit-active","slide-up-enter":"k-slide-up-enter","slide-up-appear":"k-slide-up-appear","slide-up-enter-active":"k-slide-up-enter-active","slide-up-appear-active":"k-slide-up-appear-active","slide-up-exit":"k-slide-up-exit","slide-up-exit-active":"k-slide-up-exit-active","slide-right-enter":"k-slide-right-enter","slide-right-appear":"k-slide-right-appear","slide-right-enter-active":"k-slide-right-enter-active","slide-right-appear-active":"k-slide-right-appear-active","slide-right-exit":"k-slide-right-exit","slide-right-exit-active":"k-slide-right-exit-active","slide-left-enter":"k-slide-left-enter","slide-left-appear":"k-slide-left-appear","slide-left-enter-active":"k-slide-left-enter-active","slide-left-appear-active":"k-slide-left-appear-active","slide-left-exit":"k-slide-left-exit","slide-left-exit-active":"k-slide-left-exit-active","reveal-vertical-enter":"k-reveal-vertical-enter","reveal-vertical-appear":"k-reveal-vertical-appear","reveal-vertical-enter-active":"k-reveal-vertical-enter-active","reveal-vertical-appear-active":"k-reveal-vertical-appear-active","reveal-vertical-exit":"k-reveal-vertical-exit","reveal-vertical-exit-active":"k-reveal-vertical-exit-active","reveal-horizontal-enter":"k-reveal-horizontal-enter","reveal-horizontal-appear":"k-reveal-horizontal-appear","reveal-horizontal-enter-active":"k-reveal-horizontal-enter-active","reveal-horizontal-appear-active":"k-reveal-horizontal-appear-active","reveal-horizontal-exit":"k-reveal-horizontal-exit","reveal-horizontal-exit-active":"k-reveal-horizontal-exit-active"},s=r(1),u=function(){return(u=Object.assign||function(t){for(var e,r=1,i=arguments.length;r<i;r++)for(var n in e=arguments[r])Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t}).apply(this,arguments)},l=function(t,e){var r={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(r[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var n=0;for(i=Object.getOwnPropertySymbols(t);n<i.length;n++)e.indexOf(i[n])<0&&Object.prototype.propertyIsEnumerable.call(t,i[n])&&(r[i[n]]=t[i[n]])}return r},c=i,p=c.h,h=c.ref,f=c.Transition,d=a,v={props:{in:Boolean,transitionName:{type:String,required:!0},transitionStyle:Object,componentChildClassName:[Array],className:String,appear:{type:Boolean,default:!0},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:Number,transitionExitDuration:Number,mountOnEnter:Boolean,unmountOnExit:Boolean,animationEnteringStyle:Object,animationEnteredStyle:Object,animationExitingStyle:Object,animationExitedStyle:Object},created:function(){this.animationStep=""},setup:p?function(){return{v3:!!p,elementRef:h(null)}}:void 0,mounted:function(){this._element=this.v3?this.elementRef||null:this.$refs.element||null},computed:{element:{get:function(){return this._element}}},methods:{onBeforeEnter:function(t){this.$emit("beforeenter",{animatedElement:t,target:this})},onEnter:function(t){this.animationStep="entering",this.$emit("entering",{animatedElement:t,target:this})},onAfterEnter:function(t){this.animationStep="entered",this.$emit("entered",{animatedElement:t,target:this})},onBeforeLeave:function(t){this.$emit("exit",{animatedElement:t,target:this})},onLeave:function(t){this.animationStep="exiting",this.$emit("exiting",{animatedElement:t,target:this})},onAfterLeave:function(t){this.animationStep="exited",this.$emit("exited",{animatedElement:t,target:this})}},render:function(t){var e=this,r=p||t,i=this.$props,n=i.appear,o=i.enter,a=i.exit,c=i.transitionName,h=i.transitionEnterDuration,v=i.transitionExitDuration,g=(i.className,i.componentChildClassName),y=(i.mountOnEnter,i.unmountOnExit,i.animationEnteringStyle),m=i.animationEnteredStyle,b=i.animationExitingStyle,x=i.animationExitedStyle,C=(l(i,["appear","enter","exit","transitionName","transitionEnterDuration","transitionExitDuration","className","componentChildClassName","mountOnEnter","unmountOnExit","animationEnteringStyle","animationEnteredStyle","animationExitingStyle","animationExitedStyle"]),Object(s.getDefaultSlots)(this)),_=this.v3?n:!!C,O=this.v3?f:"transition",S=[g,d["child-animation-container"]],w=o?h:0,j=a?v:0,P=[u({transitionDelay:"0ms",transitionDuration:_?w+"ms":j+"ms"},this.$props.transitionStyle),{entering:u({transitionDuration:w+"ms"},y),entered:u({},m),exiting:u({transitionDuration:j+"ms"},b),exited:u({},x)}[this.animationStep]],A={enter:w,leave:j},k=[_?r("div",{style:P,class:S,ref:this.v3?function(t){e.elementRef=t}:"element"},[C]):null];return r(O,{duration:A,attrs:this.v3?null:{duration:A,name:c,appear:n,appearClass:d[c+"-appear"]||c+"-appear",appearToClass:d[c+"-appear-active"]||c+"-appear-active",enterClass:d[c+"-enter"]||c+"-enter",enterToClass:d[c+"-enter-active"]||c+"-enter-active",leaveClass:d[c+"-exit"]||c+"-exit",leaveToClass:d[c+"-exit-active"]||c+"-exit-active"},name:c,appear:n,appearFromClass:d[c+"-appear"]||c+"-appear",enterFromClass:d[c+"-enter"]||c+"-enter",leaveFromClass:d[c+"-exit"]||c+"-exit",appearToClass:d[c+"-appear-active"]||c+"-appear-active",enterToClass:d[c+"-enter-active"]||c+"-enter-active",leaveToClass:d[c+"-exit-active"]||c+"-exit-active",onBeforeEnter:this.onBeforeEnter,on:this.v3?null:{beforeEnter:this.onBeforeEnter,enter:this.onEnter,afterEnter:this.onAfterEnter,beforeLeave:this.onBeforeLeave,leave:this.onLeave,afterLeave:this.onAfterLeave},onEnter:this.onEnter,onAfterEnter:this.onAfterEnter,onBeforeLeave:this.onBeforeLeave,onLeave:this.onLeave,onAfterLeave:this.onAfterLeave},this.v3?function(){return k}:k)}},g={name:"@progress/kendo-vue-animation",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1635322469,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"},y=function(t,e){var r={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(r[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var n=0;for(i=Object.getOwnPropertySymbols(t);n<i.length;n++)e.indexOf(i[n])<0&&Object.prototype.propertyIsEnumerable.call(t,i[n])&&(r[i[n]]=t[i[n]])}return r},m=i.h,b=a,x={props:{childFactory:Object,className:String,tag:String,id:String,animationEnteringStyle:Object,animationExitingStyle:Object,componentChildClassName:[Array],transitionName:{type:String,required:!0},appear:{type:Boolean,default:!0},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:{type:Number},transitionExitDuration:{type:Number}},methods:{onEntering:function(t){this.$emit("entering",t)},onEnter:function(t){this.$emit("enter",t)},onEntered:function(t){this.$emit("entered",t)},onExit:function(t){this.$emit("exit",t)},onExiting:function(t){this.$emit("exiting",t)},onExited:function(t){this.$emit("exited",t)}},setup:m?function(){return{v3:!!m}}:void 0,created:function(){Object(s.validatePackage)(g)},render:function(t){var e=m||t,r=Object(s.getDefaultSlots)(this),i=this.$props,n=(i.id,i.tag,i.className),o=(i.childFactory,i.stackChildren,i.componentChildStyle,i.componentChildClassName,y(i,["id","tag","className","childFactory","stackChildren","componentChildStyle","componentChildClassName"]),[b["animation-container"],b["animation-container-relative"],n]);return e("div",{id:this.$props.id,attrs:this.v3?void 0:{id:this.$props.id},class:o},[e(v,{key:"some",appear:this.$props.appear,attrs:this.v3?void 0:{appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionName:this.$props.transitionName,componentChildClassName:this.$props.componentChildClassName,animationEnteringStyle:this.$props.animationEnteringStyle,animationExitingStyle:this.$props.animationExitingStyle,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},enter:this.$props.enter,exit:this.$props.exit,transitionName:this.$props.transitionName,componentChildClassName:this.$props.componentChildClassName,onBeforeenter:this.onEnter,on:this.v3?void 0:{beforeenter:this.onEnter,entering:this.onEntering,entered:this.onEntered,exit:this.onExit,exiting:this.onExiting,exited:this.onExited},onEntering:this.onEntering,onEntered:this.onEntered,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited,animationEnteringStyle:this.$props.animationEnteringStyle,animationExitingStyle:this.$props.animationExitingStyle,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},this.v3?function(){return[r]}:[r])])}},C=i.h,_=(Boolean,Boolean,Boolean,function(t,e){var r={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(r[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var n=0;for(i=Object.getOwnPropertySymbols(t);n<i.length;n++)e.indexOf(i[n])<0&&Object.prototype.propertyIsEnumerable.call(t,i[n])&&(r[i[n]]=t[i[n]])}return r}),O=i.h,S=(Boolean,Boolean,Boolean,i.h),w={position:"absolute",top:"0",left:"0"},j=(Boolean,Boolean,Boolean,function(t,e){var r={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(r[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var n=0;for(i=Object.getOwnPropertySymbols(t);n<i.length;n++)e.indexOf(i[n])<0&&Object.prototype.propertyIsEnumerable.call(t,i[n])&&(r[i[n]]=t[i[n]])}return r}),P=i.h,A={props:{appear:{type:Boolean,default:!1},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:{type:Number,default:300},transitionExitDuration:{type:Number,default:300},componentChildClassName:[Array],childFactory:Object,className:String,direction:{type:String,default:"down"},tag:String,id:String},methods:{onEntering:function(t){this.$emit("entering",t)},onEnter:function(t){this.$emit("enter",t)},onEntered:function(t){this.$emit("entered",t)},onExit:function(t){this.$emit("exit",t)},onExiting:function(t){this.$emit("exiting",t)},onExited:function(t){this.$emit("exited",t)}},setup:P?function(){return{v3:!!P}}:void 0,render:function(t){var e=P||t,r=Object(s.getDefaultSlots)(this),i=this.$props,n=(i.direction,j(i,["direction"]),"slide-"+this.$props.direction);return e(x,{transitionName:n,attrs:this.v3?void 0:{transitionName:n,componentChildClassName:this.$props.componentChildClassName,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},componentChildClassName:this.$props.componentChildClassName,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,onEnter:this.onEnter,on:this.v3?void 0:{enter:this.onEnter,entering:this.onEntering,entered:this.onEntered,exit:this.onExit,exiting:this.onExiting,exited:this.onExited},onEntering:this.onEntering,onEntered:this.onEntered,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},this.v3?function(){return[r]}:[r])}},k=i.h,V={position:"absolute",top:"0",left:"0"},T=(Boolean,Boolean,Boolean,Boolean,function(t,e){var r={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(r[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var n=0;for(i=Object.getOwnPropertySymbols(t);n<i.length;n++)e.indexOf(i[n])<0&&Object.prototype.propertyIsEnumerable.call(t,i[n])&&(r[i[n]]=t[i[n]])}return r}),M=i.h,N=function(){},L=(Boolean,Boolean,Boolean,"bottom"),I="center",E="middle",B="left",D="right",R="top",z=function(t){var e=t.anchorRect,r=t.anchorAlign,i=t.elementRect,n=t.elementAlign,o=t.margin;void 0===o&&(o={});var a=r.horizontal,s=r.vertical,u=n.horizontal,l=n.vertical,c=o.horizontal||0,p=o.vertical||0,h=e.top,f=e.left;return s===L&&(h+=e.height),s!==I&&s!==E||(h+=Math.round(e.height/2)),l===L&&(h-=i.height,p*=-1),l!==I&&l!==E||(h-=Math.round(i.height/2),p*=-1),a===D&&(f+=e.width),a!==I&&a!==E||(f+=Math.round(e.width/2)),u===D&&(f-=i.width,c*=-1),u!==I&&u!==E||(f-=Math.round(i.width/2),c*=-1),{top:h+p,left:f+c}};function F(t){return t.ownerDocument||t.document||t}var K=function(t){return F(t).defaultView},U=function(t){return F(t).documentElement},H=0;function $(){if(!H&&"undefined"!=typeof document){var t=document.createElement("div");t.style.cssText="overflow:scroll;overflow-x:hidden;zoom:1;clear:both;display:block",t.innerHTML=" ",document.body.appendChild(t),H=t.offsetWidth-t.scrollWidth,document.body.removeChild(t)}return H}function G(t){var e=K(t),r=U(t),i={height:e.innerHeight,width:e.innerWidth};return r.scrollHeight-r.clientHeight>0&&(i.width-=$()),i}var X=function(t){if(!t.getBoundingClientRect){var e=G(t);return{bottom:e.height,left:0,right:e.width,top:0}}var r=t.getBoundingClientRect();return{bottom:r.bottom,left:r.left,right:r.right,top:r.top}},Y=function(t){for(var e=t.offsetParent;e&&"static"===e.style.position;)e=e.offsetParent;return e||U(t)},W=function(t){return Y(t)===t.ownerDocument.body},q=function(t){var e=t.getBoundingClientRect(),r=e.left,i=e.top;return e.height||e.width||(e=function(t){var e=t.style,r=e.display,i=e.left,n=e.position;t.style.display="",t.style.left="-10000px",t.style.position="absolute";var o=t.getBoundingClientRect();return t.style.display=r,t.style.left=i,t.style.position=n,o}(t)),{top:i,left:r,height:e.height,width:e.width}},Z=function(t,e){for(var r=[],i=t.parentNode;i&&(r.push(i),i!==e);)i=i.parentNode;return r};function Q(t){var e=U(t),r=K(t);return{x:r.pageXOffset||e.scrollLeft||0,y:r.pageYOffset||e.scrollTop||0}}var J=function(t){return t===(t.ownerDocument||{}).body?Q(t):{x:t.scrollLeft,y:t.scrollTop}};var tt=function(t,e){var r=K(t),i=r.getComputedStyle(t),n=q(t),o=e||Y(t),a=t.ownerDocument,s=o!==a.body&&o!==a.documentElement,u={top:0,left:0};if("fixed"!==i.position&&s){var l=r.getComputedStyle(o);(u=q(o)).top+=parseInt(l.borderTopWidth,10),u.left+=parseInt(l.borderLeftWidth,10)}return{top:n.top-u.top,left:n.left-u.left,height:n.height,width:n.width}},et=function(t,e){return t?J(t):function(t){var e=Y(t);return e?J(e):{x:0,y:0}}(e)};var rt="fit",it="flip",nt=function(t,e,r){var i=0;return t+e>r&&(i=r-(t+e)),t<0&&(i=-t),i},ot=function(t){var e=t.offset,r=t.size,i=t.anchorSize,n=t.viewPortSize,o=t.anchorAlignPoint,a=t.elementAlignPoint,s=0,u=2*t.margin;if(a!==o&&!(a===I||a===E)&&!(o===I||o===E)){var l=o===R||o===B;e<0&&l?e+(s=r+i+u)+r>n&&(s=0):e>=0&&!l&&(e+r>n&&(s+=-(i+r+u)),e+s<0&&(s=0))}return s},at=function(t){var e=t.anchorRect,r=t.anchorAlign,i=t.elementRect,n=t.elementAlign,o=t.collisions,a=t.viewPort,s=t.margin;void 0===s&&(s={});var u=i.top,l=i.left,c=i.height,p=i.width,h=a.height,f=a.width,d=s.horizontal||0,v=s.vertical||0,g=0,y=0,m=o.horizontal===it,b=o.vertical===it;o.vertical===rt&&(y+=nt(u,c,h)),o.horizontal===rt&&(g+=nt(l,p,f)),b&&(y+=ot({margin:v,offset:u,size:c,anchorSize:e.height,viewPortSize:h,anchorAlignPoint:r.vertical,elementAlignPoint:n.vertical})),m&&(g+=ot({margin:d,offset:l,size:p,anchorSize:e.width,viewPortSize:f,anchorAlignPoint:r.horizontal,elementAlignPoint:n.horizontal}));var x=m&&0!==g,C=b&&0!==y;return{flipped:x||C,flip:{horizontal:x,vertical:C},offset:{left:g,top:y}}},st=function(t){for(var e=[],r=t.parentNode.firstElementChild;r;)r!==t&&e.push(r),r=r.nextElementSibling;return e},ut=function(t,e){for(var r,i,n=Z(t),o=e;o&&(r=st(o),!(i=n.reduce((function(t,e){return t.concat(r.filter((function(t){return t===e})))}),[])[0]));)o=o.parentElement;return i};var lt=function(t,e){return t||{height:0,left:e.left,top:e.top,width:0}},ct=function(){return"undefined"!=typeof document&&!!document.body},pt=function(){return"undefined"!=typeof window},ht=/auto|scroll/,ft=function(t){var e=window.getComputedStyle(t);return""+e.overflow+e.overflowX+e.overflowY},dt=function(){if(!ct())return!1;var t=document.createElement("div");if(t.style.transform="matrix(10, 0, 0, 10, 0, 0)",t.innerHTML="<div>child</div>",document.body.appendChild(t),t&&t.firstChild){var e=t.firstChild;e.style.position="fixed",e.style.top="10px"}var r=10!==t.children[0].getBoundingClientRect().top;return document.body.removeChild(t),r}(),vt="fit",gt="flip",yt="left",mt="bottom",bt="top",xt=function(){function t(t){this._dom=t}return t.prototype.alignElement=function(t){var e=t.anchor,r=t.element,i=t.anchorAlign,n=t.elementAlign,o=t.offset,a=!this._dom.hasOffsetParent(r)?this.absoluteRect(e,r,o):this.relativeRect(e,r,o);return this._dom.align({anchorAlign:i,anchorRect:a,elementAlign:n,elementRect:this._dom.offset(r)})},t.prototype.absoluteRect=function(t,e,r){var i=this._dom,n=function(t,e){return e?{height:t.height,left:t.left-e.left,top:t.top-e.top,width:t.width}:t}(lt(i.offset(t),r),i.stackingElementOffset(e)),o=i.stackingElementScroll(e),a=i.addScroll(n,o),s=this.elementScrollPosition(t,e),u=i.removeScroll(a,s);return u.left+=window.scrollX||window.pageXOffset,u.top+=window.scrollY||window.pageYOffset,u},t.prototype.elementScrollPosition=function(t,e){return t?{x:0,y:0}:this._dom.scrollPosition(e)},t.prototype.relativeRect=function(t,e,r){return lt(this._dom.position(t,e),r)},t}(),Ct=function(){function t(){}return t.prototype.addOffset=function(t,e){return{left:t.left+e.left,top:t.top+e.top}},t.prototype.align=function(t){return z(t)},t.prototype.boundingOffset=function(t){return X(t)},t.prototype.getWindow=function(){return pt()?window:null},t.prototype.isBodyOffset=function(t){return W(t)},t.prototype.hasOffsetParent=function(t){if(!t)return!1;var e=t.offsetParent;return e&&!("BODY"===e.nodeName&&"static"===window.getComputedStyle(e).position)},t.prototype.offset=function(t){return t?q(t):null},t.prototype.staticOffset=function(t){if(!t)return null;var e=t.style,r=e.left,i=e.top;t.style.left="0px",t.style.top="0px";var n=q(t);return t.style.left=r,t.style.top=i,n},t.prototype.position=function(t,e){return t&&e?function(t,e,r){void 0===r&&(r=1);var i=e?Y(e):null,n=tt(t,i),o=n.top,a=n.left,s=n.height,u=n.width,l=et(i,t),c=l.x,p=l.y,h=t.ownerDocument,f=i===h.body||i===h.documentElement?1:r;return{top:o+p*f,left:a+c*f,height:s,width:u}}(t,ut(t,e)):null},t.prototype.relativeOffset=function(t,e){return r=this.offset(t),i=e,n=this.isBodyOffset(t),o=r.top,a=r.left,n&&(a=0,o=0),{top:o+i.top,left:a+i.left,height:r.height,width:r.width};var r,i,n,o,a},t.prototype.addScroll=function(t,e){return function(t,e){return{top:t.top+e.y,left:t.left+e.x,height:t.height,width:t.width}}(t,e)},t.prototype.removeScroll=function(t,e){return function(t,e){return{top:t.top-e.y,left:t.left-e.x,height:t.height,width:t.width}}(t,e)},t.prototype.restrictToView=function(t){return at(t)},t.prototype.scrollPosition=function(t){return Q(t)},t.prototype.scrollableParents=function(t){return function(t){var e=[];if(!ct()||!pt())return e;for(var r=t.parentElement;r;)ht.test(ft(r))&&e.push(r),r=r.parentElement;return e.push(window),e}(t)},t.prototype.stackingElementOffset=function(t){var e=this.getRelativeContextElement(t);return e?q(e):null},t.prototype.stackingElementScroll=function(t){var e=this.getRelativeContextElement(t);return e?{x:e.scrollLeft,y:e.scrollTop}:{x:0,y:0}},t.prototype.stackingElementViewPort=function(t){var e=this.getRelativeContextElement(t);return e?{height:e.scrollHeight,width:e.scrollWidth}:null},t.prototype.getRelativeContextElement=function(t){if(!t||!dt)return null;for(var e=t.parentElement;e;){if("none"!==window.getComputedStyle(e).transform)return e;e=e.parentElement}return null},t.prototype.useRelativePosition=function(t){return!!this.getRelativeContextElement(t)},t.prototype.windowViewPort=function(t){return G(t)},t.prototype.zIndex=function(t,e){return function(t,e){if(!t||!ct()||!pt())return null;var r=ut(t,e);if(!r)return null;var i=[t].concat(Z(t,r)).reduce((function(t,e){var r=e.style.zIndex||window.getComputedStyle(e).zIndex,i=parseInt(r,10);return i>t?i:t}),0);return i?i+1:null}(t,e)},t.prototype.zoomLevel=function(){return ct()&&pt()?parseFloat((document.documentElement.clientWidth/window.innerWidth).toFixed(2)):1},t.prototype.isZoomed=function(){return this.zoomLevel()>1},t}(),_t=function(){function t(t){this._dom=t}return t.prototype.positionElement=function(t){var e,r,i=t.anchor,n=t.currentLocation,o=t.element,a=t.anchorAlign,s=t.elementAlign,u=t.collisions,l=this._dom,c=t.viewPort||l.stackingElementViewPort(o)||l.windowViewPort(o),p=lt(l.offset(i),n),h=(e=l.staticOffset(o),(r=n)?{height:e.height,left:r.left,top:r.top,width:e.width}:e),f=this.elementRect(o,h),d=l.restrictToView({anchorAlign:a,anchorRect:p,collisions:u,elementAlign:s,elementRect:f,viewPort:c});return{flipped:d.flipped,offset:l.addOffset(h,d.offset)}},t.prototype.elementRect=function(t,e){return this._dom.removeScroll(e,this._dom.scrollPosition(t))},t}(),Ot={name:"@progress/kendo-vue-popup",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1635322488,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"},St=i.h,wt={left:-1e3,top:0},jt={name:"Popup",props:{appendTo:{type:String,default:""},anchor:{type:String,default:""},className:String,id:String,popupClass:String,collision:{type:Object,default:function(){return{horizontal:vt,vertical:gt}}},anchorAlign:{type:Object,default:function(){return{horizontal:yt,vertical:mt}}},popupAlign:{type:Object,default:function(){return{horizontal:yt,vertical:bt}}},offset:{type:Object,default:function(){return wt}},show:{type:Boolean,default:!1},animate:{type:[Boolean,Object],default:function(){return!0}},direction:{type:String,default:"down"},transition:{type:String,default:"expand"}},data:function(){return{hasMounted:!1}},created:function(){Object(s.validatePackage)(Ot),this.mountedAppendTo=void 0,this.mountedAnchor=void 0,this._initiallyMountedContent=void 0,this._flipped=!1,this._offsetTop=0,this._offsetLeft=-1e3,this._exitingAnimation=!1,this._prevShow=!1,this._prevShow=this.$props.show,this._domService=new Ct,this._alignService=new xt(this._domService),this._positionService=new _t(this._domService),this.reposition=function(t,e,r){var i,n,o,a;void 0===r&&(r={});var s=0;r=r||{};var u=function(){s=!1===r.leading?0:(new Date).getTime(),i=null,a=t.apply(n,o),i||(n=o=null)};return function(){var l=(new Date).getTime();s||!1!==r.leading||(s=l);var c=e-(l-s);return n=this,o=arguments,c<=0||c>e?(i&&(clearTimeout(i),i=null),s=l,a=t.apply(n,o),i||(n=o=null)):i||!1===r.trailing||(i=setTimeout(u,c)),a}}(this.reposition.bind(this),1e3/60)},setup:St?function(){return{v3:!!St}}:void 0,mounted:function(){s.canUseDOM&&(this.mountedAppendTo=this.$props.appendTo?this.getParentRef(this.$props.appendTo):document.body,this.mountedAnchor=this.$props.anchor?this.getParentRef(this.$props.anchor):document.body),this._parentElement=this.$el.parentElement,this._initiallyMountedContent=this.$el.cloneNode(!0),this.hasMounted=!0,this.mountedAppendTo.appendChild(this.$el)},updated:function(){this._prevShow=this.$props.show},destroyed:St?void 0:function(){this.detachRepositionHandlers()},beforeDestroy:St?void 0:function(){this._parentElement&&this._parentElement.appendChild(this.$el)},unmounted:function(){this.detachRepositionHandlers()},beforeUnmount:function(){this._parentElement&&this._parentElement.appendChild(this.$el)},methods:{onOpened:function(){var t=this.$el;this.$props.show&&t.classList.add("k-animation-container-shown"),this.attachRepositionHandlers(t),this.$emit("open",{target:this})},onClosing:function(){this.$props.show||this.$el.classList.remove("k-animation-container-shown");this.detachRepositionHandlers()},onClosed:function(){this._exitingAnimation&&(this._exitingAnimation=!1,this.$forceUpdate()),this.$emit("close",{target:this})},transitionDuration:function(){var t=this.$props.animate,e=0,r=0;return t&&(!0===t?e=r=void 0:(e=t.openDuration,r=t.closeDuration)),{transitionEnterDuration:e,transitionExitDuration:r}},getParentRef:function(t){for(var e=this.$parent;!e.$refs[t];){if(e&&e.kendoAnchorRef)return e.kendoAnchorRef;if(!(e=e.$parent)&&s.canUseDOM)return document.body}return e.$refs[t].$el||e.$refs[t]},position:function(t,e,r){var i=t.anchorAlign,n=t.popupAlign,o=t.collision,a=t.offset,s=r?this.v3?this.mountedAnchor:this.getParentRef(r):document.body,u=this._alignService.alignElement({anchor:r?s:void 0,element:e,elementAlign:n,anchorAlign:i,offset:a});return this._positionService.positionElement({anchor:s,anchorAlign:i,collisions:o,element:e,currentLocation:u,elementAlign:n})},calculatePosition:function(t,e){if(!e||!pt()||!s.canUseDOM)return{flipped:!1,offset:t.offset};var r=Object(s.getDefaultSlots)(this),i=document.createElement("div"),n=this.$el&&this.$el.firstChild&&this.$el.firstChild.firstChild?this.$el.firstChild.firstChild.cloneNode(!0):null,o=n&&n.getBoundingClientRect?n:this._initiallyMountedContent;if(o)i.appendChild(o);else{var a=this.v3?r&&r[0].props?r[0].props.class:"":r&&r[0].data?r[0].data.staticClass:"",u=this.v3?this.$props.popupClass?this.$props.popupClass:"":r&&r[0].data?r[0].data.class:"";i.innerHTML='<div class="k-animation-container k-animation-container-relative">\t\n <div class="k-popup k-animation-container k-animation-container-relative">\n <div class="'+a+" "+u+'" >\n </div>\t\n </div>\t\n </div>'}if(e.appendChild(i),i&&i.firstChild){var l=i.firstChild;l.style.position="absolute",l.style.visibility="hidden",l.style.display="block",l.style.left="-1000",l.style.top="0";var c=this.v3?r&&r[0].props?r[0].props.style:{}:r[0].data?r[0].data.style:{};if(c)for(var p=0,h=Object.entries(c);p<h.length;p++){var f=h[p],d=f[0],v=f[1];l.style[d]=v}}var g=this.position(t,i.firstChild,this.$props.anchor);return i.parentNode.removeChild(i),g},attachRepositionHandlers:function(t){var e=this;this.detachRepositionHandlers(),this._scrollableParents=this._domService.scrollableParents(this.$props.anchor?this.mountedAnchor:t),this._scrollableParents.map((function(t){return t.addEventListener("scroll",e.reposition)})),window.addEventListener("resize",this.reposition)},detachRepositionHandlers:function(){var t=this;this._scrollableParents&&(this._scrollableParents.map((function(e){return e.removeEventListener("scroll",t.reposition)})),this._scrollableParents=void 0),window.removeEventListener("resize",this.reposition)},reposition:function(){this.$forceUpdate()}},render:function(t){var e=St||t,r=this.$props,i=r.className,n=r.popupClass,o=r.show,a=r.id,u=Object(s.getDefaultSlots)(this),l=this.v3||o?u:null,c=pt()?this.$props.appendTo?this.mountedAppendTo||this.getParentRef(this.$props.appendTo):document.body:void 0;if(this.$props.show){var p=this.calculatePosition(this.$props,c);this._offsetLeft=p.offset.left,this._offsetTop=p.offset.top,this._flipped=!!p.flipped}var h=this._flipped?"up":"down",f=this.transitionDuration(),d=f.transitionEnterDuration,v=f.transitionExitDuration;return this._exitingAnimation=this._exitingAnimation||this._prevShow&&!o,this.hasMounted?o||this._exitingAnimation&&c?e(A,{id:a,attrs:this.v3?void 0:{id:a,componentChildClassName:[n,"k-popup"],className:i,direction:h,transitionEnterDuration:d,transitionExitDuration:v,appear:o},componentChildClassName:[n,"k-popup"],className:i,onEntered:this.onOpened,on:this.v3?void 0:{entered:this.onOpened,exiting:this.onClosing,exited:this.onClosed},onExiting:this.onClosing,onExited:this.onClosed,direction:h,style:{position:"absolute",top:this._offsetTop+"px",left:this._offsetLeft+"px"},transitionEnterDuration:d,transitionExitDuration:v,appear:o},this.v3?function(){return[l]}:[l]):null:e("div",{style:{display:"none"},class:i},[e("div",{class:[n,"k-popup"]},[u])])}},Pt=jt}])}));
|