@syncfusion/ej2-angular-charts 29.2.11-ngcc → 30.1.37-ngcc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/@syncfusion/ej2-angular-charts.es5.js +5028 -5012
  2. package/@syncfusion/ej2-angular-charts.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-charts.js +4616 -4600
  4. package/@syncfusion/ej2-angular-charts.js.map +1 -1
  5. package/{license → LICENSE} +10 -10
  6. package/dist/ej2-angular-charts.umd.js +5022 -5003
  7. package/dist/ej2-angular-charts.umd.js.map +1 -1
  8. package/dist/ej2-angular-charts.umd.min.js +2 -2
  9. package/dist/ej2-angular-charts.umd.min.js.map +1 -1
  10. package/ej2-angular-charts.d.ts +13 -13
  11. package/ej2-angular-charts.metadata.json +1 -1
  12. package/package.json +4 -4
  13. package/public_api.d.ts +1 -1
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +4 -4
  17. package/src/accumulation-chart/accumulationchart-all.module.d.ts +15 -15
  18. package/src/accumulation-chart/accumulationchart.component.d.ts +58 -58
  19. package/src/accumulation-chart/accumulationchart.module.d.ts +5 -5
  20. package/src/accumulation-chart/annotations.directive.d.ts +78 -78
  21. package/src/accumulation-chart/series.directive.d.ts +244 -244
  22. package/src/bullet-chart/bulletchart-all.module.d.ts +8 -8
  23. package/src/bullet-chart/bulletchart.component.d.ts +38 -38
  24. package/src/bullet-chart/bulletchart.module.d.ts +5 -5
  25. package/src/bullet-chart/ranges.directive.d.ts +68 -68
  26. package/src/chart/annotations.directive.d.ts +93 -93
  27. package/src/chart/axes.directive.d.ts +381 -387
  28. package/src/chart/categories.directive.d.ts +69 -69
  29. package/src/chart/chart-all.module.d.ts +66 -65
  30. package/src/chart/chart.component.d.ts +86 -86
  31. package/src/chart/chart.module.d.ts +5 -5
  32. package/src/chart/columns.directive.d.ts +30 -30
  33. package/src/chart/indicators.directive.d.ts +250 -250
  34. package/src/chart/multilevellabels.directive.d.ts +57 -57
  35. package/src/chart/rangecolorsettings.directive.d.ts +36 -36
  36. package/src/chart/rows.directive.d.ts +30 -30
  37. package/src/chart/segments.directive.d.ts +41 -41
  38. package/src/chart/selecteddataindexes.directive.d.ts +32 -32
  39. package/src/chart/series.directive.d.ts +483 -479
  40. package/src/chart/striplines.directive.d.ts +166 -166
  41. package/src/chart/trendlines.directive.d.ts +111 -111
  42. package/src/chart3d/axes.directive.d.ts +265 -265
  43. package/src/chart3d/chart3d-all.module.d.ts +20 -20
  44. package/src/chart3d/chart3d.component.d.ts +62 -62
  45. package/src/chart3d/chart3d.module.d.ts +5 -5
  46. package/src/chart3d/columns.directive.d.ts +26 -26
  47. package/src/chart3d/rows.directive.d.ts +26 -26
  48. package/src/chart3d/selecteddataindexes.directive.d.ts +32 -32
  49. package/src/chart3d/series.directive.d.ts +172 -172
  50. package/src/circularchart3d/circularchart3d-all.module.d.ts +13 -13
  51. package/src/circularchart3d/circularchart3d.component.d.ts +55 -55
  52. package/src/circularchart3d/circularchart3d.module.d.ts +5 -5
  53. package/src/circularchart3d/selecteddataindexes.directive.d.ts +32 -32
  54. package/src/circularchart3d/series.directive.d.ts +142 -142
  55. package/src/index.d.ts +63 -63
  56. package/src/range-navigator/rangenavigator-all.module.d.ts +8 -8
  57. package/src/range-navigator/rangenavigator.component.d.ts +41 -41
  58. package/src/range-navigator/rangenavigator.module.d.ts +5 -5
  59. package/src/range-navigator/series.directive.d.ts +78 -78
  60. package/src/smithchart/series.directive.d.ts +88 -88
  61. package/src/smithchart/smithchart-all.module.d.ts +8 -8
  62. package/src/smithchart/smithchart.component.d.ts +41 -41
  63. package/src/smithchart/smithchart.module.d.ts +5 -5
  64. package/src/sparkline/rangebandsettings.directive.d.ts +33 -33
  65. package/src/sparkline/sparkline-all.module.d.ts +7 -7
  66. package/src/sparkline/sparkline.component.d.ts +43 -43
  67. package/src/sparkline/sparkline.module.d.ts +5 -5
  68. package/src/stock-chart/annotations.directive.d.ts +84 -84
  69. package/src/stock-chart/axes.directive.d.ts +286 -286
  70. package/src/stock-chart/indicators.directive.d.ts +208 -208
  71. package/src/stock-chart/periods.directive.d.ts +42 -42
  72. package/src/stock-chart/rows.directive.d.ts +30 -30
  73. package/src/stock-chart/selecteddataindexes.directive.d.ts +32 -32
  74. package/src/stock-chart/series.directive.d.ts +242 -238
  75. package/src/stock-chart/stockchart-all.module.d.ts +7 -7
  76. package/src/stock-chart/stockchart.component.d.ts +65 -65
  77. package/src/stock-chart/stockchart.module.d.ts +5 -5
  78. package/src/stock-chart/stockevents.directive.d.ts +83 -83
  79. package/src/stock-chart/trendlines.directive.d.ts +112 -112
@@ -1,83 +1,83 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- /**
4
- * StockEvents
5
- * ```html
6
- * <e-stockchart-stockevents>
7
- * <e-stockchart-stockevent></e-stockchart-stockevent>
8
- * </e-stockchart-stockevents>
9
- * ```
10
- */
11
- export declare class StockEventDirective extends ComplexBase<StockEventDirective> {
12
- private viewContainerRef;
13
- directivePropList: any;
14
- /**
15
- * Specifies type of stock events
16
- * * Circle
17
- * * Square
18
- * * Flag
19
- * * Text
20
- * * Sign
21
- * * Triangle
22
- * * InvertedTriangle
23
- * * ArrowUp
24
- * * ArrowDown
25
- * * ArrowLeft
26
- * * ArrowRight
27
- * @default 'Circle'
28
- */
29
- type: any;
30
- /**
31
- * The background of the stock event that accepts value in hex and rgba as a valid CSS color string.
32
- * @default 'transparent'
33
- */
34
- background: any;
35
- /**
36
- * Options to customize the border of the stock events.
37
- */
38
- border: any;
39
- /**
40
- * Date value of stock event in which stock event shows.
41
- */
42
- date: any;
43
- /**
44
- * Specifies the description for the chart which renders in tooltip for stock event.
45
- */
46
- description: any;
47
- /**
48
- * Corresponding values in which stock event placed.
49
- * * Close
50
- * * Open
51
- * * High
52
- * * Close
53
- * @default 'close'
54
- */
55
- placeAt: any;
56
- /**
57
- * To render stock events in particular series.
58
- * By default stock events will render for all series.
59
- * @default []
60
- */
61
- seriesIndexes: any;
62
- /**
63
- * Enables the stock events to be render on series. If it disabled, stock event rendered on primaryXAxis.
64
- * @default true
65
- */
66
- showOnSeries: any;
67
- /**
68
- * Specifies the text for the stock chart text.
69
- */
70
- text: any;
71
- /**
72
- * Options to customize the styles for stock events text.
73
- */
74
- textStyle: any;
75
- constructor(viewContainerRef: ViewContainerRef);
76
- }
77
- /**
78
- * StockEvent Array Directive
79
- * @private
80
- */
81
- export declare class StockEventsDirective extends ArrayBase<StockEventsDirective> {
82
- constructor();
83
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * StockEvents
5
+ * ```html
6
+ * <e-stockchart-stockevents>
7
+ * <e-stockchart-stockevent></e-stockchart-stockevent>
8
+ * </e-stockchart-stockevents>
9
+ * ```
10
+ */
11
+ export declare class StockEventDirective extends ComplexBase<StockEventDirective> {
12
+ private viewContainerRef;
13
+ directivePropList: any;
14
+ /**
15
+ * Specifies type of stock events
16
+ * * Circle
17
+ * * Square
18
+ * * Flag
19
+ * * Text
20
+ * * Sign
21
+ * * Triangle
22
+ * * InvertedTriangle
23
+ * * ArrowUp
24
+ * * ArrowDown
25
+ * * ArrowLeft
26
+ * * ArrowRight
27
+ * @default 'Circle'
28
+ */
29
+ type: any;
30
+ /**
31
+ * The background of the stock event that accepts value in hex and rgba as a valid CSS color string.
32
+ * @default 'transparent'
33
+ */
34
+ background: any;
35
+ /**
36
+ * Options to customize the border of the stock events.
37
+ */
38
+ border: any;
39
+ /**
40
+ * Date value of stock event in which stock event shows.
41
+ */
42
+ date: any;
43
+ /**
44
+ * Specifies the description for the chart which renders in tooltip for stock event.
45
+ */
46
+ description: any;
47
+ /**
48
+ * Corresponding values in which stock event placed.
49
+ * * Close
50
+ * * Open
51
+ * * High
52
+ * * Close
53
+ * @default 'close'
54
+ */
55
+ placeAt: any;
56
+ /**
57
+ * To render stock events in particular series.
58
+ * By default stock events will render for all series.
59
+ * @default []
60
+ */
61
+ seriesIndexes: any;
62
+ /**
63
+ * Enables the stock events to be render on series. If it disabled, stock event rendered on primaryXAxis.
64
+ * @default true
65
+ */
66
+ showOnSeries: any;
67
+ /**
68
+ * Specifies the text for the stock chart text.
69
+ */
70
+ text: any;
71
+ /**
72
+ * Options to customize the styles for stock events text.
73
+ */
74
+ textStyle: any;
75
+ constructor(viewContainerRef: ViewContainerRef);
76
+ }
77
+ /**
78
+ * StockEvent Array Directive
79
+ * @private
80
+ */
81
+ export declare class StockEventsDirective extends ArrayBase<StockEventsDirective> {
82
+ constructor();
83
+ }
@@ -1,113 +1,113 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- /**
4
- * Series Directive
5
- * ```html
6
- * <e-stockchart-series-collection>
7
- * <e-stockchart-series>
8
- * <e-trendlines>
9
- * </e-trendline>
10
- * <e-trendline>
11
- * </e-trendlines>
12
- * </e-stockchart-series>
13
- * </e-stockchart-series-collection>
14
- * ```
15
- */
16
- export declare class StockChartTrendlineDirective extends ComplexBase<StockChartTrendlineDirective> {
17
- private viewContainerRef;
18
- directivePropList: any;
19
- /**
20
- * Defines the type of trendline used in the series.
21
- * Available types are:
22
- * * Linear - A straight line that shows the general direction of data.
23
- * * Exponential - A curve that fits data with exponential growth or decay.
24
- * * Polynomial - A curve that fits data with a polynomial function.
25
- * * Power - A curve that represents data with a power function.
26
- * * Logarithmic - A curve that fits data with a logarithmic scale.
27
- * * MovingAverage - A trendline that smoothens data using a moving average calculation.
28
- * @default 'Linear'
29
- */
30
- type: any;
31
- /**
32
- * Options to improve accessibility for chart trendline elements.
33
- */
34
- accessibility: any;
35
- /**
36
- * Options to customize the animation for trendlines.
37
- */
38
- animation: any;
39
- /**
40
- * Defines the period by which the trend is to be backward forecasted.
41
- * @default 0
42
- */
43
- backwardForecast: any;
44
- /**
45
- * Configures the pattern of dashes and gaps in the trendline stroke using the `dashArray` property.
46
- * @default ''
47
- */
48
- dashArray: any;
49
- /**
50
- * Enables or disables the tooltip for the trendline using the `enableTooltip` property. By default, it is set to true.
51
- * @default true
52
- */
53
- enableTooltip: any;
54
- /**
55
- * The fill color for the trendline, which accepts values in hex or rgba as valid CSS color strings.
56
- * @default ''
57
- */
58
- fill: any;
59
- /**
60
- * Defines the period by which the trend must be forward forecasted.
61
- * @default 0
62
- */
63
- forwardForecast: any;
64
- /**
65
- * Specifies the intercept value of the trendline.
66
- * @default null
67
- * @aspdefaultvalueignore
68
- */
69
- intercept: any;
70
- /**
71
- * The `legendShape` property defines the shape used to represent the trendline in the chart legend.
72
- * @default 'SeriesType'
73
- */
74
- legendShape: any;
75
- /**
76
- * Options for customizing the markers for trendlines, including shape, size, color, and other visual aspects.
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * Series Directive
5
+ * ```html
6
+ * <e-stockchart-series-collection>
7
+ * <e-stockchart-series>
8
+ * <e-trendlines>
9
+ * </e-trendline>
10
+ * <e-trendline>
11
+ * </e-trendlines>
12
+ * </e-stockchart-series>
13
+ * </e-stockchart-series-collection>
14
+ * ```
15
+ */
16
+ export declare class StockChartTrendlineDirective extends ComplexBase<StockChartTrendlineDirective> {
17
+ private viewContainerRef;
18
+ directivePropList: any;
19
+ /**
20
+ * Defines the type of trendline used in the series.
21
+ * Available types are:
22
+ * * Linear - A straight line that shows the general direction of data.
23
+ * * Exponential - A curve that fits data with exponential growth or decay.
24
+ * * Polynomial - A curve that fits data with a polynomial function.
25
+ * * Power - A curve that represents data with a power function.
26
+ * * Logarithmic - A curve that fits data with a logarithmic scale.
27
+ * * MovingAverage - A trendline that smoothens data using a moving average calculation.
28
+ * @default 'Linear'
29
+ */
30
+ type: any;
31
+ /**
32
+ * Options to improve accessibility for chart trendline elements.
33
+ */
34
+ accessibility: any;
35
+ /**
36
+ * Options to customize the animation for trendlines.
37
+ */
38
+ animation: any;
39
+ /**
40
+ * Defines the period by which the trend is to be backward forecasted.
41
+ * @default 0
42
+ */
43
+ backwardForecast: any;
44
+ /**
45
+ * Configures the pattern of dashes and gaps in the trendline stroke using the `dashArray` property.
46
+ * @default ''
47
+ */
48
+ dashArray: any;
49
+ /**
50
+ * Enables or disables the tooltip for the trendline using the `enableTooltip` property. By default, it is set to true.
51
+ * @default true
52
+ */
53
+ enableTooltip: any;
54
+ /**
55
+ * The fill color for the trendline, which accepts values in hex or rgba as valid CSS color strings.
56
+ * @default ''
57
+ */
58
+ fill: any;
59
+ /**
60
+ * Defines the period by which the trend must be forward forecasted.
61
+ * @default 0
62
+ */
63
+ forwardForecast: any;
64
+ /**
65
+ * Specifies the intercept value of the trendline.
66
+ * @default null
67
+ * @aspdefaultvalueignore
68
+ */
69
+ intercept: any;
70
+ /**
71
+ * The `legendShape` property defines the shape used to represent the trendline in the chart legend.
72
+ * @default 'SeriesType'
73
+ */
74
+ legendShape: any;
75
+ /**
76
+ * Options for customizing the markers for trendlines, including shape, size, color, and other visual aspects.
77
77
 
78
- */
79
- marker: any;
80
- /**
81
- * The `name` property is used to assign a descriptive name to the trendline, which will be displayed in the chart as a legend.
82
- * @default ''
83
- */
84
- name: any;
85
- /**
86
- * Defines the period, the price changes over which will be considered to predict the moving average trendline.
87
- * @default 2
88
- */
89
- period: any;
90
- /**
91
- * Defines the polynomial order of the polynomial trendline.
92
- * @default 2
93
- */
94
- polynomialOrder: any;
95
- /**
96
- * The `visible` property controls the display of the trendline. If set to true, the trendline will be rendered on the chart. If set to false, the trendline will be hidden.
97
- * @default true
98
- */
99
- visible: any;
100
- /**
101
- * Defines the width of the trendline.
102
- * @default 1
103
- */
104
- width: any;
105
- constructor(viewContainerRef: ViewContainerRef);
106
- }
107
- /**
108
- * StockChartTrendline Array Directive
109
- * @private
110
- */
111
- export declare class StockChartTrendlinesDirective extends ArrayBase<StockChartTrendlinesDirective> {
112
- constructor();
113
- }
78
+ */
79
+ marker: any;
80
+ /**
81
+ * The `name` property is used to assign a descriptive name to the trendline, which will be displayed in the chart as a legend.
82
+ * @default ''
83
+ */
84
+ name: any;
85
+ /**
86
+ * Defines the period, the price changes over which will be considered to predict the moving average trendline.
87
+ * @default 2
88
+ */
89
+ period: any;
90
+ /**
91
+ * Defines the polynomial order of the polynomial trendline.
92
+ * @default 2
93
+ */
94
+ polynomialOrder: any;
95
+ /**
96
+ * The `visible` property controls the display of the trendline. If set to true, the trendline will be rendered on the chart. If set to false, the trendline will be hidden.
97
+ * @default true
98
+ */
99
+ visible: any;
100
+ /**
101
+ * Defines the width of the trendline.
102
+ * @default 1
103
+ */
104
+ width: any;
105
+ constructor(viewContainerRef: ViewContainerRef);
106
+ }
107
+ /**
108
+ * StockChartTrendline Array Directive
109
+ * @private
110
+ */
111
+ export declare class StockChartTrendlinesDirective extends ArrayBase<StockChartTrendlinesDirective> {
112
+ constructor();
113
+ }