Adjust mermaid graph expansion calculation
What does this MR do and why?
Adjust mermaid graph expansion calculation
- Mermaid blocks and total size per block calculate in such a way that
small charts tightly styled will trip over the 2,000 character limit.
This change alters the logic to allow more characters in a single
graph and caps the total rendered characters across all graphs.
Related https://gitlab.com/gitlab-org/gitlab/-/issues/368393
Signed-off-by: Robert Marshall <rmarshall@gitlab.com>
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
| Before | After |
|---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
Related Mermaid apply MAX_CHAR_LIMIT to each diagram in... (#368393) • Unassigned • Backlog