You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Grapher plugin stopped working since Zabbix 4.0.0. It appears Zabbix changed the timeline interface, on which the plugin apparently depends.
It's possible to make it render the page again by adding this in the grapher/grapher.js file;
timeControl.timeline = timeControl.objectList.scrollbar.timeline;
after:
timeControl.processObjects();
however this will render the graphs with a default timerange, and refreshes won't work. Also the new timeline control won't be rendered. since the whole _usertime seems to be gone.
I've checked the Zabbix commit log, but couldn't find a clue on what should be changed to make the timeline control functioning again.
Steps to Reproduce
upgrade to Zabbix 4.0.0
goto the grapher plugin
it won't render
The text was updated successfully, but these errors were encountered:
Description
The Grapher plugin stopped working since Zabbix 4.0.0. It appears Zabbix changed the timeline interface, on which the plugin apparently depends.
It's possible to make it render the page again by adding this in the grapher/grapher.js file;
timeControl.timeline = timeControl.objectList.scrollbar.timeline;
after:
timeControl.processObjects();
however this will render the graphs with a default timerange, and refreshes won't work. Also the new timeline control won't be rendered. since the whole _usertime seems to be gone.
I've checked the Zabbix commit log, but couldn't find a clue on what should be changed to make the timeline control functioning again.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: