@progress/kendo-angular-charts 16.3.0 → 16.3.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.
@@ -9,6 +9,7 @@ import { Zoomable } from '../common/property-types';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
11
  * Specifies if the Chart can be zoomed.
12
+ * Zooming is not available for the `Donut`, `Pie`, `Funnel`, `Pyramid`, `Polar`, and `Radar` series.
12
13
  *
13
14
  * @example
14
15
  *
@@ -9,6 +9,7 @@ import { AxisDefaults, CategoryAxis, ChartArea, DragAction, Legend, Pane, PaneDe
9
9
  export interface ChartOptions {
10
10
  /**
11
11
  * Specifies if the Chart can be panned.
12
+ * Panning is not available for the `Donut`, `Pie`, `Funnel`, `Pyramid`, `Polar`, and `Radar` series.
12
13
  */
13
14
  pannable?: boolean | DragAction;
14
15
  /**
@@ -36,6 +37,7 @@ export interface ChartOptions {
36
37
  transitions?: boolean;
37
38
  /**
38
39
  * Specifies if the Chart can be zoomed.
40
+ * Zooming is not available for the `Donut`, `Pie`, `Funnel`, `Pyramid`, `Polar`, and `Radar` series.
39
41
  */
40
42
  zoomable?: boolean | Zoomable;
41
43
  /**
@@ -102,6 +102,7 @@ export declare class ChartComponent implements ChartOptions, OnChanges, OnInit,
102
102
  protected renderer: Renderer2;
103
103
  /**
104
104
  * Specifies if the Chart can be panned.
105
+ * Panning is not available for the `Donut`, `Pie`, `Funnel`, `Pyramid`, `Polar`, and `Radar` series.
105
106
  * @default false
106
107
  */
107
108
  pannable: boolean | DragAction;
@@ -9,6 +9,7 @@ import * as i0 from "@angular/core";
9
9
  import * as i1 from "../common/configuration.service";
10
10
  /**
11
11
  * Specifies if the Chart can be zoomed.
12
+ * Zooming is not available for the `Donut`, `Pie`, `Funnel`, `Pyramid`, `Polar`, and `Radar` series.
12
13
  *
13
14
  * @example
14
15
  *
@@ -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: 1718885133,
13
- version: '16.3.0',
12
+ publishDate: 1719562310,
13
+ version: '16.3.1-develop.2',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -1687,8 +1687,8 @@ const packageMetadata = {
1687
1687
  name: '@progress/kendo-angular-charts',
1688
1688
  productName: 'Kendo UI for Angular',
1689
1689
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
1690
- publishDate: 1718885133,
1691
- version: '16.3.0',
1690
+ publishDate: 1719562310,
1691
+ version: '16.3.1-develop.2',
1692
1692
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
1693
1693
  };
1694
1694
 
@@ -6196,6 +6196,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6196
6196
 
6197
6197
  /**
6198
6198
  * Specifies if the Chart can be zoomed.
6199
+ * Zooming is not available for the `Donut`, `Pie`, `Funnel`, `Pyramid`, `Polar`, and `Radar` series.
6199
6200
  *
6200
6201
  * @example
6201
6202
  *
@@ -2073,8 +2073,8 @@ const packageMetadata = {
2073
2073
  name: '@progress/kendo-angular-charts',
2074
2074
  productName: 'Kendo UI for Angular',
2075
2075
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
2076
- publishDate: 1718885133,
2077
- version: '16.3.0',
2076
+ publishDate: 1719562310,
2077
+ version: '16.3.1-develop.2',
2078
2078
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
2079
2079
  };
2080
2080
 
@@ -6219,6 +6219,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6219
6219
 
6220
6220
  /**
6221
6221
  * Specifies if the Chart can be zoomed.
6222
+ * Zooming is not available for the `Donut`, `Pie`, `Funnel`, `Pyramid`, `Polar`, and `Radar` series.
6222
6223
  *
6223
6224
  * @example
6224
6225
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-charts",
3
- "version": "16.3.0",
3
+ "version": "16.3.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",
@@ -47,18 +47,18 @@
47
47
  "@angular/platform-browser": "15 - 18",
48
48
  "@progress/kendo-drawing": "^1.19.0",
49
49
  "@progress/kendo-licensing": "^1.0.2",
50
- "@progress/kendo-angular-common": "16.3.0",
51
- "@progress/kendo-angular-intl": "16.3.0",
52
- "@progress/kendo-angular-icons": "16.3.0",
53
- "@progress/kendo-angular-l10n": "16.3.0",
54
- "@progress/kendo-angular-popup": "16.3.0",
55
- "@progress/kendo-angular-navigation": "16.3.0",
50
+ "@progress/kendo-angular-common": "16.3.1-develop.2",
51
+ "@progress/kendo-angular-intl": "16.3.1-develop.2",
52
+ "@progress/kendo-angular-icons": "16.3.1-develop.2",
53
+ "@progress/kendo-angular-l10n": "16.3.1-develop.2",
54
+ "@progress/kendo-angular-popup": "16.3.1-develop.2",
55
+ "@progress/kendo-angular-navigation": "16.3.1-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": "16.3.0",
61
- "@progress/kendo-charts": "2.4.0",
60
+ "@progress/kendo-angular-schematics": "16.3.1-develop.2",
61
+ "@progress/kendo-charts": "2.4.1",
62
62
  "@progress/kendo-svg-icons": "^2.0.0"
63
63
  },
64
64
  "schematics": "./schematics/collection.json",