Skip to content

Commit

Permalink
Toggle p-levels on chart with FORECAST
Browse files Browse the repository at this point in the history
  • Loading branch information
braddf committed Aug 6, 2024
1 parent 7801d03 commit ba1c550
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/nowcasting-app/components/charts/remix-line.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ const RemixLine: React.FC<RemixLineProps> = ({
fill={yellow}
fillOpacity={0.4}
strokeWidth={0}
hide={!visibleLines.includes("FORECAST")}
/>

<Line
Expand Down

0 comments on commit ba1c550

Please sign in to comment.