@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,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-charts.umd.js
3
- * version : 32.2.9
3
+ * version : 33.1.44
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -23,7 +23,7 @@ var __extends = (this && this.__extends) || (function () {
23
23
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
24
24
  };
25
25
  })();
26
- var input = ['accessibility', 'animation', 'backwardForecast', 'dashArray', 'enableTooltip', 'fill', 'forwardForecast', 'intercept', 'legendShape', 'marker', 'name', 'period', 'polynomialOrder', 'type', 'visible', 'width'];
26
+ var input = ['accessibility', 'animation', 'backwardForecast', 'dashArray', 'enableTooltip', 'fill', 'forwardForecast', 'intercept', 'legendShape', 'linearGradient', 'marker', 'name', 'period', 'polynomialOrder', 'radialGradient', 'type', 'visible', 'width'];
27
27
  var outputs = [];
28
28
  /**
29
29
  * Series Directive
@@ -167,7 +167,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
167
167
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
168
168
  return Reflect.metadata(k, v);
169
169
  };
170
- var 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'];
170
+ var 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'];
171
171
  var outputs$2 = [];
172
172
  /**
173
173
  * Series Directive
@@ -434,7 +434,7 @@ MultiLevelLabelsDirective.decorators = [
434
434
  * @nocollapse
435
435
  */
436
436
  MultiLevelLabelsDirective.ctorParameters = function () { return []; };
437
- var 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'];
437
+ var 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'];
438
438
  var outputs$6 = [];
439
439
  /**
440
440
  * Axis Directive
@@ -813,7 +813,7 @@ SelectedDataIndexesDirective.decorators = [
813
813
  * @nocollapse
814
814
  */
815
815
  SelectedDataIndexesDirective.ctorParameters = function () { return []; };
816
- var 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'];
816
+ var 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'];
817
817
  var outputs$12 = [];
818
818
  /**
819
819
  * Indicator Directive
@@ -889,7 +889,7 @@ var __metadata$2 = (this && this.__metadata) || function (k, v) {
889
889
  return Reflect.metadata(k, v);
890
890
  };
891
891
  var 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'];
892
- var 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'];
892
+ var 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'];
893
893
  var twoWays = ['dataSource'];
894
894
  /**
895
895
  * Chart Component
@@ -1334,6 +1334,13 @@ exports.ChartComponent = /** @class */ (function (_super) {
1334
1334
  }
1335
1335
  }
1336
1336
  catch (_35) { }
1337
+ try {
1338
+ var mod = _this.injector.get('ChartsSeriesLabel');
1339
+ if (_this.injectedModules.indexOf(mod) === -1) {
1340
+ _this.injectedModules.push(mod);
1341
+ }
1342
+ }
1343
+ catch (_36) { }
1337
1344
  _this.registerEvents(outputs$13);
1338
1345
  _this.addTwoWay.call(_this, twoWays);
1339
1346
  ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
@@ -1417,11 +1424,16 @@ exports.ChartComponent.ctorParameters = function () { return [
1417
1424
  ]; };
1418
1425
  exports.ChartComponent.propDecorators = {
1419
1426
  'tooltip_template': [{ type: core.ContentChild, args: ['tooltipTemplate',] },],
1427
+ 'legendSettings_template': [{ type: core.ContentChild, args: ['legendSettingsTemplate',] },],
1420
1428
  };
1421
1429
  __decorate$2([
1422
1430
  ej2AngularBase.Template(),
1423
1431
  __metadata$2("design:type", Object)
1424
1432
  ], exports.ChartComponent.prototype, "tooltip_template", void 0);
1433
+ __decorate$2([
1434
+ ej2AngularBase.Template(),
1435
+ __metadata$2("design:type", Object)
1436
+ ], exports.ChartComponent.prototype, "legendSettings_template", void 0);
1425
1437
  exports.ChartComponent = __decorate$2([
1426
1438
  ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
1427
1439
  __metadata$2("design:paramtypes", [core.ElementRef,
@@ -1564,6 +1576,7 @@ var ExportService = { provide: 'ChartsExport', useValue: ej2Charts.Export };
1564
1576
  var DataEditingService = { provide: 'ChartsDataEditing', useValue: ej2Charts.DataEditing };
1565
1577
  var HighlightService = { provide: 'ChartsHighlight', useValue: ej2Charts.Highlight };
1566
1578
  var LastValueLabelService = { provide: 'ChartsLastValueLabel', useValue: ej2Charts.LastValueLabel };
1579
+ var SeriesLabelService = { provide: 'ChartsSeriesLabel', useValue: ej2Charts.SeriesLabel };
1567
1580
  /**
1568
1581
  * NgModule definition for the Chart component with providers.
1569
1582
  */
@@ -1638,7 +1651,8 @@ ChartAllModule.decorators = [
1638
1651
  ExportService,
1639
1652
  DataEditingService,
1640
1653
  HighlightService,
1641
- LastValueLabelService
1654
+ LastValueLabelService,
1655
+ SeriesLabelService
1642
1656
  ]
1643
1657
  },] },
1644
1658
  ];
@@ -1660,7 +1674,7 @@ var __metadata$3 = (this && this.__metadata) || function (k, v) {
1660
1674
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
1661
1675
  return Reflect.metadata(k, v);
1662
1676
  };
1663
- var 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'];
1677
+ var 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'];
1664
1678
  var outputs$14 = [];
1665
1679
  /**
1666
1680
  * AccumulationSeries Directive
@@ -1980,11 +1994,16 @@ exports.AccumulationChartComponent.ctorParameters = function () { return [
1980
1994
  ]; };
1981
1995
  exports.AccumulationChartComponent.propDecorators = {
1982
1996
  'tooltip_template': [{ type: core.ContentChild, args: ['tooltipTemplate',] },],
1997
+ 'legendSettings_template': [{ type: core.ContentChild, args: ['legendSettingsTemplate',] },],
1983
1998
  };
1984
1999
  __decorate$5([
1985
2000
  ej2AngularBase.Template(),
1986
2001
  __metadata$5("design:type", Object)
1987
2002
  ], exports.AccumulationChartComponent.prototype, "tooltip_template", void 0);
2003
+ __decorate$5([
2004
+ ej2AngularBase.Template(),
2005
+ __metadata$5("design:type", Object)
2006
+ ], exports.AccumulationChartComponent.prototype, "legendSettings_template", void 0);
1988
2007
  exports.AccumulationChartComponent = __decorate$5([
1989
2008
  ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
1990
2009
  __metadata$5("design:paramtypes", [core.ElementRef,
@@ -2774,7 +2793,7 @@ SmithchartAllModule.decorators = [
2774
2793
  * @nocollapse
2775
2794
  */
2776
2795
  SmithchartAllModule.ctorParameters = function () { return []; };
2777
- var input$18 = ['accessibility', 'animation', 'backwardForecast', 'dashArray', 'enableTooltip', 'fill', 'forwardForecast', 'intercept', 'legendShape', 'marker', 'name', 'period', 'polynomialOrder', 'type', 'visible', 'width'];
2796
+ var input$18 = ['accessibility', 'animation', 'backwardForecast', 'dashArray', 'enableTooltip', 'fill', 'forwardForecast', 'intercept', 'legendShape', 'linearGradient', 'marker', 'name', 'period', 'polynomialOrder', 'radialGradient', 'type', 'visible', 'width'];
2778
2797
  var outputs$23 = [];
2779
2798
  /**
2780
2799
  * Series Directive
@@ -2840,7 +2859,7 @@ StockChartTrendlinesDirective.decorators = [
2840
2859
  * @nocollapse
2841
2860
  */
2842
2861
  StockChartTrendlinesDirective.ctorParameters = function () { return []; };
2843
- var 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'];
2862
+ var 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'];
2844
2863
  var outputs$24 = [];
2845
2864
  /**
2846
2865
  * Series Directive
@@ -3283,7 +3302,7 @@ StockEventsDirective.decorators = [
3283
3302
  * @nocollapse
3284
3303
  */
3285
3304
  StockEventsDirective.ctorParameters = function () { return []; };
3286
- var 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'];
3305
+ var 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'];
3287
3306
  var outputs$31 = [];
3288
3307
  /**
3289
3308
  * Indicator Directive
@@ -3359,7 +3378,7 @@ var __metadata$10 = (this && this.__metadata) || function (k, v) {
3359
3378
  return Reflect.metadata(k, v);
3360
3379
  };
3361
3380
  var 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'];
3362
- var outputs$32 = ['axisLabelRender', 'beforeExport', 'legendClick', 'legendRender', 'load', 'loaded', 'onZooming', 'pointClick', 'pointMove', 'rangeChange', 'selectorRender', 'seriesRender', 'stockChartMouseClick', 'stockChartMouseDown', 'stockChartMouseLeave', 'stockChartMouseMove', 'stockChartMouseUp', 'stockEventRender', 'tooltipRender', 'dataSourceChange'];
3381
+ var outputs$32 = ['axisLabelRender', 'beforeExport', 'crosshairLabelRender', 'legendClick', 'legendRender', 'load', 'loaded', 'onZooming', 'pointClick', 'pointMove', 'rangeChange', 'selectorRender', 'seriesRender', 'stockChartMouseClick', 'stockChartMouseDown', 'stockChartMouseLeave', 'stockChartMouseMove', 'stockChartMouseUp', 'stockEventRender', 'tooltipRender', 'dataSourceChange'];
3363
3382
  var twoWays$5 = ['dataSource'];
3364
3383
  /**
3365
3384
  * Stock Chart Component
@@ -3615,6 +3634,13 @@ exports.StockChartComponent = /** @class */ (function (_super) {
3615
3634
  }
3616
3635
  }
3617
3636
  catch (_8) { }
3637
+ try {
3638
+ var mod = _this.injector.get('ChartsSeriesLabel');
3639
+ if (_this.injectedModules.indexOf(mod) === -1) {
3640
+ _this.injectedModules.push(mod);
3641
+ }
3642
+ }
3643
+ catch (_9) { }
3618
3644
  _this.registerEvents(outputs$32);
3619
3645
  _this.addTwoWay.call(_this, twoWays$5);
3620
3646
  ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
@@ -3699,11 +3725,16 @@ exports.StockChartComponent.ctorParameters = function () { return [
3699
3725
  ]; };
3700
3726
  exports.StockChartComponent.propDecorators = {
3701
3727
  'tooltip_template': [{ type: core.ContentChild, args: ['tooltipTemplate',] },],
3728
+ 'legendSettings_template': [{ type: core.ContentChild, args: ['legendSettingsTemplate',] },],
3702
3729
  };
3703
3730
  __decorate$10([
3704
3731
  ej2AngularBase.Template(),
3705
3732
  __metadata$10("design:type", Object)
3706
3733
  ], exports.StockChartComponent.prototype, "tooltip_template", void 0);
3734
+ __decorate$10([
3735
+ ej2AngularBase.Template(),
3736
+ __metadata$10("design:type", Object)
3737
+ ], exports.StockChartComponent.prototype, "legendSettings_template", void 0);
3707
3738
  exports.StockChartComponent = __decorate$10([
3708
3739
  ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
3709
3740
  __metadata$10("design:paramtypes", [core.ElementRef,
@@ -5031,7 +5062,335 @@ CircularChart3DAllModule.decorators = [
5031
5062
  /**
5032
5063
  * @nocollapse
5033
5064
  */
5034
- CircularChart3DAllModule.ctorParameters = function () { return []; };
5065
+ CircularChart3DAllModule.ctorParameters = function () { return []; };
5066
+ var input$35 = ['color', 'id', 'label', 'offset'];
5067
+ var outputs$44 = [];
5068
+ /**
5069
+ * Sankey Nodes Directive
5070
+ * ```html
5071
+ * <e-sankey-nodes>
5072
+ * <e-sankey-node></e-sankey-node>
5073
+ * </e-sankey-nodes>
5074
+ * ```
5075
+ */
5076
+ var SankeyNodeDirective = /** @class */ (function (_super) {
5077
+ __extends(SankeyNodeDirective, _super);
5078
+ /**
5079
+ * @param {?} viewContainerRef
5080
+ */
5081
+ function SankeyNodeDirective(viewContainerRef) {
5082
+ var _this = _super.call(this) || this;
5083
+ _this.viewContainerRef = viewContainerRef;
5084
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
5085
+ _this.registerEvents(outputs$44);
5086
+ _this.directivePropList = input$35;
5087
+ return _this;
5088
+ }
5089
+ return SankeyNodeDirective;
5090
+ }(ej2AngularBase.ComplexBase));
5091
+ SankeyNodeDirective.decorators = [
5092
+ { type: core.Directive, args: [{
5093
+ selector: 'e-sankey-nodes>e-sankey-node',
5094
+ inputs: input$35,
5095
+ outputs: outputs$44,
5096
+ queries: {}
5097
+ },] },
5098
+ ];
5099
+ /**
5100
+ * @nocollapse
5101
+ */
5102
+ SankeyNodeDirective.ctorParameters = function () { return [
5103
+ { type: core.ViewContainerRef, },
5104
+ ]; };
5105
+ /**
5106
+ * SankeyNode Array Directive
5107
+ */
5108
+ var SankeyNodesCollectionDirective = /** @class */ (function (_super) {
5109
+ __extends(SankeyNodesCollectionDirective, _super);
5110
+ function SankeyNodesCollectionDirective() {
5111
+ return _super.call(this, 'nodes') || this;
5112
+ }
5113
+ return SankeyNodesCollectionDirective;
5114
+ }(ej2AngularBase.ArrayBase));
5115
+ SankeyNodesCollectionDirective.decorators = [
5116
+ { type: core.Directive, args: [{
5117
+ selector: 'ejs-sankey>e-sankey-nodes',
5118
+ queries: {
5119
+ children: new core.ContentChildren(SankeyNodeDirective)
5120
+ },
5121
+ },] },
5122
+ ];
5123
+ /**
5124
+ * @nocollapse
5125
+ */
5126
+ SankeyNodesCollectionDirective.ctorParameters = function () { return []; };
5127
+ var input$36 = ['sourceId', 'targetId', 'value'];
5128
+ var outputs$45 = [];
5129
+ /**
5130
+ * Sankey Links Directive
5131
+ * ```html
5132
+ * <e-sankey-links>
5133
+ * <e-sankey-link></e-sankey-link>
5134
+ * </e-sankey-links>
5135
+ * ```
5136
+ */
5137
+ var SankeyLinkDirective = /** @class */ (function (_super) {
5138
+ __extends(SankeyLinkDirective, _super);
5139
+ /**
5140
+ * @param {?} viewContainerRef
5141
+ */
5142
+ function SankeyLinkDirective(viewContainerRef) {
5143
+ var _this = _super.call(this) || this;
5144
+ _this.viewContainerRef = viewContainerRef;
5145
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
5146
+ _this.registerEvents(outputs$45);
5147
+ _this.directivePropList = input$36;
5148
+ return _this;
5149
+ }
5150
+ return SankeyLinkDirective;
5151
+ }(ej2AngularBase.ComplexBase));
5152
+ SankeyLinkDirective.decorators = [
5153
+ { type: core.Directive, args: [{
5154
+ selector: 'e-sankey-links>e-sankey-link',
5155
+ inputs: input$36,
5156
+ outputs: outputs$45,
5157
+ queries: {}
5158
+ },] },
5159
+ ];
5160
+ /**
5161
+ * @nocollapse
5162
+ */
5163
+ SankeyLinkDirective.ctorParameters = function () { return [
5164
+ { type: core.ViewContainerRef, },
5165
+ ]; };
5166
+ /**
5167
+ * SankeyLink Array Directive
5168
+ */
5169
+ var SankeyLinksCollectionDirective = /** @class */ (function (_super) {
5170
+ __extends(SankeyLinksCollectionDirective, _super);
5171
+ function SankeyLinksCollectionDirective() {
5172
+ return _super.call(this, 'links') || this;
5173
+ }
5174
+ return SankeyLinksCollectionDirective;
5175
+ }(ej2AngularBase.ArrayBase));
5176
+ SankeyLinksCollectionDirective.decorators = [
5177
+ { type: core.Directive, args: [{
5178
+ selector: 'ejs-sankey>e-sankey-links',
5179
+ queries: {
5180
+ children: new core.ContentChildren(SankeyLinkDirective)
5181
+ },
5182
+ },] },
5183
+ ];
5184
+ /**
5185
+ * @nocollapse
5186
+ */
5187
+ SankeyLinksCollectionDirective.ctorParameters = function () { return []; };
5188
+ var __decorate$16 = (this && this.__decorate) || function (decorators, target, key, desc) {
5189
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
5190
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
5191
+ r = Reflect.decorate(decorators, target, key, desc);
5192
+ else
5193
+ for (var i = decorators.length - 1; i >= 0; i--)
5194
+ if (d = decorators[i])
5195
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5196
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
5197
+ };
5198
+ var __metadata$16 = (this && this.__metadata) || function (k, v) {
5199
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
5200
+ return Reflect.metadata(k, v);
5201
+ };
5202
+ var 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'];
5203
+ var outputs$46 = ['afterExport', 'beforeExport', 'beforePrint', 'exportCompleted', 'labelRendering', 'legendItemHover', 'legendItemRendering', 'linkClick', 'linkEnter', 'linkLeave', 'linkRendering', 'load', 'loaded', 'nodeClick', 'nodeEnter', 'nodeLeave', 'nodeRendering', 'sizeChanged', 'tooltipRendering'];
5204
+ var twoWays$9 = [''];
5205
+ /**
5206
+ * Sankey Component
5207
+ * ```html
5208
+ * <ejs-sankey></ejs-sankey>
5209
+ * ```
5210
+ */
5211
+ exports.SankeyComponent = /** @class */ (function (_super) {
5212
+ __extends(SankeyComponent, _super);
5213
+ /**
5214
+ * @param {?} ngEle
5215
+ * @param {?} srenderer
5216
+ * @param {?} viewContainerRef
5217
+ * @param {?} injector
5218
+ */
5219
+ function SankeyComponent(ngEle, srenderer, viewContainerRef, injector) {
5220
+ var _this = _super.call(this) || this;
5221
+ _this.ngEle = ngEle;
5222
+ _this.srenderer = srenderer;
5223
+ _this.viewContainerRef = viewContainerRef;
5224
+ _this.injector = injector;
5225
+ _this.tags = ['nodes', 'links'];
5226
+ _this.element = _this.ngEle.nativeElement;
5227
+ _this.injectedModules = _this.injectedModules || [];
5228
+ try {
5229
+ var mod = _this.injector.get('ChartsSankeyLegend');
5230
+ if (_this.injectedModules.indexOf(mod) === -1) {
5231
+ _this.injectedModules.push(mod);
5232
+ }
5233
+ }
5234
+ catch (_a) { }
5235
+ try {
5236
+ var mod = _this.injector.get('ChartsSankeyTooltip');
5237
+ if (_this.injectedModules.indexOf(mod) === -1) {
5238
+ _this.injectedModules.push(mod);
5239
+ }
5240
+ }
5241
+ catch (_b) { }
5242
+ try {
5243
+ var mod = _this.injector.get('ChartsSankeyHighlight');
5244
+ if (_this.injectedModules.indexOf(mod) === -1) {
5245
+ _this.injectedModules.push(mod);
5246
+ }
5247
+ }
5248
+ catch (_c) { }
5249
+ try {
5250
+ var mod = _this.injector.get('ChartsSankeyExport');
5251
+ if (_this.injectedModules.indexOf(mod) === -1) {
5252
+ _this.injectedModules.push(mod);
5253
+ }
5254
+ }
5255
+ catch (_d) { }
5256
+ _this.registerEvents(outputs$46);
5257
+ _this.addTwoWay.call(_this, twoWays$9);
5258
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
5259
+ _this.context = new ej2AngularBase.ComponentBase();
5260
+ return _this;
5261
+ }
5262
+ /**
5263
+ * @return {?}
5264
+ */
5265
+ SankeyComponent.prototype.ngOnInit = function () {
5266
+ this.context.ngOnInit(this);
5267
+ };
5268
+ /**
5269
+ * @return {?}
5270
+ */
5271
+ SankeyComponent.prototype.ngAfterViewInit = function () {
5272
+ this.context.ngAfterViewInit(this);
5273
+ };
5274
+ /**
5275
+ * @return {?}
5276
+ */
5277
+ SankeyComponent.prototype.ngOnDestroy = function () {
5278
+ this.context.ngOnDestroy(this);
5279
+ };
5280
+ /**
5281
+ * @return {?}
5282
+ */
5283
+ SankeyComponent.prototype.ngAfterContentChecked = function () {
5284
+ this.tagObjects[0].instance = this.childNodes;
5285
+ if (this.childLinks) {
5286
+ this.tagObjects[1].instance = /** @type {?} */ (this.childLinks);
5287
+ }
5288
+ this.context.ngAfterContentChecked(this);
5289
+ };
5290
+ return SankeyComponent;
5291
+ }(ej2Charts.Sankey));
5292
+ exports.SankeyComponent.decorators = [
5293
+ { type: core.Component, args: [{
5294
+ selector: 'ejs-sankey',
5295
+ inputs: inputs$9,
5296
+ outputs: outputs$46,
5297
+ template: '',
5298
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
5299
+ queries: {
5300
+ childNodes: new core.ContentChild(SankeyNodesCollectionDirective),
5301
+ childLinks: new core.ContentChild(SankeyLinksCollectionDirective)
5302
+ }
5303
+ },] },
5304
+ ];
5305
+ /**
5306
+ * @nocollapse
5307
+ */
5308
+ exports.SankeyComponent.ctorParameters = function () { return [
5309
+ { type: core.ElementRef, },
5310
+ { type: core.Renderer2, },
5311
+ { type: core.ViewContainerRef, },
5312
+ { type: core.Injector, },
5313
+ ]; };
5314
+ exports.SankeyComponent.propDecorators = {
5315
+ 'tooltip_sankeyNodeTemplate': [{ type: core.ContentChild, args: ['tooltipSankeyNodeTemplate',] },],
5316
+ 'tooltip_sankeyLinkTemplate': [{ type: core.ContentChild, args: ['tooltipSankeyLinkTemplate',] },],
5317
+ };
5318
+ __decorate$16([
5319
+ ej2AngularBase.Template(),
5320
+ __metadata$16("design:type", Object)
5321
+ ], exports.SankeyComponent.prototype, "tooltip_sankeyNodeTemplate", void 0);
5322
+ __decorate$16([
5323
+ ej2AngularBase.Template(),
5324
+ __metadata$16("design:type", Object)
5325
+ ], exports.SankeyComponent.prototype, "tooltip_sankeyLinkTemplate", void 0);
5326
+ exports.SankeyComponent = __decorate$16([
5327
+ ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
5328
+ __metadata$16("design:paramtypes", [core.ElementRef,
5329
+ core.Renderer2,
5330
+ core.ViewContainerRef,
5331
+ core.Injector])
5332
+ ], exports.SankeyComponent);
5333
+ /**
5334
+ * NgModule definition for the Sankey component.
5335
+ */
5336
+ var SankeyModule = /** @class */ (function () {
5337
+ function SankeyModule() {
5338
+ }
5339
+ return SankeyModule;
5340
+ }());
5341
+ SankeyModule.decorators = [
5342
+ { type: core.NgModule, args: [{
5343
+ imports: [common.CommonModule],
5344
+ declarations: [
5345
+ exports.SankeyComponent,
5346
+ SankeyNodeDirective,
5347
+ SankeyNodesCollectionDirective,
5348
+ SankeyLinkDirective,
5349
+ SankeyLinksCollectionDirective
5350
+ ],
5351
+ exports: [
5352
+ exports.SankeyComponent,
5353
+ SankeyNodeDirective,
5354
+ SankeyNodesCollectionDirective,
5355
+ SankeyLinkDirective,
5356
+ SankeyLinksCollectionDirective
5357
+ ]
5358
+ },] },
5359
+ ];
5360
+ /**
5361
+ * @nocollapse
5362
+ */
5363
+ SankeyModule.ctorParameters = function () { return []; };
5364
+ var SankeyLegendService = { provide: 'ChartsSankeyLegend', useValue: ej2Charts.SankeyLegend };
5365
+ var SankeyTooltipService = { provide: 'ChartsSankeyTooltip', useValue: ej2Charts.SankeyTooltip };
5366
+ var SankeyHighlightService = { provide: 'ChartsSankeyHighlight', useValue: ej2Charts.SankeyHighlight };
5367
+ var SankeyExportService = { provide: 'ChartsSankeyExport', useValue: ej2Charts.SankeyExport };
5368
+ /**
5369
+ * NgModule definition for the Sankey component with providers.
5370
+ */
5371
+ var SankeyAllModule = /** @class */ (function () {
5372
+ function SankeyAllModule() {
5373
+ }
5374
+ return SankeyAllModule;
5375
+ }());
5376
+ SankeyAllModule.decorators = [
5377
+ { type: core.NgModule, args: [{
5378
+ imports: [common.CommonModule, SankeyModule],
5379
+ exports: [
5380
+ SankeyModule
5381
+ ],
5382
+ providers: [
5383
+ SankeyLegendService,
5384
+ SankeyTooltipService,
5385
+ SankeyHighlightService,
5386
+ SankeyExportService
5387
+ ]
5388
+ },] },
5389
+ ];
5390
+ /**
5391
+ * @nocollapse
5392
+ */
5393
+ SankeyAllModule.ctorParameters = function () { return []; };
5035
5394
 
5036
5395
  exports.TrendlineDirective = TrendlineDirective;
5037
5396
  exports.TrendlinesDirective = TrendlinesDirective;
@@ -5121,6 +5480,7 @@ exports.ExportService = ExportService;
5121
5480
  exports.DataEditingService = DataEditingService;
5122
5481
  exports.HighlightService = HighlightService;
5123
5482
  exports.LastValueLabelService = LastValueLabelService;
5483
+ exports.SeriesLabelService = SeriesLabelService;
5124
5484
  exports.AccumulationSeriesDirective = AccumulationSeriesDirective;
5125
5485
  exports.AccumulationSeriesCollectionDirective = AccumulationSeriesCollectionDirective;
5126
5486
  exports.AccumulationAnnotationDirective = AccumulationAnnotationDirective;
@@ -5219,6 +5579,16 @@ exports.CircularChartSelection3DService = CircularChartSelection3DService;
5219
5579
  exports.CircularChartDataLabel3DService = CircularChartDataLabel3DService;
5220
5580
  exports.CircularChartHighlight3DService = CircularChartHighlight3DService;
5221
5581
  exports.CircularChartExport3DService = CircularChartExport3DService;
5582
+ exports.SankeyNodeDirective = SankeyNodeDirective;
5583
+ exports.SankeyNodesCollectionDirective = SankeyNodesCollectionDirective;
5584
+ exports.SankeyLinkDirective = SankeyLinkDirective;
5585
+ exports.SankeyLinksCollectionDirective = SankeyLinksCollectionDirective;
5586
+ exports.SankeyModule = SankeyModule;
5587
+ exports.SankeyAllModule = SankeyAllModule;
5588
+ exports.SankeyLegendService = SankeyLegendService;
5589
+ exports.SankeyTooltipService = SankeyTooltipService;
5590
+ exports.SankeyHighlightService = SankeyHighlightService;
5591
+ exports.SankeyExportService = SankeyExportService;
5222
5592
  exports.ɵc = inputs$1;
5223
5593
  exports.ɵd = outputs$16;
5224
5594
  exports.ɵm = inputs$6;
@@ -5231,6 +5601,8 @@ exports.ɵq = inputs$8;
5231
5601
  exports.ɵr = outputs$43;
5232
5602
  exports.ɵe = inputs$2;
5233
5603
  exports.ɵf = outputs$18;
5604
+ exports.ɵs = inputs$9;
5605
+ exports.ɵt = outputs$46;
5234
5606
  exports.ɵi = inputs$4;
5235
5607
  exports.ɵj = outputs$22;
5236
5608
  exports.ɵg = inputs$3;
@@ -5282,6 +5654,9 @@ exports.DragSettings = ej2Charts.DragSettings;
5282
5654
  exports.Periods = ej2Charts.Periods;
5283
5655
  exports.PeriodSelectorSettings = ej2Charts.PeriodSelectorSettings;
5284
5656
  exports.StockTooltipSettings = ej2Charts.StockTooltipSettings;
5657
+ exports.GradientColorStop = ej2Charts.GradientColorStop;
5658
+ exports.LinearGradient = ej2Charts.LinearGradient;
5659
+ exports.RadialGradient = ej2Charts.RadialGradient;
5285
5660
  exports.Index = ej2Charts.Index;
5286
5661
  exports.LineSeries = ej2Charts.LineSeries;
5287
5662
  exports.ColumnSeries = ej2Charts.ColumnSeries;
@@ -5418,7 +5793,6 @@ exports.titlePositionX = ej2Charts.titlePositionX;
5418
5793
  exports.textWrap = ej2Charts.textWrap;
5419
5794
  exports.textWrapAnyWhere = ej2Charts.textWrapAnyWhere;
5420
5795
  exports.getUnicodeText = ej2Charts.getUnicodeText;
5421
- exports.blazorTemplatesReset = ej2Charts.blazorTemplatesReset;
5422
5796
  exports.CustomizeOption = ej2Charts.CustomizeOption;
5423
5797
  exports.StackValues = ej2Charts.StackValues;
5424
5798
  exports.RectOption = ej2Charts.RectOption;
@@ -5438,6 +5812,18 @@ exports.getGradientColor = ej2Charts.getGradientColor;
5438
5812
  exports.getPercentageColor = ej2Charts.getPercentageColor;
5439
5813
  exports.getPercentage = ej2Charts.getPercentage;
5440
5814
  exports.getTextAnchor = ej2Charts.getTextAnchor;
5815
+ exports.getAncestorElement = ej2Charts.getAncestorElement;
5816
+ exports.measureLegendTemplateSize = ej2Charts.measureLegendTemplateSize;
5817
+ exports.toHex2 = ej2Charts.toHex2;
5818
+ exports.lightenColor = ej2Charts.lightenColor;
5819
+ exports.brightenColor = ej2Charts.brightenColor;
5820
+ exports.normalizeGradientStops = ej2Charts.normalizeGradientStops;
5821
+ exports.sanitizeGradientColor = ej2Charts.sanitizeGradientColor;
5822
+ exports.getOrCreateSvgDefs = ej2Charts.getOrCreateSvgDefs;
5823
+ exports.removePreviousGradient = ej2Charts.removePreviousGradient;
5824
+ exports.createLinearGradient = ej2Charts.createLinearGradient;
5825
+ exports.createRadialGradient = ej2Charts.createRadialGradient;
5826
+ exports.applyGradientsToSeries = ej2Charts.applyGradientsToSeries;
5441
5827
  exports.Crosshair = ej2Charts.Crosshair;
5442
5828
  exports.Tooltip = ej2Charts.Tooltip;
5443
5829
  exports.Zoom = ej2Charts.Zoom;
@@ -5446,8 +5832,10 @@ exports.DataEditing = ej2Charts.DataEditing;
5446
5832
  exports.Highlight = ej2Charts.Highlight;
5447
5833
  exports.LastValueLabel = ej2Charts.LastValueLabel;
5448
5834
  exports.DataLabel = ej2Charts.DataLabel;
5835
+ exports.SeriesLabel = ej2Charts.SeriesLabel;
5449
5836
  exports.ErrorBar = ej2Charts.ErrorBar;
5450
5837
  exports.LastValueLabelSettings = ej2Charts.LastValueLabelSettings;
5838
+ exports.SeriesLabelSettings = ej2Charts.SeriesLabelSettings;
5451
5839
  exports.DataLabelSettings = ej2Charts.DataLabelSettings;
5452
5840
  exports.MarkerSettings = ej2Charts.MarkerSettings;
5453
5841
  exports.ParetoOptions = ej2Charts.ParetoOptions;
@@ -5712,6 +6100,22 @@ exports.CircularChartHighlight3D = ej2Charts.CircularChartHighlight3D;
5712
6100
  exports.CircularChart3DPointData = ej2Charts.CircularChart3DPointData;
5713
6101
  exports.CircularChart3DTooltipSettings = ej2Charts.CircularChart3DTooltipSettings;
5714
6102
  exports.CircularChartTooltip3D = ej2Charts.CircularChartTooltip3D;
6103
+ exports.Sankey = ej2Charts.Sankey;
6104
+ exports.SankeySeries = ej2Charts.SankeySeries;
6105
+ exports.SankeyLegend = ej2Charts.SankeyLegend;
6106
+ exports.SankeyDataLabel = ej2Charts.SankeyDataLabel;
6107
+ exports.SankeyLabelSettings = ej2Charts.SankeyLabelSettings;
6108
+ exports.SankeyNode = ej2Charts.SankeyNode;
6109
+ exports.SankeyLink = ej2Charts.SankeyLink;
6110
+ exports.SankeyLinkSettings = ej2Charts.SankeyLinkSettings;
6111
+ exports.SankeyNodeSettings = ej2Charts.SankeyNodeSettings;
6112
+ exports.SankeyTitleStyle = ej2Charts.SankeyTitleStyle;
6113
+ exports.SankeyTooltipSettings = ej2Charts.SankeyTooltipSettings;
6114
+ exports.SankeyLegendSettings = ej2Charts.SankeyLegendSettings;
6115
+ exports.SankeyTextStyle = ej2Charts.SankeyTextStyle;
6116
+ exports.SankeyHighlight = ej2Charts.SankeyHighlight;
6117
+ exports.SankeyTooltip = ej2Charts.SankeyTooltip;
6118
+ exports.SankeyExport = ej2Charts.SankeyExport;
5715
6119
 
5716
6120
  Object.defineProperty(exports, '__esModule', { value: true });
5717
6121