From 3c76d206b9adf993b83b741353cfa5795ff3ff69 Mon Sep 17 00:00:00 2001 From: drabinowitz Date: Fri, 11 Jan 2019 14:49:48 -0500 Subject: [PATCH] Add radius property to VictoryPieProps --- types/victory/index.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/types/victory/index.d.ts b/types/victory/index.d.ts index 9c5d7e3f6a..37d0ba50c5 100644 --- a/types/victory/index.d.ts +++ b/types/victory/index.d.ts @@ -2204,6 +2204,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