///
export declare const PieChart: {
new (props: import("./generateCategoricalChart").CategoricalChartProps): {
uniqueChartId: any;
clipPathId: any;
legendInstance: any;
deferId: any;
accessibilityManager: import("./AccessibilityManager").AccessibilityManager;
container?: any;
componentDidMount(): void;
getSnapshotBeforeUpdate(prevProps: Readonly, prevState: Readonly): null;
componentDidUpdate(prevProps: import("./generateCategoricalChart").CategoricalChartProps): void;
componentWillUnmount(): void;
cancelThrottledTriggerAfterMouseMove(): void;
getTooltipEventType(): string;
getMouseInfo(event: any): {
xValue: any;
yValue: any;
chartX: number;
chartY: number;
} | {
activeTooltipIndex: number;
activeLabel: any;
activePayload: any[];
activeCoordinate: import("../util/types").ChartCoordinate;
chartX: number;
chartY: number;
};
getCursorRectangle(): any;
getCursorPoints(): any;
inRange(x: number, y: number): any;
parseEventsOfWrapper(): any;
addListener(): void;
removeListener(): void;
clearDeferId: () => void;
handleLegendBBoxUpdate: (box: any) => void;
handleReceiveSyncEvent: (cId: string | number, chartId: string, data: import("./generateCategoricalChart").CategoricalChartState) => void;
handleBrushChange: ({ startIndex, endIndex }: any) => void;
handleMouseEnter: (e: any) => void;
triggeredAfterMouseMove: (e: any) => any;
handleItemMouseEnter: (el: any) => void;
handleItemMouseLeave: () => void;
handleMouseMove: (e: any) => void;
handleMouseLeave: (e: any) => void;
handleOuterEvent: (e: any) => void;
handleClick: (e: any) => void;
handleMouseDown: (e: any) => void;
handleMouseUp: (e: any) => void;
handleTouchMove: (e: any) => void;
handleTouchStart: (e: any) => void;
handleTouchEnd: (e: any) => void;
triggerSyncEvent(data: import("./generateCategoricalChart").CategoricalChartState): void;
applySyncEvent(data: import("./generateCategoricalChart").CategoricalChartState): void;
verticalCoordinatesGenerator: ({ xAxis, width, height, offset }: import("../util/types").ChartCoordinate) => number[];
horizontalCoordinatesGenerator: ({ yAxis, width, height, offset }: import("../util/types").ChartCoordinate) => number[];
axesTicksGenerator: (axis?: any) => import("../util/types").TickItem[];
filterFormatItem(item: any, displayName: any, childIndex: any): any;
renderCursor: (element: any) => import("react").DetailedReactHTMLElement | import("react").CElement>;
renderPolarAxis: (element: any, displayName: string, index: number) => import("react").DetailedReactHTMLElement<{
className: any;
key: any;
ticks: import("../util/types").TickItem[];
type?: "number" | "category";
dataKey?: import("../util/types").DataKey;
hide?: boolean;
scale?: Function | "auto" | "linear" | "pow" | "sqrt" | "log" | "identity" | "time" | "band" | "point" | "ordinal" | "quantile" | "quantize" | "utc" | "sequential" | "threshold";
tick?: boolean | import("react").SVGProps | import("react").ReactElement import("react").ReactElement) | (new (props: any) => import("react").Component)> | ((props: any) => import("react").ReactElement import("react").ReactElement) | (new (props: any) => import("react").Component)>);
tickCount?: number;
axisLine?: boolean | import("react").SVGProps;
tickLine?: boolean | import("react").SVGProps;
tickSize?: number;
tickFormatter?: (value: any, index: number) => string;
allowDataOverflow?: boolean;
allowDuplicatedCategory?: boolean;
allowDecimals?: boolean;
domain?: import("../util/types").AxisDomain;
includeHidden?: boolean;
name?: string;
unit?: string | number;
axisType?: import("../util/types").AxisType;
range?: number[];
AxisComp?: any;
label?: string | number | object | import("react").ReactElement import("react").ReactElement) | (new (props: any) => import("react").Component)>;
}, HTMLElement>;
renderXAxis: (element: any, displayName: string, index: number) => import("react").ReactElement import("react").ReactElement) | (new (props: any) => import("react").Component)>;
renderYAxis: (element: any, displayName: string, index: number) => import("react").ReactElement import("react").ReactElement) | (new (props: any) => import("react").Component)>;
renderAxis(axisOptions: import("../util/types").BaseAxisProps, element: any, displayName: string, index: number): import("react").ReactElement import("react").ReactElement) | (new (props: any) => import("react").Component)>;
renderGrid: (element: import("react").ReactElement import("react").ReactElement) | (new (props: any) => import("react").Component)>) => import("react").ReactElement import("react").ReactElement) | (new (props: any) => import("react").Component)>;
renderPolarGrid: (element: import("react").ReactElement import("react").ReactElement) | (new (props: any) => import("react").Component)>) => import("react").ReactElement import("react").ReactElement) | (new (props: any) => import("react").Component)>;
renderLegend: () => import("react").ReactElement import("react").ReactElement) | (new (props: any) => import("react").Component)>;
renderTooltip: () => import("react").ReactElement import("react").ReactElement) | (new (props: any) => import("react").Component)>;
renderBrush: (element: import("react").ReactElement import("react").ReactElement) | (new (props: any) => import("react").Component)>) => import("react").ReactElement import("react").ReactElement) | (new (props: any) => import("react").Component)>;
renderReferenceElement: (element: import("react").ReactElement import("react").ReactElement) | (new (props: any) => import("react").Component)>, displayName: string, index: number) => import("react").ReactElement import("react").ReactElement) | (new (props: any) => import("react").Component)>;
renderActivePoints: ({ item, activePoint, basePoint, childIndex, isRange }: any) => import("react").ReactElement import("react").ReactElement) | (new (props: any) => import("react").Component)>[];
renderGraphicChild: (element: import("react").ReactElement import("react").ReactElement) | (new (props: any) => import("react").Component)>, displayName: string, index: number) => any[];
renderCustomized: (element: import("react").ReactElement import("react").ReactElement) | (new (props: any) => import("react").Component)>, displayName: string, index: number) => import("react").ReactElement import("react").ReactElement) | (new (props: any) => import("react").Component)>;
renderClipPath(): import("react").JSX.Element;
getXScales(): {
[x: string]: Function | "auto" | "linear" | "pow" | "sqrt" | "log" | "identity" | "time" | "band" | "point" | "ordinal" | "quantile" | "quantize" | "utc" | "sequential" | "threshold";
};
getYScales(): {
[x: string]: Function | "auto" | "linear" | "pow" | "sqrt" | "log" | "identity" | "time" | "band" | "point" | "ordinal" | "quantile" | "quantize" | "utc" | "sequential" | "threshold";
};
getXScaleByAxisId(axisId: string): Function | "auto" | "linear" | "pow" | "sqrt" | "log" | "identity" | "time" | "band" | "point" | "ordinal" | "quantile" | "quantize" | "utc" | "sequential" | "threshold";
getYScaleByAxisId(axisId: string): Function | "auto" | "linear" | "pow" | "sqrt" | "log" | "identity" | "time" | "band" | "point" | "ordinal" | "quantile" | "quantize" | "utc" | "sequential" | "threshold";
getItemByXY(chartXY: {
x: number;
y: number;
}): {
graphicalItem: any;
payload: any;
};
render(): import("react").JSX.Element;
context: any;
setState(state: import("./generateCategoricalChart").CategoricalChartState | ((prevState: Readonly, props: Readonly) => import("./generateCategoricalChart").CategoricalChartState | Pick) | Pick, callback?: () => void): void;
forceUpdate(callback?: () => void): void;
readonly props: Readonly & Readonly<{
children?: import("react").ReactNode;
}>;
state: Readonly;
refs: {
[key: string]: import("react").ReactInstance;
};
shouldComponentUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): boolean;
componentDidCatch?(error: Error, errorInfo: import("react").ErrorInfo): void;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void;
};
displayName: string;
defaultProps: import("./generateCategoricalChart").CategoricalChartProps;
getDerivedStateFromProps: (nextProps: import("./generateCategoricalChart").CategoricalChartProps, prevState: import("./generateCategoricalChart").CategoricalChartState) => import("./generateCategoricalChart").CategoricalChartState;
renderActiveDot: (option: any, props: any) => import("react").ReactElement import("react").ReactElement) | (new (props: any) => import("react").Component)>;
contextType?: import("react").Context;
};