Comparing version 2.13.0 to 2.13.1
{ | ||
"name": "recharts", | ||
"version": "2.13.0", | ||
"version": "2.13.1", | ||
"description": "React charts", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -69,3 +69,3 @@ /** | ||
} | ||
export type Props = Omit<PresentationAttributesAdaptChildEvent<any, SVGPathElement>, 'radius' | 'name'> & BarProps; | ||
export type Props = Omit<PresentationAttributesAdaptChildEvent<BarRectangleItem, SVGPathElement>, 'radius' | 'name'> & BarProps; | ||
interface State { | ||
@@ -72,0 +72,0 @@ readonly isAnimationFinished?: boolean; |
@@ -1,1 +0,4 @@ | ||
export declare const AreaChart: (props: import("./generateCategoricalChart").CategoricalChartProps) => import("react").JSX.Element; | ||
export declare const AreaChart: { | ||
(props: import("./generateCategoricalChart").CategoricalChartProps): import("react").JSX.Element; | ||
displayName: string; | ||
}; |
@@ -1,1 +0,4 @@ | ||
export declare const BarChart: (props: import("./generateCategoricalChart").CategoricalChartProps) => import("react").JSX.Element; | ||
export declare const BarChart: { | ||
(props: import("./generateCategoricalChart").CategoricalChartProps): import("react").JSX.Element; | ||
displayName: string; | ||
}; |
@@ -1,1 +0,4 @@ | ||
export declare const ComposedChart: (props: import("./generateCategoricalChart").CategoricalChartProps) => import("react").JSX.Element; | ||
export declare const ComposedChart: { | ||
(props: import("./generateCategoricalChart").CategoricalChartProps): import("react").JSX.Element; | ||
displayName: string; | ||
}; |
@@ -1,1 +0,4 @@ | ||
export declare const FunnelChart: (props: import("./generateCategoricalChart").CategoricalChartProps) => import("react").JSX.Element; | ||
export declare const FunnelChart: { | ||
(props: import("./generateCategoricalChart").CategoricalChartProps): import("react").JSX.Element; | ||
displayName: string; | ||
}; |
@@ -80,2 +80,5 @@ import React, { ReactElement } from 'react'; | ||
} | ||
export declare const generateCategoricalChart: ({ chartName, GraphicalChild, defaultTooltipEventType, validateTooltipEventTypes, axisComponents, legendContent, formatAxisMap, defaultProps, }: CategoricalChartOptions) => (props: CategoricalChartProps) => React.JSX.Element; | ||
export declare const generateCategoricalChart: ({ chartName, GraphicalChild, defaultTooltipEventType, validateTooltipEventTypes, axisComponents, legendContent, formatAxisMap, defaultProps, }: CategoricalChartOptions) => { | ||
(props: CategoricalChartProps): React.JSX.Element; | ||
displayName: string; | ||
}; |
@@ -1,1 +0,4 @@ | ||
export declare const LineChart: (props: import("./generateCategoricalChart").CategoricalChartProps) => import("react").JSX.Element; | ||
export declare const LineChart: { | ||
(props: import("./generateCategoricalChart").CategoricalChartProps): import("react").JSX.Element; | ||
displayName: string; | ||
}; |
@@ -1,1 +0,4 @@ | ||
export declare const PieChart: (props: import("./generateCategoricalChart").CategoricalChartProps) => import("react").JSX.Element; | ||
export declare const PieChart: { | ||
(props: import("./generateCategoricalChart").CategoricalChartProps): import("react").JSX.Element; | ||
displayName: string; | ||
}; |
@@ -1,1 +0,4 @@ | ||
export declare const RadarChart: (props: import("./generateCategoricalChart").CategoricalChartProps) => import("react").JSX.Element; | ||
export declare const RadarChart: { | ||
(props: import("./generateCategoricalChart").CategoricalChartProps): import("react").JSX.Element; | ||
displayName: string; | ||
}; |
@@ -1,1 +0,4 @@ | ||
export declare const RadialBarChart: (props: import("./generateCategoricalChart").CategoricalChartProps) => import("react").JSX.Element; | ||
export declare const RadialBarChart: { | ||
(props: import("./generateCategoricalChart").CategoricalChartProps): import("react").JSX.Element; | ||
displayName: string; | ||
}; |
@@ -1,1 +0,4 @@ | ||
export declare const ScatterChart: (props: import("./generateCategoricalChart").CategoricalChartProps) => import("react").JSX.Element; | ||
export declare const ScatterChart: { | ||
(props: import("./generateCategoricalChart").CategoricalChartProps): import("react").JSX.Element; | ||
displayName: string; | ||
}; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4592261
41161
243
2
3
1
24