Skip to content
LucyMu edited this page Mar 1, 2019 · 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.

Plots can be grouped into a subplots. It's a convenient way to structure and manage a number of plots.

Clone this wiki locally