Charts & Diagrams

You can add Charts/Diagrams into your templates inside HTML/Markdown syntax.

Using Fields - HTML Support or Fields - Mermaid Support you can add simple and complex charts, diagrams and other elements based on data passed during document generation.

Check Mermaid Tutorials & Syntax -https://mermaid.js.org/ecosystem/tutorials.html

Pie Chart

pie title Pets adopted by volunteers
    "Dogs" : 386
    "Cats" : 85
    "Rats" : 15

Sequence Diagram Example

Chart XY

Check more examples on Mermaid official documentation site -https://mermaid.js.org/ecosystem/tutorials.html

Last updated