Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
better treatment BG unit handling #481
Conversation
jasoncalabrese
added the
in progress
label
Mar 14, 2015
coveralls
commented
Mar 14, 2015
|
|
sulkaharo
commented on an outdated diff
Mar 14, 2015
static/js/client.js
| }); | ||
| var totalBG = 0; | ||
| closeBGs.forEach(function(d) { | ||
| - totalBG += d.y; | ||
| + totalBG += d.y; |
sulkaharo
Contributor
|
|
Ok added one comment / fix -> with that change mixed treatment record units render correctly regardless of the display units. :) |
coveralls
commented
Mar 14, 2015
jasoncalabrese
added a commit
that referenced
this pull request
Mar 14, 2015
|
|
jasoncalabrese |
daab336
|
jasoncalabrese
merged commit daab336
into dev
Mar 14, 2015
jasoncalabrese
removed the
in progress
label
Mar 14, 2015
jasoncalabrese
deleted the
wip/treatment-bg-scale branch
Mar 14, 2015
jasoncalabrese
referenced
this pull request
Mar 14, 2015
Closed
Fix rendering of Care Portal entries that do not define BG... #479
jasoncalabrese
modified the milestone: enchilada
Mar 18, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jasoncalabrese commentedMar 14, 2015
No description provided.