bug/7471: fix gantt font size and auto scale the barHeight and allow gantt to take themeVariables#7537
Conversation
✅ Deploy Preview for mermaid-js ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
@mermaid-js/examples
mermaid
@mermaid-js/layout-elk
@mermaid-js/layout-tidy-tree
@mermaid-js/mermaid-zenuml
@mermaid-js/parser
@mermaid-js/tiny
commit: |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #7537 +/- ##
==========================================
- Coverage 3.34% 3.34% -0.01%
==========================================
Files 524 524
Lines 55392 55445 +53
Branches 795 795
==========================================
Hits 1853 1853
- Misses 53539 53592 +53
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
📑 Summary
Fixed Gantt font-size handling, enabled automatic barHeight scaling, and allowed Gantt to consume themeVariables.
Resolves #7471
📏 Design Decisions
Describe the way your implementation works or what design decisions you made if applicable.
📋 Tasks
Make sure you
MERMAID_RELEASE_VERSIONis used for all new features.pnpm changesetand following the prompts. Changesets that add features should beminorand those that fix bugs should bepatch. Please prefix changeset messages withfeat:,fix:, orchore:.