damiencorpataux / jquery-smokeping-zoom

jQuery javascript plugin for zooming smokeping graphs, standalone.
0 stars 0 forks source link

Sync feature makes graph images requests in wrong order #2

Closed damiencorpataux closed 10 years ago

damiencorpataux commented 10 years ago

When zooming on a graph that is synced between other graphs, the HTTP requests are fired in the following order:

This make the wheeled graph to update slightly after the others (when responses lag a little. Firebug network pane shows that the requests are in the wrong order.

It would be nice to have the requests fired in the right order:

damiencorpataux commented 10 years ago

Firing requests in order won't grant that the graphs images are refreshed in order. However it makes sense to fire requests in order. To be fixed.