-
-
Notifications
You must be signed in to change notification settings - Fork 584
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
possible feature ? BMI on Graph #462
Comments
Yeah, this sounds useful |
@rolandgeider I'm new to Github, but I'd like to try this one. |
Hi @Svn-Sp ! Sure, do you have a working development instance? I still haven't uploaded the new Docker images... 🙈 We can coordinate us in the gitter channel, or here if you want |
Have installed wger for developement, but when I go to the weight overview page I just get the table but no graph... |
Strange, if you have entries there, it should show you something. Does the development server show 404 errors? |
I'll take a look at master. I've been working on a different branch with mobile templates (which I'll hope I'll be able to merge soon) and there it's definitely working |
I've merged the branch into master and the weight overview is working (other things are ugly, but should still be functional). The CSS/JS libraries are downloaded with yarn now, the easiest thing is probably to use docker-compose, but you can download the dependencies yourself with |
Excuse me if this isn't the smartest question, but could you post the complete |
it's strange that yarn says there's a lock from another package manager, did you pull the latest stuff from master? What does |
Ok, so I don't really know how I did it, but now it runs! I am gonna start working on the feature now. |
How shall I implement this, I mean should I draw the lines in the svg or has d3 a function for this or what should I do? |
😂😂 I feel you. When it suddenly starts (or stops) working and you don't know why... |
For the weight chart we use metricsgraphics, you can look there if it is possible to draw on top of an existing chart. D3 is used in the background, perhaps it's possible to access that? |
Have opened a PR... |
Feature/bmi on graph at weight overview (Issue #462)
PR was merged, closing here |
Although the BMI is not as good as other measurements it gives you a rough estimate where your weight should be located
It would be cool to have a checkbox which enables the a transparent color of the bmi displayed in the background of the graph
The text was updated successfully, but these errors were encountered: