We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39ba891 commit f64fdd9Copy full SHA for f64fdd9
src/visualizations/PatientsChart.fs
@@ -312,7 +312,7 @@ let renderStructureChart (state : State) dispatch =
312
|}
313
plotOptions = pojo
314
{|
315
- column = {| stacking = "normal"; crisp = false; borderWidth = 0; pointPadding = 0; groupPadding = 0; turboThreshold = 0 |}
+ column = pojo {| stacking = "normal"; crisp = false; borderWidth = 0; pointPadding = 0; groupPadding = 0; turboThreshold = 0 |}
316
317
318
series = [| for series in Series.structure state.HTypeToDisplay
0 commit comments