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/
Chrome gave me the following error:
..which relates to
var colors = d3.scale.category20c().range();
in the buildSystemOverviewGraphs function of the SystemOverview plugin