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

Boost mode with categories causes points inside plot to disappear #19497

Closed
alrahemtulla opened this issue Aug 4, 2023 · 3 comments · Fixed by #19544
Closed

Boost mode with categories causes points inside plot to disappear #19497

alrahemtulla opened this issue Aug 4, 2023 · 3 comments · Fixed by #19544

Comments

@alrahemtulla
Copy link

Expected behaviour

Points inside the plot area should always be rendered

Actual behaviour

While scrolling after zoom, the points get clipped before they reach the edge of the plot.

Live demo with steps to reproduce

The series needs to be boosted and xAxis.categories must be set.

Zoom in and start scrolling horizontally. Notice that some points disappear early than we expect, and eventually most disappear before the category is off the screen.
https://jsfiddle.net/9g7Lmqph/1/

image
image

Product version

Latest

Affected browser(s)

All

@highsoft-bot highsoft-bot added this to To do in Development-Flow via automation Aug 4, 2023
@alrahemtulla
Copy link
Author

Also notice that the points that DO appear near the edge of the plot, will not have tooltips.

@bm64
Copy link
Member

bm64 commented Aug 7, 2023

Hello @alrahemtulla and thanks for reporting the issue.

@vazonik
Copy link
Member

vazonik commented Aug 10, 2023

Internal note: This bug is not related to Stock, it occurs in Core while zooming (demo) or just setting the axis extremes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging a pull request may close this issue.

4 participants