Notes/Templates/Chart Template.md
2025-05-09 08:11:49 +02:00

23 lines
291 B
Markdown

---
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
---