mirror of
https://github.com/bramses/bramses-highly-opinionated-vault-2023.git
synced 2025-02-26 07:53:55 +00:00
29 lines
424 B
Markdown
29 lines
424 B
Markdown
|
|
# Line Graph
|
|
|
|
``` tracker
|
|
searchType: frontmatter
|
|
searchTarget: temperature
|
|
folder: Calendar/Daily
|
|
fixedScale: 1.0
|
|
fitPanelWidth: true
|
|
startDate: 2022-01-01
|
|
line:
|
|
title: Temperature Outside
|
|
yAxisLabel: Temp
|
|
yAxisUnit: f
|
|
lineColor: yellow
|
|
```
|
|
|
|
# Bar Graph
|
|
|
|
```tracker
|
|
searchType: frontmatter
|
|
searchTarget: read
|
|
fixedScale: 1.0
|
|
fitPanelWidth: true
|
|
folder: Calendar/Daily
|
|
datasetName: Read >20 mins
|
|
month:
|
|
```
|