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

fix(bars): remove border visibility based on bar width #192

Merged
merged 1 commit into from
Apr 26, 2019

Conversation

markov00
Copy link
Member

Summary

This PR will disable the automatic removal of a border for narrow bars. We let the
user/developer decide the right size of the bar border width.

fix #189

Screenshot 2019-04-24 at 23 02 32

Checklist

Use strikethroughs to remove checklist items you don't feel are applicable to this PR.

  • This was checked for cross-browser compatibility, including a check against IE11
  • Proper documentation or storybook story was added for features that require explanation or tutorials
  • Unit tests were updated or added to match the most common scenarios
  • Each commit follows the convention

This commit will disable the automatic removal of a border for narrow bars. We let the
user/developer decide if the right size of the bar border width.

fix elastic#189
@markov00 markov00 requested a review from emmacunningham April 24, 2019 21:04
@markov00 markov00 added the :chart Chart element related issue label Apr 24, 2019
@codecov-io
Copy link

codecov-io commented Apr 24, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@032be73). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #192   +/-   ##
=========================================
  Coverage          ?   96.99%           
=========================================
  Files             ?       36           
  Lines             ?     1861           
  Branches          ?      260           
=========================================
  Hits              ?     1805           
  Misses            ?       48           
  Partials          ?        8

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 032be73...b054014. Read the comment docs.

Copy link
Contributor

@emmacunningham emmacunningham left a comment

Choose a reason for hiding this comment

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

tested locally, code LGTM!

@markov00 markov00 merged commit a270bab into elastic:master Apr 26, 2019
@markov00 markov00 deleted the fix-bar-strokewidth branch April 26, 2019 09:03
markov00 pushed a commit that referenced this pull request Apr 26, 2019
## [3.11.4](v3.11.3...v3.11.4) (2019-04-26)

### Bug Fixes

* **bars:** remove border visibility based on bar width ([#192](#192)) ([a270bab](a270bab)), closes [#189](#189)
@markov00
Copy link
Member Author

🎉 This PR is included in version 3.11.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

@markov00 markov00 added the released Issue released publicly label Apr 26, 2019
AMoo-Miki pushed a commit to AMoo-Miki/OpenSearch-Dashboards that referenced this pull request Feb 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:chart Chart element related issue released Issue released publicly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

strokeWidth > 1 not working on single bar styling
3 participants