@progress/kendo-angular-charts 13.2.0-develop.2 → 13.2.0-develop.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/api-types/chart-axis.interface.d.ts +8 -8
- package/api-types/chart-pane.interface.d.ts +2 -2
- package/argument-types/legend-item-visual-args.interface.d.ts +1 -1
- package/chart/axis-defaults/crosshair.component.d.ts +1 -1
- package/chart/axis-defaults/labels.component.d.ts +1 -1
- package/chart/axis-defaults/title.component.d.ts +1 -1
- package/chart/axis-defaults.component.d.ts +5 -108
- package/chart-options.interface.d.ts +0 -4
- package/esm2020/chart/axis-defaults/crosshair.component.mjs +1 -1
- package/esm2020/chart/axis-defaults/labels.component.mjs +1 -1
- package/esm2020/chart/axis-defaults/title.component.mjs +1 -1
- package/esm2020/chart/axis-defaults.component.mjs +5 -108
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-charts.mjs +10 -113
- package/fesm2020/progress-kendo-angular-charts.mjs +10 -113
- package/field-types/auto-base-unit-steps.interface.d.ts +12 -7
- package/field-types/axis-line.interface.d.ts +1 -1
- package/field-types/axis-ticks.interface.d.ts +1 -1
- package/field-types/border.interface.d.ts +1 -1
- package/field-types/grid-lines.interface.d.ts +1 -1
- package/field-types/mousewheel-select.interface.d.ts +1 -6
- package/field-types/mousewheel-zoom.interface.d.ts +0 -1
- package/field-types/overlay.interface.d.ts +1 -5
- package/field-types/plot-band-label.interface.d.ts +3 -17
- package/field-types/series-line.interface.d.ts +0 -6
- package/field-types/series-median.interface.d.ts +1 -1
- package/field-types/series-stack.interface.d.ts +1 -4
- package/option-types/axis-defaults/crosshair.interface.d.ts +2 -12
- package/option-types/axis-defaults/crosshair.tooltip.interface.d.ts +1 -1
- package/option-types/axis-defaults/labels.interface.d.ts +1 -13
- package/option-types/axis-defaults/title.interface.d.ts +1 -17
- package/option-types/axis-defaults.interface.d.ts +3 -3
- package/option-types/category-axis-item/crosshair.interface.d.ts +0 -10
- package/option-types/category-axis-item/labels.interface.d.ts +3 -16
- package/option-types/category-axis-item/notes.icon.interface.d.ts +0 -6
- package/option-types/category-axis-item/notes.interface.d.ts +0 -14
- package/option-types/category-axis-item/notes.label.interface.d.ts +0 -5
- package/option-types/category-axis-item/title.interface.d.ts +0 -16
- package/option-types/category-axis-item.interface.d.ts +9 -26
- package/option-types/legend/item.interface.d.ts +0 -7
- package/option-types/legend/legend-title.interface.d.ts +0 -9
- package/option-types/legend/markers.interface.d.ts +1 -17
- package/option-types/legend.interface.d.ts +2 -20
- package/option-types/pane/title.interface.d.ts +2 -6
- package/option-types/pane-defaults/title.interface.d.ts +1 -13
- package/option-types/series-defaults/labels.interface.d.ts +0 -8
- package/option-types/series-defaults/notes.icon.interface.d.ts +0 -6
- package/option-types/series-defaults/notes.interface.d.ts +0 -11
- package/option-types/series-defaults/notes.label.interface.d.ts +0 -5
- package/option-types/series-defaults/tooltip.interface.d.ts +9 -12
- package/option-types/series-defaults.interface.d.ts +0 -41
- package/option-types/series-item/error-bars.interface.d.ts +0 -9
- package/option-types/series-item/extremes.interface.d.ts +0 -6
- package/option-types/series-item/highlight.interface.d.ts +0 -30
- package/option-types/series-item/labels.from.interface.d.ts +8 -8
- package/option-types/series-item/labels.interface.d.ts +0 -8
- package/option-types/series-item/labels.to.interface.d.ts +8 -8
- package/option-types/series-item/markers.interface.d.ts +0 -19
- package/option-types/series-item/notes.icon.interface.d.ts +0 -6
- package/option-types/series-item/notes.interface.d.ts +0 -19
- package/option-types/series-item/notes.label.interface.d.ts +0 -4
- package/option-types/series-item/outliers.interface.d.ts +0 -6
- package/option-types/series-item/tooltip.interface.d.ts +8 -14
- package/option-types/series-item.interface.d.ts +15 -59
- package/option-types/subtitle.interface.d.ts +2 -7
- package/option-types/title.interface.d.ts +2 -9
- package/option-types/tooltip.interface.d.ts +6 -9
- package/option-types/value-axis-item/labels.interface.d.ts +2 -21
- package/option-types/value-axis-item/notes.icon.interface.d.ts +0 -6
- package/option-types/value-axis-item/notes.interface.d.ts +0 -12
- package/option-types/value-axis-item/notes.label.interface.d.ts +0 -3
- package/option-types/value-axis-item/title.interface.d.ts +0 -16
- package/option-types/value-axis-item.interface.d.ts +5 -7
- package/option-types/x-axis-item/labels.interface.d.ts +0 -14
- package/option-types/x-axis-item/notes.icon.interface.d.ts +0 -6
- package/option-types/x-axis-item/notes.interface.d.ts +0 -13
- package/option-types/x-axis-item/notes.label.interface.d.ts +0 -4
- package/option-types/x-axis-item/title.interface.d.ts +0 -16
- package/option-types/x-axis-item.interface.d.ts +2 -19
- package/option-types/y-axis-item/labels.interface.d.ts +0 -14
- package/option-types/y-axis-item/notes.icon.interface.d.ts +0 -6
- package/option-types/y-axis-item/notes.interface.d.ts +0 -12
- package/option-types/y-axis-item/notes.label.interface.d.ts +0 -4
- package/option-types/y-axis-item/title.interface.d.ts +0 -16
- package/option-types/y-axis-item.interface.d.ts +2 -19
- package/package.json +7 -7
- package/stock-chart/option-types/navigator/hint.interface.d.ts +2 -5
|
@@ -12,9 +12,7 @@ import { YAxisTitle } from './y-axis-item/title.interface';
|
|
|
12
12
|
*/
|
|
13
13
|
export interface YAxis {
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
16
|
-
* * (Only for arrays) The value indices at which the X axes cross the value axis.
|
|
17
|
-
* * (Only for dates) The date at which the X axis crosses this axis.
|
|
15
|
+
* When dealing with objects, it specifies the value at which the Y axis crosses this axis, for arrays it denotes the value indices at which the Y axes cross the value axis, and for dates, it represents the date at which the Y axis crosses this axis.
|
|
18
16
|
*
|
|
19
17
|
* To denote the far end of the axis, set a value that is greater than or equal to the axis maximum value.
|
|
20
18
|
*/
|
|
@@ -30,17 +28,6 @@ export interface YAxis {
|
|
|
30
28
|
/**
|
|
31
29
|
* The base time interval for the axis labels.
|
|
32
30
|
* The default `baseUnit` is automatically determined from the value range.
|
|
33
|
-
*
|
|
34
|
-
* The available options are:
|
|
35
|
-
*
|
|
36
|
-
* - `milliseconds`
|
|
37
|
-
* - `seconds`
|
|
38
|
-
* - `minutes`
|
|
39
|
-
* - `hours`
|
|
40
|
-
* - `days`
|
|
41
|
-
* - `weeks`
|
|
42
|
-
* - `months`
|
|
43
|
-
* - `years`
|
|
44
31
|
*/
|
|
45
32
|
baseUnit?: BaseUnit;
|
|
46
33
|
/**
|
|
@@ -115,11 +102,7 @@ export interface YAxis {
|
|
|
115
102
|
/**
|
|
116
103
|
* The axis type.
|
|
117
104
|
*
|
|
118
|
-
* The
|
|
119
|
-
*
|
|
120
|
-
* - `"numeric"`—Numeric axis.
|
|
121
|
-
* - `"date"`—Specialized axis for displaying chronological data.
|
|
122
|
-
* - `"log"`—Logarithmic axis.
|
|
105
|
+
* The options are `numeric` for a numeric axis, `date` for a specialized axis for displaying chronological data, and `log` for a logarithmic axis.
|
|
123
106
|
*
|
|
124
107
|
* If the series Y value is of the `date` type, the Chart automatically switches to a date axis.
|
|
125
108
|
* To avoid this behavior, set the `type`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-charts",
|
|
3
|
-
"version": "13.2.0-develop.
|
|
3
|
+
"version": "13.2.0-develop.4",
|
|
4
4
|
"description": "Kendo UI Charts for Angular - A comprehensive package for creating beautiful and interactive data visualization. Every chart type, stock charts, and sparklines are included.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -46,17 +46,17 @@
|
|
|
46
46
|
"@angular/platform-browser": "13 - 16",
|
|
47
47
|
"@progress/kendo-drawing": "^1.17.2",
|
|
48
48
|
"@progress/kendo-licensing": "^1.0.2",
|
|
49
|
-
"@progress/kendo-angular-common": "13.2.0-develop.
|
|
50
|
-
"@progress/kendo-angular-intl": "13.2.0-develop.
|
|
51
|
-
"@progress/kendo-angular-l10n": "13.2.0-develop.
|
|
52
|
-
"@progress/kendo-angular-popup": "13.2.0-develop.
|
|
53
|
-
"@progress/kendo-angular-navigation": "13.2.0-develop.
|
|
49
|
+
"@progress/kendo-angular-common": "13.2.0-develop.4",
|
|
50
|
+
"@progress/kendo-angular-intl": "13.2.0-develop.4",
|
|
51
|
+
"@progress/kendo-angular-l10n": "13.2.0-develop.4",
|
|
52
|
+
"@progress/kendo-angular-popup": "13.2.0-develop.4",
|
|
53
|
+
"@progress/kendo-angular-navigation": "13.2.0-develop.4",
|
|
54
54
|
"hammerjs": "^2.0.0",
|
|
55
55
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"tslib": "^2.3.1",
|
|
59
|
-
"@progress/kendo-angular-schematics": "13.2.0-develop.
|
|
59
|
+
"@progress/kendo-angular-schematics": "13.2.0-develop.4",
|
|
60
60
|
"@progress/kendo-charts": "^1.29.0",
|
|
61
61
|
"@progress/kendo-svg-icons": "^1.0.0"
|
|
62
62
|
},
|
|
@@ -9,15 +9,12 @@ import { NavigatorHintContentArgs } from './hint-content-args.interface';
|
|
|
9
9
|
export interface NavigatorHint {
|
|
10
10
|
/**
|
|
11
11
|
* The function that returns the content of the hint.
|
|
12
|
-
*
|
|
13
|
-
* The available fields in the event argument are:
|
|
14
|
-
*
|
|
15
|
-
* - `from`—The lower boundary of the selected range.
|
|
16
|
-
* - `to`—The upper boundary of the selected range.
|
|
17
12
|
*/
|
|
18
13
|
content?: (e: NavigatorHintContentArgs) => string;
|
|
19
14
|
/**
|
|
20
15
|
* The format of the hint.
|
|
16
|
+
* By default, the format is set to `"{0} - {1}"`, where `"{0}"` represents the start value of the selected range, and `"{1}"` represents the end value.
|
|
17
|
+
* Example of usage: `[hint]="{format:'{0:dd.MM.yyyy} {1:yyyy.dd.MM}'}"`
|
|
21
18
|
*/
|
|
22
19
|
format?: string;
|
|
23
20
|
/**
|