We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17fd1ae commit 0d612f9Copy full SHA for 0d612f9
src/Plotly.NET/Layout/ObjectAbstractions/Common/Legend.fs
@@ -143,7 +143,7 @@ type Legend() =
143
UIRevision |> DynObj.setValueOpt legend "uirevision"
144
VerticalAlign |> DynObj.setValueOptBy legend "valign" StyleParam.VerticalAlign.convert
145
X |> DynObj.setValueOpt legend "x"
146
- XAnchor |> DynObj.setValueOptBy legend "yanchor" StyleParam.XAnchorPosition.convert
+ XAnchor |> DynObj.setValueOptBy legend "xanchor" StyleParam.XAnchorPosition.convert
147
Y |> DynObj.setValueOpt legend "y"
148
YAnchor |> DynObj.setValueOptBy legend "yanchor" StyleParam.YAnchorPosition.convert
149
0 commit comments