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

Implement ggplotly as option #141

Open
PhilippPro opened this issue Jun 17, 2020 · 1 comment
Open

Implement ggplotly as option #141

PhilippPro opened this issue Jun 17, 2020 · 1 comment
Assignees
Labels
type: new feature Brand new, non-existent features
Milestone

Comments

@PhilippPro
Copy link

Dear @boxuancui,

this is a nice package.

It would be nice if there would be a default option for producing plotly plots instead of simple ggplot2 plots. Currently you can do this workaround, which is a bit complicated and the output in ggplotly is also not super beautiful, if you hover over the bars:

a <- plot_bar(data)
ggplotly(a[[1]])

It would be nicer if it would be like this with nicer text hover infos:

plot_bar(data, plotly = TRUE)
@boxuancui boxuancui added the type: new feature Brand new, non-existent features label Oct 15, 2020
@boxuancui boxuancui self-assigned this Oct 15, 2020
@boxuancui boxuancui added this to the v0.9.0 milestone Aug 12, 2021
@DeLaRiva
Copy link

Hi,
is this implemented?
Best

PS: Awesome package!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: new feature Brand new, non-existent features
Projects
None yet
Development

No branches or pull requests

3 participants