Skip to content

Documentation / @ripl/charts / ChartArea

Interface: ChartArea ​

Defined in: charts/src/core/layout.ts:42

A rectangular region expressed as a top-left origin plus dimensions.

Properties ​

PropertyTypeDescriptionDefined in
heightnumberHeight of the region, in pixels.charts/src/core/layout.ts:50
widthnumberWidth of the region, in pixels.charts/src/core/layout.ts:48
xnumberLeft edge of the region, in chart pixels.charts/src/core/layout.ts:44
ynumberTop edge of the region, in chart pixels.charts/src/core/layout.ts:46