Reincharts
    Preparing search index...
    interface ZoomButtonsProps {
        fill: string;
        heightFromBase: number;
        onReset?: () => void;
        r: number;
        stroke: string;
        strokeWidth: number;
        textFill: string;
        zoomMultiplier: number;
    }
    Index

    Properties

    fill: string

    Fill color for the zoom buttons.

    heightFromBase: number

    Height offset from the base position.

    onReset?: () => void

    Callback function when reset button is clicked.

    r: number

    Radius of the zoom buttons.

    stroke: string

    Stroke color for the button borders.

    strokeWidth: number

    Width of the button stroke.

    textFill: string

    Fill color for the button text.

    zoomMultiplier: number

    Multiplier for zoom sensitivity.