@minecraft/debug-utilities
    Preparing search index...

    Interface DiagnosticsChartViewOptionsBeta

    Configuration options for registering a chart-based diagnostics view.

    interface DiagnosticsChartViewOptions {
        chartType: DiagnosticsChartDisplayType;
        targetValue?: number;
        tickRange?: number;
        yAxisLabel?: string;
    }
    Index

    Properties

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

    targetValue?: number

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

    tickRange?: number

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

    yAxisLabel?: string

    Optional label for the chart's Y axis.