ChartSizeProps
Represents a two-dimensional size with width and height.
Props
The following table outlines the props for the ChartSizeProps:
| Name | Type | Default | Description |
|---|---|---|---|
| height | number | - | Defines the width of the element in pixels. |
| width | number | - | Defines the height of the element in pixels. |