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
- Tooltips are trimmed and not visible on a very narrow chart [[#837](https://github.com/JetBrains/lets-plot/issues/837)].
51
+
- Exception label is unresizeble, uncopyable and uncontrollable [[#902](https://github.com/JetBrains/lets-plot/issues/902)].
52
+
- Flickering during plot downsizing [[#888](https://github.com/JetBrains/lets-plot/issues/888)].
53
+
- Bad default formatting of numeric values in annotations [[#905](https://github.com/JetBrains/lets-plot/issues/905)].
54
+
- corr_plot: unexpected whitespace between the "geometry area" and the legend [[#877](https://github.com/JetBrains/lets-plot/issues/877)].
55
+
- scale_log: an option to generate only breaks which are integer powers of 10 needed [[#850](https://github.com/JetBrains/lets-plot/issues/850)].
56
+
- Trimmed legend when bounds of the rightmost X-axis tick label exceeds the axis length [[#851](https://github.com/JetBrains/lets-plot/issues/851)].
57
+
- HTML files exported using ggsave() are missing the encoding specification [[#900](https://github.com/JetBrains/lets-plot/issues/900)].
58
+
-`plot_margin` parameter in `theme()`[[#856](https://github.com/JetBrains/lets-plot/issues/856)].
59
+
- Subplot themes not inherited by parent [[LPK-#197](https://github.com/JetBrains/lets-plot-kotlin/issues/197)].
60
+
-`element_blank()` has no effect on plot title/subtitle/caption in `theme()`[[#913](https://github.com/JetBrains/lets-plot/issues/913)].
61
+
- Lollipop in legend is disproportionately large [[LPK-216](https://github.com/JetBrains/lets-plot-kotlin/issues/216)].
62
+
- geomBar with fill, produces tooltips artefacts [[#895](https://github.com/JetBrains/lets-plot/issues/895)].
63
+
- Exception, when trying to build plot with column name containing line breakes [[#894](https://github.com/JetBrains/lets-plot/issues/894)].
64
+
- Added "grey" spelling for the gray color (earlier - "gray" only).
-`lib` - version of the Lets-Plot Multiplatform (JARs).
@@ -139,67 +138,43 @@ Examples of using of the Lets-Plot Kotlin API in JVM and Kotlin/JS applications
139
138
140
139
141
140
<aid="new"></a>
142
-
## What is new in 4.4.2
141
+
## What is new in 4.5.0
143
142
144
-
> Note: Due to major package refactoring in the main Lets-Plot library, this version (4.4.2) of the Kotlin API\
145
-
> is not compatible with versions of Lets-Plot library v3.2.0 and earlier.
143
+
-#### Annotations in Barchart
146
144
147
-
148
-
### A Number of Geometry Defaults Changed
149
-
150
-
- The default qualitative color palette is now [Color Brewer "Set1"](https://colorbrewer2.org/#type=qualitative&scheme=Set1&n=9) (was ["Set2"](https://colorbrewer2.org/#type=qualitative&scheme=Set2&n=8)).
151
-
- Slightly bigger default size of points and width of lines.
152
-
- Flavor-aware default colors for points, lines etc.
For migration instructions see [Migrating to 4.0.0](https://github.com/JetBrains/lets-plot-kotlin/blob/master/CHANGELOG.md#migrating-to-400) section in the CHANGELOG.
0 commit comments