Merge pull request #32072 from drabinowitz/add-radius-to-victory-pie-types

types/victory: Add radius property to VictoryPieProps
This commit is contained in:
Ron Buckton 2019-01-16 16:16:43 -08:00 committed by GitHub
commit 0ea993a181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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