mirror of
https://github.com/bramses/bramses-highly-opinionated-vault-2023.git
synced 2025-02-26 07:53:55 +00:00
vault backup: 2022-12-11 01:15:17
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Dataview collections
|
||||
|
||||
%% Begin Waypoint %%
|
||||
|
||||
- [[Trackers]]
|
||||
|
||||
%% End Waypoint %%
|
||||
28
Computed/Trackers.md
Normal file
28
Computed/Trackers.md
Normal file
@@ -0,0 +1,28 @@
|
||||
|
||||
# Line Graph
|
||||
|
||||
``` tracker
|
||||
searchType: frontmatter
|
||||
searchTarget: temperature
|
||||
folder: 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: Daily
|
||||
datasetName: Read >20 mins
|
||||
month:
|
||||
```
|
||||
Reference in New Issue
Block a user