Feliz.Plotly.V2
2.28.0
See the version list below for details.
dotnet add package Feliz.Plotly.V2 --version 2.28.0
NuGet\Install-Package Feliz.Plotly.V2 -Version 2.28.0
<PackageReference Include="Feliz.Plotly.V2" Version="2.28.0" />
paket add Feliz.Plotly.V2 --version 2.28.0
#r "nuget: Feliz.Plotly.V2, 2.28.0"
// Install Feliz.Plotly.V2 as a Cake Addin #addin nuget:?package=Feliz.Plotly.V2&version=2.28.0 // Install Feliz.Plotly.V2 as a Cake Tool #tool nuget:?package=Feliz.Plotly.V2&version=2.28.0
Feliz.Plotly
Fable bindings for plotly.js and react-plotly.js with Feliz style api for use within React applications. This repo continues Shmew's excellent work, forked from here.
Lets you build visualizations in an easy, discoverable, and safe fashion.
See the full documentation with live examples here.
A quick look:
open Feliz
open Feliz.Plotly
Plotly.plot [
plot.traces [
traces.scatter [
scatter.x [ 1; 2; 3; 4 ]
scatter.y [ 10; 15; 13; 17 ]
scatter.mode.markers
]
traces.scatter [
scatter.x [ 2; 3; 4; 5 ]
scatter.y [ 16; 5; 11; 9 ]
scatter.mode.lines
]
traces.scatter [
scatter.x [ 1; 2; 3; 4 ]
scatter.y [ 12; 9; 15; 12 ]
scatter.mode [
scatter.mode.lines
scatter.mode.markers
]
]
]
]
Architecture / Code Layout
This repo has three main projects:
Feliz.Generator.Plotly
- Used to generate theFeliz.Plotly
project.Feliz.Plotly
- The generated project resulting from running the generatorApp
- This is the application used to display documentation forFeliz.Plotly
.
Development / Contributing
This repository makes extensive use of vscode
's development containers feature. You can use this with Github codespaces to boot up a development environment in your browser.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Fable.Browser.Dom (>= 2.16.0 && < 3.0.0)
- Fable.Core (>= 4.3.0 && < 5.0.0)
- Feliz (>= 2.7.0 && < 3.0.0)
- FSharp.Core (>= 8.0.200 && < 9.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.