Skip to content

Commit

Permalink
build fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
lukarenko committed Dec 15, 2023
1 parent 25c97b0 commit 4377ca1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/visualizations/MetricsComparisonChart.fs
Original file line number Diff line number Diff line change
Expand Up @@ -333,10 +333,7 @@ let renderChartOptions state dispatch =
credits = chartCreditsNIJZMZHospitals

plotOptions = pojo
{| series = pojo
{| dataGrouping = "false" |}
turboThreshold = 0
|}
{| series = pojo {| dataGrouping = pojo {| enabled = false |}; turboThreshold = 0 |} |}

// As number of data points grow over time, HighCharts will kick into boost mode.
// For boost mode to work correctly, data points must be [x, y] pairs.
Expand Down

0 comments on commit 4377ca1

Please sign in to comment.