50 lines
849 B
Markdown
50 lines
849 B
Markdown
---
|
|
cssclasses:
|
|
- dashboard
|
|
banner: "![[1083407.jpg]]"
|
|
banner_y: 0.95
|
|
---
|
|
|
|
# Trackers
|
|
- Habits
|
|
```tracker
|
|
searchType: task.done
|
|
searchTarget: Sport, Stretching
|
|
folder: Tracking/Daily
|
|
datasetName: Sport, Stretching
|
|
fixedScale: 0.7
|
|
month:
|
|
mode: annotation
|
|
annotation: 💪, 🐈
|
|
startWeekOn: 'Mon'
|
|
color: '#3C81E3'
|
|
showAnnotationOfAllTargets: true
|
|
```
|
|
|
|
- Calories
|
|
```tracker
|
|
searchType: table
|
|
searchTarget: filePath[0][0]
|
|
folder: Tracking/Daily
|
|
line:
|
|
title: Weight log
|
|
yAxisLabel: Weight
|
|
yAxisUnit: Kg
|
|
xAxisLabel: Date
|
|
lineColor: '#3C81E3'
|
|
```
|
|
|
|
- Weight
|
|
```tracker
|
|
searchType: task.done
|
|
searchTarget: Sport, Stretching
|
|
folder: Tracking/Daily
|
|
datasetName: Sport, Stretching
|
|
month:
|
|
mode: annotation
|
|
annotation: 💪, 🐈
|
|
startWeekOn: 'Mon'
|
|
color: '#3C81E3'
|
|
showAnnotationOfAllTargets: true
|
|
```
|