Skip to content

Commit

Permalink
fix chart?
Browse files Browse the repository at this point in the history
  • Loading branch information
nhirschey committed Feb 20, 2024
1 parent e8fb711 commit e1a3f96
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 e1a3f96

Please sign in to comment.