blessed-components - v1.20.0
    Preparing search index...

    Interface AxisTick

    Tick produced by createAxisTicks.

    interface AxisTick {
        label: string;
        position: number;
        value: number;
    }
    Index

    Properties

    Properties

    label: string
    position: number
    value: number