graph » arrows » from

from

[ root » graph » arrows » from ]

Allows you to set the starting point of the arrow to either a predetermined [x, y] coordinate on the chart, or to a charted value.



AttributeTypeDescription
hookStringSets 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
NumberSets an x-offset to apply when positioning the object.
offsetY
offset-y
NumberSets an y-offset to apply when positioning the object.
xNumberSets the X position of the object.
yNumberSets the Y position of the object.