We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
I should be able to click on it
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: