Skip to content

Commit

Permalink
[@mantine/chart] AreaChart: Fix gridColor and textColor props bei…
Browse files Browse the repository at this point in the history
…ng passed as attributes to the DOM node (#7378)
  • Loading branch information
yuki0410-dev authored Jan 18, 2025
1 parent e7b8901 commit d031504
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@mantine/charts/src/AreaChart/AreaChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ export const AreaChart = factory<AreaChartFactory>((_props, ref) => {
rightYAxisLabel,
rightYAxisProps,
withPointLabels,
gridColor,
textColor,
...others
} = props;

Expand Down

0 comments on commit d031504

Please sign in to comment.