create_line_chart
Generate a line chart from numeric x and y data points with customizable title, axis labels, color palette, and point markers. Output as SVG or PNG.
Instructions
Create a line chart.
Args: x_values: X-axis data points y_values: Y-axis data points title: Chart title xlabel: X-axis label ylabel: Y-axis label palette: Color palette: default, vibrant, pastel, monochrome show_points: Show data point markers output: 'svg' for inline SVG, 'png' for file path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x_values | Yes | ||
| y_values | Yes | ||
| title | No | Line Chart | |
| xlabel | No | ||
| ylabel | No | ||
| palette | No | default | |
| show_points | No | ||
| output | No | svg |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |