@@ -60,10 +60,12 @@ The following options are available for point annotations.
6060| [ ` pointStyle ` ] ( #styling ) | [ ` PointStyle ` ] ( ../options#point-style ) | Yes | ` 'circle' `
6161| [ ` radius ` ] ( #general ) | ` number ` | Yes | ` 10 `
6262| [ ` rotation ` ] ( #general ) | ` number ` | Yes | ` 0 `
63+ | [ ` xAdjust ` ] ( #general ) | ` number ` | Yes | ` 0 `
6364| [ ` xMax ` ] ( #general ) | ` number ` \| ` string ` | Yes | ` undefined `
6465| [ ` xMin ` ] ( #general ) | ` number ` \| ` string ` | Yes | ` undefined `
6566| [ ` xScaleID ` ] ( #general ) | ` string ` | Yes | ` 'x' `
6667| [ ` xValue ` ] ( #general ) | ` number ` \| ` string ` | Yes | ` undefined `
68+ | [ ` yAdjust ` ] ( #general ) | ` number ` | Yes | ` 0 `
6769| [ ` yMax ` ] ( #general ) | ` number ` \| ` string ` | Yes | ` undefined `
6870| [ ` yMin ` ] ( #general ) | ` number ` \| ` string ` | Yes | ` undefined `
6971| [ ` yScaleID ` ] ( #general ) | ` string ` | Yes | ` 'y' `
@@ -83,10 +85,12 @@ The 4 coordinates, xMin, xMax, yMin, yMax are optional. If not specified, the bo
8385| ` drawTime ` | See [ drawTime] ( ../options#draw-time ) .
8486| ` radius ` | Size of the point in pixels.
8587| ` rotation ` | Rotation of point, in degrees.
88+ | ` xAdjust ` | Adjustment along x-axis (left-right) of point relative to computed position. Negative values move the point left, positive right.
8689| ` xMax ` | Right edge of the box in units along the x axis.
8790| ` xMin ` | Left edge of the box in units along the x axis.
8891| ` xScaleID ` | ID of the X scale to bind onto, default is 'x'.
8992| ` xValue ` | X coordinate of the point in units along the x axis.
93+ | ` yAdjust ` | Adjustment along y-axis (top-bottom) of point relative to computed position. Negative values move the point up, positive down.
9094| ` yMax ` | Bottom edge of the box in units along the y axis.
9195| ` yMin ` | Top edge of the box in units along the y axis.
9296| ` yScaleID ` | ID of the Y scale to bind onto, default is 'y'.
0 commit comments