Initial commit of akmon project
This commit is contained in:
10
test_radar_fix.md
Normal file
10
test_radar_fix.md
Normal file
@@ -0,0 +1,10 @@
|
||||
```mermaid
|
||||
radar title Test Radar Chart
|
||||
categories: ["A", "B", "C"]
|
||||
series: [
|
||||
{
|
||||
name: "Test",
|
||||
data: [1, 2, 3]
|
||||
}
|
||||
]
|
||||
```
|
||||
Reference in New Issue
Block a user