Skip to content

Commit 6d7680b

Browse files
committed
Update kegg.js
1 parent 308c161 commit 6d7680b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BioRadar/src/script/kegg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ function ProteinForceDirectedGraph() {
225225
height = 650;
226226
var radius=2;
227227
var svg = d3.select("#protein").append("svg").attr("id","svgprotein")
228-
.attr("width", '100%').attr("height", 300)
228+
.attr("width", '100%').attr("height", '100%')
229229
.attr('viewBox',`0 0 ${width} ${height}`)
230230
.style("background", "#fff");
231231
var simulation = d3.forceSimulation()

0 commit comments

Comments
 (0)