We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff4d5b commit cd53cd0Copy full SHA for cd53cd0
src/app/components/BarGraphComparisonActions.tsx
@@ -94,7 +94,7 @@ const BarGraphComparisonActions = props => {
94
// data accessor (used to generate scales) and formatter (add units for on hover box)
95
const getSeriesName = action => action.seriesName;
96
97
- // create visualization SCALES with cleaned data
+ // create visualization SCALES with cleaned data.
98
// the domain array/xAxisPoints elements will place the bars along the x-axis
99
const seriesNameScale = scaleBand<string>({
100
domain: data.map(getSeriesName),
0 commit comments