pommi / CGP

Collectd Graph Panel
http://pommi.nethuis.nl/category/cgp/
GNU General Public License v3.0
237 stars 89 forks source link

I want to see the dynamic changes without refreshing the browser. How to set ? #139

Closed baiwfg2 closed 7 years ago

Lekensteyn commented 8 years ago

Set $CONFIG['page_refresh'] = '30'; in conf/config.php to make it update every 30secs.

baiwfg2 commented 8 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.

pommi commented 7 years ago

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.