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

Synced snapped cursor sometimes disappears #746

Open
senchden opened this issue Jan 4, 2023 · 1 comment
Open

Synced snapped cursor sometimes disappears #746

senchden opened this issue Jan 4, 2023 · 1 comment
Labels
enhancement Feature request wontfix This will not be worked on

Comments

@senchden
Copy link

senchden commented Jan 4, 2023

When using charts with cursor snapping to series and synchronisation between cursors, sometimes cursor can disappear.
I've created a fiddle: https://jsfiddle.net/6fxdejbg/
Move the cursor in the left part of any of the two charts and observe the cursor disappear. Tested with the latest amcharts5 (5.2.47) in Chrome 108 and Firefox 108.

@martynasma
Copy link
Collaborator

It disappears because it tries to snap to the data item on the left that is slightly out of view.

It's not super critical, and changing snapping algo like that would require fuzzy logic, which we are trying to avoid.

I'm afraid we won't be able to fix this.

@martynasma martynasma added enhancement Feature request wontfix This will not be worked on labels Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants