We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308c161 commit 6d7680bCopy full SHA for 6d7680b
BioRadar/src/script/kegg.js
@@ -225,7 +225,7 @@ function ProteinForceDirectedGraph() {
225
height = 650;
226
var radius=2;
227
var svg = d3.select("#protein").append("svg").attr("id","svgprotein")
228
- .attr("width", '100%').attr("height", 300)
+ .attr("width", '100%').attr("height", '100%')
229
.attr('viewBox',`0 0 ${width} ${height}`)
230
.style("background", "#fff");
231
var simulation = d3.forceSimulation()
0 commit comments