Describe the bug
If you have 50 graphs on the page, and then zoom, you will notice that 101 network requests are made. There should be only 50. This causes a slowdown in the user interface.
To Reproduce
Steps to reproduce the behavior:
- Open the browser debug panel and goto the network tab
- Go to any Graph page
- Initialize a zoom.
- Note that there are several duplicate requests
Expected behavior
There should be only one request per graph