mirror of
https://github.com/bramses/bramses-highly-opinionated-vault-2023.git
synced 2025-02-26 07:53:55 +00:00
37 lines
626 B
Markdown
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:
|
|
```
|