Skip to content

Issue in the create_boxplot when hrvar is set to NULL #236

Description

@sachinstl

bug description
When hrvar is set to NULL in create_boxplot. We have “Total” on the x-axis, two times. This won't look good in visual.

To Reproduce
Run below code to reproduce the issue.
create_boxplot(pq_data, metric = "Collaboration_hours", hrvar = NULL, return = "plot")

Expected behavior
In this special case x-axis label can be removed.

Screenshots
image

Improvement
We can remove x-axis label in this special case, where hrvar is set to NULL.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions