How can we help?

Area Chart

Visualize trends over time with stacked area charts

Renders a stacked area chart for visualizing trends over time.

SQL Shape

First column = labels (x-axis). Remaining numeric columns = series. Minimum 2 columns and 2 rows.

SQL
SELECT month, revenue, expenses, profit
FROM monthly_summary
ORDER BY month

Each numeric column becomes a stacked area series.

Options

OptionDescription
ColorOverride all series with a single color
X LabelLabel below the x-axis
Y LabelLabel beside the y-axis