Skip to content

Aggregation: Fix sidebar aggregation label rotation

Administrator requested to merge vk/fix-sidebar-aggregation-label-rotation into main

Created by: vovakulikov

Fixes https://github.com/sourcegraph/sourcegraph/issues/41191

Background

This PR simply adds min X label rotation angle for the sidebar aggregation chart. This solution may not cover all possible cases but this should cover most of them. This problem with labels rotation will be fully addressed in a follow up issue here https://github.com/sourcegraph/sourcegraph/issues/41310

Before After
Screenshot 2022-09-05 at 14 18 39

Test plan

  • Serve sg locally
  • Check TODO[(](\w+)[)] count:all query
  • Make sure that label rotation works correctly with different aggregation datasets

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Loading