-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: None
-
Component/s: Mission Control Client
-
None
-
JMC 8.2 Sprint 2, JMC 8.2 Sprint 3
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JMC-7755 | 8.0.1 | Marcus Hirt | P2 | Resolved | Fixed |
Right now the graph view and the flame view are using different versions of the d3 library.
Graph view:
d3.v5.min.js
Flame view:
d3.v6.min.js
Soon the heatmap view will be added, using:
d3.v6.min.js
We should try upgrading both the graphviz.js version and the d3 version used by the graph view.