Skip to content

Commit

Permalink
MetricsComp: disable grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
lukarenko committed Dec 15, 2023
1 parent 47278d5 commit 25c97b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/visualizations/MetricsComparisonChart.fs
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,12 @@ let renderChartOptions state dispatch =
baseOptions.yAxis |> Array.map (fun ax -> {| ax with showFirstLabel = Some showFirstLabel |})
credits = chartCreditsNIJZMZHospitals

plotOptions = pojo
{| series = pojo
{| dataGrouping = "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.
// Right now are data points are objects in order to shove in extra data for tooltips
Expand Down

0 comments on commit 25c97b0

Please sign in to comment.