FIlter phantom circles#2773
Merged
rashidkpc merged 4 commits intoelastic:masterfrom Jan 27, 2015
jthomassie:fix/2763
Merged
Conversation
Contributor
|
Instead of adding a function that removes circles, why not filter the data so that circles where |
…rather than adding a method to remove circles after drawn
Author
|
Good idea @stormpython! |
Author
|
Closes #2763 |
Contributor
|
Need to add tests to area chart for this. Should center around testing that no circles are drawn when |
Author
|
Test added, ready for review. |
Contributor
|
LGTM. Assigning to @rashidkpc for another set of eyes. |
Contributor
|
LGTM |
maryam-saeidi
added a commit
that referenced
this pull request
Feb 27, 2026
## Summary This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@elastic/charts](https://togithub.com/elastic/elastic-charts) | dependencies | minor | [`71.1.2` -> `71.2.0`](elastic/elastic-charts@v71.1.2...v71.2.0) | --- ### Release Notes ## [71.2.0](elastic/elastic-charts@v71.1.2...v71.2.0) (2026-02-26) ### Bug Fixes * **metric:** update badge to pill shape with adjusted padding ([#2786](elastic/elastic-charts#2786)) ([80be269](elastic/elastic-charts@80be269)) * **theme:** expose font weight in text style ([#2788](elastic/elastic-charts#2788)) ([02f4afa](elastic/elastic-charts@02f4afa)) ### Features * **legend:** add "list" layout for horizontal legends ([#2784](elastic/elastic-charts#2784)) ([8967ce3](elastic/elastic-charts@8967ce3)) * **legend:** add legendActionOnHover option to show actions on hover ([#2773](elastic/elastic-charts#2773)) ([d1be88f](elastic/elastic-charts@d1be88f))
qn895
pushed a commit
to qn895/kibana
that referenced
this pull request
Mar 11, 2026
## Summary This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@elastic/charts](https://togithub.com/elastic/elastic-charts) | dependencies | minor | [`71.1.2` -> `71.2.0`](elastic/elastic-charts@v71.1.2...v71.2.0) | --- ### Release Notes ## [71.2.0](elastic/elastic-charts@v71.1.2...v71.2.0) (2026-02-26) ### Bug Fixes * **metric:** update badge to pill shape with adjusted padding ([elastic#2786](elastic/elastic-charts#2786)) ([80be269](elastic/elastic-charts@80be269)) * **theme:** expose font weight in text style ([elastic#2788](elastic/elastic-charts#2788)) ([02f4afa](elastic/elastic-charts@02f4afa)) ### Features * **legend:** add "list" layout for horizontal legends ([elastic#2784](elastic/elastic-charts#2784)) ([8967ce3](elastic/elastic-charts@8967ce3)) * **legend:** add legendActionOnHover option to show actions on hover ([elastic#2773](elastic/elastic-charts#2773)) ([d1be88f](elastic/elastic-charts@d1be88f))
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.
Revised area chart to delete phantom circles, where d.y === 0
Fixes #2763