Skip to content

Commit

Permalink
fix(legends): fix vertical alignment of canvas labels
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed Dec 21, 2019
1 parent 4413839 commit 559e3c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/legends/src/canvas/index.js
Expand Up @@ -21,6 +21,7 @@ const textPropsMapping = {
baseline: {
hanging: 'top',
middle: 'middle',
central: 'middle',
baseline: 'bottom',
},
}
Expand Down

0 comments on commit 559e3c7

Please sign in to comment.