@progress/kendo-react-charts 7.1.0-develop.6 → 7.1.0-develop.8
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/BaseChartProps.d.ts +1 -1
- package/index.mjs +1 -1
- package/package.json +5 -5
package/BaseChartProps.d.ts
CHANGED
|
@@ -71,7 +71,7 @@ export interface BaseChartProps {
|
|
|
71
71
|
*/
|
|
72
72
|
pannable?: boolean | DragAction;
|
|
73
73
|
/**
|
|
74
|
-
* Specifies if the Chart can be zoomed ([see example]({% slug panzoom_chart_charts %})).
|
|
74
|
+
* Specifies if the Chart can be zoomed ([see example]({% slug panzoom_chart_charts %})). Currently is only applicable to linear types, where the range on the X axis can be changed based on the zoom level.
|
|
75
75
|
*/
|
|
76
76
|
zoomable?: boolean | Zoomable;
|
|
77
77
|
/**
|
package/index.mjs
CHANGED
|
@@ -870,7 +870,7 @@ const F = {
|
|
|
870
870
|
name: "@progress/kendo-react-charts",
|
|
871
871
|
productName: "KendoReact",
|
|
872
872
|
productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
|
|
873
|
-
publishDate:
|
|
873
|
+
publishDate: 1705940544,
|
|
874
874
|
version: "",
|
|
875
875
|
licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
|
|
876
876
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-charts",
|
|
3
|
-
"version": "7.1.0-develop.
|
|
3
|
+
"version": "7.1.0-develop.8",
|
|
4
4
|
"description": "React Chart renders a wide range of high-quality data visualizations. KendoReact Charts package",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@progress/kendo-drawing": "^1.19.0",
|
|
26
26
|
"@progress/kendo-licensing": "^1.3.4",
|
|
27
|
-
"@progress/kendo-react-common": "7.1.0-develop.
|
|
28
|
-
"@progress/kendo-react-intl": "7.1.0-develop.
|
|
29
|
-
"@progress/kendo-react-layout": "7.1.0-develop.
|
|
30
|
-
"@progress/kendo-react-popup": "7.1.0-develop.
|
|
27
|
+
"@progress/kendo-react-common": "7.1.0-develop.8",
|
|
28
|
+
"@progress/kendo-react-intl": "7.1.0-develop.8",
|
|
29
|
+
"@progress/kendo-react-layout": "7.1.0-develop.8",
|
|
30
|
+
"@progress/kendo-react-popup": "7.1.0-develop.8",
|
|
31
31
|
"@progress/kendo-svg-icons": "^2.1.0",
|
|
32
32
|
"hammerjs": "^2.0.0",
|
|
33
33
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0",
|