fix(tooltip): allow explicit boundary element#1049
Merged
nickofthyme merged 3 commits intoelastic:masterfrom Mar 4, 2021
Merged
fix(tooltip): allow explicit boundary element#1049nickofthyme merged 3 commits intoelastic:masterfrom
nickofthyme merged 3 commits intoelastic:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1049 +/- ##
=======================================
Coverage 72.80% 72.80%
=======================================
Files 363 363
Lines 11242 11242
Branches 2445 2445
=======================================
Hits 8185 8185
Misses 3043 3043
Partials 14 14
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
markov00
approved these changes
Mar 4, 2021
Collaborator
markov00
left a comment
There was a problem hiding this comment.
LGTM, you probably want to extract the boundary code to a function to reuse it and change it on a single place if need
Not required in this PR
nickofthyme
added a commit
to nickofthyme/elastic-charts
that referenced
this pull request
Mar 4, 2021
nickofthyme
added a commit
to nickofthyme/elastic-charts
that referenced
this pull request
Mar 4, 2021
nickofthyme
added a commit
that referenced
this pull request
Mar 4, 2021
Collaborator
Author
|
🎉 This PR is included in version 25.1.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
AMoo-Miki
pushed a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this pull request
Feb 10, 2022
## [25.1.1](elastic/elastic-charts@v25.1.0...v25.1.1) (2021-03-05) ### Bug Fixes * clippedRanges when complete dataset is null ([opensearch-project#1037](elastic/elastic-charts#1037)) ([e37b4a7](elastic/elastic-charts@e37b4a7)) * **tooltip:** allow explicit boundary element ([opensearch-project#1049](elastic/elastic-charts#1049)) ([118c2b5](elastic/elastic-charts@118c2b5))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
fixes #1048
Applies
tooltip.boundaryto tooltip options.Screen.Recording.2021-03-03.at.03.10.16.PM.mp4
Checklist
src/index.ts(and stories only import from../srcexcept for test data & storybook)