Skip to content

Commit

Permalink
Merge branch 'master' into min-first-column
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rajat19 committed Sep 17, 2024
2 parents 1584ee3 + c93f76b commit a689a8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/x-charts/src/ChartsTooltip/useAxisTooltip.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client';
import * as React from 'react';
import { AxisInteractionData, InteractionContext } from '../context/InteractionProvider';
import { useSeries } from '../hooks/useSeries';
Expand Down
1 change: 1 addition & 0 deletions packages/x-charts/src/ChartsTooltip/useItemTooltip.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client';
import * as React from 'react';
import { InteractionContext, ItemInteractionData } from '../context/InteractionProvider';
import { useSeries } from '../hooks/useSeries';
Expand Down

0 comments on commit a689a8b

Please sign in to comment.