Removed comment
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2022-11-14 23:31:35 -05:00
parent 387909f0c8
commit 5e0f3be6fd
1 changed files with 1 additions and 5 deletions

View File

@ -176,11 +176,7 @@ export const LineGraph = withTooltip<LineGraphProps, TooltipData>(
flexDirection: legendPosition === "right" ? "row" : "column-reverse",
}}
>
<svg
// ref={containerRef}
width={width}
height={height}
>
<svg width={width} height={height}>
<Group top={margin.top} left={margin.left}>
<GridColumns
scale={xScale}