A powerful HTML5 charting library for creating rich interactive charts. Free for non-commercial use.
Nuget
PM> Install-Package FsPlot
Bootstrapping Script
The package comes with a bootstrapping script that references the necessary components and sets the directory containing Chrome's driver. If you're using NuGet then load the FsPlotBootstrap.fsx script. If you're managing packages with Paket then load the FsPlotBootstrap-paket.fsx script.
Sharing Charts
You have two options for sharing the charts you create:
Upload the chart's HTML source online ;
Export a PNG screenshot of the chart as shown in the example below.
Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters