Expand description
Graph visualization export module.
Supports exporting knowledge graphs to various formats for visualization:
- D3.js JSON format (nodes + links + metadata)
- DOT (Graphviz) format for graph visualization
Structs§
- D3Export
Graph - D3.js force-directed graph export format.
- D3Export
Metadata - Metadata for the exported graph.
- D3Link
- A link (edge) in the D3.js export format.
- D3Node
- A node in the D3.js export format.
- DotConfig
- Configuration for DOT format export.
Functions§
- export_
d3_ json - Export the knowledge graph in D3.js JSON format.
- export_
dot - Export the knowledge graph in DOT (Graphviz) format.