v3.1.0
[3.1.0] - 2021-11-05
Added
-
coordFlip()
.See: example notebook
. -
Date-time formatting support:
- using date-time format pattern in tooltip format();
- date/time scales apply date-time formatting to the
breaks
.
See
Out[7, 8, 10]
in
the example notebook
. -
Pre-configured themes:
- Standard ggplot2 themes:
themeGrey(), themeLight(), themeClassic(), themeMinimal()
; - Other themes:
themeMinimal2()
- the default theme,themeNone()
.
- Standard ggplot2 themes:
-
Theme modification: more parameters were added to the
theme()
function.See: example notebook.
Note: fonts size, family and face still can not be configured.
-
CorrPlot()
function now also accepts pre-computed correlation coefficients. -
Kotlin/JS IR:
xxx.klib
artifacts are now available.
Changed
- The size of fonts on plot was slightly increased all across the board.
- The default plot size was increased by 20%, it's now 600x400 px.
- Deprecated API: all
Theme.xxxBlank()
functions. Please use corresponding parameters intheme()
.