Skip to content

Commit

Permalink
✨ (grapher) left-align external facet legend
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann committed May 23, 2024
1 parent 0539b85 commit bc697ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ export class FacetChart
}

@computed get legendAlign(): HorizontalAlign {
return HorizontalAlign.center
return HorizontalAlign.left
}

@computed get legendTitle(): string | undefined {
Expand Down

0 comments on commit bc697ef

Please sign in to comment.