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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (157) hide show
  1. package/CHANGELOG.md +3830 -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,57 +1,62 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- /**
4
- * MultiLevelLabel Directive
5
- * ```html
6
- * <e-axis>
7
- * <e-multilevellabels>
8
- * <e-multilevellabel></e-multilevellabel>
9
- * </e-multilevellabels>
10
- * </e-axis>
11
- * ```
12
- */
13
- export declare class MultiLevelLabelDirective extends ComplexBase<MultiLevelLabelDirective> {
14
- private viewContainerRef;
15
- directivePropList: any;
16
- childCategories: any;
17
- tags: string[];
18
- /**
19
- * Defines the position of the multi-level labels.
20
- * The available options are:
21
- * * Near: Places the multi-level labels close to the chart elements.
22
- * * Center: Positions the multi-level labels in the center of the chart elements.
23
- * * Far: Places the multi-level labels further from the chart elements.
24
- * @default 'Center'
25
- */
26
- alignment: any;
27
- /**
28
- * The `border` property allows customization of the border for multi-level labels.
29
- * It includes options to set the color, width, and type of the border.
30
- */
31
- border: any;
32
- /**
33
- * Configures multi-level categories for multi-level labels.
34
- */
35
- categories: any;
36
- /**
37
- * Defines the text overflow behavior for multi-level labels.
38
- * The available options are:
39
- * * Trim: Trims the text that overflows for multi-level labels.
40
- * * Wrap: Wraps the text that overflows for multi-level labels.
41
- * * None: No text overflow handling for multi-level labels.
42
- * @default 'Wrap'
43
- */
44
- overflow: any;
45
- /**
46
- * Options to customize the multi-level labels.
47
- */
48
- textStyle: any;
49
- constructor(viewContainerRef: ViewContainerRef);
50
- }
51
- /**
52
- * MultiLevelLabel Array Directive
53
- * @private
54
- */
55
- export declare class MultiLevelLabelsDirective extends ArrayBase<MultiLevelLabelsDirective> {
56
- constructor();
57
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * MultiLevelLabel Directive
6
+ * ```html
7
+ * <e-axis>
8
+ * <e-multilevellabels>
9
+ * <e-multilevellabel></e-multilevellabel>
10
+ * </e-multilevellabels>
11
+ * </e-axis>
12
+ * ```
13
+ */
14
+ export declare class MultiLevelLabelDirective extends ComplexBase<MultiLevelLabelDirective> {
15
+ private viewContainerRef;
16
+ directivePropList: any;
17
+ childCategories: any;
18
+ tags: string[];
19
+ /**
20
+ * Defines the position of the multi-level labels.
21
+ * The available options are:
22
+ * * Near: Places the multi-level labels close to the chart elements.
23
+ * * Center: Positions the multi-level labels in the center of the chart elements.
24
+ * * Far: Places the multi-level labels further from the chart elements.
25
+ * @default 'Center'
26
+ */
27
+ alignment: any;
28
+ /**
29
+ * The `border` property allows customization of the border for multi-level labels.
30
+ * It includes options to set the color, width, and type of the border.
31
+ */
32
+ border: any;
33
+ /**
34
+ * Configures multi-level categories for multi-level labels.
35
+ */
36
+ categories: any;
37
+ /**
38
+ * Defines the text overflow behavior for multi-level labels.
39
+ * The available options are:
40
+ * * Trim: Trims the text that overflows for multi-level labels.
41
+ * * Wrap: Wraps the text that overflows for multi-level labels.
42
+ * * None: No text overflow handling for multi-level labels.
43
+ * @default 'Wrap'
44
+ */
45
+ overflow: any;
46
+ /**
47
+ * Options to customize the multi-level labels.
48
+ */
49
+ textStyle: any;
50
+ constructor(viewContainerRef: ViewContainerRef);
51
+ static ɵfac: i0.ɵɵFactoryDeclaration<MultiLevelLabelDirective, never>;
52
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MultiLevelLabelDirective, "e-axis>e-multilevellabels>e-multilevellabel", never, { "alignment": "alignment"; "border": "border"; "categories": "categories"; "overflow": "overflow"; "textStyle": "textStyle"; }, {}, ["childCategories"]>;
53
+ }
54
+ /**
55
+ * MultiLevelLabel Array Directive
56
+ * @private
57
+ */
58
+ export declare class MultiLevelLabelsDirective extends ArrayBase<MultiLevelLabelsDirective> {
59
+ constructor();
60
+ static ɵfac: i0.ɵɵFactoryDeclaration<MultiLevelLabelsDirective, never>;
61
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MultiLevelLabelsDirective, "e-axis>e-multilevellabels", never, {}, {}, ["children"]>;
62
+ }
@@ -1,36 +1,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
+ 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,30 +1,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
+ 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,41 +1,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
+ 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,32 +1,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
- }
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
+ }