Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
evansmj committed Dec 28, 2024
1 parent 06f6364 commit 9337d77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ function SatsFlowGraph({ satsFlowData, width }: { satsFlowData: SatsFlow, width:

//set up y axis
const yAxisTickFormat = d => `${d3.format(",")(d)}`;
const yAxisGroup = svg.append("g")
svg.append("g")
.attr("class", "y-axis")
.call(d3.axisLeft(yScale)
.tickSizeInner(0)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import * as d3 from 'd3';
import {
getMockStoreData,
mockVolumeData,
Expand Down

0 comments on commit 9337d77

Please sign in to comment.