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
Update packages/x-charts/src/context/CartesianProvider/CartesianConte…
…xt.ts

Co-authored-by: Alexandre Fauquette <[email protected]>
Signed-off-by: Jose C Quintas Jr <[email protected]>
  • Loading branch information
JCQuintas and alexfauquette committed Jun 18, 2024
commit 2c750e2a4ef03635da31d3eb23a1dd99f961a41d
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
} from '../../models/axis';

export type DefaultizedAxisConfig<AxisProps> = {
[axisKey: string]: AxisDefaultized<ScaleName, any, AxisProps>;
[axisKey: AxisId]: AxisDefaultized<ScaleName, any, AxisProps>;
};

export type CartesianContextState = {
Expand Down