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 12dc1c6 commit e473dd9Copy full SHA for e473dd9
src/Plotly.NET/CommonAbstractions/Title.fs
@@ -32,7 +32,7 @@ type Title() =
32
Text |> DynObj.setValueOpt title "text"
33
Font |> DynObj.setValueOpt title "font"
34
Standoff |> DynObj.setValueOpt title "standoff"
35
- Side |> DynObj.setValueOpt title "side"
+ Side |> DynObj.setValueOptBy title"side" StyleParam.Side.convert
36
X |> DynObj.setValueOpt title "x"
37
Y |> DynObj.setValueOpt title "y"
38
0 commit comments