@syncfusion/ej2-angular-charts 32.2.9-ngcc → 33.1.44-ngcc

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 (33) hide show
  1. package/@syncfusion/ej2-angular-charts.es5.js +373 -14
  2. package/@syncfusion/ej2-angular-charts.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-charts.js +354 -14
  4. package/@syncfusion/ej2-angular-charts.js.map +1 -1
  5. package/README.md +8 -1
  6. package/dist/ej2-angular-charts.umd.js +418 -14
  7. package/dist/ej2-angular-charts.umd.js.map +1 -1
  8. package/dist/ej2-angular-charts.umd.min.js +2 -2
  9. package/dist/ej2-angular-charts.umd.min.js.map +1 -1
  10. package/ej2-angular-charts.d.ts +1 -0
  11. package/ej2-angular-charts.metadata.json +1 -1
  12. package/package.json +17 -47
  13. package/schematics/utils/lib-details.d.ts +3 -3
  14. package/schematics/utils/lib-details.js +3 -3
  15. package/schematics/utils/lib-details.ts +3 -3
  16. package/src/accumulation-chart/accumulationchart.component.d.ts +1 -0
  17. package/src/accumulation-chart/series.directive.d.ts +13 -0
  18. package/src/chart/axes.directive.d.ts +23 -0
  19. package/src/chart/chart-all.module.d.ts +1 -0
  20. package/src/chart/chart.component.d.ts +2 -0
  21. package/src/chart/indicators.directive.d.ts +10 -0
  22. package/src/chart/series.directive.d.ts +17 -0
  23. package/src/chart/trendlines.directive.d.ts +10 -0
  24. package/src/index.d.ts +6 -1
  25. package/src/sankey/links.directive.d.ts +41 -0
  26. package/src/sankey/nodes.directive.d.ts +44 -0
  27. package/src/sankey/sankey-all.module.d.ts +10 -0
  28. package/src/sankey/sankey.component.d.ts +53 -0
  29. package/src/sankey/sankey.module.d.ts +5 -0
  30. package/src/stock-chart/indicators.directive.d.ts +13 -0
  31. package/src/stock-chart/series.directive.d.ts +17 -0
  32. package/src/stock-chart/stockchart.component.d.ts +2 -0
  33. package/src/stock-chart/trendlines.directive.d.ts +10 -0
@@ -1,9 +1,9 @@
1
1
  import { ChangeDetectionStrategy, Component, ContentChild, ContentChildren, Directive, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef } from '@angular/core';
2
2
  import { ArrayBase, ComplexBase, ComponentBase, ComponentMixins, Template, setValue } from '@syncfusion/ej2-angular-base';
3
- import { AccumulationAnnotation, AccumulationChart, AccumulationDataLabel, AccumulationDistributionIndicator, AccumulationHighlight, AccumulationLegend, AccumulationSelection, AccumulationTooltip, AreaSeries, AtrIndicator, BarSeries, BarSeries3D, BollingerBands, BoxAndWhiskerSeries, BubbleSeries, BulletChart, BulletChartLegend, BulletTooltip, CandleSeries, Category, Category3D, Chart, Chart3D, ChartAnnotation, CircularChart3D, CircularChartDataLabel3D, CircularChartExport3D, CircularChartHighlight3D, CircularChartLegend3D, CircularChartSelection3D, CircularChartTooltip3D, ColumnSeries, ColumnSeries3D, Crosshair, DataEditing, DataLabel, DataLabel3D, DateTime, DateTime3D, DateTimeCategory, DateTimeCategory3D, EmaIndicator, ErrorBar, Export, Export3D, FunnelSeries, Highlight, Highlight3D, HiloOpenCloseSeries, HiloSeries, HistogramSeries, LastValueLabel, Legend, Legend3D, LineSeries, Logarithmic, Logarithmic3D, MacdIndicator, MomentumIndicator, MultiColoredAreaSeries, MultiColoredLineSeries, MultiLevelLabel, ParetoSeries, PeriodSelector, PieSeries, PieSeries3D, PolarSeries, PyramidSeries, RadarSeries, RangeAreaSeries, RangeColumnSeries, RangeNavigator, RangeStepAreaSeries, RangeTooltip, RsiIndicator, ScatterSeries, ScrollBar, Selection, Selection3D, SmaIndicator, Smithchart, SmithchartLegend, Sparkline, SparklineTooltip, SplineAreaSeries, SplineRangeAreaSeries, SplineSeries, StackingAreaSeries, StackingBarSeries, StackingBarSeries3D, StackingColumnSeries, StackingColumnSeries3D, StackingLineSeries, StackingStepAreaSeries, StepAreaSeries, StepLineSeries, StochasticIndicator, StockChart, StockLegend, StripLine, TmaIndicator, Tooltip, Tooltip3D, TooltipRender, Trendlines, WaterfallSeries, Zoom } from '@syncfusion/ej2-charts';
3
+ import { AccumulationAnnotation, AccumulationChart, AccumulationDataLabel, AccumulationDistributionIndicator, AccumulationHighlight, AccumulationLegend, AccumulationSelection, AccumulationTooltip, AreaSeries, AtrIndicator, BarSeries, BarSeries3D, BollingerBands, BoxAndWhiskerSeries, BubbleSeries, BulletChart, BulletChartLegend, BulletTooltip, CandleSeries, Category, Category3D, Chart, Chart3D, ChartAnnotation, CircularChart3D, CircularChartDataLabel3D, CircularChartExport3D, CircularChartHighlight3D, CircularChartLegend3D, CircularChartSelection3D, CircularChartTooltip3D, ColumnSeries, ColumnSeries3D, Crosshair, DataEditing, DataLabel, DataLabel3D, DateTime, DateTime3D, DateTimeCategory, DateTimeCategory3D, EmaIndicator, ErrorBar, Export, Export3D, FunnelSeries, Highlight, Highlight3D, HiloOpenCloseSeries, HiloSeries, HistogramSeries, LastValueLabel, Legend, Legend3D, LineSeries, Logarithmic, Logarithmic3D, MacdIndicator, MomentumIndicator, MultiColoredAreaSeries, MultiColoredLineSeries, MultiLevelLabel, ParetoSeries, PeriodSelector, PieSeries, PieSeries3D, PolarSeries, PyramidSeries, RadarSeries, RangeAreaSeries, RangeColumnSeries, RangeNavigator, RangeStepAreaSeries, RangeTooltip, RsiIndicator, Sankey, SankeyExport, SankeyHighlight, SankeyLegend, SankeyTooltip, ScatterSeries, ScrollBar, Selection, Selection3D, SeriesLabel, SmaIndicator, Smithchart, SmithchartLegend, Sparkline, SparklineTooltip, SplineAreaSeries, SplineRangeAreaSeries, SplineSeries, StackingAreaSeries, StackingBarSeries, StackingBarSeries3D, StackingColumnSeries, StackingColumnSeries3D, StackingLineSeries, StackingStepAreaSeries, StepAreaSeries, StepLineSeries, StochasticIndicator, StockChart, StockLegend, StripLine, TmaIndicator, Tooltip, Tooltip3D, TooltipRender, Trendlines, WaterfallSeries, Zoom } from '@syncfusion/ej2-charts';
4
4
  import { CommonModule } from '@angular/common';
5
5
 
6
- let input = ['accessibility', 'animation', 'backwardForecast', 'dashArray', 'enableTooltip', 'fill', 'forwardForecast', 'intercept', 'legendShape', 'marker', 'name', 'period', 'polynomialOrder', 'type', 'visible', 'width'];
6
+ let input = ['accessibility', 'animation', 'backwardForecast', 'dashArray', 'enableTooltip', 'fill', 'forwardForecast', 'intercept', 'legendShape', 'linearGradient', 'marker', 'name', 'period', 'polynomialOrder', 'radialGradient', 'type', 'visible', 'width'];
7
7
  let outputs = [];
8
8
  /**
9
9
  * Series Directive
@@ -134,7 +134,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
134
134
  var __metadata = (this && this.__metadata) || function (k, v) {
135
135
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
136
136
  };
137
- let input$2 = ['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', 'lastValueLabel', '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'];
137
+ let input$2 = ['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', 'labelSettings', 'lastValueLabel', 'legendImageUrl', 'legendShape', 'linearGradient', 'low', 'marker', 'maxRadius', 'minRadius', 'name', 'negativeFillColor', 'noRisers', 'nonHighlightStyle', 'opacity', 'open', 'paretoOptions', 'pointColorMapping', 'query', 'radialGradient', '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'];
138
138
  let outputs$2 = [];
139
139
  /**
140
140
  * Series Directive
@@ -385,7 +385,7 @@ MultiLevelLabelsDirective.decorators = [
385
385
  */
386
386
  MultiLevelLabelsDirective.ctorParameters = () => [];
387
387
 
388
- let input$6 = ['border', 'coefficient', 'columnIndex', 'crossesAt', 'crossesInAxis', 'crosshairTooltip', 'description', 'desiredIntervals', 'edgeLabelPlacement', 'enableAutoIntervalOnZooming', 'enableScrollbarOnZooming', 'enableTrim', 'enableWrap', 'interval', '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'];
388
+ let input$6 = ['border', 'coefficient', 'columnIndex', 'crossesAt', 'crossesInAxis', 'crosshairTooltip', 'description', 'desiredIntervals', 'edgeLabelPlacement', 'enableAutoIntervalOnZooming', 'enableScrollbarOnZooming', 'enableTrim', 'enableWrap', 'interval', 'intervalType', 'isIndexed', 'isInversed', 'labelFormat', 'labelIntersectAction', 'labelPadding', 'labelPlacement', 'labelPosition', 'labelRotation', 'labelStyle', 'labelTemplate', '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'];
389
389
  let outputs$6 = [];
390
390
  /**
391
391
  * Axis Directive
@@ -735,7 +735,7 @@ SelectedDataIndexesDirective.decorators = [
735
735
  */
736
736
  SelectedDataIndexesDirective.ctorParameters = () => [];
737
737
 
738
- let input$12 = ['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'];
738
+ let input$12 = ['accessibility', 'animation', 'bandColor', 'close', 'colorName', 'dPeriod', 'dashArray', 'dataSource', 'enableComplexProperty', 'fastPeriod', 'field', 'fill', 'high', 'kPeriod', 'linearGradient', 'low', 'lowerLine', 'macdLine', 'macdNegativeColor', 'macdPositiveColor', 'macdType', 'open', 'overBought', 'overSold', 'period', 'periodLine', 'pointColorMapping', 'query', 'radialGradient', 'segmentAxis', 'segments', 'seriesName', 'showZones', 'slowPeriod', 'standardDeviation', 'type', 'upperLine', 'visible', 'volume', 'width', 'xAxisName', 'xName', 'yAxisName'];
739
739
  let outputs$12 = [];
740
740
  /**
741
741
  * Indicator Directive
@@ -802,7 +802,7 @@ var __metadata$2 = (this && this.__metadata) || function (k, v) {
802
802
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
803
803
  };
804
804
  const inputs = ['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', 'noDataTemplate', 'palettes', 'primaryXAxis', 'primaryYAxis', 'rangeColorSettings', 'rows', 'selectedDataIndexes', 'selectionMode', 'selectionPattern', 'series', 'stackLabels', 'subTitle', 'subTitleStyle', 'tabIndex', 'theme', 'title', 'titleStyle', 'tooltip', 'useGroupingSeparator', 'width', 'zoomSettings'];
805
- const outputs$13 = ['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'];
805
+ const outputs$13 = ['afterExport', 'animationComplete', 'annotationRender', 'axisLabelClick', 'axisLabelRender', 'axisMultiLabelRender', 'axisRangeCalculated', 'beforeExport', 'beforePrint', 'beforeResize', 'chartDoubleClick', 'chartMouseClick', 'chartMouseDown', 'chartMouseLeave', 'chartMouseMove', 'chartMouseUp', 'crosshairLabelRender', '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'];
806
806
  const twoWays = ['dataSource'];
807
807
  /**
808
808
  * Chart Component
@@ -1246,6 +1246,13 @@ let ChartComponent = class ChartComponent extends Chart {
1246
1246
  }
1247
1247
  }
1248
1248
  catch (_35) { }
1249
+ try {
1250
+ let mod = this.injector.get('ChartsSeriesLabel');
1251
+ if (this.injectedModules.indexOf(mod) === -1) {
1252
+ this.injectedModules.push(mod);
1253
+ }
1254
+ }
1255
+ catch (_36) { }
1249
1256
  this.registerEvents(outputs$13);
1250
1257
  this.addTwoWay.call(this, twoWays);
1251
1258
  setValue('currentInstance', this, this.viewContainerRef);
@@ -1327,11 +1334,16 @@ ChartComponent.ctorParameters = () => [
1327
1334
  ];
1328
1335
  ChartComponent.propDecorators = {
1329
1336
  'tooltip_template': [{ type: ContentChild, args: ['tooltipTemplate',] },],
1337
+ 'legendSettings_template': [{ type: ContentChild, args: ['legendSettingsTemplate',] },],
1330
1338
  };
1331
1339
  __decorate$2([
1332
1340
  Template(),
1333
1341
  __metadata$2("design:type", Object)
1334
1342
  ], ChartComponent.prototype, "tooltip_template", void 0);
1343
+ __decorate$2([
1344
+ Template(),
1345
+ __metadata$2("design:type", Object)
1346
+ ], ChartComponent.prototype, "legendSettings_template", void 0);
1335
1347
  ChartComponent = __decorate$2([
1336
1348
  ComponentMixins([ComponentBase]),
1337
1349
  __metadata$2("design:paramtypes", [ElementRef,
@@ -1473,6 +1485,7 @@ const ExportService = { provide: 'ChartsExport', useValue: Export };
1473
1485
  const DataEditingService = { provide: 'ChartsDataEditing', useValue: DataEditing };
1474
1486
  const HighlightService = { provide: 'ChartsHighlight', useValue: Highlight };
1475
1487
  const LastValueLabelService = { provide: 'ChartsLastValueLabel', useValue: LastValueLabel };
1488
+ const SeriesLabelService = { provide: 'ChartsSeriesLabel', useValue: SeriesLabel };
1476
1489
  /**
1477
1490
  * NgModule definition for the Chart component with providers.
1478
1491
  */
@@ -1544,7 +1557,8 @@ ChartAllModule.decorators = [
1544
1557
  ExportService,
1545
1558
  DataEditingService,
1546
1559
  HighlightService,
1547
- LastValueLabelService
1560
+ LastValueLabelService,
1561
+ SeriesLabelService
1548
1562
  ]
1549
1563
  },] },
1550
1564
  ];
@@ -1562,7 +1576,7 @@ var __decorate$3 = (this && this.__decorate) || function (decorators, target, ke
1562
1576
  var __metadata$3 = (this && this.__metadata) || function (k, v) {
1563
1577
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
1564
1578
  };
1565
- let input$13 = ['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'];
1579
+ let input$13 = ['accessibility', 'animation', 'applyPattern', 'border', 'borderRadius', 'dashArray', 'dataLabel', 'dataSource', 'emptyPointSettings', 'enableTooltip', 'endAngle', 'explode', 'explodeAll', 'explodeIndex', 'explodeOffset', 'funnelMode', 'gapRatio', 'groupMode', 'groupTo', 'height', 'innerRadius', 'legendImageUrl', 'legendShape', 'linearGradient', 'name', 'neckHeight', 'neckWidth', 'opacity', 'palettes', 'pointColorMapping', 'pyramidMode', 'query', 'radialGradient', 'radius', 'selectionStyle', 'startAngle', 'tooltipMappingName', 'type', 'visible', 'width', 'xName', 'yName'];
1566
1580
  let outputs$14 = [];
1567
1581
  /**
1568
1582
  * AccumulationSeries Directive
@@ -1861,11 +1875,16 @@ AccumulationChartComponent.ctorParameters = () => [
1861
1875
  ];
1862
1876
  AccumulationChartComponent.propDecorators = {
1863
1877
  'tooltip_template': [{ type: ContentChild, args: ['tooltipTemplate',] },],
1878
+ 'legendSettings_template': [{ type: ContentChild, args: ['legendSettingsTemplate',] },],
1864
1879
  };
1865
1880
  __decorate$5([
1866
1881
  Template(),
1867
1882
  __metadata$5("design:type", Object)
1868
1883
  ], AccumulationChartComponent.prototype, "tooltip_template", void 0);
1884
+ __decorate$5([
1885
+ Template(),
1886
+ __metadata$5("design:type", Object)
1887
+ ], AccumulationChartComponent.prototype, "legendSettings_template", void 0);
1869
1888
  AccumulationChartComponent = __decorate$5([
1870
1889
  ComponentMixins([ComponentBase]),
1871
1890
  __metadata$5("design:paramtypes", [ElementRef,
@@ -2607,7 +2626,7 @@ SmithchartAllModule.decorators = [
2607
2626
  */
2608
2627
  SmithchartAllModule.ctorParameters = () => [];
2609
2628
 
2610
- let input$18 = ['accessibility', 'animation', 'backwardForecast', 'dashArray', 'enableTooltip', 'fill', 'forwardForecast', 'intercept', 'legendShape', 'marker', 'name', 'period', 'polynomialOrder', 'type', 'visible', 'width'];
2629
+ let input$18 = ['accessibility', 'animation', 'backwardForecast', 'dashArray', 'enableTooltip', 'fill', 'forwardForecast', 'intercept', 'legendShape', 'linearGradient', 'marker', 'name', 'period', 'polynomialOrder', 'radialGradient', 'type', 'visible', 'width'];
2611
2630
  let outputs$23 = [];
2612
2631
  /**
2613
2632
  * Series Directive
@@ -2669,7 +2688,7 @@ StockChartTrendlinesDirective.decorators = [
2669
2688
  */
2670
2689
  StockChartTrendlinesDirective.ctorParameters = () => [];
2671
2690
 
2672
- let input$19 = ['animation', 'bearFillColor', 'border', 'bullFillColor', 'cardinalSplineTension', 'close', 'columnSpacing', 'columnWidth', 'cornerRadius', 'dashArray', 'dataSource', 'emptyPointSettings', 'enableSolidCandles', 'enableTooltip', 'fill', 'high', 'lastValueLabel', 'legendImageUrl', 'legendShape', 'low', 'marker', 'name', 'opacity', 'open', 'pointColorMapping', 'query', 'selectionStyle', 'showNearestTooltip', 'tooltipMappingName', 'trendlines', 'type', 'visible', 'volume', 'width', 'xAxisName', 'xName', 'yAxisName', 'yName'];
2691
+ let input$19 = ['animation', 'bearFillColor', 'border', 'bullFillColor', 'cardinalSplineTension', 'close', 'columnSpacing', 'columnWidth', 'cornerRadius', 'dashArray', 'dataSource', 'emptyPointSettings', 'enableSolidCandles', 'enableTooltip', 'fill', 'high', 'labelSettings', 'lastValueLabel', 'legendImageUrl', 'legendShape', 'linearGradient', 'low', 'marker', 'name', 'opacity', 'open', 'pointColorMapping', 'query', 'radialGradient', 'selectionStyle', 'showNearestTooltip', 'tooltipMappingName', 'trendlines', 'type', 'visible', 'volume', 'width', 'xAxisName', 'xName', 'yAxisName', 'yName'];
2673
2692
  let outputs$24 = [];
2674
2693
  /**
2675
2694
  * Series Directive
@@ -3079,7 +3098,7 @@ StockEventsDirective.decorators = [
3079
3098
  */
3080
3099
  StockEventsDirective.ctorParameters = () => [];
3081
3100
 
3082
- let input$26 = ['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'];
3101
+ let input$26 = ['animation', 'bandColor', 'close', 'dPeriod', 'dashArray', 'dataSource', 'fastPeriod', 'field', 'fill', 'high', 'kPeriod', 'linearGradient', 'low', 'lowerLine', 'macdLine', 'macdNegativeColor', 'macdPositiveColor', 'macdType', 'open', 'overBought', 'overSold', 'period', 'periodLine', 'pointColorMapping', 'query', 'radialGradient', 'seriesName', 'showZones', 'slowPeriod', 'standardDeviation', 'type', 'upperLine', 'volume', 'width', 'xAxisName', 'xName', 'yAxisName'];
3083
3102
  let outputs$31 = [];
3084
3103
  /**
3085
3104
  * Indicator Directive
@@ -3146,7 +3165,7 @@ var __metadata$10 = (this && this.__metadata) || function (k, v) {
3146
3165
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
3147
3166
  };
3148
3167
  const inputs$5 = ['annotations', 'axes', 'background', 'border', 'chartArea', 'crosshair', 'dataSource', 'enableCustomRange', 'enablePeriodSelector', 'enablePersistence', 'enableRtl', 'enableSelector', 'exportType', 'height', 'indicatorType', 'indicators', 'isMultiSelect', 'isSelect', 'isTransposed', 'legendSettings', 'locale', 'margin', 'noDataTemplate', 'periods', 'primaryXAxis', 'primaryYAxis', 'rows', 'selectedDataIndexes', 'selectionMode', 'series', 'seriesType', 'stockEvents', 'theme', 'title', 'titleStyle', 'tooltip', 'trendlineType', 'width', 'zoomSettings'];
3149
- const outputs$32 = ['axisLabelRender', 'beforeExport', 'legendClick', 'legendRender', 'load', 'loaded', 'onZooming', 'pointClick', 'pointMove', 'rangeChange', 'selectorRender', 'seriesRender', 'stockChartMouseClick', 'stockChartMouseDown', 'stockChartMouseLeave', 'stockChartMouseMove', 'stockChartMouseUp', 'stockEventRender', 'tooltipRender', 'dataSourceChange'];
3168
+ const outputs$32 = ['axisLabelRender', 'beforeExport', 'crosshairLabelRender', 'legendClick', 'legendRender', 'load', 'loaded', 'onZooming', 'pointClick', 'pointMove', 'rangeChange', 'selectorRender', 'seriesRender', 'stockChartMouseClick', 'stockChartMouseDown', 'stockChartMouseLeave', 'stockChartMouseMove', 'stockChartMouseUp', 'stockEventRender', 'tooltipRender', 'dataSourceChange'];
3150
3169
  const twoWays$5 = ['dataSource'];
3151
3170
  /**
3152
3171
  * Stock Chart Component
@@ -3401,6 +3420,13 @@ let StockChartComponent = class StockChartComponent extends StockChart {
3401
3420
  }
3402
3421
  }
3403
3422
  catch (_8) { }
3423
+ try {
3424
+ let mod = this.injector.get('ChartsSeriesLabel');
3425
+ if (this.injectedModules.indexOf(mod) === -1) {
3426
+ this.injectedModules.push(mod);
3427
+ }
3428
+ }
3429
+ catch (_9) { }
3404
3430
  this.registerEvents(outputs$32);
3405
3431
  this.addTwoWay.call(this, twoWays$5);
3406
3432
  setValue('currentInstance', this, this.viewContainerRef);
@@ -3483,11 +3509,16 @@ StockChartComponent.ctorParameters = () => [
3483
3509
  ];
3484
3510
  StockChartComponent.propDecorators = {
3485
3511
  'tooltip_template': [{ type: ContentChild, args: ['tooltipTemplate',] },],
3512
+ 'legendSettings_template': [{ type: ContentChild, args: ['legendSettingsTemplate',] },],
3486
3513
  };
3487
3514
  __decorate$10([
3488
3515
  Template(),
3489
3516
  __metadata$10("design:type", Object)
3490
3517
  ], StockChartComponent.prototype, "tooltip_template", void 0);
3518
+ __decorate$10([
3519
+ Template(),
3520
+ __metadata$10("design:type", Object)
3521
+ ], StockChartComponent.prototype, "legendSettings_template", void 0);
3491
3522
  StockChartComponent = __decorate$10([
3492
3523
  ComponentMixins([ComponentBase]),
3493
3524
  __metadata$10("design:paramtypes", [ElementRef,
@@ -4738,10 +4769,319 @@ CircularChart3DAllModule.decorators = [
4738
4769
  */
4739
4770
  CircularChart3DAllModule.ctorParameters = () => [];
4740
4771
 
4772
+ let input$35 = ['color', 'id', 'label', 'offset'];
4773
+ let outputs$44 = [];
4774
+ /**
4775
+ * Sankey Nodes Directive
4776
+ * ```html
4777
+ * <e-sankey-nodes>
4778
+ * <e-sankey-node></e-sankey-node>
4779
+ * </e-sankey-nodes>
4780
+ * ```
4781
+ */
4782
+ class SankeyNodeDirective extends ComplexBase {
4783
+ /**
4784
+ * @param {?} viewContainerRef
4785
+ */
4786
+ constructor(viewContainerRef) {
4787
+ super();
4788
+ this.viewContainerRef = viewContainerRef;
4789
+ setValue('currentInstance', this, this.viewContainerRef);
4790
+ this.registerEvents(outputs$44);
4791
+ this.directivePropList = input$35;
4792
+ }
4793
+ }
4794
+ SankeyNodeDirective.decorators = [
4795
+ { type: Directive, args: [{
4796
+ selector: 'e-sankey-nodes>e-sankey-node',
4797
+ inputs: input$35,
4798
+ outputs: outputs$44,
4799
+ queries: {}
4800
+ },] },
4801
+ ];
4802
+ /**
4803
+ * @nocollapse
4804
+ */
4805
+ SankeyNodeDirective.ctorParameters = () => [
4806
+ { type: ViewContainerRef, },
4807
+ ];
4808
+ /**
4809
+ * SankeyNode Array Directive
4810
+ */
4811
+ class SankeyNodesCollectionDirective extends ArrayBase {
4812
+ constructor() {
4813
+ super('nodes');
4814
+ }
4815
+ }
4816
+ SankeyNodesCollectionDirective.decorators = [
4817
+ { type: Directive, args: [{
4818
+ selector: 'ejs-sankey>e-sankey-nodes',
4819
+ queries: {
4820
+ children: new ContentChildren(SankeyNodeDirective)
4821
+ },
4822
+ },] },
4823
+ ];
4824
+ /**
4825
+ * @nocollapse
4826
+ */
4827
+ SankeyNodesCollectionDirective.ctorParameters = () => [];
4828
+
4829
+ let input$36 = ['sourceId', 'targetId', 'value'];
4830
+ let outputs$45 = [];
4831
+ /**
4832
+ * Sankey Links Directive
4833
+ * ```html
4834
+ * <e-sankey-links>
4835
+ * <e-sankey-link></e-sankey-link>
4836
+ * </e-sankey-links>
4837
+ * ```
4838
+ */
4839
+ class SankeyLinkDirective extends ComplexBase {
4840
+ /**
4841
+ * @param {?} viewContainerRef
4842
+ */
4843
+ constructor(viewContainerRef) {
4844
+ super();
4845
+ this.viewContainerRef = viewContainerRef;
4846
+ setValue('currentInstance', this, this.viewContainerRef);
4847
+ this.registerEvents(outputs$45);
4848
+ this.directivePropList = input$36;
4849
+ }
4850
+ }
4851
+ SankeyLinkDirective.decorators = [
4852
+ { type: Directive, args: [{
4853
+ selector: 'e-sankey-links>e-sankey-link',
4854
+ inputs: input$36,
4855
+ outputs: outputs$45,
4856
+ queries: {}
4857
+ },] },
4858
+ ];
4859
+ /**
4860
+ * @nocollapse
4861
+ */
4862
+ SankeyLinkDirective.ctorParameters = () => [
4863
+ { type: ViewContainerRef, },
4864
+ ];
4865
+ /**
4866
+ * SankeyLink Array Directive
4867
+ */
4868
+ class SankeyLinksCollectionDirective extends ArrayBase {
4869
+ constructor() {
4870
+ super('links');
4871
+ }
4872
+ }
4873
+ SankeyLinksCollectionDirective.decorators = [
4874
+ { type: Directive, args: [{
4875
+ selector: 'ejs-sankey>e-sankey-links',
4876
+ queries: {
4877
+ children: new ContentChildren(SankeyLinkDirective)
4878
+ },
4879
+ },] },
4880
+ ];
4881
+ /**
4882
+ * @nocollapse
4883
+ */
4884
+ SankeyLinksCollectionDirective.ctorParameters = () => [];
4885
+
4886
+ var __decorate$16 = (this && this.__decorate) || function (decorators, target, key, desc) {
4887
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4888
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4889
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
4890
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
4891
+ };
4892
+ var __metadata$16 = (this && this.__metadata) || function (k, v) {
4893
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
4894
+ };
4895
+ const inputs$9 = ['accessibility', 'allowExport', 'animation', 'background', 'backgroundImage', 'border', 'enableExport', 'enablePersistence', 'enableRtl', 'focusBorderColor', 'focusBorderMargin', 'focusBorderWidth', 'height', 'labelSettings', 'legendSettings', 'linkStyle', 'links', 'locale', 'margin', 'nodeStyle', 'nodes', 'orientation', 'subTitle', 'subTitleStyle', 'theme', 'title', 'titleStyle', 'tooltip', 'width'];
4896
+ const outputs$46 = ['afterExport', 'beforeExport', 'beforePrint', 'exportCompleted', 'labelRendering', 'legendItemHover', 'legendItemRendering', 'linkClick', 'linkEnter', 'linkLeave', 'linkRendering', 'load', 'loaded', 'nodeClick', 'nodeEnter', 'nodeLeave', 'nodeRendering', 'sizeChanged', 'tooltipRendering'];
4897
+ const twoWays$9 = [''];
4898
+ /**
4899
+ * Sankey Component
4900
+ * ```html
4901
+ * <ejs-sankey></ejs-sankey>
4902
+ * ```
4903
+ */
4904
+ let SankeyComponent = class SankeyComponent extends Sankey {
4905
+ /**
4906
+ * @param {?} ngEle
4907
+ * @param {?} srenderer
4908
+ * @param {?} viewContainerRef
4909
+ * @param {?} injector
4910
+ */
4911
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
4912
+ super();
4913
+ this.ngEle = ngEle;
4914
+ this.srenderer = srenderer;
4915
+ this.viewContainerRef = viewContainerRef;
4916
+ this.injector = injector;
4917
+ this.tags = ['nodes', 'links'];
4918
+ this.element = this.ngEle.nativeElement;
4919
+ this.injectedModules = this.injectedModules || [];
4920
+ try {
4921
+ let mod = this.injector.get('ChartsSankeyLegend');
4922
+ if (this.injectedModules.indexOf(mod) === -1) {
4923
+ this.injectedModules.push(mod);
4924
+ }
4925
+ }
4926
+ catch (_a) { }
4927
+ try {
4928
+ let mod = this.injector.get('ChartsSankeyTooltip');
4929
+ if (this.injectedModules.indexOf(mod) === -1) {
4930
+ this.injectedModules.push(mod);
4931
+ }
4932
+ }
4933
+ catch (_b) { }
4934
+ try {
4935
+ let mod = this.injector.get('ChartsSankeyHighlight');
4936
+ if (this.injectedModules.indexOf(mod) === -1) {
4937
+ this.injectedModules.push(mod);
4938
+ }
4939
+ }
4940
+ catch (_c) { }
4941
+ try {
4942
+ let mod = this.injector.get('ChartsSankeyExport');
4943
+ if (this.injectedModules.indexOf(mod) === -1) {
4944
+ this.injectedModules.push(mod);
4945
+ }
4946
+ }
4947
+ catch (_d) { }
4948
+ this.registerEvents(outputs$46);
4949
+ this.addTwoWay.call(this, twoWays$9);
4950
+ setValue('currentInstance', this, this.viewContainerRef);
4951
+ this.context = new ComponentBase();
4952
+ }
4953
+ /**
4954
+ * @return {?}
4955
+ */
4956
+ ngOnInit() {
4957
+ this.context.ngOnInit(this);
4958
+ }
4959
+ /**
4960
+ * @return {?}
4961
+ */
4962
+ ngAfterViewInit() {
4963
+ this.context.ngAfterViewInit(this);
4964
+ }
4965
+ /**
4966
+ * @return {?}
4967
+ */
4968
+ ngOnDestroy() {
4969
+ this.context.ngOnDestroy(this);
4970
+ }
4971
+ /**
4972
+ * @return {?}
4973
+ */
4974
+ ngAfterContentChecked() {
4975
+ this.tagObjects[0].instance = this.childNodes;
4976
+ if (this.childLinks) {
4977
+ this.tagObjects[1].instance = /** @type {?} */ (this.childLinks);
4978
+ }
4979
+ this.context.ngAfterContentChecked(this);
4980
+ }
4981
+ };
4982
+ SankeyComponent.decorators = [
4983
+ { type: Component, args: [{
4984
+ selector: 'ejs-sankey',
4985
+ inputs: inputs$9,
4986
+ outputs: outputs$46,
4987
+ template: '',
4988
+ changeDetection: ChangeDetectionStrategy.OnPush,
4989
+ queries: {
4990
+ childNodes: new ContentChild(SankeyNodesCollectionDirective),
4991
+ childLinks: new ContentChild(SankeyLinksCollectionDirective)
4992
+ }
4993
+ },] },
4994
+ ];
4995
+ /**
4996
+ * @nocollapse
4997
+ */
4998
+ SankeyComponent.ctorParameters = () => [
4999
+ { type: ElementRef, },
5000
+ { type: Renderer2, },
5001
+ { type: ViewContainerRef, },
5002
+ { type: Injector, },
5003
+ ];
5004
+ SankeyComponent.propDecorators = {
5005
+ 'tooltip_sankeyNodeTemplate': [{ type: ContentChild, args: ['tooltipSankeyNodeTemplate',] },],
5006
+ 'tooltip_sankeyLinkTemplate': [{ type: ContentChild, args: ['tooltipSankeyLinkTemplate',] },],
5007
+ };
5008
+ __decorate$16([
5009
+ Template(),
5010
+ __metadata$16("design:type", Object)
5011
+ ], SankeyComponent.prototype, "tooltip_sankeyNodeTemplate", void 0);
5012
+ __decorate$16([
5013
+ Template(),
5014
+ __metadata$16("design:type", Object)
5015
+ ], SankeyComponent.prototype, "tooltip_sankeyLinkTemplate", void 0);
5016
+ SankeyComponent = __decorate$16([
5017
+ ComponentMixins([ComponentBase]),
5018
+ __metadata$16("design:paramtypes", [ElementRef,
5019
+ Renderer2,
5020
+ ViewContainerRef,
5021
+ Injector])
5022
+ ], SankeyComponent);
5023
+
5024
+ /**
5025
+ * NgModule definition for the Sankey component.
5026
+ */
5027
+ class SankeyModule {
5028
+ }
5029
+ SankeyModule.decorators = [
5030
+ { type: NgModule, args: [{
5031
+ imports: [CommonModule],
5032
+ declarations: [
5033
+ SankeyComponent,
5034
+ SankeyNodeDirective,
5035
+ SankeyNodesCollectionDirective,
5036
+ SankeyLinkDirective,
5037
+ SankeyLinksCollectionDirective
5038
+ ],
5039
+ exports: [
5040
+ SankeyComponent,
5041
+ SankeyNodeDirective,
5042
+ SankeyNodesCollectionDirective,
5043
+ SankeyLinkDirective,
5044
+ SankeyLinksCollectionDirective
5045
+ ]
5046
+ },] },
5047
+ ];
5048
+ /**
5049
+ * @nocollapse
5050
+ */
5051
+ SankeyModule.ctorParameters = () => [];
5052
+
5053
+ const SankeyLegendService = { provide: 'ChartsSankeyLegend', useValue: SankeyLegend };
5054
+ const SankeyTooltipService = { provide: 'ChartsSankeyTooltip', useValue: SankeyTooltip };
5055
+ const SankeyHighlightService = { provide: 'ChartsSankeyHighlight', useValue: SankeyHighlight };
5056
+ const SankeyExportService = { provide: 'ChartsSankeyExport', useValue: SankeyExport };
5057
+ /**
5058
+ * NgModule definition for the Sankey component with providers.
5059
+ */
5060
+ class SankeyAllModule {
5061
+ }
5062
+ SankeyAllModule.decorators = [
5063
+ { type: NgModule, args: [{
5064
+ imports: [CommonModule, SankeyModule],
5065
+ exports: [
5066
+ SankeyModule
5067
+ ],
5068
+ providers: [
5069
+ SankeyLegendService,
5070
+ SankeyTooltipService,
5071
+ SankeyHighlightService,
5072
+ SankeyExportService
5073
+ ]
5074
+ },] },
5075
+ ];
5076
+ /**
5077
+ * @nocollapse
5078
+ */
5079
+ SankeyAllModule.ctorParameters = () => [];
5080
+
4741
5081
  /**
4742
5082
  * Generated bundle index. Do not edit.
4743
5083
  */
4744
5084
 
4745
- export { TrendlineDirective, TrendlinesDirective, SegmentDirective, SegmentsDirective, SeriesDirective, SeriesCollectionDirective, StripLineDirective, StripLinesDirective, CategoryDirective, CategoriesDirective, MultiLevelLabelDirective, MultiLevelLabelsDirective, AxisDirective, AxesDirective, RowDirective, RowsDirective, ColumnDirective, ColumnsDirective, RangeColorSettingDirective, RangeColorSettingsDirective, AnnotationDirective, AnnotationsDirective, SelectedDataIndexDirective, SelectedDataIndexesDirective, IndicatorDirective, IndicatorsDirective, ChartComponent, ChartModule, ChartAllModule, LineSeriesService, ScatterSeriesService, ColumnSeriesService, SplineSeriesService, SplineAreaSeriesService, StripLineService, AreaSeriesService, ScrollBarService, StepLineSeriesService, StepAreaSeriesService, StackingColumnSeriesService, StackingLineSeriesService, StackingAreaSeriesService, StackingStepAreaSeriesService, BarSeriesService, StackingBarSeriesService, RangeColumnSeriesService, BubbleSeriesService, TooltipService, CrosshairService, CategoryService, DateTimeService, LogarithmicService, LegendService, ZoomService, DataLabelService, SelectionService, ChartAnnotationService, HiloSeriesService, HiloOpenCloseSeriesService, WaterfallSeriesService, RangeAreaSeriesService, RangeStepAreaSeriesService, SplineRangeAreaSeriesService, CandleSeriesService, PolarSeriesService, RadarSeriesService, SmaIndicatorService, TmaIndicatorService, EmaIndicatorService, AccumulationDistributionIndicatorService, MacdIndicatorService, AtrIndicatorService, RsiIndicatorService, MomentumIndicatorService, StochasticIndicatorService, BollingerBandsService, BoxAndWhiskerSeriesService, HistogramSeriesService, ErrorBarService, TrendlinesService, DateTimeCategoryService, MultiColoredLineSeriesService, MultiColoredAreaSeriesService, MultiLevelLabelService, ParetoSeriesService, ExportService, DataEditingService, HighlightService, LastValueLabelService, AccumulationSeriesDirective, AccumulationSeriesCollectionDirective, AccumulationAnnotationDirective, AccumulationAnnotationsDirective, AccumulationChartComponent, AccumulationChartModule, AccumulationChartAllModule, PieSeriesService, FunnelSeriesService, PyramidSeriesService, AccumulationTooltipService, AccumulationLegendService, AccumulationSelectionService, AccumulationHighlightService, AccumulationDataLabelService, AccumulationAnnotationService, RangenavigatorSeriesDirective, RangenavigatorSeriesCollectionDirective, RangeNavigatorComponent, RangeNavigatorModule, RangeNavigatorAllModule, RangeTooltipService, PeriodSelectorService, RangeBandSettingDirective, RangeBandSettingsDirective, SparklineComponent, SparklineModule, SparklineAllModule, SparklineTooltipService, SmithchartSeriesDirective, SmithchartSeriesCollectionDirective, SmithchartComponent, SmithchartModule, SmithchartAllModule, SmithchartLegendService, TooltipRenderService, StockChartTrendlineDirective, StockChartTrendlinesDirective, StockChartSeriesDirective, StockChartSeriesCollectionDirective, StockChartAxisDirective, StockChartAxesDirective, StockChartRowDirective, StockChartRowsDirective, StockChartAnnotationDirective, StockChartAnnotationsDirective, StockChartSelectedDataIndexDirective, StockChartSelectedDataIndexesDirective, StockChartPeriodDirective, StockChartPeriodsDirective, StockEventDirective, StockEventsDirective, StockChartIndicatorDirective, StockChartIndicatorsDirective, StockChartComponent, StockChartModule, StockChartAllModule, StockLegendService, BulletRangeDirective, BulletRangeCollectionDirective, BulletChartComponent, BulletChartModule, BulletChartAllModule, BulletTooltipService, BulletChartLegendService, Chart3DSeriesDirective, Chart3DSeriesCollectionDirective, Chart3DAxisDirective, Chart3DAxesDirective, Chart3DRowDirective, Chart3DRowsDirective, Chart3DColumnDirective, Chart3DColumnsDirective, Chart3DSelectedDataIndexDirective, Chart3DSelectedDataIndexesDirective, Chart3DComponent, Chart3DModule, Chart3DAllModule, ColumnSeries3DService, StackingColumnSeries3DService, BarSeries3DService, StackingBarSeries3DService, Category3DService, DateTime3DService, DateTimeCategory3DService, Logarithmic3DService, Tooltip3DService, Legend3DService, DataLabel3DService, Selection3DService, Export3DService, Highlight3DService, CircularChart3DSeriesDirective, CircularChart3DSeriesCollectionDirective, CircularChart3DSelectedDataIndexDirective, CircularChart3DSelectedDataIndexesDirective, CircularChart3DComponent, CircularChart3DModule, CircularChart3DAllModule, PieSeries3DService, CircularChartTooltip3DService, CircularChartLegend3DService, CircularChartSelection3DService, CircularChartDataLabel3DService, CircularChartHighlight3DService, CircularChartExport3DService, inputs$1 as ɵc, outputs$16 as ɵd, inputs$6 as ɵm, outputs$34 as ɵn, inputs as ɵa, outputs$13 as ɵb, inputs$7 as ɵo, outputs$40 as ɵp, inputs$8 as ɵq, outputs$43 as ɵr, inputs$2 as ɵe, outputs$18 as ɵf, inputs$4 as ɵi, outputs$22 as ɵj, inputs$3 as ɵg, outputs$20 as ɵh, inputs$5 as ɵk, outputs$32 as ɵl };
4746
- export { RangeColorSetting, CrosshairSettings, ZoomSettings, Chart, Row, Column, MajorGridLines, MinorGridLines, AxisLine, MajorTickLines, MinorTickLines, CrosshairTooltip, Axis, VisibleLabels, Double, DateTime, Category, Logarithmic, DateTimeCategory, NiceInterval, StripLine, Connector, Location, Accessibility, SeriesAccessibility, Font, StackLabelsFont, CenterLabel, Border, Offset, Margin, Animation, TooltipSettings, EmptyPointSettings, Indexes, CornerRadius, ContainerPadding, titleBorder, titleSettings, TitleStyleSettings, ChartArea, DragSettings, Periods, PeriodSelectorSettings, StockTooltipSettings, Index, LineSeries, ColumnSeries, AreaSeries, BarSeries, PolarSeries, RadarSeries, StackingBarSeries, CandleSeries, StackingColumnSeries, StepLineSeries, StepAreaSeries, StackingAreaSeries, StackingStepAreaSeries, StackingLineSeries, ScatterSeries, RangeColumnSeries, RangeStepAreaSeries, WaterfallSeries, HiloSeries, HiloOpenCloseSeries, RangeAreaSeries, SplineRangeAreaSeries, BubbleSeries, SplineSeries, HistogramSeries, SplineAreaSeries, TechnicalIndicator, SmaIndicator, EmaIndicator, TmaIndicator, AccumulationDistributionIndicator, AtrIndicator, MomentumIndicator, RsiIndicator, StochasticIndicator, BollingerBands, MacdIndicator, Trendlines, sort, isBreakLabel, getVisiblePoints, calculateScrollbarOffset, rotateTextSize, removeElement, logBase, showTooltip, inside, withIn, logWithIn, withInRange, sum, subArraySum, subtractThickness, subtractRect, degreeToLocation, degreeToRadian, getRotatedRectangleCoordinates, isRotatedRectIntersect, getAngle, subArray, valueToCoefficient, TransformToVisible, indexFinder, CoefficientToVector, valueToPolarCoefficient, Mean, PolarArc, createTooltip, createZoomingLabels, findCrosshairDirection, withInBounds, getValueXByPoint, getValueYByPoint, findClipRect, firstToLowerCase, getTransform, getMinPointsDelta, getAnimationFunction, linear, markerAnimate, animateRectElement, pathAnimation, animateAddPoints, appendClipElement, triggerLabelRender, setRange, isZoomSet, getActualDesiredIntervalsCount, templateAnimate, drawSymbol, calculateShapes, getRectLocation, minMax, getElement, getTemplateFunction, accReactTemplate, chartReactTemplate, createTemplate, getFontStyle, measureElementRect, findlElement, getPoint, appendElement, appendChildElement, getDraggedRectLocation, checkBounds, getLabelText, stopTimer, isCollide, isOverlap, containsRect, calculateRect, convertToHexCode, componentToHex, convertHexToColor, colorNameToHex, checkColorFormat, getSaturationColor, applyZLight, getMedian, calculateLegendShapes, textTrim, lineBreakLabelTrim, stringToNumber, redrawElement, animateRedrawElement, animateTextElement, textElement, calculateSize, createSvg, getTitle, titlePositionX, textWrap, textWrapAnyWhere, getUnicodeText, blazorTemplatesReset, CustomizeOption, StackValues, RectOption, ImageOption, CircleOption, PolygonOption, ChartLocation, LabelLocation, Thickness, ColorValue, PointData, AccPointData, Point3D, ControlPoints, getColorByValue, getGradientColor, getPercentageColor, getPercentage, getTextAnchor, Crosshair, Tooltip, Zoom, Selection, DataEditing, Highlight, LastValueLabel, DataLabel, ErrorBar, LastValueLabelSettings, DataLabelSettings, MarkerSettings, ParetoOptions, Points, Trendline, ErrorBarCapSettings, ChartSegment, ErrorBarSettings, SeriesBase, Series, Legend, ChartAnnotation, ChartAnnotationSettings, LabelBorder, MultiLevelCategories, StripLineSettings, MultiLevelLabels, ScrollbarSettingsRange, ScrollbarSettings, ToolbarPosition, StackLabelSettings, BoxAndWhiskerSeries, MultiColoredAreaSeries, MultiColoredLineSeries, MultiColoredSeries, MultiLevelLabel, ScrollBar, ParetoSeries, Export, AccumulationChart, AccumulationAnnotationSettings, AccumulationDataLabelSettings, PieCenter, AccPoints, AccumulationSeries, getSeriesFromIndex, pointByIndex, PieSeries, FunnelSeries, PyramidSeries, AccumulationLegend, AccumulationDataLabel, AccumulationTooltip, AccumulationSelection, AccumulationHighlight, AccumulationAnnotation, StockChart, StockChartFont, StockChartBorder, StockChartArea, StockMargin, StockChartStripLineSettings, StockEmptyPointSettings, StockChartConnector, StockSeries, StockChartIndicator, StockChartAxis, StockChartRow, StockChartTrendline, StockChartAnnotationSettings, StockChartIndexes, StockEventsSettings, StockChartLegendSettings, StockLegend, loaded, legendClick, load, animationComplete, legendRender, textRender, pointRender, sharedTooltipRender, seriesRender, axisLabelRender, axisLabelClick, axisRangeCalculated, axisMultiLabelRender, tooltipRender, chartMouseMove, chartMouseClick, chartDoubleClick, pointClick, pointDoubleClick, pointMove, chartMouseLeave, chartMouseDown, chartMouseUp, zoomComplete, dragComplete, selectionComplete, resized, beforeResize, beforePrint, annotationRender, scrollStart, scrollEnd, scrollChanged, stockEventRender, multiLevelLabelClick, dragStart, drag, dragEnd, regSub, regSup, beforeExport, afterExport, bulletChartMouseClick, onZooming, stockEventFont, getSeriesColor, getThemeColor, getScrollbarThemeColor, PeriodSelector, RangeNavigator, rangeValueToCoefficient, getXLocation, getRangeValueXByPoint, getExactData, getNearestValue, DataPoint, getRangeThemeColor, RangeNavigatorAxis, RangeSeries, RangeSlider, RangeNavigatorSeries, ThumbSettings, StyleSettings, RangeTooltipSettings, RangeTooltip, BulletChart, Range, MajorTickLinesSettings, MinorTickLinesSettings, BulletLabelStyle, BulletTooltipSettings, BulletDataLabel, BulletChartLegendSettings, getBulletThemeColor, BulletTooltip, BulletChartLegend, Smithchart, SmithchartMajorGridLines, SmithchartMinorGridLines, SmithchartAxisLine, SmithchartAxis, LegendTitle, LegendLocation, LegendItemStyleBorder, LegendItemStyle, LegendBorder, SmithchartLegendSettings, SeriesTooltipBorder, SeriesTooltip, SeriesMarkerBorder, SeriesMarkerDataLabelBorder, SeriesMarkerDataLabelConnectorLine, SeriesMarkerDataLabel, SeriesMarker, SmithchartSeries, TooltipRender, Subtitle, Title, SmithchartFont, SmithchartMargin, SmithchartBorder, SmithchartRect, LabelCollection, LegendSeries, LabelRegion, HorizontalLabelCollection, RadialLabelCollections, LineSegment, PointRegion, Point, ClosestPoint, MarkerOptions, SmithchartLabelPosition, Direction, DataLabelTextOptions, LabelOption, SmithchartSize, GridArcPoints, smithchartBeforePrint, SmithchartLegend, Sparkline, SparklineTooltip, SparklineBorder, SparklineFont, TrackLineSettings, SparklineTooltipSettings, ContainerArea, LineSettings, RangeBandSettings, AxisSettings, Padding, SparklineMarkerSettings, LabelOffset, SparklineDataLabelSettings, Chart3D, Chart3DRender, Vector3D, Matrix3D, ChartTransform3D, Graphics3D, BinaryTreeBuilder, Svg3DRenderer, Polygon3D, getMinPointsDeltaValue, valueToCoefficients, WallRenderer, AxisRenderer, Chart3DRow, Chart3DColumn, Chart3DMajorGridLines, Chart3DMinorGridLines, Chart3DMajorTickLines, Chart3DMinorTickLines, Chart3DAxis, Visible3DLabels, NiceIntervals, CartesianAxisLayoutPanel, Category3D, DateTime3D, DateTimeCategory3D, Double3D, Logarithmic3D, Chart3DDataLabelSettings, Chart3DEmptyPointSettings, Chart3DPoint, Chart3DSeries, ColumnSeries3D, StackingColumnSeries3D, StackingBarSeries3D, BarSeries3D, DataLabel3D, Chart3DLegendSettings, Legend3D, Chart3DTooltipSettings, Tooltip3D, Selection3D, Highlight3D, Export3D, Chart3DTextFont, TitleBorder, TitleSettings, get3DThemeColor, get3DSeriesColor, CircularChart3D, CircularChart3DLegendSettings, CircularChartLegend3D, CircularChartExport3D, CircularChart3DPoints, CircularChart3DEmptyPointSettings, CircularChart3DSeries, PieSeries3D, CircularChart3DDataLabelFont, CircularChart3DConnector, CircularChart3DDataLabelSettings, CircularChartDataLabel3D, CircularChartSelection3D, CircularChartHighlight3D, CircularChart3DPointData, CircularChart3DTooltipSettings, CircularChartTooltip3D } from '@syncfusion/ej2-charts';
5085
+ export { TrendlineDirective, TrendlinesDirective, SegmentDirective, SegmentsDirective, SeriesDirective, SeriesCollectionDirective, StripLineDirective, StripLinesDirective, CategoryDirective, CategoriesDirective, MultiLevelLabelDirective, MultiLevelLabelsDirective, AxisDirective, AxesDirective, RowDirective, RowsDirective, ColumnDirective, ColumnsDirective, RangeColorSettingDirective, RangeColorSettingsDirective, AnnotationDirective, AnnotationsDirective, SelectedDataIndexDirective, SelectedDataIndexesDirective, IndicatorDirective, IndicatorsDirective, ChartComponent, ChartModule, ChartAllModule, LineSeriesService, ScatterSeriesService, ColumnSeriesService, SplineSeriesService, SplineAreaSeriesService, StripLineService, AreaSeriesService, ScrollBarService, StepLineSeriesService, StepAreaSeriesService, StackingColumnSeriesService, StackingLineSeriesService, StackingAreaSeriesService, StackingStepAreaSeriesService, BarSeriesService, StackingBarSeriesService, RangeColumnSeriesService, BubbleSeriesService, TooltipService, CrosshairService, CategoryService, DateTimeService, LogarithmicService, LegendService, ZoomService, DataLabelService, SelectionService, ChartAnnotationService, HiloSeriesService, HiloOpenCloseSeriesService, WaterfallSeriesService, RangeAreaSeriesService, RangeStepAreaSeriesService, SplineRangeAreaSeriesService, CandleSeriesService, PolarSeriesService, RadarSeriesService, SmaIndicatorService, TmaIndicatorService, EmaIndicatorService, AccumulationDistributionIndicatorService, MacdIndicatorService, AtrIndicatorService, RsiIndicatorService, MomentumIndicatorService, StochasticIndicatorService, BollingerBandsService, BoxAndWhiskerSeriesService, HistogramSeriesService, ErrorBarService, TrendlinesService, DateTimeCategoryService, MultiColoredLineSeriesService, MultiColoredAreaSeriesService, MultiLevelLabelService, ParetoSeriesService, ExportService, DataEditingService, HighlightService, LastValueLabelService, SeriesLabelService, AccumulationSeriesDirective, AccumulationSeriesCollectionDirective, AccumulationAnnotationDirective, AccumulationAnnotationsDirective, AccumulationChartComponent, AccumulationChartModule, AccumulationChartAllModule, PieSeriesService, FunnelSeriesService, PyramidSeriesService, AccumulationTooltipService, AccumulationLegendService, AccumulationSelectionService, AccumulationHighlightService, AccumulationDataLabelService, AccumulationAnnotationService, RangenavigatorSeriesDirective, RangenavigatorSeriesCollectionDirective, RangeNavigatorComponent, RangeNavigatorModule, RangeNavigatorAllModule, RangeTooltipService, PeriodSelectorService, RangeBandSettingDirective, RangeBandSettingsDirective, SparklineComponent, SparklineModule, SparklineAllModule, SparklineTooltipService, SmithchartSeriesDirective, SmithchartSeriesCollectionDirective, SmithchartComponent, SmithchartModule, SmithchartAllModule, SmithchartLegendService, TooltipRenderService, StockChartTrendlineDirective, StockChartTrendlinesDirective, StockChartSeriesDirective, StockChartSeriesCollectionDirective, StockChartAxisDirective, StockChartAxesDirective, StockChartRowDirective, StockChartRowsDirective, StockChartAnnotationDirective, StockChartAnnotationsDirective, StockChartSelectedDataIndexDirective, StockChartSelectedDataIndexesDirective, StockChartPeriodDirective, StockChartPeriodsDirective, StockEventDirective, StockEventsDirective, StockChartIndicatorDirective, StockChartIndicatorsDirective, StockChartComponent, StockChartModule, StockChartAllModule, StockLegendService, BulletRangeDirective, BulletRangeCollectionDirective, BulletChartComponent, BulletChartModule, BulletChartAllModule, BulletTooltipService, BulletChartLegendService, Chart3DSeriesDirective, Chart3DSeriesCollectionDirective, Chart3DAxisDirective, Chart3DAxesDirective, Chart3DRowDirective, Chart3DRowsDirective, Chart3DColumnDirective, Chart3DColumnsDirective, Chart3DSelectedDataIndexDirective, Chart3DSelectedDataIndexesDirective, Chart3DComponent, Chart3DModule, Chart3DAllModule, ColumnSeries3DService, StackingColumnSeries3DService, BarSeries3DService, StackingBarSeries3DService, Category3DService, DateTime3DService, DateTimeCategory3DService, Logarithmic3DService, Tooltip3DService, Legend3DService, DataLabel3DService, Selection3DService, Export3DService, Highlight3DService, CircularChart3DSeriesDirective, CircularChart3DSeriesCollectionDirective, CircularChart3DSelectedDataIndexDirective, CircularChart3DSelectedDataIndexesDirective, CircularChart3DComponent, CircularChart3DModule, CircularChart3DAllModule, PieSeries3DService, CircularChartTooltip3DService, CircularChartLegend3DService, CircularChartSelection3DService, CircularChartDataLabel3DService, CircularChartHighlight3DService, CircularChartExport3DService, SankeyNodeDirective, SankeyNodesCollectionDirective, SankeyLinkDirective, SankeyLinksCollectionDirective, SankeyComponent, SankeyModule, SankeyAllModule, SankeyLegendService, SankeyTooltipService, SankeyHighlightService, SankeyExportService, inputs$1 as ɵc, outputs$16 as ɵd, inputs$6 as ɵm, outputs$34 as ɵn, inputs as ɵa, outputs$13 as ɵb, inputs$7 as ɵo, outputs$40 as ɵp, inputs$8 as ɵq, outputs$43 as ɵr, inputs$2 as ɵe, outputs$18 as ɵf, inputs$9 as ɵs, outputs$46 as ɵt, inputs$4 as ɵi, outputs$22 as ɵj, inputs$3 as ɵg, outputs$20 as ɵh, inputs$5 as ɵk, outputs$32 as ɵl };
5086
+ export { RangeColorSetting, CrosshairSettings, ZoomSettings, Chart, Row, Column, MajorGridLines, MinorGridLines, AxisLine, MajorTickLines, MinorTickLines, CrosshairTooltip, Axis, VisibleLabels, Double, DateTime, Category, Logarithmic, DateTimeCategory, NiceInterval, StripLine, Connector, Location, Accessibility, SeriesAccessibility, Font, StackLabelsFont, CenterLabel, Border, Offset, Margin, Animation, TooltipSettings, EmptyPointSettings, Indexes, CornerRadius, ContainerPadding, titleBorder, titleSettings, TitleStyleSettings, ChartArea, DragSettings, Periods, PeriodSelectorSettings, StockTooltipSettings, GradientColorStop, LinearGradient, RadialGradient, Index, LineSeries, ColumnSeries, AreaSeries, BarSeries, PolarSeries, RadarSeries, StackingBarSeries, CandleSeries, StackingColumnSeries, StepLineSeries, StepAreaSeries, StackingAreaSeries, StackingStepAreaSeries, StackingLineSeries, ScatterSeries, RangeColumnSeries, RangeStepAreaSeries, WaterfallSeries, HiloSeries, HiloOpenCloseSeries, RangeAreaSeries, SplineRangeAreaSeries, BubbleSeries, SplineSeries, HistogramSeries, SplineAreaSeries, TechnicalIndicator, SmaIndicator, EmaIndicator, TmaIndicator, AccumulationDistributionIndicator, AtrIndicator, MomentumIndicator, RsiIndicator, StochasticIndicator, BollingerBands, MacdIndicator, Trendlines, sort, isBreakLabel, getVisiblePoints, calculateScrollbarOffset, rotateTextSize, removeElement, logBase, showTooltip, inside, withIn, logWithIn, withInRange, sum, subArraySum, subtractThickness, subtractRect, degreeToLocation, degreeToRadian, getRotatedRectangleCoordinates, isRotatedRectIntersect, getAngle, subArray, valueToCoefficient, TransformToVisible, indexFinder, CoefficientToVector, valueToPolarCoefficient, Mean, PolarArc, createTooltip, createZoomingLabels, findCrosshairDirection, withInBounds, getValueXByPoint, getValueYByPoint, findClipRect, firstToLowerCase, getTransform, getMinPointsDelta, getAnimationFunction, linear, markerAnimate, animateRectElement, pathAnimation, animateAddPoints, appendClipElement, triggerLabelRender, setRange, isZoomSet, getActualDesiredIntervalsCount, templateAnimate, drawSymbol, calculateShapes, getRectLocation, minMax, getElement, getTemplateFunction, accReactTemplate, chartReactTemplate, createTemplate, getFontStyle, measureElementRect, findlElement, getPoint, appendElement, appendChildElement, getDraggedRectLocation, checkBounds, getLabelText, stopTimer, isCollide, isOverlap, containsRect, calculateRect, convertToHexCode, componentToHex, convertHexToColor, colorNameToHex, checkColorFormat, getSaturationColor, applyZLight, getMedian, calculateLegendShapes, textTrim, lineBreakLabelTrim, stringToNumber, redrawElement, animateRedrawElement, animateTextElement, textElement, calculateSize, createSvg, getTitle, titlePositionX, textWrap, textWrapAnyWhere, getUnicodeText, CustomizeOption, StackValues, RectOption, ImageOption, CircleOption, PolygonOption, ChartLocation, LabelLocation, Thickness, ColorValue, PointData, AccPointData, Point3D, ControlPoints, getColorByValue, getGradientColor, getPercentageColor, getPercentage, getTextAnchor, getAncestorElement, measureLegendTemplateSize, toHex2, lightenColor, brightenColor, normalizeGradientStops, sanitizeGradientColor, getOrCreateSvgDefs, removePreviousGradient, createLinearGradient, createRadialGradient, applyGradientsToSeries, Crosshair, Tooltip, Zoom, Selection, DataEditing, Highlight, LastValueLabel, DataLabel, SeriesLabel, ErrorBar, LastValueLabelSettings, SeriesLabelSettings, DataLabelSettings, MarkerSettings, ParetoOptions, Points, Trendline, ErrorBarCapSettings, ChartSegment, ErrorBarSettings, SeriesBase, Series, Legend, ChartAnnotation, ChartAnnotationSettings, LabelBorder, MultiLevelCategories, StripLineSettings, MultiLevelLabels, ScrollbarSettingsRange, ScrollbarSettings, ToolbarPosition, StackLabelSettings, BoxAndWhiskerSeries, MultiColoredAreaSeries, MultiColoredLineSeries, MultiColoredSeries, MultiLevelLabel, ScrollBar, ParetoSeries, Export, AccumulationChart, AccumulationAnnotationSettings, AccumulationDataLabelSettings, PieCenter, AccPoints, AccumulationSeries, getSeriesFromIndex, pointByIndex, PieSeries, FunnelSeries, PyramidSeries, AccumulationLegend, AccumulationDataLabel, AccumulationTooltip, AccumulationSelection, AccumulationHighlight, AccumulationAnnotation, StockChart, StockChartFont, StockChartBorder, StockChartArea, StockMargin, StockChartStripLineSettings, StockEmptyPointSettings, StockChartConnector, StockSeries, StockChartIndicator, StockChartAxis, StockChartRow, StockChartTrendline, StockChartAnnotationSettings, StockChartIndexes, StockEventsSettings, StockChartLegendSettings, StockLegend, loaded, legendClick, load, animationComplete, legendRender, textRender, pointRender, sharedTooltipRender, seriesRender, axisLabelRender, axisLabelClick, axisRangeCalculated, axisMultiLabelRender, tooltipRender, chartMouseMove, chartMouseClick, chartDoubleClick, pointClick, pointDoubleClick, pointMove, chartMouseLeave, chartMouseDown, chartMouseUp, zoomComplete, dragComplete, selectionComplete, resized, beforeResize, beforePrint, annotationRender, scrollStart, scrollEnd, scrollChanged, stockEventRender, multiLevelLabelClick, dragStart, drag, dragEnd, regSub, regSup, beforeExport, afterExport, bulletChartMouseClick, onZooming, stockEventFont, getSeriesColor, getThemeColor, getScrollbarThemeColor, PeriodSelector, RangeNavigator, rangeValueToCoefficient, getXLocation, getRangeValueXByPoint, getExactData, getNearestValue, DataPoint, getRangeThemeColor, RangeNavigatorAxis, RangeSeries, RangeSlider, RangeNavigatorSeries, ThumbSettings, StyleSettings, RangeTooltipSettings, RangeTooltip, BulletChart, Range, MajorTickLinesSettings, MinorTickLinesSettings, BulletLabelStyle, BulletTooltipSettings, BulletDataLabel, BulletChartLegendSettings, getBulletThemeColor, BulletTooltip, BulletChartLegend, Smithchart, SmithchartMajorGridLines, SmithchartMinorGridLines, SmithchartAxisLine, SmithchartAxis, LegendTitle, LegendLocation, LegendItemStyleBorder, LegendItemStyle, LegendBorder, SmithchartLegendSettings, SeriesTooltipBorder, SeriesTooltip, SeriesMarkerBorder, SeriesMarkerDataLabelBorder, SeriesMarkerDataLabelConnectorLine, SeriesMarkerDataLabel, SeriesMarker, SmithchartSeries, TooltipRender, Subtitle, Title, SmithchartFont, SmithchartMargin, SmithchartBorder, SmithchartRect, LabelCollection, LegendSeries, LabelRegion, HorizontalLabelCollection, RadialLabelCollections, LineSegment, PointRegion, Point, ClosestPoint, MarkerOptions, SmithchartLabelPosition, Direction, DataLabelTextOptions, LabelOption, SmithchartSize, GridArcPoints, smithchartBeforePrint, SmithchartLegend, Sparkline, SparklineTooltip, SparklineBorder, SparklineFont, TrackLineSettings, SparklineTooltipSettings, ContainerArea, LineSettings, RangeBandSettings, AxisSettings, Padding, SparklineMarkerSettings, LabelOffset, SparklineDataLabelSettings, Chart3D, Chart3DRender, Vector3D, Matrix3D, ChartTransform3D, Graphics3D, BinaryTreeBuilder, Svg3DRenderer, Polygon3D, getMinPointsDeltaValue, valueToCoefficients, WallRenderer, AxisRenderer, Chart3DRow, Chart3DColumn, Chart3DMajorGridLines, Chart3DMinorGridLines, Chart3DMajorTickLines, Chart3DMinorTickLines, Chart3DAxis, Visible3DLabels, NiceIntervals, CartesianAxisLayoutPanel, Category3D, DateTime3D, DateTimeCategory3D, Double3D, Logarithmic3D, Chart3DDataLabelSettings, Chart3DEmptyPointSettings, Chart3DPoint, Chart3DSeries, ColumnSeries3D, StackingColumnSeries3D, StackingBarSeries3D, BarSeries3D, DataLabel3D, Chart3DLegendSettings, Legend3D, Chart3DTooltipSettings, Tooltip3D, Selection3D, Highlight3D, Export3D, Chart3DTextFont, TitleBorder, TitleSettings, get3DThemeColor, get3DSeriesColor, CircularChart3D, CircularChart3DLegendSettings, CircularChartLegend3D, CircularChartExport3D, CircularChart3DPoints, CircularChart3DEmptyPointSettings, CircularChart3DSeries, PieSeries3D, CircularChart3DDataLabelFont, CircularChart3DConnector, CircularChart3DDataLabelSettings, CircularChartDataLabel3D, CircularChartSelection3D, CircularChartHighlight3D, CircularChart3DPointData, CircularChart3DTooltipSettings, CircularChartTooltip3D, Sankey, SankeySeries, SankeyLegend, SankeyDataLabel, SankeyLabelSettings, SankeyNode, SankeyLink, SankeyLinkSettings, SankeyNodeSettings, SankeyTitleStyle, SankeyTooltipSettings, SankeyLegendSettings, SankeyTextStyle, SankeyHighlight, SankeyTooltip, SankeyExport } from '@syncfusion/ej2-charts';
4747
5087
  //# sourceMappingURL=ej2-angular-charts.js.map