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/
Issue Links
Activity
Tyson Phillips (Inactive)
created issue -
Tyson Phillips (Inactive)
made changes -
Field | Original Value | New Value |
---|---|---|
Rank | Ranked higher |
Tyson Phillips (Inactive)
made changes -
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. See https://www.blesta.com/forums/index.php?/topic/7392-client-services-tab-graph-issue/ |
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/ |
Tyson Phillips (Inactive)
made changes -
Tyson Phillips (Inactive)
made changes -
Sprint | 4.0.0 Sprint 9 [ 27 ] |
Tyson Phillips (Inactive)
made changes -
Rank | Ranked higher |
Tyson Phillips (Inactive)
made changes -
Sprint | 4.0.0 Sprint 9 [ 27 ] | 4.0.0 Sprint 9, 4.0.0 Sprint 10 [ 27, 28 ] |
Paul Phillips
made changes -
Fix Version/s | 4.0.0-b3 [ 11002 ] | |
Fix Version/s | 4.0.0-b2 [ 11001 ] |
Tyson Phillips (Inactive)
made changes -
Sprint | 4.0.0 Sprint 9, 4.0.0 Sprint 10 [ 27, 28 ] | 4.0.0 Sprint 9, 4.0.0 Sprint 10, 4.0.0 Sprint 11 [ 27, 28, 29 ] |
Tyson Phillips (Inactive)
made changes -
Rank | Ranked higher |
Paul Phillips
made changes -
Fix Version/s | 4.0.0-b4 [ 11003 ] | |
Fix Version/s | 4.0.0-b3 [ 11002 ] |
Automated transition triggered when Jonathan Reissmueller created a branch in Stash -
Status | Open [ 1 ] | In Progress [ 3 ] |
Automated transition triggered when Jonathan Reissmueller created pull request #9 in Stash -
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Tyson Phillips (Inactive)
made changes -
Sprint | 4.0.0 Sprint 9, 4.0.0 Sprint 10, 4.0.0 Sprint 11 [ 27, 28, 29 ] | 4.0.0 Sprint 9, 4.0.0 Sprint 10, 4.0.0 Sprint 11, 4.0.0 Sprint 12 [ 27, 28, 29, 30 ] |
Tyson Phillips (Inactive)
made changes -
Rank | Ranked higher |
Tyson Phillips (Inactive)
made changes -
Summary | Graphs fail to load sometimes | System Overview: Graphs fail to load sometimes |
Tyson Phillips (Inactive)
made changes -
Automated transition triggered when Tyson Phillips (Inactive) merged pull request #9 in Stash -
Status | In Review [ 5 ] | Closed [ 6 ] |
Chrome gave me the following error:
..which relates to
var colors = d3.scale.category20c().range();
in the buildSystemOverviewGraphs function of the SystemOverview plugin