Skip to content

fslaborg/FSharp.Charting

Repository files navigation

FSharp.Charting Travis build status AppVeyor Build status

The FSharp.Charting library implements charting suitable for use from F# scripting.

See https://fslab.org/FSharp.Charting/ and other charting libraries for use with F#

Library license

The library is available under MIT. For more information see the License file in the GitHub repository.

Maintainer(s)

The default maintainer account for projects under "fslaborg" is @fsprojects - F# Community Project Incubation Space (repo management)

Releasing

Release packages using:

set APIKEY=...
..\fsharp\.nuget\NuGet.exe push -source https://nuget.org bin\*.nupkg %APIKEY%