@syncfusion/ej2-angular-charts 28.2.11-ngcc → 29.1.33-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.
- package/@syncfusion/ej2-angular-charts.es5.js +8 -8
- package/@syncfusion/ej2-angular-charts.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-charts.js +8 -8
- package/@syncfusion/ej2-angular-charts.js.map +1 -1
- package/README.md +1 -1
- package/dist/ej2-angular-charts.umd.js +12 -8
- package/dist/ej2-angular-charts.umd.js.map +1 -1
- package/dist/ej2-angular-charts.umd.min.js +2 -2
- package/dist/ej2-angular-charts.umd.min.js.map +1 -1
- package/ej2-angular-charts.metadata.json +1 -1
- package/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/accumulation-chart/accumulationchart.component.d.ts +1 -0
- package/src/accumulation-chart/series.directive.d.ts +8 -0
- package/src/chart/axes.directive.d.ts +6 -0
- package/src/chart/series.directive.d.ts +16 -0
- package/src/stock-chart/series.directive.d.ts +5 -0
- package/src/stock-chart/stockchart.component.d.ts +1 -0
package/README.md
CHANGED
|
@@ -289,7 +289,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
|
|
|
289
289
|
|
|
290
290
|
## License and copyright
|
|
291
291
|
|
|
292
|
-
> This is a commercial product and requires a paid license for possession or use.Syncfusion
|
|
292
|
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
|
|
293
293
|
|
|
294
294
|
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
|
|
295
295
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-charts.umd.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 29.1.33
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. 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
|
|
@@ -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', 'legendImageUrl', 'legendShape', 'low', 'marker', 'maxRadius', 'minRadius', 'name', 'negativeFillColor', 'noRisers', 'nonHighlightStyle', 'opacity', 'open', 'paretoOptions', 'pointColorMapping', 'query', 'segmentAxis', 'segments', 'selectionStyle', 'showMean', 'showNormalDistribution', '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', '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'];
|
|
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', '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', '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
|
|
@@ -888,7 +888,7 @@ var __metadata$2 = (this && this.__metadata) || function (k, v) {
|
|
|
888
888
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
889
889
|
return Reflect.metadata(k, v);
|
|
890
890
|
};
|
|
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', 'palettes', 'primaryXAxis', 'primaryYAxis', 'rangeColorSettings', 'rows', 'selectedDataIndexes', 'selectionMode', 'selectionPattern', 'series', 'subTitle', 'subTitleStyle', 'tabIndex', 'theme', 'title', 'titleStyle', 'tooltip', 'useGroupingSeparator', 'width', 'zoomSettings'];
|
|
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', 'palettes', 'primaryXAxis', 'primaryYAxis', 'rangeColorSettings', 'rows', 'selectedDataIndexes', 'selectionMode', 'selectionPattern', 'series', 'stackLabels', 'subTitle', 'subTitleStyle', 'tabIndex', 'theme', 'title', 'titleStyle', 'tooltip', 'useGroupingSeparator', 'width', 'zoomSettings'];
|
|
892
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'];
|
|
893
893
|
var twoWays = ['dataSource'];
|
|
894
894
|
/**
|
|
@@ -1651,7 +1651,7 @@ var __metadata$3 = (this && this.__metadata) || function (k, v) {
|
|
|
1651
1651
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
1652
1652
|
return Reflect.metadata(k, v);
|
|
1653
1653
|
};
|
|
1654
|
-
var input$13 = ['accessibility', 'animation', 'applyPattern', 'border', 'borderRadius', 'dashArray', 'dataLabel', 'dataSource', 'emptyPointSettings', 'enableTooltip', 'endAngle', 'explode', 'explodeAll', 'explodeIndex', 'explodeOffset', 'gapRatio', 'groupMode', 'groupTo', 'height', 'innerRadius', 'legendImageUrl', 'legendShape', 'name', 'neckHeight', 'neckWidth', 'opacity', 'palettes', 'pointColorMapping', 'pyramidMode', 'query', 'radius', 'selectionStyle', 'startAngle', 'tooltipMappingName', 'type', 'visible', 'width', 'xName', 'yName'];
|
|
1654
|
+
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'];
|
|
1655
1655
|
var outputs$14 = [];
|
|
1656
1656
|
/**
|
|
1657
1657
|
* AccumulationSeries Directive
|
|
@@ -1816,7 +1816,7 @@ var __metadata$5 = (this && this.__metadata) || function (k, v) {
|
|
|
1816
1816
|
return Reflect.metadata(k, v);
|
|
1817
1817
|
};
|
|
1818
1818
|
var inputs$1 = ['accessibility', 'allowExport', 'annotations', 'background', 'backgroundImage', 'border', 'center', 'centerLabel', 'currencyCode', 'dataSource', 'enableAnimation', 'enableBorderOnMouseMove', 'enableExport', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableSmartLabels', 'focusBorderColor', 'focusBorderMargin', 'focusBorderWidth', 'height', 'highlightColor', 'highlightMode', 'highlightPattern', 'isMultiSelect', 'legendSettings', 'locale', 'margin', 'selectedDataIndexes', 'selectionMode', 'selectionPattern', 'series', 'subTitle', 'subTitleStyle', 'theme', 'title', 'titleStyle', 'tooltip', 'useGroupingSeparator', 'width'];
|
|
1819
|
-
var outputs$16 = ['afterExport', 'animationComplete', 'annotationRender', 'beforePrint', 'beforeResize', 'chartDoubleClick', 'chartMouseClick', 'chartMouseDown', 'chartMouseLeave', 'chartMouseMove', 'chartMouseUp', 'legendClick', 'legendRender', 'load', 'loaded', 'pointClick', 'pointMove', 'pointRender', 'resized', 'selectionComplete', 'seriesRender', 'textRender', 'tooltipRender', 'dataSourceChange'];
|
|
1819
|
+
var outputs$16 = ['afterExport', 'animationComplete', 'annotationRender', 'beforeExport', 'beforePrint', 'beforeResize', 'chartDoubleClick', 'chartMouseClick', 'chartMouseDown', 'chartMouseLeave', 'chartMouseMove', 'chartMouseUp', 'legendClick', 'legendRender', 'load', 'loaded', 'pointClick', 'pointMove', 'pointRender', 'resized', 'selectionComplete', 'seriesRender', 'textRender', 'tooltipRender', 'dataSourceChange'];
|
|
1820
1820
|
var twoWays$1 = ['dataSource'];
|
|
1821
1821
|
/**
|
|
1822
1822
|
* AccumulationChart Component
|
|
@@ -2831,7 +2831,7 @@ StockChartTrendlinesDirective.decorators = [
|
|
|
2831
2831
|
* @nocollapse
|
|
2832
2832
|
*/
|
|
2833
2833
|
StockChartTrendlinesDirective.ctorParameters = function () { return []; };
|
|
2834
|
-
var input$19 = ['animation', 'bearFillColor', 'border', 'bullFillColor', 'cardinalSplineTension', 'close', 'columnSpacing', 'columnWidth', 'cornerRadius', 'dashArray', 'dataSource', 'emptyPointSettings', 'enableSolidCandles', 'enableTooltip', 'fill', 'high', 'legendImageUrl', 'legendShape', 'low', 'marker', 'name', 'opacity', 'open', 'pointColorMapping', 'query', 'selectionStyle', 'tooltipMappingName', 'trendlines', 'type', 'visible', 'volume', 'width', 'xAxisName', 'xName', 'yAxisName', 'yName'];
|
|
2834
|
+
var input$19 = ['animation', 'bearFillColor', 'border', 'bullFillColor', 'cardinalSplineTension', 'close', 'columnSpacing', 'columnWidth', 'cornerRadius', 'dashArray', 'dataSource', 'emptyPointSettings', 'enableSolidCandles', 'enableTooltip', 'fill', 'high', 'legendImageUrl', 'legendShape', 'low', 'marker', 'name', 'opacity', 'open', 'pointColorMapping', 'query', 'selectionStyle', 'showNearestTooltip', 'tooltipMappingName', 'trendlines', 'type', 'visible', 'volume', 'width', 'xAxisName', 'xName', 'yAxisName', 'yName'];
|
|
2835
2835
|
var outputs$24 = [];
|
|
2836
2836
|
/**
|
|
2837
2837
|
* Series Directive
|
|
@@ -3350,7 +3350,7 @@ var __metadata$10 = (this && this.__metadata) || function (k, v) {
|
|
|
3350
3350
|
return Reflect.metadata(k, v);
|
|
3351
3351
|
};
|
|
3352
3352
|
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', 'periods', 'primaryXAxis', 'primaryYAxis', 'rows', 'selectedDataIndexes', 'selectionMode', 'series', 'seriesType', 'stockEvents', 'theme', 'title', 'titleStyle', 'tooltip', 'trendlineType', 'width', 'zoomSettings'];
|
|
3353
|
-
var outputs$32 = ['axisLabelRender', 'legendClick', 'legendRender', 'load', 'loaded', 'onZooming', 'pointClick', 'pointMove', 'rangeChange', 'selectorRender', 'seriesRender', 'stockChartMouseClick', 'stockChartMouseDown', 'stockChartMouseLeave', 'stockChartMouseMove', 'stockChartMouseUp', 'stockEventRender', 'tooltipRender', 'dataSourceChange'];
|
|
3353
|
+
var outputs$32 = ['axisLabelRender', 'beforeExport', 'legendClick', 'legendRender', 'load', 'loaded', 'onZooming', 'pointClick', 'pointMove', 'rangeChange', 'selectorRender', 'seriesRender', 'stockChartMouseClick', 'stockChartMouseDown', 'stockChartMouseLeave', 'stockChartMouseMove', 'stockChartMouseUp', 'stockEventRender', 'tooltipRender', 'dataSourceChange'];
|
|
3354
3354
|
var twoWays$5 = ['dataSource'];
|
|
3355
3355
|
/**
|
|
3356
3356
|
* Stock Chart Component
|
|
@@ -5246,6 +5246,7 @@ exports.Location = ej2Charts.Location;
|
|
|
5246
5246
|
exports.Accessibility = ej2Charts.Accessibility;
|
|
5247
5247
|
exports.SeriesAccessibility = ej2Charts.SeriesAccessibility;
|
|
5248
5248
|
exports.Font = ej2Charts.Font;
|
|
5249
|
+
exports.StackLabelsFont = ej2Charts.StackLabelsFont;
|
|
5249
5250
|
exports.CenterLabel = ej2Charts.CenterLabel;
|
|
5250
5251
|
exports.Border = ej2Charts.Border;
|
|
5251
5252
|
exports.Offset = ej2Charts.Offset;
|
|
@@ -5258,6 +5259,7 @@ exports.CornerRadius = ej2Charts.CornerRadius;
|
|
|
5258
5259
|
exports.ContainerPadding = ej2Charts.ContainerPadding;
|
|
5259
5260
|
exports.titleBorder = ej2Charts.titleBorder;
|
|
5260
5261
|
exports.titleSettings = ej2Charts.titleSettings;
|
|
5262
|
+
exports.TitleStyleSettings = ej2Charts.TitleStyleSettings;
|
|
5261
5263
|
exports.ChartArea = ej2Charts.ChartArea;
|
|
5262
5264
|
exports.DragSettings = ej2Charts.DragSettings;
|
|
5263
5265
|
exports.Periods = ej2Charts.Periods;
|
|
@@ -5305,6 +5307,7 @@ exports.Trendlines = ej2Charts.Trendlines;
|
|
|
5305
5307
|
exports.sort = ej2Charts.sort;
|
|
5306
5308
|
exports.isBreakLabel = ej2Charts.isBreakLabel;
|
|
5307
5309
|
exports.getVisiblePoints = ej2Charts.getVisiblePoints;
|
|
5310
|
+
exports.calculateScrollbarOffset = ej2Charts.calculateScrollbarOffset;
|
|
5308
5311
|
exports.rotateTextSize = ej2Charts.rotateTextSize;
|
|
5309
5312
|
exports.removeElement = ej2Charts.removeElement;
|
|
5310
5313
|
exports.logBase = ej2Charts.logBase;
|
|
@@ -5446,6 +5449,7 @@ exports.MultiLevelLabels = ej2Charts.MultiLevelLabels;
|
|
|
5446
5449
|
exports.ScrollbarSettingsRange = ej2Charts.ScrollbarSettingsRange;
|
|
5447
5450
|
exports.ScrollbarSettings = ej2Charts.ScrollbarSettings;
|
|
5448
5451
|
exports.ToolbarPosition = ej2Charts.ToolbarPosition;
|
|
5452
|
+
exports.StackLabelSettings = ej2Charts.StackLabelSettings;
|
|
5449
5453
|
exports.BoxAndWhiskerSeries = ej2Charts.BoxAndWhiskerSeries;
|
|
5450
5454
|
exports.MultiColoredAreaSeries = ej2Charts.MultiColoredAreaSeries;
|
|
5451
5455
|
exports.MultiColoredLineSeries = ej2Charts.MultiColoredLineSeries;
|