-
Notifications
You must be signed in to change notification settings - Fork 237
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
Respect thresholds in scaled months #365
Conversation
@@ -46,21 +46,23 @@ month: | |||
``` | |||
|
|||
### Colored by Values | |||
Use parameter `circleColorByValue`, color the circles based on the values | |||
Use parameters `circleColorByValue`, `yMin`, and `yMax`, to color the circles based on the values |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's worth emphasizing that you need to set all 3 of these in order for it to take effect.
@@ -6,7 +6,7 @@ bloodpressure: 177/119 | |||
|
|||
#weight:70.0kg | |||
|
|||
#exercise-pushup:35 | |||
#exercise-pushup:5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This date should now have no circle, because it is beneath the threshold.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see it circled when I test your branch locally
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The issue is that you have to update all of the 2021-01-05 files to handle for all the various date formats. When I update 2021-01-05.md, the test works
@pyrochlore FYI. I'd be interested to hear your thoughts on this / the underlying issue. P.S. thank you for the awesome project! Both very neat and useful! |
@@ -6,7 +6,7 @@ bloodpressure: 177/119 | |||
|
|||
#weight:70.0kg | |||
|
|||
#exercise-pushup:35 | |||
#exercise-pushup:5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see it circled when I test your branch locally
I applied the missing fixes. Thanks for your contribution |
@lazyguru TY so much! |
Description
See #364 for description. Ensures that the
month
graph'sthreshold
parameter, even whencircleColorByValue
is also used.Fixes #364
Note that I just raised that issue myself, and it appears that the behavior I'm removing was added intentionally. So, I'd understand if this PR is rejected (although I would be curious to hear why it behaves the way it does).
Type of change
Please delete options that are not relevant.
How Has This Been Tested?