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

bug Description
In
create_stackedfunction, 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
