Skip to content

Commit

Permalink
[@mantine/charts] Fix incorrect charts legends height for multiline v…
Browse files Browse the repository at this point in the history
…alues (#5923)
  • Loading branch information
Kenzo-Wada committed Mar 26, 2024
1 parent 081a47a commit 39d0460
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/@mantine/charts/src/AreaChart/AreaChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ export const AreaChart = factory<AreaChartFactory>((_props, ref) => {
series={series}
/>
)}
height={44}
{...legendProps}
/>
)}
Expand Down
1 change: 0 additions & 1 deletion packages/@mantine/charts/src/BarChart/BarChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ export const BarChart = factory<BarChartFactory>((_props, ref) => {
series={series}
/>
)}
height={44}
{...legendProps}
/>
)}
Expand Down
1 change: 0 additions & 1 deletion packages/@mantine/charts/src/LineChart/LineChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ export const LineChart = factory<LineChartFactory>((_props, ref) => {
series={series}
/>
)}
height={44}
{...legendProps}
/>
)}
Expand Down

0 comments on commit 39d0460

Please sign in to comment.