E675 Fixed coordinates by cpsievert · Pull Request #509 · plotly/plotly.R · GitHub
[go: up one dir, main page]

Skip to content

Fixed coordinates #509

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

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
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
merge with master
  • Loading branch information
cpsievert committed Apr 1, 2016
commit ae1f88da814ac88fbd66f1367218690b53bb206c
25 changes: 24 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

NEW FEATURE:

Fixed coordinates (i.e., coord_fixed()/coord_equal()) are now supported.
Expand All @@ -7,6 +6,30 @@ BUGFIX:

Long legend titles will no longer run off the screen, and legend titles with line breaks (\n) are now translated correctly.

3.4.10 -- 1 Apr 2016

BUGFIX:

Fix a geom_errorbar bug introduced in 3.4.9. See #513.

3.4.9 -- 25 Mar 2016

BUGFIX:

Upgrade to plotlyjs 1.7.0. Fixes #513

3.4.8 -- 23 Mar 2016

BUGFIX:

* Safeguard a 5897 gainst null fields in selections. See #530.

3.4.7 -- 19 Mar 2016

BUGFIX:

* Added custom CSS which allows plotly to work nicely in ioslides.

3.4.6 -- 17 Mar 2016

NEW FEATURES:
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0