Skip to content

Commit

Permalink
Minor re-positioning of the labels to fit better within small grids /…
Browse files Browse the repository at this point in the history
… match more closely to the legacy positioning
  • Loading branch information
SonicScrewdriver committed Apr 23, 2024
1 parent 9aba88b commit 83c86de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const YGridTick = ({
height={20}
width={50}
textAnchor="end"
x={xPosition - 10}
x={xPosition - 8}
y={yPosition + 5}
>
{y.toString()}
Expand Down Expand Up @@ -87,7 +87,7 @@ const XGridTick = ({
width={50}
textAnchor="middle"
x={xPosition}
y={yPosition + 25}
y={yPosition + 20}
>
{x.toString()}
</text>
Expand Down

0 comments on commit 83c86de

Please sign in to comment.