generate_dual_axes_chart
Create a dual axes chart combining bar and line to display both data trends and comparisons over categories.
Instructions
Generate a dual axes chart which is a combination chart that integrates two different chart types, typically combining a bar chart with a line chart to display both the trend and comparison of data, such as, the trend of sales and profit over time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| categories | Yes | Categories for dual axes chart, such as, ['2015', '2016', '2017']. | |
| series | Yes | ||
| theme | No | Set the theme for the chart, optional, default is 'default'. | default |
| width | No | Set the width of chart, default is 600. | |
| height | No | Set the height of chart, default is 400. | |
| title | No | Set the title of chart. | |
| axisXTitle | No | Set the x-axis title of chart. |