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

performance issue for animation #195

Open
Kathir2002 opened this issue Aug 27, 2024 · 1 comment
Open

performance issue for animation #195

Kathir2002 opened this issue Aug 27, 2024 · 1 comment

Comments

@Kathir2002
Copy link

I have used react-native-echarts for bar chart, i have other animation in my page, Bar chart slows down the other animations and it feels laggy, if i comment down the Bar Chart component then the other animations works normally.

And i have another issue i open the tooltip by click the axes and then i want to close the tooltip when clicking outside the bar chart file.

react-native-echarts rerender the chart for other state updates, which state are not corresponds to the BarChart Data.

Thanks in Advance 😊

@zhiqingchen
Copy link
Member

It seems that the two components influence each other. The two parts can be split into their respective components to reduce the re-rendering of the bar chart.

More information needs to be provided, such as a demo or sample code that can be reproduced.

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

3 participants
@zhiqingchen @Kathir2002 and others