Kevin Schneider

Results 109 issues of 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...

help wanted
Status: In Progress
Type: Enhancement
Area: CSharp

Area: MissingAbstraction
Area: Core API

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.

Area: CSharp
Area: Meta

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...

help wanted
Area: CSharp

### 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],...

Area: MissingAbstraction
Area: Core API

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....

Area: Core API

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...

Type: Enhancement
Area: Meta

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...

Type: Enhancement
Area: CSharp

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...

Type: Enhancement
Type: Maintenance
Area: Meta

## 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...

help wanted
Type: Enhancement
Area: CSharp