suggestions for an arrow marker whose tip is at the initial / terminal datum? #1376
Unanswered
JacobBeaudry
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Hi @RaxAdaam, I think overall the If not, can you be more specific about which packages you're using and possibly provide a link to the examples you have images of? (it's tricky to make good suggestions with limited info) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to have an arrow marker (on a line-series) whose point is located at the exact coordinate of the initial / terminal datum, using the simplest possible solution.
I tried making a custom marker, adjusting refX / refY; however, there are various limitations caused by the orientation of the marker that limit the effectiveness of this kind of a solution. I ended up adding a stroke outline to hide the part of the curve that is visible, underneath the marker:


Which is okay, but not great. The line is still visible, & the stroke color is hard-coded, so doesn't match the background, in general:
Any suggestions for a better implementation / solution?
Beta Was this translation helpful? Give feedback.
All reactions