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.
Attribute | Type | Info |
---|---|---|
hook | String | Sets the arrow's starting point to that of a charted value. The plot value refers to the set of values in a series, and the index refers to the specific value within that series. For example, "node:index=4" | "node:plot=0,index=1" | ... |
offset-x offsetX | Numeric | Sets an x-offset for the arrow's starting point. Can be used to make adjustments to an arrow's starting x ordinate or hook point. 10 | 56 | ... |
offset-y offsetY | Numeric | Sets a y-offset for the arrow's starting point. Can be used to make adjustments to an arrow's starting y ordinate or hook point. 10 | 56 | ... |
x | Numeric | Sets the x ordinate for an arrow's starting point. Ordinates are counted in pixels, starting from the top-left corner of the chart. 100 | 450 | ... |
y | Numeric | Sets the y ordinate for an arrow's starting point. Ordinates are counted in pixels, starting from the top-left corner of the chart. 100 | 450 | ... |