Skip to content

Commit

Permalink
Disable dailyComparison chart (#1330)
Browse files Browse the repository at this point in the history
Attempting to fix #1329
  • Loading branch information
stefanb authored Aug 21, 2024
1 parent 201f912 commit 933645c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/visualizations/App.fs
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ let render (state: State) (_: Msg -> unit) =

let localVisualizations =
[ metricsComparison;
dailyComparison;
// dailyComparison;
patientsAge;
sewage;
spread;
Expand Down

0 comments on commit 933645c

Please sign in to comment.