> ## 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.

# Customizing Monitoring Views: Removing Charts and Managing View Layouts

export const plans_0 = "Any"

export const deployments_0 = "Any"

export const data_plane_version_0 = undefined

export const use_case_0 = undefined

<Note>
  **Applies to:**

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

## Summary

**Goal:** Remove unwanted charts from the Braintrust monitoring view to display only relevant metrics.

**Features:** Monitoring, Custom Views, "All data view" default view

It's not currently possible to remove charts from the "All data view" view, but as a workaround you can duplicate this view to a custom view to remove specific charts.

## Configuration Steps

### Step 1: Duplicate the "All data view" View

Navigate to the monitoring view and duplicate the default "All data view" view to create a custom view.

### Step 2: Delete Unwanted Charts

In the duplicated view, remove any charts you don't need. See [Delete charts](/observe/dashboards#delete-charts) for details.

## Important Notes

* Charts cannot be deleted from the default "All data view" view - this is a design limitation
* Only custom/duplicated views support chart deletion and customization
* All default charts are automatically copied when duplicating a view
* Each chart's <Icon icon="ellipsis" /> menu also provides **Export chart** (add to another view, copy config, or open in the SQL sandbox) and **Export data** (copy or download as CSV or JSON) options

## Alternative Options

For programmatic control, use the Views API to set `options.chartVisibility` on a view object. See [Views API documentation](/api-reference/views/create-or-replace-view).
