Skip to content
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

Tooltip for effective reproductive number #639

Merged
merged 4 commits into from
Apr 28, 2020
Merged

Conversation

nnoll
Copy link
Collaborator

@nnoll nnoll commented Apr 28, 2020

Related issues and PRs

Issue #581

Description

Gives a tooltip to our plot of the dynamic effective reproductie number

Impacted Areas in the application

DeterministicLinePlot.tsx
LinePlotTooltip.tsx
R0LinePlot.tsx

Testing

Open up the application and see with your eyes.

@vercel
Copy link

vercel bot commented Apr 28, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

@nnoll nnoll requested a review from rneher April 28, 2020 03:16
export interface R0PlotProps {
R0Trajectory: TimeSeriesWithRange
width: number
height: number
tMin: number
tMax: number
labelFormatter: LabelFormatter
tooltipPosition: Coordinate | undefined

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[eslint] reported by reviewdog 🐶
Consider using '?' syntax to declare this property instead of 'undefined' in its type. (tslint:prefer-optional) @typescript-eslint/tslint/config

@codecov
Copy link

codecov bot commented Apr 28, 2020

Codecov Report

Merging #639 into master will decrease coverage by 0.18%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master     #639      +/-   ##
==========================================
- Coverage   22.35%   22.16%   -0.19%     
==========================================
  Files         112      112              
  Lines        2259     2278      +19     
  Branches      337      344       +7     
==========================================
  Hits          505      505              
- Misses       1754     1773      +19     
Impacted Files Coverage Δ
.../components/Main/Results/DeterministicLinePlot.tsx 0.00% <ø> (ø)
src/components/Main/Results/LinePlotTooltip.tsx 0.00% <0.00%> (ø)
src/components/Main/Results/R0LinePlot.tsx 0.00% <0.00%> (ø)

@nnoll
Copy link
Collaborator Author

nnoll commented Apr 28, 2020

Note, the error bars are not subtracted as of now because I'm anticipating the merge of PR #613 which will change the representation to (20, 50, 80).

}
const formattedLabel = labelFormatter ? labelFormatter(label) : label
const datum = payload.filter((elt) => typeof elt.dataKey === 'string' && itemsToDisplay.includes(elt.dataKey))[0]
const round = (value: number): number => Math.round(100 * value) / 100

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[eslint] reported by reviewdog 🐶
Move arrow function round to the outer scope. unicorn/consistent-function-scoping

@vercel vercel bot requested a deployment to Preview April 28, 2020 03:32 Abandoned
return null
}
const formattedLabel = labelFormatter ? labelFormatter(label) : label
const datum = payload.filter((elt) => typeof elt.dataKey === 'string' && itemsToDisplay.includes(elt.dataKey))[0]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[eslint] reported by reviewdog 🐶
Move arrow function round to the outer scope. unicorn/consistent-function-scoping

@codeclimate
Copy link

codeclimate bot commented Apr 28, 2020

Code Climate has analyzed commit 3d9758f and detected 0 issues on this pull request.

View more on Code Climate.

@rneher
Copy link
Member

rneher commented Apr 28, 2020

Looks good to me. this should be merged with the fix/model/change-uncertainty branch I guess.

@ivan-aksamentov ivan-aksamentov merged commit 06f27d7 into master Apr 28, 2020
@ivan-aksamentov ivan-aksamentov deleted the feat/r0-tooltip branch April 28, 2020 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants