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 91ec800 commit 7c2e311Copy full SHA for 7c2e311
src/FSharp.Plotly/Trace.fs
@@ -86,7 +86,7 @@ module Trace =
86
(fun (trace:('T :> Trace)) ->
87
Name |> DynObj.setValueOpt trace "name"
88
Visible |> DynObj.setValueOptBy trace "name" StyleParam.Visible.toString
89
- Showlegend |> DynObj.setValueOpt trace "showlegendName"
+ Showlegend |> DynObj.setValueOpt trace "showlegend"
90
Legendgroup |> DynObj.setValueOpt trace "legendgroup"
91
Opacity |> DynObj.setValueOpt trace "opacity"
92
Uid |> DynObj.setValueOpt trace "uid"
0 commit comments