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

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 (157) hide show
  1. package/CHANGELOG.md +3860 -0
  2. package/esm2020/public_api.mjs +2 -0
  3. package/esm2020/src/accumulation-chart/accumulationchart-all.module.mjs +53 -0
  4. package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +152 -0
  5. package/esm2020/src/accumulation-chart/accumulationchart.module.mjs +43 -0
  6. package/esm2020/src/accumulation-chart/annotations.directive.mjs +62 -0
  7. package/esm2020/src/accumulation-chart/series.directive.mjs +62 -0
  8. package/esm2020/src/bullet-chart/bulletchart-all.module.mjs +32 -0
  9. package/esm2020/src/bullet-chart/bulletchart.component.mjs +85 -0
  10. package/esm2020/src/bullet-chart/bulletchart.module.mjs +34 -0
  11. package/esm2020/src/bullet-chart/ranges.directive.mjs +54 -0
  12. package/esm2020/src/chart/annotations.directive.mjs +60 -0
  13. package/esm2020/src/chart/axes.directive.mjs +58 -0
  14. package/esm2020/src/chart/categories.directive.mjs +59 -0
  15. package/esm2020/src/chart/chart-all.module.mjs +209 -0
  16. package/esm2020/src/chart/chart.component.mjs +538 -0
  17. package/esm2020/src/chart/chart.module.mjs +142 -0
  18. package/esm2020/src/chart/columns.directive.mjs +52 -0
  19. package/esm2020/src/chart/indicators.directive.mjs +54 -0
  20. package/esm2020/src/chart/multilevellabels.directive.mjs +60 -0
  21. package/esm2020/src/chart/rangecolorsettings.directive.mjs +52 -0
  22. package/esm2020/src/chart/rows.directive.mjs +52 -0
  23. package/esm2020/src/chart/segments.directive.mjs +58 -0
  24. package/esm2020/src/chart/selecteddataindexes.directive.mjs +52 -0
  25. package/esm2020/src/chart/series.directive.mjs +68 -0
  26. package/esm2020/src/chart/striplines.directive.mjs +56 -0
  27. package/esm2020/src/chart/trendlines.directive.mjs +58 -0
  28. package/esm2020/src/chart3d/axes.directive.mjs +52 -0
  29. package/esm2020/src/chart3d/chart3d-all.module.mjs +68 -0
  30. package/esm2020/src/chart3d/chart3d.component.mjs +189 -0
  31. package/esm2020/src/chart3d/chart3d.module.mjs +70 -0
  32. package/esm2020/src/chart3d/columns.directive.mjs +52 -0
  33. package/esm2020/src/chart3d/rows.directive.mjs +52 -0
  34. package/esm2020/src/chart3d/selecteddataindexes.directive.mjs +52 -0
  35. package/esm2020/src/chart3d/series.directive.mjs +62 -0
  36. package/esm2020/src/circularchart3d/circularchart3d-all.module.mjs +47 -0
  37. package/esm2020/src/circularchart3d/circularchart3d.component.mjs +125 -0
  38. package/esm2020/src/circularchart3d/circularchart3d.module.mjs +43 -0
  39. package/esm2020/src/circularchart3d/selecteddataindexes.directive.mjs +52 -0
  40. package/esm2020/src/circularchart3d/series.directive.mjs +62 -0
  41. package/esm2020/src/index.mjs +69 -0
  42. package/esm2020/src/range-navigator/rangenavigator-all.module.mjs +32 -0
  43. package/esm2020/src/range-navigator/rangenavigator.component.mjs +127 -0
  44. package/esm2020/src/range-navigator/rangenavigator.module.mjs +34 -0
  45. package/esm2020/src/range-navigator/series.directive.mjs +54 -0
  46. package/esm2020/src/sankey/links.directive.mjs +54 -0
  47. package/esm2020/src/sankey/nodes.directive.mjs +54 -0
  48. package/esm2020/src/sankey/sankey-all.module.mjs +38 -0
  49. package/esm2020/src/sankey/sankey.component.mjs +110 -0
  50. package/esm2020/src/sankey/sankey.module.mjs +43 -0
  51. package/esm2020/src/smithchart/series.directive.mjs +46 -0
  52. package/esm2020/src/smithchart/smithchart-all.module.mjs +32 -0
  53. package/esm2020/src/smithchart/smithchart.component.mjs +78 -0
  54. package/esm2020/src/smithchart/smithchart.module.mjs +34 -0
  55. package/esm2020/src/sparkline/rangebandsettings.directive.mjs +46 -0
  56. package/esm2020/src/sparkline/sparkline-all.module.mjs +29 -0
  57. package/esm2020/src/sparkline/sparkline.component.mjs +71 -0
  58. package/esm2020/src/sparkline/sparkline.module.mjs +34 -0
  59. package/esm2020/src/stock-chart/annotations.directive.mjs +60 -0
  60. package/esm2020/src/stock-chart/axes.directive.mjs +52 -0
  61. package/esm2020/src/stock-chart/indicators.directive.mjs +54 -0
  62. package/esm2020/src/stock-chart/periods.directive.mjs +54 -0
  63. package/esm2020/src/stock-chart/rows.directive.mjs +52 -0
  64. package/esm2020/src/stock-chart/selecteddataindexes.directive.mjs +52 -0
  65. package/esm2020/src/stock-chart/series.directive.mjs +58 -0
  66. package/esm2020/src/stock-chart/stockchart-all.module.mjs +29 -0
  67. package/esm2020/src/stock-chart/stockchart.component.mjs +350 -0
  68. package/esm2020/src/stock-chart/stockchart.module.mjs +106 -0
  69. package/esm2020/src/stock-chart/stockevents.directive.mjs +54 -0
  70. package/esm2020/src/stock-chart/trendlines.directive.mjs +59 -0
  71. package/esm2020/syncfusion-ej2-angular-charts.mjs +5 -0
  72. package/fesm2015/syncfusion-ej2-angular-charts.mjs +4684 -0
  73. package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +1 -0
  74. package/fesm2020/syncfusion-ej2-angular-charts.mjs +4684 -0
  75. package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +1 -0
  76. package/package.json +28 -46
  77. package/public_api.d.ts +1 -1
  78. package/src/accumulation-chart/accumulationchart-all.module.d.ts +21 -15
  79. package/src/accumulation-chart/accumulationchart.component.d.ts +62 -59
  80. package/src/accumulation-chart/accumulationchart.module.d.ts +13 -5
  81. package/src/accumulation-chart/annotations.directive.d.ts +85 -80
  82. package/src/accumulation-chart/series.directive.d.ts +262 -257
  83. package/src/bullet-chart/bulletchart-all.module.d.ts +14 -8
  84. package/src/bullet-chart/bulletchart.component.d.ts +41 -38
  85. package/src/bullet-chart/bulletchart.module.d.ts +12 -5
  86. package/src/bullet-chart/ranges.directive.d.ts +73 -68
  87. package/src/chart/annotations.directive.d.ts +101 -96
  88. package/src/chart/axes.directive.d.ts +409 -404
  89. package/src/chart/categories.directive.d.ts +74 -69
  90. package/src/chart/chart-all.module.d.ts +73 -67
  91. package/src/chart/chart.component.d.ts +91 -88
  92. package/src/chart/chart.module.d.ts +24 -5
  93. package/src/chart/columns.directive.d.ts +35 -30
  94. package/src/chart/indicators.directive.d.ts +265 -260
  95. package/src/chart/multilevellabels.directive.d.ts +62 -57
  96. package/src/chart/rangecolorsettings.directive.d.ts +41 -36
  97. package/src/chart/rows.directive.d.ts +35 -30
  98. package/src/chart/segments.directive.d.ts +46 -41
  99. package/src/chart/selecteddataindexes.directive.d.ts +37 -32
  100. package/src/chart/series.directive.d.ts +505 -500
  101. package/src/chart/striplines.directive.d.ts +171 -166
  102. package/src/chart/trendlines.directive.d.ts +127 -122
  103. package/src/chart3d/axes.directive.d.ts +271 -266
  104. package/src/chart3d/chart3d-all.module.d.ts +26 -20
  105. package/src/chart3d/chart3d.component.d.ts +65 -62
  106. package/src/chart3d/chart3d.module.d.ts +16 -5
  107. package/src/chart3d/columns.directive.d.ts +31 -26
  108. package/src/chart3d/rows.directive.d.ts +31 -26
  109. package/src/chart3d/selecteddataindexes.directive.d.ts +37 -32
  110. package/src/chart3d/series.directive.d.ts +177 -172
  111. package/src/circularchart3d/circularchart3d-all.module.d.ts +19 -13
  112. package/src/circularchart3d/circularchart3d.component.d.ts +58 -55
  113. package/src/circularchart3d/circularchart3d.module.d.ts +13 -5
  114. package/src/circularchart3d/selecteddataindexes.directive.d.ts +37 -32
  115. package/src/circularchart3d/series.directive.d.ts +147 -142
  116. package/src/index.d.ts +68 -68
  117. package/src/range-navigator/rangenavigator-all.module.d.ts +14 -8
  118. package/src/range-navigator/rangenavigator.component.d.ts +44 -41
  119. package/src/range-navigator/rangenavigator.module.d.ts +12 -5
  120. package/src/range-navigator/series.directive.d.ts +83 -78
  121. package/src/sankey/links.directive.d.ts +46 -41
  122. package/src/sankey/nodes.directive.d.ts +49 -44
  123. package/src/sankey/sankey-all.module.d.ts +16 -10
  124. package/src/sankey/sankey.component.d.ts +56 -53
  125. package/src/sankey/sankey.module.d.ts +13 -5
  126. package/src/smithchart/series.directive.d.ts +93 -88
  127. package/src/smithchart/smithchart-all.module.d.ts +14 -8
  128. package/src/smithchart/smithchart.component.d.ts +44 -41
  129. package/src/smithchart/smithchart.module.d.ts +12 -5
  130. package/src/sparkline/rangebandsettings.directive.d.ts +38 -33
  131. package/src/sparkline/sparkline-all.module.d.ts +13 -7
  132. package/src/sparkline/sparkline.component.d.ts +46 -43
  133. package/src/sparkline/sparkline.module.d.ts +12 -5
  134. package/src/stock-chart/annotations.directive.d.ts +89 -84
  135. package/src/stock-chart/axes.directive.d.ts +291 -286
  136. package/src/stock-chart/indicators.directive.d.ts +226 -221
  137. package/src/stock-chart/periods.directive.d.ts +47 -42
  138. package/src/stock-chart/rows.directive.d.ts +35 -30
  139. package/src/stock-chart/selecteddataindexes.directive.d.ts +37 -32
  140. package/src/stock-chart/series.directive.d.ts +264 -259
  141. package/src/stock-chart/stockchart-all.module.d.ts +13 -7
  142. package/src/stock-chart/stockchart.component.d.ts +70 -67
  143. package/src/stock-chart/stockchart.module.d.ts +20 -5
  144. package/src/stock-chart/stockevents.directive.d.ts +88 -83
  145. package/src/stock-chart/trendlines.directive.d.ts +128 -123
  146. package/syncfusion-ej2-angular-charts.d.ts +5 -0
  147. package/@syncfusion/ej2-angular-charts.es5.js +0 -5388
  148. package/@syncfusion/ej2-angular-charts.es5.js.map +0 -1
  149. package/@syncfusion/ej2-angular-charts.js +0 -5087
  150. package/@syncfusion/ej2-angular-charts.js.map +0 -1
  151. package/LICENSE +0 -10
  152. package/dist/ej2-angular-charts.umd.js +0 -6123
  153. package/dist/ej2-angular-charts.umd.js.map +0 -1
  154. package/dist/ej2-angular-charts.umd.min.js +0 -11
  155. package/dist/ej2-angular-charts.umd.min.js.map +0 -1
  156. package/ej2-angular-charts.d.ts +0 -14
  157. package/ej2-angular-charts.metadata.json +0 -1
package/package.json CHANGED
@@ -1,45 +1,15 @@
1
1
  {
2
- "_from": "@syncfusion/ej2-angular-charts@*",
3
- "_id": "@syncfusion/ej2-angular-charts@28.1.33",
4
- "_inBundle": false,
5
- "_integrity": "sha512-hevv7IouZBf803s4MIduesTdOQd1OjMe4J/VuJgRGurE/AE4up9EZmD3k3bLOw+bHlU83s186LrBYJvVcDvNFw==",
6
- "_location": "/@syncfusion/ej2-angular-charts",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "@syncfusion/ej2-angular-charts@*",
12
- "name": "@syncfusion/ej2-angular-charts",
13
- "escapedName": "@syncfusion%2fej2-angular-charts",
14
- "scope": "@syncfusion",
15
- "rawSpec": "*",
16
- "saveSpec": null,
17
- "fetchSpec": "*"
18
- },
19
- "_requiredBy": [
20
- "/"
21
- ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-angular-charts/-/ej2-angular-charts-28.1.33.tgz",
23
- "_shasum": "ff7a3be70fed33fa7fbfdc5b5786df552eab2779",
24
- "_spec": "@syncfusion/ej2-angular-charts@*",
25
- "_where": "C:\\Users\\DeepikaArumugasamy\\Downloads\\ej2-nexus-branch-switching-dev 2\\release",
26
- "author": {
27
- "name": "Syncfusion Inc."
28
- },
29
- "bugs": {
30
- "url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
31
- },
32
- "bundleDependencies": false,
2
+ "name": "@syncfusion/ej2-angular-charts",
3
+ "version": "33.2.12",
4
+ "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",
5
+ "author": "Syncfusion Inc.",
6
+ "license": "SEE LICENSE IN license",
7
+ "schematics": "./schematics/collection.json",
33
8
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~33.2.10",
35
9
  "@syncfusion/ej2-base": "~33.2.3",
10
+ "@syncfusion/ej2-angular-base": "~33.2.10",
36
11
  "@syncfusion/ej2-charts": "33.2.12"
37
12
  },
38
- "deprecated": false,
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",
40
- "devDependencies": {},
41
- "es2015": "@syncfusion/ej2-angular-charts.js",
42
- "homepage": "https://www.syncfusion.com/angular-components",
43
13
  "keywords": [
44
14
  "angular",
45
15
  "angular-charts",
@@ -57,17 +27,29 @@
57
27
  "angular-circularchart3d",
58
28
  "angular-sankey"
59
29
  ],
60
- "license": "SEE LICENSE IN license",
61
- "main": "dist/ej2-angular-charts.umd.js",
62
- "metadata": "ej2-angular-charts.metadata.json",
63
- "module": "@syncfusion/ej2-angular-charts.es5.js",
64
- "name": "@syncfusion/ej2-angular-charts",
65
30
  "repository": {
66
31
  "type": "git",
67
- "url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
32
+ "url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
68
33
  },
69
- "schematics": "./schematics/collection.json",
70
34
  "sideEffects": false,
71
- "typings": "ej2-angular-charts.d.ts",
72
- "version": "33.2.12-ngcc"
35
+ "module": "fesm2015/syncfusion-ej2-angular-charts.mjs",
36
+ "es2020": "fesm2020/syncfusion-ej2-angular-charts.mjs",
37
+ "esm2020": "esm2020/syncfusion-ej2-angular-charts.mjs",
38
+ "fesm2020": "fesm2020/syncfusion-ej2-angular-charts.mjs",
39
+ "fesm2015": "fesm2015/syncfusion-ej2-angular-charts.mjs",
40
+ "typings": "syncfusion-ej2-angular-charts.d.ts",
41
+ "exports": {
42
+ "./package.json": {
43
+ "default": "./package.json"
44
+ },
45
+ ".": {
46
+ "types": "./syncfusion-ej2-angular-charts.d.ts",
47
+ "esm2020": "./esm2020/syncfusion-ej2-angular-charts.mjs",
48
+ "es2020": "./fesm2020/syncfusion-ej2-angular-charts.mjs",
49
+ "es2015": "./fesm2015/syncfusion-ej2-angular-charts.mjs",
50
+ "node": "./fesm2015/syncfusion-ej2-angular-charts.mjs",
51
+ "default": "./fesm2020/syncfusion-ej2-angular-charts.mjs"
52
+ }
53
+ },
54
+ "homepage": "https://www.syncfusion.com/angular-components"
73
55
  }
package/public_api.d.ts CHANGED
@@ -1 +1 @@
1
- export * from './src/index';
1
+ export * from './src/index';
@@ -1,15 +1,21 @@
1
- import { ValueProvider } from '@angular/core';
2
- export declare const PieSeriesService: ValueProvider;
3
- export declare const FunnelSeriesService: ValueProvider;
4
- export declare const PyramidSeriesService: ValueProvider;
5
- export declare const AccumulationTooltipService: ValueProvider;
6
- export declare const AccumulationLegendService: ValueProvider;
7
- export declare const AccumulationSelectionService: ValueProvider;
8
- export declare const AccumulationHighlightService: ValueProvider;
9
- export declare const AccumulationDataLabelService: ValueProvider;
10
- export declare const AccumulationAnnotationService: ValueProvider;
11
- /**
12
- * NgModule definition for the AccumulationChart component with providers.
13
- */
14
- export declare class AccumulationChartAllModule {
15
- }
1
+ import { ValueProvider } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@angular/common";
4
+ import * as i2 from "./accumulationchart.module";
5
+ export declare const PieSeriesService: ValueProvider;
6
+ export declare const FunnelSeriesService: ValueProvider;
7
+ export declare const PyramidSeriesService: ValueProvider;
8
+ export declare const AccumulationTooltipService: ValueProvider;
9
+ export declare const AccumulationLegendService: ValueProvider;
10
+ export declare const AccumulationSelectionService: ValueProvider;
11
+ export declare const AccumulationHighlightService: ValueProvider;
12
+ export declare const AccumulationDataLabelService: ValueProvider;
13
+ export declare const AccumulationAnnotationService: ValueProvider;
14
+ /**
15
+ * NgModule definition for the AccumulationChart component with providers.
16
+ */
17
+ export declare class AccumulationChartAllModule {
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<AccumulationChartAllModule, never>;
19
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AccumulationChartAllModule, never, [typeof i1.CommonModule, typeof i2.AccumulationChartModule], [typeof i2.AccumulationChartModule]>;
20
+ static ɵinj: i0.ɵɵInjectorDeclaration<AccumulationChartAllModule>;
21
+ }
@@ -1,59 +1,62 @@
1
- import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { AccumulationChart } from '@syncfusion/ej2-charts';
4
- import { AccumulationSeriesCollectionDirective } from './series.directive';
5
- import { AccumulationAnnotationsDirective } from './annotations.directive';
6
- export declare const inputs: string[];
7
- export declare const outputs: string[];
8
- export declare const twoWays: string[];
9
- /**
10
- * AccumulationChart Component
11
- * ```html
12
- * <ejs-accumulationchart></ejs-accumulationchart>
13
- * ```
14
- */
15
- export declare class AccumulationChartComponent extends AccumulationChart implements IComponentBase {
16
- private ngEle;
17
- private srenderer;
18
- private viewContainerRef;
19
- private injector;
20
- context: any;
21
- tagObjects: any;
22
- afterExport: any;
23
- animationComplete: any;
24
- annotationRender: any;
25
- beforeExport: any;
26
- beforePrint: any;
27
- beforeResize: any;
28
- chartDoubleClick: any;
29
- chartMouseClick: any;
30
- chartMouseDown: any;
31
- chartMouseLeave: any;
32
- chartMouseMove: any;
33
- chartMouseUp: any;
34
- legendClick: any;
35
- legendRender: any;
36
- load: any;
37
- loaded: any;
38
- pointClick: any;
39
- pointMove: any;
40
- pointRender: any;
41
- resized: any;
42
- selectionComplete: any;
43
- seriesRender: any;
44
- textRender: any;
45
- tooltipRender: any;
46
- dataSourceChange: any;
47
- childSeries: QueryList<AccumulationSeriesCollectionDirective>;
48
- childAnnotations: QueryList<AccumulationAnnotationsDirective>;
49
- tags: string[];
50
- tooltip_template: any;
51
- legendSettings_template: any;
52
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
53
- ngOnInit(): void;
54
- ngAfterViewInit(): void;
55
- ngOnDestroy(): void;
56
- ngAfterContentChecked(): void;
57
- registerEvents: (eventList: string[]) => void;
58
- addTwoWay: (propList: string[]) => void;
59
- }
1
+ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { AccumulationChart } from '@syncfusion/ej2-charts';
4
+ import { AccumulationSeriesCollectionDirective } from './series.directive';
5
+ import { AccumulationAnnotationsDirective } from './annotations.directive';
6
+ import * as i0 from "@angular/core";
7
+ export declare const inputs: string[];
8
+ export declare const outputs: string[];
9
+ export declare const twoWays: string[];
10
+ /**
11
+ * AccumulationChart Component
12
+ * ```html
13
+ * <ejs-accumulationchart></ejs-accumulationchart>
14
+ * ```
15
+ */
16
+ export declare class AccumulationChartComponent extends AccumulationChart implements IComponentBase {
17
+ private ngEle;
18
+ private srenderer;
19
+ private viewContainerRef;
20
+ private injector;
21
+ context: any;
22
+ tagObjects: any;
23
+ afterExport: any;
24
+ animationComplete: any;
25
+ annotationRender: any;
26
+ beforeExport: any;
27
+ beforePrint: any;
28
+ beforeResize: any;
29
+ chartDoubleClick: any;
30
+ chartMouseClick: any;
31
+ chartMouseDown: any;
32
+ chartMouseLeave: any;
33
+ chartMouseMove: any;
34
+ chartMouseUp: any;
35
+ legendClick: any;
36
+ legendRender: any;
37
+ load: any;
38
+ loaded: any;
39
+ pointClick: any;
40
+ pointMove: any;
41
+ pointRender: any;
42
+ resized: any;
43
+ selectionComplete: any;
44
+ seriesRender: any;
45
+ textRender: any;
46
+ tooltipRender: any;
47
+ dataSourceChange: any;
48
+ childSeries: QueryList<AccumulationSeriesCollectionDirective>;
49
+ childAnnotations: QueryList<AccumulationAnnotationsDirective>;
50
+ tags: string[];
51
+ tooltip_template: any;
52
+ legendSettings_template: any;
53
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
54
+ ngOnInit(): void;
55
+ ngAfterViewInit(): void;
56
+ ngOnDestroy(): void;
57
+ ngAfterContentChecked(): void;
58
+ registerEvents: (eventList: string[]) => void;
59
+ addTwoWay: (propList: string[]) => void;
60
+ static ɵfac: i0.ɵɵFactoryDeclaration<AccumulationChartComponent, never>;
61
+ static ɵcmp: i0.ɵɵComponentDeclaration<AccumulationChartComponent, "ejs-accumulationchart", never, { "accessibility": "accessibility"; "allowExport": "allowExport"; "annotations": "annotations"; "background": "background"; "backgroundImage": "backgroundImage"; "border": "border"; "center": "center"; "centerLabel": "centerLabel"; "currencyCode": "currencyCode"; "dataSource": "dataSource"; "enableAnimation": "enableAnimation"; "enableBorderOnMouseMove": "enableBorderOnMouseMove"; "enableExport": "enableExport"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableSmartLabels": "enableSmartLabels"; "focusBorderColor": "focusBorderColor"; "focusBorderMargin": "focusBorderMargin"; "focusBorderWidth": "focusBorderWidth"; "height": "height"; "highlightColor": "highlightColor"; "highlightMode": "highlightMode"; "highlightPattern": "highlightPattern"; "isMultiSelect": "isMultiSelect"; "legendSettings": "legendSettings"; "locale": "locale"; "margin": "margin"; "noDataTemplate": "noDataTemplate"; "selectedDataIndexes": "selectedDataIndexes"; "selectionMode": "selectionMode"; "selectionPattern": "selectionPattern"; "series": "series"; "subTitle": "subTitle"; "subTitleStyle": "subTitleStyle"; "theme": "theme"; "title": "title"; "titleStyle": "titleStyle"; "tooltip": "tooltip"; "useGroupingSeparator": "useGroupingSeparator"; "width": "width"; }, { "afterExport": "afterExport"; "animationComplete": "animationComplete"; "annotationRender": "annotationRender"; "beforeExport": "beforeExport"; "beforePrint": "beforePrint"; "beforeResize": "beforeResize"; "chartDoubleClick": "chartDoubleClick"; "chartMouseClick": "chartMouseClick"; "chartMouseDown": "chartMouseDown"; "chartMouseLeave": "chartMouseLeave"; "chartMouseMove": "chartMouseMove"; "chartMouseUp": "chartMouseUp"; "legendClick": "legendClick"; "legendRender": "legendRender"; "load": "load"; "loaded": "loaded"; "pointClick": "pointClick"; "pointMove": "pointMove"; "pointRender": "pointRender"; "resized": "resized"; "selectionComplete": "selectionComplete"; "seriesRender": "seriesRender"; "textRender": "textRender"; "tooltipRender": "tooltipRender"; "dataSourceChange": "dataSourceChange"; }, ["tooltip_template", "legendSettings_template", "childSeries", "childAnnotations"], never>;
62
+ }
@@ -1,5 +1,13 @@
1
- /**
2
- * NgModule definition for the AccumulationChart component.
3
- */
4
- export declare class AccumulationChartModule {
5
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./accumulationchart.component";
3
+ import * as i2 from "./series.directive";
4
+ import * as i3 from "./annotations.directive";
5
+ import * as i4 from "@angular/common";
6
+ /**
7
+ * NgModule definition for the AccumulationChart component.
8
+ */
9
+ export declare class AccumulationChartModule {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<AccumulationChartModule, never>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AccumulationChartModule, [typeof i1.AccumulationChartComponent, typeof i2.AccumulationSeriesDirective, typeof i2.AccumulationSeriesCollectionDirective, typeof i3.AccumulationAnnotationDirective, typeof i3.AccumulationAnnotationsDirective], [typeof i4.CommonModule], [typeof i1.AccumulationChartComponent, typeof i2.AccumulationSeriesDirective, typeof i2.AccumulationSeriesCollectionDirective, typeof i3.AccumulationAnnotationDirective, typeof i3.AccumulationAnnotationsDirective]>;
12
+ static ɵinj: i0.ɵɵInjectorDeclaration<AccumulationChartModule>;
13
+ }
@@ -1,80 +1,85 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- /**
4
- * AccumulationAnnotations Directive
5
- * ```html
6
- * <e-accumulation-annotations>
7
- * <e-accumulation-annotation></e-accumulation-annotation>
8
- * </e-accumulation-annotations>
9
- * ```
10
- */
11
- export declare class AccumulationAnnotationDirective extends ComplexBase<AccumulationAnnotationDirective> {
12
- private viewContainerRef;
13
- directivePropList: any;
14
- /**
15
- * Specifies the coordinate units of the annotation.
16
- * The options are:
17
- * * Pixel - Renders the annotation based on x and y pixel values.
18
- * * Point - Renders the annotation based on x and y data values.
19
- * @default 'Pixel'
20
- */
21
- coordinateUnits: any;
22
- /**
23
- * A description for the annotation that provides additional information about its content for screen readers.
24
- * @default null
25
- */
26
- description: any;
27
- /**
28
- * Specifies the alignment of the annotation.
29
- * The options are:
30
- * * Near - Aligns the annotation element to the top side.
31
- * * Far - Aligns the annotation element to the bottom side.
32
- * * Center - Aligns the annotation element to the midpoint.
33
- * @default 'Center'
34
-
35
- */
36
- horizontalAlignment: any;
37
- /**
38
- * Specifies the regions of the annotation.
39
- * The options are:
40
- * * Chart - Renders the annotation based on chart coordinates.
41
- * * Series - Renders the annotation based on series coordinates.
42
- * @default 'Chart'
43
- */
44
- region: any;
45
- /**
46
- * Specifies the position of the annotation.
47
- * The options are
48
- * * Top - Aligns the annotation element to the top side.
49
- * * Bottom - Aligns the annotation element to the bottom side.
50
- * * Middle - Aligns the annotation element to the midpoint.
51
- * @default 'Middle'
52
-
53
- */
54
- verticalAlignment: any;
55
- /**
56
- * If `coordinateUnit` is set to `Pixel`, x specifies the pixel value.
57
- * If `coordinateUnit` is set to `Point`, x specifies the data value.
58
- * @default '0'
59
- */
60
- x: any;
61
- /**
62
- * If `coordinateUnit` is set to `Pixel`, y specifies the pixel value.
63
- * If `coordinateUnit` is set to `Point`, y specifies the data value.
64
- * @default '0'
65
- */
66
- y: any;
67
- /**
68
- * The content of the annotation, which can also accept the ID of a custom element.
69
- * @default null
70
- */
71
- content: any;
72
- constructor(viewContainerRef: ViewContainerRef);
73
- }
74
- /**
75
- * AccumulationAnnotation Array Directive
76
- * @private
77
- */
78
- export declare class AccumulationAnnotationsDirective extends ArrayBase<AccumulationAnnotationsDirective> {
79
- constructor();
80
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * AccumulationAnnotations Directive
6
+ * ```html
7
+ * <e-accumulation-annotations>
8
+ * <e-accumulation-annotation></e-accumulation-annotation>
9
+ * </e-accumulation-annotations>
10
+ * ```
11
+ */
12
+ export declare class AccumulationAnnotationDirective extends ComplexBase<AccumulationAnnotationDirective> {
13
+ private viewContainerRef;
14
+ directivePropList: any;
15
+ /**
16
+ * Specifies the coordinate units of the annotation.
17
+ * The options are:
18
+ * * Pixel - Renders the annotation based on x and y pixel values.
19
+ * * Point - Renders the annotation based on x and y data values.
20
+ * @default 'Pixel'
21
+ */
22
+ coordinateUnits: any;
23
+ /**
24
+ * A description for the annotation that provides additional information about its content for screen readers.
25
+ * @default null
26
+ */
27
+ description: any;
28
+ /**
29
+ * Specifies the alignment of the annotation.
30
+ * The options are:
31
+ * * Near - Aligns the annotation element to the top side.
32
+ * * Far - Aligns the annotation element to the bottom side.
33
+ * * Center - Aligns the annotation element to the midpoint.
34
+ * @default 'Center'
35
+ * @deprecated
36
+ */
37
+ horizontalAlignment: any;
38
+ /**
39
+ * Specifies the regions of the annotation.
40
+ * The options are:
41
+ * * Chart - Renders the annotation based on chart coordinates.
42
+ * * Series - Renders the annotation based on series coordinates.
43
+ * @default 'Chart'
44
+ */
45
+ region: any;
46
+ /**
47
+ * Specifies the position of the annotation.
48
+ * The options are
49
+ * * Top - Aligns the annotation element to the top side.
50
+ * * Bottom - Aligns the annotation element to the bottom side.
51
+ * * Middle - Aligns the annotation element to the midpoint.
52
+ * @default 'Middle'
53
+ * @deprecated
54
+ */
55
+ verticalAlignment: any;
56
+ /**
57
+ * If `coordinateUnit` is set to `Pixel`, x specifies the pixel value.
58
+ * If `coordinateUnit` is set to `Point`, x specifies the data value.
59
+ * @default '0'
60
+ */
61
+ x: any;
62
+ /**
63
+ * If `coordinateUnit` is set to `Pixel`, y specifies the pixel value.
64
+ * If `coordinateUnit` is set to `Point`, y specifies the data value.
65
+ * @default '0'
66
+ */
67
+ y: any;
68
+ /**
69
+ * The content of the annotation, which can also accept the ID of a custom element.
70
+ * @default null
71
+ */
72
+ content: any;
73
+ constructor(viewContainerRef: ViewContainerRef);
74
+ static ɵfac: i0.ɵɵFactoryDeclaration<AccumulationAnnotationDirective, never>;
75
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AccumulationAnnotationDirective, "e-accumulation-annotations>e-accumulation-annotation", never, { "content": "content"; "coordinateUnits": "coordinateUnits"; "description": "description"; "horizontalAlignment": "horizontalAlignment"; "region": "region"; "verticalAlignment": "verticalAlignment"; "x": "x"; "y": "y"; }, {}, ["content"]>;
76
+ }
77
+ /**
78
+ * AccumulationAnnotation Array Directive
79
+ * @private
80
+ */
81
+ export declare class AccumulationAnnotationsDirective extends ArrayBase<AccumulationAnnotationsDirective> {
82
+ constructor();
83
+ static ɵfac: i0.ɵɵFactoryDeclaration<AccumulationAnnotationsDirective, never>;
84
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AccumulationAnnotationsDirective, "ej-accumulationchart>e-accumulation-annotations", never, {}, {}, ["children"]>;
85
+ }