This commit is contained in:
2025-05-09 08:11:49 +02:00
commit 4ac443a3de
81 changed files with 1091 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
---
tags:
- Chart
---
# Data
```chart
type: line
id: table
layout: rows
width: 80%
beginAtZero: true
```
| | Test1 | Test2 | Test3 |
| ----- | ----- | ----- | ----- |
| Data1 | 1 | 2 | 3.33 |
| Data2 | 3 | 2 | 1 |
| Data3 | 6.7 | 4 | 2 |
^table
---