Documentation / @ripl/charts / Padding
Interface: Padding ​
Defined in: charts/src/core/options.ts:83
Resolved padding with explicit top, right, bottom, and left values.
Properties ​
| Property | Type | Defined in |
|---|---|---|
bottom | number | charts/src/core/options.ts:86 |
left | number | charts/src/core/options.ts:87 |
right | number | charts/src/core/options.ts:85 |
top | number | charts/src/core/options.ts:84 |