Posts

Showing posts with the label chart

Diagram as Code with Mermaid

Image
What is a Mermaid Diagram? Mermaid is a JavaScript-based diagramming and charting tool that uses Markdown -inspired text definitions and a renderer to create and modify complex diagrams. The main purpose of Mermaid is to help documentation keep pace with development. Using Mermaid helps create diagrams in Markdown documents through code instead of image files. Since diagrams are generated by code, the major advantages include easy modification, readable syntax, easy sharing, and the ability to quickly create diagrams that can be updated promptly with system changes. Using Mermaid Diagrams I provide you with two simple ways to use Mermaid Diagrams : Accessing Mermaid Live : This site allows you to use Mermaid directly, offering many sample diagrams to choose from. You just need to replace the necessary values according to your needs to create the required diagram. Using Visual Code : Install the extension " Markdown Preview Mermaid Support "  to preview Mermaid Diagrams