ixfx
    Preparing search index...

    Type Alias BipolarViewOptions

    BipolarViewOptions: Readonly<
        {
            asPercentages?: boolean;
            axisColour?: string;
            axisWidth?: number;
            bgColour?: string;
            displayLastValues?: number;
            dotColour?: string;
            dotRadius?: number;
            height?: number;
            labelColour?: string;
            labelPrecision?: number;
            labels?: [string, string];
            padding?: number;
            renderBackground?: Render;
            showDot?: boolean;
            showLabels?: boolean;
            showWhiskers?: boolean;
            whiskerColour?: string;
            whiskerSize?: number;
            width?: number;
            yAxisBottomNegative?: boolean;
        },
    >

    Options