@pond-ts/charts API Reference
    Preparing search index...

    Interface ChartRowProps

    interface ChartRowProps {
        children?: ReactNode;
        cursor?: CursorMode;
        height: number;
    }
    Index

    Properties

    children?: ReactNode
    cursor?: CursorMode

    Cursor presentation for this row, overriding the container's default (ChartContainerProps.cursor). Omit to inherit. See CursorMode.

    height: number

    Row height in CSS pixels.