Skip to content

Commit e473dd9

Browse files
committed
fix title side conversion
#266
1 parent 12dc1c6 commit e473dd9

File tree

1 file changed

+1
-1
lines changed
  • src/Plotly.NET/CommonAbstractions

1 file changed

+1
-1
lines changed

src/Plotly.NET/CommonAbstractions/Title.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type Title() =
3232
Text |> DynObj.setValueOpt title "text"
3333
Font |> DynObj.setValueOpt title "font"
3434
Standoff |> DynObj.setValueOpt title "standoff"
35-
Side |> DynObj.setValueOpt title "side"
35+
Side |> DynObj.setValueOptBy title"side" StyleParam.Side.convert
3636
X |> DynObj.setValueOpt title "x"
3737
Y |> DynObj.setValueOpt title "y"
3838

0 commit comments

Comments
 (0)