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 22, 2024
1 parent 7f1312a commit 1553134
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,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 1553134

Please sign in to comment.