|
15 | 15 | * SubPlotIds are now unified under the `StyleParam.SubPlotId` type which is used to assign subplots anchors (e.g. scenes for 3d charts, polar for polar charts) This change will be reflectes in trace type modeling in a later release. |
16 | 16 | * **Breaking**: Layout and trace object abstractions are now in new namespaces: `Plotly.NET.LayoutObjects`/`Plotly.NET.TraceObjects` |
17 | 17 | * **Breaking**: every argument/parameter concerned with color has been changed to use the new Color type isntead of a plain string. |
18 | | - |
| 18 | + * **Breaking**: The underlying plotly.js version is now correctly pinned at 2.42 |
| 19 | + * [**Breaking**: POC of multivalue support (breaks Bar charts)](https://github.com/plotly/Plotly.NET/commit/c5f6fbb6e3ac14bae06192d696dcf8637dcaa21e) |
| 20 | + |
19 | 21 | **Major Additions:** |
20 | 22 |
|
21 | 23 | * [Add kernel formatting extension for dotnet interactive notebooks](https://github.com/plotly/Plotly.NET/commit/fa990371dd68ec1f5784288ccd9e2d28d761ac93) (thanks [@WalternativeE](https://github.com/WalternativE)) |
22 | 24 | * [Greatly improve C# interop](https://github.com/plotly/Plotly.NET/commit/c1ed1be0234a4fcfab921acb43f1c0cf128cc233) |
23 | 25 | * [Add the Plotly.NET.ImageExport project](https://github.com/plotly/Plotly.NET/pull/94) - Render Plotly.NET charts as static images |
24 | 26 | * [Use a statically typed color representation that is compatible with all ways plotly uses colors](https://github.com/plotly/Plotly.NET/commit/19763db129b9160906964d9831ff3f67279926cc) - thanks [@muehlhaus](https://github.com/muehlhaus) |
25 | 27 |
|
26 | | -**New Charts:** |
| 28 | +**Plotly.NET now has 100% trace coverage! New Charts:** |
27 | 29 |
|
28 | 30 | * Refactor Chart.Stack into: |
29 | 31 | * Chart.Grid: Uses the grid object of plotly.js to generate various types of subplot grids |
|
45 | 47 | * ScatterPolar (and derived PointPolar, LinePolar, SplinePolar, BubblePolar) |
46 | 48 | * BarPolar |
47 | 49 | * Polar object |
48 | | - * Angula and RadialAxis |
| 50 | + * Angular and RadialAxis |
49 | 51 | * [Add missing 3D charts and related layout options](https://github.com/plotly/Plotly.NET/pull/125) |
50 | 52 | * Scatter3d derived Point3d, Line3d, Bubble3d |
51 | 53 | * Cone |
|
54 | 56 | * IsoSurface |
55 | 57 | * Full Scene support |
56 | 58 | * [Add Ternary Charts (ScatterTernary and derived PointTernary, LineTernary)](https://github.com/plotly/Plotly.NET/pull/184): |
57 | | - |
| 59 | + * [Add image charts](https://github.com/plotly/Plotly.NET/pull/188) |
| 60 | + * [Add all carpet charts](https://github.com/plotly/Plotly.NET/pull/201) |
| 61 | + * Carpet |
| 62 | + * ScatterCarpet (and derived PointCarpet, LineCarpet, SplineCarpet, BubbleCarpet) |
| 63 | + * ContourCarpet |
| 64 | + * [Add indicator charts](https://github.com/plotly/Plotly.NET/pull/207) |
| 65 | + * [Add icicle charts](https://github.com/plotly/Plotly.NET/pull/210) |
58 | 66 |
|
59 | 67 | **Minor Additions/fixes:** |
60 | 68 |
|
|
78 | 86 | * [Add ToString() and Convert() instance members to StyleParams for better C# interop](https://github.com/plotly/Plotly.NET/commit/cf8658153d6a1af98afe33e41f3735222aed6706) |
79 | 87 | * [Improve Trace type system](https://github.com/plotly/Plotly.NET/commit/096f4bf7382441b153687835c3d51c9e2e3497ec) |
80 | 88 | * [Fix incorrect scale used in image export](https://github.com/plotly/Plotly.NET/commit/893cf02a5700ce562c6d67470883123a2d84c3c1) - thanks [@pirrmann](https://github.com/pirrmann)] |
| 89 | + * [Improve Chart.Grid](https://github.com/plotly/Plotly.NET/pull/212) |
81 | 90 |
|
82 | 91 | **Other notable changes** |
83 | 92 |
|
|
0 commit comments