📊 Add radar chart

This commit is contained in:
Thomas Di Cizerone
2025-03-16 18:13:50 +01:00
parent d80cc38bb2
commit 1fb91d14c9
18 changed files with 1092 additions and 7 deletions

View File

@@ -239,6 +239,22 @@ Code is the heart of every software project. We strive to make it better. Who if
The core of Mermaid is located under `packages/mermaid/src`.
### Building Mermaid Locally
**Host**
```bash
pnpm run build
```
**Docker**
```bash
./run build
```
This will build the Mermaid library and the documentation site.
### Running Mermaid Locally
**Host**