diff options
| author | srichman333 <sarah_n_richman@brown.edu> | 2023-08-08 16:15:36 -0400 |
|---|---|---|
| committer | srichman333 <sarah_n_richman@brown.edu> | 2023-08-08 16:15:36 -0400 |
| commit | 318d56e1dff94204b100f5636e1a3288724aaffc (patch) | |
| tree | b89705e59e3fc4ed4177ddde7361de0e60fb32c5 /src/client/views/nodes/DataVizBox/utils/D3Utils.ts | |
| parent | 5614478b54b754665faff41c9a09b9bd0535e2f5 (diff) | |
comments + cleanups
Diffstat (limited to 'src/client/views/nodes/DataVizBox/utils/D3Utils.ts')
| -rw-r--r-- | src/client/views/nodes/DataVizBox/utils/D3Utils.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/DataVizBox/utils/D3Utils.ts b/src/client/views/nodes/DataVizBox/utils/D3Utils.ts index e1ff6f8eb..10bfb0c64 100644 --- a/src/client/views/nodes/DataVizBox/utils/D3Utils.ts +++ b/src/client/views/nodes/DataVizBox/utils/D3Utils.ts @@ -34,7 +34,6 @@ export const createLineGenerator = (xScale: d3.ScaleLinear<number, number, never }; export const xAxisCreator = (g: d3.Selection<SVGGElement, unknown, null, undefined>, height: number, xScale: d3.ScaleLinear<number, number, never>) => { - console.log('x axis creator being called'); g.attr('class', 'x-axis').attr('transform', `translate(0,${height})`).call(d3.axisBottom(xScale).tickSize(15)); }; |
