- bump version range of Plotly.NET to [5.0.0, 6.0.0)
- Reflect relevant API changes in Plotly.NET 5.0.0 (e.g. in Chart.Grid)
- bump version range of Plotly.NET to [4.1.0, 5.0.0)
- BREAKING: Fix a typo in
WithMapbox
andWithMapboxStyle
method names, thanks hdavid333!
- Add WithLegend and WithLegendStyle extension methods to GenericChart
- Update package to work with Plotly.NET 4.0
- use strict dependency range to prevent major version increases from Plotly.NET from breaking dependent packages.
completed C# bindings for the missing domain and smith charts:
- ChartTernary
- ScatterTernary
- PointTernary
- LineTernary
- BubbleTernary
- ChartCarpet
- Carpet
- ScatterCarpet
- PointCarpet
- LineCarpet
- SplineCarpet
- BubbleCarpet
- ContourCarpet
The Chart construction API is now complete.
completed C# bindings for the missing ternary and carpet charts:
- ChartTernary
- ScatterTernary
- PointTernary
- LineTernary
- BubbleTernary
- ChartCarpet
- Carpet
- ScatterCarpet
- PointCarpet
- LineCarpet
- SplineCarpet
- BubbleCarpet
- ContourCarpet
completed C# bindings for the missing map charts:
- ChoroplethMap
- PointGeo
- LineGeo
- BubbleGeo
- ScatterMapbox
- LineMapbox
- BubbleMapbox
- ChoroplethMapbox
completed C# bindings for the missing polar charts:
- PointPolar
- LinePolar
- SplinePolar
- BubblePolar
- BarPolar
completed C# bindings for the missing 3D charts:
- Point3D
- Line3D
- Bubble3D
- Surface
- Mesh3D
- Cone
- StreamTube
- Volume
- IsoSurface
completed C# bindings for 2D traces/charts:
- Spline
- Bubble
- Range
- Area
- SplineArea
- StackedArea
- StackedFunnel
- StackedBar
- StackedColumn
- Heatmap
- AnnotatedHeatmap
- Image
- Contour
- Splom
added C# bindings for finance charts
- OHLC
- Candlestick
- Waterfall
- Funnel
- Funnel Area
- Indicator
Additionally, some GenericChart extensions have been added:
- WithXAxisrangeSlider
added C# bindings for statistical charts
- Histogram
- Histogram2D
- BoxPlot
- Violin
- Histogram2DContour
- PointDensity
- DensityMapbox
- ContourCarpet
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:
- WithMapbox
- WithMapboxStyle
C# bindings for basic charts and styling for usage in ML.NET notebooks:
Chart styling / Layouting
- Extension Methods
- SaveHtml
- Show
- WithTraceInfo
- WithSize
- WithXAxisStyle
- WithYAxisStyle
- Chart.Grid
- Chart.Combine
Chart generation
- Chart.Invisible
- Chart2D
- Scatter
- Point
- Line
- Bar
- Column
- Chart3D
- Scatter3D
- ChartPolar
- ScatterPolar
- ChartMap
- ScatterGeo
- ChartTernary
- ScatterTernary
- ChartCarpet
- Carpet
- ChartDomain
- Pie
- ChartSmith
- ScatterSmith