@syncfusion/ej2-angular-charts 32.2.4-ngcc → 32.2.4

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 (148) hide show
  1. package/CHANGELOG.md +3799 -0
  2. package/README.md +8 -1
  3. package/esm2020/public_api.mjs +2 -0
  4. package/esm2020/src/accumulation-chart/accumulationchart-all.module.mjs +53 -0
  5. package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +146 -0
  6. package/esm2020/src/accumulation-chart/accumulationchart.module.mjs +43 -0
  7. package/esm2020/src/accumulation-chart/annotations.directive.mjs +62 -0
  8. package/esm2020/src/accumulation-chart/series.directive.mjs +62 -0
  9. package/esm2020/src/bullet-chart/bulletchart-all.module.mjs +32 -0
  10. package/esm2020/src/bullet-chart/bulletchart.component.mjs +85 -0
  11. package/esm2020/src/bullet-chart/bulletchart.module.mjs +34 -0
  12. package/esm2020/src/bullet-chart/ranges.directive.mjs +54 -0
  13. package/esm2020/src/chart/annotations.directive.mjs +60 -0
  14. package/esm2020/src/chart/axes.directive.mjs +58 -0
  15. package/esm2020/src/chart/categories.directive.mjs +59 -0
  16. package/esm2020/src/chart/chart-all.module.mjs +206 -0
  17. package/esm2020/src/chart/chart.component.mjs +525 -0
  18. package/esm2020/src/chart/chart.module.mjs +142 -0
  19. package/esm2020/src/chart/columns.directive.mjs +52 -0
  20. package/esm2020/src/chart/indicators.directive.mjs +54 -0
  21. package/esm2020/src/chart/multilevellabels.directive.mjs +60 -0
  22. package/esm2020/src/chart/rangecolorsettings.directive.mjs +52 -0
  23. package/esm2020/src/chart/rows.directive.mjs +52 -0
  24. package/esm2020/src/chart/segments.directive.mjs +58 -0
  25. package/esm2020/src/chart/selecteddataindexes.directive.mjs +52 -0
  26. package/esm2020/src/chart/series.directive.mjs +68 -0
  27. package/esm2020/src/chart/striplines.directive.mjs +56 -0
  28. package/esm2020/src/chart/trendlines.directive.mjs +58 -0
  29. package/esm2020/src/chart3d/axes.directive.mjs +52 -0
  30. package/esm2020/src/chart3d/chart3d-all.module.mjs +68 -0
  31. package/esm2020/src/chart3d/chart3d.component.mjs +189 -0
  32. package/esm2020/src/chart3d/chart3d.module.mjs +70 -0
  33. package/esm2020/src/chart3d/columns.directive.mjs +52 -0
  34. package/esm2020/src/chart3d/rows.directive.mjs +52 -0
  35. package/esm2020/src/chart3d/selecteddataindexes.directive.mjs +52 -0
  36. package/esm2020/src/chart3d/series.directive.mjs +62 -0
  37. package/esm2020/src/circularchart3d/circularchart3d-all.module.mjs +47 -0
  38. package/esm2020/src/circularchart3d/circularchart3d.component.mjs +125 -0
  39. package/esm2020/src/circularchart3d/circularchart3d.module.mjs +43 -0
  40. package/esm2020/src/circularchart3d/selecteddataindexes.directive.mjs +52 -0
  41. package/esm2020/src/circularchart3d/series.directive.mjs +62 -0
  42. package/esm2020/src/index.mjs +64 -0
  43. package/esm2020/src/range-navigator/rangenavigator-all.module.mjs +32 -0
  44. package/esm2020/src/range-navigator/rangenavigator.component.mjs +127 -0
  45. package/esm2020/src/range-navigator/rangenavigator.module.mjs +34 -0
  46. package/esm2020/src/range-navigator/series.directive.mjs +54 -0
  47. package/esm2020/src/smithchart/series.directive.mjs +46 -0
  48. package/esm2020/src/smithchart/smithchart-all.module.mjs +32 -0
  49. package/esm2020/src/smithchart/smithchart.component.mjs +78 -0
  50. package/esm2020/src/smithchart/smithchart.module.mjs +34 -0
  51. package/esm2020/src/sparkline/rangebandsettings.directive.mjs +46 -0
  52. package/esm2020/src/sparkline/sparkline-all.module.mjs +29 -0
  53. package/esm2020/src/sparkline/sparkline.component.mjs +71 -0
  54. package/esm2020/src/sparkline/sparkline.module.mjs +34 -0
  55. package/esm2020/src/stock-chart/annotations.directive.mjs +60 -0
  56. package/esm2020/src/stock-chart/axes.directive.mjs +52 -0
  57. package/esm2020/src/stock-chart/indicators.directive.mjs +54 -0
  58. package/esm2020/src/stock-chart/periods.directive.mjs +54 -0
  59. package/esm2020/src/stock-chart/rows.directive.mjs +52 -0
  60. package/esm2020/src/stock-chart/selecteddataindexes.directive.mjs +52 -0
  61. package/esm2020/src/stock-chart/series.directive.mjs +58 -0
  62. package/esm2020/src/stock-chart/stockchart-all.module.mjs +29 -0
  63. package/esm2020/src/stock-chart/stockchart.component.mjs +337 -0
  64. package/esm2020/src/stock-chart/stockchart.module.mjs +106 -0
  65. package/esm2020/src/stock-chart/stockevents.directive.mjs +54 -0
  66. package/esm2020/src/stock-chart/trendlines.directive.mjs +59 -0
  67. package/esm2020/syncfusion-ej2-angular-charts.mjs +5 -0
  68. package/fesm2015/syncfusion-ej2-angular-charts.mjs +4376 -0
  69. package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +1 -0
  70. package/fesm2020/syncfusion-ej2-angular-charts.mjs +4376 -0
  71. package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +1 -0
  72. package/package.json +28 -46
  73. package/public_api.d.ts +1 -1
  74. package/src/accumulation-chart/accumulationchart-all.module.d.ts +21 -15
  75. package/src/accumulation-chart/accumulationchart.component.d.ts +61 -58
  76. package/src/accumulation-chart/accumulationchart.module.d.ts +13 -5
  77. package/src/accumulation-chart/annotations.directive.d.ts +85 -80
  78. package/src/accumulation-chart/series.directive.d.ts +249 -244
  79. package/src/bullet-chart/bulletchart-all.module.d.ts +14 -8
  80. package/src/bullet-chart/bulletchart.component.d.ts +41 -38
  81. package/src/bullet-chart/bulletchart.module.d.ts +12 -5
  82. package/src/bullet-chart/ranges.directive.d.ts +73 -68
  83. package/src/chart/annotations.directive.d.ts +101 -96
  84. package/src/chart/axes.directive.d.ts +409 -381
  85. package/src/chart/categories.directive.d.ts +74 -69
  86. package/src/chart/chart-all.module.d.ts +72 -66
  87. package/src/chart/chart.component.d.ts +89 -86
  88. package/src/chart/chart.module.d.ts +24 -5
  89. package/src/chart/columns.directive.d.ts +35 -30
  90. package/src/chart/indicators.directive.d.ts +255 -250
  91. package/src/chart/multilevellabels.directive.d.ts +62 -57
  92. package/src/chart/rangecolorsettings.directive.d.ts +41 -36
  93. package/src/chart/rows.directive.d.ts +35 -30
  94. package/src/chart/segments.directive.d.ts +46 -41
  95. package/src/chart/selecteddataindexes.directive.d.ts +37 -32
  96. package/src/chart/series.directive.d.ts +488 -483
  97. package/src/chart/striplines.directive.d.ts +171 -166
  98. package/src/chart/trendlines.directive.d.ts +117 -112
  99. package/src/chart3d/axes.directive.d.ts +271 -266
  100. package/src/chart3d/chart3d-all.module.d.ts +26 -20
  101. package/src/chart3d/chart3d.component.d.ts +65 -62
  102. package/src/chart3d/chart3d.module.d.ts +16 -5
  103. package/src/chart3d/columns.directive.d.ts +31 -26
  104. package/src/chart3d/rows.directive.d.ts +31 -26
  105. package/src/chart3d/selecteddataindexes.directive.d.ts +37 -32
  106. package/src/chart3d/series.directive.d.ts +177 -172
  107. package/src/circularchart3d/circularchart3d-all.module.d.ts +19 -13
  108. package/src/circularchart3d/circularchart3d.component.d.ts +58 -55
  109. package/src/circularchart3d/circularchart3d.module.d.ts +13 -5
  110. package/src/circularchart3d/selecteddataindexes.directive.d.ts +37 -32
  111. package/src/circularchart3d/series.directive.d.ts +147 -142
  112. package/src/index.d.ts +63 -63
  113. package/src/range-navigator/rangenavigator-all.module.d.ts +14 -8
  114. package/src/range-navigator/rangenavigator.component.d.ts +44 -41
  115. package/src/range-navigator/rangenavigator.module.d.ts +12 -5
  116. package/src/range-navigator/series.directive.d.ts +83 -78
  117. package/src/smithchart/series.directive.d.ts +93 -88
  118. package/src/smithchart/smithchart-all.module.d.ts +14 -8
  119. package/src/smithchart/smithchart.component.d.ts +44 -41
  120. package/src/smithchart/smithchart.module.d.ts +12 -5
  121. package/src/sparkline/rangebandsettings.directive.d.ts +38 -33
  122. package/src/sparkline/sparkline-all.module.d.ts +13 -7
  123. package/src/sparkline/sparkline.component.d.ts +46 -43
  124. package/src/sparkline/sparkline.module.d.ts +12 -5
  125. package/src/stock-chart/annotations.directive.d.ts +89 -84
  126. package/src/stock-chart/axes.directive.d.ts +291 -286
  127. package/src/stock-chart/indicators.directive.d.ts +213 -208
  128. package/src/stock-chart/periods.directive.d.ts +47 -42
  129. package/src/stock-chart/rows.directive.d.ts +35 -30
  130. package/src/stock-chart/selecteddataindexes.directive.d.ts +37 -32
  131. package/src/stock-chart/series.directive.d.ts +247 -242
  132. package/src/stock-chart/stockchart-all.module.d.ts +13 -7
  133. package/src/stock-chart/stockchart.component.d.ts +68 -65
  134. package/src/stock-chart/stockchart.module.d.ts +20 -5
  135. package/src/stock-chart/stockevents.directive.d.ts +88 -83
  136. package/src/stock-chart/trendlines.directive.d.ts +118 -113
  137. package/syncfusion-ej2-angular-charts.d.ts +5 -0
  138. package/@syncfusion/ej2-angular-charts.es5.js +0 -5029
  139. package/@syncfusion/ej2-angular-charts.es5.js.map +0 -1
  140. package/@syncfusion/ej2-angular-charts.js +0 -4747
  141. package/@syncfusion/ej2-angular-charts.js.map +0 -1
  142. package/LICENSE +0 -10
  143. package/dist/ej2-angular-charts.umd.js +0 -5719
  144. package/dist/ej2-angular-charts.umd.js.map +0 -1
  145. package/dist/ej2-angular-charts.umd.min.js +0 -11
  146. package/dist/ej2-angular-charts.umd.min.js.map +0 -1
  147. package/ej2-angular-charts.d.ts +0 -13
  148. package/ej2-angular-charts.metadata.json +0 -1
@@ -1,68 +1,73 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- /**
4
- * BulletRange Directive
5
- * ```html
6
- * <e-bullet-range-collection>
7
- * <e-bullet-range></e-bullet-range>
8
- * </e-bullet-range-collection>
9
- * ```
10
- */
11
- export declare class BulletRangeDirective extends ComplexBase<BulletRangeDirective> {
12
- private viewContainerRef;
13
- directivePropList: any;
14
- /**
15
- * Default value for qualitative range Color.
16
- * @default null
17
- */
18
- color: any;
19
- /**
20
- * Default value for qualitative range end value.
21
- * @default null
22
- */
23
- end: any;
24
- /**
25
- * Default value for qualitative range Color.
26
- * @default null
27
- */
28
- index: any;
29
- /**
30
- * The URL for the Image that is to be displayed as a Legend icon. It requires `legendShape` value to be an `Image`.
31
- * @default ''
32
- */
33
- legendImageUrl: any;
34
- /**
35
- * Default value for qualitative range name.
36
- * @default null
37
- */
38
- name: any;
39
- /**
40
- * Range opacity
41
- * @default 1
42
- */
43
- opacity: any;
44
- /**
45
- * The shape of the legend. Each ranges has its own legend shape. They are,
46
- * * Circle
47
- * * Rectangle
48
- * * Triangle
49
- * * Diamond
50
- * * Cross
51
- * * HorizontalLine
52
- * * VerticalLine
53
- * * Pentagon
54
- * * InvertedTriangle
55
- * * SeriesType
56
- * * Image
57
- * @default 'Rectangle'
58
- */
59
- shape: any;
60
- constructor(viewContainerRef: ViewContainerRef);
61
- }
62
- /**
63
- * BulletRange Array Directive
64
- * @private
65
- */
66
- export declare class BulletRangeCollectionDirective extends ArrayBase<BulletRangeCollectionDirective> {
67
- constructor();
68
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * BulletRange Directive
6
+ * ```html
7
+ * <e-bullet-range-collection>
8
+ * <e-bullet-range></e-bullet-range>
9
+ * </e-bullet-range-collection>
10
+ * ```
11
+ */
12
+ export declare class BulletRangeDirective extends ComplexBase<BulletRangeDirective> {
13
+ private viewContainerRef;
14
+ directivePropList: any;
15
+ /**
16
+ * Default value for qualitative range Color.
17
+ * @default null
18
+ */
19
+ color: any;
20
+ /**
21
+ * Default value for qualitative range end value.
22
+ * @default null
23
+ */
24
+ end: any;
25
+ /**
26
+ * Default value for qualitative range Color.
27
+ * @default null
28
+ */
29
+ index: any;
30
+ /**
31
+ * The URL for the Image that is to be displayed as a Legend icon. It requires `legendShape` value to be an `Image`.
32
+ * @default ''
33
+ */
34
+ legendImageUrl: any;
35
+ /**
36
+ * Default value for qualitative range name.
37
+ * @default null
38
+ */
39
+ name: any;
40
+ /**
41
+ * Range opacity
42
+ * @default 1
43
+ */
44
+ opacity: any;
45
+ /**
46
+ * The shape of the legend. Each ranges has its own legend shape. They are,
47
+ * * Circle
48
+ * * Rectangle
49
+ * * Triangle
50
+ * * Diamond
51
+ * * Cross
52
+ * * HorizontalLine
53
+ * * VerticalLine
54
+ * * Pentagon
55
+ * * InvertedTriangle
56
+ * * SeriesType
57
+ * * Image
58
+ * @default 'Rectangle'
59
+ */
60
+ shape: any;
61
+ constructor(viewContainerRef: ViewContainerRef);
62
+ static ɵfac: i0.ɵɵFactoryDeclaration<BulletRangeDirective, never>;
63
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BulletRangeDirective, "e-bullet-range-collection>e-bullet-range", never, { "color": "color"; "end": "end"; "index": "index"; "legendImageUrl": "legendImageUrl"; "name": "name"; "opacity": "opacity"; "shape": "shape"; }, {}, never>;
64
+ }
65
+ /**
66
+ * BulletRange Array Directive
67
+ * @private
68
+ */
69
+ export declare class BulletRangeCollectionDirective extends ArrayBase<BulletRangeCollectionDirective> {
70
+ constructor();
71
+ static ɵfac: i0.ɵɵFactoryDeclaration<BulletRangeCollectionDirective, never>;
72
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BulletRangeCollectionDirective, "ej-bulletchart>e-bullet-range-collection", never, {}, {}, ["children"]>;
73
+ }
@@ -1,96 +1,101 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- /**
4
- * Annotation Directive
5
- * ```html
6
- * <e-annotations><e-annotation></e-annotation><e-annotations>
7
- * ```
8
- */
9
- export declare class AnnotationDirective extends ComplexBase<AnnotationDirective> {
10
- private viewContainerRef;
11
- directivePropList: any;
12
- /**
13
- * Options to improve accessibility for chart annotation elements.
14
- */
15
- accessibility: any;
16
- /**
17
- * Specifies the coordinate units of the annotation.
18
- * The options are:
19
- * * Pixel - Renders the annotation based on x and y pixel values.
20
- * * Point - Renders the annotation based on x and y axis values.
21
- * @default 'Pixel'
22
- */
23
- coordinateUnits: any;
24
- /**
25
- * A description for the annotation that provides additional information about its content for screen readers.
26
- * @default null
27
-
28
- */
29
- description: any;
30
- /**
31
- * Specifies the alignment of the annotation.
32
- * The options are:
33
- * * Near - Aligns the annotation element to the left side.
34
- * * Far - Aligns the annotation element to the right side.
35
- * * Center - Aligns the annotation element to the midpoint.
36
- * @default 'Center'
37
-
38
- */
39
- horizontalAlignment: any;
40
- /**
41
- * Specifies the regions of the annotation.
42
- * The options are:
43
- * * Chart - Renders the annotation based on chart coordinates.
44
- * * Series - Renders the annotation based on series coordinates.
45
- * @default 'Chart'
46
- */
47
- region: any;
48
- /**
49
- * Specifies the position of the annotation.
50
- * The options are
51
- * * Top - Aligns the annotation element to the top side.
52
- * * Bottom - Aligns the annotation element to the bottom side.
53
- * * Middle - Aligns the annotation element to the midpoint.
54
- * @default 'Middle'
55
-
56
- */
57
- verticalAlignment: any;
58
- /**
59
- * If `coordinateUnit` is set to `Pixel`, x specifies the pixel value.
60
- * If `coordinateUnit` is set to `Point`, x specifies the axis value.
61
- * @default '0'
62
- * @asptype object
63
- */
64
- x: any;
65
- /**
66
- * The name of the horizontal axis associated with the annotation.
67
- * Requires the `axes` of the chart.
68
- * @default null
69
- */
70
- xAxisName: any;
71
- /**
72
- * If `coordinateUnit` is set to `Pixel`, y specifies the pixel value.
73
- * If `coordinateUnit` is set to `Point`, y specifies the axis value.
74
- * @default '0'
75
- */
76
- y: any;
77
- /**
78
- * The name of the vertical axis associated with the annotation.
79
- * Requires the `axes` of the chart.
80
- * @default null
81
- */
82
- yAxisName: any;
83
- /**
84
- * The content of the annotation, which also accepts the ID of the custom element.
85
- * @default null
86
- */
87
- content: any;
88
- constructor(viewContainerRef: ViewContainerRef);
89
- }
90
- /**
91
- * Annotation Array Directive
92
- * @private
93
- */
94
- export declare class AnnotationsDirective extends ArrayBase<AnnotationsDirective> {
95
- constructor();
96
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Annotation Directive
6
+ * ```html
7
+ * <e-annotations><e-annotation></e-annotation><e-annotations>
8
+ * ```
9
+ */
10
+ export declare class AnnotationDirective extends ComplexBase<AnnotationDirective> {
11
+ private viewContainerRef;
12
+ directivePropList: any;
13
+ /**
14
+ * Options to improve accessibility for chart annotation elements.
15
+ */
16
+ accessibility: any;
17
+ /**
18
+ * Specifies the coordinate units of the annotation.
19
+ * The options are:
20
+ * * Pixel - Renders the annotation based on x and y pixel values.
21
+ * * Point - Renders the annotation based on x and y axis values.
22
+ * @default 'Pixel'
23
+ */
24
+ coordinateUnits: any;
25
+ /**
26
+ * A description for the annotation that provides additional information about its content for screen readers.
27
+ * @default null
28
+ * @deprecated
29
+ */
30
+ description: any;
31
+ /**
32
+ * Specifies the alignment of the annotation.
33
+ * The options are:
34
+ * * Near - Aligns the annotation element to the left side.
35
+ * * Far - Aligns the annotation element to the right side.
36
+ * * Center - Aligns the annotation element to the midpoint.
37
+ * @default 'Center'
38
+ * @deprecated
39
+ */
40
+ horizontalAlignment: any;
41
+ /**
42
+ * Specifies the regions of the annotation.
43
+ * The options are:
44
+ * * Chart - Renders the annotation based on chart coordinates.
45
+ * * Series - Renders the annotation based on series coordinates.
46
+ * @default 'Chart'
47
+ */
48
+ region: any;
49
+ /**
50
+ * Specifies the position of the annotation.
51
+ * The options are
52
+ * * Top - Aligns the annotation element to the top side.
53
+ * * Bottom - Aligns the annotation element to the bottom side.
54
+ * * Middle - Aligns the annotation element to the midpoint.
55
+ * @default 'Middle'
56
+ * @deprecated
57
+ */
58
+ verticalAlignment: any;
59
+ /**
60
+ * If `coordinateUnit` is set to `Pixel`, x specifies the pixel value.
61
+ * If `coordinateUnit` is set to `Point`, x specifies the axis value.
62
+ * @default '0'
63
+ * @asptype object
64
+ */
65
+ x: any;
66
+ /**
67
+ * The name of the horizontal axis associated with the annotation.
68
+ * Requires the `axes` of the chart.
69
+ * @default null
70
+ */
71
+ xAxisName: any;
72
+ /**
73
+ * If `coordinateUnit` is set to `Pixel`, y specifies the pixel value.
74
+ * If `coordinateUnit` is set to `Point`, y specifies the axis value.
75
+ * @default '0'
76
+ */
77
+ y: any;
78
+ /**
79
+ * The name of the vertical axis associated with the annotation.
80
+ * Requires the `axes` of the chart.
81
+ * @default null
82
+ */
83
+ yAxisName: any;
84
+ /**
85
+ * The content of the annotation, which also accepts the ID of the custom element.
86
+ * @default null
87
+ */
88
+ content: any;
89
+ constructor(viewContainerRef: ViewContainerRef);
90
+ static ɵfac: i0.ɵɵFactoryDeclaration<AnnotationDirective, never>;
91
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AnnotationDirective, "e-annotations>e-annotation", never, { "accessibility": "accessibility"; "content": "content"; "coordinateUnits": "coordinateUnits"; "description": "description"; "horizontalAlignment": "horizontalAlignment"; "region": "region"; "verticalAlignment": "verticalAlignment"; "x": "x"; "xAxisName": "xAxisName"; "y": "y"; "yAxisName": "yAxisName"; }, {}, ["content"]>;
92
+ }
93
+ /**
94
+ * Annotation Array Directive
95
+ * @private
96
+ */
97
+ export declare class AnnotationsDirective extends ArrayBase<AnnotationsDirective> {
98
+ constructor();
99
+ static ɵfac: i0.ɵɵFactoryDeclaration<AnnotationsDirective, never>;
100
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AnnotationsDirective, "ejs-chart>e-annotations", never, {}, {}, ["children"]>;
101
+ }