Skip to content

Commit e11b740

Browse files
committed
fix funnel docs
1 parent bc143c6 commit e11b740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/07_1_funnel.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ let line = Line.init(Width=2.,Color=Color.fromHex "3E4E88")
5353

5454
// create a funnel chart using custom connectors and outlines
5555
let funnel =
56-
Chart.Funnel (x,y,Color=Color.fromHex "59D4E8", Line=line, Connector=connector)
56+
Chart.Funnel (x,y,MarkerColor=Color.fromHex "59D4E8", MarkerOutline=line, Connector=connector)
5757
|> Chart.withMarginSize(Left=100)
5858

5959
(*** condition: ipynb ***)

0 commit comments

Comments
 (0)