Skip to content

Commit

Permalink
feat: CQDG-706 edit graph legend (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulous authored Oct 16, 2024
1 parent b9cf91e commit bbc2164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/graphs/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { LegendProps } from '@nivo/legends';
export const legends: LegendProps[] = [
{
anchor: 'bottom',
translateX: 0,
translateX: -320,
translateY: 100,
direction: 'column',
itemWidth: 100,
Expand Down

0 comments on commit bbc2164

Please sign in to comment.