Skip to content

Commit

Permalink
Merge pull request #32 from nhirschey:sb
Browse files Browse the repository at this point in the history
fix chart?
  • Loading branch information
nhirschey authored Feb 20, 2024
2 parents fce018d + e1a3f96 commit 6f1c0e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/stocksandbonds.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,15 +186,18 @@ let stockByDecade =
decade, decadeReturn)

(** Plot of stock return by decade*)

(***do-not-eval***)
stockByDecade
|> Chart.Column

(***hide***)
#if FSX
stockByDecade
|> Chart.Column
|> Chart.show
|> GenericChart.toChartHTML
#endif // FSX
(***include-it-raw***)

(** Now the same thing for bonds.*)
let bondByDecade =
Expand Down

0 comments on commit 6f1c0e5

Please sign in to comment.