@progress/kendo-angular-charts 13.6.0-develop.6 → 13.6.0-develop.7

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.
@@ -20,6 +20,10 @@ export interface SeriesPoint {
20
20
  * The point options.
21
21
  */
22
22
  options?: any;
23
+ /**
24
+ * The point index in the series. Available only for categorical and Funnel charts.
25
+ */
26
+ index?: number;
23
27
  /**
24
28
  * The marker associated with the point, if any. Available only for Line and ScatterLine series.
25
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: 1695882618,
13
- version: '13.6.0-develop.6',
12
+ publishDate: 1695886936,
13
+ version: '13.6.0-develop.7',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -1871,8 +1871,8 @@ const packageMetadata = {
1871
1871
  name: '@progress/kendo-angular-charts',
1872
1872
  productName: 'Kendo UI for Angular',
1873
1873
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
1874
- publishDate: 1695882618,
1875
- version: '13.6.0-develop.6',
1874
+ publishDate: 1695886936,
1875
+ version: '13.6.0-develop.7',
1876
1876
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
1877
1877
  };
1878
1878
 
@@ -2240,8 +2240,8 @@ const packageMetadata = {
2240
2240
  name: '@progress/kendo-angular-charts',
2241
2241
  productName: 'Kendo UI for Angular',
2242
2242
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
2243
- publishDate: 1695882618,
2244
- version: '13.6.0-develop.6',
2243
+ publishDate: 1695886936,
2244
+ version: '13.6.0-develop.7',
2245
2245
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
2246
2246
  };
2247
2247
 
@@ -518,7 +518,7 @@ export interface Series {
518
518
  *
519
519
  * The `trendline` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"linearTrendline"` or `"movingAverageTrendline"`.
520
520
  */
521
- trendlines?: SeriesTrendline[];
521
+ trendline?: SeriesTrendline;
522
522
  /**
523
523
  * The configuration of the whiskers for the Chart series.
524
524
  * The `whiskers` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-charts",
3
- "version": "13.6.0-develop.6",
3
+ "version": "13.6.0-develop.7",
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": "13 - 16",
48
48
  "@progress/kendo-drawing": "^1.17.2",
49
49
  "@progress/kendo-licensing": "^1.0.2",
50
- "@progress/kendo-angular-common": "13.6.0-develop.6",
51
- "@progress/kendo-angular-intl": "13.6.0-develop.6",
52
- "@progress/kendo-angular-l10n": "13.6.0-develop.6",
53
- "@progress/kendo-angular-popup": "13.6.0-develop.6",
54
- "@progress/kendo-angular-navigation": "13.6.0-develop.6",
50
+ "@progress/kendo-angular-common": "13.6.0-develop.7",
51
+ "@progress/kendo-angular-intl": "13.6.0-develop.7",
52
+ "@progress/kendo-angular-l10n": "13.6.0-develop.7",
53
+ "@progress/kendo-angular-popup": "13.6.0-develop.7",
54
+ "@progress/kendo-angular-navigation": "13.6.0-develop.7",
55
55
  "hammerjs": "^2.0.0",
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": "13.6.0-develop.6",
60
+ "@progress/kendo-angular-schematics": "13.6.0-develop.7",
61
61
  "@progress/kendo-charts": "^1.32.0",
62
62
  "@progress/kendo-svg-icons": "^1.0.0"
63
63
  },