Graph
Path:
pi-cybernetic/graphify-out/graph.htmlRelative: graphify-out/graph.htmlSubproject: pi-cyberneticCategory: documentationLines: 305Bytes: 489,798Imports: 0Exports: 0
Content Preview
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>graphify - graphify-out/graph.html</title>
- <script src="https://unpkg.com/vis-network/standalone/umd/vis-network.min.js"></script>
- <style>
- * { box-sizing: border-box; margin: 0; padding: 0; }
- body { background: #0f0f1a; color: #e0e0e0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; display: flex; height: 100vh; overflow: hidden; }
- #graph { flex: 1; }
- #sidebar { width: 280px; background: #1a1a2e