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
ggplotly breaks a discrete axis with facet_yyyy when there is only one category present in a panel, except for the case that this happens to be the first panel. I stumbled over this bug based on a question on Stackoverflow:
The text was updated successfully, but these errors were encountered:
trekonom
changed the title
ggplotly breaks discrete x-axis with facet_yyyy and scales "free_x" when there is only one category a panel
ggplotly breaks discrete x-axis with facet_yyyy in panels > 1 with only one category
Jun 2, 2020
* Fix bug in verify_attr. Closes issue plotly#1720.
* Add test to check that ggplotly does not break discrete x-axis in facet panels with only one category.
* Update tests/testthat/test-facet-axis.R
Co-authored-by: Carson Sievert <[email protected]>
* Add news item.
* Translate `\n` to `<br />` in fct labels, too (plotly#1700)
* Translate `\n` to `<br />` in fct labels, too
Before, this only worked for colums of type character.
* add @salim-b as ctb
* Add test for `translate_linebreaks()`
* remove superfluous char conversion
* change order of authors
* replace forcats code with base R
* add news item
Co-authored-by: Stefan Moog <[email protected]>
Co-authored-by: Carson Sievert <[email protected]>
Co-authored-by: Salim B <[email protected]>
ggplotly breaks a discrete axis with
facet_yyyy
when there is only one category present in a panel, except for the case that this happens to be the first panel. I stumbled over this bug based on a question on Stackoverflow:Created on 2020-06-02 by the reprex package (v0.3.0)
The text was updated successfully, but these errors were encountered: