@progress/kendo-angular-charts 17.1.1 → 17.1.2-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.
@@ -48,7 +48,7 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
48
48
  aggregate: any;
49
49
  /**
50
50
  * If set to `true`, the Chart automatically scales down to fit the content area.
51
- * Applicable for the Pie and Donut series. ([See example]({% slug donut_seriestypes_charts %}#toc-displaying-labels)).
51
+ * Applicable for the Pie and Donut series. ([See example](slug:donut_seriestypes_charts#displaying-labels-in-angular-donut-chart)).
52
52
  * @default false
53
53
  */
54
54
  autoFit: boolean;
@@ -49,7 +49,7 @@ export class SeriesItemComponent extends CollectionItemComponent {
49
49
  aggregate;
50
50
  /**
51
51
  * If set to `true`, the Chart automatically scales down to fit the content area.
52
- * Applicable for the Pie and Donut series. ([See example]({% slug donut_seriestypes_charts %}#toc-displaying-labels)).
52
+ * Applicable for the Pie and Donut series. ([See example](slug:donut_seriestypes_charts#displaying-labels-in-angular-donut-chart)).
53
53
  * @default false
54
54
  */
55
55
  autoFit;
@@ -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: 1733732597,
13
- version: '17.1.1',
12
+ publishDate: 1733999713,
13
+ version: '17.1.2-develop.2',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -440,7 +440,7 @@ class SeriesItemComponent extends CollectionItemComponent {
440
440
  aggregate;
441
441
  /**
442
442
  * If set to `true`, the Chart automatically scales down to fit the content area.
443
- * Applicable for the Pie and Donut series. ([See example]({% slug donut_seriestypes_charts %}#toc-displaying-labels)).
443
+ * Applicable for the Pie and Donut series. ([See example](slug:donut_seriestypes_charts#displaying-labels-in-angular-donut-chart)).
444
444
  * @default false
445
445
  */
446
446
  autoFit;
@@ -2908,8 +2908,8 @@ const packageMetadata = {
2908
2908
  name: '@progress/kendo-angular-charts',
2909
2909
  productName: 'Kendo UI for Angular',
2910
2910
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
2911
- publishDate: 1733732597,
2912
- version: '17.1.1',
2911
+ publishDate: 1733999713,
2912
+ version: '17.1.2-develop.2',
2913
2913
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
2914
2914
  };
2915
2915
 
@@ -43,7 +43,7 @@ export interface Series {
43
43
  aggregate?: any;
44
44
  /**
45
45
  * If set to `true`, the Chart automatically scales down to fit the content area.
46
- * Applicable for the Pie and Donut series. ([See example]({% slug donut_seriestypes_charts %}#toc-displaying-labels))
46
+ * Applicable for the Pie and Donut series. ([See example](slug:donut_seriestypes_charts#displaying-labels-in-angular-donut-chart))
47
47
  */
48
48
  autoFit?: boolean;
49
49
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-charts",
3
- "version": "17.1.1",
3
+ "version": "17.1.2-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",
@@ -47,17 +47,17 @@
47
47
  "@angular/platform-browser": "16 - 19",
48
48
  "@progress/kendo-drawing": "^1.21.0",
49
49
  "@progress/kendo-licensing": "^1.0.2",
50
- "@progress/kendo-angular-common": "17.1.1",
51
- "@progress/kendo-angular-intl": "17.1.1",
52
- "@progress/kendo-angular-icons": "17.1.1",
53
- "@progress/kendo-angular-l10n": "17.1.1",
54
- "@progress/kendo-angular-popup": "17.1.1",
55
- "@progress/kendo-angular-navigation": "17.1.1",
50
+ "@progress/kendo-angular-common": "17.1.2-develop.2",
51
+ "@progress/kendo-angular-intl": "17.1.2-develop.2",
52
+ "@progress/kendo-angular-icons": "17.1.2-develop.2",
53
+ "@progress/kendo-angular-l10n": "17.1.2-develop.2",
54
+ "@progress/kendo-angular-popup": "17.1.2-develop.2",
55
+ "@progress/kendo-angular-navigation": "17.1.2-develop.2",
56
56
  "rxjs": "^6.5.3 || ^7.0.0"
57
57
  },
58
58
  "dependencies": {
59
59
  "tslib": "^2.3.1",
60
- "@progress/kendo-angular-schematics": "17.1.1",
60
+ "@progress/kendo-angular-schematics": "17.1.2-develop.2",
61
61
  "@progress/kendo-charts": "2.6.2",
62
62
  "@progress/kendo-svg-icons": "^4.0.0"
63
63
  },