Skip to content

fix(chartcuterie): Reduce legend font size and truncation length#113180

Merged
DominikB2014 merged 1 commit intomasterfrom
dominikb2014/fix/chartcuterie-legend-truncation
Apr 16, 2026
Merged

fix(chartcuterie): Reduce legend font size and truncation length#113180
DominikB2014 merged 1 commit intomasterfrom
dominikb2014/fix/chartcuterie-legend-truncation

Conversation

@DominikB2014
Copy link
Copy Markdown
Contributor

Reduce legend text size and truncation threshold in chartcuterie timeseries
charts (used for Slack unfurls) to prevent legend items from overlapping
when there are many groups or long group names.

  • Font size: 28px -> 22.4px (FONT_SIZE * 0.8)
  • Line height: 39.2px -> 30.8px (FONT_SIZE * 1.1)
  • Truncation: 40 chars -> 20 chars

Follow-up to #112931.

Legend items overlap when there are many groups or long group names
in Slack timeseries chart unfurls. Reduce font size from 28px to
22.4px and truncate legend labels at 20 characters instead of 40.

Co-Authored-By: Claude Opus 4.6 <noreply@example.com>
@DominikB2014 DominikB2014 marked this pull request as ready for review April 16, 2026 16:16
@DominikB2014 DominikB2014 requested a review from a team as a code owner April 16, 2026 16:16
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Apr 16, 2026
@DominikB2014 DominikB2014 merged commit 020f418 into master Apr 16, 2026
66 checks passed
@DominikB2014 DominikB2014 deleted the dominikb2014/fix/chartcuterie-legend-truncation branch April 16, 2026 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants