-
Notifications
You must be signed in to change notification settings - Fork 99
Closed
Description
Features that are needed for 2.0 to be considered feature complete are tracked here. Feel free to add suggestions/issues.
- Improve usablity from C#:
Improve usability from C# #52, Use static type annotations for Chart and Tracestyle methods and extensions #71 (we have to admit defeat and introduce a pure C# layer in 2.x +. F# constructs from C# are just awkward sometimes.) - Full Trace coverage (meaning full chart coverage): Trace Diff log to plotly.js #42
- Coverage for most if not all Layout Objects/Properties: Layout Diff log to plotly.js #44
- Improved markdown documentation for all Chart functions: Increase verbosity of Markdown comments for hoverinfo of Chart functions #40
- Unit tests for the core functionality: Add Unit tests for the core library #51
- Improve dotnet interactive integration See PR by @WalternativE
- Add example dotnet interactive notebooks for docs
- Add chart theme support: Add Axis style templates #14
- Add functionality to render charts as images: Add possibility to save charts as images programmatically #21
- Use a dedicated color library
- Move the project to .NET Core only (ditch the WPF project) (done: 40878d3)
- Adapt the Chart type for better consumption across the plotly ecosystem (Dash, Kaleido, Plotly.js itself, etc.): Adapt Chart visualization for Dash/Kaleido #49
- Unify casing in ChartAPIs Unify casing in Chart APIs #105
jackparmer, cartermp, pver, MikaelUmaN, drhumlen and 3 more