Skip to content

Commit 5986281

Browse files
committed
2 parents 7d472f5 + a17fb15 commit 5986281

File tree

2 files changed

+26
-7
lines changed

2 files changed

+26
-7
lines changed

src/FSharp.Plotly/Script.fsx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,22 @@ let newt = Scatter(opacity=0.7)
7878

7979
tryGetPropertyValue m1 "sie"
8080

81+
82+
83+
84+
85+
86+
87+
88+
89+
90+
91+
92+
93+
94+
95+
96+
97+
98+
99+

src/FSharp.Plotly/TraceObjects.fs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -694,9 +694,9 @@ type Pie() =
694694
let mutable _dy : float option = None
695695
let mutable _text : string option = None
696696
let mutable _orientation : _ option = None
697-
let mutable _marker : Marker option = None
698-
let mutable _r : _ option = None
699-
let mutable _t : _ option = None
697+
let mutable _marker : Marker option = None // not
698+
let mutable _r : _ option = None // not
699+
let mutable _t : _ option = None // t
700700
let mutable _z : _ option = None
701701
let mutable _histfunc : _ option = None
702702
let mutable _histnorm : _ option = None
@@ -706,15 +706,15 @@ type Pie() =
706706
let mutable _autobiny : bool option = None
707707
let mutable _nbinsy : int option = None
708708
let mutable _ybins : Ybins option = None
709-
let mutable _error_y : Error_y option = None
710-
let mutable _error_x : Error_x option = None
709+
let mutable _error_y : Error_y option = None // Error
710+
let mutable _error_x : Error_x option = None // Error
711711
let mutable _xaxis : string option = None
712712
let mutable _yaxis : string option = None
713713
let mutable _xsrc : string option = None
714714
let mutable _ysrc : string option = None
715715
let mutable _textsrc : string option = None
716-
let mutable _rsrc : string option = None
717-
let mutable _tsrc : string option = None
716+
let mutable _rsrc : string option = None // not
717+
let mutable _tsrc : string option = None // not
718718
let mutable _zsrc : string option = None
719719

720720
member __.``type``

0 commit comments

Comments
 (0)