Chart Functions¶
OpenSheets supports creating charts directly from formulas.
SPARKLINE¶
Embeds a miniature chart inside a single cell. Useful for inline data visualization without a full chart.
Line Sparkline (default)¶
Bar Sparkline¶
Column Sparkline¶
Win/Loss Sparkline¶
CHART¶
Creates a chart object from a data range.
=CHART(A1:B10, "bar", "Sales by Region") -- creates a bar chart from the data with the given title.
Supported chart types: bar, line, pie, column, area, scatter.
Tip: For full chart creation with detailed options (axis labels, colors, legends), use the chart dialog available from the Insert menu. Formula-based charts are best for quick inline visualizations.