v1.5.5
VDovidaytis-HORIS
released this
18 Dec 16:13
·
2875 commits
to master
since this release
[1.5.5] - 2020-12-18
Added
-
Correlation plot.
See: The 'bistro' Package.
-
'No Javascript' mode.
Support for notebook renderers that don't execute Javascript.See: 'No Javascript' mode
-
In tooltip customization API:
- options:
center
andmiddle
(anchor). - option 'minWidth'.
See: Tooltip Customization.
- options:
-
'na_text' parameter in 'geom_text'
Changed
-
Tooltip customization API:
- The
anchor
option moved fromtheme
tolayer
:wheregeom_xxx(tooltips=layer_tooltips().anchor(anchor_value))
anchor_value
:
['top_right'|'top_center'|'top_left'|'bottom_right'|'bottom_center'|'bottom_left'|'middle_right'|'middle_center'|'middle_left']
.
See: Tooltip Customization.
- The