Skip to content

Commit e97340c

Browse files
committed
relax type annotation for ScatterTernary trace style
1 parent b080b9b commit e97340c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plotly.NET/Traces/TraceTernary.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ type TraceTernaryStyle() =
6565
[<Optional;DefaultParameterValue(null)>] ?Sum : #IConvertible
6666

6767
) =
68-
fun (trace: TraceTernary) ->
68+
fun (trace: #Trace) ->
6969

7070
Name |> DynObj.setValueOpt trace "name"
7171
Visible |> DynObj.setValueOptBy trace "visible" StyleParam.Visible.convert

0 commit comments

Comments
 (0)