Skip to content

Commit

Permalink
Add Brushing to Networth Graph
Browse files Browse the repository at this point in the history
  • Loading branch information
Crazypkr1099 committed Oct 12, 2023
1 parent ac0658e commit 46c72c2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
YAxis,
Tooltip,
ResponsiveContainer,
Brush,
} from 'recharts';

import { theme } from '../../../style';
Expand Down Expand Up @@ -170,6 +171,7 @@ function NetWorthGraph({
fill="url(#splitColor)"
fillOpacity={1}
/>
<Brush />
</AreaChart>
</div>
</ResponsiveContainer>
Expand Down

0 comments on commit 46c72c2

Please sign in to comment.