Skip to content

Latest commit

 

History

History
53 lines (46 loc) · 1.16 KB

File metadata and controls

53 lines (46 loc) · 1.16 KB

Blood Pressure Tracker

searchType: frontmatter
searchTarget: bloodpressure[0], bloodpressure[1]
datasetName: systolic, diastolic
folder: diary
startDate: 2021-01-01
endDate: 2021-01-31
line:
    title: Blood Pressures
    yAxisLabel: BP
    yAxisUnit: mmHg
    lineColor: yellow, red
	showLegend: true
searchType: frontmatter
searchTarget: bloodpressure[0], bloodpressure[1]
datasetName: systolic, diastolic
folder: diary
startDate: 2021-01-01
endDate: 2021-01-31
summary:
    template: "Average: {{average(Dataset(0))}}/{{average(Dataset(1))}}\nAverage: {{average(Dataset(systolic))}}/{{average(Dataset(diastolic))}}"
searchType: frontmatter
searchTarget: bloodpressure[0], bloodpressure[1]
datasetName: systolic, diastolic
folder: diary
startDate: 2021-01-01
endDate: 2021-01-31
line:
    title: Blood Pressures
    yAxisLabel: Systolic, Diastolic
    yAxisUnit: mmHg
	yMin: 150, 110
	yMax: 190, 125
	yAxisLocation: left, right
	yAxisColor: yellow, red
	yAxisLabelColor: yellow, red
    lineColor: yellow, red
	barColor: yellow, red
	showLegend: true

Please also check those search targets in markdown files under folder 'diary'.