File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments