Kevin Schneider
Kevin Schneider
This issue is for tracking the progress of the native C# bindings for the Chart API of Plotly.NET. The aim is to provide 1 binding per chart first, meaning overloads...
The core API tests for html generation can be mirrored 1:1 (the generated html should be equal). This adds lots of tests for the C# API relatively cheap.
This is a specific interop problem between the F# core API and the native C# layer. In short, I'd like to ask for feedback on which type of API surface...
### Description currently, it is only possible to remove the default rangeslider like this: ```fsharp open Plotly.NET open Plotly.NET.LayoutObjects open System Chart.OHLC( ``open`` = [1.2; 2.7], high = [1.8; 8.5],...
Currently, plotting mapbox traces without explicitly setting a mapbox object leads to empty charts, as no default layer exists. This should be solved by either setting a default layer (e.g....
This issue acts as a roadmap aggregating the features exclusively for the next version of this library. Development of Plotly.NET 3.0 will be conducted on the `v3` branch The following...
Plotly.NET.ImageExport has all the problems of #285 , with the additional problem of incompatibilities of `Async` between the languages. However, instead of an additional package, a new namespace in that...
This issue acts as a roadmap aggregating the features exclusively for the next version of this library. Further development of Plotly.NET 3.x will be conducted on the `dev` branch, which...
## Plotly.NET CSharp layer ### Update 30/05/22: C# high-level Chart API layer design notes The C# API layer for Plotly.NET aims to remove the friction created by language specific issues...