Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs 1.5.5 #269

Merged
merged 7 commits into from
Dec 18, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update future_changes.md.
  • Loading branch information
OLarionova-HORIS committed Dec 15, 2020
commit e02451ec7663a50668c25afc142e181fb1539f0d
8 changes: 7 additions & 1 deletion future_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,20 @@

### Added
- new tooltip anchor options - center and middle.
- min tooltip width
- min width of a multi-line tooltip: `geom_xxx( tooltips=layer_tooltips().min_width(180) )`
- stat_corr()
- 'bistro' package, corr_plot()
- 'no_js' parameter in LetsPlot.setup_html(), 'LETS_PLOT_NO_JS' env var.
- 'na_text' parameter in 'geom_text'

### Changed

- Setting for tooltip anchor was moved from theme() to layer().
Now it can be set using the `tooltips` parameter:

`geom_xxx( tooltips=layer_tooltips().anchor(anchor_value) )`,
where `anchor_value`:
`['top_right'|'top_center'|'top_left'|'bottom_right'|'bottom_center'|'bottom_left'|'middle_right'|'middle_center'|'middle_left']`.

### Fixed
- Crosshair for corner tooltips.