Tracker plugin: Task progress chart

What I’m trying to do

Im trying to create a progress bar of tasks (done, not done) from a single doc.

Things I have tried

here’s the whole doc:

  • Task 1
  • Task 2
file: "Quick notes"
searchType: task
searchTarget: task.all
line:
  title: Task progress
  lineColor: yellow
  xAxisLabel: "tfasdfdt"
  yAxisLabel: "dsad"

Im getting this error: No valid date as X value found in notes 21 files are not in the right format.

I don’t have the dates in YAML, I don’t need the dates.

Theres nothing in the frontmatter of this doc.

Whatever I do, it just throws a new error, I’ve yet to see a single chart with this thing.

I’ve checked the docs, they arent rly helpful, and there’s no example on there of this particular chart I need.