@syncfusion/ej2-angular-charts 29.2.11-ngcc → 29.2.11

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.
Files changed (145) hide show
  1. package/CHANGELOG.md +3541 -0
  2. package/esm2020/public_api.mjs +2 -0
  3. package/esm2020/src/accumulation-chart/accumulationchart-all.module.mjs +53 -0
  4. package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +146 -0
  5. package/esm2020/src/accumulation-chart/accumulationchart.module.mjs +43 -0
  6. package/esm2020/src/accumulation-chart/annotations.directive.mjs +62 -0
  7. package/esm2020/src/accumulation-chart/series.directive.mjs +62 -0
  8. package/esm2020/src/bullet-chart/bulletchart-all.module.mjs +32 -0
  9. package/esm2020/src/bullet-chart/bulletchart.component.mjs +85 -0
  10. package/esm2020/src/bullet-chart/bulletchart.module.mjs +34 -0
  11. package/esm2020/src/bullet-chart/ranges.directive.mjs +54 -0
  12. package/esm2020/src/chart/annotations.directive.mjs +60 -0
  13. package/esm2020/src/chart/axes.directive.mjs +58 -0
  14. package/esm2020/src/chart/categories.directive.mjs +59 -0
  15. package/esm2020/src/chart/chart-all.module.mjs +203 -0
  16. package/esm2020/src/chart/chart.component.mjs +518 -0
  17. package/esm2020/src/chart/chart.module.mjs +142 -0
  18. package/esm2020/src/chart/columns.directive.mjs +52 -0
  19. package/esm2020/src/chart/indicators.directive.mjs +54 -0
  20. package/esm2020/src/chart/multilevellabels.directive.mjs +60 -0
  21. package/esm2020/src/chart/rangecolorsettings.directive.mjs +52 -0
  22. package/esm2020/src/chart/rows.directive.mjs +52 -0
  23. package/esm2020/src/chart/segments.directive.mjs +58 -0
  24. package/esm2020/src/chart/selecteddataindexes.directive.mjs +52 -0
  25. package/esm2020/src/chart/series.directive.mjs +68 -0
  26. package/esm2020/src/chart/striplines.directive.mjs +56 -0
  27. package/esm2020/src/chart/trendlines.directive.mjs +58 -0
  28. package/esm2020/src/chart3d/axes.directive.mjs +52 -0
  29. package/esm2020/src/chart3d/chart3d-all.module.mjs +68 -0
  30. package/esm2020/src/chart3d/chart3d.component.mjs +189 -0
  31. package/esm2020/src/chart3d/chart3d.module.mjs +70 -0
  32. package/esm2020/src/chart3d/columns.directive.mjs +52 -0
  33. package/esm2020/src/chart3d/rows.directive.mjs +52 -0
  34. package/esm2020/src/chart3d/selecteddataindexes.directive.mjs +52 -0
  35. package/esm2020/src/chart3d/series.directive.mjs +62 -0
  36. package/esm2020/src/circularchart3d/circularchart3d-all.module.mjs +47 -0
  37. package/esm2020/src/circularchart3d/circularchart3d.component.mjs +125 -0
  38. package/esm2020/src/circularchart3d/circularchart3d.module.mjs +43 -0
  39. package/esm2020/src/circularchart3d/selecteddataindexes.directive.mjs +52 -0
  40. package/esm2020/src/circularchart3d/series.directive.mjs +62 -0
  41. package/esm2020/src/index.mjs +64 -0
  42. package/esm2020/src/range-navigator/rangenavigator-all.module.mjs +32 -0
  43. package/esm2020/src/range-navigator/rangenavigator.component.mjs +127 -0
  44. package/esm2020/src/range-navigator/rangenavigator.module.mjs +34 -0
  45. package/esm2020/src/range-navigator/series.directive.mjs +54 -0
  46. package/esm2020/src/smithchart/series.directive.mjs +46 -0
  47. package/esm2020/src/smithchart/smithchart-all.module.mjs +32 -0
  48. package/esm2020/src/smithchart/smithchart.component.mjs +78 -0
  49. package/esm2020/src/smithchart/smithchart.module.mjs +34 -0
  50. package/esm2020/src/sparkline/rangebandsettings.directive.mjs +46 -0
  51. package/esm2020/src/sparkline/sparkline-all.module.mjs +29 -0
  52. package/esm2020/src/sparkline/sparkline.component.mjs +71 -0
  53. package/esm2020/src/sparkline/sparkline.module.mjs +34 -0
  54. package/esm2020/src/stock-chart/annotations.directive.mjs +60 -0
  55. package/esm2020/src/stock-chart/axes.directive.mjs +52 -0
  56. package/esm2020/src/stock-chart/indicators.directive.mjs +54 -0
  57. package/esm2020/src/stock-chart/periods.directive.mjs +54 -0
  58. package/esm2020/src/stock-chart/rows.directive.mjs +52 -0
  59. package/esm2020/src/stock-chart/selecteddataindexes.directive.mjs +52 -0
  60. package/esm2020/src/stock-chart/series.directive.mjs +58 -0
  61. package/esm2020/src/stock-chart/stockchart-all.module.mjs +29 -0
  62. package/esm2020/src/stock-chart/stockchart.component.mjs +330 -0
  63. package/esm2020/src/stock-chart/stockchart.module.mjs +106 -0
  64. package/esm2020/src/stock-chart/stockevents.directive.mjs +54 -0
  65. package/esm2020/src/stock-chart/trendlines.directive.mjs +59 -0
  66. package/esm2020/syncfusion-ej2-angular-charts.mjs +5 -0
  67. package/fesm2015/syncfusion-ej2-angular-charts.mjs +4359 -0
  68. package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +1 -0
  69. package/fesm2020/syncfusion-ej2-angular-charts.mjs +4359 -0
  70. package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +1 -0
  71. package/package.json +20 -7
  72. package/src/accumulation-chart/accumulationchart-all.module.d.ts +6 -0
  73. package/src/accumulation-chart/accumulationchart.component.d.ts +3 -0
  74. package/src/accumulation-chart/accumulationchart.module.d.ts +8 -0
  75. package/src/accumulation-chart/annotations.directive.d.ts +7 -2
  76. package/src/accumulation-chart/series.directive.d.ts +5 -0
  77. package/src/bullet-chart/bulletchart-all.module.d.ts +6 -0
  78. package/src/bullet-chart/bulletchart.component.d.ts +3 -0
  79. package/src/bullet-chart/bulletchart.module.d.ts +7 -0
  80. package/src/bullet-chart/ranges.directive.d.ts +5 -0
  81. package/src/chart/annotations.directive.d.ts +8 -3
  82. package/src/chart/axes.directive.d.ts +6 -1
  83. package/src/chart/categories.directive.d.ts +5 -0
  84. package/src/chart/chart-all.module.d.ts +6 -0
  85. package/src/chart/chart.component.d.ts +3 -0
  86. package/src/chart/chart.module.d.ts +19 -0
  87. package/src/chart/columns.directive.d.ts +5 -0
  88. package/src/chart/indicators.directive.d.ts +5 -0
  89. package/src/chart/multilevellabels.directive.d.ts +5 -0
  90. package/src/chart/rangecolorsettings.directive.d.ts +5 -0
  91. package/src/chart/rows.directive.d.ts +5 -0
  92. package/src/chart/segments.directive.d.ts +5 -0
  93. package/src/chart/selecteddataindexes.directive.d.ts +5 -0
  94. package/src/chart/series.directive.d.ts +5 -0
  95. package/src/chart/striplines.directive.d.ts +5 -0
  96. package/src/chart/trendlines.directive.d.ts +6 -1
  97. package/src/chart3d/axes.directive.d.ts +6 -1
  98. package/src/chart3d/chart3d-all.module.d.ts +6 -0
  99. package/src/chart3d/chart3d.component.d.ts +3 -0
  100. package/src/chart3d/chart3d.module.d.ts +11 -0
  101. package/src/chart3d/columns.directive.d.ts +5 -0
  102. package/src/chart3d/rows.directive.d.ts +5 -0
  103. package/src/chart3d/selecteddataindexes.directive.d.ts +5 -0
  104. package/src/chart3d/series.directive.d.ts +5 -0
  105. package/src/circularchart3d/circularchart3d-all.module.d.ts +6 -0
  106. package/src/circularchart3d/circularchart3d.component.d.ts +3 -0
  107. package/src/circularchart3d/circularchart3d.module.d.ts +8 -0
  108. package/src/circularchart3d/selecteddataindexes.directive.d.ts +5 -0
  109. package/src/circularchart3d/series.directive.d.ts +5 -0
  110. package/src/range-navigator/rangenavigator-all.module.d.ts +6 -0
  111. package/src/range-navigator/rangenavigator.component.d.ts +3 -0
  112. package/src/range-navigator/rangenavigator.module.d.ts +7 -0
  113. package/src/range-navigator/series.directive.d.ts +5 -0
  114. package/src/smithchart/series.directive.d.ts +5 -0
  115. package/src/smithchart/smithchart-all.module.d.ts +6 -0
  116. package/src/smithchart/smithchart.component.d.ts +3 -0
  117. package/src/smithchart/smithchart.module.d.ts +7 -0
  118. package/src/sparkline/rangebandsettings.directive.d.ts +5 -0
  119. package/src/sparkline/sparkline-all.module.d.ts +6 -0
  120. package/src/sparkline/sparkline.component.d.ts +3 -0
  121. package/src/sparkline/sparkline.module.d.ts +7 -0
  122. package/src/stock-chart/annotations.directive.d.ts +5 -0
  123. package/src/stock-chart/axes.directive.d.ts +5 -0
  124. package/src/stock-chart/indicators.directive.d.ts +5 -0
  125. package/src/stock-chart/periods.directive.d.ts +5 -0
  126. package/src/stock-chart/rows.directive.d.ts +5 -0
  127. package/src/stock-chart/selecteddataindexes.directive.d.ts +5 -0
  128. package/src/stock-chart/series.directive.d.ts +5 -0
  129. package/src/stock-chart/stockchart-all.module.d.ts +6 -0
  130. package/src/stock-chart/stockchart.component.d.ts +3 -0
  131. package/src/stock-chart/stockchart.module.d.ts +15 -0
  132. package/src/stock-chart/stockevents.directive.d.ts +5 -0
  133. package/src/stock-chart/trendlines.directive.d.ts +6 -1
  134. package/syncfusion-ej2-angular-charts.d.ts +5 -0
  135. package/@syncfusion/ej2-angular-charts.es5.js +0 -5013
  136. package/@syncfusion/ej2-angular-charts.es5.js.map +0 -1
  137. package/@syncfusion/ej2-angular-charts.js +0 -4731
  138. package/@syncfusion/ej2-angular-charts.js.map +0 -1
  139. package/dist/ej2-angular-charts.umd.js +0 -5700
  140. package/dist/ej2-angular-charts.umd.js.map +0 -1
  141. package/dist/ej2-angular-charts.umd.min.js +0 -11
  142. package/dist/ej2-angular-charts.umd.min.js.map +0 -1
  143. package/ej2-angular-charts.d.ts +0 -13
  144. package/ej2-angular-charts.metadata.json +0 -1
  145. package/license +0 -10
@@ -1,11 +0,0 @@
1
- /*!
2
- * filename: ej2-angular-charts.umd.min.js
3
- * version : 29.2.11
4
- * Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
5
- * Use of this code is subject to the terms of our license.
6
- * A copy of the current license can be obtained at any time by e-mailing
7
- * licensing@syncfusion.com. Any infringement will be prosecuted under
8
- * applicable laws.
9
- */
10
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@syncfusion/ej2-angular-base"),require("@syncfusion/ej2-charts"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@syncfusion/ej2-angular-base","@syncfusion/ej2-charts","@angular/common"],t):t(e["ej2-angular-charts"]={},e.ng.core,e.ej2.angular.base,e.ej2.charts,e.ng.common)}(this,function(e,t,r,i,n){"use strict";var o=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function i(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(i.prototype=r.prototype,new i)}}(),a=["accessibility","animation","backwardForecast","dashArray","enableTooltip","fill","forwardForecast","intercept","legendShape","marker","name","period","polynomialOrder","type","visible","width"],s=[],c=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(s),i.directivePropList=a,i}return o(t,e),t}(r.ComplexBase);c.decorators=[{type:t.Directive,args:[{selector:"e-series>e-trendlines>e-trendline",inputs:a,outputs:s,queries:{}}]}],c.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var l=function(e){function t(){return e.call(this,"trendlines")||this}return o(t,e),t}(r.ArrayBase);l.decorators=[{type:t.Directive,args:[{selector:"e-series>e-trendlines",queries:{children:new t.ContentChildren(c)}}]}],l.ctorParameters=function(){return[]};var d=["color","dashArray","value"],u=[],h=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(u),i.directivePropList=d,i}return o(t,e),t}(r.ComplexBase);h.decorators=[{type:t.Directive,args:[{selector:"e-series>e-segments>e-segment",inputs:d,outputs:u,queries:{}}]}],h.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var p=function(e){function t(){return e.call(this,"segments")||this}return o(t,e),t}(r.ArrayBase);p.decorators=[{type:t.Directive,args:[{selector:"e-series>e-segments",queries:{children:new t.ContentChildren(h)}}]}],p.ctorParameters=function(){return[]};var g=this&&this.__decorate||function(e,t,r,i){var n,o=arguments.length,a=o<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,r):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(a=(o<3?n(a):o>3?n(t,r,a):n(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},C=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},m=["accessibility","animation","bearFillColor","binInterval","border","boxPlotMode","bullFillColor","cardinalSplineTension","close","colorName","columnFacet","columnSpacing","columnWidth","columnWidthInPixel","connector","cornerRadius","dashArray","dataSource","dragSettings","drawType","emptyPointSettings","enableComplexProperty","enableSolidCandles","enableTooltip","errorBar","fill","groupName","high","intermediateSumIndexes","isClosed","legendImageUrl","legendShape","low","marker","maxRadius","minRadius","name","negativeFillColor","noRisers","nonHighlightStyle","opacity","open","paretoOptions","pointColorMapping","query","segmentAxis","segments","selectionStyle","showMean","showNearestTooltip","showNormalDistribution","showOutliers","size","splineType","stackingGroup","step","sumIndexes","summaryFillColor","tooltipFormat","tooltipMappingName","trendlines","type","unSelectedStyle","visible","volume","width","xAxisName","xName","yAxisName","yName","zOrder"],f=[],S=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,i.tags=["trendlines","segments"],r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(f),i.directivePropList=m,i}return o(t,e),t}(r.ComplexBase);S.decorators=[{type:t.Directive,args:[{selector:"e-series-collection>e-series",inputs:m,outputs:f,queries:{childTrendlines:new t.ContentChild(l),childSegments:new t.ContentChild(p)}}]}],S.ctorParameters=function(){return[{type:t.ViewContainerRef}]},S.propDecorators={dataLabel_template:[{type:t.ContentChild,args:["dataLabelTemplate"]}]},g([r.Template(),C("design:type",Object)],S.prototype,"dataLabel_template",void 0);var v=function(e){function t(){return e.call(this,"series")||this}return o(t,e),t}(r.ArrayBase);v.decorators=[{type:t.Directive,args:[{selector:"ej-chart>e-series-collection",queries:{children:new t.ContentChildren(S)}}]}],v.ctorParameters=function(){return[]};var y=["border","color","dashArray","end","horizontalAlignment","imageUrl","isRepeat","isSegmented","opacity","repeatEvery","repeatUntil","rotation","segmentAxisName","segmentEnd","segmentStart","size","sizeType","start","startFromAxis","text","textStyle","verticalAlignment","visible","zIndex"],j=[],D=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(j),i.directivePropList=y,i}return o(t,e),t}(r.ComplexBase);D.decorators=[{type:t.Directive,args:[{selector:"e-axis>e-striplines>e-stripline",inputs:y,outputs:j,queries:{}}]}],D.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var x=function(e){function t(){return e.call(this,"striplines")||this}return o(t,e),t}(r.ArrayBase);x.decorators=[{type:t.Directive,args:[{selector:"e-axis>e-striplines",queries:{children:new t.ContentChildren(D)}}]}],x.ctorParameters=function(){return[]};var R=["customAttributes","end","maximumTextWidth","start","text","type"],M=[],b=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(M),i.directivePropList=R,i}return o(t,e),t}(r.ComplexBase);b.decorators=[{type:t.Directive,args:[{selector:"e-multilevellabel>e-categories>e-category",inputs:R,outputs:M,queries:{}}]}],b.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var L=function(e){function t(){return e.call(this,"categories")||this}return o(t,e),t}(r.ArrayBase);L.decorators=[{type:t.Directive,args:[{selector:"e-multilevellabel>e-categories",queries:{children:new t.ContentChildren(b)}}]}],L.ctorParameters=function(){return[]};var A=["alignment","border","categories","overflow","textStyle"],P=[],w=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,i.tags=["categories"],r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(P),i.directivePropList=A,i}return o(t,e),t}(r.ComplexBase);w.decorators=[{type:t.Directive,args:[{selector:"e-axis>e-multilevellabels>e-multilevellabel",inputs:A,outputs:P,queries:{childCategories:new t.ContentChild(L)}}]}],w.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var k=function(e){function t(){return e.call(this,"multilevellabels")||this}return o(t,e),t}(r.ArrayBase);k.decorators=[{type:t.Directive,args:[{selector:"e-axis>e-multilevellabels",queries:{children:new t.ContentChildren(w)}}]}],k.ctorParameters=function(){return[]};var T=["border","coefficient","columnIndex","crossesAt","crossesInAxis","crosshairTooltip","description","desiredIntervals","edgeLabelPlacement","enableAutoIntervalOnZooming","enableScrollbarOnZooming","enableTrim","enableWrap","interval","intervalOffset","intervalType","isIndexed","isInversed","labelFormat","labelIntersectAction","labelPadding","labelPlacement","labelPosition","labelRotation","labelStyle","lineBreakAlignment","lineStyle","logBase","majorGridLines","majorTickLines","maximum","maximumLabelWidth","maximumLabels","minimum","minorGridLines","minorTickLines","minorTicksPerInterval","multiLevelLabels","name","opposedPosition","placeNextToAxisLine","plotOffset","plotOffsetBottom","plotOffsetLeft","plotOffsetRight","plotOffsetTop","rangePadding","rowIndex","scrollbarSettings","skeleton","skeletonType","span","startAngle","startFromZero","stripLines","tabIndex","tickPosition","title","titlePadding","titleRotation","titleStyle","valueType","visible","zoomFactor","zoomPosition"],O=[],I=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,i.tags=["stripLines","multiLevelLabels"],r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(O),i.directivePropList=T,i}return o(t,e),t}(r.ComplexBase);I.decorators=[{type:t.Directive,args:[{selector:"e-axes>e-axis",inputs:T,outputs:O,queries:{childStripLines:new t.ContentChild(x),childMultiLevelLabels:new t.ContentChild(k)}}]}],I.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var B=function(e){function t(){return e.call(this,"axes")||this}return o(t,e),t}(r.ArrayBase);B.decorators=[{type:t.Directive,args:[{selector:"ejs-chart>e-axes",queries:{children:new t.ContentChildren(I)}}]}],B.ctorParameters=function(){return[]};var V=["border","height"],E=[],N=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(E),i.directivePropList=V,i}return o(t,e),t}(r.ComplexBase);N.decorators=[{type:t.Directive,args:[{selector:"e-rows>e-row",inputs:V,outputs:E,queries:{}}]}],N.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var _=function(e){function t(){return e.call(this,"rows")||this}return o(t,e),t}(r.ArrayBase);_.decorators=[{type:t.Directive,args:[{selector:"ejs-chart>e-rows",queries:{children:new t.ContentChildren(N)}}]}],_.ctorParameters=function(){return[]};var q=["border","width"],F=[],H=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(F),i.directivePropList=q,i}return o(t,e),t}(r.ComplexBase);H.decorators=[{type:t.Directive,args:[{selector:"e-columns>e-column",inputs:q,outputs:F,queries:{}}]}],H.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var z=function(e){function t(){return e.call(this,"columns")||this}return o(t,e),t}(r.ArrayBase);z.decorators=[{type:t.Directive,args:[{selector:"ejs-chart>e-columns",queries:{children:new t.ContentChildren(H)}}]}],z.ctorParameters=function(){return[]};var W=["colors","end","label","start"],G=[],Z=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(G),i.directivePropList=W,i}return o(t,e),t}(r.ComplexBase);Z.decorators=[{type:t.Directive,args:[{selector:"e-rangecolorsettings>e-rangecolorsetting",inputs:W,outputs:G,queries:{}}]}],Z.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var U=function(e){function t(){return e.call(this,"rangecolorsettings")||this}return o(t,e),t}(r.ArrayBase);U.decorators=[{type:t.Directive,args:[{selector:"ejs-chart>e-rangecolorsettings",queries:{children:new t.ContentChildren(Z)}}]}],U.ctorParameters=function(){return[]};var X=this&&this.__decorate||function(e,t,r,i){var n,o=arguments.length,a=o<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,r):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(a=(o<3?n(a):o>3?n(t,r,a):n(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},Y=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},J=["accessibility","content","coordinateUnits","description","horizontalAlignment","region","verticalAlignment","x","xAxisName","y","yAxisName"],K=[],Q=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(K),i.directivePropList=J,i}return o(t,e),t}(r.ComplexBase);Q.decorators=[{type:t.Directive,args:[{selector:"e-annotations>e-annotation",inputs:J,outputs:K,queries:{}}]}],Q.ctorParameters=function(){return[{type:t.ViewContainerRef}]},Q.propDecorators={content:[{type:t.ContentChild,args:["content"]}]},X([r.Template(),Y("design:type",Object)],Q.prototype,"content",void 0);var $=function(e){function t(){return e.call(this,"annotations")||this}return o(t,e),t}(r.ArrayBase);$.decorators=[{type:t.Directive,args:[{selector:"ejs-chart>e-annotations",queries:{children:new t.ContentChildren(Q)}}]}],$.ctorParameters=function(){return[]};var ee=["point","series"],te=[],re=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(te),i.directivePropList=ee,i}return o(t,e),t}(r.ComplexBase);re.decorators=[{type:t.Directive,args:[{selector:"e-selecteddataindexes>e-selecteddataindex",inputs:ee,outputs:te,queries:{}}]}],re.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var ie=function(e){function t(){return e.call(this,"selecteddataindexes")||this}return o(t,e),t}(r.ArrayBase);ie.decorators=[{type:t.Directive,args:[{selector:"ejs-chart>e-selecteddataindexes",queries:{children:new t.ContentChildren(re)}}]}],ie.ctorParameters=function(){return[]};var ne=["accessibility","animation","bandColor","close","colorName","dPeriod","dashArray","dataSource","enableComplexProperty","fastPeriod","field","fill","high","kPeriod","low","lowerLine","macdLine","macdNegativeColor","macdPositiveColor","macdType","open","overBought","overSold","period","periodLine","pointColorMapping","query","segmentAxis","segments","seriesName","showZones","slowPeriod","standardDeviation","type","upperLine","visible","volume","width","xAxisName","xName","yAxisName"],oe=[],ae=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(oe),i.directivePropList=ne,i}return o(t,e),t}(r.ComplexBase);ae.decorators=[{type:t.Directive,args:[{selector:"e-indicators>e-indicator",inputs:ne,outputs:oe,queries:{}}]}],ae.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var se=function(e){function t(){return e.call(this,"indicators")||this}return o(t,e),t}(r.ArrayBase);se.decorators=[{type:t.Directive,args:[{selector:"ej-chart>e-indicators",queries:{children:new t.ContentChildren(ae)}}]}],se.ctorParameters=function(){return[]};var ce=this&&this.__decorate||function(e,t,r,i){var n,o=arguments.length,a=o<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,r):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(a=(o<3?n(a):o>3?n(t,r,a):n(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},le=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},de=["accessibility","allowExport","allowMultiSelection","annotations","axes","background","backgroundImage","border","chartArea","columns","crosshair","currencyCode","dataSource","description","enableAnimation","enableAutoIntervalOnBothAxis","enableCanvas","enableExport","enableHtmlSanitizer","enablePersistence","enableRtl","enableSideBySidePlacement","focusBorderColor","focusBorderMargin","focusBorderWidth","height","highlightColor","highlightMode","highlightPattern","indicators","isMultiSelect","isTransposed","legendSettings","locale","margin","palettes","primaryXAxis","primaryYAxis","rangeColorSettings","rows","selectedDataIndexes","selectionMode","selectionPattern","series","stackLabels","subTitle","subTitleStyle","tabIndex","theme","title","titleStyle","tooltip","useGroupingSeparator","width","zoomSettings"],ue=["afterExport","animationComplete","annotationRender","axisLabelClick","axisLabelRender","axisMultiLabelRender","axisRangeCalculated","beforeExport","beforePrint","beforeResize","chartDoubleClick","chartMouseClick","chartMouseDown","chartMouseLeave","chartMouseMove","chartMouseUp","drag","dragComplete","dragEnd","dragStart","legendClick","legendRender","load","loaded","multiLevelLabelClick","onZooming","pointClick","pointDoubleClick","pointMove","pointRender","resized","scrollChanged","scrollEnd","scrollStart","selectionComplete","seriesRender","sharedTooltipRender","textRender","tooltipRender","zoomComplete","dataSourceChange"],he=["dataSource"];e.ChartComponent=function(e){function t(t,i,n,o){var a=e.call(this)||this;a.ngEle=t,a.srenderer=i,a.viewContainerRef=n,a.injector=o,a.tags=["series","axes","rows","columns","rangeColorSettings","annotations","selectedDataIndexes","indicators"],a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[];try{var s=a.injector.get("ChartsLineSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(c){}try{s=a.injector.get("ChartsScatterSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(l){}try{s=a.injector.get("ChartsColumnSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(d){}try{s=a.injector.get("ChartsSplineSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(u){}try{s=a.injector.get("ChartsSplineAreaSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(h){}try{s=a.injector.get("ChartsStripLine");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(p){}try{s=a.injector.get("ChartsAreaSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(g){}try{s=a.injector.get("ChartsScrollBar");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(C){}try{s=a.injector.get("ChartsStepLineSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(m){}try{s=a.injector.get("ChartsStepAreaSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(f){}try{s=a.injector.get("ChartsStackingColumnSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(S){}try{s=a.injector.get("ChartsStackingLineSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(v){}try{s=a.injector.get("ChartsStackingAreaSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(y){}try{s=a.injector.get("ChartsStackingStepAreaSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(j){}try{s=a.injector.get("ChartsBarSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(D){}try{s=a.injector.get("ChartsStackingBarSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(x){}try{s=a.injector.get("ChartsRangeColumnSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(R){}try{s=a.injector.get("ChartsBubbleSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(M){}try{s=a.injector.get("ChartsTooltip");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(b){}try{s=a.injector.get("ChartsCrosshair");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(L){}try{s=a.injector.get("ChartsCategory");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(A){}try{s=a.injector.get("ChartsDateTime");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(P){}try{s=a.injector.get("ChartsLogarithmic");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(w){}try{s=a.injector.get("ChartsLegend");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(k){}try{s=a.injector.get("ChartsZoom");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(T){}try{s=a.injector.get("ChartsDataLabel");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(O){}try{s=a.injector.get("ChartsSelection");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(I){}try{s=a.injector.get("ChartsChartAnnotation");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(B){}try{s=a.injector.get("ChartsHiloSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(V){}try{s=a.injector.get("ChartsHiloOpenCloseSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(E){}try{s=a.injector.get("ChartsWaterfallSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(N){}try{s=a.injector.get("ChartsRangeAreaSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(_){}try{s=a.injector.get("ChartsRangeStepAreaSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(q){}try{s=a.injector.get("ChartsSplineRangeAreaSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(F){}try{s=a.injector.get("ChartsCandleSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(H){}try{s=a.injector.get("ChartsPolarSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(z){}try{s=a.injector.get("ChartsRadarSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(W){}try{s=a.injector.get("ChartsSmaIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(G){}try{s=a.injector.get("ChartsTmaIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(Z){}try{s=a.injector.get("ChartsEmaIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(U){}try{s=a.injector.get("ChartsAccumulationDistributionIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(X){}try{s=a.injector.get("ChartsMacdIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(Y){}try{s=a.injector.get("ChartsAtrIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(J){}try{s=a.injector.get("ChartsRsiIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(K){}try{s=a.injector.get("ChartsMomentumIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(Q){}try{s=a.injector.get("ChartsStochasticIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch($){}try{s=a.injector.get("ChartsBollingerBands");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(ee){}try{s=a.injector.get("ChartsBoxAndWhiskerSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(te){}try{s=a.injector.get("ChartsHistogramSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(re){}try{s=a.injector.get("ChartsErrorBar");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(ie){}try{s=a.injector.get("ChartsTrendlines");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(ne){}try{s=a.injector.get("ChartsDateTimeCategory");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(oe){}try{s=a.injector.get("ChartsMultiColoredLineSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(ae){}try{s=a.injector.get("ChartsMultiColoredAreaSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(se){}try{s=a.injector.get("ChartsMultiLevelLabel");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(ce){}try{s=a.injector.get("ChartsParetoSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(le){}try{s=a.injector.get("ChartsExport");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(de){}try{s=a.injector.get("ChartsDataEditing");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(pe){}try{s=a.injector.get("ChartsHighlight");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(ge){}return a.registerEvents(ue),a.addTwoWay.call(a,he),r.setValue("currentInstance",a,a.viewContainerRef),a.context=new r.ComponentBase,a}return o(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childSeries,this.childAxes&&(this.tagObjects[1].instance=this.childAxes),this.childRows&&(this.tagObjects[2].instance=this.childRows),this.childColumns&&(this.tagObjects[3].instance=this.childColumns),this.childRangeColorSettings&&(this.tagObjects[4].instance=this.childRangeColorSettings),this.childAnnotations&&(this.tagObjects[5].instance=this.childAnnotations),this.childSelectedDataIndexes&&(this.tagObjects[6].instance=this.childSelectedDataIndexes),this.childIndicators&&(this.tagObjects[7].instance=this.childIndicators),this.context.ngAfterContentChecked(this)},t}(i.Chart),e.ChartComponent.decorators=[{type:t.Component,args:[{selector:"ejs-chart",inputs:de,outputs:ue,template:"",queries:{childSeries:new t.ContentChild(v),childAxes:new t.ContentChild(B),childRows:new t.ContentChild(_),childColumns:new t.ContentChild(z),childRangeColorSettings:new t.ContentChild(U),childAnnotations:new t.ContentChild($),childSelectedDataIndexes:new t.ContentChild(ie),childIndicators:new t.ContentChild(se)}}]}],e.ChartComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.ChartComponent.propDecorators={tooltip_template:[{type:t.ContentChild,args:["tooltipTemplate"]}]},ce([r.Template(),le("design:type",Object)],e.ChartComponent.prototype,"tooltip_template",void 0),e.ChartComponent=ce([r.ComponentMixins([r.ComponentBase]),le("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.ChartComponent);var pe=function(){return function(){}}();pe.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule],declarations:[e.ChartComponent,c,l,h,p,S,v,D,x,b,L,w,k,I,B,N,_,H,z,Z,U,Q,$,re,ie,ae,se],exports:[e.ChartComponent,c,l,h,p,S,v,D,x,b,L,w,k,I,B,N,_,H,z,Z,U,Q,$,re,ie,ae,se]}]}],pe.ctorParameters=function(){return[]};var ge={provide:"ChartsLineSeries",useValue:i.LineSeries},Ce={provide:"ChartsScatterSeries",useValue:i.ScatterSeries},me={provide:"ChartsColumnSeries",useValue:i.ColumnSeries},fe={provide:"ChartsSplineSeries",useValue:i.SplineSeries},Se={provide:"ChartsSplineAreaSeries",useValue:i.SplineAreaSeries},ve={provide:"ChartsStripLine",useValue:i.StripLine},ye={provide:"ChartsAreaSeries",useValue:i.AreaSeries},je={provide:"ChartsScrollBar",useValue:i.ScrollBar},De={provide:"ChartsStepLineSeries",useValue:i.StepLineSeries},xe={provide:"ChartsStepAreaSeries",useValue:i.StepAreaSeries},Re={provide:"ChartsStackingColumnSeries",useValue:i.StackingColumnSeries},Me={provide:"ChartsStackingLineSeries",useValue:i.StackingLineSeries},be={provide:"ChartsStackingAreaSeries",useValue:i.StackingAreaSeries},Le={provide:"ChartsStackingStepAreaSeries",useValue:i.StackingStepAreaSeries},Ae={provide:"ChartsBarSeries",useValue:i.BarSeries},Pe={provide:"ChartsStackingBarSeries",useValue:i.StackingBarSeries},we={provide:"ChartsRangeColumnSeries",useValue:i.RangeColumnSeries},ke={provide:"ChartsBubbleSeries",useValue:i.BubbleSeries},Te={provide:"ChartsTooltip",useValue:i.Tooltip},Oe={provide:"ChartsCrosshair",useValue:i.Crosshair},Ie={provide:"ChartsCategory",useValue:i.Category},Be={provide:"ChartsDateTime",useValue:i.DateTime},Ve={provide:"ChartsLogarithmic",useValue:i.Logarithmic},Ee={provide:"ChartsLegend",useValue:i.Legend},Ne={provide:"ChartsZoom",useValue:i.Zoom},_e={provide:"ChartsDataLabel",useValue:i.DataLabel},qe={provide:"ChartsSelection",useValue:i.Selection},Fe={provide:"ChartsChartAnnotation",useValue:i.ChartAnnotation},He={provide:"ChartsHiloSeries",useValue:i.HiloSeries},ze={provide:"ChartsHiloOpenCloseSeries",useValue:i.HiloOpenCloseSeries},We={provide:"ChartsWaterfallSeries",useValue:i.WaterfallSeries},Ge={provide:"ChartsRangeAreaSeries",useValue:i.RangeAreaSeries},Ze={provide:"ChartsRangeStepAreaSeries",useValue:i.RangeStepAreaSeries},Ue={provide:"ChartsSplineRangeAreaSeries",useValue:i.SplineRangeAreaSeries},Xe={provide:"ChartsCandleSeries",useValue:i.CandleSeries},Ye={provide:"ChartsPolarSeries",useValue:i.PolarSeries},Je={provide:"ChartsRadarSeries",useValue:i.RadarSeries},Ke={provide:"ChartsSmaIndicator",useValue:i.SmaIndicator},Qe={provide:"ChartsTmaIndicator",useValue:i.TmaIndicator},$e={provide:"ChartsEmaIndicator",useValue:i.EmaIndicator},et={provide:"ChartsAccumulationDistributionIndicator",useValue:i.AccumulationDistributionIndicator},tt={provide:"ChartsMacdIndicator",useValue:i.MacdIndicator},rt={provide:"ChartsAtrIndicator",useValue:i.AtrIndicator},it={provide:"ChartsRsiIndicator",useValue:i.RsiIndicator},nt={provide:"ChartsMomentumIndicator",useValue:i.MomentumIndicator},ot={provide:"ChartsStochasticIndicator",useValue:i.StochasticIndicator},at={provide:"ChartsBollingerBands",useValue:i.BollingerBands},st={provide:"ChartsBoxAndWhiskerSeries",useValue:i.BoxAndWhiskerSeries},ct={provide:"ChartsHistogramSeries",useValue:i.HistogramSeries},lt={provide:"ChartsErrorBar",useValue:i.ErrorBar},dt={provide:"ChartsTrendlines",useValue:i.Trendlines},ut={provide:"ChartsDateTimeCategory",useValue:i.DateTimeCategory},ht={provide:"ChartsMultiColoredLineSeries",useValue:i.MultiColoredLineSeries},pt={provide:"ChartsMultiColoredAreaSeries",useValue:i.MultiColoredAreaSeries},gt={provide:"ChartsMultiLevelLabel",useValue:i.MultiLevelLabel},Ct={provide:"ChartsParetoSeries",useValue:i.ParetoSeries},mt={provide:"ChartsExport",useValue:i.Export},ft={provide:"ChartsDataEditing",useValue:i.DataEditing},St={provide:"ChartsHighlight",useValue:i.Highlight},vt=function(){return function(){}}();vt.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule,pe],exports:[pe],providers:[ge,Ce,me,fe,Se,ve,ye,je,De,xe,Re,Me,be,Le,Ae,Pe,we,ke,Te,Oe,Ie,Be,Ve,Ee,Ne,_e,qe,Fe,He,ze,We,Ge,Ze,Ue,Xe,Ye,Je,Ke,Qe,$e,et,tt,rt,it,nt,ot,at,st,ct,lt,dt,ut,ht,pt,gt,Ct,mt,ft,St]}]}],vt.ctorParameters=function(){return[]};var yt=this&&this.__decorate||function(e,t,r,i){var n,o=arguments.length,a=o<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,r):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(a=(o<3?n(a):o>3?n(t,r,a):n(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},jt=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},Dt=["accessibility","animation","applyPattern","border","borderRadius","dashArray","dataLabel","dataSource","emptyPointSettings","enableTooltip","endAngle","explode","explodeAll","explodeIndex","explodeOffset","funnelMode","gapRatio","groupMode","groupTo","height","innerRadius","legendImageUrl","legendShape","name","neckHeight","neckWidth","opacity","palettes","pointColorMapping","pyramidMode","query","radius","selectionStyle","startAngle","tooltipMappingName","type","visible","width","xName","yName"],xt=[],Rt=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(xt),i.directivePropList=Dt,i}return o(t,e),t}(r.ComplexBase);Rt.decorators=[{type:t.Directive,args:[{selector:"e-accumulation-series-collection>e-accumulation-series",inputs:Dt,outputs:xt,queries:{}}]}],Rt.ctorParameters=function(){return[{type:t.ViewContainerRef}]},Rt.propDecorators={dataLabel_template:[{type:t.ContentChild,args:["dataLabelTemplate"]}]},yt([r.Template(),jt("design:type",Object)],Rt.prototype,"dataLabel_template",void 0);var Mt=function(e){function t(){return e.call(this,"series")||this}return o(t,e),t}(r.ArrayBase);Mt.decorators=[{type:t.Directive,args:[{selector:"ej-accumulationchart>e-accumulation-series-collection",queries:{children:new t.ContentChildren(Rt)}}]}],Mt.ctorParameters=function(){return[]};var bt=this&&this.__decorate||function(e,t,r,i){var n,o=arguments.length,a=o<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,r):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(a=(o<3?n(a):o>3?n(t,r,a):n(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},Lt=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},At=["content","coordinateUnits","description","horizontalAlignment","region","verticalAlignment","x","y"],Pt=[],wt=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(Pt),i.directivePropList=At,i}return o(t,e),t}(r.ComplexBase);wt.decorators=[{type:t.Directive,args:[{selector:"e-accumulation-annotations>e-accumulation-annotation",inputs:At,outputs:Pt,queries:{}}]}],wt.ctorParameters=function(){return[{type:t.ViewContainerRef}]},wt.propDecorators={content:[{type:t.ContentChild,args:["content"]}]},bt([r.Template(),Lt("design:type",Object)],wt.prototype,"content",void 0);var kt=function(e){function t(){return e.call(this,"annotations")||this}return o(t,e),t}(r.ArrayBase);kt.decorators=[{type:t.Directive,args:[{selector:"ej-accumulationchart>e-accumulation-annotations",queries:{children:new t.ContentChildren(wt)}}]}],kt.ctorParameters=function(){return[]};var Tt=this&&this.__decorate||function(e,t,r,i){var n,o=arguments.length,a=o<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,r):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(a=(o<3?n(a):o>3?n(t,r,a):n(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},Ot=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},It=["accessibility","allowExport","annotations","background","backgroundImage","border","center","centerLabel","currencyCode","dataSource","enableAnimation","enableBorderOnMouseMove","enableExport","enableHtmlSanitizer","enablePersistence","enableRtl","enableSmartLabels","focusBorderColor","focusBorderMargin","focusBorderWidth","height","highlightColor","highlightMode","highlightPattern","isMultiSelect","legendSettings","locale","margin","selectedDataIndexes","selectionMode","selectionPattern","series","subTitle","subTitleStyle","theme","title","titleStyle","tooltip","useGroupingSeparator","width"],Bt=["afterExport","animationComplete","annotationRender","beforeExport","beforePrint","beforeResize","chartDoubleClick","chartMouseClick","chartMouseDown","chartMouseLeave","chartMouseMove","chartMouseUp","legendClick","legendRender","load","loaded","pointClick","pointMove","pointRender","resized","selectionComplete","seriesRender","textRender","tooltipRender","dataSourceChange"],Vt=["dataSource"];e.AccumulationChartComponent=function(e){function t(t,i,n,o){var a=e.call(this)||this;a.ngEle=t,a.srenderer=i,a.viewContainerRef=n,a.injector=o,a.tags=["series","annotations"],a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[];try{var s=a.injector.get("ChartsPieSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(c){}try{s=a.injector.get("ChartsFunnelSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(l){}try{s=a.injector.get("ChartsPyramidSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(d){}try{s=a.injector.get("ChartsAccumulationTooltip");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(u){}try{s=a.injector.get("ChartsAccumulationLegend");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(h){}try{s=a.injector.get("ChartsAccumulationSelection");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(p){}try{s=a.injector.get("ChartsAccumulationHighlight");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(g){}try{s=a.injector.get("ChartsAccumulationDataLabel");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(C){}try{s=a.injector.get("ChartsAccumulationAnnotation");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(m){}try{s=a.injector.get("ChartsExport");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(f){}return a.registerEvents(Bt),a.addTwoWay.call(a,Vt),r.setValue("currentInstance",a,a.viewContainerRef),a.context=new r.ComponentBase,a}return o(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childSeries,this.childAnnotations&&(this.tagObjects[1].instance=this.childAnnotations),this.context.ngAfterContentChecked(this)},t}(i.AccumulationChart),e.AccumulationChartComponent.decorators=[{type:t.Component,args:[{selector:"ejs-accumulationchart",inputs:It,outputs:Bt,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childSeries:new t.ContentChild(Mt),childAnnotations:new t.ContentChild(kt)}}]}],e.AccumulationChartComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.AccumulationChartComponent.propDecorators={tooltip_template:[{type:t.ContentChild,args:["tooltipTemplate"]}]},Tt([r.Template(),Ot("design:type",Object)],e.AccumulationChartComponent.prototype,"tooltip_template",void 0),e.AccumulationChartComponent=Tt([r.ComponentMixins([r.ComponentBase]),Ot("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.AccumulationChartComponent);var Et=function(){return function(){}}();Et.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule],declarations:[e.AccumulationChartComponent,Rt,Mt,wt,kt],exports:[e.AccumulationChartComponent,Rt,Mt,wt,kt]}]}],Et.ctorParameters=function(){return[]};var Nt={provide:"ChartsPieSeries",useValue:i.PieSeries},_t={provide:"ChartsFunnelSeries",useValue:i.FunnelSeries},qt={provide:"ChartsPyramidSeries",useValue:i.PyramidSeries},Ft={provide:"ChartsAccumulationTooltip",useValue:i.AccumulationTooltip},Ht={provide:"ChartsAccumulationLegend",useValue:i.AccumulationLegend},zt={provide:"ChartsAccumulationSelection",useValue:i.AccumulationSelection},Wt={provide:"ChartsAccumulationHighlight",useValue:i.AccumulationHighlight},Gt={provide:"ChartsAccumulationDataLabel",useValue:i.AccumulationDataLabel},Zt={provide:"ChartsAccumulationAnnotation",useValue:i.AccumulationAnnotation},Ut=function(){return function(){}}();Ut.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule,Et],exports:[Et],providers:[Nt,_t,qt,Ft,Ht,zt,Wt,Gt,Zt]}]}],Ut.ctorParameters=function(){return[]};var Xt=["animation","border","dashArray","dataSource","fill","opacity","query","type","width","xName","yName"],Yt=[],Jt=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(Yt),i.directivePropList=Xt,i}return o(t,e),t}(r.ComplexBase);Jt.decorators=[{type:t.Directive,args:[{selector:"e-rangenavigator-series-collection>e-rangenavigator-series",inputs:Xt,outputs:Yt,queries:{}}]}],Jt.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var Kt=function(e){function t(){return e.call(this,"series")||this}return o(t,e),t}(r.ArrayBase);Kt.decorators=[{type:t.Directive,args:[{selector:"ej-rangenavigator>e-rangenavigator-series-collection",queries:{children:new t.ContentChildren(Jt)}}]}],Kt.ctorParameters=function(){return[]};var Qt=this&&this.__decorate||function(e,t,r,i){var n,o=arguments.length,a=o<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,r):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(a=(o<3?n(a):o>3?n(t,r,a):n(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},$t=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},er=["allowIntervalData","allowSnapping","animationDuration","background","dataSource","disableRangeSelector","enableDeferredUpdate","enableGrouping","enablePersistence","enableRtl","groupBy","height","interval","intervalType","labelFormat","labelIntersectAction","labelPlacement","labelPosition","labelStyle","locale","logBase","majorGridLines","majorTickLines","margin","maximum","minimum","navigatorBorder","navigatorStyleSettings","periodSelectorSettings","query","secondaryLabelAlignment","series","skeleton","skeletonType","theme","tickPosition","tooltip","useGroupingSeparator","value","valueType","width","xName","yName"],tr=["beforePrint","beforeResize","changed","labelRender","load","loaded","resized","selectorRender","tooltipRender","dataSourceChange"],rr=["dataSource"];e.RangeNavigatorComponent=function(e){function t(t,i,n,o){var a=e.call(this)||this;a.ngEle=t,a.srenderer=i,a.viewContainerRef=n,a.injector=o,a.tags=["series"],a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[];try{var s=a.injector.get("ChartsRangeTooltip");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(c){}try{s=a.injector.get("ChartsPeriodSelector");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(l){}try{s=a.injector.get("ChartsAreaSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(d){}try{s=a.injector.get("ChartsStepLineSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(u){}try{s=a.injector.get("ChartsDateTime");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(h){}try{s=a.injector.get("ChartsLogarithmic");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(p){}try{s=a.injector.get("ChartsExport");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(g){}try{s=a.injector.get("ChartsDateTimeCategory");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(C){}return a.registerEvents(tr),a.addTwoWay.call(a,rr),r.setValue("currentInstance",a,a.viewContainerRef),a.context=new r.ComponentBase,a}return o(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childSeries,this.context.ngAfterContentChecked(this)},t}(i.RangeNavigator),e.RangeNavigatorComponent.decorators=[{type:t.Component,args:[{selector:"ejs-rangenavigator",inputs:er,outputs:tr,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childSeries:new t.ContentChild(Kt)}}]}],e.RangeNavigatorComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.RangeNavigatorComponent.propDecorators={tooltip_template:[{type:t.ContentChild,args:["tooltipTemplate"]}]},Qt([r.Template(),$t("design:type",Object)],e.RangeNavigatorComponent.prototype,"tooltip_template",void 0),e.RangeNavigatorComponent=Qt([r.ComponentMixins([r.ComponentBase]),$t("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.RangeNavigatorComponent);var ir=function(){return function(){}}();ir.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule],declarations:[e.RangeNavigatorComponent,Jt,Kt],exports:[e.RangeNavigatorComponent,Jt,Kt]}]}],ir.ctorParameters=function(){return[]};var nr={provide:"ChartsRangeTooltip",useValue:i.RangeTooltip},or={provide:"ChartsPeriodSelector",useValue:i.PeriodSelector},ar=function(){return function(){}}();ar.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule,ir],exports:[ir],providers:[nr,or]}]}],ar.ctorParameters=function(){return[]};var sr=["color","endRange","opacity","startRange"],cr=[],lr=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(cr),i.directivePropList=sr,i}return o(t,e),t}(r.ComplexBase);lr.decorators=[{type:t.Directive,args:[{selector:"e-rangeBandSettings>e-rangeBandSetting",inputs:sr,outputs:cr,queries:{}}]}],lr.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var dr=function(e){function t(){return e.call(this,"rangebandsettings")||this}return o(t,e),t}(r.ArrayBase);dr.decorators=[{type:t.Directive,args:[{selector:"ejs-sparkline>e-rangeBandSettings",queries:{children:new t.ContentChildren(lr)}}]}],dr.ctorParameters=function(){return[]};var ur=this&&this.__decorate||function(e,t,r,i){var n,o=arguments.length,a=o<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,r):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(a=(o<3?n(a):o>3?n(t,r,a):n(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},hr=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},pr=["axisSettings","border","containerArea","dataLabelSettings","dataSource","enablePersistence","enableRtl","endPointColor","fill","format","height","highPointColor","lineWidth","locale","lowPointColor","markerSettings","negativePointColor","opacity","padding","palette","query","rangeBandSettings","rangePadding","startPointColor","theme","tiePointColor","tooltipSettings","type","useGroupingSeparator","valueType","width","xName","yName"],gr=["axisRendering","dataLabelRendering","load","loaded","markerRendering","pointRegionMouseClick","pointRegionMouseMove","pointRendering","resize","seriesRendering","sparklineMouseClick","sparklineMouseMove","tooltipInitialize"],Cr=[""];e.SparklineComponent=function(e){function t(t,i,n,o){var a=e.call(this)||this;a.ngEle=t,a.srenderer=i,a.viewContainerRef=n,a.injector=o,a.tags=["rangeBandSettings"],a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[];try{var s=a.injector.get("ChartsSparklineTooltip");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(c){}return a.registerEvents(gr),a.addTwoWay.call(a,Cr),r.setValue("currentInstance",a,a.viewContainerRef),a.context=new r.ComponentBase,a}return o(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childRangeBandSettings,this.context.ngAfterContentChecked(this)},t}(i.Sparkline),e.SparklineComponent.decorators=[{type:t.Component,args:[{selector:"ejs-sparkline",inputs:pr,outputs:gr,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childRangeBandSettings:new t.ContentChild(dr)}}]}],e.SparklineComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.SparklineComponent=ur([r.ComponentMixins([r.ComponentBase]),hr("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.SparklineComponent);var mr=function(){return function(){}}();mr.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule],declarations:[e.SparklineComponent,lr,dr],exports:[e.SparklineComponent,lr,dr]}]}],mr.ctorParameters=function(){return[]};var fr={provide:"ChartsSparklineTooltip",useValue:i.SparklineTooltip},Sr=function(){return function(){}}();Sr.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule,mr],exports:[mr],providers:[fr]}]}],Sr.ctorParameters=function(){return[]};var vr=["animationDuration","dataSource","enableAnimation","enableSmartLabels","fill","marker","name","opacity","points","reactance","resistance","tooltip","tooltipMappingName","visibility","width"],yr=[],jr=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(yr),i.directivePropList=vr,i}return o(t,e),t}(r.ComplexBase);jr.decorators=[{type:t.Directive,args:[{selector:"e-seriesCollection>e-series",inputs:vr,outputs:yr,queries:{}}]}],jr.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var Dr=function(e){function t(){return e.call(this,"series")||this}return o(t,e),t}(r.ArrayBase);Dr.decorators=[{type:t.Directive,args:[{selector:"ejs-smithchart>e-seriesCollection",queries:{children:new t.ContentChildren(jr)}}]}],Dr.ctorParameters=function(){return[]};var xr=this&&this.__decorate||function(e,t,r,i){var n,o=arguments.length,a=o<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,r):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(a=(o<3?n(a):o>3?n(t,r,a):n(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},Rr=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},Mr=["background","border","elementSpacing","enablePersistence","enableRtl","font","height","horizontalAxis","legendSettings","locale","margin","radialAxis","radius","renderType","series","theme","title","width"],br=["animationComplete","axisLabelRender","beforePrint","legendRender","load","loaded","seriesRender","subtitleRender","textRender","titleRender","tooltipRender"],Lr=[""];e.SmithchartComponent=function(e){function t(t,i,n,o){var a=e.call(this)||this;a.ngEle=t,a.srenderer=i,a.viewContainerRef=n,a.injector=o,a.tags=["series"],a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[];try{var s=a.injector.get("ChartsSmithchartLegend");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(c){}try{s=a.injector.get("ChartsTooltipRender");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(l){}return a.registerEvents(br),a.addTwoWay.call(a,Lr),r.setValue("currentInstance",a,a.viewContainerRef),a.context=new r.ComponentBase,a}return o(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childSeries,this.context.ngAfterContentChecked(this)},t}(i.Smithchart),e.SmithchartComponent.decorators=[{type:t.Component,args:[{selector:"ejs-smithchart",inputs:Mr,outputs:br,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childSeries:new t.ContentChild(Dr)}}]}],e.SmithchartComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.SmithchartComponent=xr([r.ComponentMixins([r.ComponentBase]),Rr("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.SmithchartComponent);var Ar=function(){return function(){}}();Ar.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule],declarations:[e.SmithchartComponent,jr,Dr],exports:[e.SmithchartComponent,jr,Dr]}]}],Ar.ctorParameters=function(){return[]};var Pr={provide:"ChartsSmithchartLegend",useValue:i.SmithchartLegend},wr={provide:"ChartsTooltipRender",useValue:i.TooltipRender},kr=function(){return function(){}}();kr.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule,Ar],exports:[Ar],providers:[Pr,wr]}]}],kr.ctorParameters=function(){return[]};var Tr=["accessibility","animation","backwardForecast","dashArray","enableTooltip","fill","forwardForecast","intercept","legendShape","marker","name","period","polynomialOrder","type","visible","width"],Or=[],Ir=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(Or),i.directivePropList=Tr,i}return o(t,e),t}(r.ComplexBase);Ir.decorators=[{type:t.Directive,args:[{selector:"e-stockchart-series>e-trendlines>e-trendline",inputs:Tr,outputs:Or,queries:{}}]}],Ir.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var Br=function(e){function t(){return e.call(this,"trendlines")||this}return o(t,e),t}(r.ArrayBase);Br.decorators=[{type:t.Directive,args:[{selector:"e-stockchart-series>e-trendlines",queries:{children:new t.ContentChildren(Ir)}}]}],Br.ctorParameters=function(){return[]};var Vr=["animation","bearFillColor","border","bullFillColor","cardinalSplineTension","close","columnSpacing","columnWidth","cornerRadius","dashArray","dataSource","emptyPointSettings","enableSolidCandles","enableTooltip","fill","high","legendImageUrl","legendShape","low","marker","name","opacity","open","pointColorMapping","query","selectionStyle","showNearestTooltip","tooltipMappingName","trendlines","type","visible","volume","width","xAxisName","xName","yAxisName","yName"],Er=[],Nr=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,i.tags=["trendlines"],r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(Er),i.directivePropList=Vr,i}return o(t,e),t}(r.ComplexBase);Nr.decorators=[{type:t.Directive,args:[{selector:"e-stockchart-series-collection>e-stockchart-series",inputs:Vr,outputs:Er,queries:{childTrendlines:new t.ContentChild(Br)}}]}],Nr.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var _r=function(e){function t(){return e.call(this,"series")||this}return o(t,e),t}(r.ArrayBase);_r.decorators=[{type:t.Directive,args:[{selector:"ejs-stockchart>e-stockchart-series-collection",queries:{children:new t.ContentChildren(Nr)}}]}],_r.ctorParameters=function(){return[]};var qr=["coefficient","crossesAt","crossesInAxis","crosshairTooltip","description","desiredIntervals","edgeLabelPlacement","enableAutoIntervalOnZooming","enableTrim","interval","intervalType","isInversed","labelFormat","labelIntersectAction","labelPlacement","labelPosition","labelRotation","labelStyle","lineStyle","logBase","majorGridLines","majorTickLines","maximum","maximumLabelWidth","maximumLabels","minimum","minorGridLines","minorTickLines","minorTicksPerInterval","name","opposedPosition","placeNextToAxisLine","plotOffset","rangePadding","rowIndex","skeleton","skeletonType","span","startAngle","stripLines","tabIndex","tickPosition","title","titleStyle","valueType","visible","zoomFactor","zoomPosition"],Fr=[],Hr=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(Fr),i.directivePropList=qr,i}return o(t,e),t}(r.ComplexBase);Hr.decorators=[{type:t.Directive,args:[{selector:"e-stockchart-axes>e-stockchart-axis",inputs:qr,outputs:Fr,queries:{}}]}],Hr.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var zr=function(e){function t(){return e.call(this,"axes")||this}return o(t,e),t}(r.ArrayBase);zr.decorators=[{type:t.Directive,args:[{selector:"ejs-stockchart>e-stockchart-axes",queries:{children:new t.ContentChildren(Hr)}}]}],zr.ctorParameters=function(){return[]};var Wr=["border","height"],Gr=[],Zr=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(Gr),i.directivePropList=Wr,i}return o(t,e),t}(r.ComplexBase);Zr.decorators=[{type:t.Directive,args:[{selector:"e-stockchart-rows>e-striplines>e-stockchart-row",inputs:Wr,outputs:Gr,queries:{}}]}],Zr.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var Ur=function(e){function t(){return e.call(this,"rows")||this}return o(t,e),t}(r.ArrayBase);Ur.decorators=[{type:t.Directive,args:[{selector:"ejs-stockchart>e-stockchart-rows",queries:{children:new t.ContentChildren(Zr)}}]}],Ur.ctorParameters=function(){return[]};var Xr=this&&this.__decorate||function(e,t,r,i){var n,o=arguments.length,a=o<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,r):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(a=(o<3?n(a):o>3?n(t,r,a):n(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},Yr=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},Jr=["content","coordinateUnits","description","horizontalAlignment","region","verticalAlignment","x","xAxisName","y","yAxisName"],Kr=[],Qr=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(Kr),i.directivePropList=Jr,i}return o(t,e),t}(r.ComplexBase);Qr.decorators=[{type:t.Directive,args:[{selector:"ejs-stockchart-annotations>e-stockchart-annotation",inputs:Jr,outputs:Kr,queries:{}}]}],Qr.ctorParameters=function(){return[{type:t.ViewContainerRef}]},Qr.propDecorators={content:[{type:t.ContentChild,args:["content"]}]},Xr([r.Template(),Yr("design:type",Object)],Qr.prototype,"content",void 0);var $r=function(e){function t(){return e.call(this,"annotations")||this}return o(t,e),t}(r.ArrayBase);$r.decorators=[{type:t.Directive,args:[{selector:"ejs-stockchart>e-stockchart-annotations",queries:{children:new t.ContentChildren(Qr)}}]}],$r.ctorParameters=function(){return[]};var ei=["point","series"],ti=[],ri=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(ti),i.directivePropList=ei,i}return o(t,e),t}(r.ComplexBase);ri.decorators=[{type:t.Directive,args:[{selector:"ejs-stockchart-selectedDataIndexes>e-stockchart-selectedDataIndex",inputs:ei,outputs:ti,queries:{}}]}],ri.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var ii=function(e){function t(){return e.call(this,"selecteddataindexes")||this}return o(t,e),t}(r.ArrayBase);ii.decorators=[{type:t.Directive,args:[{selector:"ejs-stockchart>e-stockchart-selectedDataIndexes",queries:{children:new t.ContentChildren(ri)}}]}],ii.ctorParameters=function(){return[]};var ni=["interval","intervalType","selected","text"],oi=[],ai=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(oi),i.directivePropList=ni,i}return o(t,e),t}(r.ComplexBase);ai.decorators=[{type:t.Directive,args:[{selector:"e-stockchart-indicators>e-stockchart-period",inputs:ni,outputs:oi,queries:{}}]}],ai.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var si=function(e){function t(){return e.call(this,"periods")||this}return o(t,e),t}(r.ArrayBase);si.decorators=[{type:t.Directive,args:[{selector:"ejs-stockchart>e-stockchart-periods",queries:{children:new t.ContentChildren(ai)}}]}],si.ctorParameters=function(){return[]};var ci=["background","border","date","description","placeAt","seriesIndexes","showOnSeries","text","textStyle","type"],li=[],di=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(li),i.directivePropList=ci,i}return o(t,e),t}(r.ComplexBase);di.decorators=[{type:t.Directive,args:[{selector:"e-stockchart-indicators>e-stockchart-stockevent",inputs:ci,outputs:li,queries:{}}]}],di.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var ui=function(e){function t(){return e.call(this,"stockevents")||this}return o(t,e),t}(r.ArrayBase);ui.decorators=[{type:t.Directive,args:[{selector:"ejs-stockchart>e-stockchart-stockevents",queries:{children:new t.ContentChildren(di)}}]}],ui.ctorParameters=function(){return[]};var hi=["animation","bandColor","close","dPeriod","dashArray","dataSource","fastPeriod","field","fill","high","kPeriod","low","lowerLine","macdLine","macdNegativeColor","macdPositiveColor","macdType","open","overBought","overSold","period","periodLine","pointColorMapping","query","seriesName","showZones","slowPeriod","standardDeviation","type","upperLine","volume","width","xAxisName","xName","yAxisName"],pi=[],gi=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(pi),i.directivePropList=hi,i}return o(t,e),t}(r.ComplexBase);gi.decorators=[{type:t.Directive,args:[{selector:"e-stockchart-indicators>e-stockchart-indicator",inputs:hi,outputs:pi,queries:{}}]}],gi.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var Ci=function(e){function t(){return e.call(this,"indicators")||this}return o(t,e),t}(r.ArrayBase);Ci.decorators=[{type:t.Directive,args:[{selector:"ejs-stockchart>e-stockchart-indicators",queries:{children:new t.ContentChildren(gi)}}]}],Ci.ctorParameters=function(){return[]};var mi=this&&this.__decorate||function(e,t,r,i){var n,o=arguments.length,a=o<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,r):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(a=(o<3?n(a):o>3?n(t,r,a):n(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},fi=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},Si=["annotations","axes","background","border","chartArea","crosshair","dataSource","enableCustomRange","enablePeriodSelector","enablePersistence","enableRtl","enableSelector","exportType","height","indicatorType","indicators","isMultiSelect","isSelect","isTransposed","legendSettings","locale","margin","periods","primaryXAxis","primaryYAxis","rows","selectedDataIndexes","selectionMode","series","seriesType","stockEvents","theme","title","titleStyle","tooltip","trendlineType","width","zoomSettings"],vi=["axisLabelRender","beforeExport","legendClick","legendRender","load","loaded","onZooming","pointClick","pointMove","rangeChange","selectorRender","seriesRender","stockChartMouseClick","stockChartMouseDown","stockChartMouseLeave","stockChartMouseMove","stockChartMouseUp","stockEventRender","tooltipRender","dataSourceChange"],yi=["dataSource"];e.StockChartComponent=function(e){function t(t,i,n,o){var a=e.call(this)||this;a.ngEle=t,a.srenderer=i,a.viewContainerRef=n,a.injector=o,a.tags=["series","axes","rows","annotations","selectedDataIndexes","periods","stockEvents","indicators"],a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[];try{var s=a.injector.get("ChartsLineSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(c){}try{s=a.injector.get("ChartsColumnSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(l){}try{s=a.injector.get("ChartsSplineSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(d){}try{s=a.injector.get("ChartsSplineAreaSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(u){}try{s=a.injector.get("ChartsStripLine");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(h){}try{s=a.injector.get("ChartsAreaSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(p){}try{s=a.injector.get("ChartsRangeAreaSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(g){}try{s=a.injector.get("ChartsTooltip");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(C){}try{s=a.injector.get("ChartsCrosshair");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(m){}try{s=a.injector.get("ChartsDateTime");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(f){}try{s=a.injector.get("ChartsZoom");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(S){}try{s=a.injector.get("ChartsDataLabel");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(v){}try{s=a.injector.get("ChartsSelection");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(y){}try{s=a.injector.get("ChartsChartAnnotation");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(j){}try{s=a.injector.get("ChartsHiloSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(D){}try{s=a.injector.get("ChartsHiloOpenCloseSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(x){}try{s=a.injector.get("ChartsCandleSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(R){}try{s=a.injector.get("ChartsSmaIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(M){}try{s=a.injector.get("ChartsTmaIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(b){}try{s=a.injector.get("ChartsEmaIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(L){}try{s=a.injector.get("ChartsAccumulationDistributionIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(A){}try{s=a.injector.get("ChartsMacdIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(P){}try{s=a.injector.get("ChartsAtrIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(w){}try{s=a.injector.get("ChartsRsiIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(k){}try{s=a.injector.get("ChartsMomentumIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(T){}try{s=a.injector.get("ChartsStochasticIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(O){}try{s=a.injector.get("ChartsBollingerBands");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(I){}try{s=a.injector.get("ChartsTrendlines");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(B){}try{s=a.injector.get("ChartsRangeTooltip");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(V){}try{s=a.injector.get("ChartsExport");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(E){}try{s=a.injector.get("ChartsStockLegend");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(N){}try{s=a.injector.get("ChartsDateTimeCategory");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(_){}return a.registerEvents(vi),a.addTwoWay.call(a,yi),r.setValue("currentInstance",a,a.viewContainerRef),a.context=new r.ComponentBase,a}return o(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childSeries,this.childAxes&&(this.tagObjects[1].instance=this.childAxes),this.childRows&&(this.tagObjects[2].instance=this.childRows),this.childAnnotations&&(this.tagObjects[3].instance=this.childAnnotations),this.childSelectedDataIndexes&&(this.tagObjects[4].instance=this.childSelectedDataIndexes),this.childPeriods&&(this.tagObjects[5].instance=this.childPeriods),this.childStockEvents&&(this.tagObjects[6].instance=this.childStockEvents),this.childIndicators&&(this.tagObjects[7].instance=this.childIndicators),this.context.ngAfterContentChecked(this)},t}(i.StockChart),e.StockChartComponent.decorators=[{type:t.Component,args:[{selector:"ejs-stockchart",inputs:Si,outputs:vi,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childSeries:new t.ContentChild(_r),childAxes:new t.ContentChild(zr),childRows:new t.ContentChild(Ur),childAnnotations:new t.ContentChild($r),childSelectedDataIndexes:new t.ContentChild(ii),childPeriods:new t.ContentChild(si),childStockEvents:new t.ContentChild(ui),childIndicators:new t.ContentChild(Ci)}}]}],e.StockChartComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.StockChartComponent.propDecorators={tooltip_template:[{type:t.ContentChild,args:["tooltipTemplate"]}]},mi([r.Template(),fi("design:type",Object)],e.StockChartComponent.prototype,"tooltip_template",void 0),e.StockChartComponent=mi([r.ComponentMixins([r.ComponentBase]),fi("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.StockChartComponent);var ji=function(){return function(){}}();ji.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule],declarations:[e.StockChartComponent,Ir,Br,Nr,_r,Hr,zr,Zr,Ur,Qr,$r,ri,ii,ai,si,di,ui,gi,Ci],exports:[e.StockChartComponent,Ir,Br,Nr,_r,Hr,zr,Zr,Ur,Qr,$r,ri,ii,ai,si,di,ui,gi,Ci]}]}],ji.ctorParameters=function(){return[]};var Di={provide:"ChartsStockLegend",useValue:i.StockLegend},xi=function(){return function(){}}();xi.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule,ji],exports:[ji],providers:[Di]}]}],xi.ctorParameters=function(){return[]};var Ri=["color","end","index","legendImageUrl","name","opacity","shape"],Mi=[],bi=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(Mi),i.directivePropList=Ri,i}return o(t,e),t}(r.ComplexBase);bi.decorators=[{type:t.Directive,args:[{selector:"e-bullet-range-collection>e-bullet-range",inputs:Ri,outputs:Mi,queries:{}}]}],bi.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var Li=function(e){function t(){return e.call(this,"ranges")||this}return o(t,e),t}(r.ArrayBase);Li.decorators=[{type:t.Directive,args:[{selector:"ej-bulletchart>e-bullet-range-collection",queries:{children:new t.ContentChildren(bi)}}]}],Li.ctorParameters=function(){return[]};var Ai=this&&this.__decorate||function(e,t,r,i){var n,o=arguments.length,a=o<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,r):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(a=(o<3?n(a):o>3?n(t,r,a):n(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},Pi=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},wi=["animation","border","categoryField","categoryLabelStyle","dataLabel","dataSource","enableGroupSeparator","enablePersistence","enableRtl","height","interval","labelFormat","labelPosition","labelStyle","legendSettings","locale","majorTickLines","margin","maximum","minimum","minorTickLines","minorTicksPerInterval","opposedPosition","orientation","query","ranges","subtitle","subtitleStyle","tabIndex","targetColor","targetField","targetTypes","targetWidth","theme","tickPosition","title","titlePosition","titleStyle","tooltip","type","valueBorder","valueField","valueFill","valueHeight","width"],ki=["beforePrint","bulletChartMouseClick","legendRender","load","loaded","tooltipRender","dataSourceChange"],Ti=["dataSource"];e.BulletChartComponent=function(e){function t(t,i,n,o){var a=e.call(this)||this;a.ngEle=t,a.srenderer=i,a.viewContainerRef=n,a.injector=o,a.tags=["ranges"],a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[];try{var s=a.injector.get("ChartsBulletTooltip");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(c){}try{s=a.injector.get("ChartsBulletChartLegend");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(l){}return a.registerEvents(ki),a.addTwoWay.call(a,Ti),r.setValue("currentInstance",a,a.viewContainerRef),a.context=new r.ComponentBase,a}return o(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childRanges,this.context.ngAfterContentChecked(this)},t}(i.BulletChart),e.BulletChartComponent.decorators=[{type:t.Component,args:[{selector:"ejs-bulletchart",inputs:wi,outputs:ki,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childRanges:new t.ContentChild(Li)}}]}],e.BulletChartComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.BulletChartComponent.propDecorators={tooltip_template:[{type:t.ContentChild,args:["tooltipTemplate"]}]},Ai([r.Template(),Pi("design:type",Object)],e.BulletChartComponent.prototype,"tooltip_template",void 0),e.BulletChartComponent=Ai([r.ComponentMixins([r.ComponentBase]),Pi("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.BulletChartComponent);var Oi=function(){return function(){}}();Oi.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule],declarations:[e.BulletChartComponent,bi,Li],exports:[e.BulletChartComponent,bi,Li]}]}],Oi.ctorParameters=function(){return[]};var Ii={provide:"ChartsBulletTooltip",useValue:i.BulletTooltip},Bi={provide:"ChartsBulletChartLegend",useValue:i.BulletChartLegend},Vi=function(){return function(){}}();Vi.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule,Oi],exports:[Oi],providers:[Ii,Bi]}]}],Vi.ctorParameters=function(){return[]};var Ei=this&&this.__decorate||function(e,t,r,i){var n,o=arguments.length,a=o<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,r):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(a=(o<3?n(a):o>3?n(t,r,a):n(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},Ni=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},_i=["animation","columnFacet","columnSpacing","columnWidth","dataLabel","dataSource","emptyPointSettings","enableTooltip","fill","groupName","legendImageUrl","legendShape","name","opacity","pointColorMapping","query","size","stackingGroup","tooltipFormat","tooltipMappingName","type","visible","xAxisName","xName","yAxisName","yName"],qi=[],Fi=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(qi),i.directivePropList=_i,i}return o(t,e),t}(r.ComplexBase);Fi.decorators=[{type:t.Directive,args:[{selector:"e-chart3d-series-collection>e-chart3d-series",inputs:_i,outputs:qi,queries:{}}]}],Fi.ctorParameters=function(){return[{type:t.ViewContainerRef}]},Fi.propDecorators={dataLabel_template:[{type:t.ContentChild,args:["dataLabelTemplate"]}]},Ei([r.Template(),Ni("design:type",Object)],Fi.prototype,"dataLabel_template",void 0);var Hi=function(e){function t(){return e.call(this,"series")||this}return o(t,e),t}(r.ArrayBase);Hi.decorators=[{type:t.Directive,args:[{selector:"ejs-chart3d>e-chart3d-series-collection",queries:{children:new t.ContentChildren(Fi)}}]}],Hi.ctorParameters=function(){return[]};var zi=["columnIndex","desiredIntervals","edgeLabelPlacement","enableTrim","interval","intervalType","isIndexed","isInversed","labelFormat","labelIntersectAction","labelPadding","labelPlacement","labelRotation","labelStyle","logBase","majorGridLines","majorTickLines","maximum","maximumLabelWidth","maximumLabels","minimum","minorGridLines","minorTickLines","minorTicksPerInterval","name","opposedPosition","plotOffset","plotOffsetBottom","plotOffsetLeft","plotOffsetRight","plotOffsetTop","rangePadding","rowIndex","skeleton","skeletonType","span","startFromZero","title","titlePadding","titleRotation","titleStyle","valueType","visible"],Wi=[],Gi=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(Wi),i.directivePropList=zi,i}return o(t,e),t}(r.ComplexBase);Gi.decorators=[{type:t.Directive,args:[{selector:"e-chart3daxes>e-chart3daxis",inputs:zi,outputs:Wi,queries:{}}]}],Gi.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var Zi=function(e){function t(){return e.call(this,"axes")||this}return o(t,e),t}(r.ArrayBase);Zi.decorators=[{type:t.Directive,args:[{selector:"ejs-chart3d>e-chart3daxes",queries:{children:new t.ContentChildren(Gi)}}]}],Zi.ctorParameters=function(){return[]};var Ui=["height"],Xi=[],Yi=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(Xi),i.directivePropList=Ui,i}return o(t,e),t}(r.ComplexBase);Yi.decorators=[{type:t.Directive,args:[{selector:"e-chart3d-rows>e-chart3d-row",inputs:Ui,outputs:Xi,queries:{}}]}],Yi.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var Ji=function(e){function t(){return e.call(this,"rows")||this}return o(t,e),t}(r.ArrayBase);Ji.decorators=[{type:t.Directive,args:[{selector:"ejs-chart3d>e-chart3d-rows",queries:{children:new t.ContentChildren(Yi)}}]}],Ji.ctorParameters=function(){return[]};var Ki=["width"],Qi=[],$i=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(Qi),i.directivePropList=Ki,i}return o(t,e),t}(r.ComplexBase);$i.decorators=[{type:t.Directive,args:[{selector:"e-chart3d-columns>e-chart3d-columns",inputs:Ki,outputs:Qi,queries:{}}]}],$i.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var en=function(e){function t(){return e.call(this,"columns")||this}return o(t,e),t}(r.ArrayBase);en.decorators=[{type:t.Directive,args:[{selector:"ejs-chart3d>e-chart3d-columns",queries:{children:new t.ContentChildren($i)}}]}],en.ctorParameters=function(){return[]};var tn=["point","series"],rn=[],nn=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(rn),i.directivePropList=tn,i}return o(t,e),t}(r.ComplexBase);nn.decorators=[{type:t.Directive,args:[{selector:"e-chart3d-selecteddataindexes>e-chart3d-selecteddataindex",inputs:tn,outputs:rn,queries:{}}]}],nn.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var on=function(e){function t(){return e.call(this,"selecteddataindexes")||this}return o(t,e),t}(r.ArrayBase);on.decorators=[{type:t.Directive,args:[{selector:"ejs-chart3d>e-chart3d-selecteddataindexes",queries:{children:new t.ContentChildren(nn)}}]}],on.ctorParameters=function(){return[]};var an=this&&this.__decorate||function(e,t,r,i){var n,o=arguments.length,a=o<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,r):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(a=(o<3?n(a):o>3?n(t,r,a):n(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},sn=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},cn=["axes","background","backgroundImage","border","columns","currencyCode","dataSource","depth","description","enableExport","enablePersistence","enableRotation","enableRtl","enableSideBySidePlacement","height","highlightColor","highlightMode","highlightPattern","isMultiSelect","isTransposed","legendSettings","locale","margin","palettes","perspectiveAngle","primaryXAxis","primaryYAxis","rotation","rows","selectedDataIndexes","selectionMode","selectionPattern","series","subTitle","subTitleStyle","theme","tilt","title","titleStyle","tooltip","useGroupingSeparator","wallColor","wallSize","width"],ln=["afterExport","axisLabelRender","beforeExport","beforePrint","beforeResize","chart3DMouseClick","chart3DMouseDown","chart3DMouseLeave","chart3DMouseMove","chart3DMouseUp","legendClick","legendRender","load","loaded","pointClick","pointMove","pointRender","resized","selectionComplete","seriesRender","textRender","tooltipRender","dataSourceChange"],dn=["dataSource"];e.Chart3DComponent=function(e){function t(t,i,n,o){var a=e.call(this)||this;a.ngEle=t,a.srenderer=i,a.viewContainerRef=n,a.injector=o,a.tags=["series","axes","rows","columns","selectedDataIndexes"],a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[];try{var s=a.injector.get("ChartsColumnSeries3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(c){}try{s=a.injector.get("ChartsStackingColumnSeries3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(l){}try{s=a.injector.get("ChartsBarSeries3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(d){}try{s=a.injector.get("ChartsStackingBarSeries3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(u){}try{s=a.injector.get("ChartsCategory3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(h){}try{s=a.injector.get("ChartsDateTime3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(p){}try{s=a.injector.get("ChartsDateTimeCategory3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(g){}try{s=a.injector.get("ChartsLogarithmic3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(C){}try{s=a.injector.get("ChartsTooltip3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(m){}try{s=a.injector.get("ChartsLegend3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(f){}try{s=a.injector.get("ChartsDataLabel3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(S){}try{s=a.injector.get("ChartsSelection3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(v){}try{s=a.injector.get("ChartsExport3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(y){}try{s=a.injector.get("ChartsHighlight3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(j){}return a.registerEvents(ln),a.addTwoWay.call(a,dn),r.setValue("currentInstance",a,a.viewContainerRef),a.context=new r.ComponentBase,a}return o(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childSeries,this.childAxes&&(this.tagObjects[1].instance=this.childAxes),this.childRows&&(this.tagObjects[2].instance=this.childRows),this.childColumns&&(this.tagObjects[3].instance=this.childColumns),this.childSelectedDataIndexes&&(this.tagObjects[4].instance=this.childSelectedDataIndexes),this.context.ngAfterContentChecked(this)},t}(i.Chart3D),e.Chart3DComponent.decorators=[{type:t.Component,args:[{selector:"ejs-chart3d",inputs:cn,outputs:ln,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childSeries:new t.ContentChild(Hi),childAxes:new t.ContentChild(Zi),childRows:new t.ContentChild(Ji),childColumns:new t.ContentChild(en),childSelectedDataIndexes:new t.ContentChild(on)}}]}],e.Chart3DComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.Chart3DComponent.propDecorators={tooltip_template:[{type:t.ContentChild,args:["tooltipTemplate"]}]},an([r.Template(),sn("design:type",Object)],e.Chart3DComponent.prototype,"tooltip_template",void 0),e.Chart3DComponent=an([r.ComponentMixins([r.ComponentBase]),sn("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.Chart3DComponent);var un=function(){return function(){}}();un.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule],declarations:[e.Chart3DComponent,Fi,Hi,Gi,Zi,Yi,Ji,$i,en,nn,on],exports:[e.Chart3DComponent,Fi,Hi,Gi,Zi,Yi,Ji,$i,en,nn,on]}]}],un.ctorParameters=function(){return[]};var hn={provide:"ChartsColumnSeries3D",useValue:i.ColumnSeries3D},pn={provide:"ChartsStackingColumnSeries3D",useValue:i.StackingColumnSeries3D},gn={provide:"ChartsBarSeries3D",useValue:i.BarSeries3D},Cn={provide:"ChartsStackingBarSeries3D",useValue:i.StackingBarSeries3D},mn={provide:"ChartsCategory3D",useValue:i.Category3D},fn={provide:"ChartsDateTime3D",useValue:i.DateTime3D},Sn={provide:"ChartsDateTimeCategory3D",useValue:i.DateTimeCategory3D},vn={provide:"ChartsLogarithmic3D",useValue:i.Logarithmic3D},yn={provide:"ChartsTooltip3D",useValue:i.Tooltip3D},jn={provide:"ChartsLegend3D",useValue:i.Legend3D},Dn={provide:"ChartsDataLabel3D",useValue:i.DataLabel3D},xn={provide:"ChartsSelection3D",useValue:i.Selection3D},Rn={provide:"ChartsExport3D",useValue:i.Export3D},Mn={provide:"ChartsHighlight3D",useValue:i.Highlight3D},bn=function(){return function(){}}();bn.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule,un],exports:[un],providers:[hn,pn,gn,Cn,mn,fn,Sn,vn,yn,jn,Dn,xn,Rn,Mn]}]}],bn.ctorParameters=function(){return[]};var Ln=this&&this.__decorate||function(e,t,r,i){var n,o=arguments.length,a=o<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,r):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(a=(o<3?n(a):o>3?n(t,r,a):n(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},An=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},Pn=["animation","dataLabel","dataSource","emptyPointSettings","enableTooltip","explode","explodeAll","explodeIndex","explodeOffset","innerRadius","legendImageUrl","legendShape","name","opacity","palettes","pointColorMapping","query","radius","tooltipMappingName","visible","xName","yName"],wn=[],kn=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(wn),i.directivePropList=Pn,i}return o(t,e),t}(r.ComplexBase);kn.decorators=[{type:t.Directive,args:[{selector:"e-circularchart3d-series-collection>e-circularchart3d-series",inputs:Pn,outputs:wn,queries:{}}]}],kn.ctorParameters=function(){return[{type:t.ViewContainerRef}]},kn.propDecorators={dataLabel_template:[{type:t.ContentChild,args:["dataLabelTemplate"]}]},Ln([r.Template(),An("design:type",Object)],kn.prototype,"dataLabel_template",void 0);var Tn=function(e){function t(){return e.call(this,"series")||this}return o(t,e),t}(r.ArrayBase);Tn.decorators=[{type:t.Directive,args:[{selector:"ej-circularchart3d>e-circularchart3d-series-collection",queries:{children:new t.ContentChildren(kn)}}]}],Tn.ctorParameters=function(){return[]};var On=["point","series"],In=[],Bn=function(e){function t(t){var i=e.call(this)||this;return i.viewContainerRef=t,r.setValue("currentInstance",i,i.viewContainerRef),i.registerEvents(In),i.directivePropList=On,i}return o(t,e),t}(r.ComplexBase);Bn.decorators=[{type:t.Directive,args:[{selector:"e-circularchart3d-selecteddataindexes>e-circularchart3d-selecteddataindex",inputs:On,outputs:In,queries:{}}]}],Bn.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var Vn=function(e){function t(){return e.call(this,"selecteddataindexes")||this}return o(t,e),t}(r.ArrayBase);Vn.decorators=[{type:t.Directive,args:[{selector:"ejs-circularchart3d>e-circularchart3d-selecteddataindexes",queries:{children:new t.ContentChildren(Bn)}}]}],Vn.ctorParameters=function(){return[]};var En=this&&this.__decorate||function(e,t,r,i){var n,o=arguments.length,a=o<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,r):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(a=(o<3?n(a):o>3?n(t,r,a):n(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},Nn=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},_n=["background","backgroundImage","border","dataSource","depth","enableAnimation","enableExport","enablePersistence","enableRotation","enableRtl","height","highlightColor","highlightMode","highlightPattern","isMultiSelect","legendSettings","locale","margin","rotation","selectedDataIndexes","selectionMode","selectionPattern","series","subTitle","subTitleStyle","theme","tilt","title","titleStyle","tooltip","useGroupingSeparator","width"],qn=["afterExport","beforeExport","beforePrint","beforeResize","circularChart3DMouseClick","circularChart3DMouseDown","circularChart3DMouseLeave","circularChart3DMouseMove","circularChart3DMouseUp","legendClick","legendRender","load","loaded","pointClick","pointMove","pointRender","resized","selectionComplete","seriesRender","textRender","tooltipRender","dataSourceChange"],Fn=["dataSource"];e.CircularChart3DComponent=function(e){function t(t,i,n,o){var a=e.call(this)||this;a.ngEle=t,a.srenderer=i,a.viewContainerRef=n,a.injector=o,a.tags=["series","selectedDataIndexes"],a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[];try{var s=a.injector.get("ChartsPieSeries3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(c){}try{s=a.injector.get("ChartsCircularChartTooltip3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(l){}try{s=a.injector.get("ChartsCircularChartLegend3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(d){}try{s=a.injector.get("ChartsCircularChartSelection3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(u){}try{s=a.injector.get("ChartsCircularChartDataLabel3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(h){}try{s=a.injector.get("ChartsCircularChartHighlight3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(p){}try{s=a.injector.get("ChartsCircularChartExport3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(g){}return a.registerEvents(qn),a.addTwoWay.call(a,Fn),r.setValue("currentInstance",a,a.viewContainerRef),a.context=new r.ComponentBase,a}return o(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childSeries,this.childSelectedDataIndexes&&(this.tagObjects[1].instance=this.childSelectedDataIndexes),this.context.ngAfterContentChecked(this)},t}(i.CircularChart3D),e.CircularChart3DComponent.decorators=[{type:t.Component,args:[{selector:"ejs-circularchart3d",inputs:_n,outputs:qn,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childSeries:new t.ContentChild(Tn),childSelectedDataIndexes:new t.ContentChild(Vn)}}]}],e.CircularChart3DComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.CircularChart3DComponent.propDecorators={tooltip_template:[{type:t.ContentChild,args:["tooltipTemplate"]}]},En([r.Template(),Nn("design:type",Object)],e.CircularChart3DComponent.prototype,"tooltip_template",void 0),e.CircularChart3DComponent=En([r.ComponentMixins([r.ComponentBase]),Nn("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.CircularChart3DComponent);var Hn=function(){return function(){}}();Hn.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule],declarations:[e.CircularChart3DComponent,kn,Tn,Bn,Vn],exports:[e.CircularChart3DComponent,kn,Tn,Bn,Vn]}]}],Hn.ctorParameters=function(){return[]};var zn={provide:"ChartsPieSeries3D",useValue:i.PieSeries3D},Wn={provide:"ChartsCircularChartTooltip3D",useValue:i.CircularChartTooltip3D},Gn={provide:"ChartsCircularChartLegend3D",useValue:i.CircularChartLegend3D},Zn={provide:"ChartsCircularChartSelection3D",useValue:i.CircularChartSelection3D},Un={provide:"ChartsCircularChartDataLabel3D",useValue:i.CircularChartDataLabel3D},Xn={provide:"ChartsCircularChartHighlight3D",useValue:i.CircularChartHighlight3D},Yn={provide:"ChartsCircularChartExport3D",useValue:i.CircularChartExport3D},Jn=function(){return function(){}}();Jn.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule,Hn],exports:[Hn],providers:[zn,Wn,Gn,Zn,Un,Xn,Yn]}]}],Jn.ctorParameters=function(){return[]},e.TrendlineDirective=c,e.TrendlinesDirective=l,e.SegmentDirective=h,e.SegmentsDirective=p,e.SeriesDirective=S,e.SeriesCollectionDirective=v,e.StripLineDirective=D,e.StripLinesDirective=x,e.CategoryDirective=b,e.CategoriesDirective=L,e.MultiLevelLabelDirective=w,e.MultiLevelLabelsDirective=k,e.AxisDirective=I,e.AxesDirective=B,e.RowDirective=N,e.RowsDirective=_,e.ColumnDirective=H,e.ColumnsDirective=z,e.RangeColorSettingDirective=Z,e.RangeColorSettingsDirective=U,e.AnnotationDirective=Q,e.AnnotationsDirective=$,e.SelectedDataIndexDirective=re,e.SelectedDataIndexesDirective=ie,e.IndicatorDirective=ae,e.IndicatorsDirective=se,e.ChartModule=pe,e.ChartAllModule=vt,e.LineSeriesService=ge,e.ScatterSeriesService=Ce,e.ColumnSeriesService=me,e.SplineSeriesService=fe,e.SplineAreaSeriesService=Se,e.StripLineService=ve,e.AreaSeriesService=ye,e.ScrollBarService=je,e.StepLineSeriesService=De,e.StepAreaSeriesService=xe,e.StackingColumnSeriesService=Re,e.StackingLineSeriesService=Me,e.StackingAreaSeriesService=be,e.StackingStepAreaSeriesService=Le,e.BarSeriesService=Ae,e.StackingBarSeriesService=Pe,e.RangeColumnSeriesService=we,e.BubbleSeriesService=ke,e.TooltipService=Te,e.CrosshairService=Oe,e.CategoryService=Ie,e.DateTimeService=Be,e.LogarithmicService=Ve,e.LegendService=Ee,e.ZoomService=Ne,e.DataLabelService=_e,e.SelectionService=qe,e.ChartAnnotationService=Fe,e.HiloSeriesService=He,e.HiloOpenCloseSeriesService=ze,e.WaterfallSeriesService=We,e.RangeAreaSeriesService=Ge,e.RangeStepAreaSeriesService=Ze,e.SplineRangeAreaSeriesService=Ue,e.CandleSeriesService=Xe,e.PolarSeriesService=Ye,e.RadarSeriesService=Je,e.SmaIndicatorService=Ke,e.TmaIndicatorService=Qe,e.EmaIndicatorService=$e,e.AccumulationDistributionIndicatorService=et,e.MacdIndicatorService=tt,e.AtrIndicatorService=rt,e.RsiIndicatorService=it,e.MomentumIndicatorService=nt,e.StochasticIndicatorService=ot,e.BollingerBandsService=at,e.BoxAndWhiskerSeriesService=st,e.HistogramSeriesService=ct,e.ErrorBarService=lt,e.TrendlinesService=dt,e.DateTimeCategoryService=ut,e.MultiColoredLineSeriesService=ht,e.MultiColoredAreaSeriesService=pt,e.MultiLevelLabelService=gt,e.ParetoSeriesService=Ct,e.ExportService=mt,e.DataEditingService=ft,e.HighlightService=St,e.AccumulationSeriesDirective=Rt,e.AccumulationSeriesCollectionDirective=Mt,e.AccumulationAnnotationDirective=wt,e.AccumulationAnnotationsDirective=kt,e.AccumulationChartModule=Et,e.AccumulationChartAllModule=Ut,e.PieSeriesService=Nt,e.FunnelSeriesService=_t,e.PyramidSeriesService=qt,e.AccumulationTooltipService=Ft,e.AccumulationLegendService=Ht,e.AccumulationSelectionService=zt,e.AccumulationHighlightService=Wt,e.AccumulationDataLabelService=Gt,e.AccumulationAnnotationService=Zt,e.RangenavigatorSeriesDirective=Jt,e.RangenavigatorSeriesCollectionDirective=Kt,e.RangeNavigatorModule=ir,e.RangeNavigatorAllModule=ar,e.RangeTooltipService=nr,e.PeriodSelectorService=or,e.RangeBandSettingDirective=lr,e.RangeBandSettingsDirective=dr,e.SparklineModule=mr,e.SparklineAllModule=Sr,e.SparklineTooltipService=fr,e.SmithchartSeriesDirective=jr,e.SmithchartSeriesCollectionDirective=Dr,e.SmithchartModule=Ar,e.SmithchartAllModule=kr,e.SmithchartLegendService=Pr,e.TooltipRenderService=wr,e.StockChartTrendlineDirective=Ir,e.StockChartTrendlinesDirective=Br,e.StockChartSeriesDirective=Nr,e.StockChartSeriesCollectionDirective=_r,e.StockChartAxisDirective=Hr,e.StockChartAxesDirective=zr,e.StockChartRowDirective=Zr,e.StockChartRowsDirective=Ur,e.StockChartAnnotationDirective=Qr,e.StockChartAnnotationsDirective=$r,e.StockChartSelectedDataIndexDirective=ri,e.StockChartSelectedDataIndexesDirective=ii,e.StockChartPeriodDirective=ai,e.StockChartPeriodsDirective=si,e.StockEventDirective=di,e.StockEventsDirective=ui,e.StockChartIndicatorDirective=gi,e.StockChartIndicatorsDirective=Ci,e.StockChartModule=ji,e.StockChartAllModule=xi,e.StockLegendService=Di,e.BulletRangeDirective=bi,e.BulletRangeCollectionDirective=Li,e.BulletChartModule=Oi,e.BulletChartAllModule=Vi,e.BulletTooltipService=Ii,e.BulletChartLegendService=Bi,e.Chart3DSeriesDirective=Fi,e.Chart3DSeriesCollectionDirective=Hi,e.Chart3DAxisDirective=Gi,e.Chart3DAxesDirective=Zi,e.Chart3DRowDirective=Yi,e.Chart3DRowsDirective=Ji,e.Chart3DColumnDirective=$i,e.Chart3DColumnsDirective=en,e.Chart3DSelectedDataIndexDirective=nn,e.Chart3DSelectedDataIndexesDirective=on,e.Chart3DModule=un,e.Chart3DAllModule=bn,e.ColumnSeries3DService=hn,e.StackingColumnSeries3DService=pn,e.BarSeries3DService=gn,e.StackingBarSeries3DService=Cn,e.Category3DService=mn,e.DateTime3DService=fn,e.DateTimeCategory3DService=Sn,e.Logarithmic3DService=vn,e.Tooltip3DService=yn,e.Legend3DService=jn,e.DataLabel3DService=Dn,e.Selection3DService=xn,e.Export3DService=Rn,e.Highlight3DService=Mn,e.CircularChart3DSeriesDirective=kn,e.CircularChart3DSeriesCollectionDirective=Tn,e.CircularChart3DSelectedDataIndexDirective=Bn,e.CircularChart3DSelectedDataIndexesDirective=Vn,e.CircularChart3DModule=Hn,e.CircularChart3DAllModule=Jn,e.PieSeries3DService=zn,e.CircularChartTooltip3DService=Wn,e.CircularChartLegend3DService=Gn,e.CircularChartSelection3DService=Zn,e.CircularChartDataLabel3DService=Un,e.CircularChartHighlight3DService=Xn,e.CircularChartExport3DService=Yn,e.ɵc=It,e.ɵd=Bt,e.ɵm=wi,e.ɵn=ki,e.ɵa=de,e.ɵb=ue,e.ɵo=cn,e.ɵp=ln,e.ɵq=_n,e.ɵr=qn,e.ɵe=er,e.ɵf=tr,e.ɵi=Mr,e.ɵj=br,e.ɵg=pr,e.ɵh=gr,e.ɵk=Si,e.ɵl=vi,e.RangeColorSetting=i.RangeColorSetting,e.CrosshairSettings=i.CrosshairSettings,e.ZoomSettings=i.ZoomSettings,e.Chart=i.Chart,e.Row=i.Row,e.Column=i.Column,e.MajorGridLines=i.MajorGridLines,e.MinorGridLines=i.MinorGridLines,e.AxisLine=i.AxisLine,e.MajorTickLines=i.MajorTickLines,e.MinorTickLines=i.MinorTickLines,e.CrosshairTooltip=i.CrosshairTooltip,e.Axis=i.Axis,e.VisibleLabels=i.VisibleLabels,e.Double=i.Double,e.DateTime=i.DateTime,e.Category=i.Category,e.Logarithmic=i.Logarithmic,e.DateTimeCategory=i.DateTimeCategory,e.NiceInterval=i.NiceInterval,e.StripLine=i.StripLine,e.Connector=i.Connector,e.Location=i.Location,e.Accessibility=i.Accessibility,e.SeriesAccessibility=i.SeriesAccessibility,e.Font=i.Font,e.StackLabelsFont=i.StackLabelsFont,e.CenterLabel=i.CenterLabel,e.Border=i.Border,e.Offset=i.Offset,e.Margin=i.Margin,e.Animation=i.Animation,e.TooltipSettings=i.TooltipSettings,e.EmptyPointSettings=i.EmptyPointSettings,e.Indexes=i.Indexes,e.CornerRadius=i.CornerRadius,e.ContainerPadding=i.ContainerPadding,e.titleBorder=i.titleBorder,e.titleSettings=i.titleSettings,e.TitleStyleSettings=i.TitleStyleSettings,e.ChartArea=i.ChartArea,e.DragSettings=i.DragSettings,e.Periods=i.Periods,e.PeriodSelectorSettings=i.PeriodSelectorSettings,e.StockTooltipSettings=i.StockTooltipSettings,e.Index=i.Index,e.LineSeries=i.LineSeries,e.ColumnSeries=i.ColumnSeries,e.AreaSeries=i.AreaSeries,e.BarSeries=i.BarSeries,e.PolarSeries=i.PolarSeries,e.RadarSeries=i.RadarSeries,e.StackingBarSeries=i.StackingBarSeries,e.CandleSeries=i.CandleSeries,e.StackingColumnSeries=i.StackingColumnSeries,e.StepLineSeries=i.StepLineSeries,e.StepAreaSeries=i.StepAreaSeries,e.StackingAreaSeries=i.StackingAreaSeries,e.StackingStepAreaSeries=i.StackingStepAreaSeries,e.StackingLineSeries=i.StackingLineSeries,e.ScatterSeries=i.ScatterSeries,e.RangeColumnSeries=i.RangeColumnSeries,e.RangeStepAreaSeries=i.RangeStepAreaSeries,e.WaterfallSeries=i.WaterfallSeries,e.HiloSeries=i.HiloSeries,e.HiloOpenCloseSeries=i.HiloOpenCloseSeries,e.RangeAreaSeries=i.RangeAreaSeries,e.SplineRangeAreaSeries=i.SplineRangeAreaSeries,e.BubbleSeries=i.BubbleSeries,e.SplineSeries=i.SplineSeries,e.HistogramSeries=i.HistogramSeries,e.SplineAreaSeries=i.SplineAreaSeries,e.TechnicalIndicator=i.TechnicalIndicator,e.SmaIndicator=i.SmaIndicator,e.EmaIndicator=i.EmaIndicator,e.TmaIndicator=i.TmaIndicator,e.AccumulationDistributionIndicator=i.AccumulationDistributionIndicator,e.AtrIndicator=i.AtrIndicator,e.MomentumIndicator=i.MomentumIndicator,e.RsiIndicator=i.RsiIndicator,e.StochasticIndicator=i.StochasticIndicator,e.BollingerBands=i.BollingerBands,e.MacdIndicator=i.MacdIndicator,e.Trendlines=i.Trendlines,e.sort=i.sort,e.isBreakLabel=i.isBreakLabel,e.getVisiblePoints=i.getVisiblePoints,e.calculateScrollbarOffset=i.calculateScrollbarOffset,e.rotateTextSize=i.rotateTextSize,e.removeElement=i.removeElement,e.logBase=i.logBase,e.showTooltip=i.showTooltip,e.inside=i.inside,e.withIn=i.withIn,e.logWithIn=i.logWithIn,e.withInRange=i.withInRange,e.sum=i.sum,e.subArraySum=i.subArraySum,e.subtractThickness=i.subtractThickness,e.subtractRect=i.subtractRect,e.degreeToLocation=i.degreeToLocation,e.degreeToRadian=i.degreeToRadian,e.getRotatedRectangleCoordinates=i.getRotatedRectangleCoordinates,e.isRotatedRectIntersect=i.isRotatedRectIntersect,e.getAngle=i.getAngle,e.subArray=i.subArray,e.valueToCoefficient=i.valueToCoefficient,e.TransformToVisible=i.TransformToVisible,e.indexFinder=i.indexFinder,e.CoefficientToVector=i.CoefficientToVector,e.valueToPolarCoefficient=i.valueToPolarCoefficient,e.Mean=i.Mean,e.PolarArc=i.PolarArc,e.createTooltip=i.createTooltip,e.createZoomingLabels=i.createZoomingLabels,e.findCrosshairDirection=i.findCrosshairDirection,e.withInBounds=i.withInBounds,e.getValueXByPoint=i.getValueXByPoint,e.getValueYByPoint=i.getValueYByPoint,e.findClipRect=i.findClipRect,e.firstToLowerCase=i.firstToLowerCase,e.getTransform=i.getTransform,e.getMinPointsDelta=i.getMinPointsDelta,e.getAnimationFunction=i.getAnimationFunction,e.linear=i.linear,e.markerAnimate=i.markerAnimate,e.animateRectElement=i.animateRectElement,e.pathAnimation=i.pathAnimation,e.animateAddPoints=i.animateAddPoints,e.appendClipElement=i.appendClipElement,e.triggerLabelRender=i.triggerLabelRender,e.setRange=i.setRange,e.isZoomSet=i.isZoomSet,e.getActualDesiredIntervalsCount=i.getActualDesiredIntervalsCount,e.templateAnimate=i.templateAnimate,e.drawSymbol=i.drawSymbol,e.calculateShapes=i.calculateShapes,e.getRectLocation=i.getRectLocation,e.minMax=i.minMax,e.getElement=i.getElement,e.getTemplateFunction=i.getTemplateFunction,e.accReactTemplate=i.accReactTemplate,e.chartReactTemplate=i.chartReactTemplate,e.createTemplate=i.createTemplate,e.getFontStyle=i.getFontStyle,e.measureElementRect=i.measureElementRect,e.findlElement=i.findlElement,e.getPoint=i.getPoint,e.appendElement=i.appendElement,e.appendChildElement=i.appendChildElement,e.getDraggedRectLocation=i.getDraggedRectLocation,e.checkBounds=i.checkBounds,e.getLabelText=i.getLabelText,e.stopTimer=i.stopTimer,e.isCollide=i.isCollide,e.isOverlap=i.isOverlap,e.containsRect=i.containsRect,e.calculateRect=i.calculateRect,e.convertToHexCode=i.convertToHexCode,e.componentToHex=i.componentToHex,e.convertHexToColor=i.convertHexToColor,e.colorNameToHex=i.colorNameToHex,e.checkColorFormat=i.checkColorFormat,e.getSaturationColor=i.getSaturationColor,e.applyZLight=i.applyZLight,e.getMedian=i.getMedian,e.calculateLegendShapes=i.calculateLegendShapes,e.textTrim=i.textTrim,e.lineBreakLabelTrim=i.lineBreakLabelTrim,e.stringToNumber=i.stringToNumber,e.redrawElement=i.redrawElement,e.animateRedrawElement=i.animateRedrawElement,e.animateTextElement=i.animateTextElement,e.textElement=i.textElement,e.calculateSize=i.calculateSize,e.createSvg=i.createSvg,e.getTitle=i.getTitle,e.titlePositionX=i.titlePositionX,e.textWrap=i.textWrap,e.textWrapAnyWhere=i.textWrapAnyWhere,e.getUnicodeText=i.getUnicodeText,e.blazorTemplatesReset=i.blazorTemplatesReset,e.CustomizeOption=i.CustomizeOption,e.StackValues=i.StackValues,e.RectOption=i.RectOption,e.ImageOption=i.ImageOption,e.CircleOption=i.CircleOption,e.PolygonOption=i.PolygonOption,e.ChartLocation=i.ChartLocation,e.LabelLocation=i.LabelLocation,e.Thickness=i.Thickness,e.ColorValue=i.ColorValue,e.PointData=i.PointData,e.AccPointData=i.AccPointData,e.Point3D=i.Point3D,e.ControlPoints=i.ControlPoints,e.getColorByValue=i.getColorByValue,e.getGradientColor=i.getGradientColor,e.getPercentageColor=i.getPercentageColor,e.getPercentage=i.getPercentage,e.getTextAnchor=i.getTextAnchor,e.Crosshair=i.Crosshair,e.Tooltip=i.Tooltip,e.Zoom=i.Zoom,e.Selection=i.Selection,e.DataEditing=i.DataEditing,e.Highlight=i.Highlight,e.DataLabel=i.DataLabel,e.ErrorBar=i.ErrorBar,e.DataLabelSettings=i.DataLabelSettings,e.MarkerSettings=i.MarkerSettings,e.ParetoOptions=i.ParetoOptions,e.Points=i.Points,e.Trendline=i.Trendline,e.ErrorBarCapSettings=i.ErrorBarCapSettings,e.ChartSegment=i.ChartSegment,e.ErrorBarSettings=i.ErrorBarSettings,e.SeriesBase=i.SeriesBase,e.Series=i.Series,e.Legend=i.Legend,e.ChartAnnotation=i.ChartAnnotation,e.ChartAnnotationSettings=i.ChartAnnotationSettings,e.LabelBorder=i.LabelBorder,e.MultiLevelCategories=i.MultiLevelCategories,e.StripLineSettings=i.StripLineSettings,e.MultiLevelLabels=i.MultiLevelLabels,e.ScrollbarSettingsRange=i.ScrollbarSettingsRange,e.ScrollbarSettings=i.ScrollbarSettings,e.ToolbarPosition=i.ToolbarPosition,e.StackLabelSettings=i.StackLabelSettings,e.BoxAndWhiskerSeries=i.BoxAndWhiskerSeries,e.MultiColoredAreaSeries=i.MultiColoredAreaSeries,e.MultiColoredLineSeries=i.MultiColoredLineSeries,e.MultiColoredSeries=i.MultiColoredSeries,e.MultiLevelLabel=i.MultiLevelLabel,e.ScrollBar=i.ScrollBar,e.ParetoSeries=i.ParetoSeries,e.Export=i.Export,e.AccumulationChart=i.AccumulationChart,e.AccumulationAnnotationSettings=i.AccumulationAnnotationSettings,e.AccumulationDataLabelSettings=i.AccumulationDataLabelSettings,e.PieCenter=i.PieCenter,e.AccPoints=i.AccPoints,e.AccumulationSeries=i.AccumulationSeries,e.getSeriesFromIndex=i.getSeriesFromIndex,e.pointByIndex=i.pointByIndex,e.PieSeries=i.PieSeries,e.FunnelSeries=i.FunnelSeries,e.PyramidSeries=i.PyramidSeries,e.AccumulationLegend=i.AccumulationLegend,e.AccumulationDataLabel=i.AccumulationDataLabel,e.AccumulationTooltip=i.AccumulationTooltip,e.AccumulationSelection=i.AccumulationSelection,e.AccumulationHighlight=i.AccumulationHighlight,e.AccumulationAnnotation=i.AccumulationAnnotation,e.StockChart=i.StockChart,e.StockChartFont=i.StockChartFont,e.StockChartBorder=i.StockChartBorder,e.StockChartArea=i.StockChartArea,e.StockMargin=i.StockMargin,e.StockChartStripLineSettings=i.StockChartStripLineSettings,e.StockEmptyPointSettings=i.StockEmptyPointSettings,e.StockChartConnector=i.StockChartConnector,e.StockSeries=i.StockSeries,e.StockChartIndicator=i.StockChartIndicator,e.StockChartAxis=i.StockChartAxis,e.StockChartRow=i.StockChartRow,e.StockChartTrendline=i.StockChartTrendline,e.StockChartAnnotationSettings=i.StockChartAnnotationSettings,e.StockChartIndexes=i.StockChartIndexes,e.StockEventsSettings=i.StockEventsSettings,e.StockChartLegendSettings=i.StockChartLegendSettings,e.StockLegend=i.StockLegend,e.loaded=i.loaded,e.legendClick=i.legendClick,e.load=i.load,e.animationComplete=i.animationComplete,e.legendRender=i.legendRender,e.textRender=i.textRender,e.pointRender=i.pointRender,e.sharedTooltipRender=i.sharedTooltipRender,e.seriesRender=i.seriesRender,e.axisLabelRender=i.axisLabelRender,e.axisLabelClick=i.axisLabelClick,e.axisRangeCalculated=i.axisRangeCalculated,e.axisMultiLabelRender=i.axisMultiLabelRender,e.tooltipRender=i.tooltipRender,e.chartMouseMove=i.chartMouseMove,e.chartMouseClick=i.chartMouseClick,e.chartDoubleClick=i.chartDoubleClick,e.pointClick=i.pointClick,e.pointDoubleClick=i.pointDoubleClick,e.pointMove=i.pointMove,e.chartMouseLeave=i.chartMouseLeave,e.chartMouseDown=i.chartMouseDown,e.chartMouseUp=i.chartMouseUp,e.zoomComplete=i.zoomComplete,e.dragComplete=i.dragComplete,e.selectionComplete=i.selectionComplete,e.resized=i.resized,e.beforeResize=i.beforeResize,e.beforePrint=i.beforePrint,e.annotationRender=i.annotationRender,e.scrollStart=i.scrollStart,e.scrollEnd=i.scrollEnd,e.scrollChanged=i.scrollChanged,e.stockEventRender=i.stockEventRender,e.multiLevelLabelClick=i.multiLevelLabelClick,e.dragStart=i.dragStart,e.drag=i.drag,e.dragEnd=i.dragEnd,e.regSub=i.regSub,e.regSup=i.regSup,e.beforeExport=i.beforeExport,e.afterExport=i.afterExport,e.bulletChartMouseClick=i.bulletChartMouseClick,e.onZooming=i.onZooming,e.stockEventFont=i.stockEventFont,e.getSeriesColor=i.getSeriesColor,e.getThemeColor=i.getThemeColor,e.getScrollbarThemeColor=i.getScrollbarThemeColor,e.PeriodSelector=i.PeriodSelector,e.RangeNavigator=i.RangeNavigator,e.rangeValueToCoefficient=i.rangeValueToCoefficient,e.getXLocation=i.getXLocation,e.getRangeValueXByPoint=i.getRangeValueXByPoint,e.getExactData=i.getExactData,e.getNearestValue=i.getNearestValue,e.DataPoint=i.DataPoint,e.getRangeThemeColor=i.getRangeThemeColor,e.RangeNavigatorAxis=i.RangeNavigatorAxis,e.RangeSeries=i.RangeSeries,e.RangeSlider=i.RangeSlider,e.RangeNavigatorSeries=i.RangeNavigatorSeries,e.ThumbSettings=i.ThumbSettings,e.StyleSettings=i.StyleSettings,e.RangeTooltipSettings=i.RangeTooltipSettings,e.RangeTooltip=i.RangeTooltip,e.BulletChart=i.BulletChart,e.Range=i.Range,e.MajorTickLinesSettings=i.MajorTickLinesSettings,e.MinorTickLinesSettings=i.MinorTickLinesSettings,e.BulletLabelStyle=i.BulletLabelStyle,e.BulletTooltipSettings=i.BulletTooltipSettings,e.BulletDataLabel=i.BulletDataLabel,e.BulletChartLegendSettings=i.BulletChartLegendSettings,e.getBulletThemeColor=i.getBulletThemeColor,e.BulletTooltip=i.BulletTooltip,e.BulletChartLegend=i.BulletChartLegend,e.Smithchart=i.Smithchart,e.SmithchartMajorGridLines=i.SmithchartMajorGridLines,e.SmithchartMinorGridLines=i.SmithchartMinorGridLines,e.SmithchartAxisLine=i.SmithchartAxisLine,e.SmithchartAxis=i.SmithchartAxis,e.LegendTitle=i.LegendTitle,e.LegendLocation=i.LegendLocation,e.LegendItemStyleBorder=i.LegendItemStyleBorder,e.LegendItemStyle=i.LegendItemStyle,e.LegendBorder=i.LegendBorder,e.SmithchartLegendSettings=i.SmithchartLegendSettings,e.SeriesTooltipBorder=i.SeriesTooltipBorder,e.SeriesTooltip=i.SeriesTooltip,e.SeriesMarkerBorder=i.SeriesMarkerBorder,e.SeriesMarkerDataLabelBorder=i.SeriesMarkerDataLabelBorder,e.SeriesMarkerDataLabelConnectorLine=i.SeriesMarkerDataLabelConnectorLine,e.SeriesMarkerDataLabel=i.SeriesMarkerDataLabel,e.SeriesMarker=i.SeriesMarker,e.SmithchartSeries=i.SmithchartSeries,e.TooltipRender=i.TooltipRender,e.Subtitle=i.Subtitle,e.Title=i.Title,e.SmithchartFont=i.SmithchartFont,e.SmithchartMargin=i.SmithchartMargin,e.SmithchartBorder=i.SmithchartBorder,e.SmithchartRect=i.SmithchartRect,e.LabelCollection=i.LabelCollection,e.LegendSeries=i.LegendSeries,e.LabelRegion=i.LabelRegion,e.HorizontalLabelCollection=i.HorizontalLabelCollection,e.RadialLabelCollections=i.RadialLabelCollections,e.LineSegment=i.LineSegment,e.PointRegion=i.PointRegion,e.Point=i.Point,e.ClosestPoint=i.ClosestPoint,e.MarkerOptions=i.MarkerOptions,e.SmithchartLabelPosition=i.SmithchartLabelPosition,e.Direction=i.Direction,e.DataLabelTextOptions=i.DataLabelTextOptions,e.LabelOption=i.LabelOption,e.SmithchartSize=i.SmithchartSize,e.GridArcPoints=i.GridArcPoints,e.smithchartBeforePrint=i.smithchartBeforePrint,e.SmithchartLegend=i.SmithchartLegend,e.Sparkline=i.Sparkline,e.SparklineTooltip=i.SparklineTooltip,e.SparklineBorder=i.SparklineBorder,e.SparklineFont=i.SparklineFont,e.TrackLineSettings=i.TrackLineSettings,e.SparklineTooltipSettings=i.SparklineTooltipSettings,e.ContainerArea=i.ContainerArea,e.LineSettings=i.LineSettings,e.RangeBandSettings=i.RangeBandSettings,e.AxisSettings=i.AxisSettings,e.Padding=i.Padding,e.SparklineMarkerSettings=i.SparklineMarkerSettings,e.LabelOffset=i.LabelOffset,e.SparklineDataLabelSettings=i.SparklineDataLabelSettings,e.Chart3D=i.Chart3D,e.Chart3DRender=i.Chart3DRender,e.Vector3D=i.Vector3D,e.Matrix3D=i.Matrix3D,e.ChartTransform3D=i.ChartTransform3D,e.Graphics3D=i.Graphics3D,e.BinaryTreeBuilder=i.BinaryTreeBuilder,e.Svg3DRenderer=i.Svg3DRenderer,e.Polygon3D=i.Polygon3D,e.getMinPointsDeltaValue=i.getMinPointsDeltaValue,e.valueToCoefficients=i.valueToCoefficients,e.WallRenderer=i.WallRenderer,e.AxisRenderer=i.AxisRenderer,e.Chart3DRow=i.Chart3DRow,e.Chart3DColumn=i.Chart3DColumn,e.Chart3DMajorGridLines=i.Chart3DMajorGridLines,e.Chart3DMinorGridLines=i.Chart3DMinorGridLines,e.Chart3DMajorTickLines=i.Chart3DMajorTickLines,e.Chart3DMinorTickLines=i.Chart3DMinorTickLines,e.Chart3DAxis=i.Chart3DAxis,e.Visible3DLabels=i.Visible3DLabels,e.NiceIntervals=i.NiceIntervals,e.CartesianAxisLayoutPanel=i.CartesianAxisLayoutPanel,e.Category3D=i.Category3D,e.DateTime3D=i.DateTime3D,e.DateTimeCategory3D=i.DateTimeCategory3D,e.Double3D=i.Double3D,e.Logarithmic3D=i.Logarithmic3D,e.Chart3DDataLabelSettings=i.Chart3DDataLabelSettings,e.Chart3DEmptyPointSettings=i.Chart3DEmptyPointSettings,e.Chart3DPoint=i.Chart3DPoint,e.Chart3DSeries=i.Chart3DSeries,e.ColumnSeries3D=i.ColumnSeries3D,e.StackingColumnSeries3D=i.StackingColumnSeries3D,e.StackingBarSeries3D=i.StackingBarSeries3D,e.BarSeries3D=i.BarSeries3D,e.DataLabel3D=i.DataLabel3D,e.Chart3DLegendSettings=i.Chart3DLegendSettings,e.Legend3D=i.Legend3D,e.Chart3DTooltipSettings=i.Chart3DTooltipSettings,e.Tooltip3D=i.Tooltip3D,e.Selection3D=i.Selection3D,e.Highlight3D=i.Highlight3D,e.Export3D=i.Export3D,e.Chart3DTextFont=i.Chart3DTextFont,e.TitleBorder=i.TitleBorder,e.TitleSettings=i.TitleSettings,e.get3DThemeColor=i.get3DThemeColor,e.get3DSeriesColor=i.get3DSeriesColor,e.CircularChart3D=i.CircularChart3D,e.CircularChart3DLegendSettings=i.CircularChart3DLegendSettings,e.CircularChartLegend3D=i.CircularChartLegend3D,e.CircularChartExport3D=i.CircularChartExport3D,e.CircularChart3DPoints=i.CircularChart3DPoints,e.CircularChart3DEmptyPointSettings=i.CircularChart3DEmptyPointSettings,e.CircularChart3DSeries=i.CircularChart3DSeries,e.PieSeries3D=i.PieSeries3D,e.CircularChart3DDataLabelFont=i.CircularChart3DDataLabelFont,e.CircularChart3DConnector=i.CircularChart3DConnector,e.CircularChart3DDataLabelSettings=i.CircularChart3DDataLabelSettings,e.CircularChartDataLabel3D=i.CircularChartDataLabel3D,e.CircularChartSelection3D=i.CircularChartSelection3D,e.CircularChartHighlight3D=i.CircularChartHighlight3D,e.CircularChart3DPointData=i.CircularChart3DPointData,e.CircularChart3DTooltipSettings=i.CircularChart3DTooltipSettings,e.CircularChartTooltip3D=i.CircularChartTooltip3D,Object.defineProperty(e,"__esModule",{value:!0})});
11
- //# sourceMappingURL=ej2-angular-charts.umd.min.js.map