We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bug Description In create_stacked function, here I have used “meeting_hours” metric but title of the plot shows collaboration hours.
create_stacked
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
The text was updated successfully, but these errors were encountered:
Minor bug fixes and release patch version
e9faf42
"Closes" #236, #237, #238
sachinstl
Successfully merging a pull request may close this issue.
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.
Expected behavior
Change the plot title according to the metric when metric has single value
Screenshots
The text was updated successfully, but these errors were encountered: