Skip to content

Commit

Permalink
Revert "temporary fix for charts not showing"
Browse files Browse the repository at this point in the history
This reverts commit 4df456c.
  • Loading branch information
Andraz Vrhovec committed Aug 16, 2023
1 parent 7e212cf commit 7671af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/visualizations/DailyComparisonChart.fs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ let update (msg: Msg) (state: State): State * Cmd<Msg> =

let renderChartOptions (state: State) dispatch =

let weeksShown = 4
let weeksShown = 6

let percentageFormatter value =
let valueF = float value / 100.0
Expand Down

0 comments on commit 7671af1

Please sign in to comment.