graph » arrows » to
to
[ root » graph » arrows » to ]
Allows you to set the ending point of an arrow to either a predetermined [x, y] coordinate on the chart, or to a charted value.
Attribute | Type | Description |
---|---|---|
hook | String | Sets the arrow's starting point to a charted value. The plot value refers too the set of values
is a series, and the index refers to the specific value within the series.
For example, `node:plot=0,index=10` sets the starting point of the arrow at the 11th value within the first set of values
in the series. Default Value: null |
mediaRules media-rules | Array.<Object> | Configure media rules. |
offsetX offset-x | Number | Sets an x-offset to apply when positioning the object. |
offsetY offset-y | Number | Sets an y-offset to apply when positioning the object. |
x | Number | Sets the X position of the object. |
y | Number | Sets the Y position of the object. |