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

# Chart not visible after creation on monitoring page

export const plans_0 = "Plans: Any"

export const deployments_0 = "Deployments: Any"

export const data_plane_version_0 = undefined

export const use_case_0 = "Use case: Users who create a monitoring chart via the '+ chart' button and cannot find it after navigating away from the monitoring page"

<Note>
  **Applies to:**

  * Plan - {plans_0}
  * Deployment - {deployments_0}
  * {data_plane_version_0}
  * {use_case_0}
</Note>

## Summary

**Issue:** Charts created via `+ Chart` on the Monitor page appear to be missing after navigating away and returning to the page.

**Cause:** Clicking `+ Chart` on the default view prompts you to create a new named view first. The chart is saved under that named view, not the default view.

**Resolution:** Switch to the named view created during the chart creation flow to find your chart.

## Resolution steps

### Locate a chart created via the default view

#### Step 1: Open the Monitor page

Go to your project and select [**<Icon icon="chart-no-axes-column" /> Monitor**](https://www.braintrust.dev/app/~/monitor).

#### Step 2: Open the view selector

Look for the view selector at the top of the Monitor page. It defaults to showing the default view (e.g., **All data view**).

#### Step 3: Switch to the named view

Select the dropdown and choose the named view that was created when you first clicked `+ Chart`. Your chart is saved there.

***

### Create a chart without leaving the default view

#### Step 1: Create a named view first

Before clicking `+ Chart`, select the view selector and create or switch to an existing named view.

#### Step 2: Add the chart

Click `+ Chart` within the named view. The chart saves to that view and remains accessible when you return to it.

> **Note:** The default view does not support charts directly. Clicking `+ Chart` from the default view always triggers a new named view creation flow.
