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 b080b9b commit e97340cCopy full SHA for e97340c
src/Plotly.NET/Traces/TraceTernary.fs
@@ -65,7 +65,7 @@ type TraceTernaryStyle() =
65
[<Optional;DefaultParameterValue(null)>] ?Sum : #IConvertible
66
67
) =
68
- fun (trace: TraceTernary) ->
+ fun (trace: #Trace) ->
69
70
Name |> DynObj.setValueOpt trace "name"
71
Visible |> DynObj.setValueOptBy trace "visible" StyleParam.Visible.convert
0 commit comments