Skip to content

Commit

Permalink
remove thing
Browse files Browse the repository at this point in the history
  • Loading branch information
evansmj committed Dec 26, 2024
1 parent e370dd8 commit 6dccc9c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ function SatsFlowGraph({ satsFlowData, width }: { satsFlowData: SatsFlow, width:
.attr("x", 0)
.attr("y", (d: TagGroup) => {
let barHeight = Math.abs(yScale(d.netInflowSat) - yScale(0));
console.log("barHeight = " + barHeight + " " + d.netInflowSat);
//min barHeight should be 1.
if (d.netInflowSat < 0) {
//For negative values start at yOffsetNegative and move down
Expand Down

0 comments on commit 6dccc9c

Please sign in to comment.