Skip to content

Commit 9ef0fa9

Browse files
committed
fix ts
1 parent cb3497f commit 9ef0fa9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/x-charts-pro/src/FunnelChart/funnelAxisPlugin/useChartFunnelAxis.types.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ import {
99
} from '@mui/x-charts/internals';
1010

1111
export type UseChartFunnelAxisSignature = ChartPluginSignature<{
12-
params: Omit<UseChartCartesianAxisParameters, 'onAxisClick'> & {
12+
params: Omit<
13+
UseChartCartesianAxisParameters,
14+
'onAxisClick' | 'onAxisInteraction' | 'highlightedAxis'
15+
> & {
1316
/**
1417
* The gap, in pixels, between funnel sections.
1518
* @default 0

0 commit comments

Comments
 (0)