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

Axis failed to refresh after legend filter is enabled, leading to wrong interpretation #680

Closed
happyshows opened this issue Aug 11, 2016 · 1 comment
Labels

Comments

@happyshows
Copy link

uncheck flag = no
before:
image
after:
image

source data
image

p <- ggplot(data = src,aes(x=Week,y=USAGE,fill = usage_hi))+
        geom_bar(stat = 'identity',position = position_dodge())+
        theme_bw()+
        theme(
          panel.grid.major.x = element_blank(),
          panel.border = element_blank(),
          axis.text.x=element_text(angle=30, hjust=1)
        )+

        scale_y_continuous(labels = comma)+
        facet_grid(ResourceName+Facility~Quarter,
                   scales = 'free_x',space = "free",labeller = label_value,switch = 'both')

      ggplotly(p)
@cpsievert
Copy link
Collaborator

Duplicate of #689

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

No branches or pull requests

2 participants