@progress/kendo-angular-charts 13.2.0 → 13.2.1-develop.2
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/chart/axis-defaults/crosshair.tooltip.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/category-axis-item/crosshair.tooltip.component.d.ts +1 -1
- package/chart/category-axis-item/labels.component.d.ts +1 -11
- package/chart/category-axis-item/title.component.d.ts +1 -1
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-charts.mjs +2 -2
- package/fesm2020/progress-kendo-angular-charts.mjs +2 -2
- package/package.json +7 -7
|
@@ -16,7 +16,7 @@ export declare class AxisDefaultsLabelsComponent extends SettingsComponent imple
|
|
|
16
16
|
content: (e: AxisLabelContentArgs) => string;
|
|
17
17
|
/**
|
|
18
18
|
* The font style of the labels.
|
|
19
|
-
* @default '12px
|
|
19
|
+
* @default '12px sans-serif'
|
|
20
20
|
*/
|
|
21
21
|
font: string;
|
|
22
22
|
/**
|
|
@@ -20,20 +20,10 @@ export declare class CategoryAxisLabelsComponent extends SettingsComponent imple
|
|
|
20
20
|
color: string;
|
|
21
21
|
content: (e: AxisLabelContentArgs) => string;
|
|
22
22
|
culture: string;
|
|
23
|
-
/**
|
|
24
|
-
* The format for displaying the labels of the date category axis.
|
|
25
|
-
* The `{0}` placeholder represents the category value.
|
|
26
|
-
* The Chart selects the appropriate format for the current [`categoryAxis.baseUnit`]({% slug api_charts_categoryaxis %}#toc-baseunit) option.
|
|
27
|
-
* Setting the [`categoryAxis.labels.format`]({% slug api_charts_categoryaxislabels %}#toc-format) option overrides the date formats.
|
|
28
|
-
* For more information, refer to the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
|
|
29
|
-
*
|
|
30
|
-
* For Radar Charts, the feature is not supported. Use [`categoryAxis.labels.format`]({% slug api_charts_categoryaxislabels %}#toc-format) instead.
|
|
31
|
-
* @default 'M/d'
|
|
32
|
-
*/
|
|
33
23
|
dateFormats: DateFormats;
|
|
34
24
|
/**
|
|
35
25
|
* The font style of the labels.
|
|
36
|
-
* @default '12px
|
|
26
|
+
* @default '12px sans-serif'
|
|
37
27
|
*/
|
|
38
28
|
font: string;
|
|
39
29
|
/**
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-charts',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '13.2.
|
|
12
|
+
publishDate: 1689771062,
|
|
13
|
+
version: '13.2.1-develop.2',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -1867,8 +1867,8 @@ const packageMetadata = {
|
|
|
1867
1867
|
name: '@progress/kendo-angular-charts',
|
|
1868
1868
|
productName: 'Kendo UI for Angular',
|
|
1869
1869
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
1870
|
-
publishDate:
|
|
1871
|
-
version: '13.2.
|
|
1870
|
+
publishDate: 1689771062,
|
|
1871
|
+
version: '13.2.1-develop.2',
|
|
1872
1872
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
1873
1873
|
};
|
|
1874
1874
|
|
|
@@ -2236,8 +2236,8 @@ const packageMetadata = {
|
|
|
2236
2236
|
name: '@progress/kendo-angular-charts',
|
|
2237
2237
|
productName: 'Kendo UI for Angular',
|
|
2238
2238
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
2239
|
-
publishDate:
|
|
2240
|
-
version: '13.2.
|
|
2239
|
+
publishDate: 1689771062,
|
|
2240
|
+
version: '13.2.1-develop.2',
|
|
2241
2241
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
2242
2242
|
};
|
|
2243
2243
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-charts",
|
|
3
|
-
"version": "13.2.
|
|
3
|
+
"version": "13.2.1-develop.2",
|
|
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.
|
|
50
|
-
"@progress/kendo-angular-intl": "13.2.
|
|
51
|
-
"@progress/kendo-angular-l10n": "13.2.
|
|
52
|
-
"@progress/kendo-angular-popup": "13.2.
|
|
53
|
-
"@progress/kendo-angular-navigation": "13.2.
|
|
49
|
+
"@progress/kendo-angular-common": "13.2.1-develop.2",
|
|
50
|
+
"@progress/kendo-angular-intl": "13.2.1-develop.2",
|
|
51
|
+
"@progress/kendo-angular-l10n": "13.2.1-develop.2",
|
|
52
|
+
"@progress/kendo-angular-popup": "13.2.1-develop.2",
|
|
53
|
+
"@progress/kendo-angular-navigation": "13.2.1-develop.2",
|
|
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.
|
|
59
|
+
"@progress/kendo-angular-schematics": "13.2.1-develop.2",
|
|
60
60
|
"@progress/kendo-charts": "^1.29.0",
|
|
61
61
|
"@progress/kendo-svg-icons": "^1.0.0"
|
|
62
62
|
},
|