Skip to content

Commit

Permalink
chore: fix QA comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nikaaru committed Jul 1, 2024
1 parent 76391f9 commit e5f3e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/statistics/ChartBarBox/BarChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const BarChart = (props: BarChartProps) => {
// scales
const dateScale = scaleBand<string>({
domain: data.map(getDate),
paddingInner: days === 7 ? 0.3 : 0.5,
paddingInner: days === 7 ? 0.3 : 0.46,
paddingOuter: days === 90 ? 1 : 0.3,
});

Expand Down

0 comments on commit e5f3e1b

Please sign in to comment.