@progress/kendo-react-charts 4.13.0-dev.202111231559 → 4.13.0-dev.202111300702
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-react-charts.js +1 -1
- package/dist/es/field-types/mousewheel-zoom.interface.d.ts +8 -0
- package/dist/es/package-metadata.js +1 -1
- package/dist/npm/field-types/mousewheel-zoom.interface.d.ts +8 -0
- package/dist/npm/package-metadata.js +1 -1
- package/dist/systemjs/kendo-react-charts.js +1 -1
- package/package.json +7 -7
|
@@ -7,4 +7,12 @@ export interface MousewheelZoom {
|
|
|
7
7
|
* Specifies an axis that will not be zoomed.
|
|
8
8
|
*/
|
|
9
9
|
lock?: LockAxis;
|
|
10
|
+
/**
|
|
11
|
+
* Specifies the zoom rate as percentage of the axis range. The default value is 0.3 or 30% of the axis range.
|
|
12
|
+
*
|
|
13
|
+
* The accepted range is from 0.01 to 0.9 (1% to 90%).
|
|
14
|
+
*
|
|
15
|
+
* @default 0.3
|
|
16
|
+
*/
|
|
17
|
+
rate?: number;
|
|
10
18
|
}
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-react-charts',
|
|
6
6
|
productName: 'KendoReact',
|
|
7
7
|
productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1638254193,
|
|
9
9
|
version: '',
|
|
10
10
|
licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
|
|
11
11
|
};
|
|
@@ -7,4 +7,12 @@ export interface MousewheelZoom {
|
|
|
7
7
|
* Specifies an axis that will not be zoomed.
|
|
8
8
|
*/
|
|
9
9
|
lock?: LockAxis;
|
|
10
|
+
/**
|
|
11
|
+
* Specifies the zoom rate as percentage of the axis range. The default value is 0.3 or 30% of the axis range.
|
|
12
|
+
*
|
|
13
|
+
* The accepted range is from 0.01 to 0.9 (1% to 90%).
|
|
14
|
+
*
|
|
15
|
+
* @default 0.3
|
|
16
|
+
*/
|
|
17
|
+
rate?: number;
|
|
10
18
|
}
|
|
@@ -7,7 +7,7 @@ exports.packageMetadata = {
|
|
|
7
7
|
name: '@progress/kendo-react-charts',
|
|
8
8
|
productName: 'KendoReact',
|
|
9
9
|
productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
|
|
10
|
-
publishDate:
|
|
10
|
+
publishDate: 1638254193,
|
|
11
11
|
version: '',
|
|
12
12
|
licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
|
|
13
13
|
};
|