Closed mendozaline closed 5 years ago
This PR fixes issue #1153.
The chart in the dashboard now no longer reanimates when the map rerenders.
This has been solved by:
React.memo()
An animate prop can still be created for the chart components if we want the chart to not animated at all.
animate
This PR fixes issue #1153.
The chart in the dashboard now no longer reanimates when the map rerenders.
This has been solved by:
React.memo()
to prevent the dashboard from re-rendering when the props haven't changedAn
animate
prop can still be created for the chart components if we want the chart to not animated at all.