Unable to see link labels
gishu opened this issue · 2 comments
gishu commented
I'm at commit fe930a9
using Gremlin server 3.3.3 with modern-rest configuration
On Safari 11.1, I'm able to fetch the graph however the edge labels are not rendered as shown in the image on the homepage of this repo. The right "Item Info" pane shows the label attribute correctly.
Node labels are seen correctly as expected.
Any ideas on how to fix this?
PS:
- On chrome, the graph fetch itself fails with a CORS violation.
- Liked this project!
gishu commented
Workaround:
Use Chrome + configure gremlin to use websockets (instead of REST). Functioning as expected now.
gishu commented
Maybe the home page documentation can mention this - just to help the next person.