Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.0-b1
-
Fix Version/s: 4.0.0-b4
-
Component/s: None
-
Labels:None
Description
Graphs fail to be displayed in the System Overview, System Status, and Billing Overview widgets at times.
It appears there is a JavaScript error: "d3 is not defined" from "buildSystemOverviewGraphs:36" in the System Overview plugin. Others may have a similar issue.
Also, "nv is not defined" from "buildSystemOverviewGraphs:38".
See https://www.blesta.com/forums/index.php?/topic/7392-client-services-tab-graph-issue/
I notice this issue only in Google Chrome, and it appears to be due to the way the browser fetches information from the cache when $.ajax's 'ifModified' property is set to true, i.e., it does not fetch the resource requested. See http://stackoverflow.com/questions/16306825/jquery-ajax-ifmodified-not-honored-on-call-for-cached-response-when-should-be-30