visualize_graph
Creates an interactive D3.js force-directed graph visualization of the knowledge graph, with nodes colored by type and sized by importance.
Instructions
Generate a self-contained interactive HTML page with a D3.js force-directed graph visualization. Nodes are colored by type and sized by importance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Title for the graph visualization | |
| maxEntities | No | Maximum entities to include (default: 100) |