Skip to content

Commit 5466e56

Browse files
committed
forgotten chart
1 parent 2507f42 commit 5466e56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/x-charts/src/BarChart/BarChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ const BarChart = React.forwardRef(function BarChart(
134134
<ChartsAxisHighlight {...axisHighlightProps} />
135135
</g>
136136
<ChartsAxis {...chartsAxisProps} />
137-
{!props.loading && <Tooltip {...props.slotProps?.tooltip} />}
138137
<ChartsClipPath {...clipPathProps} />
139138
{children}
140139
</ChartsSurface>
140+
{!props.loading && <Tooltip {...props.slotProps?.tooltip} />}
141141
</ChartsWrapper>
142142
</ChartDataProvider>
143143
);

0 commit comments

Comments
 (0)