@progress/kendo-angular-charts 19.0.0-develop.8 → 19.0.0
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.
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: '19.0.0
|
|
13
|
+
publishDate: 1748362542,
|
|
14
|
+
version: '19.0.0',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -2733,8 +2733,8 @@ const packageMetadata = {
|
|
|
2733
2733
|
productName: 'Kendo UI for Angular',
|
|
2734
2734
|
productCode: 'KENDOUIANGULAR',
|
|
2735
2735
|
productCodes: ['KENDOUIANGULAR'],
|
|
2736
|
-
publishDate:
|
|
2737
|
-
version: '19.0.0
|
|
2736
|
+
publishDate: 1748362542,
|
|
2737
|
+
version: '19.0.0',
|
|
2738
2738
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
2739
2739
|
};
|
|
2740
2740
|
|
|
@@ -430,7 +430,7 @@ export interface Series {
|
|
|
430
430
|
xAxis?: string;
|
|
431
431
|
/**
|
|
432
432
|
* The data item field which contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) xAxis high value.
|
|
433
|
-
* The `xErrorHighField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"scatter"
|
|
433
|
+
* The `xErrorHighField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"scatter"`, `"scatterLine"`, or
|
|
434
434
|
* `"bubble"`.
|
|
435
435
|
*/
|
|
436
436
|
xErrorHighField?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-charts",
|
|
3
|
-
"version": "19.0.0
|
|
3
|
+
"version": "19.0.0",
|
|
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",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"package": {
|
|
43
43
|
"productName": "Kendo UI for Angular",
|
|
44
44
|
"productCode": "KENDOUIANGULAR",
|
|
45
|
-
"publishDate":
|
|
45
|
+
"publishDate": 1748362542,
|
|
46
46
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
47
47
|
}
|
|
48
48
|
},
|
|
@@ -53,17 +53,17 @@
|
|
|
53
53
|
"@angular/platform-browser": "16 - 19",
|
|
54
54
|
"@progress/kendo-drawing": "^1.21.0",
|
|
55
55
|
"@progress/kendo-licensing": "^1.5.0",
|
|
56
|
-
"@progress/kendo-angular-common": "19.0.0
|
|
57
|
-
"@progress/kendo-angular-intl": "19.0.0
|
|
58
|
-
"@progress/kendo-angular-icons": "19.0.0
|
|
59
|
-
"@progress/kendo-angular-l10n": "19.0.0
|
|
60
|
-
"@progress/kendo-angular-popup": "19.0.0
|
|
61
|
-
"@progress/kendo-angular-navigation": "19.0.0
|
|
56
|
+
"@progress/kendo-angular-common": "19.0.0",
|
|
57
|
+
"@progress/kendo-angular-intl": "19.0.0",
|
|
58
|
+
"@progress/kendo-angular-icons": "19.0.0",
|
|
59
|
+
"@progress/kendo-angular-l10n": "19.0.0",
|
|
60
|
+
"@progress/kendo-angular-popup": "19.0.0",
|
|
61
|
+
"@progress/kendo-angular-navigation": "19.0.0",
|
|
62
62
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"tslib": "^2.3.1",
|
|
66
|
-
"@progress/kendo-angular-schematics": "19.0.0
|
|
66
|
+
"@progress/kendo-angular-schematics": "19.0.0",
|
|
67
67
|
"@progress/kendo-charts": "2.7.2",
|
|
68
68
|
"@progress/kendo-svg-icons": "^4.0.0"
|
|
69
69
|
},
|