mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +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:
commit
0ea993a181
6
types/victory/index.d.ts
vendored
6
types/victory/index.d.ts
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user