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

ggplotly boxplot tooltip shows transformed value instead of original value #1603

Open
ghost opened this issue Aug 23, 2019 · 1 comment
Open

Comments

@ghost
Copy link

ghost commented Aug 23, 2019

The ggplotly boxplot hover values not supporting ggplot scale transformation. They incorrectly apply the transormation to the hover values instead of leaving them as is. This is related to the closed issue (#804) and open issue (#1581).

library(tidyverse)
library(plotly)

plot <- ggplot(diamonds, aes(cut, price)) +
  geom_boxplot() +
  scale_y_continuous(trans = "sqrt", limits = c(0, 25000))

ggplotly(plot)
@liltruth
Copy link

@cpsievert any news on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant