@neutrium/formatter - v1.0.1
    Preparing search index...

    Interface ColumnFormatOptions

    Controls scale selection and padding while formatting a column.

    interface ColumnFormatOptions {
        align?: ColumnAlignment;
        fill?: string;
        scale?: SeriesScale;
    }

    Hierarchy (View Summary)

    Index

    Alignment applied after formatting. Defaults to decimal.

    fill?: string

    Exactly one Unicode code point used for padding. Defaults to a space.

    scale?: SeriesScale

    Uses one magnitude for the complete series or selects one per value. Defaults to shared.