You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: