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

Issue in create_stacked when metrics set to one metric then as well it shows collaboration hours #237

Closed
sachinstl opened this issue May 30, 2024 · 0 comments · Fixed by #239
Assignees
Labels
bug Something isn't working

Comments

@sachinstl
Copy link
Member

bug Description
In create_stacked function, here I have used “meeting_hours” metric but title of the plot shows collaboration hours.

To Reproduce
Run the below code to reproduce.

pq_data %>% 
  create_stacked ( 
                  hrvar = "FunctionType", 
                 metrics = "Meeting_hours", 
                 return = "plot" 
                 ) 

Expected behavior
Change the plot title according to the metric when metric has single value

Screenshots
image

@sachinstl sachinstl added the bug Something isn't working label May 30, 2024
@sachinstl sachinstl self-assigned this May 30, 2024
sachinstl pushed a commit that referenced this issue May 30, 2024
@sachinstl sachinstl linked a pull request May 30, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant