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

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 +3821 -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
@@ -1,69 +1,74 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- /**
4
- * MultiLevelLabels Directive
5
- * ```html
6
- * <e-multilevellabels>
7
- * <e-multilevellabel>
8
- * <e-Categories>
9
- * <e-Category>
10
- * </e-Category>
11
- * </e-Categories>
12
- * </e-multilevellabel>
13
- * </e-multilevellabels>
14
- * ```
15
- */
16
- export declare class CategoryDirective extends ComplexBase<CategoryDirective> {
17
- private viewContainerRef;
18
- directivePropList: any;
19
- /**
20
- * Specifies the type of border for labels.
21
- * Available border types:
22
- * * Rectangle
23
- * * Without Top Border
24
- * * Without Top and Bottom Border
25
- * * Without Border
26
- * * Brace
27
- * * Curly Brace
28
- * @default 'Rectangle'
29
- * @aspdefaultvalueignore
30
- * @blazordefaultvalueignore
31
- */
32
- type: any;
33
- /**
34
- * Allows adding custom data for multi-level labels.
35
- * @default null
36
- */
37
- customAttributes: any;
38
- /**
39
- * Specifies the end value for the multi-level labels.
40
- * @default null
41
- * @aspdefaultvalueignore
42
- */
43
- end: any;
44
- /**
45
- * Specifies the maximum width of the text for multi-level labels.
46
- * @default null
47
- * @aspdefaultvalueignore
48
- */
49
- maximumTextWidth: any;
50
- /**
51
- * Specifies the starting value for the multi-level labels.
52
- * @default null
53
- * @aspdefaultvalueignore
54
- */
55
- start: any;
56
- /**
57
- * Specifies the text to be displayed for the multi-level labels.
58
- * @default ''
59
- */
60
- text: any;
61
- constructor(viewContainerRef: ViewContainerRef);
62
- }
63
- /**
64
- * Category Array Directive
65
- * @private
66
- */
67
- export declare class CategoriesDirective extends ArrayBase<CategoriesDirective> {
68
- constructor();
69
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * MultiLevelLabels Directive
6
+ * ```html
7
+ * <e-multilevellabels>
8
+ * <e-multilevellabel>
9
+ * <e-Categories>
10
+ * <e-Category>
11
+ * </e-Category>
12
+ * </e-Categories>
13
+ * </e-multilevellabel>
14
+ * </e-multilevellabels>
15
+ * ```
16
+ */
17
+ export declare class CategoryDirective extends ComplexBase<CategoryDirective> {
18
+ private viewContainerRef;
19
+ directivePropList: any;
20
+ /**
21
+ * Specifies the type of border for labels.
22
+ * Available border types:
23
+ * * Rectangle
24
+ * * Without Top Border
25
+ * * Without Top and Bottom Border
26
+ * * Without Border
27
+ * * Brace
28
+ * * Curly Brace
29
+ * @default 'Rectangle'
30
+ * @aspdefaultvalueignore
31
+ * @blazordefaultvalueignore
32
+ */
33
+ type: any;
34
+ /**
35
+ * Allows adding custom data for multi-level labels.
36
+ * @default null
37
+ */
38
+ customAttributes: any;
39
+ /**
40
+ * Specifies the end value for the multi-level labels.
41
+ * @default null
42
+ * @aspdefaultvalueignore
43
+ */
44
+ end: any;
45
+ /**
46
+ * Specifies the maximum width of the text for multi-level labels.
47
+ * @default null
48
+ * @aspdefaultvalueignore
49
+ */
50
+ maximumTextWidth: any;
51
+ /**
52
+ * Specifies the starting value for the multi-level labels.
53
+ * @default null
54
+ * @aspdefaultvalueignore
55
+ */
56
+ start: any;
57
+ /**
58
+ * Specifies the text to be displayed for the multi-level labels.
59
+ * @default ''
60
+ */
61
+ text: any;
62
+ constructor(viewContainerRef: ViewContainerRef);
63
+ static ɵfac: i0.ɵɵFactoryDeclaration<CategoryDirective, never>;
64
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CategoryDirective, "e-multilevellabel>e-categories>e-category", never, { "customAttributes": "customAttributes"; "end": "end"; "maximumTextWidth": "maximumTextWidth"; "start": "start"; "text": "text"; "type": "type"; }, {}, never>;
65
+ }
66
+ /**
67
+ * Category Array Directive
68
+ * @private
69
+ */
70
+ export declare class CategoriesDirective extends ArrayBase<CategoriesDirective> {
71
+ constructor();
72
+ static ɵfac: i0.ɵɵFactoryDeclaration<CategoriesDirective, never>;
73
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CategoriesDirective, "e-multilevellabel>e-categories", never, {}, {}, ["children"]>;
74
+ }
@@ -1,67 +1,73 @@
1
- import { ValueProvider } from '@angular/core';
2
- export declare const LineSeriesService: ValueProvider;
3
- export declare const ScatterSeriesService: ValueProvider;
4
- export declare const ColumnSeriesService: ValueProvider;
5
- export declare const SplineSeriesService: ValueProvider;
6
- export declare const SplineAreaSeriesService: ValueProvider;
7
- export declare const StripLineService: ValueProvider;
8
- export declare const AreaSeriesService: ValueProvider;
9
- export declare const ScrollBarService: ValueProvider;
10
- export declare const StepLineSeriesService: ValueProvider;
11
- export declare const StepAreaSeriesService: ValueProvider;
12
- export declare const StackingColumnSeriesService: ValueProvider;
13
- export declare const StackingLineSeriesService: ValueProvider;
14
- export declare const StackingAreaSeriesService: ValueProvider;
15
- export declare const StackingStepAreaSeriesService: ValueProvider;
16
- export declare const BarSeriesService: ValueProvider;
17
- export declare const StackingBarSeriesService: ValueProvider;
18
- export declare const RangeColumnSeriesService: ValueProvider;
19
- export declare const BubbleSeriesService: ValueProvider;
20
- export declare const TooltipService: ValueProvider;
21
- export declare const CrosshairService: ValueProvider;
22
- export declare const CategoryService: ValueProvider;
23
- export declare const DateTimeService: ValueProvider;
24
- export declare const LogarithmicService: ValueProvider;
25
- export declare const LegendService: ValueProvider;
26
- export declare const ZoomService: ValueProvider;
27
- export declare const DataLabelService: ValueProvider;
28
- export declare const SelectionService: ValueProvider;
29
- export declare const ChartAnnotationService: ValueProvider;
30
- export declare const HiloSeriesService: ValueProvider;
31
- export declare const HiloOpenCloseSeriesService: ValueProvider;
32
- export declare const WaterfallSeriesService: ValueProvider;
33
- export declare const RangeAreaSeriesService: ValueProvider;
34
- export declare const RangeStepAreaSeriesService: ValueProvider;
35
- export declare const SplineRangeAreaSeriesService: ValueProvider;
36
- export declare const CandleSeriesService: ValueProvider;
37
- export declare const PolarSeriesService: ValueProvider;
38
- export declare const RadarSeriesService: ValueProvider;
39
- export declare const SmaIndicatorService: ValueProvider;
40
- export declare const TmaIndicatorService: ValueProvider;
41
- export declare const EmaIndicatorService: ValueProvider;
42
- export declare const AccumulationDistributionIndicatorService: ValueProvider;
43
- export declare const MacdIndicatorService: ValueProvider;
44
- export declare const AtrIndicatorService: ValueProvider;
45
- export declare const RsiIndicatorService: ValueProvider;
46
- export declare const MomentumIndicatorService: ValueProvider;
47
- export declare const StochasticIndicatorService: ValueProvider;
48
- export declare const BollingerBandsService: ValueProvider;
49
- export declare const BoxAndWhiskerSeriesService: ValueProvider;
50
- export declare const HistogramSeriesService: ValueProvider;
51
- export declare const ErrorBarService: ValueProvider;
52
- export declare const TrendlinesService: ValueProvider;
53
- export declare const DateTimeCategoryService: ValueProvider;
54
- export declare const MultiColoredLineSeriesService: ValueProvider;
55
- export declare const MultiColoredAreaSeriesService: ValueProvider;
56
- export declare const MultiLevelLabelService: ValueProvider;
57
- export declare const ParetoSeriesService: ValueProvider;
58
- export declare const ExportService: ValueProvider;
59
- export declare const DataEditingService: ValueProvider;
60
- export declare const HighlightService: ValueProvider;
61
- export declare const LastValueLabelService: ValueProvider;
62
- export declare const SeriesLabelService: ValueProvider;
63
- /**
64
- * NgModule definition for the Chart component with providers.
65
- */
66
- export declare class ChartAllModule {
67
- }
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 "./chart.module";
5
+ export declare const LineSeriesService: ValueProvider;
6
+ export declare const ScatterSeriesService: ValueProvider;
7
+ export declare const ColumnSeriesService: ValueProvider;
8
+ export declare const SplineSeriesService: ValueProvider;
9
+ export declare const SplineAreaSeriesService: ValueProvider;
10
+ export declare const StripLineService: ValueProvider;
11
+ export declare const AreaSeriesService: ValueProvider;
12
+ export declare const ScrollBarService: ValueProvider;
13
+ export declare const StepLineSeriesService: ValueProvider;
14
+ export declare const StepAreaSeriesService: ValueProvider;
15
+ export declare const StackingColumnSeriesService: ValueProvider;
16
+ export declare const StackingLineSeriesService: ValueProvider;
17
+ export declare const StackingAreaSeriesService: ValueProvider;
18
+ export declare const StackingStepAreaSeriesService: ValueProvider;
19
+ export declare const BarSeriesService: ValueProvider;
20
+ export declare const StackingBarSeriesService: ValueProvider;
21
+ export declare const RangeColumnSeriesService: ValueProvider;
22
+ export declare const BubbleSeriesService: ValueProvider;
23
+ export declare const TooltipService: ValueProvider;
24
+ export declare const CrosshairService: ValueProvider;
25
+ export declare const CategoryService: ValueProvider;
26
+ export declare const DateTimeService: ValueProvider;
27
+ export declare const LogarithmicService: ValueProvider;
28
+ export declare const LegendService: ValueProvider;
29
+ export declare const ZoomService: ValueProvider;
30
+ export declare const DataLabelService: ValueProvider;
31
+ export declare const SelectionService: ValueProvider;
32
+ export declare const ChartAnnotationService: ValueProvider;
33
+ export declare const HiloSeriesService: ValueProvider;
34
+ export declare const HiloOpenCloseSeriesService: ValueProvider;
35
+ export declare const WaterfallSeriesService: ValueProvider;
36
+ export declare const RangeAreaSeriesService: ValueProvider;
37
+ export declare const RangeStepAreaSeriesService: ValueProvider;
38
+ export declare const SplineRangeAreaSeriesService: ValueProvider;
39
+ export declare const CandleSeriesService: ValueProvider;
40
+ export declare const PolarSeriesService: ValueProvider;
41
+ export declare const RadarSeriesService: ValueProvider;
42
+ export declare const SmaIndicatorService: ValueProvider;
43
+ export declare const TmaIndicatorService: ValueProvider;
44
+ export declare const EmaIndicatorService: ValueProvider;
45
+ export declare const AccumulationDistributionIndicatorService: ValueProvider;
46
+ export declare const MacdIndicatorService: ValueProvider;
47
+ export declare const AtrIndicatorService: ValueProvider;
48
+ export declare const RsiIndicatorService: ValueProvider;
49
+ export declare const MomentumIndicatorService: ValueProvider;
50
+ export declare const StochasticIndicatorService: ValueProvider;
51
+ export declare const BollingerBandsService: ValueProvider;
52
+ export declare const BoxAndWhiskerSeriesService: ValueProvider;
53
+ export declare const HistogramSeriesService: ValueProvider;
54
+ export declare const ErrorBarService: ValueProvider;
55
+ export declare const TrendlinesService: ValueProvider;
56
+ export declare const DateTimeCategoryService: ValueProvider;
57
+ export declare const MultiColoredLineSeriesService: ValueProvider;
58
+ export declare const MultiColoredAreaSeriesService: ValueProvider;
59
+ export declare const MultiLevelLabelService: ValueProvider;
60
+ export declare const ParetoSeriesService: ValueProvider;
61
+ export declare const ExportService: ValueProvider;
62
+ export declare const DataEditingService: ValueProvider;
63
+ export declare const HighlightService: ValueProvider;
64
+ export declare const LastValueLabelService: ValueProvider;
65
+ export declare const SeriesLabelService: ValueProvider;
66
+ /**
67
+ * NgModule definition for the Chart component with providers.
68
+ */
69
+ export declare class ChartAllModule {
70
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChartAllModule, never>;
71
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ChartAllModule, never, [typeof i1.CommonModule, typeof i2.ChartModule], [typeof i2.ChartModule]>;
72
+ static ɵinj: i0.ɵɵInjectorDeclaration<ChartAllModule>;
73
+ }
@@ -1,88 +1,91 @@
1
- import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { Chart } from '@syncfusion/ej2-charts';
4
- import { SeriesCollectionDirective } from './series.directive';
5
- import { AxesDirective } from './axes.directive';
6
- import { RowsDirective } from './rows.directive';
7
- import { ColumnsDirective } from './columns.directive';
8
- import { RangeColorSettingsDirective } from './rangecolorsettings.directive';
9
- import { AnnotationsDirective } from './annotations.directive';
10
- import { SelectedDataIndexesDirective } from './selecteddataindexes.directive';
11
- import { IndicatorsDirective } from './indicators.directive';
12
- export declare const inputs: string[];
13
- export declare const outputs: string[];
14
- export declare const twoWays: string[];
15
- /**
16
- * Chart Component
17
- * ```html
18
- * <ejschart></ejschart>
19
- * ```
20
- */
21
- export declare class ChartComponent extends Chart implements IComponentBase {
22
- private ngEle;
23
- private srenderer;
24
- private viewContainerRef;
25
- private injector;
26
- context: any;
27
- tagObjects: any;
28
- afterExport: any;
29
- animationComplete: any;
30
- annotationRender: any;
31
- axisLabelClick: any;
32
- axisLabelRender: any;
33
- axisMultiLabelRender: any;
34
- axisRangeCalculated: any;
35
- beforeExport: any;
36
- beforePrint: any;
37
- beforeResize: any;
38
- chartDoubleClick: any;
39
- chartMouseClick: any;
40
- chartMouseDown: any;
41
- chartMouseLeave: any;
42
- chartMouseMove: any;
43
- chartMouseUp: any;
44
- crosshairLabelRender: any;
45
- drag: any;
46
- dragComplete: any;
47
- dragEnd: any;
48
- dragStart: any;
49
- legendClick: any;
50
- legendRender: any;
51
- load: any;
52
- loaded: any;
53
- multiLevelLabelClick: any;
54
- onZooming: any;
55
- pointClick: any;
56
- pointDoubleClick: any;
57
- pointMove: any;
58
- pointRender: any;
59
- resized: any;
60
- scrollChanged: any;
61
- scrollEnd: any;
62
- scrollStart: any;
63
- selectionComplete: any;
64
- seriesRender: any;
65
- sharedTooltipRender: any;
66
- textRender: any;
67
- tooltipRender: any;
68
- zoomComplete: any;
69
- dataSourceChange: any;
70
- childSeries: QueryList<SeriesCollectionDirective>;
71
- childAxes: QueryList<AxesDirective>;
72
- childRows: QueryList<RowsDirective>;
73
- childColumns: QueryList<ColumnsDirective>;
74
- childRangeColorSettings: QueryList<RangeColorSettingsDirective>;
75
- childAnnotations: QueryList<AnnotationsDirective>;
76
- childSelectedDataIndexes: QueryList<SelectedDataIndexesDirective>;
77
- childIndicators: QueryList<IndicatorsDirective>;
78
- tags: string[];
79
- tooltip_template: any;
80
- legendSettings_template: any;
81
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
82
- ngOnInit(): void;
83
- ngAfterViewInit(): void;
84
- ngOnDestroy(): void;
85
- ngAfterContentChecked(): void;
86
- registerEvents: (eventList: string[]) => void;
87
- addTwoWay: (propList: string[]) => void;
88
- }
1
+ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { Chart } from '@syncfusion/ej2-charts';
4
+ import { SeriesCollectionDirective } from './series.directive';
5
+ import { AxesDirective } from './axes.directive';
6
+ import { RowsDirective } from './rows.directive';
7
+ import { ColumnsDirective } from './columns.directive';
8
+ import { RangeColorSettingsDirective } from './rangecolorsettings.directive';
9
+ import { AnnotationsDirective } from './annotations.directive';
10
+ import { SelectedDataIndexesDirective } from './selecteddataindexes.directive';
11
+ import { IndicatorsDirective } from './indicators.directive';
12
+ import * as i0 from "@angular/core";
13
+ export declare const inputs: string[];
14
+ export declare const outputs: string[];
15
+ export declare const twoWays: string[];
16
+ /**
17
+ * Chart Component
18
+ * ```html
19
+ * <ejschart></ejschart>
20
+ * ```
21
+ */
22
+ export declare class ChartComponent extends Chart implements IComponentBase {
23
+ private ngEle;
24
+ private srenderer;
25
+ private viewContainerRef;
26
+ private injector;
27
+ context: any;
28
+ tagObjects: any;
29
+ afterExport: any;
30
+ animationComplete: any;
31
+ annotationRender: any;
32
+ axisLabelClick: any;
33
+ axisLabelRender: any;
34
+ axisMultiLabelRender: any;
35
+ axisRangeCalculated: any;
36
+ beforeExport: any;
37
+ beforePrint: any;
38
+ beforeResize: any;
39
+ chartDoubleClick: any;
40
+ chartMouseClick: any;
41
+ chartMouseDown: any;
42
+ chartMouseLeave: any;
43
+ chartMouseMove: any;
44
+ chartMouseUp: any;
45
+ crosshairLabelRender: any;
46
+ drag: any;
47
+ dragComplete: any;
48
+ dragEnd: any;
49
+ dragStart: any;
50
+ legendClick: any;
51
+ legendRender: any;
52
+ load: any;
53
+ loaded: any;
54
+ multiLevelLabelClick: any;
55
+ onZooming: any;
56
+ pointClick: any;
57
+ pointDoubleClick: any;
58
+ pointMove: any;
59
+ pointRender: any;
60
+ resized: any;
61
+ scrollChanged: any;
62
+ scrollEnd: any;
63
+ scrollStart: any;
64
+ selectionComplete: any;
65
+ seriesRender: any;
66
+ sharedTooltipRender: any;
67
+ textRender: any;
68
+ tooltipRender: any;
69
+ zoomComplete: any;
70
+ dataSourceChange: any;
71
+ childSeries: QueryList<SeriesCollectionDirective>;
72
+ childAxes: QueryList<AxesDirective>;
73
+ childRows: QueryList<RowsDirective>;
74
+ childColumns: QueryList<ColumnsDirective>;
75
+ childRangeColorSettings: QueryList<RangeColorSettingsDirective>;
76
+ childAnnotations: QueryList<AnnotationsDirective>;
77
+ childSelectedDataIndexes: QueryList<SelectedDataIndexesDirective>;
78
+ childIndicators: QueryList<IndicatorsDirective>;
79
+ tags: string[];
80
+ tooltip_template: any;
81
+ legendSettings_template: any;
82
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
83
+ ngOnInit(): void;
84
+ ngAfterViewInit(): void;
85
+ ngOnDestroy(): void;
86
+ ngAfterContentChecked(): void;
87
+ registerEvents: (eventList: string[]) => void;
88
+ addTwoWay: (propList: string[]) => void;
89
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChartComponent, never>;
90
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChartComponent, "ejs-chart", never, { "accessibility": "accessibility"; "allowExport": "allowExport"; "allowMultiSelection": "allowMultiSelection"; "annotations": "annotations"; "axes": "axes"; "background": "background"; "backgroundImage": "backgroundImage"; "border": "border"; "chartArea": "chartArea"; "columns": "columns"; "crosshair": "crosshair"; "currencyCode": "currencyCode"; "dataSource": "dataSource"; "description": "description"; "enableAnimation": "enableAnimation"; "enableAutoIntervalOnBothAxis": "enableAutoIntervalOnBothAxis"; "enableCanvas": "enableCanvas"; "enableExport": "enableExport"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableSideBySidePlacement": "enableSideBySidePlacement"; "focusBorderColor": "focusBorderColor"; "focusBorderMargin": "focusBorderMargin"; "focusBorderWidth": "focusBorderWidth"; "height": "height"; "highlightColor": "highlightColor"; "highlightMode": "highlightMode"; "highlightPattern": "highlightPattern"; "indicators": "indicators"; "isMultiSelect": "isMultiSelect"; "isTransposed": "isTransposed"; "legendSettings": "legendSettings"; "locale": "locale"; "margin": "margin"; "noDataTemplate": "noDataTemplate"; "palettes": "palettes"; "primaryXAxis": "primaryXAxis"; "primaryYAxis": "primaryYAxis"; "rangeColorSettings": "rangeColorSettings"; "rows": "rows"; "selectedDataIndexes": "selectedDataIndexes"; "selectionMode": "selectionMode"; "selectionPattern": "selectionPattern"; "series": "series"; "stackLabels": "stackLabels"; "subTitle": "subTitle"; "subTitleStyle": "subTitleStyle"; "tabIndex": "tabIndex"; "theme": "theme"; "title": "title"; "titleStyle": "titleStyle"; "tooltip": "tooltip"; "useGroupingSeparator": "useGroupingSeparator"; "width": "width"; "zoomSettings": "zoomSettings"; }, { "afterExport": "afterExport"; "animationComplete": "animationComplete"; "annotationRender": "annotationRender"; "axisLabelClick": "axisLabelClick"; "axisLabelRender": "axisLabelRender"; "axisMultiLabelRender": "axisMultiLabelRender"; "axisRangeCalculated": "axisRangeCalculated"; "beforeExport": "beforeExport"; "beforePrint": "beforePrint"; "beforeResize": "beforeResize"; "chartDoubleClick": "chartDoubleClick"; "chartMouseClick": "chartMouseClick"; "chartMouseDown": "chartMouseDown"; "chartMouseLeave": "chartMouseLeave"; "chartMouseMove": "chartMouseMove"; "chartMouseUp": "chartMouseUp"; "crosshairLabelRender": "crosshairLabelRender"; "drag": "drag"; "dragComplete": "dragComplete"; "dragEnd": "dragEnd"; "dragStart": "dragStart"; "legendClick": "legendClick"; "legendRender": "legendRender"; "load": "load"; "loaded": "loaded"; "multiLevelLabelClick": "multiLevelLabelClick"; "onZooming": "onZooming"; "pointClick": "pointClick"; "pointDoubleClick": "pointDoubleClick"; "pointMove": "pointMove"; "pointRender": "pointRender"; "resized": "resized"; "scrollChanged": "scrollChanged"; "scrollEnd": "scrollEnd"; "scrollStart": "scrollStart"; "selectionComplete": "selectionComplete"; "seriesRender": "seriesRender"; "sharedTooltipRender": "sharedTooltipRender"; "textRender": "textRender"; "tooltipRender": "tooltipRender"; "zoomComplete": "zoomComplete"; "dataSourceChange": "dataSourceChange"; }, ["tooltip_template", "legendSettings_template", "childSeries", "childAxes", "childRows", "childColumns", "childRangeColorSettings", "childAnnotations", "childSelectedDataIndexes", "childIndicators"], never>;
91
+ }
@@ -1,5 +1,24 @@
1
- /**
2
- * NgModule definition for the Chart component.
3
- */
4
- export declare class ChartModule {
5
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./chart.component";
3
+ import * as i2 from "./trendlines.directive";
4
+ import * as i3 from "./segments.directive";
5
+ import * as i4 from "./series.directive";
6
+ import * as i5 from "./striplines.directive";
7
+ import * as i6 from "./categories.directive";
8
+ import * as i7 from "./multilevellabels.directive";
9
+ import * as i8 from "./axes.directive";
10
+ import * as i9 from "./rows.directive";
11
+ import * as i10 from "./columns.directive";
12
+ import * as i11 from "./rangecolorsettings.directive";
13
+ import * as i12 from "./annotations.directive";
14
+ import * as i13 from "./selecteddataindexes.directive";
15
+ import * as i14 from "./indicators.directive";
16
+ import * as i15 from "@angular/common";
17
+ /**
18
+ * NgModule definition for the Chart component.
19
+ */
20
+ export declare class ChartModule {
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChartModule, never>;
22
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ChartModule, [typeof i1.ChartComponent, typeof i2.TrendlineDirective, typeof i2.TrendlinesDirective, typeof i3.SegmentDirective, typeof i3.SegmentsDirective, typeof i4.SeriesDirective, typeof i4.SeriesCollectionDirective, typeof i5.StripLineDirective, typeof i5.StripLinesDirective, typeof i6.CategoryDirective, typeof i6.CategoriesDirective, typeof i7.MultiLevelLabelDirective, typeof i7.MultiLevelLabelsDirective, typeof i8.AxisDirective, typeof i8.AxesDirective, typeof i9.RowDirective, typeof i9.RowsDirective, typeof i10.ColumnDirective, typeof i10.ColumnsDirective, typeof i11.RangeColorSettingDirective, typeof i11.RangeColorSettingsDirective, typeof i12.AnnotationDirective, typeof i12.AnnotationsDirective, typeof i13.SelectedDataIndexDirective, typeof i13.SelectedDataIndexesDirective, typeof i14.IndicatorDirective, typeof i14.IndicatorsDirective], [typeof i15.CommonModule], [typeof i1.ChartComponent, typeof i2.TrendlineDirective, typeof i2.TrendlinesDirective, typeof i3.SegmentDirective, typeof i3.SegmentsDirective, typeof i4.SeriesDirective, typeof i4.SeriesCollectionDirective, typeof i5.StripLineDirective, typeof i5.StripLinesDirective, typeof i6.CategoryDirective, typeof i6.CategoriesDirective, typeof i7.MultiLevelLabelDirective, typeof i7.MultiLevelLabelsDirective, typeof i8.AxisDirective, typeof i8.AxesDirective, typeof i9.RowDirective, typeof i9.RowsDirective, typeof i10.ColumnDirective, typeof i10.ColumnsDirective, typeof i11.RangeColorSettingDirective, typeof i11.RangeColorSettingsDirective, typeof i12.AnnotationDirective, typeof i12.AnnotationsDirective, typeof i13.SelectedDataIndexDirective, typeof i13.SelectedDataIndexesDirective, typeof i14.IndicatorDirective, typeof i14.IndicatorsDirective]>;
23
+ static ɵinj: i0.ɵɵInjectorDeclaration<ChartModule>;
24
+ }
@@ -1,30 +1,35 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- /**
4
- * Column Directive
5
- * ```html
6
- * <e-columns><e-column></e-column><e-columns>
7
- * ```
8
- */
9
- export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
10
- private viewContainerRef;
11
- directivePropList: any;
12
- /**
13
- * Options to customize the border of the columns.
14
- */
15
- border: any;
16
- /**
17
- * The width of the column as a string accepts input both as '100px' and '100%'.
18
- * If specified as '100%', the column renders to the full width of its chart.
19
- * @default '100%'
20
- */
21
- width: any;
22
- constructor(viewContainerRef: ViewContainerRef);
23
- }
24
- /**
25
- * Column Array Directive
26
- * @private
27
- */
28
- export declare class ColumnsDirective extends ArrayBase<ColumnsDirective> {
29
- constructor();
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
+ * Column Directive
6
+ * ```html
7
+ * <e-columns><e-column></e-column><e-columns>
8
+ * ```
9
+ */
10
+ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
11
+ private viewContainerRef;
12
+ directivePropList: any;
13
+ /**
14
+ * Options to customize the border of the columns.
15
+ */
16
+ border: any;
17
+ /**
18
+ * The width of the column as a string accepts input both as '100px' and '100%'.
19
+ * If specified as '100%', the column renders to the full width of its chart.
20
+ * @default '100%'
21
+ */
22
+ width: any;
23
+ constructor(viewContainerRef: ViewContainerRef);
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<ColumnDirective, never>;
25
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnDirective, "e-columns>e-column", never, { "border": "border"; "width": "width"; }, {}, never>;
26
+ }
27
+ /**
28
+ * Column Array Directive
29
+ * @private
30
+ */
31
+ export declare class ColumnsDirective extends ArrayBase<ColumnsDirective> {
32
+ constructor();
33
+ static ɵfac: i0.ɵɵFactoryDeclaration<ColumnsDirective, never>;
34
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnsDirective, "ejs-chart>e-columns", never, {}, {}, ["children"]>;
35
+ }