@mui/x-charts
Version:
The community edition of the Charts components (MUI X).
10 lines • 310 B
JavaScript
import { computeValue } from './computeValue';
import { normalizeAxis } from './normalizeAxis';
export * from './CartesianProvider';
export * from './CartesianContext';
export * from './useCartesianContext';
const cartesianProviderUtils = {
computeValue,
normalizeAxis
};
export { cartesianProviderUtils };