@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.
- package/dist/cdn/js/kendo-vue-charts.js +1 -1
- package/dist/es/components/SeriesItem.js +1 -0
- package/dist/es/option-types/series-item.interface.d.ts +4 -0
- package/dist/es/package-metadata.js +1 -1
- package/dist/npm/components/SeriesItem.js +1 -0
- package/dist/npm/option-types/series-item.interface.d.ts +4 -0
- package/dist/npm/package-metadata.js +1 -1
- package/package.json +6 -6
|
@@ -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:
|
|
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
|
};
|
|
@@ -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:
|
|
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.
|
|
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.
|
|
42
|
-
"@progress/kendo-vue-popup": "3.3.
|
|
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.
|
|
50
|
-
"@progress/kendo-vue-inputs": "3.3.
|
|
51
|
-
"@progress/kendo-vue-intl": "3.3.
|
|
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",
|