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

    Interface SparklineOptions

    Options accepted by the Blessed sparkline adapter.

    interface SparklineOptions {
        box?: SparklineBoxOptions;
        data: SparklineData;
        parent: Node;
    }
    Index

    Properties

    Properties

    Optional position, dimensions, style, and other Blessed box settings.

    Data passed to the pure renderSparkline renderer.

    parent: Node

    Blessed screen or node that receives the created box.