I’m using the Neo4j Visualization Library to display Arabic text, but the letters are rendering left‑to‑right (instead of right‑to‑left) and appear disconnected. See image below. Has anyone encountered this issue and found a way to render Arabic script properly?
RTL languages aren't yet supported by the captions property, but you can use the html property on nodes (and captionHtml property on relationships) as a workaround. These properties allow you to place any html element on top of the nodes/relationships. For example:
Hi @pooya72, just wanted to let you know that in our latest NVL released we fixed formatting for RTL languages in captions. So with the latest version, you can use Arabic text in the caption and captions property and they will display correctly on the canvas.