Skip to content

Commit 2ffab44

Browse files
committed
removed BarGraphComparisonTEST.tsx from components
1 parent cd53cd0 commit 2ffab44

File tree

4 files changed

+1
-512
lines changed

4 files changed

+1
-512
lines changed

src/app/components/BarGraph.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ import { onHover, onHoverExit, save } from '../actions/actions';
1313
import { useStoreContext } from '../store';
1414

1515
/* TYPESCRIPT */
16-
interface data {
17-
snapshotId?: string;
18-
}
1916

2017
interface margin {
2118
top: number;

src/app/components/BarGraphComparison.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const BarGraphComparison = (props: BarGraphComparisonProps): unknown => {
131131
return currentMax;
132132
};
133133

134-
// the domain array on rendering scale will set the coordinates for Y-aix points.
134+
// the domain array on rendering scale will set the coordinates for Y-axis points.
135135
const renderingScale = scaleLinear<number>({
136136
domain: [0, Math.max(calculateMaxTotalRender(series), data.maxTotalRender)],
137137
nice: true,

src/app/components/BarGraphComparisonActions.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ import { deleteSeries, setCurrentTabInApp } from '../actions/actions';
1717
import { useStoreContext } from '../store';
1818

1919
/* TYPESCRIPT */
20-
interface data {
21-
snapshotId?: string;
22-
}
23-
interface series {
24-
seriesId?: any;
25-
}
2620

2721
interface margin {
2822
top: number;

0 commit comments

Comments
 (0)