Skip to content

Commit 63210a1

Browse files
committed
#263: fix fillcolor parameter casing
1 parent 9ee4c95 commit 63210a1

File tree

1 file changed

+1
-1
lines changed
  • src/Plotly.NET/Traces/ObjectAbstractions

1 file changed

+1
-1
lines changed

src/Plotly.NET/Traces/ObjectAbstractions/Box.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type Box() =
4848

4949
Visible |> DynObj.setValueOpt box "visible"
5050
Width |> DynObj.setValueOpt box "width"
51-
FillColor |> DynObj.setValueOpt box "fillColor"
51+
FillColor |> DynObj.setValueOpt box "fillcolor"
5252
line |> DynObj.setValueOpt box "line"
5353

5454
// out ->

0 commit comments

Comments
 (0)