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

    Enumeration DiagnosticsChartDisplayTypeBeta

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

    Index

    Enumeration Members

    LineChart: 0

    Represents a simple line graph chart where the X axis is time and the Y axis is the user driven data.

    StackedBarChart: 2

    Represents a line graph chart where the X axis is time and the Y axis is a collection of multiple the user driven data entries that are visually stacked on top of each other.

    StackedLineChart: 1

    Indicates that the view or stat has not been registered.