@mui/x-charts-pro 7.0.0-alpha.0 → 7.0.0-alpha.1
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/CHANGELOG.md +81 -0
- package/ChartContainerPro/ChartContainerPro.js +7 -5
- package/ChartContainerPro/useChartContainerProProps.d.ts +1 -1
- package/ChartContainerPro/useChartContainerProProps.js +2 -2
- package/Heatmap/Heatmap.js +2 -0
- package/ResponsiveChartContainerPro/ResponsiveChartContainerPro.js +2 -0
- package/ResponsiveChartContainerPro/useResponsiveChartContainerProProps.d.ts +1 -1
- package/ScatterChartPro/ScatterChartPro.js +2 -0
- package/context/CartesianProviderPro/CartesianProviderPro.d.ts +4 -4
- package/context/CartesianProviderPro/CartesianProviderPro.js +2 -2
- package/index.js +1 -1
- package/internals/utils/releaseInfo.js +1 -1
- package/modern/ChartContainerPro/ChartContainerPro.js +7 -5
- package/modern/ChartContainerPro/useChartContainerProProps.js +2 -2
- package/modern/Heatmap/Heatmap.js +2 -0
- package/modern/ResponsiveChartContainerPro/ResponsiveChartContainerPro.js +2 -0
- package/modern/ScatterChartPro/ScatterChartPro.js +2 -0
- package/modern/context/CartesianProviderPro/CartesianProviderPro.js +2 -2
- package/modern/index.js +1 -1
- package/modern/internals/utils/releaseInfo.js +1 -1
- package/node/ChartContainerPro/ChartContainerPro.js +6 -4
- package/node/ChartContainerPro/useChartContainerProProps.js +2 -2
- package/node/Heatmap/Heatmap.js +2 -0
- package/node/ResponsiveChartContainerPro/ResponsiveChartContainerPro.js +2 -0
- package/node/ScatterChartPro/ScatterChartPro.js +2 -0
- package/node/context/CartesianProviderPro/CartesianProviderPro.js +2 -2
- package/node/index.js +1 -1
- package/node/internals/utils/releaseInfo.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,87 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## 7.13.0
|
|
7
|
+
|
|
8
|
+
_Aug 16, 2024_
|
|
9
|
+
|
|
10
|
+
We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
11
|
+
|
|
12
|
+
- 💫 Allow to [edit the label](https://mui.com/x/react-tree-view/rich-tree-view/editing/) of Tree View's items.
|
|
13
|
+
|
|
14
|
+
<img width="344" src="https://github.com/user-attachments/assets/1a6cf765-2dc8-4906-bd93-139086eed148" alt="Item label editing" />
|
|
15
|
+
|
|
16
|
+
- 🔧 Improve rows accessibility on the Data Grid features "Tree Data" and "Row Grouping". Certain "Row Grouping" accessibility updates will only be applied if experimental feature flag is enabled. See the [documentation](https://mui.com/x/react-data-grid/row-grouping/#accessibility-changes-in-v8) for more information.
|
|
17
|
+
- 🌍 Improve Vietnamese (vi-VN) locale on the Data Grid
|
|
18
|
+
- 🐞 Bugfixes
|
|
19
|
+
|
|
20
|
+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
|
|
21
|
+
|
|
22
|
+
### Data Grid
|
|
23
|
+
|
|
24
|
+
#### `@mui/x-data-grid@7.13.0`
|
|
25
|
+
|
|
26
|
+
- [DataGrid] Fix CSV export for `null` and `undefined` values (#14166) @k-rajat19
|
|
27
|
+
- [DataGrid] Fix error logged during skeleton loading with nested data grid (#14186) @KenanYusuf
|
|
28
|
+
- [DataGrid] Remove needless check in `useGridStateInitialization` (#14181) @k-rajat19
|
|
29
|
+
- [DataGrid] Add recipe for persisting filters in local storage (#14208) @cherniavskii
|
|
30
|
+
- [l10n] Improve Vietnamese (vi-VN) locale (#14216) @hungnd-casso
|
|
31
|
+
|
|
32
|
+
#### `@mui/x-data-grid-pro@7.13.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
33
|
+
|
|
34
|
+
Same changes as in `@mui/x-data-grid@7.13.0`, plus:
|
|
35
|
+
|
|
36
|
+
- [DataGridPro] Fix Tree Data and Row Grouping rows accessibility (#13623) @arminmeh
|
|
37
|
+
|
|
38
|
+
#### `@mui/x-data-grid-premium@7.13.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
39
|
+
|
|
40
|
+
Same changes as in `@mui/x-data-grid-pro@7.13.0`.
|
|
41
|
+
|
|
42
|
+
### Date and Time Pickers
|
|
43
|
+
|
|
44
|
+
#### `@mui/x-date-pickers@7.13.0`
|
|
45
|
+
|
|
46
|
+
- [pickers] Fix date and time merging to retain milliseconds (#14173) @LukasTy
|
|
47
|
+
|
|
48
|
+
#### `@mui/x-date-pickers-pro@7.13.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
49
|
+
|
|
50
|
+
Same changes as in `@mui/x-date-pickers@7.13.0`.
|
|
51
|
+
|
|
52
|
+
### Charts
|
|
53
|
+
|
|
54
|
+
#### `@mui/x-charts@7.13.0`
|
|
55
|
+
|
|
56
|
+
- [charts] Add `baseline` property to the `LineChart` `series` (#14153) @JCQuintas
|
|
57
|
+
- [charts] Fix issue where tooltip would disappear on mouse click (#14187) @alexfauquette
|
|
58
|
+
- [charts] Rename `CartesianContextProvider` to `CartesianProvider` (#14102) @JCQuintas
|
|
59
|
+
- [charts] Support axis with the same value for all data points (#14191) @alexfauquette
|
|
60
|
+
|
|
61
|
+
#### `@mui/x-date-charts-pro@7.0.0-alpha.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
62
|
+
|
|
63
|
+
Same changes as in `@mui/x-charts@7.13.0`.
|
|
64
|
+
|
|
65
|
+
### Tree View
|
|
66
|
+
|
|
67
|
+
#### `@mui/x-tree-view@7.13.0`
|
|
68
|
+
|
|
69
|
+
- [TreeView] Add label editing feature (#13388) @noraleonte
|
|
70
|
+
- [TreeView] Fix the parameters passed for the `canMoveItemToNewPosition` prop (#14176) @flaviendelangle
|
|
71
|
+
|
|
72
|
+
### Docs
|
|
73
|
+
|
|
74
|
+
- [docs] Extract dataset in the Line chart docs (#14034) @alexfauquette
|
|
75
|
+
- [docs] Remove redundant encoding in the mock data source server (#14185) @MBilalShafi
|
|
76
|
+
- [docs] Use Netflix financial results to document bar charts (#13991) @alexfauquette
|
|
77
|
+
- [docs] Remove relience of abbreviations (#14226) @oliviertassinari
|
|
78
|
+
|
|
79
|
+
### Core
|
|
80
|
+
|
|
81
|
+
- [core] Bump monorepo (#14141) @Janpot
|
|
82
|
+
- [core] Fix ESLint issue (#14207) @LukasTy
|
|
83
|
+
- [core] Fix Netlify build cache issue (#14182) @cherniavskii
|
|
84
|
+
- [code-infra] Refactor Netlify `cache-docs` plugin setup (#14105) @LukasTy
|
|
85
|
+
- [internals] Move utils needed for tree view virtualization to shared package (#14202) @flaviendelangle
|
|
86
|
+
|
|
6
87
|
## 7.12.1
|
|
7
88
|
|
|
8
89
|
_Aug 8, 2024_
|
|
@@ -6,7 +6,7 @@ import { HighlightedProvider, ZAxisContextProvider } from '@mui/x-charts/context
|
|
|
6
6
|
import { ChartsAxesGradients, DrawingProvider, InteractionProvider, PluginProvider, SeriesProvider } from '@mui/x-charts/internals';
|
|
7
7
|
import { useLicenseVerifier } from '@mui/x-license/useLicenseVerifier';
|
|
8
8
|
import { getReleaseInfo } from '../internals/utils/releaseInfo';
|
|
9
|
-
import {
|
|
9
|
+
import { CartesianProviderPro } from '../context/CartesianProviderPro';
|
|
10
10
|
import { ZoomProvider } from '../context/ZoomProvider';
|
|
11
11
|
import { useChartContainerProProps } from './useChartContainerProProps';
|
|
12
12
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
@@ -18,7 +18,7 @@ const ChartContainerPro = /*#__PURE__*/React.forwardRef(function ChartContainer(
|
|
|
18
18
|
seriesProviderProps,
|
|
19
19
|
zAxisContextProps,
|
|
20
20
|
highlightedProviderProps,
|
|
21
|
-
|
|
21
|
+
cartesianProviderProps,
|
|
22
22
|
chartsSurfaceProps,
|
|
23
23
|
pluginProviderProps,
|
|
24
24
|
children
|
|
@@ -26,9 +26,9 @@ const ChartContainerPro = /*#__PURE__*/React.forwardRef(function ChartContainer(
|
|
|
26
26
|
useLicenseVerifier('x-charts-pro', releaseInfo);
|
|
27
27
|
return /*#__PURE__*/_jsx(DrawingProvider, _extends({}, drawingProviderProps, {
|
|
28
28
|
children: /*#__PURE__*/_jsx(PluginProvider, _extends({}, pluginProviderProps, {
|
|
29
|
-
children: /*#__PURE__*/_jsx(
|
|
30
|
-
children: /*#__PURE__*/_jsx(
|
|
31
|
-
children: /*#__PURE__*/_jsx(
|
|
29
|
+
children: /*#__PURE__*/_jsx(ZoomProvider, _extends({}, zoomProviderProps, {
|
|
30
|
+
children: /*#__PURE__*/_jsx(SeriesProvider, _extends({}, seriesProviderProps, {
|
|
31
|
+
children: /*#__PURE__*/_jsx(CartesianProviderPro, _extends({}, cartesianProviderProps, {
|
|
32
32
|
children: /*#__PURE__*/_jsx(ZAxisContextProvider, _extends({}, zAxisContextProps, {
|
|
33
33
|
children: /*#__PURE__*/_jsx(InteractionProvider, {
|
|
34
34
|
children: /*#__PURE__*/_jsx(HighlightedProvider, _extends({}, highlightedProviderProps, {
|
|
@@ -165,6 +165,7 @@ process.env.NODE_ENV !== "production" ? ChartContainerPro.propTypes = {
|
|
|
165
165
|
slotProps: PropTypes.object,
|
|
166
166
|
slots: PropTypes.object,
|
|
167
167
|
stroke: PropTypes.string,
|
|
168
|
+
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
|
|
168
169
|
tickFontSize: PropTypes.number,
|
|
169
170
|
tickInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.array, PropTypes.func]),
|
|
170
171
|
tickLabelInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.func]),
|
|
@@ -225,6 +226,7 @@ process.env.NODE_ENV !== "production" ? ChartContainerPro.propTypes = {
|
|
|
225
226
|
slotProps: PropTypes.object,
|
|
226
227
|
slots: PropTypes.object,
|
|
227
228
|
stroke: PropTypes.string,
|
|
229
|
+
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
|
|
228
230
|
tickFontSize: PropTypes.number,
|
|
229
231
|
tickInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.array, PropTypes.func]),
|
|
230
232
|
tickLabelInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.func]),
|
|
@@ -6,7 +6,7 @@ export declare const useChartContainerProProps: (props: ChartContainerProProps,
|
|
|
6
6
|
drawingProviderProps: Omit<import("@mui/x-charts/internals").DrawingProviderProps, "children">;
|
|
7
7
|
pluginProviderProps: Omit<import("@mui/x-charts/internals").PluginProviderProps, "children">;
|
|
8
8
|
seriesProviderProps: Omit<import("@mui/x-charts/internals").SeriesProviderProps, "children">;
|
|
9
|
-
|
|
9
|
+
cartesianProviderProps: Omit<import("@mui/x-charts/internals").CartesianProviderProps, "children">;
|
|
10
10
|
zAxisContextProps: Omit<import("@mui/x-charts/internals").ZAxisContextProviderProps, "children">;
|
|
11
11
|
highlightedProviderProps: Omit<import("@mui/x-charts").HighlightedProviderProps, "children">;
|
|
12
12
|
chartsSurfaceProps: import("@mui/x-charts").ChartsSurfaceProps & {
|
|
@@ -11,7 +11,7 @@ export const useChartContainerProProps = (props, ref) => {
|
|
|
11
11
|
children,
|
|
12
12
|
drawingProviderProps,
|
|
13
13
|
seriesProviderProps,
|
|
14
|
-
|
|
14
|
+
cartesianProviderProps,
|
|
15
15
|
zAxisContextProps,
|
|
16
16
|
highlightedProviderProps,
|
|
17
17
|
chartsSurfaceProps,
|
|
@@ -31,7 +31,7 @@ export const useChartContainerProProps = (props, ref) => {
|
|
|
31
31
|
drawingProviderProps,
|
|
32
32
|
pluginProviderProps,
|
|
33
33
|
seriesProviderProps,
|
|
34
|
-
|
|
34
|
+
cartesianProviderProps,
|
|
35
35
|
zAxisContextProps,
|
|
36
36
|
highlightedProviderProps,
|
|
37
37
|
chartsSurfaceProps
|
package/Heatmap/Heatmap.js
CHANGED
|
@@ -276,6 +276,7 @@ process.env.NODE_ENV !== "production" ? Heatmap.propTypes = {
|
|
|
276
276
|
slotProps: PropTypes.object,
|
|
277
277
|
slots: PropTypes.object,
|
|
278
278
|
stroke: PropTypes.string,
|
|
279
|
+
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
|
|
279
280
|
tickFontSize: PropTypes.number,
|
|
280
281
|
tickInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.array, PropTypes.func]),
|
|
281
282
|
tickLabelInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.func]),
|
|
@@ -338,6 +339,7 @@ process.env.NODE_ENV !== "production" ? Heatmap.propTypes = {
|
|
|
338
339
|
slotProps: PropTypes.object,
|
|
339
340
|
slots: PropTypes.object,
|
|
340
341
|
stroke: PropTypes.string,
|
|
342
|
+
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
|
|
341
343
|
tickFontSize: PropTypes.number,
|
|
342
344
|
tickInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.array, PropTypes.func]),
|
|
343
345
|
tickLabelInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.func]),
|
|
@@ -142,6 +142,7 @@ process.env.NODE_ENV !== "production" ? ResponsiveChartContainerPro.propTypes =
|
|
|
142
142
|
slotProps: PropTypes.object,
|
|
143
143
|
slots: PropTypes.object,
|
|
144
144
|
stroke: PropTypes.string,
|
|
145
|
+
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
|
|
145
146
|
tickFontSize: PropTypes.number,
|
|
146
147
|
tickInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.array, PropTypes.func]),
|
|
147
148
|
tickLabelInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.func]),
|
|
@@ -202,6 +203,7 @@ process.env.NODE_ENV !== "production" ? ResponsiveChartContainerPro.propTypes =
|
|
|
202
203
|
slotProps: PropTypes.object,
|
|
203
204
|
slots: PropTypes.object,
|
|
204
205
|
stroke: PropTypes.string,
|
|
206
|
+
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
|
|
205
207
|
tickFontSize: PropTypes.number,
|
|
206
208
|
tickInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.array, PropTypes.func]),
|
|
207
209
|
tickLabelInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.func]),
|
|
@@ -16,9 +16,9 @@ export declare const useResponsiveChartContainerProProps: (props: ResponsiveChar
|
|
|
16
16
|
height?: number;
|
|
17
17
|
} | undefined;
|
|
18
18
|
plugins?: import("@mui/x-charts/internals").ChartsPlugin<import("@mui/x-charts/internals").ChartSeriesType>[] | undefined;
|
|
19
|
+
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
19
20
|
series: (import("@mui/x-charts").ScatterSeriesType | import("@mui/x-charts").LineSeriesType | import("@mui/x-charts").BarSeriesType | import("@mui/x-charts").PieSeriesType<import("@mui/x-charts/internals").MakeOptional<import("@mui/x-charts").PieValueType, "id">> | import("../models").HeatmapSeriesType)[];
|
|
20
21
|
onHighlightChange?: ((highlightedItem: import("@mui/x-charts").HighlightItemData | null) => void) | undefined;
|
|
21
|
-
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
22
22
|
zAxis?: import("@mui/x-charts/internals").MakeOptional<import("@mui/x-charts/internals").ZAxisConfig, "id">[] | undefined;
|
|
23
23
|
dataset?: import("@mui/x-charts/internals").DatasetType | undefined;
|
|
24
24
|
colors?: import("@mui/x-charts").ChartsColorPalette | undefined;
|
|
@@ -271,6 +271,7 @@ process.env.NODE_ENV !== "production" ? ScatterChartPro.propTypes = {
|
|
|
271
271
|
slotProps: PropTypes.object,
|
|
272
272
|
slots: PropTypes.object,
|
|
273
273
|
stroke: PropTypes.string,
|
|
274
|
+
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
|
|
274
275
|
tickFontSize: PropTypes.number,
|
|
275
276
|
tickInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.array, PropTypes.func]),
|
|
276
277
|
tickLabelInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.func]),
|
|
@@ -331,6 +332,7 @@ process.env.NODE_ENV !== "production" ? ScatterChartPro.propTypes = {
|
|
|
331
332
|
slotProps: PropTypes.object,
|
|
332
333
|
slots: PropTypes.object,
|
|
333
334
|
stroke: PropTypes.string,
|
|
335
|
+
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
|
|
334
336
|
tickFontSize: PropTypes.number,
|
|
335
337
|
tickInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.array, PropTypes.func]),
|
|
336
338
|
tickLabelInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.func]),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import {
|
|
3
|
-
export interface
|
|
2
|
+
import { CartesianProviderProps } from '@mui/x-charts/internals';
|
|
3
|
+
export interface CartesianProviderProProps extends CartesianProviderProps {
|
|
4
4
|
}
|
|
5
|
-
declare function
|
|
6
|
-
export {
|
|
5
|
+
declare function CartesianProviderPro(props: CartesianProviderProProps): React.JSX.Element;
|
|
6
|
+
export { CartesianProviderPro };
|
|
@@ -5,7 +5,7 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
|
5
5
|
const {
|
|
6
6
|
computeValue
|
|
7
7
|
} = cartesianProviderUtils;
|
|
8
|
-
function
|
|
8
|
+
function CartesianProviderPro(props) {
|
|
9
9
|
const {
|
|
10
10
|
xAxis,
|
|
11
11
|
yAxis,
|
|
@@ -51,4 +51,4 @@ function CartesianContextProviderPro(props) {
|
|
|
51
51
|
children: children
|
|
52
52
|
});
|
|
53
53
|
}
|
|
54
|
-
export {
|
|
54
|
+
export { CartesianProviderPro };
|
package/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ponyfillGlobal } from '@mui/utils';
|
|
2
2
|
export const getReleaseInfo = () => {
|
|
3
|
-
const releaseInfo = "
|
|
3
|
+
const releaseInfo = "MTcyMzc1NTYwMDAwMA==";
|
|
4
4
|
if (process.env.NODE_ENV !== 'production') {
|
|
5
5
|
// A simple hack to set the value in the test environment (has no build step).
|
|
6
6
|
// eslint-disable-next-line no-useless-concat
|
|
@@ -6,7 +6,7 @@ import { HighlightedProvider, ZAxisContextProvider } from '@mui/x-charts/context
|
|
|
6
6
|
import { ChartsAxesGradients, DrawingProvider, InteractionProvider, PluginProvider, SeriesProvider } from '@mui/x-charts/internals';
|
|
7
7
|
import { useLicenseVerifier } from '@mui/x-license/useLicenseVerifier';
|
|
8
8
|
import { getReleaseInfo } from '../internals/utils/releaseInfo';
|
|
9
|
-
import {
|
|
9
|
+
import { CartesianProviderPro } from '../context/CartesianProviderPro';
|
|
10
10
|
import { ZoomProvider } from '../context/ZoomProvider';
|
|
11
11
|
import { useChartContainerProProps } from './useChartContainerProProps';
|
|
12
12
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
@@ -18,7 +18,7 @@ const ChartContainerPro = /*#__PURE__*/React.forwardRef(function ChartContainer(
|
|
|
18
18
|
seriesProviderProps,
|
|
19
19
|
zAxisContextProps,
|
|
20
20
|
highlightedProviderProps,
|
|
21
|
-
|
|
21
|
+
cartesianProviderProps,
|
|
22
22
|
chartsSurfaceProps,
|
|
23
23
|
pluginProviderProps,
|
|
24
24
|
children
|
|
@@ -26,9 +26,9 @@ const ChartContainerPro = /*#__PURE__*/React.forwardRef(function ChartContainer(
|
|
|
26
26
|
useLicenseVerifier('x-charts-pro', releaseInfo);
|
|
27
27
|
return /*#__PURE__*/_jsx(DrawingProvider, _extends({}, drawingProviderProps, {
|
|
28
28
|
children: /*#__PURE__*/_jsx(PluginProvider, _extends({}, pluginProviderProps, {
|
|
29
|
-
children: /*#__PURE__*/_jsx(
|
|
30
|
-
children: /*#__PURE__*/_jsx(
|
|
31
|
-
children: /*#__PURE__*/_jsx(
|
|
29
|
+
children: /*#__PURE__*/_jsx(ZoomProvider, _extends({}, zoomProviderProps, {
|
|
30
|
+
children: /*#__PURE__*/_jsx(SeriesProvider, _extends({}, seriesProviderProps, {
|
|
31
|
+
children: /*#__PURE__*/_jsx(CartesianProviderPro, _extends({}, cartesianProviderProps, {
|
|
32
32
|
children: /*#__PURE__*/_jsx(ZAxisContextProvider, _extends({}, zAxisContextProps, {
|
|
33
33
|
children: /*#__PURE__*/_jsx(InteractionProvider, {
|
|
34
34
|
children: /*#__PURE__*/_jsx(HighlightedProvider, _extends({}, highlightedProviderProps, {
|
|
@@ -165,6 +165,7 @@ process.env.NODE_ENV !== "production" ? ChartContainerPro.propTypes = {
|
|
|
165
165
|
slotProps: PropTypes.object,
|
|
166
166
|
slots: PropTypes.object,
|
|
167
167
|
stroke: PropTypes.string,
|
|
168
|
+
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
|
|
168
169
|
tickFontSize: PropTypes.number,
|
|
169
170
|
tickInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.array, PropTypes.func]),
|
|
170
171
|
tickLabelInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.func]),
|
|
@@ -225,6 +226,7 @@ process.env.NODE_ENV !== "production" ? ChartContainerPro.propTypes = {
|
|
|
225
226
|
slotProps: PropTypes.object,
|
|
226
227
|
slots: PropTypes.object,
|
|
227
228
|
stroke: PropTypes.string,
|
|
229
|
+
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
|
|
228
230
|
tickFontSize: PropTypes.number,
|
|
229
231
|
tickInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.array, PropTypes.func]),
|
|
230
232
|
tickLabelInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.func]),
|
|
@@ -11,7 +11,7 @@ export const useChartContainerProProps = (props, ref) => {
|
|
|
11
11
|
children,
|
|
12
12
|
drawingProviderProps,
|
|
13
13
|
seriesProviderProps,
|
|
14
|
-
|
|
14
|
+
cartesianProviderProps,
|
|
15
15
|
zAxisContextProps,
|
|
16
16
|
highlightedProviderProps,
|
|
17
17
|
chartsSurfaceProps,
|
|
@@ -31,7 +31,7 @@ export const useChartContainerProProps = (props, ref) => {
|
|
|
31
31
|
drawingProviderProps,
|
|
32
32
|
pluginProviderProps,
|
|
33
33
|
seriesProviderProps,
|
|
34
|
-
|
|
34
|
+
cartesianProviderProps,
|
|
35
35
|
zAxisContextProps,
|
|
36
36
|
highlightedProviderProps,
|
|
37
37
|
chartsSurfaceProps
|
|
@@ -276,6 +276,7 @@ process.env.NODE_ENV !== "production" ? Heatmap.propTypes = {
|
|
|
276
276
|
slotProps: PropTypes.object,
|
|
277
277
|
slots: PropTypes.object,
|
|
278
278
|
stroke: PropTypes.string,
|
|
279
|
+
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
|
|
279
280
|
tickFontSize: PropTypes.number,
|
|
280
281
|
tickInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.array, PropTypes.func]),
|
|
281
282
|
tickLabelInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.func]),
|
|
@@ -338,6 +339,7 @@ process.env.NODE_ENV !== "production" ? Heatmap.propTypes = {
|
|
|
338
339
|
slotProps: PropTypes.object,
|
|
339
340
|
slots: PropTypes.object,
|
|
340
341
|
stroke: PropTypes.string,
|
|
342
|
+
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
|
|
341
343
|
tickFontSize: PropTypes.number,
|
|
342
344
|
tickInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.array, PropTypes.func]),
|
|
343
345
|
tickLabelInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.func]),
|
|
@@ -142,6 +142,7 @@ process.env.NODE_ENV !== "production" ? ResponsiveChartContainerPro.propTypes =
|
|
|
142
142
|
slotProps: PropTypes.object,
|
|
143
143
|
slots: PropTypes.object,
|
|
144
144
|
stroke: PropTypes.string,
|
|
145
|
+
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
|
|
145
146
|
tickFontSize: PropTypes.number,
|
|
146
147
|
tickInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.array, PropTypes.func]),
|
|
147
148
|
tickLabelInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.func]),
|
|
@@ -202,6 +203,7 @@ process.env.NODE_ENV !== "production" ? ResponsiveChartContainerPro.propTypes =
|
|
|
202
203
|
slotProps: PropTypes.object,
|
|
203
204
|
slots: PropTypes.object,
|
|
204
205
|
stroke: PropTypes.string,
|
|
206
|
+
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
|
|
205
207
|
tickFontSize: PropTypes.number,
|
|
206
208
|
tickInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.array, PropTypes.func]),
|
|
207
209
|
tickLabelInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.func]),
|
|
@@ -271,6 +271,7 @@ process.env.NODE_ENV !== "production" ? ScatterChartPro.propTypes = {
|
|
|
271
271
|
slotProps: PropTypes.object,
|
|
272
272
|
slots: PropTypes.object,
|
|
273
273
|
stroke: PropTypes.string,
|
|
274
|
+
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
|
|
274
275
|
tickFontSize: PropTypes.number,
|
|
275
276
|
tickInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.array, PropTypes.func]),
|
|
276
277
|
tickLabelInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.func]),
|
|
@@ -331,6 +332,7 @@ process.env.NODE_ENV !== "production" ? ScatterChartPro.propTypes = {
|
|
|
331
332
|
slotProps: PropTypes.object,
|
|
332
333
|
slots: PropTypes.object,
|
|
333
334
|
stroke: PropTypes.string,
|
|
335
|
+
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
|
|
334
336
|
tickFontSize: PropTypes.number,
|
|
335
337
|
tickInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.array, PropTypes.func]),
|
|
336
338
|
tickLabelInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.func]),
|
|
@@ -5,7 +5,7 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
|
5
5
|
const {
|
|
6
6
|
computeValue
|
|
7
7
|
} = cartesianProviderUtils;
|
|
8
|
-
function
|
|
8
|
+
function CartesianProviderPro(props) {
|
|
9
9
|
const {
|
|
10
10
|
xAxis,
|
|
11
11
|
yAxis,
|
|
@@ -51,4 +51,4 @@ function CartesianContextProviderPro(props) {
|
|
|
51
51
|
children: children
|
|
52
52
|
});
|
|
53
53
|
}
|
|
54
|
-
export {
|
|
54
|
+
export { CartesianProviderPro };
|
package/modern/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ponyfillGlobal } from '@mui/utils';
|
|
2
2
|
export const getReleaseInfo = () => {
|
|
3
|
-
const releaseInfo = "
|
|
3
|
+
const releaseInfo = "MTcyMzc1NTYwMDAwMA==";
|
|
4
4
|
if (process.env.NODE_ENV !== 'production') {
|
|
5
5
|
// A simple hack to set the value in the test environment (has no build step).
|
|
6
6
|
// eslint-disable-next-line no-useless-concat
|
|
@@ -27,7 +27,7 @@ const ChartContainerPro = exports.ChartContainerPro = /*#__PURE__*/React.forward
|
|
|
27
27
|
seriesProviderProps,
|
|
28
28
|
zAxisContextProps,
|
|
29
29
|
highlightedProviderProps,
|
|
30
|
-
|
|
30
|
+
cartesianProviderProps,
|
|
31
31
|
chartsSurfaceProps,
|
|
32
32
|
pluginProviderProps,
|
|
33
33
|
children
|
|
@@ -35,9 +35,9 @@ const ChartContainerPro = exports.ChartContainerPro = /*#__PURE__*/React.forward
|
|
|
35
35
|
(0, _useLicenseVerifier.useLicenseVerifier)('x-charts-pro', releaseInfo);
|
|
36
36
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_internals.DrawingProvider, (0, _extends2.default)({}, drawingProviderProps, {
|
|
37
37
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_internals.PluginProvider, (0, _extends2.default)({}, pluginProviderProps, {
|
|
38
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(
|
|
39
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(
|
|
40
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_CartesianProviderPro.
|
|
38
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_ZoomProvider.ZoomProvider, (0, _extends2.default)({}, zoomProviderProps, {
|
|
39
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_internals.SeriesProvider, (0, _extends2.default)({}, seriesProviderProps, {
|
|
40
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_CartesianProviderPro.CartesianProviderPro, (0, _extends2.default)({}, cartesianProviderProps, {
|
|
41
41
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_context.ZAxisContextProvider, (0, _extends2.default)({}, zAxisContextProps, {
|
|
42
42
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_internals.InteractionProvider, {
|
|
43
43
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_context.HighlightedProvider, (0, _extends2.default)({}, highlightedProviderProps, {
|
|
@@ -174,6 +174,7 @@ process.env.NODE_ENV !== "production" ? ChartContainerPro.propTypes = {
|
|
|
174
174
|
slotProps: _propTypes.default.object,
|
|
175
175
|
slots: _propTypes.default.object,
|
|
176
176
|
stroke: _propTypes.default.string,
|
|
177
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object, _propTypes.default.bool])), _propTypes.default.func, _propTypes.default.object]),
|
|
177
178
|
tickFontSize: _propTypes.default.number,
|
|
178
179
|
tickInterval: _propTypes.default.oneOfType([_propTypes.default.oneOf(['auto']), _propTypes.default.array, _propTypes.default.func]),
|
|
179
180
|
tickLabelInterval: _propTypes.default.oneOfType([_propTypes.default.oneOf(['auto']), _propTypes.default.func]),
|
|
@@ -234,6 +235,7 @@ process.env.NODE_ENV !== "production" ? ChartContainerPro.propTypes = {
|
|
|
234
235
|
slotProps: _propTypes.default.object,
|
|
235
236
|
slots: _propTypes.default.object,
|
|
236
237
|
stroke: _propTypes.default.string,
|
|
238
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object, _propTypes.default.bool])), _propTypes.default.func, _propTypes.default.object]),
|
|
237
239
|
tickFontSize: _propTypes.default.number,
|
|
238
240
|
tickInterval: _propTypes.default.oneOfType([_propTypes.default.oneOf(['auto']), _propTypes.default.array, _propTypes.default.func]),
|
|
239
241
|
tickLabelInterval: _propTypes.default.oneOfType([_propTypes.default.oneOf(['auto']), _propTypes.default.func]),
|
|
@@ -18,7 +18,7 @@ const useChartContainerProProps = (props, ref) => {
|
|
|
18
18
|
children,
|
|
19
19
|
drawingProviderProps,
|
|
20
20
|
seriesProviderProps,
|
|
21
|
-
|
|
21
|
+
cartesianProviderProps,
|
|
22
22
|
zAxisContextProps,
|
|
23
23
|
highlightedProviderProps,
|
|
24
24
|
chartsSurfaceProps,
|
|
@@ -38,7 +38,7 @@ const useChartContainerProProps = (props, ref) => {
|
|
|
38
38
|
drawingProviderProps,
|
|
39
39
|
pluginProviderProps,
|
|
40
40
|
seriesProviderProps,
|
|
41
|
-
|
|
41
|
+
cartesianProviderProps,
|
|
42
42
|
zAxisContextProps,
|
|
43
43
|
highlightedProviderProps,
|
|
44
44
|
chartsSurfaceProps
|
package/node/Heatmap/Heatmap.js
CHANGED
|
@@ -285,6 +285,7 @@ process.env.NODE_ENV !== "production" ? Heatmap.propTypes = {
|
|
|
285
285
|
slotProps: _propTypes.default.object,
|
|
286
286
|
slots: _propTypes.default.object,
|
|
287
287
|
stroke: _propTypes.default.string,
|
|
288
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object, _propTypes.default.bool])), _propTypes.default.func, _propTypes.default.object]),
|
|
288
289
|
tickFontSize: _propTypes.default.number,
|
|
289
290
|
tickInterval: _propTypes.default.oneOfType([_propTypes.default.oneOf(['auto']), _propTypes.default.array, _propTypes.default.func]),
|
|
290
291
|
tickLabelInterval: _propTypes.default.oneOfType([_propTypes.default.oneOf(['auto']), _propTypes.default.func]),
|
|
@@ -347,6 +348,7 @@ process.env.NODE_ENV !== "production" ? Heatmap.propTypes = {
|
|
|
347
348
|
slotProps: _propTypes.default.object,
|
|
348
349
|
slots: _propTypes.default.object,
|
|
349
350
|
stroke: _propTypes.default.string,
|
|
351
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object, _propTypes.default.bool])), _propTypes.default.func, _propTypes.default.object]),
|
|
350
352
|
tickFontSize: _propTypes.default.number,
|
|
351
353
|
tickInterval: _propTypes.default.oneOfType([_propTypes.default.oneOf(['auto']), _propTypes.default.array, _propTypes.default.func]),
|
|
352
354
|
tickLabelInterval: _propTypes.default.oneOfType([_propTypes.default.oneOf(['auto']), _propTypes.default.func]),
|
|
@@ -151,6 +151,7 @@ process.env.NODE_ENV !== "production" ? ResponsiveChartContainerPro.propTypes =
|
|
|
151
151
|
slotProps: _propTypes.default.object,
|
|
152
152
|
slots: _propTypes.default.object,
|
|
153
153
|
stroke: _propTypes.default.string,
|
|
154
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object, _propTypes.default.bool])), _propTypes.default.func, _propTypes.default.object]),
|
|
154
155
|
tickFontSize: _propTypes.default.number,
|
|
155
156
|
tickInterval: _propTypes.default.oneOfType([_propTypes.default.oneOf(['auto']), _propTypes.default.array, _propTypes.default.func]),
|
|
156
157
|
tickLabelInterval: _propTypes.default.oneOfType([_propTypes.default.oneOf(['auto']), _propTypes.default.func]),
|
|
@@ -211,6 +212,7 @@ process.env.NODE_ENV !== "production" ? ResponsiveChartContainerPro.propTypes =
|
|
|
211
212
|
slotProps: _propTypes.default.object,
|
|
212
213
|
slots: _propTypes.default.object,
|
|
213
214
|
stroke: _propTypes.default.string,
|
|
215
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object, _propTypes.default.bool])), _propTypes.default.func, _propTypes.default.object]),
|
|
214
216
|
tickFontSize: _propTypes.default.number,
|
|
215
217
|
tickInterval: _propTypes.default.oneOfType([_propTypes.default.oneOf(['auto']), _propTypes.default.array, _propTypes.default.func]),
|
|
216
218
|
tickLabelInterval: _propTypes.default.oneOfType([_propTypes.default.oneOf(['auto']), _propTypes.default.func]),
|
|
@@ -280,6 +280,7 @@ process.env.NODE_ENV !== "production" ? ScatterChartPro.propTypes = {
|
|
|
280
280
|
slotProps: _propTypes.default.object,
|
|
281
281
|
slots: _propTypes.default.object,
|
|
282
282
|
stroke: _propTypes.default.string,
|
|
283
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object, _propTypes.default.bool])), _propTypes.default.func, _propTypes.default.object]),
|
|
283
284
|
tickFontSize: _propTypes.default.number,
|
|
284
285
|
tickInterval: _propTypes.default.oneOfType([_propTypes.default.oneOf(['auto']), _propTypes.default.array, _propTypes.default.func]),
|
|
285
286
|
tickLabelInterval: _propTypes.default.oneOfType([_propTypes.default.oneOf(['auto']), _propTypes.default.func]),
|
|
@@ -340,6 +341,7 @@ process.env.NODE_ENV !== "production" ? ScatterChartPro.propTypes = {
|
|
|
340
341
|
slotProps: _propTypes.default.object,
|
|
341
342
|
slots: _propTypes.default.object,
|
|
342
343
|
stroke: _propTypes.default.string,
|
|
344
|
+
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object, _propTypes.default.bool])), _propTypes.default.func, _propTypes.default.object]),
|
|
343
345
|
tickFontSize: _propTypes.default.number,
|
|
344
346
|
tickInterval: _propTypes.default.oneOfType([_propTypes.default.oneOf(['auto']), _propTypes.default.array, _propTypes.default.func]),
|
|
345
347
|
tickLabelInterval: _propTypes.default.oneOfType([_propTypes.default.oneOf(['auto']), _propTypes.default.func]),
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
6
|
+
exports.CartesianProviderPro = CartesianProviderPro;
|
|
7
7
|
var React = _interopRequireWildcard(require("react"));
|
|
8
8
|
var _internals = require("@mui/x-charts/internals");
|
|
9
9
|
var _useZoom = require("../ZoomProvider/useZoom");
|
|
@@ -13,7 +13,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
|
|
|
13
13
|
const {
|
|
14
14
|
computeValue
|
|
15
15
|
} = _internals.cartesianProviderUtils;
|
|
16
|
-
function
|
|
16
|
+
function CartesianProviderPro(props) {
|
|
17
17
|
const {
|
|
18
18
|
xAxis,
|
|
19
19
|
yAxis,
|
package/node/index.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.getReleaseInfo = void 0;
|
|
7
7
|
var _utils = require("@mui/utils");
|
|
8
8
|
const getReleaseInfo = () => {
|
|
9
|
-
const releaseInfo = "
|
|
9
|
+
const releaseInfo = "MTcyMzc1NTYwMDAwMA==";
|
|
10
10
|
if (process.env.NODE_ENV !== 'production') {
|
|
11
11
|
// A simple hack to set the value in the test environment (has no build step).
|
|
12
12
|
// eslint-disable-next-line no-useless-concat
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-charts-pro",
|
|
3
|
-
"version": "7.0.0-alpha.
|
|
3
|
+
"version": "7.0.0-alpha.1",
|
|
4
4
|
"description": "The Pro plan edition of the Charts components (MUI X).",
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"main": "./node/index.js",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"@react-spring/web": "^9.7.4",
|
|
37
37
|
"clsx": "^2.1.1",
|
|
38
38
|
"prop-types": "^15.8.1",
|
|
39
|
-
"@mui/x-charts": "7.
|
|
40
|
-
"@mui/x-
|
|
41
|
-
"@mui/x-
|
|
39
|
+
"@mui/x-charts": "7.13.0",
|
|
40
|
+
"@mui/x-charts-vendor": "7.13.0",
|
|
41
|
+
"@mui/x-license": "7.13.0"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"@emotion/react": "^11.9.0",
|