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

Bug 1772565: Egress legend color mismatch with bars #3604

Merged

Conversation

afreen23
Copy link
Contributor

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1772565

Bar chart colors are assigned as per the bar group.
Previously only one ChartBar was being used which was causing only color to pick for all bars in egress.
The fix is to have seperate bar for each group and adjust offset to center it with x axis ticks.
This is done by having ChartBar component for each single bar rather than one ChartBar for all bars.

@openshift-ci-robot
Copy link
Contributor

@afreen23: This pull request references Bugzilla bug 1772565, which is invalid:

  • expected the bug to target the "4.4.0" release, but it targets "---" instead

Comment /bugzilla refresh to re-evaluate validity if changes to the Bugzilla bug are made, or edit the title of this pull request to link to a different bug.

In response to this:

Bug 1772565: Egress legend color mismatch with bars

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-ci-robot openshift-ci-robot added the bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. label Nov 28, 2019
@openshift-ci-robot openshift-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. approved Indicates a PR has been approved by an approver from all required OWNERS files. component/noobaa Related to noobaa-storage-plugin labels Nov 28, 2019
@bipuladh
Copy link
Contributor

@afreen23 lint it

@afreen23
Copy link
Contributor Author

/bugzilla refresh

@openshift-ci-robot
Copy link
Contributor

@afreen23: This pull request references Bugzilla bug 1772565, which is invalid:

  • expected the bug to target the "4.4.0" release, but it targets "---" instead

Comment /bugzilla refresh to re-evaluate validity if changes to the Bugzilla bug are made, or edit the title of this pull request to link to a different bug.

In response to this:

/bugzilla refresh

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@afreen23
Copy link
Contributor Author

/bugzilla refresh

@openshift-ci-robot
Copy link
Contributor

@afreen23: This pull request references Bugzilla bug 1772565, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker.

In response to this:

/bugzilla refresh

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-ci-robot openshift-ci-robot added bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. and removed bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. labels Nov 28, 2019
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1772565

 Bar chart colors are assigned as per the bar group.
 Previously only one `ChartBar` was being used which was causing only color to pick for all bars in egress.
 The fix is to have seperate bar for each group and adjust offset to center it with x axis ticks.
 This is done by having `ChartBar` component for each single bar rather than one `ChartBar` for all bars.

Signed-off-by: Afreen Rahman <afrahman@redhat.com>
@afreen23
Copy link
Contributor Author

afreen23 commented Dec 1, 2019

/retest

@gnehapk
Copy link
Contributor

gnehapk commented Dec 3, 2019

/approve

@bipuladh
Copy link
Contributor

bipuladh commented Dec 3, 2019

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Dec 3, 2019
@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: afreen23, bipuladh, gnehapk

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@afreen23
Copy link
Contributor Author

afreen23 commented Dec 3, 2019

/cherrypick release-4.3

@openshift-cherrypick-robot

@afreen23: once the present PR merges, I will cherry-pick it on top of release-4.3 in a new PR and assign it to you.

In response to this:

/cherrypick release-4.3

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@cloudbehl
Copy link
Contributor

@afreen23 can you add before after screenshots of things changed

@openshift-merge-robot openshift-merge-robot merged commit 0c2442c into openshift:master Dec 3, 2019
@openshift-ci-robot
Copy link
Contributor

@afreen23: All pull requests linked via external trackers have merged. Bugzilla bug 1772565 has been moved to the MODIFIED state.

In response to this:

Bug 1772565: Egress legend color mismatch with bars

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-cherrypick-robot

@afreen23: new pull request created: #3641

In response to this:

/cherrypick release-4.3

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@spadgett spadgett added this to the v4.4 milestone Dec 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. component/noobaa Related to noobaa-storage-plugin lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants