Protected InternalGenerates an SVG network graph from the provided data and configuration
The action parameters containing:
A promise resolving to an SVGActionResult
Executes the action with the provided parameters.
The action execution parameters including context
Promise resolving to the action result
Private addAdds a legend to the SVG
Private addPrivate ensurePrivate getHelper to get parameter value by name (case-insensitive)
Private parseJSONPrivate renderRenders a decision tree using d3-hierarchy
Private renderRenders a force-directed network using d3-force
Private renderRenders a radial network using d3-force with radial constraint
Action that generates SVG network graphs including force-directed layouts, decision trees, and radial networks.
This action provides server-side SVG generation for network visualizations, designed for AI agents and workflows to create publication-quality graphs from structured data.
Example