Plotly.NET.Interactive 2.0.0-preview.8

This is a prerelease version of Plotly.NET.Interactive.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Plotly.NET.Interactive --version 2.0.0-preview.8
NuGet\Install-Package Plotly.NET.Interactive -Version 2.0.0-preview.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Plotly.NET.Interactive" Version="2.0.0-preview.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Plotly.NET.Interactive --version 2.0.0-preview.8
#r "nuget: Plotly.NET.Interactive, 2.0.0-preview.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Plotly.NET.Interactive as a Cake Addin
#addin nuget:?package=Plotly.NET.Interactive&version=2.0.0-preview.8&prerelease

// Install Plotly.NET.Interactive as a Cake Tool
#tool nuget:?package=Plotly.NET.Interactive&version=2.0.0-preview.8&prerelease

A .NET Interactive Kernel Extension for displaying Plotly.NET charts.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Plotly.NET.Interactive:

Package Downloads
QuantConnect.Research The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

QuantConnect LEAN Engine: Research Project - Core implementation for jupyter research environment

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Plotly.NET.Interactive:

Repository Stars
QuantConnect/Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
Version Downloads Last updated
4.2.1 3,719 7/25/2023
4.2.0 788 7/14/2023
4.1.0 19,564 3/21/2023
4.0.0 979 2/24/2023
4.0.0-preview.1 106 2/15/2023
3.0.2 39,080 7/4/2022
3.0.1 316 6/15/2022
3.0.0 664 6/15/2022
2.0.0 1,103 4/28/2022
2.0.0-preview.18 512 3/4/2022
2.0.0-preview.17 684 2/8/2022
2.0.0-preview.16 655 11/27/2021
2.0.0-preview.15 305 11/16/2021
2.0.0-preview.14 169 11/12/2021
2.0.0-preview.13 154 11/12/2021
2.0.0-preview.12 394 11/8/2021
2.0.0-preview.11 208 11/4/2021
2.0.0-preview.10 340 10/11/2021
2.0.0-preview.9 325 9/30/2021
2.0.0-preview.8 771 9/16/2021
2.0.0-preview.7 313 8/26/2021
2.0.0-preview.6 877 7/12/2021
2.0.0-preview.5 205 7/7/2021
2.0.0-preview.4 253 6/22/2021
2.0.0-preview.3 282 6/16/2021
2.0.0-preview.2 212 6/3/2021
2.0.0-preview.1 278 5/31/2021
2.0.0-beta9 337 5/3/2021
2.0.0-beta8 344 3/28/2021
2.0.0-beta7 226 3/20/2021
2.0.0-beta6 286 2/15/2021
2.0.0-beta5 362 1/22/2021
2.0.0-beta4 215 1/22/2021
2.0.0-beta10 167 5/27/2021
2.0.0-beta.10 173 5/31/2021
2.0.0-alpha5 311 12/11/2020
2.0.0-alpha4 242 12/10/2020

Fsharp.Plotly joined the Plotly family and will from now on be released under `Plotly.NET`**
Breaking changes compared to 1.x.x / previous 2.0.0 alpha/beta/preview versions:**
[**Breaking:** Fix keys values order for bar charts](https://github.com/plotly/Plotly.NET/commit/ccb6af7df8bc071f2a0baf020805fc25d2df70b4)
[**Breaking: fix color assignment of pie and doughnut charts**](https://github.com/plotly/Plotly.NET/commit/2bbb35ad5d44c6de1bf79b23b7b0a64effa8bdf9)
Breaking:** Chart methods now have static type annotations, which may lead to incompatibilities in some cases
Breaking:** Rename ChartDescription type: `Plotly.NET.ChartDescription.Description` -> `Plotly.NET.ChartDescription`
[**Possibly breaking:** target netstandad 2.0](https://github.com/plotly/Plotly.NET/commit/0fd6d42d755c060f42cf48465cbcfd02e0a07088)
[**Possibly breaking:** target net5.0 as well](https://github.com/plotly/Plotly.NET/commit/4f0633f0481df91cb2e310da61175d7ddb26ee11)
Breaking:** Many functions of the Chart API have been changed to be in lower camelCase (e.g `Chart.Show` -> `Chart.show`, `Chart.withX_Axis` -> `Chart.withXAxis`, etc.) see full set of changes in that category [here](https://github.com/plotly/Plotly.NET/pull/114), thanks [@WhiteBlackGoose](https://github.com/WhiteBlackGoose)
Breaking**: Many Parameters of `init` and `style` functions have been changed to PascalCase, this is ongoing and will be breaking eregularily until unified.
SubPlotIds are now unified under the `StyleParam.SubPlotId` type which is used to assign subplots anchors (e.g. scenes for 3d charts, polar for polar charts) This change will be reflectes in trace type modeling in a later release.
Major Additions:**
[Add kernel formatting extension for dotnet interactive notebooks](https://github.com/plotly/Plotly.NET/commit/fa990371dd68ec1f5784288ccd9e2d28d761ac93) (thanks [@WalternativeE](https://github.com/WalternativE))
[Greatly improve C# interop](https://github.com/plotly/Plotly.NET/commit/c1ed1be0234a4fcfab921acb43f1c0cf128cc233)
[Add the Plotly.NET.ImageExport project](https://github.com/plotly/Plotly.NET/pull/94) - Render Plotly.NET charts as static images
New Charts:**
Refactor Chart.Stack into:
Chart.Grid: Uses the grid object of plotly.js to generate various types of subplot grids
Chart.SingleStack: Basically Chart.Grid with one Column
[Add Sunburst Chart](https://github.com/plotly/Plotly.NET/commit/3c6cd67219c6cd81f294f0453c62fd8b70c1e689)
[Add Treemap Chart](https://github.com/plotly/Plotly.NET/commit/70b86d0cf2e3c446d7d1c501871999a88222b5bf)
[Add OHLC Chart](https://github.com/plotly/Plotly.NET/commit/0d787cf070ea10892dfd77d42ef6a162f360408d)
[Add option to render all charts derived from the scatter trace type via WebGL as scattergl trace](https://github.com/plotly/Plotly.NET/commit/75c7a32bb5a72f68cbbea9fd3872e77c30a180ec)
[Add Waterfall Chart](https://github.com/plotly/Plotly.NET/commit/4d93598aa03a965abc75007aea2885ff4d282059)
[Add ScatterGeo, PointGeo, LineGeo Charts](https://github.com/plotly/Plotly.NET/commit/4865c5ac0356bfb2465422a2352e18c4fce018c3)
[Add HeatmapGL](https://github.com/plotly/Plotly.NET/commit/b39f4705b86653aebf8ccb0fadf5d12b89150848), thanks [@Joott](https://github.com/Joott)]
[Add Funnel Chart](https://github.com/plotly/Plotly.NET/commit/aae24a780e88d74786f25854559ff44c7350d035), thanks [@Joott](https://github.com/Joott)]
[Add FunnelArea Chart](https://github.com/plotly/Plotly.NET/commit/126f5513afcc259ba2945ffe32aaeb987a1ded71), thanks [@Joott](https://github.com/Joott)
[Add all Mapbox Charts](https://github.com/plotly/Plotly.NET/pull/93):
ScatterMapbox (and derived PointMapbox and LineMapbox)
ChoroplethMapbox
DensityMapbox
[Add all Polar Charts and related layout properties](https://github.com/plotly/Plotly.NET/pull/113) :
ScatterPolar (and derived PointPolar, LinePolar, SplinePolar, BubblePolar)
BarPolar
Polar object
Angula and RadialAxis
[Add missing 3D charts and related layout options](https://github.com/plotly/Plotly.NET/pull/125)
Scatter3d derived Point3d, Line3d, Bubble3d
Cone
StreamTube
Volume
IsoSurface
Full Scene support
Minor Additions/fixes:**
[Add Rangesliders for linear Axis](https://github.com/plotly/Plotly.NET/commit/544641492195b1938697721b72814e0187a6c979)
[Improve jupyter notebook integration](https://github.com/plotly/Plotly.NET/commit/e9560656bbc8dbf767c9eb6ca35f321c98195238)
[Updated Violin Chart](https://github.com/plotly/Plotly.NET/commit/4d3afc527b11cd2f5a18c1d9876ad4e3f83beb02)
[Add Chart.withColorBar and Chart.withColorBarStyle to change the appearance of colorbars](https://github.com/plotly/Plotly.NET/commit/d73145acf388df727a7cb1876885d758b463bd7f)
[Add Stackgroup related parameters to all charts derived from the scatter trace](https://github.com/plotly/Plotly.NET/commit/75c7a32bb5a72f68cbbea9fd3872e77c30a180ec)
[Add new `Figure` type to interop with Dash/Kaleido](https://github.com/plotly/Plotly.NET/commit/918adc20843d8ca1194e4511add09ba3cab5415f)
[Add chart templates and related functions](https://github.com/plotly/Plotly.NET/commit/62f297649320783ea0e64725ff4703bb225268d0)
[Fix multiple chart htmls not correctly rendering on the same page](https://github.com/plotly/Plotly.NET/commit/ae6680049b02abd259c8989d1abd55e4665445c8)
[Add fslab chart template](https://github.com/plotly/Plotly.NET/commit/efde9d82e14319b8c06081aae5568c2eae76ae6b)
[Add Legend creation properties and related functions](https://github.com/plotly/Plotly.NET/commit/a96af40901c627817ebd75b517b872f4cc6a941d)
[Add Chart.withWithAdditionalHeadTags, Chart.withHeadTags, Chart.WithMathTex extensions for manipulating display options](https://github.com/plotly/Plotly.NET/commit/6ae1212d18a5282f631723342a685ed3b4280315)
[Fix Annotation type annotations]((https://github.com/plotly/Plotly.NET/commit/a920492ac03e333c52766928a3771357ca9f669b)) ([#78](https://github.com/plotly/Plotly.NET/issues/78))
[Add name option with defaults for the upper and lower bound traces in range charts](https://github.com/plotly/Plotly.NET/commit/3cbb5f116b8b3b0467e8a88707858252780a39f0)
[Add functionality and docs for using GeoJSON with geo charts](https://github.com/plotly/Plotly.NET/commit/a68db7de0109e6714aeb044b806be2796f2bd400) [#86](https://github.com/plotly/Plotly.NET/issues/86)
[Add functionality to customize Lower and upper labels of range charts](https://github.com/plotly/Plotly.NET/commit/86357cf05e9cfe2f264369255dcf90e31861275a) [#83](https://github.com/plotly/Plotly.NET/issues/86)
[Allow custom font family](https://github.com/plotly/Plotly.NET/commit/b99e34c1890989d8b07dbc6b388618572372617e), thanks [@pirrmann](https://github.com/pirrmann)]
Other notable changes**
These changes do not necessarily reflect changes on the usage layer, but should be attributed/noted nonetheless:
149 tests for html output generation have been added by [@WhiteBlackGoose](https://github.com/WhiteBlackGoose) via [#104](https://github.com/plotly/Plotly.NET/issues/104), thanks!