-
Notifications
You must be signed in to change notification settings - Fork 8
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
Update global health component #275
Update global health component #275
Conversation
Hello chengyanjin,My role is to assist you with the merge of this Status report is not available. |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
ConflictThere is a conflict between your branch Please resolve the conflict on the feature branch ( $ git fetch
$ git checkout origin/improvement/update-global-health-component
$ git merge origin/development/1.0
$ # <intense conflict resolution>
$ git commit
$ git push origin HEAD:improvement/update-global-health-component |
9210092
to
b4e3bc0
Compare
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
ConflictThere is a conflict between your branch Please resolve the conflict on the feature branch ( $ git fetch
$ git checkout origin/improvement/update-global-health-component
$ git merge origin/development/1.0
$ # <intense conflict resolution>
$ git commit
$ git push origin HEAD:improvement/update-global-health-component |
24b1004
to
bed32db
Compare
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
acac2e5
to
59d3ecb
Compare
src/lib/components/globalhealthbar/GlobalHealthBar.component.js
Outdated
Show resolved
Hide resolved
src/lib/components/globalhealthbar/GlobalHealthBar.component.js
Outdated
Show resolved
Hide resolved
src/lib/components/globalhealthbar/GlobalHealthBar.component.js
Outdated
Show resolved
Hide resolved
src/lib/components/globalhealthbar/GlobalHealthBar.component.js
Outdated
Show resolved
Hide resolved
src/lib/components/globalhealthbar/GlobalHealthBar.component.js
Outdated
Show resolved
Hide resolved
src/lib/components/globalhealthbar/GlobalHealthBar.component.js
Outdated
Show resolved
Hide resolved
src/lib/components/globalhealthbar/GlobalHealthBar.component.js
Outdated
Show resolved
Hide resolved
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: The following reviewers are expecting changes from the author, or must review again: |
The design of the pop-up might be enhanced later on (for instance, adding an icon next to severity). |
59d3ecb
to
62bf287
Compare
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: The following reviewers are expecting changes from the author, or must review again: |
0fe2d52
to
2a113f9
Compare
ConflictThere is a conflict between your branch Please resolve the conflict on the feature branch ( $ git fetch
$ git checkout origin/improvement/update-global-health-component
$ git merge origin/development/1.0
$ # <intense conflict resolution>
$ git commit
$ git push origin HEAD:improvement/update-global-health-component |
2a113f9
to
69fe3c6
Compare
69fe3c6
to
49dcff1
Compare
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: The following reviewers are expecting changes from the author, or must review again: |
49dcff1
to
e724f39
Compare
Haven't found a solution for this. But I think it's not a block for the moment, maybe we can create a ticket to tract all the improvement need to be done around global health component. (Please check the change). I try to achieve the best I can do.
What I can do is display the same tooltip(without description and title, because no alert trigger in this period)
Issue solved. Thanks for pointing this issue!
Customized the tooltip. |
domainWidth: 0, | ||
tickCount: 7, | ||
labelExpr: | ||
"[timeFormat(datum.value, '%d'), timeFormat(datum.value, '%d') == '01' ? timeFormat(datum.value, '%b') : '']", |
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.
shouldn't we always display the month for the first point ? (for example a graph starting on 7 February and ending on 14th won't display any month information so I'm wondering if displaying the month on the first displayed day could help to understand that we are displaying dates here )
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.
e724f39
to
d0b6860
Compare
d0b6860
to
7ec8098
Compare
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
/approve |
/status |
StatusStatus report is not available. The following options are set: approve |
In the queueThe changeset has received all authorizations and has been added to the The changeset will be merged in:
There is no action required on your side. You will be notified here once IMPORTANT Please do not attempt to modify this pull request.
If you need this pull request to be removed from the queue, please contact a The following options are set: approve |
I have successfully merged the changeset of this pull request
Please check the status of the associated issue None. Goodbye chengyanjin. |
Component: Global Health Component
Description:
As the first interaction, we decided to only display the global health alert exclude the alerts one layer below.
Design:
Update:
Update:
Closes: #186