Skip to content

Commit

Permalink
added missing axisRight which was accidentally deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Kåre Syversen authored and Lars Kåre Syversen committed Dec 29, 2023
1 parent c6576b6 commit 4923a79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/src/components/charts/nivo/LineChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const LineChart: React.FC<LineSvgProps & IsBigProps> = ({
}}
axisTop={null}
axisBottom={{ tickValues: mapTicks() }}
axisRight={null}
colors={chartColors}
curve="monotoneX"
enableArea={true}
Expand Down

0 comments on commit 4923a79

Please sign in to comment.