microsoft / vivainsights-py

Python package for Analyzing and Visualizing data from Viva Insights
https://microsoft.github.io/vivainsights-py/
Other
14 stars 2 forks source link

Issue in `create_inc` function, plot is overlapping #32

Closed sachinstl closed 1 month ago

sachinstl commented 1 month ago

In create_inc function plot is very compact and hard to comprehend, because values are overlapping.

g = vi.create_inc_grid(
  data = pq_data, 
  metric = "Collaboration_hours",
   hrvar = ["FunctionType","Organization"],
   threshold = 20, 
  position = "below",
  return_type = "plot"
)

image