Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[charts] Divide CartesianProvider to use logic in Pro package #13531

Merged
merged 16 commits into from
Jun 19, 2024
Merged
Prev Previous commit
Next Next commit
Dont error as MUI Y
  • Loading branch information
JCQuintas committed Jun 18, 2024
commit ca5319a9f493af8195472be8e2d6dd6b8bbb03dd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const normalizeAxis = <
}
if (dataset === undefined) {
throw Error(
`MUI ${axisName.toUpperCase()} Charts: ${axisName}-axis uses \`dataKey\` but no \`dataset\` is provided.`,
`MUI X Charts: ${axisName}-axis uses \`dataKey\` but no \`dataset\` is provided.`,
);
}
return {
Expand Down