Skip to content

Commit

Permalink
#4475 - position numbers on top of letters
Browse files Browse the repository at this point in the history
  • Loading branch information
GlisicMirjana committed Oct 23, 2024
1 parent 5c958b7 commit a138515
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export abstract class BaseSequenceItemRenderer extends BaseSequenceRenderer {
) {
return rootElement
.append('text')
.attr('x', '-2')
.attr('x', '2')
.attr('y', '-24')
.text(this.monomerIndexInChain + 1)
.attr('font-family', 'Courier New')
Expand Down

0 comments on commit a138515

Please sign in to comment.