How to create a Pie Chart with ComboStrap

About

The piechart component is a diagram component that permits to create a Pie Chart.

Example

  • The markup
<piechart width="350">
pie title Pets adopted by volunteers
    "Dogs" : 386
    "Cats" : 85
    "Rats" : 15
</piechart>
  • The output:
pie title Pets adopted by volunteers "Dogs" : 386 "Cats" : 85 "Rats" : 15

Syntax

The syntax is based on the Pie Chart Mermaid Definition

<piechart>
   ... Mermaid Pie Chart definition ...
</piechart>

Mermaid offers a live editor that you can use to validate and develop your diagrams.

This component is based on the mermaid component.




Showcase yourself and your brand

Get free news, tips, and tricks
to create a remarkable experience for your readers.




Recommended Pages
Undraw My Documents
Create diagram with mermaid

This component will render mermaid diagram
Diagram

ComboStrap is able to create and render diagrams . Example with a sequence . If your diagrams are in a svg format, you can just render them with the svg component. Otherwise, you can use the following...



Task Runner