@@ -59,7 +59,7 @@ module SankeyExtension =
59
59
nodes : Node seq ,
60
60
links : Link seq ,
61
61
? nodePadding : float ,
62
- ? nodeThicknes : float ,
62
+ ? nodeThickness : float ,
63
63
? nodeColor : obj ,
64
64
? nodeLineColor : obj ,
65
65
? nodeLineWidth : float ,
@@ -166,7 +166,7 @@ module SankeyExtension =
166
166
DynObj.setValue n " label" ( nodes |> Seq.map ( fun x -> x.Label))
167
167
DynObj.setValueOpt n " groups" groups
168
168
DynObj.setValueOpt n " pad" nodePadding
169
- DynObj.setValueOpt n " thickness" nodeThicknes
169
+ DynObj.setValueOpt n " thickness" nodeThickness
170
170
DynObj.setValueOpt n " x" xRanks
171
171
DynObj.setValueOpt n " y" yRanks
172
172
DynObj.setValueOpt n " color" nodeClrs
@@ -186,7 +186,7 @@ module SankeyExtension =
186
186
nodes : Node seq ,
187
187
links : Link seq ,
188
188
[<Optional; DefaultParameterValue( null ) >] ? nodePadding : float ,
189
- [<Optional; DefaultParameterValue( null ) >] ? nodeThicknes : float ,
189
+ [<Optional; DefaultParameterValue( null ) >] ? nodeThickness : float ,
190
190
[<Optional; DefaultParameterValue( null ) >] ? nodeColor : obj ,
191
191
[<Optional; DefaultParameterValue( null ) >] ? nodeLineColor : obj ,
192
192
[<Optional; DefaultParameterValue( null ) >] ? nodeLineWidth : float ,
@@ -199,7 +199,7 @@ module SankeyExtension =
199
199
nodes,
200
200
links,
201
201
?nodePadding= nodePadding,
202
- ?nodeThicknes = nodeThicknes ,
202
+ ?nodeThickness = nodeThickness ,
203
203
?nodeColor= nodeColor,
204
204
?nodeLineColor= nodeLineColor,
205
205
?nodeLineWidth= nodeLineWidth,
@@ -234,4 +234,4 @@ module SankeyExtension =
234
234
235
235
236
236
237
-
237
+
0 commit comments