Skip to content
Dmitry A. Grechka edited this page Dec 25, 2018 · 8 revisions

Installation

You can install the library by adding NuGet package into your .NET project.

Usage

You can create several plots (e.g. polyline, markers, bars, histogram, heatmap) conveniently in F# and combine them into a chart.

Then you can transform this chart into HTML and embed it into your HTML page.

Clone this wiki locally