Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't click on dates to see values of Dataset #402

Open
WWology opened this issue Jan 2, 2025 · 1 comment
Open

Can't click on dates to see values of Dataset #402

WWology opened this issue Jan 2, 2025 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@WWology
Copy link

WWology commented Jan 2, 2025

image
I have this calendar Graph, but i can't click on any of the dates to see the value that i have on that day

Expected Behavior

I should be able to click on it

Current Behavior

Possible Solution

Steps to Reproduce (for bugs)

Context

@WWology
Copy link
Author

WWology commented Jan 2, 2025

For reference, here's the code i used

searchType: frontmatter
searchTarget: log-day-rating, log-sleep-rating, log-sleep-hours, log-healthy-eating
datasetName: Day-Rating, Sleep-Rating, Sleep-Hours, Healthy-Eating
startDate: <% moment(tp.file.title, "[W]w YYYY").startOf('month').add(0, 'days').format("Do MMM YYYY") %>
endDate: <% moment(tp.file.title, "[W]w YYYY").startOf('month').add(1, 'months').add(-1, 'days').format("Do MMM YYYY") %>
month:
	startWeekOn: 'Sun'
	threshold: 0.99, 0.99, 7.51, 0.99
	color: green
	initMonth: <% moment(tp.file.title, '[W]w YYYY').format('YYYY-MM') %>
	circleColorByValue: true
	todayRingColor: white
	selectedRingColor: white

@lazyguru lazyguru added enhancement New feature or request help wanted Extra attention is needed labels Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants