Closed baiwfg2 closed 7 years ago
I found one issue. I set page_refresh relatively low, for example, 2 seconds. Every time the page is refreshed, the graphs which were zoomed in by myself return to the original look, which doesn't look well. I want refreshment not to influence the zoomed graphs.
This is currently not possible. Some kind of javascript / AJAX interaction should be implemented for this, so it will only update the graphs and not refresh the whole page.
Feel free to develop this feature and send in a Pull Request.
Set
$CONFIG['page_refresh'] = '30';
in conf/config.php to make it update every 30secs.