@syncfusion/ej2-angular-charts 29.2.4 → 29.2.5

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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-charts@*",
3
- "_id": "@syncfusion/ej2-angular-charts@29.1.41",
3
+ "_id": "@syncfusion/ej2-angular-charts@29.2.4",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-mxiO0wjU08UOKNaF0r16crUDZKagNLH1JHTPqpusWu+IqtKZFV0TqTibCp55zqhGxHy3yLVqTD0jGSJn/qylkA==",
5
+ "_integrity": "sha512-6Cux7dDet0bLe57BardWyDsqquKhIwohgLj/VjTE3Rg/vtM8s/mbkevKFG6nNZUkC8tU5CJyghvwzPS9w4jCaQ==",
6
6
  "_location": "/@syncfusion/ej2-angular-charts",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-charts/-/ej2-angular-charts-29.1.41.tgz",
23
- "_shasum": "2b51c098b2e17251b04e3c19fe30a96778749af8",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-charts/-/ej2-angular-charts-29.2.4.tgz",
23
+ "_shasum": "8cc3b1638fd6f7aca1814126681136eadcadbae0",
24
24
  "_spec": "@syncfusion/ej2-angular-charts@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_29.1.1/ivypackages/included",
26
26
  "author": {
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~29.2.4",
35
35
  "@syncfusion/ej2-base": "~29.2.4",
36
- "@syncfusion/ej2-charts": "29.2.4"
36
+ "@syncfusion/ej2-charts": "29.2.5"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Angular",
@@ -81,5 +81,5 @@
81
81
  "schematics": "./schematics/collection.json",
82
82
  "sideEffects": false,
83
83
  "typings": "syncfusion-ej2-angular-charts.d.ts",
84
- "version": "29.2.4"
84
+ "version": "29.2.5"
85
85
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-charts";
2
- export declare const pkgVer = "^29.1.41";
2
+ export declare const pkgVer = "^29.2.4";
3
3
  export declare const moduleName = "ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule, Chart3DModule, CircularChart3DModule";
4
- export declare const themeVer = "~29.1.41";
4
+ export declare const themeVer = "~29.2.4";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-charts';
4
- exports.pkgVer = '^29.2.4';
4
+ exports.pkgVer = '^29.2.5';
5
5
  exports.moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule, Chart3DModule, CircularChart3DModule';
6
- exports.themeVer = '~29.2.4';
6
+ exports.themeVer = '~29.2.5';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-charts';
2
- export const pkgVer = '^29.2.4';
2
+ export const pkgVer = '^29.2.5';
3
3
  export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule, Chart3DModule, CircularChart3DModule';
4
- export const themeVer = '~29.2.4';
4
+ export const themeVer = '~29.2.5';
@@ -89,6 +89,12 @@ export declare class AxisDirective extends ComplexBase<AxisDirective> {
89
89
  * @aspdefaultvalueignore
90
90
  */
91
91
  interval: any;
92
+ /**
93
+ * Specifies an offset value that determines where the first label appears on the category axis.
94
+ * This helps control the alignment of axis labels by shifting the starting position.
95
+ * @default null
96
+ */
97
+ intervalOffset: any;
92
98
  /**
93
99
  * The `intervalType` property defines how the intervals on a date-time axis are calculated and displayed.
94
100
  * Available options are:
@@ -374,7 +380,7 @@ export declare class AxisDirective extends ComplexBase<AxisDirective> {
374
380
  zoomPosition: any;
375
381
  constructor(viewContainerRef: ViewContainerRef);
376
382
  static ɵfac: i0.ɵɵFactoryDeclaration<AxisDirective, never>;
377
- static ɵdir: i0.ɵɵDirectiveDeclaration<AxisDirective, "e-axes>e-axis", never, { "border": "border"; "coefficient": "coefficient"; "columnIndex": "columnIndex"; "crossesAt": "crossesAt"; "crossesInAxis": "crossesInAxis"; "crosshairTooltip": "crosshairTooltip"; "description": "description"; "desiredIntervals": "desiredIntervals"; "edgeLabelPlacement": "edgeLabelPlacement"; "enableAutoIntervalOnZooming": "enableAutoIntervalOnZooming"; "enableScrollbarOnZooming": "enableScrollbarOnZooming"; "enableTrim": "enableTrim"; "enableWrap": "enableWrap"; "interval": "interval"; "intervalType": "intervalType"; "isIndexed": "isIndexed"; "isInversed": "isInversed"; "labelFormat": "labelFormat"; "labelIntersectAction": "labelIntersectAction"; "labelPadding": "labelPadding"; "labelPlacement": "labelPlacement"; "labelPosition": "labelPosition"; "labelRotation": "labelRotation"; "labelStyle": "labelStyle"; "lineBreakAlignment": "lineBreakAlignment"; "lineStyle": "lineStyle"; "logBase": "logBase"; "majorGridLines": "majorGridLines"; "majorTickLines": "majorTickLines"; "maximum": "maximum"; "maximumLabelWidth": "maximumLabelWidth"; "maximumLabels": "maximumLabels"; "minimum": "minimum"; "minorGridLines": "minorGridLines"; "minorTickLines": "minorTickLines"; "minorTicksPerInterval": "minorTicksPerInterval"; "multiLevelLabels": "multiLevelLabels"; "name": "name"; "opposedPosition": "opposedPosition"; "placeNextToAxisLine": "placeNextToAxisLine"; "plotOffset": "plotOffset"; "plotOffsetBottom": "plotOffsetBottom"; "plotOffsetLeft": "plotOffsetLeft"; "plotOffsetRight": "plotOffsetRight"; "plotOffsetTop": "plotOffsetTop"; "rangePadding": "rangePadding"; "rowIndex": "rowIndex"; "scrollbarSettings": "scrollbarSettings"; "skeleton": "skeleton"; "skeletonType": "skeletonType"; "span": "span"; "startAngle": "startAngle"; "startFromZero": "startFromZero"; "stripLines": "stripLines"; "tabIndex": "tabIndex"; "tickPosition": "tickPosition"; "title": "title"; "titlePadding": "titlePadding"; "titleRotation": "titleRotation"; "titleStyle": "titleStyle"; "valueType": "valueType"; "visible": "visible"; "zoomFactor": "zoomFactor"; "zoomPosition": "zoomPosition"; }, {}, ["childStripLines", "childMultiLevelLabels"]>;
383
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AxisDirective, "e-axes>e-axis", never, { "border": "border"; "coefficient": "coefficient"; "columnIndex": "columnIndex"; "crossesAt": "crossesAt"; "crossesInAxis": "crossesInAxis"; "crosshairTooltip": "crosshairTooltip"; "description": "description"; "desiredIntervals": "desiredIntervals"; "edgeLabelPlacement": "edgeLabelPlacement"; "enableAutoIntervalOnZooming": "enableAutoIntervalOnZooming"; "enableScrollbarOnZooming": "enableScrollbarOnZooming"; "enableTrim": "enableTrim"; "enableWrap": "enableWrap"; "interval": "interval"; "intervalOffset": "intervalOffset"; "intervalType": "intervalType"; "isIndexed": "isIndexed"; "isInversed": "isInversed"; "labelFormat": "labelFormat"; "labelIntersectAction": "labelIntersectAction"; "labelPadding": "labelPadding"; "labelPlacement": "labelPlacement"; "labelPosition": "labelPosition"; "labelRotation": "labelRotation"; "labelStyle": "labelStyle"; "lineBreakAlignment": "lineBreakAlignment"; "lineStyle": "lineStyle"; "logBase": "logBase"; "majorGridLines": "majorGridLines"; "majorTickLines": "majorTickLines"; "maximum": "maximum"; "maximumLabelWidth": "maximumLabelWidth"; "maximumLabels": "maximumLabels"; "minimum": "minimum"; "minorGridLines": "minorGridLines"; "minorTickLines": "minorTickLines"; "minorTicksPerInterval": "minorTicksPerInterval"; "multiLevelLabels": "multiLevelLabels"; "name": "name"; "opposedPosition": "opposedPosition"; "placeNextToAxisLine": "placeNextToAxisLine"; "plotOffset": "plotOffset"; "plotOffsetBottom": "plotOffsetBottom"; "plotOffsetLeft": "plotOffsetLeft"; "plotOffsetRight": "plotOffsetRight"; "plotOffsetTop": "plotOffsetTop"; "rangePadding": "rangePadding"; "rowIndex": "rowIndex"; "scrollbarSettings": "scrollbarSettings"; "skeleton": "skeleton"; "skeletonType": "skeletonType"; "span": "span"; "startAngle": "startAngle"; "startFromZero": "startFromZero"; "stripLines": "stripLines"; "tabIndex": "tabIndex"; "tickPosition": "tickPosition"; "title": "title"; "titlePadding": "titlePadding"; "titleRotation": "titleRotation"; "titleStyle": "titleStyle"; "valueType": "valueType"; "visible": "visible"; "zoomFactor": "zoomFactor"; "zoomPosition": "zoomPosition"; }, {}, ["childStripLines", "childMultiLevelLabels"]>;
378
384
  }
379
385
  /**
380
386
  * Axis Array Directive