mermaid-js / mermaid

Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
https://mermaid.js.org
MIT License
68.63k stars 6.05k forks source link

Stacked charts #5580

Open nirname opened 1 week ago

nirname commented 1 week ago

Proposal

Based on discussion from #4269 I think we should add stacking to XY chart. This could be bars, as well as stacking multiple lines together to represent the case when one line is only a part of something so that you could see totals on the graph along with its parts

Screenshots

image

nirname commented 1 week ago

This is implemented here, and continues here #5274