Skip to content

feat: Adding bar gauge new style #1091

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

Merged
merged 2 commits into from
Sep 1, 2021
Merged

feat: Adding bar gauge new style #1091

merged 2 commits into from
Sep 1, 2021

Conversation

palbizu
Copy link
Contributor

@palbizu palbizu commented Aug 27, 2021

Description

  • Adding Bar Gauge new Style (single-bar)

Testing

Visual Testing

image

Checklist:

  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • Any dependent changes have been merged and published in downstream modules

Documentation

Make sure that you have documented corresponding changes in this repository or hypertrace docs repo if required.

@palbizu palbizu requested a review from a team as a code owner August 27, 2021 23:30
@codecov
Copy link

codecov bot commented Aug 27, 2021

Codecov Report

Merging #1091 (e9dca0a) into main (a7a6ad6) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1091   +/-   ##
=======================================
  Coverage   85.12%   85.12%           
=======================================
  Files         821      821           
  Lines       16965    16965           
  Branches     2044     2044           
=======================================
  Hits        14441    14441           
  Misses       2493     2493           
  Partials       31       31           
Impacted Files Coverage Δ
...shared/components/bar-gauge/bar-gauge.component.ts 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a7a6ad6...e9dca0a. Read the comment docs.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

Copy link
Contributor

@jake-bassett jake-bassett left a comment

Choose a reason for hiding this comment

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

lgtm, but would appreciate @arjunlalb or @anandtiwary taking a look as well.

@palbizu palbizu merged commit ada938a into main Sep 1, 2021
@palbizu palbizu deleted the BarGaugeNewStyle branch September 1, 2021 14:46
@github-actions
Copy link

github-actions bot commented Sep 1, 2021

Unit Test Results

    4 files  265 suites   17m 26s ⏱️
951 tests 951 ✔️ 0 💤 0 ❌
958 runs  958 ✔️ 0 💤 0 ❌

Results for commit ada938a.

@@ -162,5 +162,6 @@ interface BarSegment extends Segment {

export const enum BarGaugeStyle {
Regular = 'regular',
Compact = 'compact'
Compact = 'compact',
SingleBar = 'single-bar'
Copy link
Contributor

Choose a reason for hiding this comment

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

May be naming could have been different. All of these are single bars only rights?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes but the rest of the gauges have bars, references, title, etc... So in this case I have only a single bar.

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