stream-charts
    Preparing search index...
    type Props = {
        children: JSX.Element | JSX.Element[];
        onUpdateAxesInterval?: (ranges: Map<string, AxisInterval>) => void;
    }
    Index

    Properties

    children: JSX.Element | JSX.Element[]
    onUpdateAxesInterval?: (ranges: Map<string, AxisInterval>) => void

    y Callback when axes bounds change.

    Type Declaration