render_chart
Render a chart using any valid Highcharts configuration object. The server validates structure and passes through all options to generate the chart.
Instructions
Render a chart from a full Highcharts configuration object. Accepts any valid Highcharts Options — the server validates structure (chart.type, series) but passes all other options through to Highcharts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chartOptions | Yes |