-
Notifications
You must be signed in to change notification settings - Fork 6
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
plot co2e and energy in one plot with two axis #87
Conversation
mirpedrol
commented
Jan 31, 2024
•
edited
Loading
edited
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.
Great @mirpedrol !
Did something change regarding displaying the values? I was wondering why the median is displayed as 16.4
not and not 16.40
. Wasn't this like this before?
plugins/nf-co2footprint/src/resources/CO2FootprintReportTemplate.html
Outdated
Show resolved
Hide resolved
plugins/nf-co2footprint/src/resources/assets/CO2FootprintReportTemplate.js
Outdated
Show resolved
Hide resolved
plugins/nf-co2footprint/src/resources/CO2FootprintReportTemplate.html
Outdated
Show resolved
Hide resolved
Sorry for the late review @mirpedrol ! |
Co-authored-by: Sabrina Krakau <[email protected]>
This is due to a new way I found to determine which number of decimals to use: https://github.com/nextflow-io/nf-co2footprint/pull/87/files#diff-c42fa18c056e4a0988d45f4a58d2604ec610ff4e979f175cdf8243ee3f235890R79-R86 |
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.
LGTM!