Auto Refresh option is not working while we publish a view.

Auto Refresh option is not working while we publish a view.

In Analytics Plus, we have recently identified that the "Auto Refresh" option while publishing a view is not working as expected. The expected behaviour is for the view to be refreshed at the configured interval. This will be addressed in our next release.



In order to resolve this, please follow the below steps.
  1. In your Analytics Plus installed server, navigate to the below path.
ManageEngine\AnalyticsPlus\webapps/ROOT/zdbjs/jschart

      2. Open
 the zc.js file.

     

      3. And uncomment the below entry.
if (isNumber(val)) {
      clearTimeout(val);
      clearInterval(val);
}

Before:


After:


      4. Then hard refresh the browser and check.