@progress/kendo-vue-charts 3.3.3-dev.202205301219 → 3.3.4

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.
@@ -13,6 +13,7 @@ import { removeUndefinedProps } from '../utils/main';
13
13
  var ChartSeriesItemVue2 = {
14
14
  name: 'KendoChartSeriesItem',
15
15
  props: {
16
+ autoFit: Boolean,
16
17
  aggregate: {
17
18
  type: [String, Function, Object],
18
19
  default: function _default() {
@@ -14,6 +14,10 @@ import { SeriesTooltip } from './series-item/tooltip.interface';
14
14
  * @hidden
15
15
  */
16
16
  export interface Series {
17
+ /**
18
+ * If set to true, the Chart automatically scales down to fit the content area. Applicable for the Pie and Donut series.
19
+ */
20
+ autoFit?: boolean;
17
21
  /**
18
22
  * The aggregate function for the date series ([see example]({% slug axes_chart_charts %}#toc-aggregating-data)). The function is used when a category (year, month, or other) contains two or more points. The Chart displays the return value of the function instead of the individual points.
19
23
  *
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-charts',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1653912416,
8
+ publishDate: 1654588948,
9
9
  version: '',
10
10
  licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
11
11
  };
@@ -24,6 +24,7 @@ var main_1 = require("../utils/main");
24
24
  var ChartSeriesItemVue2 = {
25
25
  name: 'KendoChartSeriesItem',
26
26
  props: {
27
+ autoFit: Boolean,
27
28
  aggregate: {
28
29
  type: [String, Function, Object],
29
30
  default: function _default() {
@@ -14,6 +14,10 @@ import { SeriesTooltip } from './series-item/tooltip.interface';
14
14
  * @hidden
15
15
  */
16
16
  export interface Series {
17
+ /**
18
+ * If set to true, the Chart automatically scales down to fit the content area. Applicable for the Pie and Donut series.
19
+ */
20
+ autoFit?: boolean;
17
21
  /**
18
22
  * The aggregate function for the date series ([see example]({% slug axes_chart_charts %}#toc-aggregating-data)). The function is used when a category (year, month, or other) contains two or more points. The Chart displays the return value of the function instead of the individual points.
19
23
  *
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-vue-charts',
9
9
  productName: 'Kendo UI for Vue',
10
10
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
11
- publishDate: 1653912416,
11
+ publishDate: 1654588948,
12
12
  version: '',
13
13
  licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
14
14
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-vue-charts",
3
3
  "description": "Kendo UI for Vue Charts package",
4
- "version": "3.3.3-dev.202205301219",
4
+ "version": "3.3.4",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -38,17 +38,17 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@progress/kendo-charts": "^1.18.0",
41
- "@progress/kendo-vue-common": "3.3.3-dev.202205301219",
42
- "@progress/kendo-vue-popup": "3.3.3-dev.202205301219"
41
+ "@progress/kendo-vue-common": "3.3.4",
42
+ "@progress/kendo-vue-popup": "3.3.4"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@progress/kendo-data-query": "^1.0.0",
46
46
  "@progress/kendo-drawing": "^1.8.0",
47
47
  "@progress/kendo-file-saver": "^1.0.1",
48
48
  "@progress/kendo-licensing": "^1.2.0",
49
- "@progress/kendo-vue-dropdowns": "3.3.3-dev.202205301219",
50
- "@progress/kendo-vue-inputs": "3.3.3-dev.202205301219",
51
- "@progress/kendo-vue-intl": "3.3.3-dev.202205301219",
49
+ "@progress/kendo-vue-dropdowns": "3.3.4",
50
+ "@progress/kendo-vue-inputs": "3.3.4",
51
+ "@progress/kendo-vue-intl": "3.3.4",
52
52
  "cldr-core": "^36.0.0",
53
53
  "cldr-dates-full": "^36.0.0",
54
54
  "cldr-numbers-full": "^36.0.0",