For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /debug-utilities/interfaces/DiagnosticsChartViewOptions.md.

Interface: DiagnosticsChartViewOptions experimental

Beta

Configuration options for registering a chart-based diagnostics view.

Properties

chartType

chartType: DiagnosticsChartDisplayType

Beta

Remarks

The display type for the chart (e.g. line chart, stacked line chart, stacked bar chart).


targetValue?

optional targetValue?: number

Beta

Remarks

Optional target value to display as a reference line on the chart.


tickRange?

optional tickRange?: number

Beta

Remarks

Optional number of ticks to display along the chart's time axis.


yAxisLabel?

optional yAxisLabel?: string

Beta

Remarks

Optional label for the chart's Y axis.