Skip to content

fix(xy): render isolated points always #2631

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

markov00
Copy link
Member

Summary

This PR fixes the isolated points not rendering with stacked areas.

Details

The checks that understand if a point is isolated or not, was checking only the y1 paramater, that is evaluated to 0 in the stack mode (to correctly stack values on top of each other). This causes a failure on the logic that was considering only if the value was filled.

Issues

fix #2630

@markov00 markov00 added :data Data/series/scales related issue :xy Bar/Line/Area chart related labels Mar 20, 2025
@elastic-datavis
Copy link
Contributor

✅ Successful Deployment (build#4632) - d68989f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:data Data/series/scales related issue :xy Bar/Line/Area chart related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Isolated points on stacked area not shown.
1 participant