You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to add an arrow on the line?
I'm having a issue that I would like to paint a line in between of two path() objects and add an arrow at the end of the line indicates that one object points to the other. But I find no where on the manual script telling how to add the arrow. Can anybody help me on this?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
@MichelleCLiao
The GraphicsJS provides only some primitives to help to implement drawing functions, but many special signs, symbols, etc should be implemented manually using these primitives or paths.
So, the arrow of any rotation angle can be implemented manually by a path with fill.
For horizontal or vertical arrow you can use triangle primitives.
How to add an arrow on the line?
I'm having a issue that I would like to paint a line in between of two path() objects and add an arrow at the end of the line indicates that one object points to the other. But I find no where on the manual script telling how to add the arrow. Can anybody help me on this?
Thanks in advance!
The text was updated successfully, but these errors were encountered: