Reincharts
    Preparing search index...

    Interface PointAndFigureSeriesProps

    interface PointAndFigureSeriesProps {
        className?: string;
        clip?: boolean;
        fill?: string;
        stroke?: { down: string; up: string };
        strokeWidth?: number;
    }
    Index

    Properties

    className?: string

    CSS class name for the series.

    clip?: boolean

    Whether to clip the series to chart area.

    fill?: string

    Fill colors of the down ellipse.

    stroke?: { down: string; up: string }

    Stroke colors for up and down columns.

    strokeWidth?: number

    Stroke width for columns.