Saptarshi's Notes 📝
CtrlK
  • HOME
  • Open-Source
    • Issue Template
    • Pull Request Template
    • Greetings Action
    • Stale Action
    • Push to Pull Requests Action
    • Contributing Guide
    • Security
  • Computer Networking
    • Introduction
    • IP Address
    • Data Transmission
      • Network Topologies
      • Structure of The Network
      • Network Devices
    • How does The Internet work?
      • OSI Model
      • TCP/IP Model
        • Application Layer
          • Application Layer Network Protocols
          • Sockets
          • Ports
        • Transport Layer
        • Network Layer
        • Data Link Layer
        • Physical Layer
  • Mermaid
    • Flowchart
    • Pie Chart
    • Sankey
Powered by GitBook
On this page

Was this helpful?

  1. Mermaid

Pie Chart

Pie charts are very simple and easily depicted using mermaid. Here's a simple example:

pie
  title A Pie Chart
  "Slice A" : 5
  "Slice B" : 35

Want to Know More?

If you're interested in learning more, the full content is available here: https://mermaid.js.org/syntax/pie.html

PreviousFlowchartNextSankey

Last updated 1 month ago

Was this helpful?