Skip to content

Commit f64fdd9

Browse files
authored
Missed pojo in the latest fix :/
1 parent 39ba891 commit f64fdd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/visualizations/PatientsChart.fs

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ let renderStructureChart (state : State) dispatch =
312312
|}
313313
plotOptions = pojo
314314
{|
315-
column = {| stacking = "normal"; crisp = false; borderWidth = 0; pointPadding = 0; groupPadding = 0; turboThreshold = 0 |}
315+
column = pojo {| stacking = "normal"; crisp = false; borderWidth = 0; pointPadding = 0; groupPadding = 0; turboThreshold = 0 |}
316316
|}
317317

318318
series = [| for series in Series.structure state.HTypeToDisplay

0 commit comments

Comments
 (0)