Skip to content

Commit cd53cd0

Browse files
committed
prev commmit refers to BarGraphComparisonActions.tsx
1 parent 6ff4d5b commit cd53cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/BarGraphComparisonActions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const BarGraphComparisonActions = props => {
9494
// data accessor (used to generate scales) and formatter (add units for on hover box)
9595
const getSeriesName = action => action.seriesName;
9696

97-
// create visualization SCALES with cleaned data
97+
// create visualization SCALES with cleaned data.
9898
// the domain array/xAxisPoints elements will place the bars along the x-axis
9999
const seriesNameScale = scaleBand<string>({
100100
domain: data.map(getSeriesName),

0 commit comments

Comments
 (0)