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 954f65b commit d28b09eCopy full SHA for d28b09e
src/components/DistributionReport.tsx
@@ -208,7 +208,9 @@ export const DistributionReport = (
208
return (
209
<div key={column + column2}>
210
<GroupBarChart
211
- yAxisLabel={column}
+ yAxisLabel={t(
212
+ 'distribution.frequency'
213
+ )}
214
data={histogramData}
215
title={`${column} vs ${column2}`}
216
/>
@@ -325,9 +327,9 @@ export const DistributionReport = (
325
327
className="flex flex-col"
326
328
>
329
- yAxisLabel={
- 'count'
330
- }
331
332
333
title={`${column} = ${item}`}
334
data={categories2.map(
335
item2 => ({
0 commit comments