We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee4c95 commit 63210a1Copy full SHA for 63210a1
src/Plotly.NET/Traces/ObjectAbstractions/Box.fs
@@ -48,7 +48,7 @@ type Box() =
48
49
Visible |> DynObj.setValueOpt box "visible"
50
Width |> DynObj.setValueOpt box "width"
51
- FillColor |> DynObj.setValueOpt box "fillColor"
+ FillColor |> DynObj.setValueOpt box "fillcolor"
52
line |> DynObj.setValueOpt box "line"
53
54
// out ->
0 commit comments