Replies: 0 comments 2 replies
This comment has been hidden.
This comment has been hidden.
-
The text mark supports the whole range of unicode. For annotations, you sometimes want to anchor them to a given side of the frame (left, right, top-left etc), instead of to a data point. In that case you use frameAnchor. If you only want to display a single piece of text, pass it as an array: Plot.text(["✅"], { frameAnchor: "top-right" }).plot({ margin: 10 }) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I am generating a visualization that involves Mandarin and need to have markers such as
你
or好
in an Observable Framework plot.Would this be possible? Are there examples of custom markers/labels?
Beta Was this translation helpful? Give feedback.
All reactions