Skip to content

Commit 7c2e311

Browse files
committed
Fixed showlegend attribute
1 parent 91ec800 commit 7c2e311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FSharp.Plotly/Trace.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ module Trace =
8686
(fun (trace:('T :> Trace)) ->
8787
Name |> DynObj.setValueOpt trace "name"
8888
Visible |> DynObj.setValueOptBy trace "name" StyleParam.Visible.toString
89-
Showlegend |> DynObj.setValueOpt trace "showlegendName"
89+
Showlegend |> DynObj.setValueOpt trace "showlegend"
9090
Legendgroup |> DynObj.setValueOpt trace "legendgroup"
9191
Opacity |> DynObj.setValueOpt trace "opacity"
9292
Uid |> DynObj.setValueOpt trace "uid"

0 commit comments

Comments
 (0)