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

Poor performance - XYChart (w/captureEvents) + AnimatedBarSeries + NextJS #1818

Open
owenbirdsall opened this issue Apr 10, 2024 · 0 comments

Comments

@owenbirdsall
Copy link

owenbirdsall commented Apr 10, 2024

I have an XYChart that captures events (for Tooltips) and has an AnimatedBarSeries running under NextJS.

I get terrible performance and a "[Violation] 'message' handler took XXXms" error as my cursor goes over the chart. If I switch to a non animated BarSeries the error goes away.

I noticed this does not happen in the AnimatedBarSeries of the XYChart gallery example, so I took the example and placed it on my NextJS site (no other content on the page), and the error appears. So it seems to be unrelated to my chart and perhaps an issue using VisX in NextJS.

Does anyone else have an AnimatedBarSeries running on a NextJS site?

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

No branches or pull requests

1 participant