Added
This commit is contained in:
22
Templates/Chart Template.md
Normal file
22
Templates/Chart Template.md
Normal 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
|
||||
|
||||
---
|
Reference in New Issue
Block a user