Files
bramses-highly-opinionated-…/Computed/Trackers.md
2022-12-14 16:32:46 -06:00

37 lines
626 B
Markdown

---
aliases: [Line Graph]
tags:
title: Line Graph
linter-yaml-title-alias: Line Graph
date created: Sunday, December 11th 2022, 12:07:43 am
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
# 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:
```