Skip to content

Commit d4e844d

Browse files
Test bar batch rendering
1 parent 890701c commit d4e844d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/x-charts/src/BarChart/useBarChartProps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ export const useBarChartProps = (props: BarChartProps) => {
148148
slots,
149149
slotProps,
150150
borderRadius,
151-
renderer,
152151
barLabel,
152+
renderer: 'svg-batch',
153153
};
154154

155155
const gridProps: ChartsGridProps = {

0 commit comments

Comments
 (0)