stream-charts
    Preparing search index...

    The base interface that all Axes must implement. Each axis must have a unique ID, a location (top, bottom, left, right), and d3 SVG selection for the axis.

    interface BaseAxis {
        axisId: string;
        location: AxisLocation;
        selection: AxisElementSelection;
    }

    Hierarchy (View Summary)

    Index

    Properties

    axisId: string
    location: AxisLocation