Engine API Reference - v2.6.1
    Preparing search index...

    Interface MiniStatsSizeOptions

    interface MiniStatsSizeOptions {
        graphs: boolean;
        height: number;
        spacing: number;
        width: number;
    }
    Index

    Properties

    graphs: boolean

    Whether to show graphs.

    height: number

    Height of the graph area.

    spacing: number

    Spacing between graphs.

    width: number

    Width of the graph area.