Skip to content

Commit

Permalink
separate div names
Browse files Browse the repository at this point in the history
  • Loading branch information
Giancarlo Perrone committed Jun 4, 2020
1 parent 6524363 commit 34edef2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyvis/source/gameofthrones.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<style type="text/css">

#mynetwork {
#mynetwork3 {
width: 100%;
height: 750px;
background-color: #222222;
Expand All @@ -32,7 +32,7 @@

// This method is responsible for drawing the graph, returns the drawn network
function drawGraph() {
var container = document.getElementById('mynetwork');
var container = document.getElementById('mynetwork3');



Expand Down
4 changes: 2 additions & 2 deletions pyvis/source/nx.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<style type="text/css">

#mynetwork {
#mynetwork2 {
width: 100%;
height: 750px;
background-color: #ffffff;
Expand Down Expand Up @@ -42,7 +42,7 @@

// This method is responsible for drawing the graph, returns the drawn network
function drawGraph() {
var container = document.getElementById('mynetwork');
var container = document.getElementById('mynetwork2');



Expand Down

0 comments on commit 34edef2

Please sign in to comment.