@sqlrooms/recharts / LegendProps
Type Alias: LegendProps
LegendProps =
DefaultLegendContentProps&object
Type Declaration
| Name | Type |
|---|---|
wrapperStyle? | CSSProperties |
chartWidth? | number |
chartHeight? | number |
width? | number |
height? | number |
margin? | { top?: number; left?: number; bottom?: number; right?: number; } |
payloadUniqBy? | UniqueOption<Payload> |
onBBoxUpdate()? | (box) => void |
