Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Siizer authored Jan 5, 2024
1 parent 0d76cb3 commit 5292767
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
</div>
</div>
</div>
<div class="flash">Hover to flash</div>
<script>
// Define dimensions and configurations
var visualizationElement = d3.select("#visualization");
Expand All @@ -30,7 +29,7 @@
const svgHeight = visualizationElement._groups[0][0].clientHeight;
const arrowSize = 8;
const colors = {A: 'red', B: 'gold', C: 'blue',Z0: "darkgrey",Z1: "limegreen",Z2: "magenta"};
console.log("w,h",svgWidth,svgHeight);

// Create SVG and group elements
var svg = visualizationElement.append("svg")
.attr("width", svgWidth + margin.left + margin.right)
Expand Down

0 comments on commit 5292767

Please sign in to comment.