FSharp.Plotly.WPF
1.2.0
dotnet add package FSharp.Plotly.WPF --version 1.2.0
NuGet\Install-Package FSharp.Plotly.WPF -Version 1.2.0
<PackageReference Include="FSharp.Plotly.WPF" Version="1.2.0" />
paket add FSharp.Plotly.WPF --version 1.2.0
#r "nuget: FSharp.Plotly.WPF, 1.2.0"
// Install FSharp.Plotly.WPF as a Cake Addin #addin nuget:?package=FSharp.Plotly.WPF&version=1.2.0 // Install FSharp.Plotly.WPF as a Cake Tool #tool nuget:?package=FSharp.Plotly.WPF&version=1.2.0
A F# interactive charting library using plotly.js for WPF
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 is compatible. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- FSharp.Core (>= 0.0.0)
- FSharp.Plotly (>= 1.2.0)
- Newtonsoft.Json (>= 0.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.0 | 680 | 2/17/2020 |
Additional functionality:
[Various marker style options](https://github.com/muehlhaus/FSharp.Plotly/commit/11a80f94d9fb9f94a4504073955e009746e9fd0d)
[Config support](https://github.com/muehlhaus/FSharp.Plotly/commit/70998edd586553b40a8b95de56d86639902a5420)
[Chart.Stack works now with both 2D and 3D Charts](https://github.com/muehlhaus/FSharp.Plotly/commit/db7ce675a73f37598590f24ac99c246fce78759e)
Additional plots:
[Parallel Categories](https://github.com/muehlhaus/FSharp.Plotly/commit/adaf9e361d9fe8ac3b51a8832ffbb024cd3d78dc)
[Stacked Area](https://github.com/muehlhaus/FSharp.Plotly/commit/612666883ac07f21350d3da3d6749387a9cb1f4d)
[Tables](https://github.com/muehlhaus/FSharp.Plotly/commit/6bfc9e34072c486546ad3fbf118f027e57c6114c)
Additional functionality and plots thanks to external open source contributors:
You can now [add descriptional text to the chart html](https://github.com/muehlhaus/FSharp.Plotly/commit/bd99364d1fcfe894c772ad2fe9c59b31a37dc547) (thanks @kkkmail)
[Sankey and Candlestick Charts are now available](https://github.com/muehlhaus/FSharp.Plotly/commit/f1e873d7e2c2cc5a60c2365058880419668d1804) (thanks @fwaris)