Rezi
    Preparing search index...

    Type Alias SparklineProps

    SparklineProps: Readonly<
        {
            blitter?: Exclude<GraphicsBlitter, "auto" | "ascii">;
            data: readonly number[];
            height?: SizeConstraint;
            highRes?: boolean;
            key?: string;
            max?: number;
            min?: number;
            style?: TextStyle;
            width?: SizeConstraint;
        },
    > & DisplayableProps

    Props for sparkline widget. Mini inline chart using block characters.