generate_line_chart
Create line charts to visualize trends over time, such as sales vs. profits, with customizable titles and axis labels for clear data representation.
Instructions
Generate a line chart to show trends over time, such as the ratio of Apple computer sales to Apple's profits changed from 2000 to 2016.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
axisXTitle | No | Set the x-axis title of chart. | |
axisYTitle | No | Set the y-axis title of chart. | |
data | Yes | Data for line chart, such as, [{time: string, value: string}]. | |
title | No | Set the chart title. |