-
Notifications
You must be signed in to change notification settings - Fork 121
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
feat(line_annotation): add hideLines and hideTooltips props to spec #154
feat(line_annotation): add hideLines and hideTooltips props to spec #154
Conversation
Codecov Report
@@ Coverage Diff @@
## master #154 +/- ##
==========================================
+ Coverage 94.06% 94.07% +<.01%
==========================================
Files 34 34
Lines 1753 1755 +2
Branches 223 224 +1
==========================================
+ Hits 1649 1651 +2
Misses 90 90
Partials 14 14
Continue to review full report at Codecov.
|
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.
Code LGTM, tested locally on chrome
# [3.8.0](v3.7.2...v3.8.0) (2019-04-08) ### Features * **line_annotation:** add hideLines and hideTooltips props to spec ([#154](#154)) ([ba806b1](ba806b1))
🎉 This PR is included in version 3.8.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [3.8.0](elastic/elastic-charts@v3.7.2...v3.8.0) (2019-04-08) ### Features * **line_annotation:** add hideLines and hideTooltips props to spec ([opensearch-project#154](elastic/elastic-charts#154)) ([f9ebdec](elastic/elastic-charts@f9ebdec))
Summary
re: #150
This PR introduces two props to LineAnnotationSpec:
hideLines
andhideTooltips
which can be used to toggle visibility of annotation lines and their tooltips when set to true.Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.