Skip to content

Commit 6df52dc

Browse files
dscushcompwright
authored andcommitted
Fix readme error
1 parent 1e0f7dc commit 6df52dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ Vertical or horizontal lines are supported.
127127

128128
// Adjustment along x-axis (left-right) of label relative to above number (can be negative)
129129
// For horizontal lines positioned left or right, negative values move
130-
// the label toward the edge, and negative values toward the center.
130+
// the label toward the edge, and positive values toward the center.
131131
xAdjust: 0,
132132

133133
// Adjustment along y-axis (top-bottom) of label relative to above number (can be negative)
134134
// For vertical lines positioned top or bottom, negative values move
135-
// the label toward the edge, and negative values toward the center.
135+
// the label toward the edge, and positive values toward the center.
136136
yAdjust: 0,
137137

138138
// Whether the label is enabled and should be displayed

0 commit comments

Comments
 (0)