> ## Documentation Index
> Fetch the complete documentation index at: https://docs.joinmobius.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Visualizations: Chart Studio overview

> Ask Mobius to render any market chart, macro indicator, SEC filing data, or custom dataset — no configuration required.

Mobius includes a built-in Chart Studio. Instead of navigating to a separate tool, you simply ask for what you want to see in the chat — and Mobius renders an interactive chart directly in the conversation.

## How to create a visualization

Type a chart request in the Mobius chat. No special syntax is required.

**Price charts:**

```
Show me AAPL price over the last year.
```

```
Candlestick chart of NVDA for the past 6 months.
```

```
Compare SPY and QQQ performance since 2020.
```

**Technical analysis:**

```
Plot TSLA with RSI and Bollinger Bands.
```

```
Show me a trade setup for MSFT — mark entry, stop-loss, and take-profit.
```

**Macro and economic data:**

```
Chart the US unemployment rate since 2010.
```

```
Show me the 10Y-2Y yield spread over the last 20 years.
```

```
Plot CPI inflation versus the Fed Funds Rate.
```

**SEC EDGAR data:**

```
Compare Apple, Microsoft, and Google revenue from their annual filings.
```

```
Show me Netflix's earnings per share history from 10-K filings.
```

**Custom datasets:**

```
Plot my uploaded sales data against SPY performance.
```

## Saving and accessing charts

After a chart is rendered, click **Save Chart** to add it to your collection. Saved charts appear in the **Charts** tab of [My Bots](/my-bots/overview). You can reopen and re-render them at any time.

## Sharing charts

Charts can be shared as part of a community post. When you share a bot, the associated equity curve and any saved charts are included in the post. See [Sharing a bot](/community/sharing-a-bot).

## What's in a chart artifact

Each visualization rendered by Mobius is an interactive artifact with:

* **Zoom and pan** — scroll to zoom, drag to pan along the time axis
* **Tooltips** — hover any data point to see exact values and dates
* **Legend** — toggle individual series on and off in multi-series charts
* **Download** — export chart data or save the chart image

See [Chart types](/visualizations/chart-types) for the full list of chart formats, and [Chart data sources](/visualizations/chart-data-sources) for what data you can visualize.
