You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/index.fsx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
(*** hide ***)
2
2
// This block of code is omitted in the generated HTML documentation. Use
3
3
// it to define helpers that you do not want to show in the documentation.
4
-
#I"../../bin"
4
+
#r"../../bin/Newtonsoft.Json.dll"
5
5
6
6
(**
7
7
FSharp.Plotly
@@ -12,7 +12,7 @@ The library FSharp.Plotly implements charting suitable for use from F# scripting
12
12
FSharp.Plotly is powered by popular JavaScript charting library [Plotly](https://plot.ly/). The library provides a complete mapping for the configuration options of the underlying library but empowers you to use the comfortable style known from the beautiful library [F# Charting](http://fslab.org/FSharp.Charting/). So you get a nice F# interface support with the full power of Plotly.
0 commit comments