@memgraph/orb + dagre — HTTP Server Required

This visualization cannot run from file:/// URLs.

Why is the page blank?

This visualization uses Web Workers via import.meta. Browsers block Web Worker creation from file:/// due to CORS \/ same-origin restrictions. All other demo visualizations work from file:/// — only this one has this limitation.

How to view this demo

Serve the demos directory with any HTTP server:

# Option A — Python\npython3 -m http.server 8234 -d demos\n\n# Option B — Node \/ npx\nnpx serve demos -l 8234

Then open: http://localhost:8234/ and navigate to this visualization.

Or use the helper script from the repo root: .\/serve-demos.sh orb