diff --git a/types/victory/index.d.ts b/types/victory/index.d.ts index 175c171d79..49cfcf7a83 100644 --- a/types/victory/index.d.ts +++ b/types/victory/index.d.ts @@ -2211,6 +2211,12 @@ declare module "victory" { * assign eventKeys to data */ eventKey?: StringOrNumberOrCallback; + /** + * Specifies the radius of the chart. If this property is not provided it is computed + * from width, height, and padding props + * + */ + radius?: number; /** * When creating a donut chart, this prop determines the number of pixels between * the center of the chart and the inner edge of a donut. When this prop is set to zero