Protected InternalGenerates an SVG chart from the provided data and configuration
The action parameters containing:
A promise resolving to an ActionResultSimple with:
Executes the action with the provided parameters.
The action execution parameters including context
Promise resolving to the action result
Private addPrivate addAdds a title to the chart
Private drawDraws grid lines
Private drawXAxisDraws X-axis for categorical data
Private drawXAxisDraws X-axis for numeric data
Private drawYAxisDraws Y-axis
Private ensurePrivate getHelper to get parameter value by name (case-insensitive)
Private parseJSONPrivate renderPrivate renderPrivate renderPrivate renderPrivate render
Action that generates SVG charts from data using D3. Supports bar, line, pie, scatter, and area charts.
This action is designed for AI agents and workflows to create publication-quality visualizations from structured data without writing visualization code.
Example