mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-20 16:10:22 +00:00
Merge pull request #32072 from drabinowitz/add-radius-to-victory-pie-types
types/victory: Add radius property to VictoryPieProps
This commit is contained in:
Vendored
+6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user