Create a chart by asking
Open the chat panel and describe the chart you want. You don’t need to specify a data range — the agent reads the grid and picks one.chart_spec alongside any cell writes. When you click Apply, GridOS renders the chart as an overlay anchored to the grid cell you specified (or one the agent chose for you).
Chart types
GridOS supports three chart types:Bar
Best for comparing values across categories — quarters, products, cost centers.
Line
Best for time series — monthly revenue trends, rolling averages, multi-period forecasts.
Pie
Best for part-to-whole breakdowns — market share, budget allocation, segment mix.
How the agent picks data range and anchor
When you ask for a chart, the agent inspects the full grid state and decides:data_range— the rectangular range covering both labels and values (for example,A1:B6)anchor_cell— the top-left cell where the chart overlay appears; the agent picks an empty area of the grid so the chart doesn’t sit on top of your dataorientation—columnsmeans the first column contains labels (typical for most models);rowsmeans the first row contains labels
You can override any of these by being explicit in your prompt: “create a bar chart of A1:D10 anchored at F2 using the first row as labels.”
Update an existing chart
To move, retype, or resize a chart, describe the change you want. GridOS matches the chart by its title and updates it in place — it does not create a duplicate.chart_spec, and GridOS upserts the chart in place — the chart ID stays the same, only the properties change.
Chart data orientation
Theorientation field controls how GridOS interprets your data range:
- columns (default)
- rows
The first column of the range contains category labels. Subsequent columns are data series. This is the standard layout for most GridOS financial models.Data range
A1:C4, orientation columns.Create a chart manually
You can also create charts directly from the UI without using the chat:Select your data
Click and drag to highlight the cells you want to chart, including the label column or row.
Open the chart dialog
Use the Insert menu or the chart toolbar button to open the chart creation panel.
Manage charts
Delete a chart
Delete a chart
Ask the agent to remove it (“delete the revenue chart”) or use the chart’s close button in the UI to remove it from the grid.
Charts across sheets
Charts across sheets
Each chart belongs to the sheet it was created on. Switching to a different sheet tab hides the charts from other sheets and shows only the charts for the active sheet.
Chart persistence
Chart persistence
Charts are saved as part of your workbook state. When you export a
.gridos file or save the workbook, all charts on every sheet are included.