Circle V2 API Docs
    Preparing search index...

    Variable BarChartConst

    BarChart: <DataPointType = any>(
        props: CartesianChartProps<DataPointType> & {
            ref?: React.Ref<SVGSVGElement>;
        },
    ) => React.ReactElement

    Type Declaration

      • <DataPointType = any>(
            props: CartesianChartProps<DataPointType> & {
                ref?: React.Ref<SVGSVGElement>;
            },
        ): React.ReactElement
      • Type Parameters

        • DataPointType = any

        Parameters

        • props: CartesianChartProps<DataPointType> & { ref?: React.Ref<SVGSVGElement> }

        Returns React.ReactElement

    ResponsiveContainerContext

    CartesianViewBoxContext

    CartesianChartContext