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 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 😊
The text was updated successfully, but these errors were encountered:
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.
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 😊
The text was updated successfully, but these errors were encountered: