Skip to content

Commit

Permalink
tick line removed
Browse files Browse the repository at this point in the history
  • Loading branch information
OchiengPaul442 committed Oct 26, 2024
1 parent 39fa56b commit 193a3c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ const MoreInsightsChart = React.memo(
{/* X-Axis */}
<XAxis
dataKey="time"
tickLine
tickLine={false}
tick={({ x, y, payload, fill, index }) => (
<CustomizedAxisTick
x={x}
Expand Down

0 comments on commit 193a3c8

Please sign in to comment.