new history plot display page needs a "reload" button

Issue #233 new
dd1 created an issue

using “+” and “-” buttons on the new history plot display, causes loading more data from mhttpd and if there is a network delay or an mhttpd delay or whatever delay, these requests time out (or give errors) and leave the history plot page in an inconsistent state. A “reload” button is needed to recover from this. Other options like the browser reload button do not do the right thing - they reset the time scale and other settings. K.O.

Comments (1)

  1. Stefan Ritt

    The timeout comes from the mjsonrpc layer, it has to be handled there. Maybe a retry after a timeout?

    The reload button keeps the current date/time, since this is now part of the URL. Yes, the time scale resets, but not a big deal. If more people complain, I can add the time scale to the URL as well.

  2. Log in to comment