@syncfusion/ej2-angular-charts 31.2.18 → 32.1.19-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 (151) hide show
  1. package/@syncfusion/ej2-angular-charts.es5.js +5029 -0
  2. package/@syncfusion/ej2-angular-charts.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-charts.js +4747 -0
  4. package/@syncfusion/ej2-angular-charts.js.map +1 -0
  5. package/LICENSE +10 -0
  6. package/README.md +1 -8
  7. package/dist/ej2-angular-charts.umd.js +5710 -0
  8. package/dist/ej2-angular-charts.umd.js.map +1 -0
  9. package/dist/ej2-angular-charts.umd.min.js +2 -0
  10. package/dist/ej2-angular-charts.umd.min.js.map +1 -0
  11. package/ej2-angular-charts.d.ts +13 -0
  12. package/ej2-angular-charts.metadata.json +1 -0
  13. package/package.json +48 -30
  14. package/public_api.d.ts +1 -1
  15. package/schematics/utils/lib-details.d.ts +2 -2
  16. package/schematics/utils/lib-details.js +2 -2
  17. package/schematics/utils/lib-details.ts +2 -2
  18. package/src/accumulation-chart/accumulationchart-all.module.d.ts +15 -21
  19. package/src/accumulation-chart/accumulationchart.component.d.ts +58 -61
  20. package/src/accumulation-chart/accumulationchart.module.d.ts +5 -13
  21. package/src/accumulation-chart/annotations.directive.d.ts +80 -85
  22. package/src/accumulation-chart/series.directive.d.ts +244 -249
  23. package/src/bullet-chart/bulletchart-all.module.d.ts +8 -14
  24. package/src/bullet-chart/bulletchart.component.d.ts +38 -41
  25. package/src/bullet-chart/bulletchart.module.d.ts +5 -12
  26. package/src/bullet-chart/ranges.directive.d.ts +68 -73
  27. package/src/chart/annotations.directive.d.ts +96 -101
  28. package/src/chart/axes.directive.d.ts +382 -387
  29. package/src/chart/categories.directive.d.ts +69 -74
  30. package/src/chart/chart-all.module.d.ts +66 -72
  31. package/src/chart/chart.component.d.ts +86 -89
  32. package/src/chart/chart.module.d.ts +5 -24
  33. package/src/chart/columns.directive.d.ts +30 -35
  34. package/src/chart/indicators.directive.d.ts +250 -255
  35. package/src/chart/multilevellabels.directive.d.ts +57 -62
  36. package/src/chart/rangecolorsettings.directive.d.ts +36 -41
  37. package/src/chart/rows.directive.d.ts +30 -35
  38. package/src/chart/segments.directive.d.ts +41 -46
  39. package/src/chart/selecteddataindexes.directive.d.ts +32 -37
  40. package/src/chart/series.directive.d.ts +483 -488
  41. package/src/chart/striplines.directive.d.ts +166 -171
  42. package/src/chart/trendlines.directive.d.ts +112 -117
  43. package/src/chart3d/axes.directive.d.ts +266 -271
  44. package/src/chart3d/chart3d-all.module.d.ts +20 -26
  45. package/src/chart3d/chart3d.component.d.ts +62 -65
  46. package/src/chart3d/chart3d.module.d.ts +5 -16
  47. package/src/chart3d/columns.directive.d.ts +26 -31
  48. package/src/chart3d/rows.directive.d.ts +26 -31
  49. package/src/chart3d/selecteddataindexes.directive.d.ts +32 -37
  50. package/src/chart3d/series.directive.d.ts +172 -177
  51. package/src/circularchart3d/circularchart3d-all.module.d.ts +13 -19
  52. package/src/circularchart3d/circularchart3d.component.d.ts +55 -58
  53. package/src/circularchart3d/circularchart3d.module.d.ts +5 -13
  54. package/src/circularchart3d/selecteddataindexes.directive.d.ts +32 -37
  55. package/src/circularchart3d/series.directive.d.ts +142 -147
  56. package/src/index.d.ts +63 -63
  57. package/src/range-navigator/rangenavigator-all.module.d.ts +8 -14
  58. package/src/range-navigator/rangenavigator.component.d.ts +41 -44
  59. package/src/range-navigator/rangenavigator.module.d.ts +5 -12
  60. package/src/range-navigator/series.directive.d.ts +78 -83
  61. package/src/smithchart/series.directive.d.ts +88 -93
  62. package/src/smithchart/smithchart-all.module.d.ts +8 -14
  63. package/src/smithchart/smithchart.component.d.ts +41 -44
  64. package/src/smithchart/smithchart.module.d.ts +5 -12
  65. package/src/sparkline/rangebandsettings.directive.d.ts +33 -38
  66. package/src/sparkline/sparkline-all.module.d.ts +7 -13
  67. package/src/sparkline/sparkline.component.d.ts +43 -46
  68. package/src/sparkline/sparkline.module.d.ts +5 -12
  69. package/src/stock-chart/annotations.directive.d.ts +84 -89
  70. package/src/stock-chart/axes.directive.d.ts +286 -291
  71. package/src/stock-chart/indicators.directive.d.ts +208 -213
  72. package/src/stock-chart/periods.directive.d.ts +42 -47
  73. package/src/stock-chart/rows.directive.d.ts +30 -35
  74. package/src/stock-chart/selecteddataindexes.directive.d.ts +32 -37
  75. package/src/stock-chart/series.directive.d.ts +242 -247
  76. package/src/stock-chart/stockchart-all.module.d.ts +7 -13
  77. package/src/stock-chart/stockchart.component.d.ts +65 -68
  78. package/src/stock-chart/stockchart.module.d.ts +5 -20
  79. package/src/stock-chart/stockevents.directive.d.ts +83 -88
  80. package/src/stock-chart/trendlines.directive.d.ts +113 -118
  81. package/CHANGELOG.md +0 -3778
  82. package/esm2020/public_api.mjs +0 -2
  83. package/esm2020/src/accumulation-chart/accumulationchart-all.module.mjs +0 -53
  84. package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +0 -146
  85. package/esm2020/src/accumulation-chart/accumulationchart.module.mjs +0 -43
  86. package/esm2020/src/accumulation-chart/annotations.directive.mjs +0 -62
  87. package/esm2020/src/accumulation-chart/series.directive.mjs +0 -62
  88. package/esm2020/src/bullet-chart/bulletchart-all.module.mjs +0 -32
  89. package/esm2020/src/bullet-chart/bulletchart.component.mjs +0 -85
  90. package/esm2020/src/bullet-chart/bulletchart.module.mjs +0 -34
  91. package/esm2020/src/bullet-chart/ranges.directive.mjs +0 -54
  92. package/esm2020/src/chart/annotations.directive.mjs +0 -60
  93. package/esm2020/src/chart/axes.directive.mjs +0 -58
  94. package/esm2020/src/chart/categories.directive.mjs +0 -59
  95. package/esm2020/src/chart/chart-all.module.mjs +0 -206
  96. package/esm2020/src/chart/chart.component.mjs +0 -525
  97. package/esm2020/src/chart/chart.module.mjs +0 -142
  98. package/esm2020/src/chart/columns.directive.mjs +0 -52
  99. package/esm2020/src/chart/indicators.directive.mjs +0 -54
  100. package/esm2020/src/chart/multilevellabels.directive.mjs +0 -60
  101. package/esm2020/src/chart/rangecolorsettings.directive.mjs +0 -52
  102. package/esm2020/src/chart/rows.directive.mjs +0 -52
  103. package/esm2020/src/chart/segments.directive.mjs +0 -58
  104. package/esm2020/src/chart/selecteddataindexes.directive.mjs +0 -52
  105. package/esm2020/src/chart/series.directive.mjs +0 -68
  106. package/esm2020/src/chart/striplines.directive.mjs +0 -56
  107. package/esm2020/src/chart/trendlines.directive.mjs +0 -58
  108. package/esm2020/src/chart3d/axes.directive.mjs +0 -52
  109. package/esm2020/src/chart3d/chart3d-all.module.mjs +0 -68
  110. package/esm2020/src/chart3d/chart3d.component.mjs +0 -189
  111. package/esm2020/src/chart3d/chart3d.module.mjs +0 -70
  112. package/esm2020/src/chart3d/columns.directive.mjs +0 -52
  113. package/esm2020/src/chart3d/rows.directive.mjs +0 -52
  114. package/esm2020/src/chart3d/selecteddataindexes.directive.mjs +0 -52
  115. package/esm2020/src/chart3d/series.directive.mjs +0 -62
  116. package/esm2020/src/circularchart3d/circularchart3d-all.module.mjs +0 -47
  117. package/esm2020/src/circularchart3d/circularchart3d.component.mjs +0 -125
  118. package/esm2020/src/circularchart3d/circularchart3d.module.mjs +0 -43
  119. package/esm2020/src/circularchart3d/selecteddataindexes.directive.mjs +0 -52
  120. package/esm2020/src/circularchart3d/series.directive.mjs +0 -62
  121. package/esm2020/src/index.mjs +0 -64
  122. package/esm2020/src/range-navigator/rangenavigator-all.module.mjs +0 -32
  123. package/esm2020/src/range-navigator/rangenavigator.component.mjs +0 -127
  124. package/esm2020/src/range-navigator/rangenavigator.module.mjs +0 -34
  125. package/esm2020/src/range-navigator/series.directive.mjs +0 -54
  126. package/esm2020/src/smithchart/series.directive.mjs +0 -46
  127. package/esm2020/src/smithchart/smithchart-all.module.mjs +0 -32
  128. package/esm2020/src/smithchart/smithchart.component.mjs +0 -78
  129. package/esm2020/src/smithchart/smithchart.module.mjs +0 -34
  130. package/esm2020/src/sparkline/rangebandsettings.directive.mjs +0 -46
  131. package/esm2020/src/sparkline/sparkline-all.module.mjs +0 -29
  132. package/esm2020/src/sparkline/sparkline.component.mjs +0 -71
  133. package/esm2020/src/sparkline/sparkline.module.mjs +0 -34
  134. package/esm2020/src/stock-chart/annotations.directive.mjs +0 -60
  135. package/esm2020/src/stock-chart/axes.directive.mjs +0 -52
  136. package/esm2020/src/stock-chart/indicators.directive.mjs +0 -54
  137. package/esm2020/src/stock-chart/periods.directive.mjs +0 -54
  138. package/esm2020/src/stock-chart/rows.directive.mjs +0 -52
  139. package/esm2020/src/stock-chart/selecteddataindexes.directive.mjs +0 -52
  140. package/esm2020/src/stock-chart/series.directive.mjs +0 -58
  141. package/esm2020/src/stock-chart/stockchart-all.module.mjs +0 -29
  142. package/esm2020/src/stock-chart/stockchart.component.mjs +0 -337
  143. package/esm2020/src/stock-chart/stockchart.module.mjs +0 -106
  144. package/esm2020/src/stock-chart/stockevents.directive.mjs +0 -54
  145. package/esm2020/src/stock-chart/trendlines.directive.mjs +0 -59
  146. package/esm2020/syncfusion-ej2-angular-charts.mjs +0 -5
  147. package/fesm2015/syncfusion-ej2-angular-charts.mjs +0 -4376
  148. package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +0 -1
  149. package/fesm2020/syncfusion-ej2-angular-charts.mjs +0 -4376
  150. package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +0 -1
  151. package/syncfusion-ej2-angular-charts.d.ts +0 -5
@@ -1,41 +1,36 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * RangeColorSetting Directive
6
- * ```html
7
- * <e-rangeColorSettings><e-rangeColorSetting></e-rangeColorSetting><e-rangeColorSettings>
8
- * ```
9
- */
10
- export declare class RangeColorSettingDirective extends ComplexBase<RangeColorSettingDirective> {
11
- private viewContainerRef;
12
- directivePropList: any;
13
- /**
14
- * Specifies the fill colors for points that lie within the given range. If multiple colors are specified, a gradient will be applied.
15
- */
16
- colors: any;
17
- /**
18
- * Specifies the end value of the color mapping range.
19
- */
20
- end: any;
21
- /**
22
- * Specifies the name or label for the range mapping item.
23
- */
24
- label: any;
25
- /**
26
- * Specifies the start value of the color mapping range.
27
- */
28
- start: any;
29
- constructor(viewContainerRef: ViewContainerRef);
30
- static ɵfac: i0.ɵɵFactoryDeclaration<RangeColorSettingDirective, never>;
31
- static ɵdir: i0.ɵɵDirectiveDeclaration<RangeColorSettingDirective, "e-rangecolorsettings>e-rangecolorsetting", never, { "colors": "colors"; "end": "end"; "label": "label"; "start": "start"; }, {}, never>;
32
- }
33
- /**
34
- * RangeColorSetting Array Directive
35
- * @private
36
- */
37
- export declare class RangeColorSettingsDirective extends ArrayBase<RangeColorSettingsDirective> {
38
- constructor();
39
- static ɵfac: i0.ɵɵFactoryDeclaration<RangeColorSettingsDirective, never>;
40
- static ɵdir: i0.ɵɵDirectiveDeclaration<RangeColorSettingsDirective, "ejs-chart>e-rangecolorsettings", never, {}, {}, ["children"]>;
41
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * RangeColorSetting Directive
5
+ * ```html
6
+ * <e-rangeColorSettings><e-rangeColorSetting></e-rangeColorSetting><e-rangeColorSettings>
7
+ * ```
8
+ */
9
+ export declare class RangeColorSettingDirective extends ComplexBase<RangeColorSettingDirective> {
10
+ private viewContainerRef;
11
+ directivePropList: any;
12
+ /**
13
+ * Specifies the fill colors for points that lie within the given range. If multiple colors are specified, a gradient will be applied.
14
+ */
15
+ colors: any;
16
+ /**
17
+ * Specifies the end value of the color mapping range.
18
+ */
19
+ end: any;
20
+ /**
21
+ * Specifies the name or label for the range mapping item.
22
+ */
23
+ label: any;
24
+ /**
25
+ * Specifies the start value of the color mapping range.
26
+ */
27
+ start: any;
28
+ constructor(viewContainerRef: ViewContainerRef);
29
+ }
30
+ /**
31
+ * RangeColorSetting Array Directive
32
+ * @private
33
+ */
34
+ export declare class RangeColorSettingsDirective extends ArrayBase<RangeColorSettingsDirective> {
35
+ constructor();
36
+ }
@@ -1,35 +1,30 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Row Directive
6
- * ```html
7
- * <e-rows><e-row></e-row><e-rows>
8
- * ```
9
- */
10
- export declare class RowDirective extends ComplexBase<RowDirective> {
11
- private viewContainerRef;
12
- directivePropList: any;
13
- /**
14
- * Options to customize the border of the rows.
15
- */
16
- border: any;
17
- /**
18
- * The height of the row as a string accepts input both as '100px' and '100%'.
19
- * If specified as '100%', the row renders to the full height of its chart.
20
- * @default '100%'
21
- */
22
- height: any;
23
- constructor(viewContainerRef: ViewContainerRef);
24
- static ɵfac: i0.ɵɵFactoryDeclaration<RowDirective, never>;
25
- static ɵdir: i0.ɵɵDirectiveDeclaration<RowDirective, "e-rows>e-row", never, { "border": "border"; "height": "height"; }, {}, never>;
26
- }
27
- /**
28
- * Row Array Directive
29
- * @private
30
- */
31
- export declare class RowsDirective extends ArrayBase<RowsDirective> {
32
- constructor();
33
- static ɵfac: i0.ɵɵFactoryDeclaration<RowsDirective, never>;
34
- static ɵdir: i0.ɵɵDirectiveDeclaration<RowsDirective, "ejs-chart>e-rows", never, {}, {}, ["children"]>;
35
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * Row Directive
5
+ * ```html
6
+ * <e-rows><e-row></e-row><e-rows>
7
+ * ```
8
+ */
9
+ export declare class RowDirective extends ComplexBase<RowDirective> {
10
+ private viewContainerRef;
11
+ directivePropList: any;
12
+ /**
13
+ * Options to customize the border of the rows.
14
+ */
15
+ border: any;
16
+ /**
17
+ * The height of the row as a string accepts input both as '100px' and '100%'.
18
+ * If specified as '100%', the row renders to the full height of its chart.
19
+ * @default '100%'
20
+ */
21
+ height: any;
22
+ constructor(viewContainerRef: ViewContainerRef);
23
+ }
24
+ /**
25
+ * Row Array Directive
26
+ * @private
27
+ */
28
+ export declare class RowsDirective extends ArrayBase<RowsDirective> {
29
+ constructor();
30
+ }
@@ -1,46 +1,41 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Series Directive
6
- * ```html
7
- * <e-series-collection>
8
- * <e-series>
9
- * <e-segments>
10
- * <e-segment>
11
- * </e-segment>
12
- * </e-segments>
13
- * </e-series-collection>
14
- * ```
15
- */
16
- export declare class SegmentDirective extends ComplexBase<SegmentDirective> {
17
- private viewContainerRef;
18
- directivePropList: any;
19
- /**
20
- * Defines the fill color for the region using a color name, hex code, or rgba value.
21
- * @default null
22
- */
23
- color: any;
24
- /**
25
- * Specifies the dash pattern for the stroke of the series. The string format allows defining various dash and gap lengths.
26
- * @default '0'
27
- */
28
- dashArray: any;
29
- /**
30
- * Defines the starting point of region.
31
- * @default null
32
- */
33
- value: any;
34
- constructor(viewContainerRef: ViewContainerRef);
35
- static ɵfac: i0.ɵɵFactoryDeclaration<SegmentDirective, never>;
36
- static ɵdir: i0.ɵɵDirectiveDeclaration<SegmentDirective, "e-series>e-segments>e-segment", never, { "color": "color"; "dashArray": "dashArray"; "value": "value"; }, {}, never>;
37
- }
38
- /**
39
- * Segment Array Directive
40
- * @private
41
- */
42
- export declare class SegmentsDirective extends ArrayBase<SegmentsDirective> {
43
- constructor();
44
- static ɵfac: i0.ɵɵFactoryDeclaration<SegmentsDirective, never>;
45
- static ɵdir: i0.ɵɵDirectiveDeclaration<SegmentsDirective, "e-series>e-segments", never, {}, {}, ["children"]>;
46
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * Series Directive
5
+ * ```html
6
+ * <e-series-collection>
7
+ * <e-series>
8
+ * <e-segments>
9
+ * <e-segment>
10
+ * </e-segment>
11
+ * </e-segments>
12
+ * </e-series-collection>
13
+ * ```
14
+ */
15
+ export declare class SegmentDirective extends ComplexBase<SegmentDirective> {
16
+ private viewContainerRef;
17
+ directivePropList: any;
18
+ /**
19
+ * Defines the fill color for the region using a color name, hex code, or rgba value.
20
+ * @default null
21
+ */
22
+ color: any;
23
+ /**
24
+ * Specifies the dash pattern for the stroke of the series. The string format allows defining various dash and gap lengths.
25
+ * @default '0'
26
+ */
27
+ dashArray: any;
28
+ /**
29
+ * Defines the starting point of region.
30
+ * @default null
31
+ */
32
+ value: any;
33
+ constructor(viewContainerRef: ViewContainerRef);
34
+ }
35
+ /**
36
+ * Segment Array Directive
37
+ * @private
38
+ */
39
+ export declare class SegmentsDirective extends ArrayBase<SegmentsDirective> {
40
+ constructor();
41
+ }
@@ -1,37 +1,32 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Selected Data Directive
6
- * ```html
7
- * <e-selecteddataindexes><e-selecteddataindex></e-selecteddataindex><e-selecteddataindexes>
8
- * ```
9
- */
10
- export declare class SelectedDataIndexDirective extends ComplexBase<SelectedDataIndexDirective> {
11
- private viewContainerRef;
12
- directivePropList: any;
13
- /**
14
- * Specifies the index of the data point within the series.
15
- * @default 0
16
- * @asptype int
17
- */
18
- point: any;
19
- /**
20
- * Specifies the index of the series.
21
- * @default 0
22
- * @asptype int
23
- */
24
- series: any;
25
- constructor(viewContainerRef: ViewContainerRef);
26
- static ɵfac: i0.ɵɵFactoryDeclaration<SelectedDataIndexDirective, never>;
27
- static ɵdir: i0.ɵɵDirectiveDeclaration<SelectedDataIndexDirective, "e-selecteddataindexes>e-selecteddataindex", never, { "point": "point"; "series": "series"; }, {}, never>;
28
- }
29
- /**
30
- * SelectedDataIndex Array Directive
31
- * @private
32
- */
33
- export declare class SelectedDataIndexesDirective extends ArrayBase<SelectedDataIndexesDirective> {
34
- constructor();
35
- static ɵfac: i0.ɵɵFactoryDeclaration<SelectedDataIndexesDirective, never>;
36
- static ɵdir: i0.ɵɵDirectiveDeclaration<SelectedDataIndexesDirective, "ejs-chart>e-selecteddataindexes", never, {}, {}, ["children"]>;
37
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * Selected Data Directive
5
+ * ```html
6
+ * <e-selecteddataindexes><e-selecteddataindex></e-selecteddataindex><e-selecteddataindexes>
7
+ * ```
8
+ */
9
+ export declare class SelectedDataIndexDirective extends ComplexBase<SelectedDataIndexDirective> {
10
+ private viewContainerRef;
11
+ directivePropList: any;
12
+ /**
13
+ * Specifies the index of the data point within the series.
14
+ * @default 0
15
+ * @asptype int
16
+ */
17
+ point: any;
18
+ /**
19
+ * Specifies the index of the series.
20
+ * @default 0
21
+ * @asptype int
22
+ */
23
+ series: any;
24
+ constructor(viewContainerRef: ViewContainerRef);
25
+ }
26
+ /**
27
+ * SelectedDataIndex Array Directive
28
+ * @private
29
+ */
30
+ export declare class SelectedDataIndexesDirective extends ArrayBase<SelectedDataIndexesDirective> {
31
+ constructor();
32
+ }