Tracker Plugin to calculate hours

I am trying to set up tracker to show a bar graph of my sleep so it displays total sleep, deep sleep, light sleep and awake. I am getting an error saying that Not all values in time format.

Things I have tried

I have tried changing the way I write the format in my YML info, but have not been able to get it to work. Can anyone tell me what I am doing wrong? I also have searched HELP to see if I could find an answer.
Here is what I have in the YML

This is what I have in my YML

total: 10:34
deep: 04:46
light: 05:48
Awake: 00:04

This is what I have for tracker

searchType: frontmatter
searchTarget: total[0], deep[1], light[2], awake[3]
endDate: 0d
folder: Cycles & Reviews/Daily Notes
bar:
    title: Sleep 
    xAxisLabel: "Time"
    yAxisTickInterval: 30m
    yAxisTickLabelFormat: H---m
	barColor: green, dark blue, light blue, Pink

If you can help me out that would be appreciated!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.