create_chart
Creates a Highcharts configuration object from chart type, title, categories, and series data. Returns valid JSON for rendering in any Highcharts-compatible environment.
Instructions
Generate a Highcharts configuration object from structured input. Returns valid Highcharts JSON that can be rendered in any Highcharts-compatible environment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | ||
| title | No | ||
| xAxisCategories | No | ||
| series | Yes |