You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
**Fsharp.Plotly joined the Plotly family and will from now on be released under `Plotly.NET`**
4
4
5
-
**Breaking changes compared to 1.x.x / previous 2.0.0 beta versions:**
5
+
**Breaking changes compared to 1.x.x / previous 2.0.0 alpha/beta/preview versions:**
6
6
7
7
*[**Breaking:** Fix keys values order for bar charts](https://github.com/plotly/Plotly.NET/commit/ccb6af7df8bc071f2a0baf020805fc25d2df70b4)
8
8
*[**Breaking: fix color assignment of pie and doughnut charts**](https://github.com/plotly/Plotly.NET/commit/2bbb35ad5d44c6de1bf79b23b7b0a64effa8bdf9)
@@ -19,7 +19,7 @@
19
19
20
20
**New Charts:**
21
21
22
-
*[Refactor Chart.Stack into]():
22
+
* Refactor Chart.Stack into:
23
23
* Chart.Grid: Uses the grid object of plotly.js to generate various types of subplot grids
24
24
* Chart.SingleStack: Basically Chart.Grid with one Column
*[Add name option with defaults for the upper and lower bound traces in range charts](https://github.com/plotly/Plotly.NET/commit/3cbb5f116b8b3b0467e8a88707858252780a39f0)
54
54
*[Add functionality and docs for using GeoJSON with geo charts](https://github.com/plotly/Plotly.NET/commit/a68db7de0109e6714aeb044b806be2796f2bd400)[#86](https://github.com/plotly/Plotly.NET/issues/86)
55
55
*[Add functionality to customize Lower and upper labels of range charts](https://github.com/plotly/Plotly.NET/commit/86357cf05e9cfe2f264369255dcf90e31861275a)[#83](https://github.com/plotly/Plotly.NET/issues/86)
56
+
*[Allow custom font family](https://github.com/plotly/Plotly.NET/commit/b99e34c1890989d8b07dbc6b388618572372617e), thanks [@pirrmann](https://github.com/pirrmann)]
57
+
58
+
**Other notable changes**
59
+
60
+
These changes do not necessarily reflect changes on the usage layer, but should be attributed/noted nonetheless:
61
+
62
+
* huge amounts of tests have been added by [@WhiteBlackGoose](https://github.com/WhiteBlackGoose), thanks!
56
63
57
64
### 1.2.2 - Apr 9 2020
58
65
*[Opening Charts is now more or less OS agnostic](https://github.com/plotly/Plotly.NET/commit/f6e3dceade085e43e7e56b478b9cf7b533a4fe55)
0 commit comments