obsidian-tracker icon indicating copy to clipboard operation
obsidian-tracker copied to clipboard

Line graph Weekly

Open jqlifice opened this issue 1 year ago • 1 comments

Hi I want to extrapolate data from my weekly notes to a graph, either I made a mistake somewhere or it doesnt support it yet.

first approach was to do it analogue to the daily ones

searchType: frontmatter
searchTarget: weight
folder: Journal/Weekly
startDate: 2023-02-23
endDate: 2023-12-31
line:
	title: Weight
	yAxisUnit: kg
	lineColor: purple

which resulted in No valid date as X value found in notes 2 files are not in the right format.

then I tried it with the week format I am using, which also did not work

searchType: frontmatter
searchTarget: weight
folder: Journal/Weekly
startDate: 2023-W08
endDate: 2023-W52
line:
	title: Weight
	yAxisUnit: kg
	lineColor: purple

throwing me Invalid startDate, the format of startDate may not match your dateFormat YYYY-MM-DD

so i was wondering is there was a way to accomplish this, and if not, weather this might get added in the future.

ty

jqlifice avatar Feb 26 '23 16:02 jqlifice