Fsharp.Plotly joined the Plotly family and will from now on be released under Plotly.NET
- Add Rangesliders for linear Axis
- Improve jupyter notebook integration
- Updated Violin Chart
- Add Chart.withColorBar and Chart.withColorBarStyle to change the appearance of colorbars
- Add Stackgroup related parameters to all charts derived from the scatter trace
- Refactor Chart.Stack:
- new Charts:
- Chart.Grid: Uses the grid object of plotly.js to generate various types of subplot grids
- Chart.SingleStack: Basically Chart.Grid with one Column
- new Charts:
- Add Sunburst Chart
- Add Treemap Chart
- Add OHLC Chart
- Add option to render all charts derived from the scatter trace type via WebGL as scattergl trace
- Add Waterfall Chart
- Add ScatterGeo, PointGeo, LineGeo Charts
- Add new
Figure
type to interop with Dash/Kaleido - Greatly improve C# interop
- Add kernel formatting extension for dotnet interactive notebooks (thanks @WalternativeE)
- Add chart templates and related functions
- Fix multiple chart htmls not correctly rendering on the same page
- Breaking: Fix keys values order for bar charts
- Possibly breaking: target netstandad 2.1
- Add fslab chart template
- Add Legend creation properties and related functions
- Improve C# interop by using null as default parameter for optional parameters in chart extensions and requiring qualified access for style parameters
Additional functionality:
Additional plots:
Additional functionality and plots thanks to external open source contributors:
- You can now add descriptional text to the chart html (thanks @kkkmail)
- Sankey and Candlestick Charts are now available (thanks @fwaris)
- Support .net framework 4.7
- Minor improvments
- Support netStandard 2.0
- Add new chart (SLOMP)
- Add new charts
- Add multiple axis support
- Add subplot support
- Fixed nuget package
- Add different ways to modify Charts
- Add Scatter3d line plots
- Add 3d Surface plots
- More awesome stuff coming...
- More 3d-Charts
- Multiple axis support
- Shapes
- Documentation and tutorial
- TraceObjects with interface implementation
- Extensions for Chart module
- Initial release