17 lines
195 B
Markdown
17 lines
195 B
Markdown
|
| data | x | y |
|
||
|
| ---- | - | - |
|
||
|
| 1| 0 | 3 |
|
||
|
| 2| 5 | 1 |
|
||
|
| 3| 2 | 3 |
|
||
|
| 4| 1 | 1 |
|
||
|
^data
|
||
|
|
||
|
```chart
|
||
|
type: line
|
||
|
id: data
|
||
|
layout: columns
|
||
|
tension: 0.4
|
||
|
fill: true
|
||
|
width: 100%
|
||
|
beginAtZero: true
|
||
|
```
|