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

Stacked points on area series connect line to fitted point #2292

Open
nickofthyme opened this issue Jan 9, 2024 · 0 comments
Open

Stacked points on area series connect line to fitted point #2292

nickofthyme opened this issue Jan 9, 2024 · 0 comments
Labels
bug Something isn't working :xy Bar/Line/Area chart related

Comments

@nickofthyme
Copy link
Collaborator

Describe the issue
When using a stacked area series, setting an isolated value in the data correctly places the point but treats the next point as a real point when it is actually fitted in order to allow stacking.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://codesandbox.io/s/quirky-tess-q9c5fg?file=/src/App.tsx
  2. Notice the point at YUL that has a connection to YOW. This should only happen if the fit is set to something other than none.

Expected behaviour
The point is treated as an isolated point and not connected to an arbitrary point.

Screenshots
Screen Recording 2024-01-09 at 08 50 41 AM

Version (please complete the following information):

  • Elastic Charts: v61.0.0 prior versions are okay
@nickofthyme nickofthyme added bug Something isn't working :xy Bar/Line/Area chart related labels Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working :xy Bar/Line/Area chart related
Projects
None yet
Development

No branches or pull requests

1 participant