| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
Add direct encoded-array overloads for Scatter, Bar, StackedBar, Column, StackedColumn, Heatmap, Histogram2D, and Scatter3D, reusing Plotly.NET.EncodedTypedArray.
Add ParallelCoord / ParallelCategories conveniences accepting label/encoded-value pairs. Existing SPLOM and Sankey wrappers also accept shared dimension/node/link objects containing encoded values.
Add a Sankey label/link convenience with NodeAlign for Left, Right, Center, or Justify alignment.
Document and test C# factory syntax for 1D arrays and shaped matrices. Additional direct encoded wrappers remain outside this release's selected C# scope; existing plain overloads are preserved.
Split the C# chart implementation and tests into per-chart files without changing the existing API.
bump version range of Plotly.NET to [6.0.0, 7.0.0)
Breaking: Plotly.NET.CSharp assemblies are no longer strong-named. See the Plotly.NET 6.0.0 release notes for context and migration options.
Dev tooling: target framework updated to net10.0; xunit 2.9.3, xunit.runner.visualstudio 3.1.5, coverlet.collector 8.0.1
completed C# bindings for the missing domain and smith charts:
The Chart construction API is now complete.
completed C# bindings for the missing ternary and carpet charts:
completed C# bindings for the missing map charts:
completed C# bindings for the missing polar charts:
completed C# bindings for the missing 3D charts:
completed C# bindings for 2D traces/charts:
added C# bindings for finance charts
Additionally, some GenericChart extensions have been added:
added C# bindings for statistical charts
Optional arguments are now wrapped in a custom Optional<T> type to allow usage of both reference and value types for optional arguments across the whole API.
Some GenericChart extension methods were also added:
C# bindings for basic charts and styling for usage in ML.NET notebooks:
Chart styling / Layouting
Chart generation
| Back | FazBrowse Home | New Git URL |